2023-12-07T16:48:21.102 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T16:48:21.102 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482159 --owner scheduled_yuriw@teuthology --verbose --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/connectivity task/test_rgw_multisite} -- /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482159/orig.config.yaml 2023-12-07T16:48:21.136 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T16:48:21.214 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482159 branch: wip-yuri8-testing-2023-12-06-1425 description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/connectivity task/test_rgw_multisite} email: null first_in_suite: false job_id: '7482159' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri8-testing-2023-12-06-1425 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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: e068ebcf7ecc6503f24666fb6b152034d3fe1067 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-12-06-1425 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 owner: scheduled_yuriw@teuthology priority: 75 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: 4465 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-12-06-1425 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 targets: smithi066.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLFYtpXHnuPEfIrKh14sRbfqC/8L0maNgiBYh3ujFo+fnjTVvOjV7uT3Z8AaiQy4CfDsTh1bnkff6s6BTJTkucM= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHXZhVrPnJDZfdO7nBLRyp8uGwrkVtvGYxjZ5KWwAPiyq4IUk+VFKdEKke+KbaT63Go2x/m4tj1KLfbnniXz3B4= smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEHP0lsPrByqiaUdMDOs6JUHyn4/reZx/IidP4syLm4oIw0jAdGrhwC0Vje/3B6BuwvPXsPAEKkLKS9Yo8Uhe5k= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-07_16:37:24 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T16:48:21.214 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa; will attempt to use it 2023-12-07T16:48:21.215 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa/tasks 2023-12-07T16:48:21.215 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T16:48:21.217 INFO:teuthology.task.internal:Checking packages... 2023-12-07T16:48:21.243 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e068ebcf7ecc6503f24666fb6b152034d3fe1067' 2023-12-07T16:48:21.244 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T16:48:21.244 INFO:teuthology.packaging:ref: None 2023-12-07T16:48:21.244 INFO:teuthology.packaging:tag: None 2023-12-07T16:48:21.244 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-12-06-1425 2023-12-07T16:48:21.244 INFO:teuthology.packaging:sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T16:48:21.244 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-12-06-1425 2023-12-07T16:48:21.468 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-64.ge068ebcf 2023-12-07T16:48:21.468 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T16:48:21.474 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T16:48:21.475 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T16:48:21.497 INFO:teuthology.task.internal:Saving configuration 2023-12-07T16:48:21.509 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T16:48:21.527 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T16:48:21.550 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482159', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:19.661162', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLFYtpXHnuPEfIrKh14sRbfqC/8L0maNgiBYh3ujFo+fnjTVvOjV7uT3Z8AaiQy4CfDsTh1bnkff6s6BTJTkucM='} 2023-12-07T16:48:21.576 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482159', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:19.662469', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHXZhVrPnJDZfdO7nBLRyp8uGwrkVtvGYxjZ5KWwAPiyq4IUk+VFKdEKke+KbaT63Go2x/m4tj1KLfbnniXz3B4='} 2023-12-07T16:48:21.599 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482159', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:19.659568', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEHP0lsPrByqiaUdMDOs6JUHyn4/reZx/IidP4syLm4oIw0jAdGrhwC0Vje/3B6BuwvPXsPAEKkLKS9Yo8Uhe5k='} 2023-12-07T16:48:21.599 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T16:48:21.610 INFO:teuthology.task.internal:roles: ubuntu@smithi066.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T16:48:21.610 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T16:48:21.610 INFO:teuthology.task.internal:roles: ubuntu@smithi203.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T16:48:21.610 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T16:48:21.742 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbeb53bcee0>, signals=[15]) 2023-12-07T16:48:21.742 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T16:48:21.750 INFO:teuthology.task.internal:Opening connections... 2023-12-07T16:48:21.750 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi066.front.sepia.ceph.com 2023-12-07T16:48:21.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:48:21.825 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2023-12-07T16:48:21.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:48:21.896 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2023-12-07T16:48:21.897 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:48:21.966 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T16:48:21.972 DEBUG:teuthology.orchestra.run.smithi066:> uname -m 2023-12-07T16:48:21.998 INFO:teuthology.orchestra.run.smithi066.stdout:x86_64 2023-12-07T16:48:21.999 DEBUG:teuthology.orchestra.run.smithi066:> cat /etc/os-release 2023-12-07T16:48:22.060 INFO:teuthology.orchestra.run.smithi066.stdout:NAME="CentOS Stream" 2023-12-07T16:48:22.060 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION="8" 2023-12-07T16:48:22.060 INFO:teuthology.orchestra.run.smithi066.stdout:ID="centos" 2023-12-07T16:48:22.060 INFO:teuthology.orchestra.run.smithi066.stdout:ID_LIKE="rhel fedora" 2023-12-07T16:48:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_ID="8" 2023-12-07T16:48:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:48:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-07T16:48:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:ANSI_COLOR="0;31" 2023-12-07T16:48:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-07T16:48:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:HOME_URL="https://centos.org/" 2023-12-07T16:48:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:48:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:48:22.061 INFO:teuthology.orchestra.run.smithi066.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-07T16:48:22.062 INFO:teuthology.lock.ops:Updating smithi066.front.sepia.ceph.com on lock server 2023-12-07T16:48:22.085 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2023-12-07T16:48:22.108 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2023-12-07T16:48:22.108 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2023-12-07T16:48:22.169 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="CentOS Stream" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="8" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:ID="centos" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE="rhel fedora" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="8" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:ANSI_COLOR="0;31" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://centos.org/" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:48:22.170 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-07T16:48:22.171 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2023-12-07T16:48:22.193 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2023-12-07T16:48:22.215 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2023-12-07T16:48:22.215 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2023-12-07T16:48:22.276 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="CentOS Stream" 2023-12-07T16:48:22.276 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="8" 2023-12-07T16:48:22.276 INFO:teuthology.orchestra.run.smithi203.stdout:ID="centos" 2023-12-07T16:48:22.276 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE="rhel fedora" 2023-12-07T16:48:22.276 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="8" 2023-12-07T16:48:22.276 INFO:teuthology.orchestra.run.smithi203.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:48:22.276 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-07T16:48:22.277 INFO:teuthology.orchestra.run.smithi203.stdout:ANSI_COLOR="0;31" 2023-12-07T16:48:22.277 INFO:teuthology.orchestra.run.smithi203.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-07T16:48:22.277 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://centos.org/" 2023-12-07T16:48:22.277 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:48:22.277 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:48:22.277 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-07T16:48:22.277 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2023-12-07T16:48:22.302 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T16:48:22.313 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T16:48:22.319 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T16:48:22.320 DEBUG:teuthology.orchestra.run.smithi066:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:48:22.323 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:48:22.325 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:48:22.344 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T16:48:22.352 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T16:48:22.352 DEBUG:teuthology.orchestra.run.smithi066:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:48:22.385 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:48:22.391 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:48:22.429 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T16:48:22.512 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T16:48:22.530 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T16:48:22.530 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 2023-12-07T16:48:22.531 DEBUG:teuthology.orchestra.run.smithi066:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:48:22.531 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:48:22.532 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:48:22.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:48:22.553 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2023-12-07T16:48:22.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:48:22.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:48:22.554 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2023-12-07T16:48:22.555 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2023-12-07T16:48:22.614 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-489.el8.x86_64 2023-12-07T16:48:22.614 INFO:teuthology.task.kernel:Running kernel on smithi203: 4.18.0-489.el8.x86_64 2023-12-07T16:48:22.614 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum install -y kernel 2023-12-07T16:48:22.619 INFO:teuthology.orchestra.run.smithi066.stdout:4.18.0-489.el8.x86_64 2023-12-07T16:48:22.619 INFO:teuthology.orchestra.run.smithi137.stdout:4.18.0-489.el8.x86_64 2023-12-07T16:48:22.619 INFO:teuthology.task.kernel:Running kernel on smithi066: 4.18.0-489.el8.x86_64 2023-12-07T16:48:22.619 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum install -y kernel 2023-12-07T16:48:22.620 INFO:teuthology.task.kernel:Running kernel on smithi137: 4.18.0-489.el8.x86_64 2023-12-07T16:48:22.620 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum install -y kernel 2023-12-07T16:48:26.563 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 8 - AppStream 25 MB/s | 34 MB 00:01 2023-12-07T16:48:26.882 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - AppStream 21 MB/s | 34 MB 00:01 2023-12-07T16:48:26.919 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 8 - AppStream 21 MB/s | 34 MB 00:01 2023-12-07T16:48:37.282 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 55 MB 00:04 2023-12-07T16:48:38.986 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 8 - BaseOS 10 MB/s | 55 MB 00:05 2023-12-07T16:48:41.340 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 8 - BaseOS 6.5 MB/s | 55 MB 00:08 2023-12-07T16:48:45.423 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras 58 kB/s | 18 kB 00:00 2023-12-07T16:48:45.823 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras common packages 31 kB/s | 6.9 kB 00:00 2023-12-07T16:48:46.117 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-07T16:48:47.103 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-07T16:48:47.519 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 8 - Extras 82 kB/s | 18 kB 00:00 2023-12-07T16:48:48.011 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-12-07T16:48:48.329 INFO:teuthology.orchestra.run.smithi066.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-07T16:48:49.478 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 8 - Extras 76 kB/s | 18 kB 00:00 2023-12-07T16:48:50.132 INFO:teuthology.orchestra.run.smithi066.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2023-12-07T16:48:50.137 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-12-07T16:48:50.440 INFO:teuthology.orchestra.run.smithi137.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-07T16:48:50.901 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 565 kB/s | 24 kB 00:00 2023-12-07T16:48:51.708 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-07T16:48:54.174 INFO:teuthology.orchestra.run.smithi066.stdout:lab-extras 384 kB/s | 24 kB 00:00 2023-12-07T16:48:54.525 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-07T16:48:54.525 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-07T16:48:54.832 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T16:48:54.832 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T16:48:54.832 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-12-07T16:48:54.832 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout:Install 3 Packages 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 90 M 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 96 M 2023-12-07T16:48:54.833 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T16:48:55.516 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 352 kB/s | 24 kB 00:00 2023-12-07T16:48:57.727 INFO:teuthology.orchestra.run.smithi203.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 3.7 MB/s | 10 MB 00:02 2023-12-07T16:48:57.955 INFO:teuthology.orchestra.run.smithi066.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-07T16:48:57.955 INFO:teuthology.orchestra.run.smithi066.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-07T16:48:58.268 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T16:48:58.268 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout:Install 3 Packages 2023-12-07T16:48:58.269 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T16:48:58.270 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 90 M 2023-12-07T16:48:58.270 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 96 M 2023-12-07T16:48:58.270 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T16:48:58.319 INFO:teuthology.orchestra.run.smithi203.stdout:(2/3): kernel-core-4.18.0-526.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-12-07T16:48:59.082 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-07T16:48:59.083 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-07T16:48:59.351 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T16:48:59.351 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T16:48:59.351 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2023-12-07T16:48:59.351 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T16:48:59.351 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T16:48:59.351 INFO:teuthology.orchestra.run.smithi137.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-07T16:48:59.351 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T16:48:59.351 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-07T16:48:59.352 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-07T16:48:59.352 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T16:48:59.352 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T16:48:59.352 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T16:48:59.352 INFO:teuthology.orchestra.run.smithi137.stdout:Install 3 Packages 2023-12-07T16:48:59.352 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T16:48:59.352 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 90 M 2023-12-07T16:48:59.352 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 96 M 2023-12-07T16:48:59.352 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T16:49:00.400 INFO:teuthology.orchestra.run.smithi066.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 5.3 MB/s | 10 MB 00:01 2023-12-07T16:49:01.497 INFO:teuthology.orchestra.run.smithi203.stdout:(3/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 5.6 MB/s | 36 MB 00:06 2023-12-07T16:49:01.498 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T16:49:01.498 INFO:teuthology.orchestra.run.smithi203.stdout:Total 13 MB/s | 90 MB 00:06 2023-12-07T16:49:02.176 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T16:49:02.565 INFO:teuthology.orchestra.run.smithi066.stdout:(2/3): kernel-core-4.18.0-526.el8.x86_64.rpm 11 MB/s | 43 MB 00:04 2023-12-07T16:49:02.593 INFO:teuthology.orchestra.run.smithi137.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 3.3 MB/s | 10 MB 00:03 2023-12-07T16:49:02.607 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T16:49:02.607 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T16:49:03.852 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T16:49:03.871 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T16:49:04.308 INFO:teuthology.orchestra.run.smithi137.stdout:(2/3): kernel-core-4.18.0-526.el8.x86_64.rpm 9.1 MB/s | 43 MB 00:04 2023-12-07T16:49:05.225 INFO:teuthology.orchestra.run.smithi137.stdout:(3/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 6.3 MB/s | 36 MB 00:05 2023-12-07T16:49:05.225 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T16:49:05.226 INFO:teuthology.orchestra.run.smithi137.stdout:Total 15 MB/s | 90 MB 00:05 2023-12-07T16:49:05.715 INFO:teuthology.orchestra.run.smithi066.stdout:(3/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 5.0 MB/s | 36 MB 00:07 2023-12-07T16:49:05.716 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T16:49:05.716 INFO:teuthology.orchestra.run.smithi066.stdout:Total 12 MB/s | 90 MB 00:07 2023-12-07T16:49:05.907 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T16:49:06.350 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T16:49:06.350 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T16:49:06.431 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T16:49:06.680 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T16:49:06.870 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T16:49:06.871 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T16:49:07.221 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T16:49:07.584 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T16:49:07.612 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T16:49:08.167 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T16:49:08.189 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T16:49:10.411 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T16:49:10.829 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T16:49:11.017 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T16:49:11.160 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T16:49:11.229 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T16:49:11.749 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T16:49:14.591 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T16:49:14.660 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T16:49:14.917 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:14.958 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T16:49:15.447 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T16:49:15.887 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T16:49:18.379 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T16:49:18.639 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:19.557 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T16:49:19.813 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:36.817 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:36.842 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:37.193 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:37.193 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-07T16:49:37.193 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-07T16:49:37.991 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:37.991 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T16:49:37.991 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T16:49:37.991 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-07T16:49:37.992 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-07T16:49:37.992 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T16:49:37.992 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T16:49:38.132 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:49:38.350 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T16:49:38.350 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T16:49:38.350 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-07T16:49:38.350 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T16:49:38.351 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T16:49:38.351 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-07T16:49:38.351 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi203.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T16:49:38.351 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:49:38.561 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T16:49:38.562 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T16:49:38.562 DEBUG:teuthology.orchestra.run.smithi203:> sudo rpm -qi grub2-tools 2023-12-07T16:49:38.595 INFO:teuthology.orchestra.run.smithi203.stdout:Name : grub2-tools 2023-12-07T16:49:38.595 INFO:teuthology.orchestra.run.smithi203.stdout:Epoch : 1 2023-12-07T16:49:38.595 INFO:teuthology.orchestra.run.smithi203.stdout:Version : 2.02 2023-12-07T16:49:38.595 INFO:teuthology.orchestra.run.smithi203.stdout:Release : 129.el8 2023-12-07T16:49:38.595 INFO:teuthology.orchestra.run.smithi203.stdout:Architecture: x86_64 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Group : System Environment/Base 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Size : 9265586 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:License : GPLv3+ 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Relocations : (not relocatable) 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Packager : CentOS BuildSystem 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Vendor : CentOS 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Summary : Support tools for GRUB. 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:Description : 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T16:49:38.596 INFO:teuthology.orchestra.run.smithi203.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-07T16:49:38.597 INFO:teuthology.orchestra.run.smithi203.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-07T16:49:38.597 INFO:teuthology.orchestra.run.smithi203.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-07T16:49:38.597 INFO:teuthology.orchestra.run.smithi203.stdout:hardware devices. 2023-12-07T16:49:38.597 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T16:49:38.597 INFO:teuthology.orchestra.run.smithi203.stdout:This subpackage provides tools for support of all platforms. 2023-12-07T16:49:38.598 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-07T16:49:38.598 INFO:teuthology.task.kernel:Updating grub on smithi203 to boot 4.18.0-526.el8.x86_64 2023-12-07T16:49:38.598 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-07T16:49:40.331 INFO:teuthology.orchestra.run.smithi203.stderr:Generating grub configuration file ... 2023-12-07T16:49:40.553 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:40.575 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:40.931 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:40.931 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-07T16:49:40.931 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-07T16:49:41.710 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:41.710 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T16:49:41.710 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T16:49:41.710 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-07T16:49:41.710 INFO:teuthology.orchestra.run.smithi137.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-07T16:49:41.710 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T16:49:41.710 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T16:49:41.886 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:49:42.102 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T16:49:42.102 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T16:49:42.102 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-07T16:49:42.102 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T16:49:42.102 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T16:49:42.102 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-07T16:49:42.103 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T16:49:42.103 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:49:42.312 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T16:49:42.312 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T16:49:42.312 DEBUG:teuthology.orchestra.run.smithi137:> sudo rpm -qi grub2-tools 2023-12-07T16:49:42.346 INFO:teuthology.orchestra.run.smithi137.stdout:Name : grub2-tools 2023-12-07T16:49:42.346 INFO:teuthology.orchestra.run.smithi137.stdout:Epoch : 1 2023-12-07T16:49:42.346 INFO:teuthology.orchestra.run.smithi137.stdout:Version : 2.02 2023-12-07T16:49:42.346 INFO:teuthology.orchestra.run.smithi137.stdout:Release : 129.el8 2023-12-07T16:49:42.346 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: x86_64 2023-12-07T16:49:42.346 INFO:teuthology.orchestra.run.smithi137.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-07T16:49:42.346 INFO:teuthology.orchestra.run.smithi137.stdout:Group : System Environment/Base 2023-12-07T16:49:42.346 INFO:teuthology.orchestra.run.smithi137.stdout:Size : 9265586 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:License : GPLv3+ 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:Relocations : (not relocatable) 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:Packager : CentOS BuildSystem 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:Vendor : CentOS 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:Summary : Support tools for GRUB. 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:Description : 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-07T16:49:42.347 INFO:teuthology.orchestra.run.smithi137.stdout:hardware devices. 2023-12-07T16:49:42.348 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T16:49:42.348 INFO:teuthology.orchestra.run.smithi137.stdout:This subpackage provides tools for support of all platforms. 2023-12-07T16:49:42.348 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-07T16:49:42.349 INFO:teuthology.task.kernel:Updating grub on smithi137 to boot 4.18.0-526.el8.x86_64 2023-12-07T16:49:42.349 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-07T16:49:42.489 INFO:teuthology.orchestra.run.smithi203.stderr:done 2023-12-07T16:49:42.490 DEBUG:teuthology.orchestra.run.smithi203:> mktemp 2023-12-07T16:49:42.524 INFO:teuthology.orchestra.run.smithi203.stdout:/tmp/tmp.T8TromBWLp 2023-12-07T16:49:42.524 DEBUG:teuthology.orchestra.run.smithi203:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.T8TromBWLp 2023-12-07T16:49:42.601 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0666 /tmp/tmp.T8TromBWLp 2023-12-07T16:49:42.746 DEBUG:teuthology.orchestra.remote:smithi203:/tmp/tmp.T8TromBWLp is 6KB 2023-12-07T16:49:42.794 DEBUG:teuthology.orchestra.run.smithi203:> rm -fr /tmp/tmp.T8TromBWLp 2023-12-07T16:49:42.812 DEBUG:teuthology.orchestra.run.smithi203:> sudo /bin/ls /boot/loader/entries || true 2023-12-07T16:49:42.892 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-07T16:49:42.892 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-07T16:49:42.892 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-07T16:49:42.892 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-07T16:49:42.893 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-07T16:49:43.070 DEBUG:teuthology.orchestra.run.smithi203:> sudo shutdown -r now 2023-12-07T16:49:43.104 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:43.128 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:43.476 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:43.476 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-07T16:49:43.476 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-07T16:49:43.878 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2023-12-07T16:49:44.327 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T16:49:44.328 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T16:49:44.328 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T16:49:44.328 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-07T16:49:44.328 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-07T16:49:44.328 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T16:49:44.328 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T16:49:44.481 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:49:44.705 INFO:teuthology.orchestra.run.smithi066.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T16:49:44.706 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T16:49:44.706 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-07T16:49:44.706 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T16:49:44.706 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T16:49:44.706 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-07T16:49:44.706 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi066.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T16:49:44.706 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:49:44.926 INFO:teuthology.orchestra.run.smithi066.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T16:49:44.926 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T16:49:44.926 DEBUG:teuthology.orchestra.run.smithi066:> sudo rpm -qi grub2-tools 2023-12-07T16:49:44.961 INFO:teuthology.orchestra.run.smithi066.stdout:Name : grub2-tools 2023-12-07T16:49:44.961 INFO:teuthology.orchestra.run.smithi066.stdout:Epoch : 1 2023-12-07T16:49:44.961 INFO:teuthology.orchestra.run.smithi066.stdout:Version : 2.02 2023-12-07T16:49:44.961 INFO:teuthology.orchestra.run.smithi066.stdout:Release : 129.el8 2023-12-07T16:49:44.961 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: x86_64 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Group : System Environment/Base 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Size : 9265586 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:License : GPLv3+ 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Relocations : (not relocatable) 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Packager : CentOS BuildSystem 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Vendor : CentOS 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Summary : Support tools for GRUB. 2023-12-07T16:49:44.962 INFO:teuthology.orchestra.run.smithi066.stdout:Description : 2023-12-07T16:49:44.963 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T16:49:44.963 INFO:teuthology.orchestra.run.smithi066.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-07T16:49:44.963 INFO:teuthology.orchestra.run.smithi066.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-07T16:49:44.963 INFO:teuthology.orchestra.run.smithi066.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-07T16:49:44.963 INFO:teuthology.orchestra.run.smithi066.stdout:hardware devices. 2023-12-07T16:49:44.963 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T16:49:44.963 INFO:teuthology.orchestra.run.smithi066.stdout:This subpackage provides tools for support of all platforms. 2023-12-07T16:49:44.964 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-07T16:49:44.964 INFO:teuthology.task.kernel:Updating grub on smithi066 to boot 4.18.0-526.el8.x86_64 2023-12-07T16:49:44.964 DEBUG:teuthology.orchestra.run.smithi066:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-07T16:49:45.724 INFO:teuthology.orchestra.run.smithi137.stderr:done 2023-12-07T16:49:45.726 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2023-12-07T16:49:45.759 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.4Uvre82lgL 2023-12-07T16:49:45.759 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.4Uvre82lgL 2023-12-07T16:49:45.842 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.4Uvre82lgL 2023-12-07T16:49:45.979 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.4Uvre82lgL is 6KB 2023-12-07T16:49:46.028 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.4Uvre82lgL 2023-12-07T16:49:46.048 DEBUG:teuthology.orchestra.run.smithi137:> sudo /bin/ls /boot/loader/entries || true 2023-12-07T16:49:46.116 INFO:teuthology.orchestra.run.smithi137.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-07T16:49:46.116 INFO:teuthology.orchestra.run.smithi137.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-07T16:49:46.116 INFO:teuthology.orchestra.run.smithi137.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-07T16:49:46.116 INFO:teuthology.orchestra.run.smithi137.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-07T16:49:46.118 DEBUG:teuthology.orchestra.run.smithi137:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-07T16:49:46.293 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2023-12-07T16:49:46.481 INFO:teuthology.orchestra.run.smithi066.stderr:Generating grub configuration file ... 2023-12-07T16:49:48.527 INFO:teuthology.orchestra.run.smithi066.stderr:done 2023-12-07T16:49:48.528 DEBUG:teuthology.orchestra.run.smithi066:> mktemp 2023-12-07T16:49:48.552 INFO:teuthology.orchestra.run.smithi066.stdout:/tmp/tmp.Z9Mez9k963 2023-12-07T16:49:48.552 DEBUG:teuthology.orchestra.run.smithi066:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Z9Mez9k963 2023-12-07T16:49:48.625 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 0666 /tmp/tmp.Z9Mez9k963 2023-12-07T16:49:48.767 DEBUG:teuthology.orchestra.remote:smithi066:/tmp/tmp.Z9Mez9k963 is 6KB 2023-12-07T16:49:48.819 DEBUG:teuthology.orchestra.run.smithi066:> rm -fr /tmp/tmp.Z9Mez9k963 2023-12-07T16:49:48.837 DEBUG:teuthology.orchestra.run.smithi066:> sudo /bin/ls /boot/loader/entries || true 2023-12-07T16:49:48.903 INFO:teuthology.orchestra.run.smithi066.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-07T16:49:48.903 INFO:teuthology.orchestra.run.smithi066.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-07T16:49:48.904 INFO:teuthology.orchestra.run.smithi066.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-07T16:49:48.904 INFO:teuthology.orchestra.run.smithi066.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-07T16:49:48.905 DEBUG:teuthology.orchestra.run.smithi066:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-07T16:49:49.077 DEBUG:teuthology.orchestra.run.smithi066:> sudo shutdown -r now 2023-12-07T16:50:13.096 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-07T16:50:13.097 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-07T16:50:13.098 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:50:16.298 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-07T16:50:16.298 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2023-12-07T16:50:16.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:50:19.084 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-07T16:50:19.084 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2023-12-07T16:50:19.085 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:50:47.778 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2023-12-07T16:50:53.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2023-12-07T16:50:56.782 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-07T16:50:56.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:02.677 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2023-12-07T16:51:02.678 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:05.730 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2023-12-07T16:51:15.170 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2023-12-07T16:51:16.302 DEBUG:teuthology.orchestra.remote:timed out 2023-12-07T16:51:17.733 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2023-12-07T16:51:17.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:20.803 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2023-12-07T16:51:25.306 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2023-12-07T16:51:25.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:25.687 DEBUG:teuthology.orchestra.run.smithi137:> true 2023-12-07T16:51:25.997 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2023-12-07T16:51:25.997 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-07T16:51:25.998 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2023-12-07T16:51:26.014 INFO:teuthology.orchestra.run.smithi137.stdout:4.18.0-526.el8.x86_64 2023-12-07T16:51:26.015 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-07T16:51:26.015 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T16:51:26.015 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-07T16:51:27.016 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T16:51:27.016 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:51:27.089 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2023-12-07T16:51:27.105 DEBUG:teuthology.parallel:result is None 2023-12-07T16:51:27.173 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-07T16:51:27.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:27.603 DEBUG:teuthology.orchestra.run.smithi203:> true 2023-12-07T16:51:27.916 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-07T16:51:27.916 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-526.el8.x86_64"... 2023-12-07T16:51:27.917 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2023-12-07T16:51:27.933 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-526.el8.x86_64 2023-12-07T16:51:27.934 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-07T16:51:27.934 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T16:51:27.934 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-07T16:51:28.935 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T16:51:28.935 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:51:29.010 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2023-12-07T16:51:29.025 DEBUG:teuthology.parallel:result is None 2023-12-07T16:51:35.804 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2023-12-07T16:51:35.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:52:08.016 DEBUG:teuthology.orchestra.run.smithi066:> true 2023-12-07T16:52:08.364 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2023-12-07T16:52:08.364 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-07T16:52:08.364 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2023-12-07T16:52:08.382 INFO:teuthology.orchestra.run.smithi066.stdout:4.18.0-526.el8.x86_64 2023-12-07T16:52:08.383 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-07T16:52:08.383 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T16:52:08.383 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-07T16:52:09.384 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T16:52:09.384 DEBUG:teuthology.orchestra.run.smithi066:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:52:09.493 INFO:teuthology.orchestra.run.smithi066.stdout:ttyS1 2023-12-07T16:52:09.511 DEBUG:teuthology.parallel:result is None 2023-12-07T16:52:09.512 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T16:52:09.519 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T16:52:09.519 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:52:09.521 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:52:09.523 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:52:09.549 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T16:52:09.572 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T16:52:09.584 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T16:52:09.584 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:52:09.589 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:52:09.596 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:52:09.636 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T16:52:09.647 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T16:52:09.648 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T16:52:09.651 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T16:52:09.678 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T16:52:09.696 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:52:09.703 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:52:09.726 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:52:09.736 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:52:09.737 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:52:09.749 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:52:09.750 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T16:52:09.759 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T16:52:09.759 DEBUG:teuthology.orchestra.run.smithi066:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:52:09.761 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:52:09.785 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:52:09.822 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T16:52:09.835 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T16:52:09.835 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:52:09.848 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:52:09.860 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:52:09.889 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:52:09.946 DEBUG:teuthology.orchestra.run.smithi066:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:52:09.995 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:52:10.081 DEBUG:teuthology.orchestra.run.smithi066:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:52:10.123 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T16:52:10.123 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:52:10.197 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:52:10.256 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:52:10.314 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:52:10.401 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:52:10.443 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T16:52:10.443 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:52:10.511 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:52:10.573 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:52:10.622 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:52:10.712 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:52:10.752 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T16:52:10.752 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:52:10.826 DEBUG:teuthology.orchestra.run.smithi066:> sudo service rsyslog restart 2023-12-07T16:52:10.828 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2023-12-07T16:52:10.830 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2023-12-07T16:52:10.898 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:52:10.924 INFO:teuthology.orchestra.run.smithi066.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:52:10.939 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:52:11.328 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T16:52:11.342 INFO:teuthology.task.internal:Starting timer... 2023-12-07T16:52:11.342 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T16:52:11.378 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T16:52:11.409 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T16:52:11.410 DEBUG:teuthology.orchestra.run.smithi066:> sudo service auditd rotate 2023-12-07T16:52:11.496 INFO:teuthology.orchestra.run.smithi066.stdout:Rotating logs: 2023-12-07T16:52:11.497 DEBUG:teuthology.orchestra.run.smithi137:> sudo service auditd rotate 2023-12-07T16:52:11.582 INFO:teuthology.orchestra.run.smithi137.stdout:Rotating logs: 2023-12-07T16:52:11.583 DEBUG:teuthology.orchestra.run.smithi203:> sudo service auditd rotate 2023-12-07T16:52:11.663 INFO:teuthology.orchestra.run.smithi203.stdout:Rotating logs: 2023-12-07T16:52:11.664 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T16:52:11.665 DEBUG:teuthology.orchestra.run.smithi066:> /usr/sbin/getenforce 2023-12-07T16:52:11.713 INFO:teuthology.orchestra.run.smithi066.stdout:Permissive 2023-12-07T16:52:11.713 DEBUG:teuthology.orchestra.run.smithi137:> /usr/sbin/getenforce 2023-12-07T16:52:11.786 INFO:teuthology.orchestra.run.smithi137.stdout:Permissive 2023-12-07T16:52:11.787 DEBUG:teuthology.orchestra.run.smithi203:> /usr/sbin/getenforce 2023-12-07T16:52:11.846 INFO:teuthology.orchestra.run.smithi203.stdout:Permissive 2023-12-07T16:52:11.846 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi066.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi137.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi203.front.sepia.ceph.com': 'permissive'} 2023-12-07T16:52:11.846 DEBUG:teuthology.orchestra.run.smithi066:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T16:52:11.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:52:11.876 DEBUG:teuthology.orchestra.run.smithi137:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T16:52:11.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:52:11.906 DEBUG:teuthology.orchestra.run.smithi203:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T16:52:11.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:52:11.938 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T16:52:11.939 DEBUG:teuthology.orchestra.run.smithi066:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:52:11.967 DEBUG:teuthology.orchestra.run.smithi137:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:52:12.004 DEBUG:teuthology.orchestra.run.smithi203:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:52:12.034 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T16:52:12.046 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-07T16:52:12.046 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T16:52:12.111 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-07T16:52:12.112 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi066.front.sepia.ceph.com,smithi137.front.sepia.ceph.com,smithi203.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T17:04:44.043 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi066.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com'), Remote(name='ubuntu@smithi203.front.sepia.ceph.com')] 2023-12-07T17:04:44.044 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2023-12-07T17:04:44.045 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:04:44.114 DEBUG:teuthology.orchestra.run.smithi066:> true 2023-12-07T17:04:44.185 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2023-12-07T17:04:44.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2023-12-07T17:04:44.186 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:04:44.255 DEBUG:teuthology.orchestra.run.smithi137:> true 2023-12-07T17:04:44.326 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2023-12-07T17:04:44.326 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-07T17:04:44.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:04:44.396 DEBUG:teuthology.orchestra.run.smithi203:> true 2023-12-07T17:04:44.423 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-07T17:04:44.424 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T17:04:44.434 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T17:04:44.434 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:04:44.435 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:04:44.437 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:04:44.437 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:04:44.439 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:04:44.440 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:04:44.467 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T17:04:44.470 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T17:04:44.482 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T17:04:44.485 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T17:04:44.496 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T17:04:44.510 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T17:04:44.543 INFO:teuthology.orchestra.run.smithi066.stderr:sudo: ntpd: command not found 2023-12-07T17:04:44.555 INFO:teuthology.orchestra.run.smithi066.stdout:506 Cannot talk to daemon 2023-12-07T17:04:44.564 INFO:teuthology.orchestra.run.smithi137.stderr:sudo: ntpd: command not found 2023-12-07T17:04:44.569 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T17:04:44.580 INFO:teuthology.orchestra.run.smithi203.stderr:sudo: ntpd: command not found 2023-12-07T17:04:44.580 INFO:teuthology.orchestra.run.smithi137.stdout:506 Cannot talk to daemon 2023-12-07T17:04:44.582 INFO:teuthology.orchestra.run.smithi066.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T17:04:44.589 INFO:teuthology.orchestra.run.smithi203.stdout:506 Cannot talk to daemon 2023-12-07T17:04:44.590 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T17:04:44.603 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T17:04:44.604 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T17:04:44.617 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T17:04:44.659 INFO:teuthology.orchestra.run.smithi066.stderr:bash: ntpq: command not found 2023-12-07T17:04:44.662 INFO:teuthology.orchestra.run.smithi066.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:04:44.662 INFO:teuthology.orchestra.run.smithi066.stdout:=============================================================================== 2023-12-07T17:04:44.662 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.662 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.662 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.662 INFO:teuthology.orchestra.run.smithi066.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.670 INFO:teuthology.orchestra.run.smithi137.stderr:bash: ntpq: command not found 2023-12-07T17:04:44.673 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:04:44.673 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2023-12-07T17:04:44.673 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.673 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.674 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.674 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.689 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2023-12-07T17:04:44.692 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:04:44.692 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2023-12-07T17:04:44.693 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.693 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.693 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.693 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:04:44.694 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T17:04:44.704 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T17:04:44.704 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi066.front.sepia.ceph.com 2023-12-07T17:04:44.705 DEBUG:teuthology.orchestra.run.smithi066:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T17:04:44.705 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi137.front.sepia.ceph.com 2023-12-07T17:04:44.705 DEBUG:teuthology.orchestra.run.smithi137:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T17:04:44.705 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi203.front.sepia.ceph.com 2023-12-07T17:04:44.706 DEBUG:teuthology.orchestra.run.smithi203:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T17:04:45.596 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:43 ago on Thu 07 Dec 2023 05:03:02 PM UTC. 2023-12-07T17:04:45.613 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:47 ago on Thu 07 Dec 2023 05:02:58 PM UTC. 2023-12-07T17:04:45.619 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:39 ago on Thu 07 Dec 2023 05:03:06 PM UTC. 2023-12-07T17:04:47.726 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:04:47.727 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:04:47.728 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2023-12-07T17:04:47.728 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:04:47.728 INFO:teuthology.orchestra.run.smithi137.stdout:Resetting modules: 2023-12-07T17:04:47.728 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools 2023-12-07T17:04:47.728 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:04:47.728 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:04:47.728 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:04:47.728 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:04:47.747 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:04:47.748 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:04:47.748 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-12-07T17:04:47.748 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:04:47.748 INFO:teuthology.orchestra.run.smithi203.stdout:Resetting modules: 2023-12-07T17:04:47.748 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 2023-12-07T17:04:47.748 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:04:47.748 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:04:47.748 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:04:47.748 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:04:47.990 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:04:48.020 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:04:48.021 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:04:48.022 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2023-12-07T17:04:48.022 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:04:48.022 INFO:teuthology.orchestra.run.smithi066.stdout:Resetting modules: 2023-12-07T17:04:48.022 INFO:teuthology.orchestra.run.smithi066.stdout: container-tools 2023-12-07T17:04:48.022 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:04:48.022 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:04:48.022 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:04:48.022 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:04:48.039 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:04:48.297 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:04:48.957 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:50 ago on Thu 07 Dec 2023 05:02:58 PM UTC. 2023-12-07T17:04:48.989 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:46 ago on Thu 07 Dec 2023 05:03:02 PM UTC. 2023-12-07T17:04:49.283 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:43 ago on Thu 07 Dec 2023 05:03:06 PM UTC. 2023-12-07T17:04:51.082 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:04:51.087 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:04:51.266 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:04:51.266 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:04:51.266 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout:Installing group/module packages: 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-07T17:04:51.267 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout:Installing weak dependencies: 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout:Installing module profiles: 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools/common 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling module streams: 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools rhel8 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout:Install 13 Packages 2023-12-07T17:04:51.268 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:04:51.269 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 27 M 2023-12-07T17:04:51.269 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 89 M 2023-12-07T17:04:51.269 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:04:51.277 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:04:51.277 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:04:51.277 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout:Installing group/module packages: 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-07T17:04:51.278 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout:Installing weak dependencies: 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout:Installing module profiles: 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools/common 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout:Enabling module streams: 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools rhel8 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout:Install 13 Packages 2023-12-07T17:04:51.279 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:04:51.280 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 27 M 2023-12-07T17:04:51.280 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 89 M 2023-12-07T17:04:51.280 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:04:51.546 INFO:teuthology.orchestra.run.smithi137.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.3 MB/s | 750 kB 00:00 2023-12-07T17:04:51.558 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:04:51.588 INFO:teuthology.orchestra.run.smithi137.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 911 kB/s | 38 kB 00:00 2023-12-07T17:04:51.671 INFO:teuthology.orchestra.run.smithi137.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-12-07T17:04:51.719 INFO:teuthology.orchestra.run.smithi203.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.9 MB/s | 750 kB 00:00 2023-12-07T17:04:51.754 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:04:51.754 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout:Installing group/module packages: 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-07T17:04:51.755 INFO:teuthology.orchestra.run.smithi066.stdout:Installing weak dependencies: 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout:Installing module profiles: 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout: container-tools/common 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout:Enabling module streams: 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout: container-tools rhel8 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout:Install 13 Packages 2023-12-07T17:04:51.756 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:04:51.757 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 27 M 2023-12-07T17:04:51.757 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 89 M 2023-12-07T17:04:51.757 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:04:51.786 INFO:teuthology.orchestra.run.smithi203.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 568 kB/s | 38 kB 00:00 2023-12-07T17:04:51.820 INFO:teuthology.orchestra.run.smithi203.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.9 MB/s | 1.0 MB 00:00 2023-12-07T17:04:51.978 INFO:teuthology.orchestra.run.smithi203.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.2 MB/s | 241 kB 00:00 2023-12-07T17:04:51.997 INFO:teuthology.orchestra.run.smithi137.stdout:(4/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-07T17:04:52.070 INFO:teuthology.orchestra.run.smithi203.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2023-12-07T17:04:52.137 INFO:teuthology.orchestra.run.smithi203.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-12-07T17:04:52.172 INFO:teuthology.orchestra.run.smithi137.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.0 MB/s | 178 kB 00:00 2023-12-07T17:04:52.196 INFO:teuthology.orchestra.run.smithi203.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-12-07T17:04:52.206 INFO:teuthology.orchestra.run.smithi137.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 745 kB/s | 25 kB 00:00 2023-12-07T17:04:52.273 INFO:teuthology.orchestra.run.smithi137.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-12-07T17:04:52.291 INFO:teuthology.orchestra.run.smithi066.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2023-12-07T17:04:52.317 INFO:teuthology.orchestra.run.smithi066.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 2.2 MB/s | 750 kB 00:00 2023-12-07T17:04:52.342 INFO:teuthology.orchestra.run.smithi066.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 755 kB/s | 38 kB 00:00 2023-12-07T17:04:52.384 INFO:teuthology.orchestra.run.smithi066.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-12-07T17:04:52.451 INFO:teuthology.orchestra.run.smithi066.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-12-07T17:04:52.493 INFO:teuthology.orchestra.run.smithi066.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 595 kB/s | 25 kB 00:00 2023-12-07T17:04:52.543 INFO:teuthology.orchestra.run.smithi066.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2023-12-07T17:04:52.622 INFO:teuthology.orchestra.run.smithi203.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 4.9 MB/s | 3.9 MB 00:00 2023-12-07T17:04:52.743 INFO:teuthology.orchestra.run.smithi066.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.8 MB/s | 3.9 MB 00:00 2023-12-07T17:04:52.960 INFO:teuthology.orchestra.run.smithi066.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 12 MB/s | 2.5 MB 00:00 2023-12-07T17:04:53.002 INFO:teuthology.orchestra.run.smithi066.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.2 MB/s | 53 kB 00:00 2023-12-07T17:04:53.044 INFO:teuthology.orchestra.run.smithi066.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 982 kB/s | 41 kB 00:00 2023-12-07T17:04:53.047 INFO:teuthology.orchestra.run.smithi203.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 6.0 MB/s | 2.5 MB 00:00 2023-12-07T17:04:53.097 INFO:teuthology.orchestra.run.smithi203.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2023-12-07T17:04:53.139 INFO:teuthology.orchestra.run.smithi203.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 982 kB/s | 41 kB 00:00 2023-12-07T17:04:53.170 INFO:teuthology.orchestra.run.smithi066.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 8.1 MB/s | 9.6 MB 00:01 2023-12-07T17:04:53.198 INFO:teuthology.orchestra.run.smithi137.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 5.1 MB/s | 9.6 MB 00:01 2023-12-07T17:04:53.298 INFO:teuthology.orchestra.run.smithi137.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.4 MB/s | 3.9 MB 00:01 2023-12-07T17:04:53.357 INFO:teuthology.orchestra.run.smithi137.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 895 kB/s | 53 kB 00:00 2023-12-07T17:04:53.399 INFO:teuthology.orchestra.run.smithi137.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 987 kB/s | 41 kB 00:00 2023-12-07T17:04:53.425 INFO:teuthology.orchestra.run.smithi066.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.2 MB/s | 8.1 MB 00:00 2023-12-07T17:04:53.426 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:04:53.426 INFO:teuthology.orchestra.run.smithi066.stdout:Total 16 MB/s | 27 MB 00:01 2023-12-07T17:04:53.581 INFO:teuthology.orchestra.run.smithi203.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 5.9 MB/s | 8.1 MB 00:01 2023-12-07T17:04:53.702 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:04:53.725 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:04:53.725 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:04:53.749 INFO:teuthology.orchestra.run.smithi137.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 4.6 MB/s | 2.5 MB 00:00 2023-12-07T17:04:53.940 INFO:teuthology.orchestra.run.smithi203.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 3.9 MB/s | 9.6 MB 00:02 2023-12-07T17:04:53.940 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:04:53.940 INFO:teuthology.orchestra.run.smithi203.stdout:Total 9.9 MB/s | 27 MB 00:02 2023-12-07T17:04:54.007 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:04:54.011 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:04:54.208 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:04:54.230 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:04:54.230 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:04:54.486 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:04:54.489 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:04:54.666 INFO:teuthology.orchestra.run.smithi137.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 3.4 MB/s | 8.1 MB 00:02 2023-12-07T17:04:54.666 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:04:54.667 INFO:teuthology.orchestra.run.smithi137.stdout:Total 7.8 MB/s | 27 MB 00:03 2023-12-07T17:04:54.735 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:04:54.937 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:04:54.958 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:04:54.958 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:04:54.990 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-07T17:04:55.167 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-07T17:04:55.200 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:04:55.243 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:04:55.247 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:04:55.357 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-07T17:04:55.405 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-07T17:04:55.559 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-07T17:04:55.598 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T17:04:55.771 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-07T17:04:56.043 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T17:04:56.056 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:04:56.217 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-07T17:04:56.278 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-07T17:04:56.431 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-07T17:04:56.594 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-07T17:04:56.669 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-07T17:04:56.942 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T17:04:57.225 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T17:04:57.485 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-07T17:04:57.497 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-07T17:04:57.571 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T17:04:57.677 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-07T17:04:57.853 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-07T17:04:57.930 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-07T17:04:58.070 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-07T17:04:58.330 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-07T17:04:58.376 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-07T17:04:58.493 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T17:04:58.742 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-07T17:04:58.752 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-07T17:04:59.003 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-07T17:04:59.268 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-07T17:04:59.296 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T17:04:59.519 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-07T17:04:59.666 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T17:04:59.685 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-07T17:04:59.724 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T17:04:59.914 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-07T17:05:00.092 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T17:05:00.409 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T17:05:00.409 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-07T17:05:00.409 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-07T17:05:00.409 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-07T17:05:00.409 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T17:05:00.409 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-07T17:05:00.409 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T17:05:00.410 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-07T17:05:00.410 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-07T17:05:00.410 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-07T17:05:00.410 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-07T17:05:00.410 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T17:05:00.410 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-07T17:05:00.517 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T17:05:00.517 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T17:05:00.518 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-07T17:05:00.572 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T17:05:01.051 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-07T17:05:01.239 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T17:05:01.298 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-07T17:05:01.298 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:05:01.298 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:05:01.298 INFO:teuthology.orchestra.run.smithi066.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.299 INFO:teuthology.orchestra.run.smithi066.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.299 INFO:teuthology.orchestra.run.smithi066.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-07T17:05:01.299 INFO:teuthology.orchestra.run.smithi066.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-07T17:05:01.299 INFO:teuthology.orchestra.run.smithi066.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.299 INFO:teuthology.orchestra.run.smithi066.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.299 INFO:teuthology.orchestra.run.smithi066.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-07T17:05:01.299 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T17:05:01.299 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T17:05:01.300 INFO:teuthology.orchestra.run.smithi066.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.300 INFO:teuthology.orchestra.run.smithi066.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.300 INFO:teuthology.orchestra.run.smithi066.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-07T17:05:01.300 INFO:teuthology.orchestra.run.smithi066.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-07T17:05:01.300 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:05:01.300 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:05:01.313 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-07T17:05:01.314 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:05:01.314 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:05:01.314 INFO:teuthology.orchestra.run.smithi203.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.314 INFO:teuthology.orchestra.run.smithi203.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.314 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-07T17:05:01.314 INFO:teuthology.orchestra.run.smithi203.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-07T17:05:01.314 INFO:teuthology.orchestra.run.smithi203.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.315 INFO:teuthology.orchestra.run.smithi203.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.315 INFO:teuthology.orchestra.run.smithi203.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-07T17:05:01.315 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T17:05:01.315 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T17:05:01.315 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.315 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:01.316 INFO:teuthology.orchestra.run.smithi203.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-07T17:05:01.316 INFO:teuthology.orchestra.run.smithi203.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-07T17:05:01.316 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:05:01.316 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:05:01.587 DEBUG:teuthology.parallel:result is None 2023-12-07T17:05:01.617 DEBUG:teuthology.parallel:result is None 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-07T17:05:01.673 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-07T17:05:01.674 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-07T17:05:01.674 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T17:05:01.674 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-07T17:05:02.498 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-07T17:05:02.498 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:05:02.499 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:05:02.806 DEBUG:teuthology.parallel:result is None 2023-12-07T17:05:02.806 INFO:teuthology.run_tasks:Running task install... 2023-12-07T17:05:02.815 DEBUG:teuthology.task.install:project ceph 2023-12-07T17:05:02.816 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'}} 2023-12-07T17:05:02.816 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T17:05:02.816 INFO:teuthology.task.install:Using flavor: default 2023-12-07T17:05:02.821 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']} 2023-12-07T17:05:02.822 INFO:teuthology.task.install:extra packages: [] 2023-12-07T17:05:02.822 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': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T17:05:02.822 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:05:02.824 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': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T17:05:02.824 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:05:02.825 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': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T17:05:02.826 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:05:03.049 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T17:05:03.049 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T17:05:03.054 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T17:05:03.054 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T17:05:03.063 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T17:05:03.063 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T17:05:03.169 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T17:05:03.170 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:05:03.170 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T17:05:03.197 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 2023-12-07T17:05:03.197 DEBUG:teuthology.orchestra.run.smithi137:> 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/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T17:05:03.233 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T17:05:03.233 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:05:03.233 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T17:05:03.235 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T17:05:03.236 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:05:03.236 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T17:05:03.266 DEBUG:teuthology.orchestra.run.smithi137:> 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 2023-12-07T17:05:03.269 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 2023-12-07T17:05:03.269 DEBUG:teuthology.orchestra.run.smithi203:> 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/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T17:05:03.270 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 2023-12-07T17:05:03.270 DEBUG:teuthology.orchestra.run.smithi066:> 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/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T17:05:03.341 DEBUG:teuthology.orchestra.run.smithi203:> 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 2023-12-07T17:05:03.344 DEBUG:teuthology.orchestra.run.smithi137:> 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 2023-12-07T17:05:03.346 DEBUG:teuthology.orchestra.run.smithi066:> 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 2023-12-07T17:05:03.410 INFO:teuthology.orchestra.run.smithi137.stdout:check_obsoletes = 1 2023-12-07T17:05:03.411 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum clean all 2023-12-07T17:05:03.422 DEBUG:teuthology.orchestra.run.smithi203:> 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 2023-12-07T17:05:03.428 DEBUG:teuthology.orchestra.run.smithi066:> 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 2023-12-07T17:05:03.490 INFO:teuthology.orchestra.run.smithi203.stdout:check_obsoletes = 1 2023-12-07T17:05:03.491 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum clean all 2023-12-07T17:05:03.499 INFO:teuthology.orchestra.run.smithi066.stdout:check_obsoletes = 1 2023-12-07T17:05:03.500 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum clean all 2023-12-07T17:05:03.695 INFO:teuthology.orchestra.run.smithi137.stdout:76 files removed 2023-12-07T17:05:03.722 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-radosgw 2023-12-07T17:05:03.762 INFO:teuthology.orchestra.run.smithi203.stdout:76 files removed 2023-12-07T17:05:03.781 INFO:teuthology.orchestra.run.smithi066.stdout:76 files removed 2023-12-07T17:05:03.790 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-radosgw 2023-12-07T17:05:03.811 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-radosgw 2023-12-07T17:05:04.961 INFO:teuthology.orchestra.run.smithi066.stdout:ceph packages for x86_64 113 kB/s | 81 kB 00:00 2023-12-07T17:05:05.101 INFO:teuthology.orchestra.run.smithi203.stdout:ceph packages for x86_64 90 kB/s | 81 kB 00:00 2023-12-07T17:05:05.123 INFO:teuthology.orchestra.run.smithi137.stdout:ceph packages for x86_64 82 kB/s | 81 kB 00:00 2023-12-07T17:05:05.696 INFO:teuthology.orchestra.run.smithi066.stdout:ceph noarch packages 14 kB/s | 9.5 kB 00:00 2023-12-07T17:05:05.827 INFO:teuthology.orchestra.run.smithi203.stdout:ceph noarch packages 14 kB/s | 9.5 kB 00:00 2023-12-07T17:05:05.951 INFO:teuthology.orchestra.run.smithi137.stdout:ceph noarch packages 12 kB/s | 9.5 kB 00:00 2023-12-07T17:05:06.330 INFO:teuthology.orchestra.run.smithi066.stdout:ceph source packages 2.5 kB/s | 1.5 kB 00:00 2023-12-07T17:05:06.394 INFO:teuthology.orchestra.run.smithi203.stdout:ceph source packages 2.8 kB/s | 1.5 kB 00:00 2023-12-07T17:05:06.485 INFO:teuthology.orchestra.run.smithi137.stdout:ceph source packages 2.9 kB/s | 1.5 kB 00:00 2023-12-07T17:05:08.078 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - AppStream 21 MB/s | 34 MB 00:01 2023-12-07T17:05:08.180 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 8 - AppStream 19 MB/s | 34 MB 00:01 2023-12-07T17:05:08.502 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 8 - AppStream 17 MB/s | 34 MB 00:01 2023-12-07T17:05:16.035 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 8 - BaseOS 43 MB/s | 55 MB 00:01 2023-12-07T17:05:17.580 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 55 MB 00:02 2023-12-07T17:05:17.887 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 55 MB 00:03 2023-12-07T17:05:24.077 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 8 - Extras 93 kB/s | 18 kB 00:00 2023-12-07T17:05:24.694 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-12-07T17:05:25.787 INFO:teuthology.orchestra.run.smithi137.stdout:CentOS Stream 8 - PowerTools 7.1 MB/s | 6.6 MB 00:00 2023-12-07T17:05:26.053 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras 51 kB/s | 18 kB 00:00 2023-12-07T17:05:26.155 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 8 - Extras 76 kB/s | 18 kB 00:00 2023-12-07T17:05:26.731 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-12-07T17:05:26.779 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-12-07T17:05:27.356 INFO:teuthology.orchestra.run.smithi137.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-07T17:05:28.033 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 8 - PowerTools 5.8 MB/s | 6.6 MB 00:01 2023-12-07T17:05:28.397 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - PowerTools 4.5 MB/s | 6.6 MB 00:01 2023-12-07T17:05:29.675 INFO:teuthology.orchestra.run.smithi066.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-07T17:05:30.032 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-07T17:05:30.767 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 4.9 MB/s | 16 MB 00:03 2023-12-07T17:05:32.241 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 7.8 MB/s | 16 MB 00:02 2023-12-07T17:05:32.330 INFO:teuthology.orchestra.run.smithi066.stdout:Extra Packages for Enterprise Linux 6.4 MB/s | 16 MB 00:02 2023-12-07T17:05:34.606 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 439 kB/s | 24 kB 00:00 2023-12-07T17:05:36.183 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 394 kB/s | 24 kB 00:00 2023-12-07T17:05:36.568 INFO:teuthology.orchestra.run.smithi066.stdout:lab-extras 144 kB/s | 24 kB 00:00 2023-12-07T17:05:39.255 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:05:39.258 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:05:39.258 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:05:39.261 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:05:39.261 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:05:39.261 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T17:05:39.261 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrading: 2023-12-07T17:05:39.261 INFO:teuthology.orchestra.run.smithi137.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T17:05:39.261 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-07T17:05:39.262 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout:Install 21 Packages 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout:Upgrade 2 Packages 2023-12-07T17:05:39.263 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:05:39.264 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 63 M 2023-12-07T17:05:39.264 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:05:40.560 INFO:teuthology.orchestra.run.smithi137.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 8.4 MB/s | 5.4 MB 00:00 2023-12-07T17:05:40.602 INFO:teuthology.orchestra.run.smithi137.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 587 kB/s | 24 kB 00:00 2023-12-07T17:05:40.677 INFO:teuthology.orchestra.run.smithi137.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 11 MB/s | 842 kB 00:00 2023-12-07T17:05:40.730 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:05:40.732 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:05:40.732 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:05:40.732 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:05:40.732 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:05:40.732 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T17:05:40.732 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrading: 2023-12-07T17:05:40.732 INFO:teuthology.orchestra.run.smithi203.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-07T17:05:40.733 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout:Install 21 Packages 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrade 2 Packages 2023-12-07T17:05:40.734 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:05:40.735 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 63 M 2023-12-07T17:05:40.735 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:05:40.736 INFO:teuthology.orchestra.run.smithi137.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 8.8 MB/s | 527 kB 00:00 2023-12-07T17:05:41.261 INFO:teuthology.orchestra.run.smithi137.stdout:(5/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 14 MB/s | 7.3 MB 00:00 2023-12-07T17:05:41.345 INFO:teuthology.orchestra.run.smithi137.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 538 kB/s | 45 kB 00:00 2023-12-07T17:05:41.428 INFO:teuthology.orchestra.run.smithi137.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.5 MB/s | 128 kB 00:00 2023-12-07T17:05:41.429 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout:Upgrading: 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T17:05:41.432 INFO:teuthology.orchestra.run.smithi066.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T17:05:41.433 INFO:teuthology.orchestra.run.smithi066.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:05:41.434 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:05:41.434 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:05:41.434 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:05:41.434 INFO:teuthology.orchestra.run.smithi066.stdout:Install 21 Packages 2023-12-07T17:05:41.434 INFO:teuthology.orchestra.run.smithi066.stdout:Upgrade 2 Packages 2023-12-07T17:05:41.434 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:05:41.434 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 63 M 2023-12-07T17:05:41.434 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:05:41.520 INFO:teuthology.orchestra.run.smithi137.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 2.1 MB/s | 198 kB 00:00 2023-12-07T17:05:42.060 INFO:teuthology.orchestra.run.smithi203.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 5.1 MB/s | 5.4 MB 00:01 2023-12-07T17:05:42.143 INFO:teuthology.orchestra.run.smithi203.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 292 kB/s | 24 kB 00:00 2023-12-07T17:05:42.295 INFO:teuthology.orchestra.run.smithi137.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 478 kB/s | 371 kB 00:00 2023-12-07T17:05:42.385 INFO:teuthology.orchestra.run.smithi203.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 3.4 MB/s | 842 kB 00:00 2023-12-07T17:05:42.560 INFO:teuthology.orchestra.run.smithi203.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 2.9 MB/s | 527 kB 00:00 2023-12-07T17:05:43.004 INFO:teuthology.orchestra.run.smithi137.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 514 kB/s | 364 kB 00:00 2023-12-07T17:05:43.104 INFO:teuthology.orchestra.run.smithi137.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.0 MB/s | 107 kB 00:00 2023-12-07T17:05:43.321 INFO:teuthology.orchestra.run.smithi137.stdout:(12/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.6 MB/s | 354 kB 00:00 2023-12-07T17:05:43.422 INFO:teuthology.orchestra.run.smithi137.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.5 MB/s | 259 kB 00:00 2023-12-07T17:05:43.505 INFO:teuthology.orchestra.run.smithi137.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 528 kB/s | 44 kB 00:00 2023-12-07T17:05:43.572 INFO:teuthology.orchestra.run.smithi137.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 704 kB/s | 47 kB 00:00 2023-12-07T17:05:43.748 INFO:teuthology.orchestra.run.smithi137.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.7 MB/s | 306 kB 00:00 2023-12-07T17:05:43.798 INFO:teuthology.orchestra.run.smithi137.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 1.2 MB/s | 59 kB 00:00 2023-12-07T17:05:43.848 INFO:teuthology.orchestra.run.smithi137.stdout:(18/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-07T17:05:43.981 INFO:teuthology.orchestra.run.smithi137.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 13 MB/s | 1.7 MB 00:00 2023-12-07T17:05:44.949 INFO:teuthology.orchestra.run.smithi137.stdout:(20/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 3.9 MB/s | 3.8 MB 00:00 2023-12-07T17:05:45.586 INFO:teuthology.orchestra.run.smithi203.stdout:(5/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 2.4 MB/s | 7.3 MB 00:03 2023-12-07T17:05:45.678 INFO:teuthology.orchestra.run.smithi203.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 489 kB/s | 45 kB 00:00 2023-12-07T17:05:45.690 INFO:teuthology.orchestra.run.smithi137.stdout:(21/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 5.0 MB/s | 3.7 MB 00:00 2023-12-07T17:05:45.761 INFO:teuthology.orchestra.run.smithi203.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.5 MB/s | 128 kB 00:00 2023-12-07T17:05:45.912 INFO:teuthology.orchestra.run.smithi203.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 1.3 MB/s | 198 kB 00:00 2023-12-07T17:05:46.137 INFO:teuthology.orchestra.run.smithi203.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 1.6 MB/s | 371 kB 00:00 2023-12-07T17:05:46.379 INFO:teuthology.orchestra.run.smithi203.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 1.5 MB/s | 364 kB 00:00 2023-12-07T17:05:46.479 INFO:teuthology.orchestra.run.smithi203.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.0 MB/s | 107 kB 00:00 2023-12-07T17:05:46.671 INFO:teuthology.orchestra.run.smithi203.stdout:(12/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.8 MB/s | 354 kB 00:00 2023-12-07T17:05:46.780 INFO:teuthology.orchestra.run.smithi203.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.3 MB/s | 259 kB 00:00 2023-12-07T17:05:46.814 INFO:teuthology.orchestra.run.smithi203.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-12-07T17:05:46.872 INFO:teuthology.orchestra.run.smithi203.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 804 kB/s | 47 kB 00:00 2023-12-07T17:05:46.920 INFO:teuthology.orchestra.run.smithi066.stdout:(1/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x8 2.9 MB/s | 15 MB 00:05 2023-12-07T17:05:46.949 INFO:teuthology.orchestra.run.smithi137.stdout:(22/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 3.3 MB/s | 23 MB 00:07 2023-12-07T17:05:46.995 INFO:teuthology.orchestra.run.smithi066.stdout:(2/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 1.0 MB/s | 5.4 MB 00:05 2023-12-07T17:05:47.020 INFO:teuthology.orchestra.run.smithi066.stdout:(3/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 243 kB/s | 24 kB 00:00 2023-12-07T17:05:47.023 INFO:teuthology.orchestra.run.smithi203.stdout:(16/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x 2.4 MB/s | 15 MB 00:06 2023-12-07T17:05:47.212 INFO:teuthology.orchestra.run.smithi066.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 2.7 MB/s | 527 kB 00:00 2023-12-07T17:05:47.323 INFO:teuthology.orchestra.run.smithi203.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 196 kB/s | 59 kB 00:00 2023-12-07T17:05:47.529 INFO:teuthology.orchestra.run.smithi066.stdout:(5/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 1.5 MB/s | 842 kB 00:00 2023-12-07T17:05:47.588 INFO:teuthology.orchestra.run.smithi066.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 767 kB/s | 45 kB 00:00 2023-12-07T17:05:47.590 INFO:teuthology.orchestra.run.smithi203.stdout:(18/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 3.5 MB/s | 23 MB 00:06 2023-12-07T17:05:47.615 INFO:teuthology.orchestra.run.smithi203.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 257 kB/s | 75 kB 00:00 2023-12-07T17:05:47.641 INFO:teuthology.orchestra.run.smithi203.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 399 kB/s | 306 kB 00:00 2023-12-07T17:05:47.688 INFO:teuthology.orchestra.run.smithi066.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.3 MB/s | 128 kB 00:00 2023-12-07T17:05:47.830 INFO:teuthology.orchestra.run.smithi066.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 1.4 MB/s | 198 kB 00:00 2023-12-07T17:05:48.088 INFO:teuthology.orchestra.run.smithi066.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 1.4 MB/s | 371 kB 00:00 2023-12-07T17:05:48.199 INFO:teuthology.orchestra.run.smithi203.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 2.8 MB/s | 1.7 MB 00:00 2023-12-07T17:05:48.355 INFO:teuthology.orchestra.run.smithi066.stdout:(10/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64 6.3 MB/s | 7.3 MB 00:01 2023-12-07T17:05:48.380 INFO:teuthology.orchestra.run.smithi066.stdout:(11/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 1.2 MB/s | 364 kB 00:00 2023-12-07T17:05:48.414 INFO:teuthology.orchestra.run.smithi066.stdout:(12/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-07T17:05:48.441 INFO:teuthology.orchestra.run.smithi203.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 4.7 MB/s | 3.7 MB 00:00 2023-12-07T17:05:48.533 INFO:teuthology.orchestra.run.smithi203.stdout:(23/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 4.1 MB/s | 3.8 MB 00:00 2023-12-07T17:05:48.538 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:05:48.538 INFO:teuthology.orchestra.run.smithi203.stdout:Total 8.1 MB/s | 63 MB 00:07 2023-12-07T17:05:48.578 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:05:48.606 INFO:teuthology.orchestra.run.smithi066.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.5 MB/s | 354 kB 00:00 2023-12-07T17:05:48.625 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:05:48.625 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:05:48.631 INFO:teuthology.orchestra.run.smithi066.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.2 MB/s | 259 kB 00:00 2023-12-07T17:05:48.657 INFO:teuthology.orchestra.run.smithi066.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 874 kB/s | 44 kB 00:00 2023-12-07T17:05:48.723 INFO:teuthology.orchestra.run.smithi066.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 511 kB/s | 47 kB 00:00 2023-12-07T17:05:48.994 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:05:48.997 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:05:49.157 INFO:teuthology.orchestra.run.smithi066.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 136 kB/s | 59 kB 00:00 2023-12-07T17:05:49.224 INFO:teuthology.orchestra.run.smithi137.stdout:(23/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x 1.6 MB/s | 15 MB 00:09 2023-12-07T17:05:49.227 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:05:49.227 INFO:teuthology.orchestra.run.smithi137.stdout:Total 6.4 MB/s | 63 MB 00:09 2023-12-07T17:05:49.270 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:05:49.283 INFO:teuthology.orchestra.run.smithi066.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 489 kB/s | 306 kB 00:00 2023-12-07T17:05:49.300 INFO:teuthology.orchestra.run.smithi066.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 528 kB/s | 75 kB 00:00 2023-12-07T17:05:49.318 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:05:49.318 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:05:49.683 INFO:teuthology.orchestra.run.smithi066.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 4.3 MB/s | 1.7 MB 00:00 2023-12-07T17:05:49.708 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:05:49.711 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:05:50.134 INFO:teuthology.orchestra.run.smithi066.stdout:(21/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 8.3 MB/s | 3.7 MB 00:00 2023-12-07T17:05:50.189 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:05:50.375 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:05:50.586 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-07T17:05:50.751 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T17:05:50.817 INFO:teuthology.orchestra.run.smithi066.stdout:(22/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 2.6 MB/s | 23 MB 00:08 2023-12-07T17:05:50.868 INFO:teuthology.orchestra.run.smithi066.stdout:(23/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 2.4 MB/s | 3.8 MB 00:01 2023-12-07T17:05:50.872 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:05:50.872 INFO:teuthology.orchestra.run.smithi066.stdout:Total 6.7 MB/s | 63 MB 00:09 2023-12-07T17:05:50.918 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:05:50.963 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:05:50.969 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:05:50.969 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:05:51.158 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:05:51.161 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T17:05:51.356 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:05:51.359 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:05:51.360 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:05:51.383 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-07T17:05:51.450 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:05:51.573 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T17:05:51.687 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T17:05:51.876 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:05:51.985 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T17:05:52.173 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:05:52.275 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:05:52.299 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:05:52.451 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:05:52.508 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T17:05:52.514 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:05:52.580 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:05:52.683 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-07T17:05:52.689 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:05:52.783 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:05:52.834 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:05:52.992 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-07T17:05:53.090 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:05:53.177 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T17:05:53.256 INFO:teuthology.orchestra.run.smithi137.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:05:53.421 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:05:53.578 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:05:53.618 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T17:05:53.718 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:05:53.769 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:05:53.772 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-07T17:05:53.810 INFO:teuthology.orchestra.run.smithi066.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:05:53.911 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:05:53.912 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T17:05:53.939 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:05:54.096 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:05:54.142 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T17:05:54.303 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:05:54.352 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:05:54.514 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T17:05:54.643 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:05:54.652 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:05:54.702 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:05:54.781 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:05:54.806 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:05:54.898 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:05:55.025 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:05:55.043 INFO:teuthology.orchestra.run.smithi066.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:05:55.058 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T17:05:55.106 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:05:55.259 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:05:55.277 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-07T17:05:55.418 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:05:55.484 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:05:55.518 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-07T17:05:55.685 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T17:05:55.724 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-07T17:05:55.839 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:05:55.924 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:05:55.951 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T17:05:56.165 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:05:56.168 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:05:56.326 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:05:56.380 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-07T17:05:56.394 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:05:56.580 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T17:05:56.591 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-07T17:05:56.755 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:05:56.823 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T17:05:56.947 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:05:57.151 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T17:05:57.326 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:05:57.385 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:05:57.604 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:05:57.768 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-07T17:05:57.965 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-07T17:05:58.385 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T17:05:58.646 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:05:58.909 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:05:59.503 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:05:59.507 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:05:59.764 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:05:59.811 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:05:59.915 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:06:00.109 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:06:00.358 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:06:00.643 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:06:00.763 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:06:01.000 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:06:01.249 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:06:01.518 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:06:02.140 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:06:02.383 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:06:02.490 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:06:02.692 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:06:18.831 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:06:18.831 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /sys 2023-12-07T17:06:18.831 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /proc 2023-12-07T17:06:18.831 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /dev 2023-12-07T17:06:18.832 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /run 2023-12-07T17:06:18.832 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /mnt 2023-12-07T17:06:18.832 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /var/tmp 2023-12-07T17:06:18.832 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /home 2023-12-07T17:06:18.832 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /tmp 2023-12-07T17:06:18.832 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /dev 2023-12-07T17:06:18.832 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:19.830 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:06:19.830 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /sys 2023-12-07T17:06:19.830 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /proc 2023-12-07T17:06:19.830 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /dev 2023-12-07T17:06:19.830 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /run 2023-12-07T17:06:19.830 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /mnt 2023-12-07T17:06:19.830 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /var/tmp 2023-12-07T17:06:19.830 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /home 2023-12-07T17:06:19.831 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /tmp 2023-12-07T17:06:19.831 INFO:teuthology.orchestra.run.smithi137.stdout:skipping the directory /dev 2023-12-07T17:06:19.831 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:06:20.317 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:06:20.337 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:06:20.337 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:06:20.533 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:06:20.533 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:06:21.154 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:06:21.154 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T17:06:21.154 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T17:06:21.154 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:06:21.154 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:06:21.154 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:06:21.155 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-07T17:06:21.156 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-07T17:06:21.156 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-07T17:06:21.156 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:06:21.156 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:06:21.156 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T17:06:21.315 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:06:21.335 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:06:21.335 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:06:21.546 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:06:21.546 INFO:teuthology.orchestra.run.smithi137.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:06:22.067 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /sys 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /proc 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /dev 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /run 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /mnt 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /var/tmp 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /home 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /tmp 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout:skipping the directory /dev 2023-12-07T17:06:22.068 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:06:22.241 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:06:22.241 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T17:06:22.241 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T17:06:22.241 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:06:22.241 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:06:22.241 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T17:06:22.241 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:06:22.241 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-07T17:06:22.242 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-07T17:06:22.245 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:06:22.245 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:06:22.245 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T17:06:22.364 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:06:22.364 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:22.364 INFO:teuthology.orchestra.run.smithi203.stdout:Upgraded: 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:06:22.365 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:22.366 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:06:22.655 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-test 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout:Upgraded: 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:06:23.491 INFO:teuthology.orchestra.run.smithi137.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:06:23.492 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:06:23.506 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:47 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:06:23.664 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:06:23.686 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:06:23.686 INFO:teuthology.orchestra.run.smithi066.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:06:23.809 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-test 2023-12-07T17:06:23.884 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:06:23.884 INFO:teuthology.orchestra.run.smithi066.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:06:24.600 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:06:24.601 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:06:24.602 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T17:06:24.661 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:50 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:06:25.189 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-07T17:06:25.190 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:25.191 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:06:25.191 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:06:25.191 INFO:teuthology.orchestra.run.smithi203.stdout:Install 6 Packages 2023-12-07T17:06:25.191 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:25.191 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 51 M 2023-12-07T17:06:25.191 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 228 M 2023-12-07T17:06:25.191 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:06:25.543 INFO:teuthology.orchestra.run.smithi203.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 1.3 MB/s | 203 kB 00:00 2023-12-07T17:06:25.594 INFO:teuthology.orchestra.run.smithi203.stdout:(2/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 903 kB/s | 183 kB 00:00 2023-12-07T17:06:25.627 INFO:teuthology.orchestra.run.smithi203.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.2 MB/s | 187 kB 00:00 2023-12-07T17:06:25.686 INFO:teuthology.orchestra.run.smithi203.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.2 MB/s | 71 kB 00:00 2023-12-07T17:06:25.811 INFO:teuthology.orchestra.run.smithi203.stdout:(5/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.4 MB/s | 323 kB 00:00 2023-12-07T17:06:25.859 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout:Upgraded: 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-07T17:06:25.860 INFO:teuthology.orchestra.run.smithi066.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:06:25.861 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:06:26.065 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-test 2023-12-07T17:06:26.348 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:06:26.349 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:06:26.349 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:06:26.350 INFO:teuthology.orchestra.run.smithi137.stdout:Install 6 Packages 2023-12-07T17:06:26.351 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:06:26.351 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 51 M 2023-12-07T17:06:26.351 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 228 M 2023-12-07T17:06:26.351 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:06:26.795 INFO:teuthology.orchestra.run.smithi137.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 828 kB/s | 203 kB 00:00 2023-12-07T17:06:26.870 INFO:teuthology.orchestra.run.smithi137.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.4 MB/s | 187 kB 00:00 2023-12-07T17:06:26.962 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:00:50 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:06:27.012 INFO:teuthology.orchestra.run.smithi137.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.2 MB/s | 323 kB 00:00 2023-12-07T17:06:27.054 INFO:teuthology.orchestra.run.smithi137.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 71 kB 00:00 2023-12-07T17:06:27.121 INFO:teuthology.orchestra.run.smithi137.stdout:(5/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 320 kB/s | 183 kB 00:00 2023-12-07T17:06:28.306 INFO:teuthology.orchestra.run.smithi203.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 17 MB/s | 50 MB 00:02 2023-12-07T17:06:28.308 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:28.308 INFO:teuthology.orchestra.run.smithi203.stdout:Total 16 MB/s | 51 MB 00:03 2023-12-07T17:06:28.352 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:06:28.373 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:06:28.373 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:06:28.653 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:06:28.657 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:06:28.781 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-07T17:06:28.783 INFO:teuthology.orchestra.run.smithi066.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-07T17:06:28.784 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:06:28.784 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:06:28.784 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:06:28.784 INFO:teuthology.orchestra.run.smithi066.stdout:Install 6 Packages 2023-12-07T17:06:28.784 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:06:28.784 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 51 M 2023-12-07T17:06:28.784 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 228 M 2023-12-07T17:06:28.784 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:06:29.119 INFO:teuthology.orchestra.run.smithi066.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 1.4 MB/s | 203 kB 00:00 2023-12-07T17:06:29.125 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:06:29.194 INFO:teuthology.orchestra.run.smithi066.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.5 MB/s | 187 kB 00:00 2023-12-07T17:06:29.295 INFO:teuthology.orchestra.run.smithi066.stdout:(3/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 582 kB/s | 183 kB 00:00 2023-12-07T17:06:29.320 INFO:teuthology.orchestra.run.smithi066.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.5 MB/s | 323 kB 00:00 2023-12-07T17:06:29.342 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-07T17:06:29.403 INFO:teuthology.orchestra.run.smithi066.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 651 kB/s | 71 kB 00:00 2023-12-07T17:06:29.523 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-07T17:06:29.679 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T17:06:29.758 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T17:06:29.944 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-07T17:06:30.104 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:06:33.470 INFO:teuthology.orchestra.run.smithi066.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 11 MB/s | 50 MB 00:04 2023-12-07T17:06:33.472 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:33.472 INFO:teuthology.orchestra.run.smithi066.stdout:Total 11 MB/s | 51 MB 00:04 2023-12-07T17:06:33.519 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:06:33.542 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:06:33.542 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:06:33.840 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:06:33.843 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:06:34.452 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:06:34.824 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-07T17:06:34.887 INFO:teuthology.orchestra.run.smithi137.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 6.0 MB/s | 50 MB 00:08 2023-12-07T17:06:34.889 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:34.889 INFO:teuthology.orchestra.run.smithi137.stdout:Total 6.0 MB/s | 51 MB 00:08 2023-12-07T17:06:34.933 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:06:34.938 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:06:34.954 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:06:34.954 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:06:35.009 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-07T17:06:35.168 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:06:35.180 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T17:06:35.235 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:06:35.238 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:06:35.259 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T17:06:35.455 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-07T17:06:35.456 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:06:35.456 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T17:06:35.456 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T17:06:35.456 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-07T17:06:35.456 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-07T17:06:35.456 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-07T17:06:35.597 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:06:35.743 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:06:36.006 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-07T17:06:36.177 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-07T17:06:36.177 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:36.177 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:06:36.177 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-8.el8.x86_64 2023-12-07T17:06:36.177 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:06:36.177 INFO:teuthology.orchestra.run.smithi203.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:06:36.177 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:36.177 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:06:36.227 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-07T17:06:36.374 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T17:06:36.419 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph 2023-12-07T17:06:36.458 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T17:06:36.665 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-07T17:06:36.791 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:06:37.288 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:01 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:06:38.964 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:06:38.967 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:06:38.967 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:06:38.967 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:06:38.967 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:06:38.967 INFO:teuthology.orchestra.run.smithi203.stdout: ceph x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 6.4 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mds x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 2.3 M 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 1.6 M 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-modules-core noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 243 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mon x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 4.6 M 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-osd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 18 M 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-07T17:06:38.968 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-07T17:06:38.969 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-07T17:06:38.970 INFO:teuthology.orchestra.run.smithi203.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-07T17:06:38.970 INFO:teuthology.orchestra.run.smithi203.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-07T17:06:38.970 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:38.970 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:06:38.970 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:06:38.970 INFO:teuthology.orchestra.run.smithi203.stdout:Install 34 Packages 2023-12-07T17:06:38.971 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:38.971 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 31 M 2023-12-07T17:06:38.971 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 122 M 2023-12-07T17:06:38.971 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:06:39.564 INFO:teuthology.orchestra.run.smithi203.stdout:(1/34): ceph-19.0.0-64.ge068ebcf.el8.x86_64.rpm 19 kB/s | 6.4 kB 00:00 2023-12-07T17:06:40.306 INFO:teuthology.orchestra.run.smithi203.stdout:(2/34): ceph-mds-19.0.0-64.ge068ebcf.el8.x86_64 2.1 MB/s | 2.3 MB 00:01 2023-12-07T17:06:40.515 INFO:teuthology.orchestra.run.smithi203.stdout:(3/34): ceph-mgr-19.0.0-64.ge068ebcf.el8.x86_64 1.3 MB/s | 1.6 MB 00:01 2023-12-07T17:06:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:(4/34): ceph-mgr-modules-core-19.0.0-64.ge068eb 1.5 MB/s | 243 kB 00:00 2023-12-07T17:06:40.738 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:06:40.782 INFO:teuthology.orchestra.run.smithi203.stdout:(5/34): python3-mako-1.0.6-14.el8.noarch.rpm 1.4 MB/s | 157 kB 00:00 2023-12-07T17:06:40.824 INFO:teuthology.orchestra.run.smithi203.stdout:(6/34): python3-markupsafe-0.23-19.el8.x86_64.r 933 kB/s | 39 kB 00:00 2023-12-07T17:06:40.866 INFO:teuthology.orchestra.run.smithi203.stdout:(7/34): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 2.4 MB/s | 103 kB 00:00 2023-12-07T17:06:40.908 INFO:teuthology.orchestra.run.smithi203.stdout:(8/34): python3-pytz-2017.2-11.el8.noarch.rpm 1.3 MB/s | 57 kB 00:00 2023-12-07T17:06:40.978 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:06:40.983 INFO:teuthology.orchestra.run.smithi203.stdout:(9/34): python3-werkzeug-0.12.2-4.el8.noarch.rp 6.0 MB/s | 457 kB 00:00 2023-12-07T17:06:41.126 INFO:teuthology.orchestra.run.smithi203.stdout:(10/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.7 MB/s | 249 kB 00:00 2023-12-07T17:06:41.243 INFO:teuthology.orchestra.run.smithi203.stdout:(11/34): python3-cryptography-3.2.1-6.el8.x86_6 5.4 MB/s | 641 kB 00:00 2023-12-07T17:06:41.274 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:06:41.274 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T17:06:41.274 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T17:06:41.274 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-07T17:06:41.274 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-07T17:06:41.275 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-07T17:06:41.318 INFO:teuthology.orchestra.run.smithi203.stdout:(12/34): python3-pycparser-2.14-14.el8.noarch.r 1.4 MB/s | 109 kB 00:00 2023-12-07T17:06:41.518 INFO:teuthology.orchestra.run.smithi203.stdout:(13/34): lua-devel-5.3.4-12.el8.x86_64.rpm 150 kB/s | 30 kB 00:00 2023-12-07T17:06:41.595 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:06:41.610 INFO:teuthology.orchestra.run.smithi203.stdout:(14/34): luarocks-3.5.0-1.el8.noarch.rpm 1.8 MB/s | 167 kB 00:00 2023-12-07T17:06:41.644 INFO:teuthology.orchestra.run.smithi203.stdout:(15/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 1.3 MB/s | 44 kB 00:00 2023-12-07T17:06:41.678 INFO:teuthology.orchestra.run.smithi203.stdout:(16/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 5.4 MB/s | 185 kB 00:00 2023-12-07T17:06:41.728 INFO:teuthology.orchestra.run.smithi203.stdout:(17/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 3.4 MB/s | 173 kB 00:00 2023-12-07T17:06:41.770 INFO:teuthology.orchestra.run.smithi203.stdout:(18/34): python3-cherrypy-18.4.0-1.el8.noarch.r 9.0 MB/s | 384 kB 00:00 2023-12-07T17:06:41.804 INFO:teuthology.orchestra.run.smithi203.stdout:(19/34): python3-jaraco-6.2-6.el8.noarch.rpm 333 kB/s | 11 kB 00:00 2023-12-07T17:06:41.837 INFO:teuthology.orchestra.run.smithi203.stdout:(20/34): python3-jaraco-functools-2.0-4.el8.noa 525 kB/s | 18 kB 00:00 2023-12-07T17:06:41.855 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:06:41.871 INFO:teuthology.orchestra.run.smithi203.stdout:(21/34): python3-logutils-0.3.5-11.el8.noarch.r 1.4 MB/s | 49 kB 00:00 2023-12-07T17:06:41.905 INFO:teuthology.orchestra.run.smithi203.stdout:(22/34): python3-more-itertools-7.2.0-3.el8.noa 1.7 MB/s | 59 kB 00:00 2023-12-07T17:06:41.947 INFO:teuthology.orchestra.run.smithi203.stdout:(23/34): python3-pecan-1.3.2-9.el8.noarch.rpm 6.6 MB/s | 283 kB 00:00 2023-12-07T17:06:41.972 INFO:teuthology.orchestra.run.smithi203.stdout:(24/34): python3-portend-2.6-1.el8.noarch.rpm 624 kB/s | 16 kB 00:00 2023-12-07T17:06:42.022 INFO:teuthology.orchestra.run.smithi203.stdout:(25/34): python3-simplegeneric-0.8.1-17.el8.noa 374 kB/s | 19 kB 00:00 2023-12-07T17:06:42.060 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-07T17:06:42.060 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:06:42.060 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:06:42.060 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-8.el8.x86_64 2023-12-07T17:06:42.060 INFO:teuthology.orchestra.run.smithi066.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:06:42.060 INFO:teuthology.orchestra.run.smithi066.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:06:42.060 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:06:42.060 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:06:42.081 INFO:teuthology.orchestra.run.smithi203.stdout:(26/34): python3-singledispatch-3.4.0.3-18.el8. 409 kB/s | 24 kB 00:00 2023-12-07T17:06:42.123 INFO:teuthology.orchestra.run.smithi203.stdout:(27/34): python3-tempora-1.14.1-5.el8.noarch.rp 704 kB/s | 29 kB 00:00 2023-12-07T17:06:42.157 INFO:teuthology.orchestra.run.smithi203.stdout:(28/34): python3-trustme-0.6.0-4.el8.noarch.rpm 829 kB/s | 27 kB 00:00 2023-12-07T17:06:42.161 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:06:42.161 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T17:06:42.161 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T17:06:42.161 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-07T17:06:42.161 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-07T17:06:42.161 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-07T17:06:42.207 INFO:teuthology.orchestra.run.smithi203.stdout:(29/34): python3-waitress-1.4.3-1.el8.noarch.rp 5.0 MB/s | 255 kB 00:00 2023-12-07T17:06:42.257 INFO:teuthology.orchestra.run.smithi203.stdout:(30/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.9 MB/s | 251 kB 00:00 2023-12-07T17:06:42.274 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph 2023-12-07T17:06:42.291 INFO:teuthology.orchestra.run.smithi203.stdout:(31/34): python3-webtest-2.0.33-1.el8.noarch.rp 2.5 MB/s | 85 kB 00:00 2023-12-07T17:06:42.325 INFO:teuthology.orchestra.run.smithi203.stdout:(32/34): python3-zc-lockfile-2.0-2.el8.noarch.r 693 kB/s | 23 kB 00:00 2023-12-07T17:06:42.933 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-07T17:06:42.933 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:06:42.933 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:06:42.933 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-8.el8.x86_64 2023-12-07T17:06:42.933 INFO:teuthology.orchestra.run.smithi137.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:06:42.933 INFO:teuthology.orchestra.run.smithi137.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:06:42.933 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:06:42.933 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:06:43.170 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:07 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:06:43.211 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph 2023-12-07T17:06:43.642 INFO:teuthology.orchestra.run.smithi203.stdout:(33/34): ceph-mon-19.0.0-64.ge068ebcf.el8.x86_6 1.1 MB/s | 4.6 MB 00:04 2023-12-07T17:06:44.078 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:10 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:06:44.084 INFO:teuthology.orchestra.run.smithi203.stdout:(34/34): ceph-osd-19.0.0-64.ge068ebcf.el8.x86_6 4.8 MB/s | 18 MB 00:03 2023-12-07T17:06:44.087 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:44.087 INFO:teuthology.orchestra.run.smithi203.stdout:Total 6.0 MB/s | 31 MB 00:05 2023-12-07T17:06:44.178 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:06:44.220 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:06:44.220 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:06:44.615 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:06:44.617 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:06:44.984 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout: ceph x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 6.4 k 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mds x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 2.3 M 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 1.6 M 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-modules-core noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 243 k 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mon x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 4.6 M 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-osd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 18 M 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-07T17:06:44.988 INFO:teuthology.orchestra.run.smithi066.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-07T17:06:44.989 INFO:teuthology.orchestra.run.smithi066.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:06:44.990 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:06:44.991 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:06:44.991 INFO:teuthology.orchestra.run.smithi066.stdout:Install 34 Packages 2023-12-07T17:06:44.991 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:06:44.991 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 31 M 2023-12-07T17:06:44.991 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 122 M 2023-12-07T17:06:44.991 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:06:45.776 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:06:45.822 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:06:45.826 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:06:45.826 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:06:45.826 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:06:45.826 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:06:45.826 INFO:teuthology.orchestra.run.smithi137.stdout: ceph x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 6.4 k 2023-12-07T17:06:45.826 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T17:06:45.826 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mds x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 2.3 M 2023-12-07T17:06:45.826 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 1.6 M 2023-12-07T17:06:45.826 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 243 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mon x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 4.6 M 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-osd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 18 M 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-07T17:06:45.827 INFO:teuthology.orchestra.run.smithi137.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-07T17:06:45.828 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:06:45.829 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:06:45.829 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:06:45.829 INFO:teuthology.orchestra.run.smithi137.stdout:Install 34 Packages 2023-12-07T17:06:45.829 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:06:45.829 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 31 M 2023-12-07T17:06:45.829 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 122 M 2023-12-07T17:06:45.829 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:06:45.913 INFO:teuthology.orchestra.run.smithi066.stdout:(1/34): ceph-19.0.0-64.ge068ebcf.el8.x86_64.rpm 39 kB/s | 6.4 kB 00:00 2023-12-07T17:06:46.006 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-07T17:06:46.242 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-07T17:06:46.363 INFO:teuthology.orchestra.run.smithi066.stdout:(2/34): ceph-mgr-19.0.0-64.ge068ebcf.el8.x86_64 2.6 MB/s | 1.6 MB 00:00 2023-12-07T17:06:46.492 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-07T17:06:46.705 INFO:teuthology.orchestra.run.smithi137.stdout:(1/34): ceph-19.0.0-64.ge068ebcf.el8.x86_64.rpm 23 kB/s | 6.4 kB 00:00 2023-12-07T17:06:46.713 INFO:teuthology.orchestra.run.smithi066.stdout:(3/34): ceph-mds-19.0.0-64.ge068ebcf.el8.x86_64 2.4 MB/s | 2.3 MB 00:00 2023-12-07T17:06:46.741 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-07T17:06:46.839 INFO:teuthology.orchestra.run.smithi066.stdout:(4/34): ceph-mgr-modules-core-19.0.0-64.ge068eb 1.9 MB/s | 243 kB 00:00 2023-12-07T17:06:46.947 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-07T17:06:46.956 INFO:teuthology.orchestra.run.smithi066.stdout:(5/34): python3-mako-1.0.6-14.el8.noarch.rpm 1.3 MB/s | 157 kB 00:00 2023-12-07T17:06:46.998 INFO:teuthology.orchestra.run.smithi066.stdout:(6/34): python3-markupsafe-0.23-19.el8.x86_64.r 932 kB/s | 39 kB 00:00 2023-12-07T17:06:47.040 INFO:teuthology.orchestra.run.smithi066.stdout:(7/34): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 2.4 MB/s | 103 kB 00:00 2023-12-07T17:06:47.082 INFO:teuthology.orchestra.run.smithi066.stdout:(8/34): python3-pytz-2017.2-11.el8.noarch.rpm 1.3 MB/s | 57 kB 00:00 2023-12-07T17:06:47.165 INFO:teuthology.orchestra.run.smithi066.stdout:(9/34): python3-werkzeug-0.12.2-4.el8.noarch.rp 5.4 MB/s | 457 kB 00:00 2023-12-07T17:06:47.169 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-07T17:06:47.299 INFO:teuthology.orchestra.run.smithi066.stdout:(10/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.8 MB/s | 249 kB 00:00 2023-12-07T17:06:47.331 INFO:teuthology.orchestra.run.smithi137.stdout:(2/34): ceph-mgr-19.0.0-64.ge068ebcf.el8.x86_64 1.8 MB/s | 1.6 MB 00:00 2023-12-07T17:06:47.354 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-07T17:06:47.423 INFO:teuthology.orchestra.run.smithi137.stdout:(3/34): ceph-mds-19.0.0-64.ge068ebcf.el8.x86_64 2.3 MB/s | 2.3 MB 00:00 2023-12-07T17:06:47.441 INFO:teuthology.orchestra.run.smithi066.stdout:(11/34): ceph-mon-19.0.0-64.ge068ebcf.el8.x86_6 3.0 MB/s | 4.6 MB 00:01 2023-12-07T17:06:47.515 INFO:teuthology.orchestra.run.smithi137.stdout:(4/34): ceph-mgr-modules-core-19.0.0-64.ge068eb 2.6 MB/s | 243 kB 00:00 2023-12-07T17:06:47.523 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-07T17:06:47.640 INFO:teuthology.orchestra.run.smithi137.stdout:(5/34): python3-mako-1.0.6-14.el8.noarch.rpm 1.2 MB/s | 157 kB 00:00 2023-12-07T17:06:47.649 INFO:teuthology.orchestra.run.smithi066.stdout:(12/34): python3-pycparser-2.14-14.el8.noarch.r 524 kB/s | 109 kB 00:00 2023-12-07T17:06:47.682 INFO:teuthology.orchestra.run.smithi137.stdout:(6/34): python3-markupsafe-0.23-19.el8.x86_64.r 936 kB/s | 39 kB 00:00 2023-12-07T17:06:47.700 INFO:teuthology.orchestra.run.smithi066.stdout:(13/34): python3-cryptography-3.2.1-6.el8.x86_6 1.6 MB/s | 641 kB 00:00 2023-12-07T17:06:47.715 INFO:teuthology.orchestra.run.smithi137.stdout:(7/34): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 3.0 MB/s | 103 kB 00:00 2023-12-07T17:06:47.723 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-07T17:06:47.757 INFO:teuthology.orchestra.run.smithi137.stdout:(8/34): python3-pytz-2017.2-11.el8.noarch.rpm 1.3 MB/s | 57 kB 00:00 2023-12-07T17:06:47.842 INFO:teuthology.orchestra.run.smithi066.stdout:(14/34): lua-devel-5.3.4-12.el8.x86_64.rpm 156 kB/s | 30 kB 00:00 2023-12-07T17:06:47.857 INFO:teuthology.orchestra.run.smithi137.stdout:(9/34): python3-werkzeug-0.12.2-4.el8.noarch.rp 4.5 MB/s | 457 kB 00:00 2023-12-07T17:06:47.935 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-07T17:06:47.950 INFO:teuthology.orchestra.run.smithi137.stdout:(10/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 2.7 MB/s | 249 kB 00:00 2023-12-07T17:06:47.975 INFO:teuthology.orchestra.run.smithi066.stdout:(15/34): luarocks-3.5.0-1.el8.noarch.rpm 607 kB/s | 167 kB 00:00 2023-12-07T17:06:48.042 INFO:teuthology.orchestra.run.smithi066.stdout:(16/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 218 kB/s | 44 kB 00:00 2023-12-07T17:06:48.068 INFO:teuthology.orchestra.run.smithi066.stdout:(17/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 2.0 MB/s | 185 kB 00:00 2023-12-07T17:06:48.168 INFO:teuthology.orchestra.run.smithi066.stdout:(18/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.3 MB/s | 173 kB 00:00 2023-12-07T17:06:48.201 INFO:teuthology.orchestra.run.smithi066.stdout:(19/34): python3-cherrypy-18.4.0-1.el8.noarch.r 2.8 MB/s | 384 kB 00:00 2023-12-07T17:06:48.217 INFO:teuthology.orchestra.run.smithi137.stdout:(11/34): python3-cryptography-3.2.1-6.el8.x86_6 2.4 MB/s | 641 kB 00:00 2023-12-07T17:06:48.243 INFO:teuthology.orchestra.run.smithi066.stdout:(20/34): python3-jaraco-6.2-6.el8.noarch.rpm 148 kB/s | 11 kB 00:00 2023-12-07T17:06:48.267 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-07T17:06:48.269 INFO:teuthology.orchestra.run.smithi066.stdout:(21/34): python3-jaraco-functools-2.0-4.el8.noa 262 kB/s | 18 kB 00:00 2023-12-07T17:06:48.293 INFO:teuthology.orchestra.run.smithi137.stdout:(12/34): python3-pycparser-2.14-14.el8.noarch.r 1.4 MB/s | 109 kB 00:00 2023-12-07T17:06:48.461 INFO:teuthology.orchestra.run.smithi066.stdout:(22/34): ceph-osd-19.0.0-64.ge068ebcf.el8.x86_6 8.6 MB/s | 18 MB 00:02 2023-12-07T17:06:48.486 INFO:teuthology.orchestra.run.smithi066.stdout:(23/34): python3-logutils-0.3.5-11.el8.noarch.r 201 kB/s | 49 kB 00:00 2023-12-07T17:06:48.489 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-07T17:06:48.492 INFO:teuthology.orchestra.run.smithi137.stdout:(13/34): lua-devel-5.3.4-12.el8.x86_64.rpm 150 kB/s | 30 kB 00:00 2023-12-07T17:06:48.511 INFO:teuthology.orchestra.run.smithi066.stdout:(24/34): python3-more-itertools-7.2.0-3.el8.noa 242 kB/s | 59 kB 00:00 2023-12-07T17:06:48.578 INFO:teuthology.orchestra.run.smithi066.stdout:(25/34): python3-portend-2.6-1.el8.noarch.rpm 253 kB/s | 16 kB 00:00 2023-12-07T17:06:48.604 INFO:teuthology.orchestra.run.smithi066.stdout:(26/34): python3-simplegeneric-0.8.1-17.el8.noa 215 kB/s | 19 kB 00:00 2023-12-07T17:06:48.637 INFO:teuthology.orchestra.run.smithi066.stdout:(27/34): python3-singledispatch-3.4.0.3-18.el8. 413 kB/s | 24 kB 00:00 2023-12-07T17:06:48.640 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-07T17:06:48.651 INFO:teuthology.orchestra.run.smithi137.stdout:(14/34): luarocks-3.5.0-1.el8.noarch.rpm 1.0 MB/s | 167 kB 00:00 2023-12-07T17:06:48.663 INFO:teuthology.orchestra.run.smithi066.stdout:(28/34): python3-tempora-1.14.1-5.el8.noarch.rp 498 kB/s | 29 kB 00:00 2023-12-07T17:06:48.696 INFO:teuthology.orchestra.run.smithi066.stdout:(29/34): python3-trustme-0.6.0-4.el8.noarch.rpm 468 kB/s | 27 kB 00:00 2023-12-07T17:06:48.718 INFO:teuthology.orchestra.run.smithi137.stdout:(15/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 657 kB/s | 44 kB 00:00 2023-12-07T17:06:48.777 INFO:teuthology.orchestra.run.smithi137.stdout:(16/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 3.1 MB/s | 185 kB 00:00 2023-12-07T17:06:48.788 INFO:teuthology.orchestra.run.smithi066.stdout:(30/34): python3-pecan-1.3.2-9.el8.noarch.rpm 866 kB/s | 283 kB 00:00 2023-12-07T17:06:48.813 INFO:teuthology.orchestra.run.smithi066.stdout:(31/34): python3-waitress-1.4.3-1.el8.noarch.rp 1.7 MB/s | 255 kB 00:00 2023-12-07T17:06:48.839 INFO:teuthology.orchestra.run.smithi066.stdout:(32/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.7 MB/s | 251 kB 00:00 2023-12-07T17:06:48.844 INFO:teuthology.orchestra.run.smithi137.stdout:(17/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.5 MB/s | 173 kB 00:00 2023-12-07T17:06:48.889 INFO:teuthology.orchestra.run.smithi066.stdout:(33/34): python3-webtest-2.0.33-1.el8.noarch.rp 850 kB/s | 85 kB 00:00 2023-12-07T17:06:48.889 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T17:06:48.914 INFO:teuthology.orchestra.run.smithi066.stdout:(34/34): python3-zc-lockfile-2.0-2.el8.noarch.r 228 kB/s | 23 kB 00:00 2023-12-07T17:06:48.919 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:48.919 INFO:teuthology.orchestra.run.smithi066.stdout:Total 7.8 MB/s | 31 MB 00:03 2023-12-07T17:06:48.944 INFO:teuthology.orchestra.run.smithi137.stdout:(18/34): ceph-mon-19.0.0-64.ge068ebcf.el8.x86_6 2.1 MB/s | 4.6 MB 00:02 2023-12-07T17:06:48.969 INFO:teuthology.orchestra.run.smithi137.stdout:(19/34): python3-cherrypy-18.4.0-1.el8.noarch.r 3.0 MB/s | 384 kB 00:00 2023-12-07T17:06:49.011 INFO:teuthology.orchestra.run.smithi137.stdout:(20/34): python3-jaraco-6.2-6.el8.noarch.rpm 166 kB/s | 11 kB 00:00 2023-12-07T17:06:49.017 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:06:49.036 INFO:teuthology.orchestra.run.smithi137.stdout:(21/34): python3-jaraco-functools-2.0-4.el8.noa 263 kB/s | 18 kB 00:00 2023-12-07T17:06:49.061 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:06:49.061 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:06:49.087 INFO:teuthology.orchestra.run.smithi137.stdout:(22/34): python3-logutils-0.3.5-11.el8.noarch.r 648 kB/s | 49 kB 00:00 2023-12-07T17:06:49.112 INFO:teuthology.orchestra.run.smithi137.stdout:(23/34): python3-more-itertools-7.2.0-3.el8.noa 782 kB/s | 59 kB 00:00 2023-12-07T17:06:49.171 INFO:teuthology.orchestra.run.smithi137.stdout:(24/34): python3-portend-2.6-1.el8.noarch.rpm 267 kB/s | 16 kB 00:00 2023-12-07T17:06:49.196 INFO:teuthology.orchestra.run.smithi137.stdout:(25/34): python3-pecan-1.3.2-9.el8.noarch.rpm 3.3 MB/s | 283 kB 00:00 2023-12-07T17:06:49.213 INFO:teuthology.orchestra.run.smithi137.stdout:(26/34): python3-simplegeneric-0.8.1-17.el8.noa 448 kB/s | 19 kB 00:00 2023-12-07T17:06:49.230 INFO:teuthology.orchestra.run.smithi137.stdout:(27/34): python3-singledispatch-3.4.0.3-18.el8. 713 kB/s | 24 kB 00:00 2023-12-07T17:06:49.255 INFO:teuthology.orchestra.run.smithi137.stdout:(28/34): python3-tempora-1.14.1-5.el8.noarch.rp 699 kB/s | 29 kB 00:00 2023-12-07T17:06:49.272 INFO:teuthology.orchestra.run.smithi137.stdout:(29/34): python3-trustme-0.6.0-4.el8.noarch.rpm 660 kB/s | 27 kB 00:00 2023-12-07T17:06:49.306 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-07T17:06:49.447 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:06:49.450 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:06:49.481 INFO:teuthology.orchestra.run.smithi137.stdout:(30/34): ceph-osd-19.0.0-64.ge068ebcf.el8.x86_6 8.4 MB/s | 18 MB 00:02 2023-12-07T17:06:49.506 INFO:teuthology.orchestra.run.smithi137.stdout:(31/34): python3-waitress-1.4.3-1.el8.noarch.rp 1.0 MB/s | 255 kB 00:00 2023-12-07T17:06:49.531 INFO:teuthology.orchestra.run.smithi137.stdout:(32/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 970 kB/s | 251 kB 00:00 2023-12-07T17:06:49.573 INFO:teuthology.orchestra.run.smithi137.stdout:(33/34): python3-zc-lockfile-2.0-2.el8.noarch.r 551 kB/s | 23 kB 00:00 2023-12-07T17:06:49.632 INFO:teuthology.orchestra.run.smithi137.stdout:(34/34): python3-webtest-2.0.33-1.el8.noarch.rp 568 kB/s | 85 kB 00:00 2023-12-07T17:06:49.634 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:06:49.635 INFO:teuthology.orchestra.run.smithi137.stdout:Total 8.1 MB/s | 31 MB 00:03 2023-12-07T17:06:49.654 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-07T17:06:49.728 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:06:49.769 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:06:49.769 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:06:49.800 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-07T17:06:50.092 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-07T17:06:50.138 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:06:50.142 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:06:50.277 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T17:06:50.577 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-07T17:06:50.635 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:06:50.773 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-07T17:06:50.847 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-07T17:06:50.961 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-07T17:06:51.054 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-07T17:06:51.156 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-07T17:06:51.333 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-07T17:06:51.399 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-07T17:06:51.560 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-07T17:06:51.652 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-07T17:06:51.746 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:06:51.749 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-07T17:06:51.852 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-07T17:06:51.964 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-07T17:06:51.993 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-07T17:06:52.165 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-07T17:06:52.170 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-07T17:06:52.246 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-07T17:06:52.360 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-07T17:06:52.465 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-07T17:06:52.514 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-07T17:06:52.572 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-07T17:06:52.770 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-07T17:06:52.817 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-07T17:06:52.873 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 29/34 2023-12-07T17:06:52.993 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-07T17:06:53.078 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T17:06:53.104 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-07T17:06:53.181 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-07T17:06:53.300 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-07T17:06:53.391 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-07T17:06:53.471 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-07T17:06:53.577 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-07T17:06:53.713 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T17:06:53.803 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-07T17:06:53.991 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-07T17:06:54.132 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-07T17:06:54.291 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-07T17:06:54.434 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-07T17:06:54.501 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-07T17:06:54.595 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-07T17:06:54.672 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T17:06:54.687 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-07T17:06:54.850 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-07T17:06:54.886 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T17:06:54.944 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T17:06:55.047 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T17:06:55.352 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T17:06:55.356 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-07T17:06:55.367 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-07T17:06:55.542 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T17:06:55.552 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-07T17:06:55.657 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-07T17:06:55.715 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-07T17:06:55.758 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T17:06:55.804 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-07T17:06:55.916 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-07T17:06:55.933 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T17:06:55.951 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T17:06:56.074 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T17:06:56.163 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-07T17:06:56.367 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-07T17:06:56.406 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-07T17:06:56.489 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T17:06:56.489 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 1/34 2023-12-07T17:06:56.489 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2/34 2023-12-07T17:06:56.489 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 3/34 2023-12-07T17:06:56.489 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 4/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 5/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 6/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-07T17:06:56.490 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-07T17:06:56.491 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-07T17:06:56.492 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-07T17:06:56.492 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-07T17:06:56.492 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-07T17:06:56.492 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-07T17:06:56.492 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-07T17:06:56.492 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-07T17:06:56.590 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T17:06:56.611 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-07T17:06:56.911 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-07T17:06:56.946 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-07T17:06:57.135 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-07T17:06:57.299 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-07T17:06:57.476 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:06:57.702 INFO:teuthology.orchestra.run.smithi203.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-07T17:06:57.703 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-portend-2.6-1.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-07T17:06:57.704 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:06:57.705 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:06:57.750 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-07T17:06:57.783 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-07T17:06:57.863 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-base 2023-12-07T17:06:58.007 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-07T17:06:58.179 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 29/34 2023-12-07T17:06:58.242 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-07T17:06:58.435 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T17:06:58.582 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-07T17:06:58.725 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:22 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:06:58.911 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-07T17:06:59.353 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 29/34 2023-12-07T17:06:59.592 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T17:07:00.134 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T17:07:00.189 INFO:teuthology.orchestra.run.smithi203.stdout:Package ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:07:00.335 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T17:07:00.413 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:00.415 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-07T17:07:00.415 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:00.518 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install cephadm 2023-12-07T17:07:00.830 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T17:07:01.052 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T17:07:01.180 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T17:07:01.282 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T17:07:01.381 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:25 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:01.400 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T17:07:01.486 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T17:07:01.505 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T17:07:01.644 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T17:07:01.862 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T17:07:02.046 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T17:07:02.067 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T17:07:02.067 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 1/34 2023-12-07T17:07:02.067 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2/34 2023-12-07T17:07:02.067 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 3/34 2023-12-07T17:07:02.067 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 4/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 5/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 6/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T17:07:02.068 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-07T17:07:02.069 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-07T17:07:02.070 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-07T17:07:02.070 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-07T17:07:02.070 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-07T17:07:02.262 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T17:07:02.470 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T17:07:02.489 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T17:07:02.611 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T17:07:03.059 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T17:07:03.059 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 1/34 2023-12-07T17:07:03.059 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2/34 2023-12-07T17:07:03.060 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 3/34 2023-12-07T17:07:03.060 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 4/34 2023-12-07T17:07:03.060 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 5/34 2023-12-07T17:07:03.060 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 6/34 2023-12-07T17:07:03.060 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-07T17:07:03.060 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-07T17:07:03.060 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-07T17:07:03.061 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-07T17:07:03.062 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-07T17:07:03.076 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:03.077 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:03.077 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:07:03.077 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:03.077 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:07:03.077 INFO:teuthology.orchestra.run.smithi203.stdout: cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 415 k 2023-12-07T17:07:03.077 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:03.078 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:07:03.078 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:03.078 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2023-12-07T17:07:03.078 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:03.078 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 415 k 2023-12-07T17:07:03.079 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 2.2 M 2023-12-07T17:07:03.079 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:07:03.369 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-07T17:07:03.369 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:03.369 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:07:03.369 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:03.369 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:03.369 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:03.369 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-07T17:07:03.370 INFO:teuthology.orchestra.run.smithi066.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-portend-2.6-1.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-07T17:07:03.371 INFO:teuthology.orchestra.run.smithi066.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-07T17:07:03.372 INFO:teuthology.orchestra.run.smithi066.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-07T17:07:03.372 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:03.372 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:07:03.498 INFO:teuthology.orchestra.run.smithi203.stdout:cephadm-19.0.0-64.ge068ebcf.el8.noarch.rpm 988 kB/s | 415 kB 00:00 2023-12-07T17:07:03.499 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:03.499 INFO:teuthology.orchestra.run.smithi203.stdout:Total 985 kB/s | 415 kB 00:00 2023-12-07T17:07:03.499 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:07:03.507 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:07:03.507 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:07:03.510 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:07:03.513 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:07:03.525 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-base 2023-12-07T17:07:03.558 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:07:04.072 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:04.265 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:04.287 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-07T17:07:04.287 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:04.287 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-07T17:07:04.288 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-portend-2.6-1.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-07T17:07:04.289 INFO:teuthology.orchestra.run.smithi137.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-07T17:07:04.290 INFO:teuthology.orchestra.run.smithi137.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-07T17:07:04.290 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-07T17:07:04.290 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-07T17:07:04.290 INFO:teuthology.orchestra.run.smithi137.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-07T17:07:04.290 INFO:teuthology.orchestra.run.smithi137.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-07T17:07:04.290 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:04.290 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:07:04.426 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:28 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:04.493 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:04.573 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-base 2023-12-07T17:07:05.177 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:05.177 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:05.177 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:07:05.177 INFO:teuthology.orchestra.run.smithi203.stdout: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:05.178 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:05.178 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:05.436 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:31 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:07:05.457 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-immutable-object-cache 2023-12-07T17:07:06.045 INFO:teuthology.orchestra.run.smithi066.stdout:Package ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:07:06.285 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:07:06.286 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2023-12-07T17:07:06.286 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:07:06.335 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:30 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:06.410 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install cephadm 2023-12-07T17:07:06.884 INFO:teuthology.orchestra.run.smithi137.stdout:Package ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:07:07.110 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:07:07.111 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T17:07:07.111 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:07:07.236 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install cephadm 2023-12-07T17:07:07.298 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:31 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:08.034 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:08.034 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:08.034 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2023-12-07T17:07:08.034 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:08.035 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:07:08.035 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 171 k 2023-12-07T17:07:08.035 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:08.035 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:07:08.035 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:08.035 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2023-12-07T17:07:08.035 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:08.035 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 171 k 2023-12-07T17:07:08.036 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 524 k 2023-12-07T17:07:08.036 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:07:08.093 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:34 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:07:08.522 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-immutable-object-cache-19.0.0-64.ge068ebcf 352 kB/s | 171 kB 00:00 2023-12-07T17:07:08.523 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:08.523 INFO:teuthology.orchestra.run.smithi203.stdout:Total 351 kB/s | 171 kB 00:00 2023-12-07T17:07:08.523 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:07:08.535 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:07:08.535 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:07:08.585 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:07:08.587 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:07:08.699 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:07:08.899 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T17:07:09.083 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout: cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 415 k 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2023-12-07T17:07:09.084 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:09.085 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 415 k 2023-12-07T17:07:09.085 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 2.2 M 2023-12-07T17:07:09.085 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:07:09.319 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T17:07:09.325 INFO:teuthology.orchestra.run.smithi066.stdout:cephadm-19.0.0-64.ge068ebcf.el8.noarch.rpm 1.7 MB/s | 415 kB 00:00 2023-12-07T17:07:09.326 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:09.326 INFO:teuthology.orchestra.run.smithi066.stdout:Total 1.7 MB/s | 415 kB 00:00 2023-12-07T17:07:09.326 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:07:09.335 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:07:09.335 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:07:09.338 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:07:09.341 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:07:09.384 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:07:09.774 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:07:09.774 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:09.774 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout: cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 415 k 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 415 k 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 2.2 M 2023-12-07T17:07:09.775 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:07:09.855 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:10.022 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:10.022 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T17:07:10.022 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:10.023 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:07:10.023 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:10.023 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:10.023 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:10.252 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:10.262 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr 2023-12-07T17:07:10.939 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:10.939 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:10.939 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:07:10.939 INFO:teuthology.orchestra.run.smithi066.stdout: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:10.939 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:10.939 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:07:10.974 INFO:teuthology.orchestra.run.smithi137.stdout:cephadm-19.0.0-64.ge068ebcf.el8.noarch.rpm 346 kB/s | 415 kB 00:01 2023-12-07T17:07:10.975 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:10.975 INFO:teuthology.orchestra.run.smithi137.stdout:Total 345 kB/s | 415 kB 00:01 2023-12-07T17:07:10.976 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:07:10.984 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:07:10.984 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:07:10.988 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:07:10.991 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:07:11.042 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:07:11.130 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:35 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:11.167 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-immutable-object-cache 2023-12-07T17:07:11.577 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:12.053 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:36 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:12.583 INFO:teuthology.orchestra.run.smithi203.stdout:Package ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:07:12.806 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:12.807 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-07T17:07:12.807 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:12.880 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:12.931 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-dashboard 2023-12-07T17:07:13.114 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:13.791 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:37 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:13.855 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:07:13.856 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:13.856 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repo Size 2023-12-07T17:07:13.856 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:13.856 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:07:13.856 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 171 k 2023-12-07T17:07:13.856 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:13.856 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:07:13.856 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:13.857 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2023-12-07T17:07:13.857 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:13.857 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 171 k 2023-12-07T17:07:13.857 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 524 k 2023-12-07T17:07:13.857 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:07:14.271 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-immutable-object-cache-19.0.0-64.ge068ebcf 413 kB/s | 171 kB 00:00 2023-12-07T17:07:14.272 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:14.273 INFO:teuthology.orchestra.run.smithi066.stdout:Total 412 kB/s | 171 kB 00:00 2023-12-07T17:07:14.273 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:07:14.287 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:07:14.288 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:07:14.343 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:07:14.347 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:07:14.386 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:14.387 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:14.387 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:07:14.387 INFO:teuthology.orchestra.run.smithi137.stdout: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:14.387 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:14.387 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:07:14.619 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-immutable-object-cache 2023-12-07T17:07:14.914 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:07:15.109 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T17:07:15.466 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:15.467 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:15.467 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:07:15.467 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:15.467 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:07:15.467 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-dashboard noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 1.8 M 2023-12-07T17:07:15.467 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T17:07:15.467 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-grafana-dashboards noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 28 k 2023-12-07T17:07:15.467 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-prometheus-alerts noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 15 k 2023-12-07T17:07:15.467 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-07T17:07:15.468 INFO:teuthology.orchestra.run.smithi203.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-07T17:07:15.468 INFO:teuthology.orchestra.run.smithi203.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-07T17:07:15.468 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:15.468 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:07:15.468 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:15.468 INFO:teuthology.orchestra.run.smithi203.stdout:Install 6 Packages 2023-12-07T17:07:15.468 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:15.468 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 2.1 M 2023-12-07T17:07:15.468 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 8.7 M 2023-12-07T17:07:15.469 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:07:15.485 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:41 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:07:15.532 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T17:07:15.993 INFO:teuthology.orchestra.run.smithi203.stdout:(1/6): ceph-grafana-dashboards-19.0.0-64.ge068e 193 kB/s | 28 kB 00:00 2023-12-07T17:07:16.069 INFO:teuthology.orchestra.run.smithi203.stdout:(2/6): python3-jwt-1.6.1-2.el8.noarch.rpm 569 kB/s | 43 kB 00:00 2023-12-07T17:07:16.094 INFO:teuthology.orchestra.run.smithi203.stdout:(3/6): ceph-prometheus-alerts-19.0.0-64.ge068eb 61 kB/s | 15 kB 00:00 2023-12-07T17:07:16.223 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T17:07:16.223 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:16.224 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:07:16.224 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:16.224 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:16.224 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:07:16.328 INFO:teuthology.orchestra.run.smithi203.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 130 kB/s | 34 kB 00:00 2023-12-07T17:07:16.444 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr 2023-12-07T17:07:16.478 INFO:teuthology.orchestra.run.smithi203.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 512 kB/s | 196 kB 00:00 2023-12-07T17:07:16.770 INFO:teuthology.orchestra.run.smithi203.stdout:(6/6): ceph-mgr-dashboard-19.0.0-64.ge068ebcf.e 1.9 MB/s | 1.8 MB 00:00 2023-12-07T17:07:16.771 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:16.772 INFO:teuthology.orchestra.run.smithi203.stdout:Total 1.6 MB/s | 2.1 MB 00:01 2023-12-07T17:07:16.783 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:07:16.792 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:07:16.792 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:07:16.878 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:07:16.881 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:07:17.155 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:07:17.173 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:07:17.173 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:17.173 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2023-12-07T17:07:17.174 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:17.174 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:07:17.174 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 171 k 2023-12-07T17:07:17.174 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:17.174 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:07:17.174 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:17.174 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2023-12-07T17:07:17.174 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:17.175 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 171 k 2023-12-07T17:07:17.175 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 524 k 2023-12-07T17:07:17.175 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:07:17.352 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:41 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:17.360 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-07T17:07:17.379 INFO:teuthology.orchestra.run.smithi137.stdout:ceph-immutable-object-cache-19.0.0-64.ge068ebcf 839 kB/s | 171 kB 00:00 2023-12-07T17:07:17.379 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:17.379 INFO:teuthology.orchestra.run.smithi137.stdout:Total 834 kB/s | 171 kB 00:00 2023-12-07T17:07:17.380 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:07:17.391 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:07:17.391 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:07:17.437 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:07:17.440 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:07:17.554 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:07:17.589 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-07T17:07:17.777 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T17:07:17.791 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-07T17:07:18.079 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 4/6 2023-12-07T17:07:18.216 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T17:07:18.429 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 5/6 2023-12-07T17:07:18.632 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T17:07:18.894 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T17:07:18.894 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:18.894 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:07:18.894 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:07:18.894 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:18.894 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:07:18.903 INFO:teuthology.orchestra.run.smithi066.stdout:Package ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:07:18.914 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T17:07:18.914 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 1/6 2023-12-07T17:07:18.914 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2/6 2023-12-07T17:07:18.915 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 3/6 2023-12-07T17:07:18.915 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-07T17:07:18.915 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-07T17:07:19.137 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr 2023-12-07T17:07:19.141 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:07:19.142 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2023-12-07T17:07:19.142 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:07:19.255 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr-dashboard 2023-12-07T17:07:19.613 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-07T17:07:19.613 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:19.613 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:07:19.613 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:19.613 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:19.613 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:19.613 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-07T17:07:19.613 INFO:teuthology.orchestra.run.smithi203.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-07T17:07:19.614 INFO:teuthology.orchestra.run.smithi203.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-07T17:07:19.614 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:19.614 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:19.748 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-07T17:07:20.007 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:46 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:07:20.146 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:44 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:20.607 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:44 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:21.466 INFO:teuthology.orchestra.run.smithi137.stdout:Package ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:07:21.688 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:07:21.689 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T17:07:21.689 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:07:21.810 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-dashboard 2023-12-07T17:07:21.966 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:07:21.967 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:21.967 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:07:21.967 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-dashboard noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 1.8 M 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-grafana-dashboards noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 28 k 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-prometheus-alerts noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 15 k 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout:Install 6 Packages 2023-12-07T17:07:21.968 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:21.969 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 2.1 M 2023-12-07T17:07:21.969 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 8.7 M 2023-12-07T17:07:21.969 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:07:22.303 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:22.304 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================================ 2023-12-07T17:07:22.304 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:07:22.304 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================================ 2023-12-07T17:07:22.304 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:07:22.304 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 7.4 M 2023-12-07T17:07:22.304 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T17:07:22.304 INFO:teuthology.orchestra.run.smithi203.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================================ 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout:Install 8 Packages 2023-12-07T17:07:22.305 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:22.306 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 35 M 2023-12-07T17:07:22.306 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 210 M 2023-12-07T17:07:22.306 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:07:22.431 INFO:teuthology.orchestra.run.smithi066.stdout:(1/6): ceph-grafana-dashboards-19.0.0-64.ge068e 129 kB/s | 28 kB 00:00 2023-12-07T17:07:22.456 INFO:teuthology.orchestra.run.smithi066.stdout:(2/6): ceph-prometheus-alerts-19.0.0-64.ge068eb 62 kB/s | 15 kB 00:00 2023-12-07T17:07:22.540 INFO:teuthology.orchestra.run.smithi066.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 393 kB/s | 43 kB 00:00 2023-12-07T17:07:22.664 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:48 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:07:22.735 INFO:teuthology.orchestra.run.smithi203.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 14 MB/s | 4.7 MB 00:00 2023-12-07T17:07:22.749 INFO:teuthology.orchestra.run.smithi066.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 115 kB/s | 34 kB 00:00 2023-12-07T17:07:22.902 INFO:teuthology.orchestra.run.smithi203.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 9.4 MB/s | 4.9 MB 00:00 2023-12-07T17:07:22.970 INFO:teuthology.orchestra.run.smithi203.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 16 MB/s | 3.7 MB 00:00 2023-12-07T17:07:22.995 INFO:teuthology.orchestra.run.smithi203.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.4 MB/s | 225 kB 00:00 2023-12-07T17:07:23.007 INFO:teuthology.orchestra.run.smithi066.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 421 kB/s | 196 kB 00:00 2023-12-07T17:07:23.124 INFO:teuthology.orchestra.run.smithi066.stdout:(6/6): ceph-mgr-dashboard-19.0.0-64.ge068ebcf.e 1.9 MB/s | 1.8 MB 00:00 2023-12-07T17:07:23.126 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:23.126 INFO:teuthology.orchestra.run.smithi066.stdout:Total 1.8 MB/s | 2.1 MB 00:01 2023-12-07T17:07:23.139 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:07:23.150 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:07:23.150 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:07:23.195 INFO:teuthology.orchestra.run.smithi203.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 3.2 MB/s | 645 kB 00:00 2023-12-07T17:07:23.247 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:07:23.250 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:07:23.404 INFO:teuthology.orchestra.run.smithi203.stdout:(6/8): python3-scipy-1.0.0-21.module_el8.5.0+77 32 MB/s | 14 MB 00:00 2023-12-07T17:07:23.429 INFO:teuthology.orchestra.run.smithi203.stdout:(7/8): libquadmath-8.5.0-21.el8.x86_64.rpm 739 kB/s | 172 kB 00:00 2023-12-07T17:07:23.522 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:07:23.716 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-07T17:07:23.961 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-07T17:07:24.145 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-07T17:07:24.234 INFO:teuthology.orchestra.run.smithi203.stdout:(8/8): ceph-mgr-diskprediction-local-19.0.0-64. 4.0 MB/s | 7.4 MB 00:01 2023-12-07T17:07:24.235 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:24.235 INFO:teuthology.orchestra.run.smithi203.stdout:Total 18 MB/s | 35 MB 00:01 2023-12-07T17:07:24.258 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 4/6 2023-12-07T17:07:24.352 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 1.8 M 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-grafana-dashboards noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 28 k 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-prometheus-alerts noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 15 k 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-07T17:07:24.353 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:24.354 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:07:24.354 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:24.354 INFO:teuthology.orchestra.run.smithi137.stdout:Install 6 Packages 2023-12-07T17:07:24.354 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:24.354 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 2.1 M 2023-12-07T17:07:24.354 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 8.7 M 2023-12-07T17:07:24.355 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:07:24.472 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:07:24.490 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:07:24.490 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:07:24.612 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 5/6 2023-12-07T17:07:24.708 INFO:teuthology.orchestra.run.smithi137.stdout:(1/6): ceph-grafana-dashboards-19.0.0-64.ge068e 195 kB/s | 28 kB 00:00 2023-12-07T17:07:24.783 INFO:teuthology.orchestra.run.smithi137.stdout:(2/6): python3-jwt-1.6.1-2.el8.noarch.rpm 569 kB/s | 43 kB 00:00 2023-12-07T17:07:24.800 INFO:teuthology.orchestra.run.smithi137.stdout:(3/6): ceph-prometheus-alerts-19.0.0-64.ge068eb 64 kB/s | 15 kB 00:00 2023-12-07T17:07:24.813 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:07:24.815 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T17:07:24.816 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:07:24.867 INFO:teuthology.orchestra.run.smithi137.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 401 kB/s | 34 kB 00:00 2023-12-07T17:07:24.942 INFO:teuthology.orchestra.run.smithi137.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.4 MB/s | 196 kB 00:00 2023-12-07T17:07:25.102 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T17:07:25.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 1/6 2023-12-07T17:07:25.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2/6 2023-12-07T17:07:25.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 3/6 2023-12-07T17:07:25.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-07T17:07:25.102 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-07T17:07:25.159 INFO:teuthology.orchestra.run.smithi137.stdout:(6/6): ceph-mgr-dashboard-19.0.0-64.ge068ebcf.e 3.0 MB/s | 1.8 MB 00:00 2023-12-07T17:07:25.160 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:25.161 INFO:teuthology.orchestra.run.smithi137.stdout:Total 2.6 MB/s | 2.1 MB 00:00 2023-12-07T17:07:25.171 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:07:25.180 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:07:25.180 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:07:25.256 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:07:25.259 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:07:25.372 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:07:25.529 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T17:07:25.553 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:07:25.661 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T17:07:25.764 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-07T17:07:25.861 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T17:07:25.941 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-07T17:07:25.941 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:25.942 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:07:25.942 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:25.942 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:25.942 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:25.942 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-07T17:07:25.942 INFO:teuthology.orchestra.run.smithi066.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-07T17:07:25.942 INFO:teuthology.orchestra.run.smithi066.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-07T17:07:25.942 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:25.942 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:07:26.017 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-07T17:07:26.078 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-07T17:07:26.245 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-07T17:07:26.382 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 4/6 2023-12-07T17:07:26.452 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T17:07:26.620 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T17:07:26.737 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 5/6 2023-12-07T17:07:26.969 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:01:50 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:26.979 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T17:07:27.236 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T17:07:27.258 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T17:07:27.258 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 1/6 2023-12-07T17:07:27.258 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2/6 2023-12-07T17:07:27.258 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 3/6 2023-12-07T17:07:27.258 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-07T17:07:27.258 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-07T17:07:27.362 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T17:07:27.971 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:27.972 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:07:28.045 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T17:07:28.124 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-07T17:07:28.382 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T17:07:28.612 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T17:07:28.769 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:07:28.770 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================================ 2023-12-07T17:07:28.770 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================================ 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 7.4 M 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:28.771 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:07:28.772 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================================ 2023-12-07T17:07:28.772 INFO:teuthology.orchestra.run.smithi066.stdout:Install 8 Packages 2023-12-07T17:07:28.772 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:28.772 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 35 M 2023-12-07T17:07:28.772 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 210 M 2023-12-07T17:07:28.772 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:07:28.980 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:01:54 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:07:29.865 INFO:teuthology.orchestra.run.smithi066.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 7.1 MB/s | 4.9 MB 00:00 2023-12-07T17:07:30.149 INFO:teuthology.orchestra.run.smithi066.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 13 MB/s | 3.7 MB 00:00 2023-12-07T17:07:30.232 INFO:teuthology.orchestra.run.smithi066.stdout:(3/8): openblas-0.3.15-4.el8.x86_64.rpm 4.5 MB/s | 4.7 MB 00:01 2023-12-07T17:07:30.258 INFO:teuthology.orchestra.run.smithi066.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.0 MB/s | 225 kB 00:00 2023-12-07T17:07:30.382 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T17:07:30.416 INFO:teuthology.orchestra.run.smithi066.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 4.0 MB/s | 645 kB 00:00 2023-12-07T17:07:30.491 INFO:teuthology.orchestra.run.smithi066.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 2.3 MB/s | 172 kB 00:00 2023-12-07T17:07:30.732 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:07:30.733 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================================ 2023-12-07T17:07:30.733 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:07:30.733 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================================ 2023-12-07T17:07:30.733 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:07:30.733 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 7.4 M 2023-12-07T17:07:30.733 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T17:07:30.733 INFO:teuthology.orchestra.run.smithi137.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-07T17:07:30.733 INFO:teuthology.orchestra.run.smithi137.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-07T17:07:30.733 INFO:teuthology.orchestra.run.smithi137.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-07T17:07:30.734 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-07T17:07:30.734 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-07T17:07:30.734 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-07T17:07:30.734 INFO:teuthology.orchestra.run.smithi137.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-07T17:07:30.734 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:30.734 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:07:30.734 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================================ 2023-12-07T17:07:30.734 INFO:teuthology.orchestra.run.smithi137.stdout:Install 8 Packages 2023-12-07T17:07:30.734 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:30.737 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 35 M 2023-12-07T17:07:30.737 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 210 M 2023-12-07T17:07:30.737 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:07:31.185 INFO:teuthology.orchestra.run.smithi066.stdout:(7/8): ceph-mgr-diskprediction-local-19.0.0-64. 3.7 MB/s | 7.4 MB 00:02 2023-12-07T17:07:31.626 INFO:teuthology.orchestra.run.smithi137.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 12 MB/s | 4.9 MB 00:00 2023-12-07T17:07:31.631 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-07T17:07:31.776 INFO:teuthology.orchestra.run.smithi137.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 25 MB/s | 3.7 MB 00:00 2023-12-07T17:07:31.818 INFO:teuthology.orchestra.run.smithi137.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 5.3 MB/s | 225 kB 00:00 2023-12-07T17:07:31.827 INFO:teuthology.orchestra.run.smithi066.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 8.6 MB/s | 14 MB 00:01 2023-12-07T17:07:31.828 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:31.828 INFO:teuthology.orchestra.run.smithi066.stdout:Total 12 MB/s | 35 MB 00:03 2023-12-07T17:07:31.836 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T17:07:32.035 INFO:teuthology.orchestra.run.smithi137.stdout:(4/8): ceph-mgr-diskprediction-local-19.0.0-64. 9.2 MB/s | 7.4 MB 00:00 2023-12-07T17:07:32.072 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:07:32.091 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:07:32.091 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:07:32.164 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T17:07:32.164 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 1/8 2023-12-07T17:07:32.165 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-07T17:07:32.165 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-07T17:07:32.165 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-07T17:07:32.165 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T17:07:32.165 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-07T17:07:32.165 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-07T17:07:32.268 INFO:teuthology.orchestra.run.smithi137.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.7 MB/s | 645 kB 00:00 2023-12-07T17:07:32.419 INFO:teuthology.orchestra.run.smithi137.stdout:(6/8): python3-scipy-1.0.0-21.module_el8.5.0+77 23 MB/s | 14 MB 00:00 2023-12-07T17:07:32.439 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:07:32.442 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:07:32.444 INFO:teuthology.orchestra.run.smithi137.stdout:(7/8): libquadmath-8.5.0-21.el8.x86_64.rpm 984 kB/s | 172 kB 00:00 2023-12-07T17:07:32.765 INFO:teuthology.orchestra.run.smithi137.stdout:(8/8): openblas-0.3.15-4.el8.x86_64.rpm 3.1 MB/s | 4.7 MB 00:01 2023-12-07T17:07:32.766 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:32.766 INFO:teuthology.orchestra.run.smithi137.stdout:Total 17 MB/s | 35 MB 00:02 2023-12-07T17:07:32.915 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-07T17:07:32.915 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:32.915 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:07:32.915 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:32.915 INFO:teuthology.orchestra.run.smithi203.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-07T17:07:32.915 INFO:teuthology.orchestra.run.smithi203.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-07T17:07:32.916 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-07T17:07:32.916 INFO:teuthology.orchestra.run.smithi203.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-07T17:07:32.916 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-07T17:07:32.916 INFO:teuthology.orchestra.run.smithi203.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-07T17:07:32.916 INFO:teuthology.orchestra.run.smithi203.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-07T17:07:32.916 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:32.916 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:33.001 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:07:33.004 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:07:33.018 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:07:33.019 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:07:33.051 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-rook 2023-12-07T17:07:33.173 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T17:07:33.321 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T17:07:33.345 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:07:33.349 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:07:33.504 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T17:07:33.911 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:01:57 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:33.927 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:07:34.107 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T17:07:34.138 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T17:07:34.249 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T17:07:34.290 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T17:07:34.933 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T17:07:35.060 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T17:07:35.247 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T17:07:35.599 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:35.600 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:35.600 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:07:35.600 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:35.600 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:07:35.600 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-rook noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 50 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-07T17:07:35.601 INFO:teuthology.orchestra.run.smithi203.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-07T17:07:35.602 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:35.602 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:07:35.602 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:35.602 INFO:teuthology.orchestra.run.smithi203.stdout:Install 13 Packages 2023-12-07T17:07:35.602 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:35.602 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 1.9 M 2023-12-07T17:07:35.603 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 25 M 2023-12-07T17:07:35.603 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:07:35.781 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T17:07:35.846 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T17:07:36.032 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T17:07:36.107 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T17:07:36.256 INFO:teuthology.orchestra.run.smithi203.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 296 kB/s | 27 kB 00:00 2023-12-07T17:07:36.281 INFO:teuthology.orchestra.run.smithi203.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 174 kB/s | 20 kB 00:00 2023-12-07T17:07:36.374 INFO:teuthology.orchestra.run.smithi203.stdout:(3/13): ceph-mgr-rook-19.0.0-64.ge068ebcf.el8.n 241 kB/s | 50 kB 00:00 2023-12-07T17:07:36.376 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T17:07:36.432 INFO:teuthology.orchestra.run.smithi203.stdout:(4/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 840 kB/s | 126 kB 00:00 2023-12-07T17:07:36.458 INFO:teuthology.orchestra.run.smithi203.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 626 kB/s | 110 kB 00:00 2023-12-07T17:07:36.500 INFO:teuthology.orchestra.run.smithi203.stdout:(6/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.2 MB/s | 155 kB 00:00 2023-12-07T17:07:36.525 INFO:teuthology.orchestra.run.smithi203.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 463 kB/s | 43 kB 00:00 2023-12-07T17:07:36.628 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T17:07:36.725 INFO:teuthology.orchestra.run.smithi203.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 123 kB/s | 33 kB 00:00 2023-12-07T17:07:36.750 INFO:teuthology.orchestra.run.smithi203.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 65 kB/s | 16 kB 00:00 2023-12-07T17:07:36.798 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T17:07:36.826 INFO:teuthology.orchestra.run.smithi203.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 274 kB/s | 81 kB 00:00 2023-12-07T17:07:36.918 INFO:teuthology.orchestra.run.smithi203.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 384 kB/s | 64 kB 00:00 2023-12-07T17:07:36.943 INFO:teuthology.orchestra.run.smithi203.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 525 kB/s | 61 kB 00:00 2023-12-07T17:07:37.085 INFO:teuthology.orchestra.run.smithi203.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 3.2 MB/s | 1.2 MB 00:00 2023-12-07T17:07:37.087 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:37.087 INFO:teuthology.orchestra.run.smithi203.stdout:Total 1.3 MB/s | 1.9 MB 00:01 2023-12-07T17:07:37.149 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:07:37.164 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:07:37.164 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:07:37.252 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:07:37.255 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:07:37.479 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T17:07:37.851 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T17:07:37.853 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:07:38.088 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-07T17:07:38.106 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T17:07:38.262 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T17:07:38.302 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-07T17:07:38.563 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-07T17:07:38.783 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-07T17:07:38.982 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-07T17:07:39.205 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-07T17:07:39.496 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-07T17:07:39.576 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-07T17:07:39.739 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-07T17:07:39.797 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T17:07:39.852 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T17:07:40.125 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T17:07:40.125 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 1/8 2023-12-07T17:07:40.126 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-07T17:07:40.126 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-07T17:07:40.126 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-07T17:07:40.126 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T17:07:40.126 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-07T17:07:40.126 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-07T17:07:40.755 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-07T17:07:40.877 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-07T17:07:40.877 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:40.877 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:07:40.877 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:40.877 INFO:teuthology.orchestra.run.smithi066.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-07T17:07:40.877 INFO:teuthology.orchestra.run.smithi066.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-07T17:07:40.878 INFO:teuthology.orchestra.run.smithi066.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-07T17:07:40.878 INFO:teuthology.orchestra.run.smithi066.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-07T17:07:40.878 INFO:teuthology.orchestra.run.smithi066.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-07T17:07:40.878 INFO:teuthology.orchestra.run.smithi066.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-07T17:07:40.878 INFO:teuthology.orchestra.run.smithi066.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-07T17:07:40.878 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:40.878 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:07:41.016 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-07T17:07:41.023 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr-rook 2023-12-07T17:07:41.079 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-07T17:07:41.233 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-07T17:07:41.314 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T17:07:41.429 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-07T17:07:41.593 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T17:07:41.630 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T17:07:41.631 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 1/8 2023-12-07T17:07:41.631 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-07T17:07:41.631 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-07T17:07:41.631 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-07T17:07:41.631 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T17:07:41.631 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-07T17:07:41.631 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-07T17:07:41.885 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T17:07:41.885 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 1/13 2023-12-07T17:07:41.885 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-07T17:07:41.885 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-07T17:07:41.885 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-07T17:07:41.885 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-07T17:07:41.886 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-07T17:07:41.886 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-07T17:07:41.886 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-07T17:07:41.886 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-07T17:07:41.886 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-07T17:07:41.886 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-07T17:07:41.886 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-07T17:07:41.913 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:05 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:42.355 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-07T17:07:42.355 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:42.355 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:07:42.355 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:42.355 INFO:teuthology.orchestra.run.smithi137.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-07T17:07:42.355 INFO:teuthology.orchestra.run.smithi137.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-07T17:07:42.355 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-07T17:07:42.355 INFO:teuthology.orchestra.run.smithi137.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-07T17:07:42.355 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-07T17:07:42.356 INFO:teuthology.orchestra.run.smithi137.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-07T17:07:42.356 INFO:teuthology.orchestra.run.smithi137.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-07T17:07:42.356 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:42.356 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:07:42.506 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-rook 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-07T17:07:42.635 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi203.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi203.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:42.636 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:42.758 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-mgr-cephadm 2023-12-07T17:07:43.361 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:09 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:07:43.620 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:07 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:43.720 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:07:43.721 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-rook noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 50 k 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-07T17:07:43.722 INFO:teuthology.orchestra.run.smithi066.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-07T17:07:43.723 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-07T17:07:43.723 INFO:teuthology.orchestra.run.smithi066.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-07T17:07:43.723 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:43.723 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:07:43.723 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:43.723 INFO:teuthology.orchestra.run.smithi066.stdout:Install 13 Packages 2023-12-07T17:07:43.723 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:43.723 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 1.9 M 2023-12-07T17:07:43.723 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 25 M 2023-12-07T17:07:43.724 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:07:44.358 INFO:teuthology.orchestra.run.smithi066.stdout:(1/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 243 kB/s | 27 kB 00:00 2023-12-07T17:07:44.384 INFO:teuthology.orchestra.run.smithi066.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 149 kB/s | 20 kB 00:00 2023-12-07T17:07:44.408 INFO:teuthology.orchestra.run.smithi066.stdout:(3/13): ceph-mgr-rook-19.0.0-64.ge068ebcf.el8.n 313 kB/s | 50 kB 00:00 2023-12-07T17:07:44.458 INFO:teuthology.orchestra.run.smithi066.stdout:(4/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.6 MB/s | 126 kB 00:00 2023-12-07T17:07:44.483 INFO:teuthology.orchestra.run.smithi066.stdout:(5/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.1 MB/s | 110 kB 00:00 2023-12-07T17:07:44.508 INFO:teuthology.orchestra.run.smithi066.stdout:(6/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.5 MB/s | 155 kB 00:00 2023-12-07T17:07:44.550 INFO:teuthology.orchestra.run.smithi066.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 463 kB/s | 43 kB 00:00 2023-12-07T17:07:44.876 INFO:teuthology.orchestra.run.smithi066.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 44 kB/s | 16 kB 00:00 2023-12-07T17:07:44.901 INFO:teuthology.orchestra.run.smithi066.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 79 kB/s | 33 kB 00:00 2023-12-07T17:07:45.035 INFO:teuthology.orchestra.run.smithi066.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 168 kB/s | 81 kB 00:00 2023-12-07T17:07:45.037 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-rook noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 50 k 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-07T17:07:45.039 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout:Install 13 Packages 2023-12-07T17:07:45.040 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:45.041 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 1.9 M 2023-12-07T17:07:45.041 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 25 M 2023-12-07T17:07:45.041 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:07:45.110 INFO:teuthology.orchestra.run.smithi066.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 308 kB/s | 64 kB 00:00 2023-12-07T17:07:45.177 INFO:teuthology.orchestra.run.smithi066.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 432 kB/s | 61 kB 00:00 2023-12-07T17:07:45.311 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 133 k 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:45.312 INFO:teuthology.orchestra.run.smithi203.stdout:Install 5 Packages 2023-12-07T17:07:45.313 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:45.313 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 6.0 M 2023-12-07T17:07:45.313 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 26 M 2023-12-07T17:07:45.313 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:07:45.452 INFO:teuthology.orchestra.run.smithi066.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 2.0 MB/s | 1.2 MB 00:00 2023-12-07T17:07:45.455 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:45.455 INFO:teuthology.orchestra.run.smithi066.stdout:Total 1.1 MB/s | 1.9 MB 00:01 2023-12-07T17:07:45.519 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:07:45.536 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:07:45.536 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:07:45.630 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:07:45.633 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:07:45.692 INFO:teuthology.orchestra.run.smithi203.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.4 MB/s | 538 kB 00:00 2023-12-07T17:07:45.717 INFO:teuthology.orchestra.run.smithi203.stdout:(2/5): ceph-mgr-cephadm-19.0.0-64.ge068ebcf.el8 731 kB/s | 133 kB 00:00 2023-12-07T17:07:45.834 INFO:teuthology.orchestra.run.smithi203.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 16 MB/s | 4.8 MB 00:00 2023-12-07T17:07:45.850 INFO:teuthology.orchestra.run.smithi137.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 226 kB/s | 20 kB 00:00 2023-12-07T17:07:45.875 INFO:teuthology.orchestra.run.smithi137.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 234 kB/s | 27 kB 00:00 2023-12-07T17:07:45.926 INFO:teuthology.orchestra.run.smithi137.stdout:(3/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.7 MB/s | 126 kB 00:00 2023-12-07T17:07:45.951 INFO:teuthology.orchestra.run.smithi137.stdout:(4/13): python3-pyasn1-modules-0.3.7-6.el8.noar 1.4 MB/s | 110 kB 00:00 2023-12-07T17:07:45.959 INFO:teuthology.orchestra.run.smithi203.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 254 kB/s | 60 kB 00:00 2023-12-07T17:07:45.984 INFO:teuthology.orchestra.run.smithi203.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.6 MB/s | 476 kB 00:00 2023-12-07T17:07:45.987 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:45.987 INFO:teuthology.orchestra.run.smithi203.stdout:Total 8.8 MB/s | 6.0 MB 00:00 2023-12-07T17:07:46.026 INFO:teuthology.orchestra.run.smithi137.stdout:(5/13): ceph-mgr-rook-19.0.0-64.ge068ebcf.el8.n 189 kB/s | 50 kB 00:00 2023-12-07T17:07:46.038 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:07:46.048 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:07:46.049 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:07:46.101 INFO:teuthology.orchestra.run.smithi137.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 284 kB/s | 43 kB 00:00 2023-12-07T17:07:46.151 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:07:46.154 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:07:46.177 INFO:teuthology.orchestra.run.smithi137.stdout:(7/13): python3-cachetools-3.1.1-4.el8.noarch.r 220 kB/s | 33 kB 00:00 2023-12-07T17:07:46.196 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:07:46.235 INFO:teuthology.orchestra.run.smithi137.stdout:(8/13): python3-google-auth-1.1.1-10.el8.noarch 1.4 MB/s | 81 kB 00:00 2023-12-07T17:07:46.261 INFO:teuthology.orchestra.run.smithi137.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 103 kB/s | 16 kB 00:00 2023-12-07T17:07:46.303 INFO:teuthology.orchestra.run.smithi137.stdout:(10/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 411 kB/s | 155 kB 00:00 2023-12-07T17:07:46.361 INFO:teuthology.orchestra.run.smithi137.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 640 kB/s | 64 kB 00:00 2023-12-07T17:07:46.421 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:07:46.435 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-07T17:07:46.478 INFO:teuthology.orchestra.run.smithi137.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 350 kB/s | 61 kB 00:00 2023-12-07T17:07:46.570 INFO:teuthology.orchestra.run.smithi137.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 3.5 MB/s | 1.2 MB 00:00 2023-12-07T17:07:46.573 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:46.573 INFO:teuthology.orchestra.run.smithi137.stdout:Total 1.3 MB/s | 1.9 MB 00:01 2023-12-07T17:07:46.624 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-07T17:07:46.633 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:07:46.649 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:07:46.649 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:07:46.731 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-07T17:07:46.736 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:07:46.739 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:07:46.851 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-07T17:07:47.079 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-07T17:07:47.350 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:07:47.607 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-07T17:07:47.631 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-07T17:07:47.719 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-07T17:07:47.829 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-07T17:07:47.907 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-07T17:07:48.079 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-07T17:07:48.089 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-07T17:07:48.178 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-07T17:07:48.361 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-07T17:07:48.374 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-07T17:07:48.396 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-07T17:07:48.566 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T17:07:48.586 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-07T17:07:48.852 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-07T17:07:48.853 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T17:07:48.853 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/5 2023-12-07T17:07:48.853 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-07T17:07:48.853 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-07T17:07:48.853 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-07T17:07:49.179 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-07T17:07:49.427 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-07T17:07:49.532 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-07T17:07:49.564 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-07T17:07:49.564 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:49.564 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:07:49.564 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:49.564 INFO:teuthology.orchestra.run.smithi203.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-07T17:07:49.564 INFO:teuthology.orchestra.run.smithi203.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-07T17:07:49.564 INFO:teuthology.orchestra.run.smithi203.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-07T17:07:49.564 INFO:teuthology.orchestra.run.smithi203.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-07T17:07:49.565 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:49.565 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:49.700 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-fuse 2023-12-07T17:07:49.770 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-07T17:07:49.974 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-07T17:07:50.200 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-07T17:07:50.363 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T17:07:50.478 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-07T17:07:50.562 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:14 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:50.679 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T17:07:50.679 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 1/13 2023-12-07T17:07:50.679 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-07T17:07:50.679 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-07T17:07:50.679 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-07T17:07:50.679 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-07T17:07:50.679 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-07T17:07:50.680 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-07T17:07:50.680 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-07T17:07:50.680 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-07T17:07:50.680 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-07T17:07:50.680 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-07T17:07:50.680 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-07T17:07:50.786 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-07T17:07:51.027 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-07T17:07:51.265 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-07T17:07:51.429 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-07T17:07:51.589 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-07T17:07:51.590 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-07T17:07:51.590 INFO:teuthology.orchestra.run.smithi066.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-07T17:07:51.590 INFO:teuthology.orchestra.run.smithi066.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-07T17:07:51.590 INFO:teuthology.orchestra.run.smithi066.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-07T17:07:51.590 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:51.590 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:07:51.715 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-mgr-cephadm 2023-12-07T17:07:51.738 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T17:07:51.738 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 1/13 2023-12-07T17:07:51.738 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-07T17:07:51.738 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-07T17:07:51.738 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-07T17:07:51.738 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-07T17:07:51.738 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-07T17:07:51.738 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-07T17:07:51.739 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-07T17:07:51.739 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-07T17:07:51.739 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-07T17:07:51.739 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-07T17:07:51.739 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-07T17:07:52.255 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 922 k 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:07:52.256 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:52.257 INFO:teuthology.orchestra.run.smithi203.stdout:Install 2 Packages 2023-12-07T17:07:52.257 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:52.257 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 1.0 M 2023-12-07T17:07:52.257 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 3.2 M 2023-12-07T17:07:52.257 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:07:52.492 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-07T17:07:52.492 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:52.492 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:07:52.492 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:52.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-07T17:07:52.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-07T17:07:52.492 INFO:teuthology.orchestra.run.smithi137.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:52.493 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:07:52.535 INFO:teuthology.orchestra.run.smithi203.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 905 kB/s | 83 kB 00:00 2023-12-07T17:07:52.611 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:16 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:52.658 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-mgr-cephadm 2023-12-07T17:07:52.735 INFO:teuthology.orchestra.run.smithi203.stdout:(2/2): ceph-fuse-19.0.0-64.ge068ebcf.el8.x86_64 3.1 MB/s | 922 kB 00:00 2023-12-07T17:07:52.736 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:52.736 INFO:teuthology.orchestra.run.smithi203.stdout:Total 2.1 MB/s | 1.0 MB 00:00 2023-12-07T17:07:52.746 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:07:52.768 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:07:52.768 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:07:52.854 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:07:52.858 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:07:53.022 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:07:53.261 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-07T17:07:53.433 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T17:07:53.517 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:19 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:07:53.829 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T17:07:53.829 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/2 2023-12-07T17:07:54.397 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:07:54.397 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 133 k 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout:Install 5 Packages 2023-12-07T17:07:54.398 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:54.399 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 6.0 M 2023-12-07T17:07:54.399 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 26 M 2023-12-07T17:07:54.399 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:07:54.508 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-07T17:07:54.508 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:54.508 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:07:54.508 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-07T17:07:54.508 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:54.509 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:54.776 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-volume 2023-12-07T17:07:54.851 INFO:teuthology.orchestra.run.smithi066.stdout:(1/5): ceph-mgr-cephadm-19.0.0-64.ge068ebcf.el8 672 kB/s | 133 kB 00:00 2023-12-07T17:07:54.951 INFO:teuthology.orchestra.run.smithi066.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.8 MB/s | 538 kB 00:00 2023-12-07T17:07:55.127 INFO:teuthology.orchestra.run.smithi066.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 343 kB/s | 60 kB 00:00 2023-12-07T17:07:55.185 INFO:teuthology.orchestra.run.smithi066.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.4 MB/s | 476 kB 00:00 2023-12-07T17:07:55.193 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 133 k 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-07T17:07:55.194 INFO:teuthology.orchestra.run.smithi137.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-07T17:07:55.195 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:55.195 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:07:55.195 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:07:55.195 INFO:teuthology.orchestra.run.smithi137.stdout:Install 5 Packages 2023-12-07T17:07:55.195 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:55.195 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 6.0 M 2023-12-07T17:07:55.196 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 26 M 2023-12-07T17:07:55.196 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:07:55.443 INFO:teuthology.orchestra.run.smithi066.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 6.1 MB/s | 4.8 MB 00:00 2023-12-07T17:07:55.444 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:55.444 INFO:teuthology.orchestra.run.smithi066.stdout:Total 5.7 MB/s | 6.0 MB 00:01 2023-12-07T17:07:55.499 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:07:55.510 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:07:55.510 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:07:55.617 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:07:55.620 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:07:55.636 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:19 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:07:55.753 INFO:teuthology.orchestra.run.smithi137.stdout:(1/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.7 MB/s | 538 kB 00:00 2023-12-07T17:07:55.853 INFO:teuthology.orchestra.run.smithi137.stdout:(2/5): ceph-mgr-cephadm-19.0.0-64.ge068ebcf.el8 453 kB/s | 133 kB 00:00 2023-12-07T17:07:55.892 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:07:56.020 INFO:teuthology.orchestra.run.smithi137.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.7 MB/s | 476 kB 00:00 2023-12-07T17:07:56.045 INFO:teuthology.orchestra.run.smithi137.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 314 kB/s | 60 kB 00:00 2023-12-07T17:07:56.112 INFO:teuthology.orchestra.run.smithi137.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 8.7 MB/s | 4.8 MB 00:00 2023-12-07T17:07:56.114 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:56.114 INFO:teuthology.orchestra.run.smithi137.stdout:Total 6.5 MB/s | 6.0 MB 00:00 2023-12-07T17:07:56.167 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:07:56.179 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:07:56.179 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:07:56.210 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-07T17:07:56.295 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:07:56.298 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:07:56.615 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:07:56.976 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-07T17:07:57.230 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-07T17:07:57.330 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:07:57.333 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:57.333 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-07T17:07:57.333 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:57.333 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:07:57.333 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-volume noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 262 k 2023-12-07T17:07:57.334 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:57.334 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:07:57.334 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:07:57.334 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2023-12-07T17:07:57.334 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:57.334 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 262 k 2023-12-07T17:07:57.334 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 1.3 M 2023-12-07T17:07:57.334 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:07:57.547 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-volume-19.0.0-64.ge068ebcf.el8.noarch.rpm 1.2 MB/s | 262 kB 00:00 2023-12-07T17:07:57.547 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:57.548 INFO:teuthology.orchestra.run.smithi203.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-12-07T17:07:57.548 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:07:57.558 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:07:57.558 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:07:57.574 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-07T17:07:57.590 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:07:57.593 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:07:57.769 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:07:57.833 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-07T17:07:57.979 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-07T17:07:58.024 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:58.200 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T17:07:58.382 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-07T17:07:58.443 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:58.487 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T17:07:58.487 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/5 2023-12-07T17:07:58.488 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-07T17:07:58.488 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-07T17:07:58.488 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-07T17:07:58.668 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-07T17:07:58.960 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T17:07:59.166 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:07:59.166 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:59.166 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:07:59.166 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:59.166 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:07:59.167 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:07:59.213 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-07T17:07:59.255 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:59.255 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:07:59.255 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:59.255 INFO:teuthology.orchestra.run.smithi066.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-07T17:07:59.256 INFO:teuthology.orchestra.run.smithi066.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-07T17:07:59.256 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-07T17:07:59.256 INFO:teuthology.orchestra.run.smithi066.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-07T17:07:59.256 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:07:59.256 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:07:59.257 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T17:07:59.257 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/5 2023-12-07T17:07:59.257 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-07T17:07:59.258 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-07T17:07:59.258 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-07T17:07:59.367 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librados-devel 2023-12-07T17:07:59.389 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-fuse 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:07:59.969 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:00.166 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-fuse 2023-12-07T17:08:00.237 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:24 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:00.286 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:24 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:01.031 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:27 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:01.917 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:01.918 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:01.918 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2023-12-07T17:08:01.918 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:01.918 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:08:01.918 INFO:teuthology.orchestra.run.smithi203.stdout: librados-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 139 k 2023-12-07T17:08:01.918 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:01.918 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:08:01.918 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:01.919 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2023-12-07T17:08:01.919 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:01.919 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 139 k 2023-12-07T17:08:01.919 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 513 k 2023-12-07T17:08:01.919 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:08:02.094 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 922 k 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:08:02.095 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:02.096 INFO:teuthology.orchestra.run.smithi066.stdout:Install 2 Packages 2023-12-07T17:08:02.096 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:02.096 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 1.0 M 2023-12-07T17:08:02.096 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 3.2 M 2023-12-07T17:08:02.096 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:08:02.561 INFO:teuthology.orchestra.run.smithi066.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 1.1 MB/s | 83 kB 00:00 2023-12-07T17:08:02.629 INFO:teuthology.orchestra.run.smithi203.stdout:librados-devel-19.0.0-64.ge068ebcf.el8.x86_64.r 196 kB/s | 139 kB 00:00 2023-12-07T17:08:02.630 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:02.631 INFO:teuthology.orchestra.run.smithi203.stdout:Total 195 kB/s | 139 kB 00:00 2023-12-07T17:08:02.631 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:08:02.637 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:08:02.637 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:08:02.693 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:08:02.696 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:08:02.705 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:02.706 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:02.706 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:08:02.706 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:02.706 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:08:02.706 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 922 k 2023-12-07T17:08:02.706 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2023-12-07T17:08:02.706 INFO:teuthology.orchestra.run.smithi137.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-07T17:08:02.706 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:02.707 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:08:02.707 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:02.707 INFO:teuthology.orchestra.run.smithi137.stdout:Install 2 Packages 2023-12-07T17:08:02.707 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:02.707 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 1.0 M 2023-12-07T17:08:02.707 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 3.2 M 2023-12-07T17:08:02.707 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:08:02.761 INFO:teuthology.orchestra.run.smithi066.stdout:(2/2): ceph-fuse-19.0.0-64.ge068ebcf.el8.x86_64 3.3 MB/s | 922 kB 00:00 2023-12-07T17:08:02.761 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:02.762 INFO:teuthology.orchestra.run.smithi066.stdout:Total 1.5 MB/s | 1.0 MB 00:00 2023-12-07T17:08:02.772 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:08:02.795 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:08:02.795 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:08:02.811 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:08:02.889 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:08:02.892 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:08:03.047 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:03.067 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:08:03.096 INFO:teuthology.orchestra.run.smithi137.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 1.1 MB/s | 83 kB 00:00 2023-12-07T17:08:03.314 INFO:teuthology.orchestra.run.smithi137.stdout:(2/2): ceph-fuse-19.0.0-64.ge068ebcf.el8.x86_64 3.1 MB/s | 922 kB 00:00 2023-12-07T17:08:03.314 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:03.314 INFO:teuthology.orchestra.run.smithi137.stdout:Total 1.6 MB/s | 1.0 MB 00:00 2023-12-07T17:08:03.320 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:03.325 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:08:03.347 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:08:03.347 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:08:03.380 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-07T17:08:03.434 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:08:03.437 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:08:03.646 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T17:08:03.650 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:08:03.948 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-07T17:08:04.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:04.049 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:04.049 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:08:04.049 INFO:teuthology.orchestra.run.smithi203.stdout: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:04.049 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:04.049 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:04.055 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T17:08:04.055 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/2 2023-12-07T17:08:04.169 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T17:08:04.256 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install libcephfs2 2023-12-07T17:08:04.549 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T17:08:04.549 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/2 2023-12-07T17:08:04.778 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-07T17:08:04.778 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:04.778 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:08:04.778 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-07T17:08:04.778 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:04.778 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:04.987 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install ceph-volume 2023-12-07T17:08:05.117 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:29 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:05.327 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-07T17:08:05.327 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:05.327 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:08:05.327 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-07T17:08:05.327 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:05.327 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:05.587 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install ceph-volume 2023-12-07T17:08:05.886 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:29 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:06.450 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:32 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:06.593 INFO:teuthology.orchestra.run.smithi203.stdout:Package libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:06.817 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:06.818 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-07T17:08:06.818 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:06.918 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install libcephfs-devel 2023-12-07T17:08:07.699 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:07.700 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:07.700 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repository Size 2023-12-07T17:08:07.700 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:07.700 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:08:07.700 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-volume noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 262 k 2023-12-07T17:08:07.700 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:07.700 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:08:07.700 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:07.701 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2023-12-07T17:08:07.701 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:07.701 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 262 k 2023-12-07T17:08:07.701 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 1.3 M 2023-12-07T17:08:07.701 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:08:07.776 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:31 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:07.915 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-volume-19.0.0-64.ge068ebcf.el8.noarch.rpm 1.2 MB/s | 262 kB 00:00 2023-12-07T17:08:07.915 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:07.916 INFO:teuthology.orchestra.run.smithi066.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-12-07T17:08:07.916 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:08:07.926 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:08:07.926 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:08:07.960 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:08:07.964 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:08:08.106 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-volume noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 262 k 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:08.107 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 262 k 2023-12-07T17:08:08.108 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 1.3 M 2023-12-07T17:08:08.108 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:08:08.150 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:08:08.357 INFO:teuthology.orchestra.run.smithi137.stdout:ceph-volume-19.0.0-64.ge068ebcf.el8.noarch.rpm 1.0 MB/s | 262 kB 00:00 2023-12-07T17:08:08.358 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:08.358 INFO:teuthology.orchestra.run.smithi137.stdout:Total 1.0 MB/s | 262 kB 00:00 2023-12-07T17:08:08.358 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:08:08.368 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:08:08.368 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:08:08.411 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:08:08.412 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:08:08.414 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:08:08.594 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:08:08.850 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:08:08.902 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:08:09.331 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:08:09.445 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:09.446 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:09.446 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repo Size 2023-12-07T17:08:09.446 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 31 k 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 31 k 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 140 k 2023-12-07T17:08:09.447 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:08:09.665 INFO:teuthology.orchestra.run.smithi203.stdout:libcephfs-devel-19.0.0-64.ge068ebcf.el8.x86_64. 142 kB/s | 31 kB 00:00 2023-12-07T17:08:09.666 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:09.666 INFO:teuthology.orchestra.run.smithi203.stdout:Total 141 kB/s | 31 kB 00:00 2023-12-07T17:08:09.666 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:08:09.670 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:08:09.670 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:08:09.694 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:08:09.697 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:08:09.756 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:08:09.962 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:10.009 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:08:10.010 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:10.010 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:08:10.010 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:08:10.010 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:10.010 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:10.060 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T17:08:10.060 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:10.060 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:08:10.060 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T17:08:10.060 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:10.060 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:10.216 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librados-devel 2023-12-07T17:08:10.233 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:10.877 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:10.877 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:10.877 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:08:10.877 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:10.877 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:10.877 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:10.992 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librados2 2023-12-07T17:08:11.027 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install librados-devel 2023-12-07T17:08:11.090 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:37 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:11.853 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:35 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:11.943 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:35 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:12.771 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout: librados-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 139 k 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2023-12-07T17:08:12.772 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:12.787 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 139 k 2023-12-07T17:08:12.787 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 513 k 2023-12-07T17:08:12.787 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:08:13.308 INFO:teuthology.orchestra.run.smithi203.stdout:Package librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:13.434 INFO:teuthology.orchestra.run.smithi137.stdout:librados-devel-19.0.0-64.ge068ebcf.el8.x86_64.r 215 kB/s | 139 kB 00:00 2023-12-07T17:08:13.435 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:13.435 INFO:teuthology.orchestra.run.smithi137.stdout:Total 215 kB/s | 139 kB 00:00 2023-12-07T17:08:13.435 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:08:13.442 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:08:13.442 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:08:13.498 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:08:13.501 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:08:13.533 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:13.534 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-07T17:08:13.534 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:13.610 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:08:13.630 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install librbd1 2023-12-07T17:08:13.730 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:13.731 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:13.731 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repo Size 2023-12-07T17:08:13.731 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout: librados-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 139 k 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 139 k 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 513 k 2023-12-07T17:08:13.732 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:08:13.884 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:14.182 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:14.189 INFO:teuthology.orchestra.run.smithi066.stdout:librados-devel-19.0.0-64.ge068ebcf.el8.x86_64.r 304 kB/s | 139 kB 00:00 2023-12-07T17:08:14.189 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:14.190 INFO:teuthology.orchestra.run.smithi066.stdout:Total 303 kB/s | 139 kB 00:00 2023-12-07T17:08:14.190 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:08:14.196 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:08:14.196 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:08:14.252 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:08:14.255 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:08:14.377 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:08:14.495 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:38 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:14.632 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:14.875 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:14.875 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:14.875 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:08:14.875 INFO:teuthology.orchestra.run.smithi137.stdout: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:14.875 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:14.876 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:14.911 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:15.143 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install libcephfs2 2023-12-07T17:08:15.613 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:15.613 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:15.613 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:08:15.613 INFO:teuthology.orchestra.run.smithi066.stdout: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:15.613 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:15.613 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:15.830 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install libcephfs2 2023-12-07T17:08:15.931 INFO:teuthology.orchestra.run.smithi203.stdout:Package librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:16.005 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:42 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:16.163 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:16.164 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-07T17:08:16.164 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:16.264 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rados 2023-12-07T17:08:16.715 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:40 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:17.136 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:41 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:17.449 INFO:teuthology.orchestra.run.smithi137.stdout:Package libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:17.672 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:17.673 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T17:08:17.673 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:17.779 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install libcephfs-devel 2023-12-07T17:08:18.262 INFO:teuthology.orchestra.run.smithi066.stdout:Package libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:18.500 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:18.502 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2023-12-07T17:08:18.502 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:18.578 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:18.616 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install libcephfs-devel 2023-12-07T17:08:18.638 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:44 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:18.801 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:18.802 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-07T17:08:18.802 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:18.916 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rgw 2023-12-07T17:08:19.502 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:43 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:19.776 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:43 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:20.319 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:20.319 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:20.319 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repo Size 2023-12-07T17:08:20.319 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:20.319 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:08:20.320 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 31 k 2023-12-07T17:08:20.320 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:20.320 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:08:20.320 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:20.320 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2023-12-07T17:08:20.320 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:20.320 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 31 k 2023-12-07T17:08:20.320 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 140 k 2023-12-07T17:08:20.320 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:08:20.629 INFO:teuthology.orchestra.run.smithi137.stdout:libcephfs-devel-19.0.0-64.ge068ebcf.el8.x86_64. 100 kB/s | 31 kB 00:00 2023-12-07T17:08:20.629 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:20.629 INFO:teuthology.orchestra.run.smithi137.stdout:Total 99 kB/s | 31 kB 00:00 2023-12-07T17:08:20.630 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:08:20.633 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:08:20.633 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:08:20.657 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:08:20.660 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:08:20.750 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:08:20.982 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:21.230 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:21.238 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:21.295 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:21.295 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:21.295 INFO:teuthology.orchestra.run.smithi066.stdout: Package Arch Version Repo Size 2023-12-07T17:08:21.295 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:21.295 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:08:21.296 INFO:teuthology.orchestra.run.smithi066.stdout: libcephfs-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 31 k 2023-12-07T17:08:21.296 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:21.296 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:08:21.296 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:21.296 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2023-12-07T17:08:21.296 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:21.296 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 31 k 2023-12-07T17:08:21.296 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 140 k 2023-12-07T17:08:21.296 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:08:21.454 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:21.455 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-07T17:08:21.455 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:21.484 INFO:teuthology.orchestra.run.smithi066.stdout:libcephfs-devel-19.0.0-64.ge068ebcf.el8.x86_64. 166 kB/s | 31 kB 00:00 2023-12-07T17:08:21.485 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:21.485 INFO:teuthology.orchestra.run.smithi066.stdout:Total 164 kB/s | 31 kB 00:00 2023-12-07T17:08:21.485 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:08:21.489 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:08:21.489 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:08:21.518 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:08:21.521 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:08:21.560 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-cephfs 2023-12-07T17:08:21.891 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:21.891 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:21.891 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:08:21.892 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:21.892 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:21.892 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:21.907 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:08:22.069 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librados2 2023-12-07T17:08:22.271 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:22.419 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:46 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:22.564 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:22.934 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:48 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:23.265 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:23.265 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:23.265 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:08:23.265 INFO:teuthology.orchestra.run.smithi066.stdout: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:23.265 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:23.265 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:23.395 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install librados2 2023-12-07T17:08:23.884 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:24.107 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:24.108 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-07T17:08:24.109 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:24.211 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install python3-rbd 2023-12-07T17:08:24.291 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:48 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:24.399 INFO:teuthology.orchestra.run.smithi137.stdout:Package librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:24.624 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:24.625 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T17:08:24.625 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:24.753 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install librbd1 2023-12-07T17:08:25.084 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:49 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:25.613 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:51 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:25.847 INFO:teuthology.orchestra.run.smithi066.stdout:Package librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:26.090 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:26.091 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2023-12-07T17:08:26.091 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:26.200 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install librbd1 2023-12-07T17:08:26.522 INFO:teuthology.orchestra.run.smithi203.stdout:Package python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:26.745 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:26.747 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-07T17:08:26.747 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:26.861 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-fuse 2023-12-07T17:08:27.079 INFO:teuthology.orchestra.run.smithi137.stdout:Package librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:27.101 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:51 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:27.304 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:27.306 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T17:08:27.306 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:27.419 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rados 2023-12-07T17:08:27.722 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:51 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:28.279 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:54 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:28.661 INFO:teuthology.orchestra.run.smithi066.stdout:Package librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:28.902 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:28.903 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2023-12-07T17:08:28.903 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:29.013 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install python3-rados 2023-12-07T17:08:29.419 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 94 k 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2023-12-07T17:08:29.420 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:29.421 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 94 k 2023-12-07T17:08:29.421 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 280 k 2023-12-07T17:08:29.421 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:08:29.581 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-fuse-19.0.0-64.ge068ebcf.el8.x86_64.rpm 587 kB/s | 94 kB 00:00 2023-12-07T17:08:29.581 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:29.581 INFO:teuthology.orchestra.run.smithi203.stdout:Total 582 kB/s | 94 kB 00:00 2023-12-07T17:08:29.582 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:08:29.592 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:08:29.592 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:08:29.642 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:08:29.645 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:08:29.733 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:29.749 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:08:29.911 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:53 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:29.934 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:29.973 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:29.973 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T17:08:29.973 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:30.101 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rgw 2023-12-07T17:08:30.226 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:30.924 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:30.924 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:30.924 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:08:30.924 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:30.924 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:30.924 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:30.962 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:56 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:31.111 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-mirror 2023-12-07T17:08:31.473 INFO:teuthology.orchestra.run.smithi066.stdout:Package python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:31.711 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:31.712 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2023-12-07T17:08:31.712 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:31.830 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install python3-rgw 2023-12-07T17:08:31.978 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:02:55 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:32.392 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:32.613 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:32.614 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T17:08:32.614 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:32.725 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:56 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:32.730 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-cephfs 2023-12-07T17:08:33.593 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:02:59 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:33.655 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-mirror x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.6 M 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2023-12-07T17:08:33.656 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:33.657 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 3.6 M 2023-12-07T17:08:33.657 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 17 M 2023-12-07T17:08:33.657 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:08:34.275 INFO:teuthology.orchestra.run.smithi066.stdout:Package python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:34.517 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:34.518 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2023-12-07T17:08:34.518 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:34.635 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install python3-cephfs 2023-12-07T17:08:34.916 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-mirror-19.0.0-64.ge068ebcf.el8.x86_64.rpm 2.9 MB/s | 3.6 MB 00:01 2023-12-07T17:08:34.917 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:34.917 INFO:teuthology.orchestra.run.smithi203.stdout:Total 2.9 MB/s | 3.6 MB 00:01 2023-12-07T17:08:34.917 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:08:34.931 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:08:34.931 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:08:34.999 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:08:35.002 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:08:35.041 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:35.264 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:35.265 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T17:08:35.265 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:35.383 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install python3-rbd 2023-12-07T17:08:35.457 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:08:35.534 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:02:59 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:35.643 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:36.076 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:36.237 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:03:02 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:36.765 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:36.765 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:36.765 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:08:36.766 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:36.766 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:36.766 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:36.999 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install rbd-nbd 2023-12-07T17:08:37.126 INFO:teuthology.orchestra.run.smithi066.stdout:Package python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:37.368 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:37.369 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2023-12-07T17:08:37.369 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:37.483 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install python3-rbd 2023-12-07T17:08:37.687 INFO:teuthology.orchestra.run.smithi137.stdout:Package python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:37.856 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:03:01 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:37.910 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:37.911 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2023-12-07T17:08:37.911 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:38.030 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-fuse 2023-12-07T17:08:38.381 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:03:02 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:38.894 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:03:04 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:39.526 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-nbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 181 k 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout:Install 1 Package 2023-12-07T17:08:39.527 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:39.528 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 181 k 2023-12-07T17:08:39.528 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 573 k 2023-12-07T17:08:39.528 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-07T17:08:39.710 INFO:teuthology.orchestra.run.smithi203.stdout:rbd-nbd-19.0.0-64.ge068ebcf.el8.x86_64.rpm 996 kB/s | 181 kB 00:00 2023-12-07T17:08:39.711 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:39.711 INFO:teuthology.orchestra.run.smithi203.stdout:Total 988 kB/s | 181 kB 00:00 2023-12-07T17:08:39.711 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-07T17:08:39.722 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-07T17:08:39.722 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-07T17:08:39.772 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-07T17:08:39.775 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-07T17:08:39.888 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-07T17:08:39.934 INFO:teuthology.orchestra.run.smithi066.stdout:Package python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T17:08:40.118 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:40.172 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:40.174 INFO:teuthology.orchestra.run.smithi066.stdout:Nothing to do. 2023-12-07T17:08:40.174 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:40.288 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install rbd-fuse 2023-12-07T17:08:40.408 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:40.581 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:40.581 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:40.581 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 94 k 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 94 k 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 280 k 2023-12-07T17:08:40.582 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:08:40.743 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-fuse-19.0.0-64.ge068ebcf.el8.x86_64.rpm 582 kB/s | 94 kB 00:00 2023-12-07T17:08:40.744 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:40.744 INFO:teuthology.orchestra.run.smithi137.stdout:Total 578 kB/s | 94 kB 00:00 2023-12-07T17:08:40.744 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:08:40.754 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:08:40.755 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:08:40.803 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:08:40.806 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:08:40.931 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:08:41.089 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:41.089 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:41.089 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-07T17:08:41.089 INFO:teuthology.orchestra.run.smithi203.stdout: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:41.089 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:08:41.090 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-07T17:08:41.154 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:41.190 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:03:05 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:41.292 DEBUG:teuthology.parallel:result is None 2023-12-07T17:08:41.434 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:42.123 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:42.123 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:42.123 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:08:42.123 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:42.123 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:42.123 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:42.383 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-mirror 2023-12-07T17:08:43.003 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:43.003 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:43.003 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2023-12-07T17:08:43.003 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:43.003 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:08:43.004 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 94 k 2023-12-07T17:08:43.004 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:43.004 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:08:43.004 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:43.004 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2023-12-07T17:08:43.004 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:43.004 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 94 k 2023-12-07T17:08:43.004 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 280 k 2023-12-07T17:08:43.005 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:08:43.255 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:03:09 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:43.307 INFO:teuthology.orchestra.run.smithi066.stdout:rbd-fuse-19.0.0-64.ge068ebcf.el8.x86_64.rpm 309 kB/s | 94 kB 00:00 2023-12-07T17:08:43.308 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi066.stdout:Total 308 kB/s | 94 kB 00:00 2023-12-07T17:08:43.309 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:08:43.320 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:08:43.320 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:08:43.373 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:08:43.376 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:08:43.490 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:08:43.681 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:43.979 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:44.674 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:44.675 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:44.675 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:08:44.675 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:44.675 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:44.675 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:44.871 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install rbd-mirror 2023-12-07T17:08:44.940 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:44.940 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:44.940 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2023-12-07T17:08:44.941 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:44.941 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:08:44.941 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-mirror x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.6 M 2023-12-07T17:08:44.941 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:44.941 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:08:44.941 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:44.941 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2023-12-07T17:08:44.941 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:44.942 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 3.6 M 2023-12-07T17:08:44.942 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 17 M 2023-12-07T17:08:44.942 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:08:45.770 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:03:09 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:46.730 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-mirror-19.0.0-64.ge068ebcf.el8.x86_64.rpm 2.0 MB/s | 3.6 MB 00:01 2023-12-07T17:08:46.730 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:46.731 INFO:teuthology.orchestra.run.smithi137.stdout:Total 2.0 MB/s | 3.6 MB 00:01 2023-12-07T17:08:46.731 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:08:46.745 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:08:46.745 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:08:46.816 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:08:46.819 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:08:47.283 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:08:47.454 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:47.569 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:47.569 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:47.570 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2023-12-07T17:08:47.570 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:47.570 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:08:47.570 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-mirror x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.6 M 2023-12-07T17:08:47.570 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:47.570 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:08:47.570 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:47.570 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2023-12-07T17:08:47.570 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:47.571 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 3.6 M 2023-12-07T17:08:47.571 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 17 M 2023-12-07T17:08:47.571 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:08:47.867 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:48.097 INFO:teuthology.orchestra.run.smithi066.stdout:rbd-mirror-19.0.0-64.ge068ebcf.el8.x86_64.rpm 6.8 MB/s | 3.6 MB 00:00 2023-12-07T17:08:48.098 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:48.098 INFO:teuthology.orchestra.run.smithi066.stdout:Total 6.8 MB/s | 3.6 MB 00:00 2023-12-07T17:08:48.098 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:08:48.112 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:08:48.112 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:08:48.180 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:08:48.184 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:08:48.567 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:48.568 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:48.568 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:08:48.568 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:48.568 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:48.568 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:48.670 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:08:48.804 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum -y install rbd-nbd 2023-12-07T17:08:48.902 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:49.343 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:49.666 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:03:15 ago on Thu 07 Dec 2023 05:05:34 PM UTC. 2023-12-07T17:08:50.092 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:50.092 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:50.092 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:08:50.092 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:50.092 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:50.092 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:50.301 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum -y install rbd-nbd 2023-12-07T17:08:51.203 INFO:teuthology.orchestra.run.smithi066.stdout:Last metadata expiration check: 0:03:15 ago on Thu 07 Dec 2023 05:05:36 PM UTC. 2023-12-07T17:08:51.346 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-nbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 181 k 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout:Install 1 Package 2023-12-07T17:08:51.347 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:51.348 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 181 k 2023-12-07T17:08:51.348 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 573 k 2023-12-07T17:08:51.348 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2023-12-07T17:08:51.804 INFO:teuthology.orchestra.run.smithi137.stdout:rbd-nbd-19.0.0-64.ge068ebcf.el8.x86_64.rpm 396 kB/s | 181 kB 00:00 2023-12-07T17:08:51.805 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:51.805 INFO:teuthology.orchestra.run.smithi137.stdout:Total 395 kB/s | 181 kB 00:00 2023-12-07T17:08:51.805 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2023-12-07T17:08:51.817 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2023-12-07T17:08:51.817 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2023-12-07T17:08:51.869 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2023-12-07T17:08:51.872 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2023-12-07T17:08:51.983 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2023-12-07T17:08:52.240 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:52.513 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:53.022 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2023-12-07T17:08:53.023 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:53.023 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2023-12-07T17:08:53.023 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:53.023 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2023-12-07T17:08:53.023 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-nbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 181 k 2023-12-07T17:08:53.023 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:53.023 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2023-12-07T17:08:53.023 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2023-12-07T17:08:53.024 INFO:teuthology.orchestra.run.smithi066.stdout:Install 1 Package 2023-12-07T17:08:53.024 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:53.024 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 181 k 2023-12-07T17:08:53.024 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 573 k 2023-12-07T17:08:53.024 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2023-12-07T17:08:53.179 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:53.179 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:53.179 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2023-12-07T17:08:53.179 INFO:teuthology.orchestra.run.smithi137.stdout: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:53.179 INFO:teuthology.orchestra.run.smithi137.stdout: 2023-12-07T17:08:53.179 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2023-12-07T17:08:53.245 INFO:teuthology.orchestra.run.smithi066.stdout:rbd-nbd-19.0.0-64.ge068ebcf.el8.x86_64.rpm 819 kB/s | 181 kB 00:00 2023-12-07T17:08:53.246 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:08:53.246 INFO:teuthology.orchestra.run.smithi066.stdout:Total 815 kB/s | 181 kB 00:00 2023-12-07T17:08:53.246 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2023-12-07T17:08:53.259 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2023-12-07T17:08:53.259 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2023-12-07T17:08:53.313 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2023-12-07T17:08:53.316 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2023-12-07T17:08:53.411 DEBUG:teuthology.parallel:result is None 2023-12-07T17:08:53.525 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2023-12-07T17:08:53.746 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:54.043 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:54.738 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T17:08:54.738 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:54.738 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2023-12-07T17:08:54.738 INFO:teuthology.orchestra.run.smithi066.stdout: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:08:54.738 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:08:54.738 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2023-12-07T17:08:54.988 DEBUG:teuthology.parallel:result is None 2023-12-07T17:08:54.988 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:08:55.207 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-07T17:08:55.230 INFO:teuthology.orchestra.run.smithi066.stdout:19.0.0-64.ge068ebcf.el8 2023-12-07T17:08:55.231 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64.ge068ebcf.el8 2023-12-07T17:08:55.231 INFO:teuthology.task.install:The correct ceph version 19.0.0-64.ge068ebcf is installed. 2023-12-07T17:08:55.231 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:08:55.446 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-07T17:08:55.473 INFO:teuthology.orchestra.run.smithi137.stdout:19.0.0-64.ge068ebcf.el8 2023-12-07T17:08:55.474 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64.ge068ebcf.el8 2023-12-07T17:08:55.474 INFO:teuthology.task.install:The correct ceph version 19.0.0-64.ge068ebcf is installed. 2023-12-07T17:08:55.474 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:08:55.610 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-07T17:08:55.637 INFO:teuthology.orchestra.run.smithi203.stdout:19.0.0-64.ge068ebcf.el8 2023-12-07T17:08:55.638 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64.ge068ebcf.el8 2023-12-07T17:08:55.638 INFO:teuthology.task.install:The correct ceph version 19.0.0-64.ge068ebcf is installed. 2023-12-07T17:08:55.638 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-07T17:08:55.638 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:08:55.638 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T17:08:55.668 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:08:55.668 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T17:08:55.701 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:08:55.701 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T17:08:55.733 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-07T17:08:55.733 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:08:55.733 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T17:08:55.761 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T17:08:55.830 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:08:55.830 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T17:08:55.862 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T17:08:55.933 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:08:55.933 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T17:08:55.966 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T17:08:56.035 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-07T17:08:56.036 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:08:56.036 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T17:08:56.064 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T17:08:56.132 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:08:56.132 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T17:08:56.162 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T17:08:56.231 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:08:56.231 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T17:08:56.261 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T17:08:56.330 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-07T17:08:56.331 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:08:56.331 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T17:08:56.358 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T17:08:56.426 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:08:56.426 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T17:08:56.456 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T17:08:56.525 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:08:56.525 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T17:08:56.555 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T17:08:56.624 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-07T17:08:56.703 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, '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': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T17:08:56.704 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:08:56.704 INFO:tasks.cephadm:Cluster fsid is 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:08:56.704 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-07T17:08:56.704 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.66', 'mon.b': '172.21.15.137', 'mon.c': '172.21.15.203'} 2023-12-07T17:08:56.705 INFO:tasks.cephadm:First mon is mon.a on smithi066 2023-12-07T17:08:56.705 INFO:tasks.cephadm:First mgr is a 2023-12-07T17:08:56.705 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-07T17:08:56.705 DEBUG:teuthology.orchestra.run.smithi066:> sudo hostname $(hostname -s) 2023-12-07T17:08:56.734 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2023-12-07T17:08:56.764 DEBUG:teuthology.orchestra.run.smithi203:> sudo hostname $(hostname -s) 2023-12-07T17:08:56.793 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-07T17:08:56.793 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:08:57.009 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/74753/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-64-ge068ebcf', 'node_name': '172.21.2.6+braggi06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-64.ge068ebcf'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-12-07 00:52:07.121807', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri8-testing-2023-12-06-1425', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2023-12-07T17:08:57.225 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri8-testing-2023-12-06-1425, sha1 e068ebcf7ecc6503f24666fb6b152034d3fe1067 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:08:57.225 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/x86_64/flavors/default/cephadm 2023-12-07T17:08:57.226 DEBUG:teuthology.orchestra.run.smithi066:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-07T17:08:57.940 INFO:teuthology.orchestra.run.smithi066.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 7 17:08 /home/ubuntu/cephtest/cephadm 2023-12-07T17:08:57.940 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-07T17:08:58.932 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 7 17:08 /home/ubuntu/cephtest/cephadm 2023-12-07T17:08:58.933 DEBUG:teuthology.orchestra.run.smithi203:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-07T17:08:59.648 INFO:teuthology.orchestra.run.smithi203.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 7 17:08 /home/ubuntu/cephtest/cephadm 2023-12-07T17:08:59.648 DEBUG:teuthology.orchestra.run.smithi066:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T17:08:59.672 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T17:08:59.695 DEBUG:teuthology.orchestra.run.smithi203:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T17:08:59.727 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 on all hosts... 2023-12-07T17:08:59.727 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T17:08:59.729 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T17:08:59.737 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T17:09:00.761 INFO:teuthology.orchestra.run.smithi203.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T17:09:00.773 INFO:teuthology.orchestra.run.smithi066.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T17:09:00.850 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T17:09:36.264 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2023-12-07T17:09:36.265 INFO:teuthology.orchestra.run.smithi137.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T17:09:36.265 INFO:teuthology.orchestra.run.smithi137.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T17:09:36.265 INFO:teuthology.orchestra.run.smithi137.stdout: "repo_digests": [ 2023-12-07T17:09:36.265 INFO:teuthology.orchestra.run.smithi137.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T17:09:36.265 INFO:teuthology.orchestra.run.smithi137.stdout: ] 2023-12-07T17:09:36.265 INFO:teuthology.orchestra.run.smithi137.stdout:} 2023-12-07T17:09:52.359 INFO:teuthology.orchestra.run.smithi203.stdout:{ 2023-12-07T17:09:52.359 INFO:teuthology.orchestra.run.smithi203.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T17:09:52.359 INFO:teuthology.orchestra.run.smithi203.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T17:09:52.359 INFO:teuthology.orchestra.run.smithi203.stdout: "repo_digests": [ 2023-12-07T17:09:52.359 INFO:teuthology.orchestra.run.smithi203.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T17:09:52.360 INFO:teuthology.orchestra.run.smithi203.stdout: ] 2023-12-07T17:09:52.360 INFO:teuthology.orchestra.run.smithi203.stdout:} 2023-12-07T17:09:59.320 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2023-12-07T17:09:59.320 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T17:09:59.320 INFO:teuthology.orchestra.run.smithi066.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T17:09:59.320 INFO:teuthology.orchestra.run.smithi066.stdout: "repo_digests": [ 2023-12-07T17:09:59.320 INFO:teuthology.orchestra.run.smithi066.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T17:09:59.320 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2023-12-07T17:09:59.320 INFO:teuthology.orchestra.run.smithi066.stdout:} 2023-12-07T17:09:59.346 DEBUG:teuthology.orchestra.run.smithi066:> sudo mkdir -p /etc/ceph 2023-12-07T17:09:59.376 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2023-12-07T17:09:59.414 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /etc/ceph 2023-12-07T17:09:59.451 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 777 /etc/ceph 2023-12-07T17:09:59.479 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2023-12-07T17:09:59.511 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 777 /etc/ceph 2023-12-07T17:09:59.541 INFO:tasks.cephadm:Writing seed config... 2023-12-07T17:09:59.542 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-07T17:09:59.542 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-07T17:09:59.542 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-07T17:09:59.542 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-07T17:09:59.542 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-07T17:09:59.542 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-07T17:09:59.542 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-07T17:09:59.542 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-07T17:09:59.543 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-07T17:09:59.543 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:09:59.543 DEBUG:teuthology.orchestra.run.smithi066:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-07T17:09:59.561 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 4e6a41f8-9523-11ee-95a2-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 = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-07T17:09:59.562 DEBUG:teuthology.orchestra.run.smithi066:mon.a> sudo journalctl -f -n 0 -u ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mon.a.service 2023-12-07T17:09:59.604 DEBUG:teuthology.orchestra.run.smithi066:mgr.a> sudo journalctl -f -n 0 -u ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mgr.a.service 2023-12-07T17:09:59.631 INFO:journalctl@ceph.mon.a.smithi066.stdout:-- Logs begin at Thu 2023-12-07 16:51:53 UTC. -- 2023-12-07T17:09:59.631 INFO:tasks.cephadm:Bootstrapping... 2023-12-07T17:09:59.632 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 -v bootstrap --fsid 4e6a41f8-9523-11ee-95a2-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.66 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-07T17:09:59.658 INFO:journalctl@ceph.mgr.a.smithi066.stdout:-- Logs begin at Thu 2023-12-07 16:51:53 UTC. -- 2023-12-07T17:09:59.841 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:09:59.841 INFO:teuthology.orchestra.run.smithi066.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067', '-v', 'bootstrap', '--fsid', '4e6a41f8-9523-11ee-95a2-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.66', '--skip-admin-label'] 2023-12-07T17:09:59.876 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stdout 4.6.1 2023-12-07T17:09:59.876 INFO:teuthology.orchestra.run.smithi066.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-12-07T17:09:59.876 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying podman|docker is present... 2023-12-07T17:09:59.906 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stdout 4.6.1 2023-12-07T17:09:59.906 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying lvm2 is present... 2023-12-07T17:09:59.906 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying time synchronization is in place... 2023-12-07T17:09:59.913 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-07T17:09:59.913 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T17:09:59.919 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-07T17:09:59.919 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2023-12-07T17:09:59.925 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout enabled 2023-12-07T17:09:59.931 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout active 2023-12-07T17:09:59.931 INFO:teuthology.orchestra.run.smithi066.stdout:Unit chronyd.service is enabled and running 2023-12-07T17:09:59.931 INFO:teuthology.orchestra.run.smithi066.stdout:Repeating the final host check... 2023-12-07T17:09:59.963 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stdout 4.6.1 2023-12-07T17:09:59.963 INFO:teuthology.orchestra.run.smithi066.stdout:podman (/bin/podman) version 4.6.1 is present 2023-12-07T17:09:59.963 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl is present 2023-12-07T17:09:59.963 INFO:teuthology.orchestra.run.smithi066.stdout:lvcreate is present 2023-12-07T17:09:59.969 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-07T17:09:59.969 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T17:09:59.978 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-07T17:09:59.978 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2023-12-07T17:09:59.981 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout enabled 2023-12-07T17:09:59.987 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout active 2023-12-07T17:09:59.987 INFO:teuthology.orchestra.run.smithi066.stdout:Unit chronyd.service is enabled and running 2023-12-07T17:09:59.987 INFO:teuthology.orchestra.run.smithi066.stdout:Host looks OK 2023-12-07T17:09:59.987 INFO:teuthology.orchestra.run.smithi066.stdout:Cluster fsid: 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:09:59.988 INFO:teuthology.orchestra.run.smithi066.stdout:Acquiring lock 140671212324120 on /run/cephadm/4e6a41f8-9523-11ee-95a2-87774f69a715.lock 2023-12-07T17:09:59.988 INFO:teuthology.orchestra.run.smithi066.stdout:Lock 140671212324120 acquired on /run/cephadm/4e6a41f8-9523-11ee-95a2-87774f69a715.lock 2023-12-07T17:09:59.988 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying IP 172.21.15.66 port 3300 ... 2023-12-07T17:09:59.988 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying IP 172.21.15.66 port 6789 ... 2023-12-07T17:09:59.988 INFO:teuthology.orchestra.run.smithi066.stdout:Base mon IP(s) is [172.21.15.66:3300, 172.21.15.66:6789], mon addrv is [v2:172.21.15.66:3300,v1:172.21.15.66:6789] 2023-12-07T17:09:59.992 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.66 metric 100 2023-12-07T17:09:59.992 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.66 metric 100 2023-12-07T17:09:59.995 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-07T17:09:59.995 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-07T17:09:59.995 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-12-07T17:09:59.998 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-07T17:09:59.998 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-07T17:09:59.998 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-07T17:09:59.998 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-07T17:09:59.998 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:f8bd/64 scope link 2023-12-07T17:09:59.998 INFO:teuthology.orchestra.run.smithi066.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-07T17:09:59.999 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.0/20` 2023-12-07T17:09:59.999 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.0/20` 2023-12-07T17:09:59.999 INFO:teuthology.orchestra.run.smithi066.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-07T17:09:59.999 INFO:teuthology.orchestra.run.smithi066.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-07T17:10:00.000 INFO:teuthology.orchestra.run.smithi066.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T17:10:00.755 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stdout e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412 2023-12-07T17:10:00.755 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T17:10:00.755 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Getting image source signatures 2023-12-07T17:10:00.755 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Copying blob sha256:83803fe651bfce63c9bb8c344c158a6e9ef6a39eeb9b7d791a41258ac2f8517c 2023-12-07T17:10:00.755 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-07T17:10:00.755 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Copying config sha256:e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412 2023-12-07T17:10:00.755 INFO:teuthology.orchestra.run.smithi066.stdout:/bin/podman: stderr Writing manifest to image destination 2023-12-07T17:10:01.455 INFO:teuthology.orchestra.run.smithi066.stdout:ceph: stdout ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev) 2023-12-07T17:10:01.455 INFO:teuthology.orchestra.run.smithi066.stdout:Ceph version: ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev) 2023-12-07T17:10:01.455 INFO:teuthology.orchestra.run.smithi066.stdout:Extracting ceph user uid/gid from container image... 2023-12-07T17:10:02.060 INFO:teuthology.orchestra.run.smithi066.stdout:stat: stdout 167 167 2023-12-07T17:10:02.060 INFO:teuthology.orchestra.run.smithi066.stdout:Creating initial keys... 2023-12-07T17:10:02.679 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-authtool: stdout AQBq/HFluvJvExAA4aTVgrA31UFlkouyBku+yQ== 2023-12-07T17:10:03.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-authtool: stdout AQBq/HFlY4ufOhAAffUSqB8DZ4TEiWsItm5F+Q== 2023-12-07T17:10:03.977 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-authtool: stdout AQBr/HFl4/pHJRAAoYc+fFS9qZdtPPnk++1Nkw== 2023-12-07T17:10:03.977 INFO:teuthology.orchestra.run.smithi066.stdout:Creating initial monmap... 2023-12-07T17:10:04.683 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T17:10:04.684 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-12-07T17:10:04.684 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:10:04.684 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T17:10:04.684 INFO:teuthology.orchestra.run.smithi066.stdout:monmaptool for a [v2:172.21.15.66:3300,v1:172.21.15.66:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T17:10:04.684 INFO:teuthology.orchestra.run.smithi066.stdout:setting min_mon_release = pacific 2023-12-07T17:10:04.684 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: set fsid to 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:10:04.684 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T17:10:04.684 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:10:04.684 INFO:teuthology.orchestra.run.smithi066.stdout:Creating mon... 2023-12-07T17:10:05.364 INFO:teuthology.orchestra.run.smithi066.stdout:create mon.a on 2023-12-07T17:10:05.495 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-12-07T17:10:05.588 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-07T17:10:05.717 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715.target. 2023-12-07T17:10:05.717 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715.target. 2023-12-07T17:10:05.906 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mon.a 2023-12-07T17:10:05.906 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-07T17:10:06.001 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715.target.wants/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mon.a.service → /etc/systemd/system/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@.service. 2023-12-07T17:10:06.388 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-07T17:10:06.388 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout disabled 2023-12-07T17:10:06.397 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-07T17:10:06.397 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2023-12-07T17:10:06.397 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld.service is not enabled 2023-12-07T17:10:06.397 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to enable service . firewalld.service is not available 2023-12-07T17:10:06.398 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mon to start... 2023-12-07T17:10:06.398 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mon... 2023-12-07T17:10:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:06 smithi066 ceph-mon[111651]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T17:10:07.183 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout cluster: 2023-12-07T17:10:07.183 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout id: 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:10:07.183 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-07T17:10:07.183 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout services: 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.483718s) 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout data: 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout pgs: 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:mon is available 2023-12-07T17:10:07.184 INFO:teuthology.orchestra.run.smithi066.stdout:Assimilating anything we can from ceph.conf... 2023-12-07T17:10:07.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:07 smithi066 ceph-mon[111651]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T17:10:07.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:07 smithi066 ceph-mon[111651]: monmap e1: 1 mons at {a=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:10:07.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:07 smithi066 ceph-mon[111651]: fsmap 2023-12-07T17:10:07.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:07 smithi066 ceph-mon[111651]: osdmap e1: 0 total, 0 up, 0 in 2023-12-07T17:10:07.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:07 smithi066 ceph-mon[111651]: mgrmap e1: no daemons active 2023-12-07T17:10:07.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:07 smithi066 ceph-mon[111651]: from='client.? 172.21.15.66:0/4063691154' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-07T17:10:08.079 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:08.079 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [global] 2023-12-07T17:10:08.079 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout fsid = 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.66:3300,v1:172.21.15.66:6789] 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:08.080 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [osd] 2023-12-07T17:10:08.081 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-07T17:10:08.081 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-07T17:10:08.081 INFO:teuthology.orchestra.run.smithi066.stdout:Generating new minimal ceph.conf... 2023-12-07T17:10:08.701 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:08 smithi066 ceph-mon[111651]: from='client.? 172.21.15.66:0/1690995504' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T17:10:08.701 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:08 smithi066 ceph-mon[111651]: from='client.? 172.21.15.66:0/1690995504' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T17:10:08.903 INFO:teuthology.orchestra.run.smithi066.stdout:Restarting the monitor... 2023-12-07T17:10:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:08 smithi066 systemd[1]: Stopping Ceph mon.a for 4e6a41f8-9523-11ee-95a2-87774f69a715... 2023-12-07T17:10:09.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:09 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-a[111628]: 2023-12-07T17:10:09.093+0000 7f5f8304c700 -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 2023-12-07T17:10:09.366 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:09 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-a[111628]: 2023-12-07T17:10:09.093+0000 7f5f8304c700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-07T17:10:09.658 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:09 smithi066 bash[111978]: ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-a 2023-12-07T17:10:09.946 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:09 smithi066 systemd[1]: ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-07T17:10:09.947 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:09 smithi066 systemd[1]: Stopped Ceph mon.a for 4e6a41f8-9523-11ee-95a2-87774f69a715. 2023-12-07T17:10:09.947 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:09 smithi066 systemd[1]: Starting Ceph mon.a for 4e6a41f8-9523-11ee-95a2-87774f69a715... 2023-12-07T17:10:10.021 INFO:teuthology.orchestra.run.smithi066.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-07T17:10:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: set uid:gid to 167:167 (ceph:ceph) 2023-12-07T17:10:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev), process ceph-mon, pid 7 2023-12-07T17:10:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: pidfile_write: ignore empty --pid-file 2023-12-07T17:10:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: load: jerasure load: lrc 2023-12-07T17:10:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 bash[112100]: a38335ced687cdeaebcabcd3e66766a51a63e89465c8e706cabe4398e4924122 2023-12-07T17:10:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: RocksDB version: 7.9.2 2023-12-07T17:10:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Git sha 0 2023-12-07T17:10:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Compile date 2023-12-06 23:35:10 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: DB SUMMARY 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: DB Session ID: VSN4OWOJU6MRQA7A04NR 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: CURRENT file: CURRENT 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: IDENTITY file: IDENTITY 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 82376 ; 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.error_if_exists: 0 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.create_if_missing: 0 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.paranoid_checks: 1 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.env: 0x555a5b570a60 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.fs: PosixFileSystem 2023-12-07T17:10:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.info_log: 0x555a5cbfd740 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_file_opening_threads: 16 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.statistics: (nil) 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.use_fsync: 0 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_log_file_size: 0 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.keep_log_file_num: 1000 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.recycle_log_file_num: 0 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.allow_fallocate: 1 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.allow_mmap_reads: 0 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.allow_mmap_writes: 0 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.use_direct_reads: 0 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.create_missing_column_families: 0 2023-12-07T17:10:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.db_log_dir: 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.wal_dir: 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.advise_random_on_open: 1 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.db_write_buffer_size: 0 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.write_buffer_manager: 0x555a5cbb3360 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.rate_limiter: (nil) 2023-12-07T17:10:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.wal_recovery_mode: 2 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.enable_thread_tracking: 0 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.enable_pipelined_write: 0 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.unordered_write: 0 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.row_cache: None 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.wal_filter: None 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.allow_ingest_behind: 0 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.two_write_queues: 0 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.manual_wal_flush: 0 2023-12-07T17:10:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.wal_compression: 0 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.atomic_flush: 0 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.log_readahead_size: 0 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.best_efforts_recovery: 0 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.allow_data_in_errors: 0 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.db_host_id: __hostname__ 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_background_jobs: 2 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_background_compactions: -1 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_subcompactions: 1 2023-12-07T17:10:10.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_total_wal_size: 0 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_open_files: -1 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bytes_per_sync: 0 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_readahead_size: 0 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_background_flushes: -1 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Compression algorithms supported: 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T17:10:10.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: kZSTD supported: 0 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: kXpressCompression supported: 0 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: kLZ4HCCompression supported: 1 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: kZlibCompression supported: 1 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: kSnappyCompression supported: 1 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: kLZ4Compression supported: 1 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: kBZip2Compression supported: 0 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.merge_operator: 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_filter: None 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_filter_factory: None 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.sst_partitioner_factory: None 2023-12-07T17:10:10.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555a5cbfd860) 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: cache_index_and_filter_blocks: 1 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: pin_top_level_index_and_filter: 1 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: index_type: 0 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: data_block_index_type: 0 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: index_shortening: 1 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: checksum: 4 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: no_block_cache: 0 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache: 0x555a5cc53090 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache_name: BinnedLRUCache 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache_options: 2023-12-07T17:10:10.494 INFO:journalctl@ceph.mon.a.smithi066.stdout: capacity : 536870912 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: num_shard_bits : 4 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: strict_capacity_limit : 0 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: high_pri_pool_ratio: 0.000 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_cache_compressed: (nil) 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: persistent_cache: (nil) 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_size: 4096 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_size_deviation: 10 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_restart_interval: 16 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: index_block_restart_interval: 1 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: metadata_block_size: 4096 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: partition_filters: 0 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: use_delta_encoding: 1 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: filter_policy: bloomfilter 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: whole_key_filtering: 1 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: verify_compression: 0 2023-12-07T17:10:10.495 INFO:journalctl@ceph.mon.a.smithi066.stdout: read_amp_bytes_per_bit: 0 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout: format_version: 5 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout: enable_index_compression: 1 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout: block_align: 0 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout: max_auto_readahead_size: 262144 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout: prepopulate_block_cache: 0 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout: initial_auto_readahead_size: 8192 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout: num_file_reads_for_auto_readahead: 2 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.write_buffer_size: 33554432 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_write_buffer_number: 2 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression: NoCompression 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression: Disabled 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.prefix_extractor: nullptr 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.num_levels: 7 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T17:10:10.496 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression_opts.level: 32767 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression_opts.strategy: 0 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:10:10.497 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression_opts.enabled: false 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.target_file_size_base: 67108864 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T17:10:10.498 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T17:10:10.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T17:10:10.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T17:10:10.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T17:10:10.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T17:10:10.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T17:10:10.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.arena_block_size: 1048576 2023-12-07T17:10:10.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T17:10:10.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T17:10:10.499 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.disable_auto_compactions: 0 2023-12-07T17:10:10.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T17:10:10.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T17:10:10.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T17:10:10.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T17:10:10.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T17:10:10.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T17:10:10.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T17:10:10.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T17:10:10.500 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.table_properties_collectors: 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.inplace_update_support: 0 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.bloom_locality: 0 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.max_successive_merges: 0 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.paranoid_file_checks: 0 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.force_consistency_checks: 1 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.report_bg_io_stats: 0 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.ttl: 2592000 2023-12-07T17:10:10.501 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.enable_blob_files: false 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.min_blob_size: 0 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.blob_file_size: 268435456 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.blob_file_starting_level: 0 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: 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 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 03c4c2d5-68f1-4c67-b18c-72df7c458b42 2023-12-07T17:10:10.502 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701969010019830, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 systemd[1]: Started Ceph mon.a for 4e6a41f8-9523-11ee-95a2-87774f69a715. 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701969010020737, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 79280, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 243, "table_properties": {"data_size": 77467, "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": 9840, "raw_average_key_size": 47, "raw_value_size": 71814, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 206, "num_filter_entries": 206, "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": 1701969010, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "03c4c2d5-68f1-4c67-b18c-72df7c458b42", "db_session_id": "VSN4OWOJU6MRQA7A04NR", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701969010020834, "job": 1, "event": "recovery_finished"} 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: 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 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555a5ccee000 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: DB pointer 0x555a5ccda000 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** DB Stats ** 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T17:10:10.503 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** Compaction Stats [default] ** 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: L0 2/0 79.26 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: Sum 2/0 79.26 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.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 127.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** Compaction Stats [default] ** 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:10:10.504 INFO:journalctl@ceph.mon.a.smithi066.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.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 127.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: Cumulative compaction: 0.00 GB write, 23.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: Interval compaction: 0.00 GB write, 23.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.stdout: Block cache BinnedLRUCache@0x555a5cc53090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2023-12-07T17:10:10.505 INFO:journalctl@ceph.mon.a.smithi066.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%) 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: starting mon.a rank 0 at public addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] at bind addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mon.a@-1(???) e1 preinit fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mon.a@-1(???).mds e1 new map 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mon.a@-1(???).mds e1 print_map 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout: e1 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.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} 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout: legacy client fscid: -1 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout: 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout: No filesystems configured 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:10:10.506 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:10:10.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-07T17:10:10.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T17:10:10.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: monmap e1: 1 mons at {a=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:10:10.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: fsmap 2023-12-07T17:10:10.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: osdmap e1: 0 total, 0 up, 0 in 2023-12-07T17:10:10.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:10 smithi066 ceph-mon[112137]: mgrmap e1: no daemons active 2023-12-07T17:10:10.852 INFO:teuthology.orchestra.run.smithi066.stdout:Wrote config to /etc/ceph/ceph.conf 2023-12-07T17:10:10.868 INFO:teuthology.orchestra.run.smithi066.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-07T17:10:10.868 INFO:teuthology.orchestra.run.smithi066.stdout:Creating mgr... 2023-12-07T17:10:10.869 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying port 0.0.0.0:9283 ... 2023-12-07T17:10:10.870 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying port 0.0.0.0:8765 ... 2023-12-07T17:10:11.060 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mgr.a 2023-12-07T17:10:11.061 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mgr.a.service: Unit ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mgr.a.service not loaded. 2023-12-07T17:10:11.157 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715.target.wants/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@.service. 2023-12-07T17:10:11.405 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:11 smithi066 systemd[1]: Starting Ceph mgr.a for 4e6a41f8-9523-11ee-95a2-87774f69a715... 2023-12-07T17:10:11.590 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-07T17:10:11.590 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout disabled 2023-12-07T17:10:11.599 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-07T17:10:11.599 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2023-12-07T17:10:11.599 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld.service is not enabled 2023-12-07T17:10:11.599 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to enable service . firewalld.service is not available 2023-12-07T17:10:11.607 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-07T17:10:11.607 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout disabled 2023-12-07T17:10:11.616 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-07T17:10:11.616 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2023-12-07T17:10:11.616 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld.service is not enabled 2023-12-07T17:10:11.616 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-12-07T17:10:11.616 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr to start... 2023-12-07T17:10:11.616 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr... 2023-12-07T17:10:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:11 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2786129437' entity='client.admin' 2023-12-07T17:10:11.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:11 smithi066 bash[112373]: f5c394ed7f49d4d432f2e4b65615b76bc0d70c67594b684f90ed47c926b17d10 2023-12-07T17:10:11.736 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:11 smithi066 systemd[1]: Started Ceph mgr.a for 4e6a41f8-9523-11ee-95a2-87774f69a715. 2023-12-07T17:10:11.736 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:11 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:11.712+0000 7f202cb1f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:10:12.130 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:11 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:11.904+0000 7f202cb1f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:10:12.412 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:12 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:12.263+0000 7f202cb1f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:10:12.459 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:12.462 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:10:12.462 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "4e6a41f8-9523-11ee-95a2-87774f69a715", 2023-12-07T17:10:12.462 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T17:10:12.462 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T17:10:12.462 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T17:10:12.463 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T17:10:12.464 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:12.464 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T17:10:12.464 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:12.464 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T17:10:12.464 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T17:10:12.464 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T17:10:12.464 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T17:10:12.467 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T17:10:12.467 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T17:10:12.467 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:12.467 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T17:10:12.467 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T17:10:12.468 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T17:10:06.417620+0000", 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:10:12.469 INFO:teuthology.orchestra.run.smithi066.stdout:mgr not available, waiting (1/15)... 2023-12-07T17:10:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:12 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1979244875' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T17:10:13.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:12 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:12.792+0000 7f202cb1f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:10:13.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:13 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:13.027+0000 7f202cb1f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:10:13.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:13 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:13.462+0000 7f202cb1f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:10:14.485 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:14 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:14.201+0000 7f202cb1f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:10:14.485 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:14 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:14.290+0000 7f202cb1f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:14 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2964010178' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:14 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:14.927+0000 7f202cb1f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:15.018+0000 7f202cb1f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:15.113+0000 7f202cb1f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:10:15.287 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:15.287 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:10:15.287 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "4e6a41f8-9523-11ee-95a2-87774f69a715", 2023-12-07T17:10:15.287 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T17:10:15.287 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T17:10:15.287 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T17:10:15.287 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T17:10:15.287 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:15.288 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T17:10:15.289 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T17:10:15.289 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T17:10:15.289 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T17:10:15.292 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T17:10:15.293 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T17:10:06.417620+0000", 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:10:15.294 INFO:teuthology.orchestra.run.smithi066.stdout:mgr not available, waiting (2/15)... 2023-12-07T17:10:15.485 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:15.210+0000 7f202cb1f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:10:15.485 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:15.445+0000 7f202cb1f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:10:15.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:15.541+0000 7f202cb1f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:10:15.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:15.766+0000 7f202cb1f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:10:15.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:15.865+0000 7f202cb1f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:10:16.145 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:16 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:16.057+0000 7f202cb1f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:10:17.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:16 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:16.146+0000 7f202cb1f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:10:17.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:16 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:16.939+0000 7f202cb1f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:10:17.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:17 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:17.143+0000 7f202cb1f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:10:17.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:17 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:17.333+0000 7f202cb1f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:10:18.035 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:17 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1627202554' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T17:10:18.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:18.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "4e6a41f8-9523-11ee-95a2-87774f69a715", 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:18.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T17:10:18.097 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T17:10:18.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T17:10:18.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T17:10:18.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T17:10:18.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T17:10:06.417620+0000", 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:18.102 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T17:10:18.103 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:10:18.103 INFO:teuthology.orchestra.run.smithi066.stdout:mgr not available, waiting (3/15)... 2023-12-07T17:10:18.414 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:18.036+0000 7f202cb1f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:10:18.414 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:18.225+0000 7f202cb1f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:10:18.414 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:18.415+0000 7f202cb1f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:10:18.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:18.536+0000 7f202cb1f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:10:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: Activating manager daemon a 2023-12-07T17:10:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: mgrmap e2: a(active, starting, since 0.00304433s) 2023-12-07T17:10:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:10:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:10:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:10:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:10:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:10:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: Manager daemon a is now available 2023-12-07T17:10:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:10:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:10:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' 2023-12-07T17:10:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' 2023-12-07T17:10:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:18 smithi066 ceph-mon[112137]: from='mgr.14100 172.21.15.66:0/4187404583' entity='mgr.a' 2023-12-07T17:10:20.798 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:20 smithi066 ceph-mon[112137]: mgrmap e3: a(active, since 1.00636s) 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "4e6a41f8-9523-11ee-95a2-87774f69a715", 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2023-12-07T17:10:21.137 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T17:10:21.138 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T17:10:21.142 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T17:10:21.142 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T17:10:21.142 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:21.142 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T17:10:21.142 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T17:10:21.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T17:10:06.417620+0000", 2023-12-07T17:10:21.144 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:10:21.145 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:10:21.145 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T17:10:21.145 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:10:21.145 INFO:teuthology.orchestra.run.smithi066.stdout:mgr is available 2023-12-07T17:10:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:21 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/365663613' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T17:10:22.203 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:22.203 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [global] 2023-12-07T17:10:22.203 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout fsid = 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:10:22.203 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-07T17:10:22.203 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [osd] 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-07T17:10:22.204 INFO:teuthology.orchestra.run.smithi066.stdout:Enabling cephadm module... 2023-12-07T17:10:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:22 smithi066 ceph-mon[112137]: mgrmap e4: a(active, since 3s) 2023-12-07T17:10:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:22 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2807701590' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T17:10:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:22 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2807701590' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T17:10:23.864 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:23 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1235332185' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-07T17:10:23.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:23 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: ignoring --setuser ceph since I am not root 2023-12-07T17:10:23.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:23 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: ignoring --setgroup ceph since I am not root 2023-12-07T17:10:23.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:23 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:23.732+0000 7fd9c7c09200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:10:24.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:23 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:23.915+0000 7fd9c7c09200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:10:24.554 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:24 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:24.284+0000 7fd9c7c09200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:10:24.834 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:24 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1235332185' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-07T17:10:24.834 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:24 smithi066 ceph-mon[112137]: mgrmap e5: a(active, since 5s) 2023-12-07T17:10:24.975 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:10:24.976 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-12-07T17:10:24.976 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T17:10:24.976 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-07T17:10:24.976 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-07T17:10:24.976 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:10:24.976 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for the mgr to restart... 2023-12-07T17:10:24.976 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr epoch 5... 2023-12-07T17:10:25.114 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:24 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:24.835+0000 7fd9c7c09200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:10:25.114 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:25 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:25.074+0000 7fd9c7c09200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:10:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:25 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2779380903' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T17:10:25.985 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:25 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:25.529+0000 7fd9c7c09200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:10:26.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:26 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:26.265+0000 7fd9c7c09200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:10:26.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:26 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:26.355+0000 7fd9c7c09200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:10:27.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:26 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:26.982+0000 7fd9c7c09200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:10:27.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:27 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:27.070+0000 7fd9c7c09200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:10:27.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:27 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:27.162+0000 7fd9c7c09200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:10:27.590 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:27 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:27.259+0000 7fd9c7c09200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:10:27.590 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:27 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:27.495+0000 7fd9c7c09200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:10:27.591 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:27 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:27.592+0000 7fd9c7c09200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:10:27.913 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:27 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:27.815+0000 7fd9c7c09200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:10:28.194 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:27 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:27.915+0000 7fd9c7c09200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:10:28.195 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:28 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:28.106+0000 7fd9c7c09200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:10:28.195 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:28 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:28.195+0000 7fd9c7c09200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:10:29.373 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:28 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:28.987+0000 7fd9c7c09200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:10:29.373 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:29 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:29.189+0000 7fd9c7c09200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:10:29.373 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:29 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:29.374+0000 7fd9c7c09200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:10:30.450 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:30 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:30.074+0000 7fd9c7c09200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:10:30.450 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:30 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:30.264+0000 7fd9c7c09200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:10:30.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:30 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:30.451+0000 7fd9c7c09200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:10:30.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:30 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:30.571+0000 7fd9c7c09200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:10:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: Active manager daemon a restarted 2023-12-07T17:10:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: Activating manager daemon a 2023-12-07T17:10:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: osdmap e2: 0 total, 0 up, 0 in 2023-12-07T17:10:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: mgrmap e6: a(active, starting, since 0.00343317s) 2023-12-07T17:10:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:10:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:10:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: Manager daemon a is now available 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:31 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:32 smithi066 ceph-mon[112137]: Found migration_current of "None". Setting to last migration. 2023-12-07T17:10:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:32 smithi066 ceph-mon[112137]: [07/Dec/2023:17:10:31] ENGINE Bus STARTING 2023-12-07T17:10:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:32 smithi066 ceph-mon[112137]: [07/Dec/2023:17:10:31] ENGINE Serving on https://172.21.15.66:7150 2023-12-07T17:10:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:32 smithi066 ceph-mon[112137]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T17:10:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:32 smithi066 ceph-mon[112137]: mgrmap e7: a(active, since 1.00605s) 2023-12-07T17:10:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:32 smithi066 ceph-mon[112137]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T17:10:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:32 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:33 smithi066 ceph-mon[112137]: [07/Dec/2023:17:10:31] ENGINE Serving on http://172.21.15.66:8765 2023-12-07T17:10:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:33 smithi066 ceph-mon[112137]: [07/Dec/2023:17:10:31] ENGINE Bus STARTED 2023-12-07T17:10:34.342 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:10:34.342 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-12-07T17:10:34.342 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-07T17:10:34.342 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:10:34.342 INFO:teuthology.orchestra.run.smithi066.stdout:mgr epoch 5 is available 2023-12-07T17:10:34.342 INFO:teuthology.orchestra.run.smithi066.stdout:Setting orchestrator backend to cephadm... 2023-12-07T17:10:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:34 smithi066 ceph-mon[112137]: mgrmap e8: a(active, since 3s) 2023-12-07T17:10:36.776 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:36 smithi066 ceph-mon[112137]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:36.776 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:36 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:36.776 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:36 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:36.849 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout value unchanged 2023-12-07T17:10:36.849 INFO:teuthology.orchestra.run.smithi066.stdout:Generating ssh key... 2023-12-07T17:10:37.864 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-mon[112137]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:37.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: Generating public/private rsa key pair. 2023-12-07T17:10:37.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: Your identification has been saved in /tmp/tmp3om2d3pl/key. 2023-12-07T17:10:37.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: Your public key has been saved in /tmp/tmp3om2d3pl/key.pub. 2023-12-07T17:10:37.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: The key fingerprint is: 2023-12-07T17:10:37.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: SHA256:FFLdmIK9U6Mvuradl8iYzA/mZW6ENf+0CCNaIpjoNXw ceph-4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:10:37.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: The key's randomart image is: 2023-12-07T17:10:37.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: +---[RSA 3072]----+ 2023-12-07T17:10:37.864 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: | .+o. + | 2023-12-07T17:10:37.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: | ..o.* . | 2023-12-07T17:10:37.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: | .= . | 2023-12-07T17:10:37.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: | .* | 2023-12-07T17:10:37.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: |.o. oS= | 2023-12-07T17:10:37.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: |+ .+.E+ = o . | 2023-12-07T17:10:37.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: |. ..o*oBo= = . | 2023-12-07T17:10:37.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: | . .oB*+.+ o | 2023-12-07T17:10:37.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: | .+==. | 2023-12-07T17:10:37.865 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:37 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: +----[SHA256]-----+ 2023-12-07T17:10:38.789 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:38 smithi066 ceph-mon[112137]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:38.789 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:38 smithi066 ceph-mon[112137]: Generating ssh key... 2023-12-07T17:10:38.789 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:38 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:38.789 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:38 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:38.960 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/C/Mqd/qDm/DdLTjh9+Z/AgUT5vk9kcxoC4rBjpilAnVbWxqtaX7urxX06m/eAksUyBFa4sJzxgS2d/YFf8tJ5yCMLFRv93oIy49+Aj4WlyJh6GhbyoJNEfXxtiU0vqc+Njaxb3NZgQqa8OxQ0uJT3sQGT83I4YB3VJsQRm/v+Q+wmRk2WycrGfgvcVHddebPrR5rismTGun+udtNDhOmKfw490cunUWYdx8+ZysFxVVRInpDqtszwTHfWMooGsEQKSMn3uaI4d9QANebvgzrXR8pozFDk1jQ3Ix8G2txHvbNSG2m0E6e0AuDh2FL0vMRNyKO1Jn5iOdCt/pcD0+0JjNB9hJZaHqMrQqNMhHxKQZT5tpuM+xvK0J/jG0CxMpL7EfVG5TNPlIXEevgdaDI3fEJZ5mh6iSagp+XsiIjbOkjocW5klHtQuNmSDai+bb7bMQG0hAABehf2TC4EJtvQJeWWTYDKudNujGzPb5OdutW0l8pTJIS/KgZU00UrU= ceph-4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:10:38.960 INFO:teuthology.orchestra.run.smithi066.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-07T17:10:38.961 INFO:teuthology.orchestra.run.smithi066.stdout:Adding key to root@localhost authorized_keys... 2023-12-07T17:10:38.961 INFO:teuthology.orchestra.run.smithi066.stdout:Adding host smithi066... 2023-12-07T17:10:39.789 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:39 smithi066 ceph-mon[112137]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:40 smithi066 ceph-mon[112137]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi066", "addr": "172.21.15.66", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:41 smithi066 ceph-mon[112137]: Deploying cephadm binary to smithi066 2023-12-07T17:10:43.707 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Added host 'smithi066' with addr '172.21.15.66' 2023-12-07T17:10:43.707 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying unmanaged mon service... 2023-12-07T17:10:44.583 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:44 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:44.583 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:44 smithi066 ceph-mon[112137]: Added host smithi066 2023-12-07T17:10:44.584 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:44 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:44.584 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:44 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:44.724 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-07T17:10:44.724 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying unmanaged mgr service... 2023-12-07T17:10:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:45 smithi066 ceph-mon[112137]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:45 smithi066 ceph-mon[112137]: Saving service mon spec with placement count:5 2023-12-07T17:10:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:45 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:45 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:45.706 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-07T17:10:46.588 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:46 smithi066 ceph-mon[112137]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:46.589 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:46 smithi066 ceph-mon[112137]: Saving service mgr spec with placement count:2 2023-12-07T17:10:46.589 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:46 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:46.589 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:46 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1266908413' entity='client.admin' 2023-12-07T17:10:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:47 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:47 smithi066 ceph-mon[112137]: from='mgr.14120 172.21.15.66:0/3638102590' entity='mgr.a' 2023-12-07T17:10:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:47 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/4066318767' entity='client.admin' 2023-12-07T17:10:47.782 INFO:teuthology.orchestra.run.smithi066.stdout:Enabling the dashboard module... 2023-12-07T17:10:48.680 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:48 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1015142846' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-07T17:10:48.680 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:48 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: ignoring --setuser ceph since I am not root 2023-12-07T17:10:48.680 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:48 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: ignoring --setgroup ceph since I am not root 2023-12-07T17:10:48.954 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:48 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:48.683+0000 7f57dac5f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:10:48.955 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:48 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:48.870+0000 7f57dac5f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:10:49.221 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:49 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:49.218+0000 7f57dac5f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:10:49.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:49 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1015142846' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-07T17:10:49.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:49 smithi066 ceph-mon[112137]: mgrmap e9: a(active, since 17s) 2023-12-07T17:10:49.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:49 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/95167476' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T17:10:49.830 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:10:49.831 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-12-07T17:10:49.831 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T17:10:49.831 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-07T17:10:49.831 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-07T17:10:49.831 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:10:49.831 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for the mgr to restart... 2023-12-07T17:10:49.831 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr epoch 9... 2023-12-07T17:10:49.993 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:49 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:49.740+0000 7f57dac5f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:10:50.460 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:49 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:49.994+0000 7f57dac5f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:10:50.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:50 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:50.460+0000 7f57dac5f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:10:51.485 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:51 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:51.208+0000 7f57dac5f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:10:51.485 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:51 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:51.298+0000 7f57dac5f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:10:52.210 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:51 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:51.927+0000 7f57dac5f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:10:52.211 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:52 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:52.017+0000 7f57dac5f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:10:52.211 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:52 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:52.112+0000 7f57dac5f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:10:52.464 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:52 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:52.211+0000 7f57dac5f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:10:52.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:52 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:52.464+0000 7f57dac5f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:10:52.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:52 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:52.562+0000 7f57dac5f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:10:53.085 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:52 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:52.788+0000 7f57dac5f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:10:53.085 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:52 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:52.890+0000 7f57dac5f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:10:53.485 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:53 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:53.085+0000 7f57dac5f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:10:53.485 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:53 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:53.176+0000 7f57dac5f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:10:54.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:53 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:53.979+0000 7f57dac5f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:10:54.235 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:54 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:54.184+0000 7f57dac5f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:10:54.735 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:54 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:54.372+0000 7f57dac5f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:10:55.448 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:55 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:55.063+0000 7f57dac5f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:10:55.448 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:55 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:55.256+0000 7f57dac5f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:10:55.704 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:55 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:55.448+0000 7f57dac5f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:10:55.704 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:10:55 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:10:55.571+0000 7f57dac5f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:10:56.374 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: Active manager daemon a restarted 2023-12-07T17:10:56.374 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: Activating manager daemon a 2023-12-07T17:10:56.374 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: osdmap e3: 0 total, 0 up, 0 in 2023-12-07T17:10:56.374 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: mgrmap e10: a(active, starting, since 0.00342343s) 2023-12-07T17:10:56.374 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:10:56.374 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:10:56.374 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:10:56.374 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:10:56.375 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:10:56.375 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: Manager daemon a is now available 2023-12-07T17:10:56.375 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:56.375 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:56.375 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:10:56.375 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:10:56.930 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:10:56.930 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-12-07T17:10:56.930 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-07T17:10:56.930 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:10:56.930 INFO:teuthology.orchestra.run.smithi066.stdout:mgr epoch 9 is available 2023-12-07T17:10:56.931 INFO:teuthology.orchestra.run.smithi066.stdout:Generating a dashboard self-signed certificate... 2023-12-07T17:10:57.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:57 smithi066 ceph-mon[112137]: [07/Dec/2023:17:10:56] ENGINE Bus STARTING 2023-12-07T17:10:57.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:57 smithi066 ceph-mon[112137]: mgrmap e11: a(active, since 1.00559s) 2023-12-07T17:10:57.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:57 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:10:58.179 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-07T17:10:58.179 INFO:teuthology.orchestra.run.smithi066.stdout:Creating initial admin user... 2023-12-07T17:10:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:58 smithi066 ceph-mon[112137]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T17:10:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:58 smithi066 ceph-mon[112137]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T17:10:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:58 smithi066 ceph-mon[112137]: [07/Dec/2023:17:10:56] ENGINE Serving on https://172.21.15.66:7150 2023-12-07T17:10:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:58 smithi066 ceph-mon[112137]: [07/Dec/2023:17:10:56] ENGINE Serving on http://172.21.15.66:8765 2023-12-07T17:10:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:58 smithi066 ceph-mon[112137]: [07/Dec/2023:17:10:56] ENGINE Bus STARTED 2023-12-07T17:10:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:58 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:10:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:58 smithi066 ceph-mon[112137]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:58 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:10:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:58 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:10:59.437 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ridkVoiEdtQV1CG0vOx.2OZPVJawJohrJkAyQEcVLkvnjMJed2Lby", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701969059, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-07T17:10:59.438 INFO:teuthology.orchestra.run.smithi066.stdout:Fetching dashboard port number... 2023-12-07T17:10:59.625 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:59 smithi066 ceph-mon[112137]: mgrmap e12: a(active, since 2s) 2023-12-07T17:10:59.625 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:10:59 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:00.362 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 8443 2023-12-07T17:11:00.372 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-07T17:11:00.372 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout disabled 2023-12-07T17:11:00.380 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-07T17:11:00.380 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2023-12-07T17:11:00.380 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld.service is not enabled 2023-12-07T17:11:00.380 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-07T17:11:00.382 INFO:teuthology.orchestra.run.smithi066.stdout:Ceph Dashboard is now available at: 2023-12-07T17:11:00.382 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:00.382 INFO:teuthology.orchestra.run.smithi066.stdout: URL: https://smithi066.front.sepia.ceph.com:8443/ 2023-12-07T17:11:00.382 INFO:teuthology.orchestra.run.smithi066.stdout: User: admin 2023-12-07T17:11:00.382 INFO:teuthology.orchestra.run.smithi066.stdout: Password: 46jlkcsi9v 2023-12-07T17:11:00.382 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:00.383 INFO:teuthology.orchestra.run.smithi066.stdout:Saving cluster configuration to /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config directory 2023-12-07T17:11:00.383 INFO:teuthology.orchestra.run.smithi066.stdout:Enabling autotune for osd_memory_target 2023-12-07T17:11:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:00 smithi066 ceph-mon[112137]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:00 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/3574253620' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-07T17:11:02.388 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-12-07T17:11:02.388 INFO:teuthology.orchestra.run.smithi066.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-07T17:11:02.388 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:02.388 INFO:teuthology.orchestra.run.smithi066.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:02.388 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:02.388 INFO:teuthology.orchestra.run.smithi066.stdout:Or, if you are only running a single cluster on this host: 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout:Please consider enabling telemetry to help improve Ceph: 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout: ceph telemetry on 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout:For more information see: 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:02.389 INFO:teuthology.orchestra.run.smithi066.stdout:Bootstrap complete. 2023-12-07T17:11:02.428 INFO:tasks.cephadm:Fetching config... 2023-12-07T17:11:02.429 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:11:02.429 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-07T17:11:02.447 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-07T17:11:02.447 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:11:02.448 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-07T17:11:02.506 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-07T17:11:02.506 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:11:02.507 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-07T17:11:02.576 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-07T17:11:02.576 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:11:02.576 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-07T17:11:02.636 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-07T17:11:02.636 DEBUG:teuthology.orchestra.run.smithi066:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/C/Mqd/qDm/DdLTjh9+Z/AgUT5vk9kcxoC4rBjpilAnVbWxqtaX7urxX06m/eAksUyBFa4sJzxgS2d/YFf8tJ5yCMLFRv93oIy49+Aj4WlyJh6GhbyoJNEfXxtiU0vqc+Njaxb3NZgQqa8OxQ0uJT3sQGT83I4YB3VJsQRm/v+Q+wmRk2WycrGfgvcVHddebPrR5rismTGun+udtNDhOmKfw490cunUWYdx8+ZysFxVVRInpDqtszwTHfWMooGsEQKSMn3uaI4d9QANebvgzrXR8pozFDk1jQ3Ix8G2txHvbNSG2m0E6e0AuDh2FL0vMRNyKO1Jn5iOdCt/pcD0+0JjNB9hJZaHqMrQqNMhHxKQZT5tpuM+xvK0J/jG0CxMpL7EfVG5TNPlIXEevgdaDI3fEJZ5mh6iSagp+XsiIjbOkjocW5klHtQuNmSDai+bb7bMQG0hAABehf2TC4EJtvQJeWWTYDKudNujGzPb5OdutW0l8pTJIS/KgZU00UrU= ceph-4e6a41f8-9523-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T17:11:02.714 INFO:teuthology.orchestra.run.smithi066.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/C/Mqd/qDm/DdLTjh9+Z/AgUT5vk9kcxoC4rBjpilAnVbWxqtaX7urxX06m/eAksUyBFa4sJzxgS2d/YFf8tJ5yCMLFRv93oIy49+Aj4WlyJh6GhbyoJNEfXxtiU0vqc+Njaxb3NZgQqa8OxQ0uJT3sQGT83I4YB3VJsQRm/v+Q+wmRk2WycrGfgvcVHddebPrR5rismTGun+udtNDhOmKfw490cunUWYdx8+ZysFxVVRInpDqtszwTHfWMooGsEQKSMn3uaI4d9QANebvgzrXR8pozFDk1jQ3Ix8G2txHvbNSG2m0E6e0AuDh2FL0vMRNyKO1Jn5iOdCt/pcD0+0JjNB9hJZaHqMrQqNMhHxKQZT5tpuM+xvK0J/jG0CxMpL7EfVG5TNPlIXEevgdaDI3fEJZ5mh6iSagp+XsiIjbOkjocW5klHtQuNmSDai+bb7bMQG0hAABehf2TC4EJtvQJeWWTYDKudNujGzPb5OdutW0l8pTJIS/KgZU00UrU= ceph-4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:11:02.727 DEBUG:teuthology.orchestra.run.smithi137:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/C/Mqd/qDm/DdLTjh9+Z/AgUT5vk9kcxoC4rBjpilAnVbWxqtaX7urxX06m/eAksUyBFa4sJzxgS2d/YFf8tJ5yCMLFRv93oIy49+Aj4WlyJh6GhbyoJNEfXxtiU0vqc+Njaxb3NZgQqa8OxQ0uJT3sQGT83I4YB3VJsQRm/v+Q+wmRk2WycrGfgvcVHddebPrR5rismTGun+udtNDhOmKfw490cunUWYdx8+ZysFxVVRInpDqtszwTHfWMooGsEQKSMn3uaI4d9QANebvgzrXR8pozFDk1jQ3Ix8G2txHvbNSG2m0E6e0AuDh2FL0vMRNyKO1Jn5iOdCt/pcD0+0JjNB9hJZaHqMrQqNMhHxKQZT5tpuM+xvK0J/jG0CxMpL7EfVG5TNPlIXEevgdaDI3fEJZ5mh6iSagp+XsiIjbOkjocW5klHtQuNmSDai+bb7bMQG0hAABehf2TC4EJtvQJeWWTYDKudNujGzPb5OdutW0l8pTJIS/KgZU00UrU= ceph-4e6a41f8-9523-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T17:11:02.774 INFO:teuthology.orchestra.run.smithi137.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/C/Mqd/qDm/DdLTjh9+Z/AgUT5vk9kcxoC4rBjpilAnVbWxqtaX7urxX06m/eAksUyBFa4sJzxgS2d/YFf8tJ5yCMLFRv93oIy49+Aj4WlyJh6GhbyoJNEfXxtiU0vqc+Njaxb3NZgQqa8OxQ0uJT3sQGT83I4YB3VJsQRm/v+Q+wmRk2WycrGfgvcVHddebPrR5rismTGun+udtNDhOmKfw490cunUWYdx8+ZysFxVVRInpDqtszwTHfWMooGsEQKSMn3uaI4d9QANebvgzrXR8pozFDk1jQ3Ix8G2txHvbNSG2m0E6e0AuDh2FL0vMRNyKO1Jn5iOdCt/pcD0+0JjNB9hJZaHqMrQqNMhHxKQZT5tpuM+xvK0J/jG0CxMpL7EfVG5TNPlIXEevgdaDI3fEJZ5mh6iSagp+XsiIjbOkjocW5klHtQuNmSDai+bb7bMQG0hAABehf2TC4EJtvQJeWWTYDKudNujGzPb5OdutW0l8pTJIS/KgZU00UrU= ceph-4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:11:02.785 DEBUG:teuthology.orchestra.run.smithi203:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/C/Mqd/qDm/DdLTjh9+Z/AgUT5vk9kcxoC4rBjpilAnVbWxqtaX7urxX06m/eAksUyBFa4sJzxgS2d/YFf8tJ5yCMLFRv93oIy49+Aj4WlyJh6GhbyoJNEfXxtiU0vqc+Njaxb3NZgQqa8OxQ0uJT3sQGT83I4YB3VJsQRm/v+Q+wmRk2WycrGfgvcVHddebPrR5rismTGun+udtNDhOmKfw490cunUWYdx8+ZysFxVVRInpDqtszwTHfWMooGsEQKSMn3uaI4d9QANebvgzrXR8pozFDk1jQ3Ix8G2txHvbNSG2m0E6e0AuDh2FL0vMRNyKO1Jn5iOdCt/pcD0+0JjNB9hJZaHqMrQqNMhHxKQZT5tpuM+xvK0J/jG0CxMpL7EfVG5TNPlIXEevgdaDI3fEJZ5mh6iSagp+XsiIjbOkjocW5klHtQuNmSDai+bb7bMQG0hAABehf2TC4EJtvQJeWWTYDKudNujGzPb5OdutW0l8pTJIS/KgZU00UrU= ceph-4e6a41f8-9523-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T17:11:02.833 INFO:teuthology.orchestra.run.smithi203.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCe/C/Mqd/qDm/DdLTjh9+Z/AgUT5vk9kcxoC4rBjpilAnVbWxqtaX7urxX06m/eAksUyBFa4sJzxgS2d/YFf8tJ5yCMLFRv93oIy49+Aj4WlyJh6GhbyoJNEfXxtiU0vqc+Njaxb3NZgQqa8OxQ0uJT3sQGT83I4YB3VJsQRm/v+Q+wmRk2WycrGfgvcVHddebPrR5rismTGun+udtNDhOmKfw490cunUWYdx8+ZysFxVVRInpDqtszwTHfWMooGsEQKSMn3uaI4d9QANebvgzrXR8pozFDk1jQ3Ix8G2txHvbNSG2m0E6e0AuDh2FL0vMRNyKO1Jn5iOdCt/pcD0+0JjNB9hJZaHqMrQqNMhHxKQZT5tpuM+xvK0J/jG0CxMpL7EfVG5TNPlIXEevgdaDI3fEJZ5mh6iSagp+XsiIjbOkjocW5klHtQuNmSDai+bb7bMQG0hAABehf2TC4EJtvQJeWWTYDKudNujGzPb5OdutW0l8pTJIS/KgZU00UrU= ceph-4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:11:02.845 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-07T17:11:02.872 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:02 smithi066 ceph-mon[112137]: mgrmap e13: a(active, since 6s) 2023-12-07T17:11:02.872 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:02 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1496622347' entity='client.admin' 2023-12-07T17:11:03.116 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:04.972 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-07T17:11:04.973 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-07T17:11:05.290 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:05 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1044696071' entity='client.admin' 2023-12-07T17:11:07.162 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi137 2023-12-07T17:11:07.162 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:11:07.162 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.conf 2023-12-07T17:11:07.184 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:11:07.184 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:07.245 INFO:tasks.cephadm:Adding host smithi137 to orchestrator... 2023-12-07T17:11:07.245 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch host add smithi137 2023-12-07T17:11:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:11:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:07.517 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:08.327 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:08 smithi066 ceph-mon[112137]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:08.327 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:08 smithi066 ceph-mon[112137]: Updating smithi066:/etc/ceph/ceph.conf 2023-12-07T17:11:08.327 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:08 smithi066 ceph-mon[112137]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:08.327 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:08 smithi066 ceph-mon[112137]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:08.327 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:08.328 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:08.328 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:09 smithi066 ceph-mon[112137]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:11:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:10 smithi066 ceph-mon[112137]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:10 smithi066 ceph-mon[112137]: Deploying cephadm binary to smithi137 2023-12-07T17:11:12.589 INFO:teuthology.orchestra.run.smithi066.stdout:Added host 'smithi137' with addr '172.21.15.137' 2023-12-07T17:11:13.063 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T17:11:13.328 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:13.693 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:13 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:13.693 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:13 smithi066 ceph-mon[112137]: Added host smithi137 2023-12-07T17:11:13.693 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:13 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:13.693 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:13 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:13.693 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:13 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:14.585 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:14.585 INFO:teuthology.orchestra.run.smithi066.stdout:[{"addr": "172.21.15.66", "hostname": "smithi066", "labels": [], "status": ""}, {"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}] 2023-12-07T17:11:14.963 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi203 2023-12-07T17:11:14.963 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:11:14.963 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.conf 2023-12-07T17:11:14.985 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:11:14.985 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:15.045 INFO:tasks.cephadm:Adding host smithi203 to orchestrator... 2023-12-07T17:11:15.046 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch host add smithi203 2023-12-07T17:11:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:15 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:15.309 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:16.136 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:16 smithi066 ceph-mon[112137]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:11:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:17 smithi066 ceph-mon[112137]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:17 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:17 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:17 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:17 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:17 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:11:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:17 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:17 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:17 smithi066 ceph-mon[112137]: Updating smithi137:/etc/ceph/ceph.conf 2023-12-07T17:11:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:18 smithi066 ceph-mon[112137]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi203", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:18 smithi066 ceph-mon[112137]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:18 smithi066 ceph-mon[112137]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:18 smithi066 ceph-mon[112137]: Deploying cephadm binary to smithi203 2023-12-07T17:11:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:18 smithi066 ceph-mon[112137]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:11:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:18 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:18 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:18 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:19 smithi066 ceph-mon[112137]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:20.475 INFO:teuthology.orchestra.run.smithi066.stdout:Added host 'smithi203' with addr '172.21.15.203' 2023-12-07T17:11:20.855 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T17:11:21.120 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:21.601 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:21 smithi066 ceph-mon[112137]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:21.601 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:21 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:21.602 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:21 smithi066 ceph-mon[112137]: Added host smithi203 2023-12-07T17:11:21.602 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:21 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:21.602 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:21 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:21.602 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:21 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:22.340 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:11:22.340 INFO:teuthology.orchestra.run.smithi066.stdout:[{"addr": "172.21.15.66", "hostname": "smithi066", "labels": [], "status": ""}, {"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}, {"addr": "172.21.15.203", "hostname": "smithi203", "labels": [], "status": ""}] 2023-12-07T17:11:22.695 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-07T17:11:22.695 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-07T17:11:22.957 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:22 smithi066 ceph-mon[112137]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:22 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:22 smithi066 ceph-mon[112137]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:11:24.932 INFO:teuthology.orchestra.run.smithi066.stderr:adjusted tunables profile to default 2023-12-07T17:11:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2700596589' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T17:11:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi203", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:11:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:24 smithi066 ceph-mon[112137]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-07T17:11:25.344 INFO:tasks.cephadm:Adding mon.a on smithi066 2023-12-07T17:11:25.344 INFO:tasks.cephadm:Adding mon.b on smithi137 2023-12-07T17:11:25.344 INFO:tasks.cephadm:Adding mon.c on smithi203 2023-12-07T17:11:25.345 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi066:172.21.15.66=a;smithi137:172.21.15.137=b;smithi203:172.21.15.203=c' 2023-12-07T17:11:25.625 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:25 smithi066 ceph-mon[112137]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:25 smithi066 ceph-mon[112137]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:25 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2700596589' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T17:11:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:25 smithi066 ceph-mon[112137]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:11:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:25 smithi066 ceph-mon[112137]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:11:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:25 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:25 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:25 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:26.755 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled mon update... 2023-12-07T17:11:27.174 DEBUG:teuthology.orchestra.run.smithi137:mon.b> sudo journalctl -f -n 0 -u ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mon.b.service 2023-12-07T17:11:27.177 DEBUG:teuthology.orchestra.run.smithi203:mon.c> sudo journalctl -f -n 0 -u ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mon.c.service 2023-12-07T17:11:27.179 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T17:11:27.179 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T17:11:27.210 INFO:journalctl@ceph.mon.c.smithi203.stdout:-- Logs begin at Thu 2023-12-07 16:51:10 UTC. -- 2023-12-07T17:11:27.213 INFO:journalctl@ceph.mon.b.smithi137.stdout:-- Logs begin at Thu 2023-12-07 16:51:10 UTC. -- 2023-12-07T17:11:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:27 smithi066 ceph-mon[112137]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:27 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:27 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:27 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:27 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:27 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:27 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:27 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:27.616 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:28 smithi066 ceph-mon[112137]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi066:172.21.15.66=a;smithi137:172.21.15.137=b;smithi203:172.21.15.203=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:28 smithi066 ceph-mon[112137]: Saving service mon spec with placement smithi066:172.21.15.66=a;smithi137:172.21.15.137=b;smithi203:172.21.15.203=c;count:3 2023-12-07T17:11:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:28 smithi066 ceph-mon[112137]: Deploying daemon mon.c on smithi203 2023-12-07T17:11:29.322 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:11:29.322 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"4e6a41f8-9523-11ee-95a2-87774f69a715","modified":"2023-12-07T17:10:04.331379Z","created":"2023-12-07T17:10:04.331379Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-07T17:11:29.323 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-07T17:11:29.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:29 smithi066 ceph-mon[112137]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:30.110 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:29 smithi203 systemd[1]: Starting Ceph mon.c for 4e6a41f8-9523-11ee-95a2-87774f69a715... 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: set uid:gid to 167:167 (ceph:ceph) 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev), process ceph-mon, pid 7 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: pidfile_write: ignore empty --pid-file 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 bash[117391]: c02340b85dc0948e73ba5bd51710784c5effa5b624b09d9550c3aab57046ddae 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: load: jerasure load: lrc 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: RocksDB version: 7.9.2 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Git sha 0 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Compile date 2023-12-06 23:35:10 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: DB SUMMARY 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: DB Session ID: 6GKH6GKM4A8SFCWQGZ6G 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: CURRENT file: CURRENT 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: IDENTITY file: IDENTITY 2023-12-07T17:11:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.error_if_exists: 0 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.create_if_missing: 0 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.paranoid_checks: 1 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.env: 0x55a656446a60 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.fs: PosixFileSystem 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.info_log: 0x55a657fb5740 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_file_opening_threads: 16 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.statistics: (nil) 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.use_fsync: 0 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_log_file_size: 0 2023-12-07T17:11:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.keep_log_file_num: 1000 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.recycle_log_file_num: 0 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.allow_fallocate: 1 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.allow_mmap_reads: 0 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.allow_mmap_writes: 0 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.use_direct_reads: 0 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.create_missing_column_families: 0 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.db_log_dir: 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.wal_dir: 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T17:11:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.advise_random_on_open: 1 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.db_write_buffer_size: 0 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.write_buffer_manager: 0x55a657f6b360 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.rate_limiter: (nil) 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.wal_recovery_mode: 2 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 systemd[1]: Started Ceph mon.c for 4e6a41f8-9523-11ee-95a2-87774f69a715. 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.enable_thread_tracking: 0 2023-12-07T17:11:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.enable_pipelined_write: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.unordered_write: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.row_cache: None 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.wal_filter: None 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.allow_ingest_behind: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.two_write_queues: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.manual_wal_flush: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.wal_compression: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.atomic_flush: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T17:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.log_readahead_size: 0 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.best_efforts_recovery: 0 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.allow_data_in_errors: 0 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.db_host_id: __hostname__ 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_background_jobs: 2 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_background_compactions: -1 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_subcompactions: 1 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T17:11:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_total_wal_size: 0 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_open_files: -1 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bytes_per_sync: 0 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_readahead_size: 0 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_background_flushes: -1 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Compression algorithms supported: 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: kZSTD supported: 0 2023-12-07T17:11:30.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: kXpressCompression supported: 0 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: kLZ4HCCompression supported: 1 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: kZlibCompression supported: 1 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: kSnappyCompression supported: 1 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: kLZ4Compression supported: 1 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: kBZip2Compression supported: 0 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.merge_operator: 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_filter: None 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_filter_factory: None 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.sst_partitioner_factory: None 2023-12-07T17:11:30.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a657fb5860) 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: cache_index_and_filter_blocks: 1 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: pin_top_level_index_and_filter: 1 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: index_type: 0 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: data_block_index_type: 0 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: index_shortening: 1 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: checksum: 4 2023-12-07T17:11:30.580 INFO:journalctl@ceph.mon.c.smithi203.stdout: no_block_cache: 0 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: block_cache: 0x55a65800b090 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: block_cache_name: BinnedLRUCache 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: block_cache_options: 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: capacity : 536870912 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: num_shard_bits : 4 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: strict_capacity_limit : 0 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: high_pri_pool_ratio: 0.000 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: block_cache_compressed: (nil) 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: persistent_cache: (nil) 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: block_size: 4096 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: block_size_deviation: 10 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: block_restart_interval: 16 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: index_block_restart_interval: 1 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: metadata_block_size: 4096 2023-12-07T17:11:30.581 INFO:journalctl@ceph.mon.c.smithi203.stdout: partition_filters: 0 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: use_delta_encoding: 1 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: filter_policy: bloomfilter 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: whole_key_filtering: 1 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: verify_compression: 0 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: read_amp_bytes_per_bit: 0 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: format_version: 5 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: enable_index_compression: 1 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: block_align: 0 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: max_auto_readahead_size: 262144 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: prepopulate_block_cache: 0 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: initial_auto_readahead_size: 8192 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout: num_file_reads_for_auto_readahead: 2 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.write_buffer_size: 33554432 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_write_buffer_number: 2 2023-12-07T17:11:30.582 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression: NoCompression 2023-12-07T17:11:30.583 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression: Disabled 2023-12-07T17:11:30.583 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.prefix_extractor: nullptr 2023-12-07T17:11:30.583 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T17:11:30.583 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.num_levels: 7 2023-12-07T17:11:30.583 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T17:11:30.583 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T17:11:30.583 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T17:11:30.583 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T17:11:30.583 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T17:11:30.584 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T17:11:30.584 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T17:11:30.584 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:11:30.584 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T17:11:30.584 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T17:11:30.584 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:11:30.584 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression_opts.level: 32767 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression_opts.strategy: 0 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression_opts.enabled: false 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.target_file_size_base: 67108864 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T17:11:30.585 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.arena_block_size: 1048576 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T17:11:30.586 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.disable_auto_compactions: 0 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.table_properties_collectors: 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.inplace_update_support: 0 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T17:11:30.587 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.bloom_locality: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.max_successive_merges: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.paranoid_file_checks: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.force_consistency_checks: 1 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.report_bg_io_stats: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.ttl: 2592000 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.enable_blob_files: false 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.min_blob_size: 0 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.blob_file_size: 268435456 2023-12-07T17:11:30.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.blob_file_starting_level: 0 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: 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 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5af0740c-ee73-4d36-88a3-bcebb079ae20 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701969090172744, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701969090173248, "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": 1701969090, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5af0740c-ee73-4d36-88a3-bcebb079ae20", "db_session_id": "6GKH6GKM4A8SFCWQGZ6G", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701969090173331, "job": 1, "event": "recovery_finished"} 2023-12-07T17:11:30.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: 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 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a6580a6000 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: DB pointer 0x55a658092000 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: ** DB Stats ** 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: 2023-12-07T17:11:30.590 INFO:journalctl@ceph.mon.c.smithi203.stdout: ** Compaction Stats [default] ** 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.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 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.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 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.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 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: ** Compaction Stats [default] ** 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.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 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T17:11:30.591 INFO:journalctl@ceph.mon.c.smithi203.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout: Block cache BinnedLRUCache@0x55a65800b090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.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%) 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout: 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: using public_addr v2:172.21.15.203:0/0 -> [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: starting mon.c rank -1 at public addrs [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] at bind addrs [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(???) e0 preinit fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:11:30.592 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).mds e1 new map 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).mds e1 print_map 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout: e1 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.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} 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout: legacy client fscid: -1 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout: 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout: No filesystems configured 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T17:11:30.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/2700596589' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi203", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:30.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/2700596589' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:30.595 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi066:172.21.15.66=a;smithi137:172.21.15.137=b;smithi203:172.21.15.203=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:30.596 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: Saving service mon spec with placement smithi066:172.21.15.66=a;smithi137:172.21.15.137=b;smithi203:172.21.15.203=c;count:3 2023-12-07T17:11:30.596 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: Deploying daemon mon.c on smithi203 2023-12-07T17:11:30.596 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:30.596 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:30 smithi203 ceph-mon[117428]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T17:11:30.756 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T17:11:30.756 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T17:11:31.013 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T17:11:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: mon.a calling monitor election 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: mon.c calling monitor election 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T17:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: monmap e2: 2 mons at {a=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:11:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: fsmap 2023-12-07T17:11:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:11:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: mgrmap e13: a(active, since 39s) 2023-12-07T17:11:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T17:11:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:35 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: mon.a calling monitor election 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: mon.c calling monitor election 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: monmap e2: 2 mons at {a=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: fsmap 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: mgrmap e13: a(active, since 39s) 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:35 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:35.865 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:11:35.865 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":2,"fsid":"4e6a41f8-9523-11ee-95a2-87774f69a715","modified":"2023-12-07T17:11:30.198419Z","created":"2023-12-07T17:10:04.331379Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:3300","nonce":0},{"type":"v1","addr":"172.21.15.203:6789","nonce":0}]},"addr":"172.21.15.203:6789/0","public_addr":"172.21.15.203:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-07T17:11:35.867 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 2 2023-12-07T17:11:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:36 smithi203 ceph-mon[117428]: Deploying daemon mon.b on smithi137 2023-12-07T17:11:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:36 smithi203 ceph-mon[117428]: from='client.? 172.21.15.203:0/389922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:11:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:36 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:36 smithi066 ceph-mon[112137]: Deploying daemon mon.b on smithi137 2023-12-07T17:11:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:36 smithi066 ceph-mon[112137]: from='client.? 172.21.15.203:0/389922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:11:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:36 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:37.237 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T17:11:37.238 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T17:11:37.506 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T17:11:37.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:37 smithi203 ceph-mon[117428]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:37 smithi066 ceph-mon[112137]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 systemd[1]: Started Ceph mon.b for 4e6a41f8-9523-11ee-95a2-87774f69a715. 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).mds e1 new map 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).mds e1 print_map 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout: e1 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.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} 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout: legacy client fscid: -1 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout: 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout: No filesystems configured 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-07T17:11:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/2700596589' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi203", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/2700596589' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi066:172.21.15.66=a;smithi137:172.21.15.137=b;smithi203:172.21.15.203=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: Saving service mon spec with placement smithi066:172.21.15.66=a;smithi137:172.21.15.137=b;smithi203:172.21.15.203=c;count:3 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: Deploying daemon mon.c on smithi203 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.a calling monitor election 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.c calling monitor election 2023-12-07T17:11:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: monmap e2: 2 mons at {a=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: fsmap 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mgrmap e13: a(active, since 39s) 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:38.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: Deploying daemon mon.b on smithi137 2023-12-07T17:11:38.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='client.? 172.21.15.203:0/389922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:11:38.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:38.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:38.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:37 smithi137 ceph-mon[117020]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T17:11:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: mon.a calling monitor election 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: mon.c calling monitor election 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: mon.b calling monitor election 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: monmap e3: 3 mons at {a=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: fsmap 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: mgrmap e13: a(active, since 47s) 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:43 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:11:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: mon.a calling monitor election 2023-12-07T17:11:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: mon.c calling monitor election 2023-12-07T17:11:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: mon.b calling monitor election 2023-12-07T17:11:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T17:11:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: monmap e3: 3 mons at {a=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:11:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: fsmap 2023-12-07T17:11:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:11:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: mgrmap e13: a(active, since 47s) 2023-12-07T17:11:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T17:11:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:43 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:11:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: mon.a calling monitor election 2023-12-07T17:11:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: mon.c calling monitor election 2023-12-07T17:11:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: mon.b calling monitor election 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: monmap e3: 3 mons at {a=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: fsmap 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:11:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: mgrmap e13: a(active, since 47s) 2023-12-07T17:11:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T17:11:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:43 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:44 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:44 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:44 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:44 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:44 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:44 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:44 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:44 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:44 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:44 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:44 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:44 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:44 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:44 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:44 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:44.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:44 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:44 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:44 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:11:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:44 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:44 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:44 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:44 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:44 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:44 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:44.700 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-07T17:11:44.700 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":3,"fsid":"4e6a41f8-9523-11ee-95a2-87774f69a715","modified":"2023-12-07T17:11:37.977523Z","created":"2023-12-07T17:10:04.331379Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:3300","nonce":0},{"type":"v1","addr":"172.21.15.203:6789","nonce":0}]},"addr":"172.21.15.203:6789/0","public_addr":"172.21.15.203:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-07T17:11:44.701 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 3 2023-12-07T17:11:45.068 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-07T17:11:45.069 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: Updating smithi066:/etc/ceph/ceph.conf 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: Updating smithi137:/etc/ceph/ceph.conf 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='client.? 172.21.15.203:0/3407640289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:11:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: Updating smithi066:/etc/ceph/ceph.conf 2023-12-07T17:11:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: Updating smithi137:/etc/ceph/ceph.conf 2023-12-07T17:11:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-07T17:11:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='client.? 172.21.15.203:0/3407640289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:11:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: Updating smithi066:/etc/ceph/ceph.conf 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: Updating smithi137:/etc/ceph/ceph.conf 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.418 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='client.? 172.21.15.203:0/3407640289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:11:45.419 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:45.534 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:46.436 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:46 smithi066 ceph-mon[112137]: Reconfiguring mon.a (unknown last config time)... 2023-12-07T17:11:46.436 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:46 smithi066 ceph-mon[112137]: Reconfiguring daemon mon.a on smithi066 2023-12-07T17:11:46.436 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:46 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:46.436 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:46 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:46.436 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:46 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:46.436 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:46 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:46.436 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:46 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:11:46.436 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:46 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:46 smithi203 ceph-mon[117428]: Reconfiguring mon.a (unknown last config time)... 2023-12-07T17:11:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:46 smithi203 ceph-mon[117428]: Reconfiguring daemon mon.a on smithi066 2023-12-07T17:11:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:46 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:46 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:46 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:46 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:46 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:11:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:46 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:46.577 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:46 smithi137 ceph-mon[117020]: Reconfiguring mon.a (unknown last config time)... 2023-12-07T17:11:46.577 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:46 smithi137 ceph-mon[117020]: Reconfiguring daemon mon.a on smithi066 2023-12-07T17:11:46.577 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:46 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:46.578 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:46 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:46.578 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:46 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:46.578 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:46 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:46.578 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:46 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:11:46.578 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:46 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:46.801 INFO:teuthology.orchestra.run.smithi066.stdout:# minimal ceph.conf for 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:11:46.801 INFO:teuthology.orchestra.run.smithi066.stdout:[global] 2023-12-07T17:11:46.801 INFO:teuthology.orchestra.run.smithi066.stdout: fsid = 4e6a41f8-9523-11ee-95a2-87774f69a715 2023-12-07T17:11:46.801 INFO:teuthology.orchestra.run.smithi066.stdout: mon_host = [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] 2023-12-07T17:11:47.166 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-07T17:11:47.166 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:11:47.166 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T17:11:47.198 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:11:47.198 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:47.266 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:11:47.266 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T17:11:47.298 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:11:47.298 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:47.367 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:11:47.367 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T17:11:47.397 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:11:47.397 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:11:47.462 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:47 smithi203 ceph-mon[117428]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:47.462 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:47 smithi203 ceph-mon[117428]: Reconfiguring mon.b (monmap changed)... 2023-12-07T17:11:47.462 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:47 smithi203 ceph-mon[117428]: Reconfiguring daemon mon.b on smithi137 2023-12-07T17:11:47.462 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:47 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/3185245501' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:47.462 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:47 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:47.463 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:47 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:47.463 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:47 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:47.463 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:47 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:11:47.463 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:47 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:47.465 INFO:tasks.cephadm:Adding mgr.a on smithi066 2023-12-07T17:11:47.465 INFO:tasks.cephadm:Adding mgr.b on smithi137 2023-12-07T17:11:47.466 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi066=a;smithi137=b' 2023-12-07T17:11:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:47 smithi066 ceph-mon[112137]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:47 smithi066 ceph-mon[112137]: Reconfiguring mon.b (monmap changed)... 2023-12-07T17:11:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:47 smithi066 ceph-mon[112137]: Reconfiguring daemon mon.b on smithi137 2023-12-07T17:11:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:47 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/3185245501' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:47 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:47 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:47 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:47 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:11:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:47 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:47 smithi137 ceph-mon[117020]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:47 smithi137 ceph-mon[117020]: Reconfiguring mon.b (monmap changed)... 2023-12-07T17:11:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:47 smithi137 ceph-mon[117020]: Reconfiguring daemon mon.b on smithi137 2023-12-07T17:11:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:47 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/3185245501' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:47 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:47 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:47 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:11:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:47 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:11:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:47 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:47.913 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T17:11:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:48 smithi203 ceph-mon[117428]: Reconfiguring mon.c (monmap changed)... 2023-12-07T17:11:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:48 smithi203 ceph-mon[117428]: Reconfiguring daemon mon.c on smithi203 2023-12-07T17:11:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:48 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:48 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:48 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:48 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:48 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:48 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:48 smithi066 ceph-mon[112137]: Reconfiguring mon.c (monmap changed)... 2023-12-07T17:11:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:48 smithi066 ceph-mon[112137]: Reconfiguring daemon mon.c on smithi203 2023-12-07T17:11:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:48 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:48 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:48 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:48 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:48 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:48 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:48 smithi137 ceph-mon[117020]: Reconfiguring mon.c (monmap changed)... 2023-12-07T17:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:48 smithi137 ceph-mon[117020]: Reconfiguring daemon mon.c on smithi203 2023-12-07T17:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:48 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:48 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:48 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:48 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:48 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:48 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:49.076 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled mgr update... 2023-12-07T17:11:49.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:49.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:49.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:49.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:49.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:49.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:49.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:11:49.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T17:11:49.458 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:11:49.458 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:49.459 DEBUG:teuthology.orchestra.run.smithi137:mgr.b> sudo journalctl -f -n 0 -u ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@mgr.b.service 2023-12-07T17:11:49.461 INFO:tasks.cephadm:Deploying OSDs... 2023-12-07T17:11:49.461 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2023-12-07T17:11:49.461 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T17:11:49.483 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:49.483 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:49.483 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:49.483 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:49.483 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:49.483 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:49.484 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:11:49.484 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T17:11:49.484 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:11:49.484 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:49.485 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-07T17:11:49.485 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_1 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:49.487 INFO:journalctl@ceph.mgr.b.smithi137.stdout:-- Logs begin at Thu 2023-12-07 16:51:10 UTC. -- 2023-12-07T17:11:49.507 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T17:11:49.507 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:49.507 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 6h/6d Inode: 396065 Links: 1 2023-12-07T17:11:49.507 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:49.507 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:49.507 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2023-12-07 17:11:05.092724406 +0000 2023-12-07T17:11:49.507 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2023-12-07 17:04:05.678464940 +0000 2023-12-07T17:11:49.507 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2023-12-07 17:04:05.678464940 +0000 2023-12-07T17:11:49.507 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2023-12-07T17:11:49.508 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T17:11:49.577 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2023-12-07T17:11:49.577 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2023-12-07T17:11:49.577 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000244858 s, 2.1 MB/s 2023-12-07T17:11:49.579 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T17:11:49.641 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_2 2023-12-07T17:11:49.707 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T17:11:49.707 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:49.708 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 6h/6d Inode: 396211 Links: 1 2023-12-07T17:11:49.708 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:49.708 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:49.708 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2023-12-07 17:11:05.148723931 +0000 2023-12-07T17:11:49.708 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2023-12-07 17:04:06.221460211 +0000 2023-12-07T17:11:49.708 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2023-12-07 17:04:06.221460211 +0000 2023-12-07T17:11:49.708 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2023-12-07T17:11:49.708 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T17:11:49.777 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2023-12-07T17:11:49.777 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2023-12-07T17:11:49.777 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000223492 s, 2.3 MB/s 2023-12-07T17:11:49.778 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T17:11:49.839 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_3 2023-12-07T17:11:49.900 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T17:11:49.900 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:49.900 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 6h/6d Inode: 392491 Links: 1 2023-12-07T17:11:49.901 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:49.901 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:49.901 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2023-12-07 17:11:05.203723464 +0000 2023-12-07T17:11:49.901 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2023-12-07 17:04:06.743455664 +0000 2023-12-07T17:11:49.901 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2023-12-07 17:04:06.743455664 +0000 2023-12-07T17:11:49.901 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2023-12-07T17:11:49.901 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T17:11:49.969 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2023-12-07T17:11:49.969 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2023-12-07T17:11:49.969 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000205118 s, 2.5 MB/s 2023-12-07T17:11:49.970 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T17:11:50.030 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_4 2023-12-07T17:11:50.090 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T17:11:50.090 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:50.090 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 6h/6d Inode: 392568 Links: 1 2023-12-07T17:11:50.090 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:50.090 INFO:teuthology.orchestra.run.smithi066.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:50.090 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2023-12-07 17:11:05.266722929 +0000 2023-12-07T17:11:50.090 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2023-12-07 17:04:07.276451022 +0000 2023-12-07T17:11:50.091 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2023-12-07 17:04:07.276451022 +0000 2023-12-07T17:11:50.091 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2023-12-07T17:11:50.091 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T17:11:50.156 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2023-12-07T17:11:50.157 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2023-12-07T17:11:50.157 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000230105 s, 2.2 MB/s 2023-12-07T17:11:50.158 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T17:11:50.218 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2023-12-07T17:11:50.218 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T17:11:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:50 smithi066 ceph-mon[112137]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi066=a;smithi137=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:50 smithi066 ceph-mon[112137]: Saving service mgr spec with placement smithi066=a;smithi137=b;count:2 2023-12-07T17:11:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:50 smithi066 ceph-mon[112137]: Deploying daemon mgr.b on smithi137 2023-12-07T17:11:50.240 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-07T17:11:50.240 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2023-12-07T17:11:50.299 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T17:11:50.300 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:50.300 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 385741 Links: 1 2023-12-07T17:11:50.300 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:50.300 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:50.300 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2023-12-07 17:11:50.252846334 +0000 2023-12-07T17:11:50.300 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2023-12-07 17:04:00.433906638 +0000 2023-12-07T17:11:50.300 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2023-12-07 17:04:00.433906638 +0000 2023-12-07T17:11:50.300 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2023-12-07T17:11:50.300 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T17:11:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:50 smithi137 ceph-mon[117020]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi066=a;smithi137=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:50 smithi137 ceph-mon[117020]: Saving service mgr spec with placement smithi066=a;smithi137=b;count:2 2023-12-07T17:11:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:50 smithi137 ceph-mon[117020]: Deploying daemon mgr.b on smithi137 2023-12-07T17:11:50.423 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2023-12-07T17:11:50.424 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2023-12-07T17:11:50.424 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000247546 s, 2.1 MB/s 2023-12-07T17:11:50.425 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T17:11:50.485 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2023-12-07T17:11:50.544 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T17:11:50.544 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:50.544 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 392804 Links: 1 2023-12-07T17:11:50.544 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:50.544 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:50.544 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2023-12-07 17:11:50.377844146 +0000 2023-12-07T17:11:50.544 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2023-12-07 17:04:00.940897722 +0000 2023-12-07T17:11:50.544 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2023-12-07 17:04:00.940897722 +0000 2023-12-07T17:11:50.544 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2023-12-07T17:11:50.545 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T17:11:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:50 smithi203 ceph-mon[117428]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi066=a;smithi137=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:50 smithi203 ceph-mon[117428]: Saving service mgr spec with placement smithi066=a;smithi137=b;count:2 2023-12-07T17:11:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:50 smithi203 ceph-mon[117428]: Deploying daemon mgr.b on smithi137 2023-12-07T17:11:50.611 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2023-12-07T17:11:50.611 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2023-12-07T17:11:50.611 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000198139 s, 2.6 MB/s 2023-12-07T17:11:50.612 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T17:11:50.672 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2023-12-07T17:11:50.707 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:50 smithi137 systemd[1]: Starting Ceph mgr.b for 4e6a41f8-9523-11ee-95a2-87774f69a715... 2023-12-07T17:11:50.724 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T17:11:50.724 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:50.724 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 388949 Links: 1 2023-12-07T17:11:50.724 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:50.724 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:50.724 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2023-12-07 17:11:50.377844146 +0000 2023-12-07T17:11:50.725 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2023-12-07 17:04:01.473888348 +0000 2023-12-07T17:11:50.725 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2023-12-07 17:04:01.473888348 +0000 2023-12-07T17:11:50.725 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2023-12-07T17:11:50.725 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T17:11:50.789 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2023-12-07T17:11:50.789 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2023-12-07T17:11:50.790 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000203991 s, 2.5 MB/s 2023-12-07T17:11:50.791 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T17:11:50.849 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2023-12-07T17:11:50.909 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T17:11:50.909 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:50.909 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 385940 Links: 1 2023-12-07T17:11:50.909 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:50.909 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:50.909 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2023-12-07 17:11:50.377844146 +0000 2023-12-07T17:11:50.909 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2023-12-07 17:04:01.985879344 +0000 2023-12-07T17:11:50.909 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2023-12-07 17:04:01.985879344 +0000 2023-12-07T17:11:50.909 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2023-12-07T17:11:50.910 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T17:11:50.979 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2023-12-07T17:11:50.979 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2023-12-07T17:11:50.979 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000222567 s, 2.3 MB/s 2023-12-07T17:11:50.980 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T17:11:51.042 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-07T17:11:51.042 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T17:11:51.066 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-07T17:11:51.066 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_1 2023-12-07T17:11:51.121 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:50 smithi137 ceph-mgr[118628]: -- 172.21.15.137:0/1305581823 <== mon.2 v2:172.21.15.137:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5564887421a0 con 0x556488719000 2023-12-07T17:11:51.122 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:50 smithi137 bash[118448]: 14620421d2c80591e3c1bdf0a97021c3273990abdbc8cddf01cd60c418143458 2023-12-07T17:11:51.122 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:50 smithi137 systemd[1]: Started Ceph mgr.b for 4e6a41f8-9523-11ee-95a2-87774f69a715. 2023-12-07T17:11:51.122 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:51 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:51.008+0000 7fa08cc01200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:11:51.127 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T17:11:51.127 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:51.127 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 388915 Links: 1 2023-12-07T17:11:51.127 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:51.127 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:51.127 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-12-07 17:11:29.772834039 +0000 2023-12-07T17:11:51.127 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-12-07 17:03:57.228246664 +0000 2023-12-07T17:11:51.127 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-12-07 17:03:57.228246664 +0000 2023-12-07T17:11:51.127 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-12-07T17:11:51.127 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T17:11:51.198 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-12-07T17:11:51.198 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-12-07T17:11:51.198 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.00116957 s, 438 kB/s 2023-12-07T17:11:51.199 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T17:11:51.259 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_2 2023-12-07T17:11:51.318 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T17:11:51.318 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:51.318 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 388975 Links: 1 2023-12-07T17:11:51.318 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:51.318 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:51.319 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-12-07 17:11:29.772834039 +0000 2023-12-07T17:11:51.319 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-12-07 17:03:57.738233946 +0000 2023-12-07T17:11:51.319 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-12-07 17:03:57.738233946 +0000 2023-12-07T17:11:51.319 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-12-07T17:11:51.319 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T17:11:51.385 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-12-07T17:11:51.385 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-12-07T17:11:51.385 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000229454 s, 2.2 MB/s 2023-12-07T17:11:51.386 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T17:11:51.444 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_3 2023-12-07T17:11:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:51 smithi066 ceph-mon[112137]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:51 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:51 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:51 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:51 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.504 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T17:11:51.504 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:51.504 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 395057 Links: 1 2023-12-07T17:11:51.504 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:51.504 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:51.504 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-12-07 17:11:29.772834039 +0000 2023-12-07T17:11:51.504 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-12-07 17:03:58.258220978 +0000 2023-12-07T17:11:51.504 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-12-07 17:03:58.258220978 +0000 2023-12-07T17:11:51.504 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-12-07T17:11:51.504 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T17:11:51.534 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:51 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:51.179+0000 7fa08cc01200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:11:51.534 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:51 smithi137 ceph-mon[117020]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:51.535 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:51 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.535 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:51 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.535 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:51 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.535 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:51 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:51 smithi203 ceph-mon[117428]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:51.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:51 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:51 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:51 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:51 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:51.569 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-12-07T17:11:51.570 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-12-07T17:11:51.570 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000212892 s, 2.4 MB/s 2023-12-07T17:11:51.571 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T17:11:51.630 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_4 2023-12-07T17:11:51.688 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T17:11:51.688 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:11:51.688 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 389063 Links: 1 2023-12-07T17:11:51.688 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:11:51.688 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T17:11:51.688 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-12-07 17:11:29.772834039 +0000 2023-12-07T17:11:51.688 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-12-07 17:03:58.779207986 +0000 2023-12-07T17:11:51.688 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-12-07 17:03:58.779207986 +0000 2023-12-07T17:11:51.688 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-12-07T17:11:51.689 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T17:11:51.753 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-12-07T17:11:51.754 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-12-07T17:11:51.754 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000293852 s, 1.7 MB/s 2023-12-07T17:11:51.755 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T17:11:51.814 INFO:tasks.cephadm:Deploying osd.0 on smithi066 with /dev/vg_nvme/lv_4... 2023-12-07T17:11:51.814 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T17:11:51.854 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:51 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:51.533+0000 7fa08cc01200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:11:52.093 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:52.121 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:52 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:52.069+0000 7fa08cc01200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:11:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:52 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:52 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:52 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:52 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:52 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:52 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:52 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:52 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:52 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:52 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:52 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:52 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:52 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:52 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:52 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:52 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:52 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:52 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:52.622 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:52 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:52.303+0000 7fa08cc01200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:11:53.121 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:52 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:52.718+0000 7fa08cc01200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:11:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:53 smithi066 ceph-mon[112137]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:53 smithi066 ceph-mon[112137]: Reconfiguring mgr.a (unknown last config time)... 2023-12-07T17:11:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:53 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:11:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:53 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:11:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:53 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:53 smithi066 ceph-mon[112137]: Reconfiguring daemon mgr.a on smithi066 2023-12-07T17:11:53.505 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:53 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:53.419+0000 7fa08cc01200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:11:53.506 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:53 smithi137 ceph-mon[117020]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:53.506 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:53 smithi137 ceph-mon[117020]: Reconfiguring mgr.a (unknown last config time)... 2023-12-07T17:11:53.506 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:53 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:11:53.506 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:53 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:11:53.506 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:53 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:53.506 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:53 smithi137 ceph-mon[117020]: Reconfiguring daemon mgr.a on smithi066 2023-12-07T17:11:53.531 INFO:teuthology.orchestra.run.smithi066.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T17:11:53.531 INFO:teuthology.orchestra.run.smithi066.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T17:11:53.531 INFO:teuthology.orchestra.run.smithi066.stderr: stderr: 10+0 records in 2023-12-07T17:11:53.531 INFO:teuthology.orchestra.run.smithi066.stderr:10+0 records out 2023-12-07T17:11:53.531 INFO:teuthology.orchestra.run.smithi066.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112297 s, 934 MB/s 2023-12-07T17:11:53.531 INFO:teuthology.orchestra.run.smithi066.stderr:--> Zapping successful for: 2023-12-07T17:11:53.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:53 smithi203 ceph-mon[117428]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:53 smithi203 ceph-mon[117428]: Reconfiguring mgr.a (unknown last config time)... 2023-12-07T17:11:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:53 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:11:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:53 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:11:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:53 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:53 smithi203 ceph-mon[117428]: Reconfiguring daemon mgr.a on smithi066 2023-12-07T17:11:53.871 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:53 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:53.505+0000 7fa08cc01200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:11:53.915 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi066:vg_nvme/lv_4 2023-12-07T17:11:54.185 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:11:54.369 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:54.103+0000 7fa08cc01200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:11:54.369 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:54.186+0000 7fa08cc01200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:11:54.369 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:54.275+0000 7fa08cc01200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:11:54.369 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:54.368+0000 7fa08cc01200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:11:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:54.622 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:54.595+0000 7fa08cc01200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:11:54.646 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:54 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:54.646 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:54 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:54.646 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:54 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:54.647 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:54 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:54.647 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:54 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:54.647 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:54 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:54 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:54 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:54 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:54 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:54 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:54 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:54.996 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:54.687+0000 7fa08cc01200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:11:54.996 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:54.901+0000 7fa08cc01200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:11:54.996 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:54 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:54.995+0000 7fa08cc01200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:11:55.263 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:55 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:55.177+0000 7fa08cc01200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:11:55.552 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:55 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:55.262+0000 7fa08cc01200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:11:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:55 smithi203 ceph-mon[117428]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:55 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:11:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:55 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:11:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:55 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:55.827 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:55 smithi066 ceph-mon[112137]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:55.828 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:55 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:11:55.828 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:55 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:11:55.828 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:55 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:55 smithi137 ceph-mon[117020]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:55 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:11:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:55 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:11:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:55 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:56.371 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:56 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:56.015+0000 7fa08cc01200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:11:56.371 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:56 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:56.207+0000 7fa08cc01200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:11:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:56 smithi066 ceph-mon[112137]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:56 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:56 smithi203 ceph-mon[117428]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:56 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:56 smithi137 ceph-mon[117020]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:56 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:11:56.871 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:56 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:56.384+0000 7fa08cc01200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:11:57.371 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:57.038+0000 7fa08cc01200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:11:57.371 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:57.221+0000 7fa08cc01200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/4149251396' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28072520-820b-4d7a-852b-58c015db01b2"}]: dispatch 2023-12-07T17:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28072520-820b-4d7a-852b-58c015db01b2"}]: dispatch 2023-12-07T17:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28072520-820b-4d7a-852b-58c015db01b2"}]': finished 2023-12-07T17:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: osdmap e5: 1 total, 0 up, 1 in 2023-12-07T17:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: Standby manager daemon b started 2023-12-07T17:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:11:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:11:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:57 smithi203 ceph-mon[117428]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:11:57.873 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:57.401+0000 7fa08cc01200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:11:57.873 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:11:57.516+0000 7fa08cc01200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/4149251396' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28072520-820b-4d7a-852b-58c015db01b2"}]: dispatch 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28072520-820b-4d7a-852b-58c015db01b2"}]: dispatch 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28072520-820b-4d7a-852b-58c015db01b2"}]': finished 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: osdmap e5: 1 total, 0 up, 1 in 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: Standby manager daemon b started 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:11:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:11:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:57 smithi137 ceph-mon[117020]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:11:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/4149251396' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28072520-820b-4d7a-852b-58c015db01b2"}]: dispatch 2023-12-07T17:11:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28072520-820b-4d7a-852b-58c015db01b2"}]: dispatch 2023-12-07T17:11:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28072520-820b-4d7a-852b-58c015db01b2"}]': finished 2023-12-07T17:11:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: osdmap e5: 1 total, 0 up, 1 in 2023-12-07T17:11:57.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:57.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: Standby manager daemon b started 2023-12-07T17:11:57.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:11:57.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:11:57.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:11:57.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:57 smithi066 ceph-mon[112137]: from='mgr.? 172.21.15.137:0/3143573804' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:11:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:58 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/2259169665' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:11:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:58 smithi203 ceph-mon[117428]: mgrmap e14: a(active, since 62s), standbys: b 2023-12-07T17:11:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:58 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:11:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:58 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/2259169665' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:11:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:58 smithi137 ceph-mon[117020]: mgrmap e14: a(active, since 62s), standbys: b 2023-12-07T17:11:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:58 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:11:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:58 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2259169665' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:11:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:58 smithi066 ceph-mon[112137]: mgrmap e14: a(active, since 62s), standbys: b 2023-12-07T17:11:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:58 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:11:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:11:59 smithi203 ceph-mon[117428]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:11:59 smithi137 ceph-mon[117020]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:11:59 smithi066 ceph-mon[112137]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:01 smithi203 ceph-mon[117428]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:01 smithi137 ceph-mon[117020]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:01 smithi066 ceph-mon[112137]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:02 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T17:12:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:02 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:02 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T17:12:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:02 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:02 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T17:12:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:02 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:03 smithi137 ceph-mon[117020]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:03 smithi137 ceph-mon[117020]: Deploying daemon osd.0 on smithi066 2023-12-07T17:12:03.955 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:03 smithi066 ceph-mon[112137]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:03.955 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:03 smithi066 ceph-mon[112137]: Deploying daemon osd.0 on smithi066 2023-12-07T17:12:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:03 smithi203 ceph-mon[117428]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:03 smithi203 ceph-mon[117428]: Deploying daemon osd.0 on smithi066 2023-12-07T17:12:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:04 smithi137 ceph-mon[117020]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:04.920 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:04 smithi066 ceph-mon[112137]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:04 smithi203 ceph-mon[117428]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:07 smithi066 ceph-mon[112137]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:07 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:07 smithi203 ceph-mon[117428]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:07 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:07 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:07 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:07 smithi137 ceph-mon[117020]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:07 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:07 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:07 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:08.447 INFO:teuthology.orchestra.run.smithi066.stdout:Created osd(s) 0 on host 'smithi066' 2023-12-07T17:12:08.840 DEBUG:teuthology.orchestra.run.smithi066:osd.0> sudo journalctl -f -n 0 -u ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@osd.0.service 2023-12-07T17:12:08.842 INFO:tasks.cephadm:Deploying osd.1 on smithi137 with /dev/vg_nvme/lv_4... 2023-12-07T17:12:08.842 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T17:12:08.874 INFO:journalctl@ceph.osd.0.smithi066.stdout:-- Logs begin at Thu 2023-12-07 16:51:53 UTC. -- 2023-12-07T17:12:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:08 smithi137 ceph-mon[117020]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:08 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:08 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:08 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:08 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:08 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:08 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:08 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:08 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:08.943 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:08 smithi066 ceph-mon[112137]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:08.943 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.943 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.943 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:08.943 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:08.943 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.944 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.944 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:08.944 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:08 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:08 smithi203 ceph-mon[117428]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:08 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:08 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:08 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:08 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:08 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:08 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:08 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:08 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:09.107 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.b/config 2023-12-07T17:12:09.622 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:09 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-0[130652]: 2023-12-07T17:12:09.351+0000 7ff931da0640 -1 osd.0 0 log_to_monitors true 2023-12-07T17:12:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:09 smithi137 ceph-mon[117020]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T17:12:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:09 smithi066 ceph-mon[112137]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T17:12:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:09 smithi203 ceph-mon[117428]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T17:12:10.486 INFO:teuthology.orchestra.run.smithi137.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T17:12:10.486 INFO:teuthology.orchestra.run.smithi137.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T17:12:10.486 INFO:teuthology.orchestra.run.smithi137.stderr: stderr: 10+0 records in 2023-12-07T17:12:10.486 INFO:teuthology.orchestra.run.smithi137.stderr:10+0 records out 2023-12-07T17:12:10.486 INFO:teuthology.orchestra.run.smithi137.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110444 s, 949 MB/s 2023-12-07T17:12:10.486 INFO:teuthology.orchestra.run.smithi137.stderr:--> Zapping successful for: 2023-12-07T17:12:10.805 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:10 smithi137 ceph-mon[117020]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:10.805 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:10 smithi137 ceph-mon[117020]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T17:12:10.805 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:10 smithi137 ceph-mon[117020]: osdmap e6: 1 total, 0 up, 1 in 2023-12-07T17:12:10.805 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:10 smithi137 ceph-mon[117020]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2023-12-07T17:12:10.805 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:10 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:10.829 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi137:vg_nvme/lv_4 2023-12-07T17:12:10.882 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:10 smithi066 ceph-mon[112137]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:10.882 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:10 smithi066 ceph-mon[112137]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T17:12:10.882 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:10 smithi066 ceph-mon[112137]: osdmap e6: 1 total, 0 up, 1 in 2023-12-07T17:12:10.882 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:10 smithi066 ceph-mon[112137]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2023-12-07T17:12:10.882 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:10 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:10.882 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:10 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-0[130652]: 2023-12-07T17:12:10.637+0000 7ff927417700 -1 osd.0 0 waiting for initial osdmap 2023-12-07T17:12:10.882 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:10 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-0[130652]: 2023-12-07T17:12:10.639+0000 7ff91fa0a700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T17:12:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:10 smithi203 ceph-mon[117428]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:10 smithi203 ceph-mon[117428]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T17:12:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:10 smithi203 ceph-mon[117428]: osdmap e6: 1 total, 0 up, 1 in 2023-12-07T17:12:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:10 smithi203 ceph-mon[117428]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2023-12-07T17:12:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:10 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:11.131 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.b/config 2023-12-07T17:12:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: osdmap e7: 1 total, 0 up, 1 in 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: Detected new or changed devices on smithi066 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 17122M 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:11 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2023-12-07T17:12:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: osdmap e7: 1 total, 0 up, 1 in 2023-12-07T17:12:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: Detected new or changed devices on smithi066 2023-12-07T17:12:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 17122M 2023-12-07T17:12:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:11 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2023-12-07T17:12:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: osdmap e7: 1 total, 0 up, 1 in 2023-12-07T17:12:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: Detected new or changed devices on smithi066 2023-12-07T17:12:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:12.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:12.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 17122M 2023-12-07T17:12:12.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:12.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:12.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:12.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:12.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:11 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:12.921 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: purged_snaps scrub starts 2023-12-07T17:12:12.921 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: purged_snaps scrub ok 2023-12-07T17:12:12.921 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:12.921 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093] boot 2023-12-07T17:12:12.921 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: osdmap e8: 1 total, 1 up, 1 in 2023-12-07T17:12:12.921 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:12.921 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:12.921 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:12:12.921 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:12:12.922 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:12 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: purged_snaps scrub starts 2023-12-07T17:12:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: purged_snaps scrub ok 2023-12-07T17:12:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093] boot 2023-12-07T17:12:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: osdmap e8: 1 total, 1 up, 1 in 2023-12-07T17:12:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:12:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:12:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:12 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: purged_snaps scrub starts 2023-12-07T17:12:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: purged_snaps scrub ok 2023-12-07T17:12:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:12:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: osd.0 [v2:172.21.15.66:6802/2394019093,v1:172.21.15.66:6803/2394019093] boot 2023-12-07T17:12:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: osdmap e8: 1 total, 1 up, 1 in 2023-12-07T17:12:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:12:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:12:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:12:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:12 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:14 smithi203 ceph-mon[117428]: osdmap e9: 1 total, 1 up, 1 in 2023-12-07T17:12:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:14 smithi137 ceph-mon[117020]: osdmap e9: 1 total, 1 up, 1 in 2023-12-07T17:12:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:14 smithi066 ceph-mon[112137]: osdmap e9: 1 total, 1 up, 1 in 2023-12-07T17:12:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:15 smithi203 ceph-mon[117428]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:15 smithi203 ceph-mon[117428]: from='client.? 172.21.15.137:0/1777308091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72b4fe48-0bb0-4684-8645-10af35a4072b"}]: dispatch 2023-12-07T17:12:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:15 smithi203 ceph-mon[117428]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72b4fe48-0bb0-4684-8645-10af35a4072b"}]: dispatch 2023-12-07T17:12:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:15 smithi203 ceph-mon[117428]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "72b4fe48-0bb0-4684-8645-10af35a4072b"}]': finished 2023-12-07T17:12:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:15 smithi203 ceph-mon[117428]: osdmap e10: 2 total, 1 up, 2 in 2023-12-07T17:12:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:15 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:15 smithi203 ceph-mon[117428]: from='client.? 172.21.15.137:0/140670895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:12:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:15 smithi137 ceph-mon[117020]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:15 smithi137 ceph-mon[117020]: from='client.? 172.21.15.137:0/1777308091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72b4fe48-0bb0-4684-8645-10af35a4072b"}]: dispatch 2023-12-07T17:12:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:15 smithi137 ceph-mon[117020]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72b4fe48-0bb0-4684-8645-10af35a4072b"}]: dispatch 2023-12-07T17:12:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:15 smithi137 ceph-mon[117020]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "72b4fe48-0bb0-4684-8645-10af35a4072b"}]': finished 2023-12-07T17:12:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:15 smithi137 ceph-mon[117020]: osdmap e10: 2 total, 1 up, 2 in 2023-12-07T17:12:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:15 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:15 smithi137 ceph-mon[117020]: from='client.? 172.21.15.137:0/140670895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:12:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:15 smithi066 ceph-mon[112137]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:15 smithi066 ceph-mon[112137]: from='client.? 172.21.15.137:0/1777308091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72b4fe48-0bb0-4684-8645-10af35a4072b"}]: dispatch 2023-12-07T17:12:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:15 smithi066 ceph-mon[112137]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "72b4fe48-0bb0-4684-8645-10af35a4072b"}]: dispatch 2023-12-07T17:12:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:15 smithi066 ceph-mon[112137]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "72b4fe48-0bb0-4684-8645-10af35a4072b"}]': finished 2023-12-07T17:12:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:15 smithi066 ceph-mon[112137]: osdmap e10: 2 total, 1 up, 2 in 2023-12-07T17:12:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:15 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:15 smithi066 ceph-mon[112137]: from='client.? 172.21.15.137:0/140670895' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:12:17.309 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:17 smithi137 ceph-mon[117020]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:17 smithi203 ceph-mon[117428]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:17 smithi066 ceph-mon[112137]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:19 smithi203 ceph-mon[117428]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:19.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:19 smithi137 ceph-mon[117020]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:19 smithi066 ceph-mon[112137]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:20 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T17:12:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:20 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:20 smithi137 ceph-mon[117020]: Deploying daemon osd.1 on smithi137 2023-12-07T17:12:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:20 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T17:12:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:20 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:20 smithi203 ceph-mon[117428]: Deploying daemon osd.1 on smithi137 2023-12-07T17:12:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:20 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T17:12:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:20 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:20 smithi066 ceph-mon[112137]: Deploying daemon osd.1 on smithi137 2023-12-07T17:12:21.245 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:21 smithi137 ceph-mon[117020]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:21 smithi203 ceph-mon[117428]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:21 smithi066 ceph-mon[112137]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:23 smithi203 ceph-mon[117428]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:23 smithi137 ceph-mon[117020]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:23 smithi066 ceph-mon[112137]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:24 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:24 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:24 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:24.324 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:24 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:24.324 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:24 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:24.324 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:24 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:24 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.436 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:25 smithi137 ceph-mon[117020]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:25.436 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:25 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.436 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:25 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.436 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:25 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:25.436 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:25 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:25.436 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:25 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.538 INFO:teuthology.orchestra.run.smithi137.stdout:Created osd(s) 1 on host 'smithi137' 2023-12-07T17:12:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:25 smithi203 ceph-mon[117428]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:25 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:25 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:25 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:25 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:25 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:25 smithi066 ceph-mon[112137]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:25 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:25 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:25 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:25 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:25 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:25.969 DEBUG:teuthology.orchestra.run.smithi137:osd.1> sudo journalctl -f -n 0 -u ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@osd.1.service 2023-12-07T17:12:25.971 INFO:tasks.cephadm:Deploying osd.2 on smithi203 with /dev/vg_nvme/lv_4... 2023-12-07T17:12:25.971 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T17:12:26.001 INFO:journalctl@ceph.osd.1.smithi137.stdout:-- Logs begin at Thu 2023-12-07 16:51:10 UTC. -- 2023-12-07T17:12:26.235 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T17:12:26.661 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:26 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:26.661 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:26 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:26.661 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:26 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:26.661 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:26 smithi203 ceph-mon[117428]: from='osd.1 [v2:172.21.15.137:6800/3714086130,v1:172.21.15.137:6801/3714086130]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:26.661 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:26 smithi203 ceph-mon[117428]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:26.766 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:26 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-1[121898]: 2023-12-07T17:12:26.408+0000 7f40cda2e640 -1 osd.1 0 log_to_monitors true 2023-12-07T17:12:26.766 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:26 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:26.766 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:26 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:26.767 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:26 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:26.767 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:26 smithi137 ceph-mon[117020]: from='osd.1 [v2:172.21.15.137:6800/3714086130,v1:172.21.15.137:6801/3714086130]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:26.767 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:26 smithi137 ceph-mon[117020]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:26 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:26 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:26 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:26 smithi066 ceph-mon[112137]: from='osd.1 [v2:172.21.15.137:6800/3714086130,v1:172.21.15.137:6801/3714086130]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:26 smithi066 ceph-mon[112137]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:27.493 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T17:12:27.493 INFO:teuthology.orchestra.run.smithi203.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T17:12:27.493 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10+0 records in 2023-12-07T17:12:27.493 INFO:teuthology.orchestra.run.smithi203.stderr:10+0 records out 2023-12-07T17:12:27.493 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112224 s, 934 MB/s 2023-12-07T17:12:27.493 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping successful for: 2023-12-07T17:12:27.799 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:27 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-1[121898]: 2023-12-07T17:12:27.527+0000 7f40c30a5700 -1 osd.1 0 waiting for initial osdmap 2023-12-07T17:12:27.799 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:27 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-1[121898]: 2023-12-07T17:12:27.533+0000 7f40bce9b700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T17:12:27.799 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:27 smithi137 ceph-mon[117020]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:27.800 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:27 smithi137 ceph-mon[117020]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T17:12:27.800 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:27 smithi137 ceph-mon[117020]: osdmap e11: 2 total, 1 up, 2 in 2023-12-07T17:12:27.800 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:27 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:27.800 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:27 smithi137 ceph-mon[117020]: from='osd.1 [v2:172.21.15.137:6800/3714086130,v1:172.21.15.137:6801/3714086130]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2023-12-07T17:12:27.800 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:27 smithi137 ceph-mon[117020]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2023-12-07T17:12:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:27 smithi203 ceph-mon[117428]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:27 smithi203 ceph-mon[117428]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T17:12:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:27 smithi203 ceph-mon[117428]: osdmap e11: 2 total, 1 up, 2 in 2023-12-07T17:12:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:27 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:27 smithi203 ceph-mon[117428]: from='osd.1 [v2:172.21.15.137:6800/3714086130,v1:172.21.15.137:6801/3714086130]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2023-12-07T17:12:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:27 smithi203 ceph-mon[117428]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2023-12-07T17:12:27.833 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi203:vg_nvme/lv_4 2023-12-07T17:12:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:27 smithi066 ceph-mon[112137]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:27 smithi066 ceph-mon[112137]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T17:12:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:27 smithi066 ceph-mon[112137]: osdmap e11: 2 total, 1 up, 2 in 2023-12-07T17:12:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:27 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:27 smithi066 ceph-mon[112137]: from='osd.1 [v2:172.21.15.137:6800/3714086130,v1:172.21.15.137:6801/3714086130]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2023-12-07T17:12:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:27 smithi066 ceph-mon[112137]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2023-12-07T17:12:28.091 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: osdmap e12: 2 total, 1 up, 2 in 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:28.802 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:28 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2023-12-07T17:12:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: osdmap e12: 2 total, 1 up, 2 in 2023-12-07T17:12:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:28 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2023-12-07T17:12:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: osdmap e12: 2 total, 1 up, 2 in 2023-12-07T17:12:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:28 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: purged_snaps scrub starts 2023-12-07T17:12:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: purged_snaps scrub ok 2023-12-07T17:12:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: Detected new or changed devices on smithi137 2023-12-07T17:12:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 17122M 2023-12-07T17:12:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: osd.1 [v2:172.21.15.137:6800/3714086130,v1:172.21.15.137:6801/3714086130] boot 2023-12-07T17:12:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: osdmap e13: 2 total, 2 up, 2 in 2023-12-07T17:12:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:12:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:12:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:29 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: purged_snaps scrub starts 2023-12-07T17:12:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: purged_snaps scrub ok 2023-12-07T17:12:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: Detected new or changed devices on smithi137 2023-12-07T17:12:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 17122M 2023-12-07T17:12:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: osd.1 [v2:172.21.15.137:6800/3714086130,v1:172.21.15.137:6801/3714086130] boot 2023-12-07T17:12:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: osdmap e13: 2 total, 2 up, 2 in 2023-12-07T17:12:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:12:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:12:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:29 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: purged_snaps scrub starts 2023-12-07T17:12:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: purged_snaps scrub ok 2023-12-07T17:12:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: Detected new or changed devices on smithi137 2023-12-07T17:12:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 17122M 2023-12-07T17:12:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: osd.1 [v2:172.21.15.137:6800/3714086130,v1:172.21.15.137:6801/3714086130] boot 2023-12-07T17:12:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: osdmap e13: 2 total, 2 up, 2 in 2023-12-07T17:12:29.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:29.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:12:29.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:12:29.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:29 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:30 smithi203 ceph-mon[117428]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:30 smithi203 ceph-mon[117428]: osdmap e14: 2 total, 2 up, 2 in 2023-12-07T17:12:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:30 smithi137 ceph-mon[117020]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:30 smithi137 ceph-mon[117020]: osdmap e14: 2 total, 2 up, 2 in 2023-12-07T17:12:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:30 smithi066 ceph-mon[112137]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:30 smithi066 ceph-mon[112137]: osdmap e14: 2 total, 2 up, 2 in 2023-12-07T17:12:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:31 smithi203 ceph-mon[117428]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:31 smithi203 ceph-mon[117428]: from='client.? 172.21.15.203:0/2413904031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd0f40c3-dbd6-4fa2-8503-6eb441469af1"}]: dispatch 2023-12-07T17:12:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:31 smithi203 ceph-mon[117428]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd0f40c3-dbd6-4fa2-8503-6eb441469af1"}]: dispatch 2023-12-07T17:12:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:31 smithi203 ceph-mon[117428]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd0f40c3-dbd6-4fa2-8503-6eb441469af1"}]': finished 2023-12-07T17:12:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:31 smithi203 ceph-mon[117428]: osdmap e15: 3 total, 2 up, 3 in 2023-12-07T17:12:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:31 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:31 smithi137 ceph-mon[117020]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:31 smithi137 ceph-mon[117020]: from='client.? 172.21.15.203:0/2413904031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd0f40c3-dbd6-4fa2-8503-6eb441469af1"}]: dispatch 2023-12-07T17:12:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:31 smithi137 ceph-mon[117020]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd0f40c3-dbd6-4fa2-8503-6eb441469af1"}]: dispatch 2023-12-07T17:12:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:31 smithi137 ceph-mon[117020]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd0f40c3-dbd6-4fa2-8503-6eb441469af1"}]': finished 2023-12-07T17:12:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:31 smithi137 ceph-mon[117020]: osdmap e15: 3 total, 2 up, 3 in 2023-12-07T17:12:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:31 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:31 smithi066 ceph-mon[112137]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:31 smithi066 ceph-mon[112137]: from='client.? 172.21.15.203:0/2413904031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd0f40c3-dbd6-4fa2-8503-6eb441469af1"}]: dispatch 2023-12-07T17:12:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:31 smithi066 ceph-mon[112137]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd0f40c3-dbd6-4fa2-8503-6eb441469af1"}]: dispatch 2023-12-07T17:12:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:31 smithi066 ceph-mon[112137]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd0f40c3-dbd6-4fa2-8503-6eb441469af1"}]': finished 2023-12-07T17:12:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:31 smithi066 ceph-mon[112137]: osdmap e15: 3 total, 2 up, 3 in 2023-12-07T17:12:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:31 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:32 smithi203 ceph-mon[117428]: from='client.? 172.21.15.203:0/4261899669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:12:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:32 smithi137 ceph-mon[117020]: from='client.? 172.21.15.203:0/4261899669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:12:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:32 smithi066 ceph-mon[112137]: from='client.? 172.21.15.203:0/4261899669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:12:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:33 smithi203 ceph-mon[117428]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:33 smithi137 ceph-mon[117020]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:33.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:33 smithi066 ceph-mon[112137]: pgmap v53: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:35.804 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:35 smithi203 ceph-mon[117428]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:35 smithi137 ceph-mon[117020]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:35 smithi066 ceph-mon[112137]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:36 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T17:12:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:36 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:36 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T17:12:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:36 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:36 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T17:12:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:36 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:37.870 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:37 smithi203 ceph-mon[117428]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:37.871 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:37 smithi203 ceph-mon[117428]: Deploying daemon osd.2 on smithi203 2023-12-07T17:12:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:37 smithi137 ceph-mon[117020]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:37 smithi137 ceph-mon[117020]: Deploying daemon osd.2 on smithi203 2023-12-07T17:12:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:37 smithi066 ceph-mon[112137]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:37 smithi066 ceph-mon[112137]: Deploying daemon osd.2 on smithi203 2023-12-07T17:12:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:39 smithi137 ceph-mon[117020]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:39 smithi066 ceph-mon[112137]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:39 smithi203 ceph-mon[117428]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:41.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:40 smithi203 ceph-mon[117428]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:41.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:40 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:41.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:40 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:41.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:40 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:40 smithi137 ceph-mon[117020]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:40 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:40 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:40 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:40 smithi066 ceph-mon[112137]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:40 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:40 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:40 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:41.919 INFO:teuthology.orchestra.run.smithi203.stdout:Created osd(s) 2 on host 'smithi203' 2023-12-07T17:12:42.310 DEBUG:teuthology.orchestra.run.smithi203:osd.2> sudo journalctl -f -n 0 -u ceph-4e6a41f8-9523-11ee-95a2-87774f69a715@osd.2.service 2023-12-07T17:12:42.314 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-12-07T17:12:42.314 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-07T17:12:42.345 INFO:journalctl@ceph.osd.2.smithi203.stdout:-- Logs begin at Thu 2023-12-07 16:51:10 UTC. -- 2023-12-07T17:12:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:42 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:42 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:42 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:42 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:42 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:42 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:42 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:42 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.601 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:42.706 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:42 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.706 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:42 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.706 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:42 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:42.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:42 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:42.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:42 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:42 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:42.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:42 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:42 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:42 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:42 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:42 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:42 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:42 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:42 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:42 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:42 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:43.181 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:43 smithi203 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-2[122470]: 2023-12-07T17:12:43.056+0000 7f5eaf833640 -1 osd.2 0 log_to_monitors true 2023-12-07T17:12:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:43 smithi203 ceph-mon[117428]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:43 smithi203 ceph-mon[117428]: from='osd.2 [v2:172.21.15.203:6800/567518816,v1:172.21.15.203:6801/567518816]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:12:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:43 smithi203 ceph-mon[117428]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:12:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:43 smithi066 ceph-mon[112137]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:43 smithi066 ceph-mon[112137]: from='osd.2 [v2:172.21.15.203:6800/567518816,v1:172.21.15.203:6801/567518816]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:12:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:43 smithi066 ceph-mon[112137]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:12:43.804 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:12:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:43 smithi137 ceph-mon[117020]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:43.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:43 smithi137 ceph-mon[117020]: from='osd.2 [v2:172.21.15.203:6800/567518816,v1:172.21.15.203:6801/567518816]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:12:43.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:43 smithi137 ceph-mon[117020]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:12:44.175 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1701969148,"num_in_osds":3,"osd_in_since":1701969151,"num_remapped_pgs":0} 2023-12-07T17:12:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:44 smithi066 ceph-mon[112137]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T17:12:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:44 smithi066 ceph-mon[112137]: osdmap e16: 3 total, 2 up, 3 in 2023-12-07T17:12:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:44 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:44 smithi066 ceph-mon[112137]: from='osd.2 [v2:172.21.15.203:6800/567518816,v1:172.21.15.203:6801/567518816]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-07T17:12:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:44 smithi066 ceph-mon[112137]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-07T17:12:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:44 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2833413343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T17:12:44.821 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:44 smithi203 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-2[122470]: 2023-12-07T17:12:44.408+0000 7f5ea4eaa700 -1 osd.2 0 waiting for initial osdmap 2023-12-07T17:12:44.822 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:44 smithi203 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-2[122470]: 2023-12-07T17:12:44.413+0000 7f5e9cc9c700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T17:12:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:44 smithi203 ceph-mon[117428]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T17:12:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:44 smithi203 ceph-mon[117428]: osdmap e16: 3 total, 2 up, 3 in 2023-12-07T17:12:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:44 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:44 smithi203 ceph-mon[117428]: from='osd.2 [v2:172.21.15.203:6800/567518816,v1:172.21.15.203:6801/567518816]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-07T17:12:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:44 smithi203 ceph-mon[117428]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-07T17:12:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:44 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/2833413343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T17:12:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:44 smithi137 ceph-mon[117020]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T17:12:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:44 smithi137 ceph-mon[117020]: osdmap e16: 3 total, 2 up, 3 in 2023-12-07T17:12:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:44 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:44 smithi137 ceph-mon[117020]: from='osd.2 [v2:172.21.15.203:6800/567518816,v1:172.21.15.203:6801/567518816]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-07T17:12:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:44 smithi137 ceph-mon[117020]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-07T17:12:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:44 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/2833413343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T17:12:45.177 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-07T17:12:45.454 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-07T17:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: osdmap e17: 3 total, 2 up, 3 in 2023-12-07T17:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: Detected new or changed devices on smithi203 2023-12-07T17:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21218M 2023-12-07T17:12:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:45 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-07T17:12:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: osdmap e17: 3 total, 2 up, 3 in 2023-12-07T17:12:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: Detected new or changed devices on smithi203 2023-12-07T17:12:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21218M 2023-12-07T17:12:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:45 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: osdmap e17: 3 total, 2 up, 3 in 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: Detected new or changed devices on smithi203 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21218M 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:45 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:46.630 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:12:46.652 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:46 smithi066 ceph-mon[112137]: purged_snaps scrub starts 2023-12-07T17:12:46.652 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:46 smithi066 ceph-mon[112137]: purged_snaps scrub ok 2023-12-07T17:12:46.652 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:46 smithi066 ceph-mon[112137]: osd.2 [v2:172.21.15.203:6800/567518816,v1:172.21.15.203:6801/567518816] boot 2023-12-07T17:12:46.652 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:46 smithi066 ceph-mon[112137]: osdmap e18: 3 total, 3 up, 3 in 2023-12-07T17:12:46.652 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:46 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:46.652 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:46 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' 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 2023-12-07T17:12:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:46 smithi203 ceph-mon[117428]: purged_snaps scrub starts 2023-12-07T17:12:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:46 smithi203 ceph-mon[117428]: purged_snaps scrub ok 2023-12-07T17:12:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:46 smithi203 ceph-mon[117428]: osd.2 [v2:172.21.15.203:6800/567518816,v1:172.21.15.203:6801/567518816] boot 2023-12-07T17:12:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:46 smithi203 ceph-mon[117428]: osdmap e18: 3 total, 3 up, 3 in 2023-12-07T17:12:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:46 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:46 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' 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 2023-12-07T17:12:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:46 smithi137 ceph-mon[117020]: purged_snaps scrub starts 2023-12-07T17:12:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:46 smithi137 ceph-mon[117020]: purged_snaps scrub ok 2023-12-07T17:12:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:46 smithi137 ceph-mon[117020]: osd.2 [v2:172.21.15.203:6800/567518816,v1:172.21.15.203:6801/567518816] boot 2023-12-07T17:12:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:46 smithi137 ceph-mon[117020]: osdmap e18: 3 total, 3 up, 3 in 2023-12-07T17:12:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:46 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:46 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' 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 2023-12-07T17:12:47.008 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1701969165,"num_in_osds":3,"osd_in_since":1701969151,"num_remapped_pgs":0} 2023-12-07T17:12:47.008 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T17:12:47.270 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:47.682 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:47 smithi066 ceph-mon[112137]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:47.682 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:47 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' 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 2023-12-07T17:12:47.682 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:47 smithi066 ceph-mon[112137]: osdmap e19: 3 total, 3 up, 3 in 2023-12-07T17:12:47.682 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:47 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T17:12:47.682 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:47 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1481570160' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T17:12:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:47 smithi203 ceph-mon[117428]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:47 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' 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 2023-12-07T17:12:47.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:47 smithi203 ceph-mon[117428]: osdmap e19: 3 total, 3 up, 3 in 2023-12-07T17:12:47.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:47 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T17:12:47.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:47 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/1481570160' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T17:12:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:47 smithi137 ceph-mon[117020]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:47 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' 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 2023-12-07T17:12:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:47 smithi137 ceph-mon[117020]: osdmap e19: 3 total, 3 up, 3 in 2023-12-07T17:12:47.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:47 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T17:12:47.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:47 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/1481570160' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T17:12:48.236 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:47 smithi066 sudo[135843]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T17:12:48.236 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:47 smithi066 sudo[135843]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:48.236 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:47 smithi066 sudo[135843]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:48.236 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:47 smithi066 sudo[135843]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:48.501 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:12:48.501 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":21,"fsid":"4e6a41f8-9523-11ee-95a2-87774f69a715","created":"2023-12-07T17:10:06.417019+0000","modified":"2023-12-07T17:12:48.421985+0000","last_up_change":"2023-12-07T17:12:45.402892+0000","last_in_change":"2023-12-07T17:12:31.050986+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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-07T17:12:46.124961+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":"21","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_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":"28072520-820b-4d7a-852b-58c015db01b2","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.66:6802","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6803","nonce":2394019093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6805","nonce":2394019093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6808","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6809","nonce":2394019093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6807","nonce":2394019093}]},"public_addr":"172.21.15.66:6803/2394019093","cluster_addr":"172.21.15.66:6805/2394019093","heartbeat_back_addr":"172.21.15.66:6809/2394019093","heartbeat_front_addr":"172.21.15.66:6807/2394019093","state":["exists","up"]},{"osd":1,"uuid":"72b4fe48-0bb0-4684-8645-10af35a4072b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6801","nonce":3714086130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6803","nonce":3714086130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6807","nonce":3714086130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6805","nonce":3714086130}]},"public_addr":"172.21.15.137:6801/3714086130","cluster_addr":"172.21.15.137:6803/3714086130","heartbeat_back_addr":"172.21.15.137:6807/3714086130","heartbeat_front_addr":"172.21.15.137:6805/3714086130","state":["exists","up"]},{"osd":2,"uuid":"bd0f40c3-dbd6-4fa2-8503-6eb441469af1","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.203:6800","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6801","nonce":567518816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6803","nonce":567518816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6807","nonce":567518816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6805","nonce":567518816}]},"public_addr":"172.21.15.203:6801/567518816","cluster_addr":"172.21.15.203:6803/567518816","heartbeat_back_addr":"172.21.15.203:6807/567518816","heartbeat_front_addr":"172.21.15.203:6805/567518816","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:10.308342+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:27.396899+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:44.033805+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.66:6801/641232548":"2023-12-08T17:10:55.586083+0000","172.21.15.66:6800/641232548":"2023-12-08T17:10:55.586083+0000","172.21.15.66:0/237723691":"2023-12-08T17:10:55.586083+0000","172.21.15.66:6801/2413765376":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/1609569947":"2023-12-08T17:10:30.584201+0000","172.21.15.66:6800/2413765376":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/1597342973":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/2306020113":"2023-12-08T17:10:55.586083+0000","172.21.15.66:0/2274184112":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/878533634":"2023-12-08T17:10:55.586083+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-07T17:12:48.665 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:48 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T17:12:48.665 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:48 smithi066 ceph-mon[112137]: osdmap e20: 3 total, 3 up, 3 in 2023-12-07T17:12:48.665 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:48 smithi066 sudo[135894]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T17:12:48.665 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:48 smithi066 sudo[135894]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:48.665 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:48 smithi066 sudo[135894]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:48.665 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 07 17:12:48 smithi066 sudo[135894]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:48.683 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:48 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T17:12:48.683 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:48 smithi137 ceph-mon[117020]: osdmap e20: 3 total, 3 up, 3 in 2023-12-07T17:12:48.683 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:48 smithi137 sudo[126421]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T17:12:48.683 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:48 smithi137 sudo[126421]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:48.683 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:48 smithi137 sudo[126421]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:48.683 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:48 smithi137 sudo[126421]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:48 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T17:12:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:48 smithi203 ceph-mon[117428]: osdmap e20: 3 total, 3 up, 3 in 2023-12-07T17:12:48.874 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-07T17:12:46.124961+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': '21', '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_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}}] 2023-12-07T17:12:48.875 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-07T17:12:49.121 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:48 smithi137 sudo[126424]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T17:12:49.122 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:48 smithi137 sudo[126424]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:49.122 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:48 smithi137 sudo[126424]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:49.122 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 07 17:12:48 smithi137 sudo[126424]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:49.143 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:49.430 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:49 smithi203 sudo[127515]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T17:12:49.430 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:49 smithi203 sudo[127515]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:49.431 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:49 smithi203 sudo[127515]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:49.431 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:49 smithi203 sudo[127515]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:49.431 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:49 smithi203 sudo[127518]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T17:12:49.431 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:49 smithi203 sudo[127518]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:49.431 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:49 smithi203 sudo[127518]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:49.431 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 07 17:12:49 smithi203 sudo[127518]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:49.631 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 ceph-mon[112137]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:49.631 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 ceph-mon[112137]: osdmap e21: 3 total, 3 up, 3 in 2023-12-07T17:12:49.631 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 ceph-mon[112137]: mgrmap e15: a(active, since 112s), standbys: b 2023-12-07T17:12:49.632 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:49.632 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/309692876' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:12:49.632 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:49 smithi203 ceph-mon[117428]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:49 smithi203 ceph-mon[117428]: osdmap e21: 3 total, 3 up, 3 in 2023-12-07T17:12:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:49 smithi203 ceph-mon[117428]: mgrmap e15: a(active, since 112s), standbys: b 2023-12-07T17:12:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:49 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/309692876' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:12:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:49 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:49 smithi137 ceph-mon[117020]: pgmap v66: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:49.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:49 smithi137 ceph-mon[117020]: osdmap e21: 3 total, 3 up, 3 in 2023-12-07T17:12:49.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:49 smithi137 ceph-mon[117020]: mgrmap e15: a(active, since 112s), standbys: b 2023-12-07T17:12:49.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:49.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:49 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/309692876' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:12:49.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:49 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 sudo[136069]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T17:12:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 sudo[136069]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 sudo[136069]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:49 smithi066 sudo[136069]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:50.547 INFO:teuthology.orchestra.run.smithi066.stdout:pg_num: 1 2023-12-07T17:12:50.706 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 sudo[136108]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T17:12:50.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 sudo[136108]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:50.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 sudo[136108]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:50.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 sudo[136108]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 sudo[127521]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T17:12:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 sudo[127521]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 sudo[127521]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 sudo[127521]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 sudo[127524]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T17:12:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 sudo[127524]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 sudo[127524]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 sudo[127524]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:12:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:50 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:12:50.934 INFO:tasks.cephadm:Setting up client nodes... 2023-12-07T17:12:50.934 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-07T17:12:50.934 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-07T17:12:50.934 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-07T17:12:50.962 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:50.962 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:12:50.962 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:12:50.962 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:12:50.962 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:12:50.962 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:12:50.962 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:12:50.963 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:12:50.963 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:50 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:12:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:50 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' 2023-12-07T17:12:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:50 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:50 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:50 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:50 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:50 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:50 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:50 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:50 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 sudo[126427]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 sudo[126427]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 sudo[126427]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 sudo[126427]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:51.200 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 sudo[126430]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T17:12:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 sudo[126430]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T17:12:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 sudo[126430]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T17:12:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 sudo[126430]: pam_unix(sudo:session): session closed for user root 2023-12-07T17:12:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:51 smithi066 ceph-mon[112137]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:51 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:12:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:51 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/4263165608' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T17:12:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:51 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:12:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:51 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:12:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:51 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:12:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:51 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:12:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:51 smithi066 ceph-mon[112137]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:12:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:51 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:12:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:51 smithi203 ceph-mon[117428]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:51 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:12:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:51 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/4263165608' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T17:12:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:51 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:12:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:51 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:12:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:51 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:12:52.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:51 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:12:52.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:51 smithi203 ceph-mon[117428]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:12:52.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:51 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:12:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 ceph-mon[117020]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:52.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:12:52.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/4263165608' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T17:12:52.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:12:52.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:12:52.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:12:52.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:12:52.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 ceph-mon[117020]: from='mgr.14152 172.21.15.66:0/1810928142' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:12:52.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:51 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:12:52.463 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:12:52.900 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6800","nonce":4176474352},{"type":"v1","addr":"172.21.15.66:6801","nonce":4176474352}]},"active_addr":"172.21.15.66:6801/4176474352","active_change":"2023-12-07T17:10:55.586244+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"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.7","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":"secs","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":[]},"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":[]},"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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"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.7","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":"secs","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":[]},"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":[]},"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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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.66: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"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":118029207}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":176920249}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":3855528722}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":2590277210}]}]} 2023-12-07T17:12:52.904 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-07T17:12:52.904 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-07T17:12:52.904 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T17:12:53.204 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:53 smithi137 ceph-mon[117020]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:53 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/3725335265' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T17:12:53.656 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:53 smithi066 ceph-mon[112137]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:53.656 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:53 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/3725335265' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T17:12:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:53 smithi203 ceph-mon[117428]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:53 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/3725335265' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T17:12:54.412 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:12:54.412 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":21,"fsid":"4e6a41f8-9523-11ee-95a2-87774f69a715","created":"2023-12-07T17:10:06.417019+0000","modified":"2023-12-07T17:12:48.421985+0000","last_up_change":"2023-12-07T17:12:45.402892+0000","last_in_change":"2023-12-07T17:12:31.050986+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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-07T17:12:46.124961+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":"21","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_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":"28072520-820b-4d7a-852b-58c015db01b2","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.66:6802","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6803","nonce":2394019093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6805","nonce":2394019093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6808","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6809","nonce":2394019093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6807","nonce":2394019093}]},"public_addr":"172.21.15.66:6803/2394019093","cluster_addr":"172.21.15.66:6805/2394019093","heartbeat_back_addr":"172.21.15.66:6809/2394019093","heartbeat_front_addr":"172.21.15.66:6807/2394019093","state":["exists","up"]},{"osd":1,"uuid":"72b4fe48-0bb0-4684-8645-10af35a4072b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6801","nonce":3714086130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6803","nonce":3714086130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6807","nonce":3714086130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6805","nonce":3714086130}]},"public_addr":"172.21.15.137:6801/3714086130","cluster_addr":"172.21.15.137:6803/3714086130","heartbeat_back_addr":"172.21.15.137:6807/3714086130","heartbeat_front_addr":"172.21.15.137:6805/3714086130","state":["exists","up"]},{"osd":2,"uuid":"bd0f40c3-dbd6-4fa2-8503-6eb441469af1","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.203:6800","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6801","nonce":567518816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6803","nonce":567518816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6807","nonce":567518816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6805","nonce":567518816}]},"public_addr":"172.21.15.203:6801/567518816","cluster_addr":"172.21.15.203:6803/567518816","heartbeat_back_addr":"172.21.15.203:6807/567518816","heartbeat_front_addr":"172.21.15.203:6805/567518816","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:10.308342+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:27.396899+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:44.033805+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.66:6801/641232548":"2023-12-08T17:10:55.586083+0000","172.21.15.66:6800/641232548":"2023-12-08T17:10:55.586083+0000","172.21.15.66:0/237723691":"2023-12-08T17:10:55.586083+0000","172.21.15.66:6801/2413765376":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/1609569947":"2023-12-08T17:10:30.584201+0000","172.21.15.66:6800/2413765376":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/1597342973":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/2306020113":"2023-12-08T17:10:55.586083+0000","172.21.15.66:0/2274184112":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/878533634":"2023-12-08T17:10:55.586083+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-07T17:12:54.816 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-07T17:12:54.816 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T17:12:55.078 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:55 smithi066 ceph-mon[112137]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:55 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/3206577707' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:12:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:55 smithi137 ceph-mon[117020]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:55 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/3206577707' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:12:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:55 smithi203 ceph-mon[117428]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:12:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:55 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/3206577707' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:12:56.241 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:12:56.242 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":21,"fsid":"4e6a41f8-9523-11ee-95a2-87774f69a715","created":"2023-12-07T17:10:06.417019+0000","modified":"2023-12-07T17:12:48.421985+0000","last_up_change":"2023-12-07T17:12:45.402892+0000","last_in_change":"2023-12-07T17:12:31.050986+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":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-07T17:12:46.124961+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":"21","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_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":"28072520-820b-4d7a-852b-58c015db01b2","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.66:6802","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6803","nonce":2394019093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6805","nonce":2394019093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6808","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6809","nonce":2394019093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":2394019093},{"type":"v1","addr":"172.21.15.66:6807","nonce":2394019093}]},"public_addr":"172.21.15.66:6803/2394019093","cluster_addr":"172.21.15.66:6805/2394019093","heartbeat_back_addr":"172.21.15.66:6809/2394019093","heartbeat_front_addr":"172.21.15.66:6807/2394019093","state":["exists","up"]},{"osd":1,"uuid":"72b4fe48-0bb0-4684-8645-10af35a4072b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6801","nonce":3714086130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6803","nonce":3714086130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6807","nonce":3714086130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":3714086130},{"type":"v1","addr":"172.21.15.137:6805","nonce":3714086130}]},"public_addr":"172.21.15.137:6801/3714086130","cluster_addr":"172.21.15.137:6803/3714086130","heartbeat_back_addr":"172.21.15.137:6807/3714086130","heartbeat_front_addr":"172.21.15.137:6805/3714086130","state":["exists","up"]},{"osd":2,"uuid":"bd0f40c3-dbd6-4fa2-8503-6eb441469af1","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.203:6800","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6801","nonce":567518816}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6803","nonce":567518816}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6807","nonce":567518816}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":567518816},{"type":"v1","addr":"172.21.15.203:6805","nonce":567518816}]},"public_addr":"172.21.15.203:6801/567518816","cluster_addr":"172.21.15.203:6803/567518816","heartbeat_back_addr":"172.21.15.203:6807/567518816","heartbeat_front_addr":"172.21.15.203:6805/567518816","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:10.308342+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:27.396899+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:44.033805+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.66:6801/641232548":"2023-12-08T17:10:55.586083+0000","172.21.15.66:6800/641232548":"2023-12-08T17:10:55.586083+0000","172.21.15.66:0/237723691":"2023-12-08T17:10:55.586083+0000","172.21.15.66:6801/2413765376":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/1609569947":"2023-12-08T17:10:30.584201+0000","172.21.15.66:6800/2413765376":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/1597342973":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/2306020113":"2023-12-08T17:10:55.586083+0000","172.21.15.66:0/2274184112":"2023-12-08T17:10:30.584201+0000","172.21.15.66:0/878533634":"2023-12-08T17:10:55.586083+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-07T17:12:56.550 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:56 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/3020132117' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:12:56.616 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-07T17:12:56.617 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-07T17:12:56.617 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-07T17:12:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:56 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/3020132117' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:12:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:56 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/3020132117' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:12:56.899 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:56.949 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:57 smithi137 ceph-mon[117020]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-07T17:12:57.717 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:57 smithi066 ceph-mon[112137]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-07T17:12:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:57 smithi203 ceph-mon[117428]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-07T17:12:57.951 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:58.915 INFO:teuthology.orchestra.run.smithi066.stdout:34359738380 2023-12-07T17:12:58.915 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-07T17:12:59.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:12:59 smithi066 ceph-mon[112137]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-07T17:12:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:12:59 smithi137 ceph-mon[117020]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-07T17:12:59.815 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:12:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:12:59 smithi203 ceph-mon[117428]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-07T17:12:59.859 INFO:teuthology.orchestra.run.smithi066.stdout:55834574857 2023-12-07T17:12:59.859 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-07T17:13:00.168 INFO:teuthology.orchestra.run.smithi066.stdout:77309411333 2023-12-07T17:13:00.168 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-07T17:13:00.442 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:01.151 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:01.181 INFO:teuthology.orchestra.run.smithi066.stdout:34359738380 2023-12-07T17:13:01.539 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:01 smithi066 ceph-mon[112137]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-07T17:13:01.539 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:01 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/812979021' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T17:13:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:01 smithi137 ceph-mon[117020]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-07T17:13:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:01 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/812979021' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T17:13:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:01 smithi203 ceph-mon[117428]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-07T17:13:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:01 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/812979021' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T17:13:01.917 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738380 got 34359738380 for osd.0 2023-12-07T17:13:01.917 DEBUG:teuthology.parallel:result is None 2023-12-07T17:13:01.979 INFO:teuthology.orchestra.run.smithi066.stdout:55834574858 2023-12-07T17:13:02.382 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574857 got 55834574858 for osd.1 2023-12-07T17:13:02.382 DEBUG:teuthology.parallel:result is None 2023-12-07T17:13:02.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:02 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1276652754' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T17:13:02.816 INFO:teuthology.orchestra.run.smithi066.stdout:77309411334 2023-12-07T17:13:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:02 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/1276652754' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T17:13:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:02 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/1276652754' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T17:13:03.189 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411334 for osd.2 2023-12-07T17:13:03.189 DEBUG:teuthology.parallel:result is None 2023-12-07T17:13:03.189 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-07T17:13:03.190 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T17:13:03.455 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:03.633 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:03 smithi066 ceph-mon[112137]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:03.633 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:03 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/2042147333' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T17:13:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:03 smithi203 ceph-mon[117428]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:03 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/2042147333' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T17:13:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:03 smithi137 ceph-mon[117020]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:03 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/2042147333' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T17:13:04.666 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:13:04.668 INFO:teuthology.orchestra.run.smithi066.stderr:dumped all 2023-12-07T17:13:05.048 INFO:teuthology.orchestra.run.smithi066.stdout:{"pg_ready":true,"pg_map":{"version":75,"stamp":"2023-12-07T17:13:03.610690+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":85128,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150328,"statfs":{"total":287985106944,"available":287897935872,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"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.002052"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-12-07T17:12:51.307598+0000","last_change":"2023-12-07T17:12:47.422149+0000","last_active":"2023-12-07T17:12:51.307598+0000","last_peered":"2023-12-07T17:12:51.307598+0000","last_clean":"2023-12-07T17:12:51.307598+0000","last_became_active":"2023-12-07T17:12:47.421837+0000","last_became_peered":"2023-12-07T17:12:47.421837+0000","last_unstale":"2023-12-07T17:12:51.307598+0000","last_undegraded":"2023-12-07T17:12:51.307598+0000","last_fullsized":"2023-12-07T17:12:51.307598+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-07T17:12:46.412648+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T17:12:46.412648+0000","last_clean_scrub_stamp":"2023-12-07T17:12:46.412648+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 @ 2023-12-09T05:12:04.357797+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":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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.40899999999999997}]},{"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.54700000000000004}]}]},{"osd":0,"up_from":8,"seq":34359738381,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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.40200000000000002}]},{"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.42899999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574858,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28336,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716816,"statfs":{"total":95995035648,"available":95966019584,"internally_reserved":0,"allocated":774144,"data_stored":645146,"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.33800000000000002}]},{"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.42099999999999999}]}]}],"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}]}} 2023-12-07T17:13:05.048 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T17:13:05.310 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:05 smithi066 ceph-mon[112137]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:05 smithi203 ceph-mon[117428]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:05 smithi137 ceph-mon[117020]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:06 smithi066 ceph-mon[112137]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:13:06.564 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:13:06.566 INFO:teuthology.orchestra.run.smithi066.stderr:dumped all 2023-12-07T17:13:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:06 smithi203 ceph-mon[117428]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:13:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:06 smithi137 ceph-mon[117020]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:13:06.939 INFO:teuthology.orchestra.run.smithi066.stdout:{"pg_ready":true,"pg_map":{"version":76,"stamp":"2023-12-07T17:13:05.611041+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":85128,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150328,"statfs":{"total":287985106944,"available":287897935872,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"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.002097"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-12-07T17:12:51.307598+0000","last_change":"2023-12-07T17:12:47.422149+0000","last_active":"2023-12-07T17:12:51.307598+0000","last_peered":"2023-12-07T17:12:51.307598+0000","last_clean":"2023-12-07T17:12:51.307598+0000","last_became_active":"2023-12-07T17:12:47.421837+0000","last_became_peered":"2023-12-07T17:12:47.421837+0000","last_unstale":"2023-12-07T17:12:51.307598+0000","last_undegraded":"2023-12-07T17:12:51.307598+0000","last_fullsized":"2023-12-07T17:12:51.307598+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-07T17:12:46.412648+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T17:12:46.412648+0000","last_clean_scrub_stamp":"2023-12-07T17:12:46.412648+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 @ 2023-12-09T05:12:04.357797+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":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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.40899999999999997}]},{"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.54700000000000004}]}]},{"osd":0,"up_from":8,"seq":34359738381,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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.40200000000000002}]},{"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.42899999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574859,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28336,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716816,"statfs":{"total":95995035648,"available":95966019584,"internally_reserved":0,"allocated":774144,"data_stored":645146,"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.35799999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63300000000000001}]}]}],"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}]}} 2023-12-07T17:13:06.940 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-07T17:13:06.940 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-07T17:13:06.940 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-07T17:13:06.940 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-07T17:13:07.206 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:07.654 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:07 smithi066 ceph-mon[112137]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:07.654 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:07 smithi066 ceph-mon[112137]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:13:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:07 smithi203 ceph-mon[117428]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:07 smithi203 ceph-mon[117428]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:13:07.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:07 smithi137 ceph-mon[117020]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:07.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:07 smithi137 ceph-mon[117020]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:13:08.452 INFO:teuthology.orchestra.run.smithi066.stdout: 2023-12-07T17:13:08.452 INFO:teuthology.orchestra.run.smithi066.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-07T17:13:08.831 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-07T17:13:08.831 INFO:tasks.cephadm:Setup complete, yielding 2023-12-07T17:13:08.831 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T17:13:08.842 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2023-12-07T17:13:08.843 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-12-07T17:13:09.106 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:09 smithi066 ceph-mon[112137]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:09 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/1078293273' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T17:13:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:09 smithi203 ceph-mon[117428]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:09 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/1078293273' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T17:13:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:09 smithi137 ceph-mon[117020]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:09.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:09 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/1078293273' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T17:13:11.703 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:11 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: ignoring --setuser ceph since I am not root 2023-12-07T17:13:11.703 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:11 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: ignoring --setgroup ceph since I am not root 2023-12-07T17:13:11.704 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:11 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:11.583+0000 7f4ef059c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:13:11.704 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:11 smithi066 ceph-mon[112137]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:11.704 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:11 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/615501588' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T17:13:11.737 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:11 smithi137 ceph-mon[117020]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:11.738 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:11 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/615501588' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T17:13:11.738 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:11 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: ignoring --setuser ceph since I am not root 2023-12-07T17:13:11.738 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:11 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: ignoring --setgroup ceph since I am not root 2023-12-07T17:13:11.738 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:11 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:11.575+0000 7fb98f09b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:13:11.738 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:11 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:11.737+0000 7fb98f09b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:13:11.789 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-12-07T17:13:11.799 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-12-07T17:13:11.799 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-12-07T17:13:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:11 smithi203 ceph-mon[117428]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:11 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/615501588' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T17:13:11.986 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:11 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:11.769+0000 7f4ef059c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:13:12.073 INFO:teuthology.orchestra.run.smithi066.stdout:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:12.371 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:12 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:12.056+0000 7fb98f09b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:13:12.387 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:12 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:12.130+0000 7f4ef059c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:13:12.665 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:12 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/615501588' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T17:13:12.665 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:12 smithi066 ceph-mon[112137]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-07T17:13:12.764 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:12 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/615501588' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T17:13:12.764 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:12 smithi137 ceph-mon[117020]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-07T17:13:12.764 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:12 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:12.539+0000 7fb98f09b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:13:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:12 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/615501588' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T17:13:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:12 smithi203 ceph-mon[117428]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-07T17:13:12.922 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:12 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:12.671+0000 7f4ef059c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:13:13.121 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:12 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:12.763+0000 7fb98f09b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:13:13.622 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:13 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:13.181+0000 7fb98f09b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:13:13.736 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:12 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:12.921+0000 7f4ef059c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:13:13.736 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:13 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:13.390+0000 7f4ef059c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:13:14.371 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:13 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:13.882+0000 7fb98f09b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:13:14.372 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:13 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:13.968+0000 7fb98f09b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:13:14.486 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:14 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:14.146+0000 7f4ef059c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:13:14.487 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:14 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:14.238+0000 7f4ef059c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:13:14.822 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:14 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:14.558+0000 7fb98f09b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:13:14.822 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:14 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:14.641+0000 7fb98f09b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:13:14.822 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:14 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:14.729+0000 7fb98f09b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:13:15.121 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:14 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:14.821+0000 7fb98f09b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:13:15.122 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:15 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:15.046+0000 7fb98f09b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:13:15.155 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:14 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:14.870+0000 7f4ef059c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:13:15.155 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:14 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:14.960+0000 7f4ef059c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:13:15.155 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:15.054+0000 7f4ef059c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:13:15.408 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:15.154+0000 7f4ef059c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:13:15.445 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:15 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:15.138+0000 7fb98f09b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:13:15.446 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:15 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:15.351+0000 7fb98f09b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:13:15.711 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:15 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:15.445+0000 7fb98f09b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:13:15.711 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:15 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:15.626+0000 7fb98f09b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:13:15.733 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:15.407+0000 7f4ef059c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:13:15.733 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:15.505+0000 7f4ef059c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:13:15.986 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:15.732+0000 7f4ef059c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:13:15.986 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:15 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:15.834+0000 7f4ef059c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:13:16.121 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:15 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:15.711+0000 7fb98f09b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:13:16.486 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:16 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:16.030+0000 7f4ef059c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:13:16.486 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:16 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:16.121+0000 7f4ef059c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:13:16.827 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:16 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:16.457+0000 7fb98f09b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:13:16.827 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:16 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:16.650+0000 7fb98f09b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:13:17.121 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:16 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:16.826+0000 7fb98f09b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:13:17.236 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:16 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:16.917+0000 7f4ef059c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:13:17.236 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:17 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:17.125+0000 7f4ef059c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:13:17.736 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:17 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:17.315+0000 7f4ef059c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:13:17.837 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:17 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:17.479+0000 7fb98f09b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:13:17.837 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:17 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:17.658+0000 7fb98f09b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:13:18.121 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:17 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:17.837+0000 7fb98f09b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:13:18.122 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 07 17:13:17 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-07T17:13:17.952+0000 7fb98f09b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:13:18.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:18 smithi137 ceph-mon[117020]: Standby manager daemon b restarted 2023-12-07T17:13:18.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:18 smithi137 ceph-mon[117020]: Standby manager daemon b started 2023-12-07T17:13:18.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:18 smithi137 ceph-mon[117020]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:13:18.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:18 smithi137 ceph-mon[117020]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:13:18.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:18 smithi137 ceph-mon[117020]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:13:18.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:18 smithi137 ceph-mon[117020]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:13:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:18 smithi203 ceph-mon[117428]: Standby manager daemon b restarted 2023-12-07T17:13:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:18 smithi203 ceph-mon[117428]: Standby manager daemon b started 2023-12-07T17:13:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:18 smithi203 ceph-mon[117428]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:13:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:18 smithi203 ceph-mon[117428]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:13:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:18 smithi203 ceph-mon[117428]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:13:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:18 smithi203 ceph-mon[117428]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:13:18.396 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:18.006+0000 7f4ef059c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:13:18.396 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:18.201+0000 7f4ef059c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:13:18.396 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-mon[112137]: Standby manager daemon b restarted 2023-12-07T17:13:18.396 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-mon[112137]: Standby manager daemon b started 2023-12-07T17:13:18.396 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-mon[112137]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:13:18.396 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-mon[112137]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:13:18.396 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-mon[112137]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:13:18.396 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-mon[112137]: from='mgr.? 172.21.15.137:0/1521022250' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:13:18.656 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:18.395+0000 7f4ef059c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:13:18.656 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:18 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:18.519+0000 7f4ef059c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:13:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: Active manager daemon a restarted 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: Activating manager daemon a 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: osdmap e22: 3 total, 3 up, 3 in 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: mgrmap e18: a(active, starting, since 0.00572326s), standbys: b 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:13:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:13:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:13:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: Manager daemon a is now available 2023-12-07T17:13:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:13:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:13:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:13:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:13:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-07T17:13:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: Active manager daemon a restarted 2023-12-07T17:13:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: Activating manager daemon a 2023-12-07T17:13:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: osdmap e22: 3 total, 3 up, 3 in 2023-12-07T17:13:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: mgrmap e18: a(active, starting, since 0.00572326s), standbys: b 2023-12-07T17:13:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: Manager daemon a is now available 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:13:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:13:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-07T17:13:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: Active manager daemon a restarted 2023-12-07T17:13:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: Activating manager daemon a 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: osdmap e22: 3 total, 3 up, 3 in 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: mgrmap e18: a(active, starting, since 0.00572326s), standbys: b 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: Manager daemon a is now available 2023-12-07T17:13:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:19.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:19.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:13:19.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:13:19.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:13:19.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:13:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:20 smithi203 ceph-mon[117428]: [07/Dec/2023:17:13:19] ENGINE Bus STARTING 2023-12-07T17:13:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:20 smithi203 ceph-mon[117428]: [07/Dec/2023:17:13:19] ENGINE Serving on https://172.21.15.66:7150 2023-12-07T17:13:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:20 smithi203 ceph-mon[117428]: [07/Dec/2023:17:13:19] ENGINE Serving on http://172.21.15.66:8765 2023-12-07T17:13:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:20 smithi203 ceph-mon[117428]: [07/Dec/2023:17:13:19] ENGINE Bus STARTED 2023-12-07T17:13:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:20 smithi203 ceph-mon[117428]: mgrmap e19: a(active, since 1.01021s), standbys: b 2023-12-07T17:13:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:20 smithi137 ceph-mon[117020]: [07/Dec/2023:17:13:19] ENGINE Bus STARTING 2023-12-07T17:13:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:20 smithi137 ceph-mon[117020]: [07/Dec/2023:17:13:19] ENGINE Serving on https://172.21.15.66:7150 2023-12-07T17:13:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:20 smithi137 ceph-mon[117020]: [07/Dec/2023:17:13:19] ENGINE Serving on http://172.21.15.66:8765 2023-12-07T17:13:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:20 smithi137 ceph-mon[117020]: [07/Dec/2023:17:13:19] ENGINE Bus STARTED 2023-12-07T17:13:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:20 smithi137 ceph-mon[117020]: mgrmap e19: a(active, since 1.01021s), standbys: b 2023-12-07T17:13:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:20 smithi066 ceph-mon[112137]: [07/Dec/2023:17:13:19] ENGINE Bus STARTING 2023-12-07T17:13:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:20 smithi066 ceph-mon[112137]: [07/Dec/2023:17:13:19] ENGINE Serving on https://172.21.15.66:7150 2023-12-07T17:13:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:20 smithi066 ceph-mon[112137]: [07/Dec/2023:17:13:19] ENGINE Serving on http://172.21.15.66:8765 2023-12-07T17:13:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:20 smithi066 ceph-mon[112137]: [07/Dec/2023:17:13:19] ENGINE Bus STARTED 2023-12-07T17:13:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:20 smithi066 ceph-mon[112137]: mgrmap e19: a(active, since 1.01021s), standbys: b 2023-12-07T17:13:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='client.24257 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: osdmap e23: 3 total, 3 up, 3 in 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/4006138255' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='client.24257 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: osdmap e23: 3 total, 3 up, 3 in 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/4006138255' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='client.24257 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: osdmap e23: 3 total, 3 up, 3 in 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/4006138255' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: Updating smithi066:/etc/ceph/ceph.conf 2023-12-07T17:13:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: Updating smithi137:/etc/ceph/ceph.conf 2023-12-07T17:13:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-07T17:13:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:13:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:13:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:13:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: from='client.? 172.21.15.66:0/4006138255' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T17:13:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: osdmap e24: 3 total, 3 up, 3 in 2023-12-07T17:13:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:22 smithi203 ceph-mon[117428]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T17:13:22.362 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:22.362 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: Updating smithi066:/etc/ceph/ceph.conf 2023-12-07T17:13:22.362 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: Updating smithi137:/etc/ceph/ceph.conf 2023-12-07T17:13:22.362 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-07T17:13:22.362 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:13:22.362 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:13:22.362 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:13:22.362 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: from='client.? 172.21.15.66:0/4006138255' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T17:13:22.363 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: osdmap e24: 3 total, 3 up, 3 in 2023-12-07T17:13:22.363 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-mon[112137]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T17:13:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: Updating smithi066:/etc/ceph/ceph.conf 2023-12-07T17:13:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: Updating smithi137:/etc/ceph/ceph.conf 2023-12-07T17:13:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-07T17:13:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:13:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:13:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:13:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: from='client.? 172.21.15.66:0/4006138255' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T17:13:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: osdmap e24: 3 total, 3 up, 3 in 2023-12-07T17:13:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:22 smithi137 ceph-mon[117020]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T17:13:22.639 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 07 17:13:22 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-07T17:13:22.360+0000 7f4e6105c700 -1 mgr.server reply reply (6) No such device or address 2023-12-07T17:13:22.720 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T17:13:22.730 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2023-12-07T17:13:22.730 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4e6a41f8-9523-11ee-95a2-87774f69a715 -- bash -c 'set -e 2023-12-07T17:13:22.730 DEBUG:teuthology.orchestra.run.smithi066:> set -x 2023-12-07T17:13:22.730 DEBUG:teuthology.orchestra.run.smithi066:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2023-12-07T17:13:22.730 DEBUG:teuthology.orchestra.run.smithi066:> TOKENS=$(ceph rgw realm tokens) 2023-12-07T17:13:22.731 DEBUG:teuthology.orchestra.run.smithi066:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2023-12-07T17:13:22.731 DEBUG:teuthology.orchestra.run.smithi066:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2023-12-07T17:13:22.731 DEBUG:teuthology.orchestra.run.smithi066:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2023-12-07T17:13:22.731 DEBUG:teuthology.orchestra.run.smithi066:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2023-12-07T17:13:22.731 DEBUG:teuthology.orchestra.run.smithi066:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2023-12-07T17:13:22.731 DEBUG:teuthology.orchestra.run.smithi066:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2023-12-07T17:13:22.731 DEBUG:teuthology.orchestra.run.smithi066:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2023-12-07T17:13:22.731 DEBUG:teuthology.orchestra.run.smithi066:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2023-12-07T17:13:22.731 DEBUG:teuthology.orchestra.run.smithi066:> ' 2023-12-07T17:13:22.994 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:13:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:13:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:13:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:13:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:13:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:13:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:23 smithi137 ceph-mon[117020]: osdmap e25: 3 total, 3 up, 3 in 2023-12-07T17:13:23.444 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:13:23.444 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:13:23.444 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:13:23.444 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.445 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:23 smithi066 ceph-mon[112137]: osdmap e25: 3 total, 3 up, 3 in 2023-12-07T17:13:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:13:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: Updating smithi066:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: Updating smithi203:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: Updating smithi137:/var/lib/ceph/4e6a41f8-9523-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:13:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:23 smithi203 ceph-mon[117428]: osdmap e25: 3 total, 3 up, 3 in 2023-12-07T17:13:23.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:13:23.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:23.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:24.585 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:13:24.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:24.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:24.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:24.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:13:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:24 smithi066 ceph-mon[112137]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:24 smithi066 ceph-mon[112137]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-07T17:13:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:24 smithi203 ceph-mon[117428]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:24 smithi203 ceph-mon[117428]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-07T17:13:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:24 smithi137 ceph-mon[117020]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:24 smithi137 ceph-mon[117020]: mgrmap e21: a(active, since 5s), standbys: b 2023-12-07T17:13:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:25 smithi066 ceph-mon[112137]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:25 smithi203 ceph-mon[117428]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:25 smithi137 ceph-mon[117020]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:26 smithi066 ceph-mon[112137]: pgmap v9: 33 pgs: 24 unknown, 9 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 409 B/s rd, 614 B/s wr, 1 op/s 2023-12-07T17:13:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:26 smithi203 ceph-mon[117428]: pgmap v9: 33 pgs: 24 unknown, 9 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 409 B/s rd, 614 B/s wr, 1 op/s 2023-12-07T17:13:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:26 smithi137 ceph-mon[117020]: pgmap v9: 33 pgs: 24 unknown, 9 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 409 B/s rd, 614 B/s wr, 1 op/s 2023-12-07T17:13:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:28 smithi066 ceph-mon[112137]: pgmap v10: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 38 KiB/s rd, 2.3 KiB/s wr, 27 op/s 2023-12-07T17:13:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:28 smithi203 ceph-mon[117428]: pgmap v10: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 38 KiB/s rd, 2.3 KiB/s wr, 27 op/s 2023-12-07T17:13:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:28 smithi137 ceph-mon[117020]: pgmap v10: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 38 KiB/s rd, 2.3 KiB/s wr, 27 op/s 2023-12-07T17:13:29.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:13:29.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:29.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:30.302 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:13:30.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:30.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:30.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:30.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:13:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:30 smithi066 ceph-mon[112137]: pgmap v11: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 1.7 KiB/s wr, 20 op/s 2023-12-07T17:13:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:30 smithi203 ceph-mon[117428]: pgmap v11: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 1.7 KiB/s wr, 20 op/s 2023-12-07T17:13:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:30 smithi137 ceph-mon[117020]: pgmap v11: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 1.7 KiB/s wr, 20 op/s 2023-12-07T17:13:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:31 smithi066 ceph-mon[112137]: from='client.14661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:31 smithi203 ceph-mon[117428]: from='client.14661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:31.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:31 smithi137 ceph-mon[117020]: from='client.14661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:32 smithi066 ceph-mon[112137]: pgmap v12: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 26 KiB/s rd, 1.6 KiB/s wr, 19 op/s 2023-12-07T17:13:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:32 smithi203 ceph-mon[117428]: pgmap v12: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 26 KiB/s rd, 1.6 KiB/s wr, 19 op/s 2023-12-07T17:13:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:32 smithi137 ceph-mon[117020]: pgmap v12: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 26 KiB/s rd, 1.6 KiB/s wr, 19 op/s 2023-12-07T17:13:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:34 smithi066 ceph-mon[112137]: pgmap v13: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 1.4 KiB/s wr, 17 op/s 2023-12-07T17:13:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:34 smithi203 ceph-mon[117428]: pgmap v13: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 1.4 KiB/s wr, 17 op/s 2023-12-07T17:13:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:34 smithi137 ceph-mon[117020]: pgmap v13: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 1.4 KiB/s wr, 17 op/s 2023-12-07T17:13:35.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:13:35.304 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:35.304 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:36.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:36.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:36.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:36.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:13:36.025 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:13:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:36 smithi066 ceph-mon[112137]: pgmap v14: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 1.2 KiB/s wr, 14 op/s 2023-12-07T17:13:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:36 smithi203 ceph-mon[117428]: pgmap v14: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 1.2 KiB/s wr, 14 op/s 2023-12-07T17:13:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:36 smithi137 ceph-mon[117020]: pgmap v14: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 1.2 KiB/s wr, 14 op/s 2023-12-07T17:13:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:37 smithi066 ceph-mon[112137]: from='client.14733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:37 smithi203 ceph-mon[117428]: from='client.14733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:37 smithi137 ceph-mon[117020]: from='client.14733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:38 smithi066 ceph-mon[112137]: pgmap v15: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 938 B/s wr, 14 op/s 2023-12-07T17:13:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:38 smithi203 ceph-mon[117428]: pgmap v15: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 938 B/s wr, 14 op/s 2023-12-07T17:13:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:38 smithi137 ceph-mon[117020]: pgmap v15: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 938 B/s wr, 14 op/s 2023-12-07T17:13:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:40 smithi066 ceph-mon[112137]: pgmap v16: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:13:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:40 smithi203 ceph-mon[117428]: pgmap v16: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:13:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:40 smithi137 ceph-mon[117020]: pgmap v16: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:13:41.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:13:41.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:41.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:41.764 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:13:41.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:41.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:41.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:41.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:13:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:42 smithi066 ceph-mon[112137]: pgmap v17: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:13:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:42 smithi066 ceph-mon[112137]: from='client.14811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:42 smithi203 ceph-mon[117428]: pgmap v17: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:13:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:42 smithi203 ceph-mon[117428]: from='client.14811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:42 smithi137 ceph-mon[117020]: pgmap v17: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:13:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:42 smithi137 ceph-mon[117020]: from='client.14811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:44 smithi066 ceph-mon[112137]: pgmap v18: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:44 smithi203 ceph-mon[117428]: pgmap v18: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:44 smithi137 ceph-mon[117020]: pgmap v18: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:46 smithi066 ceph-mon[112137]: pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:13:46.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:13:46.766 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:46.766 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:46 smithi203 ceph-mon[117428]: pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:13:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:46 smithi137 ceph-mon[117020]: pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:13:47.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:13:47.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:47.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:47.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:47.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:13:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:48 smithi066 ceph-mon[112137]: pgmap v20: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:13:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:48 smithi066 ceph-mon[112137]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:48 smithi203 ceph-mon[117428]: pgmap v20: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:13:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:48 smithi203 ceph-mon[117428]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:48 smithi137 ceph-mon[117020]: pgmap v20: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:13:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:48 smithi137 ceph-mon[117020]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:50 smithi066 ceph-mon[112137]: pgmap v21: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:50 smithi203 ceph-mon[117428]: pgmap v21: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:50 smithi137 ceph-mon[117020]: pgmap v21: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:52.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:13:52.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:52.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:52 smithi066 ceph-mon[112137]: pgmap v22: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:52 smithi203 ceph-mon[117428]: pgmap v22: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:52 smithi137 ceph-mon[117020]: pgmap v22: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:53.223 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:13:53.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:53.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:53.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:53.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:13:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:54 smithi066 ceph-mon[112137]: pgmap v23: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:54 smithi066 ceph-mon[112137]: from='client.14964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:54 smithi203 ceph-mon[117428]: pgmap v23: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:54 smithi203 ceph-mon[117428]: from='client.14964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:54 smithi137 ceph-mon[117020]: pgmap v23: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:13:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:54 smithi137 ceph-mon[117020]: from='client.14964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:13:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:56 smithi066 ceph-mon[112137]: pgmap v24: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:56 smithi203 ceph-mon[117428]: pgmap v24: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:56 smithi137 ceph-mon[117020]: pgmap v24: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:13:58.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:13:58.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:13:58.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:13:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:13:58 smithi066 ceph-mon[112137]: pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:13:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:13:58 smithi203 ceph-mon[117428]: pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:13:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:13:58 smithi137 ceph-mon[117020]: pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:13:58.935 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:13:58.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:13:58.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:13:58.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:13:58.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:00 smithi066 ceph-mon[112137]: pgmap v26: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:00 smithi066 ceph-mon[112137]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:00 smithi203 ceph-mon[117428]: pgmap v26: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:00 smithi203 ceph-mon[117428]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:00 smithi137 ceph-mon[117020]: pgmap v26: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:00 smithi137 ceph-mon[117020]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:02 smithi066 ceph-mon[112137]: pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:02 smithi203 ceph-mon[117428]: pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:02 smithi137 ceph-mon[117020]: pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:03.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:03.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:03.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:04.651 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:04.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:04.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:04.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:04.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:04 smithi066 ceph-mon[112137]: pgmap v28: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:04 smithi203 ceph-mon[117428]: pgmap v28: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:04 smithi137 ceph-mon[117020]: pgmap v28: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:05 smithi066 ceph-mon[112137]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:05 smithi203 ceph-mon[117428]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:05 smithi137 ceph-mon[117020]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:06 smithi066 ceph-mon[112137]: pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:14:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:06 smithi203 ceph-mon[117428]: pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:14:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:06 smithi137 ceph-mon[117020]: pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:14:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:08 smithi066 ceph-mon[112137]: pgmap v30: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:14:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:08 smithi203 ceph-mon[117428]: pgmap v30: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:14:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:08 smithi137 ceph-mon[117020]: pgmap v30: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:14:09.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:09.653 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:09.653 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:10.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:10.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:10.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:10.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:10.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:10 smithi066 ceph-mon[112137]: pgmap v31: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:14:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:10 smithi203 ceph-mon[117428]: pgmap v31: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:14:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:10 smithi137 ceph-mon[117020]: pgmap v31: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:14:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:11 smithi066 ceph-mon[112137]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:11 smithi203 ceph-mon[117428]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:11 smithi137 ceph-mon[117020]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:12 smithi066 ceph-mon[112137]: pgmap v32: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:12 smithi203 ceph-mon[117428]: pgmap v32: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:12 smithi137 ceph-mon[117020]: pgmap v32: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:14 smithi066 ceph-mon[112137]: pgmap v33: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:14 smithi203 ceph-mon[117428]: pgmap v33: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:14 smithi137 ceph-mon[117020]: pgmap v33: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:15.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:15.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:15.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:16.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:16.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:16.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:16.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:16.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:16 smithi066 ceph-mon[112137]: pgmap v34: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:16 smithi203 ceph-mon[117428]: pgmap v34: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:16 smithi137 ceph-mon[117020]: pgmap v34: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:17 smithi066 ceph-mon[112137]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:17 smithi203 ceph-mon[117428]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:17.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:17 smithi137 ceph-mon[117020]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:18 smithi066 ceph-mon[112137]: pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:18 smithi203 ceph-mon[117428]: pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:18 smithi137 ceph-mon[117020]: pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:19 smithi066 ceph-mon[112137]: pgmap v36: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:19.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:19 smithi203 ceph-mon[117428]: pgmap v36: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:19.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:19 smithi137 ceph-mon[117020]: pgmap v36: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:21.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:21.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:21.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:21.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:21.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:21.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:21.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:21.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:22 smithi137 ceph-mon[117020]: pgmap v37: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:14:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:22 smithi137 ceph-mon[117020]: from='client.15342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:22 smithi066 ceph-mon[112137]: pgmap v37: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:14:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:22 smithi066 ceph-mon[112137]: from='client.15342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:22 smithi203 ceph-mon[117428]: pgmap v37: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:14:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:22 smithi203 ceph-mon[117428]: from='client.15342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:14:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:14:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:14:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:14:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:14:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:14:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:14:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:14:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:14:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:14:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:14:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:14:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:24 smithi137 ceph-mon[117020]: pgmap v38: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:24 smithi066 ceph-mon[112137]: pgmap v38: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:24 smithi203 ceph-mon[117428]: pgmap v38: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:26 smithi066 ceph-mon[112137]: pgmap v39: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:26.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:26.819 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:26.819 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:26 smithi203 ceph-mon[117428]: pgmap v39: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:26 smithi137 ceph-mon[117020]: pgmap v39: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:27.529 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:27.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:27.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:27.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:27.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:28 smithi066 ceph-mon[112137]: pgmap v40: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:28 smithi066 ceph-mon[112137]: from='client.15417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:28 smithi203 ceph-mon[117428]: pgmap v40: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:28 smithi203 ceph-mon[117428]: from='client.15417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:28 smithi137 ceph-mon[117020]: pgmap v40: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:28 smithi137 ceph-mon[117020]: from='client.15417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:30 smithi066 ceph-mon[112137]: pgmap v41: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:30 smithi203 ceph-mon[117428]: pgmap v41: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:30 smithi137 ceph-mon[117020]: pgmap v41: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:32.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:32.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:32.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:32 smithi066 ceph-mon[112137]: pgmap v42: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:32 smithi203 ceph-mon[117428]: pgmap v42: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:32 smithi137 ceph-mon[117020]: pgmap v42: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:33.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:33.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:33.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:33.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:33.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:34 smithi066 ceph-mon[112137]: pgmap v43: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:34 smithi066 ceph-mon[112137]: from='client.15492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:34 smithi203 ceph-mon[117428]: pgmap v43: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:34 smithi203 ceph-mon[117428]: from='client.15492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:34 smithi137 ceph-mon[117020]: pgmap v43: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:34 smithi137 ceph-mon[117020]: from='client.15492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:36 smithi066 ceph-mon[112137]: pgmap v44: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:36 smithi203 ceph-mon[117428]: pgmap v44: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:36 smithi137 ceph-mon[117020]: pgmap v44: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:38.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:38.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:38.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:38 smithi066 ceph-mon[112137]: pgmap v45: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:38 smithi203 ceph-mon[117428]: pgmap v45: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:38 smithi137 ceph-mon[117020]: pgmap v45: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:38.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:38.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:38.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:38.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:38.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:40 smithi066 ceph-mon[112137]: pgmap v46: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:40 smithi066 ceph-mon[112137]: from='client.15567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:40 smithi203 ceph-mon[117428]: pgmap v46: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:40 smithi203 ceph-mon[117428]: from='client.15567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:40 smithi137 ceph-mon[117020]: pgmap v46: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:40 smithi137 ceph-mon[117020]: from='client.15567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:42 smithi066 ceph-mon[112137]: pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:42 smithi203 ceph-mon[117428]: pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:42 smithi137 ceph-mon[117020]: pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:14:43.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:43.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:43.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:44.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:44.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:44.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:44.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:44.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:44 smithi066 ceph-mon[112137]: pgmap v48: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:44 smithi203 ceph-mon[117428]: pgmap v48: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:44 smithi137 ceph-mon[117020]: pgmap v48: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:45 smithi066 ceph-mon[112137]: from='client.15642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:45 smithi203 ceph-mon[117428]: from='client.15642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:45 smithi137 ceph-mon[117020]: from='client.15642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:46 smithi066 ceph-mon[112137]: pgmap v49: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:14:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:46 smithi203 ceph-mon[117428]: pgmap v49: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:14:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:46 smithi137 ceph-mon[117020]: pgmap v49: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:14:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:48 smithi066 ceph-mon[112137]: pgmap v50: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:48 smithi203 ceph-mon[117428]: pgmap v50: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:48 smithi137 ceph-mon[117020]: pgmap v50: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:49.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:49.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:49.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:50.423 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:50.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:50.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:50.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:50.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:50 smithi066 ceph-mon[112137]: pgmap v51: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:50 smithi203 ceph-mon[117428]: pgmap v51: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:50 smithi137 ceph-mon[117020]: pgmap v51: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:14:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:51 smithi066 ceph-mon[112137]: from='client.15720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:51 smithi203 ceph-mon[117428]: from='client.15720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:51.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:51 smithi137 ceph-mon[117020]: from='client.15720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:52 smithi066 ceph-mon[112137]: pgmap v52: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:52 smithi203 ceph-mon[117428]: pgmap v52: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:52 smithi137 ceph-mon[117020]: pgmap v52: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:54 smithi066 ceph-mon[112137]: pgmap v53: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:54 smithi203 ceph-mon[117428]: pgmap v53: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:54 smithi137 ceph-mon[117020]: pgmap v53: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:14:55.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:14:55.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:14:55.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:14:56.147 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:14:56.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:14:56.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:14:56.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:14:56.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:14:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:56 smithi066 ceph-mon[112137]: pgmap v54: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:56 smithi203 ceph-mon[117428]: pgmap v54: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:56 smithi137 ceph-mon[117020]: pgmap v54: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:14:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:57 smithi066 ceph-mon[112137]: from='client.15798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:57 smithi203 ceph-mon[117428]: from='client.15798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:57.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:57 smithi137 ceph-mon[117020]: from='client.15798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:14:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:14:58 smithi066 ceph-mon[112137]: pgmap v55: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:14:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:14:58 smithi203 ceph-mon[117428]: pgmap v55: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:14:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:14:58 smithi137 ceph-mon[117020]: pgmap v55: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:00 smithi066 ceph-mon[112137]: pgmap v56: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:00 smithi203 ceph-mon[117428]: pgmap v56: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:00 smithi137 ceph-mon[117020]: pgmap v56: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:01.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:01.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:01.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:01.863 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:01.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:01.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:01.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:01.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:02 smithi066 ceph-mon[112137]: pgmap v57: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:15:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:02 smithi203 ceph-mon[117428]: pgmap v57: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:15:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:02 smithi137 ceph-mon[117020]: pgmap v57: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:15:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:03 smithi066 ceph-mon[112137]: from='client.15873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:03 smithi203 ceph-mon[117428]: from='client.15873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:03.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:03 smithi137 ceph-mon[117020]: from='client.15873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:04 smithi066 ceph-mon[112137]: pgmap v58: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:04 smithi203 ceph-mon[117428]: pgmap v58: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:04 smithi137 ceph-mon[117020]: pgmap v58: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:06 smithi066 ceph-mon[112137]: pgmap v59: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:06 smithi203 ceph-mon[117428]: pgmap v59: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:06.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:06.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:06.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:06 smithi137 ceph-mon[117020]: pgmap v59: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:07.576 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:07.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:07.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:07.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:07.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:08 smithi066 ceph-mon[112137]: pgmap v60: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:08 smithi066 ceph-mon[112137]: from='client.15951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:08 smithi203 ceph-mon[117428]: pgmap v60: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:08 smithi203 ceph-mon[117428]: from='client.15951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:08 smithi137 ceph-mon[117020]: pgmap v60: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:08 smithi137 ceph-mon[117020]: from='client.15951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:10 smithi066 ceph-mon[112137]: pgmap v61: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:10 smithi203 ceph-mon[117428]: pgmap v61: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:10 smithi137 ceph-mon[117020]: pgmap v61: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:12.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:12.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:12.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:12 smithi066 ceph-mon[112137]: pgmap v62: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:12 smithi203 ceph-mon[117428]: pgmap v62: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:12 smithi137 ceph-mon[117020]: pgmap v62: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:13.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:13.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:13.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:13.306 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:14 smithi066 ceph-mon[112137]: pgmap v63: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:14 smithi066 ceph-mon[112137]: from='client.16026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:14 smithi203 ceph-mon[117428]: pgmap v63: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:14 smithi203 ceph-mon[117428]: from='client.16026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:14 smithi137 ceph-mon[117020]: pgmap v63: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:14 smithi137 ceph-mon[117020]: from='client.16026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:16 smithi066 ceph-mon[112137]: pgmap v64: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:16 smithi203 ceph-mon[117428]: pgmap v64: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:16 smithi137 ceph-mon[117020]: pgmap v64: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:18.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:18.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:18.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:18 smithi066 ceph-mon[112137]: pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:18 smithi203 ceph-mon[117428]: pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:18 smithi137 ceph-mon[117020]: pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:19.020 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:19.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:19.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:19.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:19.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:20 smithi066 ceph-mon[112137]: pgmap v66: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:20 smithi066 ceph-mon[112137]: from='client.16101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:20 smithi203 ceph-mon[117428]: pgmap v66: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:20 smithi203 ceph-mon[117428]: from='client.16101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:20 smithi137 ceph-mon[117020]: pgmap v66: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:20 smithi137 ceph-mon[117020]: from='client.16101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:22 smithi066 ceph-mon[112137]: pgmap v67: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:22 smithi203 ceph-mon[117428]: pgmap v67: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:22 smithi137 ceph-mon[117020]: pgmap v67: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:23.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:24.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:24.022 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:24.022 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:24.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:24.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:24.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:24.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:24.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:24 smithi066 ceph-mon[112137]: pgmap v68: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:15:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:24 smithi203 ceph-mon[117428]: pgmap v68: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:15:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:24 smithi137 ceph-mon[117020]: pgmap v68: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:15:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:25 smithi066 ceph-mon[112137]: from='client.16179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:25 smithi203 ceph-mon[117428]: from='client.16179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:25.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:25 smithi137 ceph-mon[117020]: from='client.16179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:26 smithi066 ceph-mon[112137]: pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:15:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:26 smithi203 ceph-mon[117428]: pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:15:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:26 smithi137 ceph-mon[117020]: pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:15:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:27 smithi203 ceph-mon[117428]: pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:15:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:27 smithi137 ceph-mon[117020]: pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:15:27.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:27 smithi066 ceph-mon[112137]: pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:15:29.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:29.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:29.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:29 smithi066 ceph-mon[112137]: pgmap v71: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:15:30.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:29 smithi203 ceph-mon[117428]: pgmap v71: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:15:30.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:29 smithi137 ceph-mon[117020]: pgmap v71: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:15:30.454 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:30.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:30.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:30.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:30.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:31 smithi066 ceph-mon[112137]: from='client.16257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:31 smithi203 ceph-mon[117428]: from='client.16257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:31 smithi137 ceph-mon[117020]: from='client.16257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:32 smithi066 ceph-mon[112137]: pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:32 smithi203 ceph-mon[117428]: pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:32 smithi137 ceph-mon[117020]: pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:34 smithi066 ceph-mon[112137]: pgmap v73: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:34 smithi203 ceph-mon[117428]: pgmap v73: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:34 smithi137 ceph-mon[117020]: pgmap v73: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:35.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:35.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:35.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:36.173 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:36.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:36.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:36.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:36.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:36 smithi066 ceph-mon[112137]: pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:36 smithi203 ceph-mon[117428]: pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:36 smithi137 ceph-mon[117020]: pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:37 smithi066 ceph-mon[112137]: from='client.16332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:37.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:37 smithi203 ceph-mon[117428]: from='client.16332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:37 smithi137 ceph-mon[117020]: from='client.16332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:38 smithi066 ceph-mon[112137]: pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:38 smithi203 ceph-mon[117428]: pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:38 smithi137 ceph-mon[117020]: pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:40 smithi066 ceph-mon[112137]: pgmap v76: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:40 smithi203 ceph-mon[117428]: pgmap v76: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:40 smithi137 ceph-mon[117020]: pgmap v76: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:41.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:41.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:41.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:41.903 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:41.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:41.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:41.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:41.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:42 smithi066 ceph-mon[112137]: pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:15:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:42 smithi203 ceph-mon[117428]: pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:15:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:42 smithi137 ceph-mon[117020]: pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:15:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:43 smithi066 ceph-mon[112137]: from='client.16410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:43.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:43 smithi203 ceph-mon[117428]: from='client.16410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:43.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:43 smithi137 ceph-mon[117020]: from='client.16410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:44 smithi066 ceph-mon[112137]: pgmap v78: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:44 smithi203 ceph-mon[117428]: pgmap v78: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:44 smithi137 ceph-mon[117020]: pgmap v78: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:46 smithi066 ceph-mon[112137]: pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:46 smithi203 ceph-mon[117428]: pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:46 smithi137 ceph-mon[117020]: pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:46.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:46.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:46.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:47.621 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:47.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:47.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:47.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:47.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:48 smithi066 ceph-mon[112137]: pgmap v80: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:48 smithi066 ceph-mon[112137]: from='client.16488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:48 smithi203 ceph-mon[117428]: pgmap v80: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:48 smithi203 ceph-mon[117428]: from='client.16488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:48 smithi137 ceph-mon[117020]: pgmap v80: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:48 smithi137 ceph-mon[117020]: from='client.16488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:50 smithi066 ceph-mon[112137]: pgmap v81: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:50 smithi203 ceph-mon[117428]: pgmap v81: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:50 smithi137 ceph-mon[117020]: pgmap v81: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:52.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:52.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:52.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:52 smithi066 ceph-mon[112137]: pgmap v82: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:52 smithi203 ceph-mon[117428]: pgmap v82: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:52 smithi137 ceph-mon[117020]: pgmap v82: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:53.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:53.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:53.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:53.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:15:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:54 smithi066 ceph-mon[112137]: pgmap v83: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:54 smithi066 ceph-mon[112137]: from='client.16566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:54 smithi203 ceph-mon[117428]: pgmap v83: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:54 smithi203 ceph-mon[117428]: from='client.16566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:54 smithi137 ceph-mon[117020]: pgmap v83: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:54 smithi137 ceph-mon[117020]: from='client.16566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:56 smithi066 ceph-mon[112137]: pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:56 smithi203 ceph-mon[117428]: pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:56 smithi137 ceph-mon[117020]: pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:58.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:15:58.351 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:58.351 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:15:58 smithi066 ceph-mon[112137]: pgmap v85: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:15:58 smithi203 ceph-mon[117428]: pgmap v85: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:15:58 smithi137 ceph-mon[117020]: pgmap v85: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:59.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:15:59.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:59.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:59.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:59.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:00 smithi066 ceph-mon[112137]: pgmap v86: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:00 smithi066 ceph-mon[112137]: from='client.16644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:00 smithi203 ceph-mon[117428]: pgmap v86: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:00 smithi203 ceph-mon[117428]: from='client.16644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:00 smithi137 ceph-mon[117020]: pgmap v86: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:00 smithi137 ceph-mon[117020]: from='client.16644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:02 smithi066 ceph-mon[112137]: pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:02 smithi203 ceph-mon[117428]: pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:02 smithi137 ceph-mon[117020]: pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:04.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:04.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:04.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:04 smithi066 ceph-mon[112137]: pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:04.783 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:04.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:04.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:04.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:04.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:04 smithi203 ceph-mon[117428]: pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:04 smithi137 ceph-mon[117020]: pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:05.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:05 smithi066 ceph-mon[112137]: from='client.16716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:05 smithi203 ceph-mon[117428]: from='client.16716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:05 smithi137 ceph-mon[117020]: from='client.16716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:06 smithi066 ceph-mon[112137]: pgmap v89: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:16:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:06 smithi203 ceph-mon[117428]: pgmap v89: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:16:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:06 smithi137 ceph-mon[117020]: pgmap v89: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:16:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:08 smithi066 ceph-mon[112137]: pgmap v90: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:08 smithi203 ceph-mon[117428]: pgmap v90: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:08 smithi137 ceph-mon[117020]: pgmap v90: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:09.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:09.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:09.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:10.496 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:10.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:10.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:10.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:10.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:10 smithi066 ceph-mon[112137]: pgmap v91: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:10 smithi203 ceph-mon[117428]: pgmap v91: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:10 smithi137 ceph-mon[117020]: pgmap v91: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:11 smithi066 ceph-mon[112137]: from='client.16788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:11.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:11 smithi203 ceph-mon[117428]: from='client.16788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:11 smithi137 ceph-mon[117020]: from='client.16788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:12 smithi066 ceph-mon[112137]: pgmap v92: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:12 smithi203 ceph-mon[117428]: pgmap v92: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:12 smithi137 ceph-mon[117020]: pgmap v92: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:14 smithi066 ceph-mon[112137]: pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:14 smithi203 ceph-mon[117428]: pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:14 smithi137 ceph-mon[117020]: pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:15.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:15.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:15.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:16.214 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:16.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:16.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:16.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:16.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:16 smithi066 ceph-mon[112137]: pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:16 smithi203 ceph-mon[117428]: pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:16 smithi137 ceph-mon[117020]: pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:17 smithi066 ceph-mon[112137]: from='client.16866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:17 smithi203 ceph-mon[117428]: from='client.16866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:17.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:17 smithi137 ceph-mon[117020]: from='client.16866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:18 smithi066 ceph-mon[112137]: pgmap v95: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:16:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:18 smithi203 ceph-mon[117428]: pgmap v95: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:16:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:18 smithi137 ceph-mon[117020]: pgmap v95: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:16:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:20 smithi066 ceph-mon[112137]: pgmap v96: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:16:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:20 smithi203 ceph-mon[117428]: pgmap v96: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:16:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:20 smithi137 ceph-mon[117020]: pgmap v96: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:16:21.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:21.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:21.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:21.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:21.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:21.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:21.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:21.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:22 smithi066 ceph-mon[112137]: pgmap v97: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:16:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:22 smithi203 ceph-mon[117428]: pgmap v97: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:16:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:22 smithi137 ceph-mon[117020]: pgmap v97: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:16:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:23 smithi066 ceph-mon[112137]: from='client.16941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:23 smithi203 ceph-mon[117428]: from='client.16941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:23.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:23 smithi137 ceph-mon[117020]: from='client.16941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:24 smithi066 ceph-mon[112137]: pgmap v98: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:16:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:24 smithi203 ceph-mon[117428]: pgmap v98: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:16:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:24 smithi137 ceph-mon[117020]: pgmap v98: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:16:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:16:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:16:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:16:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:16:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:16:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:16:25.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:16:25.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:16:25.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:16:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:26 smithi066 ceph-mon[112137]: pgmap v99: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:26 smithi203 ceph-mon[117428]: pgmap v99: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:26 smithi137 ceph-mon[117020]: pgmap v99: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:26.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:26.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:26.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:27.663 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:27.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:27.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:27.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:27.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:28 smithi066 ceph-mon[112137]: pgmap v100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:28 smithi066 ceph-mon[112137]: from='client.17010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:28 smithi203 ceph-mon[117428]: pgmap v100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:28 smithi203 ceph-mon[117428]: from='client.17010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:28 smithi137 ceph-mon[117020]: pgmap v100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:28 smithi137 ceph-mon[117020]: from='client.17010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:30 smithi066 ceph-mon[112137]: pgmap v101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:30 smithi203 ceph-mon[117428]: pgmap v101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:30 smithi137 ceph-mon[117020]: pgmap v101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:32.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:32.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:32.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:32 smithi066 ceph-mon[112137]: pgmap v102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:32 smithi203 ceph-mon[117428]: pgmap v102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:32 smithi137 ceph-mon[117020]: pgmap v102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:33.375 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:33.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:33.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:33.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:33.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:34 smithi203 ceph-mon[117428]: pgmap v103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:34 smithi203 ceph-mon[117428]: from='client.17085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:34 smithi137 ceph-mon[117020]: pgmap v103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:34.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:34 smithi137 ceph-mon[117020]: from='client.17085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:34 smithi066 ceph-mon[112137]: pgmap v103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:34 smithi066 ceph-mon[112137]: from='client.17085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:36 smithi203 ceph-mon[117428]: pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:36 smithi137 ceph-mon[117020]: pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:36 smithi066 ceph-mon[112137]: pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:38.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:38.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:38.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:38 smithi203 ceph-mon[117428]: pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:38 smithi137 ceph-mon[117020]: pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:38.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:38 smithi066 ceph-mon[112137]: pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:39.093 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:39.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:39.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:39.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:39.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:39 smithi203 ceph-mon[117428]: pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:39 smithi203 ceph-mon[117428]: from='client.17160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:39 smithi137 ceph-mon[117020]: pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:39 smithi137 ceph-mon[117020]: from='client.17160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:39 smithi066 ceph-mon[112137]: pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:39 smithi066 ceph-mon[112137]: from='client.17160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:42 smithi066 ceph-mon[112137]: pgmap v107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:42 smithi203 ceph-mon[117428]: pgmap v107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:42 smithi137 ceph-mon[117020]: pgmap v107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:44.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:44.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:44.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:44 smithi066 ceph-mon[112137]: pgmap v108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:44.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:44.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:44.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:44.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:44.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:44 smithi203 ceph-mon[117428]: pgmap v108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:44 smithi137 ceph-mon[117020]: pgmap v108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:45.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:45 smithi066 ceph-mon[112137]: from='client.17238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:45 smithi203 ceph-mon[117428]: from='client.17238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:45 smithi137 ceph-mon[117020]: from='client.17238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:46 smithi066 ceph-mon[112137]: pgmap v109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:16:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:46 smithi203 ceph-mon[117428]: pgmap v109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:16:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:46 smithi137 ceph-mon[117020]: pgmap v109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:16:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:48 smithi066 ceph-mon[112137]: pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:48 smithi203 ceph-mon[117428]: pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:48 smithi137 ceph-mon[117020]: pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:49.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:49.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:49.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:50.537 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:50.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:50.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:50.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:50.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:50 smithi066 ceph-mon[112137]: pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:50 smithi203 ceph-mon[117428]: pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:50 smithi137 ceph-mon[117020]: pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:16:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:51 smithi066 ceph-mon[112137]: from='client.17313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:51.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:51 smithi203 ceph-mon[117428]: from='client.17313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:51.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:51 smithi137 ceph-mon[117020]: from='client.17313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:52 smithi066 ceph-mon[112137]: pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:52 smithi203 ceph-mon[117428]: pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:52 smithi137 ceph-mon[117020]: pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:54 smithi066 ceph-mon[112137]: pgmap v113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:54 smithi203 ceph-mon[117428]: pgmap v113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:54 smithi137 ceph-mon[117020]: pgmap v113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:55.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:16:55.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:55.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:56.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:16:56.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:56.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:56.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:56.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:16:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:56 smithi066 ceph-mon[112137]: pgmap v114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:56 smithi203 ceph-mon[117428]: pgmap v114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:56 smithi137 ceph-mon[117020]: pgmap v114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:57.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:57 smithi066 ceph-mon[112137]: from='client.17388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:57 smithi203 ceph-mon[117428]: from='client.17388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:57.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:57 smithi137 ceph-mon[117020]: from='client.17388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:16:58 smithi066 ceph-mon[112137]: pgmap v115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:16:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:16:58 smithi203 ceph-mon[117428]: pgmap v115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:16:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:16:58 smithi137 ceph-mon[117020]: pgmap v115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:17:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:00 smithi066 ceph-mon[112137]: pgmap v116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:17:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:00 smithi203 ceph-mon[117428]: pgmap v116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:17:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:00 smithi137 ceph-mon[117020]: pgmap v116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:17:01.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:01.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:01.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:01.969 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:01.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:01.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:01.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:01.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:02 smithi066 ceph-mon[112137]: pgmap v117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:17:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:02 smithi203 ceph-mon[117428]: pgmap v117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:17:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:02 smithi137 ceph-mon[117020]: pgmap v117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:17:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:03 smithi066 ceph-mon[112137]: from='client.17460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:03.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:03 smithi203 ceph-mon[117428]: from='client.17460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:03.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:03 smithi137 ceph-mon[117020]: from='client.17460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:04 smithi066 ceph-mon[112137]: pgmap v118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:04 smithi203 ceph-mon[117428]: pgmap v118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:04 smithi137 ceph-mon[117020]: pgmap v118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:06 smithi066 ceph-mon[112137]: pgmap v119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:06 smithi203 ceph-mon[117428]: pgmap v119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:06 smithi137 ceph-mon[117020]: pgmap v119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:06.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:06.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:06.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:07.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:07.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:07.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:07.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:07.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:08 smithi066 ceph-mon[112137]: pgmap v120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:08 smithi066 ceph-mon[112137]: from='client.17538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:08 smithi203 ceph-mon[117428]: pgmap v120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:08 smithi203 ceph-mon[117428]: from='client.17538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:08 smithi137 ceph-mon[117020]: pgmap v120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:08.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:08 smithi137 ceph-mon[117020]: from='client.17538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:10 smithi066 ceph-mon[112137]: pgmap v121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:10 smithi203 ceph-mon[117428]: pgmap v121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:10 smithi137 ceph-mon[117020]: pgmap v121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:12.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:12.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:12.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:12 smithi066 ceph-mon[112137]: pgmap v122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:12 smithi203 ceph-mon[117428]: pgmap v122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:12 smithi137 ceph-mon[117020]: pgmap v122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:13.409 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:13.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:13.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:13.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:13.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:14 smithi066 ceph-mon[112137]: pgmap v123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:14 smithi066 ceph-mon[112137]: from='client.17616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:14 smithi203 ceph-mon[117428]: pgmap v123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:14 smithi203 ceph-mon[117428]: from='client.17616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:14 smithi137 ceph-mon[117020]: pgmap v123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:14 smithi137 ceph-mon[117020]: from='client.17616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:16 smithi066 ceph-mon[112137]: pgmap v124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:16 smithi203 ceph-mon[117428]: pgmap v124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:16 smithi137 ceph-mon[117020]: pgmap v124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:18.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:18.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:18.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:18 smithi066 ceph-mon[112137]: pgmap v125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:18 smithi203 ceph-mon[117428]: pgmap v125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:18 smithi137 ceph-mon[117020]: pgmap v125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:19.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:19.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:19.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:19.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:19.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:20 smithi066 ceph-mon[112137]: pgmap v126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:20 smithi066 ceph-mon[112137]: from='client.17691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:20 smithi203 ceph-mon[117428]: pgmap v126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:20 smithi203 ceph-mon[117428]: from='client.17691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:20 smithi137 ceph-mon[117020]: pgmap v126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:20 smithi137 ceph-mon[117020]: from='client.17691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:22 smithi066 ceph-mon[112137]: pgmap v127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:22 smithi203 ceph-mon[117428]: pgmap v127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:22 smithi137 ceph-mon[117020]: pgmap v127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:24.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:24.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:24.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:24 smithi066 ceph-mon[112137]: pgmap v128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:24 smithi203 ceph-mon[117428]: pgmap v128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:24 smithi137 ceph-mon[117020]: pgmap v128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:24.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:24.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:24.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:24.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:24.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:17:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:17:25.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:17:25.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:17:25.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:17:25.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:17:25.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:17:25.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:17:25.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:17:25.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:17:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:17:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:17:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:26 smithi203 ceph-mon[117428]: from='client.17766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:26 smithi203 ceph-mon[117428]: pgmap v129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:26 smithi137 ceph-mon[117020]: from='client.17766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:26 smithi137 ceph-mon[117020]: pgmap v129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:26.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:26 smithi066 ceph-mon[112137]: from='client.17766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:26.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:26 smithi066 ceph-mon[112137]: pgmap v129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:28 smithi203 ceph-mon[117428]: pgmap v130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:28 smithi137 ceph-mon[117020]: pgmap v130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:28 smithi066 ceph-mon[112137]: pgmap v130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:29.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:29.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:29.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:30.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:30.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:30.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:30.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:30.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:30 smithi203 ceph-mon[117428]: pgmap v131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:30 smithi137 ceph-mon[117020]: pgmap v131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:30.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:30 smithi066 ceph-mon[112137]: pgmap v131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:31 smithi203 ceph-mon[117428]: from='client.17835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:31 smithi137 ceph-mon[117020]: from='client.17835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:31.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:31 smithi066 ceph-mon[112137]: from='client.17835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:32 smithi203 ceph-mon[117428]: pgmap v132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:32 smithi137 ceph-mon[117020]: pgmap v132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:32 smithi066 ceph-mon[112137]: pgmap v132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:33 smithi203 ceph-mon[117428]: pgmap v133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:33.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:33 smithi137 ceph-mon[117020]: pgmap v133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:33.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:33 smithi066 ceph-mon[112137]: pgmap v133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:35.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:35.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:35.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:36.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:36.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:36.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:36.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:36.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:36 smithi066 ceph-mon[112137]: pgmap v134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:36 smithi203 ceph-mon[117428]: pgmap v134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:36 smithi137 ceph-mon[117020]: pgmap v134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:37 smithi066 ceph-mon[112137]: from='client.17910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:37.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:37 smithi203 ceph-mon[117428]: from='client.17910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:37 smithi137 ceph-mon[117020]: from='client.17910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:38 smithi066 ceph-mon[112137]: pgmap v135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:38 smithi203 ceph-mon[117428]: pgmap v135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:38 smithi137 ceph-mon[117020]: pgmap v135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:40 smithi066 ceph-mon[112137]: pgmap v136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:40 smithi203 ceph-mon[117428]: pgmap v136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:40 smithi137 ceph-mon[117020]: pgmap v136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:41.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:41.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:41.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:42.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:42.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:42.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:42.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:42.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:42 smithi066 ceph-mon[112137]: pgmap v137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:42 smithi203 ceph-mon[117428]: pgmap v137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:42 smithi137 ceph-mon[117020]: pgmap v137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:43 smithi066 ceph-mon[112137]: from='client.17982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:43.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:43 smithi203 ceph-mon[117428]: from='client.17982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:43.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:43 smithi137 ceph-mon[117020]: from='client.17982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:44 smithi066 ceph-mon[112137]: pgmap v138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:44 smithi203 ceph-mon[117428]: pgmap v138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:44 smithi137 ceph-mon[117020]: pgmap v138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:46 smithi066 ceph-mon[112137]: pgmap v139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:46 smithi203 ceph-mon[117428]: pgmap v139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:46.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:46 smithi137 ceph-mon[117020]: pgmap v139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:47.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:47.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:47.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:47.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:47.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:47.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:47.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:47.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:48 smithi066 ceph-mon[112137]: pgmap v140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:48 smithi066 ceph-mon[112137]: from='client.18060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:48 smithi203 ceph-mon[117428]: pgmap v140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:48 smithi203 ceph-mon[117428]: from='client.18060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:48.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:48 smithi137 ceph-mon[117020]: pgmap v140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:48.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:48 smithi137 ceph-mon[117020]: from='client.18060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:50 smithi066 ceph-mon[112137]: pgmap v141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:50 smithi203 ceph-mon[117428]: pgmap v141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:50 smithi137 ceph-mon[117020]: pgmap v141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:52 smithi066 ceph-mon[112137]: pgmap v142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:52.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:52.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:52.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:52 smithi203 ceph-mon[117428]: pgmap v142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:52 smithi137 ceph-mon[117020]: pgmap v142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:53.479 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:53.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:53.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:53.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:53.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:17:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:54 smithi066 ceph-mon[112137]: pgmap v143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:54 smithi066 ceph-mon[112137]: from='client.18138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:54 smithi203 ceph-mon[117428]: pgmap v143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:54 smithi203 ceph-mon[117428]: from='client.18138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:54 smithi137 ceph-mon[117020]: pgmap v143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:54 smithi137 ceph-mon[117020]: from='client.18138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:56 smithi066 ceph-mon[112137]: pgmap v144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:56 smithi203 ceph-mon[117428]: pgmap v144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:56 smithi137 ceph-mon[117020]: pgmap v144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:58.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:17:58.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:58.482 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:17:58 smithi066 ceph-mon[112137]: pgmap v145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:17:58 smithi203 ceph-mon[117428]: pgmap v145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:58.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:17:58 smithi137 ceph-mon[117020]: pgmap v145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:59.211 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:17:59.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:59.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:59.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:59.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:00 smithi066 ceph-mon[112137]: pgmap v146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:00 smithi066 ceph-mon[112137]: from='client.18213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:00 smithi203 ceph-mon[117428]: pgmap v146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:00 smithi203 ceph-mon[117428]: from='client.18213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:00 smithi137 ceph-mon[117020]: pgmap v146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:00 smithi137 ceph-mon[117020]: from='client.18213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:02 smithi066 ceph-mon[112137]: pgmap v147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:02 smithi203 ceph-mon[117428]: pgmap v147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:02 smithi137 ceph-mon[117020]: pgmap v147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:04.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:04.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:04.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:04 smithi066 ceph-mon[112137]: pgmap v148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:04 smithi203 ceph-mon[117428]: pgmap v148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:04 smithi137 ceph-mon[117020]: pgmap v148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:04.935 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:04.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:04.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:04.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:04.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:06 smithi066 ceph-mon[112137]: from='client.18285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:06 smithi066 ceph-mon[112137]: pgmap v149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:06 smithi203 ceph-mon[117428]: from='client.18285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:06 smithi203 ceph-mon[117428]: pgmap v149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:06 smithi137 ceph-mon[117020]: from='client.18285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:06 smithi137 ceph-mon[117020]: pgmap v149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:08 smithi066 ceph-mon[112137]: pgmap v150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:08 smithi203 ceph-mon[117428]: pgmap v150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:08.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:08 smithi137 ceph-mon[117020]: pgmap v150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:09.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:09.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:09.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:10.656 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:10.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:10.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:10.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:10.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:10 smithi066 ceph-mon[112137]: pgmap v151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:10 smithi203 ceph-mon[117428]: pgmap v151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:10 smithi137 ceph-mon[117020]: pgmap v151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:11 smithi066 ceph-mon[112137]: from='client.18360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:11.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:11 smithi203 ceph-mon[117428]: from='client.18360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:11.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:11 smithi137 ceph-mon[117020]: from='client.18360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:12 smithi066 ceph-mon[112137]: pgmap v152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:12 smithi203 ceph-mon[117428]: pgmap v152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:12 smithi137 ceph-mon[117020]: pgmap v152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:14 smithi066 ceph-mon[112137]: pgmap v153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:14 smithi203 ceph-mon[117428]: pgmap v153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:14 smithi137 ceph-mon[117020]: pgmap v153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:15.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:15.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:15.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:16.374 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:16.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:16.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:16.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:16.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:16 smithi066 ceph-mon[112137]: pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:16 smithi203 ceph-mon[117428]: pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:16 smithi137 ceph-mon[117020]: pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:17 smithi066 ceph-mon[112137]: from='client.18435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:17 smithi203 ceph-mon[117428]: from='client.18435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:17.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:17 smithi137 ceph-mon[117020]: from='client.18435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:18.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:18 smithi066 ceph-mon[112137]: pgmap v155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:18 smithi203 ceph-mon[117428]: pgmap v155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:18.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:18 smithi137 ceph-mon[117020]: pgmap v155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:20 smithi066 ceph-mon[112137]: pgmap v156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:20 smithi203 ceph-mon[117428]: pgmap v156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:20 smithi137 ceph-mon[117020]: pgmap v156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:21.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:21.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:21.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:22.103 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:22.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:22.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:22.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:22.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:22 smithi203 ceph-mon[117428]: pgmap v157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:22 smithi137 ceph-mon[117020]: pgmap v157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:22 smithi066 ceph-mon[112137]: pgmap v157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:23 smithi203 ceph-mon[117428]: from='client.18510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:23 smithi137 ceph-mon[117020]: from='client.18510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:23.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:23 smithi066 ceph-mon[112137]: from='client.18510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:24 smithi203 ceph-mon[117428]: pgmap v158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:24 smithi137 ceph-mon[117020]: pgmap v158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:24 smithi066 ceph-mon[112137]: pgmap v158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:26 smithi066 ceph-mon[112137]: pgmap v159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:18:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:18:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:18:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:18:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:26 smithi203 ceph-mon[117428]: pgmap v159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:18:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:18:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:18:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:18:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:26 smithi137 ceph-mon[117020]: pgmap v159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:18:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:18:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:18:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:18:27.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:27.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:27.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:27.821 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:27.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:27.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:27.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:27.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:28 smithi066 ceph-mon[112137]: pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:28 smithi066 ceph-mon[112137]: from='client.18588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:28 smithi203 ceph-mon[117428]: pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:28 smithi203 ceph-mon[117428]: from='client.18588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:28 smithi137 ceph-mon[117020]: pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:28 smithi137 ceph-mon[117020]: from='client.18588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:30 smithi066 ceph-mon[112137]: pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:30 smithi203 ceph-mon[117428]: pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:30 smithi137 ceph-mon[117020]: pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:32 smithi066 ceph-mon[112137]: pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:32 smithi203 ceph-mon[117428]: pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:32.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:32.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:32.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:32 smithi137 ceph-mon[117020]: pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:33.549 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:33.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:33.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:33.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:33.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:34 smithi066 ceph-mon[112137]: pgmap v163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:34 smithi066 ceph-mon[112137]: from='client.18660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:34 smithi203 ceph-mon[117428]: pgmap v163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:34 smithi203 ceph-mon[117428]: from='client.18660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:34.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:34 smithi137 ceph-mon[117020]: pgmap v163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:34.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:34 smithi137 ceph-mon[117020]: from='client.18660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:36 smithi066 ceph-mon[112137]: pgmap v164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:36 smithi203 ceph-mon[117428]: pgmap v164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:36 smithi137 ceph-mon[117020]: pgmap v164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:38.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:38.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:38.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:38 smithi066 ceph-mon[112137]: pgmap v165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:38 smithi203 ceph-mon[117428]: pgmap v165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:38 smithi137 ceph-mon[117020]: pgmap v165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:39.271 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:39.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:39.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:39.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:39.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:40 smithi066 ceph-mon[112137]: pgmap v166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:40 smithi066 ceph-mon[112137]: from='client.18738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:40 smithi203 ceph-mon[117428]: pgmap v166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:40 smithi203 ceph-mon[117428]: from='client.18738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:40 smithi137 ceph-mon[117020]: pgmap v166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:40 smithi137 ceph-mon[117020]: from='client.18738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:42 smithi066 ceph-mon[112137]: pgmap v167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:42 smithi203 ceph-mon[117428]: pgmap v167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:42 smithi137 ceph-mon[117020]: pgmap v167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:44.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:44.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:44.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:44 smithi066 ceph-mon[112137]: pgmap v168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:44 smithi203 ceph-mon[117428]: pgmap v168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:44 smithi137 ceph-mon[117020]: pgmap v168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:45.002 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:45.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:45.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:45.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:45.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:46 smithi066 ceph-mon[112137]: pgmap v169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:46 smithi066 ceph-mon[112137]: from='client.18813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:46 smithi203 ceph-mon[117428]: pgmap v169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:46.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:46 smithi203 ceph-mon[117428]: from='client.18813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:46.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:46 smithi137 ceph-mon[117020]: pgmap v169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:46.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:46 smithi137 ceph-mon[117020]: from='client.18813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:48 smithi066 ceph-mon[112137]: pgmap v170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:48 smithi203 ceph-mon[117428]: pgmap v170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:48.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:48 smithi137 ceph-mon[117020]: pgmap v170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:50.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:50.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:50.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:50.731 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:50.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:50.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:50.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:50.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:50 smithi066 ceph-mon[112137]: pgmap v171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:50 smithi203 ceph-mon[117428]: pgmap v171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:50 smithi137 ceph-mon[117020]: pgmap v171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:51 smithi066 ceph-mon[112137]: from='client.18891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:51.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:51 smithi203 ceph-mon[117428]: from='client.18891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:51.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:51 smithi137 ceph-mon[117020]: from='client.18891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:52 smithi066 ceph-mon[112137]: pgmap v172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:52 smithi203 ceph-mon[117428]: pgmap v172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:52 smithi137 ceph-mon[117020]: pgmap v172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:54 smithi066 ceph-mon[112137]: pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:54 smithi203 ceph-mon[117428]: pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:54 smithi137 ceph-mon[117020]: pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:55.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:18:55.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:55.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:56.441 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:18:56.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:56.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:56.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:56.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:18:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:56 smithi066 ceph-mon[112137]: pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:56 smithi203 ceph-mon[117428]: pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:56 smithi137 ceph-mon[117020]: pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:57.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:57 smithi066 ceph-mon[112137]: from='client.18966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:57 smithi203 ceph-mon[117428]: from='client.18966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:57.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:57 smithi137 ceph-mon[117020]: from='client.18966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:18:58 smithi066 ceph-mon[112137]: pgmap v175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:18:58 smithi203 ceph-mon[117428]: pgmap v175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:58.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:18:58 smithi137 ceph-mon[117020]: pgmap v175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:00 smithi066 ceph-mon[112137]: pgmap v176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:00 smithi203 ceph-mon[117428]: pgmap v176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:00 smithi137 ceph-mon[117020]: pgmap v176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:01.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:01.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:01.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:02.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:02.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:02.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:02.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:02.160 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:02 smithi066 ceph-mon[112137]: pgmap v177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:02 smithi203 ceph-mon[117428]: pgmap v177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:02 smithi137 ceph-mon[117020]: pgmap v177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:03 smithi066 ceph-mon[112137]: from='client.19044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:03.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:03 smithi203 ceph-mon[117428]: from='client.19044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:03 smithi137 ceph-mon[117020]: from='client.19044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:04 smithi066 ceph-mon[112137]: pgmap v178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:04 smithi203 ceph-mon[117428]: pgmap v178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:04 smithi137 ceph-mon[117020]: pgmap v178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:06.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:06 smithi066 ceph-mon[112137]: pgmap v179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:06 smithi203 ceph-mon[117428]: pgmap v179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:06 smithi137 ceph-mon[117020]: pgmap v179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:07.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:07.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:07.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:07.876 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:07.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:07.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:07.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:07.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:08 smithi203 ceph-mon[117428]: pgmap v180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:08.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:08 smithi137 ceph-mon[117020]: pgmap v180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:08.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:08 smithi066 ceph-mon[112137]: pgmap v180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:09 smithi203 ceph-mon[117428]: from='client.19119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:09.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:09 smithi137 ceph-mon[117020]: from='client.19119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:09.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:09 smithi066 ceph-mon[112137]: from='client.19119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:10 smithi203 ceph-mon[117428]: pgmap v181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:10 smithi137 ceph-mon[117020]: pgmap v181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:10.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:10 smithi066 ceph-mon[112137]: pgmap v181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:12 smithi203 ceph-mon[117428]: pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:12 smithi137 ceph-mon[117020]: pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:12.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:12.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:12.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:12 smithi066 ceph-mon[112137]: pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:13.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:13.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:13.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:13.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:13.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:14 smithi203 ceph-mon[117428]: pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:14 smithi203 ceph-mon[117428]: from='client.19194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:14 smithi137 ceph-mon[117020]: pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:14 smithi137 ceph-mon[117020]: from='client.19194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:14 smithi066 ceph-mon[112137]: pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:14 smithi066 ceph-mon[112137]: from='client.19194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:16 smithi203 ceph-mon[117428]: pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:16 smithi137 ceph-mon[117020]: pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:16 smithi066 ceph-mon[112137]: pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:18.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:18.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:18.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:18 smithi203 ceph-mon[117428]: pgmap v185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:18 smithi137 ceph-mon[117020]: pgmap v185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:18.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:18 smithi066 ceph-mon[112137]: pgmap v185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:19.328 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:19.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:19.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:19.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:19.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:20 smithi203 ceph-mon[117428]: pgmap v186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:20 smithi203 ceph-mon[117428]: from='client.19272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:20 smithi137 ceph-mon[117020]: pgmap v186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:20 smithi137 ceph-mon[117020]: from='client.19272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:20.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:20 smithi066 ceph-mon[112137]: pgmap v186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:20 smithi066 ceph-mon[112137]: from='client.19272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:22 smithi203 ceph-mon[117428]: pgmap v187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:22 smithi137 ceph-mon[117020]: pgmap v187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:22 smithi066 ceph-mon[112137]: pgmap v187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:24.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:24.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:24.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:24 smithi203 ceph-mon[117428]: pgmap v188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:24 smithi137 ceph-mon[117020]: pgmap v188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:24 smithi066 ceph-mon[112137]: pgmap v188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:25.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:25.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:25.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:25.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:25.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:26 smithi203 ceph-mon[117428]: pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:26 smithi203 ceph-mon[117428]: from='client.19338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:19:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:26 smithi137 ceph-mon[117020]: pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:26 smithi137 ceph-mon[117020]: from='client.19338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:19:26.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:26 smithi066 ceph-mon[112137]: pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:26 smithi066 ceph-mon[112137]: from='client.19338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:19:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:19:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:19:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:19:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:19:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:19:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:19:27.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:19:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:19:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:19:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:28 smithi203 ceph-mon[117428]: pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:28 smithi137 ceph-mon[117020]: pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:28 smithi066 ceph-mon[112137]: pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:29 smithi203 ceph-mon[117428]: pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:29.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:29 smithi137 ceph-mon[117020]: pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:29.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:29 smithi066 ceph-mon[112137]: pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:30.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:30.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:30.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:30.784 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:30.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:30.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:30.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:30.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:31 smithi066 ceph-mon[112137]: from='client.19410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:31 smithi203 ceph-mon[117428]: from='client.19410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:31.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:31 smithi137 ceph-mon[117020]: from='client.19410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:32 smithi066 ceph-mon[112137]: pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:32 smithi203 ceph-mon[117428]: pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:32 smithi137 ceph-mon[117020]: pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:34 smithi066 ceph-mon[112137]: pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:34 smithi203 ceph-mon[117428]: pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:34.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:34 smithi137 ceph-mon[117020]: pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:35.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:35.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:35.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:36.496 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:36.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:36.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:36.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:36.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:36 smithi066 ceph-mon[112137]: pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:36 smithi203 ceph-mon[117428]: pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:36 smithi137 ceph-mon[117020]: pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:37 smithi066 ceph-mon[112137]: from='client.19482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:37 smithi203 ceph-mon[117428]: from='client.19482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:37.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:37 smithi137 ceph-mon[117020]: from='client.19482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:38 smithi066 ceph-mon[112137]: pgmap v195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:38.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:38 smithi203 ceph-mon[117428]: pgmap v195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:38 smithi137 ceph-mon[117020]: pgmap v195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:40 smithi066 ceph-mon[112137]: pgmap v196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:40 smithi203 ceph-mon[117428]: pgmap v196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:40 smithi137 ceph-mon[117020]: pgmap v196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:41.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:41.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:41.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:42.212 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:42 smithi066 ceph-mon[112137]: pgmap v197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:42 smithi203 ceph-mon[117428]: pgmap v197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:42 smithi137 ceph-mon[117020]: pgmap v197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:43 smithi066 ceph-mon[112137]: from='client.19560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:43 smithi203 ceph-mon[117428]: from='client.19560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:43.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:43 smithi137 ceph-mon[117020]: from='client.19560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:44 smithi066 ceph-mon[112137]: pgmap v198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:44 smithi203 ceph-mon[117428]: pgmap v198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:44 smithi137 ceph-mon[117020]: pgmap v198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:46 smithi066 ceph-mon[112137]: pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:46 smithi203 ceph-mon[117428]: pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:46.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:46 smithi137 ceph-mon[117020]: pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:47.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:47.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:47.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:47.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:47.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:47.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:47.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:47.930 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:48 smithi066 ceph-mon[112137]: pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:48 smithi203 ceph-mon[117428]: pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:48.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:48 smithi137 ceph-mon[117020]: pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:49 smithi066 ceph-mon[112137]: from='client.19635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:49 smithi203 ceph-mon[117428]: from='client.19635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:49.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:49 smithi137 ceph-mon[117020]: from='client.19635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:50 smithi066 ceph-mon[112137]: pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:50 smithi203 ceph-mon[117428]: pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:50 smithi137 ceph-mon[117020]: pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:52 smithi066 ceph-mon[112137]: pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:52 smithi203 ceph-mon[117428]: pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:52 smithi137 ceph-mon[117020]: pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:52.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:52.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:52.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:53.644 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:53.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:53.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:53.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:53.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:19:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:54 smithi066 ceph-mon[112137]: pgmap v203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:54 smithi066 ceph-mon[112137]: from='client.19707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:54 smithi203 ceph-mon[117428]: pgmap v203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:54 smithi203 ceph-mon[117428]: from='client.19707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:54 smithi137 ceph-mon[117020]: pgmap v203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:54 smithi137 ceph-mon[117020]: from='client.19707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:56 smithi066 ceph-mon[112137]: pgmap v204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:56 smithi203 ceph-mon[117428]: pgmap v204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:56 smithi137 ceph-mon[117020]: pgmap v204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:58.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:19:58.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:58.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:58.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:19:58 smithi066 ceph-mon[112137]: pgmap v205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:19:58 smithi203 ceph-mon[117428]: pgmap v205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:58.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:19:58 smithi137 ceph-mon[117020]: pgmap v205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:59.361 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:19:59.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:59.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:59.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:59.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:00 smithi066 ceph-mon[112137]: pgmap v206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:00 smithi066 ceph-mon[112137]: from='client.19782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T17:20:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:00 smithi203 ceph-mon[117428]: pgmap v206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:00 smithi203 ceph-mon[117428]: from='client.19782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T17:20:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:00 smithi137 ceph-mon[117020]: pgmap v206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:00 smithi137 ceph-mon[117020]: from='client.19782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T17:20:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:02 smithi066 ceph-mon[112137]: pgmap v207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:02 smithi203 ceph-mon[117428]: pgmap v207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:02 smithi137 ceph-mon[117020]: pgmap v207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:04.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:04.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:04.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:04 smithi066 ceph-mon[112137]: pgmap v208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:04 smithi203 ceph-mon[117428]: pgmap v208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:04 smithi137 ceph-mon[117020]: pgmap v208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:05.076 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:05.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:05.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:05.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:05.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:06.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:06 smithi203 ceph-mon[117428]: pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:06.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:06 smithi203 ceph-mon[117428]: from='client.19857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:06 smithi137 ceph-mon[117020]: pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:06 smithi137 ceph-mon[117020]: from='client.19857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:06 smithi066 ceph-mon[112137]: pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:06 smithi066 ceph-mon[112137]: from='client.19857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:08 smithi203 ceph-mon[117428]: pgmap v210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:08.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:08 smithi137 ceph-mon[117020]: pgmap v210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:08.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:08 smithi066 ceph-mon[112137]: pgmap v210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:10.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:10.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:10.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:10.797 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:10.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:10.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:10.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:10.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:10 smithi203 ceph-mon[117428]: pgmap v211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:10 smithi137 ceph-mon[117020]: pgmap v211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:10.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:10 smithi066 ceph-mon[112137]: pgmap v211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:11 smithi203 ceph-mon[117428]: from='client.19935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:11.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:11 smithi137 ceph-mon[117020]: from='client.19935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:11 smithi066 ceph-mon[112137]: from='client.19935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:12 smithi203 ceph-mon[117428]: pgmap v212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:12 smithi137 ceph-mon[117020]: pgmap v212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:12 smithi066 ceph-mon[112137]: pgmap v212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:14 smithi203 ceph-mon[117428]: pgmap v213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:14 smithi137 ceph-mon[117020]: pgmap v213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:14 smithi066 ceph-mon[112137]: pgmap v213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:15.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:15.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:15.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:16.520 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:16.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:16.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:16.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:16.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:16 smithi203 ceph-mon[117428]: pgmap v214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:16 smithi137 ceph-mon[117020]: pgmap v214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:16 smithi066 ceph-mon[112137]: pgmap v214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:17 smithi203 ceph-mon[117428]: from='client.20004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:17.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:17 smithi137 ceph-mon[117020]: from='client.20004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:17 smithi066 ceph-mon[112137]: from='client.20004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:18 smithi203 ceph-mon[117428]: pgmap v215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:18.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:18 smithi137 ceph-mon[117020]: pgmap v215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:18.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:18 smithi066 ceph-mon[112137]: pgmap v215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:20 smithi203 ceph-mon[117428]: pgmap v216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:20 smithi137 ceph-mon[117020]: pgmap v216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:20 smithi066 ceph-mon[112137]: pgmap v216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:21.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:21.522 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:21.522 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:22.242 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:22.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:22.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:22.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:22.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:22 smithi203 ceph-mon[117428]: pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:22 smithi137 ceph-mon[117020]: pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:22 smithi066 ceph-mon[112137]: pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:23 smithi203 ceph-mon[117428]: from='client.20082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:23 smithi137 ceph-mon[117020]: from='client.20082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:23 smithi066 ceph-mon[112137]: from='client.20082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:24 smithi203 ceph-mon[117428]: pgmap v218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:24 smithi137 ceph-mon[117020]: pgmap v218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:24 smithi066 ceph-mon[112137]: pgmap v218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:26 smithi066 ceph-mon[112137]: pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:26 smithi203 ceph-mon[117428]: pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:26 smithi137 ceph-mon[117020]: pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:27.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:27.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:27.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:20:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:20:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:20:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:20:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:20:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:20:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:20:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:20:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:20:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:20:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:20:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:20:27.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:27.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:27.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:27.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:27.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:28 smithi066 ceph-mon[112137]: pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:28 smithi203 ceph-mon[117428]: pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:28 smithi137 ceph-mon[117020]: pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:29 smithi066 ceph-mon[112137]: from='client.20154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:29 smithi203 ceph-mon[117428]: from='client.20154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:29.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:29 smithi137 ceph-mon[117020]: from='client.20154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:30 smithi066 ceph-mon[112137]: pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:30 smithi203 ceph-mon[117428]: pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:30 smithi137 ceph-mon[117020]: pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:32 smithi066 ceph-mon[112137]: pgmap v222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:32 smithi203 ceph-mon[117428]: pgmap v222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:32 smithi137 ceph-mon[117020]: pgmap v222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:32.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:32.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:32.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:33.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:33.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:33.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:33.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:33.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:34 smithi066 ceph-mon[112137]: pgmap v223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:34 smithi066 ceph-mon[112137]: from='client.20232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:34 smithi203 ceph-mon[117428]: pgmap v223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:34 smithi203 ceph-mon[117428]: from='client.20232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:34.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:34 smithi137 ceph-mon[117020]: pgmap v223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:34.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:34 smithi137 ceph-mon[117020]: from='client.20232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:36.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:36 smithi066 ceph-mon[112137]: pgmap v224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:36 smithi203 ceph-mon[117428]: pgmap v224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:36 smithi137 ceph-mon[117020]: pgmap v224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:38.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:38.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:38.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:38.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:38 smithi066 ceph-mon[112137]: pgmap v225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:38.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:38 smithi203 ceph-mon[117428]: pgmap v225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:38 smithi137 ceph-mon[117020]: pgmap v225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:39.415 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:39.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:39.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:39.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:39.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:40 smithi066 ceph-mon[112137]: pgmap v226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:40 smithi066 ceph-mon[112137]: from='client.20310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:40 smithi203 ceph-mon[117428]: pgmap v226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:40 smithi203 ceph-mon[117428]: from='client.20310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:40 smithi137 ceph-mon[117020]: pgmap v226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:40 smithi137 ceph-mon[117020]: from='client.20310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:42 smithi066 ceph-mon[112137]: pgmap v227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:42 smithi203 ceph-mon[117428]: pgmap v227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:42 smithi137 ceph-mon[117020]: pgmap v227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:44.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:44.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:44.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:44 smithi066 ceph-mon[112137]: pgmap v228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:44 smithi203 ceph-mon[117428]: pgmap v228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:44 smithi137 ceph-mon[117020]: pgmap v228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:45.144 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:45.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:45.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:45.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:45.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:46 smithi066 ceph-mon[112137]: pgmap v229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:46 smithi066 ceph-mon[112137]: from='client.20388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:46.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:46 smithi203 ceph-mon[117428]: pgmap v229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:46.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:46 smithi203 ceph-mon[117428]: from='client.20388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:46.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:46 smithi137 ceph-mon[117020]: pgmap v229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:46.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:46 smithi137 ceph-mon[117020]: from='client.20388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:48 smithi203 ceph-mon[117428]: pgmap v230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:48.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:48 smithi137 ceph-mon[117020]: pgmap v230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:48 smithi066 ceph-mon[112137]: pgmap v230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:50.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:50.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:50.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:50 smithi203 ceph-mon[117428]: pgmap v231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:50.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:50.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:50.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:50.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:50.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:50 smithi137 ceph-mon[117020]: pgmap v231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:50 smithi066 ceph-mon[112137]: pgmap v231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:51 smithi203 ceph-mon[117428]: from='client.20463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:51.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:51 smithi137 ceph-mon[117020]: from='client.20463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:51 smithi066 ceph-mon[112137]: from='client.20463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:52 smithi203 ceph-mon[117428]: pgmap v232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:52 smithi137 ceph-mon[117020]: pgmap v232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:52 smithi066 ceph-mon[112137]: pgmap v232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:54 smithi203 ceph-mon[117428]: pgmap v233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:54 smithi137 ceph-mon[117020]: pgmap v233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:54 smithi066 ceph-mon[112137]: pgmap v233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:55.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:20:55.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:55.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:56.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:56.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:56.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:56.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:20:56.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:20:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:56 smithi203 ceph-mon[117428]: pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:56 smithi137 ceph-mon[117020]: pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:56 smithi066 ceph-mon[112137]: pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:57 smithi203 ceph-mon[117428]: from='client.20535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:57.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:57 smithi137 ceph-mon[117020]: from='client.20535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:57 smithi066 ceph-mon[112137]: from='client.20535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:20:58 smithi203 ceph-mon[117428]: pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:58.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:20:58 smithi137 ceph-mon[117020]: pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:20:58 smithi066 ceph-mon[112137]: pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:00 smithi203 ceph-mon[117428]: pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:00 smithi137 ceph-mon[117020]: pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:00 smithi066 ceph-mon[112137]: pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:01.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:01.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:01.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:02.334 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:02.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:02.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:02.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:02.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:02 smithi203 ceph-mon[117428]: pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:02 smithi137 ceph-mon[117020]: pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:02 smithi066 ceph-mon[112137]: pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:03 smithi203 ceph-mon[117428]: from='client.20610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:03 smithi137 ceph-mon[117020]: from='client.20610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:03 smithi066 ceph-mon[112137]: from='client.20610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:04 smithi203 ceph-mon[117428]: pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:04 smithi137 ceph-mon[117020]: pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:04 smithi066 ceph-mon[112137]: pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:06.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:06 smithi203 ceph-mon[117428]: pgmap v239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:06 smithi137 ceph-mon[117020]: pgmap v239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:06 smithi066 ceph-mon[112137]: pgmap v239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:07.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:07.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:07.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:08.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:08.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:08.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:08.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:08.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:08 smithi203 ceph-mon[117428]: pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:08.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:08 smithi137 ceph-mon[117020]: pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:08 smithi066 ceph-mon[112137]: pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:09 smithi203 ceph-mon[117428]: from='client.20682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:09.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:09 smithi137 ceph-mon[117020]: from='client.20682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:09 smithi066 ceph-mon[112137]: from='client.20682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:10 smithi203 ceph-mon[117428]: pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:10 smithi137 ceph-mon[117020]: pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:10 smithi066 ceph-mon[112137]: pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:12 smithi203 ceph-mon[117428]: pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:12 smithi137 ceph-mon[117020]: pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:12 smithi066 ceph-mon[112137]: pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:13.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:13.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:13.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:13.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:13.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:13.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:13.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:13.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:13 smithi137 ceph-mon[117020]: pgmap v243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:13 smithi137 ceph-mon[117020]: from='client.20751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:13 smithi066 ceph-mon[112137]: pgmap v243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:13 smithi066 ceph-mon[112137]: from='client.20751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:13 smithi203 ceph-mon[117428]: pgmap v243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:13 smithi203 ceph-mon[117428]: from='client.20751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:16.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:16 smithi066 ceph-mon[112137]: pgmap v244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:16 smithi203 ceph-mon[117428]: pgmap v244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:16 smithi137 ceph-mon[117020]: pgmap v244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:18.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:18 smithi066 ceph-mon[112137]: pgmap v245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:18.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:18.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:18.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:18 smithi203 ceph-mon[117428]: pgmap v245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:18.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:18 smithi137 ceph-mon[117020]: pgmap v245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:19.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:19.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:19.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:19.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:19.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:20 smithi066 ceph-mon[112137]: pgmap v246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:20 smithi066 ceph-mon[112137]: from='client.20829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:20 smithi203 ceph-mon[117428]: pgmap v246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:20 smithi203 ceph-mon[117428]: from='client.20829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:20 smithi137 ceph-mon[117020]: pgmap v246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:20 smithi137 ceph-mon[117020]: from='client.20829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:22 smithi066 ceph-mon[112137]: pgmap v247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:22 smithi203 ceph-mon[117428]: pgmap v247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:22 smithi137 ceph-mon[117020]: pgmap v247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:24.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:24.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:24.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:24 smithi066 ceph-mon[112137]: pgmap v248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:24 smithi203 ceph-mon[117428]: pgmap v248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:24 smithi137 ceph-mon[117020]: pgmap v248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:25.230 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:25.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:25.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:25.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:25.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:26 smithi066 ceph-mon[112137]: pgmap v249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:26 smithi066 ceph-mon[112137]: from='client.20907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:26 smithi203 ceph-mon[117428]: pgmap v249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:26 smithi203 ceph-mon[117428]: from='client.20907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:26 smithi137 ceph-mon[117020]: pgmap v249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:26 smithi137 ceph-mon[117020]: from='client.20907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:28 smithi066 ceph-mon[112137]: pgmap v250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:21:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:28 smithi203 ceph-mon[117428]: pgmap v250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:21:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:28 smithi137 ceph-mon[117020]: pgmap v250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:21:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:21:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:21:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:21:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:21:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:29.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:21:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:21:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:21:30.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:30.233 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:30.233 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:30 smithi066 ceph-mon[112137]: pgmap v251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:30 smithi203 ceph-mon[117428]: pgmap v251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:30 smithi137 ceph-mon[117020]: pgmap v251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:30.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:30.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:30.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:30.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:30.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:32 smithi066 ceph-mon[112137]: from='client.20979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:32 smithi066 ceph-mon[112137]: pgmap v252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:32 smithi203 ceph-mon[117428]: from='client.20979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:32 smithi203 ceph-mon[117428]: pgmap v252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:32 smithi137 ceph-mon[117020]: from='client.20979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:32 smithi137 ceph-mon[117020]: pgmap v252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:34 smithi066 ceph-mon[112137]: pgmap v253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:34 smithi203 ceph-mon[117428]: pgmap v253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:34.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:34 smithi137 ceph-mon[117020]: pgmap v253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:35.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:35.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:35.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:36.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:36.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:36.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:36.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:36.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:36.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:36 smithi066 ceph-mon[112137]: pgmap v254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:36 smithi203 ceph-mon[117428]: pgmap v254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:36 smithi137 ceph-mon[117020]: pgmap v254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:37 smithi203 ceph-mon[117428]: from='client.21051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:37.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:37 smithi137 ceph-mon[117020]: from='client.21051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:37 smithi066 ceph-mon[112137]: from='client.21051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:38.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:38 smithi203 ceph-mon[117428]: pgmap v255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:38 smithi137 ceph-mon[117020]: pgmap v255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:38 smithi066 ceph-mon[112137]: pgmap v255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:40 smithi203 ceph-mon[117428]: pgmap v256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:40 smithi137 ceph-mon[117020]: pgmap v256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:40 smithi066 ceph-mon[112137]: pgmap v256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:41.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:41.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:41.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:42.393 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:42.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:42.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:42.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:42.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:42 smithi203 ceph-mon[117428]: pgmap v257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:42 smithi137 ceph-mon[117020]: pgmap v257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:42 smithi066 ceph-mon[112137]: pgmap v257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:43 smithi203 ceph-mon[117428]: from='client.21126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:43.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:43 smithi137 ceph-mon[117020]: from='client.21126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:43 smithi066 ceph-mon[112137]: from='client.21126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:44 smithi203 ceph-mon[117428]: pgmap v258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:44 smithi137 ceph-mon[117020]: pgmap v258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:44 smithi066 ceph-mon[112137]: pgmap v258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:46.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:46 smithi203 ceph-mon[117428]: pgmap v259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:46.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:46 smithi137 ceph-mon[117020]: pgmap v259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:46 smithi066 ceph-mon[112137]: pgmap v259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:47.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:47.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:47.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:48.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:48.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:48.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:48.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:48.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:48 smithi203 ceph-mon[117428]: pgmap v260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:48.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:48 smithi137 ceph-mon[117020]: pgmap v260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:48 smithi066 ceph-mon[112137]: pgmap v260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:49 smithi203 ceph-mon[117428]: from='client.21201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:49.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:49 smithi137 ceph-mon[117020]: from='client.21201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:49 smithi066 ceph-mon[112137]: from='client.21201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:50 smithi203 ceph-mon[117428]: pgmap v261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:50 smithi137 ceph-mon[117020]: pgmap v261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:50 smithi066 ceph-mon[112137]: pgmap v261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:52 smithi203 ceph-mon[117428]: pgmap v262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:52 smithi137 ceph-mon[117020]: pgmap v262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:52 smithi066 ceph-mon[112137]: pgmap v262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:53.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:53.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:53.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:53.826 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:53.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:53.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:53.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:53.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:21:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:54 smithi203 ceph-mon[117428]: pgmap v263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:54 smithi203 ceph-mon[117428]: from='client.21279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:54 smithi137 ceph-mon[117020]: pgmap v263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:54 smithi137 ceph-mon[117020]: from='client.21279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:54 smithi066 ceph-mon[112137]: pgmap v263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:54 smithi066 ceph-mon[112137]: from='client.21279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:56 smithi203 ceph-mon[117428]: pgmap v264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:56 smithi137 ceph-mon[117020]: pgmap v264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:56 smithi066 ceph-mon[112137]: pgmap v264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:21:58 smithi203 ceph-mon[117428]: pgmap v265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:58.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:21:58.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:58.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:21:58 smithi137 ceph-mon[117020]: pgmap v265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:21:58 smithi066 ceph-mon[112137]: pgmap v265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:59.537 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:21:59.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:59.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:59.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:59.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:00 smithi203 ceph-mon[117428]: pgmap v266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:00 smithi203 ceph-mon[117428]: from='client.21354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:00 smithi137 ceph-mon[117020]: pgmap v266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:00 smithi137 ceph-mon[117020]: from='client.21354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:00 smithi066 ceph-mon[112137]: pgmap v266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:00 smithi066 ceph-mon[112137]: from='client.21354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:02 smithi203 ceph-mon[117428]: pgmap v267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:02 smithi137 ceph-mon[117020]: pgmap v267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:02 smithi066 ceph-mon[112137]: pgmap v267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:04.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:04.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:04.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:04 smithi203 ceph-mon[117428]: pgmap v268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:04.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:04 smithi137 ceph-mon[117020]: pgmap v268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:04 smithi066 ceph-mon[112137]: pgmap v268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:05.254 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:05.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:05.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:05.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:05.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:06.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:06 smithi203 ceph-mon[117428]: pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:06.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:06 smithi203 ceph-mon[117428]: from='client.21429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:06 smithi137 ceph-mon[117020]: pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:06 smithi137 ceph-mon[117020]: from='client.21429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:06 smithi066 ceph-mon[112137]: pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:06 smithi066 ceph-mon[112137]: from='client.21429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:08 smithi203 ceph-mon[117428]: pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:08.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:08 smithi137 ceph-mon[117020]: pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:08 smithi066 ceph-mon[112137]: pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:10.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:10.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:10.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:10 smithi203 ceph-mon[117428]: pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:10 smithi137 ceph-mon[117020]: pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:10.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:10.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:10.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:10.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:10.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:10 smithi066 ceph-mon[112137]: pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:12 smithi203 ceph-mon[117428]: from='client.21507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:12 smithi203 ceph-mon[117428]: pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:12 smithi137 ceph-mon[117020]: from='client.21507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:12 smithi137 ceph-mon[117020]: pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:12 smithi066 ceph-mon[112137]: from='client.21507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:12 smithi066 ceph-mon[112137]: pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:14 smithi203 ceph-mon[117428]: pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:14 smithi137 ceph-mon[117020]: pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:14 smithi066 ceph-mon[112137]: pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:15.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:15.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:15.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:16.692 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:16.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:16.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:16.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:16.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:16 smithi203 ceph-mon[117428]: pgmap v274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:16 smithi137 ceph-mon[117020]: pgmap v274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:16 smithi066 ceph-mon[112137]: pgmap v274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:17 smithi203 ceph-mon[117428]: from='client.21579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:17.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:17 smithi137 ceph-mon[117020]: from='client.21579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:17 smithi066 ceph-mon[112137]: from='client.21579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:18 smithi203 ceph-mon[117428]: pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:18 smithi137 ceph-mon[117020]: pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:18 smithi066 ceph-mon[112137]: pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:19 smithi203 ceph-mon[117428]: pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:19 smithi137 ceph-mon[117020]: pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:19 smithi066 ceph-mon[112137]: pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:21.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:21.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:21.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:22.405 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:22.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:22.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:22.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:22.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:22 smithi066 ceph-mon[112137]: pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:22 smithi203 ceph-mon[117428]: pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:22 smithi137 ceph-mon[117020]: pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:23 smithi066 ceph-mon[112137]: from='client.21657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:23 smithi203 ceph-mon[117428]: from='client.21657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:23 smithi137 ceph-mon[117020]: from='client.21657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:24 smithi066 ceph-mon[112137]: pgmap v278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:24 smithi203 ceph-mon[117428]: pgmap v278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:24 smithi137 ceph-mon[117020]: pgmap v278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:26 smithi066 ceph-mon[112137]: pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:26 smithi203 ceph-mon[117428]: pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:26 smithi137 ceph-mon[117020]: pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:28.123 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:28.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:28.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:28.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:28.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:28 smithi066 ceph-mon[112137]: pgmap v280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:28 smithi203 ceph-mon[117428]: pgmap v280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:28 smithi137 ceph-mon[117020]: pgmap v280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:29 smithi066 ceph-mon[112137]: from='client.21732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:22:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:22:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:22:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:22:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:29 smithi203 ceph-mon[117428]: from='client.21732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:22:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:22:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:22:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:22:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:29 smithi137 ceph-mon[117020]: from='client.21732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:22:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:22:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:22:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:22:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:30 smithi066 ceph-mon[112137]: pgmap v281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:30 smithi203 ceph-mon[117428]: pgmap v281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:30 smithi137 ceph-mon[117020]: pgmap v281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:32 smithi066 ceph-mon[112137]: pgmap v282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:32 smithi203 ceph-mon[117428]: pgmap v282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:32 smithi137 ceph-mon[117020]: pgmap v282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:33.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:33.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:33.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:33.843 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:33.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:33.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:33.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:33.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:34 smithi066 ceph-mon[112137]: pgmap v283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:34 smithi066 ceph-mon[112137]: from='client.21810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:34 smithi203 ceph-mon[117428]: pgmap v283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:34 smithi203 ceph-mon[117428]: from='client.21810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:34 smithi137 ceph-mon[117020]: pgmap v283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:34 smithi137 ceph-mon[117020]: from='client.21810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:36 smithi203 ceph-mon[117428]: pgmap v284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:36 smithi137 ceph-mon[117020]: pgmap v284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:36 smithi066 ceph-mon[112137]: pgmap v284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:38.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:38 smithi203 ceph-mon[117428]: pgmap v285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:38.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:38.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:38.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:38 smithi137 ceph-mon[117020]: pgmap v285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:38 smithi066 ceph-mon[112137]: pgmap v285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:39.570 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:39.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:39.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:39.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:39.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:40 smithi203 ceph-mon[117428]: pgmap v286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:40 smithi203 ceph-mon[117428]: from='client.21885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:40 smithi137 ceph-mon[117020]: pgmap v286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:40 smithi137 ceph-mon[117020]: from='client.21885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:40 smithi066 ceph-mon[112137]: pgmap v286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:40 smithi066 ceph-mon[112137]: from='client.21885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:42 smithi203 ceph-mon[117428]: pgmap v287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:42 smithi137 ceph-mon[117020]: pgmap v287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:42 smithi066 ceph-mon[112137]: pgmap v287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:44.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:44.572 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:44.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:44 smithi203 ceph-mon[117428]: pgmap v288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:44 smithi137 ceph-mon[117020]: pgmap v288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:44 smithi066 ceph-mon[112137]: pgmap v288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:45.300 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:45.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:45.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:45.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:45.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:46.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:46 smithi203 ceph-mon[117428]: pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:46 smithi203 ceph-mon[117428]: from='client.21960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:46 smithi137 ceph-mon[117020]: pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:46 smithi137 ceph-mon[117020]: from='client.21960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:46 smithi066 ceph-mon[112137]: pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:46 smithi066 ceph-mon[112137]: from='client.21960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:48 smithi203 ceph-mon[117428]: pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:48.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:48 smithi137 ceph-mon[117020]: pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:48 smithi066 ceph-mon[112137]: pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:50.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:50.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:50.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:50 smithi203 ceph-mon[117428]: pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:50 smithi137 ceph-mon[117020]: pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:50 smithi066 ceph-mon[112137]: pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:51.023 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:51.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:51.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:51.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:51.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:52 smithi203 ceph-mon[117428]: from='client.22029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:52 smithi203 ceph-mon[117428]: pgmap v292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:52 smithi137 ceph-mon[117020]: from='client.22029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:52 smithi137 ceph-mon[117020]: pgmap v292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:52 smithi066 ceph-mon[112137]: from='client.22029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:52 smithi066 ceph-mon[112137]: pgmap v292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:54 smithi203 ceph-mon[117428]: pgmap v293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:54 smithi137 ceph-mon[117020]: pgmap v293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:54 smithi066 ceph-mon[112137]: pgmap v293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:56.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:22:56.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:56.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:56.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:22:56.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:56.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:56.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:56.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:22:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:56 smithi203 ceph-mon[117428]: pgmap v294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:56 smithi137 ceph-mon[117020]: pgmap v294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:56 smithi066 ceph-mon[112137]: pgmap v294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:57 smithi203 ceph-mon[117428]: from='client.22104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:57 smithi137 ceph-mon[117020]: from='client.22104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:57 smithi066 ceph-mon[112137]: from='client.22104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:22:58 smithi203 ceph-mon[117428]: pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:22:58 smithi137 ceph-mon[117020]: pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:22:58 smithi066 ceph-mon[112137]: pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:00 smithi203 ceph-mon[117428]: pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:00 smithi137 ceph-mon[117020]: pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:00 smithi066 ceph-mon[112137]: pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:01.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:01.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:01.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:02.465 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:02.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:02.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:02.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:02.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:02 smithi203 ceph-mon[117428]: pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:02 smithi137 ceph-mon[117020]: pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:02 smithi066 ceph-mon[112137]: pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:03 smithi203 ceph-mon[117428]: from='client.22182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:03 smithi137 ceph-mon[117020]: from='client.22182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:03 smithi066 ceph-mon[112137]: from='client.22182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:04 smithi203 ceph-mon[117428]: pgmap v298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:04 smithi137 ceph-mon[117020]: pgmap v298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:04 smithi066 ceph-mon[112137]: pgmap v298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:06.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:06 smithi203 ceph-mon[117428]: pgmap v299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:06 smithi137 ceph-mon[117020]: pgmap v299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:06 smithi066 ceph-mon[112137]: pgmap v299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:07.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:07.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:07.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:08.182 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:08.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:08.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:08.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:08.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:08 smithi203 ceph-mon[117428]: pgmap v300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:08 smithi137 ceph-mon[117020]: pgmap v300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:08 smithi066 ceph-mon[112137]: pgmap v300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:09 smithi203 ceph-mon[117428]: from='client.22257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:09 smithi137 ceph-mon[117020]: from='client.22257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:09 smithi066 ceph-mon[112137]: from='client.22257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:10 smithi203 ceph-mon[117428]: pgmap v301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:10 smithi137 ceph-mon[117020]: pgmap v301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:10 smithi066 ceph-mon[112137]: pgmap v301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:12 smithi203 ceph-mon[117428]: pgmap v302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:12 smithi137 ceph-mon[117020]: pgmap v302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:12 smithi066 ceph-mon[112137]: pgmap v302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:13.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:13.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:13.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:13.916 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:13.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:13.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:13.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:13.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:14 smithi203 ceph-mon[117428]: pgmap v303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:14 smithi203 ceph-mon[117428]: from='client.22335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:14 smithi137 ceph-mon[117020]: pgmap v303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:14 smithi137 ceph-mon[117020]: from='client.22335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:14 smithi066 ceph-mon[112137]: pgmap v303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:14 smithi066 ceph-mon[112137]: from='client.22335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:16 smithi203 ceph-mon[117428]: pgmap v304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:16.879 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:16 smithi137 ceph-mon[117020]: pgmap v304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:16 smithi066 ceph-mon[112137]: pgmap v304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:18 smithi203 ceph-mon[117428]: pgmap v305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:18 smithi137 ceph-mon[117020]: pgmap v305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:18.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:18.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:18.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:18 smithi066 ceph-mon[112137]: pgmap v305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:19.631 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:19.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:19.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:19.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:19.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:20 smithi203 ceph-mon[117428]: pgmap v306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:20 smithi203 ceph-mon[117428]: from='client.22410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:20 smithi137 ceph-mon[117020]: pgmap v306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:20 smithi137 ceph-mon[117020]: from='client.22410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:20 smithi066 ceph-mon[112137]: pgmap v306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:20 smithi066 ceph-mon[112137]: from='client.22410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:22 smithi203 ceph-mon[117428]: pgmap v307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:22 smithi137 ceph-mon[117020]: pgmap v307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:22 smithi066 ceph-mon[112137]: pgmap v307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:23 smithi137 ceph-mon[117020]: pgmap v308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:23 smithi066 ceph-mon[112137]: pgmap v308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:23 smithi203 ceph-mon[117428]: pgmap v308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:24.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:24.633 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:24.633 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:25.366 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:25.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:25.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:25.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:25.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:26 smithi066 ceph-mon[112137]: pgmap v309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:26 smithi066 ceph-mon[112137]: from='client.22485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:26 smithi203 ceph-mon[117428]: pgmap v309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:26 smithi203 ceph-mon[117428]: from='client.22485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:26 smithi137 ceph-mon[117020]: pgmap v309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:26 smithi137 ceph-mon[117020]: from='client.22485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:28 smithi066 ceph-mon[112137]: pgmap v310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:28 smithi203 ceph-mon[117428]: pgmap v310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:28 smithi137 ceph-mon[117020]: pgmap v310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:23:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:23:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:23:30.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:30.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:30.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:30 smithi066 ceph-mon[112137]: pgmap v311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:30 smithi203 ceph-mon[117428]: pgmap v311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:30 smithi137 ceph-mon[117020]: pgmap v311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:31.090 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:31.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:31.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:31.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:31.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:23:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:23:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:23:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:23:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:23:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:23:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:23:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:32 smithi203 ceph-mon[117428]: pgmap v312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:32.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:32 smithi203 ceph-mon[117428]: from='client.22560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:32 smithi137 ceph-mon[117020]: pgmap v312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:32 smithi137 ceph-mon[117020]: from='client.22560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:32 smithi066 ceph-mon[112137]: pgmap v312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:32 smithi066 ceph-mon[112137]: from='client.22560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:34 smithi203 ceph-mon[117428]: pgmap v313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:34 smithi137 ceph-mon[117020]: pgmap v313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:34 smithi066 ceph-mon[112137]: pgmap v313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:36.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:36.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:36.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:36.813 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:36.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:36.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:36.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:36.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:36 smithi203 ceph-mon[117428]: pgmap v314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:36 smithi137 ceph-mon[117020]: pgmap v314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:36 smithi066 ceph-mon[112137]: pgmap v314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:37 smithi203 ceph-mon[117428]: from='client.22635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:37 smithi137 ceph-mon[117020]: from='client.22635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:37 smithi066 ceph-mon[112137]: from='client.22635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:38.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:38 smithi203 ceph-mon[117428]: pgmap v315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:38 smithi137 ceph-mon[117020]: pgmap v315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:38 smithi066 ceph-mon[112137]: pgmap v315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:40 smithi203 ceph-mon[117428]: pgmap v316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:40 smithi137 ceph-mon[117020]: pgmap v316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:40 smithi066 ceph-mon[112137]: pgmap v316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:41.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:41.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:41.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:42.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:42.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:42.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:42.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:42.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:42 smithi203 ceph-mon[117428]: pgmap v317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:42 smithi137 ceph-mon[117020]: pgmap v317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:42 smithi066 ceph-mon[112137]: pgmap v317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:43 smithi203 ceph-mon[117428]: from='client.22713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:43 smithi137 ceph-mon[117020]: from='client.22713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:43 smithi066 ceph-mon[112137]: from='client.22713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:44 smithi203 ceph-mon[117428]: pgmap v318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:44 smithi137 ceph-mon[117020]: pgmap v318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:44 smithi066 ceph-mon[112137]: pgmap v318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:46.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:46 smithi203 ceph-mon[117428]: pgmap v319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:46 smithi137 ceph-mon[117020]: pgmap v319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:46 smithi066 ceph-mon[112137]: pgmap v319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:47.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:47.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:47.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:48.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:48.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:48.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:48.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:48.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:48 smithi203 ceph-mon[117428]: pgmap v320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:48 smithi137 ceph-mon[117020]: pgmap v320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:48 smithi066 ceph-mon[112137]: pgmap v320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:49 smithi203 ceph-mon[117428]: from='client.22785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:49 smithi137 ceph-mon[117020]: from='client.22785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:49 smithi066 ceph-mon[112137]: from='client.22785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:50 smithi203 ceph-mon[117428]: pgmap v321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:50 smithi137 ceph-mon[117020]: pgmap v321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:50 smithi066 ceph-mon[112137]: pgmap v321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:52 smithi203 ceph-mon[117428]: pgmap v322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:52 smithi137 ceph-mon[117020]: pgmap v322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:52 smithi066 ceph-mon[112137]: pgmap v322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:53.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:53.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:53.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:53.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:53.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:53.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:53.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:53.969 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:23:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:54 smithi203 ceph-mon[117428]: pgmap v323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:54 smithi137 ceph-mon[117020]: pgmap v323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:54 smithi066 ceph-mon[112137]: pgmap v323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:55 smithi203 ceph-mon[117428]: from='client.22860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:55 smithi137 ceph-mon[117020]: from='client.22860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:55 smithi066 ceph-mon[112137]: from='client.22860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:56 smithi203 ceph-mon[117428]: pgmap v324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:56 smithi137 ceph-mon[117020]: pgmap v324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:56 smithi066 ceph-mon[112137]: pgmap v324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:23:58 smithi203 ceph-mon[117428]: pgmap v325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:23:58 smithi137 ceph-mon[117020]: pgmap v325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:58.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:23:58.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:58.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:23:58 smithi066 ceph-mon[112137]: pgmap v325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:59.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:59.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:59.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:59.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:23:59.684 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:00 smithi203 ceph-mon[117428]: pgmap v326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:00 smithi203 ceph-mon[117428]: from='client.22935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:00 smithi137 ceph-mon[117020]: pgmap v326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:00 smithi137 ceph-mon[117020]: from='client.22935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:00 smithi066 ceph-mon[112137]: pgmap v326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:00 smithi066 ceph-mon[112137]: from='client.22935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:02 smithi203 ceph-mon[117428]: pgmap v327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:24:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:02 smithi137 ceph-mon[117020]: pgmap v327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:24:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:02 smithi066 ceph-mon[112137]: pgmap v327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:24:04.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:04.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:04.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:04 smithi203 ceph-mon[117428]: pgmap v328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:04 smithi137 ceph-mon[117020]: pgmap v328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:04 smithi066 ceph-mon[112137]: pgmap v328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:05.403 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:05.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:05.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:05.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:05.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:06.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:06 smithi203 ceph-mon[117428]: pgmap v329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:06 smithi203 ceph-mon[117428]: from='client.23010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:06 smithi137 ceph-mon[117020]: pgmap v329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:06 smithi137 ceph-mon[117020]: from='client.23010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:06 smithi066 ceph-mon[112137]: pgmap v329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:06 smithi066 ceph-mon[112137]: from='client.23010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:08 smithi203 ceph-mon[117428]: pgmap v330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:08 smithi137 ceph-mon[117020]: pgmap v330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:08 smithi066 ceph-mon[112137]: pgmap v330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:10.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:10.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:10.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:10 smithi203 ceph-mon[117428]: pgmap v331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:10 smithi137 ceph-mon[117020]: pgmap v331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:10 smithi066 ceph-mon[112137]: pgmap v331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:11.128 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:11.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:11.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:11.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:11.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:12 smithi203 ceph-mon[117428]: pgmap v332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:12 smithi203 ceph-mon[117428]: from='client.23088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:12 smithi137 ceph-mon[117020]: pgmap v332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:12 smithi137 ceph-mon[117020]: from='client.23088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:12 smithi066 ceph-mon[112137]: pgmap v332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:12 smithi066 ceph-mon[112137]: from='client.23088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:14 smithi203 ceph-mon[117428]: pgmap v333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:24:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:14 smithi137 ceph-mon[117020]: pgmap v333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:24:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:14 smithi066 ceph-mon[112137]: pgmap v333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:24:16.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:16.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:16.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:16 smithi203 ceph-mon[117428]: pgmap v334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:24:16.844 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:16.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:16.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:16.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:16.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:16 smithi137 ceph-mon[117020]: pgmap v334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:24:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:16 smithi066 ceph-mon[112137]: pgmap v334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:24:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:17 smithi203 ceph-mon[117428]: from='client.23166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:17 smithi137 ceph-mon[117020]: from='client.23166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:17 smithi066 ceph-mon[112137]: from='client.23166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:18 smithi137 ceph-mon[117020]: pgmap v335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:18 smithi066 ceph-mon[112137]: pgmap v335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:18 smithi203 ceph-mon[117428]: pgmap v335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:20 smithi137 ceph-mon[117020]: pgmap v336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:20 smithi066 ceph-mon[112137]: pgmap v336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:20 smithi203 ceph-mon[117428]: pgmap v336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:21.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:21.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:21.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:21 smithi137 ceph-mon[117020]: pgmap v337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:21 smithi066 ceph-mon[112137]: pgmap v337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:21 smithi203 ceph-mon[117428]: pgmap v337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:22.562 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:22.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:22.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:22.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:22.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:22 smithi137 ceph-mon[117020]: from='client.23238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:22 smithi066 ceph-mon[112137]: from='client.23238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:23.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:22 smithi203 ceph-mon[117428]: from='client.23238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:23 smithi137 ceph-mon[117020]: pgmap v338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:23 smithi066 ceph-mon[112137]: pgmap v338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:23 smithi203 ceph-mon[117428]: pgmap v338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:26 smithi203 ceph-mon[117428]: pgmap v339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:26 smithi137 ceph-mon[117020]: pgmap v339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:26 smithi066 ceph-mon[112137]: pgmap v339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:27.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:27.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:27.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:28.279 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:28.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:28.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:28.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:28.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:28 smithi203 ceph-mon[117428]: pgmap v340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:28 smithi137 ceph-mon[117020]: pgmap v340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:28 smithi066 ceph-mon[112137]: pgmap v340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:29 smithi203 ceph-mon[117428]: from='client.23313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:29 smithi137 ceph-mon[117020]: from='client.23313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:29 smithi066 ceph-mon[112137]: from='client.23313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:30 smithi203 ceph-mon[117428]: pgmap v341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:30 smithi137 ceph-mon[117020]: pgmap v341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:30 smithi066 ceph-mon[112137]: pgmap v341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:24:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:24:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:24:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:24:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:24:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:24:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:24:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:24:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:24:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:24:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:24:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:24:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:32 smithi203 ceph-mon[117428]: pgmap v342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:32 smithi137 ceph-mon[117020]: pgmap v342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:32 smithi066 ceph-mon[112137]: pgmap v342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:33.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:33.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:33.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:34.003 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:34.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:34.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:34.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:34.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:34 smithi203 ceph-mon[117428]: pgmap v343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:34 smithi137 ceph-mon[117020]: pgmap v343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:34 smithi066 ceph-mon[112137]: pgmap v343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:35 smithi203 ceph-mon[117428]: from='client.23388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:35 smithi137 ceph-mon[117020]: from='client.23388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:35 smithi066 ceph-mon[112137]: from='client.23388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:36 smithi203 ceph-mon[117428]: pgmap v344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:36 smithi137 ceph-mon[117020]: pgmap v344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:36 smithi066 ceph-mon[112137]: pgmap v344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:38.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:38 smithi203 ceph-mon[117428]: pgmap v345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:38 smithi137 ceph-mon[117020]: pgmap v345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:38 smithi066 ceph-mon[112137]: pgmap v345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:39.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:39.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:39.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:39.730 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:39.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:39.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:39.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:39.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:40 smithi203 ceph-mon[117428]: pgmap v346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:40 smithi203 ceph-mon[117428]: from='client.23460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:40 smithi137 ceph-mon[117020]: pgmap v346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:40 smithi137 ceph-mon[117020]: from='client.23460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:40 smithi066 ceph-mon[112137]: pgmap v346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:40 smithi066 ceph-mon[112137]: from='client.23460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:42 smithi203 ceph-mon[117428]: pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:24:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:42 smithi137 ceph-mon[117020]: pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:24:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:42 smithi066 ceph-mon[112137]: pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:24:44.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:44.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:44.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:44 smithi203 ceph-mon[117428]: pgmap v348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:44 smithi137 ceph-mon[117020]: pgmap v348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:44 smithi066 ceph-mon[112137]: pgmap v348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:45.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:45.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:45.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:45.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:45.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:46 smithi203 ceph-mon[117428]: pgmap v349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:46 smithi203 ceph-mon[117428]: from='client.23535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:46 smithi137 ceph-mon[117020]: pgmap v349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:46 smithi137 ceph-mon[117020]: from='client.23535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:46 smithi066 ceph-mon[112137]: pgmap v349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:46 smithi066 ceph-mon[112137]: from='client.23535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:48 smithi203 ceph-mon[117428]: pgmap v350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:48 smithi137 ceph-mon[117020]: pgmap v350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:48 smithi066 ceph-mon[112137]: pgmap v350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:50.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:50.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:50.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:50 smithi203 ceph-mon[117428]: pgmap v351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:50 smithi137 ceph-mon[117020]: pgmap v351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:50 smithi066 ceph-mon[112137]: pgmap v351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:51.184 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:51.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:51.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:51.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:51.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:52 smithi203 ceph-mon[117428]: pgmap v352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:52 smithi203 ceph-mon[117428]: from='client.23610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:52 smithi137 ceph-mon[117020]: pgmap v352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:52 smithi137 ceph-mon[117020]: from='client.23610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:52 smithi066 ceph-mon[112137]: pgmap v352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:52 smithi066 ceph-mon[112137]: from='client.23610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:54 smithi203 ceph-mon[117428]: pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:24:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:54 smithi137 ceph-mon[117020]: pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:24:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:54 smithi066 ceph-mon[112137]: pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:24:56.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:24:56.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:56.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:56 smithi203 ceph-mon[117428]: pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:24:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:56 smithi137 ceph-mon[117020]: pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:24:56.920 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:24:56.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:56.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:56.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:56.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:24:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:56 smithi066 ceph-mon[112137]: pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:24:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:57 smithi203 ceph-mon[117428]: from='client.23685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:57 smithi137 ceph-mon[117020]: from='client.23685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:57 smithi066 ceph-mon[112137]: from='client.23685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:24:58 smithi203 ceph-mon[117428]: pgmap v355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:24:58 smithi137 ceph-mon[117020]: pgmap v355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:24:58 smithi066 ceph-mon[112137]: pgmap v355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:00 smithi203 ceph-mon[117428]: pgmap v356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:00 smithi137 ceph-mon[117020]: pgmap v356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:00 smithi066 ceph-mon[112137]: pgmap v356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:01.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:01.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:01.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:02.637 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:02.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:02.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:02.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:02.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:02 smithi203 ceph-mon[117428]: pgmap v357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:02 smithi137 ceph-mon[117020]: pgmap v357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:02 smithi066 ceph-mon[112137]: pgmap v357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:03 smithi203 ceph-mon[117428]: from='client.23760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:03 smithi137 ceph-mon[117020]: from='client.23760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:03 smithi066 ceph-mon[112137]: from='client.23760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:04 smithi203 ceph-mon[117428]: pgmap v358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:04 smithi137 ceph-mon[117020]: pgmap v358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:04 smithi066 ceph-mon[112137]: pgmap v358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:06 smithi203 ceph-mon[117428]: pgmap v359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:06 smithi137 ceph-mon[117020]: pgmap v359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:06 smithi066 ceph-mon[112137]: pgmap v359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:07.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:07.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:07.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:08.362 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:08.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:08.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:08.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:08.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:08.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:08 smithi203 ceph-mon[117428]: pgmap v360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:08 smithi137 ceph-mon[117020]: pgmap v360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:08 smithi066 ceph-mon[112137]: pgmap v360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:09 smithi137 ceph-mon[117020]: from='client.23838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:09 smithi066 ceph-mon[112137]: from='client.23838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:09 smithi203 ceph-mon[117428]: from='client.23838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:10 smithi137 ceph-mon[117020]: pgmap v361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:10 smithi066 ceph-mon[112137]: pgmap v361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:10 smithi203 ceph-mon[117428]: pgmap v361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:12 smithi137 ceph-mon[117020]: pgmap v362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:12 smithi066 ceph-mon[112137]: pgmap v362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:12 smithi203 ceph-mon[117428]: pgmap v362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:13.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:13.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:13.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:14.076 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:14.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:14.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:14.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:14.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:14 smithi137 ceph-mon[117020]: pgmap v363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:14 smithi066 ceph-mon[112137]: pgmap v363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:14 smithi203 ceph-mon[117428]: pgmap v363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:15 smithi137 ceph-mon[117020]: from='client.23913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:15 smithi137 ceph-mon[117020]: pgmap v364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:15 smithi066 ceph-mon[112137]: from='client.23913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:15 smithi066 ceph-mon[112137]: pgmap v364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:15 smithi203 ceph-mon[117428]: from='client.23913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:15 smithi203 ceph-mon[117428]: pgmap v364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:17 smithi203 ceph-mon[117428]: pgmap v365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:17 smithi137 ceph-mon[117020]: pgmap v365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:17 smithi066 ceph-mon[112137]: pgmap v365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:19.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:19.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:19.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:19.794 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:19.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:19.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:19.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:19.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:19 smithi203 ceph-mon[117428]: pgmap v366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:19 smithi203 ceph-mon[117428]: from='client.23991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:19 smithi137 ceph-mon[117020]: pgmap v366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:19 smithi137 ceph-mon[117020]: from='client.23991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:19 smithi066 ceph-mon[112137]: pgmap v366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:19 smithi066 ceph-mon[112137]: from='client.23991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:22 smithi203 ceph-mon[117428]: pgmap v367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:25:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:22 smithi137 ceph-mon[117020]: pgmap v367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:25:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:22 smithi066 ceph-mon[112137]: pgmap v367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:25:24.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:24.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:24.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:24 smithi203 ceph-mon[117428]: pgmap v368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:25:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:24 smithi137 ceph-mon[117020]: pgmap v368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:25:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:24 smithi066 ceph-mon[112137]: pgmap v368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:25:25.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:25.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:25.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:25.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:25.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:26 smithi203 ceph-mon[117428]: pgmap v369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:26 smithi203 ceph-mon[117428]: from='client.24069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:26 smithi137 ceph-mon[117020]: pgmap v369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:26 smithi137 ceph-mon[117020]: from='client.24069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:26 smithi066 ceph-mon[112137]: pgmap v369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:26 smithi066 ceph-mon[112137]: from='client.24069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:28 smithi203 ceph-mon[117428]: pgmap v370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:28 smithi137 ceph-mon[117020]: pgmap v370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:28 smithi066 ceph-mon[112137]: pgmap v370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:30.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:30.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:30.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:30 smithi203 ceph-mon[117428]: pgmap v371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:30 smithi137 ceph-mon[117020]: pgmap v371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:30 smithi066 ceph-mon[112137]: pgmap v371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:31.240 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:31.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:31.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:31.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:31.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:32 smithi203 ceph-mon[117428]: pgmap v372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:32 smithi203 ceph-mon[117428]: from='client.24147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:25:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:25:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:25:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:25:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:32 smithi137 ceph-mon[117020]: pgmap v372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:32 smithi137 ceph-mon[117020]: from='client.24147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:25:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:25:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:25:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:25:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:32 smithi066 ceph-mon[112137]: pgmap v372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:32 smithi066 ceph-mon[112137]: from='client.24147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:25:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:25:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:25:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:25:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:34 smithi203 ceph-mon[117428]: pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:25:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:34 smithi137 ceph-mon[117020]: pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:25:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:34 smithi066 ceph-mon[112137]: pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:25:36.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:36.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:36.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:36 smithi203 ceph-mon[117428]: pgmap v374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:25:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:36 smithi137 ceph-mon[117020]: pgmap v374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:25:36.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:36.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:36.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:36.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:36.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:36 smithi066 ceph-mon[112137]: pgmap v374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:25:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:38 smithi203 ceph-mon[117428]: from='client.24222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:38 smithi203 ceph-mon[117428]: pgmap v375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:38 smithi137 ceph-mon[117020]: from='client.24222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:38 smithi137 ceph-mon[117020]: pgmap v375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:38 smithi066 ceph-mon[112137]: from='client.24222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:38 smithi066 ceph-mon[112137]: pgmap v375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:40 smithi203 ceph-mon[117428]: pgmap v376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:40 smithi137 ceph-mon[117020]: pgmap v376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:40 smithi066 ceph-mon[112137]: pgmap v376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:41.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:41.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:41.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:42.693 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:42.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:42.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:42.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:42.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:42 smithi203 ceph-mon[117428]: pgmap v377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:42 smithi137 ceph-mon[117020]: pgmap v377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:42 smithi066 ceph-mon[112137]: pgmap v377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:43 smithi203 ceph-mon[117428]: from='client.24294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:43 smithi137 ceph-mon[117020]: from='client.24294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:43 smithi066 ceph-mon[112137]: from='client.24294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:44 smithi203 ceph-mon[117428]: pgmap v378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:44 smithi137 ceph-mon[117020]: pgmap v378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:44 smithi066 ceph-mon[112137]: pgmap v378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:46 smithi203 ceph-mon[117428]: pgmap v379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:46 smithi137 ceph-mon[117020]: pgmap v379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:46 smithi066 ceph-mon[112137]: pgmap v379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:47.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:47.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:47.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:48.432 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:48.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:48.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:48.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:48.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:48 smithi203 ceph-mon[117428]: pgmap v380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:48 smithi137 ceph-mon[117020]: pgmap v380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:48 smithi066 ceph-mon[112137]: pgmap v380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:49 smithi203 ceph-mon[117428]: from='client.24366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:49 smithi137 ceph-mon[117020]: from='client.24366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:49 smithi066 ceph-mon[112137]: from='client.24366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:50 smithi203 ceph-mon[117428]: pgmap v381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:50 smithi137 ceph-mon[117020]: pgmap v381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:50 smithi066 ceph-mon[112137]: pgmap v381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:52 smithi203 ceph-mon[117428]: pgmap v382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:52 smithi137 ceph-mon[117020]: pgmap v382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:52 smithi066 ceph-mon[112137]: pgmap v382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:53.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:53.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:53.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:54.156 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:54.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:54.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:54.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:54.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:25:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:54 smithi203 ceph-mon[117428]: pgmap v383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:54 smithi137 ceph-mon[117020]: pgmap v383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:54 smithi066 ceph-mon[112137]: pgmap v383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:55.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:55 smithi203 ceph-mon[117428]: from='client.24438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:55 smithi137 ceph-mon[117020]: from='client.24438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:55 smithi066 ceph-mon[112137]: from='client.24438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:56 smithi203 ceph-mon[117428]: pgmap v384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:56 smithi137 ceph-mon[117020]: pgmap v384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:56 smithi066 ceph-mon[112137]: pgmap v384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:25:58 smithi203 ceph-mon[117428]: pgmap v385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:25:58 smithi137 ceph-mon[117020]: pgmap v385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:25:58 smithi066 ceph-mon[112137]: pgmap v385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:59.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:25:59.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:59.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:59.880 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:25:59.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:59.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:59.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:59.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:00 smithi203 ceph-mon[117428]: pgmap v386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:00 smithi203 ceph-mon[117428]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:00 smithi137 ceph-mon[117020]: pgmap v386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:00 smithi137 ceph-mon[117020]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:00 smithi066 ceph-mon[112137]: pgmap v386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:00 smithi066 ceph-mon[112137]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:02 smithi203 ceph-mon[117428]: pgmap v387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:26:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:02 smithi137 ceph-mon[117020]: pgmap v387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:26:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:02 smithi066 ceph-mon[112137]: pgmap v387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:26:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:04 smithi137 ceph-mon[117020]: pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:26:04.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:04.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:04.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:04 smithi066 ceph-mon[112137]: pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:26:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:04 smithi203 ceph-mon[117428]: pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:26:05.599 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:05.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:05.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:05.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:05.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:06 smithi137 ceph-mon[117020]: pgmap v389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:06 smithi137 ceph-mon[117020]: from='client.24582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:06 smithi066 ceph-mon[112137]: pgmap v389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:06 smithi066 ceph-mon[112137]: from='client.24582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:06 smithi203 ceph-mon[117428]: pgmap v389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:06 smithi203 ceph-mon[117428]: from='client.24582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:08 smithi137 ceph-mon[117020]: pgmap v390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:08 smithi066 ceph-mon[112137]: pgmap v390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:08 smithi203 ceph-mon[117428]: pgmap v390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:10.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:10.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:10.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:10 smithi137 ceph-mon[117020]: pgmap v391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:10 smithi066 ceph-mon[112137]: pgmap v391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:10 smithi203 ceph-mon[117428]: pgmap v391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:11.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:11.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:11.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:11.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:11.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:12 smithi137 ceph-mon[117020]: pgmap v392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:12 smithi137 ceph-mon[117020]: from='client.24657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:12 smithi066 ceph-mon[112137]: pgmap v392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:12 smithi066 ceph-mon[112137]: from='client.24657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:12 smithi203 ceph-mon[117428]: pgmap v392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:12 smithi203 ceph-mon[117428]: from='client.24657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:14 smithi137 ceph-mon[117020]: pgmap v393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:26:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:14 smithi066 ceph-mon[112137]: pgmap v393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:26:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:14 smithi203 ceph-mon[117428]: pgmap v393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:26:16.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:16.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:16.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:16 smithi137 ceph-mon[117020]: pgmap v394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:26:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:16 smithi066 ceph-mon[112137]: pgmap v394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:26:17.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:17.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:17.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:17.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:17.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:16 smithi203 ceph-mon[117428]: pgmap v394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:26:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:18 smithi137 ceph-mon[117020]: from='client.24729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:18 smithi137 ceph-mon[117020]: pgmap v395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:18 smithi066 ceph-mon[112137]: from='client.24729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:18 smithi066 ceph-mon[112137]: pgmap v395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:18 smithi203 ceph-mon[117428]: from='client.24729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:18 smithi203 ceph-mon[117428]: pgmap v395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:19 smithi137 ceph-mon[117020]: pgmap v396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:19 smithi066 ceph-mon[112137]: pgmap v396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:19 smithi203 ceph-mon[117428]: pgmap v396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:22.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:22.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:22.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:22.780 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:22.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:22.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:22.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:22.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:22 smithi203 ceph-mon[117428]: pgmap v397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:22 smithi137 ceph-mon[117020]: pgmap v397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:22 smithi066 ceph-mon[112137]: pgmap v397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:23 smithi203 ceph-mon[117428]: from='client.24801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:23 smithi137 ceph-mon[117020]: from='client.24801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:23 smithi066 ceph-mon[112137]: from='client.24801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:24 smithi203 ceph-mon[117428]: pgmap v398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:24 smithi137 ceph-mon[117020]: pgmap v398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:24 smithi066 ceph-mon[112137]: pgmap v398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:26 smithi203 ceph-mon[117428]: pgmap v399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:26 smithi137 ceph-mon[117020]: pgmap v399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:26 smithi066 ceph-mon[112137]: pgmap v399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:27.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:27.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:27.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:28.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:28.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:28.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:28.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:28.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:28 smithi203 ceph-mon[117428]: pgmap v400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:28 smithi137 ceph-mon[117020]: pgmap v400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:28 smithi066 ceph-mon[112137]: pgmap v400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:29 smithi203 ceph-mon[117428]: from='client.24879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:29 smithi137 ceph-mon[117020]: from='client.24879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:29 smithi066 ceph-mon[112137]: from='client.24879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:30 smithi203 ceph-mon[117428]: pgmap v401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:30 smithi137 ceph-mon[117020]: pgmap v401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:30 smithi066 ceph-mon[112137]: pgmap v401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:32 smithi203 ceph-mon[117428]: pgmap v402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:26:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:32 smithi137 ceph-mon[117020]: pgmap v402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:26:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:32 smithi066 ceph-mon[112137]: pgmap v402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:26:33.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:33.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:33.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:26:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:26:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:26:33.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:26:33.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:26:33.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:26:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:26:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:26:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:26:34.211 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:34.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:34.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:34.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:34.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:34 smithi203 ceph-mon[117428]: pgmap v403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:34 smithi137 ceph-mon[117020]: pgmap v403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:34 smithi066 ceph-mon[112137]: pgmap v403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:35 smithi203 ceph-mon[117428]: from='client.24957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:35 smithi137 ceph-mon[117020]: from='client.24957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:35 smithi066 ceph-mon[112137]: from='client.24957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:36 smithi203 ceph-mon[117428]: pgmap v404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:36 smithi137 ceph-mon[117020]: pgmap v404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:36 smithi066 ceph-mon[112137]: pgmap v404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:38 smithi203 ceph-mon[117428]: pgmap v405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:38 smithi137 ceph-mon[117020]: pgmap v405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:38 smithi066 ceph-mon[112137]: pgmap v405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:39.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:39.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:39.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:39.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:39.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:39.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:39.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:39.930 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:40 smithi203 ceph-mon[117428]: pgmap v406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:40 smithi203 ceph-mon[117428]: from='client.25035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:40 smithi137 ceph-mon[117020]: pgmap v406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:40 smithi137 ceph-mon[117020]: from='client.25035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:40 smithi066 ceph-mon[112137]: pgmap v406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:40 smithi066 ceph-mon[112137]: from='client.25035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:42 smithi203 ceph-mon[117428]: pgmap v407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:42 smithi137 ceph-mon[117020]: pgmap v407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:42 smithi066 ceph-mon[112137]: pgmap v407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:44 smithi203 ceph-mon[117428]: pgmap v408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:44 smithi137 ceph-mon[117020]: pgmap v408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:44.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:44.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:44.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:44 smithi066 ceph-mon[112137]: pgmap v408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:45.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:45.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:45.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:45.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:45.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:46 smithi203 ceph-mon[117428]: pgmap v409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:46 smithi203 ceph-mon[117428]: from='client.25110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:46 smithi137 ceph-mon[117020]: pgmap v409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:46 smithi137 ceph-mon[117020]: from='client.25110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:46 smithi066 ceph-mon[112137]: pgmap v409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:46 smithi066 ceph-mon[112137]: from='client.25110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:48 smithi203 ceph-mon[117428]: pgmap v410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:48 smithi137 ceph-mon[117020]: pgmap v410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:48 smithi066 ceph-mon[112137]: pgmap v410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:50.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:50.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:50.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:50 smithi203 ceph-mon[117428]: pgmap v411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:50 smithi137 ceph-mon[117020]: pgmap v411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:50 smithi066 ceph-mon[112137]: pgmap v411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:51.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:51.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:51.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:51.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:51.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:52 smithi137 ceph-mon[117020]: pgmap v412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:52 smithi137 ceph-mon[117020]: from='client.25185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:52 smithi066 ceph-mon[112137]: pgmap v412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:52 smithi066 ceph-mon[112137]: from='client.25185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:52 smithi203 ceph-mon[117428]: pgmap v412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:52 smithi203 ceph-mon[117428]: from='client.25185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:54 smithi137 ceph-mon[117020]: pgmap v413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:54 smithi066 ceph-mon[112137]: pgmap v413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:54 smithi203 ceph-mon[117428]: pgmap v413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:56.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:26:56.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:56.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:56 smithi137 ceph-mon[117020]: pgmap v414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:56 smithi066 ceph-mon[112137]: pgmap v414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:56 smithi203 ceph-mon[117428]: pgmap v414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:57.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:26:57.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:57.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:57.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:57.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:26:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:58 smithi137 ceph-mon[117020]: pgmap v415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:26:58 smithi137 ceph-mon[117020]: from='client.25257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:58 smithi066 ceph-mon[112137]: pgmap v415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:26:58 smithi066 ceph-mon[112137]: from='client.25257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:58 smithi203 ceph-mon[117428]: pgmap v415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:26:58 smithi203 ceph-mon[117428]: from='client.25257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:00 smithi137 ceph-mon[117020]: pgmap v416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:00 smithi066 ceph-mon[112137]: pgmap v416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:00 smithi203 ceph-mon[117428]: pgmap v416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:02.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:02.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:02.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:02.804 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:02.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:02.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:02.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:02.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:02 smithi137 ceph-mon[117020]: pgmap v417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:02 smithi066 ceph-mon[112137]: pgmap v417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:02 smithi203 ceph-mon[117428]: pgmap v417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:03 smithi137 ceph-mon[117020]: from='client.25332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:03 smithi066 ceph-mon[112137]: from='client.25332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:03 smithi203 ceph-mon[117428]: from='client.25332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:04 smithi137 ceph-mon[117020]: pgmap v418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:04 smithi066 ceph-mon[112137]: pgmap v418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:04 smithi203 ceph-mon[117428]: pgmap v418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:06 smithi137 ceph-mon[117020]: pgmap v419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:06 smithi066 ceph-mon[112137]: pgmap v419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:06 smithi203 ceph-mon[117428]: pgmap v419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:07.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:07.807 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:07.807 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:08.529 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:08.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:08.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:08.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:08.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:08 smithi137 ceph-mon[117020]: pgmap v420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:08 smithi066 ceph-mon[112137]: pgmap v420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:08 smithi203 ceph-mon[117428]: pgmap v420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:09.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:09 smithi137 ceph-mon[117020]: from='client.25401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:09 smithi066 ceph-mon[112137]: from='client.25401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:09 smithi203 ceph-mon[117428]: from='client.25401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:10 smithi137 ceph-mon[117020]: pgmap v421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:10 smithi066 ceph-mon[112137]: pgmap v421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:10 smithi203 ceph-mon[117428]: pgmap v421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:11.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:11 smithi137 ceph-mon[117020]: pgmap v422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:11 smithi066 ceph-mon[112137]: pgmap v422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:11 smithi203 ceph-mon[117428]: pgmap v422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:13.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:13.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:13.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:13 smithi203 ceph-mon[117428]: pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:13 smithi137 ceph-mon[117020]: pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:14.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:13 smithi066 ceph-mon[112137]: pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:14.247 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:14.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:14.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:14.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:14.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:14 smithi203 ceph-mon[117428]: from='client.25479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:14 smithi137 ceph-mon[117020]: from='client.25479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:14 smithi066 ceph-mon[112137]: from='client.25479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:16 smithi203 ceph-mon[117428]: pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:16 smithi137 ceph-mon[117020]: pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:16 smithi066 ceph-mon[112137]: pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:18 smithi203 ceph-mon[117428]: pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:18 smithi137 ceph-mon[117020]: pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:18 smithi066 ceph-mon[112137]: pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:19.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:19.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:19.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:19.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:19.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:19.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:19.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:19.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:20 smithi203 ceph-mon[117428]: pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:20 smithi137 ceph-mon[117020]: pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:20 smithi066 ceph-mon[112137]: pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:21 smithi203 ceph-mon[117428]: from='client.25554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:21.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:21 smithi137 ceph-mon[117020]: from='client.25554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:21 smithi066 ceph-mon[112137]: from='client.25554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:22 smithi203 ceph-mon[117428]: pgmap v427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:22 smithi137 ceph-mon[117020]: pgmap v427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:22 smithi066 ceph-mon[112137]: pgmap v427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:24 smithi203 ceph-mon[117428]: pgmap v428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:24 smithi137 ceph-mon[117020]: pgmap v428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:24.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:24.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:24.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:24 smithi066 ceph-mon[112137]: pgmap v428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:25.687 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:25.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:25.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:25.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:25.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:26 smithi203 ceph-mon[117428]: pgmap v429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:26 smithi203 ceph-mon[117428]: from='client.25632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:26 smithi137 ceph-mon[117020]: pgmap v429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:26 smithi137 ceph-mon[117020]: from='client.25632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:26 smithi066 ceph-mon[112137]: pgmap v429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:26 smithi066 ceph-mon[112137]: from='client.25632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:28 smithi203 ceph-mon[117428]: pgmap v430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:28 smithi137 ceph-mon[117020]: pgmap v430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:28 smithi066 ceph-mon[112137]: pgmap v430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:30.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:30.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:30.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:30 smithi203 ceph-mon[117428]: pgmap v431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:30 smithi137 ceph-mon[117020]: pgmap v431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:30 smithi066 ceph-mon[112137]: pgmap v431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:31.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:31.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:31.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:31.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:31.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:32 smithi203 ceph-mon[117428]: pgmap v432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:32 smithi203 ceph-mon[117428]: from='client.25701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:32 smithi137 ceph-mon[117020]: pgmap v432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:32 smithi137 ceph-mon[117020]: from='client.25701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:32 smithi066 ceph-mon[112137]: pgmap v432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:32 smithi066 ceph-mon[112137]: from='client.25701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:27:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:27:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:27:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:27:33.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:27:33.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:27:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:27:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:27:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:27:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:34 smithi203 ceph-mon[117428]: pgmap v433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:27:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:34 smithi137 ceph-mon[117020]: pgmap v433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:27:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:34 smithi066 ceph-mon[112137]: pgmap v433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:27:36.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:36.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:36.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:36 smithi203 ceph-mon[117428]: pgmap v434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:36 smithi137 ceph-mon[117020]: pgmap v434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:36 smithi066 ceph-mon[112137]: pgmap v434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:37.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:37.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:37.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:37.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:37.142 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:38 smithi137 ceph-mon[117020]: pgmap v435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:38 smithi137 ceph-mon[117020]: from='client.25779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:38 smithi066 ceph-mon[112137]: pgmap v435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:38 smithi066 ceph-mon[112137]: from='client.25779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:38 smithi203 ceph-mon[117428]: pgmap v435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:38 smithi203 ceph-mon[117428]: from='client.25779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:40 smithi137 ceph-mon[117020]: pgmap v436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:40 smithi066 ceph-mon[112137]: pgmap v436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:40 smithi203 ceph-mon[117428]: pgmap v436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:42.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:42.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:42.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:42.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:42.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:42.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:42.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:42.858 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:42 smithi137 ceph-mon[117020]: pgmap v437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:42 smithi066 ceph-mon[112137]: pgmap v437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:42 smithi203 ceph-mon[117428]: pgmap v437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:43 smithi137 ceph-mon[117020]: from='client.25857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:43 smithi066 ceph-mon[112137]: from='client.25857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:43 smithi203 ceph-mon[117428]: from='client.25857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:44 smithi137 ceph-mon[117020]: pgmap v438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:44 smithi066 ceph-mon[112137]: pgmap v438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:44 smithi203 ceph-mon[117428]: pgmap v438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:46 smithi137 ceph-mon[117020]: pgmap v439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:46.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:46 smithi066 ceph-mon[112137]: pgmap v439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:46 smithi203 ceph-mon[117428]: pgmap v439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:47.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:47.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:47.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:48.590 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:48.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:48.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:48.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:48.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:48 smithi137 ceph-mon[117020]: pgmap v440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:48 smithi066 ceph-mon[112137]: pgmap v440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:48 smithi203 ceph-mon[117428]: pgmap v440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:49.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:49 smithi137 ceph-mon[117020]: from='client.25929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:49 smithi066 ceph-mon[112137]: from='client.25929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:49 smithi203 ceph-mon[117428]: from='client.25929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:50 smithi137 ceph-mon[117020]: pgmap v441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:50 smithi066 ceph-mon[112137]: pgmap v441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:50 smithi203 ceph-mon[117428]: pgmap v441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:52 smithi137 ceph-mon[117020]: pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:52 smithi066 ceph-mon[112137]: pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:52 smithi203 ceph-mon[117428]: pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:53.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:53.592 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:53.592 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:54.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:54.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:54.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:54.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:27:54.310 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:27:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:54 smithi137 ceph-mon[117020]: pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:54 smithi066 ceph-mon[112137]: pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:54 smithi203 ceph-mon[117428]: pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:55 smithi137 ceph-mon[117020]: from='client.26007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:55 smithi066 ceph-mon[112137]: from='client.26007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:55 smithi203 ceph-mon[117428]: from='client.26007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:56 smithi137 ceph-mon[117020]: pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:56 smithi066 ceph-mon[112137]: pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:56 smithi203 ceph-mon[117428]: pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:57 smithi066 ceph-mon[112137]: pgmap v445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:57 smithi203 ceph-mon[117428]: pgmap v445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:57 smithi137 ceph-mon[117020]: pgmap v445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:59.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:27:59.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:59.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:00.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:00.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:00.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:00.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:00.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:27:59 smithi203 ceph-mon[117428]: pgmap v446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:27:59 smithi137 ceph-mon[117020]: pgmap v446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:27:59 smithi066 ceph-mon[112137]: pgmap v446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:01 smithi203 ceph-mon[117428]: from='client.26085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:01.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:01 smithi137 ceph-mon[117020]: from='client.26085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:01 smithi066 ceph-mon[112137]: from='client.26085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:02 smithi203 ceph-mon[117428]: pgmap v447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:02 smithi137 ceph-mon[117020]: pgmap v447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:02 smithi066 ceph-mon[112137]: pgmap v447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:04 smithi203 ceph-mon[117428]: pgmap v448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:04 smithi137 ceph-mon[117020]: pgmap v448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:04 smithi066 ceph-mon[112137]: pgmap v448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:05.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:05.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:05.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:05.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:05.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:05.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:05.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:05.771 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:06 smithi203 ceph-mon[117428]: pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:06 smithi203 ceph-mon[117428]: from='client.26160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:06 smithi137 ceph-mon[117020]: pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:06 smithi137 ceph-mon[117020]: from='client.26160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:06.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:06 smithi066 ceph-mon[112137]: pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:06.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:06 smithi066 ceph-mon[112137]: from='client.26160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:08 smithi203 ceph-mon[117428]: pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:08 smithi137 ceph-mon[117020]: pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:08 smithi066 ceph-mon[112137]: pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:10.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:10.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:10.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:10 smithi203 ceph-mon[117428]: pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:10 smithi137 ceph-mon[117020]: pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:10 smithi066 ceph-mon[112137]: pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:11.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:11.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:11.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:11.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:11.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:12 smithi203 ceph-mon[117428]: pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:12 smithi203 ceph-mon[117428]: from='client.26235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:12 smithi137 ceph-mon[117020]: pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:12.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:12 smithi137 ceph-mon[117020]: from='client.26235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:12 smithi066 ceph-mon[112137]: pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:12 smithi066 ceph-mon[112137]: from='client.26235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:14 smithi203 ceph-mon[117428]: pgmap v453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:14 smithi137 ceph-mon[117020]: pgmap v453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:14 smithi066 ceph-mon[112137]: pgmap v453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:16.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:16.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:16.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:16 smithi203 ceph-mon[117428]: pgmap v454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:16 smithi137 ceph-mon[117020]: pgmap v454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:16 smithi066 ceph-mon[112137]: pgmap v454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:17.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:17.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:17.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:17.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:17.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:18 smithi203 ceph-mon[117428]: pgmap v455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:18 smithi203 ceph-mon[117428]: from='client.26313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:18 smithi137 ceph-mon[117020]: pgmap v455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:18 smithi137 ceph-mon[117020]: from='client.26313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:18 smithi066 ceph-mon[112137]: pgmap v455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:18 smithi066 ceph-mon[112137]: from='client.26313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:20 smithi203 ceph-mon[117428]: pgmap v456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:20 smithi137 ceph-mon[117020]: pgmap v456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:20 smithi066 ceph-mon[112137]: pgmap v456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:22.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:22.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:22.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:22 smithi203 ceph-mon[117428]: pgmap v457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:22.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:22 smithi137 ceph-mon[117020]: pgmap v457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:22.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:22.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:22.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:22.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:22.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:22 smithi066 ceph-mon[112137]: pgmap v457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:23 smithi203 ceph-mon[117428]: from='client.26391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:23 smithi137 ceph-mon[117020]: from='client.26391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:23 smithi066 ceph-mon[112137]: from='client.26391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:24 smithi137 ceph-mon[117020]: pgmap v458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:24 smithi066 ceph-mon[112137]: pgmap v458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:24 smithi203 ceph-mon[117428]: pgmap v458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:26 smithi137 ceph-mon[117020]: pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:26 smithi066 ceph-mon[112137]: pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:26 smithi203 ceph-mon[117428]: pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:27.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:27.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:27.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:28.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:28.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:28.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:28.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:28.668 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:28 smithi137 ceph-mon[117020]: pgmap v460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:28 smithi066 ceph-mon[112137]: pgmap v460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:28 smithi203 ceph-mon[117428]: pgmap v460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:29 smithi137 ceph-mon[117020]: from='client.26463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:29 smithi066 ceph-mon[112137]: from='client.26463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:29 smithi203 ceph-mon[117428]: from='client.26463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:30 smithi137 ceph-mon[117020]: pgmap v461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:30 smithi066 ceph-mon[112137]: pgmap v461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:30 smithi203 ceph-mon[117428]: pgmap v461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:32 smithi137 ceph-mon[117020]: pgmap v462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:32 smithi066 ceph-mon[112137]: pgmap v462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:32 smithi203 ceph-mon[117428]: pgmap v462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:33.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:33.670 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:33.670 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:34.420 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:34.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:34.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:34.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:34.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:34 smithi137 ceph-mon[117020]: pgmap v463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:28:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:28:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:28:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:28:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:34 smithi066 ceph-mon[112137]: pgmap v463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:28:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:28:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:28:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:28:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:34 smithi203 ceph-mon[117428]: pgmap v463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:28:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:28:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:28:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:28:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:35 smithi137 ceph-mon[117020]: from='client.26535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:35 smithi066 ceph-mon[112137]: from='client.26535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:35 smithi203 ceph-mon[117428]: from='client.26535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:36 smithi137 ceph-mon[117020]: pgmap v464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:36 smithi066 ceph-mon[112137]: pgmap v464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:36 smithi203 ceph-mon[117428]: pgmap v464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:38 smithi137 ceph-mon[117020]: pgmap v465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:38 smithi066 ceph-mon[112137]: pgmap v465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:38 smithi203 ceph-mon[117428]: pgmap v465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:39.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:39.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:39.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:40.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:40.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:40.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:40.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:40.142 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:40 smithi137 ceph-mon[117020]: pgmap v466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:40 smithi066 ceph-mon[112137]: pgmap v466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:40 smithi203 ceph-mon[117428]: pgmap v466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:41.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:41 smithi137 ceph-mon[117020]: from='client.26613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:41 smithi066 ceph-mon[112137]: from='client.26613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:41 smithi203 ceph-mon[117428]: from='client.26613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:42 smithi137 ceph-mon[117020]: pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:42 smithi066 ceph-mon[112137]: pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:42 smithi203 ceph-mon[117428]: pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:44 smithi137 ceph-mon[117020]: pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:44 smithi066 ceph-mon[112137]: pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:44 smithi203 ceph-mon[117428]: pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:45.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:45.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:45.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:45.859 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:45.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:45.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:45.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:45.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:46 smithi137 ceph-mon[117020]: pgmap v469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:46 smithi137 ceph-mon[117020]: from='client.26691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:46 smithi066 ceph-mon[112137]: pgmap v469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:47.027 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:46 smithi066 ceph-mon[112137]: from='client.26691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:47.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:46 smithi203 ceph-mon[117428]: pgmap v469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:47.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:46 smithi203 ceph-mon[117428]: from='client.26691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:48 smithi137 ceph-mon[117020]: pgmap v470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:48 smithi066 ceph-mon[112137]: pgmap v470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:48 smithi203 ceph-mon[117428]: pgmap v470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:49 smithi066 ceph-mon[112137]: pgmap v471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:49 smithi203 ceph-mon[117428]: pgmap v471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:50.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:49 smithi137 ceph-mon[117020]: pgmap v471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:50.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:50.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:50.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:51.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:51.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:51.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:51.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:51.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:52 smithi203 ceph-mon[117428]: pgmap v472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:52 smithi203 ceph-mon[117428]: from='client.26769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:52 smithi137 ceph-mon[117020]: pgmap v472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:52 smithi137 ceph-mon[117020]: from='client.26769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:52 smithi066 ceph-mon[112137]: pgmap v472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:52 smithi066 ceph-mon[112137]: from='client.26769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:54 smithi203 ceph-mon[117428]: pgmap v473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:54 smithi137 ceph-mon[117020]: pgmap v473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:54 smithi066 ceph-mon[112137]: pgmap v473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:56.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:28:56.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:56.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:56 smithi203 ceph-mon[117428]: pgmap v474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:56 smithi137 ceph-mon[117020]: pgmap v474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:56 smithi066 ceph-mon[112137]: pgmap v474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:57.324 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:28:57.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:57.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:57.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:57.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:28:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:58 smithi203 ceph-mon[117428]: pgmap v475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:28:58 smithi203 ceph-mon[117428]: from='client.26847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:58 smithi137 ceph-mon[117020]: pgmap v475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:28:58 smithi137 ceph-mon[117020]: from='client.26847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:58 smithi066 ceph-mon[112137]: pgmap v475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:28:58 smithi066 ceph-mon[112137]: from='client.26847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:00 smithi203 ceph-mon[117428]: pgmap v476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:00 smithi137 ceph-mon[117020]: pgmap v476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:00 smithi066 ceph-mon[112137]: pgmap v476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:02.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:02.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:02.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:02 smithi203 ceph-mon[117428]: pgmap v477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:02 smithi137 ceph-mon[117020]: pgmap v477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:02 smithi066 ceph-mon[112137]: pgmap v477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:03.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:03.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:03.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:03.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:03.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:04 smithi203 ceph-mon[117428]: from='client.26922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:04.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:04 smithi203 ceph-mon[117428]: pgmap v478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:04 smithi137 ceph-mon[117020]: from='client.26922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:04 smithi137 ceph-mon[117020]: pgmap v478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:04 smithi066 ceph-mon[112137]: from='client.26922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:04 smithi066 ceph-mon[112137]: pgmap v478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:06 smithi203 ceph-mon[117428]: pgmap v479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:06 smithi137 ceph-mon[117020]: pgmap v479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:06 smithi066 ceph-mon[112137]: pgmap v479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:08.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:08.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:08.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:08.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:08.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:08.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:08.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:08.772 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:08 smithi203 ceph-mon[117428]: pgmap v480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:08 smithi137 ceph-mon[117020]: pgmap v480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:08 smithi066 ceph-mon[112137]: pgmap v480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:09 smithi137 ceph-mon[117020]: from='client.27000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:09 smithi066 ceph-mon[112137]: from='client.27000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:09 smithi203 ceph-mon[117428]: from='client.27000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:10 smithi137 ceph-mon[117020]: pgmap v481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:10 smithi066 ceph-mon[112137]: pgmap v481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:10 smithi203 ceph-mon[117428]: pgmap v481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:12.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:12 smithi137 ceph-mon[117020]: pgmap v482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:12 smithi066 ceph-mon[112137]: pgmap v482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:12 smithi203 ceph-mon[117428]: pgmap v482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:13.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:13.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:13.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:14.493 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:14.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:14.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:14.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:14.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:14 smithi137 ceph-mon[117020]: pgmap v483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:14 smithi066 ceph-mon[112137]: pgmap v483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:14 smithi203 ceph-mon[117428]: pgmap v483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:15 smithi137 ceph-mon[117020]: from='client.27072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:15 smithi066 ceph-mon[112137]: from='client.27072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:15 smithi203 ceph-mon[117428]: from='client.27072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:16 smithi137 ceph-mon[117020]: pgmap v484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:16 smithi066 ceph-mon[112137]: pgmap v484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:16 smithi203 ceph-mon[117428]: pgmap v484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:18 smithi137 ceph-mon[117020]: pgmap v485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:18 smithi066 ceph-mon[112137]: pgmap v485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:18 smithi203 ceph-mon[117428]: pgmap v485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:19.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:19.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:19.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:20.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:20.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:20.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:20.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:20.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:20 smithi137 ceph-mon[117020]: pgmap v486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:20 smithi066 ceph-mon[112137]: pgmap v486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:20 smithi203 ceph-mon[117428]: pgmap v486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:21.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:21 smithi137 ceph-mon[117020]: from='client.27147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:21 smithi066 ceph-mon[112137]: from='client.27147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:21 smithi203 ceph-mon[117428]: from='client.27147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:22 smithi137 ceph-mon[117020]: pgmap v487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:22 smithi066 ceph-mon[112137]: pgmap v487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:22 smithi203 ceph-mon[117428]: pgmap v487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:24 smithi137 ceph-mon[117020]: pgmap v488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:24 smithi066 ceph-mon[112137]: pgmap v488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:24 smithi203 ceph-mon[117428]: pgmap v488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:25.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:25.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:25.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:25.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:25.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:25.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:25.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:25.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:26 smithi137 ceph-mon[117020]: pgmap v489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:26 smithi137 ceph-mon[117020]: from='client.27225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:26 smithi066 ceph-mon[112137]: pgmap v489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:26 smithi066 ceph-mon[112137]: from='client.27225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:26 smithi203 ceph-mon[117428]: pgmap v489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:26 smithi203 ceph-mon[117428]: from='client.27225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:28 smithi137 ceph-mon[117020]: pgmap v490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:28 smithi066 ceph-mon[112137]: pgmap v490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:28 smithi203 ceph-mon[117428]: pgmap v490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:30 smithi137 ceph-mon[117020]: pgmap v491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:30.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:30.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:30.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:30 smithi066 ceph-mon[112137]: pgmap v491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:30 smithi203 ceph-mon[117428]: pgmap v491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:31.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:31.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:31.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:31.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:31.668 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:32 smithi066 ceph-mon[112137]: pgmap v492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:32 smithi066 ceph-mon[112137]: from='client.27303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:32 smithi203 ceph-mon[117428]: pgmap v492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:32 smithi203 ceph-mon[117428]: from='client.27303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:32 smithi137 ceph-mon[117020]: pgmap v492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:32 smithi137 ceph-mon[117020]: from='client.27303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:34 smithi066 ceph-mon[112137]: pgmap v493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:29:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:34 smithi203 ceph-mon[117428]: pgmap v493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:29:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:34 smithi137 ceph-mon[117020]: pgmap v493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:29:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:35 smithi066 ceph-mon[112137]: pgmap v494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:35.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:29:35.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:29:35.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:29:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:35 smithi203 ceph-mon[117428]: pgmap v494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:36.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:29:36.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:29:36.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:29:36.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:35 smithi137 ceph-mon[117020]: pgmap v494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:36.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:29:36.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:29:36.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:29:36.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:36.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:36.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:37.388 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:37.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:37.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:37.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:37.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:38.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:37 smithi137 ceph-mon[117020]: pgmap v495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:38.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:37 smithi137 ceph-mon[117020]: from='client.27378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:37 smithi066 ceph-mon[112137]: pgmap v495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:37 smithi066 ceph-mon[112137]: from='client.27378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:37 smithi203 ceph-mon[117428]: pgmap v495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:37 smithi203 ceph-mon[117428]: from='client.27378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:39 smithi137 ceph-mon[117020]: pgmap v496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:39 smithi066 ceph-mon[112137]: pgmap v496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:39 smithi203 ceph-mon[117428]: pgmap v496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:42.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:42.391 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:42.391 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:42 smithi203 ceph-mon[117428]: pgmap v497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:42 smithi137 ceph-mon[117020]: pgmap v497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:42 smithi066 ceph-mon[112137]: pgmap v497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:43.124 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:43.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:43.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:43.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:43.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:44 smithi203 ceph-mon[117428]: from='client.27453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:44.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:44 smithi203 ceph-mon[117428]: pgmap v498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:44 smithi137 ceph-mon[117020]: from='client.27453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:44 smithi137 ceph-mon[117020]: pgmap v498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:44 smithi066 ceph-mon[112137]: from='client.27453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:44 smithi066 ceph-mon[112137]: pgmap v498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:46 smithi203 ceph-mon[117428]: pgmap v499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:46 smithi137 ceph-mon[117020]: pgmap v499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:46 smithi066 ceph-mon[112137]: pgmap v499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:48.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:48.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:48.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:48 smithi203 ceph-mon[117428]: pgmap v500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:48.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:48.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:48.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:48.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:48.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:48 smithi137 ceph-mon[117020]: pgmap v500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:48 smithi066 ceph-mon[112137]: pgmap v500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:49.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:49 smithi137 ceph-mon[117020]: from='client.27531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:49 smithi066 ceph-mon[112137]: from='client.27531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:49 smithi203 ceph-mon[117428]: from='client.27531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:50 smithi137 ceph-mon[117020]: pgmap v501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:50 smithi066 ceph-mon[112137]: pgmap v501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:50 smithi203 ceph-mon[117428]: pgmap v501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:52 smithi137 ceph-mon[117020]: pgmap v502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:52 smithi066 ceph-mon[112137]: pgmap v502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:52 smithi203 ceph-mon[117428]: pgmap v502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:53.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:53.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:53.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:54.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:29:54.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:54.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:54.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:54.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:29:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:54 smithi137 ceph-mon[117020]: pgmap v503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:54 smithi066 ceph-mon[112137]: pgmap v503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:54 smithi203 ceph-mon[117428]: pgmap v503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:55.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:55 smithi137 ceph-mon[117020]: from='client.27609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:55 smithi066 ceph-mon[112137]: from='client.27609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:55 smithi203 ceph-mon[117428]: from='client.27609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:56 smithi137 ceph-mon[117020]: pgmap v504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:56 smithi066 ceph-mon[112137]: pgmap v504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:56 smithi203 ceph-mon[117428]: pgmap v504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:29:58 smithi137 ceph-mon[117020]: pgmap v505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:29:58 smithi066 ceph-mon[112137]: pgmap v505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:29:58 smithi203 ceph-mon[117428]: pgmap v505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:59.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:29:59.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:59.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:00.291 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:00.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:00.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:00.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:00.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:00.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:00 smithi137 ceph-mon[117020]: pgmap v506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:00.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T17:30:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:00 smithi066 ceph-mon[112137]: pgmap v506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T17:30:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:00 smithi203 ceph-mon[117428]: pgmap v506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T17:30:01.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:01 smithi137 ceph-mon[117020]: from='client.27687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:01 smithi066 ceph-mon[112137]: from='client.27687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:01 smithi203 ceph-mon[117428]: from='client.27687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:02 smithi137 ceph-mon[117020]: pgmap v507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:02 smithi066 ceph-mon[112137]: pgmap v507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:02 smithi203 ceph-mon[117428]: pgmap v507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:04 smithi137 ceph-mon[117020]: pgmap v508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:04 smithi066 ceph-mon[112137]: pgmap v508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:04 smithi203 ceph-mon[117428]: pgmap v508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:05.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:05.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:05.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:06.019 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:06.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:06.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:06.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:06.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:06 smithi137 ceph-mon[117020]: pgmap v509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:06 smithi066 ceph-mon[112137]: pgmap v509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:06 smithi203 ceph-mon[117428]: pgmap v509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:07.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:07 smithi137 ceph-mon[117020]: from='client.27765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:07 smithi066 ceph-mon[112137]: from='client.27765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:08.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:07 smithi203 ceph-mon[117428]: from='client.27765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:08.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:08 smithi137 ceph-mon[117020]: pgmap v510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:08 smithi066 ceph-mon[112137]: pgmap v510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:08 smithi203 ceph-mon[117428]: pgmap v510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:10 smithi066 ceph-mon[112137]: pgmap v511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:11.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:11.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:11.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:10 smithi203 ceph-mon[117428]: pgmap v511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:10 smithi137 ceph-mon[117020]: pgmap v511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:11.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:11.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:11.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:11.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:11.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:12 smithi066 ceph-mon[112137]: pgmap v512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:12 smithi066 ceph-mon[112137]: from='client.27843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:12 smithi203 ceph-mon[117428]: pgmap v512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:12 smithi203 ceph-mon[117428]: from='client.27843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:12 smithi137 ceph-mon[117020]: pgmap v512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:12 smithi137 ceph-mon[117020]: from='client.27843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:14 smithi066 ceph-mon[112137]: pgmap v513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:14 smithi203 ceph-mon[117428]: pgmap v513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:14 smithi137 ceph-mon[117020]: pgmap v513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:16.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:16.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:16.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:16.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:16 smithi203 ceph-mon[117428]: pgmap v514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:16 smithi137 ceph-mon[117020]: pgmap v514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:16 smithi066 ceph-mon[112137]: pgmap v514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:17.461 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:17.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:17.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:17.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:17.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:18 smithi203 ceph-mon[117428]: pgmap v515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:18 smithi203 ceph-mon[117428]: from='client.27921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:18 smithi137 ceph-mon[117020]: pgmap v515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:18 smithi137 ceph-mon[117020]: from='client.27921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:18 smithi066 ceph-mon[112137]: pgmap v515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:18 smithi066 ceph-mon[112137]: from='client.27921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:20 smithi203 ceph-mon[117428]: pgmap v516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:20 smithi137 ceph-mon[117020]: pgmap v516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:20 smithi066 ceph-mon[112137]: pgmap v516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:22.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:22.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:22.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:22 smithi137 ceph-mon[117020]: pgmap v517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:22 smithi066 ceph-mon[112137]: pgmap v517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:22 smithi203 ceph-mon[117428]: pgmap v517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:23.178 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:23.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:23.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:23.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:23.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:24 smithi137 ceph-mon[117020]: pgmap v518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:24.879 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:24 smithi137 ceph-mon[117020]: from='client.27999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:24 smithi066 ceph-mon[112137]: pgmap v518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:24 smithi066 ceph-mon[112137]: from='client.27999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:24 smithi203 ceph-mon[117428]: pgmap v518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:24 smithi203 ceph-mon[117428]: from='client.27999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:26 smithi137 ceph-mon[117020]: pgmap v519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:26 smithi066 ceph-mon[112137]: pgmap v519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:26 smithi203 ceph-mon[117428]: pgmap v519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:28.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:28.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:28.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:28 smithi137 ceph-mon[117020]: pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:28.898 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:28.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:28.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:28.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:28.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:28 smithi066 ceph-mon[112137]: pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:28 smithi203 ceph-mon[117428]: pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:29.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:29 smithi137 ceph-mon[117020]: from='client.28074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:29 smithi066 ceph-mon[112137]: from='client.28074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:29 smithi203 ceph-mon[117428]: from='client.28074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:30 smithi137 ceph-mon[117020]: pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:30 smithi066 ceph-mon[112137]: pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:30 smithi203 ceph-mon[117428]: pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:32 smithi137 ceph-mon[117020]: pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:32 smithi066 ceph-mon[112137]: pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:32 smithi203 ceph-mon[117428]: pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:33.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:33.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:33.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:34.619 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:34.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:34.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:34.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:34.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:34 smithi137 ceph-mon[117020]: pgmap v523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:34 smithi066 ceph-mon[112137]: pgmap v523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:34 smithi203 ceph-mon[117428]: pgmap v523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:35.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:35 smithi137 ceph-mon[117020]: from='client.28152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:35.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:30:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:35 smithi066 ceph-mon[112137]: from='client.28152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:30:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:35 smithi203 ceph-mon[117428]: from='client.28152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:30:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:36 smithi137 ceph-mon[117020]: pgmap v524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:30:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:30:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:30:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:30:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:36 smithi066 ceph-mon[112137]: pgmap v524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:30:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:30:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:30:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:30:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:36 smithi203 ceph-mon[117428]: pgmap v524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:30:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:30:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:30:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:30:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:38 smithi137 ceph-mon[117020]: pgmap v525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:38 smithi066 ceph-mon[112137]: pgmap v525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:38 smithi203 ceph-mon[117428]: pgmap v525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:39.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:39.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:39.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:40.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:40.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:40.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:40.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:40.344 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:40 smithi137 ceph-mon[117020]: pgmap v526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:40 smithi066 ceph-mon[112137]: pgmap v526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:40 smithi203 ceph-mon[117428]: pgmap v526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:41.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:41 smithi137 ceph-mon[117020]: from='client.28230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:41 smithi066 ceph-mon[112137]: from='client.28230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:41 smithi203 ceph-mon[117428]: from='client.28230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:42 smithi137 ceph-mon[117020]: pgmap v527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:42 smithi066 ceph-mon[112137]: pgmap v527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:42 smithi203 ceph-mon[117428]: pgmap v527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:44 smithi137 ceph-mon[117020]: pgmap v528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:44 smithi066 ceph-mon[112137]: pgmap v528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:44 smithi203 ceph-mon[117428]: pgmap v528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:45.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:45.346 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:45.346 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:46.063 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:46.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:46.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:46.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:46.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:46 smithi137 ceph-mon[117020]: pgmap v529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:46 smithi066 ceph-mon[112137]: pgmap v529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:46 smithi203 ceph-mon[117428]: pgmap v529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:47 smithi066 ceph-mon[112137]: from='client.28305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:47 smithi203 ceph-mon[117428]: from='client.28305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:47 smithi137 ceph-mon[117020]: from='client.28305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:48 smithi066 ceph-mon[112137]: pgmap v530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:30:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:48 smithi203 ceph-mon[117428]: pgmap v530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:30:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:48 smithi137 ceph-mon[117020]: pgmap v530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:30:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:50 smithi066 ceph-mon[112137]: pgmap v531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:30:51.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:51.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:51.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:50 smithi203 ceph-mon[117428]: pgmap v531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:30:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:50 smithi137 ceph-mon[117020]: pgmap v531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:30:51.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:51.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:51.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:51.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:51.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:52 smithi066 ceph-mon[112137]: pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:30:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:52 smithi066 ceph-mon[112137]: from='client.28383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:52 smithi203 ceph-mon[117428]: pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:30:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:52 smithi203 ceph-mon[117428]: from='client.28383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:52 smithi137 ceph-mon[117020]: pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:30:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:52 smithi137 ceph-mon[117020]: from='client.28383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:54 smithi066 ceph-mon[112137]: pgmap v533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:54 smithi203 ceph-mon[117428]: pgmap v533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:54 smithi137 ceph-mon[117020]: pgmap v533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:56.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:30:56.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:56.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:56 smithi066 ceph-mon[112137]: pgmap v534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:56 smithi203 ceph-mon[117428]: pgmap v534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:56 smithi137 ceph-mon[117020]: pgmap v534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:57.512 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:30:57.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:57.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:57.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:57.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:30:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:57 smithi066 ceph-mon[112137]: pgmap v535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:57 smithi066 ceph-mon[112137]: from='client.28458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:57 smithi203 ceph-mon[117428]: pgmap v535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:58.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:57 smithi203 ceph-mon[117428]: from='client.28458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:58.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:57 smithi137 ceph-mon[117020]: pgmap v535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:58.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:57 smithi137 ceph-mon[117020]: from='client.28458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:00.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:30:59 smithi137 ceph-mon[117020]: pgmap v536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:30:59 smithi066 ceph-mon[112137]: pgmap v536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:30:59 smithi203 ceph-mon[117428]: pgmap v536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:02.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:02.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:02.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:02 smithi137 ceph-mon[117020]: pgmap v537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:02 smithi066 ceph-mon[112137]: pgmap v537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:02 smithi203 ceph-mon[117428]: pgmap v537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:03.230 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:03.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:03.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:03.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:03.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:04 smithi137 ceph-mon[117020]: pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:04 smithi137 ceph-mon[117020]: from='client.28536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:04 smithi066 ceph-mon[112137]: pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:04 smithi066 ceph-mon[112137]: from='client.28536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:04 smithi203 ceph-mon[117428]: pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:04 smithi203 ceph-mon[117428]: from='client.28536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:06 smithi137 ceph-mon[117020]: pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:06 smithi066 ceph-mon[112137]: pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:06 smithi203 ceph-mon[117428]: pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:08.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:08.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:08.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:08 smithi137 ceph-mon[117020]: pgmap v540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:08.944 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:08.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:08.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:08.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:08.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:08 smithi066 ceph-mon[112137]: pgmap v540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:08 smithi203 ceph-mon[117428]: pgmap v540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:09 smithi137 ceph-mon[117020]: from='client.28614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:09 smithi066 ceph-mon[112137]: from='client.28614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:09 smithi203 ceph-mon[117428]: from='client.28614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:10 smithi137 ceph-mon[117020]: pgmap v541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:10 smithi066 ceph-mon[112137]: pgmap v541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:10 smithi203 ceph-mon[117428]: pgmap v541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:12.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:12 smithi137 ceph-mon[117020]: pgmap v542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:12 smithi066 ceph-mon[112137]: pgmap v542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:12 smithi203 ceph-mon[117428]: pgmap v542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:13.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:13.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:13.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:14.664 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:14.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:14.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:14.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:14.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:14 smithi137 ceph-mon[117020]: pgmap v543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:14 smithi066 ceph-mon[112137]: pgmap v543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:14 smithi203 ceph-mon[117428]: pgmap v543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:15 smithi137 ceph-mon[117020]: from='client.28686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:15 smithi066 ceph-mon[112137]: from='client.28686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:15 smithi203 ceph-mon[117428]: from='client.28686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:16 smithi137 ceph-mon[117020]: pgmap v544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:31:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:16 smithi066 ceph-mon[112137]: pgmap v544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:31:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:16 smithi203 ceph-mon[117428]: pgmap v544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:31:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:18 smithi137 ceph-mon[117020]: pgmap v545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:18 smithi066 ceph-mon[112137]: pgmap v545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:18 smithi203 ceph-mon[117428]: pgmap v545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:19.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:19.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:19.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:20.394 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:20.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:20.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:20.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:20.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:20 smithi137 ceph-mon[117020]: pgmap v546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:20 smithi066 ceph-mon[112137]: pgmap v546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:20 smithi203 ceph-mon[117428]: pgmap v546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:31:21.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:21 smithi137 ceph-mon[117020]: from='client.28761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:21 smithi066 ceph-mon[112137]: from='client.28761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:21 smithi203 ceph-mon[117428]: from='client.28761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:22.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:22 smithi137 ceph-mon[117020]: pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:22 smithi066 ceph-mon[112137]: pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:22 smithi203 ceph-mon[117428]: pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:24 smithi137 ceph-mon[117020]: pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:24 smithi066 ceph-mon[112137]: pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:24 smithi203 ceph-mon[117428]: pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:25.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:25.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:25.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:26.121 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:26.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:26.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:26.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:26.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:26 smithi137 ceph-mon[117020]: pgmap v549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:26 smithi066 ceph-mon[112137]: pgmap v549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:26 smithi203 ceph-mon[117428]: pgmap v549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:27 smithi066 ceph-mon[112137]: from='client.28836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:27 smithi203 ceph-mon[117428]: from='client.28836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:27 smithi137 ceph-mon[117020]: from='client.28836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:28 smithi066 ceph-mon[112137]: pgmap v550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:28 smithi203 ceph-mon[117428]: pgmap v550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:28 smithi137 ceph-mon[117020]: pgmap v550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:30 smithi066 ceph-mon[112137]: pgmap v551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:30 smithi203 ceph-mon[117428]: pgmap v551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:31.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:31.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:31.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:31.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:30 smithi137 ceph-mon[117020]: pgmap v551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:31.842 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:31.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:31.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:31.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:31.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:32 smithi066 ceph-mon[112137]: pgmap v552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:31:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:32 smithi066 ceph-mon[112137]: from='client.28914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:32 smithi203 ceph-mon[117428]: pgmap v552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:31:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:32 smithi203 ceph-mon[117428]: from='client.28914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:32 smithi137 ceph-mon[117020]: pgmap v552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:31:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:32 smithi137 ceph-mon[117020]: from='client.28914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:34 smithi066 ceph-mon[112137]: pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:34 smithi203 ceph-mon[117428]: pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:34 smithi137 ceph-mon[117020]: pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:36.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:36.844 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:36.844 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:36 smithi066 ceph-mon[112137]: pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:31:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:36 smithi203 ceph-mon[117428]: pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:31:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:36 smithi137 ceph-mon[117020]: pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:31:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:37.554 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:37.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:37.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:37.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:37.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:31:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:31:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:31:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:31:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:38.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:31:38.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:31:38.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:31:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:38 smithi066 ceph-mon[112137]: pgmap v555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:38 smithi066 ceph-mon[112137]: from='client.28989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:38 smithi203 ceph-mon[117428]: pgmap v555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:38 smithi203 ceph-mon[117428]: from='client.28989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:38 smithi137 ceph-mon[117020]: pgmap v555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:38 smithi137 ceph-mon[117020]: from='client.28989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:39 smithi066 ceph-mon[112137]: pgmap v556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:39 smithi203 ceph-mon[117428]: pgmap v556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:39 smithi137 ceph-mon[117020]: pgmap v556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:42.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:42.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:42.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:42 smithi137 ceph-mon[117020]: pgmap v557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:42 smithi066 ceph-mon[112137]: pgmap v557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:42 smithi203 ceph-mon[117428]: pgmap v557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:43.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:43.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:43.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:43.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:43.273 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:44 smithi137 ceph-mon[117020]: pgmap v558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:44 smithi137 ceph-mon[117020]: from='client.29064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:44 smithi066 ceph-mon[112137]: pgmap v558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:44 smithi066 ceph-mon[112137]: from='client.29064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:44 smithi203 ceph-mon[117428]: pgmap v558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:44 smithi203 ceph-mon[117428]: from='client.29064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:46 smithi137 ceph-mon[117020]: pgmap v559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:46 smithi066 ceph-mon[112137]: pgmap v559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:46 smithi203 ceph-mon[117428]: pgmap v559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:48.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:48.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:48.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:48 smithi137 ceph-mon[117020]: pgmap v560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:48 smithi066 ceph-mon[112137]: pgmap v560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:49.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:49.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:49.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:49.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:49.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:48 smithi203 ceph-mon[117428]: pgmap v560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:49.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:49 smithi137 ceph-mon[117020]: from='client.29139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:49 smithi066 ceph-mon[112137]: from='client.29139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:49 smithi203 ceph-mon[117428]: from='client.29139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:50.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:50 smithi137 ceph-mon[117020]: pgmap v561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:50 smithi066 ceph-mon[112137]: pgmap v561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:50 smithi203 ceph-mon[117428]: pgmap v561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:52 smithi137 ceph-mon[117020]: pgmap v562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:52 smithi066 ceph-mon[112137]: pgmap v562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:52 smithi203 ceph-mon[117428]: pgmap v562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:54.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:54.741 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:31:54.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:54.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:54.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:54.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:31:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:54 smithi137 ceph-mon[117020]: pgmap v563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:54 smithi066 ceph-mon[112137]: pgmap v563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:55.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:54 smithi203 ceph-mon[117428]: pgmap v563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:55.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:55 smithi137 ceph-mon[117020]: from='client.29214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:55.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:55 smithi066 ceph-mon[112137]: from='client.29214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:55 smithi203 ceph-mon[117428]: from='client.29214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:56 smithi137 ceph-mon[117020]: pgmap v564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:31:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:56 smithi066 ceph-mon[112137]: pgmap v564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:31:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:56 smithi203 ceph-mon[117428]: pgmap v564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:31:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:31:58 smithi137 ceph-mon[117020]: pgmap v565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:31:58 smithi066 ceph-mon[112137]: pgmap v565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:31:58 smithi203 ceph-mon[117428]: pgmap v565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:31:59.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:31:59.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:59.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:00.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:00.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:00.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:00.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:00.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:00 smithi137 ceph-mon[117020]: pgmap v566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:32:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:00 smithi066 ceph-mon[112137]: pgmap v566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:32:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:00 smithi203 ceph-mon[117428]: pgmap v566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:32:01.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:01 smithi066 ceph-mon[112137]: from='client.29289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:02.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:01 smithi203 ceph-mon[117428]: from='client.29289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:02.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:01 smithi137 ceph-mon[117020]: from='client.29289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:02 smithi066 ceph-mon[112137]: pgmap v567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:02 smithi203 ceph-mon[117428]: pgmap v567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:03.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:02 smithi137 ceph-mon[117020]: pgmap v567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:04 smithi066 ceph-mon[112137]: pgmap v568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:04 smithi203 ceph-mon[117428]: pgmap v568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:04 smithi137 ceph-mon[117020]: pgmap v568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:05.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:05.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:05.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:06.188 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:06.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:06.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:06.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:06.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:06 smithi066 ceph-mon[112137]: pgmap v569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:06 smithi203 ceph-mon[117428]: pgmap v569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:06 smithi137 ceph-mon[117020]: pgmap v569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:07 smithi066 ceph-mon[112137]: from='client.29364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:08.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:07 smithi203 ceph-mon[117428]: from='client.29364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:07 smithi137 ceph-mon[117020]: from='client.29364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:08 smithi066 ceph-mon[112137]: pgmap v570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:32:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:08 smithi203 ceph-mon[117428]: pgmap v570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:32:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:08 smithi137 ceph-mon[117020]: pgmap v570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:32:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:10 smithi066 ceph-mon[112137]: pgmap v571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:32:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:10 smithi203 ceph-mon[117428]: pgmap v571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:32:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:10 smithi137 ceph-mon[117020]: pgmap v571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:32:11.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:11.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:11.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:11.905 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:11.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:11.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:11.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:11.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:12 smithi066 ceph-mon[112137]: pgmap v572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:32:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:12 smithi066 ceph-mon[112137]: from='client.29439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:12 smithi203 ceph-mon[117428]: pgmap v572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:32:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:12 smithi203 ceph-mon[117428]: from='client.29439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:12 smithi137 ceph-mon[117020]: pgmap v572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:32:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:12 smithi137 ceph-mon[117020]: from='client.29439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:14 smithi066 ceph-mon[112137]: pgmap v573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:14 smithi203 ceph-mon[117428]: pgmap v573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:14 smithi137 ceph-mon[117020]: pgmap v573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:16.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:16.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:16.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:16 smithi066 ceph-mon[112137]: pgmap v574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:16 smithi203 ceph-mon[117428]: pgmap v574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:17.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:16 smithi137 ceph-mon[117020]: pgmap v574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:17.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:17.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:17.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:17.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:17.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:18 smithi066 ceph-mon[112137]: pgmap v575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:18 smithi066 ceph-mon[112137]: from='client.29511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:18 smithi203 ceph-mon[117428]: pgmap v575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:18 smithi203 ceph-mon[117428]: from='client.29511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:18 smithi137 ceph-mon[117020]: pgmap v575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:18 smithi137 ceph-mon[117020]: from='client.29511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:20 smithi066 ceph-mon[112137]: pgmap v576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:20 smithi203 ceph-mon[117428]: pgmap v576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:20 smithi137 ceph-mon[117020]: pgmap v576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:21 smithi066 ceph-mon[112137]: pgmap v577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:21 smithi203 ceph-mon[117428]: pgmap v577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:21 smithi137 ceph-mon[117020]: pgmap v577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:22.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:22.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:22.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:23.358 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:23.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:23.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:23.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:23.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:23 smithi137 ceph-mon[117020]: pgmap v578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:23 smithi137 ceph-mon[117020]: from='client.29583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:24.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:23 smithi066 ceph-mon[112137]: pgmap v578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:24.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:23 smithi066 ceph-mon[112137]: from='client.29583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:24.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:23 smithi203 ceph-mon[117428]: pgmap v578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:24.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:23 smithi203 ceph-mon[117428]: from='client.29583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:26 smithi137 ceph-mon[117020]: pgmap v579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:26 smithi066 ceph-mon[112137]: pgmap v579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:26 smithi203 ceph-mon[117428]: pgmap v579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:28.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:28.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:28.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:28 smithi137 ceph-mon[117020]: pgmap v580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:28 smithi066 ceph-mon[112137]: pgmap v580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:28 smithi203 ceph-mon[117428]: pgmap v580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:29.097 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:29.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:29.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:29.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:29.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:30 smithi137 ceph-mon[117020]: from='client.29658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:30 smithi137 ceph-mon[117020]: pgmap v581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:30 smithi066 ceph-mon[112137]: from='client.29658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:30 smithi066 ceph-mon[112137]: pgmap v581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:30 smithi203 ceph-mon[117428]: from='client.29658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:30 smithi203 ceph-mon[117428]: pgmap v581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:32 smithi137 ceph-mon[117020]: pgmap v582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:32 smithi066 ceph-mon[112137]: pgmap v582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:32 smithi203 ceph-mon[117428]: pgmap v582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:34.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:34.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:34.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:34.823 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:34.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:34.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:34.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:34.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:34 smithi137 ceph-mon[117020]: pgmap v583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:34 smithi066 ceph-mon[112137]: pgmap v583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:34 smithi203 ceph-mon[117428]: pgmap v583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:35.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:35 smithi137 ceph-mon[117020]: from='client.29736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:35.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:35 smithi066 ceph-mon[112137]: from='client.29736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:35 smithi203 ceph-mon[117428]: from='client.29736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:36 smithi137 ceph-mon[117020]: pgmap v584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:32:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:36 smithi066 ceph-mon[112137]: pgmap v584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:32:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:36 smithi203 ceph-mon[117428]: pgmap v584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:32:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:32:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:32:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:32:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:32:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:32:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:32:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:32:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:32:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:32:38.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:32:38.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:32:38.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:32:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:38 smithi137 ceph-mon[117020]: pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:38 smithi066 ceph-mon[112137]: pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:38 smithi203 ceph-mon[117428]: pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:39.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:39.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:39.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:40.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:40.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:40.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:40.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:40.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:40 smithi137 ceph-mon[117020]: pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:40 smithi066 ceph-mon[112137]: pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:40 smithi203 ceph-mon[117428]: pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:41.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:41 smithi137 ceph-mon[117020]: from='client.29811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:41 smithi066 ceph-mon[112137]: from='client.29811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:41 smithi203 ceph-mon[117428]: from='client.29811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:42 smithi066 ceph-mon[112137]: pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:42 smithi203 ceph-mon[117428]: pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:43.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:42 smithi137 ceph-mon[117020]: pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:44 smithi066 ceph-mon[112137]: pgmap v588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:44 smithi203 ceph-mon[117428]: pgmap v588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:44 smithi137 ceph-mon[117020]: pgmap v588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:45.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:45.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:45.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:46.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:46.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:46.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:46.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:46.280 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:46 smithi066 ceph-mon[112137]: pgmap v589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:46 smithi203 ceph-mon[117428]: pgmap v589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:47.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:46 smithi137 ceph-mon[117020]: pgmap v589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:47.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:47 smithi066 ceph-mon[112137]: from='client.29880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:48.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:47 smithi203 ceph-mon[117428]: from='client.29880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:47 smithi137 ceph-mon[117020]: from='client.29880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:48 smithi066 ceph-mon[112137]: pgmap v590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:48 smithi203 ceph-mon[117428]: pgmap v590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:48 smithi137 ceph-mon[117020]: pgmap v590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:50 smithi066 ceph-mon[112137]: pgmap v591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:50 smithi203 ceph-mon[117428]: pgmap v591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:50 smithi137 ceph-mon[117020]: pgmap v591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:51.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:51.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:51.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:52.009 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:52.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:52.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:52.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:52.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:52 smithi066 ceph-mon[112137]: pgmap v592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:32:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:52 smithi066 ceph-mon[112137]: from='client.29958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:52 smithi203 ceph-mon[117428]: pgmap v592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:32:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:52 smithi203 ceph-mon[117428]: from='client.29958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:52 smithi137 ceph-mon[117020]: pgmap v592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:32:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:52 smithi137 ceph-mon[117020]: from='client.29958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:54 smithi066 ceph-mon[112137]: pgmap v593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:54 smithi203 ceph-mon[117428]: pgmap v593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:54 smithi137 ceph-mon[117020]: pgmap v593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:56 smithi066 ceph-mon[112137]: pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:57.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:32:57.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:57.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:56 smithi203 ceph-mon[117428]: pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:56 smithi137 ceph-mon[117020]: pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:57.726 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:32:57.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:57.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:57.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:57.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:32:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:58 smithi066 ceph-mon[112137]: pgmap v595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:32:58 smithi066 ceph-mon[112137]: from='client.30033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:58 smithi203 ceph-mon[117428]: pgmap v595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:32:58 smithi203 ceph-mon[117428]: from='client.30033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:58 smithi137 ceph-mon[117020]: pgmap v595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:32:58 smithi137 ceph-mon[117020]: from='client.30033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:00 smithi066 ceph-mon[112137]: pgmap v596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:00 smithi203 ceph-mon[117428]: pgmap v596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:00 smithi137 ceph-mon[117020]: pgmap v596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:02.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:02.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:02.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:02 smithi066 ceph-mon[112137]: pgmap v597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:02 smithi203 ceph-mon[117428]: pgmap v597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:03.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:02 smithi137 ceph-mon[117020]: pgmap v597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:03.445 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:03.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:03.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:03.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:03.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:04 smithi066 ceph-mon[112137]: pgmap v598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:04 smithi066 ceph-mon[112137]: from='client.30111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:04 smithi203 ceph-mon[117428]: pgmap v598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:04 smithi203 ceph-mon[117428]: from='client.30111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:04 smithi137 ceph-mon[117020]: pgmap v598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:04 smithi137 ceph-mon[117020]: from='client.30111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:06 smithi137 ceph-mon[117020]: pgmap v599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:06 smithi066 ceph-mon[112137]: pgmap v599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:06 smithi203 ceph-mon[117428]: pgmap v599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:08.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:08.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:08.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:08 smithi137 ceph-mon[117020]: pgmap v600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:08 smithi066 ceph-mon[112137]: pgmap v600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:08 smithi203 ceph-mon[117428]: pgmap v600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:09.156 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:09.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:09.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:09.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:09.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:10 smithi137 ceph-mon[117020]: from='client.30186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:10 smithi137 ceph-mon[117020]: pgmap v601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:10 smithi066 ceph-mon[112137]: from='client.30186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:10 smithi066 ceph-mon[112137]: pgmap v601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:10 smithi203 ceph-mon[117428]: from='client.30186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:10 smithi203 ceph-mon[117428]: pgmap v601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:12.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:12 smithi137 ceph-mon[117020]: pgmap v602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:12 smithi066 ceph-mon[112137]: pgmap v602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:12 smithi203 ceph-mon[117428]: pgmap v602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:14.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:14.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:14.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:14 smithi137 ceph-mon[117020]: pgmap v603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:14.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:14.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:14.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:14.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:14.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:14 smithi066 ceph-mon[112137]: pgmap v603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:14 smithi203 ceph-mon[117428]: pgmap v603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:15 smithi137 ceph-mon[117020]: from='client.30261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:15.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:15 smithi066 ceph-mon[112137]: from='client.30261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:16.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:15 smithi203 ceph-mon[117428]: from='client.30261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:16 smithi137 ceph-mon[117020]: pgmap v604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:16 smithi066 ceph-mon[112137]: pgmap v604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:16 smithi203 ceph-mon[117428]: pgmap v604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:18 smithi066 ceph-mon[112137]: pgmap v605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:18 smithi203 ceph-mon[117428]: pgmap v605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:18 smithi137 ceph-mon[117020]: pgmap v605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:19.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:19.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:19.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:20.603 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:20.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:20.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:20.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:20.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:20 smithi066 ceph-mon[112137]: pgmap v606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:20 smithi203 ceph-mon[117428]: pgmap v606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:20 smithi137 ceph-mon[117020]: pgmap v606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:21.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:21 smithi066 ceph-mon[112137]: from='client.30336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:22.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:21 smithi203 ceph-mon[117428]: from='client.30336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:21 smithi137 ceph-mon[117020]: from='client.30336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:22 smithi066 ceph-mon[112137]: pgmap v607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:22 smithi203 ceph-mon[117428]: pgmap v607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:23.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:22 smithi137 ceph-mon[117020]: pgmap v607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:24 smithi066 ceph-mon[112137]: pgmap v608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:24 smithi203 ceph-mon[117428]: pgmap v608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:24 smithi137 ceph-mon[117020]: pgmap v608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:25.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:25.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:25.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:26.333 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:26.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:26.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:26.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:26.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:26 smithi066 ceph-mon[112137]: pgmap v609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:26 smithi203 ceph-mon[117428]: pgmap v609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:26 smithi137 ceph-mon[117020]: pgmap v609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:27 smithi066 ceph-mon[112137]: from='client.30414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:27 smithi203 ceph-mon[117428]: from='client.30414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:27 smithi137 ceph-mon[117020]: from='client.30414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:28 smithi066 ceph-mon[112137]: pgmap v610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:28 smithi203 ceph-mon[117428]: pgmap v610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:28 smithi137 ceph-mon[117020]: pgmap v610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:30 smithi066 ceph-mon[112137]: pgmap v611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:30 smithi203 ceph-mon[117428]: pgmap v611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:31.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:30 smithi137 ceph-mon[117020]: pgmap v611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:31.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:31.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:31.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:32.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:32.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:32.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:32.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:32.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:32 smithi066 ceph-mon[112137]: pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:32 smithi203 ceph-mon[117428]: pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:32 smithi137 ceph-mon[117020]: pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:33.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:33 smithi066 ceph-mon[112137]: from='client.30486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:34.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:33 smithi203 ceph-mon[117428]: from='client.30486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:33 smithi137 ceph-mon[117020]: from='client.30486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:34 smithi066 ceph-mon[112137]: pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:34 smithi203 ceph-mon[117428]: pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:34 smithi137 ceph-mon[117020]: pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:36 smithi066 ceph-mon[112137]: pgmap v614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:37.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:37.068 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:37.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:36 smithi203 ceph-mon[117428]: pgmap v614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:36 smithi137 ceph-mon[117020]: pgmap v614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:37.781 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:37.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:37.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:37.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:37.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:38 smithi066 ceph-mon[112137]: pgmap v615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:38 smithi066 ceph-mon[112137]: from='client.30561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:33:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:38 smithi203 ceph-mon[117428]: pgmap v615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:38 smithi203 ceph-mon[117428]: from='client.30561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:33:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:38 smithi137 ceph-mon[117020]: pgmap v615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:38 smithi137 ceph-mon[117020]: from='client.30561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:33:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:39.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:33:39.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:33:39.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:33:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:33:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:33:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:33:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:33:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:40 smithi066 ceph-mon[112137]: pgmap v616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:40 smithi203 ceph-mon[117428]: pgmap v616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:40 smithi137 ceph-mon[117020]: pgmap v616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:41.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:41 smithi066 ceph-mon[112137]: pgmap v617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:41 smithi203 ceph-mon[117428]: pgmap v617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:41 smithi137 ceph-mon[117020]: pgmap v617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:42.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:42.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:42.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:43.498 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:43.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:43.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:43.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:43.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:44.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:43 smithi066 ceph-mon[112137]: pgmap v618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:44.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:43 smithi066 ceph-mon[112137]: from='client.30636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:44.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:43 smithi203 ceph-mon[117428]: pgmap v618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:44.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:43 smithi203 ceph-mon[117428]: from='client.30636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:44.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:43 smithi137 ceph-mon[117020]: pgmap v618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:44.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:43 smithi137 ceph-mon[117020]: from='client.30636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:46 smithi137 ceph-mon[117020]: pgmap v619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:46 smithi066 ceph-mon[112137]: pgmap v619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:46 smithi203 ceph-mon[117428]: pgmap v619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:48.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:48.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:48.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:48 smithi137 ceph-mon[117020]: pgmap v620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:48 smithi066 ceph-mon[112137]: pgmap v620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:48 smithi203 ceph-mon[117428]: pgmap v620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:49.236 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:49.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:49.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:49.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:49.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:50 smithi137 ceph-mon[117020]: pgmap v621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:50 smithi137 ceph-mon[117020]: from='client.30711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:50 smithi066 ceph-mon[112137]: pgmap v621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:50 smithi066 ceph-mon[112137]: from='client.30711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:50 smithi203 ceph-mon[117428]: pgmap v621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:50 smithi203 ceph-mon[117428]: from='client.30711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:52 smithi137 ceph-mon[117020]: pgmap v622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:52 smithi066 ceph-mon[112137]: pgmap v622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:52 smithi203 ceph-mon[117428]: pgmap v622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:54.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:54.238 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:54.238 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:54 smithi137 ceph-mon[117020]: pgmap v623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:54.972 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:33:54.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:54.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:54.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:54.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:33:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:54 smithi066 ceph-mon[112137]: pgmap v623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:54 smithi203 ceph-mon[117428]: pgmap v623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:55.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:55 smithi066 ceph-mon[112137]: from='client.30783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:56.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:55 smithi203 ceph-mon[117428]: from='client.30783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:55 smithi137 ceph-mon[117020]: from='client.30783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:56 smithi066 ceph-mon[112137]: pgmap v624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:56 smithi203 ceph-mon[117428]: pgmap v624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:56 smithi137 ceph-mon[117020]: pgmap v624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:33:58 smithi066 ceph-mon[112137]: pgmap v625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:33:58 smithi203 ceph-mon[117428]: pgmap v625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:33:58 smithi137 ceph-mon[117020]: pgmap v625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:59.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:33:59.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:59.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:00.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:00.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:00.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:00.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:00.705 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:00 smithi066 ceph-mon[112137]: pgmap v626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:00 smithi203 ceph-mon[117428]: pgmap v626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:00 smithi137 ceph-mon[117020]: pgmap v626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:01.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:01 smithi066 ceph-mon[112137]: from='client.30861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:02.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:01 smithi203 ceph-mon[117428]: from='client.30861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:02.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:01 smithi137 ceph-mon[117020]: from='client.30861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:02 smithi066 ceph-mon[112137]: pgmap v627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:02 smithi203 ceph-mon[117428]: pgmap v627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:03.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:02 smithi137 ceph-mon[117020]: pgmap v627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:04 smithi066 ceph-mon[112137]: pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:04 smithi203 ceph-mon[117428]: pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:04 smithi137 ceph-mon[117020]: pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:05.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:05.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:05.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:06.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:06 smithi066 ceph-mon[112137]: pgmap v629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:06 smithi203 ceph-mon[117428]: pgmap v629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:06 smithi137 ceph-mon[117020]: pgmap v629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:07.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:07 smithi066 ceph-mon[112137]: from='client.30939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:08.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:07 smithi203 ceph-mon[117428]: from='client.30939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:07 smithi137 ceph-mon[117020]: from='client.30939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:08 smithi066 ceph-mon[112137]: pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:08 smithi203 ceph-mon[117428]: pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:08 smithi137 ceph-mon[117020]: pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:10 smithi066 ceph-mon[112137]: pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:10 smithi203 ceph-mon[117428]: pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:10 smithi137 ceph-mon[117020]: pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:11.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:11.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:11.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:12.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:12.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:12.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:12.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:12.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:12 smithi066 ceph-mon[112137]: pgmap v632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:12 smithi203 ceph-mon[117428]: pgmap v632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:12 smithi137 ceph-mon[117020]: pgmap v632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:13.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:13 smithi066 ceph-mon[112137]: from='client.31014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:14.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:13 smithi203 ceph-mon[117428]: from='client.31014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:14.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:13 smithi137 ceph-mon[117020]: from='client.31014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:14 smithi066 ceph-mon[112137]: pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:14 smithi203 ceph-mon[117428]: pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:14 smithi137 ceph-mon[117020]: pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:16 smithi066 ceph-mon[112137]: pgmap v634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:16 smithi203 ceph-mon[117428]: pgmap v634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:17.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:16 smithi137 ceph-mon[117020]: pgmap v634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:17.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:17.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:17.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:17.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:17.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:17.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:17.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:17.880 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:18 smithi066 ceph-mon[112137]: pgmap v635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:18 smithi066 ceph-mon[112137]: from='client.31089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:18 smithi203 ceph-mon[117428]: pgmap v635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:18 smithi203 ceph-mon[117428]: from='client.31089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:18 smithi137 ceph-mon[117020]: pgmap v635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:18 smithi137 ceph-mon[117020]: from='client.31089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:20 smithi066 ceph-mon[112137]: pgmap v636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:20 smithi203 ceph-mon[117428]: pgmap v636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:20 smithi137 ceph-mon[117020]: pgmap v636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:22.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:22.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:22.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:22 smithi066 ceph-mon[112137]: pgmap v637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:22 smithi203 ceph-mon[117428]: pgmap v637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:23.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:22 smithi137 ceph-mon[117020]: pgmap v637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:23.595 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:23.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:23.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:23.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:23.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:23.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:23 smithi066 ceph-mon[112137]: pgmap v638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:23.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:23 smithi066 ceph-mon[112137]: from='client.31167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:24.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:23 smithi203 ceph-mon[117428]: pgmap v638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:24.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:23 smithi203 ceph-mon[117428]: from='client.31167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:23 smithi137 ceph-mon[117020]: pgmap v638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:23 smithi137 ceph-mon[117020]: from='client.31167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:26 smithi137 ceph-mon[117020]: pgmap v639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:26 smithi066 ceph-mon[112137]: pgmap v639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:26 smithi203 ceph-mon[117428]: pgmap v639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:28.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:28.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:28.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:28 smithi137 ceph-mon[117020]: pgmap v640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:28 smithi066 ceph-mon[112137]: pgmap v640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:28 smithi203 ceph-mon[117428]: pgmap v640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:29.321 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:29.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:29.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:29.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:29.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:30 smithi137 ceph-mon[117020]: pgmap v641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:30 smithi137 ceph-mon[117020]: from='client.31236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:30 smithi066 ceph-mon[112137]: pgmap v641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:30 smithi066 ceph-mon[112137]: from='client.31236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:30 smithi203 ceph-mon[117428]: pgmap v641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:30 smithi203 ceph-mon[117428]: from='client.31236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:32 smithi066 ceph-mon[112137]: pgmap v642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:32 smithi203 ceph-mon[117428]: pgmap v642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:32 smithi137 ceph-mon[117020]: pgmap v642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:34.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:34.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:34.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:34 smithi066 ceph-mon[112137]: pgmap v643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:35.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:35.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:35.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:35.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:35.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:34 smithi203 ceph-mon[117428]: pgmap v643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:34 smithi137 ceph-mon[117020]: pgmap v643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:36 smithi066 ceph-mon[112137]: from='client.31314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:36 smithi066 ceph-mon[112137]: pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:36 smithi203 ceph-mon[117428]: from='client.31314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:36 smithi203 ceph-mon[117428]: pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:36 smithi137 ceph-mon[117020]: from='client.31314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:36 smithi137 ceph-mon[117020]: pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:38 smithi066 ceph-mon[112137]: pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:38 smithi203 ceph-mon[117428]: pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:38 smithi137 ceph-mon[117020]: pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:39.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:34:40.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:40.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:40.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:34:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:34:40.747 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:40.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:40.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:40.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:40.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:40 smithi066 ceph-mon[112137]: pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:34:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:34:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:34:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:40 smithi203 ceph-mon[117428]: pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:34:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:34:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:34:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:40 smithi137 ceph-mon[117020]: pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:34:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:34:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:34:41.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:41 smithi066 ceph-mon[112137]: from='client.31386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:41 smithi203 ceph-mon[117428]: from='client.31386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:41 smithi137 ceph-mon[117020]: from='client.31386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:42 smithi066 ceph-mon[112137]: pgmap v647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:42 smithi203 ceph-mon[117428]: pgmap v647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:43.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:42 smithi137 ceph-mon[117020]: pgmap v647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:44 smithi066 ceph-mon[112137]: pgmap v648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:44 smithi203 ceph-mon[117428]: pgmap v648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:44 smithi137 ceph-mon[117020]: pgmap v648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:45.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:45.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:45.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:46.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:46.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:46.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:46.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:46.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:46 smithi066 ceph-mon[112137]: pgmap v649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:46 smithi203 ceph-mon[117428]: pgmap v649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:47.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:46 smithi137 ceph-mon[117020]: pgmap v649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:47.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:47 smithi066 ceph-mon[112137]: from='client.31458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:48.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:47 smithi203 ceph-mon[117428]: from='client.31458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:47 smithi137 ceph-mon[117020]: from='client.31458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:48 smithi066 ceph-mon[112137]: pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:48 smithi203 ceph-mon[117428]: pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:48 smithi137 ceph-mon[117020]: pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:50 smithi066 ceph-mon[112137]: pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:50 smithi203 ceph-mon[117428]: pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:50 smithi137 ceph-mon[117020]: pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:51.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:51.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:51.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:52.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:52.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:52.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:52.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:52.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:52 smithi066 ceph-mon[112137]: pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:52 smithi203 ceph-mon[117428]: pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:52 smithi137 ceph-mon[117020]: pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:53.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:53 smithi066 ceph-mon[112137]: from='client.31536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:54.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:53 smithi203 ceph-mon[117428]: from='client.31536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:54.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:53 smithi137 ceph-mon[117020]: from='client.31536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:54 smithi066 ceph-mon[112137]: pgmap v653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:54 smithi203 ceph-mon[117428]: pgmap v653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:54 smithi137 ceph-mon[117020]: pgmap v653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:56 smithi066 ceph-mon[112137]: pgmap v654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:56 smithi203 ceph-mon[117428]: pgmap v654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:56 smithi137 ceph-mon[117020]: pgmap v654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:57.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:34:57.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:57.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:57.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:34:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:34:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:58 smithi066 ceph-mon[112137]: pgmap v655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:34:58 smithi066 ceph-mon[112137]: from='client.31608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:58 smithi203 ceph-mon[117428]: pgmap v655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:34:58 smithi203 ceph-mon[117428]: from='client.31608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:58 smithi137 ceph-mon[117020]: pgmap v655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:34:58 smithi137 ceph-mon[117020]: from='client.31608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:00 smithi066 ceph-mon[112137]: pgmap v656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:00 smithi203 ceph-mon[117428]: pgmap v656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:00 smithi137 ceph-mon[117020]: pgmap v656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:01.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:01 smithi066 ceph-mon[112137]: pgmap v657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:02.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:01 smithi203 ceph-mon[117428]: pgmap v657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:02.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:01 smithi137 ceph-mon[117020]: pgmap v657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:02.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:02.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:02.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:03.622 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:03.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:03.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:03.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:03.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:04.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:03 smithi066 ceph-mon[112137]: pgmap v658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:04.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:03 smithi066 ceph-mon[112137]: from='client.31686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:04.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:03 smithi203 ceph-mon[117428]: pgmap v658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:04.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:03 smithi203 ceph-mon[117428]: from='client.31686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:04.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:03 smithi137 ceph-mon[117020]: pgmap v658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:04.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:03 smithi137 ceph-mon[117020]: from='client.31686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:06 smithi066 ceph-mon[112137]: pgmap v659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:06 smithi203 ceph-mon[117428]: pgmap v659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:06 smithi137 ceph-mon[117020]: pgmap v659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:08.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:08.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:08.625 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:08 smithi066 ceph-mon[112137]: pgmap v660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:08 smithi203 ceph-mon[117428]: pgmap v660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:08 smithi137 ceph-mon[117020]: pgmap v660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:09.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:09.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:09.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:09.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:09.342 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:10 smithi066 ceph-mon[112137]: pgmap v661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:10 smithi066 ceph-mon[112137]: from='client.31761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:10 smithi203 ceph-mon[117428]: pgmap v661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:10 smithi203 ceph-mon[117428]: from='client.31761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:10 smithi137 ceph-mon[117020]: pgmap v661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:10 smithi137 ceph-mon[117020]: from='client.31761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:12 smithi066 ceph-mon[112137]: pgmap v662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:12 smithi203 ceph-mon[117428]: pgmap v662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:12 smithi137 ceph-mon[117020]: pgmap v662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:14.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:14.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:14.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:14 smithi066 ceph-mon[112137]: pgmap v663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:15.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:15.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:15.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:15.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:15.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:14 smithi203 ceph-mon[117428]: pgmap v663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:14 smithi137 ceph-mon[117020]: pgmap v663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:16 smithi066 ceph-mon[112137]: from='client.34319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:16 smithi066 ceph-mon[112137]: pgmap v664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:16 smithi203 ceph-mon[117428]: from='client.34319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:16 smithi203 ceph-mon[117428]: pgmap v664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:17.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:16 smithi137 ceph-mon[117020]: from='client.34319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:17.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:16 smithi137 ceph-mon[117020]: pgmap v664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:18 smithi066 ceph-mon[112137]: pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:18 smithi203 ceph-mon[117428]: pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:18 smithi137 ceph-mon[117020]: pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:20.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:20.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:20.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:20.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:20.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:20.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:20.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:20.784 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:20 smithi066 ceph-mon[112137]: pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:20 smithi203 ceph-mon[117428]: pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:20 smithi137 ceph-mon[117020]: pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:21.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:21 smithi066 ceph-mon[112137]: from='client.31917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:22.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:21 smithi203 ceph-mon[117428]: from='client.31917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:21 smithi137 ceph-mon[117020]: from='client.31917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:22 smithi066 ceph-mon[112137]: pgmap v667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:22 smithi203 ceph-mon[117428]: pgmap v667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:23.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:22 smithi137 ceph-mon[117020]: pgmap v667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:24 smithi066 ceph-mon[112137]: pgmap v668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:24 smithi203 ceph-mon[117428]: pgmap v668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:24 smithi137 ceph-mon[117020]: pgmap v668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:25.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:25.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:25.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:26.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:26.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:26.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:26.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:26.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:26 smithi066 ceph-mon[112137]: pgmap v669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:26 smithi203 ceph-mon[117428]: pgmap v669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:26 smithi137 ceph-mon[117020]: pgmap v669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:27 smithi066 ceph-mon[112137]: from='client.31995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:27 smithi203 ceph-mon[117428]: from='client.31995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:27 smithi137 ceph-mon[117020]: from='client.31995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:28 smithi066 ceph-mon[112137]: pgmap v670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:28 smithi203 ceph-mon[117428]: pgmap v670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:28 smithi137 ceph-mon[117020]: pgmap v670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:30 smithi066 ceph-mon[112137]: pgmap v671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:30 smithi203 ceph-mon[117428]: pgmap v671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:30 smithi137 ceph-mon[117020]: pgmap v671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:31.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:31.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:31.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:32.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:32.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:32.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:32.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:32.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:32 smithi066 ceph-mon[112137]: pgmap v672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:32 smithi203 ceph-mon[117428]: pgmap v672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:32 smithi137 ceph-mon[117020]: pgmap v672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:33.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:33 smithi066 ceph-mon[112137]: from='client.32070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:34.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:33 smithi203 ceph-mon[117428]: from='client.32070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:33 smithi137 ceph-mon[117020]: from='client.32070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:34 smithi066 ceph-mon[112137]: pgmap v673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:34 smithi203 ceph-mon[117428]: pgmap v673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:34 smithi137 ceph-mon[117020]: pgmap v673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:36 smithi066 ceph-mon[112137]: pgmap v674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:36 smithi203 ceph-mon[117428]: pgmap v674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:36 smithi137 ceph-mon[117020]: pgmap v674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:37.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:37.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:37.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:37.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:37.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:37.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:37.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:37.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:38 smithi066 ceph-mon[112137]: pgmap v675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:38 smithi066 ceph-mon[112137]: from='client.32148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:38 smithi203 ceph-mon[117428]: pgmap v675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:38 smithi203 ceph-mon[117428]: from='client.32148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:38 smithi137 ceph-mon[117020]: pgmap v675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:38 smithi137 ceph-mon[117020]: from='client.32148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:40 smithi066 ceph-mon[112137]: pgmap v676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:35:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:35:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:35:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:35:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:40 smithi203 ceph-mon[117428]: pgmap v676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:35:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:35:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:35:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:35:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:40 smithi137 ceph-mon[117020]: pgmap v676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:35:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:35:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:35:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:35:42.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:42.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:42.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:42 smithi066 ceph-mon[112137]: pgmap v677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:42 smithi203 ceph-mon[117428]: pgmap v677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:43.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:42 smithi137 ceph-mon[117020]: pgmap v677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:43.700 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:43.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:43.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:43.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:43.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:44 smithi066 ceph-mon[112137]: pgmap v678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:44 smithi066 ceph-mon[112137]: from='client.32223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:44 smithi203 ceph-mon[117428]: pgmap v678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:44 smithi203 ceph-mon[117428]: from='client.32223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:44 smithi137 ceph-mon[117020]: pgmap v678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:44 smithi137 ceph-mon[117020]: from='client.32223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:46 smithi066 ceph-mon[112137]: pgmap v679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:46 smithi203 ceph-mon[117428]: pgmap v679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:47.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:46 smithi137 ceph-mon[117020]: pgmap v679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:48.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:48.702 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:48.702 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:48 smithi066 ceph-mon[112137]: pgmap v680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:48 smithi203 ceph-mon[117428]: pgmap v680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:48 smithi137 ceph-mon[117020]: pgmap v680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:49.438 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:49.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:49.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:49.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:49.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:50 smithi066 ceph-mon[112137]: pgmap v681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:50 smithi066 ceph-mon[112137]: from='client.32298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:50 smithi203 ceph-mon[117428]: pgmap v681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:50 smithi203 ceph-mon[117428]: from='client.32298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:50 smithi137 ceph-mon[117020]: pgmap v681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:50 smithi137 ceph-mon[117020]: from='client.32298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:51.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:51 smithi066 ceph-mon[112137]: pgmap v682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:52.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:51 smithi203 ceph-mon[117428]: pgmap v682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:52.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:51 smithi137 ceph-mon[117020]: pgmap v682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:54.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:53 smithi066 ceph-mon[112137]: pgmap v683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:54.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:53 smithi203 ceph-mon[117428]: pgmap v683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:54.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:53 smithi137 ceph-mon[117020]: pgmap v683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:54.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:35:54.440 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:54.440 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:55.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:55.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:55.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:55.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:35:55.165 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:35:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:56 smithi066 ceph-mon[112137]: from='client.32370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:56 smithi066 ceph-mon[112137]: pgmap v684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:56 smithi203 ceph-mon[117428]: from='client.32370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:56 smithi203 ceph-mon[117428]: pgmap v684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:56 smithi137 ceph-mon[117020]: from='client.32370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:56 smithi137 ceph-mon[117020]: pgmap v684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:35:58 smithi066 ceph-mon[112137]: pgmap v685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:35:58 smithi203 ceph-mon[117428]: pgmap v685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:35:58 smithi137 ceph-mon[117020]: pgmap v685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:00.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:00.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:00.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:00.881 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:00.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:00.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:00.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:00.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:00 smithi066 ceph-mon[112137]: pgmap v686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:00 smithi203 ceph-mon[117428]: pgmap v686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:00 smithi137 ceph-mon[117020]: pgmap v686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:01.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:01 smithi066 ceph-mon[112137]: from='client.32448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:02.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:01 smithi203 ceph-mon[117428]: from='client.32448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:02.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:01 smithi137 ceph-mon[117020]: from='client.32448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:02 smithi066 ceph-mon[112137]: pgmap v687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:02 smithi203 ceph-mon[117428]: pgmap v687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:03.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:02 smithi137 ceph-mon[117020]: pgmap v687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:04 smithi066 ceph-mon[112137]: pgmap v688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:04 smithi203 ceph-mon[117428]: pgmap v688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:04 smithi137 ceph-mon[117020]: pgmap v688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:05.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:05.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:05.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:06.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:06.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:06.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:06.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:06.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:06 smithi066 ceph-mon[112137]: pgmap v689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:06 smithi203 ceph-mon[117428]: pgmap v689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:06 smithi137 ceph-mon[117020]: pgmap v689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:07.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:07 smithi066 ceph-mon[112137]: from='client.32523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:08.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:07 smithi203 ceph-mon[117428]: from='client.32523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:07 smithi137 ceph-mon[117020]: from='client.32523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:08 smithi066 ceph-mon[112137]: pgmap v690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:08 smithi203 ceph-mon[117428]: pgmap v690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:08 smithi137 ceph-mon[117020]: pgmap v690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:10 smithi066 ceph-mon[112137]: pgmap v691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:10 smithi203 ceph-mon[117428]: pgmap v691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:10 smithi137 ceph-mon[117020]: pgmap v691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:11.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:11.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:11.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:12.344 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:12.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:12.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:12.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:12.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:12 smithi066 ceph-mon[112137]: pgmap v692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:12 smithi203 ceph-mon[117428]: pgmap v692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:12 smithi137 ceph-mon[117020]: pgmap v692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:13.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:13 smithi066 ceph-mon[112137]: from='client.32598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:14.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:13 smithi203 ceph-mon[117428]: from='client.32598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:14.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:13 smithi137 ceph-mon[117020]: from='client.32598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:14 smithi066 ceph-mon[112137]: pgmap v693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:14 smithi203 ceph-mon[117428]: pgmap v693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:14 smithi137 ceph-mon[117020]: pgmap v693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:16 smithi066 ceph-mon[112137]: pgmap v694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:16 smithi203 ceph-mon[117428]: pgmap v694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:17.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:16 smithi137 ceph-mon[117020]: pgmap v694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:17.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:17.345 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:17.345 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:18.063 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:18.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:18.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:18.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:18.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:18 smithi066 ceph-mon[112137]: pgmap v695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:18 smithi203 ceph-mon[117428]: pgmap v695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:18 smithi137 ceph-mon[117020]: pgmap v695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:19.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:19 smithi066 ceph-mon[112137]: from='client.32676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:20.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:19 smithi203 ceph-mon[117428]: from='client.32676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:20.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:19 smithi137 ceph-mon[117020]: from='client.32676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:20 smithi066 ceph-mon[112137]: pgmap v696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:20 smithi203 ceph-mon[117428]: pgmap v696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:20 smithi137 ceph-mon[117020]: pgmap v696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:22 smithi066 ceph-mon[112137]: pgmap v697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:23.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:23.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:23.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:22 smithi203 ceph-mon[117428]: pgmap v697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:23.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:22 smithi137 ceph-mon[117020]: pgmap v697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:23.786 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:23.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:23.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:23.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:23.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:24 smithi066 ceph-mon[112137]: pgmap v698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:24 smithi066 ceph-mon[112137]: from='client.32748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:24 smithi203 ceph-mon[117428]: pgmap v698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:24 smithi203 ceph-mon[117428]: from='client.32748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:24 smithi137 ceph-mon[117020]: pgmap v698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:24 smithi137 ceph-mon[117020]: from='client.32748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:26 smithi066 ceph-mon[112137]: pgmap v699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:26 smithi203 ceph-mon[117428]: pgmap v699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:26 smithi137 ceph-mon[117020]: pgmap v699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:28.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:28.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:28.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:28 smithi066 ceph-mon[112137]: pgmap v700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:28 smithi203 ceph-mon[117428]: pgmap v700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:28 smithi137 ceph-mon[117020]: pgmap v700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:29.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:29.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:29.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:29.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:29.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:29 smithi066 ceph-mon[112137]: pgmap v701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:29 smithi066 ceph-mon[112137]: from='client.32823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:30.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:29 smithi203 ceph-mon[117428]: pgmap v701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:30.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:29 smithi203 ceph-mon[117428]: from='client.32823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:29 smithi137 ceph-mon[117020]: pgmap v701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:30.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:29 smithi137 ceph-mon[117020]: from='client.32823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:32 smithi066 ceph-mon[112137]: pgmap v702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:32 smithi203 ceph-mon[117428]: pgmap v702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:32 smithi137 ceph-mon[117020]: pgmap v702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:34.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:34.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:34.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:34 smithi066 ceph-mon[112137]: pgmap v703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:34 smithi203 ceph-mon[117428]: pgmap v703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:34 smithi137 ceph-mon[117020]: pgmap v703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:35.238 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:35.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:35.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:35.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:35.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:36 smithi066 ceph-mon[112137]: pgmap v704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:36 smithi066 ceph-mon[112137]: from='client.32895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:36 smithi203 ceph-mon[117428]: pgmap v704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:36 smithi203 ceph-mon[117428]: from='client.32895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:36 smithi137 ceph-mon[117020]: pgmap v704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:36 smithi137 ceph-mon[117020]: from='client.32895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:38 smithi066 ceph-mon[112137]: pgmap v705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:38 smithi203 ceph-mon[117428]: pgmap v705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:38 smithi137 ceph-mon[117020]: pgmap v705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:40.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:40.240 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:40.240 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:40 smithi066 ceph-mon[112137]: pgmap v706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:36:41.002 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:41.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:41.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:41.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:41.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:40 smithi203 ceph-mon[117428]: pgmap v706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:36:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:40 smithi137 ceph-mon[117020]: pgmap v706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:36:41.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:41 smithi066 ceph-mon[112137]: from='client.32970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:41.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:36:41.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:36:41.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:36:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:41 smithi203 ceph-mon[117428]: from='client.32970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:36:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:36:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:36:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:41 smithi137 ceph-mon[117020]: from='client.32970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:42.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:36:42.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:36:42.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:36:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:42 smithi066 ceph-mon[112137]: pgmap v707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:42 smithi203 ceph-mon[117428]: pgmap v707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:43.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:42 smithi137 ceph-mon[117020]: pgmap v707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:44 smithi066 ceph-mon[112137]: pgmap v708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:44 smithi203 ceph-mon[117428]: pgmap v708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:44 smithi137 ceph-mon[117020]: pgmap v708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:46.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:46.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:46.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:46.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:46.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:46.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:46.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:46.727 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:46 smithi066 ceph-mon[112137]: pgmap v709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:46 smithi203 ceph-mon[117428]: pgmap v709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:47.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:46 smithi137 ceph-mon[117020]: pgmap v709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:47.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:47 smithi066 ceph-mon[112137]: from='client.33033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:48.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:47 smithi203 ceph-mon[117428]: from='client.33033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:47 smithi137 ceph-mon[117020]: from='client.33033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:48 smithi066 ceph-mon[112137]: pgmap v710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:48 smithi203 ceph-mon[117428]: pgmap v710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:48 smithi137 ceph-mon[117020]: pgmap v710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:50 smithi066 ceph-mon[112137]: pgmap v711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:50 smithi203 ceph-mon[117428]: pgmap v711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:50 smithi137 ceph-mon[117020]: pgmap v711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:51.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:51.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:51.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:52.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:52.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:52.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:52.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:52.451 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:52 smithi066 ceph-mon[112137]: pgmap v712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:52 smithi203 ceph-mon[117428]: pgmap v712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:52 smithi137 ceph-mon[117020]: pgmap v712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:53.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:53 smithi066 ceph-mon[112137]: from='client.33105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:54.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:53 smithi203 ceph-mon[117428]: from='client.33105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:54.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:53 smithi137 ceph-mon[117020]: from='client.33105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:54 smithi066 ceph-mon[112137]: pgmap v713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:54 smithi203 ceph-mon[117428]: pgmap v713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:54 smithi137 ceph-mon[117020]: pgmap v713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:56 smithi066 ceph-mon[112137]: pgmap v714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:56 smithi203 ceph-mon[117428]: pgmap v714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:56 smithi137 ceph-mon[117020]: pgmap v714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:57.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:36:57.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:57.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:58.176 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:36:58.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:58.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:58.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:58.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:36:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:58 smithi066 ceph-mon[112137]: pgmap v715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:58 smithi203 ceph-mon[117428]: pgmap v715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:58 smithi137 ceph-mon[117020]: pgmap v715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:59.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:36:59 smithi066 ceph-mon[112137]: from='client.33183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:00.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:36:59 smithi203 ceph-mon[117428]: from='client.33183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:00.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:36:59 smithi137 ceph-mon[117020]: from='client.33183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:00 smithi066 ceph-mon[112137]: pgmap v716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:00 smithi203 ceph-mon[117428]: pgmap v716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:00 smithi137 ceph-mon[117020]: pgmap v716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:02 smithi066 ceph-mon[112137]: pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:02 smithi203 ceph-mon[117428]: pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:03.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:02 smithi137 ceph-mon[117020]: pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:03.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:03.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:03.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:03.911 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:03.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:03.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:03.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:03.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:03.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:03 smithi066 ceph-mon[112137]: pgmap v718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:03.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:03 smithi066 ceph-mon[112137]: from='client.33261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:04.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:03 smithi203 ceph-mon[117428]: pgmap v718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:04.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:03 smithi203 ceph-mon[117428]: from='client.33261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:04.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:03 smithi137 ceph-mon[117020]: pgmap v718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:04.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:03 smithi137 ceph-mon[117020]: from='client.33261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:06 smithi066 ceph-mon[112137]: pgmap v719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:06 smithi203 ceph-mon[117428]: pgmap v719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:06 smithi137 ceph-mon[117020]: pgmap v719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:08.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:08.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:08.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:08 smithi066 ceph-mon[112137]: pgmap v720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:08 smithi203 ceph-mon[117428]: pgmap v720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:08 smithi137 ceph-mon[117020]: pgmap v720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:09.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:09.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:09.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:09.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:09.624 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:10 smithi066 ceph-mon[112137]: pgmap v721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:10 smithi066 ceph-mon[112137]: from='client.33336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:10 smithi203 ceph-mon[117428]: pgmap v721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:10 smithi203 ceph-mon[117428]: from='client.33336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:10 smithi137 ceph-mon[117020]: pgmap v721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:10 smithi137 ceph-mon[117020]: from='client.33336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:12 smithi066 ceph-mon[112137]: pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:12 smithi203 ceph-mon[117428]: pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:12 smithi137 ceph-mon[117020]: pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:14.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:14.625 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:14.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:14 smithi066 ceph-mon[112137]: pgmap v723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:14 smithi203 ceph-mon[117428]: pgmap v723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:14 smithi137 ceph-mon[117020]: pgmap v723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:15.342 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:15.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:15.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:15.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:15.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:16 smithi066 ceph-mon[112137]: pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:16.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:16 smithi066 ceph-mon[112137]: from='client.33408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:16 smithi203 ceph-mon[117428]: pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:16 smithi203 ceph-mon[117428]: from='client.33408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:17.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:16 smithi137 ceph-mon[117020]: pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:16 smithi137 ceph-mon[117020]: from='client.33408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:18 smithi066 ceph-mon[112137]: pgmap v725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:18 smithi203 ceph-mon[117428]: pgmap v725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:18 smithi137 ceph-mon[117020]: pgmap v725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:20.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:20 smithi066 ceph-mon[112137]: pgmap v726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:21.074 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:21.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:21.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:21.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:21.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:20 smithi203 ceph-mon[117428]: pgmap v726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:20 smithi137 ceph-mon[117020]: pgmap v726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:22 smithi066 ceph-mon[112137]: from='client.33483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:22 smithi066 ceph-mon[112137]: pgmap v727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:22 smithi203 ceph-mon[117428]: from='client.33483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:22 smithi203 ceph-mon[117428]: pgmap v727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:23.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:22 smithi137 ceph-mon[117020]: from='client.33483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:22 smithi137 ceph-mon[117020]: pgmap v727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:24 smithi066 ceph-mon[112137]: pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:24 smithi203 ceph-mon[117428]: pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:24 smithi137 ceph-mon[117020]: pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:26.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:26.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:26.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:26.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:26.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:26.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:26.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:26.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:26 smithi066 ceph-mon[112137]: pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:26 smithi203 ceph-mon[117428]: pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:26 smithi137 ceph-mon[117020]: pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:27 smithi066 ceph-mon[112137]: from='client.33558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:27 smithi203 ceph-mon[117428]: from='client.33558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:27 smithi137 ceph-mon[117020]: from='client.33558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:28 smithi066 ceph-mon[112137]: pgmap v730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:28 smithi203 ceph-mon[117428]: pgmap v730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:28 smithi137 ceph-mon[117020]: pgmap v730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:30 smithi066 ceph-mon[112137]: pgmap v731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:30 smithi203 ceph-mon[117428]: pgmap v731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:31.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:30 smithi137 ceph-mon[117020]: pgmap v731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:31.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:31.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:31.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:32.512 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:32.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:32.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:32.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:32.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:32 smithi066 ceph-mon[112137]: pgmap v732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:32 smithi203 ceph-mon[117428]: pgmap v732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:32 smithi137 ceph-mon[117020]: pgmap v732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:33.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:33 smithi066 ceph-mon[112137]: from='client.33636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:34.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:33 smithi203 ceph-mon[117428]: from='client.33636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:33 smithi137 ceph-mon[117020]: from='client.33636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:34 smithi066 ceph-mon[112137]: pgmap v733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:34 smithi203 ceph-mon[117428]: pgmap v733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:34 smithi137 ceph-mon[117020]: pgmap v733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:36 smithi066 ceph-mon[112137]: pgmap v734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:36 smithi203 ceph-mon[117428]: pgmap v734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:36 smithi137 ceph-mon[117020]: pgmap v734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:37.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:37.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:37.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:38.240 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:38.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:38.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:38.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:38.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:38 smithi066 ceph-mon[112137]: pgmap v735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:38 smithi203 ceph-mon[117428]: pgmap v735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:38 smithi137 ceph-mon[117020]: pgmap v735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:39.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:39 smithi066 ceph-mon[112137]: from='client.33711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:39 smithi203 ceph-mon[117428]: from='client.33711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:39 smithi137 ceph-mon[117020]: from='client.33711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:40 smithi066 ceph-mon[112137]: pgmap v736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:40 smithi203 ceph-mon[117428]: pgmap v736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:40 smithi137 ceph-mon[117020]: pgmap v736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:41.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:41 smithi066 ceph-mon[112137]: pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:41.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:37:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:41 smithi203 ceph-mon[117428]: pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:37:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:41 smithi137 ceph-mon[117020]: pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:42.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:37:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:37:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:37:42.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:37:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:37:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:37:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:37:43.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:37:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:37:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:37:43.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:43.242 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:43.242 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:43.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:43.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:43.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:43 smithi066 ceph-mon[112137]: pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:43.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:43 smithi066 ceph-mon[112137]: from='client.33789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:44.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:43 smithi203 ceph-mon[117428]: pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:44.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:43 smithi203 ceph-mon[117428]: from='client.33789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:44.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:43 smithi137 ceph-mon[117020]: pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:44.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:43 smithi137 ceph-mon[117020]: from='client.33789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:46 smithi066 ceph-mon[112137]: pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:46 smithi203 ceph-mon[117428]: pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:47.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:46 smithi137 ceph-mon[117020]: pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:48.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:48.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:48.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:48 smithi066 ceph-mon[112137]: pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:48 smithi203 ceph-mon[117428]: pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:48 smithi137 ceph-mon[117020]: pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:49.678 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:49.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:49.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:49.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:49.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:50 smithi066 ceph-mon[112137]: pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:50 smithi066 ceph-mon[112137]: from='client.33867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:50 smithi203 ceph-mon[117428]: pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:50 smithi203 ceph-mon[117428]: from='client.33867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:50 smithi137 ceph-mon[117020]: pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:50 smithi137 ceph-mon[117020]: from='client.33867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:52 smithi066 ceph-mon[112137]: pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:37:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:52 smithi203 ceph-mon[117428]: pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:37:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:52 smithi137 ceph-mon[117020]: pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:37:54.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:37:54.680 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:54.680 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:54 smithi066 ceph-mon[112137]: pgmap v743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:37:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:54 smithi203 ceph-mon[117428]: pgmap v743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:37:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:54 smithi137 ceph-mon[117020]: pgmap v743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:37:55.393 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:37:55.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:55.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:55.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:55.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:37:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:56 smithi066 ceph-mon[112137]: pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:56 smithi066 ceph-mon[112137]: from='client.33939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:56 smithi203 ceph-mon[117428]: pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:56 smithi203 ceph-mon[117428]: from='client.33939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:56 smithi137 ceph-mon[117020]: pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:56 smithi137 ceph-mon[117020]: from='client.33939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:37:58 smithi066 ceph-mon[112137]: pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:37:58 smithi203 ceph-mon[117428]: pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:37:58 smithi137 ceph-mon[117020]: pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:00.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:00.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:00.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:00 smithi066 ceph-mon[112137]: pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:00 smithi203 ceph-mon[117428]: pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:01.113 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:01.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:01.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:01.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:01.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:00 smithi137 ceph-mon[117020]: pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:02 smithi066 ceph-mon[112137]: from='client.34008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:02 smithi066 ceph-mon[112137]: pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:02 smithi203 ceph-mon[117428]: from='client.34008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:02 smithi203 ceph-mon[117428]: pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:02 smithi137 ceph-mon[117020]: from='client.34008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:02 smithi137 ceph-mon[117020]: pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:04 smithi066 ceph-mon[112137]: pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:38:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:04 smithi203 ceph-mon[117428]: pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:38:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:04 smithi137 ceph-mon[117020]: pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:38:06.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:06.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:06.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:06.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:06.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:06.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:06.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:06.840 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:06 smithi066 ceph-mon[112137]: pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:38:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:06 smithi203 ceph-mon[117428]: pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:38:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:06 smithi137 ceph-mon[117020]: pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:38:07.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:07 smithi066 ceph-mon[112137]: from='client.34077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:08.078 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:07 smithi203 ceph-mon[117428]: from='client.34077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:08.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:07 smithi137 ceph-mon[117020]: from='client.34077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:08 smithi066 ceph-mon[112137]: pgmap v750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:08 smithi203 ceph-mon[117428]: pgmap v750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:08 smithi137 ceph-mon[117020]: pgmap v750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:10 smithi066 ceph-mon[112137]: pgmap v751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:10 smithi203 ceph-mon[117428]: pgmap v751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:10 smithi137 ceph-mon[117020]: pgmap v751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:11.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:11.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:11.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:12.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:12 smithi066 ceph-mon[112137]: pgmap v752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:12 smithi203 ceph-mon[117428]: pgmap v752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:12 smithi137 ceph-mon[117020]: pgmap v752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:13.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:13 smithi066 ceph-mon[112137]: from='client.34155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:14.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:13 smithi203 ceph-mon[117428]: from='client.34155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:14.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:13 smithi137 ceph-mon[117020]: from='client.34155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:14 smithi066 ceph-mon[112137]: pgmap v753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:14 smithi203 ceph-mon[117428]: pgmap v753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:14 smithi137 ceph-mon[117020]: pgmap v753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:16 smithi066 ceph-mon[112137]: pgmap v754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:16 smithi203 ceph-mon[117428]: pgmap v754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:16 smithi137 ceph-mon[117020]: pgmap v754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:17.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:17.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:17.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:18.270 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:18.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:18.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:18.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:18.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:18 smithi066 ceph-mon[112137]: pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:18 smithi203 ceph-mon[117428]: pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:18 smithi137 ceph-mon[117020]: pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:19.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:19 smithi066 ceph-mon[112137]: from='client.34230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:20.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:19 smithi203 ceph-mon[117428]: from='client.34230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:20.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:19 smithi137 ceph-mon[117020]: from='client.34230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:20 smithi066 ceph-mon[112137]: pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:20 smithi203 ceph-mon[117428]: pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:20 smithi137 ceph-mon[117020]: pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:22 smithi066 ceph-mon[112137]: pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:22 smithi203 ceph-mon[117428]: pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:22 smithi137 ceph-mon[117020]: pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:23.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:23.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:23.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:24.001 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:24.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:24.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:24.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:24.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:24 smithi066 ceph-mon[112137]: pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:24 smithi066 ceph-mon[112137]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:24 smithi203 ceph-mon[117428]: pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:25.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:24 smithi203 ceph-mon[117428]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:24 smithi137 ceph-mon[117020]: pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:24 smithi137 ceph-mon[117020]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:26 smithi066 ceph-mon[112137]: pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:26 smithi203 ceph-mon[117428]: pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:26 smithi137 ceph-mon[117020]: pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:28 smithi066 ceph-mon[112137]: pgmap v760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:29.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:29.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:29.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:28 smithi203 ceph-mon[117428]: pgmap v760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:28 smithi137 ceph-mon[117020]: pgmap v760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:29.721 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:29.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:29.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:29.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:29.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:30 smithi066 ceph-mon[112137]: pgmap v761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:30 smithi066 ceph-mon[112137]: from='client.34383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:30 smithi203 ceph-mon[117428]: pgmap v761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:31.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:30 smithi203 ceph-mon[117428]: from='client.34383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:30 smithi137 ceph-mon[117020]: pgmap v761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:30 smithi137 ceph-mon[117020]: from='client.34383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:32 smithi066 ceph-mon[112137]: pgmap v762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:38:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:32 smithi203 ceph-mon[117428]: pgmap v762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:38:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:32 smithi137 ceph-mon[117020]: pgmap v762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:38:34.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:34.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:34.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:34 smithi066 ceph-mon[112137]: pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:38:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:34 smithi203 ceph-mon[117428]: pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:38:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:34 smithi137 ceph-mon[117020]: pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:38:35.445 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:35.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:35.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:35.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:35.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:36 smithi066 ceph-mon[112137]: pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:36 smithi066 ceph-mon[112137]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:36 smithi203 ceph-mon[117428]: pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:37.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:36 smithi203 ceph-mon[117428]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:36 smithi137 ceph-mon[117020]: pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:36 smithi137 ceph-mon[117020]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:38 smithi066 ceph-mon[112137]: pgmap v765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:38 smithi203 ceph-mon[117428]: pgmap v765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:38 smithi137 ceph-mon[117020]: pgmap v765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:40.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:40.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:40.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:40 smithi066 ceph-mon[112137]: pgmap v766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:40 smithi203 ceph-mon[117428]: pgmap v766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:40 smithi137 ceph-mon[117020]: pgmap v766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:41.166 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:41.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:41.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:41.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:41.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:42 smithi066 ceph-mon[112137]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:42 smithi066 ceph-mon[112137]: pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:42.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:38:42.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:38:42.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:38:42.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:38:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:42 smithi203 ceph-mon[117428]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:42 smithi203 ceph-mon[117428]: pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:38:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:38:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:38:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:38:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:42 smithi137 ceph-mon[117020]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:42 smithi137 ceph-mon[117020]: pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:38:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:38:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:38:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:38:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:44 smithi066 ceph-mon[112137]: pgmap v768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:38:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:44 smithi203 ceph-mon[117428]: pgmap v768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:38:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:44 smithi137 ceph-mon[117020]: pgmap v768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:38:46.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:46.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:46.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:46.898 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:46.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:46.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:46.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:46.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:46 smithi066 ceph-mon[112137]: pgmap v769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:38:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:46 smithi203 ceph-mon[117428]: pgmap v769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:38:47.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:46 smithi137 ceph-mon[117020]: pgmap v769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:38:47.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:47 smithi066 ceph-mon[112137]: from='client.34605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:48.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:47 smithi203 ceph-mon[117428]: from='client.34605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:48.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:47 smithi137 ceph-mon[117020]: from='client.34605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:48 smithi066 ceph-mon[112137]: pgmap v770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:48 smithi203 ceph-mon[117428]: pgmap v770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:48 smithi137 ceph-mon[117020]: pgmap v770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:50 smithi066 ceph-mon[112137]: pgmap v771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:50 smithi203 ceph-mon[117428]: pgmap v771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:50 smithi137 ceph-mon[117020]: pgmap v771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:51.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:51.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:51.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:52.617 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:52.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:52.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:52.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:52.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:52 smithi066 ceph-mon[112137]: pgmap v772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:52 smithi203 ceph-mon[117428]: pgmap v772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:52 smithi137 ceph-mon[117020]: pgmap v772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:53.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:53 smithi066 ceph-mon[112137]: from='client.34680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:54.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:53 smithi203 ceph-mon[117428]: from='client.34680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:54.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:53 smithi137 ceph-mon[117020]: from='client.34680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:54 smithi066 ceph-mon[112137]: pgmap v773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:54 smithi203 ceph-mon[117428]: pgmap v773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:54 smithi137 ceph-mon[117020]: pgmap v773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:56 smithi066 ceph-mon[112137]: pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:56 smithi203 ceph-mon[117428]: pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:56 smithi137 ceph-mon[117020]: pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:57.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:38:57.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:57.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:58.334 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:38:58.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:58.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:58.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:58.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:38:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:58 smithi066 ceph-mon[112137]: pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:58 smithi203 ceph-mon[117428]: pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:58 smithi137 ceph-mon[117020]: pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:59.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:38:59 smithi066 ceph-mon[112137]: from='client.34755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:00.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:38:59 smithi203 ceph-mon[117428]: from='client.34755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:00.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:38:59 smithi137 ceph-mon[117020]: from='client.34755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:00 smithi066 ceph-mon[112137]: pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:00 smithi203 ceph-mon[117428]: pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:00 smithi137 ceph-mon[117020]: pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:01.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:01 smithi066 ceph-mon[112137]: pgmap v777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:02.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:01 smithi203 ceph-mon[117428]: pgmap v777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:02.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:01 smithi137 ceph-mon[117020]: pgmap v777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:03.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:03.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:03.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:04.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:04.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:04.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:04.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:04.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:04.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:03 smithi066 ceph-mon[112137]: pgmap v778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:04.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:03 smithi066 ceph-mon[112137]: from='client.34833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:04.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:03 smithi203 ceph-mon[117428]: pgmap v778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:04.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:03 smithi203 ceph-mon[117428]: from='client.34833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:04.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:03 smithi137 ceph-mon[117020]: pgmap v778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:04.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:03 smithi137 ceph-mon[117020]: from='client.34833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:06 smithi066 ceph-mon[112137]: pgmap v779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:06 smithi203 ceph-mon[117428]: pgmap v779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:06 smithi137 ceph-mon[117020]: pgmap v779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:08.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:08 smithi066 ceph-mon[112137]: pgmap v780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:09.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:09.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:09.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:08 smithi203 ceph-mon[117428]: pgmap v780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:08 smithi137 ceph-mon[117020]: pgmap v780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:09.795 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:09.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:09.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:09.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:09.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:10 smithi066 ceph-mon[112137]: pgmap v781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:10 smithi066 ceph-mon[112137]: from='client.34908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:10 smithi203 ceph-mon[117428]: pgmap v781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:10 smithi203 ceph-mon[117428]: from='client.34908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:10 smithi137 ceph-mon[117020]: pgmap v781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:10 smithi137 ceph-mon[117020]: from='client.34908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:12 smithi066 ceph-mon[112137]: pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:39:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:12 smithi203 ceph-mon[117428]: pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:39:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:12 smithi137 ceph-mon[117020]: pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:39:14.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:14.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:14.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:14 smithi066 ceph-mon[112137]: pgmap v783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:39:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:14 smithi203 ceph-mon[117428]: pgmap v783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:39:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:14 smithi137 ceph-mon[117020]: pgmap v783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:39:15.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:15.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:15.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:15.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:15.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:16 smithi066 ceph-mon[112137]: pgmap v784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:16.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:16 smithi066 ceph-mon[112137]: from='client.34986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:16 smithi203 ceph-mon[117428]: pgmap v784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:17.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:16 smithi203 ceph-mon[117428]: from='client.34986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:16 smithi137 ceph-mon[117020]: pgmap v784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:16 smithi137 ceph-mon[117020]: from='client.34986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:18 smithi066 ceph-mon[112137]: pgmap v785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:18 smithi203 ceph-mon[117428]: pgmap v785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:18 smithi137 ceph-mon[117020]: pgmap v785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:20.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:20.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:20.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:20 smithi066 ceph-mon[112137]: pgmap v786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:20 smithi203 ceph-mon[117428]: pgmap v786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:20 smithi137 ceph-mon[117020]: pgmap v786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:21.245 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:21.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:21.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:21.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:21.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:22 smithi066 ceph-mon[112137]: from='client.35064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:22 smithi066 ceph-mon[112137]: pgmap v787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:22 smithi203 ceph-mon[117428]: from='client.35064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:22 smithi203 ceph-mon[117428]: pgmap v787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:22 smithi137 ceph-mon[117020]: from='client.35064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:22 smithi137 ceph-mon[117020]: pgmap v787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:24 smithi066 ceph-mon[112137]: pgmap v788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:39:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:24 smithi203 ceph-mon[117428]: pgmap v788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:39:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:24 smithi137 ceph-mon[117020]: pgmap v788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:39:26.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:26.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:26.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:26.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:26.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:26.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:26.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:26.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:26 smithi066 ceph-mon[112137]: pgmap v789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:39:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:26 smithi203 ceph-mon[117428]: pgmap v789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:39:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:26 smithi137 ceph-mon[117020]: pgmap v789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:39:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:27 smithi066 ceph-mon[112137]: from='client.35136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:27 smithi203 ceph-mon[117428]: from='client.35136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:28.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:27 smithi137 ceph-mon[117020]: from='client.35136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:28 smithi066 ceph-mon[112137]: pgmap v790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:28 smithi203 ceph-mon[117428]: pgmap v790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:28 smithi137 ceph-mon[117020]: pgmap v790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:30 smithi066 ceph-mon[112137]: pgmap v791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:30 smithi203 ceph-mon[117428]: pgmap v791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:30 smithi137 ceph-mon[117020]: pgmap v791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:31.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:31.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:31.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:32.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:32 smithi066 ceph-mon[112137]: pgmap v792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:32 smithi203 ceph-mon[117428]: pgmap v792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:32 smithi137 ceph-mon[117020]: pgmap v792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:33.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:33 smithi066 ceph-mon[112137]: from='client.35211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:34.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:33 smithi203 ceph-mon[117428]: from='client.35211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:34.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:33 smithi137 ceph-mon[117020]: from='client.35211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:34 smithi066 ceph-mon[112137]: pgmap v793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:34 smithi203 ceph-mon[117428]: pgmap v793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:34 smithi137 ceph-mon[117020]: pgmap v793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:36 smithi066 ceph-mon[112137]: pgmap v794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:36 smithi203 ceph-mon[117428]: pgmap v794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:36 smithi137 ceph-mon[117020]: pgmap v794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:37.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:37.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:37.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:38.411 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:38 smithi066 ceph-mon[112137]: pgmap v795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:38 smithi203 ceph-mon[117428]: pgmap v795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:38 smithi137 ceph-mon[117020]: pgmap v795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:39.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:39 smithi066 ceph-mon[112137]: from='client.35286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:39 smithi203 ceph-mon[117428]: from='client.35286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:40.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:39 smithi137 ceph-mon[117020]: from='client.35286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:40 smithi066 ceph-mon[112137]: pgmap v796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:40 smithi203 ceph-mon[117428]: pgmap v796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:40 smithi137 ceph-mon[117020]: pgmap v796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:42 smithi066 ceph-mon[112137]: pgmap v797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:42 smithi203 ceph-mon[117428]: pgmap v797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:42 smithi137 ceph-mon[117020]: pgmap v797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:43.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:43.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:43.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:43.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:39:43.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:39:43.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:39:43.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:39:44.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:39:44.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:39:44.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:39:44.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:39:44.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:39:44.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:39:44.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:39:44.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:39:44.134 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:44.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:44.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:44.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:44.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:44 smithi066 ceph-mon[112137]: pgmap v798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:44 smithi203 ceph-mon[117428]: pgmap v798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:44 smithi137 ceph-mon[117020]: pgmap v798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:45.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:45 smithi066 ceph-mon[112137]: from='client.35361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:46.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:45 smithi203 ceph-mon[117428]: from='client.35361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:46.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:45 smithi137 ceph-mon[117020]: from='client.35361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:46 smithi066 ceph-mon[112137]: pgmap v799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:46 smithi203 ceph-mon[117428]: pgmap v799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:47.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:46 smithi137 ceph-mon[117020]: pgmap v799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:48 smithi066 ceph-mon[112137]: pgmap v800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:48 smithi203 ceph-mon[117428]: pgmap v800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:48 smithi137 ceph-mon[117020]: pgmap v800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:49.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:49.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:49.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:49.860 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:49.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:49.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:49.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:49.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:50 smithi066 ceph-mon[112137]: pgmap v801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:50 smithi066 ceph-mon[112137]: from='client.35436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:50 smithi203 ceph-mon[117428]: pgmap v801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:50 smithi203 ceph-mon[117428]: from='client.35436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:50 smithi137 ceph-mon[117020]: pgmap v801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:50 smithi137 ceph-mon[117020]: from='client.35436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:52 smithi066 ceph-mon[112137]: pgmap v802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:39:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:52 smithi203 ceph-mon[117428]: pgmap v802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:39:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:52 smithi137 ceph-mon[117020]: pgmap v802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:39:54.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:39:54.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:54.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:54 smithi066 ceph-mon[112137]: pgmap v803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:39:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:54 smithi203 ceph-mon[117428]: pgmap v803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:39:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:54 smithi137 ceph-mon[117020]: pgmap v803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:39:55.596 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:39:55.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:55.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:55.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:55.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:39:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:56 smithi066 ceph-mon[112137]: pgmap v804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:56 smithi066 ceph-mon[112137]: from='client.35511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:56 smithi203 ceph-mon[117428]: pgmap v804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:56 smithi203 ceph-mon[117428]: from='client.35511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:56 smithi137 ceph-mon[117020]: pgmap v804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:56 smithi137 ceph-mon[117020]: from='client.35511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:39:58 smithi066 ceph-mon[112137]: pgmap v805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:39:58 smithi203 ceph-mon[117428]: pgmap v805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:39:58 smithi137 ceph-mon[117020]: pgmap v805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:00.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:00.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:00.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:00 smithi066 ceph-mon[112137]: pgmap v806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T17:40:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:00 smithi203 ceph-mon[117428]: pgmap v806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:01.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T17:40:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:00 smithi137 ceph-mon[117020]: pgmap v806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T17:40:01.328 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:01.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:01.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:01.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:01.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:02 smithi066 ceph-mon[112137]: pgmap v807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:02.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:02 smithi066 ceph-mon[112137]: from='client.35589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:02 smithi203 ceph-mon[117428]: pgmap v807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:02 smithi203 ceph-mon[117428]: from='client.35589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:02 smithi137 ceph-mon[117020]: pgmap v807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:02 smithi137 ceph-mon[117020]: from='client.35589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:04 smithi066 ceph-mon[112137]: pgmap v808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:40:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:04 smithi203 ceph-mon[117428]: pgmap v808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:40:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:04 smithi137 ceph-mon[117020]: pgmap v808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:40:06.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:06.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:06.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:06 smithi066 ceph-mon[112137]: pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:40:07.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:07.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:07.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:07.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:07.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:06 smithi203 ceph-mon[117428]: pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:40:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:06 smithi137 ceph-mon[117020]: pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:40:07.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:07 smithi066 ceph-mon[112137]: from='client.35661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:08.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:07 smithi203 ceph-mon[117428]: from='client.35661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:08.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:07 smithi137 ceph-mon[117020]: from='client.35661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:08 smithi066 ceph-mon[112137]: pgmap v810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:08 smithi203 ceph-mon[117428]: pgmap v810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:08 smithi137 ceph-mon[117020]: pgmap v810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:10 smithi066 ceph-mon[112137]: pgmap v811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:10 smithi203 ceph-mon[117428]: pgmap v811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:10 smithi137 ceph-mon[117020]: pgmap v811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:12.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:12.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:12.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:12.788 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:12.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:12.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:12.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:12.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:12 smithi066 ceph-mon[112137]: pgmap v812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:13.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:12 smithi203 ceph-mon[117428]: pgmap v812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:12 smithi137 ceph-mon[117020]: pgmap v812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:13.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:13 smithi066 ceph-mon[112137]: from='client.35739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:14.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:13 smithi203 ceph-mon[117428]: from='client.35739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:14.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:13 smithi137 ceph-mon[117020]: from='client.35739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:14 smithi066 ceph-mon[112137]: pgmap v813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:14 smithi203 ceph-mon[117428]: pgmap v813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:14 smithi137 ceph-mon[117020]: pgmap v813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:16 smithi066 ceph-mon[112137]: pgmap v814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:16 smithi203 ceph-mon[117428]: pgmap v814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:16 smithi137 ceph-mon[117020]: pgmap v814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:17.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:17.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:17.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:18.528 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:18.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:18.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:18.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:18.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:18 smithi066 ceph-mon[112137]: pgmap v815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:18 smithi203 ceph-mon[117428]: pgmap v815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:18 smithi137 ceph-mon[117020]: pgmap v815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:19.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:19 smithi066 ceph-mon[112137]: from='client.35814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:20.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:19 smithi203 ceph-mon[117428]: from='client.35814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:20.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:19 smithi137 ceph-mon[117020]: from='client.35814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:20 smithi066 ceph-mon[112137]: pgmap v816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:20 smithi203 ceph-mon[117428]: pgmap v816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:20 smithi137 ceph-mon[117020]: pgmap v816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:22 smithi066 ceph-mon[112137]: pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:22 smithi203 ceph-mon[117428]: pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:22 smithi137 ceph-mon[117020]: pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:23.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:23.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:23.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:24.247 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:24.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:24.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:24.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:24.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:24 smithi066 ceph-mon[112137]: pgmap v818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:25.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:24 smithi203 ceph-mon[117428]: pgmap v818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:24 smithi137 ceph-mon[117020]: pgmap v818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:25.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:25 smithi066 ceph-mon[112137]: from='client.35889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:26.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:25 smithi203 ceph-mon[117428]: from='client.35889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:26.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:25 smithi137 ceph-mon[117020]: from='client.35889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:26 smithi066 ceph-mon[112137]: pgmap v819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:26 smithi203 ceph-mon[117428]: pgmap v819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:26 smithi137 ceph-mon[117020]: pgmap v819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:28 smithi066 ceph-mon[112137]: pgmap v820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:28 smithi203 ceph-mon[117428]: pgmap v820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:28 smithi137 ceph-mon[117020]: pgmap v820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:29.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:29.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:29.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:29.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:29.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:29.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:29.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:29.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:30 smithi203 ceph-mon[117428]: pgmap v821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:31.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:30 smithi203 ceph-mon[117428]: from='client.35964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:30 smithi137 ceph-mon[117020]: pgmap v821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:30 smithi137 ceph-mon[117020]: from='client.35964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:31.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:30 smithi066 ceph-mon[112137]: pgmap v821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:31.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:30 smithi066 ceph-mon[112137]: from='client.35964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:32 smithi203 ceph-mon[117428]: pgmap v822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:32 smithi137 ceph-mon[117020]: pgmap v822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:33.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:32 smithi066 ceph-mon[112137]: pgmap v822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:34.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:33 smithi203 ceph-mon[117428]: pgmap v823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:34.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:33 smithi137 ceph-mon[117020]: pgmap v823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:34.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:33 smithi066 ceph-mon[112137]: pgmap v823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:34.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:34.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:34.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:35.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:35.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:35.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:35.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:35.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:36.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:36 smithi066 ceph-mon[112137]: pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:36.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:36 smithi066 ceph-mon[112137]: from='client.36039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:36 smithi203 ceph-mon[117428]: pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:36 smithi203 ceph-mon[117428]: from='client.36039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:36 smithi137 ceph-mon[117020]: pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:36 smithi137 ceph-mon[117020]: from='client.36039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:38 smithi066 ceph-mon[112137]: pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:38 smithi203 ceph-mon[117428]: pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:38 smithi137 ceph-mon[117020]: pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:40.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:40.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:40.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:40 smithi066 ceph-mon[112137]: pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:40 smithi203 ceph-mon[117428]: pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:40 smithi137 ceph-mon[117020]: pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:41.409 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:41.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:41.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:41.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:41.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:42 smithi066 ceph-mon[112137]: pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:42 smithi066 ceph-mon[112137]: from='client.36114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:42 smithi203 ceph-mon[117428]: pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:42 smithi203 ceph-mon[117428]: from='client.36114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:42 smithi137 ceph-mon[117020]: pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:42 smithi137 ceph-mon[117020]: from='client.36114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:43.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:40:44.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:40:44.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:40:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:44 smithi066 ceph-mon[112137]: pgmap v828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:40:44.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:40:44.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:40:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:44 smithi203 ceph-mon[117428]: pgmap v828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:40:45.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:40:45.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:40:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:44 smithi137 ceph-mon[117020]: pgmap v828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:40:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:40:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:40:46.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:46.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:46.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:46 smithi066 ceph-mon[112137]: pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:46 smithi203 ceph-mon[117428]: pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:47.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:47.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:47.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:47.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:47.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:47.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:46 smithi137 ceph-mon[117020]: pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:48 smithi066 ceph-mon[112137]: from='client.36189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:48.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:48 smithi066 ceph-mon[112137]: pgmap v830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:48 smithi203 ceph-mon[117428]: from='client.36189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:48 smithi203 ceph-mon[117428]: pgmap v830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:48 smithi137 ceph-mon[117020]: from='client.36189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:48 smithi137 ceph-mon[117020]: pgmap v830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:50 smithi066 ceph-mon[112137]: pgmap v831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:50 smithi203 ceph-mon[117428]: pgmap v831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:50 smithi137 ceph-mon[117020]: pgmap v831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:52.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:52.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:52.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:52.863 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:52.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:52.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:52.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:52.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:52 smithi066 ceph-mon[112137]: pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:52 smithi203 ceph-mon[117428]: pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:52 smithi137 ceph-mon[117020]: pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:53.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:53 smithi066 ceph-mon[112137]: from='client.36261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:54.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:53 smithi203 ceph-mon[117428]: from='client.36261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:54.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:53 smithi137 ceph-mon[117020]: from='client.36261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:54 smithi066 ceph-mon[112137]: pgmap v833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:54 smithi203 ceph-mon[117428]: pgmap v833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:54 smithi137 ceph-mon[117020]: pgmap v833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:56 smithi066 ceph-mon[112137]: pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:56 smithi203 ceph-mon[117428]: pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:56 smithi137 ceph-mon[117020]: pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:57.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:40:57.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:57.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:58.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:40:58.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:58.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:58.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:58.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:40:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:58 smithi066 ceph-mon[112137]: pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:58 smithi203 ceph-mon[117428]: pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:58 smithi137 ceph-mon[117020]: pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:59.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:40:59 smithi066 ceph-mon[112137]: from='client.36336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:00.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:40:59 smithi203 ceph-mon[117428]: from='client.36336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:00.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:40:59 smithi137 ceph-mon[117020]: from='client.36336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:00 smithi066 ceph-mon[112137]: pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:00 smithi203 ceph-mon[117428]: pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:00 smithi137 ceph-mon[117020]: pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:02 smithi203 ceph-mon[117428]: pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:02 smithi137 ceph-mon[117020]: pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:03.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:02 smithi066 ceph-mon[112137]: pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:03.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:03.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:03.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:04.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:04.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:04.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:04.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:04.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:04 smithi203 ceph-mon[117428]: pgmap v838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:04 smithi137 ceph-mon[117020]: pgmap v838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:05.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:04 smithi066 ceph-mon[112137]: pgmap v838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:06.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:05 smithi203 ceph-mon[117428]: from='client.36414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:06.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:05 smithi137 ceph-mon[117020]: from='client.36414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:06.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:05 smithi066 ceph-mon[112137]: from='client.36414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:06 smithi203 ceph-mon[117428]: pgmap v839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:06 smithi137 ceph-mon[117020]: pgmap v839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:07.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:06 smithi066 ceph-mon[112137]: pgmap v839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:08.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:07 smithi203 ceph-mon[117428]: pgmap v840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:08.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:07 smithi137 ceph-mon[117020]: pgmap v840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:08.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:07 smithi066 ceph-mon[112137]: pgmap v840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:09.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:09.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:09.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:10.070 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:10.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:10.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:10.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:10.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:10.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:09 smithi203 ceph-mon[117428]: pgmap v841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:10.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:09 smithi203 ceph-mon[117428]: from='client.36492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:10.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:09 smithi137 ceph-mon[117020]: pgmap v841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:10.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:09 smithi137 ceph-mon[117020]: from='client.36492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:09 smithi066 ceph-mon[112137]: pgmap v841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:09 smithi066 ceph-mon[112137]: from='client.36492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:12 smithi066 ceph-mon[112137]: pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:12 smithi203 ceph-mon[117428]: pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:12 smithi137 ceph-mon[117020]: pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:14 smithi066 ceph-mon[112137]: pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:15.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:15.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:15.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:14 smithi203 ceph-mon[117428]: pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:14 smithi137 ceph-mon[117020]: pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:15.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:15.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:15.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:15.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:15.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:16 smithi066 ceph-mon[112137]: pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:16.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:16 smithi066 ceph-mon[112137]: from='client.36567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:16 smithi203 ceph-mon[117428]: pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:16 smithi203 ceph-mon[117428]: from='client.36567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:16 smithi137 ceph-mon[117020]: pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:16 smithi137 ceph-mon[117020]: from='client.36567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:18 smithi066 ceph-mon[112137]: pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:18 smithi203 ceph-mon[117428]: pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:18 smithi137 ceph-mon[117020]: pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:20.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:20.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:20.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:20 smithi066 ceph-mon[112137]: pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:20 smithi203 ceph-mon[117428]: pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:20 smithi137 ceph-mon[117020]: pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:21.529 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:21.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:21.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:21.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:21.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:22 smithi066 ceph-mon[112137]: pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:22.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:22 smithi066 ceph-mon[112137]: from='client.36642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:22 smithi203 ceph-mon[117428]: pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:22 smithi203 ceph-mon[117428]: from='client.36642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:22 smithi137 ceph-mon[117020]: pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:22 smithi137 ceph-mon[117020]: from='client.36642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:24 smithi066 ceph-mon[112137]: pgmap v848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:24 smithi203 ceph-mon[117428]: pgmap v848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:24 smithi137 ceph-mon[117020]: pgmap v848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:26.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:26.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:26.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:26 smithi066 ceph-mon[112137]: pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:26 smithi203 ceph-mon[117428]: pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:26 smithi137 ceph-mon[117020]: pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:27.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:27.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:27.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:27.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:27.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:28 smithi066 ceph-mon[112137]: from='client.36717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:28 smithi066 ceph-mon[112137]: pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:28 smithi203 ceph-mon[117428]: from='client.36717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:28 smithi203 ceph-mon[117428]: pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:28 smithi137 ceph-mon[117020]: from='client.36717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:28 smithi137 ceph-mon[117020]: pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:30 smithi066 ceph-mon[112137]: pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:30 smithi203 ceph-mon[117428]: pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:30 smithi137 ceph-mon[117020]: pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:32.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:32.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:32.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:32.960 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:32.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:32.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:32.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:32.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:32 smithi066 ceph-mon[112137]: pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:32 smithi203 ceph-mon[117428]: pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:32 smithi137 ceph-mon[117020]: pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:33.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:33 smithi066 ceph-mon[112137]: from='client.36795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:34.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:33 smithi203 ceph-mon[117428]: from='client.36795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:34.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:33 smithi137 ceph-mon[117020]: from='client.36795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:34 smithi203 ceph-mon[117428]: pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:34 smithi137 ceph-mon[117020]: pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:35.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:34 smithi066 ceph-mon[112137]: pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:36 smithi203 ceph-mon[117428]: pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:36 smithi137 ceph-mon[117020]: pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:37.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:36 smithi066 ceph-mon[112137]: pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:37.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:37.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:37.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:38.686 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:38.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:38.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:38.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:38.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:38 smithi203 ceph-mon[117428]: pgmap v855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:38 smithi137 ceph-mon[117020]: pgmap v855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:39.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:38 smithi066 ceph-mon[112137]: pgmap v855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:39 smithi203 ceph-mon[117428]: from='client.36873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:40.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:39 smithi137 ceph-mon[117020]: from='client.36873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:40.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:39 smithi066 ceph-mon[112137]: from='client.36873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:40 smithi203 ceph-mon[117428]: pgmap v856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:40 smithi137 ceph-mon[117020]: pgmap v856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:41.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:40 smithi066 ceph-mon[112137]: pgmap v856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:41 smithi203 ceph-mon[117428]: pgmap v857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:42.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:41 smithi137 ceph-mon[117020]: pgmap v857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:42.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:41 smithi066 ceph-mon[112137]: pgmap v857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:43.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:43.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:43.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:44.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:43 smithi203 ceph-mon[117428]: pgmap v858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:44.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:43 smithi137 ceph-mon[117020]: pgmap v858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:44.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:44.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:44.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:44.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:44.428 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:43 smithi066 ceph-mon[112137]: pgmap v858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:44 smithi203 ceph-mon[117428]: from='client.36951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:41:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:44 smithi137 ceph-mon[117020]: from='client.36951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:45.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:41:45.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:44 smithi066 ceph-mon[112137]: from='client.36951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:45.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:41:45.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:45.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:46.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:46 smithi203 ceph-mon[117428]: pgmap v859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:46.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:41:46.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:41:46.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:46.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:46 smithi137 ceph-mon[117020]: pgmap v859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:46.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:41:46.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:41:46.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:46.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:45 smithi066 ceph-mon[112137]: pgmap v859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:41:46.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:41:46.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:41:46.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:41:48.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:48 smithi203 ceph-mon[117428]: pgmap v860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:48.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:48 smithi137 ceph-mon[117020]: pgmap v860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:48.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:48 smithi066 ceph-mon[112137]: pgmap v860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:49.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:49.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:49.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:50.161 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:50.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:50.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:50.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:50.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:50.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:50 smithi203 ceph-mon[117428]: pgmap v861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:50.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:50 smithi137 ceph-mon[117020]: pgmap v861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:50.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:50 smithi066 ceph-mon[112137]: pgmap v861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:51.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:51 smithi066 ceph-mon[112137]: from='client.37023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:52.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:51 smithi203 ceph-mon[117428]: from='client.37023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:51 smithi137 ceph-mon[117020]: from='client.37023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:52 smithi066 ceph-mon[112137]: pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:52 smithi203 ceph-mon[117428]: pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:52 smithi137 ceph-mon[117020]: pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:54 smithi066 ceph-mon[112137]: pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:54 smithi203 ceph-mon[117428]: pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:54 smithi137 ceph-mon[117020]: pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:55.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:41:55.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:55.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:55.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:41:55.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:55.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:55.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:55.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:41:56.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:56 smithi066 ceph-mon[112137]: pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:56.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:56 smithi066 ceph-mon[112137]: from='client.37098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:56 smithi203 ceph-mon[117428]: pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:57.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:56 smithi203 ceph-mon[117428]: from='client.37098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:56 smithi137 ceph-mon[117020]: pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:56 smithi137 ceph-mon[117020]: from='client.37098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:58.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:41:58 smithi066 ceph-mon[112137]: pgmap v865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:59.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:41:58 smithi203 ceph-mon[117428]: pgmap v865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:41:58 smithi137 ceph-mon[117020]: pgmap v865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:00.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:00.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:00.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:00 smithi066 ceph-mon[112137]: pgmap v866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:00 smithi203 ceph-mon[117428]: pgmap v866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:00 smithi137 ceph-mon[117020]: pgmap v866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:01.587 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:01.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:01.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:01.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:01.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:02 smithi066 ceph-mon[112137]: pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:02.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:02 smithi066 ceph-mon[112137]: from='client.37173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:02 smithi203 ceph-mon[117428]: pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:02 smithi203 ceph-mon[117428]: from='client.37173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:02 smithi137 ceph-mon[117020]: pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:02 smithi137 ceph-mon[117020]: from='client.37173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:04.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:04 smithi066 ceph-mon[112137]: pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:04 smithi203 ceph-mon[117428]: pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:04 smithi137 ceph-mon[117020]: pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:06.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:06.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:06.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:06 smithi066 ceph-mon[112137]: pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:06 smithi203 ceph-mon[117428]: pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:06 smithi137 ceph-mon[117020]: pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:07.304 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:07.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:07.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:07.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:07.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:08 smithi066 ceph-mon[112137]: pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:08 smithi066 ceph-mon[112137]: from='client.37248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:08 smithi203 ceph-mon[117428]: pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:08 smithi203 ceph-mon[117428]: from='client.37248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:08 smithi137 ceph-mon[117020]: pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:08 smithi137 ceph-mon[117020]: from='client.37248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:10 smithi066 ceph-mon[112137]: pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:10 smithi203 ceph-mon[117428]: pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:10 smithi137 ceph-mon[117020]: pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:12.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:12.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:12.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:13.017 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:13.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:13.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:13.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:13.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:12 smithi203 ceph-mon[117428]: pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:12 smithi137 ceph-mon[117020]: pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:13.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:12 smithi066 ceph-mon[112137]: pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:14.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:13 smithi203 ceph-mon[117428]: from='client.37326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:14.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:13 smithi137 ceph-mon[117020]: from='client.37326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:14.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:13 smithi066 ceph-mon[112137]: from='client.37326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:14 smithi203 ceph-mon[117428]: pgmap v873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:14 smithi137 ceph-mon[117020]: pgmap v873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:15.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:14 smithi066 ceph-mon[112137]: pgmap v873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:16 smithi203 ceph-mon[117428]: pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:16 smithi137 ceph-mon[117020]: pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:17.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:16 smithi066 ceph-mon[112137]: pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:18.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:18.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:18.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:18.746 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:18.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:18.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:18.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:18.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:18 smithi203 ceph-mon[117428]: pgmap v875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:18 smithi137 ceph-mon[117020]: pgmap v875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:19.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:18 smithi066 ceph-mon[112137]: pgmap v875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:20.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:19 smithi203 ceph-mon[117428]: from='client.37404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:20.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:19 smithi137 ceph-mon[117020]: from='client.37404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:20.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:19 smithi066 ceph-mon[112137]: from='client.37404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:20 smithi203 ceph-mon[117428]: pgmap v876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:20 smithi137 ceph-mon[117020]: pgmap v876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:21.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:20 smithi066 ceph-mon[112137]: pgmap v876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:22.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:21 smithi203 ceph-mon[117428]: pgmap v877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:22.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:21 smithi137 ceph-mon[117020]: pgmap v877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:22.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:21 smithi066 ceph-mon[112137]: pgmap v877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:23.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:23.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:23.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:24.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:24 smithi203 ceph-mon[117428]: pgmap v878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:24.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:24 smithi137 ceph-mon[117020]: pgmap v878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:24.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:24 smithi066 ceph-mon[112137]: pgmap v878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:25.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:25 smithi203 ceph-mon[117428]: from='client.37479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:25.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:25 smithi137 ceph-mon[117020]: from='client.37479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:25.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:25 smithi066 ceph-mon[112137]: from='client.37479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:26.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:26 smithi066 ceph-mon[112137]: pgmap v879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:26 smithi203 ceph-mon[117428]: pgmap v879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:26 smithi137 ceph-mon[117020]: pgmap v879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:28 smithi066 ceph-mon[112137]: pgmap v880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:28 smithi203 ceph-mon[117428]: pgmap v880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:28 smithi137 ceph-mon[117020]: pgmap v880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:29.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:29.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:29.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:30.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:30.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:30.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:30.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:30.184 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:30 smithi066 ceph-mon[112137]: pgmap v881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:31.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:30 smithi203 ceph-mon[117428]: pgmap v881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:30 smithi137 ceph-mon[117020]: pgmap v881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:31.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:31 smithi066 ceph-mon[112137]: from='client.37557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:32.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:31 smithi203 ceph-mon[117428]: from='client.37557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:32.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:31 smithi137 ceph-mon[117020]: from='client.37557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:32 smithi066 ceph-mon[112137]: pgmap v882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:32 smithi203 ceph-mon[117428]: pgmap v882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:32 smithi137 ceph-mon[117020]: pgmap v882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:34.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:34 smithi066 ceph-mon[112137]: pgmap v883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:34 smithi203 ceph-mon[117428]: pgmap v883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:34 smithi137 ceph-mon[117020]: pgmap v883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:35.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:35.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:35.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:35.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:35.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:35.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:35.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:35.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:36 smithi066 ceph-mon[112137]: pgmap v884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:36.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:36 smithi066 ceph-mon[112137]: from='client.37632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:36 smithi203 ceph-mon[117428]: pgmap v884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:36 smithi203 ceph-mon[117428]: from='client.37632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:36 smithi137 ceph-mon[117020]: pgmap v884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:36 smithi137 ceph-mon[117020]: from='client.37632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:38 smithi203 ceph-mon[117428]: pgmap v885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:38 smithi137 ceph-mon[117020]: pgmap v885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:39.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:38 smithi066 ceph-mon[112137]: pgmap v885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:40.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:40.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:40.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:41.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:40 smithi203 ceph-mon[117428]: pgmap v886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:40 smithi137 ceph-mon[117020]: pgmap v886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:41.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:40 smithi066 ceph-mon[112137]: pgmap v886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:41.620 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:41.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:41.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:41.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:41.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:42 smithi203 ceph-mon[117428]: pgmap v887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:42 smithi203 ceph-mon[117428]: from='client.37704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:42 smithi137 ceph-mon[117020]: pgmap v887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:42 smithi137 ceph-mon[117020]: from='client.37704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:43.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:42 smithi066 ceph-mon[112137]: pgmap v887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:42 smithi066 ceph-mon[112137]: from='client.37704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:45.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:44 smithi203 ceph-mon[117428]: pgmap v888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:44 smithi137 ceph-mon[117020]: pgmap v888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:45.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:44 smithi066 ceph-mon[112137]: pgmap v888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:46.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:42:46.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:42:46.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:42:46.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:46.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:46.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:46 smithi137 ceph-mon[117020]: pgmap v889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:46.927 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:46 smithi203 ceph-mon[117428]: pgmap v889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:46 smithi066 ceph-mon[112137]: pgmap v889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:47.380 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:47.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:47.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:47.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:47.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: pgmap v890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='client.37776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:42:49.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:42:49.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: pgmap v890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='client.37776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:42:49.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:42:49.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: pgmap v890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='client.37776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:42:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:42:51.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:50 smithi203 ceph-mon[117428]: pgmap v891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:50 smithi137 ceph-mon[117020]: pgmap v891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:51.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:50 smithi066 ceph-mon[112137]: pgmap v891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:52.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:52.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:52.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:52 smithi203 ceph-mon[117428]: pgmap v892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:53.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:53.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:53.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:53.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:53.103 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:52 smithi137 ceph-mon[117020]: pgmap v892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:53.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:52 smithi066 ceph-mon[112137]: pgmap v892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:54.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:53 smithi203 ceph-mon[117428]: from='client.37848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:54.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:53 smithi137 ceph-mon[117020]: from='client.37848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:54.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:53 smithi066 ceph-mon[112137]: from='client.37848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:54 smithi203 ceph-mon[117428]: pgmap v893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:54 smithi137 ceph-mon[117020]: pgmap v893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:55.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:54 smithi066 ceph-mon[112137]: pgmap v893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:56 smithi066 ceph-mon[112137]: pgmap v894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:56 smithi203 ceph-mon[117428]: pgmap v894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:56 smithi137 ceph-mon[117020]: pgmap v894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:58.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:42:58.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:58.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:58.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:42:58.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:58.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:58.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:58.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:42:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:58 smithi066 ceph-mon[112137]: pgmap v895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:58 smithi203 ceph-mon[117428]: pgmap v895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:58 smithi137 ceph-mon[117020]: pgmap v895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:59.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:42:59 smithi066 ceph-mon[112137]: from='client.37920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:00.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:42:59 smithi203 ceph-mon[117428]: from='client.37920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:00.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:42:59 smithi137 ceph-mon[117020]: from='client.37920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:00 smithi066 ceph-mon[112137]: pgmap v896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:00 smithi203 ceph-mon[117428]: pgmap v896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:00 smithi137 ceph-mon[117020]: pgmap v896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:02 smithi066 ceph-mon[112137]: pgmap v897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:02 smithi203 ceph-mon[117428]: pgmap v897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:02 smithi137 ceph-mon[117020]: pgmap v897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:03.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:03.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:03.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:04.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:04.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:04.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:04.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:04.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:04 smithi066 ceph-mon[112137]: pgmap v898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:04 smithi203 ceph-mon[117428]: pgmap v898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:04 smithi137 ceph-mon[117020]: pgmap v898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:06.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:05 smithi203 ceph-mon[117428]: from='client.37992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:06.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:05 smithi137 ceph-mon[117020]: from='client.37992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:06.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:05 smithi066 ceph-mon[112137]: from='client.37992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:06 smithi203 ceph-mon[117428]: pgmap v899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:06 smithi137 ceph-mon[117020]: pgmap v899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:07.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:06 smithi066 ceph-mon[112137]: pgmap v899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:09.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:08 smithi203 ceph-mon[117428]: pgmap v900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:08 smithi137 ceph-mon[117020]: pgmap v900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:08 smithi066 ceph-mon[112137]: pgmap v900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:09.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:09.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:09.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:10.263 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:10.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:10.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:10.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:10.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:10 smithi203 ceph-mon[117428]: pgmap v901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:10 smithi137 ceph-mon[117020]: pgmap v901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:11.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:10 smithi066 ceph-mon[112137]: pgmap v901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:12.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:11 smithi203 ceph-mon[117428]: from='client.38070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:12.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:11 smithi137 ceph-mon[117020]: from='client.38070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:12.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:11 smithi066 ceph-mon[112137]: from='client.38070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:12 smithi203 ceph-mon[117428]: pgmap v902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:12 smithi137 ceph-mon[117020]: pgmap v902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:13.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:12 smithi066 ceph-mon[112137]: pgmap v902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:14 smithi203 ceph-mon[117428]: pgmap v903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:15.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:14 smithi137 ceph-mon[117020]: pgmap v903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:14 smithi066 ceph-mon[112137]: pgmap v903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:15.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:15.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:15.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:15.988 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:15.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:15.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:15.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:15.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:16 smithi203 ceph-mon[117428]: pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:17.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:16 smithi203 ceph-mon[117428]: from='client.38148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:16 smithi137 ceph-mon[117020]: pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:16 smithi137 ceph-mon[117020]: from='client.38148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:16 smithi066 ceph-mon[112137]: pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:16 smithi066 ceph-mon[112137]: from='client.38148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:19.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:18 smithi203 ceph-mon[117428]: pgmap v905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:18 smithi137 ceph-mon[117020]: pgmap v905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:19.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:18 smithi066 ceph-mon[112137]: pgmap v905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:20.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:20.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:20.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:21.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:20 smithi203 ceph-mon[117428]: pgmap v906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:20 smithi137 ceph-mon[117020]: pgmap v906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:21.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:20 smithi066 ceph-mon[112137]: pgmap v906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:21.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:21.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:21.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:21.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:21.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:23.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:22 smithi203 ceph-mon[117428]: pgmap v907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:23.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:22 smithi203 ceph-mon[117428]: from='client.38220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:22 smithi137 ceph-mon[117020]: pgmap v907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:22 smithi137 ceph-mon[117020]: from='client.38220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:22 smithi066 ceph-mon[112137]: pgmap v907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:22 smithi066 ceph-mon[112137]: from='client.38220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:24.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:23 smithi137 ceph-mon[117020]: pgmap v908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:24.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:23 smithi066 ceph-mon[112137]: pgmap v908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:24.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:23 smithi203 ceph-mon[117428]: pgmap v908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:26.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:26.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:26.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:26 smithi066 ceph-mon[112137]: pgmap v909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:26 smithi203 ceph-mon[117428]: pgmap v909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:26 smithi137 ceph-mon[117020]: pgmap v909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:27.456 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:27.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:27.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:27.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:27.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:28 smithi066 ceph-mon[112137]: pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:28 smithi066 ceph-mon[112137]: from='client.38295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:29.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:28 smithi203 ceph-mon[117428]: pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:29.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:28 smithi203 ceph-mon[117428]: from='client.38295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:28 smithi137 ceph-mon[117020]: pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:28 smithi137 ceph-mon[117020]: from='client.38295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:30.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:30 smithi066 ceph-mon[112137]: pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:30 smithi203 ceph-mon[117428]: pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:30 smithi137 ceph-mon[117020]: pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:32.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:32.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:32.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:32 smithi066 ceph-mon[112137]: pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:32 smithi203 ceph-mon[117428]: pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:32 smithi137 ceph-mon[117020]: pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:33.180 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:33.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:33.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:33.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:33.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:34 smithi203 ceph-mon[117428]: from='client.38373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:35.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:34 smithi203 ceph-mon[117428]: pgmap v913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:34 smithi137 ceph-mon[117020]: from='client.38373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:34 smithi137 ceph-mon[117020]: pgmap v913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:34 smithi066 ceph-mon[112137]: from='client.38373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:34 smithi066 ceph-mon[112137]: pgmap v913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:37.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:36 smithi203 ceph-mon[117428]: pgmap v914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:36 smithi137 ceph-mon[117020]: pgmap v914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:37.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:36 smithi066 ceph-mon[112137]: pgmap v914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:38.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:38.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:38.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:38.913 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:38.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:38.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:38.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:38.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:38 smithi203 ceph-mon[117428]: pgmap v915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:38 smithi137 ceph-mon[117020]: pgmap v915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:39.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:38 smithi066 ceph-mon[112137]: pgmap v915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:40.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:39 smithi203 ceph-mon[117428]: from='client.38448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:40.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:39 smithi137 ceph-mon[117020]: from='client.38448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:40.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:39 smithi066 ceph-mon[112137]: from='client.38448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:40 smithi203 ceph-mon[117428]: pgmap v916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:40 smithi137 ceph-mon[117020]: pgmap v916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:40 smithi066 ceph-mon[112137]: pgmap v916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:42 smithi203 ceph-mon[117428]: pgmap v917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:42 smithi137 ceph-mon[117020]: pgmap v917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:43.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:42 smithi066 ceph-mon[112137]: pgmap v917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:43.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:43.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:43.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:44.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:44.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:44.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:44.629 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:44.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:45.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:44 smithi203 ceph-mon[117428]: pgmap v918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:44 smithi137 ceph-mon[117020]: pgmap v918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:44 smithi066 ceph-mon[112137]: pgmap v918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:46.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:45 smithi203 ceph-mon[117428]: from='client.38523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:46.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:45 smithi137 ceph-mon[117020]: from='client.38523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:46.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:45 smithi066 ceph-mon[112137]: from='client.38523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:47.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:46 smithi203 ceph-mon[117428]: pgmap v919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:47.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:46 smithi137 ceph-mon[117020]: pgmap v919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:47.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:46 smithi066 ceph-mon[112137]: pgmap v919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:48 smithi203 ceph-mon[117428]: pgmap v920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:43:49.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:48 smithi137 ceph-mon[117020]: pgmap v920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:49.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:43:49.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:48 smithi066 ceph-mon[112137]: pgmap v920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:49.147 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:43:49.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:49.630 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:49.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:50.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:50.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:50.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:50.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:50.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: pgmap v921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:43:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: pgmap v921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:50.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:43:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: pgmap v921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:43:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:43:52.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:51 smithi203 ceph-mon[117428]: from='client.38598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:51 smithi137 ceph-mon[117020]: from='client.38598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:52.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:51 smithi066 ceph-mon[112137]: from='client.38598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:52 smithi203 ceph-mon[117428]: pgmap v922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:52 smithi137 ceph-mon[117020]: pgmap v922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:53.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:52 smithi066 ceph-mon[112137]: pgmap v922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:54 smithi203 ceph-mon[117428]: pgmap v923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:54 smithi137 ceph-mon[117020]: pgmap v923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:55.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:54 smithi066 ceph-mon[112137]: pgmap v923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:55.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:43:55.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:55.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:56.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:43:56.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:56.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:56.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:56.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:43:57.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:56 smithi203 ceph-mon[117428]: pgmap v924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:57.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:56 smithi203 ceph-mon[117428]: from='client.38670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:56 smithi137 ceph-mon[117020]: pgmap v924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:56 smithi137 ceph-mon[117020]: from='client.38670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:57.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:56 smithi066 ceph-mon[112137]: pgmap v924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:56 smithi066 ceph-mon[112137]: from='client.38670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:59.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:43:58 smithi203 ceph-mon[117428]: pgmap v925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:43:58 smithi137 ceph-mon[117020]: pgmap v925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:43:58 smithi066 ceph-mon[112137]: pgmap v925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:01.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:00 smithi203 ceph-mon[117428]: pgmap v926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:01.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:00 smithi137 ceph-mon[117020]: pgmap v926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:01.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:01.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:00 smithi066 ceph-mon[112137]: pgmap v926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:01.848 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:02 smithi203 ceph-mon[117428]: pgmap v927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:02 smithi203 ceph-mon[117428]: from='client.38748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:02 smithi137 ceph-mon[117020]: pgmap v927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:02 smithi137 ceph-mon[117020]: from='client.38748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:02 smithi066 ceph-mon[112137]: pgmap v927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:02 smithi066 ceph-mon[112137]: from='client.38748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:05.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:04 smithi203 ceph-mon[117428]: pgmap v928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:04 smithi137 ceph-mon[117020]: pgmap v928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:05.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:04 smithi066 ceph-mon[112137]: pgmap v928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:06.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:06.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:06.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:06 smithi203 ceph-mon[117428]: pgmap v929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:06 smithi137 ceph-mon[117020]: pgmap v929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:07.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:06 smithi066 ceph-mon[112137]: pgmap v929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:07.573 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:07.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:07.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:07.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:07.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:09.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:08 smithi203 ceph-mon[117428]: pgmap v930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:09.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:08 smithi203 ceph-mon[117428]: from='client.38826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:08 smithi137 ceph-mon[117020]: pgmap v930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:08 smithi137 ceph-mon[117020]: from='client.38826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:08 smithi066 ceph-mon[112137]: pgmap v930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:08 smithi066 ceph-mon[112137]: from='client.38826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:11.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:10 smithi203 ceph-mon[117428]: pgmap v931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:10 smithi137 ceph-mon[117020]: pgmap v931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:10 smithi066 ceph-mon[112137]: pgmap v931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:12.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:12.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:12.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:13.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:12 smithi203 ceph-mon[117428]: pgmap v932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:12 smithi137 ceph-mon[117020]: pgmap v932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:13.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:12 smithi066 ceph-mon[112137]: pgmap v932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:13.302 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:13.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:13.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:14 smithi203 ceph-mon[117428]: from='client.38898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:15.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:14 smithi203 ceph-mon[117428]: pgmap v933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:14 smithi137 ceph-mon[117020]: from='client.38898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:14 smithi137 ceph-mon[117020]: pgmap v933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:15.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:14 smithi066 ceph-mon[112137]: from='client.38898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:14 smithi066 ceph-mon[112137]: pgmap v933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:17.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:16 smithi203 ceph-mon[117428]: pgmap v934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:16 smithi137 ceph-mon[117020]: pgmap v934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:17.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:16 smithi066 ceph-mon[112137]: pgmap v934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:18.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:18.304 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:18.304 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:19.037 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:19.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:19.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:19.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:19.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:18 smithi203 ceph-mon[117428]: pgmap v935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:18 smithi137 ceph-mon[117020]: pgmap v935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:19.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:18 smithi066 ceph-mon[112137]: pgmap v935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:20.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:19 smithi203 ceph-mon[117428]: from='client.38973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:20.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:19 smithi203 ceph-mon[117428]: pgmap v936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:20.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:19 smithi137 ceph-mon[117020]: from='client.38973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:20.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:19 smithi137 ceph-mon[117020]: pgmap v936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:20.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:19 smithi066 ceph-mon[112137]: from='client.38973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:20.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:19 smithi066 ceph-mon[112137]: pgmap v936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:23.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:22 smithi203 ceph-mon[117428]: pgmap v937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:22 smithi137 ceph-mon[117020]: pgmap v937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:22 smithi066 ceph-mon[112137]: pgmap v937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:24.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:24.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:24.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:24.764 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:24.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:24.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:24.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:24.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:24 smithi203 ceph-mon[117428]: pgmap v938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:24 smithi137 ceph-mon[117020]: pgmap v938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:25.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:24 smithi066 ceph-mon[112137]: pgmap v938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:26.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:25 smithi203 ceph-mon[117428]: from='client.39051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:26.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:25 smithi137 ceph-mon[117020]: from='client.39051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:26.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:25 smithi066 ceph-mon[112137]: from='client.39051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:27.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:26 smithi203 ceph-mon[117428]: pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:44:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:26 smithi137 ceph-mon[117020]: pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:44:27.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:26 smithi066 ceph-mon[112137]: pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:44:29.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:28 smithi203 ceph-mon[117428]: pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:44:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:28 smithi137 ceph-mon[117020]: pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:44:29.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:28 smithi066 ceph-mon[112137]: pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:44:29.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:29.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:29.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:30.479 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:30.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:30.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:30.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:30.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:30 smithi203 ceph-mon[117428]: pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:44:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:30 smithi137 ceph-mon[117020]: pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:44:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:30 smithi066 ceph-mon[112137]: pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:44:32.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:31 smithi203 ceph-mon[117428]: from='client.39126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:32.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:31 smithi137 ceph-mon[117020]: from='client.39126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:32.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:31 smithi066 ceph-mon[112137]: from='client.39126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:33.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:32 smithi203 ceph-mon[117428]: pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:32 smithi137 ceph-mon[117020]: pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:32 smithi066 ceph-mon[112137]: pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:35.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:34 smithi203 ceph-mon[117428]: pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:34 smithi137 ceph-mon[117020]: pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:35.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:34 smithi066 ceph-mon[112137]: pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:35.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:35.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:35.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:36.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:36.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:36.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:36.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:36.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:37.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:36 smithi203 ceph-mon[117428]: pgmap v944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:36 smithi137 ceph-mon[117020]: pgmap v944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:36 smithi066 ceph-mon[112137]: pgmap v944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:38.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:37 smithi203 ceph-mon[117428]: from='client.39204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:38.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:37 smithi137 ceph-mon[117020]: from='client.39204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:38.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:37 smithi066 ceph-mon[112137]: from='client.39204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:38 smithi203 ceph-mon[117428]: pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:44:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:38 smithi137 ceph-mon[117020]: pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:44:39.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:38 smithi066 ceph-mon[112137]: pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:44:41.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:40 smithi203 ceph-mon[117428]: pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:44:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:40 smithi137 ceph-mon[117020]: pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:44:41.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:41.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:41.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:41.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:40 smithi066 ceph-mon[112137]: pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:44:41.936 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:41.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:41.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:41.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:41.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:42 smithi203 ceph-mon[117428]: pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:44:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:42 smithi203 ceph-mon[117428]: from='client.39282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:42 smithi137 ceph-mon[117020]: pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:44:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:42 smithi137 ceph-mon[117020]: from='client.39282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:43.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:42 smithi066 ceph-mon[112137]: pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:44:43.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:42 smithi066 ceph-mon[112137]: from='client.39282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:44.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:43 smithi137 ceph-mon[117020]: pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:44.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:43 smithi066 ceph-mon[112137]: pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:44.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:43 smithi203 ceph-mon[117428]: pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:46.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:46.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:46.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:46 smithi203 ceph-mon[117428]: pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:47.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:46 smithi137 ceph-mon[117020]: pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:47.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:46 smithi066 ceph-mon[112137]: pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:47.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:48 smithi203 ceph-mon[117428]: pgmap v950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:48 smithi203 ceph-mon[117428]: from='client.39354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:48 smithi137 ceph-mon[117020]: pgmap v950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:48 smithi137 ceph-mon[117020]: from='client.39354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:48 smithi066 ceph-mon[112137]: pgmap v950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:48 smithi066 ceph-mon[112137]: from='client.39354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:51.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:50 smithi203 ceph-mon[117428]: pgmap v951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:51.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:44:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:50 smithi137 ceph-mon[117020]: pgmap v951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:44:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:50 smithi066 ceph-mon[112137]: pgmap v951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:44:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:44:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:44:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:44:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:44:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:44:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:44:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:44:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:44:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:44:52.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:52.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:52.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:52 smithi203 ceph-mon[117428]: pgmap v952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:52 smithi137 ceph-mon[117020]: pgmap v952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:53.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:52 smithi066 ceph-mon[112137]: pgmap v952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:53.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:53.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:53.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:53.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:54 smithi203 ceph-mon[117428]: pgmap v953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:54 smithi203 ceph-mon[117428]: from='client.39432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:54 smithi137 ceph-mon[117020]: pgmap v953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:54 smithi137 ceph-mon[117020]: from='client.39432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:55.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:54 smithi066 ceph-mon[112137]: pgmap v953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:55.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:54 smithi066 ceph-mon[112137]: from='client.39432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:57.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:56 smithi203 ceph-mon[117428]: pgmap v954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:56 smithi137 ceph-mon[117020]: pgmap v954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:57.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:56 smithi066 ceph-mon[112137]: pgmap v954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:58.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:44:58.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:58.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:59.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:58 smithi203 ceph-mon[117428]: pgmap v955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:59.089 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:44:59.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:59.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:59.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:59.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:44:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:58 smithi137 ceph-mon[117020]: pgmap v955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:59.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:58 smithi066 ceph-mon[112137]: pgmap v955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:00.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:44:59 smithi203 ceph-mon[117428]: from='client.39507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:00.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:44:59 smithi137 ceph-mon[117020]: from='client.39507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:00.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:44:59 smithi066 ceph-mon[112137]: from='client.39507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:01.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:00 smithi203 ceph-mon[117428]: pgmap v956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:00 smithi137 ceph-mon[117020]: pgmap v956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:01.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:00 smithi066 ceph-mon[112137]: pgmap v956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:02 smithi203 ceph-mon[117428]: pgmap v957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:02 smithi137 ceph-mon[117020]: pgmap v957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:03.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:02 smithi066 ceph-mon[112137]: pgmap v957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:04.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:04.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:04.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:04.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:04.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:04.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:04.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:04.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:05.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:04 smithi203 ceph-mon[117428]: pgmap v958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:04 smithi137 ceph-mon[117020]: pgmap v958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:05.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:04 smithi066 ceph-mon[112137]: pgmap v958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:06.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:05 smithi203 ceph-mon[117428]: from='client.39582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:06.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:05 smithi137 ceph-mon[117020]: from='client.39582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:06.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:05 smithi066 ceph-mon[112137]: from='client.39582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:07.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:06 smithi203 ceph-mon[117428]: pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:45:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:06 smithi137 ceph-mon[117020]: pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:45:07.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:06 smithi066 ceph-mon[112137]: pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:45:09.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:08 smithi203 ceph-mon[117428]: pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:45:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:08 smithi137 ceph-mon[117020]: pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:45:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:08 smithi066 ceph-mon[112137]: pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:45:09.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:09.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:09.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:10.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:09 smithi203 ceph-mon[117428]: pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:45:10.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:09 smithi137 ceph-mon[117020]: pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:45:10.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:09 smithi066 ceph-mon[112137]: pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:45:10.552 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:10.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:10.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:10.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:10.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:12.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:11 smithi203 ceph-mon[117428]: from='client.39660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:12.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:11 smithi137 ceph-mon[117020]: from='client.39660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:12.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:11 smithi066 ceph-mon[112137]: from='client.39660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:13.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:12 smithi203 ceph-mon[117428]: pgmap v962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:12 smithi137 ceph-mon[117020]: pgmap v962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:13.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:12 smithi066 ceph-mon[112137]: pgmap v962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:15.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:14 smithi203 ceph-mon[117428]: pgmap v963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:14 smithi137 ceph-mon[117020]: pgmap v963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:15.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:14 smithi066 ceph-mon[112137]: pgmap v963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:15.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:15.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:15.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:16.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:16.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:16.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:16.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:16.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:17.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:16 smithi203 ceph-mon[117428]: pgmap v964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:16 smithi137 ceph-mon[117020]: pgmap v964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:17.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:16 smithi066 ceph-mon[112137]: pgmap v964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:18.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:17 smithi203 ceph-mon[117428]: from='client.39735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:18.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:17 smithi137 ceph-mon[117020]: from='client.39735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:18.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:17 smithi066 ceph-mon[112137]: from='client.39735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:19.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:18 smithi203 ceph-mon[117428]: pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:45:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:18 smithi137 ceph-mon[117020]: pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:45:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:18 smithi066 ceph-mon[112137]: pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:45:21.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:20 smithi203 ceph-mon[117428]: pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:45:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:20 smithi137 ceph-mon[117020]: pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:45:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:20 smithi066 ceph-mon[112137]: pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:45:21.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:21.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:21.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:21.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:21.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:21.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:21.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:21.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:23.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:22 smithi203 ceph-mon[117428]: pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:45:23.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:22 smithi203 ceph-mon[117428]: from='client.39810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:22 smithi137 ceph-mon[117020]: pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:45:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:22 smithi137 ceph-mon[117020]: from='client.39810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:22 smithi066 ceph-mon[112137]: pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:45:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:22 smithi066 ceph-mon[112137]: from='client.39810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:25.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:24 smithi203 ceph-mon[117428]: pgmap v968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:24 smithi137 ceph-mon[117020]: pgmap v968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:25.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:24 smithi066 ceph-mon[112137]: pgmap v968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:26.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:26.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:26.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:26 smithi203 ceph-mon[117428]: pgmap v969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:26 smithi137 ceph-mon[117020]: pgmap v969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:27.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:26 smithi066 ceph-mon[112137]: pgmap v969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:27.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:27.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:27.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:27.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:27.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:29.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:28 smithi203 ceph-mon[117428]: pgmap v970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:29.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:28 smithi203 ceph-mon[117428]: from='client.39879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:28 smithi137 ceph-mon[117020]: pgmap v970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:28 smithi137 ceph-mon[117020]: from='client.39879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:29.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:28 smithi066 ceph-mon[112137]: pgmap v970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:28 smithi066 ceph-mon[112137]: from='client.39879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:31.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:30 smithi203 ceph-mon[117428]: pgmap v971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:30 smithi137 ceph-mon[117020]: pgmap v971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:30 smithi066 ceph-mon[112137]: pgmap v971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:32.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:32.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:32.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:32 smithi203 ceph-mon[117428]: pgmap v972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:32 smithi137 ceph-mon[117020]: pgmap v972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:33.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:32 smithi066 ceph-mon[112137]: pgmap v972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:33.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:33.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:33.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:33.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:33.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:34.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:33 smithi203 ceph-mon[117428]: pgmap v973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:34.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:33 smithi203 ceph-mon[117428]: from='client.39957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:34.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:33 smithi137 ceph-mon[117020]: pgmap v973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:34.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:33 smithi137 ceph-mon[117020]: from='client.39957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:34.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:33 smithi066 ceph-mon[112137]: pgmap v973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:34.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:33 smithi066 ceph-mon[112137]: from='client.39957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:37.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:36 smithi203 ceph-mon[117428]: pgmap v974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:36 smithi137 ceph-mon[117020]: pgmap v974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:36 smithi066 ceph-mon[112137]: pgmap v974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:38.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:38.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:38.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:39.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:38 smithi203 ceph-mon[117428]: pgmap v975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:38 smithi137 ceph-mon[117020]: pgmap v975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:39.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:39.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:39.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:39.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:39.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:39.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:38 smithi066 ceph-mon[112137]: pgmap v975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:41.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:40 smithi203 ceph-mon[117428]: from='client.40032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:41.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:40 smithi203 ceph-mon[117428]: pgmap v976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:40 smithi137 ceph-mon[117020]: from='client.40032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:40 smithi137 ceph-mon[117020]: pgmap v976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:41.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:40 smithi066 ceph-mon[112137]: from='client.40032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:40 smithi066 ceph-mon[112137]: pgmap v976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:42 smithi203 ceph-mon[117428]: pgmap v977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:42 smithi137 ceph-mon[117020]: pgmap v977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:43.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:42 smithi066 ceph-mon[112137]: pgmap v977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:44.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:44.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:44.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:44.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:44.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:44.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:44.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:44.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:45.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:44 smithi203 ceph-mon[117428]: pgmap v978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:44 smithi137 ceph-mon[117020]: pgmap v978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:44 smithi066 ceph-mon[112137]: pgmap v978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:46.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:45 smithi203 ceph-mon[117428]: from='client.40104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:46.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:45 smithi137 ceph-mon[117020]: from='client.40104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:46.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:45 smithi066 ceph-mon[112137]: from='client.40104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:47.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:46 smithi203 ceph-mon[117428]: pgmap v979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:45:47.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:46 smithi137 ceph-mon[117020]: pgmap v979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:45:47.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:46 smithi066 ceph-mon[112137]: pgmap v979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:45:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:48 smithi203 ceph-mon[117428]: pgmap v980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:45:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:48 smithi137 ceph-mon[117020]: pgmap v980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:45:49.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:48 smithi066 ceph-mon[112137]: pgmap v980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:45:49.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:49.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:49.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:50.621 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:50.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:50.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:50.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:50.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:51.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:50 smithi203 ceph-mon[117428]: pgmap v981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:45:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:50 smithi137 ceph-mon[117020]: pgmap v981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:45:51.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:50 smithi066 ceph-mon[112137]: pgmap v981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:45:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:51 smithi203 ceph-mon[117428]: from='client.40170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:45:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:45:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:45:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:45:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:51 smithi137 ceph-mon[117020]: from='client.40170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:45:52.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:45:52.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:45:52.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:45:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:51 smithi066 ceph-mon[112137]: from='client.40170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:45:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:45:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:45:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:45:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:52 smithi203 ceph-mon[117428]: pgmap v982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:52 smithi137 ceph-mon[117020]: pgmap v982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:53.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:52 smithi066 ceph-mon[112137]: pgmap v982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:55.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:54 smithi203 ceph-mon[117428]: pgmap v983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:54 smithi137 ceph-mon[117020]: pgmap v983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:55.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:54 smithi066 ceph-mon[112137]: pgmap v983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:55.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:45:55.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:55.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:56.338 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:45:56.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:56.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:56.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:56.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:45:57.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:56 smithi203 ceph-mon[117428]: pgmap v984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:56 smithi137 ceph-mon[117020]: pgmap v984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:57.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:56 smithi066 ceph-mon[112137]: pgmap v984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:58.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:57 smithi203 ceph-mon[117428]: from='client.40248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:58.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:57 smithi137 ceph-mon[117020]: from='client.40248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:58.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:57 smithi066 ceph-mon[112137]: from='client.40248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:59.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:58 smithi203 ceph-mon[117428]: pgmap v985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:45:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:58 smithi137 ceph-mon[117020]: pgmap v985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:45:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:58 smithi066 ceph-mon[112137]: pgmap v985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:00.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:45:59 smithi203 ceph-mon[117428]: pgmap v986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:00.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:45:59 smithi137 ceph-mon[117020]: pgmap v986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:00.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:45:59 smithi066 ceph-mon[112137]: pgmap v986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:01.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:01.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:01.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:02.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:02.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:02.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:02.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:02.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:02 smithi203 ceph-mon[117428]: pgmap v987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:46:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:02 smithi203 ceph-mon[117428]: from='client.40323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:02 smithi137 ceph-mon[117020]: pgmap v987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:46:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:02 smithi137 ceph-mon[117020]: from='client.40323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:03.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:02 smithi066 ceph-mon[112137]: pgmap v987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:46:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:02 smithi066 ceph-mon[112137]: from='client.40323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:05.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:04 smithi203 ceph-mon[117428]: pgmap v988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:04 smithi137 ceph-mon[117020]: pgmap v988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:05.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:04 smithi066 ceph-mon[112137]: pgmap v988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:07.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:07.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:07.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:06 smithi203 ceph-mon[117428]: pgmap v989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:06 smithi137 ceph-mon[117020]: pgmap v989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:07.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:06 smithi066 ceph-mon[112137]: pgmap v989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:07.786 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:07.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:07.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:07.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:07.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:09.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:08 smithi203 ceph-mon[117428]: pgmap v990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:09.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:08 smithi203 ceph-mon[117428]: from='client.40401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:08 smithi137 ceph-mon[117020]: pgmap v990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:08 smithi137 ceph-mon[117020]: from='client.40401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:09.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:08 smithi066 ceph-mon[112137]: pgmap v990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:08 smithi066 ceph-mon[112137]: from='client.40401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:11.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:10 smithi203 ceph-mon[117428]: pgmap v991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:10 smithi137 ceph-mon[117020]: pgmap v991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:10 smithi066 ceph-mon[112137]: pgmap v991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:12.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:12.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:12.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:13.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:12 smithi203 ceph-mon[117428]: pgmap v992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:12 smithi137 ceph-mon[117020]: pgmap v992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:13.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:12 smithi066 ceph-mon[112137]: pgmap v992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:13.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:13.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:13.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:13.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:13.511 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:15.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:14 smithi203 ceph-mon[117428]: pgmap v993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:15.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:14 smithi203 ceph-mon[117428]: from='client.40479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:14 smithi137 ceph-mon[117020]: pgmap v993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:14 smithi137 ceph-mon[117020]: from='client.40479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:14 smithi066 ceph-mon[112137]: pgmap v993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:14 smithi066 ceph-mon[112137]: from='client.40479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:17.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:16 smithi203 ceph-mon[117428]: pgmap v994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:16 smithi137 ceph-mon[117020]: pgmap v994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:16 smithi066 ceph-mon[112137]: pgmap v994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:18.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:18.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:18.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:19.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:18 smithi203 ceph-mon[117428]: pgmap v995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:18 smithi137 ceph-mon[117020]: pgmap v995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:19.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:18 smithi066 ceph-mon[112137]: pgmap v995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:19.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:19.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:19.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:19.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:19.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:21.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:20 smithi203 ceph-mon[117428]: from='client.40557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:21.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:20 smithi203 ceph-mon[117428]: pgmap v996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:20 smithi137 ceph-mon[117020]: from='client.40557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:20 smithi137 ceph-mon[117020]: pgmap v996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:20 smithi066 ceph-mon[112137]: from='client.40557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:20 smithi066 ceph-mon[112137]: pgmap v996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:23.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:22 smithi203 ceph-mon[117428]: pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:22 smithi137 ceph-mon[117020]: pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:22 smithi066 ceph-mon[112137]: pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:24.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:24.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:24.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:24.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:24.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:24.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:24.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:24.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:25.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:24 smithi203 ceph-mon[117428]: pgmap v998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:24 smithi137 ceph-mon[117020]: pgmap v998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:25.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:24 smithi066 ceph-mon[112137]: pgmap v998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:26.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:25 smithi203 ceph-mon[117428]: from='client.40635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:26.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:25 smithi137 ceph-mon[117020]: from='client.40635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:26.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:25 smithi066 ceph-mon[112137]: from='client.40635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:27.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:26 smithi203 ceph-mon[117428]: pgmap v999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:46:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:26 smithi137 ceph-mon[117020]: pgmap v999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:46:27.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:26 smithi066 ceph-mon[112137]: pgmap v999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:46:29.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:28 smithi203 ceph-mon[117428]: pgmap v1000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:28 smithi137 ceph-mon[117020]: pgmap v1000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:28 smithi066 ceph-mon[112137]: pgmap v1000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:29.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:29.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:29.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:30.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:29 smithi137 ceph-mon[117020]: pgmap v1001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:30.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:29 smithi066 ceph-mon[112137]: pgmap v1001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:30.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:29 smithi203 ceph-mon[117428]: pgmap v1001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:30.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:30.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:30.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:30.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:30.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:32.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:31 smithi203 ceph-mon[117428]: from='client.40704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:32.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:31 smithi137 ceph-mon[117020]: from='client.40704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:32.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:31 smithi066 ceph-mon[112137]: from='client.40704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:33.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:32 smithi203 ceph-mon[117428]: pgmap v1002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:32 smithi137 ceph-mon[117020]: pgmap v1002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:32 smithi066 ceph-mon[112137]: pgmap v1002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:35.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:34 smithi203 ceph-mon[117428]: pgmap v1003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:34 smithi137 ceph-mon[117020]: pgmap v1003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:34 smithi066 ceph-mon[112137]: pgmap v1003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:35.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:35.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:35.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:36.411 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:36.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:36.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:36.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:36.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:37.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:36 smithi203 ceph-mon[117428]: pgmap v1004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:36 smithi137 ceph-mon[117020]: pgmap v1004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:36 smithi066 ceph-mon[112137]: pgmap v1004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:38.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:37 smithi203 ceph-mon[117428]: from='client.40779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:38.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:37 smithi137 ceph-mon[117020]: from='client.40779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:38.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:37 smithi066 ceph-mon[112137]: from='client.40779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:39.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:38 smithi203 ceph-mon[117428]: pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:38 smithi137 ceph-mon[117020]: pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:39.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:38 smithi066 ceph-mon[112137]: pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:41.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:40 smithi203 ceph-mon[117428]: pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:40 smithi137 ceph-mon[117020]: pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:40 smithi066 ceph-mon[112137]: pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:41.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:41.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:41.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:42.138 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:42.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:42.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:42.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:42.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:42 smithi203 ceph-mon[117428]: pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:46:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:42 smithi203 ceph-mon[117428]: from='client.40857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:42 smithi137 ceph-mon[117020]: pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:46:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:42 smithi137 ceph-mon[117020]: from='client.40857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:42 smithi066 ceph-mon[112137]: pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:46:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:42 smithi066 ceph-mon[112137]: from='client.40857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:45.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:44 smithi203 ceph-mon[117428]: pgmap v1008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:44 smithi137 ceph-mon[117020]: pgmap v1008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:44 smithi066 ceph-mon[112137]: pgmap v1008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:47.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:46 smithi203 ceph-mon[117428]: pgmap v1009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:46 smithi137 ceph-mon[117020]: pgmap v1009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:47.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:47.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:47.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:47.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:46 smithi066 ceph-mon[112137]: pgmap v1009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:47.860 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:47.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:47.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:47.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:47.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:48 smithi203 ceph-mon[117428]: pgmap v1010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:48 smithi203 ceph-mon[117428]: from='client.40929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:48 smithi137 ceph-mon[117020]: pgmap v1010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:48 smithi137 ceph-mon[117020]: from='client.40929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:48 smithi066 ceph-mon[112137]: pgmap v1010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:48 smithi066 ceph-mon[112137]: from='client.40929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:51.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:50 smithi203 ceph-mon[117428]: pgmap v1011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:50 smithi137 ceph-mon[117020]: pgmap v1011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:50 smithi066 ceph-mon[112137]: pgmap v1011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:52.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:52.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:52.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:52 smithi203 ceph-mon[117428]: pgmap v1012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:46:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:46:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:46:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:46:53.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:52 smithi137 ceph-mon[117020]: pgmap v1012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:53.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:46:53.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:46:53.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:46:53.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:46:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:52 smithi066 ceph-mon[112137]: pgmap v1012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:46:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:46:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:46:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:46:53.563 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:53.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:53.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:53.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:53.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:46:54.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:53 smithi137 ceph-mon[117020]: pgmap v1013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:54.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:53 smithi137 ceph-mon[117020]: from='client.39809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:54.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:53 smithi066 ceph-mon[112137]: pgmap v1013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:54.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:53 smithi066 ceph-mon[112137]: from='client.39809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:54.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:53 smithi203 ceph-mon[117428]: pgmap v1013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:54.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:53 smithi203 ceph-mon[117428]: from='client.39809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:57.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:56 smithi203 ceph-mon[117428]: pgmap v1014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:56 smithi137 ceph-mon[117020]: pgmap v1014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:56 smithi066 ceph-mon[112137]: pgmap v1014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:58.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:46:58.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:58.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:59.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:46:58 smithi203 ceph-mon[117428]: pgmap v1015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:46:58 smithi137 ceph-mon[117020]: pgmap v1015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:59.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:46:58 smithi066 ceph-mon[112137]: pgmap v1015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:59.290 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:46:59.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:59.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:59.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:59.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:01.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:00 smithi203 ceph-mon[117428]: from='client.41085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:01.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:00 smithi203 ceph-mon[117428]: pgmap v1016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:00 smithi137 ceph-mon[117020]: from='client.41085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:00 smithi137 ceph-mon[117020]: pgmap v1016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:00 smithi066 ceph-mon[112137]: from='client.41085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:00 smithi066 ceph-mon[112137]: pgmap v1016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:02 smithi203 ceph-mon[117428]: pgmap v1017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:02 smithi137 ceph-mon[117020]: pgmap v1017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:02 smithi066 ceph-mon[112137]: pgmap v1017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:04.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:04.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:04.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:05.010 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:05.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:05.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:05.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:05.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:05.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:04 smithi203 ceph-mon[117428]: pgmap v1018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:04 smithi137 ceph-mon[117020]: pgmap v1018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:05.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:04 smithi066 ceph-mon[112137]: pgmap v1018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:06.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:05 smithi203 ceph-mon[117428]: from='client.41160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:06.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:05 smithi137 ceph-mon[117020]: from='client.41160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:06.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:05 smithi066 ceph-mon[112137]: from='client.41160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:07.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:06 smithi203 ceph-mon[117428]: pgmap v1019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:06 smithi137 ceph-mon[117020]: pgmap v1019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:06 smithi066 ceph-mon[112137]: pgmap v1019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:09.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:08 smithi203 ceph-mon[117428]: pgmap v1020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:08 smithi137 ceph-mon[117020]: pgmap v1020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:08 smithi066 ceph-mon[112137]: pgmap v1020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:10.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:10.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:10.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:10.725 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:10.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:10.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:10.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:10.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:11.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:10 smithi203 ceph-mon[117428]: pgmap v1021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:10 smithi137 ceph-mon[117020]: pgmap v1021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:10 smithi066 ceph-mon[112137]: pgmap v1021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:12.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:11 smithi203 ceph-mon[117428]: from='client.41235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:12.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:11 smithi137 ceph-mon[117020]: from='client.41235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:12.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:11 smithi066 ceph-mon[112137]: from='client.41235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:13.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:12 smithi203 ceph-mon[117428]: pgmap v1022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:12 smithi137 ceph-mon[117020]: pgmap v1022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:12 smithi066 ceph-mon[112137]: pgmap v1022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:15.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:14 smithi203 ceph-mon[117428]: pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:14 smithi137 ceph-mon[117020]: pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:14 smithi066 ceph-mon[112137]: pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:15.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:15.727 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:15.727 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:16.445 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:16.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:16.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:16.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:16.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:17.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:16 smithi203 ceph-mon[117428]: pgmap v1024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:16 smithi137 ceph-mon[117020]: pgmap v1024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:16 smithi066 ceph-mon[112137]: pgmap v1024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:18.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:17 smithi203 ceph-mon[117428]: from='client.41310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:18.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:17 smithi137 ceph-mon[117020]: from='client.41310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:18.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:17 smithi066 ceph-mon[112137]: from='client.41310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:19.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:18 smithi203 ceph-mon[117428]: pgmap v1025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:18 smithi137 ceph-mon[117020]: pgmap v1025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:18 smithi066 ceph-mon[112137]: pgmap v1025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:20.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:19 smithi203 ceph-mon[117428]: pgmap v1026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:20.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:19 smithi137 ceph-mon[117020]: pgmap v1026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:20.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:19 smithi066 ceph-mon[112137]: pgmap v1026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:21.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:21.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:21.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:22.176 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:22.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:22.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:22.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:22.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:23.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:22 smithi203 ceph-mon[117428]: pgmap v1027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:23.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:22 smithi203 ceph-mon[117428]: from='client.41388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:22 smithi137 ceph-mon[117020]: pgmap v1027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:22 smithi137 ceph-mon[117020]: from='client.41388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:22 smithi066 ceph-mon[112137]: pgmap v1027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:22 smithi066 ceph-mon[112137]: from='client.41388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:25.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:24 smithi203 ceph-mon[117428]: pgmap v1028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:24 smithi137 ceph-mon[117020]: pgmap v1028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:25.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:24 smithi066 ceph-mon[112137]: pgmap v1028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:27.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:26 smithi203 ceph-mon[117428]: pgmap v1029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:26 smithi137 ceph-mon[117020]: pgmap v1029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:27.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:27.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:27.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:26 smithi066 ceph-mon[112137]: pgmap v1029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:27.909 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:27.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:27.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:27.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:27.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:29.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:28 smithi203 ceph-mon[117428]: pgmap v1030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:29.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:28 smithi203 ceph-mon[117428]: from='client.41463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:28 smithi137 ceph-mon[117020]: pgmap v1030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:28 smithi137 ceph-mon[117020]: from='client.41463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:28 smithi066 ceph-mon[112137]: pgmap v1030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:28 smithi066 ceph-mon[112137]: from='client.41463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:31.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:30 smithi203 ceph-mon[117428]: pgmap v1031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:30 smithi137 ceph-mon[117020]: pgmap v1031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:30 smithi066 ceph-mon[112137]: pgmap v1031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:32.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:32.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:32.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:33.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:32 smithi203 ceph-mon[117428]: pgmap v1032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:32 smithi137 ceph-mon[117020]: pgmap v1032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:33.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:32 smithi066 ceph-mon[112137]: pgmap v1032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:33.625 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:33.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:33.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:33.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:33.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:35.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:34 smithi203 ceph-mon[117428]: pgmap v1033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:35.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:34 smithi203 ceph-mon[117428]: from='client.41538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:34 smithi137 ceph-mon[117020]: pgmap v1033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:35.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:34 smithi137 ceph-mon[117020]: from='client.41538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:34 smithi066 ceph-mon[112137]: pgmap v1033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:34 smithi066 ceph-mon[112137]: from='client.41538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:37.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:36 smithi203 ceph-mon[117428]: pgmap v1034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:36 smithi137 ceph-mon[117020]: pgmap v1034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:36 smithi066 ceph-mon[112137]: pgmap v1034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:38.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:38.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:38.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:39.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:38 smithi203 ceph-mon[117428]: pgmap v1035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:39.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:38 smithi137 ceph-mon[117020]: pgmap v1035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:39.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:38 smithi066 ceph-mon[112137]: pgmap v1035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:39.347 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:39.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:39.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:39.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:39.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:41.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:40 smithi203 ceph-mon[117428]: from='client.41613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:41.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:40 smithi203 ceph-mon[117428]: pgmap v1036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:40 smithi137 ceph-mon[117020]: from='client.41613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:40 smithi137 ceph-mon[117020]: pgmap v1036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:40 smithi066 ceph-mon[112137]: from='client.41613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:40 smithi066 ceph-mon[112137]: pgmap v1036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:42 smithi203 ceph-mon[117428]: pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:43.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:42 smithi137 ceph-mon[117020]: pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:42 smithi066 ceph-mon[112137]: pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:44.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:44.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:44.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:45.063 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:45.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:45.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:45.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:45.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:45.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:44 smithi203 ceph-mon[117428]: pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:44 smithi137 ceph-mon[117020]: pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:44 smithi066 ceph-mon[112137]: pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:46.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:45 smithi137 ceph-mon[117020]: from='client.41691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:46.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:45 smithi066 ceph-mon[112137]: from='client.41691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:46.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:45 smithi203 ceph-mon[117428]: from='client.41691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:47.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:46 smithi137 ceph-mon[117020]: pgmap v1039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:46 smithi066 ceph-mon[112137]: pgmap v1039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:47.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:46 smithi203 ceph-mon[117428]: pgmap v1039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:48.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:47 smithi066 ceph-mon[112137]: pgmap v1040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:48.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:47 smithi203 ceph-mon[117428]: pgmap v1040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:48.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:47 smithi137 ceph-mon[117020]: pgmap v1040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:50.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:50.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:50.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:50 smithi137 ceph-mon[117020]: pgmap v1041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:50.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:50 smithi066 ceph-mon[112137]: pgmap v1041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:50.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:50 smithi203 ceph-mon[117428]: pgmap v1041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:50.780 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:50.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:50.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:50.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:50.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:51 smithi203 ceph-mon[117428]: from='client.41766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:51 smithi137 ceph-mon[117020]: from='client.41766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:51 smithi066 ceph-mon[112137]: from='client.41766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:52 smithi203 ceph-mon[117428]: pgmap v1042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:47:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:52 smithi137 ceph-mon[117020]: pgmap v1042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:47:53.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:52 smithi066 ceph-mon[112137]: pgmap v1042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:47:54.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:47:54.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:47:54.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:47:54.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:47:54.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:47:54.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:47:54.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:47:54.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:47:54.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:47:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:54 smithi203 ceph-mon[117428]: pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:54 smithi137 ceph-mon[117020]: pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:54 smithi066 ceph-mon[112137]: pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:55.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:47:55.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:55.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:56.502 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:47:56.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:56.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:56.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:56.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:47:57.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:56 smithi203 ceph-mon[117428]: pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:56 smithi137 ceph-mon[117020]: pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:56 smithi066 ceph-mon[112137]: pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:58.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:57 smithi203 ceph-mon[117428]: from='client.41841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:58.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:57 smithi137 ceph-mon[117020]: from='client.41841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:58.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:57 smithi066 ceph-mon[112137]: from='client.41841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:59.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:47:58 smithi203 ceph-mon[117428]: pgmap v1045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:47:58 smithi137 ceph-mon[117020]: pgmap v1045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:47:58 smithi066 ceph-mon[112137]: pgmap v1045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:01.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:00 smithi203 ceph-mon[117428]: pgmap v1046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:00 smithi137 ceph-mon[117020]: pgmap v1046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:00 smithi066 ceph-mon[112137]: pgmap v1046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:01.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:01.504 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:01.504 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:02.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:02.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:02.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:02.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:02.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:02 smithi203 ceph-mon[117428]: pgmap v1047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:03.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:02 smithi137 ceph-mon[117020]: pgmap v1047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:02 smithi066 ceph-mon[112137]: pgmap v1047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:04.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:03 smithi203 ceph-mon[117428]: from='client.41916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:04.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:03 smithi137 ceph-mon[117020]: from='client.41916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:04.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:03 smithi066 ceph-mon[112137]: from='client.41916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:05.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:04 smithi137 ceph-mon[117020]: pgmap v1048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:05.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:04 smithi066 ceph-mon[112137]: pgmap v1048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:05.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:04 smithi203 ceph-mon[117428]: pgmap v1048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:07.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:06 smithi137 ceph-mon[117020]: pgmap v1049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:06 smithi066 ceph-mon[112137]: pgmap v1049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:07.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:07.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:07.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:07.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:06 smithi203 ceph-mon[117428]: pgmap v1049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:07.977 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:07.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:07.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:07.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:07.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:09.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:08 smithi137 ceph-mon[117020]: pgmap v1050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:09.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:08 smithi137 ceph-mon[117020]: from='client.41994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:08 smithi066 ceph-mon[112137]: pgmap v1050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:08 smithi066 ceph-mon[112137]: from='client.41994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:09.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:08 smithi203 ceph-mon[117428]: pgmap v1050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:09.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:08 smithi203 ceph-mon[117428]: from='client.41994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:10.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:09 smithi137 ceph-mon[117020]: pgmap v1051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:10.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:09 smithi066 ceph-mon[112137]: pgmap v1051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:10.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:09 smithi203 ceph-mon[117428]: pgmap v1051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:12.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:12.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:12.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:13.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:12 smithi203 ceph-mon[117428]: pgmap v1052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:13.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:12 smithi137 ceph-mon[117020]: pgmap v1052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:12 smithi066 ceph-mon[112137]: pgmap v1052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:13.719 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:13.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:13.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:13.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:13.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:15.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:14 smithi203 ceph-mon[117428]: pgmap v1053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:15.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:14 smithi203 ceph-mon[117428]: from='client.42066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:14 smithi137 ceph-mon[117020]: pgmap v1053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:15.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:14 smithi137 ceph-mon[117020]: from='client.42066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:14 smithi066 ceph-mon[112137]: pgmap v1053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:14 smithi066 ceph-mon[112137]: from='client.42066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:17.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:16 smithi203 ceph-mon[117428]: pgmap v1054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:16 smithi137 ceph-mon[117020]: pgmap v1054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:16 smithi066 ceph-mon[112137]: pgmap v1054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:18.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:18.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:18.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:19.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:18 smithi203 ceph-mon[117428]: pgmap v1055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:18 smithi137 ceph-mon[117020]: pgmap v1055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:18 smithi066 ceph-mon[112137]: pgmap v1055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:19.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:19.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:19.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:19.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:19.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:21.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:20 smithi203 ceph-mon[117428]: pgmap v1056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:21.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:20 smithi203 ceph-mon[117428]: from='client.42138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:21.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:20 smithi137 ceph-mon[117020]: pgmap v1056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:21.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:20 smithi137 ceph-mon[117020]: from='client.42138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:20 smithi066 ceph-mon[112137]: pgmap v1056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:20 smithi066 ceph-mon[112137]: from='client.42138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:23.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:22 smithi203 ceph-mon[117428]: pgmap v1057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:23.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:22 smithi137 ceph-mon[117020]: pgmap v1057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:22 smithi066 ceph-mon[112137]: pgmap v1057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:24.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:24.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:24.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:25.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:24 smithi203 ceph-mon[117428]: pgmap v1058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:24 smithi137 ceph-mon[117020]: pgmap v1058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:25.207 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:25.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:25.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:25.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:25.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:25.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:24 smithi066 ceph-mon[112137]: pgmap v1058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:27.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:26 smithi203 ceph-mon[117428]: from='client.42216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:27.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:26 smithi203 ceph-mon[117428]: pgmap v1059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:27.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:26 smithi137 ceph-mon[117020]: from='client.42216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:27.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:26 smithi137 ceph-mon[117020]: pgmap v1059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:26 smithi066 ceph-mon[112137]: from='client.42216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:26 smithi066 ceph-mon[112137]: pgmap v1059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:29.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:28 smithi137 ceph-mon[117020]: pgmap v1060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:28 smithi066 ceph-mon[112137]: pgmap v1060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:29.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:28 smithi203 ceph-mon[117428]: pgmap v1060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:30.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:30.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:30.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:30.962 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:30.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:30.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:30.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:30.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:31.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:30 smithi137 ceph-mon[117020]: pgmap v1061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:30 smithi066 ceph-mon[112137]: pgmap v1061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:31.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:30 smithi203 ceph-mon[117428]: pgmap v1061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:32.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:31 smithi137 ceph-mon[117020]: from='client.42294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:32.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:31 smithi066 ceph-mon[112137]: from='client.42294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:32.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:31 smithi203 ceph-mon[117428]: from='client.42294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:32 smithi137 ceph-mon[117020]: pgmap v1062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:32 smithi066 ceph-mon[112137]: pgmap v1062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:32 smithi203 ceph-mon[117428]: pgmap v1062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:34.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:33 smithi137 ceph-mon[117020]: pgmap v1063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:34.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:33 smithi066 ceph-mon[112137]: pgmap v1063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:34.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:33 smithi203 ceph-mon[117428]: pgmap v1063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:35.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:35.964 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:35.964 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:36.691 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:36.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:36.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:36.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:36.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:37.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:36 smithi203 ceph-mon[117428]: pgmap v1064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:36 smithi137 ceph-mon[117020]: pgmap v1064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:36 smithi066 ceph-mon[112137]: pgmap v1064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:38.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:37 smithi203 ceph-mon[117428]: from='client.42369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:38.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:37 smithi137 ceph-mon[117020]: from='client.42369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:38.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:37 smithi066 ceph-mon[112137]: from='client.42369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:39.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:38 smithi203 ceph-mon[117428]: pgmap v1065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:39.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:38 smithi137 ceph-mon[117020]: pgmap v1065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:39.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:38 smithi066 ceph-mon[112137]: pgmap v1065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:41.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:40 smithi203 ceph-mon[117428]: pgmap v1066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:40 smithi137 ceph-mon[117020]: pgmap v1066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:40 smithi066 ceph-mon[112137]: pgmap v1066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:41.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:41.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:41.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:42.406 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:42.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:42.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:42.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:42.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:42 smithi203 ceph-mon[117428]: pgmap v1067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:43.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:42 smithi137 ceph-mon[117020]: pgmap v1067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:42 smithi066 ceph-mon[112137]: pgmap v1067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:44.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:43 smithi203 ceph-mon[117428]: from='client.42444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:44.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:43 smithi137 ceph-mon[117020]: from='client.42444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:44.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:43 smithi066 ceph-mon[112137]: from='client.42444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:45.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:44 smithi203 ceph-mon[117428]: pgmap v1068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:44 smithi137 ceph-mon[117020]: pgmap v1068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:44 smithi066 ceph-mon[112137]: pgmap v1068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:47.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:46 smithi203 ceph-mon[117428]: pgmap v1069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:46 smithi137 ceph-mon[117020]: pgmap v1069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:46 smithi066 ceph-mon[112137]: pgmap v1069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:47.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:47.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:47.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:48.135 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:48.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:48.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:48.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:48.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:48 smithi203 ceph-mon[117428]: pgmap v1070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:48 smithi203 ceph-mon[117428]: from='client.42519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:48 smithi137 ceph-mon[117020]: pgmap v1070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:49.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:48 smithi137 ceph-mon[117020]: from='client.42519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:48 smithi066 ceph-mon[112137]: pgmap v1070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:48 smithi066 ceph-mon[112137]: from='client.42519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:50 smithi137 ceph-mon[117020]: pgmap v1071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:50 smithi066 ceph-mon[112137]: pgmap v1071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:51.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:50 smithi203 ceph-mon[117428]: pgmap v1071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:52 smithi137 ceph-mon[117020]: pgmap v1072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:53.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:53.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:53.138 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:53.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:52 smithi066 ceph-mon[112137]: pgmap v1072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:52 smithi203 ceph-mon[117428]: pgmap v1072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:53.908 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:53.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:53.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:53.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:53.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:48:54.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:48:54.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:48:54.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:48:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:54 smithi137 ceph-mon[117020]: pgmap v1073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:54 smithi137 ceph-mon[117020]: from='client.42588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:48:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:48:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:48:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:54 smithi066 ceph-mon[112137]: pgmap v1073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:54 smithi066 ceph-mon[112137]: from='client.42588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:48:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:48:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:48:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:54 smithi203 ceph-mon[117428]: pgmap v1073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:54 smithi203 ceph-mon[117428]: from='client.42588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:48:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:48:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:48:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:56 smithi137 ceph-mon[117020]: pgmap v1074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:56 smithi066 ceph-mon[112137]: pgmap v1074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:56 smithi203 ceph-mon[117428]: pgmap v1074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:58.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:48:57 smithi137 ceph-mon[117020]: pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:58.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:48:57 smithi066 ceph-mon[112137]: pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:58.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:48:57 smithi203 ceph-mon[117428]: pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:58.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:48:58.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:58.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:59.635 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:48:59.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:59.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:59.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:59.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:00.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:00 smithi137 ceph-mon[117020]: pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:00.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:00 smithi137 ceph-mon[117020]: from='client.42660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:00.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:00 smithi066 ceph-mon[112137]: pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:00.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:00 smithi066 ceph-mon[112137]: from='client.42660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:00.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:00 smithi203 ceph-mon[117428]: pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:00.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:00 smithi203 ceph-mon[117428]: from='client.42660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:02 smithi203 ceph-mon[117428]: pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:03.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:02 smithi137 ceph-mon[117020]: pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:02 smithi066 ceph-mon[112137]: pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:04.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:04.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:04.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:05.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:04 smithi203 ceph-mon[117428]: pgmap v1078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:04 smithi137 ceph-mon[117020]: pgmap v1078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:05.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:04 smithi066 ceph-mon[112137]: pgmap v1078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:05.352 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:05.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:05.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:05.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:05.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:07.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:06 smithi203 ceph-mon[117428]: from='client.42735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:07.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:06 smithi203 ceph-mon[117428]: pgmap v1079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:06 smithi137 ceph-mon[117020]: from='client.42735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:06 smithi137 ceph-mon[117020]: pgmap v1079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:06 smithi066 ceph-mon[112137]: from='client.42735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:06 smithi066 ceph-mon[112137]: pgmap v1079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:09.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:08 smithi203 ceph-mon[117428]: pgmap v1080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:08 smithi137 ceph-mon[117020]: pgmap v1080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:08 smithi066 ceph-mon[112137]: pgmap v1080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:10.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:10.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:10.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:11.076 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:11.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:11.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:11.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:11.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:11.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:10 smithi203 ceph-mon[117428]: pgmap v1081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:10 smithi137 ceph-mon[117020]: pgmap v1081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:10 smithi066 ceph-mon[112137]: pgmap v1081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:12.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:11 smithi137 ceph-mon[117020]: from='client.42813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:12.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:11 smithi066 ceph-mon[112137]: from='client.42813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:12.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:11 smithi203 ceph-mon[117428]: from='client.42813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:13.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:12 smithi203 ceph-mon[117428]: pgmap v1082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:12 smithi137 ceph-mon[117020]: pgmap v1082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:12 smithi066 ceph-mon[112137]: pgmap v1082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:15.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:14 smithi137 ceph-mon[117020]: pgmap v1083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:14 smithi066 ceph-mon[112137]: pgmap v1083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:15.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:14 smithi203 ceph-mon[117428]: pgmap v1083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:16.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:16.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:16.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:16.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:16.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:16.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:16.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:16.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:16 smithi137 ceph-mon[117020]: pgmap v1084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:16 smithi066 ceph-mon[112137]: pgmap v1084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:17.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:16 smithi203 ceph-mon[117428]: pgmap v1084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:18.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:17 smithi137 ceph-mon[117020]: from='client.42885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:18.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:17 smithi066 ceph-mon[112137]: from='client.42885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:18.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:17 smithi203 ceph-mon[117428]: from='client.42885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:18 smithi137 ceph-mon[117020]: pgmap v1085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:18 smithi066 ceph-mon[112137]: pgmap v1085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:19.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:18 smithi203 ceph-mon[117428]: pgmap v1085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:21.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:20 smithi137 ceph-mon[117020]: pgmap v1086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:20 smithi066 ceph-mon[112137]: pgmap v1086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:21.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:20 smithi203 ceph-mon[117428]: pgmap v1086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:21.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:21.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:21.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:22.526 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:22.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:22.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:22.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:22.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:23.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:22 smithi137 ceph-mon[117020]: pgmap v1087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:22 smithi066 ceph-mon[112137]: pgmap v1087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:23.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:22 smithi203 ceph-mon[117428]: pgmap v1087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:24.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:23 smithi137 ceph-mon[117020]: from='client.42963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:24.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:23 smithi137 ceph-mon[117020]: pgmap v1088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:24.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:23 smithi066 ceph-mon[112137]: from='client.42963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:24.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:23 smithi066 ceph-mon[112137]: pgmap v1088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:24.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:23 smithi203 ceph-mon[117428]: from='client.42963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:24.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:23 smithi203 ceph-mon[117428]: pgmap v1088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:27.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:26 smithi203 ceph-mon[117428]: pgmap v1089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:27.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:26 smithi137 ceph-mon[117020]: pgmap v1089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:26 smithi066 ceph-mon[112137]: pgmap v1089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:27.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:27.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:27.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:28.266 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:29.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:28 smithi203 ceph-mon[117428]: pgmap v1090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:29.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:28 smithi137 ceph-mon[117020]: pgmap v1090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:28 smithi066 ceph-mon[112137]: pgmap v1090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:30.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:29 smithi203 ceph-mon[117428]: from='client.43041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:30.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:29 smithi137 ceph-mon[117020]: from='client.43041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:30.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:29 smithi066 ceph-mon[112137]: from='client.43041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:31.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:30 smithi203 ceph-mon[117428]: pgmap v1091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:30 smithi137 ceph-mon[117020]: pgmap v1091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:30 smithi066 ceph-mon[112137]: pgmap v1091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:33.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:32 smithi203 ceph-mon[117428]: pgmap v1092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:32 smithi137 ceph-mon[117020]: pgmap v1092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:32 smithi066 ceph-mon[112137]: pgmap v1092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:33.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:33.268 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:33.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:33.988 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:33.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:33.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:33.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:33.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:35.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:34 smithi137 ceph-mon[117020]: pgmap v1093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:35.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:34 smithi137 ceph-mon[117020]: from='client.43116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:34 smithi066 ceph-mon[112137]: pgmap v1093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:34 smithi066 ceph-mon[112137]: from='client.43116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:35.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:34 smithi203 ceph-mon[117428]: pgmap v1093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:35.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:34 smithi203 ceph-mon[117428]: from='client.43116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:37.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:36 smithi137 ceph-mon[117020]: pgmap v1094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:36 smithi066 ceph-mon[112137]: pgmap v1094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:37.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:36 smithi203 ceph-mon[117428]: pgmap v1094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:38.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:38.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:38.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:39.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:38 smithi137 ceph-mon[117020]: pgmap v1095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:39.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:38 smithi066 ceph-mon[112137]: pgmap v1095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:39.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:38 smithi203 ceph-mon[117428]: pgmap v1095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:39.716 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:39.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:39.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:39.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:39.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:41.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:40 smithi137 ceph-mon[117020]: pgmap v1096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:41.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:40 smithi137 ceph-mon[117020]: from='client.43194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:40 smithi066 ceph-mon[112137]: pgmap v1096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:40 smithi066 ceph-mon[112137]: from='client.43194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:41.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:40 smithi203 ceph-mon[117428]: pgmap v1096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:41.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:40 smithi203 ceph-mon[117428]: from='client.43194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:43.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:42 smithi137 ceph-mon[117020]: pgmap v1097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:42 smithi066 ceph-mon[112137]: pgmap v1097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:43.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:42 smithi203 ceph-mon[117428]: pgmap v1097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:44.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:44.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:44.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:45.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:44 smithi137 ceph-mon[117020]: pgmap v1098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:44 smithi066 ceph-mon[112137]: pgmap v1098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:44 smithi203 ceph-mon[117428]: pgmap v1098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:45.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:45.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:45.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:45.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:45.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:46 smithi137 ceph-mon[117020]: pgmap v1099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:46 smithi137 ceph-mon[117020]: from='client.43269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:46 smithi066 ceph-mon[112137]: pgmap v1099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:46 smithi066 ceph-mon[112137]: from='client.43269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:47.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:46 smithi203 ceph-mon[117428]: pgmap v1099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:47.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:46 smithi203 ceph-mon[117428]: from='client.43269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:48.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:47 smithi066 ceph-mon[112137]: pgmap v1100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:48.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:47 smithi203 ceph-mon[117428]: pgmap v1100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:48.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:47 smithi137 ceph-mon[117020]: pgmap v1100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:50 smithi137 ceph-mon[117020]: pgmap v1101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:50.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:50.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:50.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:50.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:50 smithi066 ceph-mon[112137]: pgmap v1101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:50.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:50 smithi203 ceph-mon[117428]: pgmap v1101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:51.158 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:51.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:51.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:51.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:51.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:52.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:51 smithi203 ceph-mon[117428]: from='client.43347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:51 smithi137 ceph-mon[117020]: from='client.43347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:51 smithi066 ceph-mon[112137]: from='client.43347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:52 smithi203 ceph-mon[117428]: pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:52 smithi137 ceph-mon[117020]: pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:52 smithi066 ceph-mon[112137]: pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:54 smithi203 ceph-mon[117428]: pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:49:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:49:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:49:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:49:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:54 smithi137 ceph-mon[117020]: pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:49:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:49:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:49:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:49:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:54 smithi066 ceph-mon[112137]: pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:49:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:49:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:49:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:49:56.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:49:56.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:56.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:56.894 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:49:56.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:56.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:56.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:56.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:49:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:56 smithi137 ceph-mon[117020]: pgmap v1104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:56 smithi066 ceph-mon[112137]: pgmap v1104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:56 smithi203 ceph-mon[117428]: pgmap v1104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:58.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:57 smithi137 ceph-mon[117020]: from='client.43422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:58.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:57 smithi066 ceph-mon[112137]: from='client.43422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:58.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:57 smithi203 ceph-mon[117428]: from='client.43422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:59.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:49:58 smithi137 ceph-mon[117020]: pgmap v1105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:49:58 smithi066 ceph-mon[112137]: pgmap v1105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:59.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:49:58 smithi203 ceph-mon[117428]: pgmap v1105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:01.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:00 smithi137 ceph-mon[117020]: pgmap v1106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:01.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T17:50:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:00 smithi066 ceph-mon[112137]: pgmap v1106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T17:50:01.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:00 smithi203 ceph-mon[117428]: pgmap v1106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:01.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T17:50:01.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:01.896 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:01.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:02.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:02.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:02.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:02.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:02.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:03.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:02 smithi137 ceph-mon[117020]: pgmap v1107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:02 smithi066 ceph-mon[112137]: pgmap v1107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:03.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:02 smithi203 ceph-mon[117428]: pgmap v1107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:04.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:03 smithi137 ceph-mon[117020]: from='client.43500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:04.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:03 smithi066 ceph-mon[112137]: from='client.43500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:04.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:03 smithi203 ceph-mon[117428]: from='client.43500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:04 smithi137 ceph-mon[117020]: pgmap v1108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:05.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:04 smithi066 ceph-mon[112137]: pgmap v1108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:05.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:04 smithi203 ceph-mon[117428]: pgmap v1108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:07.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:06 smithi137 ceph-mon[117020]: pgmap v1109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:06 smithi066 ceph-mon[112137]: pgmap v1109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:07.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:06 smithi203 ceph-mon[117428]: pgmap v1109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:07.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:07.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:07.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:08.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:07 smithi203 ceph-mon[117428]: pgmap v1110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:08.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:07 smithi137 ceph-mon[117020]: pgmap v1110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:08.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:07 smithi066 ceph-mon[112137]: pgmap v1110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:08.349 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:08.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:08.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:08.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:08.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:09.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:08 smithi137 ceph-mon[117020]: from='client.43578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:08 smithi066 ceph-mon[112137]: from='client.43578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:09.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:08 smithi203 ceph-mon[117428]: from='client.43578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:10.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:09 smithi137 ceph-mon[117020]: pgmap v1111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:10.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:09 smithi066 ceph-mon[112137]: pgmap v1111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:10.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:09 smithi203 ceph-mon[117428]: pgmap v1111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:13.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:12 smithi203 ceph-mon[117428]: pgmap v1112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:13.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:12 smithi137 ceph-mon[117020]: pgmap v1112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:12 smithi066 ceph-mon[112137]: pgmap v1112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:13.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:13.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:13.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:14.072 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:14.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:14.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:14.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:14.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:15.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:14 smithi137 ceph-mon[117020]: pgmap v1113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:15.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:14 smithi137 ceph-mon[117020]: from='client.43653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:14 smithi066 ceph-mon[112137]: pgmap v1113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:14 smithi066 ceph-mon[112137]: from='client.43653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:15.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:14 smithi203 ceph-mon[117428]: pgmap v1113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:15.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:14 smithi203 ceph-mon[117428]: from='client.43653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:17.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:16 smithi137 ceph-mon[117020]: pgmap v1114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:16 smithi066 ceph-mon[112137]: pgmap v1114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:17.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:16 smithi203 ceph-mon[117428]: pgmap v1114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:19.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:19.074 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:19.074 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:18 smithi137 ceph-mon[117020]: pgmap v1115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:18 smithi066 ceph-mon[112137]: pgmap v1115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:19.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:18 smithi203 ceph-mon[117428]: pgmap v1115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:19.798 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:19.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:19.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:19.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:19.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:21.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:20 smithi137 ceph-mon[117020]: pgmap v1116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:21.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:20 smithi137 ceph-mon[117020]: from='client.43731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:20 smithi066 ceph-mon[112137]: pgmap v1116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:20 smithi066 ceph-mon[112137]: from='client.43731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:21.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:20 smithi203 ceph-mon[117428]: pgmap v1116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:21.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:20 smithi203 ceph-mon[117428]: from='client.43731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:23.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:22 smithi137 ceph-mon[117020]: pgmap v1117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:50:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:22 smithi066 ceph-mon[112137]: pgmap v1117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:50:23.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:22 smithi203 ceph-mon[117428]: pgmap v1117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:50:24.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:24.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:24.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:25.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:24 smithi137 ceph-mon[117020]: pgmap v1118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:50:25.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:24 smithi066 ceph-mon[112137]: pgmap v1118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:50:25.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:24 smithi203 ceph-mon[117428]: pgmap v1118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:50:25.536 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:25.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:25.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:25.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:25.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:27.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:26 smithi137 ceph-mon[117020]: pgmap v1119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:27.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:26 smithi137 ceph-mon[117020]: from='client.43806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:26 smithi066 ceph-mon[112137]: pgmap v1119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:26 smithi066 ceph-mon[112137]: from='client.43806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:27.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:26 smithi203 ceph-mon[117428]: pgmap v1119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:27.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:26 smithi203 ceph-mon[117428]: from='client.43806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:29.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:28 smithi137 ceph-mon[117020]: pgmap v1120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:28 smithi066 ceph-mon[112137]: pgmap v1120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:29.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:28 smithi203 ceph-mon[117428]: pgmap v1120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:30.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:30.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:30.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:31.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:30 smithi137 ceph-mon[117020]: pgmap v1121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:30 smithi066 ceph-mon[112137]: pgmap v1121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:31.254 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:31.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:31.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:31.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:31.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:31.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:30 smithi203 ceph-mon[117428]: pgmap v1121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:33.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:32 smithi137 ceph-mon[117020]: from='client.43884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:33.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:32 smithi137 ceph-mon[117020]: pgmap v1122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:32 smithi066 ceph-mon[112137]: from='client.43884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:32 smithi066 ceph-mon[112137]: pgmap v1122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:32 smithi203 ceph-mon[117428]: from='client.43884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:32 smithi203 ceph-mon[117428]: pgmap v1122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:35.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:34 smithi137 ceph-mon[117020]: pgmap v1123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:50:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:34 smithi066 ceph-mon[112137]: pgmap v1123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:50:35.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:34 smithi203 ceph-mon[117428]: pgmap v1123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:50:36.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:36.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:36.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:36.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:36.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:36.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:36.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:36.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:37.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:36 smithi203 ceph-mon[117428]: pgmap v1124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:50:37.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:36 smithi137 ceph-mon[117020]: pgmap v1124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:50:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:36 smithi066 ceph-mon[112137]: pgmap v1124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:50:38.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:37 smithi137 ceph-mon[117020]: from='client.43959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:38.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:37 smithi066 ceph-mon[112137]: from='client.43959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:38.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:37 smithi203 ceph-mon[117428]: from='client.43959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:39.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:38 smithi137 ceph-mon[117020]: pgmap v1125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:39.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:38 smithi066 ceph-mon[112137]: pgmap v1125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:39.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:38 smithi203 ceph-mon[117428]: pgmap v1125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:41.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:40 smithi137 ceph-mon[117020]: pgmap v1126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:40 smithi066 ceph-mon[112137]: pgmap v1126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:41.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:40 smithi203 ceph-mon[117428]: pgmap v1126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:41.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:41.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:41.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:42.708 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:42.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:42.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:42.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:42.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:43.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:42 smithi137 ceph-mon[117020]: pgmap v1127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:42 smithi066 ceph-mon[112137]: pgmap v1127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:43.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:42 smithi203 ceph-mon[117428]: pgmap v1127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:44.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:43 smithi137 ceph-mon[117020]: from='client.44037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:44.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:43 smithi066 ceph-mon[112137]: from='client.44037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:44.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:43 smithi203 ceph-mon[117428]: from='client.44037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:45.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:44 smithi137 ceph-mon[117020]: pgmap v1128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:44 smithi066 ceph-mon[112137]: pgmap v1128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:44 smithi203 ceph-mon[117428]: pgmap v1128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:46 smithi137 ceph-mon[117020]: pgmap v1129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:46 smithi066 ceph-mon[112137]: pgmap v1129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:47.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:46 smithi203 ceph-mon[117428]: pgmap v1129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:47.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:47.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:47.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:48.425 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:48.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:48.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:48.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:48.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:49.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:48 smithi137 ceph-mon[117020]: pgmap v1130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:48 smithi066 ceph-mon[112137]: pgmap v1130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:49.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:48 smithi203 ceph-mon[117428]: pgmap v1130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:50.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:49 smithi137 ceph-mon[117020]: from='client.44109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:50.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:49 smithi066 ceph-mon[112137]: from='client.44109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:50.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:49 smithi203 ceph-mon[117428]: from='client.44109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:51.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:50 smithi137 ceph-mon[117020]: pgmap v1131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:50 smithi066 ceph-mon[112137]: pgmap v1131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:51.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:50 smithi203 ceph-mon[117428]: pgmap v1131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:52.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:51 smithi066 ceph-mon[112137]: pgmap v1132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:52.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:51 smithi203 ceph-mon[117428]: pgmap v1132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:52.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:51 smithi137 ceph-mon[117020]: pgmap v1132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:53.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:53.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:53.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:54.154 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:50:54.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:54.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:54.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:54.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:54.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:54 smithi066 ceph-mon[112137]: pgmap v1133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:54.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:54 smithi066 ceph-mon[112137]: from='client.44187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:54.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:54 smithi203 ceph-mon[117428]: pgmap v1133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:54.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:54 smithi203 ceph-mon[117428]: from='client.44187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:54.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:54 smithi137 ceph-mon[117020]: pgmap v1133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:54.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:54 smithi137 ceph-mon[117020]: from='client.44187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:55.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:50:55.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:50:55.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:50:56.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:56 smithi066 ceph-mon[112137]: pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:56.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:50:56.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:50:56.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:50:56.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:56 smithi203 ceph-mon[117428]: pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:56.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:50:56.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:50:56.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:50:56.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:56 smithi137 ceph-mon[117020]: pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:56.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:50:56.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:50:56.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:50:58.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:50:58 smithi066 ceph-mon[112137]: pgmap v1135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:58.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:50:58 smithi203 ceph-mon[117428]: pgmap v1135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:58.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:50:58 smithi137 ceph-mon[117020]: pgmap v1135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:59.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:50:59.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:59.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:59.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:59.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:59.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:59.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:50:59.877 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:00.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:00 smithi066 ceph-mon[112137]: pgmap v1136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:00.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:00 smithi066 ceph-mon[112137]: from='client.44265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:00.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:00 smithi203 ceph-mon[117428]: pgmap v1136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:00.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:00 smithi203 ceph-mon[117428]: from='client.44265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:00 smithi137 ceph-mon[117020]: pgmap v1136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:00 smithi137 ceph-mon[117020]: from='client.44265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:03.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:02 smithi137 ceph-mon[117020]: pgmap v1137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:51:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:02 smithi066 ceph-mon[112137]: pgmap v1137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:51:03.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:02 smithi203 ceph-mon[117428]: pgmap v1137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:51:04.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:04.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:04.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:05.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:04 smithi137 ceph-mon[117020]: pgmap v1138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:51:05.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:04 smithi066 ceph-mon[112137]: pgmap v1138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:51:05.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:04 smithi203 ceph-mon[117428]: pgmap v1138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:51:05.608 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:07.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:06 smithi137 ceph-mon[117020]: pgmap v1139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:07.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:06 smithi137 ceph-mon[117020]: from='client.44343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:06 smithi066 ceph-mon[112137]: pgmap v1139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:06 smithi066 ceph-mon[112137]: from='client.44343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:07.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:06 smithi203 ceph-mon[117428]: pgmap v1139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:07.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:06 smithi203 ceph-mon[117428]: from='client.44343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:09.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:08 smithi137 ceph-mon[117020]: pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:08 smithi066 ceph-mon[112137]: pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:09.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:08 smithi203 ceph-mon[117428]: pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:10.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:10.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:10.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:11.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:10 smithi137 ceph-mon[117020]: pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:10 smithi066 ceph-mon[112137]: pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:11.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:10 smithi203 ceph-mon[117428]: pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:11.334 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:11.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:11.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:11.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:11.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:13.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:12 smithi137 ceph-mon[117020]: from='client.44421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:13.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:12 smithi137 ceph-mon[117020]: pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:12 smithi066 ceph-mon[112137]: from='client.44421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:12 smithi066 ceph-mon[112137]: pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:13.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:12 smithi203 ceph-mon[117428]: from='client.44421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:13.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:12 smithi203 ceph-mon[117428]: pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:15.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:14 smithi137 ceph-mon[117020]: pgmap v1143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:51:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:14 smithi066 ceph-mon[112137]: pgmap v1143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:51:15.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:14 smithi203 ceph-mon[117428]: pgmap v1143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:51:16.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:16.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:16.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:17.062 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:17.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:17.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:17.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:17.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:17.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:16 smithi137 ceph-mon[117020]: pgmap v1144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:51:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:16 smithi066 ceph-mon[112137]: pgmap v1144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:51:17.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:16 smithi203 ceph-mon[117428]: pgmap v1144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:51:18.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:17 smithi137 ceph-mon[117020]: from='client.44496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:18.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:17 smithi066 ceph-mon[112137]: from='client.44496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:18.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:17 smithi203 ceph-mon[117428]: from='client.44496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:19.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:18 smithi137 ceph-mon[117020]: pgmap v1145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:18 smithi066 ceph-mon[112137]: pgmap v1145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:19.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:18 smithi203 ceph-mon[117428]: pgmap v1145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:21.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:20 smithi137 ceph-mon[117020]: pgmap v1146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:20 smithi066 ceph-mon[112137]: pgmap v1146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:21.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:20 smithi203 ceph-mon[117428]: pgmap v1146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:22.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:22.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:22.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:22.783 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:22.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:22.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:22.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:22.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:23.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:22 smithi137 ceph-mon[117020]: pgmap v1147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:22 smithi066 ceph-mon[112137]: pgmap v1147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:23.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:22 smithi203 ceph-mon[117428]: pgmap v1147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:24.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:23 smithi137 ceph-mon[117020]: from='client.44574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:24.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:23 smithi137 ceph-mon[117020]: pgmap v1148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:24.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:23 smithi066 ceph-mon[112137]: from='client.44574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:24.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:23 smithi066 ceph-mon[112137]: pgmap v1148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:24.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:23 smithi203 ceph-mon[117428]: from='client.44574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:24.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:23 smithi203 ceph-mon[117428]: pgmap v1148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:27.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:26 smithi137 ceph-mon[117020]: pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:26 smithi066 ceph-mon[112137]: pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:27.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:26 smithi203 ceph-mon[117428]: pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:27.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:27.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:27.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:28.508 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:28.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:28.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:28.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:28.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:29.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:28 smithi137 ceph-mon[117020]: pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:28 smithi066 ceph-mon[112137]: pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:29.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:28 smithi203 ceph-mon[117428]: pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:30.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:29 smithi137 ceph-mon[117020]: from='client.44649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:30.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:29 smithi066 ceph-mon[112137]: from='client.44649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:30.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:29 smithi203 ceph-mon[117428]: from='client.44649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:31.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:30 smithi137 ceph-mon[117020]: pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:30 smithi066 ceph-mon[112137]: pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:31.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:30 smithi203 ceph-mon[117428]: pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:33.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:32 smithi137 ceph-mon[117020]: pgmap v1152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:32 smithi066 ceph-mon[112137]: pgmap v1152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:32 smithi203 ceph-mon[117428]: pgmap v1152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:33.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:34.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:34.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:34.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:34.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:34.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:35.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:34 smithi137 ceph-mon[117020]: pgmap v1153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:34 smithi066 ceph-mon[112137]: pgmap v1153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:35.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:34 smithi203 ceph-mon[117428]: pgmap v1153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:36.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:35 smithi137 ceph-mon[117020]: from='client.44727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:36.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:35 smithi066 ceph-mon[112137]: from='client.44727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:36.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:35 smithi203 ceph-mon[117428]: from='client.44727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:37.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:36 smithi137 ceph-mon[117020]: pgmap v1154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:36 smithi066 ceph-mon[112137]: pgmap v1154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:37.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:36 smithi203 ceph-mon[117428]: pgmap v1154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:38.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:37 smithi137 ceph-mon[117020]: pgmap v1155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:38.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:37 smithi066 ceph-mon[112137]: pgmap v1155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:38.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:37 smithi203 ceph-mon[117428]: pgmap v1155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:39.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:39.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:39.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:39.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:39.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:39.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:39.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:39.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:40.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:40 smithi066 ceph-mon[112137]: pgmap v1156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:40.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:40 smithi066 ceph-mon[112137]: from='client.44805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:40.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:40 smithi203 ceph-mon[117428]: pgmap v1156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:40.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:40 smithi203 ceph-mon[117428]: from='client.44805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:40.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:40 smithi137 ceph-mon[117020]: pgmap v1156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:40.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:40 smithi137 ceph-mon[117020]: from='client.44805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:43.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:42 smithi137 ceph-mon[117020]: pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:51:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:42 smithi066 ceph-mon[112137]: pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:51:43.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:42 smithi203 ceph-mon[117428]: pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:51:44.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:44.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:44.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:45.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:44 smithi137 ceph-mon[117020]: pgmap v1158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:51:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:44 smithi066 ceph-mon[112137]: pgmap v1158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:51:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:44 smithi203 ceph-mon[117428]: pgmap v1158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:51:45.676 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:45.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:45.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:45.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:45.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:46 smithi137 ceph-mon[117020]: pgmap v1159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:46 smithi137 ceph-mon[117020]: from='client.44883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:46 smithi066 ceph-mon[112137]: pgmap v1159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:46 smithi066 ceph-mon[112137]: from='client.44883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:47.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:46 smithi203 ceph-mon[117428]: pgmap v1159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:47.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:46 smithi203 ceph-mon[117428]: from='client.44883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:49.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:48 smithi137 ceph-mon[117020]: pgmap v1160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:48 smithi066 ceph-mon[112137]: pgmap v1160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:49.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:48 smithi203 ceph-mon[117428]: pgmap v1160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:50.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:50.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:50.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:51.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:50 smithi137 ceph-mon[117020]: pgmap v1161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:50 smithi066 ceph-mon[112137]: pgmap v1161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:51.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:50 smithi203 ceph-mon[117428]: pgmap v1161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:51.394 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:51.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:51.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:51.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:51.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:53.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:52 smithi137 ceph-mon[117020]: from='client.44958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:53.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:52 smithi137 ceph-mon[117020]: pgmap v1162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:52 smithi066 ceph-mon[112137]: from='client.44958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:52 smithi066 ceph-mon[112137]: pgmap v1162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:52 smithi203 ceph-mon[117428]: from='client.44958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:52 smithi203 ceph-mon[117428]: pgmap v1162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:55.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:54 smithi137 ceph-mon[117020]: pgmap v1163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:51:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:54 smithi066 ceph-mon[112137]: pgmap v1163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:51:55.329 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:54 smithi203 ceph-mon[117428]: pgmap v1163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:51:56.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:51:56.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:51:56.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:51:56.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:51:56.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:56.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:57.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:51:57.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:57.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:57.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:57.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: pgmap v1164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:56 smithi137 ceph-mon[117020]: from='client.45033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: pgmap v1164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:51:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:51:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:51:57.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:56 smithi066 ceph-mon[112137]: from='client.45033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: pgmap v1164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:51:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:51:57.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:51:57.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:51:57.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:56 smithi203 ceph-mon[117428]: from='client.45033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:58.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:51:57 smithi066 ceph-mon[112137]: pgmap v1165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:58.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:51:57 smithi203 ceph-mon[117428]: pgmap v1165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:58.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:51:57 smithi137 ceph-mon[117020]: pgmap v1165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:00.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:00 smithi066 ceph-mon[112137]: pgmap v1166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:00.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:00 smithi203 ceph-mon[117428]: pgmap v1166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:00 smithi137 ceph-mon[117020]: pgmap v1166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:02.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:02.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:02.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:02.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:02.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:02.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:02.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:02.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:03.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:02 smithi137 ceph-mon[117020]: pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:02 smithi066 ceph-mon[112137]: pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:03.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:02 smithi203 ceph-mon[117428]: pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:04.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:03 smithi137 ceph-mon[117020]: from='client.45111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:04.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:03 smithi066 ceph-mon[112137]: from='client.45111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:04.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:03 smithi203 ceph-mon[117428]: from='client.45111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:05.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:04 smithi137 ceph-mon[117020]: pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:05.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:04 smithi066 ceph-mon[112137]: pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:05.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:04 smithi203 ceph-mon[117428]: pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:07.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:06 smithi137 ceph-mon[117020]: pgmap v1169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:06 smithi066 ceph-mon[112137]: pgmap v1169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:07.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:06 smithi203 ceph-mon[117428]: pgmap v1169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:07.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:07.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:07.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:08.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:08.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:08.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:08.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:08.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:09.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:08 smithi137 ceph-mon[117020]: pgmap v1170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:08 smithi066 ceph-mon[112137]: pgmap v1170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:09.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:08 smithi203 ceph-mon[117428]: pgmap v1170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:10.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:09 smithi137 ceph-mon[117020]: from='client.45189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:10.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:09 smithi066 ceph-mon[112137]: from='client.45189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:10.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:09 smithi203 ceph-mon[117428]: from='client.45189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:11.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:10 smithi137 ceph-mon[117020]: pgmap v1171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:10 smithi066 ceph-mon[112137]: pgmap v1171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:11.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:10 smithi203 ceph-mon[117428]: pgmap v1171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:13.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:12 smithi137 ceph-mon[117020]: pgmap v1172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:12 smithi066 ceph-mon[112137]: pgmap v1172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:13.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:12 smithi203 ceph-mon[117428]: pgmap v1172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:13.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:13.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:13.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:14.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:14.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:14.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:14.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:14.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:15.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:14 smithi137 ceph-mon[117020]: pgmap v1173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:14 smithi066 ceph-mon[112137]: pgmap v1173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:15.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:14 smithi203 ceph-mon[117428]: pgmap v1173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:16.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:15 smithi066 ceph-mon[112137]: from='client.45267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:16.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:15 smithi066 ceph-mon[112137]: pgmap v1174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:16.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:15 smithi203 ceph-mon[117428]: from='client.45267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:16.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:15 smithi203 ceph-mon[117428]: pgmap v1174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:16.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:15 smithi137 ceph-mon[117020]: from='client.45267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:16.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:15 smithi137 ceph-mon[117020]: pgmap v1174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:18.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:18 smithi066 ceph-mon[112137]: pgmap v1175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:18.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:18 smithi203 ceph-mon[117428]: pgmap v1175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:18.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:18 smithi137 ceph-mon[117020]: pgmap v1175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:19.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:19.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:19.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:20.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:20.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:20.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:20.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:20.023 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:20.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:20 smithi066 ceph-mon[112137]: pgmap v1176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:20.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:20 smithi066 ceph-mon[112137]: from='client.45342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:20.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:20 smithi203 ceph-mon[117428]: pgmap v1176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:20.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:20 smithi203 ceph-mon[117428]: from='client.45342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:20.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:20 smithi137 ceph-mon[117020]: pgmap v1176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:20.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:20 smithi137 ceph-mon[117020]: from='client.45342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:23.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:22 smithi137 ceph-mon[117020]: pgmap v1177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:22 smithi066 ceph-mon[112137]: pgmap v1177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:23.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:22 smithi203 ceph-mon[117428]: pgmap v1177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:25.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:25.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:25.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:25.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:24 smithi137 ceph-mon[117020]: pgmap v1178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:25.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:24 smithi066 ceph-mon[112137]: pgmap v1178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:25.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:24 smithi203 ceph-mon[117428]: pgmap v1178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:25.763 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:25.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:25.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:25.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:25.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:27.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:26 smithi137 ceph-mon[117020]: pgmap v1179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:27.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:26 smithi137 ceph-mon[117020]: from='client.45417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:26 smithi066 ceph-mon[112137]: pgmap v1179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:26 smithi066 ceph-mon[112137]: from='client.45417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:27.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:26 smithi203 ceph-mon[117428]: pgmap v1179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:27.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:26 smithi203 ceph-mon[117428]: from='client.45417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:29.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:28 smithi137 ceph-mon[117020]: pgmap v1180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:28 smithi066 ceph-mon[112137]: pgmap v1180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:29.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:28 smithi203 ceph-mon[117428]: pgmap v1180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:30.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:30.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:30.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:31.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:30 smithi137 ceph-mon[117020]: pgmap v1181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:30 smithi066 ceph-mon[112137]: pgmap v1181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:31.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:30 smithi203 ceph-mon[117428]: pgmap v1181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:31.479 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:31.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:31.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:31.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:31.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:33.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:32 smithi137 ceph-mon[117020]: pgmap v1182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:33.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:32 smithi137 ceph-mon[117020]: from='client.45495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:32 smithi066 ceph-mon[112137]: pgmap v1182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:32 smithi066 ceph-mon[112137]: from='client.45495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:32 smithi203 ceph-mon[117428]: pgmap v1182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:32 smithi203 ceph-mon[117428]: from='client.45495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:35.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:34 smithi137 ceph-mon[117020]: pgmap v1183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:34 smithi066 ceph-mon[112137]: pgmap v1183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:35.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:34 smithi203 ceph-mon[117428]: pgmap v1183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:36.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:36.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:36.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:37.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:36 smithi137 ceph-mon[117020]: pgmap v1184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:37.211 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:37.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:37.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:37.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:37.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:36 smithi066 ceph-mon[112137]: pgmap v1184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:37.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:36 smithi203 ceph-mon[117428]: pgmap v1184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:38.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:37 smithi066 ceph-mon[112137]: from='client.45573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:38.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:37 smithi203 ceph-mon[117428]: from='client.45573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:38.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:37 smithi137 ceph-mon[117020]: from='client.45573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:39.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:38 smithi066 ceph-mon[112137]: pgmap v1185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:39.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:38 smithi203 ceph-mon[117428]: pgmap v1185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:39.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:38 smithi137 ceph-mon[117020]: pgmap v1185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:40.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:39 smithi066 ceph-mon[112137]: pgmap v1186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:40.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:39 smithi203 ceph-mon[117428]: pgmap v1186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:40.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:39 smithi137 ceph-mon[117020]: pgmap v1186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:42.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:42.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:42.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:42.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:42.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:42.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:42.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:42.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:43.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:42 smithi137 ceph-mon[117020]: pgmap v1187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:42 smithi066 ceph-mon[112137]: pgmap v1187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:43.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:42 smithi203 ceph-mon[117428]: pgmap v1187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:44.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:43 smithi137 ceph-mon[117020]: from='client.45648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:44.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:43 smithi066 ceph-mon[112137]: from='client.45648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:44.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:43 smithi203 ceph-mon[117428]: from='client.45648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:45.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:44 smithi137 ceph-mon[117020]: pgmap v1188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:44 smithi066 ceph-mon[112137]: pgmap v1188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:44 smithi203 ceph-mon[117428]: pgmap v1188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:46 smithi137 ceph-mon[117020]: pgmap v1189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:46 smithi066 ceph-mon[112137]: pgmap v1189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:47.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:46 smithi203 ceph-mon[117428]: pgmap v1189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:47.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:47.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:47.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:48.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:48.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:48.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:48.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:48.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:49.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:48 smithi137 ceph-mon[117020]: pgmap v1190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:48 smithi066 ceph-mon[112137]: pgmap v1190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:49.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:48 smithi203 ceph-mon[117428]: pgmap v1190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:50.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:49 smithi137 ceph-mon[117020]: from='client.45726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:50.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:49 smithi066 ceph-mon[112137]: from='client.45726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:50.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:49 smithi203 ceph-mon[117428]: from='client.45726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:51.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:50 smithi137 ceph-mon[117020]: pgmap v1191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:50 smithi066 ceph-mon[112137]: pgmap v1191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:51.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:50 smithi203 ceph-mon[117428]: pgmap v1191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:52 smithi066 ceph-mon[112137]: pgmap v1192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:52 smithi203 ceph-mon[117428]: pgmap v1192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:52 smithi137 ceph-mon[117020]: pgmap v1192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:53.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:53.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:53.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:54.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:53 smithi066 ceph-mon[112137]: pgmap v1193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:54.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:53 smithi203 ceph-mon[117428]: pgmap v1193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:54.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:53 smithi137 ceph-mon[117020]: pgmap v1193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:54.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:52:54.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:54.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:54.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:54.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:52:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:54 smithi066 ceph-mon[112137]: from='client.45804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:54 smithi203 ceph-mon[117428]: from='client.45804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:55.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:54 smithi137 ceph-mon[117020]: from='client.45804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:56 smithi137 ceph-mon[117020]: pgmap v1194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:52:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:56 smithi066 ceph-mon[112137]: pgmap v1194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:52:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:56 smithi203 ceph-mon[117428]: pgmap v1194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:52:58.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:52:58.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:52:58.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:52:58.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:52:58.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:52:58.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:52:58.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:52:58.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:52:58.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:52:59.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:52:58 smithi137 ceph-mon[117020]: pgmap v1195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:52:58 smithi066 ceph-mon[112137]: pgmap v1195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:59.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:52:58 smithi203 ceph-mon[117428]: pgmap v1195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:59.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:52:59.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:59.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:00.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:00.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:00.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:00.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:00.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:01.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:00 smithi137 ceph-mon[117020]: pgmap v1196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:01.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:00 smithi137 ceph-mon[117020]: from='client.45879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:00 smithi066 ceph-mon[112137]: pgmap v1196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:00 smithi066 ceph-mon[112137]: from='client.45879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:01.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:00 smithi203 ceph-mon[117428]: pgmap v1196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:01.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:00 smithi203 ceph-mon[117428]: from='client.45879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:03.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:02 smithi137 ceph-mon[117020]: pgmap v1197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:02 smithi066 ceph-mon[112137]: pgmap v1197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:03.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:02 smithi203 ceph-mon[117428]: pgmap v1197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:05.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:05.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:04 smithi137 ceph-mon[117020]: pgmap v1198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:05.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:05.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:05.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:04 smithi066 ceph-mon[112137]: pgmap v1198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:05.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:04 smithi203 ceph-mon[117428]: pgmap v1198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:05.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:05.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:05.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:05.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:05.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:07.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:06 smithi137 ceph-mon[117020]: pgmap v1199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:07.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:06 smithi137 ceph-mon[117020]: from='client.45954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:06 smithi066 ceph-mon[112137]: pgmap v1199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:06 smithi066 ceph-mon[112137]: from='client.45954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:07.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:06 smithi203 ceph-mon[117428]: pgmap v1199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:07.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:06 smithi203 ceph-mon[117428]: from='client.45954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:09.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:08 smithi137 ceph-mon[117020]: pgmap v1200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:08 smithi066 ceph-mon[112137]: pgmap v1200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:09.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:08 smithi203 ceph-mon[117428]: pgmap v1200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:10.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:10.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:10.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:10 smithi066 ceph-mon[112137]: pgmap v1201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:11.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:10 smithi203 ceph-mon[117428]: pgmap v1201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:11.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:10 smithi137 ceph-mon[117020]: pgmap v1201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:11.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:11.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:11.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:11.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:11.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:12 smithi066 ceph-mon[112137]: pgmap v1202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:12 smithi066 ceph-mon[112137]: from='client.46029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:13.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:12 smithi203 ceph-mon[117428]: pgmap v1202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:13.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:12 smithi203 ceph-mon[117428]: from='client.46029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:12 smithi137 ceph-mon[117020]: pgmap v1202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:12 smithi137 ceph-mon[117020]: from='client.46029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:14.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:13 smithi066 ceph-mon[112137]: pgmap v1203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:14.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:13 smithi203 ceph-mon[117428]: pgmap v1203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:14.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:13 smithi137 ceph-mon[117020]: pgmap v1203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:17.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:16 smithi137 ceph-mon[117020]: pgmap v1204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:16 smithi066 ceph-mon[112137]: pgmap v1204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:17.287 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:17.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:17.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:17.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:17.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:17.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:16 smithi203 ceph-mon[117428]: pgmap v1204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:19.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:18 smithi137 ceph-mon[117020]: from='client.46107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:19.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:18 smithi137 ceph-mon[117020]: pgmap v1205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:18 smithi066 ceph-mon[112137]: from='client.46107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:18 smithi066 ceph-mon[112137]: pgmap v1205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:19.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:18 smithi203 ceph-mon[117428]: from='client.46107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:19.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:18 smithi203 ceph-mon[117428]: pgmap v1205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:21.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:20 smithi137 ceph-mon[117020]: pgmap v1206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:20 smithi066 ceph-mon[112137]: pgmap v1206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:21.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:20 smithi203 ceph-mon[117428]: pgmap v1206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:22.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:22.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:22.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:23.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:23.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:23.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:23.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:23.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:23.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:22 smithi137 ceph-mon[117020]: pgmap v1207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:22 smithi066 ceph-mon[112137]: pgmap v1207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:23.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:22 smithi203 ceph-mon[117428]: pgmap v1207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:24.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:23 smithi066 ceph-mon[112137]: from='client.46185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:24.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:23 smithi203 ceph-mon[117428]: from='client.46185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:24.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:23 smithi137 ceph-mon[117020]: from='client.46185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:25.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:24 smithi066 ceph-mon[112137]: pgmap v1208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:25.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:24 smithi203 ceph-mon[117428]: pgmap v1208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:25.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:24 smithi137 ceph-mon[117020]: pgmap v1208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:27.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:26 smithi137 ceph-mon[117020]: pgmap v1209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:26 smithi066 ceph-mon[112137]: pgmap v1209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:27.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:26 smithi203 ceph-mon[117428]: pgmap v1209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:28.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:28.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:28.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:28.732 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:29.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:28 smithi137 ceph-mon[117020]: pgmap v1210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:28 smithi066 ceph-mon[112137]: pgmap v1210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:29.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:28 smithi203 ceph-mon[117428]: pgmap v1210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:30.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:29 smithi066 ceph-mon[112137]: from='client.46263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:30.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:29 smithi203 ceph-mon[117428]: from='client.46263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:30.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:29 smithi137 ceph-mon[117020]: from='client.46263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:30 smithi066 ceph-mon[112137]: pgmap v1211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:31.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:30 smithi203 ceph-mon[117428]: pgmap v1211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:31.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:30 smithi137 ceph-mon[117020]: pgmap v1211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:32 smithi066 ceph-mon[112137]: pgmap v1212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:32 smithi203 ceph-mon[117428]: pgmap v1212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:32 smithi137 ceph-mon[117020]: pgmap v1212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:33.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:33.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:33.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:34.451 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:34.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:34.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:34.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:34.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:34 smithi066 ceph-mon[112137]: pgmap v1213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:35.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:34 smithi203 ceph-mon[117428]: pgmap v1213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:35.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:34 smithi137 ceph-mon[117020]: pgmap v1213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:36.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:35 smithi066 ceph-mon[112137]: from='client.46335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:36.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:35 smithi066 ceph-mon[112137]: pgmap v1214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:36.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:35 smithi203 ceph-mon[117428]: from='client.46335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:36.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:35 smithi203 ceph-mon[117428]: pgmap v1214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:36.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:35 smithi137 ceph-mon[117020]: from='client.46335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:36.379 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:35 smithi137 ceph-mon[117020]: pgmap v1214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:38.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:38 smithi066 ceph-mon[112137]: pgmap v1215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:38.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:38 smithi203 ceph-mon[117428]: pgmap v1215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:38.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:38 smithi137 ceph-mon[117020]: pgmap v1215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:39.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:39.453 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:39.453 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:40.178 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:40.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:40.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:40.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:40.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:40.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:40 smithi066 ceph-mon[112137]: pgmap v1216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:40.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:40 smithi066 ceph-mon[112137]: from='client.46410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:40.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:40 smithi203 ceph-mon[117428]: pgmap v1216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:40.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:40 smithi203 ceph-mon[117428]: from='client.46410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:40.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:40 smithi137 ceph-mon[117020]: pgmap v1216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:40.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:40 smithi137 ceph-mon[117020]: from='client.46410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:43.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:42 smithi137 ceph-mon[117020]: pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:42 smithi066 ceph-mon[112137]: pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:43.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:42 smithi203 ceph-mon[117428]: pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:45.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:44 smithi137 ceph-mon[117020]: pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:45.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:45.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:45.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:44 smithi066 ceph-mon[112137]: pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:45.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:44 smithi203 ceph-mon[117428]: pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:45.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:45.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:45.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:45.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:45.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:46 smithi137 ceph-mon[117020]: pgmap v1219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:46 smithi137 ceph-mon[117020]: from='client.46488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:46 smithi066 ceph-mon[112137]: pgmap v1219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:46 smithi066 ceph-mon[112137]: from='client.46488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:47.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:46 smithi203 ceph-mon[117428]: pgmap v1219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:47.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:46 smithi203 ceph-mon[117428]: from='client.46488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:48 smithi066 ceph-mon[112137]: pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:49.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:48 smithi203 ceph-mon[117428]: pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:49.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:48 smithi137 ceph-mon[117020]: pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:50.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:50.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:50.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:50 smithi066 ceph-mon[112137]: pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:51.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:50 smithi203 ceph-mon[117428]: pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:51.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:50 smithi137 ceph-mon[117020]: pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:51.625 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:51.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:51.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:51.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:51.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:52 smithi066 ceph-mon[112137]: pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:52 smithi066 ceph-mon[112137]: from='client.46560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:52 smithi203 ceph-mon[117428]: pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:52 smithi203 ceph-mon[117428]: from='client.46560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:52 smithi137 ceph-mon[117020]: pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:52 smithi137 ceph-mon[117020]: from='client.46560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:54 smithi066 ceph-mon[112137]: pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:54 smithi203 ceph-mon[117428]: pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:55.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:54 smithi137 ceph-mon[117020]: pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:56.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:53:56.627 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:56.627 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:57.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:56 smithi137 ceph-mon[117020]: pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:56 smithi066 ceph-mon[112137]: pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:56 smithi203 ceph-mon[117428]: pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:57.363 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:53:57.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:57.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:57.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:57.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:53:58.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:53:58.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:53:58.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:53:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='client.46632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: pgmap v1225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:53:59.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:53:59.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:53:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='client.46632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:59.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: pgmap v1225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:59.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:53:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:53:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:53:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='client.46632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: pgmap v1225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:53:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:53:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:54:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:00 smithi066 ceph-mon[112137]: pgmap v1226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:01.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:00 smithi203 ceph-mon[117428]: pgmap v1226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:01.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:00 smithi137 ceph-mon[117020]: pgmap v1226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:02.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:02.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:02.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:03.080 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:03.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:03.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:03.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:03.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:02 smithi066 ceph-mon[112137]: pgmap v1227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:03.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:02 smithi203 ceph-mon[117428]: pgmap v1227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:02 smithi137 ceph-mon[117020]: pgmap v1227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:04.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:03 smithi066 ceph-mon[112137]: from='client.46710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:04.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:03 smithi203 ceph-mon[117428]: from='client.46710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:04.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:03 smithi137 ceph-mon[117020]: from='client.46710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:05.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:04 smithi066 ceph-mon[112137]: pgmap v1228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:05.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:04 smithi203 ceph-mon[117428]: pgmap v1228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:05.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:04 smithi137 ceph-mon[117020]: pgmap v1228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:07.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:06 smithi137 ceph-mon[117020]: pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:06 smithi066 ceph-mon[112137]: pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:07.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:06 smithi203 ceph-mon[117428]: pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:08.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:08.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:08.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:08.797 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:08.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:08.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:08.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:08.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:08 smithi066 ceph-mon[112137]: pgmap v1230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:09.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:08 smithi203 ceph-mon[117428]: pgmap v1230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:09.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:08 smithi137 ceph-mon[117020]: pgmap v1230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:10.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:09 smithi066 ceph-mon[112137]: from='client.46785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:10.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:09 smithi203 ceph-mon[117428]: from='client.46785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:10.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:09 smithi137 ceph-mon[117020]: from='client.46785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:10 smithi066 ceph-mon[112137]: pgmap v1231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:11.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:10 smithi203 ceph-mon[117428]: pgmap v1231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:11.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:10 smithi137 ceph-mon[117020]: pgmap v1231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:12 smithi066 ceph-mon[112137]: pgmap v1232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:13.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:12 smithi203 ceph-mon[117428]: pgmap v1232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:12 smithi137 ceph-mon[117020]: pgmap v1232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:13.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:13.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:13.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:14.527 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:14.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:14.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:14.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:14.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:14 smithi066 ceph-mon[112137]: pgmap v1233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:15.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:14 smithi203 ceph-mon[117428]: pgmap v1233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:15.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:14 smithi137 ceph-mon[117020]: pgmap v1233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:16.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:15 smithi066 ceph-mon[112137]: from='client.46860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:16.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:15 smithi203 ceph-mon[117428]: from='client.46860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:16.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:15 smithi137 ceph-mon[117020]: from='client.46860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:16 smithi066 ceph-mon[112137]: pgmap v1234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:17.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:16 smithi203 ceph-mon[117428]: pgmap v1234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:17.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:16 smithi137 ceph-mon[117020]: pgmap v1234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:18.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:17 smithi066 ceph-mon[112137]: pgmap v1235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:18.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:17 smithi203 ceph-mon[117428]: pgmap v1235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:18.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:17 smithi137 ceph-mon[117020]: pgmap v1235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:19.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:19.529 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:19.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:20.251 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:20.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:20.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:20.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:20.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:20.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:20 smithi066 ceph-mon[112137]: pgmap v1236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:20.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:20 smithi203 ceph-mon[117428]: pgmap v1236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:20.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:20 smithi137 ceph-mon[117020]: pgmap v1236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:22.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:21 smithi066 ceph-mon[112137]: from='client.46938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:22.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:21 smithi203 ceph-mon[117428]: from='client.46938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:22.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:21 smithi137 ceph-mon[117020]: from='client.46938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:22 smithi066 ceph-mon[112137]: pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:23.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:22 smithi203 ceph-mon[117428]: pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:23.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:22 smithi137 ceph-mon[117020]: pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:25.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:24 smithi066 ceph-mon[112137]: pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:25.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:25.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:25.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:25.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:24 smithi203 ceph-mon[117428]: pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:25.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:24 smithi137 ceph-mon[117020]: pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:25.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:25.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:25.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:25.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:25.975 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:26 smithi066 ceph-mon[112137]: pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:26 smithi066 ceph-mon[112137]: from='client.47013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:27.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:26 smithi203 ceph-mon[117428]: pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:27.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:26 smithi203 ceph-mon[117428]: from='client.47013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:26 smithi137 ceph-mon[117020]: pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:26 smithi137 ceph-mon[117020]: from='client.47013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:28 smithi066 ceph-mon[112137]: pgmap v1240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:29.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:28 smithi203 ceph-mon[117428]: pgmap v1240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:29.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:28 smithi137 ceph-mon[117020]: pgmap v1240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:30.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:29 smithi066 ceph-mon[112137]: pgmap v1241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:30.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:29 smithi203 ceph-mon[117428]: pgmap v1241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:30.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:29 smithi137 ceph-mon[117020]: pgmap v1241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:30.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:30.977 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:30.977 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:31.702 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:31.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:31.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:31.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:31.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:32 smithi066 ceph-mon[112137]: pgmap v1242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:32 smithi066 ceph-mon[112137]: from='client.47088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:32 smithi203 ceph-mon[117428]: pgmap v1242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:32 smithi203 ceph-mon[117428]: from='client.47088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:32 smithi137 ceph-mon[117020]: pgmap v1242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:32 smithi137 ceph-mon[117020]: from='client.47088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:34 smithi066 ceph-mon[112137]: pgmap v1243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:35.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:34 smithi203 ceph-mon[117428]: pgmap v1243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:35.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:34 smithi137 ceph-mon[117020]: pgmap v1243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:36.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:36.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:36.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:36 smithi066 ceph-mon[112137]: pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:37.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:36 smithi203 ceph-mon[117428]: pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:37.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:36 smithi137 ceph-mon[117020]: pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:37.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:37.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:37.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:37.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:37.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:39.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:38 smithi066 ceph-mon[112137]: from='client.47163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:39.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:38 smithi066 ceph-mon[112137]: pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:39.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:38 smithi203 ceph-mon[117428]: from='client.47163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:39.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:38 smithi203 ceph-mon[117428]: pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:39.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:38 smithi137 ceph-mon[117020]: from='client.47163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:39.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:38 smithi137 ceph-mon[117020]: pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:40.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:39 smithi066 ceph-mon[112137]: pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:40.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:39 smithi203 ceph-mon[117428]: pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:40.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:39 smithi137 ceph-mon[117020]: pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:42.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:42.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:42.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:43.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:43.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:43.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:43.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:43.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:42 smithi066 ceph-mon[112137]: pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:43.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:42 smithi203 ceph-mon[117428]: pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:43.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:42 smithi137 ceph-mon[117020]: pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:44.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:43 smithi066 ceph-mon[112137]: from='client.47238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:44.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:43 smithi203 ceph-mon[117428]: from='client.47238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:44.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:43 smithi137 ceph-mon[117020]: from='client.47238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:45.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:44 smithi066 ceph-mon[112137]: pgmap v1248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:45.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:44 smithi203 ceph-mon[117428]: pgmap v1248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:45.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:44 smithi137 ceph-mon[117020]: pgmap v1248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:46 smithi066 ceph-mon[112137]: pgmap v1249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:47.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:46 smithi203 ceph-mon[117428]: pgmap v1249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:47.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:46 smithi137 ceph-mon[117020]: pgmap v1249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:48.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:48.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:48.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:48.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:47 smithi066 ceph-mon[112137]: pgmap v1250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:48.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:47 smithi203 ceph-mon[117428]: pgmap v1250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:48.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:47 smithi137 ceph-mon[117020]: pgmap v1250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:48.866 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:48.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:48.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:48.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:48.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:48 smithi066 ceph-mon[112137]: from='client.47316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:49.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:48 smithi203 ceph-mon[117428]: from='client.47316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:49.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:48 smithi137 ceph-mon[117020]: from='client.47316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:50.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:49 smithi066 ceph-mon[112137]: pgmap v1251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:50.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:49 smithi203 ceph-mon[117428]: pgmap v1251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:49 smithi137 ceph-mon[117020]: pgmap v1251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:52 smithi066 ceph-mon[112137]: pgmap v1252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:52 smithi203 ceph-mon[117428]: pgmap v1252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:52 smithi137 ceph-mon[117020]: pgmap v1252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:53.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:53.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:53.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:54.597 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:54:54.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:54.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:54.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:54.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:54:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:54 smithi066 ceph-mon[112137]: pgmap v1253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:54 smithi203 ceph-mon[117428]: pgmap v1253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:55.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:54 smithi137 ceph-mon[117020]: pgmap v1253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:56.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:55 smithi066 ceph-mon[112137]: from='client.47394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:56.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:55 smithi203 ceph-mon[117428]: from='client.47394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:56.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:55 smithi137 ceph-mon[117020]: from='client.47394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:56 smithi066 ceph-mon[112137]: pgmap v1254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:56 smithi203 ceph-mon[117428]: pgmap v1254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:57.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:56 smithi137 ceph-mon[117020]: pgmap v1254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:58 smithi066 ceph-mon[112137]: pgmap v1255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:54:59.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:58 smithi203 ceph-mon[117428]: pgmap v1255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:59.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:54:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:58 smithi137 ceph-mon[117020]: pgmap v1255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:54:59.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:54:59.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:59.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:00.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:55:00.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:55:00.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:54:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:55:00.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:00.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:00.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:00.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:00.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:00.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:55:00.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:55:00.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:54:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:55:00.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:55:00.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:55:00.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:54:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:55:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:00 smithi066 ceph-mon[112137]: pgmap v1256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:00 smithi066 ceph-mon[112137]: from='client.47469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:01.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:00 smithi203 ceph-mon[117428]: pgmap v1256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:01.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:00 smithi203 ceph-mon[117428]: from='client.47469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:01.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:00 smithi137 ceph-mon[117020]: pgmap v1256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:01.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:00 smithi137 ceph-mon[117020]: from='client.47469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:02.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:01 smithi066 ceph-mon[112137]: pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:02.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:01 smithi203 ceph-mon[117428]: pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:01 smithi137 ceph-mon[117020]: pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:04.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:04 smithi066 ceph-mon[112137]: pgmap v1258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:04 smithi203 ceph-mon[117428]: pgmap v1258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:04 smithi137 ceph-mon[117020]: pgmap v1258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:05.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:05.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:05.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:06.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:06.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:06.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:06.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:06.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:07.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:06 smithi066 ceph-mon[112137]: pgmap v1259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:07.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:06 smithi066 ceph-mon[112137]: from='client.47541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:07.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:06 smithi203 ceph-mon[117428]: pgmap v1259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:07.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:06 smithi203 ceph-mon[117428]: from='client.47541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:07.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:06 smithi137 ceph-mon[117020]: pgmap v1259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:07.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:06 smithi137 ceph-mon[117020]: from='client.47541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:08 smithi066 ceph-mon[112137]: pgmap v1260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:09.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:08 smithi203 ceph-mon[117428]: pgmap v1260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:09.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:08 smithi137 ceph-mon[117020]: pgmap v1260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:11.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:11.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:11.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:10 smithi066 ceph-mon[112137]: pgmap v1261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:11.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:10 smithi203 ceph-mon[117428]: pgmap v1261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:11.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:10 smithi137 ceph-mon[117020]: pgmap v1261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:11.783 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:11.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:11.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:11.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:11.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:12 smithi066 ceph-mon[112137]: pgmap v1262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:12 smithi066 ceph-mon[112137]: from='client.47616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:13.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:12 smithi203 ceph-mon[117428]: pgmap v1262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:13.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:12 smithi203 ceph-mon[117428]: from='client.47616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:12 smithi137 ceph-mon[117020]: pgmap v1262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:12 smithi137 ceph-mon[117020]: from='client.47616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:15.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:14 smithi066 ceph-mon[112137]: pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:15.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:14 smithi203 ceph-mon[117428]: pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:15.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:14 smithi137 ceph-mon[117020]: pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:16.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:16.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:16.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:16 smithi066 ceph-mon[112137]: pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:17.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:16 smithi203 ceph-mon[117428]: pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:17.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:16 smithi137 ceph-mon[117020]: pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:17.505 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:17.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:17.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:17.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:17.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:18.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:17 smithi066 ceph-mon[112137]: pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:18.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:17 smithi066 ceph-mon[112137]: from='client.47691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:18.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:17 smithi203 ceph-mon[117428]: pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:18.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:17 smithi203 ceph-mon[117428]: from='client.47691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:18.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:17 smithi137 ceph-mon[117020]: pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:18.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:17 smithi137 ceph-mon[117020]: from='client.47691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:20.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:20 smithi066 ceph-mon[112137]: pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:20.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:20 smithi203 ceph-mon[117428]: pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:20.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:20 smithi137 ceph-mon[117020]: pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:22.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:22.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:22.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:23.218 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:23.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:23.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:23.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:23.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:22 smithi066 ceph-mon[112137]: pgmap v1267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:23.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:22 smithi203 ceph-mon[117428]: pgmap v1267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:23.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:22 smithi137 ceph-mon[117020]: pgmap v1267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:24.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:23 smithi066 ceph-mon[112137]: from='client.47763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:24.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:23 smithi203 ceph-mon[117428]: from='client.47763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:24.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:23 smithi137 ceph-mon[117020]: from='client.47763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:25.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:24 smithi066 ceph-mon[112137]: pgmap v1268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:25.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:24 smithi203 ceph-mon[117428]: pgmap v1268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:25.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:24 smithi137 ceph-mon[117020]: pgmap v1268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:26 smithi066 ceph-mon[112137]: pgmap v1269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:27.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:26 smithi203 ceph-mon[117428]: pgmap v1269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:26 smithi137 ceph-mon[117020]: pgmap v1269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:28.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:28.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:28.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:28.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:27 smithi066 ceph-mon[112137]: pgmap v1270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:28.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:27 smithi203 ceph-mon[117428]: pgmap v1270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:28.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:27 smithi137 ceph-mon[117020]: pgmap v1270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:28.938 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:28.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:28.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:28.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:28.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:28 smithi066 ceph-mon[112137]: from='client.47835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:29.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:28 smithi203 ceph-mon[117428]: from='client.47835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:29.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:28 smithi137 ceph-mon[117020]: from='client.47835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:30.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:29 smithi066 ceph-mon[112137]: pgmap v1271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:30.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:29 smithi203 ceph-mon[117428]: pgmap v1271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:30.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:29 smithi137 ceph-mon[117020]: pgmap v1271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:32 smithi066 ceph-mon[112137]: pgmap v1272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:33.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:32 smithi203 ceph-mon[117428]: pgmap v1272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:32 smithi137 ceph-mon[117020]: pgmap v1272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:33.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:33.940 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:33.940 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:34.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:34.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:34.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:34.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:34.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:34 smithi066 ceph-mon[112137]: pgmap v1273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:35.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:34 smithi203 ceph-mon[117428]: pgmap v1273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:35.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:34 smithi137 ceph-mon[117020]: pgmap v1273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:36.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:35 smithi066 ceph-mon[112137]: from='client.47910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:36.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:35 smithi203 ceph-mon[117428]: from='client.47910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:36.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:35 smithi137 ceph-mon[117020]: from='client.47910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:36 smithi066 ceph-mon[112137]: pgmap v1274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:37.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:36 smithi203 ceph-mon[117428]: pgmap v1274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:37.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:36 smithi137 ceph-mon[117020]: pgmap v1274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:39.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:38 smithi066 ceph-mon[112137]: pgmap v1275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:39.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:38 smithi203 ceph-mon[117428]: pgmap v1275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:39.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:38 smithi137 ceph-mon[117020]: pgmap v1275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:39.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:39.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:39.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:40.392 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:40.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:40.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:40.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:40.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:40 smithi066 ceph-mon[112137]: pgmap v1276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:41.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:40 smithi066 ceph-mon[112137]: from='client.47988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:41.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:40 smithi203 ceph-mon[117428]: pgmap v1276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:41.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:40 smithi203 ceph-mon[117428]: from='client.47988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:41.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:40 smithi137 ceph-mon[117020]: pgmap v1276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:41.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:40 smithi137 ceph-mon[117020]: from='client.47988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:42.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:41 smithi066 ceph-mon[112137]: pgmap v1277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:42.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:41 smithi203 ceph-mon[117428]: pgmap v1277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:42.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:41 smithi137 ceph-mon[117020]: pgmap v1277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:44.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:44 smithi066 ceph-mon[112137]: pgmap v1278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:44.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:44 smithi203 ceph-mon[117428]: pgmap v1278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:44.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:44 smithi137 ceph-mon[117020]: pgmap v1278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:45.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:45.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:45.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:46.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:46.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:46.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:46.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:46.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:46 smithi066 ceph-mon[112137]: pgmap v1279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:47.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:46 smithi066 ceph-mon[112137]: from='client.48060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:47.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:46 smithi203 ceph-mon[117428]: pgmap v1279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:47.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:46 smithi203 ceph-mon[117428]: from='client.48060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:47.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:46 smithi137 ceph-mon[117020]: pgmap v1279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:47.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:46 smithi137 ceph-mon[117020]: from='client.48060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:48 smithi066 ceph-mon[112137]: pgmap v1280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:49.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:48 smithi203 ceph-mon[117428]: pgmap v1280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:49.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:48 smithi137 ceph-mon[117020]: pgmap v1280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:51.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:51.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:51.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:50 smithi066 ceph-mon[112137]: pgmap v1281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:51.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:50 smithi203 ceph-mon[117428]: pgmap v1281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:51.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:50 smithi137 ceph-mon[117020]: pgmap v1281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:51.824 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:51.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:51.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:51.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:51.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:52 smithi066 ceph-mon[112137]: pgmap v1282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:52 smithi066 ceph-mon[112137]: from='client.48135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:52 smithi203 ceph-mon[117428]: pgmap v1282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:53.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:52 smithi203 ceph-mon[117428]: from='client.48135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:52 smithi137 ceph-mon[117020]: pgmap v1282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:52 smithi137 ceph-mon[117020]: from='client.48135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:54 smithi066 ceph-mon[112137]: pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:54 smithi203 ceph-mon[117428]: pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:55.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:54 smithi137 ceph-mon[117020]: pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:56.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:55:56.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:56.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:56 smithi066 ceph-mon[112137]: pgmap v1284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:57.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:56 smithi203 ceph-mon[117428]: pgmap v1284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:57.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:56 smithi137 ceph-mon[117020]: pgmap v1284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:57.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:57.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:57.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:57.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:55:57.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:55:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:58 smithi066 ceph-mon[112137]: pgmap v1285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:58 smithi066 ceph-mon[112137]: from='client.48213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:58 smithi203 ceph-mon[117428]: pgmap v1285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:58 smithi203 ceph-mon[117428]: from='client.48213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:58 smithi137 ceph-mon[117020]: pgmap v1285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:58 smithi137 ceph-mon[117020]: from='client.48213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:00.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:55:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:56:00.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:55:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:56:00.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:55:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:56:01.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:00 smithi066 ceph-mon[112137]: pgmap v1286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:01.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:56:01.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:56:01.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:56:01.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:00 smithi203 ceph-mon[117428]: pgmap v1286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:01.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:56:01.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:56:01.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:56:01.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:00 smithi137 ceph-mon[117020]: pgmap v1286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:01.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:56:01.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:56:01.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:56:02.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:01 smithi066 ceph-mon[112137]: pgmap v1287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:02.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:01 smithi203 ceph-mon[117428]: pgmap v1287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:01 smithi137 ceph-mon[117020]: pgmap v1287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:02.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:02.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:02.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:03.266 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:03.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:03.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:03.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:03.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:04.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:04 smithi066 ceph-mon[112137]: from='client.48288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:04.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:04 smithi066 ceph-mon[112137]: pgmap v1288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:04 smithi203 ceph-mon[117428]: from='client.48288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:04 smithi203 ceph-mon[117428]: pgmap v1288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:04 smithi137 ceph-mon[117020]: from='client.48288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:04 smithi137 ceph-mon[117020]: pgmap v1288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:07.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:06 smithi066 ceph-mon[112137]: pgmap v1289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:07.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:06 smithi203 ceph-mon[117428]: pgmap v1289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:07.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:06 smithi137 ceph-mon[117020]: pgmap v1289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:08.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:08.268 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:08.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:08.989 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:08.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:08.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:08.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:08.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:08 smithi066 ceph-mon[112137]: pgmap v1290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:09.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:08 smithi203 ceph-mon[117428]: pgmap v1290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:09.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:08 smithi137 ceph-mon[117020]: pgmap v1290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:10.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:09 smithi066 ceph-mon[112137]: from='client.48360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:10.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:09 smithi203 ceph-mon[117428]: from='client.48360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:10.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:09 smithi137 ceph-mon[117020]: from='client.48360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:11.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:10 smithi066 ceph-mon[112137]: pgmap v1291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:11.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:10 smithi203 ceph-mon[117428]: pgmap v1291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:11.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:10 smithi137 ceph-mon[117020]: pgmap v1291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:12 smithi066 ceph-mon[112137]: pgmap v1292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:13.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:12 smithi203 ceph-mon[117428]: pgmap v1292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:12 smithi137 ceph-mon[117020]: pgmap v1292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:13.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:13.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:13.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:14.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:13 smithi066 ceph-mon[112137]: pgmap v1293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:14.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:13 smithi203 ceph-mon[117428]: pgmap v1293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:14.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:13 smithi137 ceph-mon[117020]: pgmap v1293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:14.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:14.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:14.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:14.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:14.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:15.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:14 smithi066 ceph-mon[112137]: from='client.48435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:15.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:14 smithi203 ceph-mon[117428]: from='client.48435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:15.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:14 smithi137 ceph-mon[117020]: from='client.48435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:17.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:16 smithi066 ceph-mon[112137]: pgmap v1294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:17.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:16 smithi203 ceph-mon[117428]: pgmap v1294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:17.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:16 smithi137 ceph-mon[117020]: pgmap v1294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:18 smithi066 ceph-mon[112137]: pgmap v1295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:19.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:18 smithi203 ceph-mon[117428]: pgmap v1295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:19.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:18 smithi137 ceph-mon[117020]: pgmap v1295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:19.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:19.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:19.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:20.424 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:20.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:20.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:20.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:20.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:20 smithi066 ceph-mon[112137]: pgmap v1296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:21.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:20 smithi203 ceph-mon[117428]: pgmap v1296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:21.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:20 smithi137 ceph-mon[117020]: pgmap v1296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:22.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:21 smithi066 ceph-mon[112137]: from='client.48510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:22.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:21 smithi203 ceph-mon[117428]: from='client.48510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:22.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:21 smithi137 ceph-mon[117020]: from='client.48510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:23.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:22 smithi066 ceph-mon[112137]: pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:23.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:22 smithi203 ceph-mon[117428]: pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:23.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:22 smithi137 ceph-mon[117020]: pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:25.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:24 smithi066 ceph-mon[112137]: pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:25.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:24 smithi203 ceph-mon[117428]: pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:25.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:24 smithi137 ceph-mon[117020]: pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:25.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:25.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:25.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:26.144 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:26.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:26.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:26.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:26.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:26 smithi066 ceph-mon[112137]: pgmap v1299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:27.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:26 smithi066 ceph-mon[112137]: from='client.48588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:27.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:26 smithi203 ceph-mon[117428]: pgmap v1299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:27.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:26 smithi203 ceph-mon[117428]: from='client.48588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:26 smithi137 ceph-mon[117020]: pgmap v1299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:26 smithi137 ceph-mon[117020]: from='client.48588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:29.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:28 smithi066 ceph-mon[112137]: pgmap v1300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:29.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:28 smithi203 ceph-mon[117428]: pgmap v1300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:29.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:28 smithi137 ceph-mon[117020]: pgmap v1300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:31.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:31.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:31.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:30 smithi066 ceph-mon[112137]: pgmap v1301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:31.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:30 smithi203 ceph-mon[117428]: pgmap v1301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:31.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:30 smithi137 ceph-mon[117020]: pgmap v1301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:31.856 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:31.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:31.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:31.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:31.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:33.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:32 smithi066 ceph-mon[112137]: pgmap v1302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:33.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:32 smithi066 ceph-mon[112137]: from='client.48666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:33.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:32 smithi203 ceph-mon[117428]: pgmap v1302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:33.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:32 smithi203 ceph-mon[117428]: from='client.48666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:32 smithi137 ceph-mon[117020]: pgmap v1302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:32 smithi137 ceph-mon[117020]: from='client.48666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:35.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:34 smithi066 ceph-mon[112137]: pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:35.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:34 smithi203 ceph-mon[117428]: pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:35.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:34 smithi137 ceph-mon[117020]: pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:36.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:36.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:36.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:36 smithi066 ceph-mon[112137]: pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:37.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:36 smithi203 ceph-mon[117428]: pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:37.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:36 smithi137 ceph-mon[117020]: pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:37.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:37.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:37.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:37.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:37.572 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:39.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:38 smithi066 ceph-mon[112137]: pgmap v1305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:39.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:38 smithi066 ceph-mon[112137]: from='client.48744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:39.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:38 smithi203 ceph-mon[117428]: pgmap v1305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:39.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:38 smithi203 ceph-mon[117428]: from='client.48744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:39.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:38 smithi137 ceph-mon[117020]: pgmap v1305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:39.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:38 smithi137 ceph-mon[117020]: from='client.48744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:40 smithi066 ceph-mon[112137]: pgmap v1306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:41.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:40 smithi203 ceph-mon[117428]: pgmap v1306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:41.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:40 smithi137 ceph-mon[117020]: pgmap v1306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:42.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:42 smithi066 ceph-mon[112137]: pgmap v1307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:43.292 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:43.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:43.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:43.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:43.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:43.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:42 smithi203 ceph-mon[117428]: pgmap v1307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:43.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:42 smithi137 ceph-mon[117020]: pgmap v1307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:44.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:43 smithi066 ceph-mon[112137]: from='client.48819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:44.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:43 smithi066 ceph-mon[112137]: pgmap v1308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:44.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:43 smithi203 ceph-mon[117428]: from='client.48819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:44.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:43 smithi203 ceph-mon[117428]: pgmap v1308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:44.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:43 smithi137 ceph-mon[117020]: from='client.48819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:44.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:43 smithi137 ceph-mon[117020]: pgmap v1308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:47.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:46 smithi066 ceph-mon[112137]: pgmap v1309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:47.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:46 smithi203 ceph-mon[117428]: pgmap v1309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:47.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:46 smithi137 ceph-mon[117020]: pgmap v1309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:48.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:48.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:48.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:49.010 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:49.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:49.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:49.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:49.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:48 smithi066 ceph-mon[112137]: pgmap v1310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:49.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:48 smithi203 ceph-mon[117428]: pgmap v1310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:49.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:48 smithi137 ceph-mon[117020]: pgmap v1310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:50.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:49 smithi066 ceph-mon[112137]: from='client.48897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:50.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:49 smithi203 ceph-mon[117428]: from='client.48897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:49 smithi137 ceph-mon[117020]: from='client.48897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:50 smithi066 ceph-mon[112137]: pgmap v1311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:51.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:50 smithi203 ceph-mon[117428]: pgmap v1311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:51.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:50 smithi137 ceph-mon[117020]: pgmap v1311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:53.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:52 smithi066 ceph-mon[112137]: pgmap v1312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:52 smithi203 ceph-mon[117428]: pgmap v1312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:52 smithi137 ceph-mon[117020]: pgmap v1312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:54.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:54.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:54.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:54.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:56:54.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:54.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:54.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:54.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:56:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:54 smithi066 ceph-mon[112137]: pgmap v1313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:55.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:54 smithi203 ceph-mon[117428]: pgmap v1313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:55.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:54 smithi137 ceph-mon[117020]: pgmap v1313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:56.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:55 smithi066 ceph-mon[112137]: from='client.48972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:56.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:55 smithi066 ceph-mon[112137]: pgmap v1314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:56.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:55 smithi203 ceph-mon[117428]: from='client.48972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:56.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:55 smithi203 ceph-mon[117428]: pgmap v1314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:56.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:55 smithi137 ceph-mon[117020]: from='client.48972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:56.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:55 smithi137 ceph-mon[117020]: pgmap v1314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:58.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:56:58 smithi066 ceph-mon[112137]: pgmap v1315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:58.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:56:58 smithi203 ceph-mon[117428]: pgmap v1315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:58.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:56:58 smithi137 ceph-mon[117020]: pgmap v1315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:59.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:56:59.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:59.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:00.475 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:00.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:00.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:00.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:00.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:00.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:00 smithi066 ceph-mon[112137]: pgmap v1316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:00.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:00 smithi203 ceph-mon[117428]: pgmap v1316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:00 smithi137 ceph-mon[117020]: pgmap v1316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:01.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:01 smithi066 ceph-mon[112137]: from='client.49047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:01.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:57:01.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:57:01.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:57:01.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:57:01.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:01 smithi203 ceph-mon[117428]: from='client.49047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:01.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:57:01.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:57:01.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:57:01.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:57:01.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:01 smithi137 ceph-mon[117020]: from='client.49047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:01.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:57:01.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:57:01.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:57:01.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:57:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:02 smithi066 ceph-mon[112137]: pgmap v1317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:02 smithi203 ceph-mon[117428]: pgmap v1317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:02 smithi137 ceph-mon[117020]: pgmap v1317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:05.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:04 smithi066 ceph-mon[112137]: pgmap v1318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:05.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:04 smithi203 ceph-mon[117428]: pgmap v1318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:05.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:04 smithi137 ceph-mon[117020]: pgmap v1318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:05.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:05.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:05.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:06.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:06.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:06.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:06.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:06.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:07.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:06 smithi066 ceph-mon[112137]: pgmap v1319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:07.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:06 smithi066 ceph-mon[112137]: from='client.49122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:07.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:06 smithi203 ceph-mon[117428]: pgmap v1319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:07.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:06 smithi203 ceph-mon[117428]: from='client.49122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:07.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:06 smithi137 ceph-mon[117020]: pgmap v1319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:07.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:06 smithi137 ceph-mon[117020]: from='client.49122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:09.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:08 smithi066 ceph-mon[112137]: pgmap v1320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:09.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:08 smithi203 ceph-mon[117428]: pgmap v1320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:09.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:08 smithi137 ceph-mon[117020]: pgmap v1320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:10.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:09 smithi066 ceph-mon[112137]: pgmap v1321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:10.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:09 smithi203 ceph-mon[117428]: pgmap v1321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:10.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:09 smithi137 ceph-mon[117020]: pgmap v1321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:11.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:11.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:11.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:11.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:11.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:11.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:11.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:11.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:12 smithi066 ceph-mon[112137]: pgmap v1322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:13.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:12 smithi066 ceph-mon[112137]: from='client.49200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:13.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:12 smithi203 ceph-mon[117428]: pgmap v1322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:13.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:12 smithi203 ceph-mon[117428]: from='client.49200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:12 smithi137 ceph-mon[117020]: pgmap v1322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:12 smithi137 ceph-mon[117020]: from='client.49200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:15.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:14 smithi066 ceph-mon[112137]: pgmap v1323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:15.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:14 smithi203 ceph-mon[117428]: pgmap v1323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:15.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:14 smithi137 ceph-mon[117020]: pgmap v1323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:16.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:16.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:16.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:16 smithi066 ceph-mon[112137]: pgmap v1324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:17.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:16 smithi203 ceph-mon[117428]: pgmap v1324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:17.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:16 smithi137 ceph-mon[117020]: pgmap v1324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:17.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:17.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:17.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:17.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:17.642 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:18 smithi066 ceph-mon[112137]: pgmap v1325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:18 smithi066 ceph-mon[112137]: from='client.49275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:19.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:18 smithi203 ceph-mon[117428]: pgmap v1325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:19.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:18 smithi203 ceph-mon[117428]: from='client.49275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:19.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:18 smithi137 ceph-mon[117020]: pgmap v1325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:19.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:18 smithi137 ceph-mon[117020]: from='client.49275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:21.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:20 smithi066 ceph-mon[112137]: pgmap v1326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:21.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:20 smithi203 ceph-mon[117428]: pgmap v1326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:21.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:20 smithi137 ceph-mon[117020]: pgmap v1326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:22.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:21 smithi066 ceph-mon[112137]: pgmap v1327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:22.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:21 smithi203 ceph-mon[117428]: pgmap v1327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:22.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:21 smithi137 ceph-mon[117020]: pgmap v1327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:22.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:22.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:22.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:23.366 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:23.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:23.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:23.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:23.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:24.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:24 smithi066 ceph-mon[112137]: from='client.49350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:24.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:24 smithi066 ceph-mon[112137]: pgmap v1328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:24.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:24 smithi203 ceph-mon[117428]: from='client.49350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:24.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:24 smithi203 ceph-mon[117428]: pgmap v1328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:24.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:24 smithi137 ceph-mon[117020]: from='client.49350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:24.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:24 smithi137 ceph-mon[117020]: pgmap v1328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:26 smithi066 ceph-mon[112137]: pgmap v1329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:27.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:26 smithi203 ceph-mon[117428]: pgmap v1329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:26 smithi137 ceph-mon[117020]: pgmap v1329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:28.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:28.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:28.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:29.081 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:29.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:29.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:29.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:29.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:28 smithi066 ceph-mon[112137]: pgmap v1330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:29.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:28 smithi203 ceph-mon[117428]: pgmap v1330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:29.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:28 smithi137 ceph-mon[117020]: pgmap v1330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:30.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:29 smithi066 ceph-mon[112137]: from='client.49428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:30.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:29 smithi203 ceph-mon[117428]: from='client.49428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:30.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:29 smithi137 ceph-mon[117020]: from='client.49428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:31.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:30 smithi066 ceph-mon[112137]: pgmap v1331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:31.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:30 smithi203 ceph-mon[117428]: pgmap v1331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:31.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:30 smithi137 ceph-mon[117020]: pgmap v1331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:32.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:31 smithi066 ceph-mon[112137]: pgmap v1332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:32.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:31 smithi203 ceph-mon[117428]: pgmap v1332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:32.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:31 smithi137 ceph-mon[117020]: pgmap v1332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:34.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:34.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:34.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:34.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:34 smithi066 ceph-mon[112137]: pgmap v1333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:34.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:34 smithi203 ceph-mon[117428]: pgmap v1333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:34.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:34 smithi137 ceph-mon[117020]: pgmap v1333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:34.813 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:34.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:34.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:34.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:34.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:35.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:35 smithi066 ceph-mon[112137]: from='client.49506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:35.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:35 smithi203 ceph-mon[117428]: from='client.49506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:35.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:35 smithi137 ceph-mon[117020]: from='client.49506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:37.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:36 smithi066 ceph-mon[112137]: pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:57:37.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:36 smithi203 ceph-mon[117428]: pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:57:37.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:36 smithi137 ceph-mon[117020]: pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:57:39.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:38 smithi066 ceph-mon[112137]: pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:57:39.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:38 smithi203 ceph-mon[117428]: pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:57:39.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:38 smithi137 ceph-mon[117020]: pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:57:39.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:39.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:39.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:40.534 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:40.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:40.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:40.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:40.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:41.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:40 smithi066 ceph-mon[112137]: pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:57:41.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:40 smithi203 ceph-mon[117428]: pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:57:41.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:40 smithi137 ceph-mon[117020]: pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:57:42.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:41 smithi066 ceph-mon[112137]: from='client.49584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:42.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:41 smithi203 ceph-mon[117428]: from='client.49584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:42.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:41 smithi137 ceph-mon[117020]: from='client.49584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:42 smithi066 ceph-mon[112137]: pgmap v1337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:43.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:42 smithi203 ceph-mon[117428]: pgmap v1337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:43.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:42 smithi137 ceph-mon[117020]: pgmap v1337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:44.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:43 smithi066 ceph-mon[112137]: pgmap v1338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:44.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:43 smithi203 ceph-mon[117428]: pgmap v1338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:44.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:43 smithi137 ceph-mon[117020]: pgmap v1338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:45.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:45.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:45.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:46.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:46.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:46.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:46.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:46.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:46 smithi066 ceph-mon[112137]: pgmap v1339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:47.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:46 smithi066 ceph-mon[112137]: from='client.49659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:47.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:46 smithi203 ceph-mon[117428]: pgmap v1339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:47.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:46 smithi203 ceph-mon[117428]: from='client.49659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:47.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:46 smithi137 ceph-mon[117020]: pgmap v1339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:47.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:46 smithi137 ceph-mon[117020]: from='client.49659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:49.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:48 smithi066 ceph-mon[112137]: pgmap v1340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:57:49.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:48 smithi203 ceph-mon[117428]: pgmap v1340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:57:49.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:48 smithi137 ceph-mon[117020]: pgmap v1340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:57:51.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:50 smithi066 ceph-mon[112137]: pgmap v1341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:57:51.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:51.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:51.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:51.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:50 smithi203 ceph-mon[117428]: pgmap v1341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:57:51.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:50 smithi137 ceph-mon[117020]: pgmap v1341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:57:51.972 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:51.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:51.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:51.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:51.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:52 smithi066 ceph-mon[112137]: pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:57:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:52 smithi066 ceph-mon[112137]: from='client.49734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:53.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:52 smithi203 ceph-mon[117428]: pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:57:53.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:52 smithi203 ceph-mon[117428]: from='client.49734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:52 smithi137 ceph-mon[117020]: pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:57:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:52 smithi137 ceph-mon[117020]: from='client.49734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:55.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:54 smithi066 ceph-mon[112137]: pgmap v1343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:55.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:54 smithi203 ceph-mon[117428]: pgmap v1343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:55.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:54 smithi137 ceph-mon[117020]: pgmap v1343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:56.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:57:56.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:56.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:56 smithi066 ceph-mon[112137]: pgmap v1344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:57.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:56 smithi203 ceph-mon[117428]: pgmap v1344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:57.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:56 smithi137 ceph-mon[117020]: pgmap v1344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:57.692 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:57:57.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:57.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:57.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:57.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:57:59.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:58 smithi066 ceph-mon[112137]: pgmap v1345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:59.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:57:58 smithi066 ceph-mon[112137]: from='client.49809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:59.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:58 smithi203 ceph-mon[117428]: pgmap v1345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:57:58 smithi203 ceph-mon[117428]: from='client.49809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:58 smithi137 ceph-mon[117020]: pgmap v1345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:57:58 smithi137 ceph-mon[117020]: from='client.49809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:01.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:00 smithi066 ceph-mon[112137]: pgmap v1346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:01.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:00 smithi203 ceph-mon[117428]: pgmap v1346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:01.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:00 smithi137 ceph-mon[117020]: pgmap v1346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:02.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:58:02.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:58:02.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:58:02.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:58:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:58:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:58:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:58:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:58:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:58:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:58:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:58:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:58:02.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:02.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:02.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:03.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:02 smithi066 ceph-mon[112137]: pgmap v1347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:02 smithi203 ceph-mon[117428]: pgmap v1347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:02 smithi137 ceph-mon[117020]: pgmap v1347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:03.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:03.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:03.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:03.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:03.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:04.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:03 smithi066 ceph-mon[112137]: from='client.49884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:04.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:03 smithi066 ceph-mon[112137]: pgmap v1348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:04.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:03 smithi203 ceph-mon[117428]: from='client.49884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:04.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:03 smithi203 ceph-mon[117428]: pgmap v1348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:04.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:03 smithi137 ceph-mon[117020]: from='client.49884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:04.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:03 smithi137 ceph-mon[117020]: pgmap v1348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:07.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:06 smithi066 ceph-mon[112137]: pgmap v1349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:07.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:06 smithi203 ceph-mon[117428]: pgmap v1349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:07.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:06 smithi137 ceph-mon[117020]: pgmap v1349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:08.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:08.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:08.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:09.143 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:09.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:09.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:09.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:09.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:08 smithi066 ceph-mon[112137]: pgmap v1350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:09.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:08 smithi203 ceph-mon[117428]: pgmap v1350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:09.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:08 smithi137 ceph-mon[117020]: pgmap v1350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:10.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:09 smithi066 ceph-mon[112137]: from='client.49959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:10.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:09 smithi203 ceph-mon[117428]: from='client.49959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:10.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:09 smithi137 ceph-mon[117020]: from='client.49959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:11.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:10 smithi066 ceph-mon[112137]: pgmap v1351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:11.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:10 smithi203 ceph-mon[117428]: pgmap v1351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:11.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:10 smithi137 ceph-mon[117020]: pgmap v1351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:12.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:11 smithi066 ceph-mon[112137]: pgmap v1352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:11 smithi203 ceph-mon[117428]: pgmap v1352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:12.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:11 smithi137 ceph-mon[117020]: pgmap v1352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:14.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:14.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:14.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:14.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:14 smithi066 ceph-mon[112137]: pgmap v1353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:14.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:14 smithi203 ceph-mon[117428]: pgmap v1353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:14.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:14 smithi137 ceph-mon[117020]: pgmap v1353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:14.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:14.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:14.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:14.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:14.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:15.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:15 smithi066 ceph-mon[112137]: from='client.50037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:15.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:15 smithi203 ceph-mon[117428]: from='client.50037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:15.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:15 smithi137 ceph-mon[117020]: from='client.50037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:17.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:16 smithi066 ceph-mon[112137]: pgmap v1354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:58:17.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:16 smithi203 ceph-mon[117428]: pgmap v1354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:58:17.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:16 smithi137 ceph-mon[117020]: pgmap v1354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:58:19.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:18 smithi066 ceph-mon[112137]: pgmap v1355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:19.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:18 smithi203 ceph-mon[117428]: pgmap v1355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:19.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:18 smithi137 ceph-mon[117020]: pgmap v1355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:19.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:19.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:19.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:20.597 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:20.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:20.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:20.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:20.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:21.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:20 smithi066 ceph-mon[112137]: pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:21.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:20 smithi203 ceph-mon[117428]: pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:21.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:20 smithi137 ceph-mon[117020]: pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:22.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:21 smithi066 ceph-mon[112137]: from='client.50109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:22.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:21 smithi203 ceph-mon[117428]: from='client.50109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:22.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:21 smithi137 ceph-mon[117020]: from='client.50109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:23.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:22 smithi066 ceph-mon[112137]: pgmap v1357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:23.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:22 smithi203 ceph-mon[117428]: pgmap v1357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:23.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:22 smithi137 ceph-mon[117020]: pgmap v1357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:24.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:23 smithi066 ceph-mon[112137]: pgmap v1358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:24.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:23 smithi203 ceph-mon[117428]: pgmap v1358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:24.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:23 smithi137 ceph-mon[117020]: pgmap v1358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:25.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:25.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:25.600 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:26.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:26.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:26.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:26.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:26.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:27.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:26 smithi066 ceph-mon[112137]: pgmap v1359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:27.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:26 smithi203 ceph-mon[117428]: pgmap v1359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:26 smithi137 ceph-mon[117020]: pgmap v1359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:28.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:27 smithi066 ceph-mon[112137]: from='client.50187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:28.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:27 smithi203 ceph-mon[117428]: from='client.50187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:28.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:27 smithi137 ceph-mon[117020]: from='client.50187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:29.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:28 smithi066 ceph-mon[112137]: pgmap v1360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:29.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:28 smithi203 ceph-mon[117428]: pgmap v1360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:29.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:28 smithi137 ceph-mon[117020]: pgmap v1360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:30.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:29 smithi066 ceph-mon[112137]: pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:30.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:29 smithi203 ceph-mon[117428]: pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:30.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:29 smithi137 ceph-mon[117020]: pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:31.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:31.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:31.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:32.050 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:32.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:32.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:32.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:32.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:33.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:32 smithi066 ceph-mon[112137]: pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:58:33.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:32 smithi066 ceph-mon[112137]: from='client.50259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:33.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:32 smithi203 ceph-mon[117428]: pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:58:33.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:32 smithi203 ceph-mon[117428]: from='client.50259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:32 smithi137 ceph-mon[117020]: pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:58:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:32 smithi137 ceph-mon[117020]: from='client.50259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:35.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:34 smithi066 ceph-mon[112137]: pgmap v1363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:35.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:34 smithi203 ceph-mon[117428]: pgmap v1363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:35.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:34 smithi137 ceph-mon[117020]: pgmap v1363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:37.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:37.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:37.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:37.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:36 smithi066 ceph-mon[112137]: pgmap v1364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:37.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:36 smithi203 ceph-mon[117428]: pgmap v1364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:37.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:36 smithi137 ceph-mon[117020]: pgmap v1364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:37.765 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:37.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:37.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:37.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:37.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:39.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:38 smithi066 ceph-mon[112137]: pgmap v1365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:39.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:38 smithi066 ceph-mon[112137]: from='client.50334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:39.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:38 smithi203 ceph-mon[117428]: pgmap v1365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:39.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:38 smithi203 ceph-mon[117428]: from='client.50334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:39.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:38 smithi137 ceph-mon[117020]: pgmap v1365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:39.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:38 smithi137 ceph-mon[117020]: from='client.50334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:40.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:39 smithi066 ceph-mon[112137]: pgmap v1366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:40.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:39 smithi203 ceph-mon[117428]: pgmap v1366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:40.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:39 smithi137 ceph-mon[117020]: pgmap v1366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:42.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:42.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:42.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:43.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:42 smithi066 ceph-mon[112137]: pgmap v1367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:43.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:42 smithi203 ceph-mon[117428]: pgmap v1367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:43.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:42 smithi137 ceph-mon[117020]: pgmap v1367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:43.485 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:43.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:43.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:43.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:43.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:45.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:44 smithi066 ceph-mon[112137]: from='client.50409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:45.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:44 smithi066 ceph-mon[112137]: pgmap v1368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:45.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:44 smithi203 ceph-mon[117428]: from='client.50409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:45.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:44 smithi203 ceph-mon[117428]: pgmap v1368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:45.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:44 smithi137 ceph-mon[117020]: from='client.50409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:45.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:44 smithi137 ceph-mon[117020]: pgmap v1368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:47.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:46 smithi066 ceph-mon[112137]: pgmap v1369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:47.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:46 smithi203 ceph-mon[117428]: pgmap v1369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:47.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:46 smithi137 ceph-mon[117020]: pgmap v1369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:48.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:47 smithi203 ceph-mon[117428]: pgmap v1370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:48.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:47 smithi137 ceph-mon[117020]: pgmap v1370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:48.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:48.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:48.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:48.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:47 smithi066 ceph-mon[112137]: pgmap v1370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:49.209 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:49.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:49.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:49.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:49.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:49.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:48 smithi203 ceph-mon[117428]: from='client.50478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:49.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:48 smithi137 ceph-mon[117020]: from='client.50478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:49.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:48 smithi066 ceph-mon[112137]: from='client.50478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:50.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:49 smithi203 ceph-mon[117428]: pgmap v1371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:49 smithi137 ceph-mon[117020]: pgmap v1371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:50.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:49 smithi066 ceph-mon[112137]: pgmap v1371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:52.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:51 smithi066 ceph-mon[112137]: pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:52.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:51 smithi203 ceph-mon[117428]: pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:52.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:51 smithi137 ceph-mon[117020]: pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:54.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:54.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:54.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:54.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:54 smithi203 ceph-mon[117428]: pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:54.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:54 smithi137 ceph-mon[117020]: pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:54.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:54 smithi066 ceph-mon[112137]: pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:54.931 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:58:54.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:54.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:54.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:54.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:58:55.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:55 smithi203 ceph-mon[117428]: from='client.50556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:55.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:55 smithi137 ceph-mon[117020]: from='client.50556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:55.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:55 smithi066 ceph-mon[112137]: from='client.50556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:57.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:56 smithi066 ceph-mon[112137]: pgmap v1374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:57.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:56 smithi203 ceph-mon[117428]: pgmap v1374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:57.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:56 smithi137 ceph-mon[117020]: pgmap v1374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:59.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:58 smithi066 ceph-mon[112137]: pgmap v1375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:59.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:58 smithi203 ceph-mon[117428]: pgmap v1375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:59.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:58 smithi137 ceph-mon[117020]: pgmap v1375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:59.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:58:59.933 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:59.933 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:00.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:58:59 smithi066 ceph-mon[112137]: pgmap v1376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:00.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:58:59 smithi203 ceph-mon[117428]: pgmap v1376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:00.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:58:59 smithi137 ceph-mon[117020]: pgmap v1376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:00.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:00.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:00.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:00.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:00.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:02.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:01 smithi066 ceph-mon[112137]: from='client.50634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:02.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:59:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:01 smithi203 ceph-mon[117428]: from='client.50634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:59:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:01 smithi137 ceph-mon[117020]: from='client.50634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:59:03.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:02 smithi066 ceph-mon[112137]: pgmap v1377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:03.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:59:03.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:59:03.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:59:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:02 smithi203 ceph-mon[117428]: pgmap v1377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:59:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:59:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:59:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:02 smithi137 ceph-mon[117020]: pgmap v1377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:59:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:59:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T17:59:04.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:03 smithi066 ceph-mon[112137]: pgmap v1378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:04.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:03 smithi203 ceph-mon[117428]: pgmap v1378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:04.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:03 smithi137 ceph-mon[117020]: pgmap v1378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:05.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:05.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:05.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:06.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:06.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:06.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:06.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:06.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:07.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:06 smithi066 ceph-mon[112137]: pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:07.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:06 smithi203 ceph-mon[117428]: pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:07.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:06 smithi137 ceph-mon[117020]: pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:08.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:07 smithi066 ceph-mon[112137]: from='client.50712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:08.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:07 smithi203 ceph-mon[117428]: from='client.50712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:08.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:07 smithi137 ceph-mon[117020]: from='client.50712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:09.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:08 smithi066 ceph-mon[112137]: pgmap v1380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:09.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:08 smithi203 ceph-mon[117428]: pgmap v1380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:09.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:08 smithi137 ceph-mon[117020]: pgmap v1380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:10.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:09 smithi066 ceph-mon[112137]: pgmap v1381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:10.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:09 smithi203 ceph-mon[117428]: pgmap v1381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:10.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:09 smithi137 ceph-mon[117020]: pgmap v1381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:11.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:11.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:11.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:12.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:12.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:12.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:12.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:13.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:12 smithi066 ceph-mon[112137]: pgmap v1382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:13.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:12 smithi066 ceph-mon[112137]: from='client.50790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:13.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:12 smithi203 ceph-mon[117428]: pgmap v1382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:13.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:12 smithi203 ceph-mon[117428]: from='client.50790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:12 smithi137 ceph-mon[117020]: pgmap v1382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:13.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:12 smithi137 ceph-mon[117020]: from='client.50790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:14.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:13 smithi203 ceph-mon[117428]: pgmap v1383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:14.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:13 smithi137 ceph-mon[117020]: pgmap v1383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:14.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:13 smithi066 ceph-mon[112137]: pgmap v1383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:17.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:17.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:17.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:17.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:16 smithi066 ceph-mon[112137]: pgmap v1384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:17.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:16 smithi203 ceph-mon[117428]: pgmap v1384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:17.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:16 smithi137 ceph-mon[117020]: pgmap v1384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:17.820 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:17.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:17.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:17.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:17.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:19.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:18 smithi066 ceph-mon[112137]: pgmap v1385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:19.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:18 smithi066 ceph-mon[112137]: from='client.50865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:19.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:18 smithi203 ceph-mon[117428]: pgmap v1385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:19.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:18 smithi203 ceph-mon[117428]: from='client.50865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:19.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:18 smithi137 ceph-mon[117020]: pgmap v1385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:19.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:18 smithi137 ceph-mon[117020]: from='client.50865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:20.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:19 smithi066 ceph-mon[112137]: pgmap v1386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:20.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:19 smithi203 ceph-mon[117428]: pgmap v1386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:20.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:19 smithi137 ceph-mon[117020]: pgmap v1386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:22.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:22.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:22.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:23.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:22 smithi066 ceph-mon[112137]: pgmap v1387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:23.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:22 smithi203 ceph-mon[117428]: pgmap v1387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:23.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:22 smithi137 ceph-mon[117020]: pgmap v1387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:23.553 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:23.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:23.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:23.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:23.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:24.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:23 smithi203 ceph-mon[117428]: from='client.50940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:24.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:23 smithi203 ceph-mon[117428]: pgmap v1388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:24.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:23 smithi137 ceph-mon[117020]: from='client.50940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:24.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:23 smithi137 ceph-mon[117020]: pgmap v1388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:24.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:23 smithi066 ceph-mon[112137]: from='client.50940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:24.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:23 smithi066 ceph-mon[112137]: pgmap v1388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:27.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:26 smithi066 ceph-mon[112137]: pgmap v1389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:27.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:26 smithi203 ceph-mon[117428]: pgmap v1389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:26 smithi137 ceph-mon[117020]: pgmap v1389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:28.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:27 smithi203 ceph-mon[117428]: pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:28.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:27 smithi137 ceph-mon[117020]: pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:28.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:27 smithi066 ceph-mon[112137]: pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:28.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:28.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:28.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:29.272 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:29.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:29.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:29.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:29.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:29.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:28 smithi203 ceph-mon[117428]: from='client.51012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:29.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:28 smithi137 ceph-mon[117020]: from='client.51012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:29.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:28 smithi066 ceph-mon[112137]: from='client.51012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:30.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:30 smithi203 ceph-mon[117428]: pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:30.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:30 smithi137 ceph-mon[117020]: pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:30.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:30 smithi066 ceph-mon[112137]: pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:33.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:32 smithi066 ceph-mon[112137]: pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:33.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:32 smithi203 ceph-mon[117428]: pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:32 smithi137 ceph-mon[117020]: pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:34.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:33 smithi066 ceph-mon[112137]: pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:34.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:34.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:34.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:34.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:33 smithi203 ceph-mon[117428]: pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:34.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:33 smithi137 ceph-mon[117020]: pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:34.999 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:34.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:34.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:34.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:34.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:35.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:34 smithi066 ceph-mon[112137]: from='client.51087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:35.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:34 smithi203 ceph-mon[117428]: from='client.51087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:35.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:34 smithi137 ceph-mon[117020]: from='client.51087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:37.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:36 smithi066 ceph-mon[112137]: pgmap v1394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:37.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:36 smithi203 ceph-mon[117428]: pgmap v1394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:37.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:36 smithi137 ceph-mon[117020]: pgmap v1394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:38.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:37 smithi203 ceph-mon[117428]: pgmap v1395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:38.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:37 smithi137 ceph-mon[117020]: pgmap v1395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:38.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:37 smithi066 ceph-mon[112137]: pgmap v1395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:40.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:40.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:40.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:40.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:40 smithi203 ceph-mon[117428]: pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:40.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:40 smithi137 ceph-mon[117020]: pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:40.723 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:40.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:40.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:40.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:40.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:40.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:40 smithi066 ceph-mon[112137]: pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:42.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:41 smithi066 ceph-mon[112137]: from='client.51165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:42.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:41 smithi203 ceph-mon[117428]: from='client.51165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:42.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:41 smithi137 ceph-mon[117020]: from='client.51165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:43.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:42 smithi066 ceph-mon[112137]: pgmap v1397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:43.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:42 smithi203 ceph-mon[117428]: pgmap v1397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:43.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:42 smithi137 ceph-mon[117020]: pgmap v1397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:44.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:43 smithi066 ceph-mon[112137]: pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:44.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:43 smithi203 ceph-mon[117428]: pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:44.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:43 smithi137 ceph-mon[117020]: pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:45.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:45.725 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:45.725 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:46.456 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:46.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:46.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:46.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:46.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:46 smithi066 ceph-mon[112137]: pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:47.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:46 smithi203 ceph-mon[117428]: pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:47.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:46 smithi137 ceph-mon[117020]: pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:48.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:47 smithi066 ceph-mon[112137]: from='client.51240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:48.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:47 smithi203 ceph-mon[117428]: from='client.51240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:48.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:47 smithi137 ceph-mon[117020]: from='client.51240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:49.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:48 smithi066 ceph-mon[112137]: pgmap v1400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:49.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:48 smithi203 ceph-mon[117428]: pgmap v1400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:49.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:48 smithi137 ceph-mon[117020]: pgmap v1400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:50.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:49 smithi066 ceph-mon[112137]: pgmap v1401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:50.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:49 smithi203 ceph-mon[117428]: pgmap v1401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:49 smithi137 ceph-mon[117020]: pgmap v1401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:51.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:51.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:51.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:52.183 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:52.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:52.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:52.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:52.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:52 smithi066 ceph-mon[112137]: pgmap v1402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:52 smithi066 ceph-mon[112137]: from='client.51315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:53.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:52 smithi203 ceph-mon[117428]: pgmap v1402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:53.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:52 smithi203 ceph-mon[117428]: from='client.51315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:52 smithi137 ceph-mon[117020]: pgmap v1402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:52 smithi137 ceph-mon[117020]: from='client.51315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:54.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:53 smithi066 ceph-mon[112137]: pgmap v1403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:54.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:53 smithi203 ceph-mon[117428]: pgmap v1403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:54.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:53 smithi137 ceph-mon[117020]: pgmap v1403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:57.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T17:59:57.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:57.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:57.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:56 smithi066 ceph-mon[112137]: pgmap v1404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:57.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:56 smithi203 ceph-mon[117428]: pgmap v1404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:57.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:56 smithi137 ceph-mon[117020]: pgmap v1404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:57.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T17:59:57.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:57.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:57.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:57.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T17:59:58.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:57 smithi203 ceph-mon[117428]: pgmap v1405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:58.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 17:59:57 smithi203 ceph-mon[117428]: from='client.51387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:58.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:57 smithi137 ceph-mon[117020]: pgmap v1405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:58.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 17:59:57 smithi137 ceph-mon[117020]: from='client.51387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:58.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:57 smithi066 ceph-mon[112137]: pgmap v1405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:58.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 17:59:57 smithi066 ceph-mon[112137]: from='client.51387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:00.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:00 smithi203 ceph-mon[117428]: pgmap v1406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:00.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T18:00:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:00 smithi137 ceph-mon[117020]: pgmap v1406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T18:00:00.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:00 smithi066 ceph-mon[112137]: pgmap v1406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T18:00:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:01 smithi203 ceph-mon[117428]: pgmap v1407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:01 smithi137 ceph-mon[117020]: pgmap v1407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:01 smithi066 ceph-mon[112137]: pgmap v1407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:02.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:02.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:02.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:00:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:00:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:00:03.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:00:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:00:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:00:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:00:03.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:00:03.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:00:03.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:00:03.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:00:03.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:00:03.613 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:03.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:03.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:03.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:03.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:04.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:04 smithi203 ceph-mon[117428]: pgmap v1408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:04.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:04 smithi203 ceph-mon[117428]: from='client.51465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:04.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:04 smithi137 ceph-mon[117020]: pgmap v1408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:04.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:04 smithi137 ceph-mon[117020]: from='client.51465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:04.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:04 smithi066 ceph-mon[112137]: pgmap v1408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:04.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:04 smithi066 ceph-mon[112137]: from='client.51465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:07.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:06 smithi066 ceph-mon[112137]: pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:07.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:06 smithi203 ceph-mon[117428]: pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:07.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:06 smithi137 ceph-mon[117020]: pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:08.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:07 smithi203 ceph-mon[117428]: pgmap v1410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:08.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:07 smithi066 ceph-mon[112137]: pgmap v1410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:08.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:07 smithi137 ceph-mon[117020]: pgmap v1410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:08.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:08.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:08.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:09.329 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:09.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:09.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:09.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:09.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:10.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:10 smithi203 ceph-mon[117428]: from='client.51543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:10.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:10 smithi203 ceph-mon[117428]: pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:10.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:10 smithi137 ceph-mon[117020]: from='client.51543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:10.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:10 smithi137 ceph-mon[117020]: pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:10.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:10 smithi066 ceph-mon[112137]: from='client.51543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:10.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:10 smithi066 ceph-mon[112137]: pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:12 smithi203 ceph-mon[117428]: pgmap v1412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:12.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:12 smithi137 ceph-mon[117020]: pgmap v1412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:12.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:12 smithi066 ceph-mon[112137]: pgmap v1412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:14.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:14.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:14.332 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:14.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:14 smithi203 ceph-mon[117428]: pgmap v1413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:14.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:14 smithi137 ceph-mon[117020]: pgmap v1413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:14.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:14 smithi066 ceph-mon[112137]: pgmap v1413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:15.054 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:15.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:15.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:15.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:15.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:15.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:15 smithi203 ceph-mon[117428]: from='client.51618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:15.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:15 smithi137 ceph-mon[117020]: from='client.51618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:15.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:15 smithi066 ceph-mon[112137]: from='client.51618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:17.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:16 smithi066 ceph-mon[112137]: pgmap v1414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:17.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:16 smithi203 ceph-mon[117428]: pgmap v1414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:17.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:16 smithi137 ceph-mon[117020]: pgmap v1414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:18.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:18 smithi203 ceph-mon[117428]: pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:18.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:18 smithi137 ceph-mon[117020]: pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:18.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:18 smithi066 ceph-mon[112137]: pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:20.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:20.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:20.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:20.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:20 smithi203 ceph-mon[117428]: pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:20.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:20 smithi137 ceph-mon[117020]: pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:20.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:20 smithi066 ceph-mon[112137]: pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:20.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:20.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:20.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:20.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:20.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:22.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:21 smithi066 ceph-mon[112137]: from='client.51690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:22.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:21 smithi066 ceph-mon[112137]: pgmap v1417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:22.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:21 smithi203 ceph-mon[117428]: from='client.51690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:22.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:21 smithi203 ceph-mon[117428]: pgmap v1417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:22.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:21 smithi137 ceph-mon[117020]: from='client.51690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:22.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:21 smithi137 ceph-mon[117020]: pgmap v1417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:24.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:24 smithi203 ceph-mon[117428]: pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:24.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:24 smithi137 ceph-mon[117020]: pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:24 smithi066 ceph-mon[112137]: pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:25.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:25.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:25.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:26.516 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:26.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:26.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:26.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:26.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:27.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:26 smithi066 ceph-mon[112137]: pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:27.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:26 smithi066 ceph-mon[112137]: from='client.51768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:27.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:26 smithi203 ceph-mon[117428]: pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:27.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:26 smithi203 ceph-mon[117428]: from='client.51768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:26 smithi137 ceph-mon[117020]: pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:27.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:26 smithi137 ceph-mon[117020]: from='client.51768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:28.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:27 smithi066 ceph-mon[112137]: pgmap v1420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:28.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:27 smithi203 ceph-mon[117428]: pgmap v1420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:28.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:27 smithi137 ceph-mon[117020]: pgmap v1420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:30 smithi203 ceph-mon[117428]: pgmap v1421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:30.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:30 smithi137 ceph-mon[117020]: pgmap v1421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:30 smithi066 ceph-mon[112137]: pgmap v1421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:31.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:31.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:31.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:32.237 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:32.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:32.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:32.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:32.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:32.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:31 smithi066 ceph-mon[112137]: pgmap v1422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:32.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:31 smithi066 ceph-mon[112137]: from='client.51840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:32.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:31 smithi203 ceph-mon[117428]: pgmap v1422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:32.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:31 smithi203 ceph-mon[117428]: from='client.51840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:32.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:31 smithi137 ceph-mon[117020]: pgmap v1422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:32.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:31 smithi137 ceph-mon[117020]: from='client.51840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:34.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:34 smithi203 ceph-mon[117428]: pgmap v1423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:34.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:34 smithi137 ceph-mon[117020]: pgmap v1423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:34.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:34 smithi066 ceph-mon[112137]: pgmap v1423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:36.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:36 smithi203 ceph-mon[117428]: pgmap v1424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:36.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:36 smithi137 ceph-mon[117020]: pgmap v1424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:36.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:36 smithi066 ceph-mon[112137]: pgmap v1424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:37.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:37.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:37.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:37.957 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:37.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:37.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:37.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:37.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:38.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:38 smithi203 ceph-mon[117428]: pgmap v1425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:38.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:38 smithi203 ceph-mon[117428]: from='client.51912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:38.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:38 smithi137 ceph-mon[117020]: pgmap v1425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:38.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:38 smithi137 ceph-mon[117020]: from='client.51912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:38 smithi066 ceph-mon[112137]: pgmap v1425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:38 smithi066 ceph-mon[112137]: from='client.51912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:40.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:40 smithi203 ceph-mon[117428]: pgmap v1426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:40.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:40 smithi137 ceph-mon[117020]: pgmap v1426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:40.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:40 smithi066 ceph-mon[112137]: pgmap v1426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:42.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:41 smithi066 ceph-mon[112137]: pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:42.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:41 smithi203 ceph-mon[117428]: pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:42.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:41 smithi137 ceph-mon[117020]: pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:42.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:42.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:42.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:43.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:43.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:43.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:43.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:43.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:44.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:44 smithi203 ceph-mon[117428]: pgmap v1428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:44.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:44 smithi203 ceph-mon[117428]: from='client.51987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:44.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:44 smithi137 ceph-mon[117020]: pgmap v1428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:44.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:44 smithi137 ceph-mon[117020]: from='client.51987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:44 smithi066 ceph-mon[112137]: pgmap v1428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:44 smithi066 ceph-mon[112137]: from='client.51987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:46.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:46 smithi203 ceph-mon[117428]: pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:46.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:46 smithi137 ceph-mon[117020]: pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:46.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:46 smithi066 ceph-mon[112137]: pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:48.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:48 smithi203 ceph-mon[117428]: pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:48.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:48 smithi137 ceph-mon[117020]: pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:48.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:48.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:48.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:48.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:48 smithi066 ceph-mon[112137]: pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:49.387 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:49.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:49.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:49.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:49.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:50.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:50 smithi203 ceph-mon[117428]: from='client.52065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:50.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:50 smithi203 ceph-mon[117428]: pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:50 smithi137 ceph-mon[117020]: from='client.52065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:50 smithi137 ceph-mon[117020]: pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:50 smithi066 ceph-mon[112137]: from='client.52065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:50 smithi066 ceph-mon[112137]: pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:52.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:51 smithi066 ceph-mon[112137]: pgmap v1432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:52.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:51 smithi203 ceph-mon[117428]: pgmap v1432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:52.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:51 smithi137 ceph-mon[117020]: pgmap v1432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:54.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:00:54.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:54.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:54.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:54 smithi203 ceph-mon[117428]: pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:54.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:54 smithi137 ceph-mon[117020]: pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:54.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:54 smithi066 ceph-mon[112137]: pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:55.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:55.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:55.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:55.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:00:55.119 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:00:55.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:55 smithi203 ceph-mon[117428]: from='client.52143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:55.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:55 smithi137 ceph-mon[117020]: from='client.52143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:55.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:55 smithi066 ceph-mon[112137]: from='client.52143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:56.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:56 smithi203 ceph-mon[117428]: pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:56.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:56 smithi137 ceph-mon[117020]: pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:56 smithi066 ceph-mon[112137]: pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:58.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:00:58 smithi203 ceph-mon[117428]: pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:58.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:00:58 smithi137 ceph-mon[117020]: pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:00:58 smithi066 ceph-mon[112137]: pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:00.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:00.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:00.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:00.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:00 smithi203 ceph-mon[117428]: pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:00 smithi137 ceph-mon[117020]: pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:00 smithi066 ceph-mon[112137]: pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:00.853 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:00.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:00.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:00.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:00.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:01.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:01 smithi203 ceph-mon[117428]: from='client.52218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:01.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:01 smithi137 ceph-mon[117020]: from='client.52218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:01.653 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:01 smithi066 ceph-mon[112137]: from='client.52218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:02.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:02 smithi203 ceph-mon[117428]: pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:02.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:02 smithi137 ceph-mon[117020]: pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:02.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:02 smithi066 ceph-mon[112137]: pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:03.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:01:03.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:01:03.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:01:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:04 smithi203 ceph-mon[117428]: pgmap v1438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:01:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:01:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:01:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:04 smithi137 ceph-mon[117020]: pgmap v1438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:01:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:01:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:01:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:04 smithi066 ceph-mon[112137]: pgmap v1438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:01:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:01:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:01:05.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:05.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:05.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:06.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:06 smithi203 ceph-mon[117428]: pgmap v1439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:06.579 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:06.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:06.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:06.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:06.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:06.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:06 smithi137 ceph-mon[117020]: pgmap v1439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:06.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:06 smithi066 ceph-mon[112137]: pgmap v1439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:07.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:07 smithi203 ceph-mon[117428]: from='client.52293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:07.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:07 smithi137 ceph-mon[117020]: from='client.52293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:07.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:07 smithi066 ceph-mon[112137]: from='client.52293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:08.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:08 smithi203 ceph-mon[117428]: pgmap v1440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:08.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:08 smithi137 ceph-mon[117020]: pgmap v1440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:08 smithi066 ceph-mon[112137]: pgmap v1440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:10.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:10 smithi203 ceph-mon[117428]: pgmap v1441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:10.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:10 smithi137 ceph-mon[117020]: pgmap v1441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:10 smithi066 ceph-mon[112137]: pgmap v1441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:11.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:11.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:11.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:12.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:11 smithi066 ceph-mon[112137]: pgmap v1442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:12.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:11 smithi066 ceph-mon[112137]: from='client.52368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:12.298 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:12.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:12.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:12.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:12.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:11 smithi203 ceph-mon[117428]: pgmap v1442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:11 smithi203 ceph-mon[117428]: from='client.52368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:12.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:11 smithi137 ceph-mon[117020]: pgmap v1442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:12.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:11 smithi137 ceph-mon[117020]: from='client.52368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:14.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:14 smithi203 ceph-mon[117428]: pgmap v1443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:14.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:14 smithi137 ceph-mon[117020]: pgmap v1443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:14.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:14 smithi066 ceph-mon[112137]: pgmap v1443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:16.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:16 smithi203 ceph-mon[117428]: pgmap v1444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:16.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:16 smithi137 ceph-mon[117020]: pgmap v1444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:16 smithi066 ceph-mon[112137]: pgmap v1444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:17.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:17.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:17.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:18.025 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:18.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:18.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:18.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:18.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:18.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:18 smithi203 ceph-mon[117428]: pgmap v1445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:18.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:18 smithi203 ceph-mon[117428]: from='client.52446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:18.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:18 smithi137 ceph-mon[117020]: pgmap v1445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:18.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:18 smithi137 ceph-mon[117020]: from='client.52446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:18 smithi066 ceph-mon[112137]: pgmap v1445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:18 smithi066 ceph-mon[112137]: from='client.52446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:20.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:20 smithi203 ceph-mon[117428]: pgmap v1446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:20.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:20 smithi137 ceph-mon[117020]: pgmap v1446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:20 smithi066 ceph-mon[112137]: pgmap v1446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:22.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:21 smithi066 ceph-mon[112137]: pgmap v1447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:22.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:21 smithi203 ceph-mon[117428]: pgmap v1447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:22.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:21 smithi137 ceph-mon[117020]: pgmap v1447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:23.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:23.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:23.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:23.749 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:23.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:23.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:23.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:23.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:24.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:24 smithi203 ceph-mon[117428]: pgmap v1448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:24.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:24 smithi203 ceph-mon[117428]: from='client.52524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:24.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:24 smithi137 ceph-mon[117020]: pgmap v1448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:24.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:24 smithi137 ceph-mon[117020]: from='client.52524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:24 smithi066 ceph-mon[112137]: pgmap v1448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:24 smithi066 ceph-mon[112137]: from='client.52524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:26.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:26 smithi203 ceph-mon[117428]: pgmap v1449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:26.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:26 smithi137 ceph-mon[117020]: pgmap v1449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:26 smithi066 ceph-mon[112137]: pgmap v1449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:28.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:28 smithi203 ceph-mon[117428]: pgmap v1450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:28.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:28 smithi137 ceph-mon[117020]: pgmap v1450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:28 smithi066 ceph-mon[112137]: pgmap v1450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:28.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:28.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:28.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:29.481 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:29.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:29.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:29.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:29.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:30 smithi203 ceph-mon[117428]: from='client.52602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:30 smithi203 ceph-mon[117428]: pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:30.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:30 smithi137 ceph-mon[117020]: from='client.52602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:30.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:30 smithi137 ceph-mon[117020]: pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:30 smithi066 ceph-mon[112137]: from='client.52602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:30 smithi066 ceph-mon[112137]: pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:32.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:31 smithi066 ceph-mon[112137]: pgmap v1452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:32.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:31 smithi203 ceph-mon[117428]: pgmap v1452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:32.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:31 smithi137 ceph-mon[117020]: pgmap v1452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:34.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:34.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:34.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:34.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:34 smithi203 ceph-mon[117428]: pgmap v1453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:34.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:34 smithi137 ceph-mon[117020]: pgmap v1453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:34.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:34 smithi066 ceph-mon[112137]: pgmap v1453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:35.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:35.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:35.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:35.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:35.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:35.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:35 smithi203 ceph-mon[117428]: from='client.52680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:35.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:35 smithi137 ceph-mon[117020]: from='client.52680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:35.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:35 smithi066 ceph-mon[112137]: from='client.52680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:36.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:36 smithi203 ceph-mon[117428]: pgmap v1454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:36.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:36 smithi137 ceph-mon[117020]: pgmap v1454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:36 smithi066 ceph-mon[112137]: pgmap v1454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:38.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:38 smithi203 ceph-mon[117428]: pgmap v1455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:38.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:38 smithi137 ceph-mon[117020]: pgmap v1455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:38 smithi066 ceph-mon[112137]: pgmap v1455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:40.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:40.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:40.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:40.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:40 smithi203 ceph-mon[117428]: pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:40.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:40 smithi137 ceph-mon[117020]: pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:40.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:40 smithi066 ceph-mon[112137]: pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:40.922 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:40.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:40.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:40.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:40.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:41.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:41 smithi203 ceph-mon[117428]: from='client.52758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:41.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:41 smithi137 ceph-mon[117020]: from='client.52758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:41.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:41 smithi066 ceph-mon[112137]: from='client.52758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:42.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:42 smithi203 ceph-mon[117428]: pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:42.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:42 smithi137 ceph-mon[117020]: pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:42.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:42 smithi066 ceph-mon[112137]: pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:44.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:44 smithi203 ceph-mon[117428]: pgmap v1458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:44.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:44 smithi137 ceph-mon[117020]: pgmap v1458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:44 smithi066 ceph-mon[112137]: pgmap v1458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:45.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:45.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:45.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:46.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:46 smithi203 ceph-mon[117428]: pgmap v1459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:46.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:46 smithi137 ceph-mon[117020]: pgmap v1459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:46.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:46 smithi066 ceph-mon[112137]: pgmap v1459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:47.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:47 smithi203 ceph-mon[117428]: from='client.52836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:47.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:47 smithi137 ceph-mon[117020]: from='client.52836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:47.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:47 smithi066 ceph-mon[112137]: from='client.52836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:48.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:48 smithi203 ceph-mon[117428]: pgmap v1460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:48.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:48 smithi137 ceph-mon[117020]: pgmap v1460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:48.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:48 smithi066 ceph-mon[112137]: pgmap v1460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:50.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:50 smithi203 ceph-mon[117428]: pgmap v1461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:50.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:50 smithi137 ceph-mon[117020]: pgmap v1461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:50 smithi066 ceph-mon[112137]: pgmap v1461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:51.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:51.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:51.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:52.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:51 smithi066 ceph-mon[112137]: pgmap v1462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:52.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:51 smithi203 ceph-mon[117428]: pgmap v1462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:52.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:52.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:52.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:52.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:52.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:52.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:51 smithi137 ceph-mon[117020]: pgmap v1462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:53.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:52 smithi066 ceph-mon[112137]: from='client.52908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:53.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:52 smithi203 ceph-mon[117428]: from='client.52908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:52 smithi137 ceph-mon[117020]: from='client.52908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:54.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:53 smithi066 ceph-mon[112137]: pgmap v1463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:54.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:53 smithi203 ceph-mon[117428]: pgmap v1463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:54.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:53 smithi137 ceph-mon[117020]: pgmap v1463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:56.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:56 smithi203 ceph-mon[117428]: pgmap v1464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:56.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:56 smithi137 ceph-mon[117020]: pgmap v1464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:56 smithi066 ceph-mon[112137]: pgmap v1464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:57.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:01:57.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:57.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:58.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:58.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:58.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:58.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:01:58.097 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:01:58.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:58 smithi203 ceph-mon[117428]: pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:58.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:01:58 smithi203 ceph-mon[117428]: from='client.52983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:58.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:58 smithi137 ceph-mon[117020]: pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:58.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:01:58 smithi137 ceph-mon[117020]: from='client.52983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:58 smithi066 ceph-mon[112137]: pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:01:58 smithi066 ceph-mon[112137]: from='client.52983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:00.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:00 smithi203 ceph-mon[117428]: pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:00 smithi137 ceph-mon[117020]: pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:00 smithi066 ceph-mon[112137]: pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:02.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:01 smithi066 ceph-mon[112137]: pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:01 smithi203 ceph-mon[117428]: pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:01 smithi137 ceph-mon[117020]: pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:03.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:03.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:03.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:03.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:03.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:03.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:03.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:03.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:04 smithi203 ceph-mon[117428]: pgmap v1468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:04 smithi203 ceph-mon[117428]: from='client.53055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:02:04.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:04 smithi137 ceph-mon[117020]: pgmap v1468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:04 smithi137 ceph-mon[117020]: from='client.53055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:02:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:04 smithi066 ceph-mon[112137]: pgmap v1468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:04 smithi066 ceph-mon[112137]: from='client.53055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:02:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:05.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:02:05.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:02:05.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:05.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:02:05.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:02:05.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:05.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:02:05.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:02:05.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:02:06.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:06 smithi066 ceph-mon[112137]: pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:07.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:06 smithi203 ceph-mon[117428]: pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:07.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:06 smithi137 ceph-mon[117020]: pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:08.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:08.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:08.819 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:08.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:08 smithi066 ceph-mon[112137]: pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:09.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:08 smithi203 ceph-mon[117428]: pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:09.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:08 smithi137 ceph-mon[117020]: pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:09.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:09.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:09.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:09.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:09.540 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:10.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:10 smithi066 ceph-mon[112137]: from='client.53133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:10.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:10 smithi066 ceph-mon[112137]: pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:11.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:10 smithi203 ceph-mon[117428]: from='client.53133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:11.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:10 smithi203 ceph-mon[117428]: pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:11.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:10 smithi137 ceph-mon[117020]: from='client.53133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:11.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:10 smithi137 ceph-mon[117020]: pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:12.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:11 smithi066 ceph-mon[112137]: pgmap v1472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:11 smithi203 ceph-mon[117428]: pgmap v1472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:12.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:11 smithi137 ceph-mon[117020]: pgmap v1472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:14.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:14.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:14.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:14.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:14 smithi203 ceph-mon[117428]: pgmap v1473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:14.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:14 smithi137 ceph-mon[117020]: pgmap v1473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:14.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:14 smithi066 ceph-mon[112137]: pgmap v1473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:15.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:15.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:15.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:15.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:15.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:15.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:15 smithi203 ceph-mon[117428]: from='client.53208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:15.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:15 smithi137 ceph-mon[117020]: from='client.53208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:15.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:15 smithi066 ceph-mon[112137]: from='client.53208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:16.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:16 smithi203 ceph-mon[117428]: pgmap v1474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:16.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:16 smithi137 ceph-mon[117020]: pgmap v1474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:16 smithi066 ceph-mon[112137]: pgmap v1474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:18.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:18 smithi203 ceph-mon[117428]: pgmap v1475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:18.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:18 smithi137 ceph-mon[117020]: pgmap v1475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:18 smithi066 ceph-mon[112137]: pgmap v1475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:20.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:20.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:20.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:20.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:20 smithi203 ceph-mon[117428]: pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:20.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:20 smithi137 ceph-mon[117020]: pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:20 smithi066 ceph-mon[112137]: pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:20.975 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:20.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:20.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:20.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:20.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:21.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:21 smithi203 ceph-mon[117428]: from='client.53283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:21.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:21 smithi137 ceph-mon[117020]: from='client.53283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:21.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:21 smithi066 ceph-mon[112137]: from='client.53283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:22.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:22 smithi203 ceph-mon[117428]: pgmap v1477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:22.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:22 smithi137 ceph-mon[117020]: pgmap v1477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:22.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:22 smithi066 ceph-mon[112137]: pgmap v1477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:24.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:24 smithi203 ceph-mon[117428]: pgmap v1478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:24.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:24 smithi137 ceph-mon[117020]: pgmap v1478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:24 smithi066 ceph-mon[112137]: pgmap v1478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:25.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:25.977 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:25.977 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:26.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:26 smithi203 ceph-mon[117428]: pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:26.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:26 smithi137 ceph-mon[117020]: pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:26.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:26.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:26.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:26.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:26.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:26 smithi066 ceph-mon[112137]: pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:27.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:27 smithi203 ceph-mon[117428]: from='client.53355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:27.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:27 smithi137 ceph-mon[117020]: from='client.53355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:27.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:27 smithi066 ceph-mon[112137]: from='client.53355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:28.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:28 smithi203 ceph-mon[117428]: pgmap v1480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:28.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:28 smithi137 ceph-mon[117020]: pgmap v1480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:28 smithi066 ceph-mon[112137]: pgmap v1480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:30 smithi203 ceph-mon[117428]: pgmap v1481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:30.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:30 smithi137 ceph-mon[117020]: pgmap v1481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:30 smithi066 ceph-mon[112137]: pgmap v1481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:31.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:31.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:31.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:32.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:31 smithi066 ceph-mon[112137]: pgmap v1482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:32.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:31 smithi203 ceph-mon[117428]: pgmap v1482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:32.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:31 smithi137 ceph-mon[117020]: pgmap v1482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:32.436 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:32.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:32.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:32.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:32.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:33.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:32 smithi066 ceph-mon[112137]: from='client.53433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:33.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:32 smithi203 ceph-mon[117428]: from='client.53433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:32 smithi137 ceph-mon[117020]: from='client.53433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:34.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:33 smithi203 ceph-mon[117428]: pgmap v1483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:34.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:33 smithi137 ceph-mon[117020]: pgmap v1483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:34.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:33 smithi066 ceph-mon[112137]: pgmap v1483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:36.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:36 smithi203 ceph-mon[117428]: pgmap v1484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:36.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:36 smithi137 ceph-mon[117020]: pgmap v1484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:36 smithi066 ceph-mon[112137]: pgmap v1484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:37.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:37.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:37.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:38.159 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:38.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:38.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:38.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:38.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:38.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:38 smithi203 ceph-mon[117428]: pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:38.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:38 smithi203 ceph-mon[117428]: from='client.53505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:38.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:38 smithi137 ceph-mon[117020]: pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:38.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:38 smithi137 ceph-mon[117020]: from='client.53505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:38 smithi066 ceph-mon[112137]: pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:38 smithi066 ceph-mon[112137]: from='client.53505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:40.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:40 smithi203 ceph-mon[117428]: pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:40.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:40 smithi137 ceph-mon[117020]: pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:40 smithi066 ceph-mon[112137]: pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:42.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:41 smithi066 ceph-mon[112137]: pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:42.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:41 smithi203 ceph-mon[117428]: pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:42.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:41 smithi137 ceph-mon[117020]: pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:43.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:43.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:43.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:43.878 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:43.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:43.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:43.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:43.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:44.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:44 smithi203 ceph-mon[117428]: pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:44.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:44 smithi203 ceph-mon[117428]: from='client.53577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:44.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:44 smithi137 ceph-mon[117020]: pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:44.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:44 smithi137 ceph-mon[117020]: from='client.53577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:44 smithi066 ceph-mon[112137]: pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:44 smithi066 ceph-mon[112137]: from='client.53577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:46.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:46 smithi203 ceph-mon[117428]: pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:46.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:46 smithi137 ceph-mon[117020]: pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:46 smithi066 ceph-mon[112137]: pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:48.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:48 smithi203 ceph-mon[117428]: pgmap v1490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:48.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:48 smithi137 ceph-mon[117020]: pgmap v1490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:48 smithi066 ceph-mon[112137]: pgmap v1490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:48.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:48.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:48.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:49.599 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:49.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:49.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:49.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:49.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:50.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:50 smithi203 ceph-mon[117428]: from='client.53655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:50.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:50 smithi203 ceph-mon[117428]: pgmap v1491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:50.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:50 smithi137 ceph-mon[117020]: from='client.53655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:50.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:50 smithi137 ceph-mon[117020]: pgmap v1491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:50 smithi066 ceph-mon[112137]: from='client.53655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:50 smithi066 ceph-mon[112137]: pgmap v1491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:52.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:51 smithi066 ceph-mon[112137]: pgmap v1492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:52.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:51 smithi203 ceph-mon[117428]: pgmap v1492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:52.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:51 smithi137 ceph-mon[117020]: pgmap v1492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:54.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:54 smithi203 ceph-mon[117428]: pgmap v1493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:54.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:02:54.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:54.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:54.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:54 smithi137 ceph-mon[117020]: pgmap v1493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:54.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:54 smithi066 ceph-mon[112137]: pgmap v1493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:55.311 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:02:55.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:55.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:55.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:55.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:02:55.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:55 smithi203 ceph-mon[117428]: from='client.53730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:55.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:55 smithi137 ceph-mon[117020]: from='client.53730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:55.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:55 smithi066 ceph-mon[112137]: from='client.53730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:56.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:56 smithi203 ceph-mon[117428]: pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:56.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:56 smithi137 ceph-mon[117020]: pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:56 smithi066 ceph-mon[112137]: pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:58.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:02:58 smithi203 ceph-mon[117428]: pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:58.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:02:58 smithi137 ceph-mon[117020]: pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:02:58 smithi066 ceph-mon[112137]: pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:00.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:00.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:00.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:00.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:00 smithi203 ceph-mon[117428]: pgmap v1496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:00 smithi137 ceph-mon[117020]: pgmap v1496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:00 smithi066 ceph-mon[112137]: pgmap v1496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:01.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:01.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:01.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:01.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:01.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:01.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:01 smithi203 ceph-mon[117428]: from='client.53802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:01.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:01 smithi137 ceph-mon[117020]: from='client.53802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:01.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:01 smithi066 ceph-mon[112137]: from='client.53802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:02.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:02 smithi203 ceph-mon[117428]: pgmap v1497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:02.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:02 smithi137 ceph-mon[117020]: pgmap v1497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:02.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:02 smithi066 ceph-mon[112137]: pgmap v1497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:04 smithi203 ceph-mon[117428]: pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:04 smithi137 ceph-mon[117020]: pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:04 smithi066 ceph-mon[112137]: pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:05.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:03:05.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:03:05.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:03:06.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:06.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:06.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:06.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:06 smithi203 ceph-mon[117428]: pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:06.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:03:06.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:03:06.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:03:06.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:06 smithi137 ceph-mon[117020]: pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:06.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:03:06.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:03:06.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:03:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:06 smithi066 ceph-mon[112137]: pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:03:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:03:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:03:06.756 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:06.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:06.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:06.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:06.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:07.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:07 smithi137 ceph-mon[117020]: from='client.53877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:07.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:07 smithi066 ceph-mon[112137]: from='client.53877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:07 smithi203 ceph-mon[117428]: from='client.53877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:08.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:08 smithi137 ceph-mon[117020]: pgmap v1500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:08 smithi066 ceph-mon[112137]: pgmap v1500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:08 smithi203 ceph-mon[117428]: pgmap v1500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:10.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:10 smithi137 ceph-mon[117020]: pgmap v1501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:10 smithi066 ceph-mon[112137]: pgmap v1501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:10.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:10 smithi203 ceph-mon[117428]: pgmap v1501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:11.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:11.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:11.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:11 smithi203 ceph-mon[117428]: pgmap v1502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:12.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:11 smithi137 ceph-mon[117020]: pgmap v1502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:12.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:11 smithi066 ceph-mon[112137]: pgmap v1502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:12.494 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:12.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:12.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:12.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:12.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:13.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:12 smithi203 ceph-mon[117428]: from='client.53955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:13.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:12 smithi137 ceph-mon[117020]: from='client.53955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:13.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:12 smithi066 ceph-mon[112137]: from='client.53955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:14.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:14 smithi203 ceph-mon[117428]: pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:14.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:14 smithi137 ceph-mon[117020]: pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:14.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:14 smithi066 ceph-mon[112137]: pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:16.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:16 smithi203 ceph-mon[117428]: pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:16.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:16 smithi137 ceph-mon[117020]: pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:16 smithi066 ceph-mon[112137]: pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:17.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:17.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:17.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:18.209 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:18.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:18.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:18.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:18.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:18.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:18 smithi203 ceph-mon[117428]: pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:18.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:18 smithi203 ceph-mon[117428]: from='client.54030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:18.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:18 smithi137 ceph-mon[117020]: pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:18.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:18 smithi137 ceph-mon[117020]: from='client.54030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:18 smithi066 ceph-mon[112137]: pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:18 smithi066 ceph-mon[112137]: from='client.54030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:20.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:20 smithi203 ceph-mon[117428]: pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:20.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:20 smithi137 ceph-mon[117020]: pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:20 smithi066 ceph-mon[112137]: pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:22.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:21 smithi203 ceph-mon[117428]: pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:22.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:21 smithi137 ceph-mon[117020]: pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:21 smithi066 ceph-mon[112137]: pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:23.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:23.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:23.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:23.939 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:23.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:23.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:23.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:23.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:24.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:24 smithi203 ceph-mon[117428]: pgmap v1508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:24.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:24 smithi203 ceph-mon[117428]: from='client.54108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:24.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:24 smithi137 ceph-mon[117020]: pgmap v1508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:24.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:24 smithi137 ceph-mon[117020]: from='client.54108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:24 smithi066 ceph-mon[112137]: pgmap v1508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:24 smithi066 ceph-mon[112137]: from='client.54108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:26.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:26 smithi203 ceph-mon[117428]: pgmap v1509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:26.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:26 smithi137 ceph-mon[117020]: pgmap v1509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:26 smithi066 ceph-mon[112137]: pgmap v1509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:28.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:28 smithi203 ceph-mon[117428]: pgmap v1510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:28.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:28 smithi137 ceph-mon[117020]: pgmap v1510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:28 smithi066 ceph-mon[112137]: pgmap v1510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:28.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:28.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:28.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:29.662 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:29.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:29.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:29.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:29.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:30 smithi203 ceph-mon[117428]: pgmap v1511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:30.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:30 smithi203 ceph-mon[117428]: from='client.54183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:30.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:30 smithi137 ceph-mon[117020]: pgmap v1511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:30.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:30 smithi137 ceph-mon[117020]: from='client.54183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:30 smithi066 ceph-mon[112137]: pgmap v1511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:30 smithi066 ceph-mon[112137]: from='client.54183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:32.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:31 smithi203 ceph-mon[117428]: pgmap v1512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:03:32.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:31 smithi137 ceph-mon[117020]: pgmap v1512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:03:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:31 smithi066 ceph-mon[112137]: pgmap v1512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:03:34.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:34 smithi203 ceph-mon[117428]: pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:34.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:34 smithi137 ceph-mon[117020]: pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:34.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:34.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:34.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:34.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:34 smithi066 ceph-mon[112137]: pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:35.397 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:35.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:35.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:35.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:35.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:36.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:36 smithi203 ceph-mon[117428]: from='client.54258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:36.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:36 smithi203 ceph-mon[117428]: pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:36.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:36 smithi137 ceph-mon[117020]: from='client.54258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:36.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:36 smithi137 ceph-mon[117020]: pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:36 smithi066 ceph-mon[112137]: from='client.54258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:36 smithi066 ceph-mon[112137]: pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:38.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:38 smithi203 ceph-mon[117428]: pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:38.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:38 smithi137 ceph-mon[117020]: pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:38 smithi066 ceph-mon[112137]: pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:40.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:40.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:40.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:40.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:40 smithi203 ceph-mon[117428]: pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:40.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:40 smithi137 ceph-mon[117020]: pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:40 smithi066 ceph-mon[112137]: pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:41.135 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:41.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:41.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:41.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:41.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:41.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:41 smithi203 ceph-mon[117428]: from='client.54333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:41.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:41 smithi137 ceph-mon[117020]: from='client.54333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:41.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:41 smithi066 ceph-mon[112137]: from='client.54333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:42.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:42 smithi203 ceph-mon[117428]: pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:42.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:42 smithi137 ceph-mon[117020]: pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:42.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:42 smithi066 ceph-mon[112137]: pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:44.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:44 smithi203 ceph-mon[117428]: pgmap v1518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:03:44.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:44 smithi137 ceph-mon[117020]: pgmap v1518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:03:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:44 smithi066 ceph-mon[112137]: pgmap v1518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:03:46.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:46.138 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:46.138 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:46.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:46 smithi137 ceph-mon[117020]: pgmap v1519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:03:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:46 smithi066 ceph-mon[112137]: pgmap v1519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:03:46.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:46 smithi203 ceph-mon[117428]: pgmap v1519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:03:46.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:46.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:46.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:46.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:46.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:47.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:47 smithi137 ceph-mon[117020]: from='client.54411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:47.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:47 smithi066 ceph-mon[112137]: from='client.54411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:47.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:47 smithi203 ceph-mon[117428]: from='client.54411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:48.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:48 smithi137 ceph-mon[117020]: pgmap v1520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:48 smithi066 ceph-mon[112137]: pgmap v1520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:48 smithi203 ceph-mon[117428]: pgmap v1520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:50.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:50 smithi137 ceph-mon[117020]: pgmap v1521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:50 smithi066 ceph-mon[112137]: pgmap v1521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:50 smithi203 ceph-mon[117428]: pgmap v1521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:51.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:51.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:51.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:52.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:51 smithi203 ceph-mon[117428]: pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:52.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:51 smithi137 ceph-mon[117020]: pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:52.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:51 smithi066 ceph-mon[112137]: pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:52.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:52.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:52.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:52.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:52.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:53.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:52 smithi203 ceph-mon[117428]: from='client.54489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:53.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:52 smithi137 ceph-mon[117020]: from='client.54489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:53.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:52 smithi066 ceph-mon[112137]: from='client.54489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:54.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:54 smithi203 ceph-mon[117428]: pgmap v1523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:54.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:54 smithi137 ceph-mon[117020]: pgmap v1523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:54.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:54 smithi066 ceph-mon[112137]: pgmap v1523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:56.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:56 smithi203 ceph-mon[117428]: pgmap v1524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:56.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:56 smithi137 ceph-mon[117020]: pgmap v1524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:56 smithi066 ceph-mon[112137]: pgmap v1524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:57.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:03:57.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:57.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:58.309 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:03:58.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:58.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:58.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:58.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:03:58.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:58 smithi203 ceph-mon[117428]: pgmap v1525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:58.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:03:58 smithi203 ceph-mon[117428]: from='client.54564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:58.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:58 smithi137 ceph-mon[117020]: pgmap v1525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:58.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:03:58 smithi137 ceph-mon[117020]: from='client.54564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:58 smithi066 ceph-mon[112137]: pgmap v1525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:03:58 smithi066 ceph-mon[112137]: from='client.54564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:00.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:00 smithi203 ceph-mon[117428]: pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:00.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:00 smithi137 ceph-mon[117020]: pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:00 smithi066 ceph-mon[112137]: pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:01 smithi203 ceph-mon[117428]: pgmap v1527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:02.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:01 smithi137 ceph-mon[117020]: pgmap v1527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:01 smithi066 ceph-mon[112137]: pgmap v1527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:03.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:03.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:03.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:04.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:04.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:04.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:04.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:04.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:04.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:04 smithi203 ceph-mon[117428]: pgmap v1528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:04.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:04 smithi203 ceph-mon[117428]: from='client.54636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:04.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:04 smithi137 ceph-mon[117020]: pgmap v1528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:04 smithi137 ceph-mon[117020]: from='client.54636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:04 smithi066 ceph-mon[112137]: pgmap v1528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:04 smithi066 ceph-mon[112137]: from='client.54636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:06.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:06 smithi203 ceph-mon[117428]: pgmap v1529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:06.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:04:06.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:06 smithi137 ceph-mon[117020]: pgmap v1529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:06.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:04:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:06 smithi066 ceph-mon[112137]: pgmap v1529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:04:07.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:04:07.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:04:07.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:04:07.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:04:07.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:07.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:04:07.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:04:07.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:04:09.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:09.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:09.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:09.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:08 smithi066 ceph-mon[112137]: pgmap v1530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:09.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:08 smithi203 ceph-mon[117428]: pgmap v1530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:09.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:08 smithi137 ceph-mon[117020]: pgmap v1530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:09.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:09.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:09.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:09.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:09.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:11.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:10 smithi066 ceph-mon[112137]: pgmap v1531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:11.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:10 smithi066 ceph-mon[112137]: from='client.54711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:11.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:10 smithi203 ceph-mon[117428]: pgmap v1531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:11.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:10 smithi203 ceph-mon[117428]: from='client.54711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:11.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:10 smithi137 ceph-mon[117020]: pgmap v1531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:11.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:10 smithi137 ceph-mon[117020]: from='client.54711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:12 smithi203 ceph-mon[117428]: pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:04:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:12 smithi137 ceph-mon[117020]: pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:04:12.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:12 smithi066 ceph-mon[112137]: pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:04:14.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:14 smithi203 ceph-mon[117428]: pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:04:14.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:14 smithi137 ceph-mon[117020]: pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:04:14.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:14 smithi066 ceph-mon[112137]: pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:04:14.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:14.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:14.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:15.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:15.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:15.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:15.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:15.482 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:16.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:16 smithi203 ceph-mon[117428]: from='client.54786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:16.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:16 smithi203 ceph-mon[117428]: pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:16.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:16 smithi137 ceph-mon[117020]: from='client.54786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:16.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:16 smithi137 ceph-mon[117020]: pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:16 smithi066 ceph-mon[112137]: from='client.54786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:16 smithi066 ceph-mon[112137]: pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:18.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:18 smithi137 ceph-mon[117020]: pgmap v1535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:18 smithi066 ceph-mon[112137]: pgmap v1535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:18 smithi203 ceph-mon[117428]: pgmap v1535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:20.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:20.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:20.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:20.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:20 smithi137 ceph-mon[117020]: pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:20 smithi066 ceph-mon[112137]: pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:20.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:20 smithi203 ceph-mon[117428]: pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:21.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:21.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:21.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:21.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:21.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:21.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:21 smithi137 ceph-mon[117020]: from='client.54861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:21.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:21 smithi066 ceph-mon[112137]: from='client.54861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:21.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:21 smithi203 ceph-mon[117428]: from='client.54861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:22.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:22 smithi137 ceph-mon[117020]: pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:22.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:22 smithi066 ceph-mon[112137]: pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:22.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:22 smithi203 ceph-mon[117428]: pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:24.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:24 smithi137 ceph-mon[117020]: pgmap v1538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:04:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:24 smithi066 ceph-mon[112137]: pgmap v1538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:04:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:24 smithi203 ceph-mon[117428]: pgmap v1538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:04:26.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:26.206 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:26.206 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:26.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:26 smithi137 ceph-mon[117020]: pgmap v1539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:26 smithi066 ceph-mon[112137]: pgmap v1539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:26.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:26 smithi203 ceph-mon[117428]: pgmap v1539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:26.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:26.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:26.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:26.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:26.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:27.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:27 smithi137 ceph-mon[117020]: from='client.54939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:27.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:27 smithi066 ceph-mon[112137]: from='client.54939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:27.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:27 smithi203 ceph-mon[117428]: from='client.54939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:28.629 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:28 smithi137 ceph-mon[117020]: pgmap v1540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:28 smithi066 ceph-mon[112137]: pgmap v1540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:28.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:28 smithi203 ceph-mon[117428]: pgmap v1540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:30.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:30 smithi137 ceph-mon[117020]: pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:30 smithi066 ceph-mon[112137]: pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:30.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:30 smithi203 ceph-mon[117428]: pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:31.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:31.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:31.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:32.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:32 smithi203 ceph-mon[117428]: pgmap v1542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:32.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:32 smithi137 ceph-mon[117020]: pgmap v1542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:32 smithi066 ceph-mon[112137]: pgmap v1542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:32.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:32.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:32.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:32.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:32.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:33.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:33 smithi203 ceph-mon[117428]: from='client.55014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:33.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:33 smithi137 ceph-mon[117020]: from='client.55014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:33.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:33 smithi066 ceph-mon[112137]: from='client.55014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:34.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:34 smithi203 ceph-mon[117428]: pgmap v1543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:34.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:34 smithi137 ceph-mon[117020]: pgmap v1543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:34.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:34 smithi066 ceph-mon[112137]: pgmap v1543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:36.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:36 smithi137 ceph-mon[117020]: pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:36 smithi066 ceph-mon[112137]: pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:36.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:36 smithi203 ceph-mon[117428]: pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:37.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:37.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:37.663 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:38.390 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:38.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:38.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:38.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:38.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:38.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:38 smithi137 ceph-mon[117020]: pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:38 smithi066 ceph-mon[112137]: pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:38.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:38 smithi203 ceph-mon[117428]: pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:39.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:39 smithi137 ceph-mon[117020]: from='client.55086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:39.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:39 smithi066 ceph-mon[112137]: from='client.55086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:39.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:39 smithi203 ceph-mon[117428]: from='client.55086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:40.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:40 smithi137 ceph-mon[117020]: pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:40 smithi066 ceph-mon[112137]: pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:40 smithi203 ceph-mon[117428]: pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:42.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:42 smithi203 ceph-mon[117428]: pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:42 smithi137 ceph-mon[117020]: pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:42 smithi066 ceph-mon[112137]: pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:43.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:43.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:43.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:44.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:44.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:44.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:44.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:44.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:44.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:44 smithi137 ceph-mon[117020]: pgmap v1548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:44.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:44 smithi137 ceph-mon[117020]: from='client.55158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:44 smithi066 ceph-mon[112137]: pgmap v1548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:44 smithi066 ceph-mon[112137]: from='client.55158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:44.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:44 smithi203 ceph-mon[117428]: pgmap v1548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:44.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:44 smithi203 ceph-mon[117428]: from='client.55158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:46.629 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:46 smithi137 ceph-mon[117020]: pgmap v1549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:46 smithi066 ceph-mon[112137]: pgmap v1549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:46.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:46 smithi203 ceph-mon[117428]: pgmap v1549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:48.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:48 smithi137 ceph-mon[117020]: pgmap v1550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:48 smithi066 ceph-mon[112137]: pgmap v1550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:48 smithi203 ceph-mon[117428]: pgmap v1550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:49.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:49.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:49.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:49.846 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:49.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:49.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:49.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:49.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:50.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:50 smithi137 ceph-mon[117020]: pgmap v1551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:50.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:50 smithi137 ceph-mon[117020]: from='client.55233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:50 smithi066 ceph-mon[112137]: pgmap v1551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:50 smithi066 ceph-mon[112137]: from='client.55233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:50 smithi203 ceph-mon[117428]: pgmap v1551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:50 smithi203 ceph-mon[117428]: from='client.55233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:52.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:52 smithi203 ceph-mon[117428]: pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:04:52.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:52 smithi137 ceph-mon[117020]: pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:04:52.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:52 smithi066 ceph-mon[112137]: pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:04:54.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:54 smithi137 ceph-mon[117020]: pgmap v1553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:04:54.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:54 smithi066 ceph-mon[112137]: pgmap v1553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:04:54.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:54 smithi203 ceph-mon[117428]: pgmap v1553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:04:54.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:04:54.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:54.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:55.567 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:04:55.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:55.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:55.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:55.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:04:56.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:56 smithi137 ceph-mon[117020]: from='client.55311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:56.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:56 smithi137 ceph-mon[117020]: pgmap v1554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:56 smithi066 ceph-mon[112137]: from='client.55311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:56 smithi066 ceph-mon[112137]: pgmap v1554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:56.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:56 smithi203 ceph-mon[117428]: from='client.55311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:56.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:56 smithi203 ceph-mon[117428]: pgmap v1554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:58.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:04:58 smithi137 ceph-mon[117020]: pgmap v1555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:04:58 smithi066 ceph-mon[112137]: pgmap v1555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:58.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:04:58 smithi203 ceph-mon[117428]: pgmap v1555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:00.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:00.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:00.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:00.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:00 smithi137 ceph-mon[117020]: pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:00 smithi066 ceph-mon[112137]: pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:00.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:00 smithi203 ceph-mon[117428]: pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:01.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:01.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:01.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:01.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:01.290 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:01.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:01 smithi137 ceph-mon[117020]: from='client.55380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:01.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:01 smithi066 ceph-mon[112137]: from='client.55380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:01.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:01 smithi203 ceph-mon[117428]: from='client.55380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:02.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:02 smithi137 ceph-mon[117020]: pgmap v1557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:02.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:02 smithi066 ceph-mon[112137]: pgmap v1557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:02.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:02 smithi203 ceph-mon[117428]: pgmap v1557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:04 smithi137 ceph-mon[117020]: pgmap v1558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:05:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:04 smithi066 ceph-mon[112137]: pgmap v1558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:05:04.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:04 smithi203 ceph-mon[117428]: pgmap v1558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:05:06.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:06.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:06.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:06.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:06 smithi137 ceph-mon[117020]: pgmap v1559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:05:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:06 smithi066 ceph-mon[112137]: pgmap v1559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:05:06.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:06 smithi203 ceph-mon[117428]: pgmap v1559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:05:07.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:07.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:07.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:07.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:07.018 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:07.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:07 smithi137 ceph-mon[117020]: from='client.55455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:07.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:05:07.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:07 smithi066 ceph-mon[112137]: from='client.55455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:07.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:05:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:07 smithi203 ceph-mon[117428]: from='client.55455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:05:08.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:08 smithi137 ceph-mon[117020]: pgmap v1560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:08.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:05:08.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:05:08.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:05:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:08 smithi066 ceph-mon[112137]: pgmap v1560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:05:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:05:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:05:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:08 smithi203 ceph-mon[117428]: pgmap v1560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:05:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:05:08.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:05:10.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:10 smithi137 ceph-mon[117020]: pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:10 smithi066 ceph-mon[112137]: pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:10.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:10 smithi203 ceph-mon[117428]: pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:12.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:12.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:12.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:12 smithi203 ceph-mon[117428]: pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:12 smithi137 ceph-mon[117020]: pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:12.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:12 smithi066 ceph-mon[112137]: pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:12.740 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:12.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:12.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:12.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:12.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:13.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:13 smithi203 ceph-mon[117428]: from='client.55530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:13.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:13 smithi137 ceph-mon[117020]: from='client.55530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:13.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:13 smithi066 ceph-mon[112137]: from='client.55530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:14.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:14 smithi203 ceph-mon[117428]: pgmap v1563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:14.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:14 smithi137 ceph-mon[117020]: pgmap v1563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:14.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:14 smithi066 ceph-mon[112137]: pgmap v1563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:16.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:16 smithi137 ceph-mon[117020]: pgmap v1564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:16 smithi066 ceph-mon[112137]: pgmap v1564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:16.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:16 smithi203 ceph-mon[117428]: pgmap v1564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:17.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:17.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:17.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:18.470 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:18.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:18.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:18.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:18.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:18.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:18 smithi137 ceph-mon[117020]: pgmap v1565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:18 smithi066 ceph-mon[112137]: pgmap v1565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:18 smithi203 ceph-mon[117428]: pgmap v1565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:19.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:19 smithi137 ceph-mon[117020]: from='client.55605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:19.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:19 smithi066 ceph-mon[112137]: from='client.55605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:19.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:19 smithi203 ceph-mon[117428]: from='client.55605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:20.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:20 smithi137 ceph-mon[117020]: pgmap v1566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:20 smithi066 ceph-mon[112137]: pgmap v1566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:20.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:20 smithi203 ceph-mon[117428]: pgmap v1566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:22.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:22 smithi203 ceph-mon[117428]: pgmap v1567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:22 smithi137 ceph-mon[117020]: pgmap v1567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:22 smithi066 ceph-mon[112137]: pgmap v1567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:23.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:23.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:23.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:24.202 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:24.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:24.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:24.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:24.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:24.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:24 smithi137 ceph-mon[117020]: pgmap v1568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:24.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:24 smithi137 ceph-mon[117020]: from='client.55680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:24 smithi066 ceph-mon[112137]: pgmap v1568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:24 smithi066 ceph-mon[112137]: from='client.55680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:24 smithi203 ceph-mon[117428]: pgmap v1568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:24 smithi203 ceph-mon[117428]: from='client.55680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:26.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:26 smithi137 ceph-mon[117020]: pgmap v1569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:26 smithi066 ceph-mon[112137]: pgmap v1569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:26.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:26 smithi203 ceph-mon[117428]: pgmap v1569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:28.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:28 smithi137 ceph-mon[117020]: pgmap v1570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:28 smithi066 ceph-mon[112137]: pgmap v1570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:28.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:28 smithi203 ceph-mon[117428]: pgmap v1570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:29.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:29.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:29.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:29.920 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:29.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:29.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:29.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:29.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:30.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:30 smithi137 ceph-mon[117020]: pgmap v1571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:30.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:30 smithi137 ceph-mon[117020]: from='client.55752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:30 smithi066 ceph-mon[112137]: pgmap v1571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:30 smithi066 ceph-mon[112137]: from='client.55752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:30.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:30 smithi203 ceph-mon[117428]: pgmap v1571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:30.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:30 smithi203 ceph-mon[117428]: from='client.55752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:32.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:32 smithi203 ceph-mon[117428]: pgmap v1572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:32.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:32 smithi137 ceph-mon[117020]: pgmap v1572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:32 smithi066 ceph-mon[112137]: pgmap v1572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:34.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:34 smithi137 ceph-mon[117020]: pgmap v1573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:34.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:34 smithi066 ceph-mon[112137]: pgmap v1573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:34.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:34 smithi203 ceph-mon[117428]: pgmap v1573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:34.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:34.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:34.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:35.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:35.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:35.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:35.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:35.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:36.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:36 smithi137 ceph-mon[117020]: pgmap v1574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:36.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:36 smithi137 ceph-mon[117020]: from='client.55830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:36 smithi066 ceph-mon[112137]: pgmap v1574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:36 smithi066 ceph-mon[112137]: from='client.55830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:36 smithi203 ceph-mon[117428]: pgmap v1574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:36 smithi203 ceph-mon[117428]: from='client.55830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:38.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:38 smithi137 ceph-mon[117020]: pgmap v1575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:38 smithi066 ceph-mon[112137]: pgmap v1575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:38.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:38 smithi203 ceph-mon[117428]: pgmap v1575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:40.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:40 smithi137 ceph-mon[117020]: pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:40.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:40.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:40.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:40 smithi066 ceph-mon[112137]: pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:40 smithi203 ceph-mon[117428]: pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:41.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:41.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:41.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:41.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:41.358 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:41.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:41 smithi137 ceph-mon[117020]: from='client.55905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:41.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:41 smithi066 ceph-mon[112137]: from='client.55905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:41.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:41 smithi203 ceph-mon[117428]: from='client.55905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:42.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:42 smithi137 ceph-mon[117020]: pgmap v1577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:42.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:42 smithi066 ceph-mon[112137]: pgmap v1577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:42.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:42 smithi203 ceph-mon[117428]: pgmap v1577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:44.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:44 smithi137 ceph-mon[117020]: pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:44 smithi066 ceph-mon[112137]: pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:44.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:44 smithi203 ceph-mon[117428]: pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:46.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:46.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:46.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:46.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:46 smithi137 ceph-mon[117020]: pgmap v1579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:46 smithi066 ceph-mon[112137]: pgmap v1579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:46.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:46 smithi203 ceph-mon[117428]: pgmap v1579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:47.095 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:47.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:47.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:47.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:47.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:47.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:47 smithi137 ceph-mon[117020]: from='client.55983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:47.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:47 smithi066 ceph-mon[112137]: from='client.55983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:47.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:47 smithi203 ceph-mon[117428]: from='client.55983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:48.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:48 smithi137 ceph-mon[117020]: pgmap v1580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:48 smithi066 ceph-mon[112137]: pgmap v1580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:48 smithi203 ceph-mon[117428]: pgmap v1580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:50.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:50 smithi137 ceph-mon[117020]: pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:50 smithi066 ceph-mon[112137]: pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:50 smithi203 ceph-mon[117428]: pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:52.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:52.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:52.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:52.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:52 smithi203 ceph-mon[117428]: pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:52.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:52 smithi137 ceph-mon[117020]: pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:52.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:52 smithi066 ceph-mon[112137]: pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:52.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:52.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:52.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:52.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:52.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:53.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:53 smithi203 ceph-mon[117428]: from='client.56058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:53.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:53 smithi137 ceph-mon[117020]: from='client.56058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:53.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:53 smithi066 ceph-mon[112137]: from='client.56058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:54.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:54 smithi203 ceph-mon[117428]: pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:54.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:54 smithi137 ceph-mon[117020]: pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:54.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:54 smithi066 ceph-mon[112137]: pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:56.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:56 smithi137 ceph-mon[117020]: pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:56 smithi066 ceph-mon[112137]: pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:56.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:56 smithi203 ceph-mon[117428]: pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:57.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:05:57.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:57.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:58.557 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:05:58.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:58.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:58.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:58.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:05:58.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:58 smithi137 ceph-mon[117020]: pgmap v1585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:58 smithi066 ceph-mon[112137]: pgmap v1585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:58.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:58 smithi203 ceph-mon[117428]: pgmap v1585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:59.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:05:59 smithi137 ceph-mon[117020]: from='client.56130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:59.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:05:59 smithi066 ceph-mon[112137]: from='client.56130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:59.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:05:59 smithi203 ceph-mon[117428]: from='client.56130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:00.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:00 smithi137 ceph-mon[117020]: pgmap v1586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:00 smithi066 ceph-mon[112137]: pgmap v1586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:00.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:00 smithi203 ceph-mon[117428]: pgmap v1586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:02.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:02 smithi203 ceph-mon[117428]: pgmap v1587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:02 smithi137 ceph-mon[117020]: pgmap v1587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:02 smithi066 ceph-mon[112137]: pgmap v1587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:03.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:03.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:03.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:04.289 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:04.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:04.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:04.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:04.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:04 smithi137 ceph-mon[117020]: pgmap v1588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:04 smithi137 ceph-mon[117020]: from='client.56205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:04 smithi066 ceph-mon[112137]: pgmap v1588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:04 smithi066 ceph-mon[112137]: from='client.56205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:04.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:04 smithi203 ceph-mon[117428]: pgmap v1588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:04.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:04 smithi203 ceph-mon[117428]: from='client.56205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:06.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:06 smithi137 ceph-mon[117020]: pgmap v1589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:06 smithi066 ceph-mon[112137]: pgmap v1589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:06.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:06 smithi203 ceph-mon[117428]: pgmap v1589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:08.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:08 smithi137 ceph-mon[117020]: pgmap v1590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:08.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:06:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:08 smithi066 ceph-mon[112137]: pgmap v1590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:06:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:08 smithi203 ceph-mon[117428]: pgmap v1590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:08.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:06:09.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:09.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:09.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:09.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:06:09.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:06:09.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:06:09.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:06:09.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:06:09.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:06:09.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:06:09.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:06:09.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:06:10.023 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:10.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:10.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:10.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:10.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:10.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:10 smithi137 ceph-mon[117020]: pgmap v1591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:10.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:10 smithi137 ceph-mon[117020]: from='client.56283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:10 smithi066 ceph-mon[112137]: pgmap v1591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:10 smithi066 ceph-mon[112137]: from='client.56283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:10.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:10 smithi203 ceph-mon[117428]: pgmap v1591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:10.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:10 smithi203 ceph-mon[117428]: from='client.56283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:12 smithi203 ceph-mon[117428]: pgmap v1592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:12 smithi137 ceph-mon[117020]: pgmap v1592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:12.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:12 smithi066 ceph-mon[112137]: pgmap v1592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:14.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:14 smithi137 ceph-mon[117020]: pgmap v1593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:14.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:14 smithi066 ceph-mon[112137]: pgmap v1593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:14.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:14 smithi203 ceph-mon[117428]: pgmap v1593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:15.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:15.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:15.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:15.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:15.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:15.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:15.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:15.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:16.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:16 smithi137 ceph-mon[117020]: pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:16.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:16 smithi137 ceph-mon[117020]: from='client.56361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:16 smithi066 ceph-mon[112137]: pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:16 smithi066 ceph-mon[112137]: from='client.56361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:16.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:16 smithi203 ceph-mon[117428]: pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:16.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:16 smithi203 ceph-mon[117428]: from='client.56361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:18.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:18 smithi137 ceph-mon[117020]: pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:18 smithi066 ceph-mon[112137]: pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:18 smithi203 ceph-mon[117428]: pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:20.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:20 smithi137 ceph-mon[117020]: pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:20 smithi066 ceph-mon[112137]: pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:20.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:20.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:20.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:20.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:20 smithi203 ceph-mon[117428]: pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:21.472 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:21.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:21.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:21.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:21.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:22.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:22 smithi203 ceph-mon[117428]: from='client.56439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:22.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:22 smithi203 ceph-mon[117428]: pgmap v1597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:22 smithi137 ceph-mon[117020]: from='client.56439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:22 smithi137 ceph-mon[117020]: pgmap v1597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:22 smithi066 ceph-mon[112137]: from='client.56439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:22 smithi066 ceph-mon[112137]: pgmap v1597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:24.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:24 smithi137 ceph-mon[117020]: pgmap v1598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:24 smithi066 ceph-mon[112137]: pgmap v1598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:24 smithi203 ceph-mon[117428]: pgmap v1598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:26.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:26.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:26.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:26.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:26 smithi137 ceph-mon[117020]: pgmap v1599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:26 smithi066 ceph-mon[112137]: pgmap v1599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:26.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:26 smithi203 ceph-mon[117428]: pgmap v1599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:27.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:27.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:27.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:27.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:27.198 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:27.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:27 smithi137 ceph-mon[117020]: from='client.56517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:27.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:27 smithi066 ceph-mon[112137]: from='client.56517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:27.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:27 smithi203 ceph-mon[117428]: from='client.56517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:28.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:28 smithi137 ceph-mon[117020]: pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:28 smithi066 ceph-mon[112137]: pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:28.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:28 smithi203 ceph-mon[117428]: pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:30.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:30 smithi137 ceph-mon[117020]: pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:30 smithi066 ceph-mon[112137]: pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:30.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:30 smithi203 ceph-mon[117428]: pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:32.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:32.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:32.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:32.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:32 smithi203 ceph-mon[117428]: pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:32.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:32 smithi137 ceph-mon[117020]: pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:32 smithi066 ceph-mon[112137]: pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:32.922 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:32.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:32.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:32.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:32.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:33.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:33 smithi203 ceph-mon[117428]: from='client.56595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:33.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:33 smithi137 ceph-mon[117020]: from='client.56595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:33.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:33 smithi066 ceph-mon[112137]: from='client.56595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:34.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:34 smithi203 ceph-mon[117428]: pgmap v1603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:34.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:34 smithi137 ceph-mon[117020]: pgmap v1603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:34.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:34 smithi066 ceph-mon[112137]: pgmap v1603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:36.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:36 smithi137 ceph-mon[117020]: pgmap v1604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:36 smithi066 ceph-mon[112137]: pgmap v1604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:36 smithi203 ceph-mon[117428]: pgmap v1604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:37.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:37.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:37.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:38.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:38 smithi137 ceph-mon[117020]: pgmap v1605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:38.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:38.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:38.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:38.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:38.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:38 smithi066 ceph-mon[112137]: pgmap v1605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:38.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:38 smithi203 ceph-mon[117428]: pgmap v1605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:39.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:39 smithi137 ceph-mon[117020]: from='client.56670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:39.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:39 smithi066 ceph-mon[112137]: from='client.56670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:39.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:39 smithi203 ceph-mon[117428]: from='client.56670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:40.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:40 smithi137 ceph-mon[117020]: pgmap v1606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:40 smithi066 ceph-mon[112137]: pgmap v1606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:40 smithi203 ceph-mon[117428]: pgmap v1606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:42.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:42 smithi203 ceph-mon[117428]: pgmap v1607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:42 smithi137 ceph-mon[117020]: pgmap v1607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:42 smithi066 ceph-mon[112137]: pgmap v1607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:43.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:43.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:43.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:44.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:44.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:44.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:44.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:44.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:44.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:44 smithi137 ceph-mon[117020]: pgmap v1608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:44.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:44 smithi137 ceph-mon[117020]: from='client.56748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:44 smithi066 ceph-mon[112137]: pgmap v1608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:44 smithi066 ceph-mon[112137]: from='client.56748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:44.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:44 smithi203 ceph-mon[117428]: pgmap v1608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:44.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:44 smithi203 ceph-mon[117428]: from='client.56748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:46.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:46 smithi137 ceph-mon[117020]: pgmap v1609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:46 smithi066 ceph-mon[112137]: pgmap v1609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:46.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:46 smithi203 ceph-mon[117428]: pgmap v1609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:48.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:48 smithi137 ceph-mon[117020]: pgmap v1610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:48 smithi066 ceph-mon[112137]: pgmap v1610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:48 smithi203 ceph-mon[117428]: pgmap v1610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:49.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:49.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:49.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:50.094 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:50.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:50.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:50.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:50.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:50.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:50 smithi137 ceph-mon[117020]: pgmap v1611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:50.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:50 smithi137 ceph-mon[117020]: from='client.56826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:50 smithi066 ceph-mon[112137]: pgmap v1611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:50 smithi066 ceph-mon[112137]: from='client.56826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:50 smithi203 ceph-mon[117428]: pgmap v1611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:50.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:50 smithi203 ceph-mon[117428]: from='client.56826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:52.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:52 smithi203 ceph-mon[117428]: pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:52.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:52 smithi137 ceph-mon[117020]: pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:52.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:52 smithi066 ceph-mon[112137]: pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:54.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:54 smithi137 ceph-mon[117020]: pgmap v1613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:54.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:54 smithi066 ceph-mon[112137]: pgmap v1613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:54.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:54 smithi203 ceph-mon[117428]: pgmap v1613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:55.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:06:55.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:55.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:55.815 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:06:55.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:55.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:55.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:55.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:06:56.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:56 smithi137 ceph-mon[117020]: pgmap v1614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:56.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:56 smithi137 ceph-mon[117020]: from='client.56901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:56 smithi066 ceph-mon[112137]: pgmap v1614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:56 smithi066 ceph-mon[112137]: from='client.56901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:56.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:56 smithi203 ceph-mon[117428]: pgmap v1614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:56.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:56 smithi203 ceph-mon[117428]: from='client.56901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:58.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:06:58 smithi137 ceph-mon[117020]: pgmap v1615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:06:58 smithi066 ceph-mon[112137]: pgmap v1615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:58.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:06:58 smithi203 ceph-mon[117428]: pgmap v1615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:00.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:00 smithi137 ceph-mon[117020]: pgmap v1616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:00 smithi066 ceph-mon[112137]: pgmap v1616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:00.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:00.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:00.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:00.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:00 smithi203 ceph-mon[117428]: pgmap v1616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:01.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:01.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:01.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:01.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:01.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:02.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:02 smithi203 ceph-mon[117428]: from='client.56979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:02.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:02 smithi203 ceph-mon[117428]: pgmap v1617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:02 smithi137 ceph-mon[117020]: from='client.56979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:02 smithi137 ceph-mon[117020]: pgmap v1617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:02 smithi066 ceph-mon[112137]: from='client.56979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:02 smithi066 ceph-mon[112137]: pgmap v1617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:04 smithi137 ceph-mon[117020]: pgmap v1618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:04 smithi066 ceph-mon[112137]: pgmap v1618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:04.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:04 smithi203 ceph-mon[117428]: pgmap v1618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:06.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:06.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:06.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:06.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:06 smithi137 ceph-mon[117020]: pgmap v1619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:06 smithi066 ceph-mon[112137]: pgmap v1619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:06.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:06 smithi203 ceph-mon[117428]: pgmap v1619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:07.261 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:07.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:07.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:07.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:07.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:07.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:07 smithi137 ceph-mon[117020]: from='client.57057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:07.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:07 smithi066 ceph-mon[112137]: from='client.57057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:07.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:07 smithi203 ceph-mon[117428]: from='client.57057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:08.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:08 smithi137 ceph-mon[117020]: pgmap v1620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:08 smithi066 ceph-mon[112137]: pgmap v1620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:08 smithi203 ceph-mon[117428]: pgmap v1620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:09.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:07:09.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:07:09.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:07:09.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:07:09.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:07:09.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:07:09.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:07:09.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:07:09.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:07:09.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:07:09.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:07:09.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:07:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:10 smithi066 ceph-mon[112137]: pgmap v1621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:10.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:10 smithi203 ceph-mon[117428]: pgmap v1621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:10 smithi137 ceph-mon[117020]: pgmap v1621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:12.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:12.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:12.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:12.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:12 smithi203 ceph-mon[117428]: pgmap v1622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:12 smithi137 ceph-mon[117020]: pgmap v1622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:12.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:12 smithi066 ceph-mon[112137]: pgmap v1622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:12.980 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:12.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:12.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:12.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:12.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:13.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:13 smithi203 ceph-mon[117428]: from='client.57135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:13.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:13 smithi137 ceph-mon[117020]: from='client.57135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:13.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:13 smithi066 ceph-mon[112137]: from='client.57135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:14.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:14 smithi203 ceph-mon[117428]: pgmap v1623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:14.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:14 smithi137 ceph-mon[117020]: pgmap v1623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:14.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:14 smithi066 ceph-mon[112137]: pgmap v1623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:16.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:16 smithi137 ceph-mon[117020]: pgmap v1624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:16 smithi066 ceph-mon[112137]: pgmap v1624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:16.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:16 smithi203 ceph-mon[117428]: pgmap v1624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:17.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:17.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:17.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:18.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:18 smithi137 ceph-mon[117020]: pgmap v1625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:18.703 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:18.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:18.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:18.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:18.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:18 smithi066 ceph-mon[112137]: pgmap v1625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:18 smithi203 ceph-mon[117428]: pgmap v1625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:19.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:19 smithi066 ceph-mon[112137]: from='client.57210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:19.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:19 smithi203 ceph-mon[117428]: from='client.57210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:19.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:19 smithi137 ceph-mon[117020]: from='client.57210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:20 smithi066 ceph-mon[112137]: pgmap v1626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:20.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:20 smithi203 ceph-mon[117428]: pgmap v1626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:20.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:20 smithi137 ceph-mon[117020]: pgmap v1626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:22.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:22 smithi203 ceph-mon[117428]: pgmap v1627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:22 smithi137 ceph-mon[117020]: pgmap v1627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:22 smithi066 ceph-mon[112137]: pgmap v1627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:23.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:23.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:23.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:24.428 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:24.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:24.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:24.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:24.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:24.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:24 smithi137 ceph-mon[117020]: pgmap v1628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:24 smithi066 ceph-mon[112137]: pgmap v1628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:24 smithi203 ceph-mon[117428]: pgmap v1628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:25.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:25 smithi137 ceph-mon[117020]: from='client.57279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:25.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:25 smithi066 ceph-mon[112137]: from='client.57279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:25.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:25 smithi203 ceph-mon[117428]: from='client.57279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:26 smithi066 ceph-mon[112137]: pgmap v1629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:26.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:26 smithi203 ceph-mon[117428]: pgmap v1629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:26.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:26 smithi137 ceph-mon[117020]: pgmap v1629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:28 smithi066 ceph-mon[112137]: pgmap v1630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:28.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:28 smithi203 ceph-mon[117428]: pgmap v1630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:28.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:28 smithi137 ceph-mon[117020]: pgmap v1630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:29.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:29.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:29.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:30.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:30.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:30.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:30.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:30.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:30 smithi066 ceph-mon[112137]: pgmap v1631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:30 smithi066 ceph-mon[112137]: from='client.57354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:30.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:30 smithi203 ceph-mon[117428]: pgmap v1631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:30.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:30 smithi203 ceph-mon[117428]: from='client.57354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:30.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:30 smithi137 ceph-mon[117020]: pgmap v1631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:30.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:30 smithi137 ceph-mon[117020]: from='client.57354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:32.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:32 smithi203 ceph-mon[117428]: pgmap v1632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:32.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:32 smithi137 ceph-mon[117020]: pgmap v1632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:32 smithi066 ceph-mon[112137]: pgmap v1632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:34.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:34 smithi137 ceph-mon[117020]: pgmap v1633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:34.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:34 smithi066 ceph-mon[112137]: pgmap v1633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:34.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:34 smithi203 ceph-mon[117428]: pgmap v1633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:35.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:35.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:35.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:35.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:35.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:35.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:35.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:35.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:36.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:36 smithi137 ceph-mon[117020]: pgmap v1634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:36.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:36 smithi137 ceph-mon[117020]: from='client.57432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:36 smithi066 ceph-mon[112137]: pgmap v1634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:36 smithi066 ceph-mon[112137]: from='client.57432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:36 smithi203 ceph-mon[117428]: pgmap v1634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:36 smithi203 ceph-mon[117428]: from='client.57432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:38 smithi066 ceph-mon[112137]: pgmap v1635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:38.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:38 smithi203 ceph-mon[117428]: pgmap v1635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:38.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:38 smithi137 ceph-mon[117020]: pgmap v1635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:40 smithi066 ceph-mon[112137]: pgmap v1636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:40 smithi203 ceph-mon[117428]: pgmap v1636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:40.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:40 smithi137 ceph-mon[117020]: pgmap v1636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:40.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:40.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:40.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:41.603 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:41.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:41.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:41.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:41.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:42.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:42 smithi203 ceph-mon[117428]: from='client.57510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:42.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:42 smithi203 ceph-mon[117428]: pgmap v1637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:42 smithi137 ceph-mon[117020]: from='client.57510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:42 smithi137 ceph-mon[117020]: pgmap v1637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:42 smithi066 ceph-mon[112137]: from='client.57510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:42 smithi066 ceph-mon[112137]: pgmap v1637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:44.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:44 smithi137 ceph-mon[117020]: pgmap v1638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:44 smithi066 ceph-mon[112137]: pgmap v1638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:44.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:44 smithi203 ceph-mon[117428]: pgmap v1638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:46.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:46.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:46.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:46 smithi066 ceph-mon[112137]: pgmap v1639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:46.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:46 smithi203 ceph-mon[117428]: pgmap v1639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:46.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:46 smithi137 ceph-mon[117020]: pgmap v1639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:47.320 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:47.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:47.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:47.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:47.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:47.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:47 smithi066 ceph-mon[112137]: from='client.57582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:47.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:47 smithi203 ceph-mon[117428]: from='client.57582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:47.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:47 smithi137 ceph-mon[117020]: from='client.57582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:48 smithi066 ceph-mon[112137]: pgmap v1640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:48.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:48 smithi203 ceph-mon[117428]: pgmap v1640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:48.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:48 smithi137 ceph-mon[117020]: pgmap v1640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:50 smithi066 ceph-mon[112137]: pgmap v1641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:50 smithi203 ceph-mon[117428]: pgmap v1641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:50.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:50 smithi137 ceph-mon[117020]: pgmap v1641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:52.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:52.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:52.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:52.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:52 smithi203 ceph-mon[117428]: pgmap v1642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:52.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:52 smithi137 ceph-mon[117020]: pgmap v1642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:52.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:52 smithi066 ceph-mon[112137]: pgmap v1642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:53.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:53.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:53.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:53.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:53.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:53.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:53 smithi203 ceph-mon[117428]: from='client.57657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:53.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:53 smithi137 ceph-mon[117020]: from='client.57657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:53.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:53 smithi066 ceph-mon[112137]: from='client.57657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:54.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:54 smithi203 ceph-mon[117428]: pgmap v1643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:54.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:54 smithi137 ceph-mon[117020]: pgmap v1643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:54.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:54 smithi066 ceph-mon[112137]: pgmap v1643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:56.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:56 smithi137 ceph-mon[117020]: pgmap v1644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:56 smithi066 ceph-mon[112137]: pgmap v1644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:56.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:56 smithi203 ceph-mon[117428]: pgmap v1644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:58.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:07:58.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:58.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:58 smithi066 ceph-mon[112137]: pgmap v1645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:58.791 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:07:58.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:58.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:58.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:58.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:07:58.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:58 smithi203 ceph-mon[117428]: pgmap v1645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:58.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:58 smithi137 ceph-mon[117020]: pgmap v1645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:59.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:07:59 smithi066 ceph-mon[112137]: from='client.57732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:59.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:07:59 smithi203 ceph-mon[117428]: from='client.57732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:59.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:07:59 smithi137 ceph-mon[117020]: from='client.57732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:00 smithi066 ceph-mon[112137]: pgmap v1646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:00.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:00 smithi203 ceph-mon[117428]: pgmap v1646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:00.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:00 smithi137 ceph-mon[117020]: pgmap v1646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:02.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:02 smithi203 ceph-mon[117428]: pgmap v1647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:02 smithi137 ceph-mon[117020]: pgmap v1647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:02 smithi066 ceph-mon[112137]: pgmap v1647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:03.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:03.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:03.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:04.510 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:04.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:04.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:04.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:04.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:04 smithi066 ceph-mon[112137]: pgmap v1648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:04.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:04 smithi203 ceph-mon[117428]: pgmap v1648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:04.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:04 smithi137 ceph-mon[117020]: pgmap v1648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:05.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:05 smithi066 ceph-mon[112137]: from='client.57807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:05.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:05 smithi203 ceph-mon[117428]: from='client.57807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:05.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:05 smithi137 ceph-mon[117020]: from='client.57807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:06 smithi066 ceph-mon[112137]: pgmap v1649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:06.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:06 smithi203 ceph-mon[117428]: pgmap v1649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:06.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:06 smithi137 ceph-mon[117020]: pgmap v1649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:08 smithi066 ceph-mon[112137]: pgmap v1650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:08 smithi203 ceph-mon[117428]: pgmap v1650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:08.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:08 smithi137 ceph-mon[117020]: pgmap v1650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:09.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:09.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:09.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:09.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:08:09.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:08:09.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:08:10.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:10.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:10.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:10.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:10.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:10 smithi066 ceph-mon[112137]: pgmap v1651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:08:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:08:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:08:10.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:10 smithi066 ceph-mon[112137]: from='client.57882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:10.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:10 smithi203 ceph-mon[117428]: pgmap v1651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:10.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:08:10.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:08:10.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:08:10.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:10 smithi203 ceph-mon[117428]: from='client.57882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:10 smithi137 ceph-mon[117020]: pgmap v1651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:08:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:08:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:08:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:10 smithi137 ceph-mon[117020]: from='client.57882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:12.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:12 smithi203 ceph-mon[117428]: pgmap v1652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:12 smithi137 ceph-mon[117020]: pgmap v1652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:12.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:12 smithi066 ceph-mon[112137]: pgmap v1652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:14.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:14 smithi066 ceph-mon[112137]: pgmap v1653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:14.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:14 smithi203 ceph-mon[117428]: pgmap v1653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:14.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:14 smithi137 ceph-mon[117020]: pgmap v1653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:15.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:15.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:15.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:15.970 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:15.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:15.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:15.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:15.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:16.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:16 smithi066 ceph-mon[112137]: pgmap v1654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:16.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:16 smithi066 ceph-mon[112137]: from='client.57957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:16.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:16 smithi203 ceph-mon[117428]: pgmap v1654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:16.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:16 smithi203 ceph-mon[117428]: from='client.57957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:16.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:16 smithi137 ceph-mon[117020]: pgmap v1654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:16.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:16 smithi137 ceph-mon[117020]: from='client.57957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:18 smithi066 ceph-mon[112137]: pgmap v1655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:18 smithi203 ceph-mon[117428]: pgmap v1655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:18 smithi137 ceph-mon[117020]: pgmap v1655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:20 smithi066 ceph-mon[112137]: pgmap v1656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:20.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:20 smithi203 ceph-mon[117428]: pgmap v1656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:20.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:20 smithi137 ceph-mon[117020]: pgmap v1656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:20.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:20.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:20.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:21.687 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:21.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:21.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:21.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:21.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:22.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:22 smithi203 ceph-mon[117428]: pgmap v1657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:22.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:22 smithi203 ceph-mon[117428]: from='client.58032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:22 smithi137 ceph-mon[117020]: pgmap v1657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:22 smithi137 ceph-mon[117020]: from='client.58032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:22 smithi066 ceph-mon[112137]: pgmap v1657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:22 smithi066 ceph-mon[112137]: from='client.58032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:24 smithi066 ceph-mon[112137]: pgmap v1658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:24 smithi203 ceph-mon[117428]: pgmap v1658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:24 smithi137 ceph-mon[117020]: pgmap v1658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:26.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:26.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:26.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:26 smithi066 ceph-mon[112137]: pgmap v1659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:26.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:26 smithi203 ceph-mon[117428]: pgmap v1659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:26.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:26 smithi137 ceph-mon[117020]: pgmap v1659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:27.404 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:28 smithi066 ceph-mon[112137]: from='client.58104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:28 smithi066 ceph-mon[112137]: pgmap v1660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:28.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:28 smithi203 ceph-mon[117428]: from='client.58104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:28.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:28 smithi203 ceph-mon[117428]: pgmap v1660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:28.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:28 smithi137 ceph-mon[117020]: from='client.58104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:28.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:28 smithi137 ceph-mon[117020]: pgmap v1660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:30 smithi066 ceph-mon[112137]: pgmap v1661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:30.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:30 smithi203 ceph-mon[117428]: pgmap v1661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:30.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:30 smithi137 ceph-mon[117020]: pgmap v1661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:32.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:32 smithi203 ceph-mon[117428]: pgmap v1662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:32.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:32 smithi137 ceph-mon[117020]: pgmap v1662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:32.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:32.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:32.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:32 smithi066 ceph-mon[112137]: pgmap v1662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:33.132 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:33.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:33.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:33.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:33.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:33.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:33 smithi203 ceph-mon[117428]: from='client.58179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:33.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:33 smithi137 ceph-mon[117020]: from='client.58179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:33.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:33 smithi066 ceph-mon[112137]: from='client.58179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:34.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:34 smithi203 ceph-mon[117428]: pgmap v1663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:34.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:34 smithi137 ceph-mon[117020]: pgmap v1663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:34.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:34 smithi066 ceph-mon[112137]: pgmap v1663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:36.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:36 smithi066 ceph-mon[112137]: pgmap v1664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:36 smithi203 ceph-mon[117428]: pgmap v1664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:36.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:36 smithi137 ceph-mon[117020]: pgmap v1664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:38.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:38.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:38.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:38 smithi066 ceph-mon[112137]: pgmap v1665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:38.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:38 smithi203 ceph-mon[117428]: pgmap v1665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:38.856 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:38.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:38.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:38.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:38.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:38.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:38 smithi137 ceph-mon[117020]: pgmap v1665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:39.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:39 smithi066 ceph-mon[112137]: from='client.58248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:39.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:39 smithi203 ceph-mon[117428]: from='client.58248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:39.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:39 smithi137 ceph-mon[117020]: from='client.58248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:40 smithi066 ceph-mon[112137]: pgmap v1666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:40 smithi203 ceph-mon[117428]: pgmap v1666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:40.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:40 smithi137 ceph-mon[117020]: pgmap v1666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:42.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:42 smithi203 ceph-mon[117428]: pgmap v1667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:42 smithi137 ceph-mon[117020]: pgmap v1667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:42 smithi066 ceph-mon[112137]: pgmap v1667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:43.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:43.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:43.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:44.582 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:44.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:44.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:44.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:44.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:44 smithi066 ceph-mon[112137]: pgmap v1668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:44.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:44 smithi203 ceph-mon[117428]: pgmap v1668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:44.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:44 smithi137 ceph-mon[117020]: pgmap v1668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:45.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:45 smithi066 ceph-mon[112137]: from='client.58326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:45.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:45 smithi203 ceph-mon[117428]: from='client.58326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:45.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:45 smithi137 ceph-mon[117020]: from='client.58326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:46 smithi066 ceph-mon[112137]: pgmap v1669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:46.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:46 smithi203 ceph-mon[117428]: pgmap v1669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:46.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:46 smithi137 ceph-mon[117020]: pgmap v1669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:48 smithi066 ceph-mon[112137]: pgmap v1670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:48 smithi203 ceph-mon[117428]: pgmap v1670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:48.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:48 smithi137 ceph-mon[117020]: pgmap v1670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:49.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:49.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:49.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:50.316 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:50.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:50.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:50.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:50.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:50 smithi066 ceph-mon[112137]: pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:50 smithi066 ceph-mon[112137]: from='client.58401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:50.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:50 smithi203 ceph-mon[117428]: pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:50.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:50 smithi203 ceph-mon[117428]: from='client.58401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:50.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:50 smithi137 ceph-mon[117020]: pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:50.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:50 smithi137 ceph-mon[117020]: from='client.58401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:52.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:52 smithi203 ceph-mon[117428]: pgmap v1672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:52.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:52 smithi137 ceph-mon[117020]: pgmap v1672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:52.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:52 smithi066 ceph-mon[112137]: pgmap v1672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:54.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:54 smithi066 ceph-mon[112137]: pgmap v1673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:54.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:54 smithi203 ceph-mon[117428]: pgmap v1673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:54.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:54 smithi137 ceph-mon[117020]: pgmap v1673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:55.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:08:55.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:55.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:56.037 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:08:56.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:56.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:56.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:56.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:08:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:56 smithi066 ceph-mon[112137]: pgmap v1674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:56 smithi066 ceph-mon[112137]: from='client.58479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:56.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:56 smithi203 ceph-mon[117428]: pgmap v1674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:56.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:56 smithi203 ceph-mon[117428]: from='client.58479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:56.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:56 smithi137 ceph-mon[117020]: pgmap v1674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:56.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:56 smithi137 ceph-mon[117020]: from='client.58479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:08:58 smithi066 ceph-mon[112137]: pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:58.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:08:58 smithi203 ceph-mon[117428]: pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:58.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:08:58 smithi137 ceph-mon[117020]: pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:00 smithi066 ceph-mon[112137]: pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:00.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:00 smithi203 ceph-mon[117428]: pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:00.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:00 smithi137 ceph-mon[117020]: pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:01.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:01.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:01.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:01.762 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:01.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:01.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:01.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:01.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:02.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:02 smithi203 ceph-mon[117428]: pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:02.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:02 smithi203 ceph-mon[117428]: from='client.58557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:02 smithi137 ceph-mon[117020]: pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:02 smithi137 ceph-mon[117020]: from='client.58557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:02 smithi066 ceph-mon[112137]: pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:02 smithi066 ceph-mon[112137]: from='client.58557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:04 smithi066 ceph-mon[112137]: pgmap v1678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:04.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:04 smithi203 ceph-mon[117428]: pgmap v1678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:04.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:04 smithi137 ceph-mon[117020]: pgmap v1678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:06 smithi066 ceph-mon[112137]: pgmap v1679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:06.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:06.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:06.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:06.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:06 smithi203 ceph-mon[117428]: pgmap v1679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:06.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:06 smithi137 ceph-mon[117020]: pgmap v1679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:07.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:07.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:07.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:07.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:07.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:08 smithi066 ceph-mon[112137]: from='client.58626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:08 smithi066 ceph-mon[112137]: pgmap v1680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:08.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:08 smithi203 ceph-mon[117428]: from='client.58626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:08.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:08 smithi203 ceph-mon[117428]: pgmap v1680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:08.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:08 smithi137 ceph-mon[117020]: from='client.58626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:08.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:08 smithi137 ceph-mon[117020]: pgmap v1680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:10 smithi066 ceph-mon[112137]: pgmap v1681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:09:10.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:10 smithi203 ceph-mon[117428]: pgmap v1681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:10.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:09:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:10 smithi137 ceph-mon[117020]: pgmap v1681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:09:11.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:09:11.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:09:11.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:09:11.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:09:11.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:09:11.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:09:11.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:09:11.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:09:11.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:09:12.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:12.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:12.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:12.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:12 smithi066 ceph-mon[112137]: pgmap v1682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:12.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:12 smithi203 ceph-mon[117428]: pgmap v1682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:12.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:12 smithi137 ceph-mon[117020]: pgmap v1682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:13.218 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:13.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:13.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:13.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:13.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:13.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:13 smithi066 ceph-mon[112137]: from='client.58704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:13.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:13 smithi203 ceph-mon[117428]: from='client.58704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:13.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:13 smithi137 ceph-mon[117020]: from='client.58704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:14.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:14 smithi066 ceph-mon[112137]: pgmap v1683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:14.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:14 smithi203 ceph-mon[117428]: pgmap v1683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:14.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:14 smithi137 ceph-mon[117020]: pgmap v1683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:16 smithi066 ceph-mon[112137]: pgmap v1684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:16.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:16 smithi203 ceph-mon[117428]: pgmap v1684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:16.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:16 smithi137 ceph-mon[117020]: pgmap v1684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:18.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:18.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:18.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:18 smithi066 ceph-mon[112137]: pgmap v1685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:18 smithi203 ceph-mon[117428]: pgmap v1685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:18 smithi137 ceph-mon[117020]: pgmap v1685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:18.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:18.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:18.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:18.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:18.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:19.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:19 smithi066 ceph-mon[112137]: from='client.58779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:19.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:19 smithi203 ceph-mon[117428]: from='client.58779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:19.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:19 smithi137 ceph-mon[117020]: from='client.58779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:20 smithi066 ceph-mon[112137]: pgmap v1686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:20.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:20 smithi203 ceph-mon[117428]: pgmap v1686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:20.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:20 smithi137 ceph-mon[117020]: pgmap v1686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:22.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:22 smithi203 ceph-mon[117428]: pgmap v1687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:22 smithi137 ceph-mon[117020]: pgmap v1687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:22 smithi066 ceph-mon[112137]: pgmap v1687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:23.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:23.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:23.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:24.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:24.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:24.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:24.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:24.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:24 smithi066 ceph-mon[112137]: pgmap v1688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:24 smithi203 ceph-mon[117428]: pgmap v1688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:24 smithi137 ceph-mon[117020]: pgmap v1688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:25.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:25 smithi066 ceph-mon[112137]: from='client.58857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:25.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:25 smithi203 ceph-mon[117428]: from='client.58857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:25.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:25 smithi137 ceph-mon[117020]: from='client.58857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:26 smithi066 ceph-mon[112137]: pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:09:26.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:26 smithi203 ceph-mon[117428]: pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:09:26.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:26 smithi137 ceph-mon[117020]: pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:09:28.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:28 smithi066 ceph-mon[112137]: pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:28.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:28 smithi203 ceph-mon[117428]: pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:28.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:28 smithi137 ceph-mon[117020]: pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:29.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:29.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:29.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:30.393 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:30.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:30.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:30.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:30.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:30 smithi066 ceph-mon[112137]: pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:30 smithi066 ceph-mon[112137]: from='client.58932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:30.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:30 smithi203 ceph-mon[117428]: pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:30.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:30 smithi203 ceph-mon[117428]: from='client.58932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:30.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:30 smithi137 ceph-mon[117020]: pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:30.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:30 smithi137 ceph-mon[117020]: from='client.58932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:32.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:32 smithi203 ceph-mon[117428]: pgmap v1692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:32.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:32 smithi137 ceph-mon[117020]: pgmap v1692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:32 smithi066 ceph-mon[112137]: pgmap v1692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:34.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:34 smithi066 ceph-mon[112137]: pgmap v1693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:34.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:34 smithi203 ceph-mon[117428]: pgmap v1693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:34.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:34 smithi137 ceph-mon[117020]: pgmap v1693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:35.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:35.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:35.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:36.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:36.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:36.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:36.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:36.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:36 smithi066 ceph-mon[112137]: pgmap v1694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:36 smithi066 ceph-mon[112137]: from='client.59010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:36 smithi203 ceph-mon[117428]: pgmap v1694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:36 smithi203 ceph-mon[117428]: from='client.59010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:36.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:36 smithi137 ceph-mon[117020]: pgmap v1694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:36.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:36 smithi137 ceph-mon[117020]: from='client.59010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:38 smithi066 ceph-mon[112137]: pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:09:38.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:38 smithi203 ceph-mon[117428]: pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:09:38.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:38 smithi137 ceph-mon[117020]: pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:09:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:40 smithi066 ceph-mon[112137]: pgmap v1696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:09:40.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:40 smithi203 ceph-mon[117428]: pgmap v1696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:09:40.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:40 smithi137 ceph-mon[117020]: pgmap v1696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:09:41.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:41.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:41.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:41.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:41.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:41.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:41.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:41.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:42.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:42 smithi203 ceph-mon[117428]: pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:09:42.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:42 smithi203 ceph-mon[117428]: from='client.59085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:42 smithi137 ceph-mon[117020]: pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:09:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:42 smithi137 ceph-mon[117020]: from='client.59085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:42 smithi066 ceph-mon[112137]: pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:09:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:42 smithi066 ceph-mon[112137]: from='client.59085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:44 smithi066 ceph-mon[112137]: pgmap v1698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:44.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:44 smithi203 ceph-mon[117428]: pgmap v1698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:44.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:44 smithi137 ceph-mon[117020]: pgmap v1698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:46.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:46 smithi066 ceph-mon[112137]: pgmap v1699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:46.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:46 smithi203 ceph-mon[117428]: pgmap v1699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:46.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:46.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:46.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:46.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:46 smithi137 ceph-mon[117020]: pgmap v1699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:47.559 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:47.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:47.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:47.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:47.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:48 smithi066 ceph-mon[112137]: from='client.59163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:48 smithi066 ceph-mon[112137]: pgmap v1700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:48 smithi203 ceph-mon[117428]: from='client.59163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:48.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:48 smithi203 ceph-mon[117428]: pgmap v1700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:48.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:48 smithi137 ceph-mon[117020]: from='client.59163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:48.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:48 smithi137 ceph-mon[117020]: pgmap v1700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:50 smithi066 ceph-mon[112137]: pgmap v1701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:50 smithi203 ceph-mon[117428]: pgmap v1701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:50.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:50 smithi137 ceph-mon[117020]: pgmap v1701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:52.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:52 smithi137 ceph-mon[117020]: pgmap v1702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:52.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:52 smithi066 ceph-mon[112137]: pgmap v1702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:52.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:52.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:52.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:52.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:52 smithi203 ceph-mon[117428]: pgmap v1702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:53.293 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:53.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:53.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:53.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:53.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:53.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:53 smithi137 ceph-mon[117020]: from='client.59235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:53.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:53 smithi066 ceph-mon[112137]: from='client.59235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:53.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:53 smithi203 ceph-mon[117428]: from='client.59235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:54.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:54 smithi137 ceph-mon[117020]: pgmap v1703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:54.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:54 smithi066 ceph-mon[112137]: pgmap v1703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:54.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:54 smithi203 ceph-mon[117428]: pgmap v1703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:56.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:56 smithi066 ceph-mon[112137]: pgmap v1704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:56.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:56 smithi203 ceph-mon[117428]: pgmap v1704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:56.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:56 smithi137 ceph-mon[117020]: pgmap v1704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:58.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:09:58.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:58.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:58 smithi066 ceph-mon[112137]: pgmap v1705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:58.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:58 smithi203 ceph-mon[117428]: pgmap v1705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:58.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:58 smithi137 ceph-mon[117020]: pgmap v1705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:59.014 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:09:59.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:59.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:59.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:59.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:09:59.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:09:59 smithi066 ceph-mon[112137]: from='client.59307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:59.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:09:59 smithi203 ceph-mon[117428]: from='client.59307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:59.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:09:59 smithi137 ceph-mon[117020]: from='client.59307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:00 smithi066 ceph-mon[112137]: pgmap v1706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:00.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T18:10:00.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:00 smithi203 ceph-mon[117428]: pgmap v1706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:00.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T18:10:00.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:00 smithi137 ceph-mon[117020]: pgmap v1706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:00.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T18:10:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:02 smithi137 ceph-mon[117020]: pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:02 smithi066 ceph-mon[112137]: pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:02.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:02 smithi203 ceph-mon[117428]: pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:04.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:04.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:04.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:04.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:04.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:04.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:04.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:04.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:04 smithi066 ceph-mon[112137]: pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:04.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:04 smithi203 ceph-mon[117428]: pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:04.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:04 smithi137 ceph-mon[117020]: pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:05.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:05 smithi066 ceph-mon[112137]: from='client.59385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:05.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:05 smithi203 ceph-mon[117428]: from='client.59385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:05.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:05 smithi137 ceph-mon[117020]: from='client.59385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:06.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:06 smithi066 ceph-mon[112137]: pgmap v1709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:10:06.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:06 smithi203 ceph-mon[117428]: pgmap v1709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:10:06.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:06 smithi137 ceph-mon[117020]: pgmap v1709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:10:08.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:08 smithi066 ceph-mon[112137]: pgmap v1710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:08.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:08 smithi203 ceph-mon[117428]: pgmap v1710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:08.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:08 smithi137 ceph-mon[117020]: pgmap v1710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:09.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:09.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:09.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:10.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:10.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:10.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:10.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:10.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:10 smithi066 ceph-mon[112137]: pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:10.829 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:10 smithi203 ceph-mon[117428]: pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:10 smithi137 ceph-mon[117020]: pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:11.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:11 smithi066 ceph-mon[112137]: from='client.59463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:11.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:10:11.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:10:11.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:10:11.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:10:11.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:11 smithi203 ceph-mon[117428]: from='client.59463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:11.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:10:11.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:10:11.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:10:11.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:10:11.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:11 smithi137 ceph-mon[117020]: from='client.59463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:11.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:10:11.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:10:11.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:10:11.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:10:12.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:12 smithi066 ceph-mon[112137]: pgmap v1712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:12.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:12 smithi203 ceph-mon[117428]: pgmap v1712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:12.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:12 smithi137 ceph-mon[117020]: pgmap v1712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:14.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:14 smithi066 ceph-mon[112137]: pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:14.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:14 smithi203 ceph-mon[117428]: pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:14.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:14 smithi137 ceph-mon[117020]: pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:15.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:15.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:15.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:16.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:16.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:16.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:16.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:16.188 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:16 smithi066 ceph-mon[112137]: pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:16.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:16 smithi066 ceph-mon[112137]: from='client.59541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:16.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:16 smithi203 ceph-mon[117428]: pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:16.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:16 smithi203 ceph-mon[117428]: from='client.59541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:16.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:16 smithi137 ceph-mon[117020]: pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:16.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:16 smithi137 ceph-mon[117020]: from='client.59541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:18.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:18 smithi066 ceph-mon[112137]: pgmap v1715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:18 smithi203 ceph-mon[117428]: pgmap v1715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:18 smithi137 ceph-mon[117020]: pgmap v1715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:20.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:20 smithi066 ceph-mon[112137]: pgmap v1716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:20.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:20 smithi203 ceph-mon[117428]: pgmap v1716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:20.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:20 smithi137 ceph-mon[117020]: pgmap v1716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:21.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:21.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:21.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:21.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:21.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:21.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:21.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:21.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:22 smithi137 ceph-mon[117020]: pgmap v1717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:10:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:22 smithi137 ceph-mon[117020]: from='client.59619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:22 smithi066 ceph-mon[112137]: pgmap v1717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:10:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:22 smithi066 ceph-mon[112137]: from='client.59619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:22.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:22 smithi203 ceph-mon[117428]: pgmap v1717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:10:22.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:22 smithi203 ceph-mon[117428]: from='client.59619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:24.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:24 smithi066 ceph-mon[112137]: pgmap v1718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:24.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:24 smithi203 ceph-mon[117428]: pgmap v1718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:24 smithi137 ceph-mon[117020]: pgmap v1718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:26.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:26 smithi066 ceph-mon[112137]: pgmap v1719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:26.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:26 smithi203 ceph-mon[117428]: pgmap v1719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:26.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:26 smithi137 ceph-mon[117020]: pgmap v1719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:26.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:26.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:26.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:27.616 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:27.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:27.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:27.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:27.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:28 smithi066 ceph-mon[112137]: from='client.59694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:28.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:28 smithi066 ceph-mon[112137]: pgmap v1720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:28.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:28 smithi203 ceph-mon[117428]: from='client.59694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:28.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:28 smithi203 ceph-mon[117428]: pgmap v1720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:28.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:28 smithi137 ceph-mon[117020]: from='client.59694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:28.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:28 smithi137 ceph-mon[117020]: pgmap v1720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:30 smithi066 ceph-mon[112137]: pgmap v1721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:30.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:30 smithi203 ceph-mon[117428]: pgmap v1721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:30.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:30 smithi137 ceph-mon[117020]: pgmap v1721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:32.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:32 smithi137 ceph-mon[117020]: pgmap v1722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:32 smithi066 ceph-mon[112137]: pgmap v1722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:32.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:32 smithi203 ceph-mon[117428]: pgmap v1722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:32.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:32.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:32.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:33.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:33.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:33.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:33.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:33.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:33.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:33 smithi137 ceph-mon[117020]: from='client.59763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:33.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:33 smithi066 ceph-mon[112137]: from='client.59763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:33.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:33 smithi203 ceph-mon[117428]: from='client.59763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:34.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:34 smithi137 ceph-mon[117020]: pgmap v1723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:34.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:34 smithi066 ceph-mon[112137]: pgmap v1723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:34.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:34 smithi203 ceph-mon[117428]: pgmap v1723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:36 smithi066 ceph-mon[112137]: pgmap v1724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:36 smithi203 ceph-mon[117428]: pgmap v1724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:36.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:36 smithi137 ceph-mon[117020]: pgmap v1724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:38.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:38.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:38.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:38 smithi066 ceph-mon[112137]: pgmap v1725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:38.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:38 smithi203 ceph-mon[117428]: pgmap v1725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:38.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:38 smithi137 ceph-mon[117020]: pgmap v1725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:39.086 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:39.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:39.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:39.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:39.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:39.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:39 smithi066 ceph-mon[112137]: from='client.59835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:39.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:39 smithi203 ceph-mon[117428]: from='client.59835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:39.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:39 smithi137 ceph-mon[117020]: from='client.59835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:40 smithi066 ceph-mon[112137]: pgmap v1726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:40.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:40 smithi203 ceph-mon[117428]: pgmap v1726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:40.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:40 smithi137 ceph-mon[117020]: pgmap v1726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:42 smithi137 ceph-mon[117020]: pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:42 smithi066 ceph-mon[112137]: pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:42.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:42 smithi203 ceph-mon[117428]: pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:44.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:44.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:44.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:44 smithi066 ceph-mon[112137]: pgmap v1728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:44.820 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:44.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:44.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:44.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:44.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:44.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:44 smithi203 ceph-mon[117428]: pgmap v1728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:44.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:44 smithi137 ceph-mon[117020]: pgmap v1728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:45.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:45 smithi066 ceph-mon[112137]: from='client.59907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:45.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:45 smithi203 ceph-mon[117428]: from='client.59907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:45.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:45 smithi137 ceph-mon[117020]: from='client.59907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:46 smithi066 ceph-mon[112137]: pgmap v1729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:10:46.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:46 smithi203 ceph-mon[117428]: pgmap v1729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:10:46.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:46 smithi137 ceph-mon[117020]: pgmap v1729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:10:48.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:48 smithi066 ceph-mon[112137]: pgmap v1730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:48.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:48 smithi203 ceph-mon[117428]: pgmap v1730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:48.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:48 smithi137 ceph-mon[117020]: pgmap v1730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:49.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:49.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:49.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:50.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:50.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:50.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:50.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:50.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:50 smithi066 ceph-mon[112137]: pgmap v1731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:50.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:50 smithi203 ceph-mon[117428]: pgmap v1731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:50.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:50 smithi137 ceph-mon[117020]: pgmap v1731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:10:51.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:51 smithi066 ceph-mon[112137]: from='client.59982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:51.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:51 smithi203 ceph-mon[117428]: from='client.59982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:51.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:51 smithi137 ceph-mon[117020]: from='client.59982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:52.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:52 smithi066 ceph-mon[112137]: pgmap v1732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:52.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:52 smithi203 ceph-mon[117428]: pgmap v1732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:52.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:52 smithi137 ceph-mon[117020]: pgmap v1732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:54.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:54 smithi066 ceph-mon[112137]: pgmap v1733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:54.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:54 smithi203 ceph-mon[117428]: pgmap v1733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:54.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:54 smithi137 ceph-mon[117020]: pgmap v1733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:55.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:10:55.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:55.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:56.266 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:10:56.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:56.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:56.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:56.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:10:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:56 smithi066 ceph-mon[112137]: pgmap v1734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:56 smithi066 ceph-mon[112137]: from='client.60060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:56.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:56 smithi203 ceph-mon[117428]: pgmap v1734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:56.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:56 smithi203 ceph-mon[117428]: from='client.60060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:56.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:56 smithi137 ceph-mon[117020]: pgmap v1734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:56.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:56 smithi137 ceph-mon[117020]: from='client.60060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:10:58 smithi066 ceph-mon[112137]: pgmap v1735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:58.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:10:58 smithi203 ceph-mon[117428]: pgmap v1735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:10:58.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:10:58 smithi137 ceph-mon[117020]: pgmap v1735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:11:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:00 smithi066 ceph-mon[112137]: pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:11:00.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:00 smithi203 ceph-mon[117428]: pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:11:00.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:00 smithi137 ceph-mon[117020]: pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:11:01.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:01.268 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:01.268 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:01.988 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:01.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:01.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:01.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:01.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:02 smithi137 ceph-mon[117020]: pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:11:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:02 smithi137 ceph-mon[117020]: from='client.60138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:02 smithi066 ceph-mon[112137]: pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:11:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:02 smithi066 ceph-mon[112137]: from='client.60138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:02.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:02 smithi203 ceph-mon[117428]: pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:11:02.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:02 smithi203 ceph-mon[117428]: from='client.60138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:04 smithi066 ceph-mon[112137]: pgmap v1738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:04.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:04 smithi203 ceph-mon[117428]: pgmap v1738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:04.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:04 smithi137 ceph-mon[117020]: pgmap v1738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:06.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:06 smithi066 ceph-mon[112137]: pgmap v1739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:06.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:06 smithi203 ceph-mon[117428]: pgmap v1739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:06.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:06 smithi137 ceph-mon[117020]: pgmap v1739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:06.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:06.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:06.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:07.714 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:07.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:07.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:07.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:07.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:08 smithi066 ceph-mon[112137]: from='client.60210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:08.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:08 smithi066 ceph-mon[112137]: pgmap v1740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:08.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:08 smithi203 ceph-mon[117428]: from='client.60210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:08.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:08 smithi203 ceph-mon[117428]: pgmap v1740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:08.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:08 smithi137 ceph-mon[117020]: from='client.60210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:08.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:08 smithi137 ceph-mon[117020]: pgmap v1740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:10 smithi066 ceph-mon[112137]: pgmap v1741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:10.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:10 smithi203 ceph-mon[117428]: pgmap v1741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:10 smithi137 ceph-mon[117020]: pgmap v1741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:12 smithi137 ceph-mon[117020]: pgmap v1742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:11:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:11:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:11:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:11:12.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:12 smithi066 ceph-mon[112137]: pgmap v1742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:12.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:11:12.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:11:12.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:11:12.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:11:12.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:12 smithi203 ceph-mon[117428]: pgmap v1742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:12.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:11:12.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:11:12.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:11:12.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:11:12.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:12.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:12.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:13.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:13 smithi137 ceph-mon[117020]: from='client.60285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:13.424 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:13.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:13.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:13.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:13.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:13.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:13 smithi066 ceph-mon[112137]: from='client.60285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:13.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:13 smithi203 ceph-mon[117428]: from='client.60285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:14.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:14 smithi137 ceph-mon[117020]: pgmap v1743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:14.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:14 smithi066 ceph-mon[112137]: pgmap v1743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:14.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:14 smithi203 ceph-mon[117428]: pgmap v1743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:16.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:16 smithi066 ceph-mon[112137]: pgmap v1744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:16.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:16 smithi203 ceph-mon[117428]: pgmap v1744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:16.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:16 smithi137 ceph-mon[117020]: pgmap v1744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:18.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:18.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:18.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:18.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:18 smithi066 ceph-mon[112137]: pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:18 smithi203 ceph-mon[117428]: pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:18 smithi137 ceph-mon[117020]: pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:19.146 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:19.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:19.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:19.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:19.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:19.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:19 smithi066 ceph-mon[112137]: from='client.60360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:19.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:19 smithi203 ceph-mon[117428]: from='client.60360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:19.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:19 smithi137 ceph-mon[117020]: from='client.60360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:20.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:20 smithi066 ceph-mon[112137]: pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:20.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:20 smithi203 ceph-mon[117428]: pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:20.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:20 smithi137 ceph-mon[117020]: pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:22 smithi137 ceph-mon[117020]: pgmap v1747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:22 smithi066 ceph-mon[112137]: pgmap v1747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:22.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:22 smithi203 ceph-mon[117428]: pgmap v1747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:24.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:24.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:24.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:24 smithi066 ceph-mon[112137]: pgmap v1748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:24.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:24 smithi203 ceph-mon[117428]: pgmap v1748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:24.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:24.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:24.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:24.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:24.866 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:24 smithi137 ceph-mon[117020]: pgmap v1748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:25.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:25 smithi066 ceph-mon[112137]: from='client.60438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:25.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:25 smithi203 ceph-mon[117428]: from='client.60438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:25.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:25 smithi137 ceph-mon[117020]: from='client.60438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:26 smithi066 ceph-mon[112137]: pgmap v1749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:11:26.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:26 smithi203 ceph-mon[117428]: pgmap v1749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:11:26.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:26 smithi137 ceph-mon[117020]: pgmap v1749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:11:28.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:28 smithi066 ceph-mon[112137]: pgmap v1750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:11:28.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:28 smithi203 ceph-mon[117428]: pgmap v1750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:11:28.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:28 smithi137 ceph-mon[117020]: pgmap v1750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:11:29.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:29.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:29.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:30.585 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:30.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:30.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:30.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:30.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:30 smithi066 ceph-mon[112137]: pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:11:30.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:30 smithi203 ceph-mon[117428]: pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:11:30.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:30 smithi137 ceph-mon[117020]: pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:11:31.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:31 smithi066 ceph-mon[112137]: from='client.60513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:31.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:31 smithi203 ceph-mon[117428]: from='client.60513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:31.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:31 smithi137 ceph-mon[117020]: from='client.60513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:32.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:32 smithi066 ceph-mon[112137]: pgmap v1752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:32.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:32 smithi203 ceph-mon[117428]: pgmap v1752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:32.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:32 smithi137 ceph-mon[117020]: pgmap v1752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:34.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:34 smithi066 ceph-mon[112137]: pgmap v1753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:34.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:34 smithi203 ceph-mon[117428]: pgmap v1753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:34.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:34 smithi137 ceph-mon[117020]: pgmap v1753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:35.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:35.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:35.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:36.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:36.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:36.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:36.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:36.312 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:36 smithi066 ceph-mon[112137]: pgmap v1754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:36 smithi066 ceph-mon[112137]: from='client.60588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:36 smithi203 ceph-mon[117428]: pgmap v1754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:36.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:36 smithi203 ceph-mon[117428]: from='client.60588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:36.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:36 smithi137 ceph-mon[117020]: pgmap v1754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:36.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:36 smithi137 ceph-mon[117020]: from='client.60588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:38.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:38 smithi066 ceph-mon[112137]: pgmap v1755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:11:38.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:38 smithi203 ceph-mon[117428]: pgmap v1755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:11:38.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:38 smithi137 ceph-mon[117020]: pgmap v1755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:11:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:40 smithi066 ceph-mon[112137]: pgmap v1756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:11:40.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:40 smithi203 ceph-mon[117428]: pgmap v1756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:11:40.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:40 smithi137 ceph-mon[117020]: pgmap v1756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:11:41.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:41.314 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:41.314 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:42.028 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:42.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:42.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:42.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:42.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:42 smithi137 ceph-mon[117020]: pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:11:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:42 smithi137 ceph-mon[117020]: from='client.60663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:42 smithi066 ceph-mon[112137]: pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:11:42.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:42 smithi066 ceph-mon[112137]: from='client.60663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:42.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:42 smithi203 ceph-mon[117428]: pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:11:42.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:42 smithi203 ceph-mon[117428]: from='client.60663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:44 smithi066 ceph-mon[112137]: pgmap v1758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:44.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:44 smithi203 ceph-mon[117428]: pgmap v1758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:44.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:44 smithi137 ceph-mon[117020]: pgmap v1758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:46 smithi066 ceph-mon[112137]: pgmap v1759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:46.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:46 smithi203 ceph-mon[117428]: pgmap v1759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:46.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:46 smithi137 ceph-mon[117020]: pgmap v1759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:47.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:47.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:47.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:47.748 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:47.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:47.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:47.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:47.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:48.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:48 smithi066 ceph-mon[112137]: pgmap v1760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:48.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:48 smithi066 ceph-mon[112137]: from='client.60735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:48.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:48 smithi203 ceph-mon[117428]: pgmap v1760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:48.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:48 smithi203 ceph-mon[117428]: from='client.60735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:48.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:48 smithi137 ceph-mon[117020]: pgmap v1760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:48.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:48 smithi137 ceph-mon[117020]: from='client.60735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:50.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:50 smithi066 ceph-mon[112137]: pgmap v1761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:50.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:50 smithi203 ceph-mon[117428]: pgmap v1761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:50.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:50 smithi137 ceph-mon[117020]: pgmap v1761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:52.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:52 smithi137 ceph-mon[117020]: pgmap v1762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:52.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:52 smithi066 ceph-mon[112137]: pgmap v1762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:52.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:52 smithi203 ceph-mon[117428]: pgmap v1762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:52.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:52.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:52.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:53.474 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:53.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:53.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:53.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:53.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:54.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:54 smithi066 ceph-mon[112137]: from='client.60813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:54.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:54 smithi066 ceph-mon[112137]: pgmap v1763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:54.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:54 smithi203 ceph-mon[117428]: from='client.60813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:54.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:54 smithi203 ceph-mon[117428]: pgmap v1763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:54.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:54 smithi137 ceph-mon[117020]: from='client.60813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:54.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:54 smithi137 ceph-mon[117020]: pgmap v1763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:56.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:56 smithi066 ceph-mon[112137]: pgmap v1764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:56.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:56 smithi203 ceph-mon[117428]: pgmap v1764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:56.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:56 smithi137 ceph-mon[117020]: pgmap v1764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:58.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:11:58.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:58.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:58 smithi066 ceph-mon[112137]: pgmap v1765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:58.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:58 smithi203 ceph-mon[117428]: pgmap v1765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:58.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:58 smithi137 ceph-mon[117020]: pgmap v1765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:59.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:11:59.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:59.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:59.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:59.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:11:59.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:11:59 smithi066 ceph-mon[112137]: from='client.60888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:59.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:11:59 smithi203 ceph-mon[117428]: from='client.60888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:59.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:11:59 smithi137 ceph-mon[117020]: from='client.60888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:00 smithi066 ceph-mon[112137]: pgmap v1766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:00.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:00 smithi203 ceph-mon[117428]: pgmap v1766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:00.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:00 smithi137 ceph-mon[117020]: pgmap v1766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:02 smithi137 ceph-mon[117020]: pgmap v1767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:02 smithi066 ceph-mon[112137]: pgmap v1767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:02.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:02 smithi203 ceph-mon[117428]: pgmap v1767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:04.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:04.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:04.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:04 smithi066 ceph-mon[112137]: pgmap v1768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:04.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:04 smithi203 ceph-mon[117428]: pgmap v1768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:04.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:04 smithi137 ceph-mon[117020]: pgmap v1768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:04.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:04.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:04.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:04.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:04.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:05.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:05 smithi066 ceph-mon[112137]: from='client.60963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:05.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:05 smithi203 ceph-mon[117428]: from='client.60963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:05.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:05 smithi137 ceph-mon[117020]: from='client.60963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:06.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:06 smithi066 ceph-mon[112137]: pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:12:06.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:06 smithi203 ceph-mon[117428]: pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:12:06.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:06 smithi137 ceph-mon[117020]: pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:12:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:08 smithi066 ceph-mon[112137]: pgmap v1770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:12:08.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:08 smithi203 ceph-mon[117428]: pgmap v1770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:12:08.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:08 smithi137 ceph-mon[117020]: pgmap v1770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:12:09.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:09.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:09.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:10.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:10.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:10.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:10.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:10.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:10 smithi066 ceph-mon[112137]: pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:12:10.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:10 smithi203 ceph-mon[117428]: pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:12:10.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:10 smithi137 ceph-mon[117020]: pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:12:11.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:11 smithi066 ceph-mon[112137]: from='client.61035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:11.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:11 smithi203 ceph-mon[117428]: from='client.61035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:11.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:11 smithi137 ceph-mon[117020]: from='client.61035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:12.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:12 smithi066 ceph-mon[112137]: pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:12.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:12:12.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:12 smithi203 ceph-mon[117428]: pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:12.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:12:12.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:12 smithi137 ceph-mon[117020]: pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:12.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:12:13.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:12:13.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:12:13.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:12:13.879 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:12:13.879 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:13.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:12:13.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:12:13.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:12:15.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:15 smithi203 ceph-mon[117428]: pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:15.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:15 smithi137 ceph-mon[117020]: pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:15.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:15 smithi066 ceph-mon[112137]: pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:15.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:15.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:15.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:16.379 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:16.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:16.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:16.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:16.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:17.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:17 smithi203 ceph-mon[117428]: pgmap v1774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:17.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:17 smithi203 ceph-mon[117428]: from='client.61110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:17 smithi137 ceph-mon[117020]: pgmap v1774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:17 smithi137 ceph-mon[117020]: from='client.61110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:17.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:17 smithi066 ceph-mon[112137]: pgmap v1774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:17.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:17 smithi066 ceph-mon[112137]: from='client.61110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:19.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:19 smithi203 ceph-mon[117428]: pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:12:19.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:19 smithi137 ceph-mon[117020]: pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:12:19.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:19 smithi066 ceph-mon[112137]: pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:12:21.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:21 smithi203 ceph-mon[117428]: pgmap v1776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:12:21.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:21 smithi137 ceph-mon[117020]: pgmap v1776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:12:21.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:21.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:21.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:21.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:21 smithi066 ceph-mon[112137]: pgmap v1776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:12:22.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:22.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:22.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:22.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:22.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:22 smithi137 ceph-mon[117020]: pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:12:22.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:22 smithi137 ceph-mon[117020]: from='client.61182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:22 smithi066 ceph-mon[112137]: pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:12:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:22 smithi066 ceph-mon[112137]: from='client.61182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:22.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:22 smithi203 ceph-mon[117428]: pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:12:22.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:22 smithi203 ceph-mon[117428]: from='client.61182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:24 smithi066 ceph-mon[112137]: pgmap v1778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:24 smithi203 ceph-mon[117428]: pgmap v1778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:24 smithi137 ceph-mon[117020]: pgmap v1778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:26 smithi066 ceph-mon[112137]: pgmap v1779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:26.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:26 smithi203 ceph-mon[117428]: pgmap v1779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:26.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:26 smithi137 ceph-mon[117020]: pgmap v1779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:27.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:27.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:27.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:27.840 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:27.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:27.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:27.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:27.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:28 smithi066 ceph-mon[112137]: pgmap v1780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:28 smithi066 ceph-mon[112137]: from='client.61254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:28.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:28 smithi203 ceph-mon[117428]: pgmap v1780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:28.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:28 smithi203 ceph-mon[117428]: from='client.61254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:28.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:28 smithi137 ceph-mon[117020]: pgmap v1780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:28.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:28 smithi137 ceph-mon[117020]: from='client.61254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:30 smithi066 ceph-mon[112137]: pgmap v1781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:30.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:30 smithi203 ceph-mon[117428]: pgmap v1781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:30.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:30 smithi137 ceph-mon[117020]: pgmap v1781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:32.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:32 smithi137 ceph-mon[117020]: pgmap v1782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:32 smithi066 ceph-mon[112137]: pgmap v1782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:32.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:32 smithi203 ceph-mon[117428]: pgmap v1782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:32.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:32.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:32.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:33.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:33.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:33.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:33.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:33.583 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:34.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:34 smithi066 ceph-mon[112137]: from='client.61329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:34.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:34 smithi066 ceph-mon[112137]: pgmap v1783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:34.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:34 smithi203 ceph-mon[117428]: from='client.61329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:34.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:34 smithi203 ceph-mon[117428]: pgmap v1783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:34.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:34 smithi137 ceph-mon[117020]: from='client.61329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:34.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:34 smithi137 ceph-mon[117020]: pgmap v1783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:36 smithi066 ceph-mon[112137]: pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:36.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:36 smithi203 ceph-mon[117428]: pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:36.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:36 smithi137 ceph-mon[117020]: pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:38.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:38.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:38.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:38 smithi066 ceph-mon[112137]: pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:38.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:38 smithi203 ceph-mon[117428]: pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:38.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:38 smithi137 ceph-mon[117020]: pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:39.310 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:39.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:39.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:39.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:39.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:39.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:39 smithi066 ceph-mon[112137]: from='client.61404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:39.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:39 smithi203 ceph-mon[117428]: from='client.61404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:39.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:39 smithi137 ceph-mon[117020]: from='client.61404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:40 smithi066 ceph-mon[112137]: pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:40 smithi203 ceph-mon[117428]: pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:40.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:40 smithi137 ceph-mon[117020]: pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:42.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:42 smithi137 ceph-mon[117020]: pgmap v1787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:42 smithi066 ceph-mon[112137]: pgmap v1787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:42.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:42 smithi203 ceph-mon[117428]: pgmap v1787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:44.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:44.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:44.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:44 smithi066 ceph-mon[112137]: pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:44.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:44 smithi203 ceph-mon[117428]: pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:44.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:44 smithi137 ceph-mon[117020]: pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:45.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:45.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:45.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:45.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:45.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:45.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:45 smithi066 ceph-mon[112137]: from='client.61479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:45.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:45 smithi203 ceph-mon[117428]: from='client.61479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:45.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:45 smithi137 ceph-mon[117020]: from='client.61479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:46 smithi066 ceph-mon[112137]: pgmap v1789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:46.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:46 smithi203 ceph-mon[117428]: pgmap v1789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:46.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:46 smithi137 ceph-mon[117020]: pgmap v1789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:48 smithi066 ceph-mon[112137]: pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:48 smithi203 ceph-mon[117428]: pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:48.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:48 smithi137 ceph-mon[117020]: pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:50.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:50.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:50.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:50 smithi066 ceph-mon[112137]: pgmap v1791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:50.760 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:50.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:50.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:50.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:50.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:50 smithi203 ceph-mon[117428]: pgmap v1791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:50.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:50 smithi137 ceph-mon[117020]: pgmap v1791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:51.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:51 smithi066 ceph-mon[112137]: from='client.61551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:51.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:51 smithi203 ceph-mon[117428]: from='client.61551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:51.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:51 smithi137 ceph-mon[117020]: from='client.61551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:52.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:52 smithi066 ceph-mon[112137]: pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:52.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:52 smithi203 ceph-mon[117428]: pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:52.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:52 smithi137 ceph-mon[117020]: pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:54.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:54 smithi066 ceph-mon[112137]: pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:54.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:54 smithi203 ceph-mon[117428]: pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:54.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:54 smithi137 ceph-mon[117020]: pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:55.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:12:55.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:55.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:56.472 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:12:56.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:56.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:56.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:56.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:12:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:56 smithi066 ceph-mon[112137]: pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:56.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:56 smithi203 ceph-mon[117428]: pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:56.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:56 smithi137 ceph-mon[117020]: pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:57.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:57 smithi066 ceph-mon[112137]: from='client.61629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:57.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:57 smithi203 ceph-mon[117428]: from='client.61629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:57.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:57 smithi137 ceph-mon[117020]: from='client.61629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:58.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:12:58 smithi066 ceph-mon[112137]: pgmap v1795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:58.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:12:58 smithi203 ceph-mon[117428]: pgmap v1795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:58.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:12:58 smithi137 ceph-mon[117020]: pgmap v1795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:00 smithi066 ceph-mon[112137]: pgmap v1796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:00.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:00 smithi203 ceph-mon[117428]: pgmap v1796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:00.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:00 smithi137 ceph-mon[117020]: pgmap v1796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:01.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:01.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:01.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:02.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:02.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:02.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:02.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:02.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:02 smithi137 ceph-mon[117020]: pgmap v1797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:02.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:02 smithi137 ceph-mon[117020]: from='client.61704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:02 smithi066 ceph-mon[112137]: pgmap v1797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:02 smithi066 ceph-mon[112137]: from='client.61704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:02.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:02 smithi203 ceph-mon[117428]: pgmap v1797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:02.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:02 smithi203 ceph-mon[117428]: from='client.61704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:04.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:04 smithi066 ceph-mon[112137]: pgmap v1798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:04.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:04 smithi203 ceph-mon[117428]: pgmap v1798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:04.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:04 smithi137 ceph-mon[117020]: pgmap v1798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:06.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:06 smithi066 ceph-mon[112137]: pgmap v1799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:06.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:06 smithi203 ceph-mon[117428]: pgmap v1799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:06.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:06 smithi137 ceph-mon[117020]: pgmap v1799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:07.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:07.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:07.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:07.908 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:07.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:07.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:07.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:07.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:08 smithi066 ceph-mon[112137]: pgmap v1800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:08 smithi066 ceph-mon[112137]: from='client.61782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:08 smithi203 ceph-mon[117428]: pgmap v1800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:08 smithi203 ceph-mon[117428]: from='client.61782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:08.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:08 smithi137 ceph-mon[117020]: pgmap v1800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:08.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:08 smithi137 ceph-mon[117020]: from='client.61782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:10.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:10 smithi066 ceph-mon[112137]: pgmap v1801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:10.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:10 smithi203 ceph-mon[117428]: pgmap v1801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:10.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:10 smithi137 ceph-mon[117020]: pgmap v1801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:12.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:12 smithi137 ceph-mon[117020]: pgmap v1802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:12.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:12 smithi066 ceph-mon[112137]: pgmap v1802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:12.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:12 smithi203 ceph-mon[117428]: pgmap v1802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:12.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:12.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:12.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:13.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:13:13.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:13:13.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:13.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:13.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:13.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:13.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:13.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:13:14.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:14 smithi203 ceph-mon[117428]: from='client.61857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:14.457 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:14 smithi203 ceph-mon[117428]: pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:14.483 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:14 smithi137 ceph-mon[117020]: from='client.61857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:14.483 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:14 smithi137 ceph-mon[117020]: pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:14.643 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:14 smithi066 ceph-mon[112137]: from='client.61857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:14.643 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:14 smithi066 ceph-mon[112137]: pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:17.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:17.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.328 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.329 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:13:17.329 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:13:17.329 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:13:17.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:13:17.379 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:17.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:17.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:13:17.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:13:17.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:13:18.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:18.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:18.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:19.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:19 smithi203 ceph-mon[117428]: pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:19.377 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:19.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:19.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:19.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:19.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:19.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:19 smithi137 ceph-mon[117020]: pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:19.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:19 smithi066 ceph-mon[112137]: pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:20.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:20 smithi203 ceph-mon[117428]: from='client.61929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:20.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:20 smithi137 ceph-mon[117020]: from='client.61929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:20.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:20 smithi066 ceph-mon[112137]: from='client.61929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:21.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:21 smithi203 ceph-mon[117428]: pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:21.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:21 smithi137 ceph-mon[117020]: pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:21.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:21 smithi066 ceph-mon[112137]: pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:22 smithi066 ceph-mon[112137]: pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:22.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:22 smithi203 ceph-mon[117428]: pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:22.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:22 smithi137 ceph-mon[117020]: pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:24.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:24.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:24.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:24.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:24 smithi066 ceph-mon[112137]: pgmap v1808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:24 smithi203 ceph-mon[117428]: pgmap v1808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:24.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:24 smithi137 ceph-mon[117020]: pgmap v1808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:25.096 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:25.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:25.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:25.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:25.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:25.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:25 smithi066 ceph-mon[112137]: from='client.62001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:25.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:25 smithi203 ceph-mon[117428]: from='client.62001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:25.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:25 smithi137 ceph-mon[117020]: from='client.62001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:26.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:26 smithi066 ceph-mon[112137]: pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:26.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:26 smithi203 ceph-mon[117428]: pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:26.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:26 smithi137 ceph-mon[117020]: pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:28.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:28 smithi066 ceph-mon[112137]: pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:28.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:28 smithi203 ceph-mon[117428]: pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:28.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:28 smithi137 ceph-mon[117020]: pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:30.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:30.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:30.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:30 smithi066 ceph-mon[112137]: pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:30.823 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:30.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:30.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:30.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:30.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:30.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:30 smithi203 ceph-mon[117428]: pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:30.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:30 smithi137 ceph-mon[117020]: pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:31.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:31 smithi066 ceph-mon[112137]: from='client.62076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:31.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:31 smithi203 ceph-mon[117428]: from='client.62076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:31.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:31 smithi137 ceph-mon[117020]: from='client.62076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:32.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:32 smithi066 ceph-mon[112137]: pgmap v1812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:32.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:32 smithi203 ceph-mon[117428]: pgmap v1812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:32.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:32 smithi137 ceph-mon[117020]: pgmap v1812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:34.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:34 smithi066 ceph-mon[112137]: pgmap v1813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:34.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:34 smithi203 ceph-mon[117428]: pgmap v1813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:34.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:34 smithi137 ceph-mon[117020]: pgmap v1813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:35.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:35.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:35.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:36.551 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:36.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:36.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:36.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:36.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:36.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:36 smithi066 ceph-mon[112137]: pgmap v1814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:36.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:36 smithi203 ceph-mon[117428]: pgmap v1814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:36.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:36 smithi137 ceph-mon[117020]: pgmap v1814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:37.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:37 smithi066 ceph-mon[112137]: from='client.62151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:37.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:37 smithi203 ceph-mon[117428]: from='client.62151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:37.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:37 smithi137 ceph-mon[117020]: from='client.62151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:38.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:38 smithi066 ceph-mon[112137]: pgmap v1815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:38.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:38 smithi203 ceph-mon[117428]: pgmap v1815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:38.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:38 smithi137 ceph-mon[117020]: pgmap v1815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:40 smithi066 ceph-mon[112137]: pgmap v1816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:40 smithi203 ceph-mon[117428]: pgmap v1816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:40.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:40 smithi137 ceph-mon[117020]: pgmap v1816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:41.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:41.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:41.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:42.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:42.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:42.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:42.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:42.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:42 smithi066 ceph-mon[112137]: pgmap v1817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:42.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:42 smithi066 ceph-mon[112137]: from='client.62226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:42.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:42 smithi203 ceph-mon[117428]: pgmap v1817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:42.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:42 smithi203 ceph-mon[117428]: from='client.62226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:42.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:42 smithi137 ceph-mon[117020]: pgmap v1817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:42.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:42 smithi137 ceph-mon[117020]: from='client.62226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:44.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:44 smithi066 ceph-mon[112137]: pgmap v1818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:44.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:44 smithi203 ceph-mon[117428]: pgmap v1818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:44.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:44 smithi137 ceph-mon[117020]: pgmap v1818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:46 smithi066 ceph-mon[112137]: pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:46.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:46 smithi203 ceph-mon[117428]: pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:46.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:46 smithi137 ceph-mon[117020]: pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:47.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:47.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:47.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:48.014 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:48.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:48.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:48.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:48.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:48.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:48 smithi066 ceph-mon[112137]: pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:48 smithi066 ceph-mon[112137]: from='client.62304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:48 smithi203 ceph-mon[117428]: pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:48 smithi203 ceph-mon[117428]: from='client.62304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:48.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:48 smithi137 ceph-mon[117020]: pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:48.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:48 smithi137 ceph-mon[117020]: from='client.62304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:50.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:50 smithi066 ceph-mon[112137]: pgmap v1821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:50 smithi203 ceph-mon[117428]: pgmap v1821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:50.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:50 smithi137 ceph-mon[117020]: pgmap v1821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:52.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:52 smithi066 ceph-mon[112137]: pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:52.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:52 smithi203 ceph-mon[117428]: pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:52.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:52 smithi137 ceph-mon[117020]: pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:53.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:53.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:53.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:53.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:53.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:53.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:53.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:53.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:54.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:54 smithi066 ceph-mon[112137]: from='client.62382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:54.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:54 smithi066 ceph-mon[112137]: pgmap v1823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:54.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:54 smithi203 ceph-mon[117428]: from='client.62382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:54.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:54 smithi203 ceph-mon[117428]: pgmap v1823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:54.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:54 smithi137 ceph-mon[117020]: from='client.62382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:54.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:54 smithi137 ceph-mon[117020]: pgmap v1823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:56.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:56 smithi066 ceph-mon[112137]: pgmap v1824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:56.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:56 smithi203 ceph-mon[117428]: pgmap v1824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:56.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:56 smithi137 ceph-mon[117020]: pgmap v1824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:58.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:13:58.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:58.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:58.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:58 smithi066 ceph-mon[112137]: pgmap v1825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:58.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:58 smithi203 ceph-mon[117428]: pgmap v1825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:58.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:58 smithi137 ceph-mon[117020]: pgmap v1825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:59.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:13:59.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:59.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:59.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:59.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:13:59.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:13:59 smithi066 ceph-mon[112137]: from='client.62457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:59.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:13:59 smithi203 ceph-mon[117428]: from='client.62457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:59.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:13:59 smithi137 ceph-mon[117020]: from='client.62457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:00 smithi066 ceph-mon[112137]: pgmap v1826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:00.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:00 smithi203 ceph-mon[117428]: pgmap v1826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:00.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:00 smithi137 ceph-mon[117020]: pgmap v1826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:02.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:02 smithi066 ceph-mon[112137]: pgmap v1827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:02.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:02 smithi203 ceph-mon[117428]: pgmap v1827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:02.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:02 smithi137 ceph-mon[117020]: pgmap v1827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:04.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:04.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:04.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:04.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:04 smithi066 ceph-mon[112137]: pgmap v1828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:04.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:04 smithi203 ceph-mon[117428]: pgmap v1828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:04.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:04 smithi137 ceph-mon[117020]: pgmap v1828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:05.185 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:05.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:05.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:05.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:05.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:05.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:05 smithi066 ceph-mon[112137]: from='client.62529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:05.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:05 smithi203 ceph-mon[117428]: from='client.62529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:05.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:05 smithi137 ceph-mon[117020]: from='client.62529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:06.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:06 smithi066 ceph-mon[112137]: pgmap v1829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:06.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:06 smithi203 ceph-mon[117428]: pgmap v1829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:06.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:06 smithi137 ceph-mon[117020]: pgmap v1829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:08.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:08 smithi066 ceph-mon[112137]: pgmap v1830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:08 smithi203 ceph-mon[117428]: pgmap v1830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:08.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:08 smithi137 ceph-mon[117020]: pgmap v1830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:10.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:10.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:10.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:10.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:10 smithi066 ceph-mon[112137]: pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:10.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:10 smithi203 ceph-mon[117428]: pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:10.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:10 smithi137 ceph-mon[117020]: pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:10.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:10.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:10.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:10.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:10.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:11.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:11 smithi066 ceph-mon[112137]: from='client.62604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:11.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:11 smithi203 ceph-mon[117428]: from='client.62604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:11.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:11 smithi137 ceph-mon[117020]: from='client.62604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:12.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:12 smithi066 ceph-mon[112137]: pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:12.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:12 smithi203 ceph-mon[117428]: pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:12.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:12 smithi137 ceph-mon[117020]: pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:14.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:14 smithi066 ceph-mon[112137]: pgmap v1833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:14.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:14 smithi203 ceph-mon[117428]: pgmap v1833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:14.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:14 smithi137 ceph-mon[117020]: pgmap v1833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:15.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:15.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:15.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:16.635 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:16.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:16.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:16.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:16.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:16.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:16 smithi066 ceph-mon[112137]: pgmap v1834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:16.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:16 smithi203 ceph-mon[117428]: pgmap v1834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:16.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:16 smithi137 ceph-mon[117020]: pgmap v1834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:17.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:17 smithi066 ceph-mon[112137]: from='client.62682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:17.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:14:17.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:17.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:17.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:17 smithi203 ceph-mon[117428]: from='client.62682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:17.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:14:17.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:17.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:17.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:17 smithi137 ceph-mon[117020]: from='client.62682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:17.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:14:17.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:17.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: pgmap v1835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:14:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:14:18.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: pgmap v1835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:18.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:14:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:14:18.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: pgmap v1835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:14:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:14:20.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:20 smithi203 ceph-mon[117428]: pgmap v1836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:20.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:20 smithi137 ceph-mon[117020]: pgmap v1836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:20.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:20 smithi066 ceph-mon[112137]: pgmap v1836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:21.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:21.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:21.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:22.363 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:22.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:22.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:22.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:22.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:22.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:22 smithi066 ceph-mon[112137]: pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:22.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:22 smithi066 ceph-mon[112137]: from='client.62757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:22.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:22 smithi203 ceph-mon[117428]: pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:22.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:22 smithi203 ceph-mon[117428]: from='client.62757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:22.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:22 smithi137 ceph-mon[117020]: pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:22.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:22 smithi137 ceph-mon[117020]: from='client.62757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:24.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:24 smithi066 ceph-mon[112137]: pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:24.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:24 smithi203 ceph-mon[117428]: pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:24.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:24 smithi137 ceph-mon[117020]: pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:26.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:26 smithi066 ceph-mon[112137]: pgmap v1839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:26.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:26 smithi203 ceph-mon[117428]: pgmap v1839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:26.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:26 smithi137 ceph-mon[117020]: pgmap v1839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:27.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:27.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:27.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:28.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:28.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:28.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:28.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:28.095 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:28.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:28 smithi066 ceph-mon[112137]: pgmap v1840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:28.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:28 smithi066 ceph-mon[112137]: from='client.62835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:28.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:28 smithi203 ceph-mon[117428]: pgmap v1840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:28.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:28 smithi203 ceph-mon[117428]: from='client.62835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:28.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:28 smithi137 ceph-mon[117020]: pgmap v1840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:28.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:28 smithi137 ceph-mon[117020]: from='client.62835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:30.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:30 smithi066 ceph-mon[112137]: pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:30.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:30 smithi203 ceph-mon[117428]: pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:30.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:30 smithi137 ceph-mon[117020]: pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:32.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:32 smithi066 ceph-mon[112137]: pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:32.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:32 smithi203 ceph-mon[117428]: pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:32.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:32 smithi137 ceph-mon[117020]: pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:33.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:33.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:33.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:33.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:33.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:33.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:33.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:33.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:34.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:34 smithi066 ceph-mon[112137]: pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:34.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:34 smithi066 ceph-mon[112137]: from='client.62907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:34.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:34 smithi203 ceph-mon[117428]: pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:34.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:34 smithi203 ceph-mon[117428]: from='client.62907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:34.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:34 smithi137 ceph-mon[117020]: pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:34.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:34 smithi137 ceph-mon[117020]: from='client.62907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:36.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:36 smithi066 ceph-mon[112137]: pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:36.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:36 smithi203 ceph-mon[117428]: pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:36.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:36 smithi137 ceph-mon[117020]: pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:38.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:38 smithi066 ceph-mon[112137]: pgmap v1845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:38.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:38.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:38.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:38.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:38 smithi203 ceph-mon[117428]: pgmap v1845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:38.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:38 smithi137 ceph-mon[117020]: pgmap v1845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:39.537 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:39.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:39.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:39.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:39.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:40.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:40 smithi066 ceph-mon[112137]: from='client.62982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:40.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:40 smithi066 ceph-mon[112137]: pgmap v1846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:40 smithi203 ceph-mon[117428]: from='client.62982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:40.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:40 smithi203 ceph-mon[117428]: pgmap v1846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:40.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:40 smithi137 ceph-mon[117020]: from='client.62982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:40.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:40 smithi137 ceph-mon[117020]: pgmap v1846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:42.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:42 smithi066 ceph-mon[112137]: pgmap v1847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:42.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:42 smithi203 ceph-mon[117428]: pgmap v1847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:42.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:42 smithi137 ceph-mon[117020]: pgmap v1847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:44.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:44.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:44.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:44.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:44 smithi066 ceph-mon[112137]: pgmap v1848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:44.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:44 smithi203 ceph-mon[117428]: pgmap v1848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:44.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:44 smithi137 ceph-mon[117020]: pgmap v1848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:45.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:45.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:45.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:45.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:45.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:45.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:45 smithi066 ceph-mon[112137]: from='client.63054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:45.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:45 smithi203 ceph-mon[117428]: from='client.63054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:45.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:45 smithi137 ceph-mon[117020]: from='client.63054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:46.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:46 smithi066 ceph-mon[112137]: pgmap v1849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:46.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:46 smithi203 ceph-mon[117428]: pgmap v1849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:46.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:46 smithi137 ceph-mon[117020]: pgmap v1849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:48.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:48 smithi066 ceph-mon[112137]: pgmap v1850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:48 smithi203 ceph-mon[117428]: pgmap v1850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:48.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:48 smithi137 ceph-mon[117020]: pgmap v1850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:50.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:50.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:50.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:50.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:50 smithi066 ceph-mon[112137]: pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:50.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:50 smithi203 ceph-mon[117428]: pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:50.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:50 smithi137 ceph-mon[117020]: pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:50.984 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:50.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:50.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:50.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:50.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:51 smithi066 ceph-mon[112137]: from='client.63132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:51.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:51 smithi203 ceph-mon[117428]: from='client.63132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:51.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:51 smithi137 ceph-mon[117020]: from='client.63132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:52.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:52 smithi066 ceph-mon[112137]: pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:52.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:52 smithi203 ceph-mon[117428]: pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:52.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:52 smithi137 ceph-mon[117020]: pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:54.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:54 smithi203 ceph-mon[117428]: pgmap v1853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:54.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:54 smithi137 ceph-mon[117020]: pgmap v1853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:54.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:54 smithi066 ceph-mon[112137]: pgmap v1853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:55.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:14:55.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:55.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:56.715 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:14:56.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:56.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:56.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:56.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:14:56.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:56 smithi203 ceph-mon[117428]: pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:56.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:56 smithi137 ceph-mon[117020]: pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:56.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:56 smithi066 ceph-mon[112137]: pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:57.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:57 smithi203 ceph-mon[117428]: from='client.63207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:57.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:57 smithi137 ceph-mon[117020]: from='client.63207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:57.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:57 smithi066 ceph-mon[112137]: from='client.63207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:58.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:14:58 smithi203 ceph-mon[117428]: pgmap v1855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:58.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:14:58 smithi137 ceph-mon[117020]: pgmap v1855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:58.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:14:58 smithi066 ceph-mon[112137]: pgmap v1855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:00.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:00 smithi203 ceph-mon[117428]: pgmap v1856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:00.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:00 smithi137 ceph-mon[117020]: pgmap v1856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:00.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:00 smithi066 ceph-mon[112137]: pgmap v1856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:01.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:01.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:01.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:02.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:02.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:02.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:02.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:02.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:02.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:02 smithi066 ceph-mon[112137]: pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:02.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:02 smithi066 ceph-mon[112137]: from='client.63282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:02.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:02 smithi203 ceph-mon[117428]: pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:02.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:02 smithi203 ceph-mon[117428]: from='client.63282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:02.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:02 smithi137 ceph-mon[117020]: pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:02.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:02 smithi137 ceph-mon[117020]: from='client.63282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:04.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:04 smithi066 ceph-mon[112137]: pgmap v1858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:04.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:04 smithi203 ceph-mon[117428]: pgmap v1858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:04.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:04 smithi137 ceph-mon[117020]: pgmap v1858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:06.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:06 smithi066 ceph-mon[112137]: pgmap v1859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:06.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:06 smithi203 ceph-mon[117428]: pgmap v1859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:06.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:06 smithi137 ceph-mon[117020]: pgmap v1859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:07.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:07.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:07.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:08.160 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:08.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:08.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:08.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:08.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:08.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:08 smithi066 ceph-mon[112137]: pgmap v1860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:08.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:08 smithi066 ceph-mon[112137]: from='client.63357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:08 smithi203 ceph-mon[117428]: pgmap v1860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:08 smithi203 ceph-mon[117428]: from='client.63357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:08.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:08 smithi137 ceph-mon[117020]: pgmap v1860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:08.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:08 smithi137 ceph-mon[117020]: from='client.63357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:10.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:10 smithi066 ceph-mon[112137]: pgmap v1861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:10.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:10 smithi203 ceph-mon[117428]: pgmap v1861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:10.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:10 smithi137 ceph-mon[117020]: pgmap v1861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:12.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:12 smithi066 ceph-mon[112137]: pgmap v1862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:12.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:12 smithi203 ceph-mon[117428]: pgmap v1862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:12.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:12 smithi137 ceph-mon[117020]: pgmap v1862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:13.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:13.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:13.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:13.897 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:13.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:13.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:13.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:13.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:14.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:14 smithi066 ceph-mon[112137]: pgmap v1863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:14.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:14 smithi066 ceph-mon[112137]: from='client.63426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:14.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:14 smithi203 ceph-mon[117428]: pgmap v1863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:14.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:14 smithi203 ceph-mon[117428]: from='client.63426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:14.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:14 smithi137 ceph-mon[117020]: pgmap v1863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:14.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:14 smithi137 ceph-mon[117020]: from='client.63426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:16.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:16 smithi066 ceph-mon[112137]: pgmap v1864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:16.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:16 smithi203 ceph-mon[117428]: pgmap v1864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:16.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:16 smithi137 ceph-mon[117020]: pgmap v1864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:18.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:18 smithi066 ceph-mon[112137]: pgmap v1865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:18 smithi203 ceph-mon[117428]: pgmap v1865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:18 smithi137 ceph-mon[117020]: pgmap v1865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:18.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:18.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:18.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:19.622 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:19.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:19.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:19.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:19.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:19.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:15:19.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:15:19.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:15:19.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:15:19.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:15:19.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:15:19.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:15:19.828 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:15:19.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:15:19.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:15:19.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:15:19.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:15:21.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:21 smithi203 ceph-mon[117428]: from='client.63504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:21.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:21 smithi203 ceph-mon[117428]: pgmap v1866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:21.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:21 smithi137 ceph-mon[117020]: from='client.63504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:21.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:21 smithi137 ceph-mon[117020]: pgmap v1866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:21.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:21 smithi066 ceph-mon[112137]: from='client.63504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:21.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:21 smithi066 ceph-mon[112137]: pgmap v1866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:22.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:22 smithi066 ceph-mon[112137]: pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:15:22.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:22 smithi203 ceph-mon[117428]: pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:15:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:22 smithi137 ceph-mon[117020]: pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:15:24.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:24.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:24.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:24.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:24 smithi066 ceph-mon[112137]: pgmap v1868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:15:24.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:24 smithi203 ceph-mon[117428]: pgmap v1868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:15:24.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:24 smithi137 ceph-mon[117020]: pgmap v1868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:15:25.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:25.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:25.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:25.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:25.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:25.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:25 smithi066 ceph-mon[112137]: from='client.63579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:25.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:25 smithi203 ceph-mon[117428]: from='client.63579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:25.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:25 smithi137 ceph-mon[117020]: from='client.63579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:26.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:26 smithi203 ceph-mon[117428]: pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:26.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:26 smithi137 ceph-mon[117020]: pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:26.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:26 smithi066 ceph-mon[112137]: pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:28.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:28 smithi203 ceph-mon[117428]: pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:28.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:28 smithi137 ceph-mon[117020]: pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:28 smithi066 ceph-mon[112137]: pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:30.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:30.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:30.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:30.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:30 smithi203 ceph-mon[117428]: pgmap v1871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:30.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:30 smithi137 ceph-mon[117020]: pgmap v1871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:30.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:30 smithi066 ceph-mon[112137]: pgmap v1871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:31.079 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:31.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:31.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:31.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:31.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:31.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:31 smithi203 ceph-mon[117428]: from='client.63654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:31.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:31 smithi137 ceph-mon[117020]: from='client.63654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:31.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:31 smithi066 ceph-mon[112137]: from='client.63654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:32.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:32 smithi203 ceph-mon[117428]: pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:32.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:32 smithi137 ceph-mon[117020]: pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:32.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:32 smithi066 ceph-mon[112137]: pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:34.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:34 smithi203 ceph-mon[117428]: pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:15:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:34 smithi137 ceph-mon[117020]: pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:15:34.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:34 smithi066 ceph-mon[112137]: pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:15:36.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:36.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:36.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:36.798 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:36.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:36.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:36.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:36.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:36.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:36 smithi203 ceph-mon[117428]: pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:15:36.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:36 smithi137 ceph-mon[117020]: pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:15:36.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:36 smithi066 ceph-mon[112137]: pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:15:37.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:37 smithi203 ceph-mon[117428]: from='client.63732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:37.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:37 smithi137 ceph-mon[117020]: from='client.63732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:37.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:37 smithi066 ceph-mon[112137]: from='client.63732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:38.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:38 smithi203 ceph-mon[117428]: pgmap v1875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:38 smithi137 ceph-mon[117020]: pgmap v1875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:38.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:38 smithi066 ceph-mon[112137]: pgmap v1875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:40 smithi203 ceph-mon[117428]: pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:40.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:40 smithi137 ceph-mon[117020]: pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:40.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:40 smithi066 ceph-mon[112137]: pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:41.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:41.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:41.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:42.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:42 smithi066 ceph-mon[112137]: pgmap v1877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:42.527 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:42.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:42.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:42.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:42.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:42.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:42 smithi203 ceph-mon[117428]: pgmap v1877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:42.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:42 smithi137 ceph-mon[117020]: pgmap v1877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:43.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:43 smithi066 ceph-mon[112137]: from='client.63804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:43.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:43 smithi203 ceph-mon[117428]: from='client.63804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:43.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:43 smithi137 ceph-mon[117020]: from='client.63804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:44.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:44 smithi066 ceph-mon[112137]: pgmap v1878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:44.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:44 smithi203 ceph-mon[117428]: pgmap v1878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:44.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:44 smithi137 ceph-mon[117020]: pgmap v1878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:46.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:46 smithi066 ceph-mon[112137]: pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:46 smithi203 ceph-mon[117428]: pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:46.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:46 smithi137 ceph-mon[117020]: pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:47.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:47.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:47.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:48.256 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:48.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:48.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:48.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:48.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:48 smithi203 ceph-mon[117428]: pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:48.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:48 smithi203 ceph-mon[117428]: from='client.63879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:48.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:48 smithi137 ceph-mon[117020]: pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:48.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:48 smithi137 ceph-mon[117020]: from='client.63879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:48.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:48 smithi066 ceph-mon[112137]: pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:48.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:48 smithi066 ceph-mon[112137]: from='client.63879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:50 smithi203 ceph-mon[117428]: pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:50.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:50 smithi137 ceph-mon[117020]: pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:50.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:50 smithi066 ceph-mon[112137]: pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:52.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:52 smithi066 ceph-mon[112137]: pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:52.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:52 smithi203 ceph-mon[117428]: pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:52.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:52 smithi137 ceph-mon[117020]: pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:53.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:53.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:53.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:53.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:53.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:53.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:53.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:15:53.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:54 smithi203 ceph-mon[117428]: pgmap v1883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:54 smithi203 ceph-mon[117428]: from='client.63957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:54.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:54 smithi137 ceph-mon[117020]: pgmap v1883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:54.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:54 smithi137 ceph-mon[117020]: from='client.63957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:54.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:54 smithi066 ceph-mon[112137]: pgmap v1883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:54.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:54 smithi066 ceph-mon[112137]: from='client.63957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:56.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:56 smithi203 ceph-mon[117428]: pgmap v1884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:56.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:56 smithi137 ceph-mon[117020]: pgmap v1884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:56.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:56 smithi066 ceph-mon[112137]: pgmap v1884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:58.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:15:58 smithi203 ceph-mon[117428]: pgmap v1885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:15:58 smithi137 ceph-mon[117020]: pgmap v1885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:58.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:15:58 smithi066 ceph-mon[112137]: pgmap v1885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:58.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:15:58.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:58.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:59.719 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:15:59.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:59.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:59.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:59.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:00.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:00 smithi203 ceph-mon[117428]: from='client.64035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:00.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:00 smithi203 ceph-mon[117428]: pgmap v1886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:00 smithi137 ceph-mon[117020]: from='client.64035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:00.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:00 smithi137 ceph-mon[117020]: pgmap v1886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:00.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:00 smithi066 ceph-mon[112137]: from='client.64035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:00.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:00 smithi066 ceph-mon[112137]: pgmap v1886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:02.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:02 smithi066 ceph-mon[112137]: pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:16:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:02 smithi203 ceph-mon[117428]: pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:16:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:02 smithi137 ceph-mon[117020]: pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:16:04.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:04.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:04.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:04.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:04 smithi203 ceph-mon[117428]: pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:16:04.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:04 smithi137 ceph-mon[117020]: pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:16:04.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:04 smithi066 ceph-mon[112137]: pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:16:05.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:05.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:05.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:05.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:05.448 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:05.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:05 smithi203 ceph-mon[117428]: from='client.64110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:05.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:05 smithi137 ceph-mon[117020]: from='client.64110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:05.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:05 smithi066 ceph-mon[112137]: from='client.64110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:06.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:06 smithi203 ceph-mon[117428]: pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:06 smithi137 ceph-mon[117020]: pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:06.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:06 smithi066 ceph-mon[112137]: pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:08.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:08 smithi203 ceph-mon[117428]: pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:08.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:08 smithi137 ceph-mon[117020]: pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:08.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:08 smithi066 ceph-mon[112137]: pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:10.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:10.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:10.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:10.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:10 smithi203 ceph-mon[117428]: pgmap v1891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:10.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:10 smithi137 ceph-mon[117020]: pgmap v1891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:10.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:10 smithi066 ceph-mon[112137]: pgmap v1891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:11.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:11.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:11.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:11.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:11.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:11.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:11 smithi203 ceph-mon[117428]: from='client.64185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:11.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:11 smithi137 ceph-mon[117020]: from='client.64185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:11.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:11 smithi066 ceph-mon[112137]: from='client.64185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:12.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:12 smithi203 ceph-mon[117428]: pgmap v1892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:12.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:12 smithi137 ceph-mon[117020]: pgmap v1892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:12.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:12 smithi066 ceph-mon[112137]: pgmap v1892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:14.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:14 smithi203 ceph-mon[117428]: pgmap v1893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:14 smithi137 ceph-mon[117020]: pgmap v1893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:14.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:14 smithi066 ceph-mon[112137]: pgmap v1893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:16.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:16.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:16.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:16.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:16 smithi203 ceph-mon[117428]: pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:16:16.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:16 smithi137 ceph-mon[117020]: pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:16:16.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:16.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:16.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:16.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:16.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:16.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:16 smithi066 ceph-mon[112137]: pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:16:17.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:17 smithi203 ceph-mon[117428]: from='client.64263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:17.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:17 smithi137 ceph-mon[117020]: from='client.64263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:17.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:17 smithi066 ceph-mon[112137]: from='client.64263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:18 smithi203 ceph-mon[117428]: pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:18 smithi137 ceph-mon[117020]: pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:18.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:18 smithi066 ceph-mon[112137]: pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:19.829 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:16:19.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:16:19.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:16:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:20 smithi203 ceph-mon[117428]: pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:16:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:16:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:16:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:20 smithi137 ceph-mon[117020]: pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:16:20.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:16:20.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:16:20.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:20 smithi066 ceph-mon[112137]: pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:20.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:16:20.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:16:20.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:16:21.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:21.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:21.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:22.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:22 smithi066 ceph-mon[112137]: pgmap v1897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:22.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:22 smithi203 ceph-mon[117428]: pgmap v1897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:22 smithi137 ceph-mon[117020]: pgmap v1897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:22.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:22.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:22.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:22.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:22.641 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:23.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:23 smithi066 ceph-mon[112137]: from='client.64335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:23.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:23 smithi203 ceph-mon[117428]: from='client.64335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:23.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:23 smithi137 ceph-mon[117020]: from='client.64335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:24.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:24 smithi066 ceph-mon[112137]: pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:24.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:24 smithi203 ceph-mon[117428]: pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:24.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:24 smithi137 ceph-mon[117020]: pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:26.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:26 smithi203 ceph-mon[117428]: pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:26.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:26 smithi137 ceph-mon[117020]: pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:26.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:26 smithi066 ceph-mon[112137]: pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:27.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:27.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:27.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:28.385 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:28.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:28.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:28.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:28.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:28.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:28 smithi203 ceph-mon[117428]: pgmap v1900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:28.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:28 smithi203 ceph-mon[117428]: from='client.64410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:28.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:28 smithi137 ceph-mon[117020]: pgmap v1900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:28.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:28 smithi137 ceph-mon[117020]: from='client.64410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:28 smithi066 ceph-mon[112137]: pgmap v1900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:28 smithi066 ceph-mon[112137]: from='client.64410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:30.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:30 smithi203 ceph-mon[117428]: pgmap v1901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:30.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:30 smithi137 ceph-mon[117020]: pgmap v1901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:30.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:30 smithi066 ceph-mon[112137]: pgmap v1901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:32.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:32 smithi066 ceph-mon[112137]: pgmap v1902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:32.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:32 smithi203 ceph-mon[117428]: pgmap v1902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:32.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:32 smithi137 ceph-mon[117020]: pgmap v1902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:33.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:33.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:33.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:34.119 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:34.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:34.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:34.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:34.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:34.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:34 smithi203 ceph-mon[117428]: pgmap v1903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:34.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:34 smithi203 ceph-mon[117428]: from='client.64482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:34 smithi137 ceph-mon[117020]: pgmap v1903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:34 smithi137 ceph-mon[117020]: from='client.64482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:34 smithi066 ceph-mon[112137]: pgmap v1903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:34.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:34 smithi066 ceph-mon[112137]: from='client.64482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:36.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:36 smithi203 ceph-mon[117428]: pgmap v1904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:36.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:36 smithi137 ceph-mon[117020]: pgmap v1904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:36.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:36 smithi066 ceph-mon[112137]: pgmap v1904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:38.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:38 smithi203 ceph-mon[117428]: pgmap v1905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:38 smithi137 ceph-mon[117020]: pgmap v1905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:38.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:38 smithi066 ceph-mon[112137]: pgmap v1905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:39.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:39.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:39.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:39.846 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:39.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:39.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:39.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:39.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:40 smithi203 ceph-mon[117428]: pgmap v1906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:40 smithi203 ceph-mon[117428]: from='client.64557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:40 smithi137 ceph-mon[117020]: pgmap v1906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:40 smithi137 ceph-mon[117020]: from='client.64557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:40.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:40 smithi066 ceph-mon[112137]: pgmap v1906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:40.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:40 smithi066 ceph-mon[112137]: from='client.64557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:42.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:42 smithi066 ceph-mon[112137]: pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:16:42.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:42 smithi203 ceph-mon[117428]: pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:16:42.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:42 smithi137 ceph-mon[117020]: pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:16:44.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:44 smithi203 ceph-mon[117428]: pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:16:44.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:44.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:44.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:44.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:44 smithi137 ceph-mon[117020]: pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:16:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:44 smithi066 ceph-mon[112137]: pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:16:45.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:45.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:45.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:45.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:45.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:46 smithi203 ceph-mon[117428]: from='client.64629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:46 smithi203 ceph-mon[117428]: pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:46 smithi137 ceph-mon[117020]: from='client.64629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:46 smithi137 ceph-mon[117020]: pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:46 smithi066 ceph-mon[112137]: from='client.64629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:46.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:46 smithi066 ceph-mon[112137]: pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:48.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:48 smithi203 ceph-mon[117428]: pgmap v1910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:48 smithi137 ceph-mon[117020]: pgmap v1910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:48.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:48 smithi066 ceph-mon[112137]: pgmap v1910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:50.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:50.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:50.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:50 smithi203 ceph-mon[117428]: pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:50.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:50 smithi137 ceph-mon[117020]: pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:50 smithi066 ceph-mon[112137]: pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:51.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:51.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:51.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:51.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:51.283 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:51.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:51 smithi203 ceph-mon[117428]: from='client.64707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:51.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:51 smithi137 ceph-mon[117020]: from='client.64707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:51.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:51 smithi066 ceph-mon[112137]: from='client.64707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:52.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:52 smithi203 ceph-mon[117428]: pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:52 smithi137 ceph-mon[117020]: pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:52 smithi066 ceph-mon[112137]: pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:54 smithi203 ceph-mon[117428]: pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:16:54.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:54 smithi137 ceph-mon[117020]: pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:16:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:54 smithi066 ceph-mon[112137]: pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:16:56.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:16:56.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:56.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:56.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:56 smithi203 ceph-mon[117428]: pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:16:56.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:56 smithi137 ceph-mon[117020]: pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:16:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:56 smithi066 ceph-mon[112137]: pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:16:57.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:16:57.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:57.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:57.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:57.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:16:57.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:57 smithi203 ceph-mon[117428]: from='client.64785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:57.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:57 smithi137 ceph-mon[117020]: from='client.64785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:57.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:57 smithi066 ceph-mon[112137]: from='client.64785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:58.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:16:58 smithi203 ceph-mon[117428]: pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:16:58 smithi137 ceph-mon[117020]: pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:16:58 smithi066 ceph-mon[112137]: pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:00.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:00 smithi203 ceph-mon[117428]: pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:00 smithi137 ceph-mon[117020]: pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:00 smithi066 ceph-mon[112137]: pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:02.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:02.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:02.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:02 smithi066 ceph-mon[112137]: pgmap v1917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:02 smithi203 ceph-mon[117428]: pgmap v1917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:02 smithi137 ceph-mon[117020]: pgmap v1917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:02.732 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:02.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:02.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:02.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:02.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:03.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:03 smithi066 ceph-mon[112137]: from='client.64860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:03.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:03 smithi203 ceph-mon[117428]: from='client.64860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:03.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:03 smithi137 ceph-mon[117020]: from='client.64860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:04.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:04 smithi066 ceph-mon[112137]: pgmap v1918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:04.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:04 smithi203 ceph-mon[117428]: pgmap v1918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:04.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:04 smithi137 ceph-mon[117020]: pgmap v1918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:06.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:06 smithi203 ceph-mon[117428]: pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:06 smithi137 ceph-mon[117020]: pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:06 smithi066 ceph-mon[112137]: pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:07.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:07.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:07.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:08.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:08.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:08.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:08.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:08.467 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:08.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:08 smithi203 ceph-mon[117428]: pgmap v1920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:08.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:08 smithi203 ceph-mon[117428]: from='client.64935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:08.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:08 smithi137 ceph-mon[117020]: pgmap v1920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:08.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:08 smithi137 ceph-mon[117020]: from='client.64935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:08 smithi066 ceph-mon[112137]: pgmap v1920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:08 smithi066 ceph-mon[112137]: from='client.64935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:10.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:10 smithi203 ceph-mon[117428]: pgmap v1921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:10.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:10 smithi137 ceph-mon[117020]: pgmap v1921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:10 smithi066 ceph-mon[112137]: pgmap v1921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:12.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:12 smithi066 ceph-mon[112137]: pgmap v1922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:12.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:12 smithi203 ceph-mon[117428]: pgmap v1922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:12.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:12 smithi137 ceph-mon[117020]: pgmap v1922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:13.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:13.469 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:13.469 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:14.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:14.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:14.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:14.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:14.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:14.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:14 smithi203 ceph-mon[117428]: pgmap v1923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:14.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:14 smithi203 ceph-mon[117428]: from='client.65010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:14 smithi137 ceph-mon[117020]: pgmap v1923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:14 smithi137 ceph-mon[117020]: from='client.65010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:14 smithi066 ceph-mon[112137]: pgmap v1923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:14 smithi066 ceph-mon[112137]: from='client.65010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:16.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:16 smithi203 ceph-mon[117428]: pgmap v1924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:16.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:16 smithi137 ceph-mon[117020]: pgmap v1924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:16 smithi066 ceph-mon[112137]: pgmap v1924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:18 smithi203 ceph-mon[117428]: pgmap v1925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:18 smithi137 ceph-mon[117020]: pgmap v1925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:18 smithi066 ceph-mon[112137]: pgmap v1925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:19.905 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:19.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:19.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:19.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:19.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:20 smithi203 ceph-mon[117428]: pgmap v1926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:20 smithi203 ceph-mon[117428]: from='client.65082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:17:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:17:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:17:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:17:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:20 smithi137 ceph-mon[117020]: pgmap v1926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:20 smithi137 ceph-mon[117020]: from='client.65082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:17:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:17:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:17:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:17:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:20 smithi066 ceph-mon[112137]: pgmap v1926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:20 smithi066 ceph-mon[112137]: from='client.65082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:17:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:17:20.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:17:20.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:17:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:22 smithi066 ceph-mon[112137]: pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:22.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:22 smithi203 ceph-mon[117428]: pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:22 smithi137 ceph-mon[117020]: pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:24.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:24 smithi203 ceph-mon[117428]: pgmap v1928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:24.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:24 smithi137 ceph-mon[117020]: pgmap v1928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:24.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:24.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:24.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:24 smithi066 ceph-mon[112137]: pgmap v1928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:25.636 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:25.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:25.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:25.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:25.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:26.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:26 smithi203 ceph-mon[117428]: from='client.65157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:26.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:26 smithi203 ceph-mon[117428]: pgmap v1929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:26.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:26 smithi137 ceph-mon[117020]: from='client.65157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:26.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:26 smithi137 ceph-mon[117020]: pgmap v1929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:26.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:26 smithi066 ceph-mon[112137]: from='client.65157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:26.993 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:26 smithi066 ceph-mon[112137]: pgmap v1929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:28.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:28 smithi203 ceph-mon[117428]: pgmap v1930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:28.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:28 smithi137 ceph-mon[117020]: pgmap v1930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:28 smithi066 ceph-mon[112137]: pgmap v1930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:30.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:30.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:30.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:30.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:30 smithi203 ceph-mon[117428]: pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:30.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:30 smithi137 ceph-mon[117020]: pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:30 smithi066 ceph-mon[112137]: pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:31.356 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:31.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:31.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:31.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:31.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:31.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:31 smithi203 ceph-mon[117428]: from='client.65229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:31.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:31 smithi137 ceph-mon[117020]: from='client.65229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:31.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:31 smithi066 ceph-mon[112137]: from='client.65229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:32.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:32 smithi203 ceph-mon[117428]: pgmap v1932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:32.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:32 smithi137 ceph-mon[117020]: pgmap v1932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:32 smithi066 ceph-mon[112137]: pgmap v1932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:34.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:34 smithi203 ceph-mon[117428]: pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:34 smithi137 ceph-mon[117020]: pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:34 smithi066 ceph-mon[112137]: pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:36.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:36.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:36.359 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:36.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:36 smithi203 ceph-mon[117428]: pgmap v1934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:36.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:36 smithi137 ceph-mon[117020]: pgmap v1934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:36 smithi066 ceph-mon[112137]: pgmap v1934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:37.072 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:37.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:37.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:37.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:37.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:37.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:37 smithi203 ceph-mon[117428]: from='client.65304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:37.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:37 smithi137 ceph-mon[117020]: from='client.65304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:37 smithi066 ceph-mon[112137]: from='client.65304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:38.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:38 smithi203 ceph-mon[117428]: pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:38 smithi137 ceph-mon[117020]: pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:38.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:38 smithi066 ceph-mon[112137]: pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:40 smithi203 ceph-mon[117428]: pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:40 smithi137 ceph-mon[117020]: pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:40 smithi066 ceph-mon[112137]: pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:42.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:42.074 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:42.074 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:42.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:42 smithi066 ceph-mon[112137]: pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:42.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:42 smithi203 ceph-mon[117428]: pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:42.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:42 smithi137 ceph-mon[117020]: pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:42.786 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:42.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:42.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:42.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:42.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:43.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:43 smithi066 ceph-mon[112137]: from='client.65382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:43.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:43 smithi203 ceph-mon[117428]: from='client.65382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:43.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:43 smithi137 ceph-mon[117020]: from='client.65382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:44 smithi066 ceph-mon[112137]: pgmap v1938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:44.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:44 smithi203 ceph-mon[117428]: pgmap v1938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:44.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:44 smithi137 ceph-mon[117020]: pgmap v1938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:46 smithi203 ceph-mon[117428]: pgmap v1939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:46 smithi137 ceph-mon[117020]: pgmap v1939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:46 smithi066 ceph-mon[112137]: pgmap v1939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:47.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:47.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:47.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:48.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:48.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:48.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:48.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:48.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:48 smithi203 ceph-mon[117428]: pgmap v1940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:48 smithi137 ceph-mon[117020]: pgmap v1940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:48 smithi066 ceph-mon[112137]: pgmap v1940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:49.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:49 smithi203 ceph-mon[117428]: from='client.65460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:49.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:49 smithi137 ceph-mon[117020]: from='client.65460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:49.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:49 smithi066 ceph-mon[112137]: from='client.65460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:50 smithi203 ceph-mon[117428]: pgmap v1941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:50.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:50 smithi137 ceph-mon[117020]: pgmap v1941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:50 smithi066 ceph-mon[112137]: pgmap v1941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:52.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:52 smithi066 ceph-mon[112137]: pgmap v1942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:52 smithi203 ceph-mon[117428]: pgmap v1942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:52.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:52 smithi137 ceph-mon[117020]: pgmap v1942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:53.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:53.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:53.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:54.238 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:17:54.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:54.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:54.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:54.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:54 smithi203 ceph-mon[117428]: pgmap v1943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:54 smithi203 ceph-mon[117428]: from='client.65535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:54.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:54 smithi137 ceph-mon[117020]: pgmap v1943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:54.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:54 smithi137 ceph-mon[117020]: from='client.65535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:54 smithi066 ceph-mon[112137]: pgmap v1943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:54 smithi066 ceph-mon[112137]: from='client.65535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:56.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:56 smithi203 ceph-mon[117428]: pgmap v1944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:56.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:56 smithi137 ceph-mon[117020]: pgmap v1944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:56 smithi066 ceph-mon[112137]: pgmap v1944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:58.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:17:58 smithi203 ceph-mon[117428]: pgmap v1945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:17:58 smithi137 ceph-mon[117020]: pgmap v1945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:17:58 smithi066 ceph-mon[112137]: pgmap v1945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:59.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:17:59.240 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:59.240 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:59.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:59.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:59.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:59.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:17:59.964 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:00.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:00 smithi203 ceph-mon[117428]: pgmap v1946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:00.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:00 smithi203 ceph-mon[117428]: from='client.65613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:00 smithi137 ceph-mon[117020]: pgmap v1946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:00 smithi137 ceph-mon[117020]: from='client.65613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:00 smithi066 ceph-mon[112137]: pgmap v1946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:00 smithi066 ceph-mon[112137]: from='client.65613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:02 smithi066 ceph-mon[112137]: pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:02 smithi203 ceph-mon[117428]: pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:02 smithi137 ceph-mon[117020]: pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:04.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:04 smithi203 ceph-mon[117428]: pgmap v1948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:04.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:04 smithi137 ceph-mon[117020]: pgmap v1948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:04.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:04.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:04.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:04 smithi066 ceph-mon[112137]: pgmap v1948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:05.696 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:05.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:05.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:05.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:05.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:06.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:06 smithi203 ceph-mon[117428]: from='client.65688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:06.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:06 smithi203 ceph-mon[117428]: pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:06 smithi137 ceph-mon[117020]: from='client.65688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:06 smithi137 ceph-mon[117020]: pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:06 smithi066 ceph-mon[112137]: from='client.65688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:06 smithi066 ceph-mon[112137]: pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:08.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:08 smithi203 ceph-mon[117428]: pgmap v1950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:08.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:08 smithi137 ceph-mon[117020]: pgmap v1950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:08 smithi066 ceph-mon[112137]: pgmap v1950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:10.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:10.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:10.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:10.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:10 smithi203 ceph-mon[117428]: pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:10.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:10 smithi137 ceph-mon[117020]: pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:10 smithi066 ceph-mon[112137]: pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:11.422 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:11.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:11.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:11.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:11.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:11.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:11 smithi203 ceph-mon[117428]: from='client.65766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:11.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:11 smithi137 ceph-mon[117020]: from='client.65766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:11.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:11 smithi066 ceph-mon[112137]: from='client.65766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:12.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:12 smithi203 ceph-mon[117428]: pgmap v1952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:12.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:12 smithi137 ceph-mon[117020]: pgmap v1952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:12 smithi066 ceph-mon[112137]: pgmap v1952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:14.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:14 smithi203 ceph-mon[117428]: pgmap v1953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:14 smithi137 ceph-mon[117020]: pgmap v1953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:14 smithi066 ceph-mon[112137]: pgmap v1953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:16.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:16.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:16.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:16.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:16 smithi203 ceph-mon[117428]: pgmap v1954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:16.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:16 smithi137 ceph-mon[117020]: pgmap v1954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:16 smithi066 ceph-mon[112137]: pgmap v1954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:17.144 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:17.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:17.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:17.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:17.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:17.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:17 smithi203 ceph-mon[117428]: from='client.65838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:17.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:17 smithi137 ceph-mon[117020]: from='client.65838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:17.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:17 smithi066 ceph-mon[112137]: from='client.65838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:18 smithi203 ceph-mon[117428]: pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:18 smithi137 ceph-mon[117020]: pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:18 smithi066 ceph-mon[112137]: pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:20.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:20 smithi203 ceph-mon[117428]: pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:20 smithi137 ceph-mon[117020]: pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:20 smithi066 ceph-mon[112137]: pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:21.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:18:21.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:18:21.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:18:21.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:18:21.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:18:21.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:18:21.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:18:21.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:18:21.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:18:21.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:18:21.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:18:21.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:18:22.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:22.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:22.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:22.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:22 smithi203 ceph-mon[117428]: pgmap v1957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:22.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:22 smithi137 ceph-mon[117020]: pgmap v1957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:22.881 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:22.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:22.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:22.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:22.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:22 smithi066 ceph-mon[112137]: pgmap v1957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:23.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:23 smithi203 ceph-mon[117428]: from='client.65910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:23.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:23 smithi137 ceph-mon[117020]: from='client.65910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:23.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:23 smithi066 ceph-mon[112137]: from='client.65910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:24.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:24 smithi203 ceph-mon[117428]: pgmap v1958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:24.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:24 smithi137 ceph-mon[117020]: pgmap v1958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:24 smithi066 ceph-mon[112137]: pgmap v1958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:26.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:26 smithi203 ceph-mon[117428]: pgmap v1959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:26.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:26 smithi137 ceph-mon[117020]: pgmap v1959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:26 smithi066 ceph-mon[112137]: pgmap v1959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:27.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:27.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:27.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:28.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:28.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:28.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:28.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:28.605 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:28.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:28 smithi203 ceph-mon[117428]: pgmap v1960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:28.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:28 smithi137 ceph-mon[117020]: pgmap v1960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:28 smithi066 ceph-mon[112137]: pgmap v1960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:29.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:29 smithi203 ceph-mon[117428]: from='client.65988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:29.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:29 smithi137 ceph-mon[117020]: from='client.65988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:29 smithi066 ceph-mon[112137]: from='client.65988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:30.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:30 smithi203 ceph-mon[117428]: pgmap v1961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:30.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:30 smithi137 ceph-mon[117020]: pgmap v1961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:30 smithi066 ceph-mon[112137]: pgmap v1961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:32.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:32 smithi066 ceph-mon[112137]: pgmap v1962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:32 smithi203 ceph-mon[117428]: pgmap v1962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:32.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:32 smithi137 ceph-mon[117020]: pgmap v1962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:33.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:33.607 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:33.607 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:34.334 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:34.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:34.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:34.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:34.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:34.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:34 smithi203 ceph-mon[117428]: pgmap v1963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:34.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:34 smithi203 ceph-mon[117428]: from='client.66063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:34 smithi137 ceph-mon[117020]: pgmap v1963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:34 smithi137 ceph-mon[117020]: from='client.66063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:34 smithi066 ceph-mon[112137]: pgmap v1963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:34 smithi066 ceph-mon[112137]: from='client.66063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:36.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:36 smithi203 ceph-mon[117428]: pgmap v1964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:36.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:36 smithi137 ceph-mon[117020]: pgmap v1964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:36 smithi066 ceph-mon[112137]: pgmap v1964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:38 smithi203 ceph-mon[117428]: pgmap v1965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:38 smithi137 ceph-mon[117020]: pgmap v1965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:38 smithi066 ceph-mon[112137]: pgmap v1965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:39.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:39.337 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:39.337 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:40.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:40.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:40.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:40.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:40.065 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:40.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:40 smithi203 ceph-mon[117428]: pgmap v1966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:40.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:40 smithi203 ceph-mon[117428]: from='client.66135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:40 smithi137 ceph-mon[117020]: pgmap v1966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:40 smithi137 ceph-mon[117020]: from='client.66135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:40 smithi066 ceph-mon[112137]: pgmap v1966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:40 smithi066 ceph-mon[112137]: from='client.66135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:42.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:42 smithi066 ceph-mon[112137]: pgmap v1967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:42 smithi203 ceph-mon[117428]: pgmap v1967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:42.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:42 smithi137 ceph-mon[117020]: pgmap v1967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:44.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:44 smithi203 ceph-mon[117428]: pgmap v1968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:44 smithi137 ceph-mon[117020]: pgmap v1968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:44 smithi066 ceph-mon[112137]: pgmap v1968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:45.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:45.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:45.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:45.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:45.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:45.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:45.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:45.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:46 smithi203 ceph-mon[117428]: from='client.66210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:46 smithi203 ceph-mon[117428]: pgmap v1969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:46 smithi137 ceph-mon[117020]: from='client.66210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:46 smithi137 ceph-mon[117020]: pgmap v1969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:46 smithi066 ceph-mon[112137]: from='client.66210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:46 smithi066 ceph-mon[112137]: pgmap v1969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:48 smithi203 ceph-mon[117428]: pgmap v1970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:48 smithi137 ceph-mon[117020]: pgmap v1970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:48 smithi066 ceph-mon[112137]: pgmap v1970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:50.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:50.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:50.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:50 smithi203 ceph-mon[117428]: pgmap v1971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:50 smithi137 ceph-mon[117020]: pgmap v1971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:50 smithi066 ceph-mon[112137]: pgmap v1971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:51.529 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:51.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:51.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:51.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:51.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:52.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:52 smithi066 ceph-mon[112137]: from='client.66288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:52.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:52 smithi066 ceph-mon[112137]: pgmap v1972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:52 smithi203 ceph-mon[117428]: from='client.66288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:52 smithi203 ceph-mon[117428]: pgmap v1972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:52 smithi137 ceph-mon[117020]: from='client.66288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:52.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:52 smithi137 ceph-mon[117020]: pgmap v1972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:54.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:54 smithi203 ceph-mon[117428]: pgmap v1973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:54 smithi137 ceph-mon[117020]: pgmap v1973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:54 smithi066 ceph-mon[112137]: pgmap v1973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:56.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:18:56.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:56.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:56.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:56 smithi203 ceph-mon[117428]: pgmap v1974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:56 smithi137 ceph-mon[117020]: pgmap v1974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:56 smithi066 ceph-mon[112137]: pgmap v1974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:57.250 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:18:57.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:57.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:57.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:57.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:18:57.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:57 smithi203 ceph-mon[117428]: from='client.66360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:57.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:57 smithi137 ceph-mon[117020]: from='client.66360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:57.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:57 smithi066 ceph-mon[112137]: from='client.66360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:58.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:18:58 smithi203 ceph-mon[117428]: pgmap v1975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:18:58 smithi137 ceph-mon[117020]: pgmap v1975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:18:58 smithi066 ceph-mon[112137]: pgmap v1975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:00 smithi203 ceph-mon[117428]: pgmap v1976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:00 smithi137 ceph-mon[117020]: pgmap v1976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:00 smithi066 ceph-mon[112137]: pgmap v1976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:02.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:02.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:02.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:02 smithi066 ceph-mon[112137]: pgmap v1977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:02 smithi203 ceph-mon[117428]: pgmap v1977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:02 smithi137 ceph-mon[117020]: pgmap v1977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:02.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:02.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:02.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:02.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:02.974 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:03.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:03 smithi066 ceph-mon[112137]: from='client.66438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:03.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:03 smithi203 ceph-mon[117428]: from='client.66438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:03.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:03 smithi137 ceph-mon[117020]: from='client.66438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:04.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:04 smithi066 ceph-mon[112137]: pgmap v1978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:04.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:04 smithi203 ceph-mon[117428]: pgmap v1978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:04.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:04 smithi137 ceph-mon[117020]: pgmap v1978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:06.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:06 smithi203 ceph-mon[117428]: pgmap v1979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:06 smithi137 ceph-mon[117020]: pgmap v1979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:06 smithi066 ceph-mon[112137]: pgmap v1979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:07.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:07.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:07.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:08.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:08.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:08.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:08.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:08.693 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:08.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:08 smithi203 ceph-mon[117428]: pgmap v1980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:08 smithi137 ceph-mon[117020]: pgmap v1980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:08 smithi066 ceph-mon[112137]: pgmap v1980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:09.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:09 smithi203 ceph-mon[117428]: from='client.66510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:09 smithi137 ceph-mon[117020]: from='client.66510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:09.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:09 smithi066 ceph-mon[112137]: from='client.66510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:10 smithi203 ceph-mon[117428]: pgmap v1981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:10 smithi137 ceph-mon[117020]: pgmap v1981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:10 smithi066 ceph-mon[112137]: pgmap v1981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:12.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:12 smithi066 ceph-mon[112137]: pgmap v1982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:12.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:12 smithi203 ceph-mon[117428]: pgmap v1982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:12 smithi137 ceph-mon[117020]: pgmap v1982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:13.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:13.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:13.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:14.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:14.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:14.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:14.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:14.417 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:14.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:14 smithi203 ceph-mon[117428]: pgmap v1983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:14.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:14 smithi203 ceph-mon[117428]: from='client.66588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:14 smithi137 ceph-mon[117020]: pgmap v1983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:14 smithi137 ceph-mon[117020]: from='client.66588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:14 smithi066 ceph-mon[112137]: pgmap v1983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:14 smithi066 ceph-mon[112137]: from='client.66588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:16.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:16 smithi203 ceph-mon[117428]: pgmap v1984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:16 smithi137 ceph-mon[117020]: pgmap v1984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:16 smithi066 ceph-mon[112137]: pgmap v1984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:18.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:18 smithi203 ceph-mon[117428]: pgmap v1985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:18 smithi137 ceph-mon[117020]: pgmap v1985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:18 smithi066 ceph-mon[112137]: pgmap v1985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:19.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:19.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:19.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:20.136 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:20.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:20.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:20.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:20.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:20.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:20 smithi203 ceph-mon[117428]: pgmap v1986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:20.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:20 smithi203 ceph-mon[117428]: from='client.66666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:20 smithi137 ceph-mon[117020]: pgmap v1986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:20 smithi137 ceph-mon[117020]: from='client.66666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:20 smithi066 ceph-mon[112137]: pgmap v1986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:20 smithi066 ceph-mon[112137]: from='client.66666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:19:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:22 smithi066 ceph-mon[112137]: pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:19:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:19:22.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:19:22.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:19:22.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:22 smithi203 ceph-mon[117428]: pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:22.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:19:22.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:19:22.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:19:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:19:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:22 smithi137 ceph-mon[117020]: pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:19:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:19:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:19:24.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:24 smithi203 ceph-mon[117428]: pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:24 smithi137 ceph-mon[117020]: pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:24 smithi066 ceph-mon[112137]: pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:25.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:25.138 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:25.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:25.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:25.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:25.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:25.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:25.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:26 smithi203 ceph-mon[117428]: pgmap v1989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:26.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:26 smithi203 ceph-mon[117428]: from='client.66744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:26 smithi137 ceph-mon[117020]: pgmap v1989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:26 smithi137 ceph-mon[117020]: from='client.66744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:26 smithi066 ceph-mon[112137]: pgmap v1989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:26 smithi066 ceph-mon[112137]: from='client.66744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:28.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:28 smithi203 ceph-mon[117428]: pgmap v1990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:28 smithi137 ceph-mon[117020]: pgmap v1990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:28 smithi066 ceph-mon[112137]: pgmap v1990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:30.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:30 smithi203 ceph-mon[117428]: pgmap v1991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:30.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:30.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:30.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:30 smithi137 ceph-mon[117020]: pgmap v1991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:30 smithi066 ceph-mon[112137]: pgmap v1991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:31.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:31.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:31.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:31.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:31.593 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:32.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:32 smithi066 ceph-mon[112137]: from='client.66822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:32.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:32 smithi066 ceph-mon[112137]: pgmap v1992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:32 smithi203 ceph-mon[117428]: from='client.66822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:32 smithi203 ceph-mon[117428]: pgmap v1992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:32 smithi137 ceph-mon[117020]: from='client.66822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:32 smithi137 ceph-mon[117020]: pgmap v1992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:34.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:34 smithi203 ceph-mon[117428]: pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:34 smithi137 ceph-mon[117020]: pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:34 smithi066 ceph-mon[112137]: pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:36.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:36.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:36.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:36.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:36 smithi203 ceph-mon[117428]: pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:36 smithi137 ceph-mon[117020]: pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:36 smithi066 ceph-mon[112137]: pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:37.324 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:37.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:37.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:37.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:37.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:37.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:37 smithi203 ceph-mon[117428]: from='client.66900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:37 smithi137 ceph-mon[117020]: from='client.66900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:37 smithi066 ceph-mon[112137]: from='client.66900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:38 smithi203 ceph-mon[117428]: pgmap v1995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:38 smithi137 ceph-mon[117020]: pgmap v1995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:38 smithi066 ceph-mon[112137]: pgmap v1995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:40 smithi203 ceph-mon[117428]: pgmap v1996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:40 smithi137 ceph-mon[117020]: pgmap v1996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:40 smithi066 ceph-mon[112137]: pgmap v1996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:42.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:42.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:42.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:42.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:42 smithi066 ceph-mon[112137]: pgmap v1997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:42 smithi203 ceph-mon[117428]: pgmap v1997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:42 smithi137 ceph-mon[117020]: pgmap v1997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:43.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:43.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:43.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:43.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:43.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:43.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:43 smithi066 ceph-mon[112137]: from='client.66975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:43.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:43 smithi203 ceph-mon[117428]: from='client.66975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:43.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:43 smithi137 ceph-mon[117020]: from='client.66975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:44 smithi066 ceph-mon[112137]: pgmap v1998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:44.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:44 smithi203 ceph-mon[117428]: pgmap v1998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:44 smithi137 ceph-mon[117020]: pgmap v1998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:46 smithi203 ceph-mon[117428]: pgmap v1999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:46 smithi137 ceph-mon[117020]: pgmap v1999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:46 smithi066 ceph-mon[112137]: pgmap v1999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:48.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:48.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:48.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:48.762 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:48.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:48.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:48.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:48.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:48 smithi203 ceph-mon[117428]: pgmap v2000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:48 smithi137 ceph-mon[117020]: pgmap v2000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:48 smithi066 ceph-mon[112137]: pgmap v2000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:49.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:49 smithi203 ceph-mon[117428]: from='client.67050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:49.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:49 smithi137 ceph-mon[117020]: from='client.67050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:49.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:49 smithi066 ceph-mon[112137]: from='client.67050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:50 smithi203 ceph-mon[117428]: pgmap v2001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:50 smithi137 ceph-mon[117020]: pgmap v2001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:50 smithi066 ceph-mon[112137]: pgmap v2001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:52.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:52 smithi066 ceph-mon[112137]: pgmap v2002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:52 smithi203 ceph-mon[117428]: pgmap v2002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:52 smithi137 ceph-mon[117020]: pgmap v2002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:53.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:53.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:53.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:54.491 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:19:54.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:54.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:54.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:54.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:19:54.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:54 smithi203 ceph-mon[117428]: pgmap v2003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:54 smithi203 ceph-mon[117428]: from='client.67122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:54 smithi137 ceph-mon[117020]: pgmap v2003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:54.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:54 smithi137 ceph-mon[117020]: from='client.67122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:54 smithi066 ceph-mon[112137]: pgmap v2003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:54 smithi066 ceph-mon[112137]: from='client.67122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:56.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:56 smithi203 ceph-mon[117428]: pgmap v2004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:56 smithi137 ceph-mon[117020]: pgmap v2004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:56 smithi066 ceph-mon[112137]: pgmap v2004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:58.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:19:58 smithi203 ceph-mon[117428]: pgmap v2005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:19:58 smithi137 ceph-mon[117020]: pgmap v2005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:19:58 smithi066 ceph-mon[112137]: pgmap v2005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:59.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:19:59.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:59.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:00.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:00.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:00.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:00.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:00.208 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:00 smithi203 ceph-mon[117428]: pgmap v2006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:00 smithi203 ceph-mon[117428]: from='client.67200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T18:20:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:00 smithi137 ceph-mon[117020]: pgmap v2006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:00 smithi137 ceph-mon[117020]: from='client.67200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T18:20:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:00 smithi066 ceph-mon[112137]: pgmap v2006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:00 smithi066 ceph-mon[112137]: from='client.67200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T18:20:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:02 smithi066 ceph-mon[112137]: pgmap v2007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:02 smithi203 ceph-mon[117428]: pgmap v2007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:02 smithi137 ceph-mon[117020]: pgmap v2007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:04.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:04 smithi203 ceph-mon[117428]: pgmap v2008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:04 smithi137 ceph-mon[117020]: pgmap v2008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:04 smithi066 ceph-mon[112137]: pgmap v2008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:05.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:05.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:05.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:05.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:05.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:05.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:05.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:05.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:06.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:06 smithi203 ceph-mon[117428]: pgmap v2009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:06.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:06 smithi203 ceph-mon[117428]: from='client.67275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:06 smithi137 ceph-mon[117020]: pgmap v2009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:06 smithi137 ceph-mon[117020]: from='client.67275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:06 smithi066 ceph-mon[112137]: pgmap v2009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:06 smithi066 ceph-mon[112137]: from='client.67275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:08.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:08 smithi203 ceph-mon[117428]: pgmap v2010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:08 smithi137 ceph-mon[117020]: pgmap v2010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:08 smithi066 ceph-mon[112137]: pgmap v2010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:10 smithi203 ceph-mon[117428]: pgmap v2011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:10 smithi137 ceph-mon[117020]: pgmap v2011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:10.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:10.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:10 smithi066 ceph-mon[112137]: pgmap v2011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:11.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:11.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:11.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:11.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:11.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:12.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:12 smithi066 ceph-mon[112137]: from='client.67350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:12.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:12 smithi066 ceph-mon[112137]: pgmap v2012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:12.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:12 smithi203 ceph-mon[117428]: from='client.67350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:12.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:12 smithi203 ceph-mon[117428]: pgmap v2012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:12 smithi137 ceph-mon[117020]: from='client.67350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:12 smithi137 ceph-mon[117020]: pgmap v2012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:14.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:14 smithi203 ceph-mon[117428]: pgmap v2013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:14 smithi137 ceph-mon[117020]: pgmap v2013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:14 smithi066 ceph-mon[112137]: pgmap v2013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:16.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:16.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:16.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:16.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:16 smithi203 ceph-mon[117428]: pgmap v2014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:16 smithi137 ceph-mon[117020]: pgmap v2014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:16 smithi066 ceph-mon[112137]: pgmap v2014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:17.380 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:17.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:17.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:17.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:17.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:17.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:17 smithi203 ceph-mon[117428]: from='client.67428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:17.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:17 smithi137 ceph-mon[117020]: from='client.67428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:17 smithi066 ceph-mon[112137]: from='client.67428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:18.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:18 smithi203 ceph-mon[117428]: pgmap v2015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:18 smithi137 ceph-mon[117020]: pgmap v2015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:18 smithi066 ceph-mon[112137]: pgmap v2015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:20.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:20 smithi203 ceph-mon[117428]: pgmap v2016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:20 smithi137 ceph-mon[117020]: pgmap v2016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:20 smithi066 ceph-mon[112137]: pgmap v2016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:22.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:22.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:22.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:22 smithi066 ceph-mon[112137]: pgmap v2017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:20:22.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:22 smithi203 ceph-mon[117428]: pgmap v2017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:22.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:20:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:22 smithi137 ceph-mon[117020]: pgmap v2017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:20:23.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:23.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:23.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:23.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:23.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:23.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:20:23.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:20:23.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:20:23.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:23 smithi066 ceph-mon[112137]: from='client.67506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:23.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:20:23.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:20:23.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:20:23.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:23 smithi203 ceph-mon[117428]: from='client.67506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:23.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:20:23.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:20:23.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:20:23.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:23 smithi137 ceph-mon[117020]: from='client.67506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:24 smithi066 ceph-mon[112137]: pgmap v2018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:24 smithi203 ceph-mon[117428]: pgmap v2018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:24 smithi137 ceph-mon[117020]: pgmap v2018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:26 smithi203 ceph-mon[117428]: pgmap v2019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:26.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:26 smithi137 ceph-mon[117020]: pgmap v2019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:26 smithi066 ceph-mon[112137]: pgmap v2019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:28.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:28.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:28.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:28.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:28 smithi203 ceph-mon[117428]: pgmap v2020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:28.839 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:28.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:28.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:28.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:28.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:28.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:28 smithi137 ceph-mon[117020]: pgmap v2020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:28 smithi066 ceph-mon[112137]: pgmap v2020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:29.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:29 smithi203 ceph-mon[117428]: from='client.67578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:29.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:29 smithi137 ceph-mon[117020]: from='client.67578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:29 smithi066 ceph-mon[112137]: from='client.67578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:30.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:30 smithi203 ceph-mon[117428]: pgmap v2021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:30 smithi137 ceph-mon[117020]: pgmap v2021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:30 smithi066 ceph-mon[112137]: pgmap v2021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:32.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:32 smithi066 ceph-mon[112137]: pgmap v2022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:32 smithi203 ceph-mon[117428]: pgmap v2022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:32 smithi137 ceph-mon[117020]: pgmap v2022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:33.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:33.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:33.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:34.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:34.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:34.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:34.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:34.568 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:34.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:34 smithi203 ceph-mon[117428]: pgmap v2023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:34 smithi137 ceph-mon[117020]: pgmap v2023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:34 smithi066 ceph-mon[112137]: pgmap v2023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:35.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:35 smithi203 ceph-mon[117428]: from='client.67653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:35.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:35 smithi137 ceph-mon[117020]: from='client.67653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:35 smithi066 ceph-mon[112137]: from='client.67653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:36.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:36 smithi203 ceph-mon[117428]: pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:36 smithi137 ceph-mon[117020]: pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:36 smithi066 ceph-mon[112137]: pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:38 smithi203 ceph-mon[117428]: pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:38 smithi137 ceph-mon[117020]: pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:38 smithi066 ceph-mon[112137]: pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:39.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:39.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:39.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:40.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:40.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:40.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:40.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:40.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:40.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:40 smithi203 ceph-mon[117428]: pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:40.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:40 smithi203 ceph-mon[117428]: from='client.67731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:40 smithi137 ceph-mon[117020]: pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:40 smithi137 ceph-mon[117020]: from='client.67731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:40 smithi066 ceph-mon[112137]: pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:40 smithi066 ceph-mon[112137]: from='client.67731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:42.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:42 smithi066 ceph-mon[112137]: pgmap v2027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:42 smithi203 ceph-mon[117428]: pgmap v2027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:42 smithi137 ceph-mon[117020]: pgmap v2027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:44.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:44 smithi203 ceph-mon[117428]: pgmap v2028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:44 smithi137 ceph-mon[117020]: pgmap v2028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:44 smithi066 ceph-mon[112137]: pgmap v2028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:45.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:45.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:45.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:46.017 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:46.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:46.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:46.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:46.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:46 smithi203 ceph-mon[117428]: pgmap v2029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:46 smithi203 ceph-mon[117428]: from='client.67809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:46 smithi137 ceph-mon[117020]: pgmap v2029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:46 smithi137 ceph-mon[117020]: from='client.67809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:46 smithi066 ceph-mon[112137]: pgmap v2029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:46 smithi066 ceph-mon[112137]: from='client.67809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:48 smithi203 ceph-mon[117428]: pgmap v2030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:48 smithi137 ceph-mon[117020]: pgmap v2030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:48 smithi066 ceph-mon[112137]: pgmap v2030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:50 smithi203 ceph-mon[117428]: pgmap v2031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:50 smithi137 ceph-mon[117020]: pgmap v2031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:50 smithi066 ceph-mon[112137]: pgmap v2031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:51.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:51.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:51.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:51.738 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:51.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:51.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:51.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:51.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:52.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:52 smithi066 ceph-mon[112137]: from='client.67887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:52.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:52 smithi066 ceph-mon[112137]: pgmap v2032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:52 smithi203 ceph-mon[117428]: from='client.67887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:52 smithi203 ceph-mon[117428]: pgmap v2032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:52 smithi137 ceph-mon[117020]: from='client.67887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:52 smithi137 ceph-mon[117020]: pgmap v2032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:54.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:54 smithi203 ceph-mon[117428]: pgmap v2033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:54 smithi137 ceph-mon[117020]: pgmap v2033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:54 smithi066 ceph-mon[112137]: pgmap v2033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:56.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:20:56.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:56.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:56.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:56 smithi203 ceph-mon[117428]: pgmap v2034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:56 smithi137 ceph-mon[117020]: pgmap v2034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:56 smithi066 ceph-mon[112137]: pgmap v2034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:57.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:20:57.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:57.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:57.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:57.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:20:57.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:57 smithi203 ceph-mon[117428]: from='client.67962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:57 smithi137 ceph-mon[117020]: from='client.67962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:57 smithi066 ceph-mon[112137]: from='client.67962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:58.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:20:58 smithi203 ceph-mon[117428]: pgmap v2035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:58.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:20:58 smithi137 ceph-mon[117020]: pgmap v2035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:20:58 smithi066 ceph-mon[112137]: pgmap v2035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:00 smithi137 ceph-mon[117020]: pgmap v2036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:00 smithi066 ceph-mon[112137]: pgmap v2036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:00 smithi203 ceph-mon[117428]: pgmap v2036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:02.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:02.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:02.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:02.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:02 smithi066 ceph-mon[112137]: pgmap v2037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:02 smithi203 ceph-mon[117428]: pgmap v2037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:02 smithi137 ceph-mon[117020]: pgmap v2037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:03.190 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:03.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:03.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:03.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:03.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:03.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:03 smithi066 ceph-mon[112137]: from='client.68037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:03.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:03 smithi203 ceph-mon[117428]: from='client.68037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:03.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:03 smithi137 ceph-mon[117020]: from='client.68037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:04 smithi066 ceph-mon[112137]: pgmap v2038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:04.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:04 smithi203 ceph-mon[117428]: pgmap v2038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:04.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:04 smithi137 ceph-mon[117020]: pgmap v2038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:06.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:06 smithi203 ceph-mon[117428]: pgmap v2039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:06 smithi137 ceph-mon[117020]: pgmap v2039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:06 smithi066 ceph-mon[112137]: pgmap v2039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:08.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:08.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:08.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:08.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:08 smithi203 ceph-mon[117428]: pgmap v2040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:08 smithi137 ceph-mon[117020]: pgmap v2040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:08.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:08.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:08.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:08.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:08.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:08 smithi066 ceph-mon[112137]: pgmap v2040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:09 smithi137 ceph-mon[117020]: from='client.68112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:09.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:09 smithi066 ceph-mon[112137]: from='client.68112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:10.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:09 smithi203 ceph-mon[117428]: from='client.68112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:10 smithi137 ceph-mon[117020]: pgmap v2041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:10 smithi066 ceph-mon[112137]: pgmap v2041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:10 smithi203 ceph-mon[117428]: pgmap v2041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:12.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:12 smithi066 ceph-mon[112137]: pgmap v2042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:12.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:12 smithi203 ceph-mon[117428]: pgmap v2042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:12 smithi137 ceph-mon[117020]: pgmap v2042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:13.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:13.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:13.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:14.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:14.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:14.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:14.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:14.635 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:14.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:14 smithi203 ceph-mon[117428]: pgmap v2043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:14 smithi137 ceph-mon[117020]: pgmap v2043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:14 smithi066 ceph-mon[112137]: pgmap v2043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:15.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:15 smithi203 ceph-mon[117428]: from='client.68187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:15 smithi137 ceph-mon[117020]: from='client.68187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:15.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:15 smithi066 ceph-mon[112137]: from='client.68187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:16 smithi137 ceph-mon[117020]: pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:16 smithi066 ceph-mon[112137]: pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:16 smithi203 ceph-mon[117428]: pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:18 smithi137 ceph-mon[117020]: pgmap v2045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:18 smithi066 ceph-mon[112137]: pgmap v2045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:18 smithi203 ceph-mon[117428]: pgmap v2045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:19.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:19.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:19.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:20.350 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:20.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:20.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:20.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:20.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:20 smithi137 ceph-mon[117020]: pgmap v2046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:20 smithi137 ceph-mon[117020]: from='client.68262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:20 smithi066 ceph-mon[112137]: pgmap v2046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:20 smithi066 ceph-mon[112137]: from='client.68262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:20 smithi203 ceph-mon[117428]: pgmap v2046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:20 smithi203 ceph-mon[117428]: from='client.68262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:22 smithi066 ceph-mon[112137]: pgmap v2047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:22.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:22 smithi203 ceph-mon[117428]: pgmap v2047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:22 smithi137 ceph-mon[117020]: pgmap v2047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:23.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:21:23.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:21:23.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:21:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:21:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:21:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:21:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:24 smithi066 ceph-mon[112137]: pgmap v2048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:21:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:21:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:21:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:24 smithi203 ceph-mon[117428]: pgmap v2048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:21:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:21:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:21:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:24 smithi137 ceph-mon[117020]: pgmap v2048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:25.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:25.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:25.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:26.068 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:26.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:26.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:26.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:26.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:26 smithi203 ceph-mon[117428]: pgmap v2049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:26 smithi203 ceph-mon[117428]: from='client.68340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:26 smithi137 ceph-mon[117020]: pgmap v2049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:26 smithi137 ceph-mon[117020]: from='client.68340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:26 smithi066 ceph-mon[112137]: pgmap v2049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:26 smithi066 ceph-mon[112137]: from='client.68340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:28.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:28 smithi203 ceph-mon[117428]: pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:28 smithi137 ceph-mon[117020]: pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:28 smithi066 ceph-mon[112137]: pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:30 smithi137 ceph-mon[117020]: pgmap v2051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:30 smithi066 ceph-mon[112137]: pgmap v2051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:31.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:31.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:31.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:30 smithi203 ceph-mon[117428]: pgmap v2051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:31.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:31.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:31.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:31.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:31.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:32.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:32 smithi066 ceph-mon[112137]: from='client.68418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:32.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:32 smithi066 ceph-mon[112137]: pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:32 smithi203 ceph-mon[117428]: from='client.68418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:32 smithi203 ceph-mon[117428]: pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:32 smithi137 ceph-mon[117020]: from='client.68418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:32 smithi137 ceph-mon[117020]: pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:34.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:34 smithi203 ceph-mon[117428]: pgmap v2053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:34 smithi137 ceph-mon[117020]: pgmap v2053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:34 smithi066 ceph-mon[112137]: pgmap v2053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:36.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:36.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:36.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:36 smithi137 ceph-mon[117020]: pgmap v2054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:36 smithi066 ceph-mon[112137]: pgmap v2054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:36 smithi203 ceph-mon[117428]: pgmap v2054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:37.511 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:37.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:37.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:37.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:37.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:37 smithi137 ceph-mon[117020]: from='client.68490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:37 smithi066 ceph-mon[112137]: from='client.68490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:38.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:37 smithi203 ceph-mon[117428]: from='client.68490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:38 smithi137 ceph-mon[117020]: pgmap v2055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:38 smithi066 ceph-mon[112137]: pgmap v2055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:39.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:38 smithi203 ceph-mon[117428]: pgmap v2055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:40 smithi137 ceph-mon[117020]: pgmap v2056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:40 smithi066 ceph-mon[112137]: pgmap v2056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:40 smithi203 ceph-mon[117428]: pgmap v2056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:42.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:42 smithi066 ceph-mon[112137]: pgmap v2057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:42.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:42.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:42.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:42 smithi203 ceph-mon[117428]: pgmap v2057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:42 smithi137 ceph-mon[117020]: pgmap v2057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:43.241 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:43.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:43.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:43.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:43.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:43 smithi066 ceph-mon[112137]: from='client.68565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:43.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:43 smithi203 ceph-mon[117428]: from='client.68565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:43.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:43 smithi137 ceph-mon[117020]: from='client.68565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:44 smithi066 ceph-mon[112137]: pgmap v2058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:44.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:44 smithi203 ceph-mon[117428]: pgmap v2058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:44 smithi137 ceph-mon[117020]: pgmap v2058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:46 smithi137 ceph-mon[117020]: pgmap v2059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:46 smithi066 ceph-mon[112137]: pgmap v2059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:46 smithi203 ceph-mon[117428]: pgmap v2059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:48.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:48.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:48.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:48 smithi137 ceph-mon[117020]: pgmap v2060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:48.962 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:48.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:48.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:48.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:48.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:48 smithi066 ceph-mon[112137]: pgmap v2060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:48 smithi203 ceph-mon[117428]: pgmap v2060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:49.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:49 smithi137 ceph-mon[117020]: from='client.68640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:49.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:49 smithi066 ceph-mon[112137]: from='client.68640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:50.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:49 smithi203 ceph-mon[117428]: from='client.68640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:50 smithi137 ceph-mon[117020]: pgmap v2061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:50 smithi066 ceph-mon[112137]: pgmap v2061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:50 smithi203 ceph-mon[117428]: pgmap v2061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:52.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:52 smithi066 ceph-mon[112137]: pgmap v2062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:52 smithi203 ceph-mon[117428]: pgmap v2062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:52 smithi137 ceph-mon[117020]: pgmap v2062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:53.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:53.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:53.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:54.697 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:21:54.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:54.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:54.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:54.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:21:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:54 smithi137 ceph-mon[117020]: pgmap v2063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:54 smithi066 ceph-mon[112137]: pgmap v2063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:54 smithi203 ceph-mon[117428]: pgmap v2063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:55.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:55 smithi137 ceph-mon[117020]: from='client.68718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:55 smithi066 ceph-mon[112137]: from='client.68718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:56.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:55 smithi203 ceph-mon[117428]: from='client.68718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:56 smithi137 ceph-mon[117020]: pgmap v2064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:21:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:56 smithi066 ceph-mon[112137]: pgmap v2064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:21:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:56 smithi203 ceph-mon[117428]: pgmap v2064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:21:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:21:58 smithi137 ceph-mon[117020]: pgmap v2065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:21:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:21:58 smithi066 ceph-mon[112137]: pgmap v2065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:21:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:21:58 smithi203 ceph-mon[117428]: pgmap v2065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:21:59.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:21:59.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:59.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:00.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:00.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:00.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:00.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:00.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:00 smithi137 ceph-mon[117020]: pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:22:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:00 smithi137 ceph-mon[117020]: from='client.68793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:00 smithi066 ceph-mon[112137]: pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:22:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:00 smithi066 ceph-mon[112137]: from='client.68793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:00 smithi203 ceph-mon[117428]: pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:22:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:00 smithi203 ceph-mon[117428]: from='client.68793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:02.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:02 smithi066 ceph-mon[112137]: pgmap v2067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:02 smithi203 ceph-mon[117428]: pgmap v2067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:02 smithi137 ceph-mon[117020]: pgmap v2067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:04 smithi137 ceph-mon[117020]: pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:04 smithi066 ceph-mon[112137]: pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:04 smithi203 ceph-mon[117428]: pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:05.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:05.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:05.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:06.170 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:06.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:06.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:06.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:06.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:06 smithi137 ceph-mon[117020]: pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:06 smithi137 ceph-mon[117020]: from='client.68865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:06 smithi066 ceph-mon[112137]: pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:06 smithi066 ceph-mon[112137]: from='client.68865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:06 smithi203 ceph-mon[117428]: pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:06 smithi203 ceph-mon[117428]: from='client.68865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:08.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:08 smithi137 ceph-mon[117020]: pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:08 smithi066 ceph-mon[112137]: pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:08 smithi203 ceph-mon[117428]: pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:10 smithi137 ceph-mon[117020]: pgmap v2071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:10 smithi066 ceph-mon[112137]: pgmap v2071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:10 smithi203 ceph-mon[117428]: pgmap v2071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:11.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:11.172 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:11.172 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:11.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:11.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:11.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:11.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:11.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:12.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:12 smithi066 ceph-mon[112137]: pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:22:12.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:12 smithi066 ceph-mon[112137]: from='client.68940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:12.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:12 smithi203 ceph-mon[117428]: pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:22:12.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:12 smithi203 ceph-mon[117428]: from='client.68940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:12 smithi137 ceph-mon[117020]: pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:22:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:12 smithi137 ceph-mon[117020]: from='client.68940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:14 smithi137 ceph-mon[117020]: pgmap v2073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:14 smithi066 ceph-mon[112137]: pgmap v2073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:14 smithi203 ceph-mon[117428]: pgmap v2073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:16 smithi137 ceph-mon[117020]: pgmap v2074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:16.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:16.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:16.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:16 smithi066 ceph-mon[112137]: pgmap v2074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:16 smithi203 ceph-mon[117428]: pgmap v2074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:17.613 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:17.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:17.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:17.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:17.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:18 smithi137 ceph-mon[117020]: from='client.69018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:18 smithi137 ceph-mon[117020]: pgmap v2075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:18 smithi066 ceph-mon[112137]: from='client.69018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:18 smithi066 ceph-mon[112137]: pgmap v2075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:18 smithi203 ceph-mon[117428]: from='client.69018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:18 smithi203 ceph-mon[117428]: pgmap v2075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:20 smithi137 ceph-mon[117020]: pgmap v2076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:20 smithi066 ceph-mon[112137]: pgmap v2076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:20 smithi203 ceph-mon[117428]: pgmap v2076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:22 smithi066 ceph-mon[112137]: pgmap v2077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:22.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:22 smithi203 ceph-mon[117428]: pgmap v2077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:22.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:22.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:22.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:22 smithi137 ceph-mon[117020]: pgmap v2077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:23.333 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:23.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:23.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:23.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:23.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:23.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:23 smithi203 ceph-mon[117428]: from='client.69096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:23.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:23 smithi137 ceph-mon[117020]: from='client.69096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:23.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:23 smithi066 ceph-mon[112137]: from='client.69096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:22:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:24 smithi203 ceph-mon[117428]: pgmap v2078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:22:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:24 smithi137 ceph-mon[117020]: pgmap v2078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:22:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:24 smithi066 ceph-mon[112137]: pgmap v2078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:24.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:25.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:22:25.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:22:25.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:25.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:22:25.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:22:25.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:25.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:22:25.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:22:25.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:22:26.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:26 smithi203 ceph-mon[117428]: pgmap v2079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:26.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:26 smithi137 ceph-mon[117020]: pgmap v2079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:26.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:26 smithi066 ceph-mon[112137]: pgmap v2079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:28.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:28.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:28.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:28 smithi137 ceph-mon[117020]: pgmap v2080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:28 smithi066 ceph-mon[112137]: pgmap v2080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:29.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:29.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:29.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:29.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:29.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:28 smithi203 ceph-mon[117428]: pgmap v2080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:29.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:29 smithi137 ceph-mon[117020]: from='client.69171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:29 smithi066 ceph-mon[112137]: from='client.69171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:30.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:29 smithi203 ceph-mon[117428]: from='client.69171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:30 smithi137 ceph-mon[117020]: pgmap v2081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:30 smithi066 ceph-mon[112137]: pgmap v2081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:30 smithi203 ceph-mon[117428]: pgmap v2081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:32.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:32 smithi066 ceph-mon[112137]: pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:32 smithi203 ceph-mon[117428]: pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:32 smithi137 ceph-mon[117020]: pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:34.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:34.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:34.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:34.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:34.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:34.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:34.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:34.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:34 smithi137 ceph-mon[117020]: pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:34 smithi066 ceph-mon[112137]: pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:34 smithi203 ceph-mon[117428]: pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:35.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:35 smithi137 ceph-mon[117020]: from='client.69246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:35 smithi066 ceph-mon[112137]: from='client.69246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:36.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:35 smithi203 ceph-mon[117428]: from='client.69246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:36 smithi137 ceph-mon[117020]: pgmap v2084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:22:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:36 smithi066 ceph-mon[112137]: pgmap v2084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:22:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:36 smithi203 ceph-mon[117428]: pgmap v2084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:22:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:38 smithi137 ceph-mon[117020]: pgmap v2085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:38 smithi066 ceph-mon[112137]: pgmap v2085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:38 smithi203 ceph-mon[117428]: pgmap v2085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:39.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:39.790 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:39.790 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:40.506 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:40.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:40.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:40.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:40.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:40 smithi137 ceph-mon[117020]: pgmap v2086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:40 smithi137 ceph-mon[117020]: from='client.69321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:40 smithi066 ceph-mon[112137]: pgmap v2086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:40 smithi066 ceph-mon[112137]: from='client.69321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:40 smithi203 ceph-mon[117428]: pgmap v2086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:22:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:40 smithi203 ceph-mon[117428]: from='client.69321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:42 smithi203 ceph-mon[117428]: pgmap v2087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:42 smithi137 ceph-mon[117020]: pgmap v2087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:42.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:42 smithi066 ceph-mon[112137]: pgmap v2087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:44 smithi137 ceph-mon[117020]: pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:44 smithi066 ceph-mon[112137]: pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:44 smithi203 ceph-mon[117428]: pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:45.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:45.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:45.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:46.235 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:46.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:46.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:46.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:46.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:46 smithi137 ceph-mon[117020]: pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:46 smithi137 ceph-mon[117020]: from='client.69399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:46 smithi066 ceph-mon[112137]: pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:46 smithi066 ceph-mon[112137]: from='client.69399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:46 smithi203 ceph-mon[117428]: pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:46 smithi203 ceph-mon[117428]: from='client.69399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:48 smithi137 ceph-mon[117020]: pgmap v2090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:22:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:48 smithi066 ceph-mon[112137]: pgmap v2090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:22:49.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:48 smithi203 ceph-mon[117428]: pgmap v2090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:22:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:50 smithi137 ceph-mon[117020]: pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:22:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:50 smithi066 ceph-mon[112137]: pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:22:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:50 smithi203 ceph-mon[117428]: pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:22:51.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:51.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:51.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:51.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:51.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:51.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:51.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:51.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:52 smithi203 ceph-mon[117428]: pgmap v2092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:22:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:52 smithi203 ceph-mon[117428]: from='client.69477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:52 smithi137 ceph-mon[117020]: pgmap v2092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:22:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:52 smithi137 ceph-mon[117020]: from='client.69477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:52 smithi066 ceph-mon[112137]: pgmap v2092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:22:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:52 smithi066 ceph-mon[112137]: from='client.69477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:54 smithi137 ceph-mon[117020]: pgmap v2093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:54 smithi066 ceph-mon[112137]: pgmap v2093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:54 smithi203 ceph-mon[117428]: pgmap v2093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:56 smithi137 ceph-mon[117020]: pgmap v2094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:56.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:22:56.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:56.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:56 smithi066 ceph-mon[112137]: pgmap v2094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:56 smithi203 ceph-mon[117428]: pgmap v2094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:57.692 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:22:57.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:57.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:57.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:57.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:22:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:58 smithi137 ceph-mon[117020]: from='client.69555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:22:58 smithi137 ceph-mon[117020]: pgmap v2095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:58 smithi066 ceph-mon[112137]: from='client.69555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:22:58 smithi066 ceph-mon[112137]: pgmap v2095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:58 smithi203 ceph-mon[117428]: from='client.69555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:22:58 smithi203 ceph-mon[117428]: pgmap v2095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:00 smithi137 ceph-mon[117020]: pgmap v2096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:00 smithi066 ceph-mon[112137]: pgmap v2096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:00 smithi203 ceph-mon[117428]: pgmap v2096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:02 smithi203 ceph-mon[117428]: pgmap v2097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:02 smithi137 ceph-mon[117020]: pgmap v2097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:02.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:02.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:02.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:02 smithi066 ceph-mon[112137]: pgmap v2097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:03.410 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:03.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:03.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:03.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:03.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:03.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:03 smithi203 ceph-mon[117428]: from='client.69633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:03.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:03 smithi137 ceph-mon[117020]: from='client.69633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:03.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:03 smithi066 ceph-mon[112137]: from='client.69633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:04.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:04 smithi203 ceph-mon[117428]: pgmap v2098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:04.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:04 smithi137 ceph-mon[117020]: pgmap v2098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:04 smithi066 ceph-mon[112137]: pgmap v2098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:06 smithi137 ceph-mon[117020]: pgmap v2099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:06 smithi066 ceph-mon[112137]: pgmap v2099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:06 smithi203 ceph-mon[117428]: pgmap v2099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:08.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:08.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:08.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:08 smithi137 ceph-mon[117020]: pgmap v2100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:08 smithi066 ceph-mon[112137]: pgmap v2100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:08 smithi203 ceph-mon[117428]: pgmap v2100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:09.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:09.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:09.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:09.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:09.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:09 smithi137 ceph-mon[117020]: from='client.69711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:09 smithi066 ceph-mon[112137]: from='client.69711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:09 smithi203 ceph-mon[117428]: from='client.69711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:10 smithi137 ceph-mon[117020]: pgmap v2101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:10 smithi066 ceph-mon[112137]: pgmap v2101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:10 smithi203 ceph-mon[117428]: pgmap v2101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:12.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:12 smithi203 ceph-mon[117428]: pgmap v2102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:12 smithi137 ceph-mon[117020]: pgmap v2102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:12 smithi066 ceph-mon[112137]: pgmap v2102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:14.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:14.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:14.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:14.860 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:14.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:14 smithi137 ceph-mon[117020]: pgmap v2103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:14 smithi066 ceph-mon[112137]: pgmap v2103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:14 smithi203 ceph-mon[117428]: pgmap v2103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:15 smithi137 ceph-mon[117020]: from='client.69789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:15 smithi066 ceph-mon[112137]: from='client.69789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:16.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:15 smithi203 ceph-mon[117428]: from='client.69789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:16 smithi137 ceph-mon[117020]: pgmap v2104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:23:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:16 smithi066 ceph-mon[112137]: pgmap v2104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:23:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:16 smithi203 ceph-mon[117428]: pgmap v2104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:23:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:18 smithi137 ceph-mon[117020]: pgmap v2105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:23:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:18 smithi066 ceph-mon[112137]: pgmap v2105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:23:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:18 smithi203 ceph-mon[117428]: pgmap v2105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:23:19.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:19.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:19.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:20.582 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:20.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:20.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:20.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:20.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:20 smithi137 ceph-mon[117020]: pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:23:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:20 smithi066 ceph-mon[112137]: pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:23:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:20 smithi203 ceph-mon[117428]: pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:23:21.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:21 smithi137 ceph-mon[117020]: from='client.69864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:21 smithi066 ceph-mon[112137]: from='client.69864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:21 smithi203 ceph-mon[117428]: from='client.69864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:22 smithi137 ceph-mon[117020]: pgmap v2107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:22 smithi066 ceph-mon[112137]: pgmap v2107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:22 smithi203 ceph-mon[117428]: pgmap v2107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:24 smithi137 ceph-mon[117020]: pgmap v2108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:23:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:24 smithi066 ceph-mon[112137]: pgmap v2108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:23:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:24 smithi203 ceph-mon[117428]: pgmap v2108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:23:25.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:25.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:25.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:25.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:23:25.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:23:25.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:23:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:23:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:23:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:23:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:23:26.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:23:26.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:23:26.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:26.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:26.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:26.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:26.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:27 smithi203 ceph-mon[117428]: pgmap v2109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:27 smithi203 ceph-mon[117428]: from='client.69936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:27 smithi137 ceph-mon[117020]: pgmap v2109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:27 smithi137 ceph-mon[117020]: from='client.69936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:27 smithi066 ceph-mon[112137]: pgmap v2109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:27 smithi066 ceph-mon[112137]: from='client.69936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:29.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:29 smithi203 ceph-mon[117428]: pgmap v2110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:23:29.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:29 smithi137 ceph-mon[117020]: pgmap v2110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:23:29.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:29 smithi066 ceph-mon[112137]: pgmap v2110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:23:31.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:31.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:31.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:31 smithi203 ceph-mon[117428]: pgmap v2111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:23:31.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:31 smithi137 ceph-mon[117020]: pgmap v2111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:23:31.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:31 smithi066 ceph-mon[112137]: pgmap v2111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:23:32.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:32.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:32.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:32.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:32.032 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:32 smithi203 ceph-mon[117428]: pgmap v2112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:23:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:32 smithi203 ceph-mon[117428]: from='client.70014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:32 smithi137 ceph-mon[117020]: pgmap v2112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:23:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:32 smithi137 ceph-mon[117020]: from='client.70014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:32 smithi066 ceph-mon[112137]: pgmap v2112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:23:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:32 smithi066 ceph-mon[112137]: from='client.70014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:34 smithi137 ceph-mon[117020]: pgmap v2113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:34 smithi066 ceph-mon[112137]: pgmap v2113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:34 smithi203 ceph-mon[117428]: pgmap v2113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:36 smithi137 ceph-mon[117020]: pgmap v2114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:36 smithi066 ceph-mon[112137]: pgmap v2114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:37.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:37.034 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:37.034 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:36 smithi203 ceph-mon[117428]: pgmap v2114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:37.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:37.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:37.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:37.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:37.772 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:38 smithi137 ceph-mon[117020]: from='client.70092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:38 smithi137 ceph-mon[117020]: pgmap v2115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:38 smithi066 ceph-mon[112137]: from='client.70092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:38 smithi066 ceph-mon[112137]: pgmap v2115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:38 smithi203 ceph-mon[117428]: from='client.70092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:38 smithi203 ceph-mon[117428]: pgmap v2115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:40 smithi137 ceph-mon[117020]: pgmap v2116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:40 smithi066 ceph-mon[112137]: pgmap v2116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:40 smithi203 ceph-mon[117428]: pgmap v2116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:42 smithi203 ceph-mon[117428]: pgmap v2117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:42 smithi137 ceph-mon[117020]: pgmap v2117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:42 smithi066 ceph-mon[112137]: pgmap v2117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:42.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:42.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:42.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:43.496 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:43.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:43.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:43.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:43.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:43 smithi203 ceph-mon[117428]: from='client.70161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:43.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:43 smithi137 ceph-mon[117020]: from='client.70161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:43.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:43 smithi066 ceph-mon[112137]: from='client.70161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:44.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:44 smithi203 ceph-mon[117428]: pgmap v2118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:44 smithi137 ceph-mon[117020]: pgmap v2118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:44.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:44 smithi066 ceph-mon[112137]: pgmap v2118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:46 smithi137 ceph-mon[117020]: pgmap v2119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:46 smithi066 ceph-mon[112137]: pgmap v2119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:46 smithi203 ceph-mon[117428]: pgmap v2119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:48.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:48.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:48.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:48 smithi137 ceph-mon[117020]: pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:48 smithi066 ceph-mon[112137]: pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:48 smithi203 ceph-mon[117428]: pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:49.223 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:49.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:49.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:49.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:49.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:49.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:49 smithi137 ceph-mon[117020]: from='client.70236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:49 smithi066 ceph-mon[112137]: from='client.70236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:49 smithi203 ceph-mon[117428]: from='client.70236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:50 smithi137 ceph-mon[117020]: pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:50 smithi066 ceph-mon[112137]: pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:50 smithi203 ceph-mon[117428]: pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:52 smithi203 ceph-mon[117428]: pgmap v2122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:52 smithi137 ceph-mon[117020]: pgmap v2122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:52 smithi066 ceph-mon[112137]: pgmap v2122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:54.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:54.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:54.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:54 smithi137 ceph-mon[117020]: pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:54.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:23:54.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:54.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:54.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:54.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:23:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:54 smithi066 ceph-mon[112137]: pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:54 smithi203 ceph-mon[117428]: pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:55.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:55 smithi137 ceph-mon[117020]: from='client.70311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:55 smithi066 ceph-mon[112137]: from='client.70311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:55 smithi203 ceph-mon[117428]: from='client.70311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:56 smithi137 ceph-mon[117020]: pgmap v2124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:56 smithi066 ceph-mon[112137]: pgmap v2124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:56 smithi203 ceph-mon[117428]: pgmap v2124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:23:58 smithi137 ceph-mon[117020]: pgmap v2125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:23:58 smithi066 ceph-mon[112137]: pgmap v2125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:23:58 smithi203 ceph-mon[117428]: pgmap v2125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:59.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:23:59.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:59.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:00.680 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:00.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:00.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:00.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:00.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:00 smithi137 ceph-mon[117020]: pgmap v2126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:00 smithi066 ceph-mon[112137]: pgmap v2126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:00 smithi203 ceph-mon[117428]: pgmap v2126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:01.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:01 smithi137 ceph-mon[117020]: from='client.70383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:01 smithi066 ceph-mon[112137]: from='client.70383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:01 smithi203 ceph-mon[117428]: from='client.70383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:02 smithi137 ceph-mon[117020]: pgmap v2127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:02 smithi066 ceph-mon[112137]: pgmap v2127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:02 smithi203 ceph-mon[117428]: pgmap v2127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:04 smithi137 ceph-mon[117020]: pgmap v2128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:04 smithi066 ceph-mon[112137]: pgmap v2128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:04 smithi203 ceph-mon[117428]: pgmap v2128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:05.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:05.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:05.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:06.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:06.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:06.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:06.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:06.405 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:06 smithi066 ceph-mon[112137]: pgmap v2129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:06 smithi066 ceph-mon[112137]: from='client.70461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:06 smithi203 ceph-mon[117428]: pgmap v2129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:06 smithi203 ceph-mon[117428]: from='client.70461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:06 smithi137 ceph-mon[117020]: pgmap v2129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:06 smithi137 ceph-mon[117020]: from='client.70461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:08 smithi066 ceph-mon[112137]: pgmap v2130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:08 smithi203 ceph-mon[117428]: pgmap v2130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:08 smithi137 ceph-mon[117020]: pgmap v2130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:10 smithi066 ceph-mon[112137]: pgmap v2131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:10 smithi203 ceph-mon[117428]: pgmap v2131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:10 smithi137 ceph-mon[117020]: pgmap v2131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:11.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:11.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:11.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:12.126 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:12.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:12.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:12.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:12.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:12 smithi203 ceph-mon[117428]: pgmap v2132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:12.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:12 smithi203 ceph-mon[117428]: from='client.70539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:12 smithi137 ceph-mon[117020]: pgmap v2132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:12 smithi137 ceph-mon[117020]: from='client.70539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:12 smithi066 ceph-mon[112137]: pgmap v2132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:12.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:12 smithi066 ceph-mon[112137]: from='client.70539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:14 smithi137 ceph-mon[117020]: pgmap v2133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:14 smithi066 ceph-mon[112137]: pgmap v2133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:14 smithi203 ceph-mon[117428]: pgmap v2133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:16 smithi137 ceph-mon[117020]: pgmap v2134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:16 smithi066 ceph-mon[112137]: pgmap v2134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:16 smithi203 ceph-mon[117428]: pgmap v2134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:17.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:17.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:17.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:17.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:17.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:17.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:17.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:17.852 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:18 smithi137 ceph-mon[117020]: from='client.70617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:18 smithi137 ceph-mon[117020]: pgmap v2135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:18 smithi066 ceph-mon[112137]: from='client.70617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:18 smithi066 ceph-mon[112137]: pgmap v2135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:18 smithi203 ceph-mon[117428]: from='client.70617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:18 smithi203 ceph-mon[117428]: pgmap v2135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:20 smithi137 ceph-mon[117020]: pgmap v2136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:20 smithi066 ceph-mon[112137]: pgmap v2136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:20 smithi203 ceph-mon[117428]: pgmap v2136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:22.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:22 smithi203 ceph-mon[117428]: pgmap v2137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:22 smithi137 ceph-mon[117020]: pgmap v2137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:22 smithi066 ceph-mon[112137]: pgmap v2137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:22.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:22.854 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:22.854 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:23.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:23.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:23.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:23.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:23.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:23.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:23 smithi203 ceph-mon[117428]: from='client.70695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:23.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:23 smithi137 ceph-mon[117020]: from='client.70695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:23.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:23 smithi066 ceph-mon[112137]: from='client.70695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:24 smithi203 ceph-mon[117428]: pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:24.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:24 smithi137 ceph-mon[117020]: pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:24 smithi066 ceph-mon[112137]: pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:24:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:24:25.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:24:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:24:27.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:27.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:24:27.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:24:27.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:24:28.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:28.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:28.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:29.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:29.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:29.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:29.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:29.293 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:29.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:29 smithi203 ceph-mon[117428]: pgmap v2140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:29.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:29 smithi137 ceph-mon[117020]: pgmap v2140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:29.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:29 smithi066 ceph-mon[112137]: pgmap v2140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:30.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:30 smithi203 ceph-mon[117428]: from='client.70770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:30 smithi137 ceph-mon[117020]: from='client.70770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:30.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:30 smithi066 ceph-mon[112137]: from='client.70770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:31 smithi203 ceph-mon[117428]: pgmap v2141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:31.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:31 smithi137 ceph-mon[117020]: pgmap v2141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:31.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:31 smithi066 ceph-mon[112137]: pgmap v2141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:32 smithi203 ceph-mon[117428]: pgmap v2142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:32 smithi137 ceph-mon[117020]: pgmap v2142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:32 smithi066 ceph-mon[112137]: pgmap v2142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:34.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:34.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:34.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:34 smithi137 ceph-mon[117020]: pgmap v2143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:34 smithi066 ceph-mon[112137]: pgmap v2143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:35.019 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:35.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:35.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:35.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:35.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:34 smithi203 ceph-mon[117428]: pgmap v2143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:35 smithi137 ceph-mon[117020]: from='client.70839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:35 smithi066 ceph-mon[112137]: from='client.70839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:35 smithi203 ceph-mon[117428]: from='client.70839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:36 smithi137 ceph-mon[117020]: pgmap v2144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:36 smithi066 ceph-mon[112137]: pgmap v2144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:36 smithi203 ceph-mon[117428]: pgmap v2144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:38 smithi066 ceph-mon[112137]: pgmap v2145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:38 smithi203 ceph-mon[117428]: pgmap v2145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:38 smithi137 ceph-mon[117020]: pgmap v2145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:40.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:40.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:40.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:40.746 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:40.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:40.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:40.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:40.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:40 smithi066 ceph-mon[112137]: pgmap v2146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:40 smithi203 ceph-mon[117428]: pgmap v2146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:41.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:40 smithi137 ceph-mon[117020]: pgmap v2146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:41 smithi066 ceph-mon[112137]: from='client.70917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:41 smithi203 ceph-mon[117428]: from='client.70917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:41 smithi137 ceph-mon[117020]: from='client.70917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:42 smithi066 ceph-mon[112137]: pgmap v2147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:42 smithi203 ceph-mon[117428]: pgmap v2147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:43.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:42 smithi137 ceph-mon[117020]: pgmap v2147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:44 smithi066 ceph-mon[112137]: pgmap v2148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:44 smithi203 ceph-mon[117428]: pgmap v2148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:44 smithi137 ceph-mon[117020]: pgmap v2148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:45.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:45.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:45.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:46.461 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:46.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:46.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:46.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:46.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:46 smithi066 ceph-mon[112137]: pgmap v2149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:46 smithi066 ceph-mon[112137]: from='client.70995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:46 smithi203 ceph-mon[117428]: pgmap v2149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:46 smithi203 ceph-mon[117428]: from='client.70995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:46 smithi137 ceph-mon[117020]: pgmap v2149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:46 smithi137 ceph-mon[117020]: from='client.70995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:48 smithi066 ceph-mon[112137]: pgmap v2150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:48 smithi203 ceph-mon[117428]: pgmap v2150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:48 smithi137 ceph-mon[117020]: pgmap v2150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:50 smithi066 ceph-mon[112137]: pgmap v2151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:50 smithi203 ceph-mon[117428]: pgmap v2151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:50 smithi137 ceph-mon[117020]: pgmap v2151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:51.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:51.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:51.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:52.196 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:52.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:52.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:52.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:52.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:52 smithi203 ceph-mon[117428]: pgmap v2152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:52 smithi203 ceph-mon[117428]: from='client.71070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:52 smithi137 ceph-mon[117020]: pgmap v2152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:52 smithi137 ceph-mon[117020]: from='client.71070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:52 smithi066 ceph-mon[112137]: pgmap v2152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:52 smithi066 ceph-mon[112137]: from='client.71070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:54 smithi137 ceph-mon[117020]: pgmap v2153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:54 smithi066 ceph-mon[112137]: pgmap v2153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:54 smithi203 ceph-mon[117428]: pgmap v2153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:56 smithi137 ceph-mon[117020]: pgmap v2154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:56 smithi066 ceph-mon[112137]: pgmap v2154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:56 smithi203 ceph-mon[117428]: pgmap v2154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:57.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:24:57.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:57.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:57.916 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:24:57.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:57.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:57.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:57.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:24:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:58 smithi066 ceph-mon[112137]: pgmap v2155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:24:58 smithi066 ceph-mon[112137]: from='client.71142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:58 smithi203 ceph-mon[117428]: pgmap v2155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:24:58 smithi203 ceph-mon[117428]: from='client.71142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:58 smithi137 ceph-mon[117020]: pgmap v2155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:24:58 smithi137 ceph-mon[117020]: from='client.71142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:00 smithi066 ceph-mon[112137]: pgmap v2156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:00 smithi203 ceph-mon[117428]: pgmap v2156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:00 smithi137 ceph-mon[117020]: pgmap v2156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:02.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:02 smithi203 ceph-mon[117428]: pgmap v2157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:02.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:02 smithi137 ceph-mon[117020]: pgmap v2157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:02 smithi066 ceph-mon[112137]: pgmap v2157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:02.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:02.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:02.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:03.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:03.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:03.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:03.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:03.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:04 smithi137 ceph-mon[117020]: from='client.71211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:04 smithi137 ceph-mon[117020]: pgmap v2158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:04 smithi066 ceph-mon[112137]: from='client.71211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:04 smithi066 ceph-mon[112137]: pgmap v2158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:04 smithi203 ceph-mon[117428]: from='client.71211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:04 smithi203 ceph-mon[117428]: pgmap v2158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:06 smithi066 ceph-mon[112137]: pgmap v2159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:06 smithi203 ceph-mon[117428]: pgmap v2159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:06 smithi137 ceph-mon[117020]: pgmap v2159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:08.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:08.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:08.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:08 smithi066 ceph-mon[112137]: pgmap v2160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:08 smithi203 ceph-mon[117428]: pgmap v2160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:08 smithi137 ceph-mon[117020]: pgmap v2160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:09.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:09.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:09.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:09.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:09.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:09 smithi066 ceph-mon[112137]: from='client.71286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:09 smithi203 ceph-mon[117428]: from='client.71286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:09 smithi137 ceph-mon[117020]: from='client.71286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:10 smithi066 ceph-mon[112137]: pgmap v2161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:10 smithi203 ceph-mon[117428]: pgmap v2161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:10 smithi137 ceph-mon[117020]: pgmap v2161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:12 smithi203 ceph-mon[117428]: pgmap v2162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:12 smithi137 ceph-mon[117020]: pgmap v2162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:12 smithi066 ceph-mon[112137]: pgmap v2162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:14.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:14.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:14.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:14 smithi066 ceph-mon[112137]: pgmap v2163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:14 smithi203 ceph-mon[117428]: pgmap v2163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:15.092 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:15.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:15.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:15.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:15.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:14 smithi137 ceph-mon[117020]: pgmap v2163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:15 smithi066 ceph-mon[112137]: from='client.71364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:15 smithi203 ceph-mon[117428]: from='client.71364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:15 smithi137 ceph-mon[117020]: from='client.71364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:16 smithi066 ceph-mon[112137]: pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:16 smithi203 ceph-mon[117428]: pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:16 smithi137 ceph-mon[117020]: pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:18 smithi066 ceph-mon[112137]: pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:18 smithi203 ceph-mon[117428]: pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:18 smithi137 ceph-mon[117020]: pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:20.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:20.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:20.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:20.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:20.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:20.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:20.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:20.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:20 smithi066 ceph-mon[112137]: pgmap v2166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:20 smithi203 ceph-mon[117428]: pgmap v2166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:20 smithi137 ceph-mon[117020]: pgmap v2166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:21 smithi066 ceph-mon[112137]: from='client.71442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:21 smithi203 ceph-mon[117428]: from='client.71442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:21 smithi137 ceph-mon[117020]: from='client.71442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:22 smithi066 ceph-mon[112137]: pgmap v2167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:22 smithi203 ceph-mon[117428]: pgmap v2167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:22 smithi137 ceph-mon[117020]: pgmap v2167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:24 smithi066 ceph-mon[112137]: pgmap v2168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:24 smithi203 ceph-mon[117428]: pgmap v2168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:24 smithi137 ceph-mon[117020]: pgmap v2168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:25.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:25.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:25.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:26.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:26.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:26.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:26.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:26.536 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:26 smithi066 ceph-mon[112137]: pgmap v2169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:26 smithi066 ceph-mon[112137]: from='client.71514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:26 smithi203 ceph-mon[117428]: pgmap v2169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:26 smithi203 ceph-mon[117428]: from='client.71514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:26 smithi137 ceph-mon[117020]: pgmap v2169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:26 smithi137 ceph-mon[117020]: from='client.71514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:25:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:25:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:25:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:25:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:25:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:25:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:25:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:25:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:25:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:25:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:25:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:25:29.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:29 smithi203 ceph-mon[117428]: pgmap v2170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:29 smithi137 ceph-mon[117020]: pgmap v2170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:29.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:29 smithi066 ceph-mon[112137]: pgmap v2170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:30 smithi203 ceph-mon[117428]: pgmap v2171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:30.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:30 smithi137 ceph-mon[117020]: pgmap v2171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:30 smithi066 ceph-mon[112137]: pgmap v2171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:31.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:31.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:31.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:32.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:32.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:32.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:32.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:32.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:32 smithi203 ceph-mon[117428]: pgmap v2172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:32 smithi203 ceph-mon[117428]: from='client.71589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:32 smithi137 ceph-mon[117020]: pgmap v2172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:32 smithi137 ceph-mon[117020]: from='client.71589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:32 smithi066 ceph-mon[112137]: pgmap v2172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:32 smithi066 ceph-mon[112137]: from='client.71589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:34 smithi066 ceph-mon[112137]: pgmap v2173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:34 smithi203 ceph-mon[117428]: pgmap v2173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:34 smithi137 ceph-mon[117020]: pgmap v2173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:36 smithi066 ceph-mon[112137]: pgmap v2174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:36 smithi203 ceph-mon[117428]: pgmap v2174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:36 smithi137 ceph-mon[117020]: pgmap v2174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:37.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:37.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:37.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:37.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:37.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:37.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:37.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:37.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:38 smithi066 ceph-mon[112137]: pgmap v2175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:38 smithi066 ceph-mon[112137]: from='client.71667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:38 smithi203 ceph-mon[117428]: pgmap v2175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:38 smithi203 ceph-mon[117428]: from='client.71667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:38 smithi137 ceph-mon[117020]: pgmap v2175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:38 smithi137 ceph-mon[117020]: from='client.71667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:40 smithi066 ceph-mon[112137]: pgmap v2176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:40 smithi203 ceph-mon[117428]: pgmap v2176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:40 smithi137 ceph-mon[117020]: pgmap v2176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:42.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:42 smithi203 ceph-mon[117428]: pgmap v2177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:42 smithi137 ceph-mon[117020]: pgmap v2177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:42 smithi066 ceph-mon[112137]: pgmap v2177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:42.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:42.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:42.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:43.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:43.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:43.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:43.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:43.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:44 smithi066 ceph-mon[112137]: from='client.71742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:44 smithi066 ceph-mon[112137]: pgmap v2178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:44 smithi203 ceph-mon[117428]: from='client.71742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:44 smithi203 ceph-mon[117428]: pgmap v2178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:44 smithi137 ceph-mon[117020]: from='client.71742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:44 smithi137 ceph-mon[117020]: pgmap v2178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:46 smithi066 ceph-mon[112137]: pgmap v2179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:46 smithi203 ceph-mon[117428]: pgmap v2179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:46 smithi137 ceph-mon[117020]: pgmap v2179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:48.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:48.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:48.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:48 smithi066 ceph-mon[112137]: pgmap v2180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:48 smithi203 ceph-mon[117428]: pgmap v2180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:48 smithi137 ceph-mon[117020]: pgmap v2180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:49.423 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:49.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:49.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:49.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:49.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:49 smithi066 ceph-mon[112137]: from='client.71814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:49 smithi203 ceph-mon[117428]: from='client.71814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:49 smithi137 ceph-mon[117020]: from='client.71814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:50 smithi066 ceph-mon[112137]: pgmap v2181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:50 smithi203 ceph-mon[117428]: pgmap v2181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:50 smithi137 ceph-mon[117020]: pgmap v2181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:52 smithi203 ceph-mon[117428]: pgmap v2182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:52 smithi137 ceph-mon[117020]: pgmap v2182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:52 smithi066 ceph-mon[112137]: pgmap v2182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:54.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:25:54.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:54.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:54 smithi066 ceph-mon[112137]: pgmap v2183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:54 smithi203 ceph-mon[117428]: pgmap v2183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:54 smithi137 ceph-mon[117020]: pgmap v2183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:55.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:55.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:55.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:55.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:25:55.148 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:25:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:55 smithi066 ceph-mon[112137]: from='client.71892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:55 smithi203 ceph-mon[117428]: from='client.71892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:55 smithi137 ceph-mon[117020]: from='client.71892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:56 smithi066 ceph-mon[112137]: pgmap v2184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:56 smithi203 ceph-mon[117428]: pgmap v2184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:56 smithi137 ceph-mon[117020]: pgmap v2184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:25:58 smithi066 ceph-mon[112137]: pgmap v2185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:25:58 smithi203 ceph-mon[117428]: pgmap v2185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:25:58 smithi137 ceph-mon[117020]: pgmap v2185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:00.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:00.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:00.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:00.867 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:00.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:00.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:00.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:00.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:00 smithi066 ceph-mon[112137]: pgmap v2186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:00 smithi203 ceph-mon[117428]: pgmap v2186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:00 smithi137 ceph-mon[117020]: pgmap v2186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:01 smithi066 ceph-mon[112137]: from='client.71967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:01 smithi203 ceph-mon[117428]: from='client.71967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:01 smithi137 ceph-mon[117020]: from='client.71967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:02 smithi066 ceph-mon[112137]: pgmap v2187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:02 smithi203 ceph-mon[117428]: pgmap v2187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:02 smithi137 ceph-mon[117020]: pgmap v2187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:04 smithi066 ceph-mon[112137]: pgmap v2188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:04 smithi203 ceph-mon[117428]: pgmap v2188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:04 smithi137 ceph-mon[117020]: pgmap v2188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:05.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:05.869 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:05.869 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:06.596 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:06.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:06.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:06.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:06.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:06 smithi066 ceph-mon[112137]: pgmap v2189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:06 smithi066 ceph-mon[112137]: from='client.72042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:06 smithi203 ceph-mon[117428]: pgmap v2189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:06 smithi203 ceph-mon[117428]: from='client.72042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:06 smithi137 ceph-mon[117020]: pgmap v2189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:06 smithi137 ceph-mon[117020]: from='client.72042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:08 smithi066 ceph-mon[112137]: pgmap v2190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:08 smithi203 ceph-mon[117428]: pgmap v2190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:08 smithi137 ceph-mon[117020]: pgmap v2190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:10 smithi066 ceph-mon[112137]: pgmap v2191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:10 smithi203 ceph-mon[117428]: pgmap v2191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:10 smithi137 ceph-mon[117020]: pgmap v2191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:11.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:11.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:11.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:12.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:12.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:12.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:12.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:12.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:12 smithi203 ceph-mon[117428]: pgmap v2192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:12 smithi203 ceph-mon[117428]: from='client.72120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:12 smithi137 ceph-mon[117020]: pgmap v2192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:12 smithi137 ceph-mon[117020]: from='client.72120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:12 smithi066 ceph-mon[112137]: pgmap v2192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:12 smithi066 ceph-mon[112137]: from='client.72120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:14 smithi066 ceph-mon[112137]: pgmap v2193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:14 smithi203 ceph-mon[117428]: pgmap v2193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:14 smithi137 ceph-mon[117020]: pgmap v2193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:16 smithi066 ceph-mon[112137]: pgmap v2194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:16 smithi203 ceph-mon[117428]: pgmap v2194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:16 smithi137 ceph-mon[117020]: pgmap v2194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:17.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:17.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:17.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:18.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:18.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:18.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:18.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:18.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:18 smithi066 ceph-mon[112137]: pgmap v2195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:18 smithi066 ceph-mon[112137]: from='client.72195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:18 smithi203 ceph-mon[117428]: pgmap v2195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:18 smithi203 ceph-mon[117428]: from='client.72195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:18 smithi137 ceph-mon[117020]: pgmap v2195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:18 smithi137 ceph-mon[117020]: from='client.72195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:20 smithi066 ceph-mon[112137]: pgmap v2196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:20 smithi203 ceph-mon[117428]: pgmap v2196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:20 smithi137 ceph-mon[117020]: pgmap v2196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:22.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:22 smithi203 ceph-mon[117428]: pgmap v2197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:22 smithi137 ceph-mon[117020]: pgmap v2197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:22 smithi066 ceph-mon[112137]: pgmap v2197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:23.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:23.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:23.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:23.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:23.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:23.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:23.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:23.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:24 smithi066 ceph-mon[112137]: from='client.72273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:24 smithi066 ceph-mon[112137]: pgmap v2198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:24 smithi203 ceph-mon[117428]: from='client.72273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:24 smithi203 ceph-mon[117428]: pgmap v2198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:24 smithi137 ceph-mon[117020]: from='client.72273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:24 smithi137 ceph-mon[117020]: pgmap v2198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:26 smithi066 ceph-mon[112137]: pgmap v2199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:26 smithi203 ceph-mon[117428]: pgmap v2199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:26 smithi137 ceph-mon[117020]: pgmap v2199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:26:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:26:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:26:28.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:28.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:28.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:28 smithi066 ceph-mon[112137]: pgmap v2200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:26:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:26:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:26:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:28 smithi203 ceph-mon[117428]: pgmap v2200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:26:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:26:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:26:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:28 smithi137 ceph-mon[117020]: pgmap v2200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:26:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:26:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:26:29.511 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:29.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:29.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:29.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:29.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:29 smithi066 ceph-mon[112137]: from='client.72345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:29 smithi203 ceph-mon[117428]: from='client.72345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:29 smithi137 ceph-mon[117020]: from='client.72345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:30 smithi066 ceph-mon[112137]: pgmap v2201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:30 smithi203 ceph-mon[117428]: pgmap v2201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:30 smithi137 ceph-mon[117020]: pgmap v2201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:32 smithi203 ceph-mon[117428]: pgmap v2202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:32 smithi137 ceph-mon[117020]: pgmap v2202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:32 smithi066 ceph-mon[112137]: pgmap v2202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:34.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:34.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:34.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:34 smithi066 ceph-mon[112137]: pgmap v2203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:34 smithi203 ceph-mon[117428]: pgmap v2203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:34 smithi137 ceph-mon[117020]: pgmap v2203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:35.229 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:35.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:35.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:35.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:35.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:35 smithi066 ceph-mon[112137]: from='client.72420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:35 smithi203 ceph-mon[117428]: from='client.72420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:35 smithi137 ceph-mon[117020]: from='client.72420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:36 smithi066 ceph-mon[112137]: pgmap v2204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:36 smithi203 ceph-mon[117428]: pgmap v2204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:36 smithi137 ceph-mon[117020]: pgmap v2204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:38 smithi066 ceph-mon[112137]: pgmap v2205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:38 smithi203 ceph-mon[117428]: pgmap v2205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:38 smithi137 ceph-mon[117020]: pgmap v2205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:40.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:40.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:40.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:40.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:40.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:40.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:40.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:40.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:40 smithi066 ceph-mon[112137]: pgmap v2206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:40 smithi203 ceph-mon[117428]: pgmap v2206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:40 smithi137 ceph-mon[117020]: pgmap v2206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:41 smithi066 ceph-mon[112137]: from='client.72498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:41 smithi203 ceph-mon[117428]: from='client.72498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:41 smithi137 ceph-mon[117020]: from='client.72498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:42 smithi066 ceph-mon[112137]: pgmap v2207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:42 smithi203 ceph-mon[117428]: pgmap v2207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:42 smithi137 ceph-mon[117020]: pgmap v2207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:44 smithi066 ceph-mon[112137]: pgmap v2208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:44 smithi203 ceph-mon[117428]: pgmap v2208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:44 smithi137 ceph-mon[117020]: pgmap v2208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:45.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:45.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:45.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:46.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:46.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:46.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:46.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:46.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:46 smithi066 ceph-mon[112137]: pgmap v2209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:46 smithi203 ceph-mon[117428]: pgmap v2209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:46 smithi137 ceph-mon[117020]: pgmap v2209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:47 smithi066 ceph-mon[112137]: from='client.72576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:47 smithi203 ceph-mon[117428]: from='client.72576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:47 smithi137 ceph-mon[117020]: from='client.72576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:48 smithi066 ceph-mon[112137]: pgmap v2210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:48 smithi203 ceph-mon[117428]: pgmap v2210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:48 smithi137 ceph-mon[117020]: pgmap v2210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:50 smithi066 ceph-mon[112137]: pgmap v2211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:50 smithi203 ceph-mon[117428]: pgmap v2211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:50 smithi137 ceph-mon[117020]: pgmap v2211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:51.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:51.684 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:51.684 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:52.408 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:52.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:52.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:52.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:52.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:52 smithi203 ceph-mon[117428]: pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:52 smithi203 ceph-mon[117428]: from='client.72651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:52 smithi137 ceph-mon[117020]: pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:52 smithi137 ceph-mon[117020]: from='client.72651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:52 smithi066 ceph-mon[112137]: pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:52 smithi066 ceph-mon[112137]: from='client.72651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:54 smithi066 ceph-mon[112137]: pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:54 smithi203 ceph-mon[117428]: pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:54 smithi137 ceph-mon[117020]: pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:56 smithi066 ceph-mon[112137]: pgmap v2214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:56 smithi203 ceph-mon[117428]: pgmap v2214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:56 smithi137 ceph-mon[117020]: pgmap v2214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:57.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:26:57.410 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:57.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:58.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:58.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:58.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:58.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:26:58.130 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:26:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:58 smithi066 ceph-mon[112137]: pgmap v2215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:26:58 smithi066 ceph-mon[112137]: from='client.72729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:58 smithi203 ceph-mon[117428]: pgmap v2215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:26:58 smithi203 ceph-mon[117428]: from='client.72729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:58 smithi137 ceph-mon[117020]: pgmap v2215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:26:58 smithi137 ceph-mon[117020]: from='client.72729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:00 smithi066 ceph-mon[112137]: pgmap v2216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:00 smithi203 ceph-mon[117428]: pgmap v2216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:00 smithi137 ceph-mon[117020]: pgmap v2216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:02 smithi203 ceph-mon[117428]: pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:02.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:02 smithi137 ceph-mon[117020]: pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:02 smithi066 ceph-mon[112137]: pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:03.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:03.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:03.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:03.859 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:03.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:03.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:03.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:03.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:04 smithi066 ceph-mon[112137]: from='client.72807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:04 smithi066 ceph-mon[112137]: pgmap v2218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:04 smithi203 ceph-mon[117428]: from='client.72807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:04 smithi203 ceph-mon[117428]: pgmap v2218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:04 smithi137 ceph-mon[117020]: from='client.72807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:04 smithi137 ceph-mon[117020]: pgmap v2218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:06 smithi066 ceph-mon[112137]: pgmap v2219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:06 smithi203 ceph-mon[117428]: pgmap v2219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:06 smithi137 ceph-mon[117020]: pgmap v2219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:08.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:08.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:08.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:08 smithi066 ceph-mon[112137]: pgmap v2220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:08 smithi203 ceph-mon[117428]: pgmap v2220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:08 smithi137 ceph-mon[117020]: pgmap v2220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:09.585 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:09.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:09.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:09.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:09.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:09 smithi066 ceph-mon[112137]: from='client.72885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:09 smithi203 ceph-mon[117428]: from='client.72885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:09 smithi137 ceph-mon[117020]: from='client.72885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:10 smithi066 ceph-mon[112137]: pgmap v2221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:10 smithi203 ceph-mon[117428]: pgmap v2221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:10 smithi137 ceph-mon[117020]: pgmap v2221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:12 smithi203 ceph-mon[117428]: pgmap v2222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:12 smithi137 ceph-mon[117020]: pgmap v2222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:12 smithi066 ceph-mon[112137]: pgmap v2222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:14.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:14.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:14.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:14 smithi066 ceph-mon[112137]: pgmap v2223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:14 smithi203 ceph-mon[117428]: pgmap v2223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:14 smithi137 ceph-mon[117020]: pgmap v2223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:15.304 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:15.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:15.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:15.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:15.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:15 smithi066 ceph-mon[112137]: from='client.72960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:15 smithi203 ceph-mon[117428]: from='client.72960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:15 smithi137 ceph-mon[117020]: from='client.72960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:16 smithi066 ceph-mon[112137]: pgmap v2224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:16 smithi203 ceph-mon[117428]: pgmap v2224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:16 smithi137 ceph-mon[117020]: pgmap v2224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:18 smithi066 ceph-mon[112137]: pgmap v2225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:18 smithi203 ceph-mon[117428]: pgmap v2225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:18 smithi137 ceph-mon[117020]: pgmap v2225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:20.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:20.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:20.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:20 smithi066 ceph-mon[112137]: pgmap v2226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:21.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:21.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:21.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:21.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:21.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:20 smithi203 ceph-mon[117428]: pgmap v2226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:20 smithi137 ceph-mon[117020]: pgmap v2226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:21 smithi066 ceph-mon[112137]: from='client.73035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:21 smithi203 ceph-mon[117428]: from='client.73035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:21 smithi137 ceph-mon[117020]: from='client.73035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:22 smithi066 ceph-mon[112137]: pgmap v2227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:22 smithi203 ceph-mon[117428]: pgmap v2227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:22 smithi137 ceph-mon[117020]: pgmap v2227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:24 smithi066 ceph-mon[112137]: pgmap v2228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:24 smithi203 ceph-mon[117428]: pgmap v2228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:24 smithi137 ceph-mon[117020]: pgmap v2228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:26.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:26.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:26.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:26.770 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:26.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:26.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:26.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:26.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:26 smithi066 ceph-mon[112137]: pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:26 smithi203 ceph-mon[117428]: pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:26 smithi137 ceph-mon[117020]: pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:27 smithi066 ceph-mon[112137]: from='client.73110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:27 smithi203 ceph-mon[117428]: from='client.73110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:27 smithi137 ceph-mon[117020]: from='client.73110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:28 smithi066 ceph-mon[112137]: pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:27:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:27:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:27:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:27:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:28 smithi203 ceph-mon[117428]: pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:27:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:27:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:27:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:27:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:28 smithi137 ceph-mon[117020]: pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:27:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:27:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:27:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:27:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:30 smithi066 ceph-mon[112137]: pgmap v2231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:30 smithi203 ceph-mon[117428]: pgmap v2231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:30 smithi137 ceph-mon[117020]: pgmap v2231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:31.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:31.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:31.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:32.500 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:32.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:32.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:32.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:32.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:32 smithi203 ceph-mon[117428]: pgmap v2232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:32 smithi203 ceph-mon[117428]: from='client.73188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:32 smithi137 ceph-mon[117020]: pgmap v2232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:32 smithi137 ceph-mon[117020]: from='client.73188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:32 smithi066 ceph-mon[112137]: pgmap v2232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:32 smithi066 ceph-mon[112137]: from='client.73188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:34 smithi066 ceph-mon[112137]: pgmap v2233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:34 smithi203 ceph-mon[117428]: pgmap v2233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:34 smithi137 ceph-mon[117020]: pgmap v2233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:36 smithi066 ceph-mon[112137]: pgmap v2234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:36 smithi203 ceph-mon[117428]: pgmap v2234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:36 smithi137 ceph-mon[117020]: pgmap v2234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:37.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:37.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:37.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:38.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:38.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:38.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:38.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:38.227 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:38 smithi066 ceph-mon[112137]: pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:38 smithi066 ceph-mon[112137]: from='client.73266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:38 smithi203 ceph-mon[117428]: pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:38 smithi203 ceph-mon[117428]: from='client.73266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:38 smithi137 ceph-mon[117020]: pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:38 smithi137 ceph-mon[117020]: from='client.73266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:40 smithi066 ceph-mon[112137]: pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:40 smithi203 ceph-mon[117428]: pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:40 smithi137 ceph-mon[117020]: pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:42.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:42 smithi203 ceph-mon[117428]: pgmap v2237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:42 smithi137 ceph-mon[117020]: pgmap v2237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:42 smithi066 ceph-mon[112137]: pgmap v2237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:43.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:43.228 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:43.228 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:43.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:43.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:43.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:43.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:43.952 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:44 smithi066 ceph-mon[112137]: from='client.73344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:44 smithi066 ceph-mon[112137]: pgmap v2238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:44 smithi203 ceph-mon[117428]: from='client.73344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:44 smithi203 ceph-mon[117428]: pgmap v2238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:44 smithi137 ceph-mon[117020]: from='client.73344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:44 smithi137 ceph-mon[117020]: pgmap v2238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:46 smithi066 ceph-mon[112137]: pgmap v2239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:46 smithi203 ceph-mon[117428]: pgmap v2239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:46 smithi137 ceph-mon[117020]: pgmap v2239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:48.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:48.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:48.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:48 smithi066 ceph-mon[112137]: pgmap v2240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:48 smithi203 ceph-mon[117428]: pgmap v2240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:48 smithi137 ceph-mon[117020]: pgmap v2240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:49.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:49.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:49.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:49.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:49.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:50 smithi066 ceph-mon[112137]: from='client.73422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:50 smithi066 ceph-mon[112137]: pgmap v2241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:50 smithi203 ceph-mon[117428]: from='client.73422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:50 smithi203 ceph-mon[117428]: pgmap v2241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:50 smithi137 ceph-mon[117020]: from='client.73422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:50 smithi137 ceph-mon[117020]: pgmap v2241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:52 smithi203 ceph-mon[117428]: pgmap v2242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:27:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:52 smithi137 ceph-mon[117020]: pgmap v2242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:27:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:52 smithi066 ceph-mon[112137]: pgmap v2242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:27:54.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:27:54.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:54.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:54 smithi066 ceph-mon[112137]: pgmap v2243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:27:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:54 smithi203 ceph-mon[117428]: pgmap v2243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:27:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:54 smithi137 ceph-mon[117020]: pgmap v2243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:27:55.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:27:55.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:55.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:55.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:55.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:27:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:55 smithi066 ceph-mon[112137]: from='client.73494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:55 smithi203 ceph-mon[117428]: from='client.73494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:55 smithi137 ceph-mon[117020]: from='client.73494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:56 smithi066 ceph-mon[112137]: pgmap v2244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:56 smithi203 ceph-mon[117428]: pgmap v2244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:56 smithi137 ceph-mon[117020]: pgmap v2244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:27:58 smithi066 ceph-mon[112137]: pgmap v2245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:27:58 smithi203 ceph-mon[117428]: pgmap v2245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:27:58 smithi137 ceph-mon[117020]: pgmap v2245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:00.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:00.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:00.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:00 smithi066 ceph-mon[112137]: pgmap v2246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:00 smithi203 ceph-mon[117428]: pgmap v2246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:00 smithi137 ceph-mon[117020]: pgmap v2246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:01.171 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:01.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:01.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:01.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:01.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:01 smithi066 ceph-mon[112137]: from='client.73572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:01 smithi203 ceph-mon[117428]: from='client.73572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:01 smithi137 ceph-mon[117020]: from='client.73572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:02 smithi066 ceph-mon[112137]: pgmap v2247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:02 smithi203 ceph-mon[117428]: pgmap v2247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:02 smithi137 ceph-mon[117020]: pgmap v2247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:04 smithi066 ceph-mon[112137]: pgmap v2248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:28:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:04 smithi203 ceph-mon[117428]: pgmap v2248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:28:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:04 smithi137 ceph-mon[117020]: pgmap v2248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:28:06.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:06.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:06.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:06.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:06.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:06.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:06.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:06.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:06 smithi066 ceph-mon[112137]: pgmap v2249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:28:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:06 smithi203 ceph-mon[117428]: pgmap v2249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:28:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:06 smithi137 ceph-mon[117020]: pgmap v2249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:28:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:07 smithi066 ceph-mon[112137]: from='client.73650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:07 smithi203 ceph-mon[117428]: from='client.73650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:07 smithi137 ceph-mon[117020]: from='client.73650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:08 smithi066 ceph-mon[112137]: pgmap v2250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:08 smithi203 ceph-mon[117428]: pgmap v2250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:08 smithi137 ceph-mon[117020]: pgmap v2250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:10 smithi066 ceph-mon[112137]: pgmap v2251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:10 smithi203 ceph-mon[117428]: pgmap v2251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:10 smithi137 ceph-mon[117020]: pgmap v2251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:11.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:11.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:11.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:12 smithi203 ceph-mon[117428]: pgmap v2252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:12 smithi203 ceph-mon[117428]: from='client.73725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:12.622 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:12.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:12.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:12.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:12.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:12 smithi137 ceph-mon[117020]: pgmap v2252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:12 smithi137 ceph-mon[117020]: from='client.73725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:12 smithi066 ceph-mon[112137]: pgmap v2252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:12 smithi066 ceph-mon[112137]: from='client.73725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:14 smithi066 ceph-mon[112137]: pgmap v2253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:14 smithi203 ceph-mon[117428]: pgmap v2253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:14 smithi137 ceph-mon[117020]: pgmap v2253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:16 smithi066 ceph-mon[112137]: pgmap v2254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:16 smithi203 ceph-mon[117428]: pgmap v2254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:16 smithi137 ceph-mon[117020]: pgmap v2254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:17.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:17.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:17.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:18.362 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:18.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:18.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:18.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:18.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:18 smithi066 ceph-mon[112137]: pgmap v2255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:18 smithi066 ceph-mon[112137]: from='client.73803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:18 smithi203 ceph-mon[117428]: pgmap v2255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:18 smithi203 ceph-mon[117428]: from='client.73803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:18 smithi137 ceph-mon[117020]: pgmap v2255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:18 smithi137 ceph-mon[117020]: from='client.73803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:20 smithi066 ceph-mon[112137]: pgmap v2256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:28:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:20 smithi203 ceph-mon[117428]: pgmap v2256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:28:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:20 smithi137 ceph-mon[117020]: pgmap v2256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:28:22.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:22 smithi203 ceph-mon[117428]: pgmap v2257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:22 smithi137 ceph-mon[117020]: pgmap v2257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:22 smithi066 ceph-mon[112137]: pgmap v2257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:23.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:23.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:23.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:24.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:24.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:24.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:24.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:24.086 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:24 smithi066 ceph-mon[112137]: pgmap v2258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:24 smithi066 ceph-mon[112137]: from='client.73878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:24 smithi203 ceph-mon[117428]: pgmap v2258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:24 smithi203 ceph-mon[117428]: from='client.73878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:24 smithi137 ceph-mon[117020]: pgmap v2258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:24 smithi137 ceph-mon[117020]: from='client.73878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:26 smithi066 ceph-mon[112137]: pgmap v2259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:26 smithi203 ceph-mon[117428]: pgmap v2259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:26 smithi137 ceph-mon[117020]: pgmap v2259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:28 smithi066 ceph-mon[112137]: pgmap v2260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:28 smithi203 ceph-mon[117428]: pgmap v2260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:29.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:29.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:29.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:28 smithi137 ceph-mon[117020]: pgmap v2260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:29.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:29.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:29.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:29.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:29.820 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:28:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:28:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:28:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:28:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:28:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:28:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:28:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:28:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:28:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:28:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:28:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:28:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:30 smithi066 ceph-mon[112137]: from='client.73950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:30 smithi066 ceph-mon[112137]: pgmap v2261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:30 smithi203 ceph-mon[117428]: from='client.73950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:30 smithi203 ceph-mon[117428]: pgmap v2261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:30 smithi137 ceph-mon[117020]: from='client.73950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:30 smithi137 ceph-mon[117020]: pgmap v2261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:32 smithi203 ceph-mon[117428]: pgmap v2262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:28:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:32 smithi137 ceph-mon[117020]: pgmap v2262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:28:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:32 smithi066 ceph-mon[112137]: pgmap v2262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:28:34.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:34.821 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:34.821 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:34 smithi066 ceph-mon[112137]: pgmap v2263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:28:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:34 smithi203 ceph-mon[117428]: pgmap v2263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:28:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:34 smithi137 ceph-mon[117020]: pgmap v2263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:28:35.548 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:35.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:35.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:35.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:35.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:35 smithi066 ceph-mon[112137]: from='client.74028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:35 smithi203 ceph-mon[117428]: from='client.74028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:35 smithi137 ceph-mon[117020]: from='client.74028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:36 smithi066 ceph-mon[112137]: pgmap v2264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:36 smithi203 ceph-mon[117428]: pgmap v2264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:36 smithi137 ceph-mon[117020]: pgmap v2264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:38 smithi066 ceph-mon[112137]: pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:38 smithi203 ceph-mon[117428]: pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:38 smithi137 ceph-mon[117020]: pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:40.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:40.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:40.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:40 smithi066 ceph-mon[112137]: pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:28:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:40 smithi203 ceph-mon[117428]: pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:28:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:40 smithi137 ceph-mon[117020]: pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:28:41.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:41.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:41.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:41.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:41.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:41 smithi066 ceph-mon[112137]: from='client.74103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:41 smithi203 ceph-mon[117428]: from='client.74103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:41 smithi137 ceph-mon[117020]: from='client.74103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:42 smithi066 ceph-mon[112137]: pgmap v2267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:42 smithi203 ceph-mon[117428]: pgmap v2267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:42 smithi137 ceph-mon[117020]: pgmap v2267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:44 smithi066 ceph-mon[112137]: pgmap v2268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:28:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:44 smithi203 ceph-mon[117428]: pgmap v2268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:28:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:44 smithi137 ceph-mon[117020]: pgmap v2268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:28:46.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:46.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:46.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:46 smithi066 ceph-mon[112137]: pgmap v2269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:28:47.006 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:47.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:47.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:47.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:47.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:46 smithi203 ceph-mon[117428]: pgmap v2269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:28:47.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:46 smithi137 ceph-mon[117020]: pgmap v2269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:28:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:47 smithi066 ceph-mon[112137]: from='client.74178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:47 smithi203 ceph-mon[117428]: from='client.74178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:47 smithi137 ceph-mon[117020]: from='client.74178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:48 smithi066 ceph-mon[112137]: pgmap v2270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:48 smithi203 ceph-mon[117428]: pgmap v2270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:48 smithi137 ceph-mon[117020]: pgmap v2270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:50 smithi066 ceph-mon[112137]: pgmap v2271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:28:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:50 smithi203 ceph-mon[117428]: pgmap v2271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:28:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:50 smithi137 ceph-mon[117020]: pgmap v2271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:28:52.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:52.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:52.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:52 smithi203 ceph-mon[117428]: pgmap v2272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:28:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:52 smithi137 ceph-mon[117020]: pgmap v2272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:28:52.727 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:52.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:52.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:52.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:52.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:52 smithi066 ceph-mon[112137]: pgmap v2272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:28:53.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:53 smithi203 ceph-mon[117428]: from='client.74256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:53.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:53 smithi137 ceph-mon[117020]: from='client.74256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:53 smithi066 ceph-mon[112137]: from='client.74256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:54.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:54 smithi137 ceph-mon[117020]: pgmap v2273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:54 smithi066 ceph-mon[112137]: pgmap v2273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:54 smithi203 ceph-mon[117428]: pgmap v2273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:56 smithi066 ceph-mon[112137]: pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:56 smithi203 ceph-mon[117428]: pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:56 smithi137 ceph-mon[117020]: pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:57.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:28:57.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:57.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:58.446 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:28:58.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:58.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:58.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:58.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:28:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:58 smithi066 ceph-mon[112137]: pgmap v2275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:28:58 smithi066 ceph-mon[112137]: from='client.74334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:58 smithi203 ceph-mon[117428]: pgmap v2275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:28:58 smithi203 ceph-mon[117428]: from='client.74334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:58 smithi137 ceph-mon[117020]: pgmap v2275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:28:58 smithi137 ceph-mon[117020]: from='client.74334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:00 smithi066 ceph-mon[112137]: pgmap v2276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:00 smithi203 ceph-mon[117428]: pgmap v2276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:00 smithi137 ceph-mon[117020]: pgmap v2276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:02.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:02 smithi137 ceph-mon[117020]: pgmap v2277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:02 smithi066 ceph-mon[112137]: pgmap v2277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:02 smithi203 ceph-mon[117428]: pgmap v2277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:03.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:03.448 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:03.448 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:04.176 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:04.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:04.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:04.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:04.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:04 smithi066 ceph-mon[112137]: pgmap v2278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:04 smithi066 ceph-mon[112137]: from='client.74412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:04 smithi203 ceph-mon[117428]: pgmap v2278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:04 smithi203 ceph-mon[117428]: from='client.74412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:04 smithi137 ceph-mon[117020]: pgmap v2278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:04 smithi137 ceph-mon[117020]: from='client.74412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:06 smithi066 ceph-mon[112137]: pgmap v2279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:06 smithi203 ceph-mon[117428]: pgmap v2279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:06 smithi137 ceph-mon[117020]: pgmap v2279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:08 smithi066 ceph-mon[112137]: pgmap v2280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:08 smithi203 ceph-mon[117428]: pgmap v2280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:08 smithi137 ceph-mon[117020]: pgmap v2280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:09.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:09.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:09.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:09.897 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:09.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:09.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:09.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:09.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:10 smithi066 ceph-mon[112137]: from='client.74487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:10 smithi066 ceph-mon[112137]: pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:10 smithi203 ceph-mon[117428]: from='client.74487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:10 smithi203 ceph-mon[117428]: pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:10 smithi137 ceph-mon[117020]: from='client.74487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:10 smithi137 ceph-mon[117020]: pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:12 smithi137 ceph-mon[117020]: pgmap v2282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:12 smithi066 ceph-mon[112137]: pgmap v2282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:12 smithi203 ceph-mon[117428]: pgmap v2282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:14.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:14 smithi066 ceph-mon[112137]: pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:29:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:14 smithi203 ceph-mon[117428]: pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:29:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:14 smithi137 ceph-mon[117020]: pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:29:15.624 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:15.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:15.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:15.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:15.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:15 smithi066 ceph-mon[112137]: from='client.74559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:15 smithi203 ceph-mon[117428]: from='client.74559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:15 smithi137 ceph-mon[117020]: from='client.74559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:16 smithi066 ceph-mon[112137]: pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:16 smithi203 ceph-mon[117428]: pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:16 smithi137 ceph-mon[117020]: pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:18 smithi066 ceph-mon[112137]: pgmap v2285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:18 smithi203 ceph-mon[117428]: pgmap v2285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:18 smithi137 ceph-mon[117020]: pgmap v2285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:20.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:20.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:20.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:20 smithi066 ceph-mon[112137]: pgmap v2286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:29:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:20 smithi203 ceph-mon[117428]: pgmap v2286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:29:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:20 smithi137 ceph-mon[117020]: pgmap v2286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:29:21.350 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:21.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:21.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:21.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:21.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:21 smithi066 ceph-mon[112137]: from='client.74634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:21 smithi203 ceph-mon[117428]: from='client.74634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:21 smithi137 ceph-mon[117020]: from='client.74634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:22 smithi066 ceph-mon[112137]: pgmap v2287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:22 smithi203 ceph-mon[117428]: pgmap v2287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:22 smithi137 ceph-mon[117020]: pgmap v2287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:24 smithi066 ceph-mon[112137]: pgmap v2288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:29:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:24 smithi203 ceph-mon[117428]: pgmap v2288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:29:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:24 smithi137 ceph-mon[117020]: pgmap v2288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:29:26.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:26.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:26.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:26 smithi066 ceph-mon[112137]: pgmap v2289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:27.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:27.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:27.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:27.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:27.070 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:26 smithi203 ceph-mon[117428]: pgmap v2289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:26 smithi137 ceph-mon[117020]: pgmap v2289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:27 smithi066 ceph-mon[112137]: from='client.74709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:27 smithi203 ceph-mon[117428]: from='client.74709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:27 smithi137 ceph-mon[117020]: from='client.74709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:28 smithi066 ceph-mon[112137]: pgmap v2290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:28 smithi203 ceph-mon[117428]: pgmap v2290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:28 smithi137 ceph-mon[117020]: pgmap v2290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:29:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:29:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:29:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:30 smithi066 ceph-mon[112137]: pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:29:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:29:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:29:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:30 smithi203 ceph-mon[117428]: pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:29:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:29:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:29:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:30 smithi137 ceph-mon[117020]: pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:29:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:29:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:29:32.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:32.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:32.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:32 smithi137 ceph-mon[117020]: pgmap v2292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:32 smithi066 ceph-mon[112137]: pgmap v2292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:32.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:32.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:32.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:32.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:32.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:32 smithi203 ceph-mon[117428]: pgmap v2292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:33 smithi137 ceph-mon[117020]: from='client.74781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:33 smithi066 ceph-mon[112137]: from='client.74781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:33 smithi203 ceph-mon[117428]: from='client.74781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:34.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:34 smithi137 ceph-mon[117020]: pgmap v2293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:34 smithi066 ceph-mon[112137]: pgmap v2293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:34 smithi203 ceph-mon[117428]: pgmap v2293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:36 smithi066 ceph-mon[112137]: pgmap v2294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:36 smithi203 ceph-mon[117428]: pgmap v2294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:36 smithi137 ceph-mon[117020]: pgmap v2294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:37.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:37.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:37.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:38.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:38.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:38.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:38.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:38.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:38 smithi066 ceph-mon[112137]: pgmap v2295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:38 smithi066 ceph-mon[112137]: from='client.74859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:38 smithi203 ceph-mon[117428]: pgmap v2295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:38 smithi203 ceph-mon[117428]: from='client.74859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:38 smithi137 ceph-mon[117020]: pgmap v2295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:38 smithi137 ceph-mon[117020]: from='client.74859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:40 smithi066 ceph-mon[112137]: pgmap v2296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:40 smithi203 ceph-mon[117428]: pgmap v2296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:40 smithi137 ceph-mon[117020]: pgmap v2296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:42 smithi137 ceph-mon[117020]: pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:42 smithi066 ceph-mon[112137]: pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:42 smithi203 ceph-mon[117428]: pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:43.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:43.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:43.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:44.255 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:44.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:44.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:44.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:44.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:44 smithi066 ceph-mon[112137]: pgmap v2298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:44 smithi066 ceph-mon[112137]: from='client.74937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:44 smithi203 ceph-mon[117428]: pgmap v2298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:44 smithi203 ceph-mon[117428]: from='client.74937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:44 smithi137 ceph-mon[117020]: pgmap v2298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:44 smithi137 ceph-mon[117020]: from='client.74937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:46 smithi066 ceph-mon[112137]: pgmap v2299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:46 smithi203 ceph-mon[117428]: pgmap v2299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:46 smithi137 ceph-mon[117020]: pgmap v2299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:48 smithi066 ceph-mon[112137]: pgmap v2300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:48 smithi203 ceph-mon[117428]: pgmap v2300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:48 smithi137 ceph-mon[117020]: pgmap v2300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:49.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:49.257 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:49.257 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:49.986 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:49.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:49.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:49.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:49.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:50 smithi066 ceph-mon[112137]: from='client.75009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:50 smithi066 ceph-mon[112137]: pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:50 smithi203 ceph-mon[117428]: from='client.75009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:50 smithi203 ceph-mon[117428]: pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:50 smithi137 ceph-mon[117020]: from='client.75009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:50 smithi137 ceph-mon[117020]: pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:52 smithi137 ceph-mon[117020]: pgmap v2302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:29:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:52 smithi066 ceph-mon[112137]: pgmap v2302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:29:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:52 smithi203 ceph-mon[117428]: pgmap v2302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:29:54.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:29:54.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:54.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:54 smithi066 ceph-mon[112137]: pgmap v2303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:54 smithi203 ceph-mon[117428]: pgmap v2303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:54 smithi137 ceph-mon[117020]: pgmap v2303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:55.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:29:55.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:55.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:55.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:55.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:29:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:56 smithi066 ceph-mon[112137]: from='client.75084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:56 smithi066 ceph-mon[112137]: pgmap v2304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:56 smithi203 ceph-mon[117428]: from='client.75084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:56 smithi203 ceph-mon[117428]: pgmap v2304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:56 smithi137 ceph-mon[117020]: from='client.75084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:56 smithi137 ceph-mon[117020]: pgmap v2304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:29:58 smithi066 ceph-mon[112137]: pgmap v2305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:29:58 smithi203 ceph-mon[117428]: pgmap v2305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:29:58 smithi137 ceph-mon[117020]: pgmap v2305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:00.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:00.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:00.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:00 smithi066 ceph-mon[112137]: pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:30:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T18:30:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:00 smithi203 ceph-mon[117428]: pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:30:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T18:30:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:00 smithi137 ceph-mon[117020]: pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:30:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T18:30:01.423 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:01.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:01.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:01.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:01.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:01 smithi066 ceph-mon[112137]: from='client.75159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:01 smithi203 ceph-mon[117428]: from='client.75159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:01 smithi137 ceph-mon[117020]: from='client.75159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:02 smithi066 ceph-mon[112137]: pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:03.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:02 smithi203 ceph-mon[117428]: pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:02 smithi137 ceph-mon[117020]: pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:04 smithi066 ceph-mon[112137]: pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:04 smithi203 ceph-mon[117428]: pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:04 smithi137 ceph-mon[117020]: pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:06.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:06.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:06.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:06 smithi066 ceph-mon[112137]: pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:06 smithi203 ceph-mon[117428]: pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:06 smithi137 ceph-mon[117020]: pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:07.158 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:07.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:07.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:07.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:07.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:07 smithi066 ceph-mon[112137]: from='client.75231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:07 smithi203 ceph-mon[117428]: from='client.75231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:07 smithi137 ceph-mon[117020]: from='client.75231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:08 smithi066 ceph-mon[112137]: pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:08 smithi203 ceph-mon[117428]: pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:08 smithi137 ceph-mon[117020]: pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:10 smithi066 ceph-mon[112137]: pgmap v2311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:30:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:10 smithi203 ceph-mon[117428]: pgmap v2311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:30:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:10 smithi137 ceph-mon[117020]: pgmap v2311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:30:12.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:12.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:12.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:12 smithi137 ceph-mon[117020]: pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:30:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:12 smithi066 ceph-mon[112137]: pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:30:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:12 smithi203 ceph-mon[117428]: pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:30:12.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:12.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:12.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:12.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:12.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:13.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:13 smithi137 ceph-mon[117020]: from='client.75303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:13 smithi066 ceph-mon[112137]: from='client.75303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:13 smithi203 ceph-mon[117428]: from='client.75303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:14 smithi137 ceph-mon[117020]: pgmap v2313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:14 smithi066 ceph-mon[112137]: pgmap v2313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:14 smithi203 ceph-mon[117428]: pgmap v2313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:16 smithi066 ceph-mon[112137]: pgmap v2314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:16 smithi203 ceph-mon[117428]: pgmap v2314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:16 smithi137 ceph-mon[117020]: pgmap v2314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:17.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:17.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:17.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:18.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:18.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:18.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:18.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:18.608 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:18 smithi066 ceph-mon[112137]: pgmap v2315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:18 smithi066 ceph-mon[112137]: from='client.75381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:18 smithi203 ceph-mon[117428]: pgmap v2315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:18 smithi203 ceph-mon[117428]: from='client.75381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:18 smithi137 ceph-mon[117020]: pgmap v2315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:18 smithi137 ceph-mon[117020]: from='client.75381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:20 smithi066 ceph-mon[112137]: pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:30:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:20 smithi203 ceph-mon[117428]: pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:30:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:20 smithi137 ceph-mon[117020]: pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:30:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:22 smithi137 ceph-mon[117020]: pgmap v2317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:30:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:22 smithi066 ceph-mon[112137]: pgmap v2317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:30:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:22 smithi203 ceph-mon[117428]: pgmap v2317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:30:23.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:23.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:23.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:24.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:24.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:24.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:24.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:24.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:24 smithi066 ceph-mon[112137]: pgmap v2318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:24 smithi066 ceph-mon[112137]: from='client.75453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:24 smithi203 ceph-mon[117428]: pgmap v2318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:24 smithi203 ceph-mon[117428]: from='client.75453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:24 smithi137 ceph-mon[117020]: pgmap v2318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:24 smithi137 ceph-mon[117020]: from='client.75453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:26 smithi066 ceph-mon[112137]: pgmap v2319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:26 smithi203 ceph-mon[117428]: pgmap v2319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:26 smithi137 ceph-mon[117020]: pgmap v2319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:28 smithi066 ceph-mon[112137]: pgmap v2320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:28 smithi203 ceph-mon[117428]: pgmap v2320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:28 smithi137 ceph-mon[117020]: pgmap v2320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:29.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:29.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:29.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:30.066 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:30.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:30.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:30.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:30.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:30 smithi066 ceph-mon[112137]: pgmap v2321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:30 smithi066 ceph-mon[112137]: from='client.75531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:30:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:30 smithi203 ceph-mon[117428]: pgmap v2321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:30 smithi203 ceph-mon[117428]: from='client.75531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:30:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:30 smithi137 ceph-mon[117020]: pgmap v2321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:30 smithi137 ceph-mon[117020]: from='client.75531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:30:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:30:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:30:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:30:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:30:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:30:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:30:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:30:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:30:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:30:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:32 smithi066 ceph-mon[112137]: pgmap v2322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:30:33.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:32 smithi203 ceph-mon[117428]: pgmap v2322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:30:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:32 smithi137 ceph-mon[117020]: pgmap v2322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:30:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:34 smithi066 ceph-mon[112137]: pgmap v2323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:35.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:35.067 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:35.067 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:34 smithi203 ceph-mon[117428]: pgmap v2323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:34 smithi137 ceph-mon[117020]: pgmap v2323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:35.799 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:35.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:35.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:35.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:35.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:36 smithi066 ceph-mon[112137]: from='client.75606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:36 smithi066 ceph-mon[112137]: pgmap v2324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:36 smithi203 ceph-mon[117428]: from='client.75606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:36 smithi203 ceph-mon[117428]: pgmap v2324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:36 smithi137 ceph-mon[117020]: from='client.75606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:36 smithi137 ceph-mon[117020]: pgmap v2324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:38 smithi066 ceph-mon[112137]: pgmap v2325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:39.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:38 smithi203 ceph-mon[117428]: pgmap v2325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:38 smithi137 ceph-mon[117020]: pgmap v2325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:40.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:40.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:40.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:40 smithi066 ceph-mon[112137]: pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:30:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:40 smithi203 ceph-mon[117428]: pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:30:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:40 smithi137 ceph-mon[117020]: pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:30:41.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:41.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:41.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:41.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:41.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:41 smithi066 ceph-mon[112137]: from='client.75681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:41 smithi203 ceph-mon[117428]: from='client.75681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:41 smithi137 ceph-mon[117020]: from='client.75681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:42 smithi066 ceph-mon[112137]: pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:43.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:42 smithi203 ceph-mon[117428]: pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:42 smithi137 ceph-mon[117020]: pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:44 smithi066 ceph-mon[112137]: pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:44 smithi203 ceph-mon[117428]: pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:44 smithi137 ceph-mon[117020]: pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:46.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:46.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:46.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:46 smithi066 ceph-mon[112137]: pgmap v2329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:46 smithi203 ceph-mon[117428]: pgmap v2329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:46 smithi137 ceph-mon[117020]: pgmap v2329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:47.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:47.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:47.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:47.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:47.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:47 smithi066 ceph-mon[112137]: from='client.75756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:47 smithi203 ceph-mon[117428]: from='client.75756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:47 smithi137 ceph-mon[117020]: from='client.75756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:48 smithi066 ceph-mon[112137]: pgmap v2330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:48 smithi203 ceph-mon[117428]: pgmap v2330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:48 smithi137 ceph-mon[117020]: pgmap v2330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:50 smithi203 ceph-mon[117428]: pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:30:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:50 smithi137 ceph-mon[117020]: pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:30:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:50 smithi066 ceph-mon[112137]: pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:30:52.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:52.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:52.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:52 smithi137 ceph-mon[117020]: pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:30:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:52 smithi066 ceph-mon[112137]: pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:30:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:52 smithi203 ceph-mon[117428]: pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:30:52.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:52.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:52.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:52.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:52.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:53.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:53 smithi137 ceph-mon[117020]: from='client.75831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:53 smithi066 ceph-mon[112137]: from='client.75831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:53 smithi203 ceph-mon[117428]: from='client.75831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:54.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:54 smithi137 ceph-mon[117020]: pgmap v2333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:54 smithi066 ceph-mon[112137]: pgmap v2333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:54 smithi203 ceph-mon[117428]: pgmap v2333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:56 smithi066 ceph-mon[112137]: pgmap v2334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:56 smithi203 ceph-mon[117428]: pgmap v2334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:56 smithi137 ceph-mon[117020]: pgmap v2334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:57.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:30:57.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:57.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:58.691 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:30:58.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:58.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:58.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:58.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:30:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:58 smithi066 ceph-mon[112137]: pgmap v2335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:58 smithi203 ceph-mon[117428]: pgmap v2335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:58 smithi137 ceph-mon[117020]: pgmap v2335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:30:59 smithi066 ceph-mon[112137]: from='client.75909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:30:59 smithi203 ceph-mon[117428]: from='client.75909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:30:59 smithi137 ceph-mon[117020]: from='client.75909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:00 smithi066 ceph-mon[112137]: pgmap v2336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:00 smithi203 ceph-mon[117428]: pgmap v2336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:00 smithi137 ceph-mon[117020]: pgmap v2336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:02.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:02 smithi137 ceph-mon[117020]: pgmap v2337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:02 smithi066 ceph-mon[112137]: pgmap v2337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:02 smithi203 ceph-mon[117428]: pgmap v2337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:03.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:03.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:03.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:04.411 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:04.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:04.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:04.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:04.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:04 smithi066 ceph-mon[112137]: pgmap v2338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:04 smithi066 ceph-mon[112137]: from='client.75987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:04 smithi203 ceph-mon[117428]: pgmap v2338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:04 smithi203 ceph-mon[117428]: from='client.75987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:04 smithi137 ceph-mon[117020]: pgmap v2338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:04 smithi137 ceph-mon[117020]: from='client.75987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:06 smithi066 ceph-mon[112137]: pgmap v2339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:06 smithi203 ceph-mon[117428]: pgmap v2339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:06 smithi137 ceph-mon[117020]: pgmap v2339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:08 smithi066 ceph-mon[112137]: pgmap v2340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:08 smithi203 ceph-mon[117428]: pgmap v2340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:08 smithi137 ceph-mon[117020]: pgmap v2340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:09.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:09.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:09.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:10.136 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:10.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:10.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:10.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:10.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:10 smithi066 ceph-mon[112137]: pgmap v2341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:10 smithi066 ceph-mon[112137]: from='client.76065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:10 smithi203 ceph-mon[117428]: pgmap v2341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:10 smithi203 ceph-mon[117428]: from='client.76065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:10 smithi137 ceph-mon[117020]: pgmap v2341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:10 smithi137 ceph-mon[117020]: from='client.76065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:12 smithi137 ceph-mon[117020]: pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:31:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:12 smithi066 ceph-mon[112137]: pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:31:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:12 smithi203 ceph-mon[117428]: pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:31:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:14 smithi066 ceph-mon[112137]: pgmap v2343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:14 smithi203 ceph-mon[117428]: pgmap v2343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:14 smithi137 ceph-mon[117020]: pgmap v2343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:15.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:15.138 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:15.138 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:15.855 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:15.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:15.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:15.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:15.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:16 smithi066 ceph-mon[112137]: from='client.76143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:16 smithi066 ceph-mon[112137]: pgmap v2344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:16 smithi203 ceph-mon[117428]: from='client.76143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:16 smithi203 ceph-mon[117428]: pgmap v2344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:16 smithi137 ceph-mon[117020]: from='client.76143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:16 smithi137 ceph-mon[117020]: pgmap v2344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:18 smithi066 ceph-mon[112137]: pgmap v2345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:18 smithi203 ceph-mon[117428]: pgmap v2345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:18 smithi137 ceph-mon[117020]: pgmap v2345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:20.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:20.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:20.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:20 smithi066 ceph-mon[112137]: pgmap v2346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:31:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:20 smithi203 ceph-mon[117428]: pgmap v2346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:31:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:20 smithi137 ceph-mon[117020]: pgmap v2346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:31:21.587 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:21.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:21.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:21.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:21.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:21 smithi066 ceph-mon[112137]: from='client.76221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:21 smithi203 ceph-mon[117428]: from='client.76221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:21 smithi137 ceph-mon[117020]: from='client.76221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:22 smithi066 ceph-mon[112137]: pgmap v2347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:23.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:22 smithi203 ceph-mon[117428]: pgmap v2347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:22 smithi137 ceph-mon[117020]: pgmap v2347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:24 smithi066 ceph-mon[112137]: pgmap v2348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:24 smithi203 ceph-mon[117428]: pgmap v2348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:24 smithi137 ceph-mon[117020]: pgmap v2348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:26.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:26.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:26.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:26 smithi066 ceph-mon[112137]: pgmap v2349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:26 smithi203 ceph-mon[117428]: pgmap v2349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:26 smithi137 ceph-mon[117020]: pgmap v2349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:27.304 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:27.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:27.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:27.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:27.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:27 smithi066 ceph-mon[112137]: from='client.76296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:27 smithi203 ceph-mon[117428]: from='client.76296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:27 smithi137 ceph-mon[117020]: from='client.76296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:28 smithi066 ceph-mon[112137]: pgmap v2350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:28 smithi203 ceph-mon[117428]: pgmap v2350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:28 smithi137 ceph-mon[117020]: pgmap v2350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:30 smithi203 ceph-mon[117428]: pgmap v2351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:30 smithi137 ceph-mon[117020]: pgmap v2351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:30 smithi066 ceph-mon[112137]: pgmap v2351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:31:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:31:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:31:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:31:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:31:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:31:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:31:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:31:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:31:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:31:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:31:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:31:32.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:32.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:32.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:33.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:33.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:33.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:33.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:33.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:33.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:32 smithi203 ceph-mon[117428]: pgmap v2352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:32 smithi137 ceph-mon[117020]: pgmap v2352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:33.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:32 smithi066 ceph-mon[112137]: pgmap v2352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:33 smithi203 ceph-mon[117428]: from='client.76374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:33 smithi137 ceph-mon[117020]: from='client.76374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:33 smithi066 ceph-mon[112137]: from='client.76374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:34 smithi203 ceph-mon[117428]: pgmap v2353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:34 smithi137 ceph-mon[117020]: pgmap v2353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:34 smithi066 ceph-mon[112137]: pgmap v2353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:36 smithi203 ceph-mon[117428]: pgmap v2354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:36 smithi137 ceph-mon[117020]: pgmap v2354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:36 smithi066 ceph-mon[112137]: pgmap v2354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:38.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:38.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:38.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:38.738 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:38.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:38.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:38.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:38.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:38 smithi203 ceph-mon[117428]: pgmap v2355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:38 smithi137 ceph-mon[117020]: pgmap v2355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:38 smithi066 ceph-mon[112137]: pgmap v2355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:39 smithi203 ceph-mon[117428]: from='client.76452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:39 smithi137 ceph-mon[117020]: from='client.76452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:39 smithi066 ceph-mon[112137]: from='client.76452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:40 smithi203 ceph-mon[117428]: pgmap v2356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:40 smithi137 ceph-mon[117020]: pgmap v2356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:40 smithi066 ceph-mon[112137]: pgmap v2356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:42 smithi137 ceph-mon[117020]: pgmap v2357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:42 smithi066 ceph-mon[112137]: pgmap v2357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:42 smithi203 ceph-mon[117428]: pgmap v2357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:43.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:43.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:43.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:44.475 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:44 smithi066 ceph-mon[112137]: pgmap v2358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:44 smithi066 ceph-mon[112137]: from='client.76521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:44 smithi203 ceph-mon[117428]: pgmap v2358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:44 smithi203 ceph-mon[117428]: from='client.76521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:44 smithi137 ceph-mon[117020]: pgmap v2358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:44 smithi137 ceph-mon[117020]: from='client.76521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:46 smithi066 ceph-mon[112137]: pgmap v2359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:46 smithi203 ceph-mon[117428]: pgmap v2359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:46 smithi137 ceph-mon[117020]: pgmap v2359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:48 smithi066 ceph-mon[112137]: pgmap v2360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:48 smithi203 ceph-mon[117428]: pgmap v2360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:48 smithi137 ceph-mon[117020]: pgmap v2360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:49.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:49.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:49.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:50.205 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:50.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:50.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:50.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:50.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:50 smithi066 ceph-mon[112137]: pgmap v2361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:50 smithi066 ceph-mon[112137]: from='client.76599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:50 smithi203 ceph-mon[117428]: pgmap v2361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:50 smithi203 ceph-mon[117428]: from='client.76599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:50 smithi137 ceph-mon[117020]: pgmap v2361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:50 smithi137 ceph-mon[117020]: from='client.76599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:52 smithi137 ceph-mon[117020]: pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:31:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:52 smithi066 ceph-mon[112137]: pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:31:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:52 smithi203 ceph-mon[117428]: pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:31:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:54 smithi066 ceph-mon[112137]: pgmap v2363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:54 smithi203 ceph-mon[117428]: pgmap v2363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:54 smithi137 ceph-mon[117020]: pgmap v2363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:55.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:31:55.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:55.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:55.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:31:55.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:55.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:55.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:55.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:31:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:56 smithi066 ceph-mon[112137]: from='client.76671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:56 smithi066 ceph-mon[112137]: pgmap v2364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:56 smithi203 ceph-mon[117428]: from='client.76671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:56 smithi203 ceph-mon[117428]: pgmap v2364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:56 smithi137 ceph-mon[117020]: from='client.76671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:56 smithi137 ceph-mon[117020]: pgmap v2364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:31:58 smithi066 ceph-mon[112137]: pgmap v2365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:31:58 smithi203 ceph-mon[117428]: pgmap v2365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:31:58 smithi137 ceph-mon[117020]: pgmap v2365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:00.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:00.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:00.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:00 smithi066 ceph-mon[112137]: pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:32:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:00 smithi203 ceph-mon[117428]: pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:32:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:00 smithi137 ceph-mon[117020]: pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:32:01.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:01.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:01.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:01.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:01.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:01 smithi066 ceph-mon[112137]: from='client.76746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:01 smithi203 ceph-mon[117428]: from='client.76746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:01 smithi137 ceph-mon[117020]: from='client.76746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:02 smithi066 ceph-mon[112137]: pgmap v2367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:03.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:02 smithi203 ceph-mon[117428]: pgmap v2367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:02 smithi137 ceph-mon[117020]: pgmap v2367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:04 smithi066 ceph-mon[112137]: pgmap v2368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:04 smithi203 ceph-mon[117428]: pgmap v2368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:04 smithi137 ceph-mon[117020]: pgmap v2368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:06.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:06.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:06.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:06 smithi066 ceph-mon[112137]: pgmap v2369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:06 smithi203 ceph-mon[117428]: pgmap v2369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:06 smithi137 ceph-mon[117020]: pgmap v2369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:07.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:07.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:07.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:07.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:07.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:07 smithi203 ceph-mon[117428]: from='client.76818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:08.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:07 smithi137 ceph-mon[117020]: from='client.76818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:07 smithi066 ceph-mon[112137]: from='client.76818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:08 smithi203 ceph-mon[117428]: pgmap v2370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:08 smithi137 ceph-mon[117020]: pgmap v2370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:08 smithi066 ceph-mon[112137]: pgmap v2370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:10 smithi203 ceph-mon[117428]: pgmap v2371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:32:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:10 smithi137 ceph-mon[117020]: pgmap v2371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:32:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:10 smithi066 ceph-mon[112137]: pgmap v2371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:32:12.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:12.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:12.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:12 smithi137 ceph-mon[117020]: pgmap v2372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:32:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:12 smithi066 ceph-mon[112137]: pgmap v2372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:32:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:12 smithi203 ceph-mon[117428]: pgmap v2372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:32:13.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:13.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:13.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:13.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:13.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:13.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:13 smithi137 ceph-mon[117020]: from='client.76896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:13 smithi066 ceph-mon[112137]: from='client.76896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:13 smithi203 ceph-mon[117428]: from='client.76896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:14 smithi137 ceph-mon[117020]: pgmap v2373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:14 smithi066 ceph-mon[112137]: pgmap v2373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:14 smithi203 ceph-mon[117428]: pgmap v2373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:16 smithi066 ceph-mon[112137]: pgmap v2374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:16 smithi203 ceph-mon[117428]: pgmap v2374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:16 smithi137 ceph-mon[117020]: pgmap v2374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:18.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:18.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:18.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:18.817 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:18.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:18.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:18.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:18.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:18 smithi066 ceph-mon[112137]: pgmap v2375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:18 smithi203 ceph-mon[117428]: pgmap v2375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:18 smithi137 ceph-mon[117020]: pgmap v2375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:19 smithi066 ceph-mon[112137]: from='client.76971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:19 smithi203 ceph-mon[117428]: from='client.76971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:19 smithi137 ceph-mon[117020]: from='client.76971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:20 smithi203 ceph-mon[117428]: pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:32:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:20 smithi137 ceph-mon[117020]: pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:32:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:20 smithi066 ceph-mon[112137]: pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:32:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:22 smithi137 ceph-mon[117020]: pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:32:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:22 smithi066 ceph-mon[112137]: pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:32:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:22 smithi203 ceph-mon[117428]: pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:32:23.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:23.820 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:23.820 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:24.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:24.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:24.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:24.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:24.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:24 smithi066 ceph-mon[112137]: pgmap v2378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:24 smithi066 ceph-mon[112137]: from='client.77049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:24 smithi203 ceph-mon[117428]: pgmap v2378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:24 smithi203 ceph-mon[117428]: from='client.77049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:24 smithi137 ceph-mon[117020]: pgmap v2378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:24 smithi137 ceph-mon[117020]: from='client.77049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:26 smithi066 ceph-mon[112137]: pgmap v2379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:26 smithi203 ceph-mon[117428]: pgmap v2379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:26 smithi137 ceph-mon[117020]: pgmap v2379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:28 smithi066 ceph-mon[112137]: pgmap v2380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:28 smithi203 ceph-mon[117428]: pgmap v2380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:28 smithi137 ceph-mon[117020]: pgmap v2380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:29.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:29.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:29.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:30.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:30.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:30.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:30.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:30.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:30 smithi203 ceph-mon[117428]: pgmap v2381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:30 smithi203 ceph-mon[117428]: from='client.77127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:31.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:30 smithi137 ceph-mon[117020]: pgmap v2381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:30 smithi137 ceph-mon[117020]: from='client.77127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:30 smithi066 ceph-mon[112137]: pgmap v2381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:30 smithi066 ceph-mon[112137]: from='client.77127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:32 smithi137 ceph-mon[117020]: pgmap v2382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:32:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:32:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:32 smithi066 ceph-mon[112137]: pgmap v2382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:32:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:32:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:32 smithi203 ceph-mon[117428]: pgmap v2382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:32:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:32:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:32:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:32:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:32:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:32:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:32:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:32:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:32:34.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:34 smithi137 ceph-mon[117020]: pgmap v2383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:34 smithi066 ceph-mon[112137]: pgmap v2383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:34 smithi203 ceph-mon[117428]: pgmap v2383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:35.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:35.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:35.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:35.968 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:35.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:35.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:35.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:35.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:36 smithi066 ceph-mon[112137]: from='client.77205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:36 smithi066 ceph-mon[112137]: pgmap v2384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:36 smithi203 ceph-mon[117428]: from='client.77205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:36 smithi203 ceph-mon[117428]: pgmap v2384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:36 smithi137 ceph-mon[117020]: from='client.77205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:36 smithi137 ceph-mon[117020]: pgmap v2384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:38 smithi066 ceph-mon[112137]: pgmap v2385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:38 smithi203 ceph-mon[117428]: pgmap v2385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:38 smithi137 ceph-mon[117020]: pgmap v2385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:40.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:40.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:40.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:40 smithi203 ceph-mon[117428]: pgmap v2386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:32:41.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:40 smithi137 ceph-mon[117020]: pgmap v2386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:32:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:40 smithi066 ceph-mon[112137]: pgmap v2386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:32:41.690 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:41.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:41.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:41.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:41.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:42 smithi137 ceph-mon[117020]: from='client.77283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:42 smithi137 ceph-mon[117020]: pgmap v2387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:42 smithi066 ceph-mon[112137]: from='client.77283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:42 smithi066 ceph-mon[112137]: pgmap v2387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:42 smithi203 ceph-mon[117428]: from='client.77283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:42 smithi203 ceph-mon[117428]: pgmap v2387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:44 smithi066 ceph-mon[112137]: pgmap v2388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:44 smithi203 ceph-mon[117428]: pgmap v2388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:44 smithi137 ceph-mon[117020]: pgmap v2388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:46.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:46.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:46.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:46 smithi203 ceph-mon[117428]: pgmap v2389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:46 smithi137 ceph-mon[117020]: pgmap v2389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:46 smithi066 ceph-mon[112137]: pgmap v2389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:47.431 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:47.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:47.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:47.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:47.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:47 smithi203 ceph-mon[117428]: from='client.77361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:47 smithi137 ceph-mon[117020]: from='client.77361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:47 smithi066 ceph-mon[112137]: from='client.77361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:48 smithi203 ceph-mon[117428]: pgmap v2390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:48 smithi137 ceph-mon[117020]: pgmap v2390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:48 smithi066 ceph-mon[112137]: pgmap v2390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:50 smithi203 ceph-mon[117428]: pgmap v2391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:32:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:50 smithi137 ceph-mon[117020]: pgmap v2391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:32:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:50 smithi066 ceph-mon[112137]: pgmap v2391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:32:52.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:52.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:52.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:52 smithi066 ceph-mon[112137]: pgmap v2392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:32:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:52 smithi203 ceph-mon[117428]: pgmap v2392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:32:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:52 smithi137 ceph-mon[117020]: pgmap v2392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:32:53.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:53.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:53.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:53.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:53.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:53.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:53 smithi137 ceph-mon[117020]: from='client.77436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:53 smithi066 ceph-mon[112137]: from='client.77436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:53 smithi203 ceph-mon[117428]: from='client.77436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:54 smithi066 ceph-mon[112137]: pgmap v2393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:54 smithi203 ceph-mon[117428]: pgmap v2393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:54 smithi137 ceph-mon[117020]: pgmap v2393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:56 smithi203 ceph-mon[117428]: pgmap v2394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:56 smithi137 ceph-mon[117020]: pgmap v2394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:56 smithi066 ceph-mon[112137]: pgmap v2394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:58.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:32:58.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:58.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:58.875 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:32:58.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:58.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:58.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:58.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:32:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:58 smithi203 ceph-mon[117428]: pgmap v2395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:59.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:58 smithi137 ceph-mon[117020]: pgmap v2395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:58 smithi066 ceph-mon[112137]: pgmap v2395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:32:59 smithi203 ceph-mon[117428]: from='client.77511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:32:59 smithi137 ceph-mon[117020]: from='client.77511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:32:59 smithi066 ceph-mon[112137]: from='client.77511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:00 smithi203 ceph-mon[117428]: pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:33:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:00 smithi137 ceph-mon[117020]: pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:33:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:00 smithi066 ceph-mon[112137]: pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:33:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:02 smithi066 ceph-mon[112137]: pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:33:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:02 smithi203 ceph-mon[117428]: pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:33:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:02 smithi137 ceph-mon[117020]: pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:33:03.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:03.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:03.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:04.596 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:04.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:04.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:04.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:04.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:04 smithi203 ceph-mon[117428]: pgmap v2398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:04 smithi203 ceph-mon[117428]: from='client.77589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:04 smithi137 ceph-mon[117020]: pgmap v2398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:04 smithi137 ceph-mon[117020]: from='client.77589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:04 smithi066 ceph-mon[112137]: pgmap v2398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:04 smithi066 ceph-mon[112137]: from='client.77589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:06 smithi203 ceph-mon[117428]: pgmap v2399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:06 smithi137 ceph-mon[117020]: pgmap v2399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:06 smithi066 ceph-mon[112137]: pgmap v2399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:08 smithi203 ceph-mon[117428]: pgmap v2400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:08 smithi137 ceph-mon[117020]: pgmap v2400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:08 smithi066 ceph-mon[112137]: pgmap v2400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:09.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:09.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:09.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:10.316 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:10.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:10.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:10.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:10.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:10 smithi203 ceph-mon[117428]: pgmap v2401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:10 smithi203 ceph-mon[117428]: from='client.77664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:10 smithi137 ceph-mon[117020]: pgmap v2401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:10 smithi137 ceph-mon[117020]: from='client.77664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:10 smithi066 ceph-mon[112137]: pgmap v2401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:10 smithi066 ceph-mon[112137]: from='client.77664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:12 smithi066 ceph-mon[112137]: pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:33:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:12 smithi203 ceph-mon[117428]: pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:33:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:12 smithi137 ceph-mon[117020]: pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:33:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:14 smithi203 ceph-mon[117428]: pgmap v2403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:14 smithi137 ceph-mon[117020]: pgmap v2403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:14 smithi066 ceph-mon[112137]: pgmap v2403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:15.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:15.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:15.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:16.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:16.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:16.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:16.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:16.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:16 smithi203 ceph-mon[117428]: from='client.77742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:16 smithi203 ceph-mon[117428]: pgmap v2404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:16 smithi137 ceph-mon[117020]: from='client.77742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:16 smithi137 ceph-mon[117020]: pgmap v2404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:16 smithi066 ceph-mon[112137]: from='client.77742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:16 smithi066 ceph-mon[112137]: pgmap v2404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:18 smithi203 ceph-mon[117428]: pgmap v2405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:18 smithi137 ceph-mon[117020]: pgmap v2405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:18 smithi066 ceph-mon[112137]: pgmap v2405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:21.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:21.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:21.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:20 smithi203 ceph-mon[117428]: pgmap v2406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:33:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:20 smithi137 ceph-mon[117020]: pgmap v2406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:33:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:20 smithi066 ceph-mon[112137]: pgmap v2406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:33:21.769 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:21.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:21.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:21.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:21.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:22 smithi066 ceph-mon[112137]: from='client.77820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:22 smithi066 ceph-mon[112137]: pgmap v2407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:22 smithi203 ceph-mon[117428]: from='client.77820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:22 smithi203 ceph-mon[117428]: pgmap v2407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:22 smithi137 ceph-mon[117020]: from='client.77820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:22 smithi137 ceph-mon[117020]: pgmap v2407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:24 smithi203 ceph-mon[117428]: pgmap v2408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:24 smithi137 ceph-mon[117020]: pgmap v2408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:24 smithi066 ceph-mon[112137]: pgmap v2408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:26.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:26.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:26.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:26 smithi203 ceph-mon[117428]: pgmap v2409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:26 smithi137 ceph-mon[117020]: pgmap v2409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:26 smithi066 ceph-mon[112137]: pgmap v2409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:27.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:27.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:27.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:27.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:27.498 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:27 smithi203 ceph-mon[117428]: from='client.77898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:27 smithi137 ceph-mon[117020]: from='client.77898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:27 smithi066 ceph-mon[112137]: from='client.77898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:28 smithi203 ceph-mon[117428]: pgmap v2410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:28 smithi137 ceph-mon[117020]: pgmap v2410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:28 smithi066 ceph-mon[112137]: pgmap v2410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:30 smithi203 ceph-mon[117428]: pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:33:31.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:30 smithi137 ceph-mon[117020]: pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:33:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:30 smithi066 ceph-mon[112137]: pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:33:32.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:32.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:32.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:32 smithi066 ceph-mon[112137]: pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:33:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:32 smithi203 ceph-mon[117428]: pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:33:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:32 smithi137 ceph-mon[117020]: pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:33:33.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:33.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:33.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:33.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:33.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:33:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:33 smithi066 ceph-mon[112137]: from='client.77970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:33:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:33:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:33:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:33:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:33 smithi203 ceph-mon[117428]: from='client.77970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:33:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:33:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:33:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:33:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:33 smithi137 ceph-mon[117020]: from='client.77970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:33:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:33:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:33:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:34 smithi066 ceph-mon[112137]: pgmap v2413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:34 smithi203 ceph-mon[117428]: pgmap v2413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:34 smithi137 ceph-mon[117020]: pgmap v2413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:36 smithi203 ceph-mon[117428]: pgmap v2414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:36 smithi137 ceph-mon[117020]: pgmap v2414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:36 smithi066 ceph-mon[112137]: pgmap v2414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:38.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:38.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:38.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:38.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:38.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:38.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:38.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:38.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:39.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:38 smithi203 ceph-mon[117428]: pgmap v2415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:38 smithi137 ceph-mon[117020]: pgmap v2415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:38 smithi066 ceph-mon[112137]: pgmap v2415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:39 smithi203 ceph-mon[117428]: from='client.78048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:39 smithi137 ceph-mon[117020]: from='client.78048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:39 smithi066 ceph-mon[112137]: from='client.78048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:40 smithi203 ceph-mon[117428]: pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:33:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:40 smithi137 ceph-mon[117020]: pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:33:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:40 smithi066 ceph-mon[112137]: pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:33:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:42 smithi066 ceph-mon[112137]: pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:33:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:42 smithi203 ceph-mon[117428]: pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:33:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:42 smithi137 ceph-mon[117020]: pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:33:44.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:44.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:44.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:44.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:44.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:44.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:44.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:44.720 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:44 smithi203 ceph-mon[117428]: pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:44 smithi137 ceph-mon[117020]: pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:44 smithi066 ceph-mon[112137]: pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:45 smithi203 ceph-mon[117428]: from='client.78126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:46.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:45 smithi137 ceph-mon[117020]: from='client.78126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:45 smithi066 ceph-mon[112137]: from='client.78126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:46 smithi203 ceph-mon[117428]: pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:46 smithi137 ceph-mon[117020]: pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:46 smithi066 ceph-mon[112137]: pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:48 smithi203 ceph-mon[117428]: pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:48 smithi137 ceph-mon[117020]: pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:48 smithi066 ceph-mon[112137]: pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:49.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:49.722 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:49.722 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:50.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:50.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:50.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:50.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:50.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:50 smithi203 ceph-mon[117428]: pgmap v2421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:50 smithi203 ceph-mon[117428]: from='client.78201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:51.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:50 smithi137 ceph-mon[117020]: pgmap v2421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:50 smithi137 ceph-mon[117020]: from='client.78201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:50 smithi066 ceph-mon[112137]: pgmap v2421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:50 smithi066 ceph-mon[112137]: from='client.78201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:52 smithi066 ceph-mon[112137]: pgmap v2422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:33:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:52 smithi203 ceph-mon[117428]: pgmap v2422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:33:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:52 smithi137 ceph-mon[117020]: pgmap v2422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:33:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:54 smithi203 ceph-mon[117428]: pgmap v2423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:54 smithi137 ceph-mon[117020]: pgmap v2423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:54 smithi066 ceph-mon[112137]: pgmap v2423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:55.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:33:55.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:55.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:56.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:56.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:56.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:56.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:33:56.154 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:33:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:56 smithi203 ceph-mon[117428]: pgmap v2424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:56 smithi203 ceph-mon[117428]: from='client.78279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:56 smithi137 ceph-mon[117020]: pgmap v2424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:56 smithi137 ceph-mon[117020]: from='client.78279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:56 smithi066 ceph-mon[112137]: pgmap v2424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:56 smithi066 ceph-mon[112137]: from='client.78279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:33:58 smithi203 ceph-mon[117428]: pgmap v2425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:33:58 smithi137 ceph-mon[117020]: pgmap v2425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:33:58 smithi066 ceph-mon[112137]: pgmap v2425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:00 smithi203 ceph-mon[117428]: pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:34:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:00 smithi137 ceph-mon[117020]: pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:34:01.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:01.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:01.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:00 smithi066 ceph-mon[112137]: pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:34:01.875 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:01.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:01.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:01.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:01.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:02 smithi066 ceph-mon[112137]: from='client.78357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:02 smithi066 ceph-mon[112137]: pgmap v2427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:02 smithi203 ceph-mon[117428]: from='client.78357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:02 smithi203 ceph-mon[117428]: pgmap v2427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:02 smithi137 ceph-mon[117020]: from='client.78357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:02 smithi137 ceph-mon[117020]: pgmap v2427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:04 smithi203 ceph-mon[117428]: pgmap v2428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:04 smithi137 ceph-mon[117020]: pgmap v2428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:04 smithi066 ceph-mon[112137]: pgmap v2428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:06.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:06.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:06.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:06 smithi203 ceph-mon[117428]: pgmap v2429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:06 smithi137 ceph-mon[117020]: pgmap v2429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:06 smithi066 ceph-mon[112137]: pgmap v2429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:07.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:07.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:07.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:07.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:07.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:07 smithi203 ceph-mon[117428]: from='client.78435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:08.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:07 smithi137 ceph-mon[117020]: from='client.78435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:07 smithi066 ceph-mon[112137]: from='client.78435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:08 smithi203 ceph-mon[117428]: pgmap v2430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:09.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:08 smithi137 ceph-mon[117020]: pgmap v2430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:08 smithi066 ceph-mon[112137]: pgmap v2430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:10 smithi203 ceph-mon[117428]: pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:34:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:10 smithi137 ceph-mon[117020]: pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:34:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:10 smithi066 ceph-mon[112137]: pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:34:12.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:12.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:12.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:12 smithi066 ceph-mon[112137]: pgmap v2432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:34:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:12 smithi203 ceph-mon[117428]: pgmap v2432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:34:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:12 smithi137 ceph-mon[117020]: pgmap v2432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:34:13.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:13.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:13.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:13.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:13.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:13 smithi066 ceph-mon[112137]: from='client.78513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:13 smithi203 ceph-mon[117428]: from='client.78513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:13 smithi137 ceph-mon[117020]: from='client.78513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:14 smithi066 ceph-mon[112137]: pgmap v2433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:14 smithi203 ceph-mon[117428]: pgmap v2433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:14 smithi137 ceph-mon[117020]: pgmap v2433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:16 smithi203 ceph-mon[117428]: pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:16 smithi137 ceph-mon[117020]: pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:16 smithi066 ceph-mon[112137]: pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:18.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:18.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:18.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:19.046 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:19.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:19.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:19.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:19.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:18 smithi203 ceph-mon[117428]: pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:18 smithi137 ceph-mon[117020]: pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:18 smithi066 ceph-mon[112137]: pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:19 smithi203 ceph-mon[117428]: from='client.78585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:19 smithi137 ceph-mon[117020]: from='client.78585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:19 smithi066 ceph-mon[112137]: from='client.78585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:20 smithi203 ceph-mon[117428]: pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:20 smithi137 ceph-mon[117020]: pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:20 smithi066 ceph-mon[112137]: pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:22 smithi066 ceph-mon[112137]: pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:34:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:22 smithi203 ceph-mon[117428]: pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:34:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:22 smithi137 ceph-mon[117020]: pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:34:24.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:24.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:24.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:24.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:24.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:24.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:24.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:24.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:24 smithi203 ceph-mon[117428]: pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:24 smithi137 ceph-mon[117020]: pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:24 smithi066 ceph-mon[112137]: pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:25 smithi203 ceph-mon[117428]: from='client.78657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:25 smithi137 ceph-mon[117020]: from='client.78657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:25 smithi066 ceph-mon[112137]: from='client.78657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:26 smithi203 ceph-mon[117428]: pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:34:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:26 smithi137 ceph-mon[117020]: pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:34:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:26 smithi066 ceph-mon[112137]: pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:34:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:28 smithi203 ceph-mon[117428]: pgmap v2440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:34:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:28 smithi137 ceph-mon[117020]: pgmap v2440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:34:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:28 smithi066 ceph-mon[112137]: pgmap v2440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:34:29.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:29.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:29.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:30.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:30.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:30.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:30.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:30.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:30 smithi203 ceph-mon[117428]: pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:30 smithi203 ceph-mon[117428]: from='client.78732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:30 smithi137 ceph-mon[117020]: pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:30 smithi137 ceph-mon[117020]: from='client.78732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:30 smithi066 ceph-mon[112137]: pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:30 smithi066 ceph-mon[112137]: from='client.78732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:32 smithi066 ceph-mon[112137]: pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:32 smithi203 ceph-mon[117428]: pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:32 smithi137 ceph-mon[117020]: pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:34:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:34:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:34:35.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:35.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:35.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:34:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:34:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:34:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:34:36.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:36.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:36.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:36.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:36.198 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:37 smithi203 ceph-mon[117428]: pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:37 smithi203 ceph-mon[117428]: from='client.78804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:37 smithi137 ceph-mon[117020]: pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:37 smithi137 ceph-mon[117020]: from='client.78804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:37 smithi066 ceph-mon[112137]: pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:37 smithi066 ceph-mon[112137]: from='client.78804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:39 smithi203 ceph-mon[117428]: pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:34:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:39 smithi137 ceph-mon[117020]: pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:34:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:39 smithi066 ceph-mon[112137]: pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:34:41.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:41.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:41.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:41 smithi203 ceph-mon[117428]: pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:34:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:41 smithi137 ceph-mon[117020]: pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:34:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:41 smithi066 ceph-mon[112137]: pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:34:41.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:41.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:41.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:41.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:41.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:42 smithi066 ceph-mon[112137]: from='client.78882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:42 smithi066 ceph-mon[112137]: pgmap v2447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:42 smithi203 ceph-mon[117428]: from='client.78882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:42 smithi203 ceph-mon[117428]: pgmap v2447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:42 smithi137 ceph-mon[117020]: from='client.78882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:42 smithi137 ceph-mon[117020]: pgmap v2447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:44 smithi203 ceph-mon[117428]: pgmap v2448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:44 smithi137 ceph-mon[117020]: pgmap v2448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:44 smithi066 ceph-mon[112137]: pgmap v2448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:46.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:46.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:46.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:46 smithi203 ceph-mon[117428]: pgmap v2449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:46 smithi137 ceph-mon[117020]: pgmap v2449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:46 smithi066 ceph-mon[112137]: pgmap v2449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:47.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:47.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:47.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:47 smithi203 ceph-mon[117428]: from='client.78957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:47 smithi137 ceph-mon[117020]: from='client.78957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:47 smithi066 ceph-mon[112137]: from='client.78957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:48 smithi203 ceph-mon[117428]: pgmap v2450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:48 smithi137 ceph-mon[117020]: pgmap v2450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:48 smithi066 ceph-mon[112137]: pgmap v2450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:50 smithi203 ceph-mon[117428]: pgmap v2451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:50 smithi137 ceph-mon[117020]: pgmap v2451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:50 smithi066 ceph-mon[112137]: pgmap v2451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:52.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:52.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:52.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:52 smithi066 ceph-mon[112137]: pgmap v2452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:52 smithi203 ceph-mon[117428]: pgmap v2452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:52 smithi137 ceph-mon[117020]: pgmap v2452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:53.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:53.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:53.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:53.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:53.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:53 smithi066 ceph-mon[112137]: from='client.79035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:53 smithi203 ceph-mon[117428]: from='client.79035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:53 smithi137 ceph-mon[117020]: from='client.79035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:54 smithi066 ceph-mon[112137]: pgmap v2453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:54 smithi203 ceph-mon[117428]: pgmap v2453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:54 smithi137 ceph-mon[117020]: pgmap v2453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:56 smithi203 ceph-mon[117428]: pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:56 smithi137 ceph-mon[117020]: pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:56 smithi066 ceph-mon[112137]: pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:58.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:34:58.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:58.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:58 smithi203 ceph-mon[117428]: pgmap v2455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:59.090 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:34:59.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:59.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:59.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:59.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:34:59.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:58 smithi137 ceph-mon[117020]: pgmap v2455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:58 smithi066 ceph-mon[112137]: pgmap v2455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:34:59 smithi203 ceph-mon[117428]: from='client.79107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:34:59 smithi137 ceph-mon[117020]: from='client.79107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:34:59 smithi066 ceph-mon[112137]: from='client.79107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:00 smithi203 ceph-mon[117428]: pgmap v2456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:00 smithi137 ceph-mon[117020]: pgmap v2456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:00 smithi066 ceph-mon[112137]: pgmap v2456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:02 smithi066 ceph-mon[112137]: pgmap v2457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:02 smithi203 ceph-mon[117428]: pgmap v2457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:02 smithi137 ceph-mon[117020]: pgmap v2457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:04.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:04.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:04.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:04.815 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:04.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:04.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:04.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:04.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:04 smithi203 ceph-mon[117428]: pgmap v2458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:04 smithi137 ceph-mon[117020]: pgmap v2458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:04 smithi066 ceph-mon[112137]: pgmap v2458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:05 smithi203 ceph-mon[117428]: from='client.79185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:06.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:05 smithi137 ceph-mon[117020]: from='client.79185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:05 smithi066 ceph-mon[112137]: from='client.79185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:06 smithi203 ceph-mon[117428]: pgmap v2459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:35:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:06 smithi137 ceph-mon[117020]: pgmap v2459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:35:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:06 smithi066 ceph-mon[112137]: pgmap v2459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:35:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:08 smithi203 ceph-mon[117428]: pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:35:09.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:08 smithi137 ceph-mon[117020]: pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:35:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:08 smithi066 ceph-mon[112137]: pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:35:09.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:09.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:09.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:10.534 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:10.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:10.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:10.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:10.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:10 smithi203 ceph-mon[117428]: pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:10 smithi203 ceph-mon[117428]: from='client.79254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:10 smithi137 ceph-mon[117020]: pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:10 smithi137 ceph-mon[117020]: from='client.79254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:10 smithi066 ceph-mon[112137]: pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:10 smithi066 ceph-mon[112137]: from='client.79254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:12 smithi066 ceph-mon[112137]: pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:12 smithi203 ceph-mon[117428]: pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:12 smithi137 ceph-mon[117020]: pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:14 smithi203 ceph-mon[117428]: pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:14 smithi137 ceph-mon[117020]: pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:14 smithi066 ceph-mon[112137]: pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:15.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:15.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:15.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:16.261 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:16.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:16.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:16.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:16.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:16 smithi203 ceph-mon[117428]: pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:16 smithi203 ceph-mon[117428]: from='client.79329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:16 smithi137 ceph-mon[117020]: pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:16 smithi137 ceph-mon[117020]: from='client.79329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:16 smithi066 ceph-mon[112137]: pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:16 smithi066 ceph-mon[112137]: from='client.79329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:18 smithi203 ceph-mon[117428]: pgmap v2465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:35:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:18 smithi137 ceph-mon[117020]: pgmap v2465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:35:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:18 smithi066 ceph-mon[112137]: pgmap v2465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:35:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:20 smithi203 ceph-mon[117428]: pgmap v2466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:35:21.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:20 smithi137 ceph-mon[117020]: pgmap v2466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:35:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:20 smithi066 ceph-mon[112137]: pgmap v2466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:35:21.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:21.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:21.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:21.986 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:21.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:21.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:21.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:21.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:22 smithi066 ceph-mon[112137]: from='client.79407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:22 smithi066 ceph-mon[112137]: pgmap v2467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:22 smithi203 ceph-mon[117428]: from='client.79407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:22 smithi203 ceph-mon[117428]: pgmap v2467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:22 smithi137 ceph-mon[117020]: from='client.79407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:22 smithi137 ceph-mon[117020]: pgmap v2467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:24 smithi203 ceph-mon[117428]: pgmap v2468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:24 smithi137 ceph-mon[117020]: pgmap v2468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:24 smithi066 ceph-mon[112137]: pgmap v2468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:26.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:26.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:26.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:26 smithi203 ceph-mon[117428]: pgmap v2469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:26 smithi137 ceph-mon[117020]: pgmap v2469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:26 smithi066 ceph-mon[112137]: pgmap v2469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:27.722 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:27.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:27.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:27.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:27.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:28 smithi203 ceph-mon[117428]: from='client.79479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:28 smithi203 ceph-mon[117428]: pgmap v2470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:28 smithi137 ceph-mon[117020]: from='client.79479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:28 smithi137 ceph-mon[117020]: pgmap v2470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:28 smithi066 ceph-mon[112137]: from='client.79479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:28 smithi066 ceph-mon[112137]: pgmap v2470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:30 smithi203 ceph-mon[117428]: pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:30 smithi137 ceph-mon[117020]: pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:30 smithi066 ceph-mon[112137]: pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:32.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:32.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:32.725 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:32 smithi066 ceph-mon[112137]: pgmap v2472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:32 smithi203 ceph-mon[117428]: pgmap v2472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:32 smithi137 ceph-mon[117020]: pgmap v2472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:33.453 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:33.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:33.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:33.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:33.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:33 smithi066 ceph-mon[112137]: from='client.79551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:33 smithi203 ceph-mon[117428]: from='client.79551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:33 smithi137 ceph-mon[117020]: from='client.79551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:34 smithi066 ceph-mon[112137]: pgmap v2473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:34 smithi203 ceph-mon[117428]: pgmap v2473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:34.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:34 smithi137 ceph-mon[117020]: pgmap v2473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:35:35.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:35:35.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:35:36.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:35:36.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:35:36.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:35:36.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:36 smithi066 ceph-mon[112137]: pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:35:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:35:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:35:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:36 smithi203 ceph-mon[117428]: pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:35:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:35:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:35:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:36 smithi137 ceph-mon[117020]: pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:38.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:38.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:38.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:39.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:38 smithi203 ceph-mon[117428]: pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:39.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:38 smithi137 ceph-mon[117020]: pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:39.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:39.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:39.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:39.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:39.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:38 smithi066 ceph-mon[112137]: pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:39 smithi203 ceph-mon[117428]: from='client.79626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:40.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:39 smithi137 ceph-mon[117020]: from='client.79626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:39 smithi066 ceph-mon[112137]: from='client.79626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:40 smithi203 ceph-mon[117428]: pgmap v2476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:41.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:40 smithi137 ceph-mon[117020]: pgmap v2476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:40 smithi066 ceph-mon[112137]: pgmap v2476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:42 smithi066 ceph-mon[112137]: pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:42 smithi203 ceph-mon[117428]: pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:42 smithi137 ceph-mon[117020]: pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:44.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:44.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:44.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:44.890 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:44.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:44.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:44.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:44.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:44 smithi203 ceph-mon[117428]: pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:44 smithi137 ceph-mon[117020]: pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:44 smithi066 ceph-mon[112137]: pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:45 smithi203 ceph-mon[117428]: from='client.79704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:46.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:45 smithi137 ceph-mon[117020]: from='client.79704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:45 smithi066 ceph-mon[112137]: from='client.79704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:46 smithi203 ceph-mon[117428]: pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:35:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:46 smithi137 ceph-mon[117020]: pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:35:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:46 smithi066 ceph-mon[112137]: pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:35:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:48 smithi203 ceph-mon[117428]: pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:35:49.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:48 smithi137 ceph-mon[117020]: pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:35:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:48 smithi066 ceph-mon[112137]: pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:35:49.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:49.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:49.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:50.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:50.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:50.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:50.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:50.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:50 smithi203 ceph-mon[117428]: pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:50 smithi203 ceph-mon[117428]: from='client.79776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:51.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:50 smithi137 ceph-mon[117020]: pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:51.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:50 smithi137 ceph-mon[117020]: from='client.79776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:50 smithi066 ceph-mon[112137]: pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:50 smithi066 ceph-mon[112137]: from='client.79776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:52 smithi066 ceph-mon[112137]: pgmap v2482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:52 smithi203 ceph-mon[117428]: pgmap v2482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:52 smithi137 ceph-mon[117020]: pgmap v2482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:54 smithi203 ceph-mon[117428]: pgmap v2483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:54 smithi137 ceph-mon[117020]: pgmap v2483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:54 smithi066 ceph-mon[112137]: pgmap v2483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:55.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:35:55.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:55.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:56.358 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:35:56.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:56.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:56.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:56.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:35:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:56 smithi203 ceph-mon[117428]: pgmap v2484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:56 smithi203 ceph-mon[117428]: from='client.79848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:56 smithi137 ceph-mon[117020]: pgmap v2484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:56 smithi137 ceph-mon[117020]: from='client.79848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:56 smithi066 ceph-mon[112137]: pgmap v2484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:56 smithi066 ceph-mon[112137]: from='client.79848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:35:58 smithi203 ceph-mon[117428]: pgmap v2485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:35:59.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:35:58 smithi137 ceph-mon[117020]: pgmap v2485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:35:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:35:58 smithi066 ceph-mon[112137]: pgmap v2485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:36:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:00 smithi203 ceph-mon[117428]: pgmap v2486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:36:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:00 smithi137 ceph-mon[117020]: pgmap v2486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:36:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:00 smithi066 ceph-mon[112137]: pgmap v2486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:36:01.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:01.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:01.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:02.075 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:02.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:02.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:02.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:02.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:02 smithi066 ceph-mon[112137]: from='client.79923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:02 smithi066 ceph-mon[112137]: pgmap v2487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:02 smithi203 ceph-mon[117428]: from='client.79923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:02 smithi203 ceph-mon[117428]: pgmap v2487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:02 smithi137 ceph-mon[117020]: from='client.79923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:02 smithi137 ceph-mon[117020]: pgmap v2487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:04 smithi203 ceph-mon[117428]: pgmap v2488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:04 smithi137 ceph-mon[117020]: pgmap v2488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:04 smithi066 ceph-mon[112137]: pgmap v2488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:06 smithi203 ceph-mon[117428]: pgmap v2489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:07.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:07.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:07.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:06 smithi137 ceph-mon[117020]: pgmap v2489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:06 smithi066 ceph-mon[112137]: pgmap v2489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:07.801 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:07.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:07.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:07.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:07.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:08 smithi203 ceph-mon[117428]: from='client.80001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:08 smithi203 ceph-mon[117428]: pgmap v2490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:09.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:08 smithi137 ceph-mon[117020]: from='client.80001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:08 smithi137 ceph-mon[117020]: pgmap v2490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:08 smithi066 ceph-mon[112137]: from='client.80001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:08 smithi066 ceph-mon[112137]: pgmap v2490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:10 smithi203 ceph-mon[117428]: pgmap v2491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:11.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:10 smithi137 ceph-mon[117020]: pgmap v2491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:10 smithi066 ceph-mon[112137]: pgmap v2491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:12 smithi066 ceph-mon[112137]: pgmap v2492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:12.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:12.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:12.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:12 smithi203 ceph-mon[117428]: pgmap v2492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:12 smithi137 ceph-mon[117020]: pgmap v2492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:13.523 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:13.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:13.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:13.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:13.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:13 smithi066 ceph-mon[112137]: from='client.80073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:13 smithi203 ceph-mon[117428]: from='client.80073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:13 smithi137 ceph-mon[117020]: from='client.80073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:14 smithi066 ceph-mon[112137]: pgmap v2493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:14 smithi203 ceph-mon[117428]: pgmap v2493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:14 smithi137 ceph-mon[117020]: pgmap v2493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:16 smithi203 ceph-mon[117428]: pgmap v2494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:16 smithi137 ceph-mon[117020]: pgmap v2494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:16 smithi066 ceph-mon[112137]: pgmap v2494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:18.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:18.525 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:18.525 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:18 smithi203 ceph-mon[117428]: pgmap v2495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:18 smithi137 ceph-mon[117020]: pgmap v2495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:18 smithi066 ceph-mon[112137]: pgmap v2495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:19.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:19.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:19.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:19.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:19.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:19 smithi203 ceph-mon[117428]: from='client.80151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:20.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:19 smithi137 ceph-mon[117020]: from='client.80151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:19 smithi066 ceph-mon[112137]: from='client.80151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:20 smithi203 ceph-mon[117428]: pgmap v2496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:21.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:20 smithi137 ceph-mon[117020]: pgmap v2496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:20 smithi066 ceph-mon[112137]: pgmap v2496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:22 smithi066 ceph-mon[112137]: pgmap v2497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:22 smithi203 ceph-mon[117428]: pgmap v2497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:22 smithi137 ceph-mon[117020]: pgmap v2497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:24.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:24.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:24.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:24.968 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:24.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:24.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:24.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:24.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:24 smithi203 ceph-mon[117428]: pgmap v2498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:24 smithi137 ceph-mon[117020]: pgmap v2498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:24 smithi066 ceph-mon[112137]: pgmap v2498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:25 smithi203 ceph-mon[117428]: from='client.80229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:25 smithi137 ceph-mon[117020]: from='client.80229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:25 smithi066 ceph-mon[112137]: from='client.80229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:26 smithi203 ceph-mon[117428]: pgmap v2499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:36:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:26 smithi137 ceph-mon[117020]: pgmap v2499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:36:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:26 smithi066 ceph-mon[112137]: pgmap v2499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:36:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:28 smithi203 ceph-mon[117428]: pgmap v2500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:36:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:28 smithi137 ceph-mon[117020]: pgmap v2500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:36:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:28 smithi066 ceph-mon[112137]: pgmap v2500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:36:29.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:29.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:29.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:30.698 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:30.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:30.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:30.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:30.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:30 smithi203 ceph-mon[117428]: pgmap v2501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:30 smithi203 ceph-mon[117428]: from='client.80304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:31.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:30 smithi137 ceph-mon[117020]: pgmap v2501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:30 smithi137 ceph-mon[117020]: from='client.80304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:30 smithi066 ceph-mon[112137]: pgmap v2501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:30 smithi066 ceph-mon[112137]: from='client.80304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:32 smithi066 ceph-mon[112137]: pgmap v2502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:32 smithi203 ceph-mon[117428]: pgmap v2502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:32 smithi137 ceph-mon[117020]: pgmap v2502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:34 smithi203 ceph-mon[117428]: pgmap v2503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:34 smithi137 ceph-mon[117020]: pgmap v2503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:34 smithi066 ceph-mon[112137]: pgmap v2503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:35.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:35.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:35.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:36:36.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:36:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:36:36.483 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:36.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:36.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:36.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:36.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:36 smithi203 ceph-mon[117428]: pgmap v2504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:36 smithi203 ceph-mon[117428]: from='client.80382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:36:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:36:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:36:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:36 smithi137 ceph-mon[117020]: pgmap v2504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:36 smithi137 ceph-mon[117020]: from='client.80382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:36:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:36:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:36:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:36 smithi066 ceph-mon[112137]: pgmap v2504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:36 smithi066 ceph-mon[112137]: from='client.80382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:36:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:36:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:36:39.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:38 smithi203 ceph-mon[117428]: pgmap v2505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:36:39.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:38 smithi137 ceph-mon[117020]: pgmap v2505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:36:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:38 smithi066 ceph-mon[112137]: pgmap v2505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:36:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:40 smithi203 ceph-mon[117428]: pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:36:41.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:40 smithi137 ceph-mon[117020]: pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:36:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:40 smithi066 ceph-mon[112137]: pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:36:41.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:41.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:41.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:42.211 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:42 smithi066 ceph-mon[112137]: pgmap v2507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:42 smithi066 ceph-mon[112137]: from='client.80451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:42 smithi203 ceph-mon[117428]: pgmap v2507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:42 smithi203 ceph-mon[117428]: from='client.80451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:42 smithi137 ceph-mon[117020]: pgmap v2507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:42 smithi137 ceph-mon[117020]: from='client.80451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:44 smithi203 ceph-mon[117428]: pgmap v2508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:44 smithi137 ceph-mon[117020]: pgmap v2508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:44 smithi066 ceph-mon[112137]: pgmap v2508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:46 smithi203 ceph-mon[117428]: pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:46 smithi137 ceph-mon[117020]: pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:47.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:47.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:47.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:46 smithi066 ceph-mon[112137]: pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:47.942 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:47.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:47.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:47.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:47.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:48 smithi203 ceph-mon[117428]: from='client.80526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:48 smithi203 ceph-mon[117428]: pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:49.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:48 smithi137 ceph-mon[117020]: from='client.80526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:49.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:48 smithi137 ceph-mon[117020]: pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:48 smithi066 ceph-mon[112137]: from='client.80526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:48 smithi066 ceph-mon[112137]: pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:50 smithi203 ceph-mon[117428]: pgmap v2511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:51.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:50 smithi137 ceph-mon[117020]: pgmap v2511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:50 smithi066 ceph-mon[112137]: pgmap v2511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:52 smithi066 ceph-mon[112137]: pgmap v2512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:52 smithi203 ceph-mon[117428]: pgmap v2512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:52 smithi137 ceph-mon[117020]: pgmap v2512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:52.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:52.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:52.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:53.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:53.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:53.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:53.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:53.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:36:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:53 smithi066 ceph-mon[112137]: from='client.80601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:53 smithi203 ceph-mon[117428]: from='client.80601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:53.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:53 smithi137 ceph-mon[117020]: from='client.80601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:54 smithi066 ceph-mon[112137]: pgmap v2513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:54 smithi203 ceph-mon[117428]: pgmap v2513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:54 smithi137 ceph-mon[117020]: pgmap v2513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:56 smithi203 ceph-mon[117428]: pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:56 smithi137 ceph-mon[117020]: pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:56 smithi066 ceph-mon[112137]: pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:58.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:36:58.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:58.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:58 smithi203 ceph-mon[117428]: pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:59.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:58 smithi137 ceph-mon[117020]: pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:58 smithi066 ceph-mon[112137]: pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:59.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:36:59.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:59.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:59.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:59.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:36:59 smithi203 ceph-mon[117428]: from='client.80676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:00.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:36:59 smithi137 ceph-mon[117020]: from='client.80676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:36:59 smithi066 ceph-mon[112137]: from='client.80676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:00 smithi203 ceph-mon[117428]: pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:00 smithi137 ceph-mon[117020]: pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:00 smithi066 ceph-mon[112137]: pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:02 smithi066 ceph-mon[112137]: pgmap v2517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:02 smithi203 ceph-mon[117428]: pgmap v2517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:02 smithi137 ceph-mon[117020]: pgmap v2517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:04.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:04.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:04.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:04 smithi203 ceph-mon[117428]: pgmap v2518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:05.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:05.119 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:05.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:05.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:05.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:04 smithi137 ceph-mon[117020]: pgmap v2518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:04 smithi066 ceph-mon[112137]: pgmap v2518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:05 smithi203 ceph-mon[117428]: from='client.80748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:06.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:05 smithi137 ceph-mon[117020]: from='client.80748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:05 smithi066 ceph-mon[112137]: from='client.80748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:06 smithi203 ceph-mon[117428]: pgmap v2519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:06 smithi137 ceph-mon[117020]: pgmap v2519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:06 smithi066 ceph-mon[112137]: pgmap v2519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:08 smithi203 ceph-mon[117428]: pgmap v2520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:09.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:08 smithi137 ceph-mon[117020]: pgmap v2520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:08 smithi066 ceph-mon[112137]: pgmap v2520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:10.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:10.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:10.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:10.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:10.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:10.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:10.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:10.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:10 smithi203 ceph-mon[117428]: pgmap v2521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:10 smithi137 ceph-mon[117020]: pgmap v2521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:10 smithi066 ceph-mon[112137]: pgmap v2521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:11 smithi203 ceph-mon[117428]: from='client.80823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:11 smithi137 ceph-mon[117020]: from='client.80823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:11 smithi066 ceph-mon[112137]: from='client.80823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:12 smithi203 ceph-mon[117428]: pgmap v2522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:12 smithi137 ceph-mon[117020]: pgmap v2522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:12 smithi066 ceph-mon[112137]: pgmap v2522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:14 smithi203 ceph-mon[117428]: pgmap v2523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:14 smithi137 ceph-mon[117020]: pgmap v2523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:14 smithi066 ceph-mon[112137]: pgmap v2523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:15.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:15.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:15.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:16.557 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:16.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:16.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:16.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:16.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:16 smithi137 ceph-mon[117020]: pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:16 smithi137 ceph-mon[117020]: from='client.80901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:16 smithi066 ceph-mon[112137]: pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:16 smithi066 ceph-mon[112137]: from='client.80901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:16 smithi203 ceph-mon[117428]: pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:16 smithi203 ceph-mon[117428]: from='client.80901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:18 smithi137 ceph-mon[117020]: pgmap v2525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:18 smithi066 ceph-mon[112137]: pgmap v2525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:18 smithi203 ceph-mon[117428]: pgmap v2525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:20 smithi137 ceph-mon[117020]: pgmap v2526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:20 smithi066 ceph-mon[112137]: pgmap v2526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:20 smithi203 ceph-mon[117428]: pgmap v2526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:21.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:21.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:21.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:22.280 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:22.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:22.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:22.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:22.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:22 smithi066 ceph-mon[112137]: pgmap v2527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:22 smithi066 ceph-mon[112137]: from='client.80976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:22 smithi203 ceph-mon[117428]: pgmap v2527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:22 smithi203 ceph-mon[117428]: from='client.80976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:22 smithi137 ceph-mon[117020]: pgmap v2527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:22 smithi137 ceph-mon[117020]: from='client.80976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:24 smithi203 ceph-mon[117428]: pgmap v2528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:24 smithi137 ceph-mon[117020]: pgmap v2528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:24 smithi066 ceph-mon[112137]: pgmap v2528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:26 smithi203 ceph-mon[117428]: pgmap v2529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:26 smithi137 ceph-mon[117020]: pgmap v2529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:26 smithi066 ceph-mon[112137]: pgmap v2529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:27.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:27.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:27.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:28.011 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:28.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:28.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:28.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:28.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:28 smithi203 ceph-mon[117428]: from='client.81054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:28 smithi203 ceph-mon[117428]: pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:28 smithi137 ceph-mon[117020]: from='client.81054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:28 smithi137 ceph-mon[117020]: pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:28 smithi066 ceph-mon[112137]: from='client.81054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:28 smithi066 ceph-mon[112137]: pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:30 smithi203 ceph-mon[117428]: pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:31.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:30 smithi137 ceph-mon[117020]: pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:30 smithi066 ceph-mon[112137]: pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:32 smithi066 ceph-mon[112137]: pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:32 smithi203 ceph-mon[117428]: pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:32 smithi137 ceph-mon[117020]: pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:33.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:33.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:33.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:33.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:33.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:33.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:33.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:33.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:34 smithi203 ceph-mon[117428]: from='client.81126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:34 smithi203 ceph-mon[117428]: pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:34 smithi137 ceph-mon[117020]: from='client.81126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:34 smithi137 ceph-mon[117020]: pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:34 smithi066 ceph-mon[112137]: from='client.81126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:34 smithi066 ceph-mon[112137]: pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:36 smithi203 ceph-mon[117428]: pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:37:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:36 smithi137 ceph-mon[117020]: pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:37:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:36 smithi066 ceph-mon[112137]: pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:37:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:37:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:37:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:37:38.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:37:38.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:37:38.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:37:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:37:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:37:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:37:38.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:38.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:38.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:39 smithi137 ceph-mon[117020]: pgmap v2535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:39.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:39.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:39.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:39.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:39.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:39 smithi066 ceph-mon[112137]: pgmap v2535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:39 smithi203 ceph-mon[117428]: pgmap v2535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:40 smithi137 ceph-mon[117020]: from='client.81201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:40 smithi066 ceph-mon[112137]: from='client.81201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:40 smithi203 ceph-mon[117428]: from='client.81201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:41 smithi137 ceph-mon[117020]: pgmap v2536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:41 smithi066 ceph-mon[112137]: pgmap v2536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:41 smithi203 ceph-mon[117428]: pgmap v2536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:42 smithi066 ceph-mon[112137]: pgmap v2537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:42 smithi203 ceph-mon[117428]: pgmap v2537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:42 smithi137 ceph-mon[117020]: pgmap v2537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:44.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:44.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:44.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:44 smithi203 ceph-mon[117428]: pgmap v2538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:44 smithi137 ceph-mon[117020]: pgmap v2538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:45.169 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:45.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:45.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:45.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:45.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:44 smithi066 ceph-mon[112137]: pgmap v2538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:45 smithi203 ceph-mon[117428]: from='client.81279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:46.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:45 smithi137 ceph-mon[117020]: from='client.81279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:45 smithi066 ceph-mon[112137]: from='client.81279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:46 smithi137 ceph-mon[117020]: pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:46 smithi066 ceph-mon[112137]: pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:46 smithi203 ceph-mon[117428]: pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:49.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:48 smithi137 ceph-mon[117020]: pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:48 smithi066 ceph-mon[112137]: pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:48 smithi203 ceph-mon[117428]: pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:50.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:50.172 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:50.172 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:50.888 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:50.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:50.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:50.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:50.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:51.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:50 smithi137 ceph-mon[117020]: pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:50 smithi066 ceph-mon[112137]: pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:50 smithi203 ceph-mon[117428]: pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:52.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:51 smithi137 ceph-mon[117020]: from='client.81354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:51 smithi066 ceph-mon[112137]: from='client.81354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:51 smithi203 ceph-mon[117428]: from='client.81354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:52 smithi137 ceph-mon[117020]: pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:52 smithi066 ceph-mon[112137]: pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:52 smithi203 ceph-mon[117428]: pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:54 smithi137 ceph-mon[117020]: pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:54 smithi066 ceph-mon[112137]: pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:54 smithi203 ceph-mon[117428]: pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:55.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:37:55.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:55.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:56.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:37:56.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:56.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:56.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:56.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:37:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:56 smithi137 ceph-mon[117020]: pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:56 smithi137 ceph-mon[117020]: from='client.81432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:56 smithi066 ceph-mon[112137]: pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:56 smithi066 ceph-mon[112137]: from='client.81432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:56 smithi203 ceph-mon[117428]: pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:56 smithi203 ceph-mon[117428]: from='client.81432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:59.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:37:58 smithi137 ceph-mon[117020]: pgmap v2545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:37:58 smithi066 ceph-mon[112137]: pgmap v2545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:37:58 smithi203 ceph-mon[117428]: pgmap v2545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:00 smithi137 ceph-mon[117020]: pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:00 smithi066 ceph-mon[112137]: pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:00 smithi203 ceph-mon[117428]: pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:01.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:01.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:01.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:02.333 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:02.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:02.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:02.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:02.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:02 smithi066 ceph-mon[112137]: pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:02 smithi066 ceph-mon[112137]: from='client.81501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:02 smithi203 ceph-mon[117428]: pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:02 smithi203 ceph-mon[117428]: from='client.81501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:02 smithi137 ceph-mon[117020]: pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:02 smithi137 ceph-mon[117020]: from='client.81501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:04 smithi203 ceph-mon[117428]: pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:04 smithi137 ceph-mon[117020]: pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:04 smithi066 ceph-mon[112137]: pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:06 smithi137 ceph-mon[117020]: pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:06 smithi066 ceph-mon[112137]: pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:06 smithi203 ceph-mon[117428]: pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:07.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:07.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:07.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:08.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:08.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:08.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:08.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:08.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:09.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:08 smithi137 ceph-mon[117020]: from='client.81579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:08 smithi137 ceph-mon[117020]: pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:08 smithi066 ceph-mon[112137]: from='client.81579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:08 smithi066 ceph-mon[112137]: pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:08 smithi203 ceph-mon[117428]: from='client.81579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:08 smithi203 ceph-mon[117428]: pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:11.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:10 smithi137 ceph-mon[117020]: pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:10 smithi066 ceph-mon[112137]: pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:10 smithi203 ceph-mon[117428]: pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:12 smithi066 ceph-mon[112137]: pgmap v2552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:12 smithi203 ceph-mon[117428]: pgmap v2552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:12 smithi137 ceph-mon[117020]: pgmap v2552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:13.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:13.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:13.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:13.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:13.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:13.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:13.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:13.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:14 smithi203 ceph-mon[117428]: from='client.81657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:14 smithi203 ceph-mon[117428]: pgmap v2553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:14 smithi137 ceph-mon[117020]: from='client.81657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:14 smithi137 ceph-mon[117020]: pgmap v2553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:14 smithi066 ceph-mon[112137]: from='client.81657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:14 smithi066 ceph-mon[112137]: pgmap v2553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:16 smithi137 ceph-mon[117020]: pgmap v2554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:16 smithi066 ceph-mon[112137]: pgmap v2554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:16 smithi203 ceph-mon[117428]: pgmap v2554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:18.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:18.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:18.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:18 smithi137 ceph-mon[117020]: pgmap v2555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:18 smithi066 ceph-mon[112137]: pgmap v2555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:18 smithi203 ceph-mon[117428]: pgmap v2555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:19.508 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:19.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:19.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:19.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:19.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:20.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:19 smithi137 ceph-mon[117020]: from='client.81735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:19 smithi066 ceph-mon[112137]: from='client.81735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:19 smithi203 ceph-mon[117428]: from='client.81735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:21.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:20 smithi137 ceph-mon[117020]: pgmap v2556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:20 smithi066 ceph-mon[112137]: pgmap v2556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:20 smithi203 ceph-mon[117428]: pgmap v2556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:22 smithi066 ceph-mon[112137]: pgmap v2557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:22 smithi203 ceph-mon[117428]: pgmap v2557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:22 smithi137 ceph-mon[117020]: pgmap v2557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:24.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:24.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:24.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:24 smithi137 ceph-mon[117020]: pgmap v2558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:25.235 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:25.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:25.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:25.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:25.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:24 smithi066 ceph-mon[112137]: pgmap v2558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:24 smithi203 ceph-mon[117428]: pgmap v2558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:25 smithi137 ceph-mon[117020]: from='client.81813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:25 smithi066 ceph-mon[112137]: from='client.81813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:25 smithi203 ceph-mon[117428]: from='client.81813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:26 smithi137 ceph-mon[117020]: pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:26 smithi066 ceph-mon[112137]: pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:26 smithi203 ceph-mon[117428]: pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:28 smithi137 ceph-mon[117020]: pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:28 smithi066 ceph-mon[112137]: pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:28 smithi203 ceph-mon[117428]: pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:30.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:30.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:30.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:30.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:30.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:30.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:30.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:30.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:31.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:30 smithi137 ceph-mon[117020]: pgmap v2561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:30 smithi066 ceph-mon[112137]: pgmap v2561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:30 smithi203 ceph-mon[117428]: pgmap v2561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:32.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:31 smithi137 ceph-mon[117020]: from='client.81891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:31 smithi066 ceph-mon[112137]: from='client.81891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:31 smithi203 ceph-mon[117428]: from='client.81891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:33.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:32 smithi137 ceph-mon[117020]: pgmap v2562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:33.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:32 smithi066 ceph-mon[112137]: pgmap v2562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:33.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:32 smithi203 ceph-mon[117428]: pgmap v2562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:34 smithi137 ceph-mon[117020]: pgmap v2563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:34 smithi066 ceph-mon[112137]: pgmap v2563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:34 smithi203 ceph-mon[117428]: pgmap v2563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:35.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:35.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:35.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:36.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:36.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:36.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:36.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:36.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:36 smithi137 ceph-mon[117020]: pgmap v2564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:36 smithi137 ceph-mon[117020]: from='client.81966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:36 smithi066 ceph-mon[112137]: pgmap v2564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:36 smithi066 ceph-mon[112137]: from='client.81966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:36 smithi203 ceph-mon[117428]: pgmap v2564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:36 smithi203 ceph-mon[117428]: from='client.81966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:38.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:38:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:38:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:38:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:38:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:38:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:38:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:38:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:38:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:38:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:38:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:38:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:38:39.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:38 smithi137 ceph-mon[117020]: pgmap v2565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:38 smithi066 ceph-mon[112137]: pgmap v2565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:38 smithi203 ceph-mon[117428]: pgmap v2565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:41.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:40 smithi137 ceph-mon[117020]: pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:40 smithi066 ceph-mon[112137]: pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:40 smithi203 ceph-mon[117428]: pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:41.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:41.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:41.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:42.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:42.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:42.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:42.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:42.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:42 smithi066 ceph-mon[112137]: pgmap v2567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:42 smithi066 ceph-mon[112137]: from='client.82038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:42 smithi203 ceph-mon[117428]: pgmap v2567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:42 smithi203 ceph-mon[117428]: from='client.82038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:42 smithi137 ceph-mon[117020]: pgmap v2567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:42 smithi137 ceph-mon[117020]: from='client.82038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:44 smithi137 ceph-mon[117020]: pgmap v2568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:44 smithi066 ceph-mon[112137]: pgmap v2568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:44 smithi203 ceph-mon[117428]: pgmap v2568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:46 smithi137 ceph-mon[117020]: pgmap v2569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:46 smithi066 ceph-mon[112137]: pgmap v2569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:46 smithi203 ceph-mon[117428]: pgmap v2569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:47.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:47.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:47.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:48.148 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:48.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:48.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:48.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:48.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:49.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:48 smithi137 ceph-mon[117020]: pgmap v2570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:48 smithi137 ceph-mon[117020]: from='client.82113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:48 smithi066 ceph-mon[112137]: pgmap v2570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:48 smithi066 ceph-mon[112137]: from='client.82113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:48 smithi203 ceph-mon[117428]: pgmap v2570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:48 smithi203 ceph-mon[117428]: from='client.82113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:51.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:50 smithi137 ceph-mon[117020]: pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:50 smithi066 ceph-mon[112137]: pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:50 smithi203 ceph-mon[117428]: pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:52 smithi066 ceph-mon[112137]: pgmap v2572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:52 smithi203 ceph-mon[117428]: pgmap v2572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:52 smithi137 ceph-mon[117020]: pgmap v2572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:53.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:53.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:53.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:53.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:53.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:53.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:53.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:53.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:38:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:54 smithi137 ceph-mon[117020]: from='client.82182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:54 smithi137 ceph-mon[117020]: pgmap v2573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:54 smithi066 ceph-mon[112137]: from='client.82182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:54 smithi066 ceph-mon[112137]: pgmap v2573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:54 smithi203 ceph-mon[117428]: from='client.82182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:54 smithi203 ceph-mon[117428]: pgmap v2573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:56 smithi137 ceph-mon[117020]: pgmap v2574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:56 smithi066 ceph-mon[112137]: pgmap v2574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:56 smithi203 ceph-mon[117428]: pgmap v2574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:58.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:38:58.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:58.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:59.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:58 smithi137 ceph-mon[117020]: pgmap v2575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:58 smithi066 ceph-mon[112137]: pgmap v2575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:58 smithi203 ceph-mon[117428]: pgmap v2575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:59.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:38:59.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:59.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:59.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:59.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:00.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:38:59 smithi137 ceph-mon[117020]: from='client.82260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:38:59 smithi066 ceph-mon[112137]: from='client.82260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:38:59 smithi203 ceph-mon[117428]: from='client.82260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:00 smithi137 ceph-mon[117020]: pgmap v2576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:00 smithi066 ceph-mon[112137]: pgmap v2576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:00 smithi203 ceph-mon[117428]: pgmap v2576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:02 smithi066 ceph-mon[112137]: pgmap v2577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:02 smithi203 ceph-mon[117428]: pgmap v2577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:02 smithi137 ceph-mon[117020]: pgmap v2577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:04.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:04.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:04.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:04 smithi137 ceph-mon[117020]: pgmap v2578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:04 smithi066 ceph-mon[112137]: pgmap v2578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:04 smithi203 ceph-mon[117428]: pgmap v2578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:05.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:05.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:05.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:05.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:05.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:06.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:05 smithi137 ceph-mon[117020]: from='client.82338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:05 smithi066 ceph-mon[112137]: from='client.82338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:05 smithi203 ceph-mon[117428]: from='client.82338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:06 smithi137 ceph-mon[117020]: pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:06 smithi066 ceph-mon[112137]: pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:06 smithi203 ceph-mon[117428]: pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:09.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:08 smithi137 ceph-mon[117020]: pgmap v2580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:08 smithi066 ceph-mon[112137]: pgmap v2580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:08 smithi203 ceph-mon[117428]: pgmap v2580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:10.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:10.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:10.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:11.048 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:11.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:11.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:11.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:11.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:11.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:10 smithi137 ceph-mon[117020]: pgmap v2581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:10 smithi066 ceph-mon[112137]: pgmap v2581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:10 smithi203 ceph-mon[117428]: pgmap v2581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:12.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:11 smithi137 ceph-mon[117020]: from='client.82413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:11 smithi066 ceph-mon[112137]: from='client.82413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:11 smithi203 ceph-mon[117428]: from='client.82413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:12 smithi137 ceph-mon[117020]: pgmap v2582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:12 smithi066 ceph-mon[112137]: pgmap v2582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:12 smithi203 ceph-mon[117428]: pgmap v2582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:14 smithi137 ceph-mon[117020]: pgmap v2583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:14 smithi066 ceph-mon[112137]: pgmap v2583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:14 smithi203 ceph-mon[117428]: pgmap v2583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:16.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:16.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:16.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:16.774 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:16.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:16.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:16.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:16.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:16 smithi137 ceph-mon[117020]: pgmap v2584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:16 smithi066 ceph-mon[112137]: pgmap v2584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:16 smithi203 ceph-mon[117428]: pgmap v2584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:18.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:17 smithi137 ceph-mon[117020]: from='client.82491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:17 smithi066 ceph-mon[112137]: from='client.82491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:17 smithi203 ceph-mon[117428]: from='client.82491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:18 smithi137 ceph-mon[117020]: pgmap v2585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:18 smithi066 ceph-mon[112137]: pgmap v2585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:18 smithi203 ceph-mon[117428]: pgmap v2585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:21.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:20 smithi137 ceph-mon[117020]: pgmap v2586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:20 smithi066 ceph-mon[112137]: pgmap v2586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:20 smithi203 ceph-mon[117428]: pgmap v2586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:21.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:21.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:21.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:22.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:22.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:22.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:22.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:22.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:22 smithi066 ceph-mon[112137]: pgmap v2587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:22 smithi066 ceph-mon[112137]: from='client.82566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:22 smithi203 ceph-mon[117428]: pgmap v2587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:22 smithi203 ceph-mon[117428]: from='client.82566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:22 smithi137 ceph-mon[117020]: pgmap v2587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:22 smithi137 ceph-mon[117020]: from='client.82566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:24 smithi137 ceph-mon[117020]: pgmap v2588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:24 smithi066 ceph-mon[112137]: pgmap v2588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:24 smithi203 ceph-mon[117428]: pgmap v2588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:26 smithi137 ceph-mon[117020]: pgmap v2589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:26 smithi066 ceph-mon[112137]: pgmap v2589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:26 smithi203 ceph-mon[117428]: pgmap v2589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:27.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:27.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:27.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:28.231 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:28.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:28.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:28.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:28.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:28 smithi137 ceph-mon[117020]: pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:28 smithi137 ceph-mon[117020]: from='client.82638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:28 smithi066 ceph-mon[112137]: pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:28 smithi066 ceph-mon[112137]: from='client.82638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:28 smithi203 ceph-mon[117428]: pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:28 smithi203 ceph-mon[117428]: from='client.82638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:31.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:30 smithi137 ceph-mon[117020]: pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:30 smithi066 ceph-mon[112137]: pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:30 smithi203 ceph-mon[117428]: pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:32 smithi066 ceph-mon[112137]: pgmap v2592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:32 smithi203 ceph-mon[117428]: pgmap v2592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:32 smithi137 ceph-mon[117020]: pgmap v2592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:33.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:33.233 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:33.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:33.961 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:33.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:33.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:33.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:33.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:34 smithi137 ceph-mon[117020]: from='client.82716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:34 smithi137 ceph-mon[117020]: pgmap v2593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:34 smithi066 ceph-mon[112137]: from='client.82716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:34 smithi066 ceph-mon[112137]: pgmap v2593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:34 smithi203 ceph-mon[117428]: from='client.82716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:34 smithi203 ceph-mon[117428]: pgmap v2593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:36 smithi137 ceph-mon[117020]: pgmap v2594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:36 smithi066 ceph-mon[112137]: pgmap v2594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:36 smithi203 ceph-mon[117428]: pgmap v2594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:38.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:38.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:38.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:38 smithi137 ceph-mon[117020]: pgmap v2595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:39:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:39:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:39:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:39:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:38 smithi066 ceph-mon[112137]: pgmap v2595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:39:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:39:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:39:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:39:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:38 smithi203 ceph-mon[117428]: pgmap v2595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:39:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:39:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:39:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:39:39.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:39.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:39.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:39.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:39.680 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:40.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:39 smithi137 ceph-mon[117020]: from='client.82794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:39 smithi066 ceph-mon[112137]: from='client.82794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:39 smithi203 ceph-mon[117428]: from='client.82794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:41.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:40 smithi137 ceph-mon[117020]: pgmap v2596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:40 smithi066 ceph-mon[112137]: pgmap v2596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:40 smithi203 ceph-mon[117428]: pgmap v2596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:42 smithi066 ceph-mon[112137]: pgmap v2597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:42 smithi203 ceph-mon[117428]: pgmap v2597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:42 smithi137 ceph-mon[117020]: pgmap v2597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:44.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:44.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:44.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:44 smithi137 ceph-mon[117020]: pgmap v2598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:44 smithi066 ceph-mon[112137]: pgmap v2598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:44 smithi203 ceph-mon[117428]: pgmap v2598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:45.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:45.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:45.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:45.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:45.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:46.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:45 smithi137 ceph-mon[117020]: from='client.82872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:45 smithi066 ceph-mon[112137]: from='client.82872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:45 smithi203 ceph-mon[117428]: from='client.82872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:46 smithi137 ceph-mon[117020]: pgmap v2599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:46 smithi066 ceph-mon[112137]: pgmap v2599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:46 smithi203 ceph-mon[117428]: pgmap v2599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:49.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:48 smithi137 ceph-mon[117020]: pgmap v2600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:48 smithi066 ceph-mon[112137]: pgmap v2600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:48 smithi203 ceph-mon[117428]: pgmap v2600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:50.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:50.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:50.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:51.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:50 smithi137 ceph-mon[117020]: pgmap v2601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:51.139 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:51.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:51.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:51.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:51.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:50 smithi066 ceph-mon[112137]: pgmap v2601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:50 smithi203 ceph-mon[117428]: pgmap v2601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:52.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:51 smithi137 ceph-mon[117020]: from='client.82947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:51 smithi066 ceph-mon[112137]: from='client.82947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:51 smithi203 ceph-mon[117428]: from='client.82947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:52 smithi137 ceph-mon[117020]: pgmap v2602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:52 smithi066 ceph-mon[112137]: pgmap v2602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:53.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:52 smithi203 ceph-mon[117428]: pgmap v2602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:54 smithi137 ceph-mon[117020]: pgmap v2603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:54 smithi066 ceph-mon[112137]: pgmap v2603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:54 smithi203 ceph-mon[117428]: pgmap v2603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:56.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:39:56.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:56.142 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:56.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:39:56.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:56.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:56.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:56.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:39:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:56 smithi137 ceph-mon[117020]: pgmap v2604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:56 smithi066 ceph-mon[112137]: pgmap v2604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:56 smithi203 ceph-mon[117428]: pgmap v2604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:58.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:57 smithi137 ceph-mon[117020]: from='client.83025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:57 smithi066 ceph-mon[112137]: from='client.83025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:57 smithi203 ceph-mon[117428]: from='client.83025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:39:58 smithi066 ceph-mon[112137]: pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:39:58 smithi203 ceph-mon[117428]: pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:39:58 smithi137 ceph-mon[117020]: pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:00 smithi066 ceph-mon[112137]: pgmap v2606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T18:40:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:00 smithi203 ceph-mon[117428]: pgmap v2606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T18:40:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:00 smithi137 ceph-mon[117020]: pgmap v2606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T18:40:01.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:01.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:01.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:02.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:02.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:02.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:02.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:02.586 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:02 smithi066 ceph-mon[112137]: pgmap v2607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:02 smithi066 ceph-mon[112137]: from='client.83100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:02 smithi203 ceph-mon[117428]: pgmap v2607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:02 smithi203 ceph-mon[117428]: from='client.83100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:02 smithi137 ceph-mon[117020]: pgmap v2607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:02 smithi137 ceph-mon[117020]: from='client.83100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:04 smithi137 ceph-mon[117020]: pgmap v2608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:04 smithi066 ceph-mon[112137]: pgmap v2608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:04 smithi203 ceph-mon[117428]: pgmap v2608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:06 smithi137 ceph-mon[117020]: pgmap v2609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:06 smithi066 ceph-mon[112137]: pgmap v2609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:06 smithi203 ceph-mon[117428]: pgmap v2609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:07.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:07.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:07.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:08.314 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:08.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:08.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:08.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:08.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:08 smithi137 ceph-mon[117020]: pgmap v2610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:08 smithi137 ceph-mon[117020]: from='client.83175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:08 smithi066 ceph-mon[112137]: pgmap v2610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:08 smithi066 ceph-mon[112137]: from='client.83175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:08 smithi203 ceph-mon[117428]: pgmap v2610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:08 smithi203 ceph-mon[117428]: from='client.83175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:11.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:10 smithi137 ceph-mon[117020]: pgmap v2611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:10 smithi066 ceph-mon[112137]: pgmap v2611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:10 smithi203 ceph-mon[117428]: pgmap v2611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:12 smithi066 ceph-mon[112137]: pgmap v2612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:12 smithi203 ceph-mon[117428]: pgmap v2612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:12 smithi137 ceph-mon[117020]: pgmap v2612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:13.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:13.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:13.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:14.046 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:14.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:14.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:14.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:14.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:14 smithi137 ceph-mon[117020]: from='client.83253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:14 smithi137 ceph-mon[117020]: pgmap v2613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:14 smithi066 ceph-mon[112137]: from='client.83253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:14 smithi066 ceph-mon[112137]: pgmap v2613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:14 smithi203 ceph-mon[117428]: from='client.83253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:14 smithi203 ceph-mon[117428]: pgmap v2613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:16 smithi137 ceph-mon[117020]: pgmap v2614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:16 smithi066 ceph-mon[112137]: pgmap v2614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:16 smithi203 ceph-mon[117428]: pgmap v2614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:19.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:19.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:19.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:18 smithi137 ceph-mon[117020]: pgmap v2615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:18 smithi066 ceph-mon[112137]: pgmap v2615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:18 smithi203 ceph-mon[117428]: pgmap v2615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:19.763 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:19.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:19.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:19.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:19.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:21.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:20 smithi137 ceph-mon[117020]: from='client.83325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:21.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:20 smithi137 ceph-mon[117020]: pgmap v2616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:20 smithi066 ceph-mon[112137]: from='client.83325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:20 smithi066 ceph-mon[112137]: pgmap v2616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:20 smithi203 ceph-mon[117428]: from='client.83325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:20 smithi203 ceph-mon[117428]: pgmap v2616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:22 smithi066 ceph-mon[112137]: pgmap v2617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:22 smithi203 ceph-mon[117428]: pgmap v2617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:22 smithi137 ceph-mon[117020]: pgmap v2617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:24.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:24.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:24.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:24 smithi137 ceph-mon[117020]: pgmap v2618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:24 smithi066 ceph-mon[112137]: pgmap v2618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:24 smithi203 ceph-mon[117428]: pgmap v2618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:25.490 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:25.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:25.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:25.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:25.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:25 smithi137 ceph-mon[117020]: from='client.83397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:25 smithi066 ceph-mon[112137]: from='client.83397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:25 smithi203 ceph-mon[117428]: from='client.83397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:26 smithi137 ceph-mon[117020]: pgmap v2619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:26 smithi066 ceph-mon[112137]: pgmap v2619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:26 smithi203 ceph-mon[117428]: pgmap v2619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:28 smithi137 ceph-mon[117020]: pgmap v2620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:28 smithi066 ceph-mon[112137]: pgmap v2620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:28 smithi203 ceph-mon[117428]: pgmap v2620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:30.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:30.492 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:30.492 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:31.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:30 smithi137 ceph-mon[117020]: pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:31.210 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:31.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:31.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:31.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:31.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:30 smithi066 ceph-mon[112137]: pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:30 smithi203 ceph-mon[117428]: pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:32.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:31 smithi137 ceph-mon[117020]: from='client.83469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:31 smithi066 ceph-mon[112137]: from='client.83469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:31 smithi203 ceph-mon[117428]: from='client.83469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:33.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:32 smithi137 ceph-mon[117020]: pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:32 smithi066 ceph-mon[112137]: pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:33.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:32 smithi203 ceph-mon[117428]: pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:34 smithi137 ceph-mon[117020]: pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:34 smithi066 ceph-mon[112137]: pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:34 smithi203 ceph-mon[117428]: pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:36.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:36.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:36.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:36.942 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:36.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:36.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:36.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:36.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:36 smithi137 ceph-mon[117020]: pgmap v2624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:36 smithi066 ceph-mon[112137]: pgmap v2624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:36 smithi203 ceph-mon[117428]: pgmap v2624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:37 smithi066 ceph-mon[112137]: from='client.83547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:37 smithi203 ceph-mon[117428]: from='client.83547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:37 smithi137 ceph-mon[117020]: from='client.83547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:38 smithi066 ceph-mon[112137]: pgmap v2625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:40:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:38 smithi203 ceph-mon[117428]: pgmap v2625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:40:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:38 smithi137 ceph-mon[117020]: pgmap v2625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:40:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:40:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:40:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:40:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:40:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:40:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:40:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:40:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:40:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:40:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:41 smithi203 ceph-mon[117428]: pgmap v2626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:41 smithi137 ceph-mon[117020]: pgmap v2626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:41 smithi066 ceph-mon[112137]: pgmap v2626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:41.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:41.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:41.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:42.679 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:42.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:42.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:42.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:42.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:42 smithi066 ceph-mon[112137]: pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:42 smithi066 ceph-mon[112137]: from='client.83619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:42 smithi203 ceph-mon[117428]: pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:42 smithi203 ceph-mon[117428]: from='client.83619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:42 smithi137 ceph-mon[117020]: pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:42 smithi137 ceph-mon[117020]: from='client.83619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:44 smithi137 ceph-mon[117020]: pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:44 smithi066 ceph-mon[112137]: pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:44 smithi203 ceph-mon[117428]: pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:46 smithi137 ceph-mon[117020]: pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:46 smithi066 ceph-mon[112137]: pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:46 smithi203 ceph-mon[117428]: pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:47.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:47.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:47.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:48.412 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:48.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:48.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:48.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:48.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:49.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:48 smithi137 ceph-mon[117020]: pgmap v2630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:49.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:48 smithi137 ceph-mon[117020]: from='client.83691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:48 smithi066 ceph-mon[112137]: pgmap v2630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:48 smithi066 ceph-mon[112137]: from='client.83691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:48 smithi203 ceph-mon[117428]: pgmap v2630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:48 smithi203 ceph-mon[117428]: from='client.83691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:51.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:50 smithi137 ceph-mon[117020]: pgmap v2631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:50 smithi066 ceph-mon[112137]: pgmap v2631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:51.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:50 smithi203 ceph-mon[117428]: pgmap v2631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:52 smithi066 ceph-mon[112137]: pgmap v2632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:52 smithi203 ceph-mon[117428]: pgmap v2632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:52 smithi137 ceph-mon[117020]: pgmap v2632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:53.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:53.415 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:53.415 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:54.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:54.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:54.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:54.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:54.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:40:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:54 smithi137 ceph-mon[117020]: from='client.83766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:54 smithi137 ceph-mon[117020]: pgmap v2633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:54 smithi066 ceph-mon[112137]: from='client.83766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:54 smithi066 ceph-mon[112137]: pgmap v2633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:54 smithi203 ceph-mon[117428]: from='client.83766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:54 smithi203 ceph-mon[117428]: pgmap v2633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:56 smithi137 ceph-mon[117020]: pgmap v2634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:56 smithi066 ceph-mon[112137]: pgmap v2634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:56 smithi203 ceph-mon[117428]: pgmap v2634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:59.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:40:58 smithi137 ceph-mon[117020]: pgmap v2635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:59.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:40:59.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:59.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:40:58 smithi066 ceph-mon[112137]: pgmap v2635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:40:58 smithi203 ceph-mon[117428]: pgmap v2635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:59.848 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:40:59.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:59.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:59.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:59.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:00 smithi137 ceph-mon[117020]: from='client.83841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:00 smithi137 ceph-mon[117020]: pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:41:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:00 smithi066 ceph-mon[112137]: from='client.83841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:00 smithi066 ceph-mon[112137]: pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:41:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:00 smithi203 ceph-mon[117428]: from='client.83841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:00 smithi203 ceph-mon[117428]: pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:41:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:02 smithi066 ceph-mon[112137]: pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:41:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:02 smithi203 ceph-mon[117428]: pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:41:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:02 smithi137 ceph-mon[117020]: pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:41:04.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:04.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:04.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:04 smithi137 ceph-mon[117020]: pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:41:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:04 smithi066 ceph-mon[112137]: pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:41:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:04 smithi203 ceph-mon[117428]: pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:41:05.581 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:05.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:05.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:05.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:05.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:06.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:05 smithi137 ceph-mon[117020]: from='client.83916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:05 smithi066 ceph-mon[112137]: from='client.83916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:05 smithi203 ceph-mon[117428]: from='client.83916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:06 smithi137 ceph-mon[117020]: pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:06 smithi066 ceph-mon[112137]: pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:06 smithi203 ceph-mon[117428]: pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:08 smithi066 ceph-mon[112137]: pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:08 smithi203 ceph-mon[117428]: pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:08 smithi137 ceph-mon[117020]: pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:10.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:10.583 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:10.583 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:10 smithi066 ceph-mon[112137]: pgmap v2641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:11.305 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:11.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:11.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:11.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:11.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:10 smithi203 ceph-mon[117428]: pgmap v2641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:10 smithi137 ceph-mon[117020]: pgmap v2641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:11 smithi066 ceph-mon[112137]: from='client.83994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:11 smithi203 ceph-mon[117428]: from='client.83994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:11 smithi137 ceph-mon[117020]: from='client.83994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:12 smithi066 ceph-mon[112137]: pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:41:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:12 smithi203 ceph-mon[117428]: pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:41:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:12 smithi137 ceph-mon[117020]: pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:41:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:14 smithi066 ceph-mon[112137]: pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:41:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:14 smithi203 ceph-mon[117428]: pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:41:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:14 smithi137 ceph-mon[117020]: pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:41:16.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:16.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:16.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:17.035 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:17.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:17.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:17.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:17.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:16 smithi066 ceph-mon[112137]: pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:41:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:16 smithi203 ceph-mon[117428]: pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:41:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:16 smithi137 ceph-mon[117020]: pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:41:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:17 smithi066 ceph-mon[112137]: from='client.84072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:17 smithi203 ceph-mon[117428]: from='client.84072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:17 smithi137 ceph-mon[117020]: from='client.84072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:18 smithi066 ceph-mon[112137]: pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:18 smithi203 ceph-mon[117428]: pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:18 smithi137 ceph-mon[117020]: pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:20 smithi066 ceph-mon[112137]: pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:20 smithi203 ceph-mon[117428]: pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:20 smithi137 ceph-mon[117020]: pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:22.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:22.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:22.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:22 smithi066 ceph-mon[112137]: pgmap v2647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:22 smithi066 ceph-mon[112137]: from='client.84147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:22.752 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:22.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:22.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:22.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:22.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:22 smithi203 ceph-mon[117428]: pgmap v2647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:22 smithi203 ceph-mon[117428]: from='client.84147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:22 smithi137 ceph-mon[117020]: pgmap v2647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:22 smithi137 ceph-mon[117020]: from='client.84147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:24 smithi137 ceph-mon[117020]: pgmap v2648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:25.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:24 smithi066 ceph-mon[112137]: pgmap v2648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:24 smithi203 ceph-mon[117428]: pgmap v2648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:26 smithi137 ceph-mon[117020]: pgmap v2649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:26 smithi066 ceph-mon[112137]: pgmap v2649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:26 smithi203 ceph-mon[117428]: pgmap v2649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:27.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:27.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:27.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:28.470 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:28.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:28.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:28.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:28.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:28 smithi066 ceph-mon[112137]: pgmap v2650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:28 smithi066 ceph-mon[112137]: from='client.84225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:28 smithi203 ceph-mon[117428]: pgmap v2650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:28 smithi203 ceph-mon[117428]: from='client.84225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:28 smithi137 ceph-mon[117020]: pgmap v2650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:28 smithi137 ceph-mon[117020]: from='client.84225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:30 smithi066 ceph-mon[112137]: pgmap v2651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:30 smithi203 ceph-mon[117428]: pgmap v2651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:30 smithi137 ceph-mon[117020]: pgmap v2651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:32 smithi066 ceph-mon[112137]: pgmap v2652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:32 smithi203 ceph-mon[117428]: pgmap v2652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:32 smithi137 ceph-mon[117020]: pgmap v2652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:33.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:33.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:33.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:34.193 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:34.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:34.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:34.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:34.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:34 smithi137 ceph-mon[117020]: pgmap v2653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:34 smithi137 ceph-mon[117020]: from='client.84303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:34 smithi066 ceph-mon[112137]: pgmap v2653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:34 smithi066 ceph-mon[112137]: from='client.84303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:34 smithi203 ceph-mon[117428]: pgmap v2653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:34 smithi203 ceph-mon[117428]: from='client.84303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:36 smithi137 ceph-mon[117020]: pgmap v2654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:36 smithi066 ceph-mon[112137]: pgmap v2654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:36 smithi203 ceph-mon[117428]: pgmap v2654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:39.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:39.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:39.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:38 smithi066 ceph-mon[112137]: pgmap v2655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:38 smithi203 ceph-mon[117428]: pgmap v2655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:38 smithi137 ceph-mon[117020]: pgmap v2655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:40.015 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:40.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:40.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:40.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:40.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:41:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:41:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:41:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:40 smithi066 ceph-mon[112137]: from='client.84381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:40 smithi066 ceph-mon[112137]: pgmap v2656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:41:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:41:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:41:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:41:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:40 smithi203 ceph-mon[117428]: from='client.84381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:40 smithi203 ceph-mon[117428]: pgmap v2656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:41:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:41:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:41:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:41:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:40 smithi137 ceph-mon[117020]: from='client.84381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:40 smithi137 ceph-mon[117020]: pgmap v2656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:41:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:41:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:41:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:41:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:42 smithi066 ceph-mon[112137]: pgmap v2657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:41:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:42 smithi203 ceph-mon[117428]: pgmap v2657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:41:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:42 smithi137 ceph-mon[117020]: pgmap v2657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:41:45.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:45.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:45.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:44 smithi137 ceph-mon[117020]: pgmap v2658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:41:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:44 smithi066 ceph-mon[112137]: pgmap v2658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:41:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:44 smithi203 ceph-mon[117428]: pgmap v2658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:41:45.748 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:45.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:45.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:45.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:45.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:45 smithi066 ceph-mon[112137]: from='client.84459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:45 smithi203 ceph-mon[117428]: from='client.84459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:45 smithi137 ceph-mon[117020]: from='client.84459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:46 smithi066 ceph-mon[112137]: pgmap v2659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:46 smithi203 ceph-mon[117428]: pgmap v2659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:46 smithi137 ceph-mon[117020]: pgmap v2659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:48 smithi066 ceph-mon[112137]: pgmap v2660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:48 smithi203 ceph-mon[117428]: pgmap v2660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:48 smithi137 ceph-mon[117020]: pgmap v2660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:50.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:50.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:50.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:50 smithi066 ceph-mon[112137]: pgmap v2661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:50 smithi203 ceph-mon[117428]: pgmap v2661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:50 smithi137 ceph-mon[117020]: pgmap v2661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:51.486 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:51.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:51.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:51.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:51.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:51 smithi066 ceph-mon[112137]: from='client.84531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:51 smithi203 ceph-mon[117428]: from='client.84531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:51 smithi137 ceph-mon[117020]: from='client.84531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:52 smithi066 ceph-mon[112137]: pgmap v2662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:41:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:52 smithi203 ceph-mon[117428]: pgmap v2662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:41:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:52 smithi137 ceph-mon[117020]: pgmap v2662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:41:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:54 smithi066 ceph-mon[112137]: pgmap v2663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:41:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:54 smithi203 ceph-mon[117428]: pgmap v2663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:41:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:54 smithi137 ceph-mon[117020]: pgmap v2663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:41:56.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:41:56.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:56.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:57.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:41:57.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:57.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:57.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:57.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:41:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:56 smithi066 ceph-mon[112137]: pgmap v2664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:41:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:56 smithi203 ceph-mon[117428]: pgmap v2664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:41:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:56 smithi137 ceph-mon[117020]: pgmap v2664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:41:58.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:57 smithi066 ceph-mon[112137]: from='client.84609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:57 smithi203 ceph-mon[117428]: from='client.84609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:57 smithi137 ceph-mon[117020]: from='client.84609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:41:58 smithi066 ceph-mon[112137]: pgmap v2665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:41:58 smithi203 ceph-mon[117428]: pgmap v2665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:41:58 smithi137 ceph-mon[117020]: pgmap v2665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:00 smithi066 ceph-mon[112137]: pgmap v2666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:00 smithi203 ceph-mon[117428]: pgmap v2666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:00 smithi137 ceph-mon[117020]: pgmap v2666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:02.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:02.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:02.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:02 smithi066 ceph-mon[112137]: pgmap v2667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:02 smithi203 ceph-mon[117428]: pgmap v2667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:02 smithi137 ceph-mon[117020]: pgmap v2667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:02.931 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:02.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:02.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:02.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:02.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:03 smithi066 ceph-mon[112137]: from='client.84681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:03 smithi203 ceph-mon[117428]: from='client.84681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:03 smithi137 ceph-mon[117020]: from='client.84681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:04 smithi203 ceph-mon[117428]: pgmap v2668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:04 smithi137 ceph-mon[117020]: pgmap v2668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:04 smithi066 ceph-mon[112137]: pgmap v2668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:06 smithi066 ceph-mon[112137]: pgmap v2669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:06 smithi203 ceph-mon[117428]: pgmap v2669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:06 smithi137 ceph-mon[117020]: pgmap v2669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:07.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:07.933 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:07.933 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:08.663 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:08.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:08.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:08.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:08.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:08 smithi066 ceph-mon[112137]: pgmap v2670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:08 smithi066 ceph-mon[112137]: from='client.84759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:08 smithi203 ceph-mon[117428]: pgmap v2670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:08 smithi203 ceph-mon[117428]: from='client.84759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:08 smithi137 ceph-mon[117020]: pgmap v2670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:08 smithi137 ceph-mon[117020]: from='client.84759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:10 smithi066 ceph-mon[112137]: pgmap v2671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:10 smithi203 ceph-mon[117428]: pgmap v2671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:10 smithi137 ceph-mon[117020]: pgmap v2671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:12 smithi203 ceph-mon[117428]: pgmap v2672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:12 smithi137 ceph-mon[117020]: pgmap v2672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:12 smithi066 ceph-mon[112137]: pgmap v2672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:13.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:13.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:13.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:14.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:14.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:14.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:14.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:14.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:14 smithi066 ceph-mon[112137]: pgmap v2673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:14 smithi066 ceph-mon[112137]: from='client.84831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:14 smithi203 ceph-mon[117428]: pgmap v2673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:14 smithi203 ceph-mon[117428]: from='client.84831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:14 smithi137 ceph-mon[117020]: pgmap v2673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:14 smithi137 ceph-mon[117020]: from='client.84831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:16 smithi066 ceph-mon[112137]: pgmap v2674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:16 smithi203 ceph-mon[117428]: pgmap v2674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:16 smithi137 ceph-mon[117020]: pgmap v2674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:18 smithi066 ceph-mon[112137]: pgmap v2675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:18 smithi203 ceph-mon[117428]: pgmap v2675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:18 smithi137 ceph-mon[117020]: pgmap v2675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:19.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:19.385 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:19.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:20.109 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:20.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:20.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:20.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:20.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:20 smithi066 ceph-mon[112137]: from='client.84906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:20 smithi066 ceph-mon[112137]: pgmap v2676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:20 smithi203 ceph-mon[117428]: from='client.84906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:20 smithi203 ceph-mon[117428]: pgmap v2676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:20 smithi137 ceph-mon[117020]: from='client.84906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:20 smithi137 ceph-mon[117020]: pgmap v2676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:22 smithi203 ceph-mon[117428]: pgmap v2677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:22 smithi137 ceph-mon[117020]: pgmap v2677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:22 smithi066 ceph-mon[112137]: pgmap v2677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:25.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:25.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:25.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:24 smithi066 ceph-mon[112137]: pgmap v2678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:24 smithi203 ceph-mon[117428]: pgmap v2678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:24 smithi137 ceph-mon[117020]: pgmap v2678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:25.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:25.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:25.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:25.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:25.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:26 smithi066 ceph-mon[112137]: from='client.84981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:26 smithi066 ceph-mon[112137]: pgmap v2679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:26 smithi203 ceph-mon[117428]: from='client.84981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:26 smithi203 ceph-mon[117428]: pgmap v2679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:26 smithi137 ceph-mon[117020]: from='client.84981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:26 smithi137 ceph-mon[117020]: pgmap v2679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:28 smithi066 ceph-mon[112137]: pgmap v2680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:28 smithi203 ceph-mon[117428]: pgmap v2680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:28 smithi137 ceph-mon[117020]: pgmap v2680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:30.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:30.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:30.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:30 smithi066 ceph-mon[112137]: pgmap v2681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:30 smithi203 ceph-mon[117428]: pgmap v2681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:30 smithi137 ceph-mon[117020]: pgmap v2681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:31.565 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:31.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:31.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:31.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:31.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:31 smithi066 ceph-mon[112137]: from='client.85056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:31 smithi203 ceph-mon[117428]: from='client.85056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:31 smithi137 ceph-mon[117020]: from='client.85056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:32 smithi066 ceph-mon[112137]: pgmap v2682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:33.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:32 smithi203 ceph-mon[117428]: pgmap v2682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:33.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:32 smithi137 ceph-mon[117020]: pgmap v2682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:34 smithi066 ceph-mon[112137]: pgmap v2683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:34 smithi203 ceph-mon[117428]: pgmap v2683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:34 smithi137 ceph-mon[117020]: pgmap v2683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:36.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:36.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:36.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:36 smithi066 ceph-mon[112137]: pgmap v2684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:37.295 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:37.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:37.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:37.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:37.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:36 smithi203 ceph-mon[117428]: pgmap v2684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:36 smithi137 ceph-mon[117020]: pgmap v2684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:37 smithi066 ceph-mon[112137]: from='client.85134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:37 smithi203 ceph-mon[117428]: from='client.85134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:37 smithi137 ceph-mon[117020]: from='client.85134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:38 smithi066 ceph-mon[112137]: pgmap v2685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:38 smithi203 ceph-mon[117428]: pgmap v2685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:38 smithi137 ceph-mon[117020]: pgmap v2685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:40 smithi066 ceph-mon[112137]: pgmap v2686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:42:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:40 smithi203 ceph-mon[117428]: pgmap v2686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:42:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:40 smithi137 ceph-mon[117020]: pgmap v2686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:42:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:42:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:42:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:42.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:42.297 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:42.297 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:42:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:42:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:42:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:42:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:42:43.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:43.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:43.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:43.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:43.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:43.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:42 smithi066 ceph-mon[112137]: pgmap v2687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:43.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:42 smithi203 ceph-mon[117428]: pgmap v2687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:42 smithi137 ceph-mon[117020]: pgmap v2687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:43 smithi066 ceph-mon[112137]: from='client.85212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:43 smithi203 ceph-mon[117428]: from='client.85212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:43 smithi137 ceph-mon[117020]: from='client.85212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:44 smithi066 ceph-mon[112137]: pgmap v2688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:44 smithi203 ceph-mon[117428]: pgmap v2688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:44 smithi137 ceph-mon[117020]: pgmap v2688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:46 smithi066 ceph-mon[112137]: pgmap v2689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:46 smithi203 ceph-mon[117428]: pgmap v2689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:46 smithi137 ceph-mon[117020]: pgmap v2689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:48.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:48.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:48.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:48.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:48.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:48.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:48.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:48.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:48 smithi066 ceph-mon[112137]: pgmap v2690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:48 smithi066 ceph-mon[112137]: from='client.85290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:48 smithi203 ceph-mon[117428]: pgmap v2690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:48 smithi203 ceph-mon[117428]: from='client.85290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:48 smithi137 ceph-mon[117020]: pgmap v2690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:48 smithi137 ceph-mon[117020]: from='client.85290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:50 smithi066 ceph-mon[112137]: pgmap v2691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:50 smithi203 ceph-mon[117428]: pgmap v2691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:50 smithi137 ceph-mon[117020]: pgmap v2691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:52 smithi203 ceph-mon[117428]: pgmap v2692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:52 smithi137 ceph-mon[117020]: pgmap v2692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:52 smithi066 ceph-mon[112137]: pgmap v2692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:53.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:53.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:53.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:54.477 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:42:54.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:54.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:54.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:54.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:42:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:54 smithi066 ceph-mon[112137]: pgmap v2693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:54 smithi066 ceph-mon[112137]: from='client.85362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:54 smithi203 ceph-mon[117428]: pgmap v2693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:54 smithi203 ceph-mon[117428]: from='client.85362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:54 smithi137 ceph-mon[117020]: pgmap v2693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:54 smithi137 ceph-mon[117020]: from='client.85362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:56 smithi066 ceph-mon[112137]: pgmap v2694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:56 smithi203 ceph-mon[117428]: pgmap v2694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:56 smithi137 ceph-mon[117020]: pgmap v2694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:42:58 smithi066 ceph-mon[112137]: pgmap v2695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:42:58 smithi203 ceph-mon[117428]: pgmap v2695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:42:58 smithi137 ceph-mon[117020]: pgmap v2695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:59.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:42:59.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:59.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:00.196 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:00.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:00.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:00.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:00.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:00 smithi066 ceph-mon[112137]: pgmap v2696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:00 smithi066 ceph-mon[112137]: from='client.85437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:00 smithi203 ceph-mon[117428]: pgmap v2696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:00 smithi203 ceph-mon[117428]: from='client.85437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:00 smithi137 ceph-mon[117020]: pgmap v2696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:00 smithi137 ceph-mon[117020]: from='client.85437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:02.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:02 smithi203 ceph-mon[117428]: pgmap v2697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:02 smithi137 ceph-mon[117020]: pgmap v2697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:02 smithi066 ceph-mon[112137]: pgmap v2697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:05.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:05.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:05.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:04 smithi066 ceph-mon[112137]: pgmap v2698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:04 smithi203 ceph-mon[117428]: pgmap v2698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:04 smithi137 ceph-mon[117020]: pgmap v2698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:05.935 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:05.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:05.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:05.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:05.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:06 smithi066 ceph-mon[112137]: from='client.85512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:06 smithi066 ceph-mon[112137]: pgmap v2699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:06 smithi203 ceph-mon[117428]: from='client.85512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:06 smithi203 ceph-mon[117428]: pgmap v2699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:06 smithi137 ceph-mon[117020]: from='client.85512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:06 smithi137 ceph-mon[117020]: pgmap v2699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:08 smithi066 ceph-mon[112137]: pgmap v2700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:08 smithi203 ceph-mon[117428]: pgmap v2700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:08 smithi137 ceph-mon[117020]: pgmap v2700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:10.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:10.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:10.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:10 smithi066 ceph-mon[112137]: pgmap v2701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:10 smithi203 ceph-mon[117428]: pgmap v2701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:10 smithi137 ceph-mon[117020]: pgmap v2701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:11.663 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:11.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:11.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:11.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:11.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:11 smithi066 ceph-mon[112137]: from='client.85581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:11 smithi203 ceph-mon[117428]: from='client.85581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:11 smithi137 ceph-mon[117020]: from='client.85581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:12 smithi066 ceph-mon[112137]: pgmap v2702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:12 smithi203 ceph-mon[117428]: pgmap v2702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:12 smithi137 ceph-mon[117020]: pgmap v2702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:14 smithi066 ceph-mon[112137]: pgmap v2703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:14 smithi203 ceph-mon[117428]: pgmap v2703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:14 smithi137 ceph-mon[117020]: pgmap v2703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:16.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:16.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:16.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:16 smithi066 ceph-mon[112137]: pgmap v2704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:16 smithi203 ceph-mon[117428]: pgmap v2704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:16 smithi137 ceph-mon[117020]: pgmap v2704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:17.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:17.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:17.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:17.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:17.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:17 smithi066 ceph-mon[112137]: from='client.85656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:17 smithi203 ceph-mon[117428]: from='client.85656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:17 smithi137 ceph-mon[117020]: from='client.85656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:18 smithi066 ceph-mon[112137]: pgmap v2705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:18 smithi203 ceph-mon[117428]: pgmap v2705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:18 smithi137 ceph-mon[117020]: pgmap v2705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:20 smithi066 ceph-mon[112137]: pgmap v2706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:20 smithi203 ceph-mon[117428]: pgmap v2706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:20 smithi137 ceph-mon[117020]: pgmap v2706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:22.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:22.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:22.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:22 smithi203 ceph-mon[117428]: pgmap v2707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:22 smithi137 ceph-mon[117020]: pgmap v2707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:22 smithi066 ceph-mon[112137]: pgmap v2707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:23.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:23.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:23.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:23.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:23.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:23 smithi203 ceph-mon[117428]: from='client.85734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:23 smithi137 ceph-mon[117020]: from='client.85734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:23.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:23 smithi066 ceph-mon[112137]: from='client.85734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:24 smithi203 ceph-mon[117428]: pgmap v2708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:24 smithi137 ceph-mon[117020]: pgmap v2708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:24 smithi066 ceph-mon[112137]: pgmap v2708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:26 smithi066 ceph-mon[112137]: pgmap v2709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:26 smithi203 ceph-mon[117428]: pgmap v2709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:26 smithi137 ceph-mon[117020]: pgmap v2709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:28.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:28.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:28.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:28.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:28.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:28.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:28.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:28.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:28 smithi066 ceph-mon[112137]: pgmap v2710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:28 smithi203 ceph-mon[117428]: pgmap v2710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:28 smithi137 ceph-mon[117020]: pgmap v2710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:29 smithi066 ceph-mon[112137]: from='client.85809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:29 smithi203 ceph-mon[117428]: from='client.85809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:29 smithi137 ceph-mon[117020]: from='client.85809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:30 smithi066 ceph-mon[112137]: pgmap v2711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:30 smithi203 ceph-mon[117428]: pgmap v2711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:30 smithi137 ceph-mon[117020]: pgmap v2711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:32 smithi203 ceph-mon[117428]: pgmap v2712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:32 smithi137 ceph-mon[117020]: pgmap v2712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:32 smithi066 ceph-mon[112137]: pgmap v2712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:33.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:33.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:33.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:34.577 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:34.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:34.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:34.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:34.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:34 smithi066 ceph-mon[112137]: pgmap v2713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:34 smithi066 ceph-mon[112137]: from='client.85881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:34 smithi203 ceph-mon[117428]: pgmap v2713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:34 smithi203 ceph-mon[117428]: from='client.85881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:34 smithi137 ceph-mon[117020]: pgmap v2713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:34 smithi137 ceph-mon[117020]: from='client.85881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:36 smithi066 ceph-mon[112137]: pgmap v2714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:36 smithi203 ceph-mon[117428]: pgmap v2714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:36 smithi137 ceph-mon[117020]: pgmap v2714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:38 smithi066 ceph-mon[112137]: pgmap v2715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:38 smithi203 ceph-mon[117428]: pgmap v2715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:38 smithi137 ceph-mon[117020]: pgmap v2715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:39.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:39.579 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:39.579 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:40.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:40.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:40.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:40.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:40.295 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:40 smithi066 ceph-mon[112137]: pgmap v2716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:40 smithi066 ceph-mon[112137]: from='client.85959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:40 smithi203 ceph-mon[117428]: pgmap v2716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:40 smithi203 ceph-mon[117428]: from='client.85959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:40 smithi137 ceph-mon[117020]: pgmap v2716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:40 smithi137 ceph-mon[117020]: from='client.85959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:42.162 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:43:42.166 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:43:42.188 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:43:43.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:42 smithi203 ceph-mon[117428]: pgmap v2717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:42 smithi137 ceph-mon[117020]: pgmap v2717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:43.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:42 smithi066 ceph-mon[112137]: pgmap v2717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:45.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:45.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:45.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: pgmap v2718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:43:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:43:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: pgmap v2718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:43:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:43:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: pgmap v2718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:43:46.014 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:46.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:46.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:46.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:46.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:47 smithi203 ceph-mon[117428]: from='client.86034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:47 smithi203 ceph-mon[117428]: pgmap v2719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:47 smithi137 ceph-mon[117020]: from='client.86034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:47 smithi137 ceph-mon[117020]: pgmap v2719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:47 smithi066 ceph-mon[112137]: from='client.86034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:47 smithi066 ceph-mon[112137]: pgmap v2719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:49 smithi203 ceph-mon[117428]: pgmap v2720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:49 smithi137 ceph-mon[117020]: pgmap v2720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:49 smithi066 ceph-mon[112137]: pgmap v2720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:51.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:51.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:51.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:51 smithi203 ceph-mon[117428]: pgmap v2721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:51 smithi137 ceph-mon[117020]: pgmap v2721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:51.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:51 smithi066 ceph-mon[112137]: pgmap v2721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:51.746 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:51.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:51.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:51.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:51.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:52 smithi203 ceph-mon[117428]: from='client.86112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:52 smithi137 ceph-mon[117020]: from='client.86112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:52 smithi066 ceph-mon[112137]: from='client.86112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:53 smithi203 ceph-mon[117428]: pgmap v2722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:53 smithi137 ceph-mon[117020]: pgmap v2722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:53 smithi066 ceph-mon[112137]: pgmap v2722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:55 smithi203 ceph-mon[117428]: pgmap v2723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:55 smithi137 ceph-mon[117020]: pgmap v2723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:55 smithi066 ceph-mon[112137]: pgmap v2723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:56.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:43:56.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:56.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:57 smithi203 ceph-mon[117428]: pgmap v2724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:57 smithi137 ceph-mon[117020]: pgmap v2724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:57.472 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:43:57.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:57.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:57.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:57.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:43:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:57 smithi066 ceph-mon[112137]: pgmap v2724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:58 smithi203 ceph-mon[117428]: from='client.86190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:58 smithi137 ceph-mon[117020]: from='client.86190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:58 smithi066 ceph-mon[112137]: from='client.86190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:43:59 smithi137 ceph-mon[117020]: pgmap v2725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:43:59 smithi066 ceph-mon[112137]: pgmap v2725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:43:59 smithi203 ceph-mon[117428]: pgmap v2725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:01 smithi137 ceph-mon[117020]: pgmap v2726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:01 smithi066 ceph-mon[112137]: pgmap v2726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:01 smithi203 ceph-mon[117428]: pgmap v2726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:02.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:02.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:02.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:02 smithi203 ceph-mon[117428]: pgmap v2727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:02 smithi137 ceph-mon[117020]: pgmap v2727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:02 smithi066 ceph-mon[112137]: pgmap v2727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:03.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:03.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:03.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:03.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:03.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:03 smithi203 ceph-mon[117428]: from='client.86262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:03 smithi137 ceph-mon[117020]: from='client.86262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:03.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:03 smithi066 ceph-mon[112137]: from='client.86262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:04 smithi203 ceph-mon[117428]: pgmap v2728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:04 smithi137 ceph-mon[117020]: pgmap v2728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:04 smithi066 ceph-mon[112137]: pgmap v2728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:06 smithi066 ceph-mon[112137]: pgmap v2729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:06 smithi203 ceph-mon[117428]: pgmap v2729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:06 smithi137 ceph-mon[117020]: pgmap v2729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:08.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:08.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:08.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:08.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:08.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:08.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:08.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:08.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:08 smithi066 ceph-mon[112137]: pgmap v2730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:08 smithi203 ceph-mon[117428]: pgmap v2730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:08 smithi137 ceph-mon[117020]: pgmap v2730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:09 smithi066 ceph-mon[112137]: from='client.86337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:09 smithi203 ceph-mon[117428]: from='client.86337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:09 smithi137 ceph-mon[117020]: from='client.86337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:10 smithi066 ceph-mon[112137]: pgmap v2731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:10 smithi203 ceph-mon[117428]: pgmap v2731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:10 smithi137 ceph-mon[117020]: pgmap v2731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:12 smithi203 ceph-mon[117428]: pgmap v2732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:12 smithi137 ceph-mon[117020]: pgmap v2732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:12 smithi066 ceph-mon[112137]: pgmap v2732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:13.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:13.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:13.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:14.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:14 smithi066 ceph-mon[112137]: pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:14 smithi066 ceph-mon[112137]: from='client.86406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:14 smithi203 ceph-mon[117428]: pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:14 smithi203 ceph-mon[117428]: from='client.86406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:14 smithi137 ceph-mon[117020]: pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:14 smithi137 ceph-mon[117020]: from='client.86406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:16 smithi066 ceph-mon[112137]: pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:44:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:16 smithi203 ceph-mon[117428]: pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:44:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:16 smithi137 ceph-mon[117020]: pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:44:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:18 smithi066 ceph-mon[112137]: pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:44:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:18 smithi203 ceph-mon[117428]: pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:44:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:18 smithi137 ceph-mon[117020]: pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:44:19.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:19.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:19.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:20.385 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:20.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:20.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:20.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:20.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:20 smithi066 ceph-mon[112137]: pgmap v2736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:20 smithi066 ceph-mon[112137]: from='client.86484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:20 smithi203 ceph-mon[117428]: pgmap v2736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:20 smithi203 ceph-mon[117428]: from='client.86484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:20 smithi137 ceph-mon[117020]: pgmap v2736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:20 smithi137 ceph-mon[117020]: from='client.86484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:22 smithi203 ceph-mon[117428]: pgmap v2737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:22 smithi137 ceph-mon[117020]: pgmap v2737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:22 smithi066 ceph-mon[112137]: pgmap v2737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:24 smithi066 ceph-mon[112137]: pgmap v2738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:24 smithi203 ceph-mon[117428]: pgmap v2738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:24 smithi137 ceph-mon[117020]: pgmap v2738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:25.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:25.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:25.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:26.117 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:26.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:26.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:26.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:26.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:26 smithi066 ceph-mon[112137]: from='client.86556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:26 smithi066 ceph-mon[112137]: pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:26 smithi203 ceph-mon[117428]: from='client.86556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:26 smithi203 ceph-mon[117428]: pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:26 smithi137 ceph-mon[117020]: from='client.86556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:26 smithi137 ceph-mon[117020]: pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:28 smithi066 ceph-mon[112137]: pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:44:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:28 smithi203 ceph-mon[117428]: pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:44:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:28 smithi137 ceph-mon[117020]: pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:44:31.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:31.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:31.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:30 smithi066 ceph-mon[112137]: pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:44:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:30 smithi203 ceph-mon[117428]: pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:44:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:30 smithi137 ceph-mon[117020]: pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:44:31.870 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:31.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:31.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:31.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:31.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:32 smithi203 ceph-mon[117428]: from='client.86634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:32 smithi203 ceph-mon[117428]: pgmap v2742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:32 smithi137 ceph-mon[117020]: from='client.86634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:32 smithi137 ceph-mon[117020]: pgmap v2742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:32 smithi066 ceph-mon[112137]: from='client.86634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:32 smithi066 ceph-mon[112137]: pgmap v2742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:34 smithi066 ceph-mon[112137]: pgmap v2743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:34 smithi203 ceph-mon[117428]: pgmap v2743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:34 smithi137 ceph-mon[117020]: pgmap v2743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:36.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:36.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:36.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:36 smithi066 ceph-mon[112137]: pgmap v2744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:36 smithi203 ceph-mon[117428]: pgmap v2744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:36 smithi137 ceph-mon[117020]: pgmap v2744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:37.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:37.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:37.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:37.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:37.594 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:38.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:37 smithi066 ceph-mon[112137]: from='client.86712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:37 smithi203 ceph-mon[117428]: from='client.86712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:37 smithi137 ceph-mon[117020]: from='client.86712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:38 smithi066 ceph-mon[112137]: pgmap v2745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:38 smithi203 ceph-mon[117428]: pgmap v2745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:38 smithi137 ceph-mon[117020]: pgmap v2745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:40 smithi066 ceph-mon[112137]: pgmap v2746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:40 smithi203 ceph-mon[117428]: pgmap v2746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:40 smithi137 ceph-mon[117020]: pgmap v2746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:42.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:42.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:42.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:42 smithi203 ceph-mon[117428]: pgmap v2747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:42 smithi137 ceph-mon[117020]: pgmap v2747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:42 smithi066 ceph-mon[112137]: pgmap v2747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:43.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:43.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:43.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:43.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:43.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:43 smithi203 ceph-mon[117428]: from='client.86787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:43.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:43 smithi137 ceph-mon[117020]: from='client.86787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:43 smithi066 ceph-mon[112137]: from='client.86787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:44 smithi203 ceph-mon[117428]: pgmap v2748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:44:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:44 smithi137 ceph-mon[117020]: pgmap v2748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:44:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:44 smithi066 ceph-mon[112137]: pgmap v2748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:44:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:44:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:44:46.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:44:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:44:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:44:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:44:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:47 smithi066 ceph-mon[112137]: pgmap v2749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:47 smithi203 ceph-mon[117428]: pgmap v2749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:47.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:47 smithi137 ceph-mon[117020]: pgmap v2749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:48.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:48.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:48.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:49.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:49.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:49.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:49.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:49.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:49 smithi066 ceph-mon[112137]: pgmap v2750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:49 smithi203 ceph-mon[117428]: pgmap v2750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:49.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:49 smithi137 ceph-mon[117020]: pgmap v2750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:50.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:50 smithi066 ceph-mon[112137]: from='client.86862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:50 smithi203 ceph-mon[117428]: from='client.86862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:50 smithi137 ceph-mon[117020]: from='client.86862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:51 smithi066 ceph-mon[112137]: pgmap v2751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:51 smithi203 ceph-mon[117428]: pgmap v2751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:51.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:51 smithi137 ceph-mon[117020]: pgmap v2751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:52 smithi203 ceph-mon[117428]: pgmap v2752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:52 smithi137 ceph-mon[117020]: pgmap v2752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:52 smithi066 ceph-mon[112137]: pgmap v2752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:54.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:54.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:54.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:54.776 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:44:54.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:54.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:54.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:54.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:44:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:54 smithi066 ceph-mon[112137]: pgmap v2753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:54 smithi066 ceph-mon[112137]: from='client.86940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:54 smithi203 ceph-mon[117428]: pgmap v2753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:54 smithi203 ceph-mon[117428]: from='client.86940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:54 smithi137 ceph-mon[117020]: pgmap v2753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:54 smithi137 ceph-mon[117020]: from='client.86940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:56 smithi066 ceph-mon[112137]: pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:44:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:56 smithi203 ceph-mon[117428]: pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:44:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:56 smithi137 ceph-mon[117020]: pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:44:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:44:58 smithi066 ceph-mon[112137]: pgmap v2755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:44:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:44:58 smithi203 ceph-mon[117428]: pgmap v2755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:44:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:44:58 smithi137 ceph-mon[117020]: pgmap v2755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:44:59.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:44:59.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:59.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:00.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:00.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:00.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:00.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:00.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:00 smithi066 ceph-mon[112137]: pgmap v2756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:00 smithi066 ceph-mon[112137]: from='client.87018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:00 smithi203 ceph-mon[117428]: pgmap v2756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:00 smithi203 ceph-mon[117428]: from='client.87018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:00 smithi137 ceph-mon[117020]: pgmap v2756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:00 smithi137 ceph-mon[117020]: from='client.87018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:02 smithi203 ceph-mon[117428]: pgmap v2757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:02 smithi137 ceph-mon[117020]: pgmap v2757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:02 smithi066 ceph-mon[112137]: pgmap v2757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:04 smithi066 ceph-mon[112137]: pgmap v2758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:04 smithi203 ceph-mon[117428]: pgmap v2758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:04 smithi137 ceph-mon[117020]: pgmap v2758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:05.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:05.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:05.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:06.240 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:06.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:06.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:06.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:06.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:06 smithi066 ceph-mon[112137]: pgmap v2759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:06 smithi066 ceph-mon[112137]: from='client.87096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:06 smithi203 ceph-mon[117428]: pgmap v2759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:06 smithi203 ceph-mon[117428]: from='client.87096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:06 smithi137 ceph-mon[117020]: pgmap v2759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:06 smithi137 ceph-mon[117020]: from='client.87096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:08 smithi066 ceph-mon[112137]: pgmap v2760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:45:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:08 smithi203 ceph-mon[117428]: pgmap v2760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:45:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:08 smithi137 ceph-mon[117020]: pgmap v2760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:45:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:10 smithi066 ceph-mon[112137]: pgmap v2761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:45:11.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:11.242 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:11.242 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:10 smithi203 ceph-mon[117428]: pgmap v2761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:45:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:10 smithi137 ceph-mon[117020]: pgmap v2761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:45:11.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:11.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:11.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:11.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:11.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:12 smithi203 ceph-mon[117428]: from='client.87174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:12 smithi203 ceph-mon[117428]: pgmap v2762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:12 smithi137 ceph-mon[117020]: from='client.87174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:12 smithi137 ceph-mon[117020]: pgmap v2762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:12 smithi066 ceph-mon[112137]: from='client.87174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:12 smithi066 ceph-mon[112137]: pgmap v2762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:14 smithi066 ceph-mon[112137]: pgmap v2763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:14 smithi203 ceph-mon[117428]: pgmap v2763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:14 smithi137 ceph-mon[117020]: pgmap v2763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:16.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:16.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:16.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:16 smithi066 ceph-mon[112137]: pgmap v2764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:16 smithi203 ceph-mon[117428]: pgmap v2764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:16 smithi137 ceph-mon[117020]: pgmap v2764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:17.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:17.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:17.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:17.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:17.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:18.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:17 smithi066 ceph-mon[112137]: from='client.87252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:17 smithi203 ceph-mon[117428]: from='client.87252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:17 smithi137 ceph-mon[117020]: from='client.87252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:18 smithi066 ceph-mon[112137]: pgmap v2765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:18 smithi203 ceph-mon[117428]: pgmap v2765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:18 smithi137 ceph-mon[117020]: pgmap v2765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:20 smithi066 ceph-mon[112137]: pgmap v2766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:20 smithi203 ceph-mon[117428]: pgmap v2766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:20 smithi137 ceph-mon[117020]: pgmap v2766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:22.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:22.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:22.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:22 smithi203 ceph-mon[117428]: pgmap v2767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:22 smithi137 ceph-mon[117020]: pgmap v2767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:22 smithi066 ceph-mon[112137]: pgmap v2767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:23.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:23.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:23.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:23.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:23.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:23 smithi203 ceph-mon[117428]: from='client.87327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:23 smithi137 ceph-mon[117020]: from='client.87327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:23.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:23 smithi066 ceph-mon[112137]: from='client.87327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:24 smithi203 ceph-mon[117428]: pgmap v2768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:24 smithi137 ceph-mon[117020]: pgmap v2768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:24 smithi066 ceph-mon[112137]: pgmap v2768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:26 smithi066 ceph-mon[112137]: pgmap v2769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:26 smithi203 ceph-mon[117428]: pgmap v2769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:26 smithi137 ceph-mon[117020]: pgmap v2769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:28.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:28.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:28.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:29.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:29.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:29.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:29.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:29.143 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:28 smithi066 ceph-mon[112137]: pgmap v2770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:28 smithi203 ceph-mon[117428]: pgmap v2770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:28 smithi137 ceph-mon[117020]: pgmap v2770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:29 smithi066 ceph-mon[112137]: from='client.87405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:29 smithi203 ceph-mon[117428]: from='client.87405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:29 smithi137 ceph-mon[117020]: from='client.87405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:30 smithi066 ceph-mon[112137]: pgmap v2771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:30 smithi203 ceph-mon[117428]: pgmap v2771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:30 smithi137 ceph-mon[117020]: pgmap v2771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:32 smithi203 ceph-mon[117428]: pgmap v2772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:32 smithi137 ceph-mon[117020]: pgmap v2772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:32 smithi066 ceph-mon[112137]: pgmap v2772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:34.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:34.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:34.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:34.868 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:34.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:34.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:34.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:34.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:34 smithi066 ceph-mon[112137]: pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:34 smithi203 ceph-mon[117428]: pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:34 smithi137 ceph-mon[117020]: pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:35 smithi066 ceph-mon[112137]: from='client.87477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:35 smithi203 ceph-mon[117428]: from='client.87477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:35 smithi137 ceph-mon[117020]: from='client.87477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:36 smithi066 ceph-mon[112137]: pgmap v2774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:36 smithi203 ceph-mon[117428]: pgmap v2774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:36 smithi137 ceph-mon[117020]: pgmap v2774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:38 smithi066 ceph-mon[112137]: pgmap v2775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:38 smithi203 ceph-mon[117428]: pgmap v2775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:38 smithi137 ceph-mon[117020]: pgmap v2775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:39.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:39.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:39.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:40.585 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:40.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:40.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:40.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:40.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:40 smithi066 ceph-mon[112137]: pgmap v2776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:40 smithi066 ceph-mon[112137]: from='client.87552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:40 smithi203 ceph-mon[117428]: pgmap v2776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:40 smithi203 ceph-mon[117428]: from='client.87552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:40 smithi137 ceph-mon[117020]: pgmap v2776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:40 smithi137 ceph-mon[117020]: from='client.87552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:42 smithi203 ceph-mon[117428]: pgmap v2777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:42 smithi137 ceph-mon[117020]: pgmap v2777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:42 smithi066 ceph-mon[112137]: pgmap v2777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:44 smithi066 ceph-mon[112137]: pgmap v2778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:44 smithi203 ceph-mon[117428]: pgmap v2778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:44 smithi137 ceph-mon[117020]: pgmap v2778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:45.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:45.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:45.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:46.318 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:46.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:46.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:46.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:46.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:46 smithi066 ceph-mon[112137]: pgmap v2779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:46 smithi066 ceph-mon[112137]: from='client.87630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:45:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:45:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:45:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:45:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:46 smithi203 ceph-mon[117428]: pgmap v2779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:46 smithi203 ceph-mon[117428]: from='client.87630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:45:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:45:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:45:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:45:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:46 smithi137 ceph-mon[117020]: pgmap v2779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:46 smithi137 ceph-mon[117020]: from='client.87630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:45:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:45:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:45:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:45:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:48 smithi066 ceph-mon[112137]: pgmap v2780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:48 smithi203 ceph-mon[117428]: pgmap v2780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:48 smithi137 ceph-mon[117020]: pgmap v2780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:50 smithi066 ceph-mon[112137]: pgmap v2781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:51.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:51.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:51.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:50 smithi203 ceph-mon[117428]: pgmap v2781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:50 smithi137 ceph-mon[117020]: pgmap v2781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:52.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:52.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:52.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:52.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:52.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:52 smithi203 ceph-mon[117428]: from='client.87708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:52 smithi203 ceph-mon[117428]: pgmap v2782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:52 smithi137 ceph-mon[117020]: from='client.87708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:52 smithi137 ceph-mon[117020]: pgmap v2782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:52 smithi066 ceph-mon[112137]: from='client.87708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:52 smithi066 ceph-mon[112137]: pgmap v2782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:54 smithi066 ceph-mon[112137]: pgmap v2783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:54 smithi203 ceph-mon[117428]: pgmap v2783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:54 smithi137 ceph-mon[117020]: pgmap v2783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:57.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:45:57.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:57.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:56 smithi066 ceph-mon[112137]: pgmap v2784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:56 smithi203 ceph-mon[117428]: pgmap v2784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:56 smithi137 ceph-mon[117020]: pgmap v2784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:57.772 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:45:57.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:57.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:57.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:57.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:45:58.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:57 smithi066 ceph-mon[112137]: from='client.87777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:57 smithi203 ceph-mon[117428]: from='client.87777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:57 smithi137 ceph-mon[117020]: from='client.87777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:45:58 smithi066 ceph-mon[112137]: pgmap v2785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:45:58 smithi203 ceph-mon[117428]: pgmap v2785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:45:58 smithi137 ceph-mon[117020]: pgmap v2785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:00 smithi066 ceph-mon[112137]: pgmap v2786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:00 smithi203 ceph-mon[117428]: pgmap v2786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:00 smithi137 ceph-mon[117020]: pgmap v2786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:02.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:02.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:02.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:02 smithi203 ceph-mon[117428]: pgmap v2787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:02 smithi137 ceph-mon[117020]: pgmap v2787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:02 smithi066 ceph-mon[112137]: pgmap v2787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:03.505 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:03.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:03.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:03.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:03.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:03 smithi203 ceph-mon[117428]: from='client.87852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:03 smithi137 ceph-mon[117020]: from='client.87852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:03.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:03 smithi066 ceph-mon[112137]: from='client.87852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:04 smithi203 ceph-mon[117428]: pgmap v2788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:04 smithi137 ceph-mon[117020]: pgmap v2788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:04 smithi066 ceph-mon[112137]: pgmap v2788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:06 smithi066 ceph-mon[112137]: pgmap v2789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:06 smithi203 ceph-mon[117428]: pgmap v2789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:06 smithi137 ceph-mon[117020]: pgmap v2789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:08.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:08.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:08.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:08 smithi066 ceph-mon[112137]: pgmap v2790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:09.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:09.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:09.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:09.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:09.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:08 smithi203 ceph-mon[117428]: pgmap v2790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:08 smithi137 ceph-mon[117020]: pgmap v2790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:09 smithi066 ceph-mon[112137]: from='client.87930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:09 smithi203 ceph-mon[117428]: from='client.87930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:09 smithi137 ceph-mon[117020]: from='client.87930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:10 smithi066 ceph-mon[112137]: pgmap v2791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:10 smithi203 ceph-mon[117428]: pgmap v2791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:10 smithi137 ceph-mon[117020]: pgmap v2791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:12 smithi203 ceph-mon[117428]: pgmap v2792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:12 smithi137 ceph-mon[117020]: pgmap v2792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:12 smithi066 ceph-mon[112137]: pgmap v2792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:14.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:14.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:14.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:14.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:14.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:14.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:14.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:14.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:14 smithi066 ceph-mon[112137]: pgmap v2793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:14 smithi203 ceph-mon[117428]: pgmap v2793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:14 smithi137 ceph-mon[117020]: pgmap v2793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:16.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:15 smithi066 ceph-mon[112137]: from='client.88008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:15 smithi203 ceph-mon[117428]: from='client.88008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:15 smithi137 ceph-mon[117020]: from='client.88008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:16 smithi066 ceph-mon[112137]: pgmap v2794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:16 smithi203 ceph-mon[117428]: pgmap v2794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:16 smithi137 ceph-mon[117020]: pgmap v2794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:18 smithi066 ceph-mon[112137]: pgmap v2795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:18 smithi203 ceph-mon[117428]: pgmap v2795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:18 smithi137 ceph-mon[117020]: pgmap v2795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:19.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:19.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:19.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:20.701 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:20.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:20.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:20.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:20.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:20 smithi066 ceph-mon[112137]: pgmap v2796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:20 smithi066 ceph-mon[112137]: from='client.88086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:20 smithi203 ceph-mon[117428]: pgmap v2796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:20 smithi203 ceph-mon[117428]: from='client.88086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:20 smithi137 ceph-mon[117020]: pgmap v2796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:20 smithi137 ceph-mon[117020]: from='client.88086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:22 smithi203 ceph-mon[117428]: pgmap v2797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:22 smithi137 ceph-mon[117020]: pgmap v2797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:22 smithi066 ceph-mon[112137]: pgmap v2797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:24 smithi066 ceph-mon[112137]: pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:24 smithi203 ceph-mon[117428]: pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:24 smithi137 ceph-mon[117020]: pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:25.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:25.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:25.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:26.426 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:26.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:26.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:26.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:26.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:26 smithi066 ceph-mon[112137]: pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:26 smithi066 ceph-mon[112137]: from='client.88161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:26 smithi203 ceph-mon[117428]: pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:26 smithi203 ceph-mon[117428]: from='client.88161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:26 smithi137 ceph-mon[117020]: pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:26 smithi137 ceph-mon[117020]: from='client.88161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:28 smithi066 ceph-mon[112137]: pgmap v2800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:28 smithi203 ceph-mon[117428]: pgmap v2800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:28 smithi137 ceph-mon[117020]: pgmap v2800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:30 smithi066 ceph-mon[112137]: pgmap v2801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:30 smithi203 ceph-mon[117428]: pgmap v2801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:30 smithi137 ceph-mon[117020]: pgmap v2801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:31.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:31.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:31.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:32.146 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:32.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:32.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:32.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:32.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:32 smithi203 ceph-mon[117428]: from='client.88236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:32 smithi203 ceph-mon[117428]: pgmap v2802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:32 smithi137 ceph-mon[117020]: from='client.88236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:32 smithi137 ceph-mon[117020]: pgmap v2802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:32 smithi066 ceph-mon[112137]: from='client.88236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:32 smithi066 ceph-mon[112137]: pgmap v2802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:35.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:34 smithi066 ceph-mon[112137]: pgmap v2803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:34 smithi203 ceph-mon[117428]: pgmap v2803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:34 smithi137 ceph-mon[117020]: pgmap v2803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:37.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:37.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:37.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:36 smithi066 ceph-mon[112137]: pgmap v2804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:36 smithi203 ceph-mon[117428]: pgmap v2804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:36 smithi137 ceph-mon[117020]: pgmap v2804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:37.878 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:37.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:37.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:37.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:37.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:38 smithi066 ceph-mon[112137]: from='client.88314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:38 smithi066 ceph-mon[112137]: pgmap v2805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:38 smithi203 ceph-mon[117428]: from='client.88314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:38 smithi203 ceph-mon[117428]: pgmap v2805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:38 smithi137 ceph-mon[117020]: from='client.88314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:38 smithi137 ceph-mon[117020]: pgmap v2805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:40 smithi066 ceph-mon[112137]: pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:40 smithi203 ceph-mon[117428]: pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:40 smithi137 ceph-mon[117020]: pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:42 smithi203 ceph-mon[117428]: pgmap v2807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:42 smithi137 ceph-mon[117020]: pgmap v2807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:42.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:42.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:42.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:42 smithi066 ceph-mon[112137]: pgmap v2807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:43.596 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:43.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:43.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:43.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:43.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:43.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:43 smithi203 ceph-mon[117428]: from='client.88386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:43.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:43 smithi137 ceph-mon[117020]: from='client.88386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:43 smithi066 ceph-mon[112137]: from='client.88386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:44 smithi203 ceph-mon[117428]: pgmap v2808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:44 smithi137 ceph-mon[117020]: pgmap v2808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:44 smithi066 ceph-mon[112137]: pgmap v2808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:46 smithi066 ceph-mon[112137]: pgmap v2809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:46 smithi203 ceph-mon[117428]: pgmap v2809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:46 smithi137 ceph-mon[117020]: pgmap v2809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:46:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:46:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:46:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:46:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:46:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:46:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:46:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:46:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:46:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:46:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:46:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:46:48.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:48.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:48.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:48 smithi066 ceph-mon[112137]: pgmap v2810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:49.317 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:49.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:49.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:49.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:49.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:48 smithi203 ceph-mon[117428]: pgmap v2810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:48 smithi137 ceph-mon[117020]: pgmap v2810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:49 smithi066 ceph-mon[112137]: from='client.88464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:49 smithi203 ceph-mon[117428]: from='client.88464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:49 smithi137 ceph-mon[117020]: from='client.88464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:50 smithi066 ceph-mon[112137]: pgmap v2811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:50 smithi203 ceph-mon[117428]: pgmap v2811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:50 smithi137 ceph-mon[117020]: pgmap v2811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:52 smithi203 ceph-mon[117428]: pgmap v2812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:52 smithi137 ceph-mon[117020]: pgmap v2812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:52 smithi066 ceph-mon[112137]: pgmap v2812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:54.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:46:54.320 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:54.320 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:55.054 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:46:55.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:55.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:55.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:55.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:46:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:54 smithi066 ceph-mon[112137]: pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:54 smithi203 ceph-mon[117428]: pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:54 smithi137 ceph-mon[117020]: pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:55 smithi066 ceph-mon[112137]: from='client.88539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:55 smithi203 ceph-mon[117428]: from='client.88539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:55 smithi137 ceph-mon[117020]: from='client.88539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:56 smithi066 ceph-mon[112137]: pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:56 smithi203 ceph-mon[117428]: pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:56 smithi137 ceph-mon[117020]: pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:46:58 smithi066 ceph-mon[112137]: pgmap v2815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:46:58 smithi203 ceph-mon[117428]: pgmap v2815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:46:58 smithi137 ceph-mon[117020]: pgmap v2815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:00.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:00.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:00.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:00.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:00.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:00.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:00.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:00.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:00 smithi066 ceph-mon[112137]: pgmap v2816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:00 smithi066 ceph-mon[112137]: from='client.88617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:00 smithi203 ceph-mon[117428]: pgmap v2816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:00 smithi203 ceph-mon[117428]: from='client.88617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:00 smithi137 ceph-mon[117020]: pgmap v2816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:00 smithi137 ceph-mon[117020]: from='client.88617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:02 smithi203 ceph-mon[117428]: pgmap v2817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:02 smithi137 ceph-mon[117020]: pgmap v2817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:02 smithi066 ceph-mon[112137]: pgmap v2817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:04 smithi066 ceph-mon[112137]: pgmap v2818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:04 smithi203 ceph-mon[117428]: pgmap v2818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:04 smithi137 ceph-mon[117020]: pgmap v2818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:05.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:05.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:05.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:06.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:06.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:06.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:06.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:06.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:06 smithi066 ceph-mon[112137]: pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:06 smithi066 ceph-mon[112137]: from='client.88695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:06 smithi203 ceph-mon[117428]: pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:06 smithi203 ceph-mon[117428]: from='client.88695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:06 smithi137 ceph-mon[117020]: pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:06 smithi137 ceph-mon[117020]: from='client.88695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:08 smithi066 ceph-mon[112137]: pgmap v2820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:08 smithi203 ceph-mon[117428]: pgmap v2820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:08 smithi137 ceph-mon[117020]: pgmap v2820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:10 smithi066 ceph-mon[112137]: pgmap v2821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:10 smithi203 ceph-mon[117428]: pgmap v2821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:10 smithi137 ceph-mon[117020]: pgmap v2821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:11.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:11.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:11.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:12.245 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:12.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:12.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:12.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:12.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:12 smithi203 ceph-mon[117428]: from='client.88770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:12 smithi203 ceph-mon[117428]: pgmap v2822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:12 smithi137 ceph-mon[117020]: from='client.88770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:12 smithi137 ceph-mon[117020]: pgmap v2822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:12 smithi066 ceph-mon[112137]: from='client.88770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:12 smithi066 ceph-mon[112137]: pgmap v2822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:14 smithi066 ceph-mon[112137]: pgmap v2823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:14 smithi203 ceph-mon[117428]: pgmap v2823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:14 smithi137 ceph-mon[117020]: pgmap v2823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:16 smithi066 ceph-mon[112137]: pgmap v2824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:17.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:17.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:17.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:16 smithi203 ceph-mon[117428]: pgmap v2824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:16 smithi137 ceph-mon[117020]: pgmap v2824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:17.963 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:17.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:17.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:17.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:17.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:18 smithi066 ceph-mon[112137]: from='client.88848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:18 smithi066 ceph-mon[112137]: pgmap v2825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:18 smithi203 ceph-mon[117428]: from='client.88848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:18 smithi203 ceph-mon[117428]: pgmap v2825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:18 smithi137 ceph-mon[117020]: from='client.88848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:18 smithi137 ceph-mon[117020]: pgmap v2825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:20 smithi066 ceph-mon[112137]: pgmap v2826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:20 smithi203 ceph-mon[117428]: pgmap v2826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:20 smithi137 ceph-mon[117020]: pgmap v2826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:22 smithi203 ceph-mon[117428]: pgmap v2827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:22 smithi137 ceph-mon[117020]: pgmap v2827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:22.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:22.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:22.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:22 smithi066 ceph-mon[112137]: pgmap v2827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:23.705 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:23.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:23.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:23.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:23.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:23 smithi203 ceph-mon[117428]: from='client.88917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:23 smithi137 ceph-mon[117020]: from='client.88917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:23.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:23 smithi066 ceph-mon[112137]: from='client.88917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:24 smithi203 ceph-mon[117428]: pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:24 smithi137 ceph-mon[117020]: pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:24 smithi066 ceph-mon[112137]: pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:26 smithi066 ceph-mon[112137]: pgmap v2829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:26 smithi203 ceph-mon[117428]: pgmap v2829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:26 smithi137 ceph-mon[117020]: pgmap v2829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:28.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:28.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:28.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:28 smithi066 ceph-mon[112137]: pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:28 smithi203 ceph-mon[117428]: pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:28 smithi137 ceph-mon[117020]: pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:29.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:29.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:29.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:29.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:29.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:30.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:29 smithi066 ceph-mon[112137]: from='client.88995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:29 smithi203 ceph-mon[117428]: from='client.88995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:29 smithi137 ceph-mon[117020]: from='client.88995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:30 smithi066 ceph-mon[112137]: pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:30 smithi203 ceph-mon[117428]: pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:30 smithi137 ceph-mon[117020]: pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:32 smithi203 ceph-mon[117428]: pgmap v2832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:32 smithi137 ceph-mon[117020]: pgmap v2832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:32 smithi066 ceph-mon[112137]: pgmap v2832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:34.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:34.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:34.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:35.165 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:35.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:35.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:35.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:35.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:35.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:34 smithi066 ceph-mon[112137]: pgmap v2833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:34 smithi203 ceph-mon[117428]: pgmap v2833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:34 smithi137 ceph-mon[117020]: pgmap v2833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:36.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:35 smithi066 ceph-mon[112137]: from='client.89073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:36.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:35 smithi203 ceph-mon[117428]: from='client.89073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:35 smithi137 ceph-mon[117020]: from='client.89073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:36 smithi066 ceph-mon[112137]: pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:36 smithi203 ceph-mon[117428]: pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:36 smithi137 ceph-mon[117020]: pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:38 smithi066 ceph-mon[112137]: pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:38 smithi203 ceph-mon[117428]: pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:38 smithi137 ceph-mon[117020]: pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:40.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:40.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:40.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:40.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:40.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:40.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:40.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:40.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:40 smithi066 ceph-mon[112137]: pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:40 smithi203 ceph-mon[117428]: pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:40 smithi137 ceph-mon[117020]: pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:42.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:41 smithi066 ceph-mon[112137]: from='client.89151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:41 smithi203 ceph-mon[117428]: from='client.89151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:41 smithi137 ceph-mon[117020]: from='client.89151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:42 smithi066 ceph-mon[112137]: pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:42 smithi203 ceph-mon[117428]: pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:42 smithi137 ceph-mon[117020]: pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:45.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:44 smithi066 ceph-mon[112137]: pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:44 smithi203 ceph-mon[117428]: pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:44 smithi137 ceph-mon[117020]: pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:45.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:45.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:45.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:46.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:46.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:46.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:46.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:46.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:46 smithi066 ceph-mon[112137]: pgmap v2839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:46 smithi066 ceph-mon[112137]: from='client.89223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:46 smithi203 ceph-mon[117428]: pgmap v2839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:46 smithi203 ceph-mon[117428]: from='client.89223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:46 smithi137 ceph-mon[117020]: pgmap v2839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:46 smithi137 ceph-mon[117020]: from='client.89223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:47:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:47:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:47:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:48 smithi203 ceph-mon[117428]: pgmap v2840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:47:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:47:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:47:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:48 smithi137 ceph-mon[117020]: pgmap v2840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:47:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:47:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:47:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:48 smithi066 ceph-mon[112137]: pgmap v2840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:47:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:47:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:47:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:50 smithi203 ceph-mon[117428]: pgmap v2841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:50 smithi137 ceph-mon[117020]: pgmap v2841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:50 smithi066 ceph-mon[112137]: pgmap v2841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:51.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:51.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:51.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:52.359 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:52.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:52.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:52.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:52.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:52 smithi203 ceph-mon[117428]: pgmap v2842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:52 smithi203 ceph-mon[117428]: from='client.89301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:52 smithi137 ceph-mon[117020]: pgmap v2842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:52 smithi137 ceph-mon[117020]: from='client.89301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:52 smithi066 ceph-mon[112137]: pgmap v2842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:52 smithi066 ceph-mon[112137]: from='client.89301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:54 smithi066 ceph-mon[112137]: pgmap v2843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:54 smithi203 ceph-mon[117428]: pgmap v2843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:54 smithi137 ceph-mon[117020]: pgmap v2843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:57.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:56 smithi066 ceph-mon[112137]: pgmap v2844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:56 smithi203 ceph-mon[117428]: pgmap v2844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:57.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:47:57.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:57.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:56 smithi137 ceph-mon[117020]: pgmap v2844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:58.076 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:47:58.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:58.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:58.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:58.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:47:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:58 smithi066 ceph-mon[112137]: from='client.89376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:47:58 smithi066 ceph-mon[112137]: pgmap v2845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:58 smithi203 ceph-mon[117428]: from='client.89376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:47:58 smithi203 ceph-mon[117428]: pgmap v2845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:58 smithi137 ceph-mon[117020]: from='client.89376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:47:58 smithi137 ceph-mon[117020]: pgmap v2845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:00 smithi066 ceph-mon[112137]: pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:00 smithi203 ceph-mon[117428]: pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:00 smithi137 ceph-mon[117020]: pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:02 smithi203 ceph-mon[117428]: pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:02 smithi137 ceph-mon[117020]: pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:02 smithi066 ceph-mon[112137]: pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:03.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:03.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:03.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:03.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:03.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:03.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:03.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:03.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:03 smithi203 ceph-mon[117428]: from='client.89454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:03 smithi137 ceph-mon[117020]: from='client.89454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:03.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:03 smithi066 ceph-mon[112137]: from='client.89454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:04 smithi203 ceph-mon[117428]: pgmap v2848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:04 smithi137 ceph-mon[117020]: pgmap v2848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:04 smithi066 ceph-mon[112137]: pgmap v2848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:06 smithi066 ceph-mon[112137]: pgmap v2849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:06 smithi203 ceph-mon[117428]: pgmap v2849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:06 smithi137 ceph-mon[117020]: pgmap v2849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:08.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:08.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:08.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:08 smithi066 ceph-mon[112137]: pgmap v2850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:08 smithi203 ceph-mon[117428]: pgmap v2850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:08 smithi137 ceph-mon[117020]: pgmap v2850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:09.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:09.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:09.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:09.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:09.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:09 smithi066 ceph-mon[112137]: from='client.89529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:09 smithi203 ceph-mon[117428]: from='client.89529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:09 smithi137 ceph-mon[117020]: from='client.89529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:10 smithi066 ceph-mon[112137]: pgmap v2851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:10 smithi203 ceph-mon[117428]: pgmap v2851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:10 smithi137 ceph-mon[117020]: pgmap v2851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:12 smithi203 ceph-mon[117428]: pgmap v2852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:12 smithi137 ceph-mon[117020]: pgmap v2852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:12 smithi066 ceph-mon[112137]: pgmap v2852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:14.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:14.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:14.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:14 smithi066 ceph-mon[112137]: pgmap v2853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:15.270 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:15.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:15.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:15.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:15.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:14 smithi203 ceph-mon[117428]: pgmap v2853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:14 smithi137 ceph-mon[117020]: pgmap v2853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:16.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:15 smithi066 ceph-mon[112137]: from='client.89604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:16.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:15 smithi203 ceph-mon[117428]: from='client.89604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:15 smithi137 ceph-mon[117020]: from='client.89604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:16 smithi066 ceph-mon[112137]: pgmap v2854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:16 smithi203 ceph-mon[117428]: pgmap v2854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:16 smithi137 ceph-mon[117020]: pgmap v2854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:18 smithi066 ceph-mon[112137]: pgmap v2855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:18 smithi203 ceph-mon[117428]: pgmap v2855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:18 smithi137 ceph-mon[117020]: pgmap v2855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:20.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:20.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:20.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:20.992 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:20.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:20.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:20.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:20.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:20 smithi066 ceph-mon[112137]: pgmap v2856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:20 smithi203 ceph-mon[117428]: pgmap v2856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:20 smithi137 ceph-mon[117020]: pgmap v2856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:22.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:21 smithi066 ceph-mon[112137]: from='client.89679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:21 smithi203 ceph-mon[117428]: from='client.89679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:21 smithi137 ceph-mon[117020]: from='client.89679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:23.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:22 smithi203 ceph-mon[117428]: pgmap v2857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:22 smithi137 ceph-mon[117020]: pgmap v2857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:22 smithi066 ceph-mon[112137]: pgmap v2857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:24 smithi203 ceph-mon[117428]: pgmap v2858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:24 smithi137 ceph-mon[117020]: pgmap v2858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:24 smithi066 ceph-mon[112137]: pgmap v2858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:25.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:25.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:25.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:26.731 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:26.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:26.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:26.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:26.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:26 smithi203 ceph-mon[117428]: pgmap v2859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:26 smithi203 ceph-mon[117428]: from='client.89757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:26 smithi137 ceph-mon[117020]: pgmap v2859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:26 smithi137 ceph-mon[117020]: from='client.89757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:26 smithi066 ceph-mon[112137]: pgmap v2859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:26 smithi066 ceph-mon[112137]: from='client.89757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:28 smithi203 ceph-mon[117428]: pgmap v2860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:28 smithi137 ceph-mon[117020]: pgmap v2860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:28 smithi066 ceph-mon[112137]: pgmap v2860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:31 smithi203 ceph-mon[117428]: pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:31 smithi137 ceph-mon[117020]: pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:31 smithi066 ceph-mon[112137]: pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:31.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:31.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:31.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:32.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:32.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:32.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:32.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:32.457 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:32 smithi203 ceph-mon[117428]: pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:32 smithi203 ceph-mon[117428]: from='client.89829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:32 smithi137 ceph-mon[117020]: pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:32 smithi137 ceph-mon[117020]: from='client.89829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:32 smithi066 ceph-mon[112137]: pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:32 smithi066 ceph-mon[112137]: from='client.89829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:35.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:34 smithi066 ceph-mon[112137]: pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:34 smithi203 ceph-mon[117428]: pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:34 smithi137 ceph-mon[117020]: pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:36 smithi066 ceph-mon[112137]: pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:36 smithi203 ceph-mon[117428]: pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:36 smithi137 ceph-mon[117020]: pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:37.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:37.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:37.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:38.190 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:38.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:38.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:38.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:38.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:38 smithi066 ceph-mon[112137]: from='client.89907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:38 smithi066 ceph-mon[112137]: pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:38 smithi203 ceph-mon[117428]: from='client.89907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:38 smithi203 ceph-mon[117428]: pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:38 smithi137 ceph-mon[117020]: from='client.89907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:38 smithi137 ceph-mon[117020]: pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:40 smithi203 ceph-mon[117428]: pgmap v2866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:40 smithi137 ceph-mon[117020]: pgmap v2866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:40 smithi066 ceph-mon[112137]: pgmap v2866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:42 smithi203 ceph-mon[117428]: pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:42 smithi137 ceph-mon[117020]: pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:42 smithi066 ceph-mon[112137]: pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:43.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:43.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:43.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:43.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:43.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:43.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:43.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:43.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:45.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:44 smithi066 ceph-mon[112137]: from='client.89985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:45.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:44 smithi066 ceph-mon[112137]: pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:44 smithi203 ceph-mon[117428]: from='client.89985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:44 smithi203 ceph-mon[117428]: pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:44 smithi137 ceph-mon[117020]: from='client.89985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:44 smithi137 ceph-mon[117020]: pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:46 smithi066 ceph-mon[112137]: pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:46 smithi203 ceph-mon[117428]: pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:46 smithi137 ceph-mon[117020]: pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:48.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:48.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:48.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:48 smithi066 ceph-mon[112137]: pgmap v2870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:48:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:48 smithi203 ceph-mon[117428]: pgmap v2870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:48:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:48 smithi137 ceph-mon[117020]: pgmap v2870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:48:49.618 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:49.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:49.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:49.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:49.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:48:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:48:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:48:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:49 smithi203 ceph-mon[117428]: from='client.90060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:48:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:48:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:48:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:49 smithi137 ceph-mon[117020]: from='client.90060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:48:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:48:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:48:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:49 smithi066 ceph-mon[112137]: from='client.90060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:51 smithi203 ceph-mon[117428]: pgmap v2871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:51 smithi137 ceph-mon[117020]: pgmap v2871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:51 smithi066 ceph-mon[112137]: pgmap v2871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:52 smithi137 ceph-mon[117020]: pgmap v2872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:52 smithi066 ceph-mon[112137]: pgmap v2872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:53.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:52 smithi203 ceph-mon[117428]: pgmap v2872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:54.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:48:54.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:54.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:54 smithi066 ceph-mon[112137]: pgmap v2873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:54 smithi203 ceph-mon[117428]: pgmap v2873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:55.350 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:48:55.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:55.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:55.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:55.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:48:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:54 smithi137 ceph-mon[117020]: pgmap v2873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:56.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:55 smithi066 ceph-mon[112137]: from='client.90132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:56.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:55 smithi203 ceph-mon[117428]: from='client.90132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:55 smithi137 ceph-mon[117020]: from='client.90132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:56 smithi203 ceph-mon[117428]: pgmap v2874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:56 smithi137 ceph-mon[117020]: pgmap v2874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:56 smithi066 ceph-mon[112137]: pgmap v2874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:48:58 smithi203 ceph-mon[117428]: pgmap v2875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:48:58 smithi137 ceph-mon[117020]: pgmap v2875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:48:58 smithi066 ceph-mon[112137]: pgmap v2875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:00.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:00.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:00.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:01.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:01.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:01.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:01.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:01.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:00 smithi203 ceph-mon[117428]: pgmap v2876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:00 smithi137 ceph-mon[117020]: pgmap v2876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:00 smithi066 ceph-mon[112137]: pgmap v2876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:01 smithi203 ceph-mon[117428]: from='client.90207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:01 smithi137 ceph-mon[117020]: from='client.90207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:01 smithi066 ceph-mon[112137]: from='client.90207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:02 smithi203 ceph-mon[117428]: pgmap v2877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:02 smithi137 ceph-mon[117020]: pgmap v2877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:02 smithi066 ceph-mon[112137]: pgmap v2877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:05 smithi203 ceph-mon[117428]: pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:05 smithi137 ceph-mon[117020]: pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:05 smithi066 ceph-mon[112137]: pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:06.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:06.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:06.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:06.797 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:06.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:06.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:06.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:06.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:07 smithi203 ceph-mon[117428]: pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:07 smithi203 ceph-mon[117428]: from='client.90285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:07 smithi137 ceph-mon[117020]: pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:07 smithi137 ceph-mon[117020]: from='client.90285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:07 smithi066 ceph-mon[112137]: pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:07 smithi066 ceph-mon[112137]: from='client.90285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:09 smithi203 ceph-mon[117428]: pgmap v2880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:09 smithi137 ceph-mon[117020]: pgmap v2880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:09 smithi066 ceph-mon[112137]: pgmap v2880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:11 smithi203 ceph-mon[117428]: pgmap v2881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:11 smithi137 ceph-mon[117020]: pgmap v2881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:11 smithi066 ceph-mon[112137]: pgmap v2881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:11.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:11.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:11.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:12.534 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:12.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:12.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:12.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:12.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:12 smithi137 ceph-mon[117020]: pgmap v2882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:12 smithi137 ceph-mon[117020]: from='client.90363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:12 smithi066 ceph-mon[112137]: pgmap v2882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:12 smithi066 ceph-mon[112137]: from='client.90363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:12 smithi203 ceph-mon[117428]: pgmap v2882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:12 smithi203 ceph-mon[117428]: from='client.90363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:14 smithi066 ceph-mon[112137]: pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:14 smithi203 ceph-mon[117428]: pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:14 smithi137 ceph-mon[117020]: pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:16 smithi203 ceph-mon[117428]: pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:16 smithi137 ceph-mon[117020]: pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:16 smithi066 ceph-mon[112137]: pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:17.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:17.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:17.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:18.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:18.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:18.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:18.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:18.268 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:18 smithi203 ceph-mon[117428]: from='client.90438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:18 smithi203 ceph-mon[117428]: pgmap v2885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:18 smithi137 ceph-mon[117020]: from='client.90438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:18 smithi137 ceph-mon[117020]: pgmap v2885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:18 smithi066 ceph-mon[112137]: from='client.90438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:18 smithi066 ceph-mon[112137]: pgmap v2885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:20 smithi203 ceph-mon[117428]: pgmap v2886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:20 smithi137 ceph-mon[117020]: pgmap v2886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:20 smithi066 ceph-mon[112137]: pgmap v2886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:22 smithi137 ceph-mon[117020]: pgmap v2887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:22 smithi066 ceph-mon[112137]: pgmap v2887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:22 smithi203 ceph-mon[117428]: pgmap v2887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:23.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:23.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:23.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:24.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:24.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:24.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:24.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:24.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:24 smithi203 ceph-mon[117428]: from='client.90513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:24 smithi203 ceph-mon[117428]: pgmap v2888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:24 smithi137 ceph-mon[117020]: from='client.90513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:24 smithi137 ceph-mon[117020]: pgmap v2888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:24 smithi066 ceph-mon[112137]: from='client.90513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:24 smithi066 ceph-mon[112137]: pgmap v2888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:26 smithi203 ceph-mon[117428]: pgmap v2889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:26 smithi137 ceph-mon[117020]: pgmap v2889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:26 smithi066 ceph-mon[112137]: pgmap v2889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:29.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:29.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:29.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:28 smithi203 ceph-mon[117428]: pgmap v2890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:28 smithi137 ceph-mon[117020]: pgmap v2890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:28 smithi066 ceph-mon[112137]: pgmap v2890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:29.730 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:29.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:29.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:29.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:29.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:29 smithi203 ceph-mon[117428]: from='client.90588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:29 smithi137 ceph-mon[117020]: from='client.90588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:29 smithi066 ceph-mon[112137]: from='client.90588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:30 smithi203 ceph-mon[117428]: pgmap v2891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:49:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:30 smithi137 ceph-mon[117020]: pgmap v2891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:49:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:30 smithi066 ceph-mon[112137]: pgmap v2891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:49:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:32 smithi137 ceph-mon[117020]: pgmap v2892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:49:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:32 smithi066 ceph-mon[112137]: pgmap v2892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:49:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:32 smithi203 ceph-mon[117428]: pgmap v2892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:49:34.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:34.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:34.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:34 smithi203 ceph-mon[117428]: pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:49:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:34 smithi137 ceph-mon[117020]: pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:49:35.461 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:35.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:35.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:35.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:35.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:34 smithi066 ceph-mon[112137]: pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:49:36.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:35 smithi203 ceph-mon[117428]: from='client.90666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:36.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:35 smithi137 ceph-mon[117020]: from='client.90666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:35 smithi066 ceph-mon[112137]: from='client.90666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:36 smithi203 ceph-mon[117428]: pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:36 smithi137 ceph-mon[117020]: pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:36 smithi066 ceph-mon[112137]: pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:39 smithi203 ceph-mon[117428]: pgmap v2895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:39 smithi137 ceph-mon[117020]: pgmap v2895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:38 smithi066 ceph-mon[112137]: pgmap v2895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:40.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:40.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:40.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:41.182 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:41.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:41.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:41.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:41.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:41 smithi203 ceph-mon[117428]: pgmap v2896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:41 smithi137 ceph-mon[117020]: pgmap v2896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:41 smithi066 ceph-mon[112137]: pgmap v2896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:42 smithi203 ceph-mon[117428]: from='client.90744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:42 smithi137 ceph-mon[117020]: from='client.90744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:42 smithi066 ceph-mon[112137]: from='client.90744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:43 smithi203 ceph-mon[117428]: pgmap v2897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:49:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:43 smithi137 ceph-mon[117020]: pgmap v2897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:49:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:43 smithi066 ceph-mon[112137]: pgmap v2897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:49:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:45 smithi203 ceph-mon[117428]: pgmap v2898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:49:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:45 smithi137 ceph-mon[117020]: pgmap v2898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:49:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:45 smithi066 ceph-mon[112137]: pgmap v2898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:49:46.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:46.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:46.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:46.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:46.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:46.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:46.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:46.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:47 smithi203 ceph-mon[117428]: pgmap v2899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:49:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:47 smithi137 ceph-mon[117020]: pgmap v2899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:49:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:47 smithi066 ceph-mon[112137]: pgmap v2899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:49:48.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:48 smithi203 ceph-mon[117428]: from='client.90822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:48 smithi137 ceph-mon[117020]: from='client.90822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:48 smithi066 ceph-mon[112137]: from='client.90822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:49 smithi203 ceph-mon[117428]: pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:49 smithi137 ceph-mon[117020]: pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:49 smithi066 ceph-mon[112137]: pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:49:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:49:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:49:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:49:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:49:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:49:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:49:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:49:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:49:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:49:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:49:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:49:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:51 smithi203 ceph-mon[117428]: pgmap v2901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:51 smithi137 ceph-mon[117020]: pgmap v2901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:51 smithi066 ceph-mon[112137]: pgmap v2901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:51.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:51.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:51.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:52.635 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:52.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:52.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:52.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:52.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:52 smithi137 ceph-mon[117020]: pgmap v2902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:52 smithi137 ceph-mon[117020]: from='client.90897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:52 smithi066 ceph-mon[112137]: pgmap v2902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:52 smithi066 ceph-mon[112137]: from='client.90897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:52 smithi203 ceph-mon[117428]: pgmap v2902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:52 smithi203 ceph-mon[117428]: from='client.90897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:54 smithi203 ceph-mon[117428]: pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:54 smithi137 ceph-mon[117020]: pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:54 smithi066 ceph-mon[112137]: pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:56 smithi203 ceph-mon[117428]: pgmap v2904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:56 smithi137 ceph-mon[117020]: pgmap v2904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:56 smithi066 ceph-mon[112137]: pgmap v2904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:57.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:49:57.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:57.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:58.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:58.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:58.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:58.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:49:58.358 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:49:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:59 smithi203 ceph-mon[117428]: pgmap v2905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:49:59 smithi203 ceph-mon[117428]: from='client.90969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:59 smithi137 ceph-mon[117020]: pgmap v2905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:49:59 smithi137 ceph-mon[117020]: from='client.90969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:59 smithi066 ceph-mon[112137]: pgmap v2905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:49:59 smithi066 ceph-mon[112137]: from='client.90969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T18:50:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T18:50:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T18:50:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:01 smithi203 ceph-mon[117428]: pgmap v2906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:01 smithi137 ceph-mon[117020]: pgmap v2906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:01 smithi066 ceph-mon[112137]: pgmap v2906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:02 smithi137 ceph-mon[117020]: pgmap v2907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:02 smithi066 ceph-mon[112137]: pgmap v2907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:02 smithi203 ceph-mon[117428]: pgmap v2907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:03.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:03.359 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:03.359 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:04.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:04.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:04.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:04.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:04.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:04 smithi203 ceph-mon[117428]: from='client.91047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:04 smithi203 ceph-mon[117428]: pgmap v2908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:04 smithi137 ceph-mon[117020]: from='client.91047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:04 smithi137 ceph-mon[117020]: pgmap v2908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:04 smithi066 ceph-mon[112137]: from='client.91047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:04 smithi066 ceph-mon[112137]: pgmap v2908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:07 smithi203 ceph-mon[117428]: pgmap v2909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:07 smithi137 ceph-mon[117020]: pgmap v2909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:07 smithi066 ceph-mon[112137]: pgmap v2909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:09.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:09.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:09.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:09 smithi203 ceph-mon[117428]: pgmap v2910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:09 smithi137 ceph-mon[117020]: pgmap v2910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:09 smithi066 ceph-mon[112137]: pgmap v2910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:09.798 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:09.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:09.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:09.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:09.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:10 smithi203 ceph-mon[117428]: from='client.91125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:10 smithi137 ceph-mon[117020]: from='client.91125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:10 smithi066 ceph-mon[112137]: from='client.91125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:11 smithi203 ceph-mon[117428]: pgmap v2911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:50:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:11 smithi137 ceph-mon[117020]: pgmap v2911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:50:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:11 smithi066 ceph-mon[112137]: pgmap v2911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:50:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:12 smithi137 ceph-mon[117020]: pgmap v2912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:12 smithi066 ceph-mon[112137]: pgmap v2912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:12 smithi203 ceph-mon[117428]: pgmap v2912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:14.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:14.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:14.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:15 smithi203 ceph-mon[117428]: pgmap v2913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:15 smithi137 ceph-mon[117020]: pgmap v2913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:14 smithi066 ceph-mon[112137]: pgmap v2913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:15.510 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:15.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:15.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:15.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:15.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:16.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:16 smithi203 ceph-mon[117428]: from='client.91200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:16.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:16 smithi137 ceph-mon[117020]: from='client.91200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:16 smithi066 ceph-mon[112137]: from='client.91200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:17 smithi203 ceph-mon[117428]: pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:17 smithi137 ceph-mon[117020]: pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:17 smithi066 ceph-mon[112137]: pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:19 smithi203 ceph-mon[117428]: pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:19 smithi137 ceph-mon[117020]: pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:19 smithi066 ceph-mon[112137]: pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:20.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:20.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:20.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:21.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:21.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:21.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:21.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:21.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:21 smithi203 ceph-mon[117428]: pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:21 smithi137 ceph-mon[117020]: pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:21 smithi066 ceph-mon[112137]: pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:22 smithi203 ceph-mon[117428]: from='client.91278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:22 smithi137 ceph-mon[117020]: from='client.91278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:22 smithi066 ceph-mon[112137]: from='client.91278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:23 smithi203 ceph-mon[117428]: pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:50:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:23 smithi137 ceph-mon[117020]: pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:50:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:23 smithi066 ceph-mon[112137]: pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:50:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:25 smithi203 ceph-mon[117428]: pgmap v2918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:50:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:25 smithi137 ceph-mon[117020]: pgmap v2918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:50:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:25 smithi066 ceph-mon[112137]: pgmap v2918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:50:26.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:26.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:26.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:26.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:26.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:26.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:26.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:26.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:27 smithi203 ceph-mon[117428]: pgmap v2919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:50:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:27 smithi137 ceph-mon[117020]: pgmap v2919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:50:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:27 smithi066 ceph-mon[112137]: pgmap v2919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:50:28.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:28 smithi203 ceph-mon[117428]: from='client.91356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:28.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:28 smithi137 ceph-mon[117020]: from='client.91356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:28 smithi066 ceph-mon[112137]: from='client.91356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:29 smithi203 ceph-mon[117428]: pgmap v2920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:29 smithi137 ceph-mon[117020]: pgmap v2920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:29 smithi066 ceph-mon[112137]: pgmap v2920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:31 smithi203 ceph-mon[117428]: pgmap v2921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:31 smithi137 ceph-mon[117020]: pgmap v2921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:31 smithi066 ceph-mon[112137]: pgmap v2921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:31.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:31.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:31.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:32.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:32.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:32.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:32.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:32.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:32 smithi137 ceph-mon[117020]: pgmap v2922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:32 smithi137 ceph-mon[117020]: from='client.91425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:32 smithi066 ceph-mon[112137]: pgmap v2922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:32 smithi066 ceph-mon[112137]: from='client.91425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:32 smithi203 ceph-mon[117428]: pgmap v2922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:32 smithi203 ceph-mon[117428]: from='client.91425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:35 smithi203 ceph-mon[117428]: pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:35 smithi137 ceph-mon[117020]: pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:35 smithi066 ceph-mon[112137]: pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:37 smithi203 ceph-mon[117428]: pgmap v2924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:37 smithi137 ceph-mon[117020]: pgmap v2924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:37 smithi066 ceph-mon[112137]: pgmap v2924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:37.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:37.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:37.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:38.390 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:38.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:38.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:38.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:38.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:39 smithi203 ceph-mon[117428]: pgmap v2925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:39 smithi203 ceph-mon[117428]: from='client.91500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:39 smithi137 ceph-mon[117020]: pgmap v2925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:39 smithi137 ceph-mon[117020]: from='client.91500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:39 smithi066 ceph-mon[112137]: pgmap v2925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:39 smithi066 ceph-mon[112137]: from='client.91500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:41 smithi203 ceph-mon[117428]: pgmap v2926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:41 smithi137 ceph-mon[117020]: pgmap v2926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:41 smithi066 ceph-mon[112137]: pgmap v2926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:42 smithi137 ceph-mon[117020]: pgmap v2927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:42 smithi066 ceph-mon[112137]: pgmap v2927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:42 smithi203 ceph-mon[117428]: pgmap v2927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:43.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:43.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:43.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:44.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:44.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:44.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:44.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:44.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:45 smithi203 ceph-mon[117428]: from='client.91578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:45 smithi203 ceph-mon[117428]: pgmap v2928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:45 smithi137 ceph-mon[117020]: from='client.91578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:45 smithi137 ceph-mon[117020]: pgmap v2928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:45 smithi066 ceph-mon[112137]: from='client.91578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:45 smithi066 ceph-mon[112137]: pgmap v2928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:47 smithi203 ceph-mon[117428]: pgmap v2929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:47 smithi137 ceph-mon[117020]: pgmap v2929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:47 smithi066 ceph-mon[112137]: pgmap v2929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:49.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:49.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:49.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:49 smithi203 ceph-mon[117428]: pgmap v2930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:49 smithi137 ceph-mon[117020]: pgmap v2930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:49 smithi066 ceph-mon[112137]: pgmap v2930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:49.835 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:49.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:49.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:49.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:49.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:50.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:50 smithi203 ceph-mon[117428]: from='client.91653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:50.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:50:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:50 smithi137 ceph-mon[117020]: from='client.91653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:50:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:50 smithi066 ceph-mon[112137]: from='client.91653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:50:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:51 smithi203 ceph-mon[117428]: pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:50:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:50:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:50:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:50:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:51 smithi137 ceph-mon[117020]: pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:50:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:50:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:50:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:50:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:51 smithi066 ceph-mon[112137]: pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:50:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:50:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:50:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:50:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:52 smithi137 ceph-mon[117020]: pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:52 smithi066 ceph-mon[112137]: pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:52 smithi203 ceph-mon[117428]: pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:54.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:50:54.837 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:54.837 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:55 smithi203 ceph-mon[117428]: pgmap v2933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:55 smithi137 ceph-mon[117020]: pgmap v2933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:55 smithi066 ceph-mon[112137]: pgmap v2933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:50:55.554 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:50:55.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:55.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:55.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:55.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:50:56.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:56 smithi203 ceph-mon[117428]: from='client.91731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:56 smithi137 ceph-mon[117020]: from='client.91731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:56 smithi066 ceph-mon[112137]: from='client.91731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:57 smithi203 ceph-mon[117428]: pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:57 smithi137 ceph-mon[117020]: pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:57 smithi066 ceph-mon[112137]: pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:50:59 smithi203 ceph-mon[117428]: pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:50:59 smithi137 ceph-mon[117020]: pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:50:59 smithi066 ceph-mon[112137]: pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:00.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:00.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:00.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:01.289 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:01.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:01.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:01.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:01.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:01 smithi203 ceph-mon[117428]: pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:01 smithi137 ceph-mon[117020]: pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:01 smithi066 ceph-mon[112137]: pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:02 smithi203 ceph-mon[117428]: from='client.91803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:02 smithi137 ceph-mon[117020]: from='client.91803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:02 smithi066 ceph-mon[112137]: from='client.91803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:03 smithi203 ceph-mon[117428]: pgmap v2937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:51:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:03 smithi137 ceph-mon[117020]: pgmap v2937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:51:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:03 smithi066 ceph-mon[112137]: pgmap v2937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:51:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:05 smithi203 ceph-mon[117428]: pgmap v2938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:51:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:05 smithi137 ceph-mon[117020]: pgmap v2938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:51:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:05 smithi066 ceph-mon[112137]: pgmap v2938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:51:06.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:06.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:06.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:07.009 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:07.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:07.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:07.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:07.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:07 smithi203 ceph-mon[117428]: pgmap v2939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:51:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:07 smithi137 ceph-mon[117020]: pgmap v2939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:51:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:07 smithi066 ceph-mon[112137]: pgmap v2939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:51:08.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:08 smithi203 ceph-mon[117428]: from='client.91878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:08 smithi137 ceph-mon[117020]: from='client.91878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:08 smithi066 ceph-mon[112137]: from='client.91878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:09 smithi203 ceph-mon[117428]: pgmap v2940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:09 smithi137 ceph-mon[117020]: pgmap v2940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:09 smithi066 ceph-mon[112137]: pgmap v2940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:11 smithi203 ceph-mon[117428]: pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:11 smithi137 ceph-mon[117020]: pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:11 smithi066 ceph-mon[112137]: pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:12.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:12.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:12.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:12.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:12.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:12.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:12.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:12.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:12 smithi137 ceph-mon[117020]: pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:12 smithi137 ceph-mon[117020]: from='client.91953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:12 smithi066 ceph-mon[112137]: pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:12 smithi066 ceph-mon[112137]: from='client.91953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:12 smithi203 ceph-mon[117428]: pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:12 smithi203 ceph-mon[117428]: from='client.91953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:15 smithi203 ceph-mon[117428]: pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:15 smithi137 ceph-mon[117020]: pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:15 smithi066 ceph-mon[112137]: pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:17 smithi203 ceph-mon[117428]: pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:17 smithi137 ceph-mon[117020]: pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:17 smithi066 ceph-mon[112137]: pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:17.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:17.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:17.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:18.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:18.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:18.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:18.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:18.465 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:19 smithi203 ceph-mon[117428]: pgmap v2945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:19 smithi203 ceph-mon[117428]: from='client.92028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:19 smithi137 ceph-mon[117020]: pgmap v2945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:19 smithi137 ceph-mon[117020]: from='client.92028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:19 smithi066 ceph-mon[112137]: pgmap v2945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:19 smithi066 ceph-mon[112137]: from='client.92028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:21 smithi203 ceph-mon[117428]: pgmap v2946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:21 smithi137 ceph-mon[117020]: pgmap v2946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:21 smithi066 ceph-mon[112137]: pgmap v2946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:22 smithi137 ceph-mon[117020]: pgmap v2947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:22 smithi066 ceph-mon[112137]: pgmap v2947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:22 smithi203 ceph-mon[117428]: pgmap v2947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:23.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:23.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:23.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:24.178 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:24.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:24.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:24.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:24.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:25 smithi203 ceph-mon[117428]: from='client.92100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:25 smithi203 ceph-mon[117428]: pgmap v2948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:25 smithi137 ceph-mon[117020]: from='client.92100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:25 smithi137 ceph-mon[117020]: pgmap v2948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:25 smithi066 ceph-mon[112137]: from='client.92100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:25 smithi066 ceph-mon[112137]: pgmap v2948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:27 smithi203 ceph-mon[117428]: pgmap v2949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:27 smithi137 ceph-mon[117020]: pgmap v2949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:27 smithi066 ceph-mon[112137]: pgmap v2949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:29.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:29.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:29.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:29 smithi203 ceph-mon[117428]: pgmap v2950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:29 smithi137 ceph-mon[117020]: pgmap v2950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:29 smithi066 ceph-mon[112137]: pgmap v2950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:29.911 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:29.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:29.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:29.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:29.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:31 smithi203 ceph-mon[117428]: from='client.92178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:31 smithi203 ceph-mon[117428]: pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:31 smithi137 ceph-mon[117020]: from='client.92178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:31 smithi137 ceph-mon[117020]: pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:31 smithi066 ceph-mon[112137]: from='client.92178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:31 smithi066 ceph-mon[112137]: pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:32 smithi137 ceph-mon[117020]: pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:32 smithi066 ceph-mon[112137]: pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:32 smithi203 ceph-mon[117428]: pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:34.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:34.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:34.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:35 smithi203 ceph-mon[117428]: pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:35 smithi137 ceph-mon[117020]: pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:35 smithi066 ceph-mon[112137]: pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:35.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:35.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:35.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:35.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:35.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:36.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:36 smithi203 ceph-mon[117428]: from='client.92253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:36.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:36 smithi137 ceph-mon[117020]: from='client.92253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:36 smithi066 ceph-mon[112137]: from='client.92253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:37 smithi203 ceph-mon[117428]: pgmap v2954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:37 smithi137 ceph-mon[117020]: pgmap v2954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:37 smithi066 ceph-mon[112137]: pgmap v2954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:39 smithi203 ceph-mon[117428]: pgmap v2955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:39 smithi137 ceph-mon[117020]: pgmap v2955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:39 smithi066 ceph-mon[112137]: pgmap v2955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:40.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:40.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:40.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:41 smithi203 ceph-mon[117428]: pgmap v2956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:41.351 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:41.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:41.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:41.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:41.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:41 smithi137 ceph-mon[117020]: pgmap v2956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:41 smithi066 ceph-mon[112137]: pgmap v2956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:42 smithi203 ceph-mon[117428]: from='client.92328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:42.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:42 smithi137 ceph-mon[117020]: from='client.92328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:42 smithi066 ceph-mon[112137]: from='client.92328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:43 smithi203 ceph-mon[117428]: pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:43 smithi137 ceph-mon[117020]: pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:43 smithi066 ceph-mon[112137]: pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:45 smithi203 ceph-mon[117428]: pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:45 smithi137 ceph-mon[117020]: pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:45 smithi066 ceph-mon[112137]: pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:46.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:46.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:46.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:47.073 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:47.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:47.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:47.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:47.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:47 smithi203 ceph-mon[117428]: pgmap v2959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:47 smithi137 ceph-mon[117020]: pgmap v2959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:47 smithi066 ceph-mon[112137]: pgmap v2959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:48.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:48 smithi203 ceph-mon[117428]: from='client.92403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:48.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:48 smithi137 ceph-mon[117020]: from='client.92403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:48 smithi066 ceph-mon[112137]: from='client.92403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:49 smithi203 ceph-mon[117428]: pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:49 smithi137 ceph-mon[117020]: pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:49 smithi066 ceph-mon[112137]: pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:51 smithi203 ceph-mon[117428]: pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:51:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:51 smithi137 ceph-mon[117020]: pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:51:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:51 smithi066 ceph-mon[112137]: pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:51:52.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:52.075 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:52.075 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:51:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:51:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:51:52.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:51:52.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:51:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:51:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:51:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:51:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:51:52.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:52.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:52.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:52.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:52.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:53 smithi203 ceph-mon[117428]: pgmap v2962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:53 smithi203 ceph-mon[117428]: from='client.92478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:53 smithi137 ceph-mon[117020]: pgmap v2962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:53 smithi137 ceph-mon[117020]: from='client.92478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:53 smithi066 ceph-mon[112137]: pgmap v2962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:53 smithi066 ceph-mon[112137]: from='client.92478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:55 smithi203 ceph-mon[117428]: pgmap v2963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:55 smithi137 ceph-mon[117020]: pgmap v2963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:55 smithi066 ceph-mon[112137]: pgmap v2963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:57 smithi203 ceph-mon[117428]: pgmap v2964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:57 smithi137 ceph-mon[117020]: pgmap v2964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:57 smithi066 ceph-mon[112137]: pgmap v2964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:57.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:51:57.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:57.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:58.521 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:51:58.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:58.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:58.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:58.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:51:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:59 smithi203 ceph-mon[117428]: pgmap v2965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:51:59 smithi203 ceph-mon[117428]: from='client.92553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:59 smithi137 ceph-mon[117020]: pgmap v2965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:51:59 smithi137 ceph-mon[117020]: from='client.92553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:59 smithi066 ceph-mon[112137]: pgmap v2965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:51:59 smithi066 ceph-mon[112137]: from='client.92553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:01 smithi203 ceph-mon[117428]: pgmap v2966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:01 smithi137 ceph-mon[117020]: pgmap v2966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:01 smithi066 ceph-mon[112137]: pgmap v2966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:02 smithi137 ceph-mon[117020]: pgmap v2967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:02 smithi066 ceph-mon[112137]: pgmap v2967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:02 smithi203 ceph-mon[117428]: pgmap v2967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:03.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:03.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:03.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:04.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:04.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:04.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:04.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:04.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:05 smithi203 ceph-mon[117428]: from='client.92625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:05 smithi203 ceph-mon[117428]: pgmap v2968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:05 smithi137 ceph-mon[117020]: from='client.92625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:05 smithi137 ceph-mon[117020]: pgmap v2968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:05 smithi066 ceph-mon[112137]: from='client.92625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:05 smithi066 ceph-mon[112137]: pgmap v2968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:07 smithi203 ceph-mon[117428]: pgmap v2969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:07 smithi137 ceph-mon[117020]: pgmap v2969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:07 smithi066 ceph-mon[112137]: pgmap v2969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:09.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:09.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:09.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:09 smithi203 ceph-mon[117428]: pgmap v2970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:09 smithi137 ceph-mon[117020]: pgmap v2970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:09 smithi066 ceph-mon[112137]: pgmap v2970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:09.974 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:09.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:09.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:09.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:09.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:11 smithi203 ceph-mon[117428]: from='client.92700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:11 smithi203 ceph-mon[117428]: pgmap v2971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:11 smithi137 ceph-mon[117020]: from='client.92700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:11 smithi137 ceph-mon[117020]: pgmap v2971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:11 smithi066 ceph-mon[112137]: from='client.92700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:11 smithi066 ceph-mon[112137]: pgmap v2971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:12 smithi137 ceph-mon[117020]: pgmap v2972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:12 smithi066 ceph-mon[112137]: pgmap v2972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:12 smithi203 ceph-mon[117428]: pgmap v2972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:14.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:14.977 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:14.977 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:15 smithi203 ceph-mon[117428]: pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:15 smithi137 ceph-mon[117020]: pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:15 smithi066 ceph-mon[112137]: pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:15.696 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:15.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:15.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:15.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:15.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:16.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:16 smithi203 ceph-mon[117428]: from='client.92778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:16.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:16 smithi137 ceph-mon[117020]: from='client.92778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:16 smithi066 ceph-mon[112137]: from='client.92778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:17 smithi203 ceph-mon[117428]: pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:17 smithi137 ceph-mon[117020]: pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:17 smithi066 ceph-mon[112137]: pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:19 smithi203 ceph-mon[117428]: pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:19 smithi137 ceph-mon[117020]: pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:19 smithi066 ceph-mon[112137]: pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:20.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:20.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:20.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:21 smithi203 ceph-mon[117428]: pgmap v2976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:21 smithi137 ceph-mon[117020]: pgmap v2976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:21.425 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:21.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:21.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:21.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:21.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:21 smithi066 ceph-mon[112137]: pgmap v2976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:22 smithi203 ceph-mon[117428]: from='client.92853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:22 smithi137 ceph-mon[117020]: from='client.92853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:22 smithi066 ceph-mon[112137]: from='client.92853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:23 smithi203 ceph-mon[117428]: pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:23 smithi137 ceph-mon[117020]: pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:23 smithi066 ceph-mon[112137]: pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:25 smithi203 ceph-mon[117428]: pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:25 smithi137 ceph-mon[117020]: pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:25 smithi066 ceph-mon[112137]: pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:26.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:26.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:26.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:27.144 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:27.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:27.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:27.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:27.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:27 smithi203 ceph-mon[117428]: pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:27 smithi137 ceph-mon[117020]: pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:27 smithi066 ceph-mon[112137]: pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:28.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:28 smithi203 ceph-mon[117428]: from='client.92928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:28.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:28 smithi137 ceph-mon[117020]: from='client.92928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:28 smithi066 ceph-mon[112137]: from='client.92928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:29 smithi203 ceph-mon[117428]: pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:29 smithi137 ceph-mon[117020]: pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:29 smithi066 ceph-mon[112137]: pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:31 smithi203 ceph-mon[117428]: pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:31 smithi137 ceph-mon[117020]: pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:31 smithi066 ceph-mon[112137]: pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:32.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:32.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:32.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:32 smithi137 ceph-mon[117020]: pgmap v2982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:32 smithi137 ceph-mon[117020]: from='client.93006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:32.874 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:32.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:32.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:32.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:32.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:32 smithi066 ceph-mon[112137]: pgmap v2982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:32 smithi066 ceph-mon[112137]: from='client.93006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:32 smithi203 ceph-mon[117428]: pgmap v2982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:32 smithi203 ceph-mon[117428]: from='client.93006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:35 smithi203 ceph-mon[117428]: pgmap v2983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:35 smithi137 ceph-mon[117020]: pgmap v2983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:35 smithi066 ceph-mon[112137]: pgmap v2983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:37 smithi203 ceph-mon[117428]: pgmap v2984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:37 smithi137 ceph-mon[117020]: pgmap v2984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:37 smithi066 ceph-mon[112137]: pgmap v2984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:37.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:37.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:37.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:38.624 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:38.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:38.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:38.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:38.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:39 smithi203 ceph-mon[117428]: pgmap v2985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:39 smithi203 ceph-mon[117428]: from='client.93084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:39 smithi137 ceph-mon[117020]: pgmap v2985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:39 smithi137 ceph-mon[117020]: from='client.93084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:39 smithi066 ceph-mon[112137]: pgmap v2985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:39 smithi066 ceph-mon[112137]: from='client.93084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:41 smithi203 ceph-mon[117428]: pgmap v2986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:41 smithi137 ceph-mon[117020]: pgmap v2986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:41 smithi066 ceph-mon[112137]: pgmap v2986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:42 smithi137 ceph-mon[117020]: pgmap v2987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:42 smithi066 ceph-mon[112137]: pgmap v2987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:42 smithi203 ceph-mon[117428]: pgmap v2987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:43.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:43.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:43.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:44.350 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:44.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:44.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:44.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:44.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:45 smithi203 ceph-mon[117428]: pgmap v2988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:45 smithi203 ceph-mon[117428]: from='client.93162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:45 smithi137 ceph-mon[117020]: pgmap v2988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:45 smithi137 ceph-mon[117020]: from='client.93162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:45 smithi066 ceph-mon[112137]: pgmap v2988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:45 smithi066 ceph-mon[112137]: from='client.93162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:47 smithi203 ceph-mon[117428]: pgmap v2989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:47 smithi137 ceph-mon[117020]: pgmap v2989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:47 smithi066 ceph-mon[112137]: pgmap v2989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:49 smithi203 ceph-mon[117428]: pgmap v2990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:49.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:49.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:49.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:49 smithi137 ceph-mon[117020]: pgmap v2990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:49 smithi066 ceph-mon[112137]: pgmap v2990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:50.079 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:50.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:50.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:50.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:50.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:51 smithi203 ceph-mon[117428]: from='client.93234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:51 smithi203 ceph-mon[117428]: pgmap v2991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:51 smithi137 ceph-mon[117020]: from='client.93234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:51 smithi137 ceph-mon[117020]: pgmap v2991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:51 smithi066 ceph-mon[112137]: from='client.93234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:51 smithi066 ceph-mon[112137]: pgmap v2991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:52:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:52:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:52:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:53 smithi203 ceph-mon[117428]: pgmap v2992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:52:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:52:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:53 smithi137 ceph-mon[117020]: pgmap v2992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:52:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:52:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:53 smithi066 ceph-mon[112137]: pgmap v2992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:52:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:52:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:52:55.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:52:55.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:55.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:55 smithi203 ceph-mon[117428]: pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:55 smithi137 ceph-mon[117020]: pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:55 smithi066 ceph-mon[112137]: pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:55.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:55.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:55.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:55.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:52:55.798 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:52:56.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:56 smithi203 ceph-mon[117428]: from='client.93306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:56.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:56 smithi137 ceph-mon[117020]: from='client.93306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:56 smithi066 ceph-mon[112137]: from='client.93306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:57 smithi203 ceph-mon[117428]: pgmap v2994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:57 smithi137 ceph-mon[117020]: pgmap v2994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:57 smithi066 ceph-mon[112137]: pgmap v2994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:52:59 smithi203 ceph-mon[117428]: pgmap v2995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:52:59 smithi137 ceph-mon[117020]: pgmap v2995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:52:59 smithi066 ceph-mon[112137]: pgmap v2995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:00.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:00.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:00.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:01 smithi203 ceph-mon[117428]: pgmap v2996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:01 smithi137 ceph-mon[117020]: pgmap v2996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:01 smithi066 ceph-mon[112137]: pgmap v2996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:01.529 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:01.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:01.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:01.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:01.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:02 smithi203 ceph-mon[117428]: from='client.93381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:02 smithi137 ceph-mon[117020]: from='client.93381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:02 smithi066 ceph-mon[112137]: from='client.93381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:03 smithi203 ceph-mon[117428]: pgmap v2997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:03 smithi137 ceph-mon[117020]: pgmap v2997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:03 smithi066 ceph-mon[112137]: pgmap v2997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:05 smithi137 ceph-mon[117020]: pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:05 smithi066 ceph-mon[112137]: pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:05 smithi203 ceph-mon[117428]: pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:06.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:06.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:06.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:07.260 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:07.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:07.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:07.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:07.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:07 smithi137 ceph-mon[117020]: pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:07 smithi066 ceph-mon[112137]: pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:07 smithi203 ceph-mon[117428]: pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:08 smithi137 ceph-mon[117020]: from='client.93456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:08 smithi066 ceph-mon[112137]: from='client.93456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:08 smithi203 ceph-mon[117428]: from='client.93456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:09 smithi137 ceph-mon[117020]: pgmap v3000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:09 smithi066 ceph-mon[112137]: pgmap v3000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:09 smithi203 ceph-mon[117428]: pgmap v3000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:11 smithi137 ceph-mon[117020]: pgmap v3001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:11 smithi066 ceph-mon[112137]: pgmap v3001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:11 smithi203 ceph-mon[117428]: pgmap v3001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:12.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:12.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:12.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:12 smithi066 ceph-mon[112137]: pgmap v3002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:12.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:12.987 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:12 smithi203 ceph-mon[117428]: pgmap v3002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:12 smithi137 ceph-mon[117020]: pgmap v3002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:13.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:13 smithi066 ceph-mon[112137]: from='client.93528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:14.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:13 smithi203 ceph-mon[117428]: from='client.93528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:14.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:13 smithi137 ceph-mon[117020]: from='client.93528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:14 smithi066 ceph-mon[112137]: pgmap v3003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:15.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:14 smithi203 ceph-mon[117428]: pgmap v3003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:15.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:14 smithi137 ceph-mon[117020]: pgmap v3003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:17 smithi203 ceph-mon[117428]: pgmap v3004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:17 smithi137 ceph-mon[117020]: pgmap v3004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:17 smithi066 ceph-mon[112137]: pgmap v3004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:17.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:17.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:17.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:18.718 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:18.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:18.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:18.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:18.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:19 smithi203 ceph-mon[117428]: pgmap v3005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:19 smithi203 ceph-mon[117428]: from='client.93603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:19 smithi137 ceph-mon[117020]: pgmap v3005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:19 smithi137 ceph-mon[117020]: from='client.93603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:19 smithi066 ceph-mon[112137]: pgmap v3005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:19 smithi066 ceph-mon[112137]: from='client.93603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:21 smithi203 ceph-mon[117428]: pgmap v3006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:21 smithi137 ceph-mon[117020]: pgmap v3006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:21 smithi066 ceph-mon[112137]: pgmap v3006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:22 smithi066 ceph-mon[112137]: pgmap v3007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:22 smithi203 ceph-mon[117428]: pgmap v3007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:22 smithi137 ceph-mon[117020]: pgmap v3007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:23.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:23.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:23.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:24.440 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:24.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:24.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:24.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:24.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:25 smithi203 ceph-mon[117428]: pgmap v3008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:25 smithi203 ceph-mon[117428]: from='client.93681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:25 smithi137 ceph-mon[117020]: pgmap v3008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:25 smithi137 ceph-mon[117020]: from='client.93681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:25 smithi066 ceph-mon[112137]: pgmap v3008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:25 smithi066 ceph-mon[112137]: from='client.93681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:27 smithi203 ceph-mon[117428]: pgmap v3009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:27 smithi137 ceph-mon[117020]: pgmap v3009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:27 smithi066 ceph-mon[112137]: pgmap v3009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:29 smithi203 ceph-mon[117428]: pgmap v3010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:29 smithi137 ceph-mon[117020]: pgmap v3010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:29.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:29.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:29.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:29 smithi066 ceph-mon[112137]: pgmap v3010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:30.166 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:30.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:30.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:30.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:30.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:31 smithi203 ceph-mon[117428]: from='client.93756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:31 smithi203 ceph-mon[117428]: pgmap v3011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:31 smithi137 ceph-mon[117020]: from='client.93756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:31 smithi137 ceph-mon[117020]: pgmap v3011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:31 smithi066 ceph-mon[112137]: from='client.93756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:31 smithi066 ceph-mon[112137]: pgmap v3011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:32 smithi066 ceph-mon[112137]: pgmap v3012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:32 smithi203 ceph-mon[117428]: pgmap v3012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:32 smithi137 ceph-mon[117020]: pgmap v3012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:35.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:35.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:35.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:35 smithi203 ceph-mon[117428]: pgmap v3013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:35 smithi137 ceph-mon[117020]: pgmap v3013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:35 smithi066 ceph-mon[112137]: pgmap v3013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:35.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:35.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:35.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:35.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:35.889 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:36.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:36 smithi203 ceph-mon[117428]: from='client.93828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:36.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:36 smithi137 ceph-mon[117020]: from='client.93828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:36 smithi066 ceph-mon[112137]: from='client.93828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:37 smithi203 ceph-mon[117428]: pgmap v3014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:37 smithi137 ceph-mon[117020]: pgmap v3014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:37 smithi066 ceph-mon[112137]: pgmap v3014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:39 smithi203 ceph-mon[117428]: pgmap v3015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:39 smithi137 ceph-mon[117020]: pgmap v3015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:39 smithi066 ceph-mon[112137]: pgmap v3015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:40.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:40.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:40.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:41 smithi203 ceph-mon[117428]: pgmap v3016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:41 smithi137 ceph-mon[117020]: pgmap v3016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:41 smithi066 ceph-mon[112137]: pgmap v3016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:41.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:41.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:41.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:41.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:41.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:42 smithi203 ceph-mon[117428]: from='client.93906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:42.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:42 smithi137 ceph-mon[117020]: from='client.93906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:42 smithi066 ceph-mon[112137]: from='client.93906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:43 smithi203 ceph-mon[117428]: pgmap v3017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:43 smithi137 ceph-mon[117020]: pgmap v3017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:43 smithi066 ceph-mon[112137]: pgmap v3017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:45 smithi137 ceph-mon[117020]: pgmap v3018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:45 smithi066 ceph-mon[112137]: pgmap v3018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:45 smithi203 ceph-mon[117428]: pgmap v3018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:46.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:46.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:46.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:47.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:47.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:47.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:47.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:47.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:47 smithi137 ceph-mon[117020]: pgmap v3019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:47 smithi066 ceph-mon[112137]: pgmap v3019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:47 smithi203 ceph-mon[117428]: pgmap v3019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:48.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:48 smithi137 ceph-mon[117020]: from='client.93975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:48 smithi066 ceph-mon[112137]: from='client.93975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:48 smithi203 ceph-mon[117428]: from='client.93975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:49 smithi137 ceph-mon[117020]: pgmap v3020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:49 smithi066 ceph-mon[112137]: pgmap v3020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:49 smithi203 ceph-mon[117428]: pgmap v3020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:51 smithi137 ceph-mon[117020]: pgmap v3021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:51 smithi066 ceph-mon[112137]: pgmap v3021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:51 smithi203 ceph-mon[117428]: pgmap v3021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:52.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:52.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:52.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:52 smithi066 ceph-mon[112137]: pgmap v3022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:53:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:52 smithi203 ceph-mon[117428]: pgmap v3022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:53:53.116 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:53.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:53.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:53.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:53.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:52 smithi137 ceph-mon[117020]: pgmap v3022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:53:53.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:53 smithi066 ceph-mon[112137]: from='client.94047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:53.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:53:53.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:53:53.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:53:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:53 smithi203 ceph-mon[117428]: from='client.94047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:53:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:53:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:53:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:53 smithi137 ceph-mon[117020]: from='client.94047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:53:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:53:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:53:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:54 smithi066 ceph-mon[112137]: pgmap v3023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:55.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:54 smithi203 ceph-mon[117428]: pgmap v3023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:54 smithi137 ceph-mon[117020]: pgmap v3023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:57 smithi203 ceph-mon[117428]: pgmap v3024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:57 smithi137 ceph-mon[117020]: pgmap v3024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:57 smithi066 ceph-mon[112137]: pgmap v3024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:58.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:53:58.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:58.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:58.848 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:53:58.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:58.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:58.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:58.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:53:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:59 smithi203 ceph-mon[117428]: pgmap v3025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:53:59 smithi203 ceph-mon[117428]: from='client.94122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:59 smithi137 ceph-mon[117020]: pgmap v3025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:53:59 smithi137 ceph-mon[117020]: from='client.94122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:59 smithi066 ceph-mon[112137]: pgmap v3025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:53:59 smithi066 ceph-mon[112137]: from='client.94122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:01 smithi203 ceph-mon[117428]: pgmap v3026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:01 smithi137 ceph-mon[117020]: pgmap v3026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:01 smithi066 ceph-mon[112137]: pgmap v3026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:02 smithi066 ceph-mon[112137]: pgmap v3027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:02 smithi203 ceph-mon[117428]: pgmap v3027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:02 smithi137 ceph-mon[117020]: pgmap v3027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:03.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:03.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:03.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:04.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:04.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:04.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:04.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:04.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:05 smithi203 ceph-mon[117428]: pgmap v3028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:05 smithi203 ceph-mon[117428]: from='client.94197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:05 smithi137 ceph-mon[117020]: pgmap v3028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:05 smithi137 ceph-mon[117020]: from='client.94197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:05 smithi066 ceph-mon[112137]: pgmap v3028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:05 smithi066 ceph-mon[112137]: from='client.94197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:07 smithi203 ceph-mon[117428]: pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:07 smithi137 ceph-mon[117020]: pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:07 smithi066 ceph-mon[112137]: pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:09 smithi203 ceph-mon[117428]: pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:09 smithi137 ceph-mon[117020]: pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:09 smithi066 ceph-mon[112137]: pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:09.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:09.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:09.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:10.302 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:10.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:10.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:10.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:10.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:11 smithi203 ceph-mon[117428]: from='client.94272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:11 smithi203 ceph-mon[117428]: pgmap v3031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:11 smithi137 ceph-mon[117020]: from='client.94272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:11 smithi137 ceph-mon[117020]: pgmap v3031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:11 smithi066 ceph-mon[112137]: from='client.94272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:11 smithi066 ceph-mon[112137]: pgmap v3031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:12 smithi066 ceph-mon[112137]: pgmap v3032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:12 smithi203 ceph-mon[117428]: pgmap v3032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:12 smithi137 ceph-mon[117020]: pgmap v3032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:15.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:15.304 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:15.304 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:15 smithi203 ceph-mon[117428]: pgmap v3033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:15 smithi137 ceph-mon[117020]: pgmap v3033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:15 smithi066 ceph-mon[112137]: pgmap v3033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:16.036 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:16.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:16.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:16.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:16.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:17 smithi203 ceph-mon[117428]: from='client.94347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:17 smithi203 ceph-mon[117428]: pgmap v3034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:17 smithi137 ceph-mon[117020]: from='client.94347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:17 smithi137 ceph-mon[117020]: pgmap v3034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:17 smithi066 ceph-mon[112137]: from='client.94347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:17 smithi066 ceph-mon[112137]: pgmap v3034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:19 smithi203 ceph-mon[117428]: pgmap v3035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:19 smithi137 ceph-mon[117020]: pgmap v3035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:19 smithi066 ceph-mon[112137]: pgmap v3035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:21.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:21.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:21.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:21 smithi203 ceph-mon[117428]: pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:21 smithi137 ceph-mon[117020]: pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:21 smithi066 ceph-mon[112137]: pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:21.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:21.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:21.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:21.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:21.755 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:22 smithi137 ceph-mon[117020]: from='client.94425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:22 smithi066 ceph-mon[112137]: from='client.94425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:22 smithi203 ceph-mon[117428]: from='client.94425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:23 smithi137 ceph-mon[117020]: pgmap v3037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:23 smithi066 ceph-mon[112137]: pgmap v3037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:23 smithi203 ceph-mon[117428]: pgmap v3037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:25 smithi137 ceph-mon[117020]: pgmap v3038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:25 smithi066 ceph-mon[112137]: pgmap v3038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:25 smithi203 ceph-mon[117428]: pgmap v3038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:26.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:26.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:26.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:27 smithi137 ceph-mon[117020]: pgmap v3039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:27.475 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:27.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:27.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:27.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:27.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:27 smithi066 ceph-mon[112137]: pgmap v3039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:27 smithi203 ceph-mon[117428]: pgmap v3039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:28.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:28 smithi137 ceph-mon[117020]: from='client.94497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:28 smithi066 ceph-mon[112137]: from='client.94497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:28 smithi203 ceph-mon[117428]: from='client.94497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:29 smithi137 ceph-mon[117020]: pgmap v3040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:29 smithi066 ceph-mon[112137]: pgmap v3040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:29 smithi203 ceph-mon[117428]: pgmap v3040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:31 smithi137 ceph-mon[117020]: pgmap v3041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:31 smithi066 ceph-mon[112137]: pgmap v3041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:31 smithi203 ceph-mon[117428]: pgmap v3041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:32.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:32.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:32.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:32 smithi066 ceph-mon[112137]: pgmap v3042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:32 smithi203 ceph-mon[117428]: pgmap v3042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:32 smithi137 ceph-mon[117020]: pgmap v3042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:33.212 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:33.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:33.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:33.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:33.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:33.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:33 smithi066 ceph-mon[112137]: from='client.94572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:34.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:33 smithi203 ceph-mon[117428]: from='client.94572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:34.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:33 smithi137 ceph-mon[117020]: from='client.94572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:34 smithi066 ceph-mon[112137]: pgmap v3043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:35.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:34 smithi203 ceph-mon[117428]: pgmap v3043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:35.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:34 smithi137 ceph-mon[117020]: pgmap v3043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:37 smithi203 ceph-mon[117428]: pgmap v3044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:37 smithi137 ceph-mon[117020]: pgmap v3044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:37 smithi066 ceph-mon[112137]: pgmap v3044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:38.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:38.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:38.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:38.939 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:38.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:38.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:38.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:38.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:39 smithi137 ceph-mon[117020]: pgmap v3045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:39 smithi066 ceph-mon[112137]: pgmap v3045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:39 smithi203 ceph-mon[117428]: pgmap v3045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:40.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:40 smithi137 ceph-mon[117020]: from='client.94647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:40 smithi066 ceph-mon[112137]: from='client.94647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:40 smithi203 ceph-mon[117428]: from='client.94647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:41 smithi137 ceph-mon[117020]: pgmap v3046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:41 smithi066 ceph-mon[112137]: pgmap v3046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:41.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:41 smithi203 ceph-mon[117428]: pgmap v3046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:42 smithi066 ceph-mon[112137]: pgmap v3047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:42 smithi203 ceph-mon[117428]: pgmap v3047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:42 smithi137 ceph-mon[117020]: pgmap v3047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:43.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:43.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:43.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:44.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:44.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:44.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:44.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:44.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:45 smithi203 ceph-mon[117428]: pgmap v3048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:45 smithi203 ceph-mon[117428]: from='client.94722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:45 smithi137 ceph-mon[117020]: pgmap v3048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:45 smithi137 ceph-mon[117020]: from='client.94722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:45 smithi066 ceph-mon[112137]: pgmap v3048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:45 smithi066 ceph-mon[112137]: from='client.94722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:47 smithi137 ceph-mon[117020]: pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:54:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:47 smithi066 ceph-mon[112137]: pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:54:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:47 smithi203 ceph-mon[117428]: pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:54:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:49 smithi137 ceph-mon[117020]: pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:54:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:49 smithi066 ceph-mon[112137]: pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:54:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:49 smithi203 ceph-mon[117428]: pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:54:49.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:49.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:49.663 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:50.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:50.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:50.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:50.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:50.392 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:51 smithi137 ceph-mon[117020]: pgmap v3051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:51 smithi137 ceph-mon[117020]: from='client.94800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:51 smithi066 ceph-mon[112137]: pgmap v3051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:51 smithi066 ceph-mon[112137]: from='client.94800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:51 smithi203 ceph-mon[117428]: pgmap v3051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:51 smithi203 ceph-mon[117428]: from='client.94800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:52 smithi066 ceph-mon[112137]: pgmap v3052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:52 smithi203 ceph-mon[117428]: pgmap v3052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:52 smithi137 ceph-mon[117020]: pgmap v3052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:53.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:54:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:54:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:54:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: pgmap v3053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:54:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:54:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: pgmap v3053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: pgmap v3053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:54:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:54:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:54:55.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:54:55.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:55.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:56.123 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:54:56.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:56.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:56.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:56.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:54:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:57 smithi137 ceph-mon[117020]: from='client.94875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:57 smithi137 ceph-mon[117020]: pgmap v3054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:57 smithi066 ceph-mon[112137]: from='client.94875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:57 smithi066 ceph-mon[112137]: pgmap v3054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:57 smithi203 ceph-mon[117428]: from='client.94875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:57 smithi203 ceph-mon[117428]: pgmap v3054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:54:59 smithi137 ceph-mon[117020]: pgmap v3055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:54:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:54:59 smithi066 ceph-mon[112137]: pgmap v3055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:54:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:54:59 smithi203 ceph-mon[117428]: pgmap v3055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:55:01.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:01.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:01.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:01 smithi137 ceph-mon[117020]: pgmap v3056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:55:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:01 smithi066 ceph-mon[112137]: pgmap v3056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:55:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:01 smithi203 ceph-mon[117428]: pgmap v3056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:55:01.841 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:01.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:01.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:01.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:01.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:02 smithi137 ceph-mon[117020]: from='client.94947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:02 smithi066 ceph-mon[112137]: from='client.94947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:02 smithi203 ceph-mon[117428]: from='client.94947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:03 smithi137 ceph-mon[117020]: pgmap v3057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:03 smithi066 ceph-mon[112137]: pgmap v3057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:03 smithi203 ceph-mon[117428]: pgmap v3057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:05 smithi137 ceph-mon[117020]: pgmap v3058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:05 smithi066 ceph-mon[112137]: pgmap v3058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:05 smithi203 ceph-mon[117428]: pgmap v3058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:06.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:06.844 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:06.844 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:07 smithi137 ceph-mon[117020]: pgmap v3059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:07 smithi066 ceph-mon[112137]: pgmap v3059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:07.567 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:07.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:07.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:07.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:07.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:07 smithi203 ceph-mon[117428]: pgmap v3059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:08 smithi137 ceph-mon[117020]: from='client.95019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:08 smithi066 ceph-mon[112137]: from='client.95019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:08 smithi203 ceph-mon[117428]: from='client.95019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:09 smithi137 ceph-mon[117020]: pgmap v3060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:09 smithi066 ceph-mon[112137]: pgmap v3060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:09 smithi203 ceph-mon[117428]: pgmap v3060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:11 smithi137 ceph-mon[117020]: pgmap v3061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:11 smithi066 ceph-mon[112137]: pgmap v3061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:11 smithi203 ceph-mon[117428]: pgmap v3061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:12.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:12.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:12.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:12 smithi066 ceph-mon[112137]: pgmap v3062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:12 smithi203 ceph-mon[117428]: pgmap v3062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:12 smithi137 ceph-mon[117020]: pgmap v3062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:13.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:13.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:13 smithi066 ceph-mon[112137]: from='client.95097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:14.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:13 smithi203 ceph-mon[117428]: from='client.95097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:14.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:13 smithi137 ceph-mon[117020]: from='client.95097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:14 smithi066 ceph-mon[112137]: pgmap v3063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:15.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:14 smithi203 ceph-mon[117428]: pgmap v3063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:15.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:14 smithi137 ceph-mon[117020]: pgmap v3063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:17.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:17 smithi137 ceph-mon[117020]: pgmap v3064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:17 smithi066 ceph-mon[112137]: pgmap v3064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:17 smithi203 ceph-mon[117428]: pgmap v3064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:18.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:18.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:18.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:19.029 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:19.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:19.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:19.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:19.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:19 smithi137 ceph-mon[117020]: pgmap v3065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:19 smithi066 ceph-mon[112137]: pgmap v3065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:19 smithi203 ceph-mon[117428]: pgmap v3065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:20 smithi137 ceph-mon[117020]: from='client.95175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:20 smithi066 ceph-mon[112137]: from='client.95175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:20 smithi203 ceph-mon[117428]: from='client.95175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:21 smithi137 ceph-mon[117020]: pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:21 smithi066 ceph-mon[112137]: pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:21 smithi203 ceph-mon[117428]: pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:22 smithi066 ceph-mon[112137]: pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:22 smithi203 ceph-mon[117428]: pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:22 smithi137 ceph-mon[117020]: pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:24.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:24.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:24.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:24.749 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:24.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:24.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:24.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:24.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:25 smithi137 ceph-mon[117020]: pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:25 smithi137 ceph-mon[117020]: from='client.95253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:25 smithi066 ceph-mon[112137]: pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:25 smithi066 ceph-mon[112137]: from='client.95253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:25 smithi203 ceph-mon[117428]: pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:25 smithi203 ceph-mon[117428]: from='client.95253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:27 smithi137 ceph-mon[117020]: pgmap v3069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T18:55:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:27 smithi066 ceph-mon[112137]: pgmap v3069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T18:55:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:27 smithi203 ceph-mon[117428]: pgmap v3069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T18:55:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:29 smithi137 ceph-mon[117020]: pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T18:55:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:29 smithi066 ceph-mon[112137]: pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T18:55:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:29 smithi203 ceph-mon[117428]: pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T18:55:29.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:29.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:29.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:30.477 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:30.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:30.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:31 smithi137 ceph-mon[117020]: pgmap v3071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:31 smithi137 ceph-mon[117020]: from='client.95331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:31 smithi066 ceph-mon[112137]: pgmap v3071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:31 smithi066 ceph-mon[112137]: from='client.95331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:31 smithi203 ceph-mon[117428]: pgmap v3071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:31 smithi203 ceph-mon[117428]: from='client.95331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:32 smithi066 ceph-mon[112137]: pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:32 smithi203 ceph-mon[117428]: pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:32 smithi137 ceph-mon[117020]: pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:35 smithi137 ceph-mon[117020]: pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:35.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:35.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:35.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:35 smithi066 ceph-mon[112137]: pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:35 smithi203 ceph-mon[117428]: pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:36.193 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:36.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:36.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:36.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:36.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:37 smithi137 ceph-mon[117020]: from='client.95406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:37 smithi137 ceph-mon[117020]: pgmap v3074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:37 smithi066 ceph-mon[112137]: from='client.95406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:37 smithi066 ceph-mon[112137]: pgmap v3074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:37 smithi203 ceph-mon[117428]: from='client.95406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:37 smithi203 ceph-mon[117428]: pgmap v3074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:39 smithi137 ceph-mon[117020]: pgmap v3075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T18:55:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:39 smithi066 ceph-mon[112137]: pgmap v3075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T18:55:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:39 smithi203 ceph-mon[117428]: pgmap v3075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T18:55:41.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:41.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:41.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:41 smithi137 ceph-mon[117020]: pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T18:55:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:41 smithi066 ceph-mon[112137]: pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T18:55:41.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:41 smithi203 ceph-mon[117428]: pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T18:55:41.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:41.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:41.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:41.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:41.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:42 smithi066 ceph-mon[112137]: from='client.95484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:42 smithi066 ceph-mon[112137]: pgmap v3077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:42 smithi203 ceph-mon[117428]: from='client.95484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:42 smithi203 ceph-mon[117428]: pgmap v3077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:42 smithi137 ceph-mon[117020]: from='client.95484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:42 smithi137 ceph-mon[117020]: pgmap v3077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:45 smithi137 ceph-mon[117020]: pgmap v3078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:45 smithi066 ceph-mon[112137]: pgmap v3078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:45 smithi203 ceph-mon[117428]: pgmap v3078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:46.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:46.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:46.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:47 smithi137 ceph-mon[117020]: pgmap v3079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:47 smithi066 ceph-mon[112137]: pgmap v3079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:47 smithi203 ceph-mon[117428]: pgmap v3079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:47.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:47.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:47.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:47.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:47.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:48.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:48 smithi137 ceph-mon[117020]: from='client.95562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:48 smithi066 ceph-mon[112137]: from='client.95562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:48 smithi203 ceph-mon[117428]: from='client.95562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:49 smithi137 ceph-mon[117020]: pgmap v3080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:49 smithi066 ceph-mon[112137]: pgmap v3080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:49 smithi203 ceph-mon[117428]: pgmap v3080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:51 smithi137 ceph-mon[117020]: pgmap v3081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:51 smithi066 ceph-mon[112137]: pgmap v3081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:51 smithi203 ceph-mon[117428]: pgmap v3081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:52.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:52.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:52.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:52 smithi066 ceph-mon[112137]: pgmap v3082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:52 smithi203 ceph-mon[117428]: pgmap v3082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:52 smithi137 ceph-mon[117020]: pgmap v3082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:53.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:53.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:53.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:53.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:53.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:53 smithi066 ceph-mon[112137]: from='client.95634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:53 smithi203 ceph-mon[117428]: from='client.95634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:53 smithi137 ceph-mon[117020]: from='client.95634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:54 smithi066 ceph-mon[112137]: pgmap v3083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:55.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:54 smithi203 ceph-mon[117428]: pgmap v3083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:54 smithi137 ceph-mon[117020]: pgmap v3083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:55.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:55:55.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:55:55.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:55:55.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:55:56.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:55:56.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:55:56.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:55:56.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:55:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:55:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:55:56.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:55:56.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:55:56.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:56 smithi066 ceph-mon[112137]: pgmap v3084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:56 smithi203 ceph-mon[117428]: pgmap v3084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:56 smithi137 ceph-mon[117020]: pgmap v3084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:58.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:55:58.370 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:58.370 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:59.093 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:55:59.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:59.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:59.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:59.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:55:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:55:59 smithi137 ceph-mon[117020]: pgmap v3085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:55:59 smithi066 ceph-mon[112137]: pgmap v3085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:55:59 smithi203 ceph-mon[117428]: pgmap v3085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:00 smithi137 ceph-mon[117020]: from='client.95706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:00 smithi066 ceph-mon[112137]: from='client.95706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:00 smithi203 ceph-mon[117428]: from='client.95706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:01 smithi137 ceph-mon[117020]: pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:01 smithi066 ceph-mon[112137]: pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:01 smithi203 ceph-mon[117428]: pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:02 smithi066 ceph-mon[112137]: pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:02 smithi203 ceph-mon[117428]: pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:02 smithi137 ceph-mon[117020]: pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:04.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:04.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:04.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:04.810 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:04.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:04.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:04.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:04.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:05 smithi137 ceph-mon[117020]: pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:05 smithi137 ceph-mon[117020]: from='client.95784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:05 smithi066 ceph-mon[112137]: pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:05 smithi066 ceph-mon[112137]: from='client.95784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:05 smithi203 ceph-mon[117428]: pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:05 smithi203 ceph-mon[117428]: from='client.95784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:07 smithi137 ceph-mon[117020]: pgmap v3089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:56:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:07 smithi066 ceph-mon[112137]: pgmap v3089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:56:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:07 smithi203 ceph-mon[117428]: pgmap v3089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:56:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:09 smithi137 ceph-mon[117020]: pgmap v3090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:56:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:09 smithi066 ceph-mon[112137]: pgmap v3090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:56:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:09 smithi203 ceph-mon[117428]: pgmap v3090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:56:09.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:09.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:09.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:10.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:10.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:10.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:10.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:10.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:11 smithi137 ceph-mon[117020]: pgmap v3091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:11 smithi137 ceph-mon[117020]: from='client.95859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:11 smithi066 ceph-mon[112137]: pgmap v3091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:11 smithi066 ceph-mon[112137]: from='client.95859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:11 smithi203 ceph-mon[117428]: pgmap v3091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:11 smithi203 ceph-mon[117428]: from='client.95859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:12 smithi066 ceph-mon[112137]: pgmap v3092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:12 smithi203 ceph-mon[117428]: pgmap v3092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:12 smithi137 ceph-mon[117020]: pgmap v3092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:15 smithi137 ceph-mon[117020]: pgmap v3093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:15 smithi066 ceph-mon[112137]: pgmap v3093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:15.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:15.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:15.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:15 smithi203 ceph-mon[117428]: pgmap v3093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:16.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:16.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:16.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:16.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:16.268 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:17 smithi137 ceph-mon[117020]: from='client.95937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:17 smithi137 ceph-mon[117020]: pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:17 smithi066 ceph-mon[112137]: from='client.95937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:17 smithi066 ceph-mon[112137]: pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:17 smithi203 ceph-mon[117428]: from='client.95937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:17 smithi203 ceph-mon[117428]: pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:19 smithi137 ceph-mon[117020]: pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:56:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:19 smithi066 ceph-mon[112137]: pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:56:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:19 smithi203 ceph-mon[117428]: pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:56:21.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:21.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:21.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:21 smithi137 ceph-mon[117020]: pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:56:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:21 smithi066 ceph-mon[112137]: pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:56:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:21 smithi203 ceph-mon[117428]: pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:56:21.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:21.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:21.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:21.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:21.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:22 smithi066 ceph-mon[112137]: from='client.96012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:22 smithi066 ceph-mon[112137]: pgmap v3097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:22 smithi203 ceph-mon[117428]: from='client.96012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:22 smithi203 ceph-mon[117428]: pgmap v3097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:22 smithi137 ceph-mon[117020]: from='client.96012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:22 smithi137 ceph-mon[117020]: pgmap v3097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:25 smithi137 ceph-mon[117020]: pgmap v3098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:25 smithi066 ceph-mon[112137]: pgmap v3098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:25 smithi203 ceph-mon[117428]: pgmap v3098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:26.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:26.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:26.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:27 smithi137 ceph-mon[117020]: pgmap v3099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:27 smithi066 ceph-mon[112137]: pgmap v3099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:27 smithi203 ceph-mon[117428]: pgmap v3099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:27.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:27.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:27.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:27.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:27.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:28.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:28 smithi137 ceph-mon[117020]: from='client.96087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:28 smithi066 ceph-mon[112137]: from='client.96087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:28 smithi203 ceph-mon[117428]: from='client.96087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:29 smithi137 ceph-mon[117020]: pgmap v3100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:29 smithi066 ceph-mon[112137]: pgmap v3100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:29 smithi203 ceph-mon[117428]: pgmap v3100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:31 smithi137 ceph-mon[117020]: pgmap v3101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:31 smithi066 ceph-mon[112137]: pgmap v3101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:31 smithi203 ceph-mon[117428]: pgmap v3101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:32.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:32.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:32.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:32 smithi066 ceph-mon[112137]: pgmap v3102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:32 smithi203 ceph-mon[117428]: pgmap v3102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:32 smithi137 ceph-mon[117020]: pgmap v3102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:33.448 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:33.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:33.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:33 smithi066 ceph-mon[112137]: from='client.96162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:33 smithi203 ceph-mon[117428]: from='client.96162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:34.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:33 smithi137 ceph-mon[117020]: from='client.96162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:34 smithi066 ceph-mon[112137]: pgmap v3103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:35.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:34 smithi203 ceph-mon[117428]: pgmap v3103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:35.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:34 smithi137 ceph-mon[117020]: pgmap v3103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:37 smithi137 ceph-mon[117020]: pgmap v3104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:37 smithi066 ceph-mon[112137]: pgmap v3104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:37 smithi203 ceph-mon[117428]: pgmap v3104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:38.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:38.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:38.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:39.171 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:39.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:39.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:39.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:39.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:39 smithi137 ceph-mon[117020]: pgmap v3105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:39 smithi066 ceph-mon[112137]: pgmap v3105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:39 smithi203 ceph-mon[117428]: pgmap v3105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:40.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:40 smithi137 ceph-mon[117020]: from='client.96234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:40 smithi066 ceph-mon[112137]: from='client.96234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:40 smithi203 ceph-mon[117428]: from='client.96234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:41 smithi137 ceph-mon[117020]: pgmap v3106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:41 smithi066 ceph-mon[112137]: pgmap v3106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:41 smithi203 ceph-mon[117428]: pgmap v3106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:42 smithi066 ceph-mon[112137]: pgmap v3107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:42 smithi203 ceph-mon[117428]: pgmap v3107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:42 smithi137 ceph-mon[117020]: pgmap v3107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:44.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:44.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:44.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:44.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:44.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:44.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:44.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:44.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:45 smithi137 ceph-mon[117020]: pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:45 smithi137 ceph-mon[117020]: from='client.96309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:45 smithi066 ceph-mon[112137]: pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:45 smithi066 ceph-mon[112137]: from='client.96309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:45 smithi203 ceph-mon[117428]: pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:45 smithi203 ceph-mon[117428]: from='client.96309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:47 smithi137 ceph-mon[117020]: pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:56:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:47 smithi066 ceph-mon[112137]: pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:56:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:47 smithi203 ceph-mon[117428]: pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:56:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:49 smithi137 ceph-mon[117020]: pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:56:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:49 smithi066 ceph-mon[112137]: pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:56:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:49 smithi203 ceph-mon[117428]: pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:56:49.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:49.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:49.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:50.640 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:50.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:50.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:50.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:50.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:51 smithi137 ceph-mon[117020]: pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:51 smithi137 ceph-mon[117020]: from='client.96378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:51 smithi066 ceph-mon[112137]: pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:51 smithi066 ceph-mon[112137]: from='client.96378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:51 smithi203 ceph-mon[117428]: pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:51 smithi203 ceph-mon[117428]: from='client.96378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:52 smithi066 ceph-mon[112137]: pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:52 smithi203 ceph-mon[117428]: pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:52 smithi137 ceph-mon[117020]: pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:55 smithi137 ceph-mon[117020]: pgmap v3113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:55 smithi066 ceph-mon[112137]: pgmap v3113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:55.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:55 smithi203 ceph-mon[117428]: pgmap v3113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:55.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:56:55.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:55.642 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:56.363 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:56:56.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:56.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:56.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:56.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:56:56.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:56:56.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:56:56.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:56:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:56:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:56:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:56:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:56:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:56:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:56:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:56:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:56:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:56:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:57 smithi137 ceph-mon[117020]: from='client.96453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:57 smithi137 ceph-mon[117020]: pgmap v3114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:57 smithi066 ceph-mon[112137]: from='client.96453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:57 smithi066 ceph-mon[112137]: pgmap v3114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:57 smithi203 ceph-mon[117428]: from='client.96453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:57 smithi203 ceph-mon[117428]: pgmap v3114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:56:59 smithi137 ceph-mon[117020]: pgmap v3115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:56:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:56:59 smithi066 ceph-mon[112137]: pgmap v3115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:56:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:56:59 smithi203 ceph-mon[117428]: pgmap v3115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:57:01.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:01.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:01.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:01 smithi137 ceph-mon[117020]: pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:57:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:01 smithi066 ceph-mon[112137]: pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:57:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:01 smithi203 ceph-mon[117428]: pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:57:02.090 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:02.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:02.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:02.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:02.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:02 smithi066 ceph-mon[112137]: from='client.96531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:02 smithi066 ceph-mon[112137]: pgmap v3117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:02 smithi203 ceph-mon[117428]: from='client.96531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:02 smithi203 ceph-mon[117428]: pgmap v3117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:02 smithi137 ceph-mon[117020]: from='client.96531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:02 smithi137 ceph-mon[117020]: pgmap v3117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:05 smithi137 ceph-mon[117020]: pgmap v3118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:05 smithi066 ceph-mon[112137]: pgmap v3118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:05 smithi203 ceph-mon[117428]: pgmap v3118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:07.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:07.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:07.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:07 smithi137 ceph-mon[117020]: pgmap v3119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:07 smithi066 ceph-mon[112137]: pgmap v3119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:07 smithi203 ceph-mon[117428]: pgmap v3119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:07.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:07.813 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:07.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:07.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:07.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:08 smithi137 ceph-mon[117020]: from='client.96609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:08 smithi066 ceph-mon[112137]: from='client.96609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:08 smithi203 ceph-mon[117428]: from='client.96609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:09 smithi137 ceph-mon[117020]: pgmap v3120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:09 smithi066 ceph-mon[112137]: pgmap v3120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:09 smithi203 ceph-mon[117428]: pgmap v3120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:11 smithi137 ceph-mon[117020]: pgmap v3121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:11 smithi066 ceph-mon[112137]: pgmap v3121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:11 smithi203 ceph-mon[117428]: pgmap v3121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:12.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:12.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:12.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:12 smithi066 ceph-mon[112137]: pgmap v3122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:12 smithi203 ceph-mon[117428]: pgmap v3122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:12 smithi137 ceph-mon[117020]: pgmap v3122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:13.557 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:13.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:13.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:13.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:13.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:13.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:13 smithi066 ceph-mon[112137]: from='client.96687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:13 smithi203 ceph-mon[117428]: from='client.96687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:14.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:13 smithi137 ceph-mon[117020]: from='client.96687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:14 smithi066 ceph-mon[112137]: pgmap v3123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:14 smithi203 ceph-mon[117428]: pgmap v3123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:15.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:14 smithi137 ceph-mon[117020]: pgmap v3123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:17 smithi137 ceph-mon[117020]: pgmap v3124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:17 smithi066 ceph-mon[112137]: pgmap v3124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:17 smithi203 ceph-mon[117428]: pgmap v3124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:18.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:18.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:18.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:19.287 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:19.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:19.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:19.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:19.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:19 smithi137 ceph-mon[117020]: pgmap v3125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:19 smithi066 ceph-mon[112137]: pgmap v3125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:19 smithi203 ceph-mon[117428]: pgmap v3125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:20 smithi137 ceph-mon[117020]: from='client.96762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:20 smithi066 ceph-mon[112137]: from='client.96762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:20 smithi203 ceph-mon[117428]: from='client.96762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:21 smithi137 ceph-mon[117020]: pgmap v3126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:21 smithi066 ceph-mon[112137]: pgmap v3126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:21 smithi203 ceph-mon[117428]: pgmap v3126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:22 smithi066 ceph-mon[112137]: pgmap v3127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:22 smithi203 ceph-mon[117428]: pgmap v3127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:22 smithi137 ceph-mon[117020]: pgmap v3127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:24.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:24.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:24.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:25.018 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:25.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:25.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:25.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:25.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:25 smithi137 ceph-mon[117020]: pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:25 smithi066 ceph-mon[112137]: pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:25 smithi203 ceph-mon[117428]: pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:26 smithi137 ceph-mon[117020]: from='client.96837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:26 smithi066 ceph-mon[112137]: from='client.96837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:26 smithi203 ceph-mon[117428]: from='client.96837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:27 smithi137 ceph-mon[117020]: pgmap v3129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:27 smithi066 ceph-mon[112137]: pgmap v3129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:27 smithi203 ceph-mon[117428]: pgmap v3129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:29 smithi137 ceph-mon[117020]: pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:29 smithi066 ceph-mon[112137]: pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:29 smithi203 ceph-mon[117428]: pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:30.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:30.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:30.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:30.740 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:30.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:30.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:30.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:30.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:31 smithi137 ceph-mon[117020]: pgmap v3131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:31 smithi137 ceph-mon[117020]: from='client.96912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:31 smithi066 ceph-mon[112137]: pgmap v3131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:31 smithi066 ceph-mon[112137]: from='client.96912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:31 smithi203 ceph-mon[117428]: pgmap v3131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:31 smithi203 ceph-mon[117428]: from='client.96912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:32 smithi066 ceph-mon[112137]: pgmap v3132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:32 smithi203 ceph-mon[117428]: pgmap v3132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:32 smithi137 ceph-mon[117020]: pgmap v3132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:35 smithi137 ceph-mon[117020]: pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:35 smithi066 ceph-mon[112137]: pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:35 smithi203 ceph-mon[117428]: pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:35.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:35.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:35.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:36.472 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:36.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:36.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:36.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:36.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:37 smithi137 ceph-mon[117020]: pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:37 smithi137 ceph-mon[117020]: from='client.96990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:37 smithi066 ceph-mon[112137]: pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:37 smithi066 ceph-mon[112137]: from='client.96990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:37 smithi203 ceph-mon[117428]: pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:37 smithi203 ceph-mon[117428]: from='client.96990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:39 smithi137 ceph-mon[117020]: pgmap v3135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:39 smithi066 ceph-mon[112137]: pgmap v3135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:39 smithi203 ceph-mon[117428]: pgmap v3135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:41 smithi137 ceph-mon[117020]: pgmap v3136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:41.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:41.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:41.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:41 smithi066 ceph-mon[112137]: pgmap v3136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:41 smithi203 ceph-mon[117428]: pgmap v3136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:42.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:42.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:42.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:42.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:42.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:42 smithi066 ceph-mon[112137]: from='client.97068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:42 smithi066 ceph-mon[112137]: pgmap v3137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:42 smithi203 ceph-mon[117428]: from='client.97068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:42 smithi203 ceph-mon[117428]: pgmap v3137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:42 smithi137 ceph-mon[117020]: from='client.97068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:42 smithi137 ceph-mon[117020]: pgmap v3137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:45 smithi137 ceph-mon[117020]: pgmap v3138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:45 smithi066 ceph-mon[112137]: pgmap v3138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:45 smithi203 ceph-mon[117428]: pgmap v3138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:47.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:47.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:47.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:47 smithi137 ceph-mon[117020]: pgmap v3139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:47 smithi066 ceph-mon[112137]: pgmap v3139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:47 smithi203 ceph-mon[117428]: pgmap v3139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:47.921 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:47.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:47.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:47.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:47.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:48.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:48 smithi137 ceph-mon[117020]: from='client.97143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:48 smithi066 ceph-mon[112137]: from='client.97143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:48 smithi203 ceph-mon[117428]: from='client.97143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:49 smithi066 ceph-mon[112137]: pgmap v3140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:49 smithi203 ceph-mon[117428]: pgmap v3140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:49 smithi137 ceph-mon[117020]: pgmap v3140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:51 smithi066 ceph-mon[112137]: pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:51 smithi203 ceph-mon[117428]: pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:51 smithi137 ceph-mon[117020]: pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:52.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:52.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:52.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:52 smithi066 ceph-mon[112137]: pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:52 smithi203 ceph-mon[117428]: pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:52 smithi137 ceph-mon[117020]: pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:53.659 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:53.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:53.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:53.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:53.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:53.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:53 smithi066 ceph-mon[112137]: from='client.97215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:53 smithi203 ceph-mon[117428]: from='client.97215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:53 smithi137 ceph-mon[117020]: from='client.97215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:54 smithi066 ceph-mon[112137]: pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:54 smithi203 ceph-mon[117428]: pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:54 smithi137 ceph-mon[117020]: pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:57 smithi137 ceph-mon[117020]: pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:57:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:57:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:57:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:57:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:57 smithi066 ceph-mon[112137]: pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:57:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:57:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:57:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:57:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:57 smithi203 ceph-mon[117428]: pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:57:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:57:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:57:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:57:58.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:57:58.661 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:58.661 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:59.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:57:59.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:59.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:59.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:59.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:57:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:57:59 smithi066 ceph-mon[112137]: pgmap v3145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:57:59 smithi203 ceph-mon[117428]: pgmap v3145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:57:59 smithi137 ceph-mon[117020]: pgmap v3145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:00 smithi066 ceph-mon[112137]: from='client.97290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:00 smithi203 ceph-mon[117428]: from='client.97290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:00 smithi137 ceph-mon[117020]: from='client.97290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:01 smithi066 ceph-mon[112137]: pgmap v3146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:01 smithi203 ceph-mon[117428]: pgmap v3146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:01 smithi137 ceph-mon[117020]: pgmap v3146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:02 smithi066 ceph-mon[112137]: pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:02 smithi203 ceph-mon[117428]: pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:02 smithi137 ceph-mon[117020]: pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:04.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:04.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:04.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:05.093 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:05.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:05.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:05.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:05.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:05 smithi137 ceph-mon[117020]: pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:05 smithi066 ceph-mon[112137]: pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:05 smithi203 ceph-mon[117428]: pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:06 smithi066 ceph-mon[112137]: from='client.97365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:06 smithi203 ceph-mon[117428]: from='client.97365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:06 smithi137 ceph-mon[117020]: from='client.97365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:07 smithi066 ceph-mon[112137]: pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:07 smithi203 ceph-mon[117428]: pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:07 smithi137 ceph-mon[117020]: pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:09 smithi066 ceph-mon[112137]: pgmap v3150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:09 smithi203 ceph-mon[117428]: pgmap v3150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:09 smithi137 ceph-mon[117020]: pgmap v3150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:10.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:10.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:10.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:10.813 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:10.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:10.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:10.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:10.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:11 smithi066 ceph-mon[112137]: pgmap v3151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:11 smithi066 ceph-mon[112137]: from='client.97440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:11 smithi203 ceph-mon[117428]: pgmap v3151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:11 smithi203 ceph-mon[117428]: from='client.97440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:11 smithi137 ceph-mon[117020]: pgmap v3151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:11 smithi137 ceph-mon[117020]: from='client.97440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:12 smithi066 ceph-mon[112137]: pgmap v3152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:12 smithi203 ceph-mon[117428]: pgmap v3152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:12 smithi137 ceph-mon[117020]: pgmap v3152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:15 smithi137 ceph-mon[117020]: pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:15 smithi066 ceph-mon[112137]: pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:15 smithi203 ceph-mon[117428]: pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:15.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:15.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:15.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:16.534 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:16.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:16.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:16.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:16.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:17 smithi066 ceph-mon[112137]: pgmap v3154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:17 smithi066 ceph-mon[112137]: from='client.97515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:17 smithi203 ceph-mon[117428]: pgmap v3154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:17 smithi203 ceph-mon[117428]: from='client.97515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:17 smithi137 ceph-mon[117020]: pgmap v3154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:17 smithi137 ceph-mon[117020]: from='client.97515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:19 smithi066 ceph-mon[112137]: pgmap v3155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:19 smithi203 ceph-mon[117428]: pgmap v3155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:19 smithi137 ceph-mon[117020]: pgmap v3155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:21 smithi066 ceph-mon[112137]: pgmap v3156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:21.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:21.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:21.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:21 smithi203 ceph-mon[117428]: pgmap v3156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:21 smithi137 ceph-mon[117020]: pgmap v3156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:22.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:22.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:22.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:22.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:22.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:22 smithi066 ceph-mon[112137]: from='client.97593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:22 smithi066 ceph-mon[112137]: pgmap v3157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:22 smithi203 ceph-mon[117428]: from='client.97593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:22 smithi203 ceph-mon[117428]: pgmap v3157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:22 smithi137 ceph-mon[117020]: from='client.97593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:22 smithi137 ceph-mon[117020]: pgmap v3157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:25 smithi066 ceph-mon[112137]: pgmap v3158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:25 smithi203 ceph-mon[117428]: pgmap v3158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:25 smithi137 ceph-mon[117020]: pgmap v3158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:27.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:27.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:27.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:27 smithi066 ceph-mon[112137]: pgmap v3159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:27 smithi203 ceph-mon[117428]: pgmap v3159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:27 smithi137 ceph-mon[117020]: pgmap v3159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:28.014 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:28.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:28.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:28.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:28.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:29 smithi066 ceph-mon[112137]: from='client.97671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:29 smithi066 ceph-mon[112137]: pgmap v3160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:29 smithi203 ceph-mon[117428]: from='client.97671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:29 smithi203 ceph-mon[117428]: pgmap v3160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:29 smithi137 ceph-mon[117020]: from='client.97671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:29 smithi137 ceph-mon[117020]: pgmap v3160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:31 smithi066 ceph-mon[112137]: pgmap v3161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:31 smithi203 ceph-mon[117428]: pgmap v3161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:31 smithi137 ceph-mon[117020]: pgmap v3161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:32 smithi066 ceph-mon[112137]: pgmap v3162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:33.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:33.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:33.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:32 smithi203 ceph-mon[117428]: pgmap v3162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:32 smithi137 ceph-mon[117020]: pgmap v3162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:33.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:33.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:33.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:33.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:33.752 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:33.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:33 smithi066 ceph-mon[112137]: from='client.97749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:33 smithi203 ceph-mon[117428]: from='client.97749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:34.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:33 smithi137 ceph-mon[117020]: from='client.97749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:34 smithi066 ceph-mon[112137]: pgmap v3163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:34 smithi203 ceph-mon[117428]: pgmap v3163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:35.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:34 smithi137 ceph-mon[117020]: pgmap v3163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:37 smithi066 ceph-mon[112137]: pgmap v3164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:37 smithi203 ceph-mon[117428]: pgmap v3164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:37 smithi137 ceph-mon[117020]: pgmap v3164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:38.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:38.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:38.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:39.473 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:39.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:39.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:39.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:39.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:39 smithi066 ceph-mon[112137]: pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:39 smithi203 ceph-mon[117428]: pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:39 smithi137 ceph-mon[117020]: pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:40 smithi066 ceph-mon[112137]: from='client.97821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:40 smithi203 ceph-mon[117428]: from='client.97821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:40 smithi137 ceph-mon[117020]: from='client.97821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:41 smithi066 ceph-mon[112137]: pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:41 smithi203 ceph-mon[117428]: pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:41 smithi137 ceph-mon[117020]: pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:42 smithi066 ceph-mon[112137]: pgmap v3167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:42 smithi203 ceph-mon[117428]: pgmap v3167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:42 smithi137 ceph-mon[117020]: pgmap v3167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:44.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:45.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:45.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:45.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:45.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:45.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:45 smithi066 ceph-mon[112137]: pgmap v3168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:45 smithi203 ceph-mon[117428]: pgmap v3168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:45 smithi137 ceph-mon[117020]: pgmap v3168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:46 smithi066 ceph-mon[112137]: from='client.97899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:46 smithi203 ceph-mon[117428]: from='client.97899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:46 smithi137 ceph-mon[117020]: from='client.97899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:47 smithi066 ceph-mon[112137]: pgmap v3169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:47 smithi203 ceph-mon[117428]: pgmap v3169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:47 smithi137 ceph-mon[117020]: pgmap v3169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:49 smithi066 ceph-mon[112137]: pgmap v3170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:49 smithi203 ceph-mon[117428]: pgmap v3170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:49 smithi137 ceph-mon[117020]: pgmap v3170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:50.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:50.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:50.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:50.929 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:50.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:50.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:50.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:50.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:51 smithi066 ceph-mon[112137]: pgmap v3171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:51 smithi066 ceph-mon[112137]: from='client.97977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:51 smithi203 ceph-mon[117428]: pgmap v3171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:51 smithi203 ceph-mon[117428]: from='client.97977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:51 smithi137 ceph-mon[117020]: pgmap v3171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:51 smithi137 ceph-mon[117020]: from='client.97977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:52 smithi066 ceph-mon[112137]: pgmap v3172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:52 smithi203 ceph-mon[117428]: pgmap v3172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:52 smithi137 ceph-mon[117020]: pgmap v3172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:55 smithi066 ceph-mon[112137]: pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:55 smithi203 ceph-mon[117428]: pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:55 smithi137 ceph-mon[117020]: pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:55.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:58:55.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:55.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:56.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:58:56.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:56.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:56.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:56.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:58:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:57 smithi066 ceph-mon[112137]: pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:57 smithi066 ceph-mon[112137]: from='client.98052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:58:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:57 smithi203 ceph-mon[117428]: pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:57 smithi203 ceph-mon[117428]: from='client.98052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:58:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:57 smithi137 ceph-mon[117020]: pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:57 smithi137 ceph-mon[117020]: from='client.98052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:58:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:58:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:58:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:58:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:58:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:58:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:58:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:58:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:58:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:58:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:58:59 smithi137 ceph-mon[117020]: pgmap v3175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:58:59 smithi066 ceph-mon[112137]: pgmap v3175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:58:59 smithi203 ceph-mon[117428]: pgmap v3175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:01 smithi137 ceph-mon[117020]: pgmap v3176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:01.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:01.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:01.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:01 smithi066 ceph-mon[112137]: pgmap v3176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:01 smithi203 ceph-mon[117428]: pgmap v3176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:02.367 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:02.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:02.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:02.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:02.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:02 smithi066 ceph-mon[112137]: from='client.98127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:02 smithi066 ceph-mon[112137]: pgmap v3177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:02 smithi203 ceph-mon[117428]: from='client.98127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:02 smithi203 ceph-mon[117428]: pgmap v3177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:02 smithi137 ceph-mon[117020]: from='client.98127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:02 smithi137 ceph-mon[117020]: pgmap v3177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:05 smithi066 ceph-mon[112137]: pgmap v3178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:05 smithi203 ceph-mon[117428]: pgmap v3178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:05 smithi137 ceph-mon[117020]: pgmap v3178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:07.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:07.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:07.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:07 smithi066 ceph-mon[112137]: pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:07 smithi203 ceph-mon[117428]: pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:07 smithi137 ceph-mon[117020]: pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:08.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:08.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:08.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:08.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:08.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:09 smithi066 ceph-mon[112137]: from='client.98202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:09 smithi066 ceph-mon[112137]: pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:09 smithi203 ceph-mon[117428]: from='client.98202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:09 smithi203 ceph-mon[117428]: pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:09 smithi137 ceph-mon[117020]: from='client.98202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:09 smithi137 ceph-mon[117020]: pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:11 smithi066 ceph-mon[112137]: pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:11 smithi203 ceph-mon[117428]: pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:11 smithi137 ceph-mon[117020]: pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:12 smithi066 ceph-mon[112137]: pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:12 smithi203 ceph-mon[117428]: pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:13.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:13.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:13.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:12 smithi137 ceph-mon[117020]: pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:13.807 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:13.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:13.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:13.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:13.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:13 smithi066 ceph-mon[112137]: from='client.98277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:13 smithi203 ceph-mon[117428]: from='client.98277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:14.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:13 smithi137 ceph-mon[117020]: from='client.98277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:14 smithi066 ceph-mon[112137]: pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:14 smithi203 ceph-mon[117428]: pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:15.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:14 smithi137 ceph-mon[117020]: pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:17 smithi066 ceph-mon[112137]: pgmap v3184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:17 smithi203 ceph-mon[117428]: pgmap v3184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:17 smithi137 ceph-mon[117020]: pgmap v3184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:18.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:18.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:18.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:19 smithi066 ceph-mon[112137]: pgmap v3185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:19.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:19.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:19.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:19.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:19.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:19 smithi203 ceph-mon[117428]: pgmap v3185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:19 smithi137 ceph-mon[117020]: pgmap v3185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:20 smithi066 ceph-mon[112137]: from='client.98352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:20 smithi203 ceph-mon[117428]: from='client.98352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:20 smithi137 ceph-mon[117020]: from='client.98352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:21 smithi066 ceph-mon[112137]: pgmap v3186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:21 smithi203 ceph-mon[117428]: pgmap v3186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:21 smithi137 ceph-mon[117020]: pgmap v3186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:22 smithi066 ceph-mon[112137]: pgmap v3187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:22 smithi203 ceph-mon[117428]: pgmap v3187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:22 smithi137 ceph-mon[117020]: pgmap v3187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:24.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:24.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:24.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:25.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:25.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:25.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:25.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:25.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:25 smithi066 ceph-mon[112137]: pgmap v3188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:25 smithi203 ceph-mon[117428]: pgmap v3188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:25 smithi137 ceph-mon[117020]: pgmap v3188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:26 smithi066 ceph-mon[112137]: from='client.98424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:26 smithi203 ceph-mon[117428]: from='client.98424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:26 smithi137 ceph-mon[117020]: from='client.98424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:27 smithi066 ceph-mon[112137]: pgmap v3189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:27 smithi203 ceph-mon[117428]: pgmap v3189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:27 smithi137 ceph-mon[117020]: pgmap v3189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:29 smithi066 ceph-mon[112137]: pgmap v3190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:29 smithi203 ceph-mon[117428]: pgmap v3190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:29 smithi137 ceph-mon[117020]: pgmap v3190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:30.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:30.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:30.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:30.991 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:30.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:30.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:30.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:30.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:31 smithi066 ceph-mon[112137]: pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:31 smithi203 ceph-mon[117428]: pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:31 smithi137 ceph-mon[117020]: pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:32 smithi066 ceph-mon[112137]: from='client.98499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:32 smithi203 ceph-mon[117428]: from='client.98499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:32 smithi137 ceph-mon[117020]: from='client.98499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:33 smithi066 ceph-mon[112137]: pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:33 smithi203 ceph-mon[117428]: pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:33 smithi137 ceph-mon[117020]: pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:35 smithi066 ceph-mon[112137]: pgmap v3193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:35 smithi203 ceph-mon[117428]: pgmap v3193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:35 smithi137 ceph-mon[117020]: pgmap v3193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:35.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:35.993 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:35.993 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:36.710 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:36.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:36.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:36.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:36.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:37 smithi066 ceph-mon[112137]: pgmap v3194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:37 smithi066 ceph-mon[112137]: from='client.98574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:37 smithi203 ceph-mon[117428]: pgmap v3194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:37 smithi203 ceph-mon[117428]: from='client.98574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:37 smithi137 ceph-mon[117020]: pgmap v3194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:37 smithi137 ceph-mon[117020]: from='client.98574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:39 smithi066 ceph-mon[112137]: pgmap v3195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:39 smithi203 ceph-mon[117428]: pgmap v3195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:39 smithi137 ceph-mon[117020]: pgmap v3195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:41 smithi066 ceph-mon[112137]: pgmap v3196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:41 smithi203 ceph-mon[117428]: pgmap v3196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:41 smithi137 ceph-mon[117020]: pgmap v3196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:41.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:41.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:41.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:42.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:42.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:42.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:42.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:42.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:42 smithi066 ceph-mon[112137]: from='client.98652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:42 smithi066 ceph-mon[112137]: pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:42 smithi203 ceph-mon[117428]: from='client.98652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:42 smithi203 ceph-mon[117428]: pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:42 smithi137 ceph-mon[117020]: from='client.98652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:42 smithi137 ceph-mon[117020]: pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:45 smithi066 ceph-mon[112137]: pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:45 smithi203 ceph-mon[117428]: pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:45 smithi137 ceph-mon[117020]: pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:47.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:47.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:47.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:47 smithi066 ceph-mon[112137]: pgmap v3199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:47 smithi203 ceph-mon[117428]: pgmap v3199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:47 smithi137 ceph-mon[117020]: pgmap v3199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:48.151 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:48.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:48.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:48.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:48.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:49 smithi066 ceph-mon[112137]: from='client.98730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:49 smithi066 ceph-mon[112137]: pgmap v3200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:49 smithi203 ceph-mon[117428]: from='client.98730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:49 smithi203 ceph-mon[117428]: pgmap v3200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:49 smithi137 ceph-mon[117020]: from='client.98730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:49 smithi137 ceph-mon[117020]: pgmap v3200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:51 smithi066 ceph-mon[112137]: pgmap v3201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:51 smithi203 ceph-mon[117428]: pgmap v3201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:51 smithi137 ceph-mon[117020]: pgmap v3201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:52 smithi066 ceph-mon[112137]: pgmap v3202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:52 smithi203 ceph-mon[117428]: pgmap v3202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:52 smithi137 ceph-mon[117020]: pgmap v3202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:53.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:53.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:53.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:53.889 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:53.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:53.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:53.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:53.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T18:59:53.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:53 smithi066 ceph-mon[112137]: from='client.98808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:53 smithi203 ceph-mon[117428]: from='client.98808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:53 smithi137 ceph-mon[117020]: from='client.98808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:54 smithi066 ceph-mon[112137]: pgmap v3203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:54 smithi203 ceph-mon[117428]: pgmap v3203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:54 smithi137 ceph-mon[117020]: pgmap v3203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:57 smithi066 ceph-mon[112137]: pgmap v3204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:57 smithi203 ceph-mon[117428]: pgmap v3204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:57 smithi137 ceph-mon[117020]: pgmap v3204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:59:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:59:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:59:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:59:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:59:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:59:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:59:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:59:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:59:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:59:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:59:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T18:59:58.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T18:59:58.892 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:58.892 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 18:59:59 smithi066 ceph-mon[112137]: pgmap v3205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 18:59:59 smithi203 ceph-mon[117428]: pgmap v3205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 18:59:59 smithi137 ceph-mon[117020]: pgmap v3205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:59.622 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T18:59:59.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:59.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:59.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:59.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:00 smithi066 ceph-mon[112137]: from='client.98877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T19:00:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:00 smithi203 ceph-mon[117428]: from='client.98877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T19:00:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:00 smithi137 ceph-mon[117020]: from='client.98877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T19:00:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:01 smithi066 ceph-mon[112137]: pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:00:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:01 smithi203 ceph-mon[117428]: pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:00:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:01 smithi137 ceph-mon[117020]: pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:00:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:02 smithi066 ceph-mon[112137]: pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:02 smithi203 ceph-mon[117428]: pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:02 smithi137 ceph-mon[117020]: pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:04.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:04.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:04.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:05.338 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:05.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:05.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:05.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:05.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:05 smithi066 ceph-mon[112137]: pgmap v3208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:05 smithi203 ceph-mon[117428]: pgmap v3208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:05 smithi137 ceph-mon[117020]: pgmap v3208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:06 smithi066 ceph-mon[112137]: from='client.98952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:06 smithi203 ceph-mon[117428]: from='client.98952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:06 smithi137 ceph-mon[117020]: from='client.98952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:07 smithi066 ceph-mon[112137]: pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:07 smithi203 ceph-mon[117428]: pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:07 smithi137 ceph-mon[117020]: pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:09 smithi066 ceph-mon[112137]: pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:09 smithi203 ceph-mon[117428]: pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:09 smithi137 ceph-mon[117020]: pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:10.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:10.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:10.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:11.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:11.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:11.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:11.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:11.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:11 smithi066 ceph-mon[112137]: pgmap v3211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:11 smithi203 ceph-mon[117428]: pgmap v3211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:11 smithi137 ceph-mon[117020]: pgmap v3211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:12 smithi066 ceph-mon[112137]: from='client.99027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:12 smithi203 ceph-mon[117428]: from='client.99027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:12 smithi137 ceph-mon[117020]: from='client.99027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:13 smithi066 ceph-mon[112137]: pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:13 smithi203 ceph-mon[117428]: pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:13 smithi137 ceph-mon[117020]: pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:15 smithi066 ceph-mon[112137]: pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:15 smithi203 ceph-mon[117428]: pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:15 smithi137 ceph-mon[117020]: pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:16.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:16.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:16.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:16.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:16.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:16.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:16.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:16.802 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:17 smithi066 ceph-mon[112137]: pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:00:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:17 smithi066 ceph-mon[112137]: from='client.99099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:17 smithi203 ceph-mon[117428]: pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:00:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:17 smithi203 ceph-mon[117428]: from='client.99099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:17 smithi137 ceph-mon[117020]: pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:00:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:17 smithi137 ceph-mon[117020]: from='client.99099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:19 smithi066 ceph-mon[112137]: pgmap v3215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:19 smithi203 ceph-mon[117428]: pgmap v3215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:19 smithi137 ceph-mon[117020]: pgmap v3215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:21 smithi066 ceph-mon[112137]: pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:21 smithi203 ceph-mon[117428]: pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:21 smithi137 ceph-mon[117020]: pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:21.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:21.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:21.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:22.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:22.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:22.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:22.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:22.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:22 smithi066 ceph-mon[112137]: pgmap v3217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:22 smithi066 ceph-mon[112137]: from='client.99174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:22 smithi203 ceph-mon[117428]: pgmap v3217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:22 smithi203 ceph-mon[117428]: from='client.99174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:22 smithi137 ceph-mon[117020]: pgmap v3217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:22 smithi137 ceph-mon[117020]: from='client.99174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:25 smithi066 ceph-mon[112137]: pgmap v3218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:25 smithi203 ceph-mon[117428]: pgmap v3218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:25 smithi137 ceph-mon[117020]: pgmap v3218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:27 smithi066 ceph-mon[112137]: pgmap v3219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:27.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:27.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:27.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:27 smithi203 ceph-mon[117428]: pgmap v3219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:27 smithi137 ceph-mon[117020]: pgmap v3219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:28.255 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:28.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:28.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:28.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:28.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:29 smithi066 ceph-mon[112137]: from='client.99246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:29 smithi066 ceph-mon[112137]: pgmap v3220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:29 smithi203 ceph-mon[117428]: from='client.99246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:29 smithi203 ceph-mon[117428]: pgmap v3220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:29 smithi137 ceph-mon[117020]: from='client.99246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:29 smithi137 ceph-mon[117020]: pgmap v3220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:31 smithi066 ceph-mon[112137]: pgmap v3221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:31 smithi203 ceph-mon[117428]: pgmap v3221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:31 smithi137 ceph-mon[117020]: pgmap v3221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:32 smithi066 ceph-mon[112137]: pgmap v3222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:32 smithi203 ceph-mon[117428]: pgmap v3222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:32 smithi137 ceph-mon[117020]: pgmap v3222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:33.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:33.257 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:33.257 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:34.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:34.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:34.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:34.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:34.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:35 smithi066 ceph-mon[112137]: from='client.99321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:35 smithi066 ceph-mon[112137]: pgmap v3223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:35 smithi203 ceph-mon[117428]: from='client.99321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:35 smithi203 ceph-mon[117428]: pgmap v3223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:35 smithi137 ceph-mon[117020]: from='client.99321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:35 smithi137 ceph-mon[117020]: pgmap v3223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:37 smithi066 ceph-mon[112137]: pgmap v3224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:37 smithi203 ceph-mon[117428]: pgmap v3224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:37 smithi137 ceph-mon[117020]: pgmap v3224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:39.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:39.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:39.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:39 smithi066 ceph-mon[112137]: pgmap v3225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:39 smithi203 ceph-mon[117428]: pgmap v3225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:39 smithi137 ceph-mon[117020]: pgmap v3225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:39.749 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:39.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:39.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:39.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:39.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:40 smithi066 ceph-mon[112137]: from='client.99399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:40 smithi203 ceph-mon[117428]: from='client.99399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:40 smithi137 ceph-mon[117020]: from='client.99399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:41 smithi066 ceph-mon[112137]: pgmap v3226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:00:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:41 smithi203 ceph-mon[117428]: pgmap v3226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:00:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:41 smithi137 ceph-mon[117020]: pgmap v3226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:00:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:42 smithi066 ceph-mon[112137]: pgmap v3227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:42 smithi203 ceph-mon[117428]: pgmap v3227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:42 smithi137 ceph-mon[117020]: pgmap v3227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:44.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:44.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:44.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:45.475 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:45.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:45.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:45.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:45.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:45 smithi066 ceph-mon[112137]: pgmap v3228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:45 smithi203 ceph-mon[117428]: pgmap v3228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:45 smithi137 ceph-mon[117020]: pgmap v3228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:00:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:46 smithi066 ceph-mon[112137]: from='client.99474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:46 smithi203 ceph-mon[117428]: from='client.99474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:46 smithi137 ceph-mon[117020]: from='client.99474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:47 smithi066 ceph-mon[112137]: pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:47 smithi203 ceph-mon[117428]: pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:47 smithi137 ceph-mon[117020]: pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:49 smithi066 ceph-mon[112137]: pgmap v3230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:49 smithi203 ceph-mon[117428]: pgmap v3230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:49 smithi137 ceph-mon[117020]: pgmap v3230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:50.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:50.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:50.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:51.207 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:51.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:51.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:51.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:51.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:51 smithi066 ceph-mon[112137]: pgmap v3231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:51 smithi203 ceph-mon[117428]: pgmap v3231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:51 smithi137 ceph-mon[117020]: pgmap v3231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:52 smithi066 ceph-mon[112137]: from='client.99546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:52 smithi203 ceph-mon[117428]: from='client.99546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:52 smithi137 ceph-mon[117020]: from='client.99546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:53 smithi066 ceph-mon[112137]: pgmap v3232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:53 smithi203 ceph-mon[117428]: pgmap v3232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:53 smithi137 ceph-mon[117020]: pgmap v3232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:55 smithi066 ceph-mon[112137]: pgmap v3233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:55.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:55 smithi203 ceph-mon[117428]: pgmap v3233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:55 smithi137 ceph-mon[117020]: pgmap v3233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:00:56.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:00:56.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:56.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:56.927 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:00:56.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:56.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:56.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:56.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:00:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:57 smithi066 ceph-mon[112137]: pgmap v3234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:00:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:57 smithi066 ceph-mon[112137]: from='client.99621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:57 smithi203 ceph-mon[117428]: pgmap v3234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:00:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:57 smithi203 ceph-mon[117428]: from='client.99621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:57 smithi137 ceph-mon[117020]: pgmap v3234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:00:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:57 smithi137 ceph-mon[117020]: from='client.99621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:59 smithi066 ceph-mon[112137]: pgmap v3235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:00:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:00:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:00:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:00:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:00:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:59 smithi203 ceph-mon[117428]: pgmap v3235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:00:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:00:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:00:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:00:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:00:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:59 smithi137 ceph-mon[117020]: pgmap v3235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:00:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:00:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:00:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:00:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:01:01.445 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:01 smithi203 ceph-mon[117428]: pgmap v3236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:01 smithi066 ceph-mon[112137]: pgmap v3236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:01 smithi137 ceph-mon[117020]: pgmap v3236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:01.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:01.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:01.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:02.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:02.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:02.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:02.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:02.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:02 smithi066 ceph-mon[112137]: pgmap v3237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:02 smithi066 ceph-mon[112137]: from='client.99699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:02 smithi203 ceph-mon[117428]: pgmap v3237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:02 smithi203 ceph-mon[117428]: from='client.99699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:02 smithi137 ceph-mon[117020]: pgmap v3237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:02 smithi137 ceph-mon[117020]: from='client.99699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:05 smithi066 ceph-mon[112137]: pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:05 smithi203 ceph-mon[117428]: pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:05 smithi137 ceph-mon[117020]: pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:07 smithi066 ceph-mon[112137]: pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:07 smithi203 ceph-mon[117428]: pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:07 smithi137 ceph-mon[117020]: pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:07.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:07.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:07.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:08.367 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:08.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:08.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:08.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:08.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:09 smithi066 ceph-mon[112137]: from='client.99774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:09 smithi066 ceph-mon[112137]: pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:09 smithi203 ceph-mon[117428]: from='client.99774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:09 smithi203 ceph-mon[117428]: pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:09 smithi137 ceph-mon[117020]: from='client.99774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:09 smithi137 ceph-mon[117020]: pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:11 smithi066 ceph-mon[112137]: pgmap v3241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:11 smithi203 ceph-mon[117428]: pgmap v3241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:11 smithi137 ceph-mon[117020]: pgmap v3241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:12 smithi066 ceph-mon[112137]: pgmap v3242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:12 smithi203 ceph-mon[117428]: pgmap v3242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:12 smithi137 ceph-mon[117020]: pgmap v3242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:13.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:13.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:13.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:14.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:14.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:14.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:14.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:14.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:15 smithi066 ceph-mon[112137]: from='client.99852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:15 smithi066 ceph-mon[112137]: pgmap v3243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:15 smithi203 ceph-mon[117428]: from='client.99852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:15 smithi203 ceph-mon[117428]: pgmap v3243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:15 smithi137 ceph-mon[117020]: from='client.99852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:15 smithi137 ceph-mon[117020]: pgmap v3243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:17 smithi066 ceph-mon[112137]: pgmap v3244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:17 smithi203 ceph-mon[117428]: pgmap v3244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:17 smithi137 ceph-mon[117020]: pgmap v3244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:19.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:19.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:19.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:19 smithi066 ceph-mon[112137]: pgmap v3245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:19 smithi203 ceph-mon[117428]: pgmap v3245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:19 smithi137 ceph-mon[117020]: pgmap v3245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:19.805 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:19.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:19.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:19.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:19.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:20 smithi066 ceph-mon[112137]: from='client.99930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:20 smithi203 ceph-mon[117428]: from='client.99930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:20 smithi137 ceph-mon[117020]: from='client.99930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:21 smithi066 ceph-mon[112137]: pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:01:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:21 smithi203 ceph-mon[117428]: pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:01:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:21 smithi137 ceph-mon[117020]: pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:01:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:22 smithi066 ceph-mon[112137]: pgmap v3247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:22 smithi203 ceph-mon[117428]: pgmap v3247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:22 smithi137 ceph-mon[117020]: pgmap v3247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:24.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:24.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:24.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:25 smithi066 ceph-mon[112137]: pgmap v3248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:25.530 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:25.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:25.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:25.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:25.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:25 smithi203 ceph-mon[117428]: pgmap v3248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:25 smithi137 ceph-mon[117020]: pgmap v3248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:01:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:26 smithi066 ceph-mon[112137]: from='client.100005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:26 smithi203 ceph-mon[117428]: from='client.100005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:26 smithi137 ceph-mon[117020]: from='client.100005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:27 smithi066 ceph-mon[112137]: pgmap v3249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:27 smithi203 ceph-mon[117428]: pgmap v3249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:27 smithi137 ceph-mon[117020]: pgmap v3249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:29 smithi066 ceph-mon[112137]: pgmap v3250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:29 smithi203 ceph-mon[117428]: pgmap v3250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:29 smithi137 ceph-mon[117020]: pgmap v3250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:30.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:30.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:30.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:31.257 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:31.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:31.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:31.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:31.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:31 smithi066 ceph-mon[112137]: pgmap v3251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:31 smithi203 ceph-mon[117428]: pgmap v3251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:31 smithi137 ceph-mon[117020]: pgmap v3251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:32 smithi066 ceph-mon[112137]: from='client.100080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:32 smithi203 ceph-mon[117428]: from='client.100080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:32 smithi137 ceph-mon[117020]: from='client.100080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:33 smithi066 ceph-mon[112137]: pgmap v3252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:01:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:33 smithi203 ceph-mon[117428]: pgmap v3252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:01:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:33 smithi137 ceph-mon[117020]: pgmap v3252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:01:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:35 smithi066 ceph-mon[112137]: pgmap v3253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:01:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:35 smithi203 ceph-mon[117428]: pgmap v3253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:01:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:35 smithi137 ceph-mon[117020]: pgmap v3253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:01:36.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:36.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:36.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:36.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:36.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:36.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:36.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:36.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:37 smithi066 ceph-mon[112137]: pgmap v3254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:01:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:37 smithi203 ceph-mon[117428]: pgmap v3254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:01:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:37 smithi137 ceph-mon[117020]: pgmap v3254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:01:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:38 smithi066 ceph-mon[112137]: from='client.100158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:38 smithi203 ceph-mon[117428]: from='client.100158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:38 smithi137 ceph-mon[117020]: from='client.100158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:39 smithi066 ceph-mon[112137]: pgmap v3255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:39 smithi203 ceph-mon[117428]: pgmap v3255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:39 smithi137 ceph-mon[117020]: pgmap v3255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:41 smithi066 ceph-mon[112137]: pgmap v3256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:41 smithi203 ceph-mon[117428]: pgmap v3256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:41 smithi137 ceph-mon[117020]: pgmap v3256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:41.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:41.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:41.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:42.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:42.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:42.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:42.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:42.697 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:42 smithi066 ceph-mon[112137]: pgmap v3257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:42 smithi066 ceph-mon[112137]: from='client.100227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:42 smithi203 ceph-mon[117428]: pgmap v3257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:42 smithi203 ceph-mon[117428]: from='client.100227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:42 smithi137 ceph-mon[117020]: pgmap v3257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:42 smithi137 ceph-mon[117020]: from='client.100227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:45 smithi066 ceph-mon[112137]: pgmap v3258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:45 smithi203 ceph-mon[117428]: pgmap v3258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:45 smithi137 ceph-mon[117020]: pgmap v3258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:47 smithi066 ceph-mon[112137]: pgmap v3259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:47 smithi203 ceph-mon[117428]: pgmap v3259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:47 smithi137 ceph-mon[117020]: pgmap v3259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:47.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:47.699 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:47.699 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:48.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:48.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:48.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:48.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:48.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:49 smithi066 ceph-mon[112137]: from='client.100299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:49 smithi066 ceph-mon[112137]: pgmap v3260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:49 smithi203 ceph-mon[117428]: from='client.100299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:49 smithi203 ceph-mon[117428]: pgmap v3260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:49 smithi137 ceph-mon[117020]: from='client.100299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:49 smithi137 ceph-mon[117020]: pgmap v3260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:51 smithi066 ceph-mon[112137]: pgmap v3261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:51 smithi203 ceph-mon[117428]: pgmap v3261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:51 smithi137 ceph-mon[117020]: pgmap v3261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:52 smithi203 ceph-mon[117428]: pgmap v3262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:52 smithi137 ceph-mon[117020]: pgmap v3262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:52 smithi066 ceph-mon[112137]: pgmap v3262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:53.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:53.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:53.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:54.147 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:01:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:55 smithi066 ceph-mon[112137]: from='client.100374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:55 smithi066 ceph-mon[112137]: pgmap v3263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:55 smithi203 ceph-mon[117428]: from='client.100374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:55 smithi203 ceph-mon[117428]: pgmap v3263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:55 smithi137 ceph-mon[117020]: from='client.100374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:55 smithi137 ceph-mon[117020]: pgmap v3263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:57 smithi066 ceph-mon[112137]: pgmap v3264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:57 smithi203 ceph-mon[117428]: pgmap v3264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:57 smithi137 ceph-mon[117020]: pgmap v3264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:59.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:01:59.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:59.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:59 smithi066 ceph-mon[112137]: pgmap v3265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:01:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:01:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:59 smithi203 ceph-mon[117428]: pgmap v3265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:01:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:01:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:59 smithi137 ceph-mon[117020]: pgmap v3265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:01:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:01:59.886 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:01:59.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:59.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:59.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:59.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:02:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:00 smithi066 ceph-mon[112137]: from='client.100452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:02:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:02:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:02:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:00 smithi203 ceph-mon[117428]: from='client.100452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:02:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:02:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:02:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:00 smithi137 ceph-mon[117020]: from='client.100452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:02:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:02:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:01 smithi203 ceph-mon[117428]: pgmap v3266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:01.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:01 smithi137 ceph-mon[117020]: pgmap v3266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:01 smithi066 ceph-mon[112137]: pgmap v3266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:02 smithi066 ceph-mon[112137]: pgmap v3267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:02 smithi203 ceph-mon[117428]: pgmap v3267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:02 smithi137 ceph-mon[117020]: pgmap v3267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:04.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:04.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:04.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:05 smithi066 ceph-mon[112137]: pgmap v3268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:05 smithi203 ceph-mon[117428]: pgmap v3268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:05.612 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:05.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:05.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:05.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:05.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:05 smithi137 ceph-mon[117020]: pgmap v3268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:06 smithi066 ceph-mon[112137]: from='client.100527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:06 smithi203 ceph-mon[117428]: from='client.100527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:06 smithi137 ceph-mon[117020]: from='client.100527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:07 smithi066 ceph-mon[112137]: pgmap v3269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:07 smithi203 ceph-mon[117428]: pgmap v3269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:07 smithi137 ceph-mon[117020]: pgmap v3269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:09 smithi066 ceph-mon[112137]: pgmap v3270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:09 smithi203 ceph-mon[117428]: pgmap v3270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:09 smithi137 ceph-mon[117020]: pgmap v3270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:10.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:10.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:10.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:11.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:11.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:11.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:11.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:11.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:11 smithi066 ceph-mon[112137]: pgmap v3271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:11 smithi203 ceph-mon[117428]: pgmap v3271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:11 smithi137 ceph-mon[117020]: pgmap v3271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:12 smithi066 ceph-mon[112137]: from='client.100599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:12 smithi203 ceph-mon[117428]: from='client.100599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:12 smithi137 ceph-mon[117020]: from='client.100599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:13 smithi066 ceph-mon[112137]: pgmap v3272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:13 smithi203 ceph-mon[117428]: pgmap v3272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:13 smithi137 ceph-mon[117020]: pgmap v3272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:15 smithi066 ceph-mon[112137]: pgmap v3273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:15 smithi203 ceph-mon[117428]: pgmap v3273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:15 smithi137 ceph-mon[117020]: pgmap v3273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:16.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:16.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:16.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:17.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:17.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:17.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:17.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:17.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:17 smithi066 ceph-mon[112137]: pgmap v3274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:17 smithi203 ceph-mon[117428]: pgmap v3274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:17 smithi137 ceph-mon[117020]: pgmap v3274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:18 smithi066 ceph-mon[112137]: from='client.100677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:18 smithi203 ceph-mon[117428]: from='client.100677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:18 smithi137 ceph-mon[117020]: from='client.100677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:19 smithi066 ceph-mon[112137]: pgmap v3275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:19 smithi203 ceph-mon[117428]: pgmap v3275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:19 smithi137 ceph-mon[117020]: pgmap v3275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:21 smithi066 ceph-mon[112137]: pgmap v3276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:21 smithi203 ceph-mon[117428]: pgmap v3276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:21 smithi137 ceph-mon[117020]: pgmap v3276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:22.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:22.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:22.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:22.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:22.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:22.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:22.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:22.783 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:22 smithi203 ceph-mon[117428]: pgmap v3277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:22 smithi203 ceph-mon[117428]: from='client.100752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:22 smithi137 ceph-mon[117020]: pgmap v3277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:22 smithi137 ceph-mon[117020]: from='client.100752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:22 smithi066 ceph-mon[112137]: pgmap v3277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:22 smithi066 ceph-mon[112137]: from='client.100752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:25 smithi066 ceph-mon[112137]: pgmap v3278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:25 smithi203 ceph-mon[117428]: pgmap v3278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:25 smithi137 ceph-mon[117020]: pgmap v3278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:27 smithi066 ceph-mon[112137]: pgmap v3279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:27 smithi203 ceph-mon[117428]: pgmap v3279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:27 smithi137 ceph-mon[117020]: pgmap v3279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:27.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:27.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:27.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:28.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:28.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:28.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:28.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:28.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:29 smithi066 ceph-mon[112137]: pgmap v3280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:29 smithi066 ceph-mon[112137]: from='client.100827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:29 smithi203 ceph-mon[117428]: pgmap v3280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:29 smithi203 ceph-mon[117428]: from='client.100827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:29 smithi137 ceph-mon[117020]: pgmap v3280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:29 smithi137 ceph-mon[117020]: from='client.100827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:31 smithi066 ceph-mon[112137]: pgmap v3281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:31 smithi203 ceph-mon[117428]: pgmap v3281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:31 smithi137 ceph-mon[117020]: pgmap v3281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:32 smithi203 ceph-mon[117428]: pgmap v3282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:32 smithi137 ceph-mon[117020]: pgmap v3282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:32 smithi066 ceph-mon[112137]: pgmap v3282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:33.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:33.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:33.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:34.244 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:34.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:34.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:34.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:34.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:35 smithi066 ceph-mon[112137]: from='client.100899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:35 smithi066 ceph-mon[112137]: pgmap v3283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:35 smithi203 ceph-mon[117428]: from='client.100899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:35 smithi203 ceph-mon[117428]: pgmap v3283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:35 smithi137 ceph-mon[117020]: from='client.100899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:35 smithi137 ceph-mon[117020]: pgmap v3283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:37 smithi066 ceph-mon[112137]: pgmap v3284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:37 smithi203 ceph-mon[117428]: pgmap v3284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:37 smithi137 ceph-mon[117020]: pgmap v3284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:39.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:39.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:39.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:39 smithi066 ceph-mon[112137]: pgmap v3285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:39 smithi203 ceph-mon[117428]: pgmap v3285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:39 smithi137 ceph-mon[117020]: pgmap v3285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:39.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:39.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:39.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:39.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:39.972 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:40 smithi066 ceph-mon[112137]: from='client.100974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:40 smithi203 ceph-mon[117428]: from='client.100974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:40 smithi137 ceph-mon[117020]: from='client.100974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:41 smithi066 ceph-mon[112137]: pgmap v3286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:41 smithi203 ceph-mon[117428]: pgmap v3286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:41 smithi137 ceph-mon[117020]: pgmap v3286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:42 smithi203 ceph-mon[117428]: pgmap v3287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:42 smithi137 ceph-mon[117020]: pgmap v3287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:42 smithi066 ceph-mon[112137]: pgmap v3287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:44.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:44.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:44.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:45 smithi066 ceph-mon[112137]: pgmap v3288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:45 smithi203 ceph-mon[117428]: pgmap v3288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:45 smithi137 ceph-mon[117020]: pgmap v3288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:45.696 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:45.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:45.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:45.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:45.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:46 smithi066 ceph-mon[112137]: from='client.101052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:46 smithi203 ceph-mon[117428]: from='client.101052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:46 smithi137 ceph-mon[117020]: from='client.101052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:47 smithi066 ceph-mon[112137]: pgmap v3289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:47 smithi203 ceph-mon[117428]: pgmap v3289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:47 smithi137 ceph-mon[117020]: pgmap v3289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:49 smithi066 ceph-mon[112137]: pgmap v3290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:49 smithi203 ceph-mon[117428]: pgmap v3290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:49 smithi137 ceph-mon[117020]: pgmap v3290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:50.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:50.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:50.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:51.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:51.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:51.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:51.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:51.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:51 smithi066 ceph-mon[112137]: pgmap v3291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:51 smithi203 ceph-mon[117428]: pgmap v3291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:51 smithi137 ceph-mon[117020]: pgmap v3291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:52 smithi066 ceph-mon[112137]: from='client.101130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:52 smithi203 ceph-mon[117428]: from='client.101130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:52 smithi137 ceph-mon[117020]: from='client.101130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:53 smithi066 ceph-mon[112137]: pgmap v3292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:53 smithi203 ceph-mon[117428]: pgmap v3292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:53 smithi137 ceph-mon[117020]: pgmap v3292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:55 smithi066 ceph-mon[112137]: pgmap v3293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:55 smithi203 ceph-mon[117428]: pgmap v3293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:55 smithi137 ceph-mon[117020]: pgmap v3293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:56.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:02:56.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:56.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:57.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:02:57.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:57.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:57.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:57.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:02:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:57 smithi066 ceph-mon[112137]: pgmap v3294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:57 smithi203 ceph-mon[117428]: pgmap v3294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:57 smithi137 ceph-mon[117020]: pgmap v3294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:58 smithi066 ceph-mon[112137]: from='client.101205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:58 smithi203 ceph-mon[117428]: from='client.101205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:58 smithi137 ceph-mon[117020]: from='client.101205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:02:59 smithi066 ceph-mon[112137]: pgmap v3295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:02:59 smithi203 ceph-mon[117428]: pgmap v3295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:02:59 smithi137 ceph-mon[117020]: pgmap v3295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:03:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:03:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:03:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:01 smithi066 ceph-mon[112137]: pgmap v3296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:03:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:03:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:01 smithi203 ceph-mon[117428]: pgmap v3296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:03:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:03:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:01 smithi137 ceph-mon[117020]: pgmap v3296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:03:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:03:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:03:02.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:02.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:02.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:02.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:02.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:02.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:02.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:02.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:02 smithi203 ceph-mon[117428]: pgmap v3297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:02 smithi203 ceph-mon[117428]: from='client.101280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:02 smithi137 ceph-mon[117020]: pgmap v3297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:02 smithi137 ceph-mon[117020]: from='client.101280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:02 smithi066 ceph-mon[112137]: pgmap v3297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:02 smithi066 ceph-mon[112137]: from='client.101280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:05 smithi066 ceph-mon[112137]: pgmap v3298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:05 smithi203 ceph-mon[117428]: pgmap v3298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:05 smithi137 ceph-mon[117020]: pgmap v3298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:07 smithi066 ceph-mon[112137]: pgmap v3299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:07 smithi203 ceph-mon[117428]: pgmap v3299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:07 smithi137 ceph-mon[117020]: pgmap v3299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:07.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:07.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:07.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:08.616 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:08.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:08.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:08.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:08.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:09 smithi066 ceph-mon[112137]: pgmap v3300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:09 smithi066 ceph-mon[112137]: from='client.101358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:09 smithi203 ceph-mon[117428]: pgmap v3300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:09 smithi203 ceph-mon[117428]: from='client.101358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:09 smithi137 ceph-mon[117020]: pgmap v3300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:09 smithi137 ceph-mon[117020]: from='client.101358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:11 smithi066 ceph-mon[112137]: pgmap v3301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:11 smithi203 ceph-mon[117428]: pgmap v3301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:11 smithi137 ceph-mon[117020]: pgmap v3301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:12 smithi203 ceph-mon[117428]: pgmap v3302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:12 smithi137 ceph-mon[117020]: pgmap v3302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:12 smithi066 ceph-mon[112137]: pgmap v3302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:13.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:13.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:13.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:14.348 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:14.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:14.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:14.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:14.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:15 smithi066 ceph-mon[112137]: from='client.101433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:15 smithi066 ceph-mon[112137]: pgmap v3303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:15 smithi203 ceph-mon[117428]: from='client.101433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:15 smithi203 ceph-mon[117428]: pgmap v3303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:15 smithi137 ceph-mon[117020]: from='client.101433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:15 smithi137 ceph-mon[117020]: pgmap v3303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:17 smithi066 ceph-mon[112137]: pgmap v3304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:17 smithi203 ceph-mon[117428]: pgmap v3304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:17 smithi137 ceph-mon[117020]: pgmap v3304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:19.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:19.351 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:19.351 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:19 smithi066 ceph-mon[112137]: pgmap v3305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:19 smithi203 ceph-mon[117428]: pgmap v3305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:19 smithi137 ceph-mon[117020]: pgmap v3305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:20.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:20.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:20.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:20.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:20.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:21 smithi066 ceph-mon[112137]: from='client.101508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:21 smithi066 ceph-mon[112137]: pgmap v3306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:21 smithi203 ceph-mon[117428]: from='client.101508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:21 smithi203 ceph-mon[117428]: pgmap v3306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:21 smithi137 ceph-mon[117020]: from='client.101508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:21 smithi137 ceph-mon[117020]: pgmap v3306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:22 smithi203 ceph-mon[117428]: pgmap v3307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:22 smithi137 ceph-mon[117020]: pgmap v3307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:22 smithi066 ceph-mon[112137]: pgmap v3307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:25.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:25.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:25.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:25 smithi066 ceph-mon[112137]: pgmap v3308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:25 smithi203 ceph-mon[117428]: pgmap v3308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:25 smithi137 ceph-mon[117020]: pgmap v3308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:25.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:25.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:25.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:25.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:25.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:26 smithi066 ceph-mon[112137]: from='client.101586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:26 smithi203 ceph-mon[117428]: from='client.101586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:26 smithi137 ceph-mon[117020]: from='client.101586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:27 smithi066 ceph-mon[112137]: pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:27 smithi203 ceph-mon[117428]: pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:27 smithi137 ceph-mon[117020]: pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:29 smithi066 ceph-mon[112137]: pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:29 smithi203 ceph-mon[117428]: pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:29 smithi137 ceph-mon[117020]: pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:30.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:30.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:30.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:31 smithi066 ceph-mon[112137]: pgmap v3311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:31.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:31.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:31.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:31.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:31.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:31 smithi203 ceph-mon[117428]: pgmap v3311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:31 smithi137 ceph-mon[117020]: pgmap v3311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:32 smithi066 ceph-mon[112137]: from='client.101661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:32 smithi203 ceph-mon[117428]: from='client.101661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:32 smithi137 ceph-mon[117020]: from='client.101661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:33 smithi066 ceph-mon[112137]: pgmap v3312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:33 smithi203 ceph-mon[117428]: pgmap v3312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:33 smithi137 ceph-mon[117020]: pgmap v3312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:35 smithi066 ceph-mon[112137]: pgmap v3313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:35 smithi203 ceph-mon[117428]: pgmap v3313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:35 smithi137 ceph-mon[117020]: pgmap v3313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:36.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:36.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:36.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:37.275 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:37.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:37.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:37.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:37.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:37 smithi066 ceph-mon[112137]: pgmap v3314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:37 smithi203 ceph-mon[117428]: pgmap v3314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:37 smithi137 ceph-mon[117020]: pgmap v3314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:38 smithi066 ceph-mon[112137]: from='client.101736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:38 smithi203 ceph-mon[117428]: from='client.101736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:38 smithi137 ceph-mon[117020]: from='client.101736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:39 smithi203 ceph-mon[117428]: pgmap v3315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:39 smithi137 ceph-mon[117020]: pgmap v3315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:39 smithi066 ceph-mon[112137]: pgmap v3315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:41 smithi203 ceph-mon[117428]: pgmap v3316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:41 smithi137 ceph-mon[117020]: pgmap v3316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:41 smithi066 ceph-mon[112137]: pgmap v3316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:42.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:42.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:42.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:43.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:43.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:43.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:43.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:43.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:42 smithi203 ceph-mon[117428]: pgmap v3317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:42 smithi137 ceph-mon[117020]: pgmap v3317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:42 smithi066 ceph-mon[112137]: pgmap v3317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:43 smithi203 ceph-mon[117428]: from='client.101808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:43 smithi137 ceph-mon[117020]: from='client.101808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:43 smithi066 ceph-mon[112137]: from='client.101808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:44 smithi203 ceph-mon[117428]: pgmap v3318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:44 smithi137 ceph-mon[117020]: pgmap v3318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:44 smithi066 ceph-mon[112137]: pgmap v3318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:47 smithi066 ceph-mon[112137]: pgmap v3319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:47 smithi203 ceph-mon[117428]: pgmap v3319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:47 smithi137 ceph-mon[117020]: pgmap v3319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:48.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:48.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:48.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:48.722 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:48.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:48.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:48.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:48.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:49 smithi066 ceph-mon[112137]: pgmap v3320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:49 smithi066 ceph-mon[112137]: from='client.101886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:49 smithi203 ceph-mon[117428]: pgmap v3320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:49 smithi203 ceph-mon[117428]: from='client.101886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:49 smithi137 ceph-mon[117020]: pgmap v3320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:49 smithi137 ceph-mon[117020]: from='client.101886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:51 smithi066 ceph-mon[112137]: pgmap v3321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:51 smithi203 ceph-mon[117428]: pgmap v3321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:51 smithi137 ceph-mon[117020]: pgmap v3321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:52 smithi203 ceph-mon[117428]: pgmap v3322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:52 smithi137 ceph-mon[117020]: pgmap v3322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:52 smithi066 ceph-mon[112137]: pgmap v3322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:53.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:53.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:53.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:54.453 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:03:54.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:54.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:54.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:54.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:03:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:55 smithi066 ceph-mon[112137]: from='client.101958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:55 smithi066 ceph-mon[112137]: pgmap v3323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:55 smithi203 ceph-mon[117428]: from='client.101958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:55 smithi203 ceph-mon[117428]: pgmap v3323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:55 smithi137 ceph-mon[117020]: from='client.101958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:55 smithi137 ceph-mon[117020]: pgmap v3323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:57 smithi066 ceph-mon[112137]: pgmap v3324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:57 smithi203 ceph-mon[117428]: pgmap v3324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:57 smithi137 ceph-mon[117020]: pgmap v3324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:59.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:03:59.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:59.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:03:59 smithi066 ceph-mon[112137]: pgmap v3325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:03:59 smithi203 ceph-mon[117428]: pgmap v3325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:03:59 smithi137 ceph-mon[117020]: pgmap v3325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:00.188 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:00.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:00.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:00.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:00.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:01 smithi066 ceph-mon[112137]: from='client.102030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:01 smithi066 ceph-mon[112137]: pgmap v3326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:04:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:01 smithi203 ceph-mon[117428]: from='client.102030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:01 smithi203 ceph-mon[117428]: pgmap v3326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:04:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:01 smithi137 ceph-mon[117020]: from='client.102030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:01 smithi137 ceph-mon[117020]: pgmap v3326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:04:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:04:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:04:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:04:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:04:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:04:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:04:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:04:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:04:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:04:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:03 smithi066 ceph-mon[112137]: pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:03 smithi203 ceph-mon[117428]: pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:03 smithi137 ceph-mon[117020]: pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:05.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:05.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:05.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:05 smithi066 ceph-mon[112137]: pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:05 smithi203 ceph-mon[117428]: pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:05 smithi137 ceph-mon[117020]: pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:05.915 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:05.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:05.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:05.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:05.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:06 smithi066 ceph-mon[112137]: from='client.102105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:06 smithi203 ceph-mon[117428]: from='client.102105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:06 smithi137 ceph-mon[117020]: from='client.102105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:07 smithi066 ceph-mon[112137]: pgmap v3329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:07 smithi203 ceph-mon[117428]: pgmap v3329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:07 smithi137 ceph-mon[117020]: pgmap v3329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:09 smithi066 ceph-mon[112137]: pgmap v3330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:09 smithi203 ceph-mon[117428]: pgmap v3330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:09 smithi137 ceph-mon[117020]: pgmap v3330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:10.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:10.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:10.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:11 smithi203 ceph-mon[117428]: pgmap v3331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:11 smithi137 ceph-mon[117020]: pgmap v3331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:11.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:11.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:11.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:11.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:11.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:11 smithi066 ceph-mon[112137]: pgmap v3331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:12 smithi203 ceph-mon[117428]: from='client.102177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:12 smithi137 ceph-mon[117020]: from='client.102177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:12 smithi066 ceph-mon[112137]: from='client.102177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:13 smithi203 ceph-mon[117428]: pgmap v3332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:13 smithi137 ceph-mon[117020]: pgmap v3332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:13.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:13 smithi066 ceph-mon[112137]: pgmap v3332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:15 smithi203 ceph-mon[117428]: pgmap v3333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:15 smithi137 ceph-mon[117020]: pgmap v3333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:15 smithi066 ceph-mon[112137]: pgmap v3333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:16.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:16.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:16.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:17.358 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:17.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:17.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:17.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:17.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:17 smithi203 ceph-mon[117428]: pgmap v3334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:17 smithi137 ceph-mon[117020]: pgmap v3334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:17 smithi066 ceph-mon[112137]: pgmap v3334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:18 smithi203 ceph-mon[117428]: from='client.102255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:18 smithi137 ceph-mon[117020]: from='client.102255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:18 smithi066 ceph-mon[112137]: from='client.102255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:19 smithi203 ceph-mon[117428]: pgmap v3335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:19 smithi137 ceph-mon[117020]: pgmap v3335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:19 smithi066 ceph-mon[112137]: pgmap v3335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:21 smithi203 ceph-mon[117428]: pgmap v3336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:21 smithi137 ceph-mon[117020]: pgmap v3336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:21 smithi066 ceph-mon[112137]: pgmap v3336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:22.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:22.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:22.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:22 smithi203 ceph-mon[117428]: pgmap v3337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:23.079 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:23.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:23.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:23.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:23.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:22 smithi137 ceph-mon[117020]: pgmap v3337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:22 smithi066 ceph-mon[112137]: pgmap v3337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:23 smithi203 ceph-mon[117428]: from='client.102324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:24.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:23 smithi137 ceph-mon[117020]: from='client.102324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:23 smithi066 ceph-mon[112137]: from='client.102324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:24 smithi203 ceph-mon[117428]: pgmap v3338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:25.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:24 smithi137 ceph-mon[117020]: pgmap v3338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:24 smithi066 ceph-mon[112137]: pgmap v3338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:27 smithi066 ceph-mon[112137]: pgmap v3339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:27 smithi203 ceph-mon[117428]: pgmap v3339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:27 smithi137 ceph-mon[117020]: pgmap v3339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:28.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:28.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:28.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:28.799 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:28.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:28.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:28.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:28.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:29 smithi066 ceph-mon[112137]: pgmap v3340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:29 smithi066 ceph-mon[112137]: from='client.102399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:29 smithi203 ceph-mon[117428]: pgmap v3340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:29 smithi203 ceph-mon[117428]: from='client.102399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:29 smithi137 ceph-mon[117020]: pgmap v3340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:29 smithi137 ceph-mon[117020]: from='client.102399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:31 smithi066 ceph-mon[112137]: pgmap v3341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:31 smithi203 ceph-mon[117428]: pgmap v3341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:31 smithi137 ceph-mon[117020]: pgmap v3341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:32 smithi203 ceph-mon[117428]: pgmap v3342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:32 smithi137 ceph-mon[117020]: pgmap v3342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:32 smithi066 ceph-mon[112137]: pgmap v3342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:33.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:33.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:33.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:34.524 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:34.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:34.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:34.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:34.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:35 smithi066 ceph-mon[112137]: pgmap v3343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:35 smithi066 ceph-mon[112137]: from='client.102477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:35 smithi203 ceph-mon[117428]: pgmap v3343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:35 smithi203 ceph-mon[117428]: from='client.102477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:35 smithi137 ceph-mon[117020]: pgmap v3343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:35 smithi137 ceph-mon[117020]: from='client.102477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:37 smithi066 ceph-mon[112137]: pgmap v3344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:37 smithi203 ceph-mon[117428]: pgmap v3344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:37 smithi137 ceph-mon[117020]: pgmap v3344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:39 smithi066 ceph-mon[112137]: pgmap v3345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:39.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:39.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:39.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:39 smithi203 ceph-mon[117428]: pgmap v3345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:39 smithi137 ceph-mon[117020]: pgmap v3345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:40.247 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:40.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:40.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:40.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:40.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:41 smithi066 ceph-mon[112137]: from='client.102555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:41 smithi066 ceph-mon[112137]: pgmap v3346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:41 smithi203 ceph-mon[117428]: from='client.102555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:41 smithi203 ceph-mon[117428]: pgmap v3346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:41 smithi137 ceph-mon[117020]: from='client.102555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:41 smithi137 ceph-mon[117020]: pgmap v3346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:42 smithi203 ceph-mon[117428]: pgmap v3347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:42 smithi137 ceph-mon[117020]: pgmap v3347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:42 smithi066 ceph-mon[112137]: pgmap v3347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:45.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:45.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:45.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:45 smithi066 ceph-mon[112137]: pgmap v3348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:45 smithi203 ceph-mon[117428]: pgmap v3348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:45 smithi137 ceph-mon[117020]: pgmap v3348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:45.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:45.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:45.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:45.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:45.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:46 smithi066 ceph-mon[112137]: from='client.102633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:46 smithi203 ceph-mon[117428]: from='client.102633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:46 smithi137 ceph-mon[117020]: from='client.102633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:47 smithi066 ceph-mon[112137]: pgmap v3349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:47 smithi203 ceph-mon[117428]: pgmap v3349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:47 smithi137 ceph-mon[117020]: pgmap v3349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:49 smithi066 ceph-mon[112137]: pgmap v3350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:49 smithi203 ceph-mon[117428]: pgmap v3350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:49 smithi137 ceph-mon[117020]: pgmap v3350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:50.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:50.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:50.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:51 smithi066 ceph-mon[112137]: pgmap v3351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:51 smithi203 ceph-mon[117428]: pgmap v3351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:51 smithi137 ceph-mon[117020]: pgmap v3351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:51.690 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:51.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:51.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:51.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:51.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:52 smithi066 ceph-mon[112137]: from='client.102711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:52 smithi203 ceph-mon[117428]: from='client.102711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:52 smithi137 ceph-mon[117020]: from='client.102711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:53 smithi066 ceph-mon[112137]: pgmap v3352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:53 smithi203 ceph-mon[117428]: pgmap v3352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:53 smithi137 ceph-mon[117020]: pgmap v3352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:55 smithi203 ceph-mon[117428]: pgmap v3353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:55 smithi137 ceph-mon[117020]: pgmap v3353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:55 smithi066 ceph-mon[112137]: pgmap v3353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:56.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:04:56.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:56.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:57.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:57.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:57.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:57.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:04:57.412 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:04:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:57 smithi203 ceph-mon[117428]: pgmap v3354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:57 smithi137 ceph-mon[117020]: pgmap v3354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:57 smithi066 ceph-mon[112137]: pgmap v3354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:58 smithi203 ceph-mon[117428]: from='client.102789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:58 smithi137 ceph-mon[117020]: from='client.102789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:58 smithi066 ceph-mon[112137]: from='client.102789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:04:59 smithi203 ceph-mon[117428]: pgmap v3355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:04:59 smithi137 ceph-mon[117020]: pgmap v3355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:04:59 smithi066 ceph-mon[112137]: pgmap v3355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:01 smithi203 ceph-mon[117428]: pgmap v3356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:01 smithi137 ceph-mon[117020]: pgmap v3356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:01 smithi066 ceph-mon[112137]: pgmap v3356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:05:02.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:02.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:02.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:05:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:05:03.144 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:03.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:03.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:03.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:03.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: pgmap v3357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:05:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:05:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: pgmap v3357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:05:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:05:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: pgmap v3357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:05:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:05:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:05:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:04 smithi203 ceph-mon[117428]: from='client.102864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:04 smithi137 ceph-mon[117020]: from='client.102864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:04 smithi066 ceph-mon[112137]: from='client.102864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:05 smithi203 ceph-mon[117428]: pgmap v3358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:05 smithi137 ceph-mon[117020]: pgmap v3358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:05 smithi066 ceph-mon[112137]: pgmap v3358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:07 smithi203 ceph-mon[117428]: pgmap v3359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:07 smithi137 ceph-mon[117020]: pgmap v3359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:07 smithi066 ceph-mon[112137]: pgmap v3359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:08.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:08.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:08.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:08.881 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:08.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:08.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:08.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:08.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:09 smithi203 ceph-mon[117428]: pgmap v3360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:09 smithi203 ceph-mon[117428]: from='client.102939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:09 smithi137 ceph-mon[117020]: pgmap v3360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:09 smithi137 ceph-mon[117020]: from='client.102939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:09 smithi066 ceph-mon[112137]: pgmap v3360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:09 smithi066 ceph-mon[112137]: from='client.102939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:11 smithi203 ceph-mon[117428]: pgmap v3361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:11 smithi137 ceph-mon[117020]: pgmap v3361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:11 smithi066 ceph-mon[112137]: pgmap v3361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:12 smithi203 ceph-mon[117428]: pgmap v3362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:12 smithi137 ceph-mon[117020]: pgmap v3362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:12 smithi066 ceph-mon[112137]: pgmap v3362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:13.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:13.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:13.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:14.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:14.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:14.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:14.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:14.598 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:15 smithi066 ceph-mon[112137]: pgmap v3363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:15 smithi066 ceph-mon[112137]: from='client.103017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:15 smithi203 ceph-mon[117428]: pgmap v3363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:15 smithi203 ceph-mon[117428]: from='client.103017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:15 smithi137 ceph-mon[117020]: pgmap v3363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:15 smithi137 ceph-mon[117020]: from='client.103017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:17 smithi066 ceph-mon[112137]: pgmap v3364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:17 smithi203 ceph-mon[117428]: pgmap v3364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:17 smithi137 ceph-mon[117020]: pgmap v3364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:19 smithi066 ceph-mon[112137]: pgmap v3365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:19 smithi203 ceph-mon[117428]: pgmap v3365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:19.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:19.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:19.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:19 smithi137 ceph-mon[117020]: pgmap v3365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:20.319 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:20.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:20.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:20.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:20.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:21 smithi066 ceph-mon[112137]: from='client.103095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:21 smithi066 ceph-mon[112137]: pgmap v3366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:21 smithi203 ceph-mon[117428]: from='client.103095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:21 smithi203 ceph-mon[117428]: pgmap v3366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:21 smithi137 ceph-mon[117020]: from='client.103095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:21 smithi137 ceph-mon[117020]: pgmap v3366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:22 smithi203 ceph-mon[117428]: pgmap v3367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:22 smithi137 ceph-mon[117020]: pgmap v3367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:22 smithi066 ceph-mon[112137]: pgmap v3367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:25.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:25.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:25.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:25 smithi066 ceph-mon[112137]: pgmap v3368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:25 smithi203 ceph-mon[117428]: pgmap v3368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:25 smithi137 ceph-mon[117020]: pgmap v3368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:26.049 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:26.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:26.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:26.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:26.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:27 smithi066 ceph-mon[112137]: from='client.103170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:27 smithi066 ceph-mon[112137]: pgmap v3369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:27 smithi203 ceph-mon[117428]: from='client.103170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:27 smithi203 ceph-mon[117428]: pgmap v3369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:27 smithi137 ceph-mon[117020]: from='client.103170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:27 smithi137 ceph-mon[117020]: pgmap v3369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:29 smithi203 ceph-mon[117428]: pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:29 smithi137 ceph-mon[117020]: pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:29 smithi066 ceph-mon[112137]: pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:31.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:31.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:31.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:31 smithi203 ceph-mon[117428]: pgmap v3371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:31 smithi137 ceph-mon[117020]: pgmap v3371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:31 smithi066 ceph-mon[112137]: pgmap v3371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:31.781 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:31.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:31.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:31.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:31.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:32 smithi203 ceph-mon[117428]: from='client.103248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:32 smithi137 ceph-mon[117020]: from='client.103248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:32 smithi066 ceph-mon[112137]: from='client.103248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:33 smithi203 ceph-mon[117428]: pgmap v3372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:33 smithi137 ceph-mon[117020]: pgmap v3372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:33 smithi066 ceph-mon[112137]: pgmap v3372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:35 smithi203 ceph-mon[117428]: pgmap v3373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:35 smithi137 ceph-mon[117020]: pgmap v3373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:35 smithi066 ceph-mon[112137]: pgmap v3373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:36.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:36.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:36.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:37.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:37.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:37.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:37.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:37.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:37 smithi203 ceph-mon[117428]: pgmap v3374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:37 smithi137 ceph-mon[117020]: pgmap v3374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:37 smithi066 ceph-mon[112137]: pgmap v3374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:38 smithi203 ceph-mon[117428]: from='client.103326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:38 smithi137 ceph-mon[117020]: from='client.103326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:38 smithi066 ceph-mon[112137]: from='client.103326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:39 smithi203 ceph-mon[117428]: pgmap v3375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:39 smithi137 ceph-mon[117020]: pgmap v3375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:39 smithi066 ceph-mon[112137]: pgmap v3375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:41 smithi203 ceph-mon[117428]: pgmap v3376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:41 smithi137 ceph-mon[117020]: pgmap v3376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:41 smithi066 ceph-mon[112137]: pgmap v3376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:42.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:42.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:42.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:42 smithi203 ceph-mon[117428]: pgmap v3377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:42 smithi137 ceph-mon[117020]: pgmap v3377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:43.230 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:43.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:43.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:43.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:43.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:42 smithi066 ceph-mon[112137]: pgmap v3377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:43 smithi203 ceph-mon[117428]: from='client.103401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:43 smithi137 ceph-mon[117020]: from='client.103401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:43 smithi066 ceph-mon[112137]: from='client.103401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:44 smithi203 ceph-mon[117428]: pgmap v3378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:44 smithi137 ceph-mon[117020]: pgmap v3378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:45.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:44 smithi066 ceph-mon[112137]: pgmap v3378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:47 smithi066 ceph-mon[112137]: pgmap v3379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:47 smithi203 ceph-mon[117428]: pgmap v3379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:47 smithi137 ceph-mon[117020]: pgmap v3379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:48.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:48.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:48.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:48.962 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:48.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:48.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:48.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:48.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:49 smithi203 ceph-mon[117428]: pgmap v3380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:49 smithi203 ceph-mon[117428]: from='client.103479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:49 smithi137 ceph-mon[117020]: pgmap v3380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:49 smithi137 ceph-mon[117020]: from='client.103479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:49 smithi066 ceph-mon[112137]: pgmap v3380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:49 smithi066 ceph-mon[112137]: from='client.103479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:51 smithi203 ceph-mon[117428]: pgmap v3381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:51 smithi137 ceph-mon[117020]: pgmap v3381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:51 smithi066 ceph-mon[112137]: pgmap v3381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:52 smithi203 ceph-mon[117428]: pgmap v3382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:52 smithi137 ceph-mon[117020]: pgmap v3382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:52 smithi066 ceph-mon[112137]: pgmap v3382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:53.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:53.964 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:53.964 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:54.679 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:05:54.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:54.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:54.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:54.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:05:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:55 smithi066 ceph-mon[112137]: pgmap v3383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:55 smithi066 ceph-mon[112137]: from='client.103551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:55 smithi203 ceph-mon[117428]: pgmap v3383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:55 smithi203 ceph-mon[117428]: from='client.103551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:55 smithi137 ceph-mon[117020]: pgmap v3383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:55 smithi137 ceph-mon[117020]: from='client.103551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:57 smithi203 ceph-mon[117428]: pgmap v3384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:05:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:57 smithi137 ceph-mon[117020]: pgmap v3384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:05:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:57 smithi066 ceph-mon[112137]: pgmap v3384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:05:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:05:59 smithi203 ceph-mon[117428]: pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:05:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:05:59 smithi137 ceph-mon[117020]: pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:05:59.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:05:59.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:59.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:05:59 smithi066 ceph-mon[112137]: pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:00.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:00.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:00.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:00.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:00.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:01 smithi203 ceph-mon[117428]: from='client.103629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:01 smithi203 ceph-mon[117428]: pgmap v3386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:01 smithi137 ceph-mon[117020]: from='client.103629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:01 smithi137 ceph-mon[117020]: pgmap v3386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:01 smithi066 ceph-mon[112137]: from='client.103629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:01 smithi066 ceph-mon[112137]: pgmap v3386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:02 smithi203 ceph-mon[117428]: pgmap v3387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:02 smithi137 ceph-mon[117020]: pgmap v3387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:02 smithi066 ceph-mon[112137]: pgmap v3387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:06:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:06:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:06:04.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:06:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:06:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:06:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:06:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:06:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:06:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:06:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:06:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:06:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:04 smithi203 ceph-mon[117428]: pgmap v3388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:05.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:04 smithi137 ceph-mon[117020]: pgmap v3388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:04 smithi066 ceph-mon[112137]: pgmap v3388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:05.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:05.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:05.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:06.121 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:06.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:06.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:06.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:06.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:07 smithi203 ceph-mon[117428]: from='client.103704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:07 smithi203 ceph-mon[117428]: pgmap v3389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:07 smithi137 ceph-mon[117020]: from='client.103704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:07 smithi137 ceph-mon[117020]: pgmap v3389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:07 smithi066 ceph-mon[112137]: from='client.103704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:07 smithi066 ceph-mon[112137]: pgmap v3389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:09 smithi203 ceph-mon[117428]: pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:09 smithi137 ceph-mon[117020]: pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:09 smithi066 ceph-mon[112137]: pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:11.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:11.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:11.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:11 smithi203 ceph-mon[117428]: pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:06:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:11 smithi137 ceph-mon[117020]: pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:06:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:11 smithi066 ceph-mon[112137]: pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:06:11.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:11.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:11.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:11.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:11.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:12 smithi203 ceph-mon[117428]: from='client.103782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:12 smithi137 ceph-mon[117020]: from='client.103782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:12 smithi066 ceph-mon[112137]: from='client.103782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:13 smithi203 ceph-mon[117428]: pgmap v3392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:13 smithi137 ceph-mon[117020]: pgmap v3392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:13.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:13 smithi066 ceph-mon[112137]: pgmap v3392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:15 smithi203 ceph-mon[117428]: pgmap v3393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:15 smithi137 ceph-mon[117020]: pgmap v3393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:15 smithi066 ceph-mon[112137]: pgmap v3393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:16.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:16.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:16.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:17 smithi203 ceph-mon[117428]: pgmap v3394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:17.573 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:17.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:17.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:17.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:17.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:17 smithi137 ceph-mon[117020]: pgmap v3394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:17 smithi066 ceph-mon[112137]: pgmap v3394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:18 smithi203 ceph-mon[117428]: from='client.103854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:18 smithi137 ceph-mon[117020]: from='client.103854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:18 smithi066 ceph-mon[112137]: from='client.103854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:19 smithi203 ceph-mon[117428]: pgmap v3395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:19 smithi137 ceph-mon[117020]: pgmap v3395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:19 smithi066 ceph-mon[112137]: pgmap v3395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:21 smithi203 ceph-mon[117428]: pgmap v3396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:21 smithi137 ceph-mon[117020]: pgmap v3396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:21 smithi066 ceph-mon[112137]: pgmap v3396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:22.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:22.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:22.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:22 smithi203 ceph-mon[117428]: pgmap v3397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:22 smithi137 ceph-mon[117020]: pgmap v3397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:22 smithi066 ceph-mon[112137]: pgmap v3397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:23.299 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:23.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:23.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:23.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:23.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:23 smithi203 ceph-mon[117428]: from='client.103929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:24.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:23 smithi137 ceph-mon[117020]: from='client.103929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:23 smithi066 ceph-mon[112137]: from='client.103929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:24 smithi203 ceph-mon[117428]: pgmap v3398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:25.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:24 smithi137 ceph-mon[117020]: pgmap v3398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:24 smithi066 ceph-mon[112137]: pgmap v3398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:27 smithi203 ceph-mon[117428]: pgmap v3399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:27 smithi137 ceph-mon[117020]: pgmap v3399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:27 smithi066 ceph-mon[112137]: pgmap v3399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:28.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:28.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:28.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:29.019 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:29.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:29.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:29.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:29.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:29 smithi203 ceph-mon[117428]: pgmap v3400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:29 smithi203 ceph-mon[117428]: from='client.104007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:29 smithi137 ceph-mon[117020]: pgmap v3400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:29 smithi137 ceph-mon[117020]: from='client.104007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:29 smithi066 ceph-mon[112137]: pgmap v3400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:29 smithi066 ceph-mon[112137]: from='client.104007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:31 smithi203 ceph-mon[117428]: pgmap v3401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:31 smithi137 ceph-mon[117020]: pgmap v3401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:31 smithi066 ceph-mon[112137]: pgmap v3401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:32 smithi203 ceph-mon[117428]: pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:32 smithi137 ceph-mon[117020]: pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:32 smithi066 ceph-mon[112137]: pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:34.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:34.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:34.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:34.746 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:34.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:34.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:34.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:34.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:35 smithi203 ceph-mon[117428]: pgmap v3403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:35 smithi203 ceph-mon[117428]: from='client.104076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:35 smithi137 ceph-mon[117020]: pgmap v3403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:35 smithi137 ceph-mon[117020]: from='client.104076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:35 smithi066 ceph-mon[112137]: pgmap v3403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:35 smithi066 ceph-mon[112137]: from='client.104076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:37 smithi203 ceph-mon[117428]: pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:06:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:37 smithi137 ceph-mon[117020]: pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:06:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:37 smithi066 ceph-mon[112137]: pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:06:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:39 smithi203 ceph-mon[117428]: pgmap v3405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:39 smithi137 ceph-mon[117020]: pgmap v3405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:39 smithi066 ceph-mon[112137]: pgmap v3405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:06:39.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:39.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:39.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:40.475 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:40.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:40.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:40.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:40.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:41 smithi203 ceph-mon[117428]: from='client.104154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:41 smithi203 ceph-mon[117428]: pgmap v3406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:41 smithi137 ceph-mon[117020]: from='client.104154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:41 smithi137 ceph-mon[117020]: pgmap v3406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:41 smithi066 ceph-mon[112137]: from='client.104154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:41 smithi066 ceph-mon[112137]: pgmap v3406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:42 smithi203 ceph-mon[117428]: pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:42 smithi137 ceph-mon[117020]: pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:42 smithi066 ceph-mon[112137]: pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:45.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:45.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:45.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:45 smithi203 ceph-mon[117428]: pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:45 smithi137 ceph-mon[117020]: pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:45 smithi066 ceph-mon[112137]: pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:46.199 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:46.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:46.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:46.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:46.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:47 smithi203 ceph-mon[117428]: from='client.104229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:47 smithi203 ceph-mon[117428]: pgmap v3409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:47 smithi137 ceph-mon[117020]: from='client.104229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:47 smithi137 ceph-mon[117020]: pgmap v3409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:47 smithi066 ceph-mon[112137]: from='client.104229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:47 smithi066 ceph-mon[112137]: pgmap v3409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:49 smithi203 ceph-mon[117428]: pgmap v3410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:49 smithi137 ceph-mon[117020]: pgmap v3410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:49 smithi066 ceph-mon[112137]: pgmap v3410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:06:51.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:51.201 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:51.201 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:51 smithi203 ceph-mon[117428]: pgmap v3411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:06:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:51 smithi137 ceph-mon[117020]: pgmap v3411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:06:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:51 smithi066 ceph-mon[112137]: pgmap v3411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:06:51.929 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:51.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:51.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:51.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:51.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:52 smithi203 ceph-mon[117428]: from='client.104307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:52 smithi137 ceph-mon[117020]: from='client.104307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:52 smithi066 ceph-mon[112137]: from='client.104307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:53 smithi203 ceph-mon[117428]: pgmap v3412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:53 smithi137 ceph-mon[117020]: pgmap v3412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:53.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:53 smithi066 ceph-mon[112137]: pgmap v3412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:55 smithi203 ceph-mon[117428]: pgmap v3413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:55 smithi137 ceph-mon[117020]: pgmap v3413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:55 smithi066 ceph-mon[112137]: pgmap v3413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:56.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:06:56.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:56.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:57 smithi203 ceph-mon[117428]: pgmap v3414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:57 smithi137 ceph-mon[117020]: pgmap v3414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:57.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:06:57.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:57.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:57.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:57.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:06:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:57 smithi066 ceph-mon[112137]: pgmap v3414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:58 smithi203 ceph-mon[117428]: from='client.104379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:58 smithi137 ceph-mon[117020]: from='client.104379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:58 smithi066 ceph-mon[112137]: from='client.104379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:06:59 smithi203 ceph-mon[117428]: pgmap v3415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:06:59 smithi137 ceph-mon[117020]: pgmap v3415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:06:59 smithi066 ceph-mon[112137]: pgmap v3415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:01 smithi203 ceph-mon[117428]: pgmap v3416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:01 smithi137 ceph-mon[117020]: pgmap v3416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:01 smithi066 ceph-mon[112137]: pgmap v3416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:02.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:02.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:02.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:02 smithi203 ceph-mon[117428]: pgmap v3417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:02 smithi137 ceph-mon[117020]: pgmap v3417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:02 smithi066 ceph-mon[112137]: pgmap v3417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:03.395 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:03.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:03.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:03.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:03.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:03 smithi203 ceph-mon[117428]: from='client.104454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:07:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:03 smithi137 ceph-mon[117020]: from='client.104454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:07:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:03 smithi066 ceph-mon[112137]: from='client.104454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:07:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:07:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:07:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:07:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:04 smithi203 ceph-mon[117428]: pgmap v3418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:05.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:07:05.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:07:05.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:07:05.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:04 smithi137 ceph-mon[117020]: pgmap v3418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:07:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:07:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:07:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:04 smithi066 ceph-mon[112137]: pgmap v3418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:07 smithi203 ceph-mon[117428]: pgmap v3419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:07 smithi137 ceph-mon[117020]: pgmap v3419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:07 smithi066 ceph-mon[112137]: pgmap v3419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:08.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:08.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:08.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:09.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:09.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:09.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:09.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:09.134 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:09 smithi203 ceph-mon[117428]: pgmap v3420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:09 smithi137 ceph-mon[117020]: pgmap v3420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:09 smithi066 ceph-mon[112137]: pgmap v3420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:10 smithi203 ceph-mon[117428]: from='client.104529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:10 smithi137 ceph-mon[117020]: from='client.104529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:10 smithi066 ceph-mon[112137]: from='client.104529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:11 smithi203 ceph-mon[117428]: pgmap v3421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:11 smithi137 ceph-mon[117020]: pgmap v3421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:11 smithi066 ceph-mon[112137]: pgmap v3421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:12 smithi203 ceph-mon[117428]: pgmap v3422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:12 smithi137 ceph-mon[117020]: pgmap v3422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:12 smithi066 ceph-mon[112137]: pgmap v3422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:14.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:14.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:14.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:14.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:14.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:14.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:14.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:14.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:15 smithi203 ceph-mon[117428]: pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:15 smithi203 ceph-mon[117428]: from='client.104604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:15 smithi137 ceph-mon[117020]: pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:15 smithi137 ceph-mon[117020]: from='client.104604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:15.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:15 smithi066 ceph-mon[112137]: pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:15.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:15 smithi066 ceph-mon[112137]: from='client.104604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:17 smithi203 ceph-mon[117428]: pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:07:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:17 smithi137 ceph-mon[117020]: pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:07:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:17 smithi066 ceph-mon[112137]: pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:07:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:19 smithi203 ceph-mon[117428]: pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:07:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:19 smithi137 ceph-mon[117020]: pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:07:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:19 smithi066 ceph-mon[112137]: pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:07:19.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:19.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:19.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:20.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:20.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:20.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:20.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:20.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:21 smithi203 ceph-mon[117428]: pgmap v3426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:21 smithi203 ceph-mon[117428]: from='client.104679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:21 smithi137 ceph-mon[117020]: pgmap v3426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:21 smithi137 ceph-mon[117020]: from='client.104679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:21 smithi066 ceph-mon[112137]: pgmap v3426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:21 smithi066 ceph-mon[112137]: from='client.104679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:22 smithi203 ceph-mon[117428]: pgmap v3427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:22 smithi137 ceph-mon[117020]: pgmap v3427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:22 smithi066 ceph-mon[112137]: pgmap v3427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:25 smithi203 ceph-mon[117428]: pgmap v3428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:25.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:25.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:25.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:25 smithi137 ceph-mon[117020]: pgmap v3428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:25 smithi066 ceph-mon[112137]: pgmap v3428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:26.321 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:26.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:26.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:26.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:26.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:27 smithi203 ceph-mon[117428]: from='client.104754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:27 smithi203 ceph-mon[117428]: pgmap v3429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:27 smithi137 ceph-mon[117020]: from='client.104754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:27 smithi137 ceph-mon[117020]: pgmap v3429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:27 smithi066 ceph-mon[112137]: from='client.104754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:27 smithi066 ceph-mon[112137]: pgmap v3429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:29 smithi203 ceph-mon[117428]: pgmap v3430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:07:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:29 smithi137 ceph-mon[117020]: pgmap v3430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:07:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:29 smithi066 ceph-mon[112137]: pgmap v3430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:07:31.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:31.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:31.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:31 smithi203 ceph-mon[117428]: pgmap v3431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:07:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:31 smithi137 ceph-mon[117020]: pgmap v3431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:07:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:31 smithi066 ceph-mon[112137]: pgmap v3431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:07:32.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:32.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:32.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:32.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:32.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:32 smithi203 ceph-mon[117428]: from='client.104829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:32 smithi203 ceph-mon[117428]: pgmap v3432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:32 smithi137 ceph-mon[117020]: from='client.104829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:32 smithi137 ceph-mon[117020]: pgmap v3432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:32 smithi066 ceph-mon[112137]: from='client.104829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:32 smithi066 ceph-mon[112137]: pgmap v3432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:35 smithi203 ceph-mon[117428]: pgmap v3433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:35 smithi137 ceph-mon[117020]: pgmap v3433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:35 smithi066 ceph-mon[112137]: pgmap v3433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:37.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:37.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:37.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:37 smithi203 ceph-mon[117428]: pgmap v3434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:37 smithi137 ceph-mon[117020]: pgmap v3434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:37 smithi066 ceph-mon[112137]: pgmap v3434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:37.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:37.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:37.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:37.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:37.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:38 smithi203 ceph-mon[117428]: from='client.104904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:38 smithi137 ceph-mon[117020]: from='client.104904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:38 smithi066 ceph-mon[112137]: from='client.104904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:39 smithi203 ceph-mon[117428]: pgmap v3435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:39 smithi137 ceph-mon[117020]: pgmap v3435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:39 smithi066 ceph-mon[112137]: pgmap v3435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:41 smithi203 ceph-mon[117428]: pgmap v3436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:41 smithi137 ceph-mon[117020]: pgmap v3436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:41 smithi066 ceph-mon[112137]: pgmap v3436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:42.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:42.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:42.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:42 smithi203 ceph-mon[117428]: pgmap v3437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:42 smithi137 ceph-mon[117020]: pgmap v3437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:42 smithi066 ceph-mon[112137]: pgmap v3437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:43.512 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:43.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:43.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:43.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:43.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:43 smithi203 ceph-mon[117428]: from='client.104979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:43 smithi137 ceph-mon[117020]: from='client.104979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:43 smithi066 ceph-mon[112137]: from='client.104979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:44 smithi203 ceph-mon[117428]: pgmap v3438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:44 smithi137 ceph-mon[117020]: pgmap v3438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:44 smithi066 ceph-mon[112137]: pgmap v3438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:47 smithi203 ceph-mon[117428]: pgmap v3439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:47 smithi137 ceph-mon[117020]: pgmap v3439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:47 smithi066 ceph-mon[112137]: pgmap v3439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:48.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:48.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:48.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:49.247 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:49.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:49.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:49.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:49.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:49 smithi203 ceph-mon[117428]: pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:49 smithi137 ceph-mon[117020]: pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:49 smithi066 ceph-mon[112137]: pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:50 smithi203 ceph-mon[117428]: from='client.105057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:50 smithi137 ceph-mon[117020]: from='client.105057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:50 smithi066 ceph-mon[112137]: from='client.105057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:51 smithi203 ceph-mon[117428]: pgmap v3441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:51 smithi137 ceph-mon[117020]: pgmap v3441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:51 smithi066 ceph-mon[112137]: pgmap v3441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:52 smithi203 ceph-mon[117428]: pgmap v3442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:52 smithi137 ceph-mon[117020]: pgmap v3442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:52 smithi066 ceph-mon[112137]: pgmap v3442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:54.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:54.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:54.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:54.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:54.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:54.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:54.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:07:54.970 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:07:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:55 smithi203 ceph-mon[117428]: pgmap v3443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:55 smithi203 ceph-mon[117428]: from='client.105132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:55 smithi137 ceph-mon[117020]: pgmap v3443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:55 smithi137 ceph-mon[117020]: from='client.105132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:55 smithi066 ceph-mon[112137]: pgmap v3443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:55 smithi066 ceph-mon[112137]: from='client.105132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:57 smithi203 ceph-mon[117428]: pgmap v3444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:57 smithi137 ceph-mon[117020]: pgmap v3444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:57 smithi066 ceph-mon[112137]: pgmap v3444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:07:59 smithi203 ceph-mon[117428]: pgmap v3445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:07:59 smithi137 ceph-mon[117020]: pgmap v3445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:07:59 smithi066 ceph-mon[112137]: pgmap v3445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:59.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:07:59.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:59.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:00.688 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:00.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:00.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:00.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:00.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:01 smithi203 ceph-mon[117428]: pgmap v3446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:01 smithi203 ceph-mon[117428]: from='client.105210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:01 smithi137 ceph-mon[117020]: pgmap v3446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:01 smithi137 ceph-mon[117020]: from='client.105210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:01 smithi066 ceph-mon[112137]: pgmap v3446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:01 smithi066 ceph-mon[112137]: from='client.105210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:02 smithi203 ceph-mon[117428]: pgmap v3447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:02 smithi137 ceph-mon[117020]: pgmap v3447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:02 smithi066 ceph-mon[112137]: pgmap v3447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:05 smithi203 ceph-mon[117428]: pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:08:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:08:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:08:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:08:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:05 smithi137 ceph-mon[117020]: pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:08:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:08:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:08:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:08:05.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:05.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:05.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:05 smithi066 ceph-mon[112137]: pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:08:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:08:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:08:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:08:06.411 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:06.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:06.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:06.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:06.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:07 smithi203 ceph-mon[117428]: from='client.105288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:07 smithi203 ceph-mon[117428]: pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:07 smithi137 ceph-mon[117020]: from='client.105288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:07 smithi137 ceph-mon[117020]: pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:07 smithi066 ceph-mon[112137]: from='client.105288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:07 smithi066 ceph-mon[112137]: pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:09 smithi203 ceph-mon[117428]: pgmap v3450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:09 smithi137 ceph-mon[117020]: pgmap v3450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:09 smithi066 ceph-mon[112137]: pgmap v3450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:11.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:11.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:11.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:11 smithi203 ceph-mon[117428]: pgmap v3451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:11 smithi137 ceph-mon[117020]: pgmap v3451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:11 smithi066 ceph-mon[112137]: pgmap v3451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:12.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:12.135 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:12.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:12.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:12.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:12 smithi203 ceph-mon[117428]: from='client.105357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:12 smithi203 ceph-mon[117428]: pgmap v3452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:12 smithi137 ceph-mon[117020]: from='client.105357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:12 smithi137 ceph-mon[117020]: pgmap v3452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:12 smithi066 ceph-mon[112137]: from='client.105357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:12 smithi066 ceph-mon[112137]: pgmap v3452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:15 smithi203 ceph-mon[117428]: pgmap v3453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:15 smithi137 ceph-mon[117020]: pgmap v3453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:15 smithi066 ceph-mon[112137]: pgmap v3453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:17.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:17.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:17.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:17 smithi203 ceph-mon[117428]: pgmap v3454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:17 smithi137 ceph-mon[117020]: pgmap v3454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:17 smithi066 ceph-mon[112137]: pgmap v3454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:17.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:17.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:17.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:17.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:17.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:18 smithi203 ceph-mon[117428]: from='client.105429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:18 smithi137 ceph-mon[117020]: from='client.105429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:18 smithi066 ceph-mon[112137]: from='client.105429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:19 smithi203 ceph-mon[117428]: pgmap v3455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:19 smithi137 ceph-mon[117020]: pgmap v3455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:19 smithi066 ceph-mon[112137]: pgmap v3455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:21 smithi203 ceph-mon[117428]: pgmap v3456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:21 smithi137 ceph-mon[117020]: pgmap v3456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:21 smithi066 ceph-mon[112137]: pgmap v3456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:22.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:22.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:22.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:22 smithi137 ceph-mon[117020]: pgmap v3457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:22 smithi066 ceph-mon[112137]: pgmap v3457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:22 smithi203 ceph-mon[117428]: pgmap v3457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:23.599 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:23.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:23.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:23.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:23.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:23 smithi137 ceph-mon[117020]: from='client.105504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:23 smithi066 ceph-mon[112137]: from='client.105504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:23 smithi203 ceph-mon[117428]: from='client.105504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:24 smithi137 ceph-mon[117020]: pgmap v3458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:24 smithi066 ceph-mon[112137]: pgmap v3458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:24 smithi203 ceph-mon[117428]: pgmap v3458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:27 smithi203 ceph-mon[117428]: pgmap v3459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:27 smithi137 ceph-mon[117020]: pgmap v3459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:27 smithi066 ceph-mon[112137]: pgmap v3459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:28.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:28.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:28.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:29.322 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:29.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:29.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:29.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:29.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:29 smithi203 ceph-mon[117428]: pgmap v3460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:29 smithi137 ceph-mon[117020]: pgmap v3460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:29 smithi066 ceph-mon[112137]: pgmap v3460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:30 smithi203 ceph-mon[117428]: from='client.105582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:30 smithi137 ceph-mon[117020]: from='client.105582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:30 smithi066 ceph-mon[112137]: from='client.105582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:31 smithi203 ceph-mon[117428]: pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:31 smithi137 ceph-mon[117020]: pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:31 smithi066 ceph-mon[112137]: pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:32 smithi203 ceph-mon[117428]: pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:32 smithi137 ceph-mon[117020]: pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:32 smithi066 ceph-mon[112137]: pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:34.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:34.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:34.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:35.065 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:35.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:35.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:35.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:35.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:35 smithi203 ceph-mon[117428]: pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:35 smithi203 ceph-mon[117428]: from='client.105648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:35 smithi137 ceph-mon[117020]: pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:35 smithi137 ceph-mon[117020]: from='client.105648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:35 smithi066 ceph-mon[112137]: pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:35 smithi066 ceph-mon[112137]: from='client.105648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:37 smithi203 ceph-mon[117428]: pgmap v3464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:37 smithi137 ceph-mon[117020]: pgmap v3464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:37 smithi066 ceph-mon[112137]: pgmap v3464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:39 smithi203 ceph-mon[117428]: pgmap v3465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:39 smithi137 ceph-mon[117020]: pgmap v3465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:39 smithi066 ceph-mon[112137]: pgmap v3465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:40.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:40.067 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:40.067 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:40.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:40.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:40.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:40.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:40.794 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:41 smithi203 ceph-mon[117428]: pgmap v3466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:41 smithi203 ceph-mon[117428]: from='client.105723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:41 smithi137 ceph-mon[117020]: pgmap v3466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:41 smithi137 ceph-mon[117020]: from='client.105723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:41 smithi066 ceph-mon[112137]: pgmap v3466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:41 smithi066 ceph-mon[112137]: from='client.105723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:42 smithi203 ceph-mon[117428]: pgmap v3467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:42 smithi137 ceph-mon[117020]: pgmap v3467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:42 smithi066 ceph-mon[112137]: pgmap v3467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:45 smithi203 ceph-mon[117428]: pgmap v3468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:45 smithi137 ceph-mon[117020]: pgmap v3468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:45 smithi066 ceph-mon[112137]: pgmap v3468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:45.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:45.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:45.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:46.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:46.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:46.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:46.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:46.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:47 smithi203 ceph-mon[117428]: from='client.105801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:47 smithi203 ceph-mon[117428]: pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:47 smithi137 ceph-mon[117020]: from='client.105801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:47 smithi137 ceph-mon[117020]: pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:47 smithi066 ceph-mon[112137]: from='client.105801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:47 smithi066 ceph-mon[112137]: pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:49 smithi203 ceph-mon[117428]: pgmap v3470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:49 smithi137 ceph-mon[117020]: pgmap v3470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:49 smithi066 ceph-mon[112137]: pgmap v3470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:51.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:51.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:51.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:51 smithi203 ceph-mon[117428]: pgmap v3471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:51 smithi137 ceph-mon[117020]: pgmap v3471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:51 smithi066 ceph-mon[112137]: pgmap v3471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:52.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:52.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:52.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:52.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:52.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:52 smithi137 ceph-mon[117020]: from='client.105876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:52 smithi137 ceph-mon[117020]: pgmap v3472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:52 smithi066 ceph-mon[112137]: from='client.105876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:52 smithi066 ceph-mon[112137]: pgmap v3472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:52 smithi203 ceph-mon[117428]: from='client.105876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:52 smithi203 ceph-mon[117428]: pgmap v3472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:55 smithi203 ceph-mon[117428]: pgmap v3473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:55 smithi137 ceph-mon[117020]: pgmap v3473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:55 smithi066 ceph-mon[112137]: pgmap v3473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:57.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:08:57.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:57.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:57 smithi203 ceph-mon[117428]: pgmap v3474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:57 smithi137 ceph-mon[117020]: pgmap v3474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:57 smithi066 ceph-mon[112137]: pgmap v3474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:57.977 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:08:57.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:57.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:57.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:57.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:08:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:58 smithi203 ceph-mon[117428]: from='client.105951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:58 smithi137 ceph-mon[117020]: from='client.105951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:58 smithi066 ceph-mon[112137]: from='client.105951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:08:59 smithi203 ceph-mon[117428]: pgmap v3475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:08:59 smithi137 ceph-mon[117020]: pgmap v3475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:08:59 smithi066 ceph-mon[112137]: pgmap v3475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:01 smithi203 ceph-mon[117428]: pgmap v3476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:01 smithi137 ceph-mon[117020]: pgmap v3476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:01 smithi066 ceph-mon[112137]: pgmap v3476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:02.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:02.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:02.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:02 smithi137 ceph-mon[117020]: pgmap v3477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:02 smithi066 ceph-mon[112137]: pgmap v3477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:02 smithi203 ceph-mon[117428]: pgmap v3477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:03.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:03.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:03.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:03.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:03.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:03 smithi137 ceph-mon[117020]: from='client.106029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:03 smithi066 ceph-mon[112137]: from='client.106029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:03 smithi203 ceph-mon[117428]: from='client.106029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:04 smithi137 ceph-mon[117020]: pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:04 smithi066 ceph-mon[112137]: pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:04 smithi203 ceph-mon[117428]: pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:06.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:09:06.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:09:06.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:09:06.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:09:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:09:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:09:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:09:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:09:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:09:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:09:06.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:09:06.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:09:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:06 smithi137 ceph-mon[117020]: pgmap v3479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:06 smithi066 ceph-mon[112137]: pgmap v3479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:06 smithi203 ceph-mon[117428]: pgmap v3479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:08.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:08.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:08.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:09.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:09.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:09.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:09.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:09.438 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:09 smithi203 ceph-mon[117428]: pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:09 smithi137 ceph-mon[117020]: pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:09 smithi066 ceph-mon[112137]: pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:10 smithi203 ceph-mon[117428]: from='client.106107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:10 smithi137 ceph-mon[117020]: from='client.106107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:10 smithi066 ceph-mon[112137]: from='client.106107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:11 smithi203 ceph-mon[117428]: pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:11 smithi137 ceph-mon[117020]: pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:11 smithi066 ceph-mon[112137]: pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:12 smithi137 ceph-mon[117020]: pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:12 smithi066 ceph-mon[112137]: pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:12 smithi203 ceph-mon[117428]: pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:14.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:14.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:14.440 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:15.176 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:15.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:15.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:15.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:15.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:15 smithi203 ceph-mon[117428]: pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:15 smithi137 ceph-mon[117020]: pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:15 smithi066 ceph-mon[112137]: pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:16 smithi203 ceph-mon[117428]: from='client.106182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:16 smithi137 ceph-mon[117020]: from='client.106182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:16 smithi066 ceph-mon[112137]: from='client.106182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:17 smithi203 ceph-mon[117428]: pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:17 smithi137 ceph-mon[117020]: pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:17 smithi066 ceph-mon[112137]: pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:19 smithi203 ceph-mon[117428]: pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:19 smithi137 ceph-mon[117020]: pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:19 smithi066 ceph-mon[112137]: pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:20.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:20.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:20.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:20.909 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:20.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:20.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:20.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:20.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:21 smithi203 ceph-mon[117428]: pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:21 smithi203 ceph-mon[117428]: from='client.106260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:21 smithi137 ceph-mon[117020]: pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:21 smithi137 ceph-mon[117020]: from='client.106260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:21 smithi066 ceph-mon[112137]: pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:21 smithi066 ceph-mon[112137]: from='client.106260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:22 smithi137 ceph-mon[117020]: pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:22 smithi066 ceph-mon[112137]: pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:22 smithi203 ceph-mon[117428]: pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:25 smithi203 ceph-mon[117428]: pgmap v3488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:25 smithi137 ceph-mon[117020]: pgmap v3488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:25 smithi066 ceph-mon[112137]: pgmap v3488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:25.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:25.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:25.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:26.644 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:26.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:26.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:26.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:26.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:27 smithi203 ceph-mon[117428]: pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:27 smithi203 ceph-mon[117428]: from='client.106338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:27 smithi137 ceph-mon[117020]: pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:27 smithi137 ceph-mon[117020]: from='client.106338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:27 smithi066 ceph-mon[112137]: pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:27 smithi066 ceph-mon[112137]: from='client.106338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:29 smithi203 ceph-mon[117428]: pgmap v3490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:29 smithi137 ceph-mon[117020]: pgmap v3490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:29 smithi066 ceph-mon[112137]: pgmap v3490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:31 smithi203 ceph-mon[117428]: pgmap v3491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:31 smithi137 ceph-mon[117020]: pgmap v3491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:31.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:31.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:31.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:31 smithi066 ceph-mon[112137]: pgmap v3491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:32.375 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:32.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:32.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:32.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:32.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:32 smithi137 ceph-mon[117020]: from='client.106413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:32 smithi137 ceph-mon[117020]: pgmap v3492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:32 smithi066 ceph-mon[112137]: from='client.106413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:32 smithi066 ceph-mon[112137]: pgmap v3492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:32 smithi203 ceph-mon[117428]: from='client.106413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:32 smithi203 ceph-mon[117428]: pgmap v3492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:35 smithi203 ceph-mon[117428]: pgmap v3493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:35 smithi137 ceph-mon[117020]: pgmap v3493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:35 smithi066 ceph-mon[112137]: pgmap v3493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:37.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:37.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:37.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:37 smithi203 ceph-mon[117428]: pgmap v3494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:37 smithi137 ceph-mon[117020]: pgmap v3494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:37 smithi066 ceph-mon[112137]: pgmap v3494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:38.103 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:38.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:38.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:38.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:38.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:39 smithi203 ceph-mon[117428]: from='client.106488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:39 smithi203 ceph-mon[117428]: pgmap v3495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:39 smithi137 ceph-mon[117020]: from='client.106488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:39 smithi137 ceph-mon[117020]: pgmap v3495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:39 smithi066 ceph-mon[112137]: from='client.106488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:39 smithi066 ceph-mon[112137]: pgmap v3495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:41 smithi203 ceph-mon[117428]: pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:41 smithi137 ceph-mon[117020]: pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:41 smithi066 ceph-mon[112137]: pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:43.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:43.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:43.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:42 smithi137 ceph-mon[117020]: pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:42 smithi066 ceph-mon[112137]: pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:42 smithi203 ceph-mon[117428]: pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:43.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:43.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:43.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:43.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:43.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:43 smithi137 ceph-mon[117020]: from='client.106566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:43 smithi066 ceph-mon[112137]: from='client.106566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:43 smithi203 ceph-mon[117428]: from='client.106566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:44 smithi137 ceph-mon[117020]: pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:44 smithi066 ceph-mon[112137]: pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:44 smithi203 ceph-mon[117428]: pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:47 smithi203 ceph-mon[117428]: pgmap v3499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:47 smithi137 ceph-mon[117020]: pgmap v3499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:47 smithi066 ceph-mon[112137]: pgmap v3499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:48.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:48.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:48.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:49.552 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:49.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:49.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:49.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:49.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:49 smithi203 ceph-mon[117428]: pgmap v3500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:49 smithi137 ceph-mon[117020]: pgmap v3500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:49 smithi066 ceph-mon[112137]: pgmap v3500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:50 smithi203 ceph-mon[117428]: from='client.106641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:50 smithi137 ceph-mon[117020]: from='client.106641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:50 smithi066 ceph-mon[112137]: from='client.106641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:51 smithi203 ceph-mon[117428]: pgmap v3501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:51 smithi137 ceph-mon[117020]: pgmap v3501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:51 smithi066 ceph-mon[112137]: pgmap v3501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:52 smithi137 ceph-mon[117020]: pgmap v3502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:52 smithi066 ceph-mon[112137]: pgmap v3502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:52 smithi203 ceph-mon[117428]: pgmap v3502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:54.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:09:54.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:54.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:55.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:09:55.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:55.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:55.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:55.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:09:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:55 smithi203 ceph-mon[117428]: pgmap v3503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:55 smithi137 ceph-mon[117020]: pgmap v3503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:55 smithi066 ceph-mon[112137]: pgmap v3503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:56 smithi203 ceph-mon[117428]: from='client.106719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:56 smithi137 ceph-mon[117020]: from='client.106719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:56 smithi066 ceph-mon[112137]: from='client.106719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:57 smithi203 ceph-mon[117428]: pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:57 smithi137 ceph-mon[117020]: pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:57 smithi066 ceph-mon[112137]: pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:09:59 smithi203 ceph-mon[117428]: pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:09:59 smithi137 ceph-mon[117020]: pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:09:59 smithi066 ceph-mon[112137]: pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:00.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:00.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:00.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T19:10:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T19:10:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T19:10:01.007 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:01.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:01.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:01.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:01.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:01 smithi203 ceph-mon[117428]: pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:01 smithi203 ceph-mon[117428]: from='client.106797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:01 smithi137 ceph-mon[117020]: pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:01 smithi137 ceph-mon[117020]: from='client.106797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:01 smithi066 ceph-mon[112137]: pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:01 smithi066 ceph-mon[112137]: from='client.106797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:02 smithi137 ceph-mon[117020]: pgmap v3507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:02 smithi066 ceph-mon[112137]: pgmap v3507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:02 smithi203 ceph-mon[117428]: pgmap v3507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:05 smithi203 ceph-mon[117428]: pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:05 smithi137 ceph-mon[117020]: pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:05 smithi066 ceph-mon[112137]: pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:06.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:06.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:06.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:10:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:10:06.724 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:06.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:06.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:06.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:06.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:10:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:07 smithi203 ceph-mon[117428]: pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:10:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:10:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:10:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:07 smithi203 ceph-mon[117428]: from='client.106869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:07 smithi137 ceph-mon[117020]: pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:10:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:10:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:10:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:07 smithi137 ceph-mon[117020]: from='client.106869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:07 smithi066 ceph-mon[112137]: pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:10:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:10:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:10:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:07 smithi066 ceph-mon[112137]: from='client.106869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:09 smithi203 ceph-mon[117428]: pgmap v3510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:09 smithi137 ceph-mon[117020]: pgmap v3510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:09 smithi066 ceph-mon[112137]: pgmap v3510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:11 smithi203 ceph-mon[117428]: pgmap v3511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:11 smithi137 ceph-mon[117020]: pgmap v3511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:11.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:11.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:11.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:11 smithi066 ceph-mon[112137]: pgmap v3511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:12.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:12.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:12.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:12.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:12.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:12 smithi137 ceph-mon[117020]: from='client.106944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:12 smithi137 ceph-mon[117020]: pgmap v3512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:12 smithi066 ceph-mon[112137]: from='client.106944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:12 smithi066 ceph-mon[112137]: pgmap v3512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:12 smithi203 ceph-mon[117428]: from='client.106944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:12 smithi203 ceph-mon[117428]: pgmap v3512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:15 smithi203 ceph-mon[117428]: pgmap v3513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:15 smithi137 ceph-mon[117020]: pgmap v3513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:15 smithi066 ceph-mon[112137]: pgmap v3513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:17.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:17.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:17.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:17 smithi203 ceph-mon[117428]: pgmap v3514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:17 smithi137 ceph-mon[117020]: pgmap v3514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:17 smithi066 ceph-mon[112137]: pgmap v3514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:18.168 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:18.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:18.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:18.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:18.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:19 smithi203 ceph-mon[117428]: from='client.107016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:19 smithi203 ceph-mon[117428]: pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:19 smithi137 ceph-mon[117020]: from='client.107016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:19 smithi137 ceph-mon[117020]: pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:19 smithi066 ceph-mon[112137]: from='client.107016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:19 smithi066 ceph-mon[112137]: pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:21 smithi203 ceph-mon[117428]: pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:21 smithi137 ceph-mon[117020]: pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:21 smithi066 ceph-mon[112137]: pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:22 smithi137 ceph-mon[117020]: pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:23.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:23.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:23.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:22 smithi066 ceph-mon[112137]: pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:22 smithi203 ceph-mon[117428]: pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:23.888 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:23.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:23.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:23.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:23.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:23 smithi137 ceph-mon[117020]: from='client.107094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:23 smithi066 ceph-mon[112137]: from='client.107094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:23 smithi203 ceph-mon[117428]: from='client.107094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:25.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:24 smithi137 ceph-mon[117020]: pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:24 smithi066 ceph-mon[112137]: pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:24 smithi203 ceph-mon[117428]: pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:27 smithi203 ceph-mon[117428]: pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:27 smithi137 ceph-mon[117020]: pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:27 smithi066 ceph-mon[112137]: pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:28.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:28.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:28.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:29 smithi203 ceph-mon[117428]: pgmap v3520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:29.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:29.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:29.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:29.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:29.620 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:29 smithi137 ceph-mon[117020]: pgmap v3520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:29 smithi066 ceph-mon[112137]: pgmap v3520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:30 smithi203 ceph-mon[117428]: from='client.107166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:30 smithi137 ceph-mon[117020]: from='client.107166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:30 smithi066 ceph-mon[112137]: from='client.107166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:31 smithi203 ceph-mon[117428]: pgmap v3521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:31 smithi137 ceph-mon[117020]: pgmap v3521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:31 smithi066 ceph-mon[112137]: pgmap v3521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:32 smithi137 ceph-mon[117020]: pgmap v3522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:32 smithi066 ceph-mon[112137]: pgmap v3522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:32 smithi203 ceph-mon[117428]: pgmap v3522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:34.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:34.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:34.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:35.352 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:35.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:35.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:35.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:35.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:35 smithi203 ceph-mon[117428]: pgmap v3523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:35 smithi137 ceph-mon[117020]: pgmap v3523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:35 smithi066 ceph-mon[112137]: pgmap v3523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:36 smithi203 ceph-mon[117428]: from='client.107244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:36 smithi137 ceph-mon[117020]: from='client.107244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:36 smithi066 ceph-mon[112137]: from='client.107244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:37 smithi203 ceph-mon[117428]: pgmap v3524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:37 smithi137 ceph-mon[117020]: pgmap v3524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:37 smithi066 ceph-mon[112137]: pgmap v3524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:39 smithi203 ceph-mon[117428]: pgmap v3525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:39 smithi137 ceph-mon[117020]: pgmap v3525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:39 smithi066 ceph-mon[112137]: pgmap v3525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:40.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:40.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:40.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:41.070 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:41.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:41.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:41.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:41.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:41 smithi203 ceph-mon[117428]: pgmap v3526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:41 smithi203 ceph-mon[117428]: from='client.107322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:41 smithi137 ceph-mon[117020]: pgmap v3526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:41 smithi137 ceph-mon[117020]: from='client.107322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:41 smithi066 ceph-mon[112137]: pgmap v3526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:41 smithi066 ceph-mon[112137]: from='client.107322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:42 smithi137 ceph-mon[117020]: pgmap v3527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:42 smithi066 ceph-mon[112137]: pgmap v3527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:42 smithi203 ceph-mon[117428]: pgmap v3527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:45 smithi203 ceph-mon[117428]: pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:45 smithi137 ceph-mon[117020]: pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:45 smithi066 ceph-mon[112137]: pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:46.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:46.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:46.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:46.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:46.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:47 smithi203 ceph-mon[117428]: pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:47 smithi203 ceph-mon[117428]: from='client.107394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:47 smithi137 ceph-mon[117020]: pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:47 smithi137 ceph-mon[117020]: from='client.107394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:47 smithi066 ceph-mon[112137]: pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:47 smithi066 ceph-mon[112137]: from='client.107394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:49 smithi203 ceph-mon[117428]: pgmap v3530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:49 smithi137 ceph-mon[117020]: pgmap v3530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:49 smithi066 ceph-mon[112137]: pgmap v3530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:51 smithi203 ceph-mon[117428]: pgmap v3531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:51 smithi137 ceph-mon[117020]: pgmap v3531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:51 smithi066 ceph-mon[112137]: pgmap v3531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:51.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:51.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:51.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:52.520 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:52.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:52.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:52.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:52.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:52 smithi137 ceph-mon[117020]: from='client.107469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:52 smithi137 ceph-mon[117020]: pgmap v3532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:52 smithi066 ceph-mon[112137]: from='client.107469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:52 smithi066 ceph-mon[112137]: pgmap v3532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:52 smithi203 ceph-mon[117428]: from='client.107469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:52 smithi203 ceph-mon[117428]: pgmap v3532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:55 smithi203 ceph-mon[117428]: pgmap v3533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:55 smithi137 ceph-mon[117020]: pgmap v3533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:55 smithi066 ceph-mon[112137]: pgmap v3533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:57.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:10:57.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:57.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:57 smithi203 ceph-mon[117428]: pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:57 smithi137 ceph-mon[117020]: pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:57 smithi066 ceph-mon[112137]: pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:58.242 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:10:58.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:58.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:58.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:58.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:10:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:59 smithi203 ceph-mon[117428]: from='client.107547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:10:59 smithi203 ceph-mon[117428]: pgmap v3535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:59 smithi137 ceph-mon[117020]: from='client.107547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:10:59 smithi137 ceph-mon[117020]: pgmap v3535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:59 smithi066 ceph-mon[112137]: from='client.107547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:10:59 smithi066 ceph-mon[112137]: pgmap v3535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:01 smithi203 ceph-mon[117428]: pgmap v3536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:01 smithi137 ceph-mon[117020]: pgmap v3536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:01 smithi066 ceph-mon[112137]: pgmap v3536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:02 smithi137 ceph-mon[117020]: pgmap v3537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:02 smithi066 ceph-mon[112137]: pgmap v3537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:03.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:03.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:03.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:02 smithi203 ceph-mon[117428]: pgmap v3537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:03.972 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:03.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:03.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:03.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:03.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:03 smithi137 ceph-mon[117020]: from='client.107619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:03 smithi066 ceph-mon[112137]: from='client.107619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:03 smithi203 ceph-mon[117428]: from='client.107619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:04 smithi137 ceph-mon[117020]: pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:04 smithi066 ceph-mon[112137]: pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:04 smithi203 ceph-mon[117428]: pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:07 smithi203 ceph-mon[117428]: pgmap v3539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:11:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:11:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:11:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:11:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:07 smithi137 ceph-mon[117020]: pgmap v3539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:11:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:11:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:11:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:11:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:07 smithi066 ceph-mon[112137]: pgmap v3539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:11:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:11:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:11:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:11:08.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:08.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:08.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:09 smithi203 ceph-mon[117428]: pgmap v3540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:09 smithi137 ceph-mon[117020]: pgmap v3540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:09.693 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:09.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:09.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:09.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:09.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:09 smithi066 ceph-mon[112137]: pgmap v3540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:10 smithi203 ceph-mon[117428]: from='client.107697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:10 smithi137 ceph-mon[117020]: from='client.107697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:10 smithi066 ceph-mon[112137]: from='client.107697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:11 smithi203 ceph-mon[117428]: pgmap v3541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:11:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:11 smithi137 ceph-mon[117020]: pgmap v3541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:11:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:11 smithi066 ceph-mon[112137]: pgmap v3541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:11:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:12 smithi137 ceph-mon[117020]: pgmap v3542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:12 smithi066 ceph-mon[112137]: pgmap v3542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:12 smithi203 ceph-mon[117428]: pgmap v3542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:14.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:14.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:14.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:15.414 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:15.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:15.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:15.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:15.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:15 smithi203 ceph-mon[117428]: pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:15 smithi137 ceph-mon[117020]: pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:15 smithi066 ceph-mon[112137]: pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:16 smithi203 ceph-mon[117428]: from='client.107775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:16 smithi137 ceph-mon[117020]: from='client.107775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:16 smithi066 ceph-mon[112137]: from='client.107775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:17 smithi203 ceph-mon[117428]: pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:17 smithi137 ceph-mon[117020]: pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:17 smithi066 ceph-mon[112137]: pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:19 smithi203 ceph-mon[117428]: pgmap v3545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:19 smithi137 ceph-mon[117020]: pgmap v3545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:19 smithi066 ceph-mon[112137]: pgmap v3545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:20.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:20.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:20.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:21.141 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:21.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:21.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:21.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:21.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:21 smithi137 ceph-mon[117020]: pgmap v3546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:21 smithi066 ceph-mon[112137]: pgmap v3546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:21 smithi203 ceph-mon[117428]: pgmap v3546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:22 smithi137 ceph-mon[117020]: from='client.107850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:22 smithi066 ceph-mon[112137]: from='client.107850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:22 smithi203 ceph-mon[117428]: from='client.107850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:23 smithi137 ceph-mon[117020]: pgmap v3547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:23 smithi066 ceph-mon[112137]: pgmap v3547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:23 smithi203 ceph-mon[117428]: pgmap v3547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:25 smithi137 ceph-mon[117020]: pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:25 smithi066 ceph-mon[112137]: pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:25 smithi203 ceph-mon[117428]: pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:26.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:26.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:26.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:26.871 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:26.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:26.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:26.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:26.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:27 smithi137 ceph-mon[117020]: pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:11:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:27 smithi137 ceph-mon[117020]: from='client.107928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:27 smithi066 ceph-mon[112137]: pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:11:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:27 smithi066 ceph-mon[112137]: from='client.107928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:27 smithi203 ceph-mon[117428]: pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:11:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:27 smithi203 ceph-mon[117428]: from='client.107928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:29 smithi137 ceph-mon[117020]: pgmap v3550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:29 smithi066 ceph-mon[112137]: pgmap v3550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:29 smithi203 ceph-mon[117428]: pgmap v3550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:31 smithi137 ceph-mon[117020]: pgmap v3551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:31 smithi066 ceph-mon[112137]: pgmap v3551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:31 smithi203 ceph-mon[117428]: pgmap v3551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:31.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:31.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:31.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:32.590 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:32.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:32.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:32.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:32.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:32 smithi137 ceph-mon[117020]: from='client.108003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:32 smithi137 ceph-mon[117020]: pgmap v3552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:32 smithi066 ceph-mon[112137]: from='client.108003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:32 smithi066 ceph-mon[112137]: pgmap v3552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:32 smithi203 ceph-mon[117428]: from='client.108003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:32 smithi203 ceph-mon[117428]: pgmap v3552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:35 smithi203 ceph-mon[117428]: pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:35 smithi137 ceph-mon[117020]: pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:35 smithi066 ceph-mon[112137]: pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:37 smithi203 ceph-mon[117428]: pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:37.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:37.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:37.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:37 smithi137 ceph-mon[117020]: pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:37 smithi066 ceph-mon[112137]: pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:38.323 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:38.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:38.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:38.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:38.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:39 smithi203 ceph-mon[117428]: from='client.108081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:39 smithi203 ceph-mon[117428]: pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:39 smithi137 ceph-mon[117020]: from='client.108081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:39 smithi137 ceph-mon[117020]: pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:39 smithi066 ceph-mon[112137]: from='client.108081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:39 smithi066 ceph-mon[112137]: pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:41 smithi137 ceph-mon[117020]: pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:41 smithi066 ceph-mon[112137]: pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:41 smithi203 ceph-mon[117428]: pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:42 smithi137 ceph-mon[117020]: pgmap v3557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:42 smithi066 ceph-mon[112137]: pgmap v3557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:42 smithi203 ceph-mon[117428]: pgmap v3557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:43.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:43.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:43.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:44.049 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:44.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:44.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:44.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:44.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:43 smithi137 ceph-mon[117020]: from='client.108156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:43 smithi066 ceph-mon[112137]: from='client.108156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:43 smithi203 ceph-mon[117428]: from='client.108156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:44 smithi137 ceph-mon[117020]: pgmap v3558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:44 smithi066 ceph-mon[112137]: pgmap v3558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:44 smithi203 ceph-mon[117428]: pgmap v3558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:47 smithi203 ceph-mon[117428]: pgmap v3559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:47 smithi137 ceph-mon[117020]: pgmap v3559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:47 smithi066 ceph-mon[112137]: pgmap v3559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:49.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:49.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:49.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:49 smithi137 ceph-mon[117020]: pgmap v3560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:49 smithi066 ceph-mon[112137]: pgmap v3560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:49.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:49.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:49.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:49.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:49.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:49 smithi203 ceph-mon[117428]: pgmap v3560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:50 smithi137 ceph-mon[117020]: from='client.108231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:50 smithi066 ceph-mon[112137]: from='client.108231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:50 smithi203 ceph-mon[117428]: from='client.108231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:51 smithi137 ceph-mon[117020]: pgmap v3561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:11:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:51 smithi066 ceph-mon[112137]: pgmap v3561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:11:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:51 smithi203 ceph-mon[117428]: pgmap v3561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:11:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:52 smithi137 ceph-mon[117020]: pgmap v3562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:52 smithi066 ceph-mon[112137]: pgmap v3562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:52 smithi203 ceph-mon[117428]: pgmap v3562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:54.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:11:54.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:54.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:55.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:11:55.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:55.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:55.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:55.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:11:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:55 smithi203 ceph-mon[117428]: pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:55 smithi137 ceph-mon[117020]: pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:55 smithi066 ceph-mon[112137]: pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:56 smithi137 ceph-mon[117020]: from='client.108306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:56 smithi066 ceph-mon[112137]: from='client.108306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:56 smithi203 ceph-mon[117428]: from='client.108306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:57 smithi137 ceph-mon[117020]: pgmap v3564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:57 smithi066 ceph-mon[112137]: pgmap v3564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:57 smithi203 ceph-mon[117428]: pgmap v3564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:11:59 smithi137 ceph-mon[117020]: pgmap v3565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:11:59 smithi066 ceph-mon[112137]: pgmap v3565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:11:59 smithi203 ceph-mon[117428]: pgmap v3565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:00.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:00.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:00.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:01.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:01.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:01.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:01.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:01.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:01 smithi137 ceph-mon[117020]: pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:01 smithi066 ceph-mon[112137]: pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:01 smithi203 ceph-mon[117428]: pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:02 smithi137 ceph-mon[117020]: from='client.108381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:02 smithi066 ceph-mon[112137]: from='client.108381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:02 smithi203 ceph-mon[117428]: from='client.108381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:03 smithi137 ceph-mon[117020]: pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:12:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:03 smithi066 ceph-mon[112137]: pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:12:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:03 smithi203 ceph-mon[117428]: pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:12:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:05 smithi137 ceph-mon[117020]: pgmap v3568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:12:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:05 smithi066 ceph-mon[112137]: pgmap v3568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:12:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:05 smithi203 ceph-mon[117428]: pgmap v3568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:12:06.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:06.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:06.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:06.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:06.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:06.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:06.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:06.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:07 smithi137 ceph-mon[117020]: pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:12:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:07 smithi137 ceph-mon[117020]: from='client.108459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:12:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:07 smithi066 ceph-mon[112137]: pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:12:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:07 smithi066 ceph-mon[112137]: from='client.108459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:12:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:07 smithi203 ceph-mon[117428]: pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:12:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:07 smithi203 ceph-mon[117428]: from='client.108459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:12:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:12:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:12:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:12:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:12:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:12:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:12:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:12:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:12:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:12:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:09 smithi066 ceph-mon[112137]: pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:09 smithi203 ceph-mon[117428]: pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:09 smithi137 ceph-mon[117020]: pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:11.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:11.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:11.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:11 smithi066 ceph-mon[112137]: pgmap v3571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:11 smithi203 ceph-mon[117428]: pgmap v3571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:11 smithi137 ceph-mon[117020]: pgmap v3571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:12.718 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:12.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:12.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:12.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:12.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:12 smithi137 ceph-mon[117020]: pgmap v3572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:12 smithi137 ceph-mon[117020]: from='client.108537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:12 smithi066 ceph-mon[112137]: pgmap v3572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:12 smithi066 ceph-mon[112137]: from='client.108537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:12 smithi203 ceph-mon[117428]: pgmap v3572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:12 smithi203 ceph-mon[117428]: from='client.108537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:15 smithi137 ceph-mon[117020]: pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:15 smithi066 ceph-mon[112137]: pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:15 smithi203 ceph-mon[117428]: pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:17 smithi137 ceph-mon[117020]: pgmap v3574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:17.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:17.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:17.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:17 smithi066 ceph-mon[112137]: pgmap v3574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:17 smithi203 ceph-mon[117428]: pgmap v3574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:18.453 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:18.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:18.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:18.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:18.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:19 smithi137 ceph-mon[117020]: from='client.108612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:19 smithi137 ceph-mon[117020]: pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:19 smithi066 ceph-mon[112137]: from='client.108612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:19 smithi066 ceph-mon[112137]: pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:19 smithi203 ceph-mon[117428]: from='client.108612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:19 smithi203 ceph-mon[117428]: pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:21 smithi137 ceph-mon[117020]: pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:21 smithi066 ceph-mon[112137]: pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:21 smithi203 ceph-mon[117428]: pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:22 smithi137 ceph-mon[117020]: pgmap v3577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:22 smithi066 ceph-mon[112137]: pgmap v3577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:22 smithi203 ceph-mon[117428]: pgmap v3577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:23.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:23.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:23.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:24.184 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:24.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:24.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:24.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:24.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:25 smithi137 ceph-mon[117020]: from='client.108690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:25 smithi137 ceph-mon[117020]: pgmap v3578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:25 smithi066 ceph-mon[112137]: from='client.108690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:25 smithi066 ceph-mon[112137]: pgmap v3578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:25 smithi203 ceph-mon[117428]: from='client.108690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:25 smithi203 ceph-mon[117428]: pgmap v3578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:27 smithi137 ceph-mon[117020]: pgmap v3579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:27 smithi066 ceph-mon[112137]: pgmap v3579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:27 smithi203 ceph-mon[117428]: pgmap v3579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:29.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:29.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:29.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:29 smithi137 ceph-mon[117020]: pgmap v3580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:29.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:29 smithi066 ceph-mon[112137]: pgmap v3580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:29 smithi203 ceph-mon[117428]: pgmap v3580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:29.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:29.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:29.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:29.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:29.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:30 smithi137 ceph-mon[117020]: from='client.108765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:30 smithi066 ceph-mon[112137]: from='client.108765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:30 smithi203 ceph-mon[117428]: from='client.108765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:31 smithi137 ceph-mon[117020]: pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:12:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:31 smithi066 ceph-mon[112137]: pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:12:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:31 smithi203 ceph-mon[117428]: pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:12:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:32 smithi137 ceph-mon[117020]: pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:12:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:32 smithi066 ceph-mon[112137]: pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:12:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:32 smithi203 ceph-mon[117428]: pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:12:34.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:34.904 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:34.904 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:35 smithi137 ceph-mon[117020]: pgmap v3583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:12:35.623 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:35.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:35.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:35.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:35.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:35 smithi066 ceph-mon[112137]: pgmap v3583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:12:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:35 smithi203 ceph-mon[117428]: pgmap v3583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:12:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:36 smithi137 ceph-mon[117020]: from='client.108837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:36 smithi066 ceph-mon[112137]: from='client.108837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:36 smithi203 ceph-mon[117428]: from='client.108837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:37 smithi137 ceph-mon[117020]: pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:37 smithi066 ceph-mon[112137]: pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:37 smithi203 ceph-mon[117428]: pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:39 smithi137 ceph-mon[117020]: pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:39 smithi066 ceph-mon[112137]: pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:39 smithi203 ceph-mon[117428]: pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:40.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:40.625 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:40.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:41.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:41.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:41.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:41.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:41.359 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:41 smithi137 ceph-mon[117020]: pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:41 smithi066 ceph-mon[112137]: pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:41 smithi203 ceph-mon[117428]: pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:42 smithi137 ceph-mon[117020]: from='client.108912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:42 smithi066 ceph-mon[112137]: from='client.108912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:42 smithi203 ceph-mon[117428]: from='client.108912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:43 smithi137 ceph-mon[117020]: pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:12:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:43 smithi066 ceph-mon[112137]: pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:12:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:43 smithi203 ceph-mon[117428]: pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:12:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:45 smithi137 ceph-mon[117020]: pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:12:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:45 smithi066 ceph-mon[112137]: pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:12:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:45 smithi203 ceph-mon[117428]: pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:12:46.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:46.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:46.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:47.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:47.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:47.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:47.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:47.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:47 smithi137 ceph-mon[117020]: pgmap v3589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:12:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:47 smithi137 ceph-mon[117020]: from='client.108984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:47 smithi066 ceph-mon[112137]: pgmap v3589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:12:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:47 smithi066 ceph-mon[112137]: from='client.108984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:47 smithi203 ceph-mon[117428]: pgmap v3589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:12:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:47 smithi203 ceph-mon[117428]: from='client.108984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:49 smithi137 ceph-mon[117020]: pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:49 smithi066 ceph-mon[112137]: pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:49 smithi203 ceph-mon[117428]: pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:51 smithi137 ceph-mon[117020]: pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:51 smithi066 ceph-mon[112137]: pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:51 smithi203 ceph-mon[117428]: pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:52.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:52.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:52.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:52.819 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:52.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:52.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:52.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:52.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:52 smithi137 ceph-mon[117020]: pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:52 smithi137 ceph-mon[117020]: from='client.109062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:52 smithi066 ceph-mon[112137]: pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:52 smithi066 ceph-mon[112137]: from='client.109062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:52 smithi203 ceph-mon[117428]: pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:52 smithi203 ceph-mon[117428]: from='client.109062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:55 smithi137 ceph-mon[117020]: pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:55 smithi066 ceph-mon[112137]: pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:55 smithi203 ceph-mon[117428]: pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:57 smithi137 ceph-mon[117020]: pgmap v3594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:57 smithi066 ceph-mon[112137]: pgmap v3594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:57.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:12:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:57 smithi203 ceph-mon[117428]: pgmap v3594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:57.821 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:57.821 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:58.561 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:12:58.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:58.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:58.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:58.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:12:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:59 smithi137 ceph-mon[117020]: from='client.109134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:12:59 smithi137 ceph-mon[117020]: pgmap v3595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:59 smithi066 ceph-mon[112137]: from='client.109134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:12:59 smithi066 ceph-mon[112137]: pgmap v3595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:59 smithi203 ceph-mon[117428]: from='client.109134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:12:59 smithi203 ceph-mon[117428]: pgmap v3595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:01 smithi137 ceph-mon[117020]: pgmap v3596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:01 smithi066 ceph-mon[112137]: pgmap v3596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:01 smithi203 ceph-mon[117428]: pgmap v3596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:02 smithi066 ceph-mon[112137]: pgmap v3597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:02 smithi203 ceph-mon[117428]: pgmap v3597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:02 smithi137 ceph-mon[117020]: pgmap v3597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:03.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:03.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:03.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:04.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:04.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:04.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:04.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:04.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:05 smithi137 ceph-mon[117020]: from='client.109212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:05 smithi137 ceph-mon[117020]: pgmap v3598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:05 smithi066 ceph-mon[112137]: from='client.109212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:05 smithi066 ceph-mon[112137]: pgmap v3598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:05 smithi203 ceph-mon[117428]: from='client.109212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:05 smithi203 ceph-mon[117428]: pgmap v3598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:07 smithi137 ceph-mon[117020]: pgmap v3599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:07 smithi066 ceph-mon[112137]: pgmap v3599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:07 smithi203 ceph-mon[117428]: pgmap v3599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:13:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:13:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:13:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:09.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:09.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:09.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:09 smithi137 ceph-mon[117020]: pgmap v3600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:13:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:13:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:09 smithi066 ceph-mon[112137]: pgmap v3600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:13:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:13:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:09 smithi203 ceph-mon[117428]: pgmap v3600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:13:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:13:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:13:09.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:09.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:09.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:09.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:09.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:10 smithi137 ceph-mon[117020]: from='client.109287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:10 smithi066 ceph-mon[112137]: from='client.109287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:10 smithi203 ceph-mon[117428]: from='client.109287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:11 smithi137 ceph-mon[117020]: pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:11 smithi066 ceph-mon[112137]: pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:11 smithi203 ceph-mon[117428]: pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:12 smithi066 ceph-mon[112137]: pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:12 smithi203 ceph-mon[117428]: pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:12 smithi137 ceph-mon[117020]: pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:14.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:14.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:14.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:15 smithi137 ceph-mon[117020]: pgmap v3603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:15.713 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:15.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:15.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:15.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:15.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:15 smithi066 ceph-mon[112137]: pgmap v3603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:15 smithi203 ceph-mon[117428]: pgmap v3603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:16 smithi137 ceph-mon[117020]: from='client.109365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:16 smithi066 ceph-mon[112137]: from='client.109365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:16 smithi203 ceph-mon[117428]: from='client.109365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:17 smithi137 ceph-mon[117020]: pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:17 smithi066 ceph-mon[112137]: pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:17 smithi203 ceph-mon[117428]: pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:19 smithi137 ceph-mon[117020]: pgmap v3605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:19 smithi066 ceph-mon[112137]: pgmap v3605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:19 smithi203 ceph-mon[117428]: pgmap v3605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:20.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:20.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:20.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:21.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:21.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:21.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:21.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:21.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:21 smithi137 ceph-mon[117020]: pgmap v3606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:21 smithi066 ceph-mon[112137]: pgmap v3606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:21 smithi203 ceph-mon[117428]: pgmap v3606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:22 smithi137 ceph-mon[117020]: from='client.109443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:22 smithi066 ceph-mon[112137]: from='client.109443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:22 smithi203 ceph-mon[117428]: from='client.109443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:23 smithi137 ceph-mon[117020]: pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:23 smithi066 ceph-mon[112137]: pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:23 smithi203 ceph-mon[117428]: pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:25 smithi137 ceph-mon[117020]: pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:25 smithi066 ceph-mon[112137]: pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:25 smithi203 ceph-mon[117428]: pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:26.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:26.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:26.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:27.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:27.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:27.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:27.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:27.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:27 smithi137 ceph-mon[117020]: pgmap v3609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:27 smithi066 ceph-mon[112137]: pgmap v3609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:27 smithi203 ceph-mon[117428]: pgmap v3609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:28 smithi137 ceph-mon[117020]: from='client.109521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:28 smithi066 ceph-mon[112137]: from='client.109521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:28 smithi203 ceph-mon[117428]: from='client.109521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:29 smithi137 ceph-mon[117020]: pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:29 smithi066 ceph-mon[112137]: pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:29 smithi203 ceph-mon[117428]: pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:31 smithi137 ceph-mon[117020]: pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:31 smithi066 ceph-mon[112137]: pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:31 smithi203 ceph-mon[117428]: pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:32.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:32.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:32.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:32.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:32.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:32.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:32.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:32.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:32 smithi066 ceph-mon[112137]: pgmap v3612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:32 smithi066 ceph-mon[112137]: from='client.109599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:32 smithi203 ceph-mon[117428]: pgmap v3612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:32 smithi203 ceph-mon[117428]: from='client.109599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:32 smithi137 ceph-mon[117020]: pgmap v3612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:32 smithi137 ceph-mon[117020]: from='client.109599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:35 smithi137 ceph-mon[117020]: pgmap v3613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:35 smithi066 ceph-mon[112137]: pgmap v3613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:35 smithi203 ceph-mon[117428]: pgmap v3613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:37 smithi137 ceph-mon[117020]: pgmap v3614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:37 smithi066 ceph-mon[112137]: pgmap v3614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:37 smithi203 ceph-mon[117428]: pgmap v3614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:37.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:37.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:37.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:38.608 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:38.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:38.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:38.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:38.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:39 smithi137 ceph-mon[117020]: from='client.109677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:39 smithi137 ceph-mon[117020]: pgmap v3615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:39 smithi066 ceph-mon[112137]: from='client.109677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:39 smithi066 ceph-mon[112137]: pgmap v3615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:39 smithi203 ceph-mon[117428]: from='client.109677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:39 smithi203 ceph-mon[117428]: pgmap v3615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:41 smithi137 ceph-mon[117020]: pgmap v3616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:41 smithi066 ceph-mon[112137]: pgmap v3616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:41 smithi203 ceph-mon[117428]: pgmap v3616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:42 smithi066 ceph-mon[112137]: pgmap v3617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:42 smithi203 ceph-mon[117428]: pgmap v3617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:42 smithi137 ceph-mon[117020]: pgmap v3617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:43.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:43.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:43.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:44.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:44.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:44.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:44.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:44.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:45 smithi137 ceph-mon[117020]: from='client.109755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:45 smithi137 ceph-mon[117020]: pgmap v3618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:45 smithi066 ceph-mon[112137]: from='client.109755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:45 smithi066 ceph-mon[112137]: pgmap v3618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:45 smithi203 ceph-mon[117428]: from='client.109755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:45 smithi203 ceph-mon[117428]: pgmap v3618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:47 smithi137 ceph-mon[117020]: pgmap v3619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:47 smithi066 ceph-mon[112137]: pgmap v3619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:47 smithi203 ceph-mon[117428]: pgmap v3619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:49.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:49.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:49.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:49 smithi137 ceph-mon[117020]: pgmap v3620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:49 smithi066 ceph-mon[112137]: pgmap v3620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:49 smithi203 ceph-mon[117428]: pgmap v3620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:50.061 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:50.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:50.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:50.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:50.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:50 smithi137 ceph-mon[117020]: from='client.109830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:50 smithi066 ceph-mon[112137]: from='client.109830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:50 smithi203 ceph-mon[117428]: from='client.109830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:51 smithi137 ceph-mon[117020]: pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:51 smithi066 ceph-mon[112137]: pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:51 smithi203 ceph-mon[117428]: pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:52 smithi066 ceph-mon[112137]: pgmap v3622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:52 smithi203 ceph-mon[117428]: pgmap v3622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:52 smithi137 ceph-mon[117020]: pgmap v3622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:55.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:13:55.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:55.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:55 smithi137 ceph-mon[117020]: pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:55 smithi066 ceph-mon[112137]: pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:55.784 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:13:55.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:55.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:55.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:55.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:13:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:55 smithi203 ceph-mon[117428]: pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:56 smithi137 ceph-mon[117020]: from='client.109905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:56 smithi066 ceph-mon[112137]: from='client.109905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:56 smithi203 ceph-mon[117428]: from='client.109905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:57 smithi137 ceph-mon[117020]: pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:57 smithi066 ceph-mon[112137]: pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:57 smithi203 ceph-mon[117428]: pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:13:59 smithi137 ceph-mon[117020]: pgmap v3625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:13:59 smithi066 ceph-mon[112137]: pgmap v3625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:13:59 smithi203 ceph-mon[117428]: pgmap v3625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:00.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:00.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:00.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:01.503 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:01.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:01.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:01.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:01.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:01 smithi137 ceph-mon[117020]: pgmap v3626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:01.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:01 smithi066 ceph-mon[112137]: pgmap v3626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:01 smithi203 ceph-mon[117428]: pgmap v3626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:02 smithi137 ceph-mon[117020]: from='client.109983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:02 smithi066 ceph-mon[112137]: from='client.109983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:02 smithi203 ceph-mon[117428]: from='client.109983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:03 smithi137 ceph-mon[117020]: pgmap v3627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:03 smithi066 ceph-mon[112137]: pgmap v3627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:03 smithi203 ceph-mon[117428]: pgmap v3627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:05 smithi137 ceph-mon[117020]: pgmap v3628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:05 smithi066 ceph-mon[112137]: pgmap v3628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:05 smithi203 ceph-mon[117428]: pgmap v3628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:06.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:06.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:06.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:07.220 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:07.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:07.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:07.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:07.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:07 smithi066 ceph-mon[112137]: pgmap v3629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:07 smithi203 ceph-mon[117428]: pgmap v3629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:07 smithi137 ceph-mon[117020]: pgmap v3629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:08 smithi066 ceph-mon[112137]: from='client.110058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:08 smithi203 ceph-mon[117428]: from='client.110058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:08 smithi137 ceph-mon[117020]: from='client.110058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:09 smithi066 ceph-mon[112137]: pgmap v3630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:14:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:09 smithi203 ceph-mon[117428]: pgmap v3630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:14:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:09 smithi137 ceph-mon[117020]: pgmap v3630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:14:11.707 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:11 smithi137 ceph-mon[117020]: pgmap v3631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:11.726 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:11 smithi203 ceph-mon[117428]: pgmap v3631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:11 smithi066 ceph-mon[112137]: pgmap v3631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:12.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:12.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:12.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:12.933 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:12.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:12.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:12.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:12.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:14:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:14:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: pgmap v3632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:12 smithi137 ceph-mon[117020]: from='client.110133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: pgmap v3632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:12 smithi066 ceph-mon[112137]: from='client.110133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:14:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:14:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:14:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: pgmap v3632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:12 smithi203 ceph-mon[117428]: from='client.110133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:15 smithi137 ceph-mon[117020]: pgmap v3633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:15 smithi066 ceph-mon[112137]: pgmap v3633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:15 smithi203 ceph-mon[117428]: pgmap v3633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:17 smithi137 ceph-mon[117020]: pgmap v3634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:17 smithi066 ceph-mon[112137]: pgmap v3634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:17 smithi203 ceph-mon[117428]: pgmap v3634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:17.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:17.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:17.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:18.655 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:18.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:18.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:18.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:18.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:19 smithi137 ceph-mon[117020]: pgmap v3635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:19 smithi137 ceph-mon[117020]: from='client.110211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:19 smithi066 ceph-mon[112137]: pgmap v3635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:19 smithi066 ceph-mon[112137]: from='client.110211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:19 smithi203 ceph-mon[117428]: pgmap v3635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:19 smithi203 ceph-mon[117428]: from='client.110211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:21 smithi137 ceph-mon[117020]: pgmap v3636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:21 smithi066 ceph-mon[112137]: pgmap v3636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:21 smithi203 ceph-mon[117428]: pgmap v3636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:22 smithi066 ceph-mon[112137]: pgmap v3637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:22 smithi203 ceph-mon[117428]: pgmap v3637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:22 smithi137 ceph-mon[117020]: pgmap v3637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:23.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:23.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:23.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:24.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:24.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:24.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:24.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:24.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:25 smithi137 ceph-mon[117020]: from='client.110289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:25 smithi137 ceph-mon[117020]: pgmap v3638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:25 smithi066 ceph-mon[112137]: from='client.110289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:25 smithi066 ceph-mon[112137]: pgmap v3638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:25 smithi203 ceph-mon[117428]: from='client.110289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:25 smithi203 ceph-mon[117428]: pgmap v3638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:27 smithi137 ceph-mon[117020]: pgmap v3639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:27 smithi066 ceph-mon[112137]: pgmap v3639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:27 smithi203 ceph-mon[117428]: pgmap v3639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:29.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:29.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:29.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:29 smithi137 ceph-mon[117020]: pgmap v3640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:29 smithi066 ceph-mon[112137]: pgmap v3640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:29 smithi203 ceph-mon[117428]: pgmap v3640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:30.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:30.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:30.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:30.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:30.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:30 smithi137 ceph-mon[117020]: from='client.110361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:30 smithi066 ceph-mon[112137]: from='client.110361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:30 smithi203 ceph-mon[117428]: from='client.110361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:31 smithi137 ceph-mon[117020]: pgmap v3641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:31 smithi066 ceph-mon[112137]: pgmap v3641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:31 smithi203 ceph-mon[117428]: pgmap v3641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:32 smithi066 ceph-mon[112137]: pgmap v3642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:32 smithi203 ceph-mon[117428]: pgmap v3642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:32 smithi137 ceph-mon[117020]: pgmap v3642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:35.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:35.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:35.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:35 smithi137 ceph-mon[117020]: pgmap v3643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:35 smithi066 ceph-mon[112137]: pgmap v3643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:35 smithi203 ceph-mon[117428]: pgmap v3643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:35.837 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:35.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:35.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:35.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:35.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:36 smithi137 ceph-mon[117020]: from='client.110439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:36 smithi066 ceph-mon[112137]: from='client.110439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:36 smithi203 ceph-mon[117428]: from='client.110439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:37 smithi137 ceph-mon[117020]: pgmap v3644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:37 smithi066 ceph-mon[112137]: pgmap v3644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:37 smithi203 ceph-mon[117428]: pgmap v3644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:39 smithi137 ceph-mon[117020]: pgmap v3645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:39 smithi066 ceph-mon[112137]: pgmap v3645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:39 smithi203 ceph-mon[117428]: pgmap v3645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:40.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:40.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:40.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:41.559 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:41.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:41.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:41.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:41.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:41 smithi137 ceph-mon[117020]: pgmap v3646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:41 smithi066 ceph-mon[112137]: pgmap v3646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:41 smithi203 ceph-mon[117428]: pgmap v3646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:42 smithi066 ceph-mon[112137]: from='client.110511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:42 smithi203 ceph-mon[117428]: from='client.110511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:42 smithi137 ceph-mon[117020]: from='client.110511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:43 smithi066 ceph-mon[112137]: pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:43 smithi203 ceph-mon[117428]: pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:43 smithi137 ceph-mon[117020]: pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:45 smithi066 ceph-mon[112137]: pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:45 smithi203 ceph-mon[117428]: pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:45 smithi137 ceph-mon[117020]: pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:46.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:46.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:46.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:47.306 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:47.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:47.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:47.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:47.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:47 smithi066 ceph-mon[112137]: pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:47 smithi203 ceph-mon[117428]: pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:47 smithi137 ceph-mon[117020]: pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:48 smithi066 ceph-mon[112137]: from='client.110589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:48 smithi203 ceph-mon[117428]: from='client.110589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:48 smithi137 ceph-mon[117020]: from='client.110589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:49 smithi066 ceph-mon[112137]: pgmap v3650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:49 smithi203 ceph-mon[117428]: pgmap v3650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:49 smithi137 ceph-mon[117020]: pgmap v3650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:51 smithi066 ceph-mon[112137]: pgmap v3651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:51 smithi203 ceph-mon[117428]: pgmap v3651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:51 smithi137 ceph-mon[117020]: pgmap v3651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:52.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:52.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:52.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:53.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:53.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:53.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:53.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:53.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:52 smithi066 ceph-mon[112137]: pgmap v3652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:52 smithi066 ceph-mon[112137]: from='client.110667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:52 smithi203 ceph-mon[117428]: pgmap v3652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:52 smithi203 ceph-mon[117428]: from='client.110667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:52 smithi137 ceph-mon[117020]: pgmap v3652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:52 smithi137 ceph-mon[117020]: from='client.110667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:55 smithi137 ceph-mon[117020]: pgmap v3653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:55 smithi066 ceph-mon[112137]: pgmap v3653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:55 smithi203 ceph-mon[117428]: pgmap v3653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:57 smithi137 ceph-mon[117020]: pgmap v3654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:57 smithi066 ceph-mon[112137]: pgmap v3654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:57 smithi203 ceph-mon[117428]: pgmap v3654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:58.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:14:58.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:58.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:58.774 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:14:58.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:58.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:58.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:58.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:14:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:59 smithi137 ceph-mon[117020]: pgmap v3655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:14:59 smithi137 ceph-mon[117020]: from='client.110745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:59 smithi066 ceph-mon[112137]: pgmap v3655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:14:59 smithi066 ceph-mon[112137]: from='client.110745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:59 smithi203 ceph-mon[117428]: pgmap v3655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:14:59 smithi203 ceph-mon[117428]: from='client.110745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:01 smithi066 ceph-mon[112137]: pgmap v3656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:01 smithi203 ceph-mon[117428]: pgmap v3656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:01 smithi137 ceph-mon[117020]: pgmap v3656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:02 smithi066 ceph-mon[112137]: pgmap v3657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:02 smithi203 ceph-mon[117428]: pgmap v3657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:02 smithi137 ceph-mon[117020]: pgmap v3657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:03.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:03.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:03.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:04.516 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:04.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:04.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:04.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:04.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:05 smithi137 ceph-mon[117020]: from='client.110817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:05 smithi137 ceph-mon[117020]: pgmap v3658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:05 smithi066 ceph-mon[112137]: from='client.110817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:05 smithi066 ceph-mon[112137]: pgmap v3658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:05 smithi203 ceph-mon[117428]: from='client.110817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:05 smithi203 ceph-mon[117428]: pgmap v3658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:07 smithi137 ceph-mon[117020]: pgmap v3659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:07 smithi066 ceph-mon[112137]: pgmap v3659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:07 smithi203 ceph-mon[117428]: pgmap v3659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:09.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:09.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:09.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:09 smithi066 ceph-mon[112137]: pgmap v3660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:09 smithi203 ceph-mon[117428]: pgmap v3660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:09 smithi137 ceph-mon[117020]: pgmap v3660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:10.239 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:10.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:10.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:10.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:10.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:11 smithi066 ceph-mon[112137]: from='client.110889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:11 smithi066 ceph-mon[112137]: pgmap v3661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:11 smithi203 ceph-mon[117428]: from='client.110889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:11 smithi203 ceph-mon[117428]: pgmap v3661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:11 smithi137 ceph-mon[117020]: from='client.110889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:11 smithi137 ceph-mon[117020]: pgmap v3661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:15:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:12 smithi066 ceph-mon[112137]: pgmap v3662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:15:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:12 smithi203 ceph-mon[117428]: pgmap v3662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:15:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:12 smithi137 ceph-mon[117020]: pgmap v3662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:15:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:15:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:15:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:15:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:15:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:15:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:15:15.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:15.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:15.242 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:15 smithi137 ceph-mon[117020]: pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:15.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:15 smithi066 ceph-mon[112137]: pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:15 smithi203 ceph-mon[117428]: pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:15.970 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:15.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:15.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:15.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:15.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:16 smithi137 ceph-mon[117020]: from='client.110961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:16 smithi066 ceph-mon[112137]: from='client.110961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:16 smithi203 ceph-mon[117428]: from='client.110961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:17 smithi137 ceph-mon[117020]: pgmap v3664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:17 smithi066 ceph-mon[112137]: pgmap v3664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:17 smithi203 ceph-mon[117428]: pgmap v3664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:19 smithi137 ceph-mon[117020]: pgmap v3665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:19 smithi066 ceph-mon[112137]: pgmap v3665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:19 smithi203 ceph-mon[117428]: pgmap v3665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:20.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:20.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:20.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:21 smithi137 ceph-mon[117020]: pgmap v3666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:21.688 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:21.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:21.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:21.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:21.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:21 smithi066 ceph-mon[112137]: pgmap v3666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:21 smithi203 ceph-mon[117428]: pgmap v3666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:22 smithi066 ceph-mon[112137]: from='client.111039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:22 smithi203 ceph-mon[117428]: from='client.111039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:22 smithi137 ceph-mon[117020]: from='client.111039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:23 smithi066 ceph-mon[112137]: pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:23 smithi203 ceph-mon[117428]: pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:23 smithi137 ceph-mon[117020]: pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:25 smithi066 ceph-mon[112137]: pgmap v3668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:25 smithi203 ceph-mon[117428]: pgmap v3668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:25 smithi137 ceph-mon[117020]: pgmap v3668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:26.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:26.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:26.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:27.407 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:27 smithi066 ceph-mon[112137]: pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:27 smithi203 ceph-mon[117428]: pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:27 smithi137 ceph-mon[117020]: pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:28 smithi066 ceph-mon[112137]: from='client.111114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:28 smithi203 ceph-mon[117428]: from='client.111114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:28 smithi137 ceph-mon[117020]: from='client.111114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:29 smithi066 ceph-mon[112137]: pgmap v3670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:29 smithi203 ceph-mon[117428]: pgmap v3670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:29 smithi137 ceph-mon[117020]: pgmap v3670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:31 smithi066 ceph-mon[112137]: pgmap v3671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:31 smithi203 ceph-mon[117428]: pgmap v3671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:31 smithi137 ceph-mon[117020]: pgmap v3671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:32.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:32.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:32.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:33.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:33.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:33.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:33.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:33.128 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:32 smithi066 ceph-mon[112137]: pgmap v3672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:32 smithi066 ceph-mon[112137]: from='client.111192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:32 smithi203 ceph-mon[117428]: pgmap v3672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:32 smithi203 ceph-mon[117428]: from='client.111192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:32 smithi137 ceph-mon[117020]: pgmap v3672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:32 smithi137 ceph-mon[117020]: from='client.111192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:35 smithi137 ceph-mon[117020]: pgmap v3673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:35 smithi066 ceph-mon[112137]: pgmap v3673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:35 smithi203 ceph-mon[117428]: pgmap v3673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:37 smithi066 ceph-mon[112137]: pgmap v3674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:37 smithi203 ceph-mon[117428]: pgmap v3674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:37 smithi137 ceph-mon[117020]: pgmap v3674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:38.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:38.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:38.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:38.848 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:38.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:38.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:38.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:38.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:39 smithi066 ceph-mon[112137]: pgmap v3675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:39 smithi066 ceph-mon[112137]: from='client.111270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:39 smithi203 ceph-mon[117428]: pgmap v3675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:39 smithi203 ceph-mon[117428]: from='client.111270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:39 smithi137 ceph-mon[117020]: pgmap v3675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:39 smithi137 ceph-mon[117020]: from='client.111270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:41 smithi066 ceph-mon[112137]: pgmap v3676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:41 smithi203 ceph-mon[117428]: pgmap v3676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:41 smithi137 ceph-mon[117020]: pgmap v3676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:42 smithi066 ceph-mon[112137]: pgmap v3677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:42 smithi203 ceph-mon[117428]: pgmap v3677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:42 smithi137 ceph-mon[117020]: pgmap v3677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:43.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:43.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:43.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:44.562 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:44.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:44.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:44.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:44.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:45 smithi066 ceph-mon[112137]: from='client.111345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:45 smithi066 ceph-mon[112137]: pgmap v3678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:45 smithi203 ceph-mon[117428]: from='client.111345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:45 smithi203 ceph-mon[117428]: pgmap v3678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:45 smithi137 ceph-mon[117020]: from='client.111345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:45 smithi137 ceph-mon[117020]: pgmap v3678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:47 smithi066 ceph-mon[112137]: pgmap v3679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:47 smithi203 ceph-mon[117428]: pgmap v3679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:47 smithi137 ceph-mon[117020]: pgmap v3679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:49.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:49.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:49.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:49 smithi066 ceph-mon[112137]: pgmap v3680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:49 smithi203 ceph-mon[117428]: pgmap v3680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:49 smithi137 ceph-mon[117020]: pgmap v3680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:50.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:50.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:50.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:50.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:50.292 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:51 smithi066 ceph-mon[112137]: from='client.111423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:51 smithi066 ceph-mon[112137]: pgmap v3681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:51 smithi203 ceph-mon[117428]: from='client.111423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:51 smithi203 ceph-mon[117428]: pgmap v3681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:51 smithi137 ceph-mon[117020]: from='client.111423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:51 smithi137 ceph-mon[117020]: pgmap v3681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:52 smithi066 ceph-mon[112137]: pgmap v3682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:52 smithi203 ceph-mon[117428]: pgmap v3682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:52 smithi137 ceph-mon[117020]: pgmap v3682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:55.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:15:55.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:55.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:55 smithi066 ceph-mon[112137]: pgmap v3683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:55 smithi203 ceph-mon[117428]: pgmap v3683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:55 smithi137 ceph-mon[117020]: pgmap v3683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:56.015 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:15:56.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:56.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:56.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:56.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:15:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:56 smithi066 ceph-mon[112137]: from='client.111498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:56 smithi203 ceph-mon[117428]: from='client.111498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:56 smithi137 ceph-mon[117020]: from='client.111498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:57 smithi066 ceph-mon[112137]: pgmap v3684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:57 smithi203 ceph-mon[117428]: pgmap v3684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:57 smithi137 ceph-mon[117020]: pgmap v3684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:15:59 smithi066 ceph-mon[112137]: pgmap v3685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:15:59 smithi203 ceph-mon[117428]: pgmap v3685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:15:59 smithi137 ceph-mon[117020]: pgmap v3685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:01.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:01.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:01.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:01 smithi066 ceph-mon[112137]: pgmap v3686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:01.748 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:01.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:01.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:01.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:01.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:01 smithi203 ceph-mon[117428]: pgmap v3686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:01 smithi137 ceph-mon[117020]: pgmap v3686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:02 smithi066 ceph-mon[112137]: from='client.111573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:02 smithi203 ceph-mon[117428]: from='client.111573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:02 smithi137 ceph-mon[117020]: from='client.111573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:03 smithi066 ceph-mon[112137]: pgmap v3687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:03 smithi203 ceph-mon[117428]: pgmap v3687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:03 smithi137 ceph-mon[117020]: pgmap v3687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:05 smithi066 ceph-mon[112137]: pgmap v3688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:05 smithi203 ceph-mon[117428]: pgmap v3688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:05 smithi137 ceph-mon[117020]: pgmap v3688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:06.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:06.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:06.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:07.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:07.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:07.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:07.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:07.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:07 smithi066 ceph-mon[112137]: pgmap v3689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:07 smithi203 ceph-mon[117428]: pgmap v3689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:07 smithi137 ceph-mon[117020]: pgmap v3689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:08 smithi066 ceph-mon[112137]: from='client.111648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:08 smithi203 ceph-mon[117428]: from='client.111648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:08 smithi137 ceph-mon[117020]: from='client.111648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:09 smithi066 ceph-mon[112137]: pgmap v3690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:09 smithi203 ceph-mon[117428]: pgmap v3690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:09 smithi137 ceph-mon[117020]: pgmap v3690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:11 smithi066 ceph-mon[112137]: pgmap v3691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:11 smithi203 ceph-mon[117428]: pgmap v3691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:11 smithi137 ceph-mon[117020]: pgmap v3691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:12.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:12.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:12.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:13.198 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:13.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:13.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:13.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:13.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:12 smithi066 ceph-mon[112137]: pgmap v3692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:12 smithi203 ceph-mon[117428]: pgmap v3692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:12 smithi137 ceph-mon[117020]: pgmap v3692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:14.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:13 smithi066 ceph-mon[112137]: from='client.111717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:13 smithi203 ceph-mon[117428]: from='client.111717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:13 smithi137 ceph-mon[117020]: from='client.111717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:16:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:14 smithi066 ceph-mon[112137]: pgmap v3693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:16:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:16:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:16:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:16:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:14 smithi203 ceph-mon[117428]: pgmap v3693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:16:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:16:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:16:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:16:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:14 smithi137 ceph-mon[117020]: pgmap v3693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:16:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:16:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:16:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:17 smithi066 ceph-mon[112137]: pgmap v3694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:17 smithi203 ceph-mon[117428]: pgmap v3694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:17 smithi137 ceph-mon[117020]: pgmap v3694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:18.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:18.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:18.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:18.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:18.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:18.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:18.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:18.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:19 smithi066 ceph-mon[112137]: pgmap v3695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:19 smithi066 ceph-mon[112137]: from='client.111792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:19 smithi203 ceph-mon[117428]: pgmap v3695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:19 smithi203 ceph-mon[117428]: from='client.111792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:19 smithi137 ceph-mon[117020]: pgmap v3695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:19 smithi137 ceph-mon[117020]: from='client.111792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:21 smithi066 ceph-mon[112137]: pgmap v3696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:21 smithi203 ceph-mon[117428]: pgmap v3696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:21 smithi137 ceph-mon[117020]: pgmap v3696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:22 smithi066 ceph-mon[112137]: pgmap v3697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:22 smithi203 ceph-mon[117428]: pgmap v3697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:22 smithi137 ceph-mon[117020]: pgmap v3697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:23.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:23.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:23.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:24.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:24.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:24.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:24.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:24.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:25 smithi066 ceph-mon[112137]: from='client.111870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:25 smithi066 ceph-mon[112137]: pgmap v3698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:25 smithi203 ceph-mon[117428]: from='client.111870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:25 smithi203 ceph-mon[117428]: pgmap v3698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:25 smithi137 ceph-mon[117020]: from='client.111870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:25 smithi137 ceph-mon[117020]: pgmap v3698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:27 smithi066 ceph-mon[112137]: pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:16:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:27 smithi203 ceph-mon[117428]: pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:16:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:27 smithi137 ceph-mon[117020]: pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:16:29.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:29.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:29.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:29 smithi066 ceph-mon[112137]: pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:16:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:29 smithi203 ceph-mon[117428]: pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:16:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:29 smithi137 ceph-mon[117020]: pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:16:30.361 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:30.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:30.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:30.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:30.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:31 smithi066 ceph-mon[112137]: from='client.111948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:31 smithi066 ceph-mon[112137]: pgmap v3701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:31 smithi203 ceph-mon[117428]: from='client.111948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:31 smithi203 ceph-mon[117428]: pgmap v3701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:31 smithi137 ceph-mon[117020]: from='client.111948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:31 smithi137 ceph-mon[117020]: pgmap v3701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:32 smithi066 ceph-mon[112137]: pgmap v3702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:32 smithi203 ceph-mon[117428]: pgmap v3702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:32 smithi137 ceph-mon[117020]: pgmap v3702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:35.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:35.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:35.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:35 smithi066 ceph-mon[112137]: pgmap v3703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:35 smithi203 ceph-mon[117428]: pgmap v3703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:35 smithi137 ceph-mon[117020]: pgmap v3703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:36.087 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:36.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:36.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:36.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:36.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:36 smithi066 ceph-mon[112137]: from='client.112026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:36 smithi203 ceph-mon[117428]: from='client.112026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:36 smithi137 ceph-mon[117020]: from='client.112026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:37 smithi066 ceph-mon[112137]: pgmap v3704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:37 smithi203 ceph-mon[117428]: pgmap v3704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:37 smithi137 ceph-mon[117020]: pgmap v3704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:39 smithi066 ceph-mon[112137]: pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:16:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:39 smithi203 ceph-mon[117428]: pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:16:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:39 smithi137 ceph-mon[117020]: pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:16:41.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:41.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:41.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:41 smithi066 ceph-mon[112137]: pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:16:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:41 smithi203 ceph-mon[117428]: pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:16:41.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:41.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:41.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:41.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:41.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:41 smithi137 ceph-mon[117020]: pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:16:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:42 smithi066 ceph-mon[112137]: from='client.112101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:42 smithi203 ceph-mon[117428]: from='client.112101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:42 smithi137 ceph-mon[117020]: from='client.112101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:43 smithi066 ceph-mon[112137]: pgmap v3707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:43 smithi203 ceph-mon[117428]: pgmap v3707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:43 smithi137 ceph-mon[117020]: pgmap v3707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:45 smithi066 ceph-mon[112137]: pgmap v3708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:45 smithi203 ceph-mon[117428]: pgmap v3708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:45 smithi137 ceph-mon[117020]: pgmap v3708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:46.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:46.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:46.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:47.543 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:47.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:47.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:47.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:47.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:47 smithi066 ceph-mon[112137]: pgmap v3709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:47 smithi203 ceph-mon[117428]: pgmap v3709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:47 smithi137 ceph-mon[117020]: pgmap v3709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:48 smithi066 ceph-mon[112137]: from='client.112179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:48 smithi203 ceph-mon[117428]: from='client.112179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:48 smithi137 ceph-mon[117020]: from='client.112179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:49 smithi066 ceph-mon[112137]: pgmap v3710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:49 smithi203 ceph-mon[117428]: pgmap v3710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:49 smithi137 ceph-mon[117020]: pgmap v3710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:51 smithi066 ceph-mon[112137]: pgmap v3711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:51 smithi203 ceph-mon[117428]: pgmap v3711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:51 smithi137 ceph-mon[117020]: pgmap v3711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:52.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:52.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:52.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:52 smithi066 ceph-mon[112137]: pgmap v3712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:53.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:53.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:53.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:53.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:53.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:52 smithi203 ceph-mon[117428]: pgmap v3712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:52 smithi137 ceph-mon[117020]: pgmap v3712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:54.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:53 smithi066 ceph-mon[112137]: from='client.112254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:53 smithi203 ceph-mon[117428]: from='client.112254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:53 smithi137 ceph-mon[117020]: from='client.112254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:54 smithi066 ceph-mon[112137]: pgmap v3713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:54 smithi203 ceph-mon[117428]: pgmap v3713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:54 smithi137 ceph-mon[117020]: pgmap v3713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:57 smithi066 ceph-mon[112137]: pgmap v3714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:57 smithi203 ceph-mon[117428]: pgmap v3714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:57 smithi137 ceph-mon[117020]: pgmap v3714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:58.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:16:58.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:58.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:58.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:16:58.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:58.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:58.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:58.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:16:59.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:59 smithi066 ceph-mon[112137]: pgmap v3715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:59.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:16:59 smithi066 ceph-mon[112137]: from='client.112329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:59 smithi203 ceph-mon[117428]: pgmap v3715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:16:59 smithi203 ceph-mon[117428]: from='client.112329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:59 smithi137 ceph-mon[117020]: pgmap v3715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:16:59 smithi137 ceph-mon[117020]: from='client.112329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:01 smithi066 ceph-mon[112137]: pgmap v3716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:01 smithi203 ceph-mon[117428]: pgmap v3716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:01 smithi137 ceph-mon[117020]: pgmap v3716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:02 smithi066 ceph-mon[112137]: pgmap v3717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:02 smithi203 ceph-mon[117428]: pgmap v3717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:02 smithi137 ceph-mon[117020]: pgmap v3717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:03.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:03.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:03.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:04.747 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:04.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:04.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:04.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:04.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:05 smithi066 ceph-mon[112137]: pgmap v3718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:05 smithi066 ceph-mon[112137]: from='client.112407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:05 smithi203 ceph-mon[117428]: pgmap v3718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:05 smithi203 ceph-mon[117428]: from='client.112407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:05 smithi137 ceph-mon[117020]: pgmap v3718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:05 smithi137 ceph-mon[117020]: from='client.112407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:07 smithi066 ceph-mon[112137]: pgmap v3719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:17:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:07 smithi203 ceph-mon[117428]: pgmap v3719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:17:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:07 smithi137 ceph-mon[117020]: pgmap v3719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:17:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:09 smithi066 ceph-mon[112137]: pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:17:09.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:09.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:09.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:09 smithi203 ceph-mon[117428]: pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:17:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:09 smithi137 ceph-mon[117020]: pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:17:10.484 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:10.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:10.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:10.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:10.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:11 smithi066 ceph-mon[112137]: from='client.112482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:11 smithi066 ceph-mon[112137]: pgmap v3721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:11 smithi203 ceph-mon[117428]: from='client.112482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:11 smithi203 ceph-mon[117428]: pgmap v3721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:11 smithi137 ceph-mon[117020]: from='client.112482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:11 smithi137 ceph-mon[117020]: pgmap v3721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:12 smithi066 ceph-mon[112137]: pgmap v3722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:12 smithi203 ceph-mon[117428]: pgmap v3722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:12 smithi137 ceph-mon[117020]: pgmap v3722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:15.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:15.486 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:15.486 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:15 smithi066 ceph-mon[112137]: pgmap v3723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:17:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:15 smithi203 ceph-mon[117428]: pgmap v3723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:17:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:15 smithi137 ceph-mon[117020]: pgmap v3723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:17:16.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:16.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:16.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:16.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:16.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:17:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:17:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:17:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:17:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:17:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:17:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:17:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:17:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:17:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:17 smithi066 ceph-mon[112137]: from='client.112560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:17 smithi066 ceph-mon[112137]: pgmap v3724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:17 smithi203 ceph-mon[117428]: from='client.112560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:17 smithi203 ceph-mon[117428]: pgmap v3724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:17 smithi137 ceph-mon[117020]: from='client.112560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:17 smithi137 ceph-mon[117020]: pgmap v3724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:19 smithi066 ceph-mon[112137]: pgmap v3725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:17:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:19 smithi203 ceph-mon[117428]: pgmap v3725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:17:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:19 smithi137 ceph-mon[117020]: pgmap v3725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:17:21.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:21.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:21.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:21 smithi066 ceph-mon[112137]: pgmap v3726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:17:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:21 smithi203 ceph-mon[117428]: pgmap v3726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:17:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:21 smithi137 ceph-mon[117020]: pgmap v3726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:17:21.909 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:21.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:21.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:21.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:21.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:22 smithi066 ceph-mon[112137]: from='client.112635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:22 smithi203 ceph-mon[117428]: from='client.112635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:22 smithi137 ceph-mon[117020]: from='client.112635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:23 smithi066 ceph-mon[112137]: pgmap v3727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:23 smithi203 ceph-mon[117428]: pgmap v3727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:23 smithi137 ceph-mon[117020]: pgmap v3727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:25 smithi066 ceph-mon[112137]: pgmap v3728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:25 smithi203 ceph-mon[117428]: pgmap v3728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:25 smithi137 ceph-mon[117020]: pgmap v3728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:26.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:26.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:26.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:27.629 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:27.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:27.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:27.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:27.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:27 smithi066 ceph-mon[112137]: pgmap v3729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:27 smithi203 ceph-mon[117428]: pgmap v3729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:27 smithi137 ceph-mon[117020]: pgmap v3729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:28 smithi066 ceph-mon[112137]: from='client.112707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:28 smithi203 ceph-mon[117428]: from='client.112707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:28 smithi137 ceph-mon[117020]: from='client.112707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:29 smithi066 ceph-mon[112137]: pgmap v3730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:29 smithi203 ceph-mon[117428]: pgmap v3730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:29 smithi137 ceph-mon[117020]: pgmap v3730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:31 smithi066 ceph-mon[112137]: pgmap v3731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:31 smithi203 ceph-mon[117428]: pgmap v3731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:31 smithi137 ceph-mon[117020]: pgmap v3731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:32.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:32.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:32.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:32 smithi066 ceph-mon[112137]: pgmap v3732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:32 smithi203 ceph-mon[117428]: pgmap v3732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:33.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:33.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:33.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:33.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:33.352 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:32 smithi137 ceph-mon[117020]: pgmap v3732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:34.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:33 smithi066 ceph-mon[112137]: from='client.112785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:33 smithi203 ceph-mon[117428]: from='client.112785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:33 smithi137 ceph-mon[117020]: from='client.112785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:34 smithi066 ceph-mon[112137]: pgmap v3733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:34 smithi203 ceph-mon[117428]: pgmap v3733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:34 smithi137 ceph-mon[117020]: pgmap v3733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:37 smithi066 ceph-mon[112137]: pgmap v3734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:37 smithi203 ceph-mon[117428]: pgmap v3734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:37 smithi137 ceph-mon[117020]: pgmap v3734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:38.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:38.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:38.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:39.074 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:39.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:39.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:39.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:39.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:39 smithi066 ceph-mon[112137]: pgmap v3735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:39 smithi066 ceph-mon[112137]: from='client.112860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:39 smithi203 ceph-mon[117428]: pgmap v3735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:39 smithi203 ceph-mon[117428]: from='client.112860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:39 smithi137 ceph-mon[117020]: pgmap v3735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:39 smithi137 ceph-mon[117020]: from='client.112860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:41 smithi066 ceph-mon[112137]: pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:41 smithi203 ceph-mon[117428]: pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:41 smithi137 ceph-mon[117020]: pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:42 smithi066 ceph-mon[112137]: pgmap v3737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:42 smithi203 ceph-mon[117428]: pgmap v3737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:42 smithi137 ceph-mon[117020]: pgmap v3737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:44.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:44.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:44.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:44.799 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:44.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:44.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:44.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:44.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:45 smithi066 ceph-mon[112137]: pgmap v3738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:45 smithi066 ceph-mon[112137]: from='client.112935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:45 smithi203 ceph-mon[117428]: pgmap v3738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:45 smithi203 ceph-mon[117428]: from='client.112935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:45 smithi137 ceph-mon[117020]: pgmap v3738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:45 smithi137 ceph-mon[117020]: from='client.112935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:47 smithi066 ceph-mon[112137]: pgmap v3739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:17:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:47 smithi203 ceph-mon[117428]: pgmap v3739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:17:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:47 smithi137 ceph-mon[117020]: pgmap v3739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:17:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:49 smithi066 ceph-mon[112137]: pgmap v3740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:17:49.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:49.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:49.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:49 smithi203 ceph-mon[117428]: pgmap v3740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:17:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:49 smithi137 ceph-mon[117020]: pgmap v3740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:17:50.544 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:50.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:50.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:50.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:50.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:51 smithi066 ceph-mon[112137]: from='client.113010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:51 smithi066 ceph-mon[112137]: pgmap v3741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:51 smithi203 ceph-mon[117428]: from='client.113010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:51 smithi203 ceph-mon[117428]: pgmap v3741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:51 smithi137 ceph-mon[117020]: from='client.113010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:51 smithi137 ceph-mon[117020]: pgmap v3741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:52 smithi066 ceph-mon[112137]: pgmap v3742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:52 smithi203 ceph-mon[117428]: pgmap v3742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:52 smithi137 ceph-mon[117020]: pgmap v3742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:55.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:17:55.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:55.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:55 smithi066 ceph-mon[112137]: pgmap v3743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:55 smithi203 ceph-mon[117428]: pgmap v3743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:55 smithi137 ceph-mon[117020]: pgmap v3743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:56.273 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:17:56.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:56.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:56.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:56.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:17:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:57 smithi066 ceph-mon[112137]: from='client.113085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:57 smithi066 ceph-mon[112137]: pgmap v3744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:57 smithi203 ceph-mon[117428]: from='client.113085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:57 smithi203 ceph-mon[117428]: pgmap v3744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:57 smithi137 ceph-mon[117020]: from='client.113085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:57 smithi137 ceph-mon[117020]: pgmap v3744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:17:59 smithi066 ceph-mon[112137]: pgmap v3745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:17:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:17:59 smithi203 ceph-mon[117428]: pgmap v3745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:17:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:17:59 smithi137 ceph-mon[117020]: pgmap v3745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:18:01.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:01.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:01.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:01 smithi066 ceph-mon[112137]: pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:18:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:01 smithi203 ceph-mon[117428]: pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:18:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:01 smithi137 ceph-mon[117020]: pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:18:02.015 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:02.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:02.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:02.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:02.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:02 smithi066 ceph-mon[112137]: from='client.113160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:02 smithi203 ceph-mon[117428]: from='client.113160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:02 smithi137 ceph-mon[117020]: from='client.113160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:03 smithi066 ceph-mon[112137]: pgmap v3747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:03 smithi203 ceph-mon[117428]: pgmap v3747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:03 smithi137 ceph-mon[117020]: pgmap v3747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:05 smithi066 ceph-mon[112137]: pgmap v3748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:05 smithi203 ceph-mon[117428]: pgmap v3748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:05 smithi137 ceph-mon[117020]: pgmap v3748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:07.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:07.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:07.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:07 smithi066 ceph-mon[112137]: pgmap v3749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:07.747 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:07.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:07.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:07.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:07.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:07 smithi203 ceph-mon[117428]: pgmap v3749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:07 smithi137 ceph-mon[117020]: pgmap v3749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:08 smithi066 ceph-mon[112137]: from='client.113232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:08 smithi203 ceph-mon[117428]: from='client.113232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:08 smithi137 ceph-mon[117020]: from='client.113232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:09 smithi066 ceph-mon[112137]: pgmap v3750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:09 smithi203 ceph-mon[117428]: pgmap v3750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:09 smithi137 ceph-mon[117020]: pgmap v3750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:11 smithi066 ceph-mon[112137]: pgmap v3751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:11 smithi203 ceph-mon[117428]: pgmap v3751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:11 smithi137 ceph-mon[117020]: pgmap v3751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:12.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:12.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:12.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:12 smithi066 ceph-mon[112137]: pgmap v3752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:12 smithi203 ceph-mon[117428]: pgmap v3752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:12 smithi137 ceph-mon[117020]: pgmap v3752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:13.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:13.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:13.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:13.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:13.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:13 smithi066 ceph-mon[112137]: from='client.113310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:13 smithi203 ceph-mon[117428]: from='client.113310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:13 smithi137 ceph-mon[117020]: from='client.113310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:14 smithi066 ceph-mon[112137]: pgmap v3753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:14 smithi203 ceph-mon[117428]: pgmap v3753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:14 smithi137 ceph-mon[117020]: pgmap v3753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:18:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:18:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:18:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:18:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:18:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:18:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:16 smithi066 ceph-mon[112137]: pgmap v3754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:18:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:18:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:18:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:16 smithi203 ceph-mon[117428]: pgmap v3754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:18:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:18:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:18:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:16 smithi137 ceph-mon[117020]: pgmap v3754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:18.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:18.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:18.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:19.206 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:19.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:19.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:19.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:19.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:19 smithi066 ceph-mon[112137]: pgmap v3755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:19 smithi203 ceph-mon[117428]: pgmap v3755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:19 smithi137 ceph-mon[117020]: pgmap v3755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:20 smithi066 ceph-mon[112137]: from='client.113382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:20 smithi203 ceph-mon[117428]: from='client.113382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:20 smithi137 ceph-mon[117020]: from='client.113382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:21 smithi066 ceph-mon[112137]: pgmap v3756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:21 smithi203 ceph-mon[117428]: pgmap v3756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:21 smithi137 ceph-mon[117020]: pgmap v3756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:22 smithi066 ceph-mon[112137]: pgmap v3757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:22 smithi203 ceph-mon[117428]: pgmap v3757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:22 smithi137 ceph-mon[117020]: pgmap v3757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:24.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:24.208 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:24.208 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:24.932 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:24.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:24.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:24.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:24.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:25 smithi066 ceph-mon[112137]: pgmap v3758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:25 smithi066 ceph-mon[112137]: from='client.113454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:25 smithi203 ceph-mon[117428]: pgmap v3758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:25 smithi203 ceph-mon[117428]: from='client.113454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:25 smithi137 ceph-mon[117020]: pgmap v3758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:25 smithi137 ceph-mon[117020]: from='client.113454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:27 smithi066 ceph-mon[112137]: pgmap v3759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:27 smithi203 ceph-mon[117428]: pgmap v3759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:27 smithi137 ceph-mon[117020]: pgmap v3759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:29 smithi066 ceph-mon[112137]: pgmap v3760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:29 smithi203 ceph-mon[117428]: pgmap v3760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:29 smithi137 ceph-mon[117020]: pgmap v3760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:29.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:29.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:29.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:30.674 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:30.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:30.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:30.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:30.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:31 smithi066 ceph-mon[112137]: from='client.113529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:31 smithi066 ceph-mon[112137]: pgmap v3761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:31 smithi203 ceph-mon[117428]: from='client.113529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:31 smithi203 ceph-mon[117428]: pgmap v3761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:31 smithi137 ceph-mon[117020]: from='client.113529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:31 smithi137 ceph-mon[117020]: pgmap v3761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:32 smithi066 ceph-mon[112137]: pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:32 smithi203 ceph-mon[117428]: pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:32 smithi137 ceph-mon[117020]: pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:35.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:35.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:35.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:35 smithi066 ceph-mon[112137]: pgmap v3763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:35.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:35 smithi203 ceph-mon[117428]: pgmap v3763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:35 smithi137 ceph-mon[117020]: pgmap v3763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:36.409 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:36.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:36.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:36.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:36.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:37 smithi066 ceph-mon[112137]: from='client.113601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:37 smithi066 ceph-mon[112137]: pgmap v3764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:37.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:37 smithi203 ceph-mon[117428]: from='client.113601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:37 smithi203 ceph-mon[117428]: pgmap v3764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:37 smithi137 ceph-mon[117020]: from='client.113601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:37 smithi137 ceph-mon[117020]: pgmap v3764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:39 smithi066 ceph-mon[112137]: pgmap v3765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:39 smithi203 ceph-mon[117428]: pgmap v3765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:39 smithi137 ceph-mon[117020]: pgmap v3765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:41.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:41.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:41.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:41 smithi066 ceph-mon[112137]: pgmap v3766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:41 smithi203 ceph-mon[117428]: pgmap v3766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:41 smithi137 ceph-mon[117020]: pgmap v3766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:42.162 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:42.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:42.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:42.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:42.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:42 smithi066 ceph-mon[112137]: from='client.113676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:42 smithi203 ceph-mon[117428]: from='client.113676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:42 smithi137 ceph-mon[117020]: from='client.113676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:43 smithi066 ceph-mon[112137]: pgmap v3767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:43 smithi203 ceph-mon[117428]: pgmap v3767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:43 smithi137 ceph-mon[117020]: pgmap v3767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:45 smithi066 ceph-mon[112137]: pgmap v3768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:45 smithi203 ceph-mon[117428]: pgmap v3768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:45 smithi137 ceph-mon[117020]: pgmap v3768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:47.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:47.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:47.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:47 smithi066 ceph-mon[112137]: pgmap v3769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:47 smithi203 ceph-mon[117428]: pgmap v3769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:47 smithi137 ceph-mon[117020]: pgmap v3769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:47.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:47.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:47.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:47.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:47.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:48 smithi066 ceph-mon[112137]: from='client.113754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:48 smithi203 ceph-mon[117428]: from='client.113754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:48 smithi137 ceph-mon[117020]: from='client.113754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:49 smithi066 ceph-mon[112137]: pgmap v3770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:49 smithi203 ceph-mon[117428]: pgmap v3770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:49 smithi137 ceph-mon[117020]: pgmap v3770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:51 smithi066 ceph-mon[112137]: pgmap v3771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:51 smithi203 ceph-mon[117428]: pgmap v3771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:51 smithi137 ceph-mon[117020]: pgmap v3771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:52.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:52.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:52.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:52 smithi066 ceph-mon[112137]: pgmap v3772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:52 smithi203 ceph-mon[117428]: pgmap v3772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:52 smithi137 ceph-mon[117020]: pgmap v3772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:53.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:53 smithi066 ceph-mon[112137]: from='client.113832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:53 smithi203 ceph-mon[117428]: from='client.113832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:53 smithi137 ceph-mon[117020]: from='client.113832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:54 smithi066 ceph-mon[112137]: pgmap v3773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:54 smithi203 ceph-mon[117428]: pgmap v3773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:54 smithi137 ceph-mon[117020]: pgmap v3773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:57 smithi066 ceph-mon[112137]: pgmap v3774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:57 smithi203 ceph-mon[117428]: pgmap v3774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:57 smithi137 ceph-mon[117020]: pgmap v3774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:58.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:18:58.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:58.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:59.323 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:18:59.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:59.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:59.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:59.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:18:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:18:59 smithi066 ceph-mon[112137]: pgmap v3775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:18:59 smithi203 ceph-mon[117428]: pgmap v3775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:18:59 smithi137 ceph-mon[117020]: pgmap v3775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:00 smithi066 ceph-mon[112137]: from='client.113904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:00 smithi203 ceph-mon[117428]: from='client.113904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:00 smithi137 ceph-mon[117020]: from='client.113904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:01 smithi066 ceph-mon[112137]: pgmap v3776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:01 smithi203 ceph-mon[117428]: pgmap v3776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:01 smithi137 ceph-mon[117020]: pgmap v3776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:02 smithi066 ceph-mon[112137]: pgmap v3777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:02 smithi203 ceph-mon[117428]: pgmap v3777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:02 smithi137 ceph-mon[117020]: pgmap v3777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:04.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:04.326 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:04.326 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:05.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:05.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:05.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:05.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:05.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:05 smithi066 ceph-mon[112137]: pgmap v3778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:05 smithi066 ceph-mon[112137]: from='client.113973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:05 smithi203 ceph-mon[117428]: pgmap v3778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:05 smithi203 ceph-mon[117428]: from='client.113973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:05 smithi137 ceph-mon[117020]: pgmap v3778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:05 smithi137 ceph-mon[117020]: from='client.113973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:07 smithi066 ceph-mon[112137]: pgmap v3779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:07 smithi203 ceph-mon[117428]: pgmap v3779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:07 smithi137 ceph-mon[117020]: pgmap v3779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:09 smithi066 ceph-mon[112137]: pgmap v3780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:09 smithi203 ceph-mon[117428]: pgmap v3780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:09 smithi137 ceph-mon[117020]: pgmap v3780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:10.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:10.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:10.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:10.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:10.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:10.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:10.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:10.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:11 smithi066 ceph-mon[112137]: pgmap v3781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:11 smithi066 ceph-mon[112137]: from='client.114051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:11 smithi203 ceph-mon[117428]: pgmap v3781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:11 smithi203 ceph-mon[117428]: from='client.114051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:11 smithi137 ceph-mon[117020]: pgmap v3781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:11 smithi137 ceph-mon[117020]: from='client.114051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:12 smithi066 ceph-mon[112137]: pgmap v3782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:12 smithi203 ceph-mon[117428]: pgmap v3782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:12 smithi137 ceph-mon[117020]: pgmap v3782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:15 smithi066 ceph-mon[112137]: pgmap v3783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:15.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:15.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:15.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:15.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:15 smithi203 ceph-mon[117428]: pgmap v3783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:15.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:15 smithi137 ceph-mon[117020]: pgmap v3783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:16.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:16.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:16.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:16.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:16.530 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:19:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:19:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:19:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:17 smithi066 ceph-mon[112137]: from='client.114123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:17 smithi066 ceph-mon[112137]: pgmap v3784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:19:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:19:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:19:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:17 smithi203 ceph-mon[117428]: from='client.114123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:17 smithi203 ceph-mon[117428]: pgmap v3784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:19:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:19:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:19:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:17 smithi137 ceph-mon[117020]: from='client.114123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:17 smithi137 ceph-mon[117020]: pgmap v3784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:19:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:19:17.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:19:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:19 smithi066 ceph-mon[112137]: pgmap v3785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:19 smithi203 ceph-mon[117428]: pgmap v3785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:19 smithi137 ceph-mon[117020]: pgmap v3785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:21.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:21.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:21.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:21 smithi066 ceph-mon[112137]: pgmap v3786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:21 smithi203 ceph-mon[117428]: pgmap v3786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:21 smithi137 ceph-mon[117020]: pgmap v3786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:22.257 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:22.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:22.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:22.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:22.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:22 smithi066 ceph-mon[112137]: from='client.114198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:22 smithi066 ceph-mon[112137]: pgmap v3787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:22 smithi203 ceph-mon[117428]: from='client.114198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:22 smithi203 ceph-mon[117428]: pgmap v3787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:22 smithi137 ceph-mon[117020]: from='client.114198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:22 smithi137 ceph-mon[117020]: pgmap v3787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:25 smithi066 ceph-mon[112137]: pgmap v3788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:25 smithi203 ceph-mon[117428]: pgmap v3788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:25 smithi137 ceph-mon[117020]: pgmap v3788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:27.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:27.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:27.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:27 smithi066 ceph-mon[112137]: pgmap v3789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:27 smithi203 ceph-mon[117428]: pgmap v3789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:27 smithi137 ceph-mon[117020]: pgmap v3789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:27.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:27.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:27.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:27.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:27.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:28 smithi066 ceph-mon[112137]: from='client.114273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:28 smithi203 ceph-mon[117428]: from='client.114273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:28 smithi137 ceph-mon[117020]: from='client.114273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:29.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:29 smithi066 ceph-mon[112137]: pgmap v3790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:29 smithi203 ceph-mon[117428]: pgmap v3790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:29 smithi137 ceph-mon[117020]: pgmap v3790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:31 smithi066 ceph-mon[112137]: pgmap v3791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:31.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:31 smithi203 ceph-mon[117428]: pgmap v3791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:31 smithi137 ceph-mon[117020]: pgmap v3791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:32.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:32.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:32.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:32 smithi066 ceph-mon[112137]: pgmap v3792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:32 smithi203 ceph-mon[117428]: pgmap v3792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:32 smithi137 ceph-mon[117020]: pgmap v3792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:33.698 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:33.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:33.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:33.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:33.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:33 smithi066 ceph-mon[112137]: from='client.114348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:33 smithi203 ceph-mon[117428]: from='client.114348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:33 smithi137 ceph-mon[117020]: from='client.114348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:34 smithi066 ceph-mon[112137]: pgmap v3793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:34 smithi203 ceph-mon[117428]: pgmap v3793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:34 smithi137 ceph-mon[117020]: pgmap v3793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:37 smithi066 ceph-mon[112137]: pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:37.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:37 smithi203 ceph-mon[117428]: pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:37 smithi137 ceph-mon[117020]: pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:38.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:38.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:38.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:39.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:39.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:39.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:39.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:39.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:39 smithi066 ceph-mon[112137]: pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:39 smithi203 ceph-mon[117428]: pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:39 smithi137 ceph-mon[117020]: pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:40 smithi066 ceph-mon[112137]: from='client.114426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:40 smithi203 ceph-mon[117428]: from='client.114426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:40 smithi137 ceph-mon[117020]: from='client.114426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:41 smithi066 ceph-mon[112137]: pgmap v3796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:41 smithi203 ceph-mon[117428]: pgmap v3796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:41 smithi137 ceph-mon[117020]: pgmap v3796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:42 smithi066 ceph-mon[112137]: pgmap v3797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:42 smithi203 ceph-mon[117428]: pgmap v3797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:42 smithi137 ceph-mon[117020]: pgmap v3797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:44.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:44.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:44.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:45.141 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:45.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:45.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:45.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:45.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:45 smithi066 ceph-mon[112137]: pgmap v3798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:45 smithi066 ceph-mon[112137]: from='client.114504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:45 smithi203 ceph-mon[117428]: pgmap v3798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:45 smithi203 ceph-mon[117428]: from='client.114504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:45 smithi137 ceph-mon[117020]: pgmap v3798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:45 smithi137 ceph-mon[117020]: from='client.114504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:47 smithi066 ceph-mon[112137]: pgmap v3799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:47 smithi203 ceph-mon[117428]: pgmap v3799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:47 smithi137 ceph-mon[117020]: pgmap v3799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:49 smithi066 ceph-mon[112137]: pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:49 smithi203 ceph-mon[117428]: pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:49 smithi137 ceph-mon[117020]: pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:50.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:50.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:50.144 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:50.864 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:50.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:50.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:50.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:50.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:51 smithi066 ceph-mon[112137]: pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:51 smithi066 ceph-mon[112137]: from='client.114579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:51 smithi203 ceph-mon[117428]: pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:51 smithi203 ceph-mon[117428]: from='client.114579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:51 smithi137 ceph-mon[117020]: pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:51 smithi137 ceph-mon[117020]: from='client.114579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:52 smithi066 ceph-mon[112137]: pgmap v3802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:52 smithi203 ceph-mon[117428]: pgmap v3802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:52 smithi137 ceph-mon[117020]: pgmap v3802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:55 smithi066 ceph-mon[112137]: pgmap v3803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:55 smithi203 ceph-mon[117428]: pgmap v3803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:55.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:19:55.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:55.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:55 smithi137 ceph-mon[117020]: pgmap v3803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:56.586 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:19:56.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:56.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:56.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:56.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:19:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:57 smithi066 ceph-mon[112137]: from='client.114654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:57 smithi066 ceph-mon[112137]: pgmap v3804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:57.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:57 smithi203 ceph-mon[117428]: from='client.114654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:57.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:57 smithi203 ceph-mon[117428]: pgmap v3804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:57 smithi137 ceph-mon[117020]: from='client.114654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:57 smithi137 ceph-mon[117020]: pgmap v3804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:19:59 smithi066 ceph-mon[112137]: pgmap v3805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:59.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:19:59 smithi203 ceph-mon[117428]: pgmap v3805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:19:59 smithi137 ceph-mon[117020]: pgmap v3805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T19:20:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T19:20:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T19:20:01.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:01.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:01.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:01 smithi066 ceph-mon[112137]: pgmap v3806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:01 smithi203 ceph-mon[117428]: pgmap v3806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:01 smithi137 ceph-mon[117020]: pgmap v3806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:02.319 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:02.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:02.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:02.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:02.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:02 smithi066 ceph-mon[112137]: from='client.114729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:02 smithi066 ceph-mon[112137]: pgmap v3807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:02 smithi203 ceph-mon[117428]: from='client.114729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:02 smithi203 ceph-mon[117428]: pgmap v3807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:02 smithi137 ceph-mon[117020]: from='client.114729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:02 smithi137 ceph-mon[117020]: pgmap v3807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:05 smithi066 ceph-mon[112137]: pgmap v3808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:05 smithi203 ceph-mon[117428]: pgmap v3808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:05 smithi137 ceph-mon[117020]: pgmap v3808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:07.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:07.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:07.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:07 smithi066 ceph-mon[112137]: pgmap v3809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:07.748 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:07 smithi203 ceph-mon[117428]: pgmap v3809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:07 smithi137 ceph-mon[117020]: pgmap v3809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:08.047 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:08.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:08.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:08.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:08.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:08 smithi066 ceph-mon[112137]: from='client.114804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:08 smithi203 ceph-mon[117428]: from='client.114804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:08 smithi137 ceph-mon[117020]: from='client.114804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:09 smithi066 ceph-mon[112137]: pgmap v3810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:09.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:09 smithi203 ceph-mon[117428]: pgmap v3810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:09 smithi137 ceph-mon[117020]: pgmap v3810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:11 smithi066 ceph-mon[112137]: pgmap v3811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:11.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:11 smithi203 ceph-mon[117428]: pgmap v3811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:11 smithi137 ceph-mon[117020]: pgmap v3811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:13.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:13.049 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:13.049 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:12 smithi066 ceph-mon[112137]: pgmap v3812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:12 smithi203 ceph-mon[117428]: pgmap v3812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:12 smithi137 ceph-mon[117020]: pgmap v3812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:13.781 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:13.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:13.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:13.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:13.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:13 smithi066 ceph-mon[112137]: from='client.114882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:13 smithi203 ceph-mon[117428]: from='client.114882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:13 smithi137 ceph-mon[117020]: from='client.114882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:14 smithi066 ceph-mon[112137]: pgmap v3813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:14 smithi203 ceph-mon[117428]: pgmap v3813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:14 smithi137 ceph-mon[117020]: pgmap v3813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:17 smithi066 ceph-mon[112137]: pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:20:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:17 smithi203 ceph-mon[117428]: pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:20:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:17 smithi137 ceph-mon[117020]: pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:20:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:20:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:20:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:20:18.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:18.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:18.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:20:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:20:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:20:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:20:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:20:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:20:19.504 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:19.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:19.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:19.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:19.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:19 smithi066 ceph-mon[112137]: pgmap v3815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:19 smithi203 ceph-mon[117428]: pgmap v3815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:19 smithi137 ceph-mon[117020]: pgmap v3815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:20 smithi066 ceph-mon[112137]: from='client.114957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:20 smithi203 ceph-mon[117428]: from='client.114957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:20 smithi137 ceph-mon[117020]: from='client.114957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:21 smithi066 ceph-mon[112137]: pgmap v3816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:21 smithi203 ceph-mon[117428]: pgmap v3816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:21 smithi137 ceph-mon[117020]: pgmap v3816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:22 smithi066 ceph-mon[112137]: pgmap v3817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:22 smithi203 ceph-mon[117428]: pgmap v3817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:22 smithi137 ceph-mon[117020]: pgmap v3817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:24.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:24.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:24.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:25.228 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:25.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:25.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:25.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:25.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:25 smithi066 ceph-mon[112137]: pgmap v3818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:25.790 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:25 smithi137 ceph-mon[117020]: pgmap v3818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:25 smithi203 ceph-mon[117428]: pgmap v3818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:26 smithi066 ceph-mon[112137]: from='client.115035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:26 smithi203 ceph-mon[117428]: from='client.115035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:26 smithi137 ceph-mon[117020]: from='client.115035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:27 smithi066 ceph-mon[112137]: pgmap v3819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:27 smithi203 ceph-mon[117428]: pgmap v3819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:27 smithi137 ceph-mon[117020]: pgmap v3819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:29 smithi066 ceph-mon[112137]: pgmap v3820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:29 smithi203 ceph-mon[117428]: pgmap v3820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:29 smithi137 ceph-mon[117020]: pgmap v3820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:30.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:30.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:30.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:30.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:30.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:30.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:30.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:30.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:31 smithi066 ceph-mon[112137]: pgmap v3821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:31 smithi066 ceph-mon[112137]: from='client.115110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:31.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:31 smithi203 ceph-mon[117428]: pgmap v3821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:31.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:31 smithi203 ceph-mon[117428]: from='client.115110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:31 smithi137 ceph-mon[117020]: pgmap v3821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:31 smithi137 ceph-mon[117020]: from='client.115110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:32 smithi066 ceph-mon[112137]: pgmap v3822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:32 smithi203 ceph-mon[117428]: pgmap v3822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:32 smithi137 ceph-mon[117020]: pgmap v3822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:35 smithi066 ceph-mon[112137]: pgmap v3823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:35.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:35 smithi203 ceph-mon[117428]: pgmap v3823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:35 smithi137 ceph-mon[117020]: pgmap v3823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:35.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:35.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:35.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:36.677 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:36.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:36.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:36.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:36.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:37 smithi066 ceph-mon[112137]: from='client.115188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:37 smithi066 ceph-mon[112137]: pgmap v3824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:37 smithi203 ceph-mon[117428]: from='client.115188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:37 smithi203 ceph-mon[117428]: pgmap v3824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:37 smithi137 ceph-mon[117020]: from='client.115188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:37 smithi137 ceph-mon[117020]: pgmap v3824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:39 smithi066 ceph-mon[112137]: pgmap v3825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:39 smithi203 ceph-mon[117428]: pgmap v3825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:39 smithi137 ceph-mon[117020]: pgmap v3825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:41.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:41.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:41.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:41 smithi066 ceph-mon[112137]: pgmap v3826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:41 smithi203 ceph-mon[117428]: pgmap v3826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:41 smithi137 ceph-mon[117020]: pgmap v3826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:42.402 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:42.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:42.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:42.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:42.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:42 smithi066 ceph-mon[112137]: from='client.115263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:42 smithi066 ceph-mon[112137]: pgmap v3827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:42 smithi203 ceph-mon[117428]: from='client.115263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:42 smithi203 ceph-mon[117428]: pgmap v3827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:42 smithi137 ceph-mon[117020]: from='client.115263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:42 smithi137 ceph-mon[117020]: pgmap v3827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:45 smithi066 ceph-mon[112137]: pgmap v3828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:45.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:45 smithi203 ceph-mon[117428]: pgmap v3828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:45 smithi137 ceph-mon[117020]: pgmap v3828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:47.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:47.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:47.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:47 smithi066 ceph-mon[112137]: pgmap v3829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:47 smithi203 ceph-mon[117428]: pgmap v3829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:47 smithi137 ceph-mon[117020]: pgmap v3829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:48.139 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:48.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:48.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:48.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:48.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:48 smithi066 ceph-mon[112137]: from='client.115341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:48 smithi203 ceph-mon[117428]: from='client.115341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:48 smithi137 ceph-mon[117020]: from='client.115341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:49 smithi066 ceph-mon[112137]: pgmap v3830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:49 smithi203 ceph-mon[117428]: pgmap v3830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:49 smithi137 ceph-mon[117020]: pgmap v3830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:51 smithi066 ceph-mon[112137]: pgmap v3831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:51 smithi203 ceph-mon[117428]: pgmap v3831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:51 smithi137 ceph-mon[117020]: pgmap v3831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:53.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:53.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:53.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:52 smithi066 ceph-mon[112137]: pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:52 smithi203 ceph-mon[117428]: pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:52 smithi137 ceph-mon[117020]: pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:53.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:53.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:53.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:53.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:53.872 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:53 smithi066 ceph-mon[112137]: from='client.115419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:53 smithi203 ceph-mon[117428]: from='client.115419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:53 smithi137 ceph-mon[117020]: from='client.115419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:54 smithi066 ceph-mon[112137]: pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:54 smithi203 ceph-mon[117428]: pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:54 smithi137 ceph-mon[117020]: pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:57 smithi066 ceph-mon[112137]: pgmap v3834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:57 smithi203 ceph-mon[117428]: pgmap v3834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:57 smithi137 ceph-mon[117020]: pgmap v3834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:58.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:20:58.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:58.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:59.595 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:20:59.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:59.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:59.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:59.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:20:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:20:59 smithi066 ceph-mon[112137]: pgmap v3835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:20:59 smithi203 ceph-mon[117428]: pgmap v3835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:20:59 smithi137 ceph-mon[117020]: pgmap v3835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:00 smithi066 ceph-mon[112137]: from='client.115494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:00 smithi203 ceph-mon[117428]: from='client.115494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:00 smithi137 ceph-mon[117020]: from='client.115494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:01 smithi066 ceph-mon[112137]: pgmap v3836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:01 smithi203 ceph-mon[117428]: pgmap v3836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:01 smithi137 ceph-mon[117020]: pgmap v3836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:02 smithi066 ceph-mon[112137]: pgmap v3837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:02 smithi203 ceph-mon[117428]: pgmap v3837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:02 smithi137 ceph-mon[117020]: pgmap v3837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:04.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:04.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:04.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:05.317 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:05.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:05.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:05.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:05.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:05 smithi066 ceph-mon[112137]: pgmap v3838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:05 smithi203 ceph-mon[117428]: pgmap v3838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:05 smithi137 ceph-mon[117020]: pgmap v3838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:06 smithi066 ceph-mon[112137]: from='client.115569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:06 smithi203 ceph-mon[117428]: from='client.115569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:06 smithi137 ceph-mon[117020]: from='client.115569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:07 smithi066 ceph-mon[112137]: pgmap v3839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:07 smithi203 ceph-mon[117428]: pgmap v3839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:07 smithi137 ceph-mon[117020]: pgmap v3839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:09 smithi066 ceph-mon[112137]: pgmap v3840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:09 smithi203 ceph-mon[117428]: pgmap v3840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:09 smithi137 ceph-mon[117020]: pgmap v3840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:10.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:10.320 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:10.320 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:11.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:11.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:11.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:11.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:11.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:11 smithi066 ceph-mon[112137]: pgmap v3841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:11 smithi066 ceph-mon[112137]: from='client.115644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:11.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:11 smithi203 ceph-mon[117428]: pgmap v3841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:11 smithi203 ceph-mon[117428]: from='client.115644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:11 smithi137 ceph-mon[117020]: pgmap v3841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:11 smithi137 ceph-mon[117020]: from='client.115644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:12 smithi066 ceph-mon[112137]: pgmap v3842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:12 smithi203 ceph-mon[117428]: pgmap v3842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:12 smithi137 ceph-mon[117020]: pgmap v3842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:15 smithi066 ceph-mon[112137]: pgmap v3843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:15.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:15 smithi203 ceph-mon[117428]: pgmap v3843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:15 smithi137 ceph-mon[117020]: pgmap v3843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:16.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:16.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:16.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:16.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:16.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:16.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:16.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:16.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:17 smithi066 ceph-mon[112137]: pgmap v3844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:17 smithi066 ceph-mon[112137]: from='client.115713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:17 smithi203 ceph-mon[117428]: pgmap v3844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:17 smithi203 ceph-mon[117428]: from='client.115713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:17 smithi137 ceph-mon[117020]: pgmap v3844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:17 smithi137 ceph-mon[117020]: from='client.115713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:21:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:21:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:21:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:21:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:21:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:21:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:21:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:21:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:21:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:21:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:21:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:21:19.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:19 smithi066 ceph-mon[112137]: pgmap v3845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:19 smithi203 ceph-mon[117428]: pgmap v3845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:19 smithi137 ceph-mon[117020]: pgmap v3845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:21 smithi066 ceph-mon[112137]: pgmap v3846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:21.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:21.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:21.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:21 smithi203 ceph-mon[117428]: pgmap v3846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:21 smithi137 ceph-mon[117020]: pgmap v3846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:22.490 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:22.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:22.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:22.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:22.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:22 smithi066 ceph-mon[112137]: from='client.115791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:22 smithi066 ceph-mon[112137]: pgmap v3847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:22 smithi203 ceph-mon[117428]: from='client.115791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:22 smithi203 ceph-mon[117428]: pgmap v3847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:22 smithi137 ceph-mon[117020]: from='client.115791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:22 smithi137 ceph-mon[117020]: pgmap v3847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:25 smithi066 ceph-mon[112137]: pgmap v3848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:25 smithi203 ceph-mon[117428]: pgmap v3848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:25 smithi137 ceph-mon[117020]: pgmap v3848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:27.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:27.492 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:27.492 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:27 smithi066 ceph-mon[112137]: pgmap v3849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:27 smithi203 ceph-mon[117428]: pgmap v3849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:27 smithi137 ceph-mon[117020]: pgmap v3849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:28.216 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:28.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:28.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:28.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:28.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:29.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:29 smithi066 ceph-mon[112137]: from='client.115866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:29 smithi066 ceph-mon[112137]: pgmap v3850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:29 smithi203 ceph-mon[117428]: from='client.115866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:29 smithi203 ceph-mon[117428]: pgmap v3850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:29 smithi137 ceph-mon[117020]: from='client.115866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:29 smithi137 ceph-mon[117020]: pgmap v3850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:31 smithi066 ceph-mon[112137]: pgmap v3851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:31.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:31 smithi203 ceph-mon[117428]: pgmap v3851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:31 smithi137 ceph-mon[117020]: pgmap v3851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:33.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:33.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:33.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:32 smithi066 ceph-mon[112137]: pgmap v3852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:32 smithi203 ceph-mon[117428]: pgmap v3852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:32 smithi137 ceph-mon[117020]: pgmap v3852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:33.936 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:33.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:33.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:33.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:33.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:33 smithi066 ceph-mon[112137]: from='client.115944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:33 smithi203 ceph-mon[117428]: from='client.115944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:33 smithi137 ceph-mon[117020]: from='client.115944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:34 smithi066 ceph-mon[112137]: pgmap v3853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:34 smithi203 ceph-mon[117428]: pgmap v3853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:34 smithi137 ceph-mon[117020]: pgmap v3853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:37 smithi066 ceph-mon[112137]: pgmap v3854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:37 smithi203 ceph-mon[117428]: pgmap v3854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:37 smithi137 ceph-mon[117020]: pgmap v3854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:38.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:38.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:38.939 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:39.676 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:39.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:39.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:39.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:39.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:39 smithi066 ceph-mon[112137]: pgmap v3855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:39 smithi203 ceph-mon[117428]: pgmap v3855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:39 smithi137 ceph-mon[117020]: pgmap v3855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:40 smithi066 ceph-mon[112137]: from='client.116019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:40 smithi203 ceph-mon[117428]: from='client.116019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:40 smithi137 ceph-mon[117020]: from='client.116019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:41 smithi066 ceph-mon[112137]: pgmap v3856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:21:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:41 smithi203 ceph-mon[117428]: pgmap v3856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:21:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:41 smithi137 ceph-mon[117020]: pgmap v3856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:21:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:42 smithi066 ceph-mon[112137]: pgmap v3857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:42 smithi203 ceph-mon[117428]: pgmap v3857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:42 smithi137 ceph-mon[117020]: pgmap v3857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:44.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:44.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:44.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:45.394 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:45.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:45.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:45.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:45.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:45 smithi066 ceph-mon[112137]: pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:45 smithi203 ceph-mon[117428]: pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:45 smithi137 ceph-mon[117020]: pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:46 smithi066 ceph-mon[112137]: from='client.116094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:46 smithi203 ceph-mon[117428]: from='client.116094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:46 smithi137 ceph-mon[117020]: from='client.116094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:47 smithi066 ceph-mon[112137]: pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:47 smithi203 ceph-mon[117428]: pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:47 smithi137 ceph-mon[117020]: pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:49.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:49 smithi066 ceph-mon[112137]: pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:49 smithi203 ceph-mon[117428]: pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:49 smithi137 ceph-mon[117020]: pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:50.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:50.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:50.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:51.113 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:51.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:51.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:51.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:51.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:51 smithi066 ceph-mon[112137]: pgmap v3861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:51 smithi066 ceph-mon[112137]: from='client.116169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:51 smithi203 ceph-mon[117428]: pgmap v3861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:51 smithi203 ceph-mon[117428]: from='client.116169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:51 smithi137 ceph-mon[117020]: pgmap v3861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:51 smithi137 ceph-mon[117020]: from='client.116169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:52 smithi066 ceph-mon[112137]: pgmap v3862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:52 smithi203 ceph-mon[117428]: pgmap v3862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:52 smithi137 ceph-mon[117020]: pgmap v3862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:55 smithi066 ceph-mon[112137]: pgmap v3863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:55 smithi203 ceph-mon[117428]: pgmap v3863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:55 smithi137 ceph-mon[117020]: pgmap v3863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:56.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:21:56.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:56.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:56.855 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:21:56.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:56.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:56.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:56.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:21:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:57 smithi066 ceph-mon[112137]: pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:21:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:57 smithi066 ceph-mon[112137]: from='client.116247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:57 smithi203 ceph-mon[117428]: pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:21:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:57 smithi203 ceph-mon[117428]: from='client.116247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:57 smithi137 ceph-mon[117020]: pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:21:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:57 smithi137 ceph-mon[117020]: from='client.116247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:21:59 smithi066 ceph-mon[112137]: pgmap v3865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:21:59 smithi203 ceph-mon[117428]: pgmap v3865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:21:59 smithi137 ceph-mon[117020]: pgmap v3865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:01 smithi066 ceph-mon[112137]: pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:01 smithi203 ceph-mon[117428]: pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:01.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:01.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:01.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:01 smithi137 ceph-mon[117020]: pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:02.580 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:02.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:02.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:02.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:02.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:02 smithi066 ceph-mon[112137]: from='client.116319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:02 smithi066 ceph-mon[112137]: pgmap v3867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:02 smithi203 ceph-mon[117428]: from='client.116319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:02 smithi203 ceph-mon[117428]: pgmap v3867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:02 smithi137 ceph-mon[117020]: from='client.116319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:02 smithi137 ceph-mon[117020]: pgmap v3867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:05 smithi066 ceph-mon[112137]: pgmap v3868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:05 smithi203 ceph-mon[117428]: pgmap v3868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:05 smithi137 ceph-mon[117020]: pgmap v3868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:07.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:07.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:07.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:07 smithi066 ceph-mon[112137]: pgmap v3869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:07 smithi203 ceph-mon[117428]: pgmap v3869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:07 smithi137 ceph-mon[117020]: pgmap v3869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:08.315 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:08.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:08.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:08.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:08.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:09 smithi066 ceph-mon[112137]: from='client.116394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:09 smithi066 ceph-mon[112137]: pgmap v3870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:09 smithi203 ceph-mon[117428]: from='client.116394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:09 smithi203 ceph-mon[117428]: pgmap v3870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:09 smithi137 ceph-mon[117020]: from='client.116394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:09 smithi137 ceph-mon[117020]: pgmap v3870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:11 smithi066 ceph-mon[112137]: pgmap v3871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:11 smithi203 ceph-mon[117428]: pgmap v3871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:11 smithi137 ceph-mon[117020]: pgmap v3871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:13.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:13.317 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:13.317 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:12 smithi203 ceph-mon[117428]: pgmap v3872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:12 smithi137 ceph-mon[117020]: pgmap v3872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:12 smithi066 ceph-mon[112137]: pgmap v3872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:14.037 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:14.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:14.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:14.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:14.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:13 smithi203 ceph-mon[117428]: from='client.116466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:13 smithi137 ceph-mon[117020]: from='client.116466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:13 smithi066 ceph-mon[112137]: from='client.116466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:14 smithi203 ceph-mon[117428]: pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:14 smithi137 ceph-mon[117020]: pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:15.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:14 smithi066 ceph-mon[112137]: pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:17 smithi066 ceph-mon[112137]: pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:17 smithi203 ceph-mon[117428]: pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:17 smithi137 ceph-mon[117020]: pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:19.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:19.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:19.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:19.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:19 smithi066 ceph-mon[112137]: pgmap v3875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:22:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:22:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:22:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:22:19.754 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:19.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:19.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:19.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:19.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:19 smithi203 ceph-mon[117428]: pgmap v3875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:22:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:22:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:22:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:22:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:19 smithi137 ceph-mon[117020]: pgmap v3875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:22:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:22:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:22:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:22:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:20 smithi066 ceph-mon[112137]: from='client.116538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:20 smithi203 ceph-mon[117428]: from='client.116538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:20 smithi137 ceph-mon[117020]: from='client.116538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:21 smithi066 ceph-mon[112137]: pgmap v3876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:22:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:21 smithi203 ceph-mon[117428]: pgmap v3876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:22:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:21 smithi137 ceph-mon[117020]: pgmap v3876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:22:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:22 smithi203 ceph-mon[117428]: pgmap v3877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:22 smithi137 ceph-mon[117020]: pgmap v3877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:22 smithi066 ceph-mon[112137]: pgmap v3877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:24.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:24.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:24.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:25.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:25.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:25.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:25.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:25.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:25.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:25 smithi066 ceph-mon[112137]: pgmap v3878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:25 smithi203 ceph-mon[117428]: pgmap v3878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:25 smithi137 ceph-mon[117020]: pgmap v3878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:26 smithi066 ceph-mon[112137]: from='client.116613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:26 smithi203 ceph-mon[117428]: from='client.116613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:26 smithi137 ceph-mon[117020]: from='client.116613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:27 smithi066 ceph-mon[112137]: pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:27 smithi203 ceph-mon[117428]: pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:27 smithi137 ceph-mon[117020]: pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:29.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:29 smithi066 ceph-mon[112137]: pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:29 smithi203 ceph-mon[117428]: pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:29 smithi137 ceph-mon[117020]: pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:30.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:30.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:30.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:31.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:31.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:31.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:31.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:31.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:31 smithi066 ceph-mon[112137]: pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:31 smithi203 ceph-mon[117428]: pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:31 smithi137 ceph-mon[117020]: pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:32 smithi066 ceph-mon[112137]: from='client.116691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:32 smithi203 ceph-mon[117428]: from='client.116691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:32 smithi137 ceph-mon[117020]: from='client.116691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:33 smithi066 ceph-mon[112137]: pgmap v3882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:33 smithi203 ceph-mon[117428]: pgmap v3882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:33 smithi137 ceph-mon[117020]: pgmap v3882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:35 smithi203 ceph-mon[117428]: pgmap v3883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:35 smithi137 ceph-mon[117020]: pgmap v3883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:35 smithi066 ceph-mon[112137]: pgmap v3883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:22:36.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:36.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:36.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:36.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:36.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:36.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:36.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:36.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:37 smithi203 ceph-mon[117428]: pgmap v3884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:22:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:37 smithi203 ceph-mon[117428]: from='client.116763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:37 smithi137 ceph-mon[117020]: pgmap v3884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:22:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:37 smithi137 ceph-mon[117020]: from='client.116763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:37 smithi066 ceph-mon[112137]: pgmap v3884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:22:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:37 smithi066 ceph-mon[112137]: from='client.116763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:39 smithi203 ceph-mon[117428]: pgmap v3885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:39 smithi137 ceph-mon[117020]: pgmap v3885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:39 smithi066 ceph-mon[112137]: pgmap v3885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:41 smithi203 ceph-mon[117428]: pgmap v3886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:41 smithi137 ceph-mon[117020]: pgmap v3886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:41.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:41.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:41.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:41 smithi066 ceph-mon[112137]: pgmap v3886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:42.688 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:42.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:42.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:42.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:42.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:42 smithi203 ceph-mon[117428]: from='client.116838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:42 smithi203 ceph-mon[117428]: pgmap v3887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:42 smithi137 ceph-mon[117020]: from='client.116838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:42 smithi137 ceph-mon[117020]: pgmap v3887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:42 smithi066 ceph-mon[112137]: from='client.116838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:42 smithi066 ceph-mon[112137]: pgmap v3887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:45 smithi066 ceph-mon[112137]: pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:45 smithi203 ceph-mon[117428]: pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:45 smithi137 ceph-mon[117020]: pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:47.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:47.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:47.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:47 smithi066 ceph-mon[112137]: pgmap v3889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:47 smithi203 ceph-mon[117428]: pgmap v3889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:47 smithi137 ceph-mon[117020]: pgmap v3889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:48.409 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:48.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:48.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:48.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:48.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:49.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:49 smithi066 ceph-mon[112137]: from='client.116913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:49 smithi066 ceph-mon[112137]: pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:49 smithi203 ceph-mon[117428]: from='client.116913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:49 smithi203 ceph-mon[117428]: pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:49 smithi137 ceph-mon[117020]: from='client.116913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:49 smithi137 ceph-mon[117020]: pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:51 smithi066 ceph-mon[112137]: pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:51 smithi203 ceph-mon[117428]: pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:51 smithi137 ceph-mon[117020]: pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:52 smithi203 ceph-mon[117428]: pgmap v3892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:52 smithi137 ceph-mon[117020]: pgmap v3892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:53.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:53.410 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:53.410 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:52 smithi066 ceph-mon[112137]: pgmap v3892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:54.138 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:54.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:54.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:54.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:54.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:53 smithi203 ceph-mon[117428]: from='client.116985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:53 smithi137 ceph-mon[117020]: from='client.116985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:53 smithi066 ceph-mon[112137]: from='client.116985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:55 smithi203 ceph-mon[117428]: pgmap v3893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:55 smithi137 ceph-mon[117020]: pgmap v3893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:55 smithi066 ceph-mon[112137]: pgmap v3893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:57 smithi066 ceph-mon[112137]: pgmap v3894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:57.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:57 smithi203 ceph-mon[117428]: pgmap v3894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:57 smithi137 ceph-mon[117020]: pgmap v3894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:59.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:22:59.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:59.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:22:59 smithi066 ceph-mon[112137]: pgmap v3895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:59.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:22:59 smithi203 ceph-mon[117428]: pgmap v3895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:59.859 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:22:59.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:59.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:59.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:59.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:22:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:22:59 smithi137 ceph-mon[117020]: pgmap v3895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:00 smithi203 ceph-mon[117428]: from='client.117063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:00 smithi137 ceph-mon[117020]: from='client.117063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:00 smithi066 ceph-mon[112137]: from='client.117063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:01 smithi203 ceph-mon[117428]: pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:23:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:01 smithi137 ceph-mon[117020]: pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:23:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:01 smithi066 ceph-mon[112137]: pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:23:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:03 smithi203 ceph-mon[117428]: pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:23:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:03 smithi137 ceph-mon[117020]: pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:23:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:03 smithi066 ceph-mon[112137]: pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:23:04.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:04.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:04.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:05.608 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:05 smithi066 ceph-mon[112137]: pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:23:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:05 smithi203 ceph-mon[117428]: pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:23:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:05 smithi137 ceph-mon[117020]: pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:23:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:06 smithi066 ceph-mon[112137]: from='client.117141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:06 smithi203 ceph-mon[117428]: from='client.117141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:06 smithi137 ceph-mon[117020]: from='client.117141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:07 smithi203 ceph-mon[117428]: pgmap v3899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:07 smithi137 ceph-mon[117020]: pgmap v3899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:07 smithi066 ceph-mon[112137]: pgmap v3899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:09 smithi203 ceph-mon[117428]: pgmap v3900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:09 smithi137 ceph-mon[117020]: pgmap v3900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:09 smithi066 ceph-mon[112137]: pgmap v3900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:10.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:10.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:10.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:11.338 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:11 smithi203 ceph-mon[117428]: pgmap v3901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:11 smithi137 ceph-mon[117020]: pgmap v3901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:11 smithi066 ceph-mon[112137]: pgmap v3901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:12 smithi203 ceph-mon[117428]: from='client.117216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:12 smithi137 ceph-mon[117020]: from='client.117216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:12 smithi066 ceph-mon[112137]: from='client.117216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:13 smithi203 ceph-mon[117428]: pgmap v3902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:23:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:13 smithi137 ceph-mon[117020]: pgmap v3902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:23:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:13 smithi066 ceph-mon[112137]: pgmap v3902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:23:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:15 smithi203 ceph-mon[117428]: pgmap v3903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:23:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:15 smithi137 ceph-mon[117020]: pgmap v3903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:23:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:15 smithi066 ceph-mon[112137]: pgmap v3903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:23:16.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:16.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:16.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:17.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:17.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:17.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:17.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:17.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:17 smithi203 ceph-mon[117428]: pgmap v3904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:23:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:17 smithi203 ceph-mon[117428]: from='client.117294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:17 smithi137 ceph-mon[117020]: pgmap v3904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:23:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:17 smithi137 ceph-mon[117020]: from='client.117294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:17 smithi066 ceph-mon[112137]: pgmap v3904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:23:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:17 smithi066 ceph-mon[112137]: from='client.117294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:19 smithi203 ceph-mon[117428]: pgmap v3905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:23:19.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:19 smithi137 ceph-mon[117020]: pgmap v3905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:23:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:19 smithi066 ceph-mon[112137]: pgmap v3905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:23:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:23:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:23:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:23:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:23:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:23:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:21 smithi066 ceph-mon[112137]: pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:22.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:22.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:22.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:21 smithi203 ceph-mon[117428]: pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:21 smithi137 ceph-mon[117020]: pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:22.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:22.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:22.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:22.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:22.787 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:23 smithi203 ceph-mon[117428]: pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:23 smithi203 ceph-mon[117428]: from='client.117366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:23 smithi137 ceph-mon[117020]: pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:23 smithi137 ceph-mon[117020]: from='client.117366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:23 smithi066 ceph-mon[112137]: pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:23 smithi066 ceph-mon[112137]: from='client.117366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:25 smithi066 ceph-mon[112137]: pgmap v3908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:25 smithi203 ceph-mon[117428]: pgmap v3908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:25 smithi137 ceph-mon[117020]: pgmap v3908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:27.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:27.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:27.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:27 smithi203 ceph-mon[117428]: pgmap v3909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:27 smithi137 ceph-mon[117020]: pgmap v3909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:27 smithi066 ceph-mon[112137]: pgmap v3909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:28.529 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:28.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:28.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:28.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:28.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:29 smithi203 ceph-mon[117428]: from='client.117438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:29 smithi203 ceph-mon[117428]: pgmap v3910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:29 smithi137 ceph-mon[117020]: from='client.117438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:29 smithi137 ceph-mon[117020]: pgmap v3910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:29 smithi066 ceph-mon[112137]: from='client.117438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:29 smithi066 ceph-mon[112137]: pgmap v3910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:31 smithi203 ceph-mon[117428]: pgmap v3911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:31 smithi137 ceph-mon[117020]: pgmap v3911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:31 smithi066 ceph-mon[112137]: pgmap v3911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:33 smithi203 ceph-mon[117428]: pgmap v3912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:33 smithi137 ceph-mon[117020]: pgmap v3912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:33 smithi066 ceph-mon[112137]: pgmap v3912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:33.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:33.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:33.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:34.247 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:34.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:34.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:34.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:34.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:35 smithi203 ceph-mon[117428]: from='client.117516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:35 smithi203 ceph-mon[117428]: pgmap v3913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:35 smithi137 ceph-mon[117020]: from='client.117516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:35 smithi137 ceph-mon[117020]: pgmap v3913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:35 smithi066 ceph-mon[112137]: from='client.117516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:35 smithi066 ceph-mon[112137]: pgmap v3913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:37 smithi203 ceph-mon[117428]: pgmap v3914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:37 smithi137 ceph-mon[117020]: pgmap v3914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:37 smithi066 ceph-mon[112137]: pgmap v3914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:39.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:39.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:39.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:39 smithi203 ceph-mon[117428]: pgmap v3915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:39 smithi137 ceph-mon[117020]: pgmap v3915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:39.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:39.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:39.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:39.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:39.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:39 smithi066 ceph-mon[112137]: pgmap v3915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:40 smithi203 ceph-mon[117428]: from='client.117591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:40 smithi137 ceph-mon[117020]: from='client.117591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:40 smithi066 ceph-mon[112137]: from='client.117591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:41 smithi203 ceph-mon[117428]: pgmap v3916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:41 smithi137 ceph-mon[117020]: pgmap v3916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:41 smithi066 ceph-mon[112137]: pgmap v3916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:43 smithi203 ceph-mon[117428]: pgmap v3917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:43 smithi137 ceph-mon[117020]: pgmap v3917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:43 smithi066 ceph-mon[112137]: pgmap v3917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:44.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:44.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:44.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:45.706 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:45.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:45.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:45.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:45.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:45 smithi203 ceph-mon[117428]: pgmap v3918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:45 smithi137 ceph-mon[117020]: pgmap v3918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:45 smithi066 ceph-mon[112137]: pgmap v3918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:46 smithi203 ceph-mon[117428]: from='client.117669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:46 smithi137 ceph-mon[117020]: from='client.117669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:46 smithi066 ceph-mon[112137]: from='client.117669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:47 smithi203 ceph-mon[117428]: pgmap v3919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:47 smithi137 ceph-mon[117020]: pgmap v3919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:47 smithi066 ceph-mon[112137]: pgmap v3919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:49 smithi203 ceph-mon[117428]: pgmap v3920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:49 smithi137 ceph-mon[117020]: pgmap v3920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:49 smithi066 ceph-mon[112137]: pgmap v3920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:50.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:50.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:50.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:51.422 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:51.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:51.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:51.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:51.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:51 smithi203 ceph-mon[117428]: pgmap v3921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:51 smithi137 ceph-mon[117020]: pgmap v3921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:51 smithi066 ceph-mon[112137]: pgmap v3921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:52 smithi203 ceph-mon[117428]: from='client.117744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:52 smithi137 ceph-mon[117020]: from='client.117744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:52 smithi066 ceph-mon[112137]: from='client.117744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:53 smithi203 ceph-mon[117428]: pgmap v3922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:53 smithi137 ceph-mon[117020]: pgmap v3922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:53 smithi066 ceph-mon[112137]: pgmap v3922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:55 smithi203 ceph-mon[117428]: pgmap v3923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:55 smithi137 ceph-mon[117020]: pgmap v3923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:55 smithi066 ceph-mon[112137]: pgmap v3923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:56.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:23:56.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:56.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:57.168 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:23:57.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:57.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:57.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:57.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:23:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:57 smithi203 ceph-mon[117428]: pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:57 smithi203 ceph-mon[117428]: from='client.117819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:57 smithi137 ceph-mon[117020]: pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:57 smithi137 ceph-mon[117020]: from='client.117819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:57 smithi066 ceph-mon[112137]: pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:57 smithi066 ceph-mon[112137]: from='client.117819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:59.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:23:59 smithi203 ceph-mon[117428]: pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:23:59 smithi137 ceph-mon[117020]: pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:23:59 smithi066 ceph-mon[112137]: pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:01 smithi203 ceph-mon[117428]: pgmap v3926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:01 smithi137 ceph-mon[117020]: pgmap v3926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:01 smithi066 ceph-mon[112137]: pgmap v3926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:02.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:02.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:02.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:02.905 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:02.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:02.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:02.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:02.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:03 smithi203 ceph-mon[117428]: pgmap v3927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:03 smithi203 ceph-mon[117428]: from='client.117891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:03 smithi137 ceph-mon[117020]: pgmap v3927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:03 smithi137 ceph-mon[117020]: from='client.117891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:03 smithi066 ceph-mon[112137]: pgmap v3927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:03 smithi066 ceph-mon[112137]: from='client.117891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:05 smithi203 ceph-mon[117428]: pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:05 smithi137 ceph-mon[117020]: pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:05 smithi066 ceph-mon[112137]: pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:07 smithi203 ceph-mon[117428]: pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:07 smithi137 ceph-mon[117020]: pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:07.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:07.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:07.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:07 smithi066 ceph-mon[112137]: pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:08.633 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:08.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:08.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:08.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:08.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:09 smithi203 ceph-mon[117428]: from='client.117966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:09 smithi203 ceph-mon[117428]: pgmap v3930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:09 smithi137 ceph-mon[117020]: from='client.117966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:09 smithi137 ceph-mon[117020]: pgmap v3930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:09 smithi066 ceph-mon[112137]: from='client.117966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:09 smithi066 ceph-mon[112137]: pgmap v3930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:11 smithi203 ceph-mon[117428]: pgmap v3931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:11 smithi137 ceph-mon[117020]: pgmap v3931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:11 smithi066 ceph-mon[112137]: pgmap v3931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:13 smithi203 ceph-mon[117428]: pgmap v3932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:13 smithi137 ceph-mon[117020]: pgmap v3932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:13 smithi066 ceph-mon[112137]: pgmap v3932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:13.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:13.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:13.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:14.361 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:14.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:14.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:14.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:14.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:15 smithi203 ceph-mon[117428]: from='client.118038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:15 smithi203 ceph-mon[117428]: pgmap v3933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:15 smithi137 ceph-mon[117020]: from='client.118038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:15 smithi137 ceph-mon[117020]: pgmap v3933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:15 smithi066 ceph-mon[112137]: from='client.118038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:15 smithi066 ceph-mon[112137]: pgmap v3933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:17 smithi203 ceph-mon[117428]: pgmap v3934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:17 smithi137 ceph-mon[117020]: pgmap v3934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:17 smithi066 ceph-mon[112137]: pgmap v3934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:19.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:19.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:19.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:19 smithi203 ceph-mon[117428]: pgmap v3935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:19 smithi137 ceph-mon[117020]: pgmap v3935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:19 smithi066 ceph-mon[112137]: pgmap v3935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:20.084 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:20.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:20.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:20.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:20.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:20 smithi203 ceph-mon[117428]: from='client.118113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:24:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:20 smithi137 ceph-mon[117020]: from='client.118113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:24:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:20 smithi066 ceph-mon[112137]: from='client.118113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:24:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:21 smithi203 ceph-mon[117428]: pgmap v3936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:24:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:24:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:24:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:21 smithi137 ceph-mon[117020]: pgmap v3936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:24:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:24:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:24:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:21 smithi066 ceph-mon[112137]: pgmap v3936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:24:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:24:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:24:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:23 smithi203 ceph-mon[117428]: pgmap v3937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:23 smithi137 ceph-mon[117020]: pgmap v3937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:23 smithi066 ceph-mon[112137]: pgmap v3937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:25.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:25.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:25.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:25.807 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:25.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:25.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:25.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:25.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:25 smithi203 ceph-mon[117428]: pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:25 smithi137 ceph-mon[117020]: pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:25 smithi066 ceph-mon[112137]: pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:26 smithi203 ceph-mon[117428]: from='client.118188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:26 smithi137 ceph-mon[117020]: from='client.118188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:26 smithi066 ceph-mon[112137]: from='client.118188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:27 smithi203 ceph-mon[117428]: pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:27 smithi137 ceph-mon[117020]: pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:27 smithi066 ceph-mon[112137]: pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:29 smithi203 ceph-mon[117428]: pgmap v3940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:29 smithi137 ceph-mon[117020]: pgmap v3940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:29 smithi066 ceph-mon[112137]: pgmap v3940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:30.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:30.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:30.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:31.534 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:31.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:31.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:31.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:31.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:31 smithi203 ceph-mon[117428]: pgmap v3941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:31 smithi137 ceph-mon[117020]: pgmap v3941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:31 smithi066 ceph-mon[112137]: pgmap v3941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:32 smithi203 ceph-mon[117428]: from='client.118266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:32 smithi137 ceph-mon[117020]: from='client.118266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:32 smithi066 ceph-mon[112137]: from='client.118266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:33 smithi203 ceph-mon[117428]: pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:33 smithi137 ceph-mon[117020]: pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:33 smithi066 ceph-mon[112137]: pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:35 smithi203 ceph-mon[117428]: pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:35 smithi137 ceph-mon[117020]: pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:35 smithi066 ceph-mon[112137]: pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:36.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:36.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:36.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:37.261 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:37.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:37.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:37.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:37.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:37 smithi203 ceph-mon[117428]: pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:37 smithi137 ceph-mon[117020]: pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:37 smithi066 ceph-mon[112137]: pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:38 smithi203 ceph-mon[117428]: from='client.118341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:38 smithi137 ceph-mon[117020]: from='client.118341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:38 smithi066 ceph-mon[112137]: from='client.118341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:39 smithi203 ceph-mon[117428]: pgmap v3945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:39 smithi137 ceph-mon[117020]: pgmap v3945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:39 smithi066 ceph-mon[112137]: pgmap v3945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:41 smithi203 ceph-mon[117428]: pgmap v3946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:41 smithi137 ceph-mon[117020]: pgmap v3946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:41 smithi066 ceph-mon[112137]: pgmap v3946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:42.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:42.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:42.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:42.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:42.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:42.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:42.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:42.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:43 smithi203 ceph-mon[117428]: pgmap v3947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:43 smithi203 ceph-mon[117428]: from='client.118416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:43 smithi137 ceph-mon[117020]: pgmap v3947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:43 smithi137 ceph-mon[117020]: from='client.118416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:43 smithi066 ceph-mon[112137]: pgmap v3947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:43 smithi066 ceph-mon[112137]: from='client.118416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:45 smithi203 ceph-mon[117428]: pgmap v3948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:45 smithi137 ceph-mon[117020]: pgmap v3948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:45 smithi066 ceph-mon[112137]: pgmap v3948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:47 smithi203 ceph-mon[117428]: pgmap v3949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:47 smithi137 ceph-mon[117020]: pgmap v3949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:47.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:47.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:47.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:47 smithi066 ceph-mon[112137]: pgmap v3949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:48.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:48.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:48.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:48.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:48.717 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:49 smithi203 ceph-mon[117428]: from='client.118491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:49 smithi203 ceph-mon[117428]: pgmap v3950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:49 smithi137 ceph-mon[117020]: from='client.118491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:49 smithi137 ceph-mon[117020]: pgmap v3950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:49 smithi066 ceph-mon[112137]: from='client.118491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:49 smithi066 ceph-mon[112137]: pgmap v3950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:51 smithi203 ceph-mon[117428]: pgmap v3951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:51 smithi137 ceph-mon[117020]: pgmap v3951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:51 smithi066 ceph-mon[112137]: pgmap v3951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:53 smithi203 ceph-mon[117428]: pgmap v3952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:53 smithi137 ceph-mon[117020]: pgmap v3952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:53 smithi066 ceph-mon[112137]: pgmap v3952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:53.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:53.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:53.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:54.437 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:24:54.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:54.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:54.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:54.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:24:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:55 smithi203 ceph-mon[117428]: from='client.118569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:55 smithi203 ceph-mon[117428]: pgmap v3953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:55 smithi137 ceph-mon[117020]: from='client.118569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:55 smithi137 ceph-mon[117020]: pgmap v3953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:55 smithi066 ceph-mon[112137]: from='client.118569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:55 smithi066 ceph-mon[112137]: pgmap v3953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:57 smithi203 ceph-mon[117428]: pgmap v3954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:57 smithi137 ceph-mon[117020]: pgmap v3954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:57 smithi066 ceph-mon[112137]: pgmap v3954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:59.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:24:59.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:59.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:24:59 smithi203 ceph-mon[117428]: pgmap v3955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:24:59 smithi137 ceph-mon[117020]: pgmap v3955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:24:59 smithi066 ceph-mon[112137]: pgmap v3955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:00.164 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:00.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:00.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:00.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:00.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:00 smithi203 ceph-mon[117428]: from='client.118638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:00 smithi137 ceph-mon[117020]: from='client.118638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:00 smithi066 ceph-mon[112137]: from='client.118638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:01 smithi203 ceph-mon[117428]: pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:01 smithi137 ceph-mon[117020]: pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:01 smithi066 ceph-mon[112137]: pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:03 smithi203 ceph-mon[117428]: pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:03 smithi137 ceph-mon[117020]: pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:03 smithi066 ceph-mon[112137]: pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:05.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:05.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:05.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:05 smithi203 ceph-mon[117428]: pgmap v3958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:05 smithi137 ceph-mon[117020]: pgmap v3958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:05.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:05.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:05.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:05.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:05.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:05 smithi066 ceph-mon[112137]: pgmap v3958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:06 smithi203 ceph-mon[117428]: from='client.118713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:06 smithi137 ceph-mon[117020]: from='client.118713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:06 smithi066 ceph-mon[112137]: from='client.118713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:07 smithi203 ceph-mon[117428]: pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:07 smithi137 ceph-mon[117020]: pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:07 smithi066 ceph-mon[112137]: pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:09 smithi203 ceph-mon[117428]: pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:09 smithi137 ceph-mon[117020]: pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:09 smithi066 ceph-mon[112137]: pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:10.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:10.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:10.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:11.611 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:11.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:11.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:11.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:11.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:11 smithi203 ceph-mon[117428]: pgmap v3961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:11 smithi137 ceph-mon[117020]: pgmap v3961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:11 smithi066 ceph-mon[112137]: pgmap v3961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:12 smithi203 ceph-mon[117428]: from='client.118791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:12 smithi137 ceph-mon[117020]: from='client.118791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:12 smithi066 ceph-mon[112137]: from='client.118791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:13 smithi203 ceph-mon[117428]: pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:13 smithi137 ceph-mon[117020]: pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:13.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:13 smithi066 ceph-mon[112137]: pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:15 smithi203 ceph-mon[117428]: pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:15.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:15 smithi137 ceph-mon[117020]: pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:15 smithi066 ceph-mon[112137]: pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:16.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:16.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:16.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:17.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:17.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:17.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:17.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:17.342 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:17 smithi203 ceph-mon[117428]: pgmap v3964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:17 smithi137 ceph-mon[117020]: pgmap v3964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:17 smithi066 ceph-mon[112137]: pgmap v3964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:18 smithi203 ceph-mon[117428]: from='client.118866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:18 smithi137 ceph-mon[117020]: from='client.118866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:18 smithi066 ceph-mon[112137]: from='client.118866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:19 smithi203 ceph-mon[117428]: pgmap v3965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:19 smithi137 ceph-mon[117020]: pgmap v3965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:19 smithi066 ceph-mon[112137]: pgmap v3965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:21 smithi203 ceph-mon[117428]: pgmap v3966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:25:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:21 smithi137 ceph-mon[117020]: pgmap v3966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:25:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:21 smithi066 ceph-mon[112137]: pgmap v3966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:25:22.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:22.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:22.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:23.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:23.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:23.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:23.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:23.061 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:25:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:25:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:25:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:25:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:25:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:23 smithi203 ceph-mon[117428]: pgmap v3967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:23 smithi203 ceph-mon[117428]: from='client.118944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:23 smithi137 ceph-mon[117020]: pgmap v3967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:23 smithi137 ceph-mon[117020]: from='client.118944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:23 smithi066 ceph-mon[112137]: pgmap v3967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:23 smithi066 ceph-mon[112137]: from='client.118944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:25 smithi203 ceph-mon[117428]: pgmap v3968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:25 smithi137 ceph-mon[117020]: pgmap v3968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:25 smithi066 ceph-mon[112137]: pgmap v3968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:28.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:28.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:28.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:27 smithi203 ceph-mon[117428]: pgmap v3969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:27 smithi137 ceph-mon[117020]: pgmap v3969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:27 smithi066 ceph-mon[112137]: pgmap v3969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:28.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:28.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:28.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:28.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:28.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:29 smithi203 ceph-mon[117428]: from='client.119016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:29 smithi203 ceph-mon[117428]: pgmap v3970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:29 smithi137 ceph-mon[117020]: from='client.119016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:29 smithi137 ceph-mon[117020]: pgmap v3970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:29 smithi066 ceph-mon[112137]: from='client.119016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:29 smithi066 ceph-mon[112137]: pgmap v3970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:31 smithi203 ceph-mon[117428]: pgmap v3971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:31 smithi137 ceph-mon[117020]: pgmap v3971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:31 smithi066 ceph-mon[112137]: pgmap v3971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:33 smithi203 ceph-mon[117428]: pgmap v3972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:33 smithi137 ceph-mon[117020]: pgmap v3972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:33 smithi066 ceph-mon[112137]: pgmap v3972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:33.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:33.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:33.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:34.504 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:34.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:34.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:34.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:34.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:35 smithi203 ceph-mon[117428]: from='client.119091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:35 smithi203 ceph-mon[117428]: pgmap v3973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:35 smithi137 ceph-mon[117020]: from='client.119091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:35 smithi137 ceph-mon[117020]: pgmap v3973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:35 smithi066 ceph-mon[112137]: from='client.119091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:35 smithi066 ceph-mon[112137]: pgmap v3973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:37 smithi203 ceph-mon[117428]: pgmap v3974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:37 smithi137 ceph-mon[117020]: pgmap v3974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:37 smithi066 ceph-mon[112137]: pgmap v3974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:39.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:39.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:39.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:39 smithi203 ceph-mon[117428]: pgmap v3975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:39 smithi137 ceph-mon[117020]: pgmap v3975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:39 smithi066 ceph-mon[112137]: pgmap v3975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:40.227 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:40.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:40.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:40.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:40.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:40 smithi203 ceph-mon[117428]: from='client.119169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:40 smithi137 ceph-mon[117020]: from='client.119169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:40 smithi066 ceph-mon[112137]: from='client.119169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:41 smithi203 ceph-mon[117428]: pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:41 smithi137 ceph-mon[117020]: pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:41 smithi066 ceph-mon[112137]: pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:43 smithi203 ceph-mon[117428]: pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:43 smithi137 ceph-mon[117020]: pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:43 smithi066 ceph-mon[112137]: pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:45.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:45.229 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:45.229 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:45 smithi203 ceph-mon[117428]: pgmap v3978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:45 smithi137 ceph-mon[117020]: pgmap v3978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:45.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:45.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:45.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:45.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:45.955 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:45 smithi066 ceph-mon[112137]: pgmap v3978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:46 smithi203 ceph-mon[117428]: from='client.119241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:46 smithi137 ceph-mon[117020]: from='client.119241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:46 smithi066 ceph-mon[112137]: from='client.119241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:47 smithi203 ceph-mon[117428]: pgmap v3979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:47 smithi137 ceph-mon[117020]: pgmap v3979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:47 smithi066 ceph-mon[112137]: pgmap v3979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:49 smithi203 ceph-mon[117428]: pgmap v3980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:49 smithi137 ceph-mon[117020]: pgmap v3980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:49 smithi066 ceph-mon[112137]: pgmap v3980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:50.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:50.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:50.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:51.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:51.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:51.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:51.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:51.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:51 smithi203 ceph-mon[117428]: pgmap v3981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:51 smithi137 ceph-mon[117020]: pgmap v3981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:51 smithi066 ceph-mon[112137]: pgmap v3981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:52 smithi203 ceph-mon[117428]: from='client.119319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:52 smithi137 ceph-mon[117020]: from='client.119319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:52 smithi066 ceph-mon[112137]: from='client.119319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:53 smithi203 ceph-mon[117428]: pgmap v3982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:53 smithi137 ceph-mon[117020]: pgmap v3982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:53 smithi066 ceph-mon[112137]: pgmap v3982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:55 smithi203 ceph-mon[117428]: pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:55 smithi137 ceph-mon[117020]: pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:55 smithi066 ceph-mon[112137]: pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:56.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:25:56.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:56.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:57.419 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:25:57.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:57.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:57.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:57.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:25:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:57 smithi203 ceph-mon[117428]: pgmap v3984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:57 smithi137 ceph-mon[117020]: pgmap v3984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:57 smithi066 ceph-mon[112137]: pgmap v3984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:58 smithi203 ceph-mon[117428]: from='client.119391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:58 smithi137 ceph-mon[117020]: from='client.119391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:58 smithi066 ceph-mon[112137]: from='client.119391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:25:59 smithi203 ceph-mon[117428]: pgmap v3985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:25:59 smithi137 ceph-mon[117020]: pgmap v3985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:25:59 smithi066 ceph-mon[112137]: pgmap v3985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:01 smithi203 ceph-mon[117428]: pgmap v3986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:01 smithi137 ceph-mon[117020]: pgmap v3986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:01 smithi066 ceph-mon[112137]: pgmap v3986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:02.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:02.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:02.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:03.141 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:03.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:03.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:03.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:03.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:03 smithi203 ceph-mon[117428]: pgmap v3987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:03 smithi203 ceph-mon[117428]: from='client.119466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:03 smithi137 ceph-mon[117020]: pgmap v3987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:03 smithi137 ceph-mon[117020]: from='client.119466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:03 smithi066 ceph-mon[112137]: pgmap v3987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:03 smithi066 ceph-mon[112137]: from='client.119466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:05 smithi203 ceph-mon[117428]: pgmap v3988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:05 smithi137 ceph-mon[117020]: pgmap v3988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:05 smithi066 ceph-mon[112137]: pgmap v3988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:07 smithi203 ceph-mon[117428]: pgmap v3989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:07 smithi137 ceph-mon[117020]: pgmap v3989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:07 smithi066 ceph-mon[112137]: pgmap v3989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:08.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:08.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:08.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:08.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:08.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:08.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:08.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:08.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:09 smithi203 ceph-mon[117428]: pgmap v3990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:09 smithi203 ceph-mon[117428]: from='client.119538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:09 smithi137 ceph-mon[117020]: pgmap v3990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:09 smithi137 ceph-mon[117020]: from='client.119538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:09 smithi066 ceph-mon[112137]: pgmap v3990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:09 smithi066 ceph-mon[112137]: from='client.119538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:11 smithi203 ceph-mon[117428]: pgmap v3991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:11 smithi137 ceph-mon[117020]: pgmap v3991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:11 smithi066 ceph-mon[112137]: pgmap v3991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:13 smithi203 ceph-mon[117428]: pgmap v3992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:13 smithi137 ceph-mon[117020]: pgmap v3992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:13 smithi066 ceph-mon[112137]: pgmap v3992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:13.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:13.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:13.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:14.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:14.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:14.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:14.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:14.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:15 smithi203 ceph-mon[117428]: from='client.119613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:15 smithi203 ceph-mon[117428]: pgmap v3993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:15 smithi137 ceph-mon[117020]: from='client.119613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:15 smithi137 ceph-mon[117020]: pgmap v3993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:15 smithi066 ceph-mon[112137]: from='client.119613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:15 smithi066 ceph-mon[112137]: pgmap v3993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:17 smithi203 ceph-mon[117428]: pgmap v3994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:17.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:17 smithi137 ceph-mon[117020]: pgmap v3994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:17 smithi066 ceph-mon[112137]: pgmap v3994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:19.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:19.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:19.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:19 smithi203 ceph-mon[117428]: pgmap v3995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:19 smithi137 ceph-mon[117020]: pgmap v3995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:19 smithi066 ceph-mon[112137]: pgmap v3995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:20.312 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:20.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:20.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:20.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:20.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:21 smithi203 ceph-mon[117428]: from='client.119688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:21 smithi203 ceph-mon[117428]: pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:21 smithi137 ceph-mon[117020]: from='client.119688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:21 smithi137 ceph-mon[117020]: pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:21 smithi066 ceph-mon[112137]: from='client.119688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:21 smithi066 ceph-mon[112137]: pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:23 smithi203 ceph-mon[117428]: pgmap v3997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:26:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:23 smithi137 ceph-mon[117020]: pgmap v3997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:26:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:23 smithi066 ceph-mon[112137]: pgmap v3997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:26:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:26:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:26:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:26:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:26:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:26:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:26:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:26:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:26:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:26:25.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:25.314 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:25.314 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:25 smithi203 ceph-mon[117428]: pgmap v3998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:25 smithi137 ceph-mon[117020]: pgmap v3998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:25 smithi066 ceph-mon[112137]: pgmap v3998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:26.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:26.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:26.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:26.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:26.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:26 smithi203 ceph-mon[117428]: from='client.119763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:26 smithi137 ceph-mon[117020]: from='client.119763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:26 smithi066 ceph-mon[112137]: from='client.119763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:27 smithi203 ceph-mon[117428]: pgmap v3999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:27 smithi137 ceph-mon[117020]: pgmap v3999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:27 smithi066 ceph-mon[112137]: pgmap v3999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:29 smithi203 ceph-mon[117428]: pgmap v4000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:29 smithi137 ceph-mon[117020]: pgmap v4000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:29 smithi066 ceph-mon[112137]: pgmap v4000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:31.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:31.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:31.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:31.780 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:31.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:31.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:31.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:31.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:31 smithi203 ceph-mon[117428]: pgmap v4001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:31 smithi137 ceph-mon[117020]: pgmap v4001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:31 smithi066 ceph-mon[112137]: pgmap v4001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:32 smithi203 ceph-mon[117428]: from='client.119841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:32 smithi137 ceph-mon[117020]: from='client.119841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:32 smithi066 ceph-mon[112137]: from='client.119841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:33 smithi203 ceph-mon[117428]: pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:33 smithi137 ceph-mon[117020]: pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:33 smithi066 ceph-mon[112137]: pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:35 smithi203 ceph-mon[117428]: pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:35 smithi137 ceph-mon[117020]: pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:35 smithi066 ceph-mon[112137]: pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:36.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:36.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:36.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:37.512 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:37.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:37.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:37.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:37.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:37 smithi203 ceph-mon[117428]: pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:37 smithi137 ceph-mon[117020]: pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:37 smithi066 ceph-mon[112137]: pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:38 smithi203 ceph-mon[117428]: from='client.119916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:38 smithi137 ceph-mon[117020]: from='client.119916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:38 smithi066 ceph-mon[112137]: from='client.119916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:39 smithi203 ceph-mon[117428]: pgmap v4005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:39 smithi137 ceph-mon[117020]: pgmap v4005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:39 smithi066 ceph-mon[112137]: pgmap v4005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:41 smithi203 ceph-mon[117428]: pgmap v4006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:41 smithi137 ceph-mon[117020]: pgmap v4006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:41 smithi066 ceph-mon[112137]: pgmap v4006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:42.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:42.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:42.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:43.244 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:43.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:43.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:43.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:43.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:43 smithi203 ceph-mon[117428]: pgmap v4007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:43 smithi203 ceph-mon[117428]: from='client.119988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:43 smithi137 ceph-mon[117020]: pgmap v4007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:43 smithi137 ceph-mon[117020]: from='client.119988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:43 smithi066 ceph-mon[112137]: pgmap v4007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:43 smithi066 ceph-mon[112137]: from='client.119988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:45 smithi203 ceph-mon[117428]: pgmap v4008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:45 smithi137 ceph-mon[117020]: pgmap v4008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:45 smithi066 ceph-mon[112137]: pgmap v4008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:47 smithi203 ceph-mon[117428]: pgmap v4009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:47 smithi137 ceph-mon[117020]: pgmap v4009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:47 smithi066 ceph-mon[112137]: pgmap v4009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:48.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:48.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:48.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:48.958 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:48.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:48.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:48.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:48.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:49 smithi203 ceph-mon[117428]: pgmap v4010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:49 smithi203 ceph-mon[117428]: from='client.120060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:49 smithi137 ceph-mon[117020]: pgmap v4010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:49 smithi137 ceph-mon[117020]: from='client.120060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:49 smithi066 ceph-mon[112137]: pgmap v4010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:49 smithi066 ceph-mon[112137]: from='client.120060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:51 smithi203 ceph-mon[117428]: pgmap v4011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:51 smithi137 ceph-mon[117020]: pgmap v4011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:51 smithi066 ceph-mon[112137]: pgmap v4011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:53 smithi203 ceph-mon[117428]: pgmap v4012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:53 smithi137 ceph-mon[117020]: pgmap v4012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:53 smithi066 ceph-mon[112137]: pgmap v4012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:53.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:53.960 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:53.960 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:54.678 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:26:54.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:54.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:54.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:54.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:26:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:55 smithi203 ceph-mon[117428]: from='client.120135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:55 smithi203 ceph-mon[117428]: pgmap v4013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:55 smithi137 ceph-mon[117020]: from='client.120135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:55 smithi137 ceph-mon[117020]: pgmap v4013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:55 smithi066 ceph-mon[112137]: from='client.120135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:55 smithi066 ceph-mon[112137]: pgmap v4013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:57 smithi203 ceph-mon[117428]: pgmap v4014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:57 smithi137 ceph-mon[117020]: pgmap v4014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:57 smithi066 ceph-mon[112137]: pgmap v4014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:59.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:26:59.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:59.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:26:59 smithi203 ceph-mon[117428]: pgmap v4015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:26:59 smithi137 ceph-mon[117020]: pgmap v4015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:26:59 smithi066 ceph-mon[112137]: pgmap v4015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:00.409 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:00.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:00.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:00.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:00.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:01 smithi203 ceph-mon[117428]: from='client.120210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:01 smithi203 ceph-mon[117428]: pgmap v4016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:01 smithi137 ceph-mon[117020]: from='client.120210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:01 smithi137 ceph-mon[117020]: pgmap v4016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:01 smithi066 ceph-mon[112137]: from='client.120210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:01 smithi066 ceph-mon[112137]: pgmap v4016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:03 smithi203 ceph-mon[117428]: pgmap v4017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:03 smithi137 ceph-mon[117020]: pgmap v4017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:03 smithi066 ceph-mon[112137]: pgmap v4017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:05.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:05.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:05.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:05 smithi203 ceph-mon[117428]: pgmap v4018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:05 smithi137 ceph-mon[117020]: pgmap v4018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:05 smithi066 ceph-mon[112137]: pgmap v4018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:06.154 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:06.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:06.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:06.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:06.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:06 smithi203 ceph-mon[117428]: from='client.120285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:06 smithi137 ceph-mon[117020]: from='client.120285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:06 smithi066 ceph-mon[112137]: from='client.120285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:07 smithi203 ceph-mon[117428]: pgmap v4019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:07 smithi137 ceph-mon[117020]: pgmap v4019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:07 smithi066 ceph-mon[112137]: pgmap v4019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:09 smithi203 ceph-mon[117428]: pgmap v4020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:09 smithi137 ceph-mon[117020]: pgmap v4020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:09 smithi066 ceph-mon[112137]: pgmap v4020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:11.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:11.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:11.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:11 smithi203 ceph-mon[117428]: pgmap v4021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:11 smithi137 ceph-mon[117020]: pgmap v4021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:11.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:11.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:11.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:11.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:11.883 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:11 smithi066 ceph-mon[112137]: pgmap v4021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:12 smithi203 ceph-mon[117428]: from='client.120363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:12 smithi137 ceph-mon[117020]: from='client.120363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:12 smithi066 ceph-mon[112137]: from='client.120363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:13 smithi203 ceph-mon[117428]: pgmap v4022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:13 smithi137 ceph-mon[117020]: pgmap v4022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:13 smithi066 ceph-mon[112137]: pgmap v4022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:15 smithi203 ceph-mon[117428]: pgmap v4023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:15 smithi137 ceph-mon[117020]: pgmap v4023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:15 smithi066 ceph-mon[112137]: pgmap v4023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:16.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:16.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:16.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:17.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:17.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:17.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:17.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:17.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:17 smithi203 ceph-mon[117428]: pgmap v4024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:17 smithi137 ceph-mon[117020]: pgmap v4024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:17 smithi066 ceph-mon[112137]: pgmap v4024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:18 smithi137 ceph-mon[117020]: from='client.120441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:18 smithi066 ceph-mon[112137]: from='client.120441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:18 smithi203 ceph-mon[117428]: from='client.120441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:19 smithi137 ceph-mon[117020]: pgmap v4025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:19 smithi066 ceph-mon[112137]: pgmap v4025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:19 smithi203 ceph-mon[117428]: pgmap v4025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:21.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:21 smithi137 ceph-mon[117020]: pgmap v4026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:21 smithi066 ceph-mon[112137]: pgmap v4026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:21 smithi203 ceph-mon[117428]: pgmap v4026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:22.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:22.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:22.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:23 smithi203 ceph-mon[117428]: pgmap v4027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:23.362 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:23.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:23.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:23.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:23.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:23 smithi137 ceph-mon[117020]: pgmap v4027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:23 smithi066 ceph-mon[112137]: pgmap v4027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:24 smithi203 ceph-mon[117428]: from='client.120516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:27:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:27:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:27:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:27:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:24 smithi137 ceph-mon[117020]: from='client.120516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:27:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:27:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:27:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:27:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:24 smithi066 ceph-mon[112137]: from='client.120516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:27:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:27:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:27:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:27:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:25 smithi203 ceph-mon[117428]: pgmap v4028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:25 smithi137 ceph-mon[117020]: pgmap v4028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:25 smithi066 ceph-mon[112137]: pgmap v4028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:27 smithi203 ceph-mon[117428]: pgmap v4029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:27 smithi137 ceph-mon[117020]: pgmap v4029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:27 smithi066 ceph-mon[112137]: pgmap v4029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:28.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:28.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:28.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:29.089 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:29.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:29.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:29.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:29.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:29 smithi203 ceph-mon[117428]: pgmap v4030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:29 smithi203 ceph-mon[117428]: from='client.120591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:29 smithi137 ceph-mon[117020]: pgmap v4030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:29 smithi137 ceph-mon[117020]: from='client.120591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:29 smithi066 ceph-mon[112137]: pgmap v4030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:29 smithi066 ceph-mon[112137]: from='client.120591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:31 smithi203 ceph-mon[117428]: pgmap v4031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:31 smithi137 ceph-mon[117020]: pgmap v4031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:31 smithi066 ceph-mon[112137]: pgmap v4031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:33 smithi203 ceph-mon[117428]: pgmap v4032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:33 smithi137 ceph-mon[117020]: pgmap v4032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:33 smithi066 ceph-mon[112137]: pgmap v4032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:34.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:34.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:34.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:34.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:34.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:34.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:34.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:34.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:35 smithi203 ceph-mon[117428]: from='client.120663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:35 smithi203 ceph-mon[117428]: pgmap v4033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:35 smithi137 ceph-mon[117020]: from='client.120663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:35 smithi137 ceph-mon[117020]: pgmap v4033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:35 smithi066 ceph-mon[112137]: from='client.120663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:35 smithi066 ceph-mon[112137]: pgmap v4033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:37 smithi203 ceph-mon[117428]: pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:27:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:37 smithi137 ceph-mon[117020]: pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:27:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:37 smithi066 ceph-mon[112137]: pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:27:39.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:39.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:39.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:39 smithi203 ceph-mon[117428]: pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:27:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:39 smithi137 ceph-mon[117020]: pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:27:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:39 smithi066 ceph-mon[112137]: pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:27:40.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:40.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:40.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:40.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:40.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:41 smithi203 ceph-mon[117428]: from='client.120741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:41 smithi203 ceph-mon[117428]: pgmap v4036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:41 smithi137 ceph-mon[117020]: from='client.120741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:41 smithi137 ceph-mon[117020]: pgmap v4036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:41 smithi066 ceph-mon[112137]: from='client.120741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:41 smithi066 ceph-mon[112137]: pgmap v4036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:43 smithi203 ceph-mon[117428]: pgmap v4037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:43 smithi137 ceph-mon[117020]: pgmap v4037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:43 smithi066 ceph-mon[112137]: pgmap v4037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:45.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:45.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:45.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:45 smithi203 ceph-mon[117428]: pgmap v4038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:45 smithi137 ceph-mon[117020]: pgmap v4038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:45 smithi066 ceph-mon[112137]: pgmap v4038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:46.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:46.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:46.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:46.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:46.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:46 smithi203 ceph-mon[117428]: from='client.120810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:46 smithi137 ceph-mon[117020]: from='client.120810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:46 smithi066 ceph-mon[112137]: from='client.120810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:47 smithi203 ceph-mon[117428]: pgmap v4039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:47 smithi137 ceph-mon[117020]: pgmap v4039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:47 smithi066 ceph-mon[112137]: pgmap v4039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:49 smithi203 ceph-mon[117428]: pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:27:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:49 smithi137 ceph-mon[117020]: pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:27:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:49 smithi066 ceph-mon[112137]: pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:27:51.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:51.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:51.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:51 smithi203 ceph-mon[117428]: pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:27:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:51 smithi137 ceph-mon[117020]: pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:27:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:51 smithi066 ceph-mon[112137]: pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:27:52.001 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:52.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:52.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:52.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:52.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:52 smithi137 ceph-mon[117020]: from='client.120882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:52 smithi066 ceph-mon[112137]: from='client.120882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:52 smithi203 ceph-mon[117428]: from='client.120882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:53 smithi137 ceph-mon[117020]: pgmap v4042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:53 smithi066 ceph-mon[112137]: pgmap v4042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:53 smithi203 ceph-mon[117428]: pgmap v4042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:55 smithi137 ceph-mon[117020]: pgmap v4043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:55 smithi066 ceph-mon[112137]: pgmap v4043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:55 smithi203 ceph-mon[117428]: pgmap v4043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:57.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:27:57.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:57.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:57.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:57.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:57.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:57.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:27:57.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:27:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:57 smithi137 ceph-mon[117020]: pgmap v4044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:57 smithi066 ceph-mon[112137]: pgmap v4044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:57 smithi203 ceph-mon[117428]: pgmap v4044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:58 smithi137 ceph-mon[117020]: from='client.120960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:58 smithi066 ceph-mon[112137]: from='client.120960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:58 smithi203 ceph-mon[117428]: from='client.120960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:27:59 smithi137 ceph-mon[117020]: pgmap v4045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:27:59 smithi066 ceph-mon[112137]: pgmap v4045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:00.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:27:59 smithi203 ceph-mon[117428]: pgmap v4045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:01 smithi137 ceph-mon[117020]: pgmap v4046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:01 smithi066 ceph-mon[112137]: pgmap v4046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:01 smithi203 ceph-mon[117428]: pgmap v4046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:02.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:02.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:02.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:03 smithi203 ceph-mon[117428]: pgmap v4047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:03 smithi137 ceph-mon[117020]: pgmap v4047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:03.454 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:03.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:03.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:03.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:03.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:03 smithi066 ceph-mon[112137]: pgmap v4047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:04 smithi203 ceph-mon[117428]: from='client.121035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:04 smithi137 ceph-mon[117020]: from='client.121035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:04 smithi066 ceph-mon[112137]: from='client.121035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:05 smithi203 ceph-mon[117428]: pgmap v4048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:05 smithi137 ceph-mon[117020]: pgmap v4048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:05 smithi066 ceph-mon[112137]: pgmap v4048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:07 smithi203 ceph-mon[117428]: pgmap v4049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:07 smithi137 ceph-mon[117020]: pgmap v4049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:07 smithi066 ceph-mon[112137]: pgmap v4049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:08.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:08.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:08.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:09.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:09.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:09.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:09.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:09.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:09 smithi203 ceph-mon[117428]: pgmap v4050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:09 smithi203 ceph-mon[117428]: from='client.121110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:09 smithi137 ceph-mon[117020]: pgmap v4050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:09 smithi137 ceph-mon[117020]: from='client.121110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:09 smithi066 ceph-mon[112137]: pgmap v4050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:09 smithi066 ceph-mon[112137]: from='client.121110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:11 smithi203 ceph-mon[117428]: pgmap v4051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:11 smithi137 ceph-mon[117020]: pgmap v4051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:11 smithi066 ceph-mon[112137]: pgmap v4051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:13 smithi203 ceph-mon[117428]: pgmap v4052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:13 smithi137 ceph-mon[117020]: pgmap v4052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:13 smithi066 ceph-mon[112137]: pgmap v4052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:14.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:14.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:14.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:14.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:14.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:14.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:14.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:14.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:15 smithi203 ceph-mon[117428]: pgmap v4053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:15 smithi203 ceph-mon[117428]: from='client.121185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:15 smithi137 ceph-mon[117020]: pgmap v4053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:15 smithi137 ceph-mon[117020]: from='client.121185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:15 smithi066 ceph-mon[112137]: pgmap v4053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:15 smithi066 ceph-mon[112137]: from='client.121185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:17 smithi203 ceph-mon[117428]: pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:28:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:17 smithi137 ceph-mon[117020]: pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:28:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:17 smithi066 ceph-mon[112137]: pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:28:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:19 smithi137 ceph-mon[117020]: pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:28:19.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:19.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:19.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:19 smithi066 ceph-mon[112137]: pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:28:20.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:19 smithi203 ceph-mon[117428]: pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:28:20.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:20.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:20.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:20.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:20.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:21 smithi137 ceph-mon[117020]: from='client.121263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:21.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:21 smithi137 ceph-mon[117020]: pgmap v4056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:21 smithi066 ceph-mon[112137]: from='client.121263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:21 smithi066 ceph-mon[112137]: pgmap v4056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:21 smithi203 ceph-mon[117428]: from='client.121263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:21 smithi203 ceph-mon[117428]: pgmap v4056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:23 smithi203 ceph-mon[117428]: pgmap v4057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:23 smithi137 ceph-mon[117020]: pgmap v4057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:23 smithi066 ceph-mon[112137]: pgmap v4057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:28:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:28:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:28:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:28:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:28:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:28:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:25 smithi137 ceph-mon[117020]: pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:28:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:28:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:28:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:25 smithi066 ceph-mon[112137]: pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:28:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:28:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:28:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:25 smithi203 ceph-mon[117428]: pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:25.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:25.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:25.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:26.360 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:26.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:26.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:26.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:26.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:27 smithi203 ceph-mon[117428]: from='client.121341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:27 smithi203 ceph-mon[117428]: pgmap v4059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:27 smithi137 ceph-mon[117020]: from='client.121341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:27 smithi137 ceph-mon[117020]: pgmap v4059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:27 smithi066 ceph-mon[112137]: from='client.121341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:27 smithi066 ceph-mon[112137]: pgmap v4059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:29 smithi137 ceph-mon[117020]: pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:28:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:29 smithi066 ceph-mon[112137]: pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:28:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:29 smithi203 ceph-mon[117428]: pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:28:31.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:31.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:31.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:31 smithi137 ceph-mon[117020]: pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:28:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:31 smithi066 ceph-mon[112137]: pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:28:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:31 smithi203 ceph-mon[117428]: pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:28:32.085 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:32.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:32.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:32.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:32.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:32 smithi137 ceph-mon[117020]: from='client.121410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:32 smithi066 ceph-mon[112137]: from='client.121410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:32 smithi203 ceph-mon[117428]: from='client.121410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:33 smithi137 ceph-mon[117020]: pgmap v4062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:33 smithi066 ceph-mon[112137]: pgmap v4062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:33 smithi203 ceph-mon[117428]: pgmap v4062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:35 smithi137 ceph-mon[117020]: pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:35 smithi066 ceph-mon[112137]: pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:35 smithi203 ceph-mon[117428]: pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:37.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:37.088 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:37.088 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:37.808 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:37.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:37.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:37.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:37.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:37 smithi137 ceph-mon[117020]: pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:37 smithi066 ceph-mon[112137]: pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:37 smithi203 ceph-mon[117428]: pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:38 smithi137 ceph-mon[117020]: from='client.121482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:38 smithi066 ceph-mon[112137]: from='client.121482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:38 smithi203 ceph-mon[117428]: from='client.121482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:39 smithi137 ceph-mon[117020]: pgmap v4065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:39 smithi066 ceph-mon[112137]: pgmap v4065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:39 smithi203 ceph-mon[117428]: pgmap v4065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:41 smithi137 ceph-mon[117020]: pgmap v4066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:41 smithi066 ceph-mon[112137]: pgmap v4066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:41 smithi203 ceph-mon[117428]: pgmap v4066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:42.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:42.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:42.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:43 smithi203 ceph-mon[117428]: pgmap v4067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:43 smithi137 ceph-mon[117020]: pgmap v4067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:43 smithi066 ceph-mon[112137]: pgmap v4067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:43.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:43.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:43.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:43.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:43.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:44 smithi203 ceph-mon[117428]: from='client.121560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:44 smithi137 ceph-mon[117020]: from='client.121560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:44 smithi066 ceph-mon[112137]: from='client.121560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:45 smithi137 ceph-mon[117020]: pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:45 smithi066 ceph-mon[112137]: pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:45 smithi203 ceph-mon[117428]: pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:47 smithi137 ceph-mon[117020]: pgmap v4069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:47 smithi066 ceph-mon[112137]: pgmap v4069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:47 smithi203 ceph-mon[117428]: pgmap v4069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:48.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:48.529 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:48.529 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:49.250 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:49.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:49.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:49.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:49.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:49 smithi137 ceph-mon[117020]: pgmap v4070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:49.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:49 smithi137 ceph-mon[117020]: from='client.121638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:49 smithi066 ceph-mon[112137]: pgmap v4070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:49 smithi066 ceph-mon[112137]: from='client.121638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:49 smithi203 ceph-mon[117428]: pgmap v4070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:49 smithi203 ceph-mon[117428]: from='client.121638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:51 smithi137 ceph-mon[117020]: pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:51 smithi066 ceph-mon[112137]: pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:51 smithi203 ceph-mon[117428]: pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:53 smithi137 ceph-mon[117020]: pgmap v4072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:53 smithi066 ceph-mon[112137]: pgmap v4072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:53 smithi203 ceph-mon[117428]: pgmap v4072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:54.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:54.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:54.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:54.980 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:28:54.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:54.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:54.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:54.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:28:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:55 smithi137 ceph-mon[117020]: pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:55 smithi137 ceph-mon[117020]: from='client.121716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:55 smithi066 ceph-mon[112137]: pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:55 smithi066 ceph-mon[112137]: from='client.121716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:55 smithi203 ceph-mon[117428]: pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:55 smithi203 ceph-mon[117428]: from='client.121716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:57 smithi137 ceph-mon[117020]: pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:57 smithi066 ceph-mon[112137]: pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:57 smithi203 ceph-mon[117428]: pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:28:59 smithi137 ceph-mon[117020]: pgmap v4075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:59.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:28:59.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:59.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:28:59 smithi066 ceph-mon[112137]: pgmap v4075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:28:59 smithi203 ceph-mon[117428]: pgmap v4075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:00.706 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:00.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:00.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:00.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:00.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:01 smithi137 ceph-mon[117020]: from='client.121791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:01 smithi137 ceph-mon[117020]: pgmap v4076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:01 smithi066 ceph-mon[112137]: from='client.121791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:01 smithi066 ceph-mon[112137]: pgmap v4076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:01 smithi203 ceph-mon[117428]: from='client.121791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:01 smithi203 ceph-mon[117428]: pgmap v4076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:03 smithi137 ceph-mon[117020]: pgmap v4077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:03 smithi066 ceph-mon[112137]: pgmap v4077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:03 smithi203 ceph-mon[117428]: pgmap v4077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:05.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:05.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:05.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:05 smithi137 ceph-mon[117020]: pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:05 smithi066 ceph-mon[112137]: pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:05 smithi203 ceph-mon[117428]: pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:06.426 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:07 smithi137 ceph-mon[117020]: from='client.121866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:07 smithi137 ceph-mon[117020]: pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:07 smithi066 ceph-mon[112137]: from='client.121866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:07 smithi066 ceph-mon[112137]: pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:07 smithi203 ceph-mon[117428]: from='client.121866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:07 smithi203 ceph-mon[117428]: pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:09 smithi137 ceph-mon[117020]: pgmap v4080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:09 smithi066 ceph-mon[112137]: pgmap v4080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:09 smithi203 ceph-mon[117428]: pgmap v4080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:11.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:11.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:11.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:11 smithi137 ceph-mon[117020]: pgmap v4081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:11 smithi066 ceph-mon[112137]: pgmap v4081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:11 smithi203 ceph-mon[117428]: pgmap v4081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:12.147 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:12.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:12.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:12.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:12.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:12 smithi137 ceph-mon[117020]: from='client.121938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:12 smithi066 ceph-mon[112137]: from='client.121938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:12 smithi203 ceph-mon[117428]: from='client.121938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:13 smithi137 ceph-mon[117020]: pgmap v4082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:13 smithi066 ceph-mon[112137]: pgmap v4082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:13 smithi203 ceph-mon[117428]: pgmap v4082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:15 smithi137 ceph-mon[117020]: pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:15 smithi066 ceph-mon[112137]: pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:15 smithi203 ceph-mon[117428]: pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:17.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:17.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:17.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:17 smithi137 ceph-mon[117020]: pgmap v4084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:17.874 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:17.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:17.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:17.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:17.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:17 smithi066 ceph-mon[112137]: pgmap v4084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:17 smithi203 ceph-mon[117428]: pgmap v4084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:18 smithi137 ceph-mon[117020]: from='client.122016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:18 smithi066 ceph-mon[112137]: from='client.122016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:18 smithi203 ceph-mon[117428]: from='client.122016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:19 smithi137 ceph-mon[117020]: pgmap v4085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:19 smithi066 ceph-mon[112137]: pgmap v4085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:19 smithi203 ceph-mon[117428]: pgmap v4085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:21 smithi137 ceph-mon[117020]: pgmap v4086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:21 smithi066 ceph-mon[112137]: pgmap v4086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:21 smithi203 ceph-mon[117428]: pgmap v4086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:22.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:22.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:22.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:23 smithi137 ceph-mon[117020]: pgmap v4087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:23 smithi066 ceph-mon[112137]: pgmap v4087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:23 smithi203 ceph-mon[117428]: pgmap v4087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:23.599 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:23.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:23.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:23.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:23.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:24 smithi137 ceph-mon[117020]: from='client.122094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:24 smithi066 ceph-mon[112137]: from='client.122094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:24.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:24 smithi203 ceph-mon[117428]: from='client.122094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:25 smithi137 ceph-mon[117020]: pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:29:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:25 smithi066 ceph-mon[112137]: pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:29:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:25 smithi203 ceph-mon[117428]: pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:29:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:29:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:29:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:29:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:29:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:29:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:29:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:29:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:29:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:29:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:27 smithi137 ceph-mon[117020]: pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:27 smithi066 ceph-mon[112137]: pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:27 smithi203 ceph-mon[117428]: pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:28.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:28.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:28.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:29.320 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:29.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:29.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:29.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:29.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:29 smithi137 ceph-mon[117020]: pgmap v4090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:29 smithi066 ceph-mon[112137]: pgmap v4090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:29 smithi203 ceph-mon[117428]: pgmap v4090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:30 smithi137 ceph-mon[117020]: from='client.122172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:30 smithi066 ceph-mon[112137]: from='client.122172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:30 smithi203 ceph-mon[117428]: from='client.122172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:31 smithi137 ceph-mon[117020]: pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:31 smithi066 ceph-mon[112137]: pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:31 smithi203 ceph-mon[117428]: pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:33 smithi137 ceph-mon[117020]: pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:33 smithi066 ceph-mon[112137]: pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:33 smithi203 ceph-mon[117428]: pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:34.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:34.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:34.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:35.041 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:35.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:35.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:35.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:35.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:35 smithi137 ceph-mon[117020]: pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:35 smithi137 ceph-mon[117020]: from='client.122247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:35 smithi066 ceph-mon[112137]: pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:35 smithi066 ceph-mon[112137]: from='client.122247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:35 smithi203 ceph-mon[117428]: pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:35 smithi203 ceph-mon[117428]: from='client.122247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:37 smithi137 ceph-mon[117020]: pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:37 smithi066 ceph-mon[112137]: pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:37 smithi203 ceph-mon[117428]: pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:39 smithi137 ceph-mon[117020]: pgmap v4095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:39 smithi066 ceph-mon[112137]: pgmap v4095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:40.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:40.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:40.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:39 smithi203 ceph-mon[117428]: pgmap v4095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:40.797 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:40.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:40.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:40.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:40.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:41 smithi137 ceph-mon[117020]: from='client.122319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:41 smithi137 ceph-mon[117020]: pgmap v4096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:41 smithi066 ceph-mon[112137]: from='client.122319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:41 smithi066 ceph-mon[112137]: pgmap v4096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:41 smithi203 ceph-mon[117428]: from='client.122319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:41 smithi203 ceph-mon[117428]: pgmap v4096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:43 smithi137 ceph-mon[117020]: pgmap v4097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:43 smithi066 ceph-mon[112137]: pgmap v4097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:43.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:43 smithi203 ceph-mon[117428]: pgmap v4097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:45.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:45.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:45.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:45 smithi137 ceph-mon[117020]: pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:45 smithi066 ceph-mon[112137]: pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:45 smithi203 ceph-mon[117428]: pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:46.531 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:46.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:46.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:46.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:46.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:47 smithi137 ceph-mon[117020]: from='client.122397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:47 smithi137 ceph-mon[117020]: pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:47 smithi066 ceph-mon[112137]: from='client.122397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:47 smithi066 ceph-mon[112137]: pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:47 smithi203 ceph-mon[117428]: from='client.122397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:47 smithi203 ceph-mon[117428]: pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:49 smithi137 ceph-mon[117020]: pgmap v4100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:49 smithi066 ceph-mon[112137]: pgmap v4100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:49 smithi203 ceph-mon[117428]: pgmap v4100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:51.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:51.533 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:51.533 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:51 smithi137 ceph-mon[117020]: pgmap v4101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:51 smithi066 ceph-mon[112137]: pgmap v4101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:51 smithi203 ceph-mon[117428]: pgmap v4101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:52.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:52.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:52.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:52.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:52.279 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:52 smithi137 ceph-mon[117020]: from='client.122472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:52 smithi066 ceph-mon[112137]: from='client.122472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:52 smithi203 ceph-mon[117428]: from='client.122472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:53 smithi137 ceph-mon[117020]: pgmap v4102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:53 smithi066 ceph-mon[112137]: pgmap v4102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:53 smithi203 ceph-mon[117428]: pgmap v4102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:55 smithi137 ceph-mon[117020]: pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:55 smithi066 ceph-mon[112137]: pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:55 smithi203 ceph-mon[117428]: pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:57.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:29:57.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:57.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:57 smithi137 ceph-mon[117020]: pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:57 smithi066 ceph-mon[112137]: pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:57.996 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:29:57.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:57.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:57.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:57.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:29:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:57 smithi203 ceph-mon[117428]: pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:58 smithi137 ceph-mon[117020]: from='client.122550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:58 smithi066 ceph-mon[112137]: from='client.122550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:58 smithi203 ceph-mon[117428]: from='client.122550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:29:59 smithi137 ceph-mon[117020]: pgmap v4105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:29:59 smithi066 ceph-mon[112137]: pgmap v4105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:29:59 smithi203 ceph-mon[117428]: pgmap v4105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T19:30:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T19:30:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T19:30:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:01 smithi137 ceph-mon[117020]: pgmap v4106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:01 smithi066 ceph-mon[112137]: pgmap v4106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:01 smithi203 ceph-mon[117428]: pgmap v4106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:02.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:02.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:02.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:03 smithi137 ceph-mon[117020]: pgmap v4107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:03 smithi066 ceph-mon[112137]: pgmap v4107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:03 smithi203 ceph-mon[117428]: pgmap v4107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:03.718 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:03.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:03.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:03.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:03.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:04 smithi137 ceph-mon[117020]: from='client.122628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:04 smithi066 ceph-mon[112137]: from='client.122628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:04 smithi203 ceph-mon[117428]: from='client.122628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:05 smithi137 ceph-mon[117020]: pgmap v4108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:05 smithi066 ceph-mon[112137]: pgmap v4108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:05 smithi203 ceph-mon[117428]: pgmap v4108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:07 smithi137 ceph-mon[117020]: pgmap v4109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:07 smithi066 ceph-mon[112137]: pgmap v4109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:07 smithi203 ceph-mon[117428]: pgmap v4109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:08.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:08.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:08.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:09.450 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:09.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:09.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:09.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:09.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:09.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:09 smithi137 ceph-mon[117020]: pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:09 smithi066 ceph-mon[112137]: pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:09 smithi203 ceph-mon[117428]: pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:10 smithi137 ceph-mon[117020]: from='client.122703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:10 smithi066 ceph-mon[112137]: from='client.122703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:10 smithi203 ceph-mon[117428]: from='client.122703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:11 smithi137 ceph-mon[117020]: pgmap v4111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:11 smithi066 ceph-mon[112137]: pgmap v4111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:11 smithi203 ceph-mon[117428]: pgmap v4111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:13 smithi137 ceph-mon[117020]: pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:13 smithi066 ceph-mon[112137]: pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:13 smithi203 ceph-mon[117428]: pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:14.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:14.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:14.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:15.169 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:15.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:15.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:15.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:15.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:15 smithi137 ceph-mon[117020]: pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:15 smithi137 ceph-mon[117020]: from='client.122781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:15 smithi066 ceph-mon[112137]: pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:15 smithi066 ceph-mon[112137]: from='client.122781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:15 smithi203 ceph-mon[117428]: pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:15 smithi203 ceph-mon[117428]: from='client.122781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:17 smithi137 ceph-mon[117020]: pgmap v4114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:17 smithi066 ceph-mon[112137]: pgmap v4114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:17 smithi203 ceph-mon[117428]: pgmap v4114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:19.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:19 smithi137 ceph-mon[117020]: pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:19 smithi066 ceph-mon[112137]: pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:19 smithi203 ceph-mon[117428]: pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:20.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:20.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:20.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:20.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:20.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:20.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:20.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:20.896 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:21 smithi137 ceph-mon[117020]: from='client.122856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:21 smithi137 ceph-mon[117020]: pgmap v4116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:21 smithi066 ceph-mon[112137]: from='client.122856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:21 smithi066 ceph-mon[112137]: pgmap v4116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:21 smithi203 ceph-mon[117428]: from='client.122856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:21 smithi203 ceph-mon[117428]: pgmap v4116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:23 smithi137 ceph-mon[117020]: pgmap v4117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:23 smithi066 ceph-mon[112137]: pgmap v4117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:23 smithi203 ceph-mon[117428]: pgmap v4117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:25 smithi137 ceph-mon[117020]: pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:30:25.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:25.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:25.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:25 smithi066 ceph-mon[112137]: pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:25.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:30:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:25 smithi203 ceph-mon[117428]: pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:30:26.621 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:26.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:26.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:26.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:26.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:30:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:30:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:30:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:30:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:30:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:30:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:30:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:30:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:30:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:27 smithi066 ceph-mon[112137]: from='client.122931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:27 smithi066 ceph-mon[112137]: pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:27 smithi203 ceph-mon[117428]: from='client.122931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:27 smithi203 ceph-mon[117428]: pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:27 smithi137 ceph-mon[117020]: from='client.122931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:27 smithi137 ceph-mon[117020]: pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:29 smithi066 ceph-mon[112137]: pgmap v4120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:29 smithi203 ceph-mon[117428]: pgmap v4120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:29 smithi137 ceph-mon[117020]: pgmap v4120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:31.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:31.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:31.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:31 smithi066 ceph-mon[112137]: pgmap v4121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:31 smithi203 ceph-mon[117428]: pgmap v4121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:32.344 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:32.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:32.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:32.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:32.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:31 smithi137 ceph-mon[117020]: pgmap v4121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:33 smithi137 ceph-mon[117020]: from='client.123000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:33 smithi137 ceph-mon[117020]: pgmap v4122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:33 smithi066 ceph-mon[112137]: from='client.123000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:33 smithi066 ceph-mon[112137]: pgmap v4122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:33 smithi203 ceph-mon[117428]: from='client.123000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:33 smithi203 ceph-mon[117428]: pgmap v4122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:35 smithi137 ceph-mon[117020]: pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:35 smithi066 ceph-mon[112137]: pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:35 smithi203 ceph-mon[117428]: pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:37.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:37.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:37.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:37 smithi137 ceph-mon[117020]: pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:37 smithi066 ceph-mon[112137]: pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:38.068 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:38.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:38.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:38.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:38.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:37 smithi203 ceph-mon[117428]: pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:38 smithi137 ceph-mon[117020]: from='client.123075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:38 smithi066 ceph-mon[112137]: from='client.123075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:38 smithi203 ceph-mon[117428]: from='client.123075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:39 smithi137 ceph-mon[117020]: pgmap v4125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:39 smithi066 ceph-mon[112137]: pgmap v4125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:39 smithi203 ceph-mon[117428]: pgmap v4125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:41 smithi137 ceph-mon[117020]: pgmap v4126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:41 smithi066 ceph-mon[112137]: pgmap v4126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:42.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:41 smithi203 ceph-mon[117428]: pgmap v4126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:43.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:43.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:43.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:43 smithi137 ceph-mon[117020]: pgmap v4127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:43 smithi066 ceph-mon[112137]: pgmap v4127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:43 smithi203 ceph-mon[117428]: pgmap v4127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:43.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:43.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:43.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:43.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:43.798 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:44 smithi137 ceph-mon[117020]: from='client.123153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:44 smithi066 ceph-mon[112137]: from='client.123153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:44 smithi203 ceph-mon[117428]: from='client.123153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:45 smithi137 ceph-mon[117020]: pgmap v4128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:45 smithi066 ceph-mon[112137]: pgmap v4128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:45 smithi203 ceph-mon[117428]: pgmap v4128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:47 smithi137 ceph-mon[117020]: pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:47 smithi066 ceph-mon[112137]: pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:47 smithi203 ceph-mon[117428]: pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:48.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:48.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:48.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:49.524 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:49.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:49.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:49.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:49.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:49 smithi137 ceph-mon[117020]: pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:49 smithi066 ceph-mon[112137]: pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:49 smithi203 ceph-mon[117428]: pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:50 smithi137 ceph-mon[117020]: from='client.123228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:50 smithi066 ceph-mon[112137]: from='client.123228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:51.078 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:50 smithi203 ceph-mon[117428]: from='client.123228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:51 smithi137 ceph-mon[117020]: pgmap v4131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:51 smithi066 ceph-mon[112137]: pgmap v4131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:51 smithi203 ceph-mon[117428]: pgmap v4131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:53 smithi137 ceph-mon[117020]: pgmap v4132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:53 smithi066 ceph-mon[112137]: pgmap v4132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:53 smithi203 ceph-mon[117428]: pgmap v4132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:54.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:30:54.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:54.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:55.269 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:30:55.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:55.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:55.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:55.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:30:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:55 smithi137 ceph-mon[117020]: pgmap v4133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:55 smithi137 ceph-mon[117020]: from='client.123306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:55 smithi066 ceph-mon[112137]: pgmap v4133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:55 smithi066 ceph-mon[112137]: from='client.123306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:55 smithi203 ceph-mon[117428]: pgmap v4133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:55 smithi203 ceph-mon[117428]: from='client.123306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:57 smithi137 ceph-mon[117020]: pgmap v4134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:57 smithi066 ceph-mon[112137]: pgmap v4134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:57 smithi203 ceph-mon[117428]: pgmap v4134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:30:59 smithi137 ceph-mon[117020]: pgmap v4135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:30:59 smithi066 ceph-mon[112137]: pgmap v4135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:30:59 smithi203 ceph-mon[117428]: pgmap v4135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:00.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:00.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:00.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:00.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:00.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:00.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:00.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:00.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:01 smithi137 ceph-mon[117020]: pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:01 smithi137 ceph-mon[117020]: from='client.123378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:01 smithi066 ceph-mon[112137]: pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:01 smithi066 ceph-mon[112137]: from='client.123378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:01 smithi203 ceph-mon[117428]: pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:01 smithi203 ceph-mon[117428]: from='client.123378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:03 smithi137 ceph-mon[117020]: pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:03 smithi066 ceph-mon[112137]: pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:03 smithi203 ceph-mon[117428]: pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:05 smithi137 ceph-mon[117020]: pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:05 smithi066 ceph-mon[112137]: pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:05.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:05.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:05.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:05 smithi203 ceph-mon[117428]: pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:06.715 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:06.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:06.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:06.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:06.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:07 smithi137 ceph-mon[117020]: from='client.123450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:07 smithi137 ceph-mon[117020]: pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:07 smithi066 ceph-mon[112137]: from='client.123450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:07 smithi066 ceph-mon[112137]: pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:07 smithi203 ceph-mon[117428]: from='client.123450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:07 smithi203 ceph-mon[117428]: pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:09 smithi137 ceph-mon[117020]: pgmap v4140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:09 smithi066 ceph-mon[112137]: pgmap v4140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:09 smithi203 ceph-mon[117428]: pgmap v4140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:11.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:11.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:11.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:11 smithi137 ceph-mon[117020]: pgmap v4141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:11 smithi066 ceph-mon[112137]: pgmap v4141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:11 smithi203 ceph-mon[117428]: pgmap v4141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:12.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:12.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:12.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:12.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:12.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:13 smithi137 ceph-mon[117020]: from='client.123528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:13 smithi137 ceph-mon[117020]: pgmap v4142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:13 smithi066 ceph-mon[112137]: from='client.123528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:13 smithi066 ceph-mon[112137]: pgmap v4142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:13 smithi203 ceph-mon[117428]: from='client.123528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:13 smithi203 ceph-mon[117428]: pgmap v4142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:15 smithi137 ceph-mon[117020]: pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:15 smithi066 ceph-mon[112137]: pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:15 smithi203 ceph-mon[117428]: pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:17.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:17.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:17.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:17 smithi137 ceph-mon[117020]: pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:17 smithi066 ceph-mon[112137]: pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:17 smithi203 ceph-mon[117428]: pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:18.178 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:18.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:18.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:18.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:18.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:18 smithi137 ceph-mon[117020]: from='client.123603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:18 smithi066 ceph-mon[112137]: from='client.123603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:18 smithi203 ceph-mon[117428]: from='client.123603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:19 smithi137 ceph-mon[117020]: pgmap v4145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:19 smithi066 ceph-mon[112137]: pgmap v4145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:19 smithi203 ceph-mon[117428]: pgmap v4145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:21 smithi137 ceph-mon[117020]: pgmap v4146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:21 smithi066 ceph-mon[112137]: pgmap v4146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:21 smithi203 ceph-mon[117428]: pgmap v4146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:23.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:23.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:23.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:23 smithi137 ceph-mon[117020]: pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:23 smithi066 ceph-mon[112137]: pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:23 smithi203 ceph-mon[117428]: pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:23.895 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:23.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:23.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:23.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:23.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:24 smithi137 ceph-mon[117020]: from='client.123675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:24 smithi066 ceph-mon[112137]: from='client.123675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:24 smithi203 ceph-mon[117428]: from='client.123675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:25 smithi137 ceph-mon[117020]: pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:25 smithi066 ceph-mon[112137]: pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:25.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:25 smithi203 ceph-mon[117428]: pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:31:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:31:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:31:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:27 smithi066 ceph-mon[112137]: pgmap v4149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:31:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:31:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:31:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:27 smithi203 ceph-mon[117428]: pgmap v4149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:31:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:31:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:31:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:27 smithi137 ceph-mon[117020]: pgmap v4149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:31:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:31:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:31:28.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:28.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:28.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:29.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:29.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:29.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:29.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:29.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:29 smithi137 ceph-mon[117020]: pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:29 smithi066 ceph-mon[112137]: pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:29 smithi203 ceph-mon[117428]: pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:30 smithi137 ceph-mon[117020]: from='client.123750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:30 smithi066 ceph-mon[112137]: from='client.123750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:30 smithi203 ceph-mon[117428]: from='client.123750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:31 smithi137 ceph-mon[117020]: pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:31:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:31 smithi066 ceph-mon[112137]: pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:31:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:31 smithi203 ceph-mon[117428]: pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:31:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:33 smithi137 ceph-mon[117020]: pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:33 smithi066 ceph-mon[112137]: pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:33 smithi203 ceph-mon[117428]: pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:34.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:34.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:34.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:35.360 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:35.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:35.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:35.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:35.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:35 smithi137 ceph-mon[117020]: pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:35 smithi066 ceph-mon[112137]: pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:35 smithi203 ceph-mon[117428]: pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:31:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:36 smithi137 ceph-mon[117020]: from='client.123825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:36 smithi066 ceph-mon[112137]: from='client.123825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:36 smithi203 ceph-mon[117428]: from='client.123825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:37 smithi137 ceph-mon[117020]: pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:37 smithi066 ceph-mon[112137]: pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:37 smithi203 ceph-mon[117428]: pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:39 smithi066 ceph-mon[112137]: pgmap v4155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:39 smithi203 ceph-mon[117428]: pgmap v4155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:39 smithi137 ceph-mon[117020]: pgmap v4155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:40.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:40.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:40.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:41.092 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:41.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:41.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:41.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:41.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:41 smithi066 ceph-mon[112137]: pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:41 smithi066 ceph-mon[112137]: from='client.123900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:42.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:41 smithi203 ceph-mon[117428]: pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:41 smithi203 ceph-mon[117428]: from='client.123900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:41 smithi137 ceph-mon[117020]: pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:41 smithi137 ceph-mon[117020]: from='client.123900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:43 smithi137 ceph-mon[117020]: pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:31:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:43 smithi066 ceph-mon[112137]: pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:31:43.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:43 smithi203 ceph-mon[117428]: pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:31:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:45 smithi137 ceph-mon[117020]: pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:31:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:45 smithi066 ceph-mon[112137]: pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:31:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:45 smithi203 ceph-mon[117428]: pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:31:46.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:46.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:46.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:46.814 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:46.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:46.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:46.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:46.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:47 smithi137 ceph-mon[117020]: from='client.123978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:47 smithi137 ceph-mon[117020]: pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:31:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:47 smithi066 ceph-mon[112137]: from='client.123978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:47 smithi066 ceph-mon[112137]: pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:31:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:47 smithi203 ceph-mon[117428]: from='client.123978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:47 smithi203 ceph-mon[117428]: pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:31:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:49 smithi137 ceph-mon[117020]: pgmap v4160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:49 smithi066 ceph-mon[112137]: pgmap v4160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:49 smithi203 ceph-mon[117428]: pgmap v4160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:51.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:51.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:51.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:51 smithi066 ceph-mon[112137]: pgmap v4161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:51 smithi203 ceph-mon[117428]: pgmap v4161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:51 smithi137 ceph-mon[117020]: pgmap v4161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:52.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:52.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:52.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:52.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:52.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:53 smithi137 ceph-mon[117020]: from='client.124053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:53.410 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:53 smithi137 ceph-mon[117020]: pgmap v4162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:53 smithi066 ceph-mon[112137]: from='client.124053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:53 smithi066 ceph-mon[112137]: pgmap v4162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:53 smithi203 ceph-mon[117428]: from='client.124053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:53 smithi203 ceph-mon[117428]: pgmap v4162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:55 smithi137 ceph-mon[117020]: pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:55 smithi066 ceph-mon[112137]: pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:55 smithi203 ceph-mon[117428]: pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:57.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:31:57.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:57.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:57 smithi066 ceph-mon[112137]: pgmap v4164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:57 smithi203 ceph-mon[117428]: pgmap v4164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:57 smithi137 ceph-mon[117020]: pgmap v4164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:58.280 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:31:58.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:58.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:58.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:58.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:31:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:58 smithi066 ceph-mon[112137]: from='client.124131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:58 smithi203 ceph-mon[117428]: from='client.124131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:58 smithi137 ceph-mon[117020]: from='client.124131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:31:59 smithi066 ceph-mon[112137]: pgmap v4165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:31:59 smithi203 ceph-mon[117428]: pgmap v4165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:31:59 smithi137 ceph-mon[117020]: pgmap v4165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:01 smithi066 ceph-mon[112137]: pgmap v4166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:01 smithi203 ceph-mon[117428]: pgmap v4166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:01 smithi137 ceph-mon[117020]: pgmap v4166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:03.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:03.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:03.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:03 smithi137 ceph-mon[117020]: pgmap v4167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:03 smithi066 ceph-mon[112137]: pgmap v4167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:03.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:03 smithi203 ceph-mon[117428]: pgmap v4167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:04.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:04.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:04.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:04.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:04.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:04 smithi137 ceph-mon[117020]: from='client.124206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:04 smithi066 ceph-mon[112137]: from='client.124206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:04 smithi203 ceph-mon[117428]: from='client.124206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:05 smithi137 ceph-mon[117020]: pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:05 smithi066 ceph-mon[112137]: pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:05 smithi203 ceph-mon[117428]: pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:07 smithi066 ceph-mon[112137]: pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:07 smithi203 ceph-mon[117428]: pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:07 smithi137 ceph-mon[117020]: pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:09.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:09.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:09.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:09.726 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:09.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:09.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:09.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:09.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:09 smithi066 ceph-mon[112137]: pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:09 smithi203 ceph-mon[117428]: pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:09 smithi137 ceph-mon[117020]: pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:10 smithi066 ceph-mon[112137]: from='client.124281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:10 smithi203 ceph-mon[117428]: from='client.124281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:10 smithi137 ceph-mon[117020]: from='client.124281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:11 smithi066 ceph-mon[112137]: pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:32:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:11 smithi203 ceph-mon[117428]: pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:32:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:11 smithi137 ceph-mon[117020]: pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:32:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:13 smithi137 ceph-mon[117020]: pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:13 smithi066 ceph-mon[112137]: pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:13 smithi203 ceph-mon[117428]: pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:14.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:14.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:14.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:15.448 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:15.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:15.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:15.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:15.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:15 smithi066 ceph-mon[112137]: pgmap v4173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:15 smithi203 ceph-mon[117428]: pgmap v4173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:15 smithi137 ceph-mon[117020]: pgmap v4173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:16 smithi066 ceph-mon[112137]: from='client.124359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:16 smithi203 ceph-mon[117428]: from='client.124359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:16 smithi137 ceph-mon[117020]: from='client.124359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:17 smithi066 ceph-mon[112137]: pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:17 smithi203 ceph-mon[117428]: pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:17 smithi137 ceph-mon[117020]: pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:19 smithi066 ceph-mon[112137]: pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:19 smithi203 ceph-mon[117428]: pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:19 smithi137 ceph-mon[117020]: pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:20.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:20.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:20.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:21.182 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:21.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:21.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:21.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:21.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:21 smithi066 ceph-mon[112137]: pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:21 smithi066 ceph-mon[112137]: from='client.124434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:21 smithi203 ceph-mon[117428]: pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:21 smithi203 ceph-mon[117428]: from='client.124434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:21 smithi137 ceph-mon[117020]: pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:21 smithi137 ceph-mon[117020]: from='client.124434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:23 smithi137 ceph-mon[117020]: pgmap v4177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:23 smithi066 ceph-mon[112137]: pgmap v4177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:23 smithi203 ceph-mon[117428]: pgmap v4177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:25 smithi066 ceph-mon[112137]: pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:25 smithi203 ceph-mon[117428]: pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:25 smithi137 ceph-mon[117020]: pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:32:26.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:26.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:26.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:26.916 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:26.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:26.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:26.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:26.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:27 smithi066 ceph-mon[112137]: from='client.124512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:27 smithi066 ceph-mon[112137]: pgmap v4179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:32:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:32:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:32:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:32:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:32:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:27 smithi203 ceph-mon[117428]: from='client.124512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:27 smithi203 ceph-mon[117428]: pgmap v4179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:32:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:32:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:32:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:32:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:32:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:27 smithi137 ceph-mon[117020]: from='client.124512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:27 smithi137 ceph-mon[117020]: pgmap v4179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:32:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:32:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:32:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:32:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:32:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:29 smithi066 ceph-mon[112137]: pgmap v4180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:29 smithi203 ceph-mon[117428]: pgmap v4180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:29 smithi137 ceph-mon[117020]: pgmap v4180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:31.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:31.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:31.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:31 smithi066 ceph-mon[112137]: pgmap v4181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:31 smithi203 ceph-mon[117428]: pgmap v4181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:31 smithi137 ceph-mon[117020]: pgmap v4181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:32.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:32.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:32.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:32.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:32.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:33 smithi066 ceph-mon[112137]: from='client.124584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:33 smithi066 ceph-mon[112137]: pgmap v4182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:33 smithi203 ceph-mon[117428]: from='client.124584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:33 smithi203 ceph-mon[117428]: pgmap v4182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:33 smithi137 ceph-mon[117020]: from='client.124584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:33 smithi137 ceph-mon[117020]: pgmap v4182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:35 smithi066 ceph-mon[112137]: pgmap v4183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:35 smithi203 ceph-mon[117428]: pgmap v4183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:35 smithi137 ceph-mon[117020]: pgmap v4183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:37.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:37.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:37.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:37 smithi066 ceph-mon[112137]: pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:37 smithi203 ceph-mon[117428]: pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:37 smithi137 ceph-mon[117020]: pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:38.394 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:38.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:38.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:38.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:38.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:39 smithi066 ceph-mon[112137]: from='client.124656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:39 smithi066 ceph-mon[112137]: pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:39 smithi203 ceph-mon[117428]: from='client.124656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:39 smithi203 ceph-mon[117428]: pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:39 smithi137 ceph-mon[117020]: from='client.124656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:39 smithi137 ceph-mon[117020]: pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:41 smithi066 ceph-mon[112137]: pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:41 smithi203 ceph-mon[117428]: pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:41 smithi137 ceph-mon[117020]: pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:43.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:43.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:43.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:43 smithi066 ceph-mon[112137]: pgmap v4187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:43 smithi203 ceph-mon[117428]: pgmap v4187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:43 smithi137 ceph-mon[117020]: pgmap v4187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:44.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:44.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:44.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:44.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:44.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:44 smithi066 ceph-mon[112137]: from='client.124731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:44.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:44 smithi203 ceph-mon[117428]: from='client.124731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:44 smithi137 ceph-mon[117020]: from='client.124731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:45 smithi066 ceph-mon[112137]: pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:45 smithi203 ceph-mon[117428]: pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:45 smithi137 ceph-mon[117020]: pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:47 smithi066 ceph-mon[112137]: pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:47 smithi203 ceph-mon[117428]: pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:47 smithi137 ceph-mon[117020]: pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:49.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:49.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:49.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:49.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:49.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:49.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:49.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:49.841 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:49 smithi066 ceph-mon[112137]: pgmap v4190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:49 smithi203 ceph-mon[117428]: pgmap v4190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:49 smithi137 ceph-mon[117020]: pgmap v4190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:50 smithi066 ceph-mon[112137]: from='client.124809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:50 smithi203 ceph-mon[117428]: from='client.124809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:50 smithi137 ceph-mon[117020]: from='client.124809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:51 smithi066 ceph-mon[112137]: pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:32:52.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:51 smithi203 ceph-mon[117428]: pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:32:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:51 smithi137 ceph-mon[117020]: pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:32:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:53 smithi066 ceph-mon[112137]: pgmap v4192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:32:53.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:53 smithi203 ceph-mon[117428]: pgmap v4192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:32:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:53 smithi137 ceph-mon[117020]: pgmap v4192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:32:54.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:32:54.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:54.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:55.562 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:32:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:32:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:55 smithi066 ceph-mon[112137]: pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:32:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:55 smithi203 ceph-mon[117428]: pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:32:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:55 smithi137 ceph-mon[117020]: pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:32:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:56 smithi066 ceph-mon[112137]: from='client.124887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:56 smithi203 ceph-mon[117428]: from='client.124887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:56 smithi137 ceph-mon[117020]: from='client.124887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:57 smithi066 ceph-mon[112137]: pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:57 smithi203 ceph-mon[117428]: pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:57 smithi137 ceph-mon[117020]: pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:32:59 smithi066 ceph-mon[112137]: pgmap v4195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:32:59 smithi203 ceph-mon[117428]: pgmap v4195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:32:59 smithi137 ceph-mon[117020]: pgmap v4195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:00.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:00.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:00.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:01.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:01.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:01.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:01.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:01.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:01 smithi066 ceph-mon[112137]: pgmap v4196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:01 smithi066 ceph-mon[112137]: from='client.124965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:01 smithi203 ceph-mon[117428]: pgmap v4196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:01 smithi203 ceph-mon[117428]: from='client.124965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:01 smithi137 ceph-mon[117020]: pgmap v4196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:01 smithi137 ceph-mon[117020]: from='client.124965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:03 smithi066 ceph-mon[112137]: pgmap v4197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:33:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:03 smithi203 ceph-mon[117428]: pgmap v4197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:33:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:03 smithi137 ceph-mon[117020]: pgmap v4197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:33:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:05 smithi066 ceph-mon[112137]: pgmap v4198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:33:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:05 smithi203 ceph-mon[117428]: pgmap v4198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:33:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:05 smithi137 ceph-mon[117020]: pgmap v4198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:33:06.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:06.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:06.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:07.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:07.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:07.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:07.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:07.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:07 smithi066 ceph-mon[112137]: pgmap v4199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:33:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:07 smithi066 ceph-mon[112137]: from='client.125037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:07 smithi203 ceph-mon[117428]: pgmap v4199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:33:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:07 smithi203 ceph-mon[117428]: from='client.125037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:07 smithi137 ceph-mon[117020]: pgmap v4199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:33:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:07 smithi137 ceph-mon[117020]: from='client.125037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:09 smithi066 ceph-mon[112137]: pgmap v4200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:09 smithi203 ceph-mon[117428]: pgmap v4200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:09 smithi137 ceph-mon[117020]: pgmap v4200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:11 smithi066 ceph-mon[112137]: pgmap v4201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:12.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:12.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:12.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:12.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:11 smithi203 ceph-mon[117428]: pgmap v4201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:11 smithi137 ceph-mon[117020]: pgmap v4201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:12.741 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:12.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:12.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:12.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:12.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:13 smithi066 ceph-mon[112137]: from='client.125115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:13 smithi066 ceph-mon[112137]: pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:13 smithi203 ceph-mon[117428]: from='client.125115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:13 smithi203 ceph-mon[117428]: pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:13 smithi137 ceph-mon[117020]: from='client.125115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:13 smithi137 ceph-mon[117020]: pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:15 smithi066 ceph-mon[112137]: pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:15 smithi203 ceph-mon[117428]: pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:15 smithi137 ceph-mon[117020]: pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:17.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:17.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:17.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:17 smithi066 ceph-mon[112137]: pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:18.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:17 smithi203 ceph-mon[117428]: pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:17 smithi137 ceph-mon[117020]: pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:18.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:18.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:18.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:18.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:18.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:19 smithi066 ceph-mon[112137]: from='client.125193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:19 smithi066 ceph-mon[112137]: pgmap v4205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:19 smithi203 ceph-mon[117428]: from='client.125193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:19 smithi203 ceph-mon[117428]: pgmap v4205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:19 smithi137 ceph-mon[117020]: from='client.125193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:19 smithi137 ceph-mon[117020]: pgmap v4205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:21 smithi066 ceph-mon[112137]: pgmap v4206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:21 smithi203 ceph-mon[117428]: pgmap v4206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:21 smithi137 ceph-mon[117020]: pgmap v4206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:23.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:23.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:23.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:23 smithi066 ceph-mon[112137]: pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:23 smithi203 ceph-mon[117428]: pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:23 smithi137 ceph-mon[117020]: pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:24.188 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:24.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:24.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:24.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:24.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:24 smithi066 ceph-mon[112137]: from='client.125271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:24.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:24 smithi203 ceph-mon[117428]: from='client.125271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:24 smithi137 ceph-mon[117020]: from='client.125271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:25 smithi066 ceph-mon[112137]: pgmap v4208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:25 smithi203 ceph-mon[117428]: pgmap v4208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:25 smithi137 ceph-mon[117020]: pgmap v4208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:27 smithi066 ceph-mon[112137]: pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:33:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:27 smithi203 ceph-mon[117428]: pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:33:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:27 smithi137 ceph-mon[117020]: pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:33:29.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:29.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:29.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:33:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:33:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:33:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:33:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:33:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:33:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:33:29.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:29.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:29.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:29.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:29.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:29 smithi066 ceph-mon[112137]: pgmap v4210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:29 smithi203 ceph-mon[117428]: pgmap v4210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:29 smithi137 ceph-mon[117020]: pgmap v4210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:30 smithi066 ceph-mon[112137]: from='client.125349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:30 smithi203 ceph-mon[117428]: from='client.125349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:30 smithi137 ceph-mon[117020]: from='client.125349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:31 smithi066 ceph-mon[112137]: pgmap v4211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:33:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:31 smithi203 ceph-mon[117428]: pgmap v4211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:33:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:31 smithi137 ceph-mon[117020]: pgmap v4211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:33:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:33 smithi066 ceph-mon[112137]: pgmap v4212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:33:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:33 smithi203 ceph-mon[117428]: pgmap v4212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:33:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:33 smithi137 ceph-mon[117020]: pgmap v4212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:33:34.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:34.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:34.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:35.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:35.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:35.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:35.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:35.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:35 smithi066 ceph-mon[112137]: pgmap v4213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:33:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:35 smithi203 ceph-mon[117428]: pgmap v4213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:33:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:35 smithi137 ceph-mon[117020]: pgmap v4213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:33:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:36 smithi066 ceph-mon[112137]: from='client.125421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:36 smithi203 ceph-mon[117428]: from='client.125421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:36 smithi137 ceph-mon[117020]: from='client.125421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:37 smithi066 ceph-mon[112137]: pgmap v4214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:37 smithi203 ceph-mon[117428]: pgmap v4214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:37 smithi137 ceph-mon[117020]: pgmap v4214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:39 smithi066 ceph-mon[112137]: pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:39 smithi203 ceph-mon[117428]: pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:39 smithi137 ceph-mon[117020]: pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:40.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:40.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:40.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:41.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:41.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:41.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:41.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:41.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:41 smithi066 ceph-mon[112137]: pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:42.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:41 smithi203 ceph-mon[117428]: pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:41 smithi137 ceph-mon[117020]: pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:42 smithi066 ceph-mon[112137]: from='client.125499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:42 smithi203 ceph-mon[117428]: from='client.125499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:42 smithi137 ceph-mon[117020]: from='client.125499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:43 smithi066 ceph-mon[112137]: pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:33:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:43 smithi203 ceph-mon[117428]: pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:33:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:43 smithi137 ceph-mon[117020]: pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:33:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:45 smithi066 ceph-mon[112137]: pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:33:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:45 smithi203 ceph-mon[117428]: pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:33:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:45 smithi137 ceph-mon[117020]: pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:33:46.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:46.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:46.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:47.104 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:47.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:47.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:47.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:47.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:47 smithi066 ceph-mon[112137]: pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:33:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:47 smithi066 ceph-mon[112137]: from='client.125577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:47 smithi203 ceph-mon[117428]: pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:33:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:47 smithi203 ceph-mon[117428]: from='client.125577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:47 smithi137 ceph-mon[117020]: pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:33:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:47 smithi137 ceph-mon[117020]: from='client.125577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:49 smithi066 ceph-mon[112137]: pgmap v4220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:49 smithi203 ceph-mon[117428]: pgmap v4220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:49 smithi137 ceph-mon[117020]: pgmap v4220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:51 smithi066 ceph-mon[112137]: pgmap v4221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:52.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:51 smithi203 ceph-mon[117428]: pgmap v4221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:52.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:52.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:52.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:51 smithi137 ceph-mon[117020]: pgmap v4221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:52.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:52.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:52.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:52.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:52.848 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:53 smithi066 ceph-mon[112137]: from='client.125649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:53 smithi066 ceph-mon[112137]: pgmap v4222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:53 smithi203 ceph-mon[117428]: from='client.125649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:53 smithi203 ceph-mon[117428]: pgmap v4222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:53 smithi137 ceph-mon[117020]: from='client.125649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:53 smithi137 ceph-mon[117020]: pgmap v4222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:55 smithi066 ceph-mon[112137]: pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:55 smithi203 ceph-mon[117428]: pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:55 smithi137 ceph-mon[117020]: pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:57.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:33:57.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:57.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:57 smithi066 ceph-mon[112137]: pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:57 smithi203 ceph-mon[117428]: pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:57 smithi137 ceph-mon[117020]: pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:58.585 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:33:58.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:58.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:58.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:58.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:33:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:59 smithi066 ceph-mon[112137]: from='client.125727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:59.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:33:59 smithi066 ceph-mon[112137]: pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:59 smithi203 ceph-mon[117428]: from='client.125727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:33:59 smithi203 ceph-mon[117428]: pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:59 smithi137 ceph-mon[117020]: from='client.125727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:33:59 smithi137 ceph-mon[117020]: pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:01 smithi066 ceph-mon[112137]: pgmap v4226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:01 smithi203 ceph-mon[117428]: pgmap v4226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:01 smithi137 ceph-mon[117020]: pgmap v4226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:03 smithi066 ceph-mon[112137]: pgmap v4227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:03.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:03 smithi203 ceph-mon[117428]: pgmap v4227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:03.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:03.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:03.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:03 smithi137 ceph-mon[117020]: pgmap v4227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:04.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:04.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:04.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:04.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:04.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:04 smithi066 ceph-mon[112137]: from='client.125805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:04 smithi203 ceph-mon[117428]: from='client.125805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:04 smithi137 ceph-mon[117020]: from='client.125805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:05 smithi066 ceph-mon[112137]: pgmap v4228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:05 smithi203 ceph-mon[117428]: pgmap v4228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:05 smithi137 ceph-mon[117020]: pgmap v4228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:07 smithi066 ceph-mon[112137]: pgmap v4229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:07 smithi203 ceph-mon[117428]: pgmap v4229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:08.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:07 smithi137 ceph-mon[117020]: pgmap v4229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:09.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:09.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:09.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:09 smithi066 ceph-mon[112137]: pgmap v4230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:10.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:10.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:10.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:10.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:10.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:10.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:09 smithi203 ceph-mon[117428]: pgmap v4230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:09 smithi137 ceph-mon[117020]: pgmap v4230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:10 smithi066 ceph-mon[112137]: from='client.125877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:10 smithi203 ceph-mon[117428]: from='client.125877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:10 smithi137 ceph-mon[117020]: from='client.125877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:11 smithi066 ceph-mon[112137]: pgmap v4231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:12.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:11 smithi203 ceph-mon[117428]: pgmap v4231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:11 smithi137 ceph-mon[117020]: pgmap v4231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:13 smithi066 ceph-mon[112137]: pgmap v4232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:13 smithi203 ceph-mon[117428]: pgmap v4232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:13 smithi137 ceph-mon[117020]: pgmap v4232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:15.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:15.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:15.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:15.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:15.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:15.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:15.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:15.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:15 smithi066 ceph-mon[112137]: pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:15 smithi203 ceph-mon[117428]: pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:15 smithi137 ceph-mon[117020]: pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:16 smithi066 ceph-mon[112137]: from='client.125952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:16 smithi203 ceph-mon[117428]: from='client.125952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:16 smithi137 ceph-mon[117020]: from='client.125952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:17 smithi066 ceph-mon[112137]: pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:18.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:17 smithi203 ceph-mon[117428]: pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:17 smithi137 ceph-mon[117020]: pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:19 smithi066 ceph-mon[112137]: pgmap v4235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:19 smithi203 ceph-mon[117428]: pgmap v4235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:19 smithi137 ceph-mon[117020]: pgmap v4235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:20.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:20.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:20.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:21.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:21.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:21.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:21.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:21.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:21 smithi066 ceph-mon[112137]: pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:21 smithi203 ceph-mon[117428]: pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:21 smithi137 ceph-mon[117020]: pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:22 smithi066 ceph-mon[112137]: from='client.126027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:22 smithi203 ceph-mon[117428]: from='client.126027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:22 smithi137 ceph-mon[117020]: from='client.126027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:23 smithi066 ceph-mon[112137]: pgmap v4237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:23 smithi203 ceph-mon[117428]: pgmap v4237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:23 smithi137 ceph-mon[117020]: pgmap v4237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:25 smithi066 ceph-mon[112137]: pgmap v4238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:25 smithi203 ceph-mon[117428]: pgmap v4238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:25 smithi137 ceph-mon[117020]: pgmap v4238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:26.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:26.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:26.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:27.196 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:27.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:27.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:27.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:27.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:27 smithi066 ceph-mon[112137]: pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:27 smithi066 ceph-mon[112137]: from='client.126102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:27 smithi203 ceph-mon[117428]: pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:27 smithi203 ceph-mon[117428]: from='client.126102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:27 smithi137 ceph-mon[117020]: pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:27 smithi137 ceph-mon[117020]: from='client.126102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:34:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:34:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:34:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:29 smithi066 ceph-mon[112137]: pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:34:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:34:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:34:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:29 smithi203 ceph-mon[117428]: pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:34:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:34:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:34:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:29 smithi137 ceph-mon[117020]: pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:30.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:34:30.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:34:30.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:34:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:31 smithi066 ceph-mon[112137]: pgmap v4241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:31 smithi203 ceph-mon[117428]: pgmap v4241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:31 smithi137 ceph-mon[117020]: pgmap v4241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:32.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:32.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:32.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:32.927 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:32.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:32.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:32.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:32.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:33 smithi066 ceph-mon[112137]: from='client.126180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:33 smithi066 ceph-mon[112137]: pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:33 smithi203 ceph-mon[117428]: from='client.126180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:33 smithi203 ceph-mon[117428]: pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:33 smithi137 ceph-mon[117020]: from='client.126180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:33 smithi137 ceph-mon[117020]: pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:35 smithi066 ceph-mon[112137]: pgmap v4243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:34:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:35 smithi203 ceph-mon[117428]: pgmap v4243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:34:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:35 smithi137 ceph-mon[117020]: pgmap v4243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:34:37.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:37.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:37.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:37 smithi066 ceph-mon[112137]: pgmap v4244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:37 smithi203 ceph-mon[117428]: pgmap v4244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:37 smithi137 ceph-mon[117020]: pgmap v4244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:38.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:38.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:38.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:38.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:38.656 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:39 smithi066 ceph-mon[112137]: from='client.126252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:39 smithi066 ceph-mon[112137]: pgmap v4245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:39 smithi203 ceph-mon[117428]: from='client.126252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:39 smithi203 ceph-mon[117428]: pgmap v4245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:39 smithi137 ceph-mon[117020]: from='client.126252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:39 smithi137 ceph-mon[117020]: pgmap v4245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:41 smithi066 ceph-mon[112137]: pgmap v4246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:41 smithi203 ceph-mon[117428]: pgmap v4246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:41 smithi137 ceph-mon[117020]: pgmap v4246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:43 smithi066 ceph-mon[112137]: pgmap v4247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:43.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:43 smithi203 ceph-mon[117428]: pgmap v4247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:43 smithi137 ceph-mon[117020]: pgmap v4247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:43.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:43.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:43.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:44.402 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:44.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:44.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:44.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:44.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:45 smithi066 ceph-mon[112137]: from='client.126327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:45 smithi066 ceph-mon[112137]: pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:34:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:45 smithi203 ceph-mon[117428]: from='client.126327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:45 smithi203 ceph-mon[117428]: pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:34:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:45 smithi137 ceph-mon[117020]: from='client.126327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:45 smithi137 ceph-mon[117020]: pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:34:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:47 smithi066 ceph-mon[112137]: pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:34:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:47 smithi203 ceph-mon[117428]: pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:34:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:47 smithi137 ceph-mon[117020]: pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:34:49.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:49.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:49.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:49 smithi066 ceph-mon[112137]: pgmap v4250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:49 smithi203 ceph-mon[117428]: pgmap v4250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:49 smithi137 ceph-mon[117020]: pgmap v4250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:50.122 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:50.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:50.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:50.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:50.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:50 smithi066 ceph-mon[112137]: from='client.126402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:50 smithi203 ceph-mon[117428]: from='client.126402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:50 smithi137 ceph-mon[117020]: from='client.126402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:51 smithi066 ceph-mon[112137]: pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:52.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:51 smithi203 ceph-mon[117428]: pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:51 smithi137 ceph-mon[117020]: pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:53 smithi066 ceph-mon[112137]: pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:53 smithi203 ceph-mon[117428]: pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:53 smithi137 ceph-mon[117020]: pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:55.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:34:55.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:55.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:55.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:34:55.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:55.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:55.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:55.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:34:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:55 smithi066 ceph-mon[112137]: pgmap v4253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:34:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:55 smithi203 ceph-mon[117428]: pgmap v4253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:34:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:55 smithi137 ceph-mon[117020]: pgmap v4253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:34:56.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:56 smithi066 ceph-mon[112137]: from='client.126480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:56 smithi203 ceph-mon[117428]: from='client.126480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:56 smithi137 ceph-mon[117020]: from='client.126480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:57 smithi066 ceph-mon[112137]: pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:34:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:57 smithi203 ceph-mon[117428]: pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:34:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:57 smithi137 ceph-mon[117020]: pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:34:59.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:34:59 smithi066 ceph-mon[112137]: pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:34:59 smithi203 ceph-mon[117428]: pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:34:59 smithi137 ceph-mon[117020]: pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:00.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:00.846 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:00.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:01.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:01.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:01.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:01.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:01.565 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:01 smithi066 ceph-mon[112137]: pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:01 smithi203 ceph-mon[117428]: pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:01 smithi137 ceph-mon[117020]: pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:02 smithi066 ceph-mon[112137]: from='client.126558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:02 smithi203 ceph-mon[117428]: from='client.126558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:02 smithi137 ceph-mon[117020]: from='client.126558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:03 smithi066 ceph-mon[112137]: pgmap v4257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:03 smithi203 ceph-mon[117428]: pgmap v4257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:03 smithi137 ceph-mon[117020]: pgmap v4257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:05 smithi066 ceph-mon[112137]: pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:05 smithi203 ceph-mon[117428]: pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:05 smithi137 ceph-mon[117020]: pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:06.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:06.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:06.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:07.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:07.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:07.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:07.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:07.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:07 smithi066 ceph-mon[112137]: pgmap v4259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:07 smithi066 ceph-mon[112137]: from='client.126636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:07 smithi203 ceph-mon[117428]: pgmap v4259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:07 smithi203 ceph-mon[117428]: from='client.126636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:07 smithi137 ceph-mon[117020]: pgmap v4259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:07 smithi137 ceph-mon[117020]: from='client.126636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:09 smithi066 ceph-mon[112137]: pgmap v4260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:09 smithi203 ceph-mon[117428]: pgmap v4260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:09 smithi137 ceph-mon[117020]: pgmap v4260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:11 smithi066 ceph-mon[112137]: pgmap v4261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:11 smithi203 ceph-mon[117428]: pgmap v4261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:11 smithi137 ceph-mon[117020]: pgmap v4261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:12.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:12.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:12.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:13.006 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:13.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:13.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:13.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:13.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:13 smithi066 ceph-mon[112137]: pgmap v4262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:13 smithi066 ceph-mon[112137]: from='client.126711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:13 smithi203 ceph-mon[117428]: pgmap v4262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:13 smithi203 ceph-mon[117428]: from='client.126711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:13 smithi137 ceph-mon[117020]: pgmap v4262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:13 smithi137 ceph-mon[117020]: from='client.126711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:15 smithi066 ceph-mon[112137]: pgmap v4263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:15 smithi203 ceph-mon[117428]: pgmap v4263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:15 smithi137 ceph-mon[117020]: pgmap v4263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:17 smithi066 ceph-mon[112137]: pgmap v4264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:18.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:18.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:18.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:18.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:17 smithi203 ceph-mon[117428]: pgmap v4264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:17 smithi137 ceph-mon[117020]: pgmap v4264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:18.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:18.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:18.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:18.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:18.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:19 smithi066 ceph-mon[112137]: from='client.126789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:19 smithi066 ceph-mon[112137]: pgmap v4265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:19 smithi203 ceph-mon[117428]: from='client.126789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:19 smithi203 ceph-mon[117428]: pgmap v4265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:19 smithi137 ceph-mon[117020]: from='client.126789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:19 smithi137 ceph-mon[117020]: pgmap v4265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:21 smithi066 ceph-mon[112137]: pgmap v4266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:21 smithi203 ceph-mon[117428]: pgmap v4266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:21 smithi137 ceph-mon[117020]: pgmap v4266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:23 smithi066 ceph-mon[112137]: pgmap v4267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:23 smithi203 ceph-mon[117428]: pgmap v4267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:23 smithi137 ceph-mon[117020]: pgmap v4267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:23.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:23.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:23.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:24.461 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:24.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:24.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:24.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:24.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:25 smithi066 ceph-mon[112137]: from='client.126861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:25 smithi066 ceph-mon[112137]: pgmap v4268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:26.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:25 smithi203 ceph-mon[117428]: from='client.126861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:25 smithi203 ceph-mon[117428]: pgmap v4268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:25 smithi137 ceph-mon[117020]: from='client.126861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:25 smithi137 ceph-mon[117020]: pgmap v4268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:27 smithi066 ceph-mon[112137]: pgmap v4269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:27 smithi203 ceph-mon[117428]: pgmap v4269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:27 smithi137 ceph-mon[117020]: pgmap v4269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:29.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:29.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:29.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:29.977 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:29 smithi203 ceph-mon[117428]: pgmap v4270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:29.977 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:35:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:29 smithi066 ceph-mon[112137]: pgmap v4270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:35:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:29 smithi137 ceph-mon[117020]: pgmap v4270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:35:30.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:30.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:30.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:30.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:30.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:30 smithi066 ceph-mon[112137]: from='client.126936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:30 smithi203 ceph-mon[117428]: from='client.126936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:30 smithi137 ceph-mon[117020]: from='client.126936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:31 smithi066 ceph-mon[112137]: pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:35:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:35:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:31 smithi203 ceph-mon[117428]: pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:35:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:35:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:31 smithi137 ceph-mon[117020]: pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:35:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:35:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:35:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:33 smithi066 ceph-mon[112137]: pgmap v4272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:33 smithi203 ceph-mon[117428]: pgmap v4272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:33 smithi137 ceph-mon[117020]: pgmap v4272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:35.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:35.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:35.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:35 smithi066 ceph-mon[112137]: pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:35:35.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:35.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:35.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:35.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:35.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:35 smithi203 ceph-mon[117428]: pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:35:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:35 smithi137 ceph-mon[117020]: pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:35:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:36 smithi066 ceph-mon[112137]: from='client.127008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:36 smithi203 ceph-mon[117428]: from='client.127008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:36 smithi137 ceph-mon[117020]: from='client.127008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:37 smithi066 ceph-mon[112137]: pgmap v4274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:35:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:37 smithi203 ceph-mon[117428]: pgmap v4274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:35:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:37 smithi137 ceph-mon[117020]: pgmap v4274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:35:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:39 smithi066 ceph-mon[112137]: pgmap v4275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:39 smithi203 ceph-mon[117428]: pgmap v4275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:39 smithi137 ceph-mon[117020]: pgmap v4275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:40.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:40.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:40.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:41.719 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:41.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:41.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:41.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:41.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:41 smithi066 ceph-mon[112137]: pgmap v4276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:41 smithi203 ceph-mon[117428]: pgmap v4276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:41 smithi137 ceph-mon[117020]: pgmap v4276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:42 smithi066 ceph-mon[112137]: from='client.127083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:42 smithi203 ceph-mon[117428]: from='client.127083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:42 smithi137 ceph-mon[117020]: from='client.127083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:43 smithi066 ceph-mon[112137]: pgmap v4277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:43 smithi203 ceph-mon[117428]: pgmap v4277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:43 smithi137 ceph-mon[117020]: pgmap v4277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:45 smithi066 ceph-mon[112137]: pgmap v4278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:46.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:45 smithi203 ceph-mon[117428]: pgmap v4278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:45 smithi137 ceph-mon[117020]: pgmap v4278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:46.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:46.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:46.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:47.439 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:47.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:47.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:47.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:47.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:47 smithi066 ceph-mon[112137]: pgmap v4279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:47 smithi203 ceph-mon[117428]: pgmap v4279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:47 smithi137 ceph-mon[117020]: pgmap v4279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:48 smithi066 ceph-mon[112137]: from='client.127158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:48 smithi203 ceph-mon[117428]: from='client.127158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:48 smithi137 ceph-mon[117020]: from='client.127158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:49 smithi066 ceph-mon[112137]: pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:50.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:49 smithi203 ceph-mon[117428]: pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:49 smithi137 ceph-mon[117020]: pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:51 smithi066 ceph-mon[112137]: pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:51 smithi203 ceph-mon[117428]: pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:51 smithi137 ceph-mon[117020]: pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:52.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:52.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:52.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:53.163 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:53.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:53.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:53.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:53.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:53 smithi066 ceph-mon[112137]: pgmap v4282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:53 smithi066 ceph-mon[112137]: from='client.127230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:53 smithi203 ceph-mon[117428]: pgmap v4282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:53 smithi203 ceph-mon[117428]: from='client.127230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:53 smithi137 ceph-mon[117020]: pgmap v4282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:53 smithi137 ceph-mon[117020]: from='client.127230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:55 smithi066 ceph-mon[112137]: pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:55 smithi203 ceph-mon[117428]: pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:55 smithi137 ceph-mon[117020]: pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:35:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:57 smithi066 ceph-mon[112137]: pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:57 smithi203 ceph-mon[117428]: pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:57 smithi137 ceph-mon[117020]: pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:35:58.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:35:58.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:58.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:58.889 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:35:58.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:58.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:58.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:58.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:35:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:59 smithi066 ceph-mon[112137]: from='client.127305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:59.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:35:59 smithi066 ceph-mon[112137]: pgmap v4285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:00.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:59 smithi203 ceph-mon[117428]: from='client.127305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:35:59 smithi203 ceph-mon[117428]: pgmap v4285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:59 smithi137 ceph-mon[117020]: from='client.127305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:35:59 smithi137 ceph-mon[117020]: pgmap v4285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:01 smithi066 ceph-mon[112137]: pgmap v4286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:02.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:01 smithi203 ceph-mon[117428]: pgmap v4286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:01 smithi137 ceph-mon[117020]: pgmap v4286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:03 smithi066 ceph-mon[112137]: pgmap v4287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:03 smithi203 ceph-mon[117428]: pgmap v4287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:03 smithi137 ceph-mon[117020]: pgmap v4287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:03.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:03.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:03.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:04.618 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:04.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:04.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:04.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:04.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:05 smithi066 ceph-mon[112137]: from='client.127380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:05 smithi066 ceph-mon[112137]: pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:05 smithi203 ceph-mon[117428]: from='client.127380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:05 smithi203 ceph-mon[117428]: pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:05 smithi137 ceph-mon[117020]: from='client.127380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:05 smithi137 ceph-mon[117020]: pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:07 smithi066 ceph-mon[112137]: pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:07 smithi203 ceph-mon[117428]: pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:07 smithi137 ceph-mon[117020]: pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:09.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:09.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:09.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:09 smithi066 ceph-mon[112137]: pgmap v4290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:10.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:09 smithi203 ceph-mon[117428]: pgmap v4290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:09 smithi137 ceph-mon[117020]: pgmap v4290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:10.348 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:10.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:10.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:10.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:10.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:10 smithi066 ceph-mon[112137]: from='client.127452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:10 smithi203 ceph-mon[117428]: from='client.127452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:10 smithi137 ceph-mon[117020]: from='client.127452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:11 smithi066 ceph-mon[112137]: pgmap v4291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:12.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:11 smithi203 ceph-mon[117428]: pgmap v4291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:11 smithi137 ceph-mon[117020]: pgmap v4291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:13 smithi066 ceph-mon[112137]: pgmap v4292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:13 smithi203 ceph-mon[117428]: pgmap v4292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:13 smithi137 ceph-mon[117020]: pgmap v4292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:15.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:15.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:15.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:15 smithi066 ceph-mon[112137]: pgmap v4293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:36:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:15 smithi203 ceph-mon[117428]: pgmap v4293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:36:16.082 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:16.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:16.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:16.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:16.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:15 smithi137 ceph-mon[117020]: pgmap v4293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:36:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:16 smithi066 ceph-mon[112137]: from='client.127530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:16 smithi203 ceph-mon[117428]: from='client.127530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:16 smithi137 ceph-mon[117020]: from='client.127530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:17 smithi066 ceph-mon[112137]: pgmap v4294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:36:18.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:17 smithi203 ceph-mon[117428]: pgmap v4294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:36:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:17 smithi137 ceph-mon[117020]: pgmap v4294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:36:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:19 smithi066 ceph-mon[112137]: pgmap v4295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:20.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:19 smithi203 ceph-mon[117428]: pgmap v4295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:19 smithi137 ceph-mon[117020]: pgmap v4295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:21.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:21.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:21.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:21.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:21.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:21.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:21.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:21.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:21 smithi066 ceph-mon[112137]: pgmap v4296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:21 smithi203 ceph-mon[117428]: pgmap v4296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:21 smithi137 ceph-mon[117020]: pgmap v4296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:22 smithi066 ceph-mon[112137]: from='client.127608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:22 smithi203 ceph-mon[117428]: from='client.127608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:22 smithi137 ceph-mon[117020]: from='client.127608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:23 smithi066 ceph-mon[112137]: pgmap v4297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:23 smithi203 ceph-mon[117428]: pgmap v4297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:23 smithi137 ceph-mon[117020]: pgmap v4297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:25 smithi066 ceph-mon[112137]: pgmap v4298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:26.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:25 smithi203 ceph-mon[117428]: pgmap v4298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:25 smithi137 ceph-mon[117020]: pgmap v4298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:26.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:26.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:26.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:27.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:27.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:27.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:27.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:27.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:27 smithi066 ceph-mon[112137]: pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:27 smithi203 ceph-mon[117428]: pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:27 smithi137 ceph-mon[117020]: pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:28 smithi066 ceph-mon[112137]: from='client.127686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:28 smithi203 ceph-mon[117428]: from='client.127686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:28 smithi137 ceph-mon[117020]: from='client.127686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:29 smithi066 ceph-mon[112137]: pgmap v4300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:29 smithi203 ceph-mon[117428]: pgmap v4300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:29 smithi137 ceph-mon[117020]: pgmap v4300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:31 smithi066 ceph-mon[112137]: pgmap v4301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:36:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:36:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:36:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:36:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:31 smithi203 ceph-mon[117428]: pgmap v4301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:36:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:36:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:36:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:36:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:31 smithi137 ceph-mon[117020]: pgmap v4301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:32.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:36:32.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:36:32.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:36:32.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:36:32.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:32.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:32.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:33.244 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:33.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:33.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:33.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:33.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:33 smithi066 ceph-mon[112137]: pgmap v4302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:33 smithi066 ceph-mon[112137]: from='client.127761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:33 smithi203 ceph-mon[117428]: pgmap v4302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:33 smithi203 ceph-mon[117428]: from='client.127761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:33 smithi137 ceph-mon[117020]: pgmap v4302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:33 smithi137 ceph-mon[117020]: from='client.127761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:35 smithi066 ceph-mon[112137]: pgmap v4303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:36.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:35 smithi203 ceph-mon[117428]: pgmap v4303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:35 smithi137 ceph-mon[117020]: pgmap v4303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:36:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:37 smithi066 ceph-mon[112137]: pgmap v4304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:37 smithi203 ceph-mon[117428]: pgmap v4304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:37 smithi137 ceph-mon[117020]: pgmap v4304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:36:38.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:38.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:38.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:38.973 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:38.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:38.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:38.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:38.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:39 smithi066 ceph-mon[112137]: from='client.127833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:39 smithi066 ceph-mon[112137]: pgmap v4305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:40.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:39 smithi203 ceph-mon[117428]: from='client.127833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:39 smithi203 ceph-mon[117428]: pgmap v4305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:40.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:39 smithi137 ceph-mon[117020]: from='client.127833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:40.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:39 smithi137 ceph-mon[117020]: pgmap v4305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:41 smithi066 ceph-mon[112137]: pgmap v4306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:42.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:41 smithi203 ceph-mon[117428]: pgmap v4306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:41 smithi137 ceph-mon[117020]: pgmap v4306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:43 smithi066 ceph-mon[112137]: pgmap v4307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:43.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:43 smithi203 ceph-mon[117428]: pgmap v4307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:43 smithi137 ceph-mon[117020]: pgmap v4307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:43.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:43.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:43.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:44.691 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:44.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:44.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:44.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:44.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:45 smithi066 ceph-mon[112137]: from='client.127911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:45 smithi066 ceph-mon[112137]: pgmap v4308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:36:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:45 smithi203 ceph-mon[117428]: from='client.127911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:45 smithi203 ceph-mon[117428]: pgmap v4308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:36:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:45 smithi137 ceph-mon[117020]: from='client.127911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:45 smithi137 ceph-mon[117020]: pgmap v4308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:36:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:47 smithi066 ceph-mon[112137]: pgmap v4309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:36:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:47 smithi203 ceph-mon[117428]: pgmap v4309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:36:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:47 smithi137 ceph-mon[117020]: pgmap v4309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:36:49.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:49.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:49.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:49 smithi066 ceph-mon[112137]: pgmap v4310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:36:50.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:49 smithi203 ceph-mon[117428]: pgmap v4310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:36:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:49 smithi137 ceph-mon[117020]: pgmap v4310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:36:50.434 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:50.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:50.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:50.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:50.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:51 smithi066 ceph-mon[112137]: from='client.127989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:51 smithi066 ceph-mon[112137]: pgmap v4311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:51 smithi203 ceph-mon[117428]: from='client.127989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:51 smithi203 ceph-mon[117428]: pgmap v4311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:51 smithi137 ceph-mon[117020]: from='client.127989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:51 smithi137 ceph-mon[117020]: pgmap v4311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:53 smithi066 ceph-mon[112137]: pgmap v4312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:53 smithi203 ceph-mon[117428]: pgmap v4312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:53 smithi137 ceph-mon[117020]: pgmap v4312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:55.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:36:55.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:55.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:55 smithi066 ceph-mon[112137]: pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:36:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:55 smithi203 ceph-mon[117428]: pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:36:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:55 smithi137 ceph-mon[117020]: pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:36:56.185 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:36:56.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:56.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:56.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:56.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:36:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:56 smithi066 ceph-mon[112137]: from='client.128064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:56 smithi203 ceph-mon[117428]: from='client.128064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:56 smithi137 ceph-mon[117020]: from='client.128064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:57 smithi066 ceph-mon[112137]: pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:36:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:57 smithi203 ceph-mon[117428]: pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:36:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:57 smithi137 ceph-mon[117020]: pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:36:59.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:36:59 smithi066 ceph-mon[112137]: pgmap v4315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:37:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:36:59 smithi203 ceph-mon[117428]: pgmap v4315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:37:00.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:36:59 smithi137 ceph-mon[117020]: pgmap v4315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:37:01.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:01.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:01.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:01.909 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:01.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:01.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:01.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:01.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:01 smithi066 ceph-mon[112137]: pgmap v4316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:37:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:01 smithi203 ceph-mon[117428]: pgmap v4316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:37:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:01 smithi137 ceph-mon[117020]: pgmap v4316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:37:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:02 smithi066 ceph-mon[112137]: from='client.128142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:02 smithi203 ceph-mon[117428]: from='client.128142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:02 smithi137 ceph-mon[117020]: from='client.128142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:03 smithi066 ceph-mon[112137]: pgmap v4317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:03 smithi203 ceph-mon[117428]: pgmap v4317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:03 smithi137 ceph-mon[117020]: pgmap v4317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:05 smithi066 ceph-mon[112137]: pgmap v4318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:05 smithi203 ceph-mon[117428]: pgmap v4318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:05 smithi137 ceph-mon[117020]: pgmap v4318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:06.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:06.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:06.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:07.626 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:07.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:07.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:07.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:07.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:07 smithi066 ceph-mon[112137]: pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:07 smithi203 ceph-mon[117428]: pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:07 smithi137 ceph-mon[117020]: pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:08 smithi066 ceph-mon[112137]: from='client.128220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:08 smithi203 ceph-mon[117428]: from='client.128220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:08 smithi137 ceph-mon[117020]: from='client.128220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:09 smithi066 ceph-mon[112137]: pgmap v4320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:09 smithi203 ceph-mon[117428]: pgmap v4320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:09 smithi137 ceph-mon[117020]: pgmap v4320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:11 smithi066 ceph-mon[112137]: pgmap v4321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:11 smithi203 ceph-mon[117428]: pgmap v4321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:11 smithi137 ceph-mon[117020]: pgmap v4321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:12.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:12.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:12.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:13.362 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:13.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:13.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:13.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:13.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:13 smithi066 ceph-mon[112137]: pgmap v4322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:13 smithi066 ceph-mon[112137]: from='client.128298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:13 smithi203 ceph-mon[117428]: pgmap v4322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:13 smithi203 ceph-mon[117428]: from='client.128298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:13 smithi137 ceph-mon[117020]: pgmap v4322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:13 smithi137 ceph-mon[117020]: from='client.128298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:15 smithi066 ceph-mon[112137]: pgmap v4323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:15 smithi203 ceph-mon[117428]: pgmap v4323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:15 smithi137 ceph-mon[117020]: pgmap v4323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:17 smithi066 ceph-mon[112137]: pgmap v4324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:17 smithi203 ceph-mon[117428]: pgmap v4324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:17 smithi137 ceph-mon[117020]: pgmap v4324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:18.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:18.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:18.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:19.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:19.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:19.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:19.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:19.090 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:19 smithi066 ceph-mon[112137]: pgmap v4325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:19 smithi066 ceph-mon[112137]: from='client.128370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:20.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:19 smithi203 ceph-mon[117428]: pgmap v4325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:19 smithi203 ceph-mon[117428]: from='client.128370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:19 smithi137 ceph-mon[117020]: pgmap v4325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:19 smithi137 ceph-mon[117020]: from='client.128370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:21 smithi066 ceph-mon[112137]: pgmap v4326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:21 smithi203 ceph-mon[117428]: pgmap v4326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:21 smithi137 ceph-mon[117020]: pgmap v4326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:23 smithi066 ceph-mon[112137]: pgmap v4327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:23 smithi203 ceph-mon[117428]: pgmap v4327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:23 smithi137 ceph-mon[117020]: pgmap v4327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:24.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:24.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:24.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:24.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:24.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:24.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:24.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:24.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:25 smithi066 ceph-mon[112137]: from='client.128448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:25.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:25 smithi066 ceph-mon[112137]: pgmap v4328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:37:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:25 smithi203 ceph-mon[117428]: from='client.128448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:25 smithi203 ceph-mon[117428]: pgmap v4328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:37:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:25 smithi137 ceph-mon[117020]: from='client.128448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:25 smithi137 ceph-mon[117020]: pgmap v4328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:37:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:27 smithi066 ceph-mon[112137]: pgmap v4329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:37:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:27 smithi203 ceph-mon[117428]: pgmap v4329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:37:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:27 smithi137 ceph-mon[117020]: pgmap v4329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:37:29.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:29.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:29.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:29 smithi066 ceph-mon[112137]: pgmap v4330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:37:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:29 smithi203 ceph-mon[117428]: pgmap v4330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:37:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:29 smithi137 ceph-mon[117020]: pgmap v4330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:37:30.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:30.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:30.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:30.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:30.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:31 smithi066 ceph-mon[112137]: from='client.128520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:31 smithi066 ceph-mon[112137]: pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:31 smithi203 ceph-mon[117428]: from='client.128520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:31 smithi203 ceph-mon[117428]: pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:31 smithi137 ceph-mon[117020]: from='client.128520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:31 smithi137 ceph-mon[117020]: pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:37:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:37:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:37:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:37:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:37:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:37:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:37:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:37:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:37:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:37:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:37:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:37:33.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:33 smithi066 ceph-mon[112137]: pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:34.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:33 smithi203 ceph-mon[117428]: pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:33 smithi137 ceph-mon[117020]: pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:35.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:35.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:35.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:35 smithi066 ceph-mon[112137]: pgmap v4333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:37:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:35 smithi203 ceph-mon[117428]: pgmap v4333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:37:36.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:35 smithi137 ceph-mon[117020]: pgmap v4333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:37:36.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:36 smithi066 ceph-mon[112137]: from='client.128595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:36 smithi203 ceph-mon[117428]: from='client.128595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:36 smithi137 ceph-mon[117020]: from='client.128595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:37 smithi066 ceph-mon[112137]: pgmap v4334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:37:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:37 smithi203 ceph-mon[117428]: pgmap v4334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:37:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:37 smithi137 ceph-mon[117020]: pgmap v4334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:37:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:39 smithi066 ceph-mon[112137]: pgmap v4335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:37:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:39 smithi203 ceph-mon[117428]: pgmap v4335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:37:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:39 smithi137 ceph-mon[117020]: pgmap v4335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:37:41.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:41.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:41.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:41 smithi066 ceph-mon[112137]: pgmap v4336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:37:41.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:41.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:41.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:41.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:41.996 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:41 smithi203 ceph-mon[117428]: pgmap v4336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:37:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:41 smithi137 ceph-mon[117020]: pgmap v4336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T19:37:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:42 smithi066 ceph-mon[112137]: from='client.128673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:42 smithi203 ceph-mon[117428]: from='client.128673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:42 smithi137 ceph-mon[117020]: from='client.128673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:43 smithi066 ceph-mon[112137]: pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:43 smithi203 ceph-mon[117428]: pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:43 smithi137 ceph-mon[117020]: pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:45 smithi203 ceph-mon[117428]: pgmap v4338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:45 smithi137 ceph-mon[117020]: pgmap v4338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:45 smithi066 ceph-mon[112137]: pgmap v4338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:46.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:46.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:46.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:47.717 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:47.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:47.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:47.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:47.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:47 smithi203 ceph-mon[117428]: pgmap v4339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:47 smithi137 ceph-mon[117020]: pgmap v4339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:47 smithi066 ceph-mon[112137]: pgmap v4339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:48 smithi203 ceph-mon[117428]: from='client.128748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:48 smithi137 ceph-mon[117020]: from='client.128748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:48 smithi066 ceph-mon[112137]: from='client.128748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:49 smithi203 ceph-mon[117428]: pgmap v4340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:49 smithi137 ceph-mon[117020]: pgmap v4340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:49 smithi066 ceph-mon[112137]: pgmap v4340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:51 smithi203 ceph-mon[117428]: pgmap v4341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:51 smithi137 ceph-mon[117020]: pgmap v4341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:51 smithi066 ceph-mon[112137]: pgmap v4341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:52.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:52.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:52.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:53.461 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:53.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:53.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:53.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:53.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:53 smithi066 ceph-mon[112137]: pgmap v4342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:53 smithi203 ceph-mon[117428]: pgmap v4342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:53 smithi137 ceph-mon[117020]: pgmap v4342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:54 smithi066 ceph-mon[112137]: from='client.128823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:54 smithi203 ceph-mon[117428]: from='client.128823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:54 smithi137 ceph-mon[117020]: from='client.128823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:55 smithi066 ceph-mon[112137]: pgmap v4343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:55 smithi203 ceph-mon[117428]: pgmap v4343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:55 smithi137 ceph-mon[117020]: pgmap v4343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:37:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:57 smithi066 ceph-mon[112137]: pgmap v4344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:57 smithi203 ceph-mon[117428]: pgmap v4344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:57 smithi137 ceph-mon[117020]: pgmap v4344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:37:58.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:37:58.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:58.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:59.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:37:59.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:59.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:59.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:59.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:37:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:59 smithi066 ceph-mon[112137]: pgmap v4345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:59.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:37:59 smithi066 ceph-mon[112137]: from='client.128901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:59 smithi203 ceph-mon[117428]: pgmap v4345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:37:59 smithi203 ceph-mon[117428]: from='client.128901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:59 smithi137 ceph-mon[117020]: pgmap v4345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:37:59 smithi137 ceph-mon[117020]: from='client.128901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:01 smithi066 ceph-mon[112137]: pgmap v4346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:01 smithi203 ceph-mon[117428]: pgmap v4346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:01 smithi137 ceph-mon[117020]: pgmap v4346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:03 smithi066 ceph-mon[112137]: pgmap v4347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:03.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:03 smithi203 ceph-mon[117428]: pgmap v4347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:03 smithi137 ceph-mon[117020]: pgmap v4347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:04.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:04.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:04.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:04.897 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:04.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:04.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:04.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:04.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:05 smithi066 ceph-mon[112137]: from='client.128979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:05 smithi066 ceph-mon[112137]: pgmap v4348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:05 smithi203 ceph-mon[117428]: from='client.128979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:05 smithi203 ceph-mon[117428]: pgmap v4348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:05 smithi137 ceph-mon[117020]: from='client.128979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:05 smithi137 ceph-mon[117020]: pgmap v4348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:07 smithi066 ceph-mon[112137]: pgmap v4349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:38:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:07 smithi203 ceph-mon[117428]: pgmap v4349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:38:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:07 smithi137 ceph-mon[117020]: pgmap v4349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:38:09.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:09.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:09.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:09 smithi066 ceph-mon[112137]: pgmap v4350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:38:10.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:09 smithi203 ceph-mon[117428]: pgmap v4350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:38:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:09 smithi137 ceph-mon[117020]: pgmap v4350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:38:10.617 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:10.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:10.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:10.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:10.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:11 smithi066 ceph-mon[112137]: from='client.129057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:11 smithi066 ceph-mon[112137]: pgmap v4351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:11 smithi203 ceph-mon[117428]: from='client.129057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:11 smithi203 ceph-mon[117428]: pgmap v4351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:11 smithi137 ceph-mon[117020]: from='client.129057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:11 smithi137 ceph-mon[117020]: pgmap v4351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:13 smithi066 ceph-mon[112137]: pgmap v4352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:13 smithi203 ceph-mon[117428]: pgmap v4352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:13 smithi137 ceph-mon[117020]: pgmap v4352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:15.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:15.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:15.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:15 smithi066 ceph-mon[112137]: pgmap v4353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:38:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:15 smithi203 ceph-mon[117428]: pgmap v4353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:38:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:15 smithi137 ceph-mon[117020]: pgmap v4353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:38:16.340 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:16.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:16.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:16.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:16.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:16 smithi066 ceph-mon[112137]: from='client.129129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:16 smithi203 ceph-mon[117428]: from='client.129129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:16 smithi137 ceph-mon[117020]: from='client.129129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:17 smithi066 ceph-mon[112137]: pgmap v4354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:18.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:17 smithi203 ceph-mon[117428]: pgmap v4354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:17 smithi137 ceph-mon[117020]: pgmap v4354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:19 smithi066 ceph-mon[112137]: pgmap v4355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:38:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:19 smithi203 ceph-mon[117428]: pgmap v4355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:38:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:19 smithi137 ceph-mon[117020]: pgmap v4355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:38:21.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:21.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:21.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:21 smithi066 ceph-mon[112137]: pgmap v4356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:38:22.062 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:22.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:22.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:22.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:22.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:21 smithi203 ceph-mon[117428]: pgmap v4356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:38:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:21 smithi137 ceph-mon[117020]: pgmap v4356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:38:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:22 smithi066 ceph-mon[112137]: from='client.129207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:22 smithi203 ceph-mon[117428]: from='client.129207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:22 smithi137 ceph-mon[117020]: from='client.129207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:23 smithi066 ceph-mon[112137]: pgmap v4357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:23 smithi203 ceph-mon[117428]: pgmap v4357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:23 smithi137 ceph-mon[117020]: pgmap v4357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:25 smithi066 ceph-mon[112137]: pgmap v4358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:38:26.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:25 smithi203 ceph-mon[117428]: pgmap v4358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:38:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:25 smithi137 ceph-mon[117020]: pgmap v4358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:38:27.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:27.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:27.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:27.783 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:27.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:27.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:27.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:27.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:27 smithi066 ceph-mon[112137]: pgmap v4359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:38:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:27 smithi203 ceph-mon[117428]: pgmap v4359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:38:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:27 smithi137 ceph-mon[117020]: pgmap v4359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:38:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:28 smithi203 ceph-mon[117428]: from='client.129279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:28 smithi137 ceph-mon[117020]: from='client.129279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:28 smithi066 ceph-mon[112137]: from='client.129279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:29 smithi203 ceph-mon[117428]: pgmap v4360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:29 smithi137 ceph-mon[117020]: pgmap v4360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:29 smithi066 ceph-mon[112137]: pgmap v4360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:31 smithi203 ceph-mon[117428]: pgmap v4361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:31 smithi137 ceph-mon[117020]: pgmap v4361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:31 smithi066 ceph-mon[112137]: pgmap v4361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:32.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:32.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:32.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:38:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:33 smithi066 ceph-mon[112137]: pgmap v4362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:38:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:38:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:38:33.536 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:33.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:33.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:33.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:33.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:38:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:33 smithi203 ceph-mon[117428]: pgmap v4362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:38:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:38:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:38:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:38:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:33 smithi137 ceph-mon[117020]: pgmap v4362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:38:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:38:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:38:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:34 smithi066 ceph-mon[112137]: from='client.129348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:34 smithi203 ceph-mon[117428]: from='client.129348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:34 smithi137 ceph-mon[117020]: from='client.129348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:35 smithi066 ceph-mon[112137]: pgmap v4363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:38:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:35 smithi203 ceph-mon[117428]: pgmap v4363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:38:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:35 smithi137 ceph-mon[117020]: pgmap v4363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:38:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:37 smithi066 ceph-mon[112137]: pgmap v4364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:38:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:37 smithi203 ceph-mon[117428]: pgmap v4364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:38:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:37 smithi137 ceph-mon[117020]: pgmap v4364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:38:38.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:38.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:38.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:39.273 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:39.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:39.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:39.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:39.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:39 smithi066 ceph-mon[112137]: pgmap v4365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:39 smithi066 ceph-mon[112137]: from='client.129423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:39 smithi203 ceph-mon[117428]: pgmap v4365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:39 smithi203 ceph-mon[117428]: from='client.129423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:39 smithi137 ceph-mon[117020]: pgmap v4365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:39 smithi137 ceph-mon[117020]: from='client.129423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:41 smithi066 ceph-mon[112137]: pgmap v4366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:41 smithi203 ceph-mon[117428]: pgmap v4366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:41 smithi137 ceph-mon[117020]: pgmap v4366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:43 smithi066 ceph-mon[112137]: pgmap v4367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:43 smithi203 ceph-mon[117428]: pgmap v4367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:43 smithi137 ceph-mon[117020]: pgmap v4367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:44.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:44.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:44.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:44.989 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:44.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:44.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:44.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:44.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:45 smithi066 ceph-mon[112137]: from='client.129501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:45 smithi066 ceph-mon[112137]: pgmap v4368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:45 smithi203 ceph-mon[117428]: from='client.129501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:45 smithi203 ceph-mon[117428]: pgmap v4368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:45 smithi137 ceph-mon[117020]: from='client.129501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:45 smithi137 ceph-mon[117020]: pgmap v4368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:47 smithi066 ceph-mon[112137]: pgmap v4369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:38:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:47 smithi203 ceph-mon[117428]: pgmap v4369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:38:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:47 smithi137 ceph-mon[117020]: pgmap v4369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T19:38:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:49 smithi066 ceph-mon[112137]: pgmap v4370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:38:49.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:49.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:49.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:49 smithi203 ceph-mon[117428]: pgmap v4370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:38:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:49 smithi137 ceph-mon[117020]: pgmap v4370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:38:50.705 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:50.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:50.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:50.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:50.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:51 smithi066 ceph-mon[112137]: from='client.129579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:51 smithi066 ceph-mon[112137]: pgmap v4371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:51 smithi203 ceph-mon[117428]: from='client.129579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:51 smithi203 ceph-mon[117428]: pgmap v4371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:51 smithi137 ceph-mon[117020]: from='client.129579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:51 smithi137 ceph-mon[117020]: pgmap v4371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:53 smithi066 ceph-mon[112137]: pgmap v4372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:53.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:53 smithi203 ceph-mon[117428]: pgmap v4372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:53 smithi137 ceph-mon[117020]: pgmap v4372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:55.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:38:55.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:55.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:55 smithi066 ceph-mon[112137]: pgmap v4373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:38:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:55 smithi203 ceph-mon[117428]: pgmap v4373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:38:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:55 smithi137 ceph-mon[117020]: pgmap v4373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:38:56.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:38:56.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:56.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:56.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:56.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:38:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:57 smithi066 ceph-mon[112137]: from='client.129654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:57 smithi066 ceph-mon[112137]: pgmap v4374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:57 smithi203 ceph-mon[117428]: from='client.129654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:57 smithi203 ceph-mon[117428]: pgmap v4374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:57 smithi137 ceph-mon[117020]: from='client.129654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:57 smithi137 ceph-mon[117020]: pgmap v4374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:38:59 smithi066 ceph-mon[112137]: pgmap v4375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:39:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:38:59 smithi203 ceph-mon[117428]: pgmap v4375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:39:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:38:59 smithi137 ceph-mon[117020]: pgmap v4375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:39:01.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:01.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:01.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:01 smithi066 ceph-mon[112137]: pgmap v4376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:39:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:01 smithi203 ceph-mon[117428]: pgmap v4376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:39:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:01 smithi137 ceph-mon[117020]: pgmap v4376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:39:02.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:02.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:02.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:02.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:02.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:02 smithi066 ceph-mon[112137]: from='client.129726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:02 smithi203 ceph-mon[117428]: from='client.129726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:02 smithi137 ceph-mon[117020]: from='client.129726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:03 smithi066 ceph-mon[112137]: pgmap v4377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:03 smithi203 ceph-mon[117428]: pgmap v4377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:03 smithi137 ceph-mon[117020]: pgmap v4377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:06.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:05 smithi203 ceph-mon[117428]: pgmap v4378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:05 smithi137 ceph-mon[117020]: pgmap v4378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:05 smithi066 ceph-mon[112137]: pgmap v4378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:07.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:07.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:07.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:07.877 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:07.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:07.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:07.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:07.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:07 smithi203 ceph-mon[117428]: pgmap v4379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:07 smithi137 ceph-mon[117020]: pgmap v4379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:07 smithi066 ceph-mon[112137]: pgmap v4379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:08 smithi203 ceph-mon[117428]: from='client.129804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:08 smithi137 ceph-mon[117020]: from='client.129804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:08 smithi066 ceph-mon[112137]: from='client.129804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:09 smithi203 ceph-mon[117428]: pgmap v4380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:09 smithi137 ceph-mon[117020]: pgmap v4380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:09 smithi066 ceph-mon[112137]: pgmap v4380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:12.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:11 smithi203 ceph-mon[117428]: pgmap v4381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:11 smithi137 ceph-mon[117020]: pgmap v4381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:11 smithi066 ceph-mon[112137]: pgmap v4381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:12.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:12.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:12.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:13 smithi066 ceph-mon[112137]: pgmap v4382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:13 smithi203 ceph-mon[117428]: pgmap v4382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:13.598 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:13.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:13.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:13.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:13.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:13 smithi137 ceph-mon[117020]: pgmap v4382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:14 smithi066 ceph-mon[112137]: from='client.129876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:14 smithi203 ceph-mon[117428]: from='client.129876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:14 smithi137 ceph-mon[117020]: from='client.129876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:15.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:15 smithi066 ceph-mon[112137]: pgmap v4383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:15 smithi203 ceph-mon[117428]: pgmap v4383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:15 smithi137 ceph-mon[117020]: pgmap v4383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:17 smithi066 ceph-mon[112137]: pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:17 smithi203 ceph-mon[117428]: pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:17 smithi137 ceph-mon[117020]: pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:18.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:18.600 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:18.600 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:19.322 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:19.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:19.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:19.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:19.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:19 smithi066 ceph-mon[112137]: pgmap v4385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:19 smithi066 ceph-mon[112137]: from='client.129951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:20.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:19 smithi203 ceph-mon[117428]: pgmap v4385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:20.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:19 smithi203 ceph-mon[117428]: from='client.129951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:19 smithi137 ceph-mon[117020]: pgmap v4385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:19 smithi137 ceph-mon[117020]: from='client.129951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:21 smithi066 ceph-mon[112137]: pgmap v4386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:21 smithi203 ceph-mon[117428]: pgmap v4386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:21 smithi137 ceph-mon[117020]: pgmap v4386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:23 smithi066 ceph-mon[112137]: pgmap v4387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:23 smithi203 ceph-mon[117428]: pgmap v4387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:23 smithi137 ceph-mon[117020]: pgmap v4387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:24.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:24.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:24.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:25.042 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:25.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:25.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:25.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:25.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:25 smithi066 ceph-mon[112137]: pgmap v4388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:25.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:25 smithi066 ceph-mon[112137]: from='client.130023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:26.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:25 smithi203 ceph-mon[117428]: pgmap v4388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:25 smithi203 ceph-mon[117428]: from='client.130023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:25 smithi137 ceph-mon[117020]: pgmap v4388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:25 smithi137 ceph-mon[117020]: from='client.130023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:27 smithi066 ceph-mon[112137]: pgmap v4389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:39:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:27 smithi203 ceph-mon[117428]: pgmap v4389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:39:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:27 smithi137 ceph-mon[117020]: pgmap v4389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:39:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:29 smithi203 ceph-mon[117428]: pgmap v4390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:29 smithi137 ceph-mon[117020]: pgmap v4390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:29 smithi066 ceph-mon[112137]: pgmap v4390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:30.762 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:30.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:30.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:30.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:30.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:31 smithi203 ceph-mon[117428]: from='client.130098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:31 smithi203 ceph-mon[117428]: pgmap v4391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:31 smithi137 ceph-mon[117020]: from='client.130098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:31 smithi137 ceph-mon[117020]: pgmap v4391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:31 smithi066 ceph-mon[112137]: from='client.130098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:31 smithi066 ceph-mon[112137]: pgmap v4391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:33 smithi066 ceph-mon[112137]: pgmap v4392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:33 smithi203 ceph-mon[117428]: pgmap v4392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:33 smithi137 ceph-mon[117020]: pgmap v4392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:39:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:39:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:39:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:39:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:39:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:39:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:39:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:39:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:39:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:39:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:39:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:39:35.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:35 smithi066 ceph-mon[112137]: pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:39:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:35 smithi203 ceph-mon[117428]: pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:39:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:35 smithi137 ceph-mon[117020]: pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:39:35.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:35.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:35.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:36.500 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:36.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:36.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:36.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:36.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:37 smithi066 ceph-mon[112137]: from='client.130170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:37 smithi066 ceph-mon[112137]: pgmap v4394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:37 smithi203 ceph-mon[117428]: from='client.130170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:37 smithi203 ceph-mon[117428]: pgmap v4394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:37 smithi137 ceph-mon[117020]: from='client.130170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:37 smithi137 ceph-mon[117020]: pgmap v4394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:39 smithi203 ceph-mon[117428]: pgmap v4395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:39 smithi137 ceph-mon[117020]: pgmap v4395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:39 smithi066 ceph-mon[112137]: pgmap v4395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:41.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:41.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:41.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:41 smithi203 ceph-mon[117428]: pgmap v4396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:41 smithi137 ceph-mon[117020]: pgmap v4396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:42.220 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:42.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:42.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:42.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:42.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:41 smithi066 ceph-mon[112137]: pgmap v4396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:42 smithi203 ceph-mon[117428]: from='client.130245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:42 smithi137 ceph-mon[117020]: from='client.130245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:42 smithi066 ceph-mon[112137]: from='client.130245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:43 smithi203 ceph-mon[117428]: pgmap v4397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:43 smithi137 ceph-mon[117020]: pgmap v4397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:43 smithi066 ceph-mon[112137]: pgmap v4397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:45 smithi203 ceph-mon[117428]: pgmap v4398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:45 smithi137 ceph-mon[117020]: pgmap v4398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:45 smithi066 ceph-mon[112137]: pgmap v4398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:47.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:47.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:47.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:47.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:47.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:47.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:47.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:47.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:47 smithi203 ceph-mon[117428]: pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:47 smithi137 ceph-mon[117020]: pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:47 smithi066 ceph-mon[112137]: pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:48 smithi203 ceph-mon[117428]: from='client.130323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:48 smithi137 ceph-mon[117020]: from='client.130323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:48 smithi066 ceph-mon[112137]: from='client.130323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:50.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:49 smithi203 ceph-mon[117428]: pgmap v4400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:49 smithi137 ceph-mon[117020]: pgmap v4400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:49 smithi066 ceph-mon[112137]: pgmap v4400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:51 smithi203 ceph-mon[117428]: pgmap v4401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:51 smithi137 ceph-mon[117020]: pgmap v4401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:51 smithi066 ceph-mon[112137]: pgmap v4401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:52.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:53 smithi066 ceph-mon[112137]: pgmap v4402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:53.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:53 smithi203 ceph-mon[117428]: pgmap v4402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:53 smithi137 ceph-mon[117020]: pgmap v4402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:53.695 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:53.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:53.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:53.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:53.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:39:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:54 smithi066 ceph-mon[112137]: from='client.130401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:54.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:54 smithi203 ceph-mon[117428]: from='client.130401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:54 smithi137 ceph-mon[117020]: from='client.130401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:55 smithi066 ceph-mon[112137]: pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:55.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:55 smithi203 ceph-mon[117428]: pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:55 smithi137 ceph-mon[117020]: pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:39:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:57 smithi203 ceph-mon[117428]: pgmap v4404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:57 smithi137 ceph-mon[117020]: pgmap v4404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:57 smithi066 ceph-mon[112137]: pgmap v4404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:39:58.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:39:58.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:58.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:59.417 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:39:59.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:59.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:59.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:59.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:39:59 smithi203 ceph-mon[117428]: pgmap v4405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:39:59 smithi137 ceph-mon[117020]: pgmap v4405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:39:59 smithi066 ceph-mon[112137]: pgmap v4405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:00 smithi203 ceph-mon[117428]: from='client.130476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T19:40:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:00 smithi137 ceph-mon[117020]: from='client.130476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T19:40:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:00 smithi066 ceph-mon[112137]: from='client.130476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T19:40:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:01 smithi203 ceph-mon[117428]: pgmap v4406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:01 smithi137 ceph-mon[117020]: pgmap v4406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:01 smithi066 ceph-mon[112137]: pgmap v4406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:03 smithi066 ceph-mon[112137]: pgmap v4407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:03 smithi203 ceph-mon[117428]: pgmap v4407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:03 smithi137 ceph-mon[117020]: pgmap v4407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:04.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:04.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:04.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:05.148 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:05.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:05.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:05.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:05.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:05 smithi203 ceph-mon[117428]: pgmap v4408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:05 smithi203 ceph-mon[117428]: from='client.130551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:05 smithi137 ceph-mon[117020]: pgmap v4408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:05 smithi137 ceph-mon[117020]: from='client.130551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:05 smithi066 ceph-mon[112137]: pgmap v4408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:05 smithi066 ceph-mon[112137]: from='client.130551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:07 smithi203 ceph-mon[117428]: pgmap v4409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:40:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:07 smithi137 ceph-mon[117020]: pgmap v4409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:40:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:07 smithi066 ceph-mon[112137]: pgmap v4409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:40:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:09 smithi203 ceph-mon[117428]: pgmap v4410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:09 smithi137 ceph-mon[117020]: pgmap v4410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:10.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:10.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:10.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:09 smithi066 ceph-mon[112137]: pgmap v4410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:10.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:10.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:10.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:10.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:10.880 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:11 smithi203 ceph-mon[117428]: from='client.130629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:11 smithi203 ceph-mon[117428]: pgmap v4411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:11 smithi137 ceph-mon[117020]: from='client.130629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:11 smithi137 ceph-mon[117020]: pgmap v4411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:11 smithi066 ceph-mon[112137]: from='client.130629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:11 smithi066 ceph-mon[112137]: pgmap v4411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:13 smithi066 ceph-mon[112137]: pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:13 smithi203 ceph-mon[117428]: pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:13 smithi137 ceph-mon[117020]: pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:15.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:15.882 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:15.882 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:15 smithi203 ceph-mon[117428]: pgmap v4413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:40:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:15 smithi137 ceph-mon[117020]: pgmap v4413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:40:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:15 smithi066 ceph-mon[112137]: pgmap v4413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:40:16.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:16.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:16.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:16.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:16.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:17 smithi203 ceph-mon[117428]: from='client.130698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:17 smithi203 ceph-mon[117428]: pgmap v4414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:17 smithi137 ceph-mon[117020]: from='client.130698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:17 smithi137 ceph-mon[117020]: pgmap v4414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:17 smithi066 ceph-mon[112137]: from='client.130698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:17 smithi066 ceph-mon[112137]: pgmap v4414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:19 smithi203 ceph-mon[117428]: pgmap v4415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:19 smithi137 ceph-mon[117020]: pgmap v4415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:19 smithi066 ceph-mon[112137]: pgmap v4415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:21.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:21.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:21.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:21 smithi203 ceph-mon[117428]: pgmap v4416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:21 smithi137 ceph-mon[117020]: pgmap v4416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:21 smithi066 ceph-mon[112137]: pgmap v4416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:22.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:22.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:22.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:22.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:22.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:22 smithi203 ceph-mon[117428]: from='client.130776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:22 smithi137 ceph-mon[117020]: from='client.130776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:22 smithi066 ceph-mon[112137]: from='client.130776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:23 smithi203 ceph-mon[117428]: pgmap v4417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:23 smithi137 ceph-mon[117020]: pgmap v4417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:23 smithi066 ceph-mon[112137]: pgmap v4417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:25 smithi203 ceph-mon[117428]: pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:40:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:25 smithi137 ceph-mon[117020]: pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:40:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:25 smithi066 ceph-mon[112137]: pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:40:27.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:27.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:27.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:28.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:28.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:28.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:28.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:28.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:27 smithi203 ceph-mon[117428]: pgmap v4419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:40:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:27 smithi137 ceph-mon[117020]: pgmap v4419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:40:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:27 smithi066 ceph-mon[112137]: pgmap v4419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:40:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:28 smithi203 ceph-mon[117428]: from='client.130854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:28 smithi137 ceph-mon[117020]: from='client.130854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:28 smithi066 ceph-mon[112137]: from='client.130854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:29 smithi203 ceph-mon[117428]: pgmap v4420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:29 smithi137 ceph-mon[117020]: pgmap v4420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:29 smithi066 ceph-mon[112137]: pgmap v4420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:31 smithi203 ceph-mon[117428]: pgmap v4421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:31 smithi137 ceph-mon[117020]: pgmap v4421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:31 smithi066 ceph-mon[112137]: pgmap v4421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:33.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:33.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:33.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:33 smithi066 ceph-mon[112137]: pgmap v4422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:33 smithi203 ceph-mon[117428]: pgmap v4422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:33 smithi137 ceph-mon[117020]: pgmap v4422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:33.781 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:33.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:33.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:33.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:33.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:34 smithi066 ceph-mon[112137]: from='client.130932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:40:34.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:34 smithi203 ceph-mon[117428]: from='client.130932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:40:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:34 smithi137 ceph-mon[117020]: from='client.130932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:40:35.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:40:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:40:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:40:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:35 smithi066 ceph-mon[112137]: pgmap v4423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:40:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:40:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:40:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:40:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:35 smithi203 ceph-mon[117428]: pgmap v4423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:40:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:40:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:40:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:40:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:35 smithi137 ceph-mon[117020]: pgmap v4423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:40:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:37 smithi203 ceph-mon[117428]: pgmap v4424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:40:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:37 smithi137 ceph-mon[117020]: pgmap v4424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:40:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:37 smithi066 ceph-mon[112137]: pgmap v4424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:40:38.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:38.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:38.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:39.519 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:39.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:39.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:39.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:39.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:40.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:39 smithi203 ceph-mon[117428]: pgmap v4425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:39 smithi137 ceph-mon[117020]: pgmap v4425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:39 smithi066 ceph-mon[112137]: pgmap v4425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:40 smithi203 ceph-mon[117428]: from='client.131007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:40 smithi137 ceph-mon[117020]: from='client.131007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:40 smithi066 ceph-mon[112137]: from='client.131007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:41 smithi203 ceph-mon[117428]: pgmap v4426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:41 smithi137 ceph-mon[117020]: pgmap v4426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:41 smithi066 ceph-mon[112137]: pgmap v4426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:43 smithi066 ceph-mon[112137]: pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:43 smithi203 ceph-mon[117428]: pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:43 smithi137 ceph-mon[117020]: pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:44.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:44.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:44.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:45.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:45.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:45.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:45.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:45.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:45 smithi203 ceph-mon[117428]: pgmap v4428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:45 smithi203 ceph-mon[117428]: from='client.131082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:45 smithi137 ceph-mon[117020]: pgmap v4428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:45 smithi137 ceph-mon[117020]: from='client.131082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:45 smithi066 ceph-mon[112137]: pgmap v4428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:45 smithi066 ceph-mon[112137]: from='client.131082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:47 smithi203 ceph-mon[117428]: pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:40:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:47 smithi137 ceph-mon[117020]: pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:40:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:47 smithi066 ceph-mon[112137]: pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:40:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:49 smithi203 ceph-mon[117428]: pgmap v4430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:50.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:49 smithi137 ceph-mon[117020]: pgmap v4430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:49 smithi066 ceph-mon[112137]: pgmap v4430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:50.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:50.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:50.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:50.999 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:50.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:51.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:51.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:51.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:51 smithi203 ceph-mon[117428]: from='client.131160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:51 smithi203 ceph-mon[117428]: pgmap v4431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:51 smithi137 ceph-mon[117020]: from='client.131160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:51 smithi137 ceph-mon[117020]: pgmap v4431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:51 smithi066 ceph-mon[112137]: from='client.131160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:51 smithi066 ceph-mon[112137]: pgmap v4431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:53 smithi066 ceph-mon[112137]: pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:53 smithi203 ceph-mon[117428]: pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:53 smithi137 ceph-mon[117020]: pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:56.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:40:56.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:56.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:55 smithi203 ceph-mon[117428]: pgmap v4433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:40:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:55 smithi137 ceph-mon[117020]: pgmap v4433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:40:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:55 smithi066 ceph-mon[112137]: pgmap v4433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:40:56.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:40:56.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:56.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:56.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:56.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:40:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:57 smithi203 ceph-mon[117428]: from='client.131232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:57 smithi203 ceph-mon[117428]: pgmap v4434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:57 smithi137 ceph-mon[117020]: from='client.131232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:57 smithi137 ceph-mon[117020]: pgmap v4434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:57 smithi066 ceph-mon[112137]: from='client.131232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:57 smithi066 ceph-mon[112137]: pgmap v4434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:40:59 smithi203 ceph-mon[117428]: pgmap v4435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:40:59 smithi137 ceph-mon[117020]: pgmap v4435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:40:59 smithi066 ceph-mon[112137]: pgmap v4435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:01.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:01.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:01.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:01 smithi203 ceph-mon[117428]: pgmap v4436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:01 smithi137 ceph-mon[117020]: pgmap v4436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:01 smithi066 ceph-mon[112137]: pgmap v4436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:02.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:02.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:02.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:02.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:02.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:03 smithi066 ceph-mon[112137]: from='client.131307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:03 smithi066 ceph-mon[112137]: pgmap v4437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:03 smithi203 ceph-mon[117428]: from='client.131307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:03 smithi203 ceph-mon[117428]: pgmap v4437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:03 smithi137 ceph-mon[117020]: from='client.131307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:03 smithi137 ceph-mon[117020]: pgmap v4437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:05 smithi203 ceph-mon[117428]: pgmap v4438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:05 smithi137 ceph-mon[117020]: pgmap v4438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:05 smithi066 ceph-mon[112137]: pgmap v4438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:07.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:07.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:07.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:07 smithi203 ceph-mon[117428]: pgmap v4439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:07 smithi137 ceph-mon[117020]: pgmap v4439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:08.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:08.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:08.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:08.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:08.167 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:07 smithi066 ceph-mon[112137]: pgmap v4439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:08 smithi203 ceph-mon[117428]: from='client.131382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:08 smithi137 ceph-mon[117020]: from='client.131382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:08 smithi066 ceph-mon[112137]: from='client.131382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:09 smithi203 ceph-mon[117428]: pgmap v4440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:09 smithi137 ceph-mon[117020]: pgmap v4440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:09 smithi066 ceph-mon[112137]: pgmap v4440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:11 smithi203 ceph-mon[117428]: pgmap v4441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:11 smithi137 ceph-mon[117020]: pgmap v4441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:11 smithi066 ceph-mon[112137]: pgmap v4441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:13.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:13.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:13.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:13 smithi066 ceph-mon[112137]: pgmap v4442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:13 smithi203 ceph-mon[117428]: pgmap v4442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:13 smithi137 ceph-mon[117020]: pgmap v4442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:13.897 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:13.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:13.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:13.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:13.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:14 smithi066 ceph-mon[112137]: from='client.131457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:14 smithi203 ceph-mon[117428]: from='client.131457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:14 smithi137 ceph-mon[117020]: from='client.131457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:15 smithi203 ceph-mon[117428]: pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:15 smithi137 ceph-mon[117020]: pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:15 smithi066 ceph-mon[112137]: pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:17 smithi203 ceph-mon[117428]: pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:17 smithi137 ceph-mon[117020]: pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:17 smithi066 ceph-mon[112137]: pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:18.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:18.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:18.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:19.621 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:19.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:19.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:19.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:19.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:19 smithi203 ceph-mon[117428]: pgmap v4445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:19 smithi137 ceph-mon[117020]: pgmap v4445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:19 smithi066 ceph-mon[112137]: pgmap v4445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:20 smithi203 ceph-mon[117428]: from='client.131529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:20 smithi137 ceph-mon[117020]: from='client.131529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:20 smithi066 ceph-mon[112137]: from='client.131529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:21 smithi203 ceph-mon[117428]: pgmap v4446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:21 smithi137 ceph-mon[117020]: pgmap v4446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:21 smithi066 ceph-mon[112137]: pgmap v4446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:23 smithi066 ceph-mon[112137]: pgmap v4447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:23 smithi203 ceph-mon[117428]: pgmap v4447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:23 smithi137 ceph-mon[117020]: pgmap v4447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:24.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:24.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:24.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:25.346 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:25.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:25.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:25.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:25.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:26.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:25 smithi203 ceph-mon[117428]: pgmap v4448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:25 smithi203 ceph-mon[117428]: from='client.131604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:25 smithi137 ceph-mon[117020]: pgmap v4448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:25 smithi137 ceph-mon[117020]: from='client.131604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:25 smithi066 ceph-mon[112137]: pgmap v4448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:25 smithi066 ceph-mon[112137]: from='client.131604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:27 smithi203 ceph-mon[117428]: pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:41:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:27 smithi137 ceph-mon[117020]: pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:41:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:27 smithi066 ceph-mon[112137]: pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:41:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:29 smithi203 ceph-mon[117428]: pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:29 smithi137 ceph-mon[117020]: pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:29 smithi066 ceph-mon[112137]: pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:30.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:30.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:30.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:31.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:31.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:31.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:31.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:31.065 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:31 smithi203 ceph-mon[117428]: pgmap v4451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:31 smithi203 ceph-mon[117428]: from='client.131676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:31 smithi137 ceph-mon[117020]: pgmap v4451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:31 smithi137 ceph-mon[117020]: from='client.131676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:31 smithi066 ceph-mon[112137]: pgmap v4451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:31 smithi066 ceph-mon[112137]: from='client.131676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:33 smithi066 ceph-mon[112137]: pgmap v4452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:33 smithi203 ceph-mon[117428]: pgmap v4452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:33 smithi137 ceph-mon[117020]: pgmap v4452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:41:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:41:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:41:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:35 smithi066 ceph-mon[112137]: pgmap v4453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:41:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:41:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:41:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:41:36.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:36.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:36.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:36.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:35 smithi203 ceph-mon[117428]: pgmap v4453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:41:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:41:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:41:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:41:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:35 smithi137 ceph-mon[117020]: pgmap v4453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:41:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:41:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:41:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:41:36.775 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:36.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:36.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:36.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:36.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:37 smithi066 ceph-mon[112137]: from='client.131754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:37 smithi066 ceph-mon[112137]: pgmap v4454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:37 smithi203 ceph-mon[117428]: from='client.131754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:37 smithi203 ceph-mon[117428]: pgmap v4454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:37 smithi137 ceph-mon[117020]: from='client.131754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:37 smithi137 ceph-mon[117020]: pgmap v4454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:39 smithi066 ceph-mon[112137]: pgmap v4455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:40.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:39 smithi203 ceph-mon[117428]: pgmap v4455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:39 smithi137 ceph-mon[117020]: pgmap v4455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:41.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:41.777 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:41.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:41 smithi066 ceph-mon[112137]: pgmap v4456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:42.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:41 smithi203 ceph-mon[117428]: pgmap v4456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:41 smithi137 ceph-mon[117020]: pgmap v4456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:42.512 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:42.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:42.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:42.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:42.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:43 smithi203 ceph-mon[117428]: from='client.131829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:43 smithi203 ceph-mon[117428]: pgmap v4457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:43 smithi137 ceph-mon[117020]: from='client.131829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:43 smithi137 ceph-mon[117020]: pgmap v4457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:43 smithi066 ceph-mon[112137]: from='client.131829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:43 smithi066 ceph-mon[112137]: pgmap v4457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:46.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:45 smithi203 ceph-mon[117428]: pgmap v4458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:45 smithi137 ceph-mon[117020]: pgmap v4458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:45 smithi066 ceph-mon[112137]: pgmap v4458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:47.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:47.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:47.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:47 smithi203 ceph-mon[117428]: pgmap v4459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:47 smithi137 ceph-mon[117020]: pgmap v4459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:48.234 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:48.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:48.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:48.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:48.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:47 smithi066 ceph-mon[112137]: pgmap v4459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:48 smithi203 ceph-mon[117428]: from='client.131907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:48 smithi137 ceph-mon[117020]: from='client.131907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:48 smithi066 ceph-mon[112137]: from='client.131907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:49 smithi203 ceph-mon[117428]: pgmap v4460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:49 smithi137 ceph-mon[117020]: pgmap v4460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:49 smithi066 ceph-mon[112137]: pgmap v4460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:51 smithi203 ceph-mon[117428]: pgmap v4461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:51 smithi137 ceph-mon[117020]: pgmap v4461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:51 smithi066 ceph-mon[112137]: pgmap v4461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:53.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:53.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:53.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:53 smithi203 ceph-mon[117428]: pgmap v4462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:53 smithi137 ceph-mon[117020]: pgmap v4462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:53 smithi066 ceph-mon[112137]: pgmap v4462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:53.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:53.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:53.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:53.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:41:53.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:54.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:54 smithi203 ceph-mon[117428]: from='client.131985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:54 smithi137 ceph-mon[117020]: from='client.131985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:54 smithi066 ceph-mon[112137]: from='client.131985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:55.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:55 smithi203 ceph-mon[117428]: pgmap v4463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:55 smithi137 ceph-mon[117020]: pgmap v4463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:55 smithi066 ceph-mon[112137]: pgmap v4463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:41:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:57 smithi203 ceph-mon[117428]: pgmap v4464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:57 smithi137 ceph-mon[117020]: pgmap v4464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:57 smithi066 ceph-mon[112137]: pgmap v4464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:41:58.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:41:58.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:58.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:59.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:41:59.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:59.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:59.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:59.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:41:59 smithi203 ceph-mon[117428]: pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:41:59 smithi137 ceph-mon[117020]: pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:41:59 smithi066 ceph-mon[112137]: pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:00 smithi203 ceph-mon[117428]: from='client.132057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:00 smithi137 ceph-mon[117020]: from='client.132057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:00 smithi066 ceph-mon[112137]: from='client.132057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:01 smithi203 ceph-mon[117428]: pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:42:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:01 smithi137 ceph-mon[117020]: pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:42:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:01 smithi066 ceph-mon[112137]: pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:42:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:03 smithi203 ceph-mon[117428]: pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:42:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:03 smithi137 ceph-mon[117020]: pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:42:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:03 smithi066 ceph-mon[112137]: pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:42:04.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:04.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:04.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:05.413 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:05.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:05.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:05.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:05.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:05 smithi203 ceph-mon[117428]: pgmap v4468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:05 smithi203 ceph-mon[117428]: from='client.132129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:05 smithi137 ceph-mon[117020]: pgmap v4468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:05 smithi137 ceph-mon[117020]: from='client.132129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:05 smithi066 ceph-mon[112137]: pgmap v4468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:05 smithi066 ceph-mon[112137]: from='client.132129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:07 smithi203 ceph-mon[117428]: pgmap v4469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:42:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:07 smithi137 ceph-mon[117020]: pgmap v4469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:42:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:07 smithi066 ceph-mon[112137]: pgmap v4469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:42:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:09 smithi203 ceph-mon[117428]: pgmap v4470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:09 smithi137 ceph-mon[117020]: pgmap v4470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:09 smithi066 ceph-mon[112137]: pgmap v4470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:10.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:10.415 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:10.415 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:11.145 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:11.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:11.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:11.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:11.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:11 smithi203 ceph-mon[117428]: pgmap v4471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:11 smithi203 ceph-mon[117428]: from='client.132207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:11 smithi137 ceph-mon[117020]: pgmap v4471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:11 smithi137 ceph-mon[117020]: from='client.132207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:11 smithi066 ceph-mon[112137]: pgmap v4471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:11 smithi066 ceph-mon[112137]: from='client.132207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:13 smithi203 ceph-mon[117428]: pgmap v4472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:42:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:13 smithi137 ceph-mon[117020]: pgmap v4472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:42:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:13 smithi066 ceph-mon[112137]: pgmap v4472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:42:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:15 smithi203 ceph-mon[117428]: pgmap v4473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:42:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:15 smithi137 ceph-mon[117020]: pgmap v4473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:42:16.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:16.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:16.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:15 smithi066 ceph-mon[112137]: pgmap v4473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:42:16.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:16.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:16.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:16.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:16.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:17 smithi203 ceph-mon[117428]: from='client.132285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:17 smithi203 ceph-mon[117428]: pgmap v4474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:17 smithi137 ceph-mon[117020]: from='client.132285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:17 smithi137 ceph-mon[117020]: pgmap v4474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:17 smithi066 ceph-mon[112137]: from='client.132285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:17 smithi066 ceph-mon[112137]: pgmap v4474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:20.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:19 smithi203 ceph-mon[117428]: pgmap v4475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:19 smithi137 ceph-mon[117020]: pgmap v4475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:19 smithi066 ceph-mon[112137]: pgmap v4475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:21.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:21.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:21.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:21 smithi203 ceph-mon[117428]: pgmap v4476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:21 smithi137 ceph-mon[117020]: pgmap v4476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:21 smithi066 ceph-mon[112137]: pgmap v4476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:22.623 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:22.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:22.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:22.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:22.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:23 smithi203 ceph-mon[117428]: from='client.132363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:23 smithi203 ceph-mon[117428]: pgmap v4477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:23 smithi137 ceph-mon[117020]: from='client.132363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:23 smithi137 ceph-mon[117020]: pgmap v4477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:23 smithi066 ceph-mon[112137]: from='client.132363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:23 smithi066 ceph-mon[112137]: pgmap v4477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:25 smithi203 ceph-mon[117428]: pgmap v4478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:42:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:25 smithi137 ceph-mon[117020]: pgmap v4478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:42:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:25 smithi066 ceph-mon[112137]: pgmap v4478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:42:27.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:27.625 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:27.625 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:27 smithi203 ceph-mon[117428]: pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:42:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:27 smithi137 ceph-mon[117020]: pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:42:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:27 smithi066 ceph-mon[112137]: pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:42:28.346 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:28.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:28.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:28.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:28.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:28 smithi203 ceph-mon[117428]: from='client.132441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:28 smithi137 ceph-mon[117020]: from='client.132441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:28 smithi066 ceph-mon[112137]: from='client.132441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:29 smithi203 ceph-mon[117428]: pgmap v4480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:29 smithi137 ceph-mon[117020]: pgmap v4480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:29 smithi066 ceph-mon[112137]: pgmap v4480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:31 smithi203 ceph-mon[117428]: pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:31 smithi137 ceph-mon[117020]: pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:31 smithi066 ceph-mon[112137]: pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:33.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:33.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:33.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:33 smithi203 ceph-mon[117428]: pgmap v4482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:33 smithi137 ceph-mon[117020]: pgmap v4482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:33 smithi066 ceph-mon[112137]: pgmap v4482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:34.070 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:34.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:34.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:34.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:34.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:34 smithi203 ceph-mon[117428]: from='client.132519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:34 smithi137 ceph-mon[117020]: from='client.132519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:34 smithi066 ceph-mon[112137]: from='client.132519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:35 smithi203 ceph-mon[117428]: pgmap v4483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:42:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:35 smithi137 ceph-mon[117020]: pgmap v4483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:42:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:35 smithi066 ceph-mon[112137]: pgmap v4483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:42:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:42:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:42:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:42:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:42:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:42:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:42:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:42:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:42:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:42:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:42:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:42:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:42:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:37 smithi203 ceph-mon[117428]: pgmap v4484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:42:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:37 smithi137 ceph-mon[117020]: pgmap v4484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:42:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:37 smithi066 ceph-mon[112137]: pgmap v4484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:42:39.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:39.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:39.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:39.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:39.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:39.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:39.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:39.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:39 smithi203 ceph-mon[117428]: pgmap v4485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:39 smithi137 ceph-mon[117020]: pgmap v4485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:40.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:39 smithi066 ceph-mon[112137]: pgmap v4485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:40 smithi203 ceph-mon[117428]: from='client.132591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:40 smithi137 ceph-mon[117020]: from='client.132591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:40 smithi066 ceph-mon[112137]: from='client.132591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:41 smithi203 ceph-mon[117428]: pgmap v4486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:42:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:41 smithi137 ceph-mon[117020]: pgmap v4486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:42:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:41 smithi066 ceph-mon[112137]: pgmap v4486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:42:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:43 smithi203 ceph-mon[117428]: pgmap v4487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:42:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:43 smithi137 ceph-mon[117020]: pgmap v4487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:42:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:43 smithi066 ceph-mon[112137]: pgmap v4487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T19:42:44.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:44.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:44.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:45.520 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:45.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:45.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:45.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:45.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:45 smithi203 ceph-mon[117428]: pgmap v4488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:45 smithi137 ceph-mon[117020]: pgmap v4488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:45 smithi066 ceph-mon[112137]: pgmap v4488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:46 smithi203 ceph-mon[117428]: from='client.132663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:46 smithi137 ceph-mon[117020]: from='client.132663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:46 smithi066 ceph-mon[112137]: from='client.132663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:47 smithi203 ceph-mon[117428]: pgmap v4489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:42:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:47 smithi137 ceph-mon[117020]: pgmap v4489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:42:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:47 smithi066 ceph-mon[112137]: pgmap v4489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:42:50.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:49 smithi203 ceph-mon[117428]: pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:49 smithi137 ceph-mon[117020]: pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:49 smithi066 ceph-mon[112137]: pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:50.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:50.522 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:50.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:51.247 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:51.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:51.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:51.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:51.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:51 smithi203 ceph-mon[117428]: pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:51 smithi203 ceph-mon[117428]: from='client.132741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:51 smithi137 ceph-mon[117020]: pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:51 smithi137 ceph-mon[117020]: from='client.132741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:51 smithi066 ceph-mon[112137]: pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:51 smithi066 ceph-mon[112137]: from='client.132741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:53.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:53 smithi203 ceph-mon[117428]: pgmap v4492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:42:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:53 smithi137 ceph-mon[117020]: pgmap v4492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:42:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:53 smithi066 ceph-mon[112137]: pgmap v4492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:42:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:55 smithi203 ceph-mon[117428]: pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:55 smithi137 ceph-mon[117020]: pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:55 smithi066 ceph-mon[112137]: pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:56.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:42:56.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:56.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:56.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:42:56.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:56.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:56.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:56.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:42:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:57 smithi203 ceph-mon[117428]: from='client.132819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:57 smithi203 ceph-mon[117428]: pgmap v4494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:57 smithi137 ceph-mon[117020]: from='client.132819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:57 smithi137 ceph-mon[117020]: pgmap v4494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:57 smithi066 ceph-mon[112137]: from='client.132819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:57 smithi066 ceph-mon[112137]: pgmap v4494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:00.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:42:59 smithi203 ceph-mon[117428]: pgmap v4495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:42:59 smithi137 ceph-mon[117020]: pgmap v4495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:42:59 smithi066 ceph-mon[112137]: pgmap v4495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:01.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:01.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:01.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:01 smithi203 ceph-mon[117428]: pgmap v4496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:01 smithi137 ceph-mon[117020]: pgmap v4496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:01 smithi066 ceph-mon[112137]: pgmap v4496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:02.702 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:02.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:02.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:02.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:02.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:03 smithi203 ceph-mon[117428]: from='client.132891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:03 smithi203 ceph-mon[117428]: pgmap v4497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:03 smithi137 ceph-mon[117020]: from='client.132891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:03 smithi137 ceph-mon[117020]: pgmap v4497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:03 smithi066 ceph-mon[112137]: from='client.132891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:03 smithi066 ceph-mon[112137]: pgmap v4497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:05 smithi203 ceph-mon[117428]: pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:43:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:05 smithi137 ceph-mon[117020]: pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:43:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:05 smithi066 ceph-mon[112137]: pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:43:07.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:07.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:07.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:07 smithi203 ceph-mon[117428]: pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:43:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:07 smithi137 ceph-mon[117020]: pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:43:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:07 smithi066 ceph-mon[112137]: pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:43:08.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:08.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:08.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:08.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:08.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:09 smithi203 ceph-mon[117428]: from='client.132963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:09 smithi203 ceph-mon[117428]: pgmap v4500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:09 smithi137 ceph-mon[117020]: from='client.132963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:09 smithi137 ceph-mon[117020]: pgmap v4500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:09 smithi066 ceph-mon[112137]: from='client.132963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:09 smithi066 ceph-mon[112137]: pgmap v4500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:12.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:11 smithi203 ceph-mon[117428]: pgmap v4501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:11 smithi137 ceph-mon[117020]: pgmap v4501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:11 smithi066 ceph-mon[112137]: pgmap v4501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:13.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:13.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:13.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:13 smithi203 ceph-mon[117428]: pgmap v4502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:13 smithi137 ceph-mon[117020]: pgmap v4502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:13 smithi066 ceph-mon[112137]: pgmap v4502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:14.151 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:14.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:14.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:14.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:14.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:14 smithi203 ceph-mon[117428]: from='client.133041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:14 smithi137 ceph-mon[117020]: from='client.133041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:14 smithi066 ceph-mon[112137]: from='client.133041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:15.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:15 smithi203 ceph-mon[117428]: pgmap v4503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:43:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:15 smithi137 ceph-mon[117020]: pgmap v4503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:43:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:15 smithi066 ceph-mon[112137]: pgmap v4503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T19:43:18.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:17 smithi203 ceph-mon[117428]: pgmap v4504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:43:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:17 smithi137 ceph-mon[117020]: pgmap v4504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:43:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:17 smithi066 ceph-mon[112137]: pgmap v4504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T19:43:19.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:19.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:19.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:19.900 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:19.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:19.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:19.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:19.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:19 smithi203 ceph-mon[117428]: pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:19 smithi137 ceph-mon[117020]: pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:19 smithi066 ceph-mon[112137]: pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:20 smithi203 ceph-mon[117428]: from='client.133119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:20 smithi137 ceph-mon[117020]: from='client.133119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:20 smithi066 ceph-mon[112137]: from='client.133119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:21 smithi203 ceph-mon[117428]: pgmap v4506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:21 smithi137 ceph-mon[117020]: pgmap v4506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:22.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:21 smithi066 ceph-mon[112137]: pgmap v4506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:23 smithi203 ceph-mon[117428]: pgmap v4507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:23 smithi137 ceph-mon[117020]: pgmap v4507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:23 smithi066 ceph-mon[112137]: pgmap v4507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:24.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:24.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:24.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:25.630 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:25.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:25.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:25.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:25.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:26.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:25 smithi203 ceph-mon[117428]: pgmap v4508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:25 smithi137 ceph-mon[117020]: pgmap v4508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:25 smithi066 ceph-mon[112137]: pgmap v4508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:26 smithi203 ceph-mon[117428]: from='client.133194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:26 smithi137 ceph-mon[117020]: from='client.133194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:26 smithi066 ceph-mon[112137]: from='client.133194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:27 smithi203 ceph-mon[117428]: pgmap v4509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:43:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:27 smithi137 ceph-mon[117020]: pgmap v4509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:43:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:27 smithi066 ceph-mon[112137]: pgmap v4509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T19:43:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:29 smithi203 ceph-mon[117428]: pgmap v4510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:29 smithi137 ceph-mon[117020]: pgmap v4510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:29 smithi066 ceph-mon[112137]: pgmap v4510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:30.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:30.633 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:30.633 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:31.366 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:31.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:31.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:31.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:31.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:31 smithi203 ceph-mon[117428]: pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:31 smithi203 ceph-mon[117428]: from='client.133269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:31 smithi137 ceph-mon[117020]: pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:31 smithi137 ceph-mon[117020]: from='client.133269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:31 smithi066 ceph-mon[112137]: pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:31 smithi066 ceph-mon[112137]: from='client.133269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:33 smithi203 ceph-mon[117428]: pgmap v4512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:33 smithi137 ceph-mon[117020]: pgmap v4512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:33 smithi066 ceph-mon[112137]: pgmap v4512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:36.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:35 smithi203 ceph-mon[117428]: pgmap v4513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:35 smithi137 ceph-mon[117020]: pgmap v4513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:35 smithi066 ceph-mon[112137]: pgmap v4513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:36.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:36.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:36.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:43:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:43:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:37.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:37.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:37.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:37.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:43:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:37 smithi203 ceph-mon[117428]: pgmap v4514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:37 smithi203 ceph-mon[117428]: from='client.133347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:43:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:43:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:37 smithi137 ceph-mon[117020]: pgmap v4514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:37 smithi137 ceph-mon[117020]: from='client.133347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:43:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:43:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:37 smithi066 ceph-mon[112137]: pgmap v4514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:37 smithi066 ceph-mon[112137]: from='client.133347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:43:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:43:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:43:40.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:39 smithi203 ceph-mon[117428]: pgmap v4515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:39 smithi137 ceph-mon[117020]: pgmap v4515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:39 smithi066 ceph-mon[112137]: pgmap v4515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:41 smithi203 ceph-mon[117428]: pgmap v4516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:41 smithi137 ceph-mon[117020]: pgmap v4516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:42.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:42.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:42.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:41 smithi066 ceph-mon[112137]: pgmap v4516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:42.877 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:42.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:42.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:42.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:42.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:43 smithi203 ceph-mon[117428]: from='client.133422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:43 smithi203 ceph-mon[117428]: pgmap v4517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:43 smithi137 ceph-mon[117020]: from='client.133422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:43 smithi137 ceph-mon[117020]: pgmap v4517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:43 smithi066 ceph-mon[112137]: from='client.133422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:43 smithi066 ceph-mon[112137]: pgmap v4517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:45 smithi203 ceph-mon[117428]: pgmap v4518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:45 smithi137 ceph-mon[117020]: pgmap v4518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:45 smithi066 ceph-mon[112137]: pgmap v4518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:47.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:47.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:47.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:47 smithi203 ceph-mon[117428]: pgmap v4519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:47 smithi137 ceph-mon[117020]: pgmap v4519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:47 smithi066 ceph-mon[112137]: pgmap v4519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:48.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:48.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:48.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:48.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:48.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:49 smithi203 ceph-mon[117428]: from='client.133497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:49 smithi203 ceph-mon[117428]: pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:49 smithi137 ceph-mon[117020]: from='client.133497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:49 smithi137 ceph-mon[117020]: pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:49 smithi066 ceph-mon[112137]: from='client.133497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:49 smithi066 ceph-mon[112137]: pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:51 smithi203 ceph-mon[117428]: pgmap v4521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:51 smithi137 ceph-mon[117020]: pgmap v4521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:51 smithi066 ceph-mon[112137]: pgmap v4521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:53 smithi203 ceph-mon[117428]: pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:53 smithi137 ceph-mon[117020]: pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:53 smithi066 ceph-mon[112137]: pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:54.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:54.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:54.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:54.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:43:54.341 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:43:54.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:54 smithi203 ceph-mon[117428]: from='client.133572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:54 smithi137 ceph-mon[117020]: from='client.133572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:54 smithi066 ceph-mon[112137]: from='client.133572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:55 smithi203 ceph-mon[117428]: pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:55 smithi137 ceph-mon[117020]: pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:55 smithi066 ceph-mon[112137]: pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:57 smithi203 ceph-mon[117428]: pgmap v4524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:57 smithi137 ceph-mon[117020]: pgmap v4524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:57 smithi066 ceph-mon[112137]: pgmap v4524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:59.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:43:59.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:59.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:00.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:43:59 smithi203 ceph-mon[117428]: pgmap v4525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:00.086 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:00.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:00.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:00.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:00.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:43:59 smithi137 ceph-mon[117020]: pgmap v4525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:43:59 smithi066 ceph-mon[112137]: pgmap v4525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:00 smithi203 ceph-mon[117428]: from='client.133641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:00 smithi137 ceph-mon[117020]: from='client.133641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:00 smithi066 ceph-mon[112137]: from='client.133641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:01 smithi203 ceph-mon[117428]: pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:01 smithi137 ceph-mon[117020]: pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:01 smithi066 ceph-mon[112137]: pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:03 smithi203 ceph-mon[117428]: pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:03 smithi137 ceph-mon[117020]: pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:03 smithi066 ceph-mon[112137]: pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:05.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:05.088 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:05.088 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:05.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:05.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:05.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:05.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:05.813 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:05 smithi203 ceph-mon[117428]: pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:05 smithi137 ceph-mon[117020]: pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:05 smithi066 ceph-mon[112137]: pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:06 smithi203 ceph-mon[117428]: from='client.133719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:06 smithi137 ceph-mon[117020]: from='client.133719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:06 smithi066 ceph-mon[112137]: from='client.133719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:07 smithi203 ceph-mon[117428]: pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:07 smithi137 ceph-mon[117020]: pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:07 smithi066 ceph-mon[112137]: pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:10.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:09 smithi203 ceph-mon[117428]: pgmap v4530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:09 smithi137 ceph-mon[117020]: pgmap v4530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:09 smithi066 ceph-mon[112137]: pgmap v4530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:10.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:10.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:10.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:11.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:11.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:11.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:11.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:11.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:11 smithi203 ceph-mon[117428]: pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:11 smithi137 ceph-mon[117020]: pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:11 smithi066 ceph-mon[112137]: pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:12 smithi203 ceph-mon[117428]: from='client.133797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:12 smithi137 ceph-mon[117020]: from='client.133797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:12 smithi066 ceph-mon[112137]: from='client.133797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:13 smithi203 ceph-mon[117428]: pgmap v4532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:13 smithi137 ceph-mon[117020]: pgmap v4532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:13 smithi066 ceph-mon[112137]: pgmap v4532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:15 smithi203 ceph-mon[117428]: pgmap v4533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:15 smithi137 ceph-mon[117020]: pgmap v4533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:15 smithi066 ceph-mon[112137]: pgmap v4533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:16.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:16.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:16.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:17.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:17.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:17.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:17.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:17.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:17 smithi203 ceph-mon[117428]: pgmap v4534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:17 smithi203 ceph-mon[117428]: from='client.133875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:17 smithi137 ceph-mon[117020]: pgmap v4534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:17 smithi137 ceph-mon[117020]: from='client.133875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:17 smithi066 ceph-mon[112137]: pgmap v4534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:17 smithi066 ceph-mon[112137]: from='client.133875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:19 smithi137 ceph-mon[117020]: pgmap v4535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:19 smithi066 ceph-mon[112137]: pgmap v4535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:19 smithi203 ceph-mon[117428]: pgmap v4535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:21 smithi137 ceph-mon[117020]: pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:21 smithi066 ceph-mon[112137]: pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:22.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:22.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:22.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:21 smithi203 ceph-mon[117428]: pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:22.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:22.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:22.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:22.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:22.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:23 smithi203 ceph-mon[117428]: from='client.133950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:23 smithi203 ceph-mon[117428]: pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:23 smithi137 ceph-mon[117020]: from='client.133950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:23 smithi137 ceph-mon[117020]: pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:23 smithi066 ceph-mon[112137]: from='client.133950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:23 smithi066 ceph-mon[112137]: pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:25 smithi203 ceph-mon[117428]: pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:25 smithi137 ceph-mon[117020]: pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:25 smithi066 ceph-mon[112137]: pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:27.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:27.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:27.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:27 smithi203 ceph-mon[117428]: pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:27 smithi137 ceph-mon[117020]: pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:27 smithi066 ceph-mon[112137]: pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:28.715 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:28.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:28.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:28.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:28.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:29 smithi203 ceph-mon[117428]: from='client.134025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:29 smithi203 ceph-mon[117428]: pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:29 smithi137 ceph-mon[117020]: from='client.134025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:29 smithi137 ceph-mon[117020]: pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:29 smithi066 ceph-mon[112137]: from='client.134025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:29 smithi066 ceph-mon[112137]: pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:31 smithi203 ceph-mon[117428]: pgmap v4541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:31 smithi137 ceph-mon[117020]: pgmap v4541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:31 smithi066 ceph-mon[112137]: pgmap v4541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:33 smithi203 ceph-mon[117428]: pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:33 smithi137 ceph-mon[117020]: pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:33.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:33.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:33.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:33 smithi066 ceph-mon[112137]: pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:34.439 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:34.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:34.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:34.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:34.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:34.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:34 smithi203 ceph-mon[117428]: from='client.134103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:34 smithi137 ceph-mon[117020]: from='client.134103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:34 smithi066 ceph-mon[112137]: from='client.134103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:35.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:35 smithi203 ceph-mon[117428]: pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:35 smithi137 ceph-mon[117020]: pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:35 smithi066 ceph-mon[112137]: pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:37 smithi203 ceph-mon[117428]: pgmap v4544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:44:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:37 smithi137 ceph-mon[117020]: pgmap v4544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:44:38.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:37 smithi066 ceph-mon[112137]: pgmap v4544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:38.189 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:44:39.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:39.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:39.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:39.938 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:39 smithi203 ceph-mon[117428]: pgmap v4545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:39 smithi137 ceph-mon[117020]: pgmap v4545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:40.127 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:39 smithi066 ceph-mon[112137]: pgmap v4545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:40.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:40.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:40.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:40.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:40.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='client.93118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:44:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='client.93118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:44:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:44:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='client.93118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:44:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:44:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:44:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:41 smithi203 ceph-mon[117428]: pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:41 smithi137 ceph-mon[117020]: pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:41 smithi066 ceph-mon[112137]: pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:43 smithi203 ceph-mon[117428]: pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:43 smithi137 ceph-mon[117020]: pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:43 smithi066 ceph-mon[112137]: pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:45.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:45.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:45.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:45.945 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:45.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:45.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:45.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:45.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:45 smithi203 ceph-mon[117428]: pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:45 smithi137 ceph-mon[117020]: pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:45 smithi066 ceph-mon[112137]: pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:46 smithi203 ceph-mon[117428]: from='client.134253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:46 smithi137 ceph-mon[117020]: from='client.134253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:46 smithi066 ceph-mon[112137]: from='client.134253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:47 smithi203 ceph-mon[117428]: pgmap v4549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:47 smithi137 ceph-mon[117020]: pgmap v4549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:47 smithi066 ceph-mon[112137]: pgmap v4549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:49 smithi203 ceph-mon[117428]: pgmap v4550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:50.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:49 smithi137 ceph-mon[117020]: pgmap v4550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:49 smithi066 ceph-mon[112137]: pgmap v4550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:50.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:50.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:50.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:51.664 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:51.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:51.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:51.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:51.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:51 smithi203 ceph-mon[117428]: pgmap v4551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:51 smithi137 ceph-mon[117020]: pgmap v4551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:51 smithi066 ceph-mon[112137]: pgmap v4551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:52 smithi137 ceph-mon[117020]: from='client.134331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:52 smithi066 ceph-mon[112137]: from='client.134331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:52 smithi203 ceph-mon[117428]: from='client.134331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:53 smithi137 ceph-mon[117020]: pgmap v4552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:53 smithi066 ceph-mon[112137]: pgmap v4552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:53 smithi203 ceph-mon[117428]: pgmap v4552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:55 smithi137 ceph-mon[117020]: pgmap v4553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:55 smithi066 ceph-mon[112137]: pgmap v4553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:55 smithi203 ceph-mon[117428]: pgmap v4553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:56.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:44:56.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:56.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:57.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:44:57.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:57.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:57.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:57.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:44:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:57 smithi137 ceph-mon[117020]: pgmap v4554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:57 smithi137 ceph-mon[117020]: from='client.134403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:57 smithi066 ceph-mon[112137]: pgmap v4554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:57 smithi066 ceph-mon[112137]: from='client.134403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:57 smithi203 ceph-mon[117428]: pgmap v4554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:57 smithi203 ceph-mon[117428]: from='client.134403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:44:59 smithi137 ceph-mon[117020]: pgmap v4555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:44:59 smithi066 ceph-mon[112137]: pgmap v4555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:44:59 smithi203 ceph-mon[117428]: pgmap v4555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:01 smithi137 ceph-mon[117020]: pgmap v4556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:01 smithi066 ceph-mon[112137]: pgmap v4556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:01 smithi203 ceph-mon[117428]: pgmap v4556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:02.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:02.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:02.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:03.106 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:03.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:03.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:03.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:03.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:03 smithi203 ceph-mon[117428]: from='client.134478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:03 smithi203 ceph-mon[117428]: pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:03 smithi137 ceph-mon[117020]: from='client.134478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:03 smithi137 ceph-mon[117020]: pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:03 smithi066 ceph-mon[112137]: from='client.134478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:03 smithi066 ceph-mon[112137]: pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:05 smithi203 ceph-mon[117428]: pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:05 smithi137 ceph-mon[117020]: pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:05 smithi066 ceph-mon[112137]: pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:07 smithi203 ceph-mon[117428]: pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:08.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:08.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:08.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:07 smithi137 ceph-mon[117020]: pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:07 smithi066 ceph-mon[112137]: pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:08.836 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:08.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:08.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:08.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:08.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:09 smithi137 ceph-mon[117020]: from='client.134556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:09 smithi137 ceph-mon[117020]: pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:09 smithi066 ceph-mon[112137]: from='client.134556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:09 smithi066 ceph-mon[112137]: pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:09 smithi203 ceph-mon[117428]: from='client.134556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:09 smithi203 ceph-mon[117428]: pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:11 smithi137 ceph-mon[117020]: pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:11 smithi066 ceph-mon[112137]: pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:11 smithi203 ceph-mon[117428]: pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:13 smithi203 ceph-mon[117428]: pgmap v4562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:13 smithi137 ceph-mon[117020]: pgmap v4562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:13 smithi066 ceph-mon[112137]: pgmap v4562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:13.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:13.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:13.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:14.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:14.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:14.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:14.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:14.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:15 smithi203 ceph-mon[117428]: from='client.134631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:15 smithi203 ceph-mon[117428]: pgmap v4563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:15 smithi137 ceph-mon[117020]: from='client.134631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:15 smithi137 ceph-mon[117020]: pgmap v4563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:15 smithi066 ceph-mon[112137]: from='client.134631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:15 smithi066 ceph-mon[112137]: pgmap v4563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:17 smithi137 ceph-mon[117020]: pgmap v4564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:17 smithi066 ceph-mon[112137]: pgmap v4564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:17 smithi203 ceph-mon[117428]: pgmap v4564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:19.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:19.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:19.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:19 smithi137 ceph-mon[117020]: pgmap v4565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:19 smithi066 ceph-mon[112137]: pgmap v4565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:20.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:20.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:20.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:20.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:20.292 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:19 smithi203 ceph-mon[117428]: pgmap v4565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:20 smithi137 ceph-mon[117020]: from='client.134700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:20 smithi066 ceph-mon[112137]: from='client.134700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:20 smithi203 ceph-mon[117428]: from='client.134700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:21 smithi137 ceph-mon[117020]: pgmap v4566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:21 smithi066 ceph-mon[112137]: pgmap v4566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:21 smithi203 ceph-mon[117428]: pgmap v4566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:23 smithi203 ceph-mon[117428]: pgmap v4567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:23 smithi137 ceph-mon[117020]: pgmap v4567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:23 smithi066 ceph-mon[112137]: pgmap v4567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:25.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:25.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:25.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:26.014 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:26.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:26.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:26.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:26.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:25 smithi137 ceph-mon[117020]: pgmap v4568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:25 smithi066 ceph-mon[112137]: pgmap v4568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:25 smithi203 ceph-mon[117428]: pgmap v4568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:26 smithi137 ceph-mon[117020]: from='client.134778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:26 smithi066 ceph-mon[112137]: from='client.134778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:26 smithi203 ceph-mon[117428]: from='client.134778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:27 smithi137 ceph-mon[117020]: pgmap v4569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:27 smithi066 ceph-mon[112137]: pgmap v4569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:27 smithi203 ceph-mon[117428]: pgmap v4569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:29 smithi137 ceph-mon[117020]: pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:29 smithi066 ceph-mon[112137]: pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:29 smithi203 ceph-mon[117428]: pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:31.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:31.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:31.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:31.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:31.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:31.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:31.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:31.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:31 smithi137 ceph-mon[117020]: pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:31 smithi066 ceph-mon[112137]: pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:31 smithi203 ceph-mon[117428]: pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:32 smithi137 ceph-mon[117020]: from='client.134850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:32 smithi066 ceph-mon[112137]: from='client.134850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:32 smithi203 ceph-mon[117428]: from='client.134850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:33 smithi137 ceph-mon[117020]: pgmap v4572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:33 smithi066 ceph-mon[112137]: pgmap v4572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:33 smithi203 ceph-mon[117428]: pgmap v4572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:35 smithi137 ceph-mon[117020]: pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:35 smithi066 ceph-mon[112137]: pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:35 smithi203 ceph-mon[117428]: pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:36.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:36.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:36.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:37.498 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:37.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:37.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:37.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:37.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:38.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:37 smithi137 ceph-mon[117020]: pgmap v4574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:37 smithi066 ceph-mon[112137]: pgmap v4574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:37 smithi203 ceph-mon[117428]: pgmap v4574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:38 smithi137 ceph-mon[117020]: from='client.134925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:38 smithi066 ceph-mon[112137]: from='client.134925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:38 smithi203 ceph-mon[117428]: from='client.134925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:39 smithi137 ceph-mon[117020]: pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:39 smithi066 ceph-mon[112137]: pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:39 smithi203 ceph-mon[117428]: pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:45:41.141 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:45:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:45:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:41 smithi137 ceph-mon[117020]: pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:41 smithi066 ceph-mon[112137]: pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:41 smithi203 ceph-mon[117428]: pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:42.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:42.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:42.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:43.210 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:43.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:43.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:43.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:43.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:45:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:45:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:45:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:45:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:45:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:45:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:45:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:44 smithi137 ceph-mon[117020]: pgmap v4577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:44 smithi137 ceph-mon[117020]: from='client.134997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:44 smithi066 ceph-mon[112137]: pgmap v4577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:44 smithi066 ceph-mon[112137]: from='client.134997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:44.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:44 smithi203 ceph-mon[117428]: pgmap v4577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:44 smithi203 ceph-mon[117428]: from='client.134997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:46 smithi137 ceph-mon[117020]: pgmap v4578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:46 smithi066 ceph-mon[112137]: pgmap v4578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:46 smithi203 ceph-mon[117428]: pgmap v4578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:48.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:48.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:48.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:48 smithi137 ceph-mon[117020]: pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:48 smithi066 ceph-mon[112137]: pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:48 smithi203 ceph-mon[117428]: pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:48.933 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:48.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:48.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:48.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:48.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:50 smithi137 ceph-mon[117020]: from='client.135072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:50 smithi137 ceph-mon[117020]: pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:50 smithi066 ceph-mon[112137]: from='client.135072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:50 smithi066 ceph-mon[112137]: pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:50 smithi203 ceph-mon[117428]: from='client.135072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:50 smithi203 ceph-mon[117428]: pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:52 smithi137 ceph-mon[117020]: pgmap v4581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:52 smithi066 ceph-mon[112137]: pgmap v4581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:52 smithi203 ceph-mon[117428]: pgmap v4581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:53 smithi203 ceph-mon[117428]: pgmap v4582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:53 smithi137 ceph-mon[117020]: pgmap v4582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:53 smithi066 ceph-mon[112137]: pgmap v4582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:53.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:53.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:53.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:54.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:54.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:54.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:54.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:45:54.659 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:45:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:55 smithi137 ceph-mon[117020]: from='client.135147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:55 smithi137 ceph-mon[117020]: pgmap v4583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:45:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:55 smithi066 ceph-mon[112137]: from='client.135147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:55 smithi066 ceph-mon[112137]: pgmap v4583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:45:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:55 smithi203 ceph-mon[117428]: from='client.135147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:55 smithi203 ceph-mon[117428]: pgmap v4583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:45:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:57 smithi137 ceph-mon[117020]: pgmap v4584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:45:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:57 smithi066 ceph-mon[112137]: pgmap v4584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:45:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:57 smithi203 ceph-mon[117428]: pgmap v4584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:45:59.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:45:59.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:59.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:45:59 smithi137 ceph-mon[117020]: pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:45:59 smithi066 ceph-mon[112137]: pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:45:59 smithi203 ceph-mon[117428]: pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:00.381 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:00.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:00.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:00.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:00.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:00 smithi137 ceph-mon[117020]: from='client.135222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:00 smithi066 ceph-mon[112137]: from='client.135222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:00 smithi203 ceph-mon[117428]: from='client.135222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:01 smithi137 ceph-mon[117020]: pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:01 smithi066 ceph-mon[112137]: pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:01 smithi203 ceph-mon[117428]: pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:03 smithi203 ceph-mon[117428]: pgmap v4587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:03 smithi137 ceph-mon[117020]: pgmap v4587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:03 smithi066 ceph-mon[112137]: pgmap v4587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:05.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:05.383 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:05.383 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:06.119 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:06.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:06.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:06.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:06.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:05 smithi137 ceph-mon[117020]: pgmap v4588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:05 smithi066 ceph-mon[112137]: pgmap v4588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:05 smithi203 ceph-mon[117428]: pgmap v4588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:06 smithi137 ceph-mon[117020]: from='client.135300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:06 smithi066 ceph-mon[112137]: from='client.135300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:06 smithi203 ceph-mon[117428]: from='client.135300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:07 smithi137 ceph-mon[117020]: pgmap v4589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:07 smithi066 ceph-mon[112137]: pgmap v4589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:08.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:07 smithi203 ceph-mon[117428]: pgmap v4589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:09 smithi137 ceph-mon[117020]: pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:09 smithi066 ceph-mon[112137]: pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:09 smithi203 ceph-mon[117428]: pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:11.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:11.122 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:11.122 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:11.846 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:11.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:11.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:11.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:11.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:11 smithi137 ceph-mon[117020]: pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:46:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:11 smithi066 ceph-mon[112137]: pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:46:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:11 smithi203 ceph-mon[117428]: pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:46:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:12 smithi137 ceph-mon[117020]: from='client.135378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:12 smithi066 ceph-mon[112137]: from='client.135378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:12 smithi203 ceph-mon[117428]: from='client.135378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:13 smithi137 ceph-mon[117020]: pgmap v4592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:13 smithi066 ceph-mon[112137]: pgmap v4592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:13 smithi203 ceph-mon[117428]: pgmap v4592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:15 smithi137 ceph-mon[117020]: pgmap v4593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:15 smithi066 ceph-mon[112137]: pgmap v4593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:15 smithi203 ceph-mon[117428]: pgmap v4593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:16.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:16.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:16.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:17.568 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:17 smithi137 ceph-mon[117020]: pgmap v4594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:17 smithi066 ceph-mon[112137]: pgmap v4594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:17 smithi203 ceph-mon[117428]: pgmap v4594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:18 smithi137 ceph-mon[117020]: from='client.135453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:18 smithi066 ceph-mon[112137]: from='client.135453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:18 smithi203 ceph-mon[117428]: from='client.135453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:19 smithi137 ceph-mon[117020]: pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:19 smithi066 ceph-mon[112137]: pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:19 smithi203 ceph-mon[117428]: pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:21 smithi137 ceph-mon[117020]: pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:21 smithi066 ceph-mon[112137]: pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:21 smithi203 ceph-mon[117428]: pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:22.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:22.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:22.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:23.305 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:23.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:23.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:23.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:23.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:23 smithi203 ceph-mon[117428]: pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:23 smithi203 ceph-mon[117428]: from='client.135525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:23 smithi137 ceph-mon[117020]: pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:23 smithi137 ceph-mon[117020]: from='client.135525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:23 smithi066 ceph-mon[112137]: pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:23 smithi066 ceph-mon[112137]: from='client.135525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:25 smithi137 ceph-mon[117020]: pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:25 smithi066 ceph-mon[112137]: pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:25 smithi203 ceph-mon[117428]: pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:27 smithi137 ceph-mon[117020]: pgmap v4599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:27 smithi066 ceph-mon[112137]: pgmap v4599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:28.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:28.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:28.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:27 smithi203 ceph-mon[117428]: pgmap v4599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:29.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:29.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:29.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:29.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:29.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:29 smithi137 ceph-mon[117020]: from='client.135603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:29 smithi137 ceph-mon[117020]: pgmap v4600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:29 smithi066 ceph-mon[112137]: from='client.135603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:29 smithi066 ceph-mon[112137]: pgmap v4600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:29 smithi203 ceph-mon[117428]: from='client.135603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:29 smithi203 ceph-mon[117428]: pgmap v4600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:31 smithi137 ceph-mon[117020]: pgmap v4601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:31 smithi066 ceph-mon[112137]: pgmap v4601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:31 smithi203 ceph-mon[117428]: pgmap v4601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:33 smithi203 ceph-mon[117428]: pgmap v4602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:33 smithi137 ceph-mon[117020]: pgmap v4602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:33 smithi066 ceph-mon[112137]: pgmap v4602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:34.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:34.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:34.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:34.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:35 smithi137 ceph-mon[117020]: from='client.135678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:35 smithi137 ceph-mon[117020]: pgmap v4603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:46:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:35 smithi066 ceph-mon[112137]: from='client.135678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:35 smithi066 ceph-mon[112137]: pgmap v4603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:46:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:35 smithi203 ceph-mon[117428]: from='client.135678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:35 smithi203 ceph-mon[117428]: pgmap v4603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:46:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:37 smithi137 ceph-mon[117020]: pgmap v4604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:37 smithi066 ceph-mon[112137]: pgmap v4604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:37 smithi203 ceph-mon[117428]: pgmap v4604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:39.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:39.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:39.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:39 smithi137 ceph-mon[117020]: pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:39 smithi066 ceph-mon[112137]: pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:39 smithi203 ceph-mon[117428]: pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:40.491 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:40.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:40.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:40.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:40.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:41 smithi137 ceph-mon[117020]: from='client.135756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:41 smithi137 ceph-mon[117020]: pgmap v4606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:41 smithi066 ceph-mon[112137]: from='client.135756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:41 smithi066 ceph-mon[112137]: pgmap v4606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:41 smithi203 ceph-mon[117428]: from='client.135756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:41 smithi203 ceph-mon[117428]: pgmap v4606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:46:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:43 smithi203 ceph-mon[117428]: pgmap v4607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:46:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:46:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:46:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:46:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:43 smithi137 ceph-mon[117020]: pgmap v4607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:46:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:46:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:46:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:46:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:43 smithi066 ceph-mon[112137]: pgmap v4607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:46:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:46:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:46:45.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:45.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:45.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:45 smithi137 ceph-mon[117020]: pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:46.214 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:46.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:46.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:46.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:46.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:45 smithi066 ceph-mon[112137]: pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:45 smithi203 ceph-mon[117428]: pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:46 smithi137 ceph-mon[117020]: from='client.135831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:46 smithi066 ceph-mon[112137]: from='client.135831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:46 smithi203 ceph-mon[117428]: from='client.135831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:47 smithi137 ceph-mon[117020]: pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:47 smithi066 ceph-mon[112137]: pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:47 smithi203 ceph-mon[117428]: pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:49 smithi137 ceph-mon[117020]: pgmap v4610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:49 smithi066 ceph-mon[112137]: pgmap v4610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:49 smithi203 ceph-mon[117428]: pgmap v4610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:51.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:51.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:51.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:51.937 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:51.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:51.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:51.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:51.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:51 smithi137 ceph-mon[117020]: pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:46:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:51 smithi066 ceph-mon[112137]: pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:46:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:51 smithi203 ceph-mon[117428]: pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:46:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:52 smithi137 ceph-mon[117020]: from='client.135909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:52 smithi066 ceph-mon[112137]: from='client.135909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:52 smithi203 ceph-mon[117428]: from='client.135909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:53 smithi137 ceph-mon[117020]: pgmap v4612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:53 smithi066 ceph-mon[112137]: pgmap v4612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:53 smithi203 ceph-mon[117428]: pgmap v4612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:55 smithi137 ceph-mon[117020]: pgmap v4613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:55 smithi066 ceph-mon[112137]: pgmap v4613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:55 smithi203 ceph-mon[117428]: pgmap v4613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:56.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:46:56.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:56.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:57.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:46:57.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:57.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:57.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:57.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:46:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:57 smithi137 ceph-mon[117020]: pgmap v4614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:57 smithi066 ceph-mon[112137]: pgmap v4614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:57 smithi203 ceph-mon[117428]: pgmap v4614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:58 smithi137 ceph-mon[117020]: from='client.135987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:58 smithi066 ceph-mon[112137]: from='client.135987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:58 smithi203 ceph-mon[117428]: from='client.135987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:46:59 smithi137 ceph-mon[117020]: pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:46:59 smithi066 ceph-mon[112137]: pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:46:59 smithi203 ceph-mon[117428]: pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:01 smithi137 ceph-mon[117020]: pgmap v4616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:01 smithi066 ceph-mon[112137]: pgmap v4616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:01 smithi203 ceph-mon[117428]: pgmap v4616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:02.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:02.661 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:02.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:03.378 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:03.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:03.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:03.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:03.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:03.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:03 smithi203 ceph-mon[117428]: pgmap v4617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:03 smithi203 ceph-mon[117428]: from='client.136062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:03 smithi137 ceph-mon[117020]: pgmap v4617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:03 smithi137 ceph-mon[117020]: from='client.136062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:03 smithi066 ceph-mon[112137]: pgmap v4617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:03 smithi066 ceph-mon[112137]: from='client.136062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:05 smithi137 ceph-mon[117020]: pgmap v4618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:05 smithi066 ceph-mon[112137]: pgmap v4618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:05 smithi203 ceph-mon[117428]: pgmap v4618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:07 smithi137 ceph-mon[117020]: pgmap v4619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:07 smithi066 ceph-mon[112137]: pgmap v4619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:07 smithi203 ceph-mon[117428]: pgmap v4619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:08.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:08.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:08.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:09.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:09.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:09.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:09.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:09.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:09 smithi137 ceph-mon[117020]: from='client.136140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:09 smithi137 ceph-mon[117020]: pgmap v4620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:10.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:09 smithi066 ceph-mon[112137]: from='client.136140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:10.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:09 smithi066 ceph-mon[112137]: pgmap v4620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:09 smithi203 ceph-mon[117428]: from='client.136140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:09 smithi203 ceph-mon[117428]: pgmap v4620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:11 smithi137 ceph-mon[117020]: pgmap v4621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:11 smithi066 ceph-mon[112137]: pgmap v4621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:11 smithi203 ceph-mon[117428]: pgmap v4621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:13 smithi203 ceph-mon[117428]: pgmap v4622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:13 smithi137 ceph-mon[117020]: pgmap v4622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:13 smithi066 ceph-mon[112137]: pgmap v4622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:14.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:14.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:14.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:14.849 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:14.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:14.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:14.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:14.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:16.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:15 smithi137 ceph-mon[117020]: from='client.136215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:16.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:15 smithi137 ceph-mon[117020]: pgmap v4623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:47:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:15 smithi066 ceph-mon[112137]: from='client.136215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:16.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:15 smithi066 ceph-mon[112137]: pgmap v4623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:47:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:15 smithi203 ceph-mon[117428]: from='client.136215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:15 smithi203 ceph-mon[117428]: pgmap v4623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:47:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:17 smithi137 ceph-mon[117020]: pgmap v4624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:47:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:17 smithi066 ceph-mon[112137]: pgmap v4624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:47:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:17 smithi203 ceph-mon[117428]: pgmap v4624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:47:19.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:19.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:19.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:19 smithi137 ceph-mon[117020]: pgmap v4625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:47:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:19 smithi066 ceph-mon[112137]: pgmap v4625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:47:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:19 smithi203 ceph-mon[117428]: pgmap v4625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:47:20.570 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:20.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:20.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:20.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:20.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:21 smithi137 ceph-mon[117020]: from='client.136287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:21 smithi137 ceph-mon[117020]: pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:21 smithi066 ceph-mon[112137]: from='client.136287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:21 smithi066 ceph-mon[112137]: pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:21 smithi203 ceph-mon[117428]: from='client.136287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:21 smithi203 ceph-mon[117428]: pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:23 smithi203 ceph-mon[117428]: pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:23 smithi137 ceph-mon[117020]: pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:23 smithi066 ceph-mon[112137]: pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:25.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:25.572 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:25.572 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:25 smithi137 ceph-mon[117020]: pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:25 smithi066 ceph-mon[112137]: pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:26.289 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:26.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:26.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:26.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:26.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:25 smithi203 ceph-mon[117428]: pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:26 smithi137 ceph-mon[117020]: from='client.136362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:26 smithi066 ceph-mon[112137]: from='client.136362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:26 smithi203 ceph-mon[117428]: from='client.136362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:27 smithi137 ceph-mon[117020]: pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:47:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:27 smithi066 ceph-mon[112137]: pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:47:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:27 smithi203 ceph-mon[117428]: pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:47:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:29 smithi137 ceph-mon[117020]: pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:47:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:29 smithi066 ceph-mon[112137]: pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:47:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:29 smithi203 ceph-mon[117428]: pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:47:31.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:31.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:31.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:32.020 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:32.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:32.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:32.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:32.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:31 smithi137 ceph-mon[117020]: pgmap v4631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:47:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:31 smithi066 ceph-mon[112137]: pgmap v4631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:47:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:31 smithi203 ceph-mon[117428]: pgmap v4631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:47:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:32 smithi137 ceph-mon[117020]: from='client.136434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:32 smithi066 ceph-mon[112137]: from='client.136434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:32 smithi203 ceph-mon[117428]: from='client.136434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:33 smithi137 ceph-mon[117020]: pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:33 smithi066 ceph-mon[112137]: pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:33 smithi203 ceph-mon[117428]: pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:35 smithi137 ceph-mon[117020]: pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:36.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:35 smithi066 ceph-mon[112137]: pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:35 smithi203 ceph-mon[117428]: pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:37.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:37.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:37.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:37.764 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:37.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:37.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:37.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:37.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:37 smithi066 ceph-mon[112137]: pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:37 smithi203 ceph-mon[117428]: pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:37 smithi137 ceph-mon[117020]: pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:38 smithi066 ceph-mon[112137]: from='client.136509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:38 smithi203 ceph-mon[117428]: from='client.136509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:38 smithi137 ceph-mon[117020]: from='client.136509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:40.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:39 smithi066 ceph-mon[112137]: pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:39 smithi203 ceph-mon[117428]: pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:39 smithi137 ceph-mon[117020]: pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:41 smithi066 ceph-mon[112137]: pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:41 smithi203 ceph-mon[117428]: pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:41 smithi137 ceph-mon[117020]: pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:42.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:42.766 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:42.766 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:43.530 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:43.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:43.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:43.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:43.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:43 smithi203 ceph-mon[117428]: pgmap v4637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:47:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:43 smithi137 ceph-mon[117020]: pgmap v4637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:47:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:43 smithi066 ceph-mon[112137]: pgmap v4637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:47:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:44 smithi203 ceph-mon[117428]: from='client.136578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:47:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:47:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:47:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:44 smithi137 ceph-mon[117020]: from='client.136578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:47:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:47:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:47:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:44 smithi066 ceph-mon[112137]: from='client.136578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:47:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:47:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:47:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:45 smithi137 ceph-mon[117020]: pgmap v4638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:45 smithi066 ceph-mon[112137]: pgmap v4638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:45 smithi203 ceph-mon[117428]: pgmap v4638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:47 smithi137 ceph-mon[117020]: pgmap v4639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:47 smithi066 ceph-mon[112137]: pgmap v4639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:47 smithi203 ceph-mon[117428]: pgmap v4639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:48.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:48.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:48.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:49.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:49.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:49.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:49.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:49.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:49 smithi137 ceph-mon[117020]: pgmap v4640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:49 smithi137 ceph-mon[117020]: from='client.136656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:49 smithi066 ceph-mon[112137]: pgmap v4640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:49 smithi066 ceph-mon[112137]: from='client.136656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:49 smithi203 ceph-mon[117428]: pgmap v4640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:49 smithi203 ceph-mon[117428]: from='client.136656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:51 smithi137 ceph-mon[117020]: pgmap v4641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:51 smithi066 ceph-mon[112137]: pgmap v4641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:51 smithi203 ceph-mon[117428]: pgmap v4641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:53 smithi137 ceph-mon[117020]: pgmap v4642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:53 smithi066 ceph-mon[112137]: pgmap v4642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:53 smithi203 ceph-mon[117428]: pgmap v4642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:54.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:54.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:54.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:54.983 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:47:54.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:54.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:54.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:54.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:47:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:55 smithi137 ceph-mon[117020]: from='client.136734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:55 smithi137 ceph-mon[117020]: pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:55 smithi066 ceph-mon[112137]: from='client.136734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:55 smithi066 ceph-mon[112137]: pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:55 smithi203 ceph-mon[117428]: from='client.136734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:55 smithi203 ceph-mon[117428]: pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:57 smithi137 ceph-mon[117020]: pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:57 smithi066 ceph-mon[112137]: pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:57 smithi203 ceph-mon[117428]: pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:59.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:47:59.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:59.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:47:59 smithi137 ceph-mon[117020]: pgmap v4645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:47:59 smithi066 ceph-mon[112137]: pgmap v4645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:47:59 smithi203 ceph-mon[117428]: pgmap v4645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:00.726 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:00.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:00.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:00.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:00.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:01 smithi066 ceph-mon[112137]: from='client.136812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:01 smithi066 ceph-mon[112137]: pgmap v4646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:01 smithi203 ceph-mon[117428]: from='client.136812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:01 smithi203 ceph-mon[117428]: pgmap v4646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:01 smithi137 ceph-mon[117020]: from='client.136812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:01 smithi137 ceph-mon[117020]: pgmap v4646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:03 smithi203 ceph-mon[117428]: pgmap v4647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:03 smithi137 ceph-mon[117020]: pgmap v4647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:03 smithi066 ceph-mon[112137]: pgmap v4647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:05.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:05.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:05.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:05 smithi137 ceph-mon[117020]: pgmap v4648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:05 smithi066 ceph-mon[112137]: pgmap v4648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:05 smithi203 ceph-mon[117428]: pgmap v4648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:06.456 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:06.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:06.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:06.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:06.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:06 smithi137 ceph-mon[117020]: from='client.136887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:06 smithi066 ceph-mon[112137]: from='client.136887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:06 smithi203 ceph-mon[117428]: from='client.136887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:07 smithi137 ceph-mon[117020]: pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:07 smithi066 ceph-mon[112137]: pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:07 smithi203 ceph-mon[117428]: pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:10.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:09 smithi066 ceph-mon[112137]: pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:09 smithi203 ceph-mon[117428]: pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:09 smithi137 ceph-mon[117020]: pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:11.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:11.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:11.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:12.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:12.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:12.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:12.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:12.183 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:11 smithi066 ceph-mon[112137]: pgmap v4651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:11 smithi203 ceph-mon[117428]: pgmap v4651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:11 smithi137 ceph-mon[117020]: pgmap v4651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:12 smithi066 ceph-mon[112137]: from='client.136962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:12 smithi203 ceph-mon[117428]: from='client.136962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:12 smithi137 ceph-mon[117020]: from='client.136962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:13 smithi066 ceph-mon[112137]: pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:13 smithi203 ceph-mon[117428]: pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:13 smithi137 ceph-mon[117020]: pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:15 smithi066 ceph-mon[112137]: pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:15 smithi203 ceph-mon[117428]: pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:15 smithi137 ceph-mon[117020]: pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:17.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:17.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:17.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:17.913 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:17.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:17.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:17.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:17.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:17 smithi066 ceph-mon[112137]: pgmap v4654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:17 smithi203 ceph-mon[117428]: pgmap v4654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:17 smithi137 ceph-mon[117020]: pgmap v4654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:18 smithi066 ceph-mon[112137]: from='client.137040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:18 smithi203 ceph-mon[117428]: from='client.137040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:18 smithi137 ceph-mon[117020]: from='client.137040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:19 smithi066 ceph-mon[112137]: pgmap v4655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:19 smithi203 ceph-mon[117428]: pgmap v4655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:19 smithi137 ceph-mon[117020]: pgmap v4655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:21 smithi066 ceph-mon[112137]: pgmap v4656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:21 smithi203 ceph-mon[117428]: pgmap v4656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:21 smithi137 ceph-mon[117020]: pgmap v4656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:22.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:22.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:22.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:23 smithi137 ceph-mon[117020]: pgmap v4657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:23.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:23.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:23.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:23.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:23.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:23 smithi066 ceph-mon[112137]: pgmap v4657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:23 smithi203 ceph-mon[117428]: pgmap v4657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:24 smithi137 ceph-mon[117020]: from='client.137115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:24 smithi066 ceph-mon[112137]: from='client.137115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:24 smithi203 ceph-mon[117428]: from='client.137115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:25 smithi137 ceph-mon[117020]: pgmap v4658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:25.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:25 smithi066 ceph-mon[112137]: pgmap v4658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:25 smithi203 ceph-mon[117428]: pgmap v4658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:27 smithi137 ceph-mon[117020]: pgmap v4659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:27 smithi066 ceph-mon[112137]: pgmap v4659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:27 smithi203 ceph-mon[117428]: pgmap v4659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:28.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:28.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:28.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:29.369 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:29.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:29.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:29.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:29.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:29 smithi066 ceph-mon[112137]: pgmap v4660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:29 smithi066 ceph-mon[112137]: from='client.137187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:29 smithi203 ceph-mon[117428]: pgmap v4660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:29 smithi203 ceph-mon[117428]: from='client.137187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:29 smithi137 ceph-mon[117020]: pgmap v4660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:29 smithi137 ceph-mon[117020]: from='client.137187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:31 smithi066 ceph-mon[112137]: pgmap v4661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:31 smithi203 ceph-mon[117428]: pgmap v4661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:31 smithi137 ceph-mon[117020]: pgmap v4661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:33 smithi137 ceph-mon[117020]: pgmap v4662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:33 smithi066 ceph-mon[112137]: pgmap v4662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:33 smithi203 ceph-mon[117428]: pgmap v4662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:34.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:34.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:34.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:35.089 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:35.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:35.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:35.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:35.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:36.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:35 smithi066 ceph-mon[112137]: from='client.137265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:36.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:35 smithi066 ceph-mon[112137]: pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:35 smithi203 ceph-mon[117428]: from='client.137265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:35 smithi203 ceph-mon[117428]: pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:35 smithi137 ceph-mon[117020]: from='client.137265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:35 smithi137 ceph-mon[117020]: pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:37 smithi066 ceph-mon[112137]: pgmap v4664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:37 smithi203 ceph-mon[117428]: pgmap v4664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:37 smithi137 ceph-mon[117020]: pgmap v4664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:40.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:40.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:40.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:39 smithi066 ceph-mon[112137]: pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:39 smithi203 ceph-mon[117428]: pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:39 smithi137 ceph-mon[117020]: pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:40.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:40.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:40.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:40.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:40.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:41 smithi066 ceph-mon[112137]: from='client.137343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:41 smithi066 ceph-mon[112137]: pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:41 smithi203 ceph-mon[117428]: from='client.137343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:41 smithi203 ceph-mon[117428]: pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:41 smithi137 ceph-mon[117020]: from='client.137343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:41 smithi137 ceph-mon[117020]: pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:43 smithi137 ceph-mon[117020]: pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:43 smithi066 ceph-mon[112137]: pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:43 smithi203 ceph-mon[117428]: pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:48:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:48:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:48:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:48:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:48:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:48:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:45 smithi137 ceph-mon[117020]: pgmap v4668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:48:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:48:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:48:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:45 smithi066 ceph-mon[112137]: pgmap v4668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:48:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:48:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:48:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:45 smithi203 ceph-mon[117428]: pgmap v4668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:45.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:45.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:45.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:46.545 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:47 smithi066 ceph-mon[112137]: from='client.137421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:47 smithi066 ceph-mon[112137]: pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:47 smithi203 ceph-mon[117428]: from='client.137421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:47 smithi203 ceph-mon[117428]: pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:47 smithi137 ceph-mon[117020]: from='client.137421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:47 smithi137 ceph-mon[117020]: pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:49 smithi066 ceph-mon[112137]: pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:49 smithi203 ceph-mon[117428]: pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:49 smithi137 ceph-mon[117020]: pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:51.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:51.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:51.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:51 smithi066 ceph-mon[112137]: pgmap v4671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:52.276 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:52.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:52.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:52.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:52.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:51 smithi203 ceph-mon[117428]: pgmap v4671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:51 smithi137 ceph-mon[117020]: pgmap v4671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:52 smithi066 ceph-mon[112137]: from='client.137493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:52 smithi203 ceph-mon[117428]: from='client.137493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:52 smithi137 ceph-mon[117020]: from='client.137493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:53 smithi066 ceph-mon[112137]: pgmap v4672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:53 smithi203 ceph-mon[117428]: pgmap v4672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:53 smithi137 ceph-mon[117020]: pgmap v4672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:55 smithi066 ceph-mon[112137]: pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:55 smithi203 ceph-mon[117428]: pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:55 smithi137 ceph-mon[117020]: pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:57.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:48:57.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:57.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:58.017 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:48:58.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:58.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:58.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:58.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:48:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:57 smithi066 ceph-mon[112137]: pgmap v4674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:57 smithi203 ceph-mon[117428]: pgmap v4674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:57 smithi137 ceph-mon[117020]: pgmap v4674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:58 smithi066 ceph-mon[112137]: from='client.137571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:58 smithi203 ceph-mon[117428]: from='client.137571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:58 smithi137 ceph-mon[117020]: from='client.137571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:48:59 smithi066 ceph-mon[112137]: pgmap v4675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:48:59 smithi203 ceph-mon[117428]: pgmap v4675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:48:59 smithi137 ceph-mon[117020]: pgmap v4675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:01 smithi066 ceph-mon[112137]: pgmap v4676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:01 smithi203 ceph-mon[117428]: pgmap v4676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:01 smithi137 ceph-mon[117020]: pgmap v4676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:03.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:03.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:03.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:03 smithi137 ceph-mon[117020]: pgmap v4677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:03 smithi066 ceph-mon[112137]: pgmap v4677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:03.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:03.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:03.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:03.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:03.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:03 smithi203 ceph-mon[117428]: pgmap v4677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:04 smithi137 ceph-mon[117020]: from='client.137646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:04 smithi066 ceph-mon[112137]: from='client.137646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:04 smithi203 ceph-mon[117428]: from='client.137646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:05 smithi137 ceph-mon[117020]: pgmap v4678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:05 smithi066 ceph-mon[112137]: pgmap v4678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:05 smithi203 ceph-mon[117428]: pgmap v4678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:07 smithi066 ceph-mon[112137]: pgmap v4679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:08.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:07 smithi203 ceph-mon[117428]: pgmap v4679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:07 smithi137 ceph-mon[117020]: pgmap v4679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:08.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:08.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:08.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:09.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:09.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:09.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:09.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:09.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:09 smithi066 ceph-mon[112137]: pgmap v4680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:10.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:09 smithi066 ceph-mon[112137]: from='client.137721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:09 smithi203 ceph-mon[117428]: pgmap v4680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:09 smithi203 ceph-mon[117428]: from='client.137721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:09 smithi137 ceph-mon[117020]: pgmap v4680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:09 smithi137 ceph-mon[117020]: from='client.137721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:11 smithi066 ceph-mon[112137]: pgmap v4681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:11 smithi203 ceph-mon[117428]: pgmap v4681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:11 smithi137 ceph-mon[117020]: pgmap v4681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:13 smithi137 ceph-mon[117020]: pgmap v4682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:13 smithi066 ceph-mon[112137]: pgmap v4682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:13 smithi203 ceph-mon[117428]: pgmap v4682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:14.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:14.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:14.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:15.201 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:15.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:15.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:15.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:15.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:15 smithi066 ceph-mon[112137]: pgmap v4683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:15 smithi066 ceph-mon[112137]: from='client.137796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:15 smithi203 ceph-mon[117428]: pgmap v4683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:15 smithi203 ceph-mon[117428]: from='client.137796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:15 smithi137 ceph-mon[117020]: pgmap v4683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:15 smithi137 ceph-mon[117020]: from='client.137796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:17 smithi066 ceph-mon[112137]: pgmap v4684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:17 smithi203 ceph-mon[117428]: pgmap v4684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:17 smithi137 ceph-mon[117020]: pgmap v4684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:20.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:20.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:20.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:19 smithi066 ceph-mon[112137]: pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:19 smithi203 ceph-mon[117428]: pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:19 smithi137 ceph-mon[117020]: pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:20.931 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:20.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:20.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:20.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:20.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:21 smithi066 ceph-mon[112137]: from='client.137874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:21 smithi066 ceph-mon[112137]: pgmap v4686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:21 smithi203 ceph-mon[117428]: from='client.137874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:21 smithi203 ceph-mon[117428]: pgmap v4686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:21 smithi137 ceph-mon[117020]: from='client.137874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:21 smithi137 ceph-mon[117020]: pgmap v4686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:23 smithi137 ceph-mon[117020]: pgmap v4687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:23 smithi066 ceph-mon[112137]: pgmap v4687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:23 smithi203 ceph-mon[117428]: pgmap v4687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:25.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:25.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:25.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:25 smithi066 ceph-mon[112137]: pgmap v4688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:25 smithi203 ceph-mon[117428]: pgmap v4688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:25 smithi137 ceph-mon[117020]: pgmap v4688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:26.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:26.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:26.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:26.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:26.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:27 smithi066 ceph-mon[112137]: from='client.137952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:27 smithi066 ceph-mon[112137]: pgmap v4689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:27 smithi203 ceph-mon[117428]: from='client.137952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:27 smithi203 ceph-mon[117428]: pgmap v4689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:27 smithi137 ceph-mon[117020]: from='client.137952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:27 smithi137 ceph-mon[117020]: pgmap v4689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:29 smithi066 ceph-mon[112137]: pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:29 smithi203 ceph-mon[117428]: pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:29 smithi137 ceph-mon[117020]: pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:31.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:31.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:31.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:31 smithi066 ceph-mon[112137]: pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:31 smithi203 ceph-mon[117428]: pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:31 smithi137 ceph-mon[117020]: pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:32.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:32.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:32.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:32.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:32.382 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:32 smithi066 ceph-mon[112137]: from='client.138024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:32 smithi203 ceph-mon[117428]: from='client.138024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:32 smithi137 ceph-mon[117020]: from='client.138024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:33 smithi066 ceph-mon[112137]: pgmap v4692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:33 smithi203 ceph-mon[117428]: pgmap v4692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:33 smithi137 ceph-mon[117020]: pgmap v4692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:35 smithi066 ceph-mon[112137]: pgmap v4693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:35 smithi203 ceph-mon[117428]: pgmap v4693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:35 smithi137 ceph-mon[117020]: pgmap v4693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:37.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:37.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:37.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:38.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:38.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:38.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:38.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:38.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:37 smithi066 ceph-mon[112137]: pgmap v4694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:37 smithi203 ceph-mon[117428]: pgmap v4694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:37 smithi137 ceph-mon[117020]: pgmap v4694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:38 smithi066 ceph-mon[112137]: from='client.138102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:38 smithi203 ceph-mon[117428]: from='client.138102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:38 smithi137 ceph-mon[117020]: from='client.138102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:39 smithi066 ceph-mon[112137]: pgmap v4695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:39 smithi203 ceph-mon[117428]: pgmap v4695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:39 smithi137 ceph-mon[117020]: pgmap v4695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:41 smithi066 ceph-mon[112137]: pgmap v4696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:41 smithi203 ceph-mon[117428]: pgmap v4696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:41 smithi137 ceph-mon[117020]: pgmap v4696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:43.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:43.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:43.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:43 smithi137 ceph-mon[117020]: pgmap v4697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:43 smithi066 ceph-mon[112137]: pgmap v4697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:43 smithi203 ceph-mon[117428]: pgmap v4697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:43.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:43.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:43.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:43.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:43.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:44 smithi137 ceph-mon[117020]: from='client.138180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:44 smithi066 ceph-mon[112137]: from='client.138180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:44 smithi203 ceph-mon[117428]: from='client.138180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:49:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:45 smithi137 ceph-mon[117020]: pgmap v4698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:49:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:49:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:49:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:49:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:45 smithi066 ceph-mon[112137]: pgmap v4698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:49:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:49:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:49:45.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:49:45.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:45 smithi203 ceph-mon[117428]: pgmap v4698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:49:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:49:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:49:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:47 smithi066 ceph-mon[112137]: pgmap v4699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:47 smithi203 ceph-mon[117428]: pgmap v4699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:47 smithi137 ceph-mon[117020]: pgmap v4699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:48.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:48.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:48.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:49.579 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:49.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:49.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:49.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:49.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:49 smithi066 ceph-mon[112137]: pgmap v4700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:49 smithi203 ceph-mon[117428]: pgmap v4700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:49 smithi137 ceph-mon[117020]: pgmap v4700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:50 smithi066 ceph-mon[112137]: from='client.138258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:50 smithi203 ceph-mon[117428]: from='client.138258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:50 smithi137 ceph-mon[117020]: from='client.138258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:51 smithi066 ceph-mon[112137]: pgmap v4701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:51 smithi203 ceph-mon[117428]: pgmap v4701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:51 smithi137 ceph-mon[117020]: pgmap v4701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:53 smithi137 ceph-mon[117020]: pgmap v4702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:53 smithi066 ceph-mon[112137]: pgmap v4702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:53 smithi203 ceph-mon[117428]: pgmap v4702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:54.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:49:54.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:54.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:55.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:55.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:55.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:55.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:49:55.300 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:49:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:55 smithi066 ceph-mon[112137]: pgmap v4703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:55 smithi066 ceph-mon[112137]: from='client.138333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:55 smithi203 ceph-mon[117428]: pgmap v4703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:55 smithi203 ceph-mon[117428]: from='client.138333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:55 smithi137 ceph-mon[117020]: pgmap v4703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:55 smithi137 ceph-mon[117020]: from='client.138333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:57 smithi066 ceph-mon[112137]: pgmap v4704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:57 smithi203 ceph-mon[117428]: pgmap v4704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:57 smithi137 ceph-mon[117020]: pgmap v4704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:49:59 smithi066 ceph-mon[112137]: pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:00.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:00.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:00.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:49:59 smithi203 ceph-mon[117428]: pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:49:59 smithi137 ceph-mon[117020]: pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:01.033 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:01.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:01.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:01.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:01.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T19:50:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T19:50:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T19:50:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:01 smithi066 ceph-mon[112137]: from='client.138408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:01 smithi066 ceph-mon[112137]: pgmap v4706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:01 smithi203 ceph-mon[117428]: from='client.138408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:01 smithi203 ceph-mon[117428]: pgmap v4706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:01 smithi137 ceph-mon[117020]: from='client.138408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:01 smithi137 ceph-mon[117020]: pgmap v4706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:03 smithi137 ceph-mon[117020]: pgmap v4707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:03 smithi066 ceph-mon[112137]: pgmap v4707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:03 smithi203 ceph-mon[117428]: pgmap v4707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:06.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:06.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:06.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:05 smithi066 ceph-mon[112137]: pgmap v4708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:05 smithi203 ceph-mon[117428]: pgmap v4708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:05 smithi137 ceph-mon[117020]: pgmap v4708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:06.774 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:06.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:06.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:06.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:06.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:07 smithi203 ceph-mon[117428]: from='client.138483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:07 smithi203 ceph-mon[117428]: pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:07 smithi066 ceph-mon[112137]: from='client.138483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:07 smithi066 ceph-mon[112137]: pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:07 smithi137 ceph-mon[117020]: from='client.138483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:07 smithi137 ceph-mon[117020]: pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:09 smithi066 ceph-mon[112137]: pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:09 smithi203 ceph-mon[117428]: pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:09 smithi137 ceph-mon[117020]: pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:11.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:11.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:11.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:11 smithi066 ceph-mon[112137]: pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:11 smithi203 ceph-mon[117428]: pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:11 smithi137 ceph-mon[117020]: pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:12.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:12.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:12.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:12.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:12.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:12 smithi066 ceph-mon[112137]: from='client.138555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:12 smithi203 ceph-mon[117428]: from='client.138555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:12 smithi137 ceph-mon[117020]: from='client.138555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:13 smithi066 ceph-mon[112137]: pgmap v4712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:13 smithi203 ceph-mon[117428]: pgmap v4712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:13 smithi137 ceph-mon[117020]: pgmap v4712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:16.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:15 smithi066 ceph-mon[112137]: pgmap v4713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:15 smithi203 ceph-mon[117428]: pgmap v4713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:15 smithi137 ceph-mon[117020]: pgmap v4713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:17.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:17.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:17.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:18.218 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:18.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:18.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:18.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:18.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:17 smithi066 ceph-mon[112137]: pgmap v4714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:17 smithi203 ceph-mon[117428]: pgmap v4714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:17 smithi137 ceph-mon[117020]: pgmap v4714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:18 smithi066 ceph-mon[112137]: from='client.138630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:18 smithi203 ceph-mon[117428]: from='client.138630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:18 smithi137 ceph-mon[117020]: from='client.138630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:19 smithi066 ceph-mon[112137]: pgmap v4715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:19 smithi203 ceph-mon[117428]: pgmap v4715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:19 smithi137 ceph-mon[117020]: pgmap v4715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:21 smithi066 ceph-mon[112137]: pgmap v4716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:21 smithi203 ceph-mon[117428]: pgmap v4716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:21 smithi137 ceph-mon[117020]: pgmap v4716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:23.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:23.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:23.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:23 smithi137 ceph-mon[117020]: pgmap v4717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:23 smithi066 ceph-mon[112137]: pgmap v4717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:23 smithi203 ceph-mon[117428]: pgmap v4717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:23.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:23.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:23.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:23.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:23.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:24 smithi137 ceph-mon[117020]: from='client.138708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:24 smithi066 ceph-mon[112137]: from='client.138708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:24 smithi203 ceph-mon[117428]: from='client.138708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:25 smithi137 ceph-mon[117020]: pgmap v4718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:25.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:25 smithi066 ceph-mon[112137]: pgmap v4718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:25 smithi203 ceph-mon[117428]: pgmap v4718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:27 smithi066 ceph-mon[112137]: pgmap v4719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:27 smithi203 ceph-mon[117428]: pgmap v4719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:27 smithi137 ceph-mon[117020]: pgmap v4719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:28.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:28.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:28.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:29.686 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:29.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:29.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:29.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:29.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:29 smithi066 ceph-mon[112137]: pgmap v4720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:29 smithi203 ceph-mon[117428]: pgmap v4720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:29 smithi137 ceph-mon[117020]: pgmap v4720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:30 smithi066 ceph-mon[112137]: from='client.138783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:30 smithi203 ceph-mon[117428]: from='client.138783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:30 smithi137 ceph-mon[117020]: from='client.138783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:31 smithi066 ceph-mon[112137]: pgmap v4721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:50:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:31 smithi203 ceph-mon[117428]: pgmap v4721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:50:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:31 smithi137 ceph-mon[117020]: pgmap v4721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:50:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:33 smithi137 ceph-mon[117020]: pgmap v4722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:50:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:33 smithi066 ceph-mon[112137]: pgmap v4722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:50:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:33 smithi203 ceph-mon[117428]: pgmap v4722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:50:34.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:34.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:34.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:35.415 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:35.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:35.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:35.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:35.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:35 smithi066 ceph-mon[112137]: pgmap v4723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:36.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:35 smithi066 ceph-mon[112137]: from='client.138858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:35 smithi203 ceph-mon[117428]: pgmap v4723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:35 smithi203 ceph-mon[117428]: from='client.138858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:35 smithi137 ceph-mon[117020]: pgmap v4723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:35 smithi137 ceph-mon[117020]: from='client.138858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:37 smithi066 ceph-mon[112137]: pgmap v4724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:37 smithi203 ceph-mon[117428]: pgmap v4724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:37 smithi137 ceph-mon[117020]: pgmap v4724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:39 smithi066 ceph-mon[112137]: pgmap v4725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:39 smithi203 ceph-mon[117428]: pgmap v4725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:39 smithi137 ceph-mon[117020]: pgmap v4725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:40.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:40.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:40.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:41.140 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:41.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:41.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:41.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:41.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:41 smithi066 ceph-mon[112137]: from='client.138933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:41 smithi066 ceph-mon[112137]: pgmap v4726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:41 smithi203 ceph-mon[117428]: from='client.138933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:41 smithi203 ceph-mon[117428]: pgmap v4726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:41 smithi137 ceph-mon[117020]: from='client.138933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:41 smithi137 ceph-mon[117020]: pgmap v4726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:43 smithi137 ceph-mon[117020]: pgmap v4727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:50:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:43 smithi066 ceph-mon[112137]: pgmap v4727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:50:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:43 smithi203 ceph-mon[117428]: pgmap v4727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:50:46.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:46.142 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:46.142 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:45 smithi066 ceph-mon[112137]: pgmap v4728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:50:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:50:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:50:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:50:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:50:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:45 smithi203 ceph-mon[117428]: pgmap v4728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:50:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:50:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:50:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:50:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:50:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:45 smithi137 ceph-mon[117020]: pgmap v4728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:50:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:50:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:50:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:50:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:50:46.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:46.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:46.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:46.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:46.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:47 smithi066 ceph-mon[112137]: from='client.139011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:47 smithi066 ceph-mon[112137]: pgmap v4729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:47 smithi203 ceph-mon[117428]: from='client.139011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:47 smithi203 ceph-mon[117428]: pgmap v4729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:47 smithi137 ceph-mon[117020]: from='client.139011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:47 smithi137 ceph-mon[117020]: pgmap v4729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:49 smithi066 ceph-mon[112137]: pgmap v4730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:49 smithi203 ceph-mon[117428]: pgmap v4730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:49 smithi137 ceph-mon[117020]: pgmap v4730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:51.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:51.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:51.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:51 smithi066 ceph-mon[112137]: pgmap v4731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:51 smithi203 ceph-mon[117428]: pgmap v4731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:51 smithi137 ceph-mon[117020]: pgmap v4731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:52.587 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:52.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:52.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:52.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:52.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:53 smithi137 ceph-mon[117020]: from='client.139086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:53 smithi137 ceph-mon[117020]: pgmap v4732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:53 smithi066 ceph-mon[112137]: from='client.139086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:53 smithi066 ceph-mon[112137]: pgmap v4732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:53 smithi203 ceph-mon[117428]: from='client.139086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:53 smithi203 ceph-mon[117428]: pgmap v4732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:55 smithi066 ceph-mon[112137]: pgmap v4733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:55 smithi203 ceph-mon[117428]: pgmap v4733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:55 smithi137 ceph-mon[117020]: pgmap v4733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:57.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:50:57.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:57.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:57 smithi066 ceph-mon[112137]: pgmap v4734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:58.305 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:50:58.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:58.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:58.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:58.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:50:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:57 smithi203 ceph-mon[117428]: pgmap v4734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:57 smithi137 ceph-mon[117020]: pgmap v4734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:58 smithi066 ceph-mon[112137]: from='client.139161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:58 smithi203 ceph-mon[117428]: from='client.139161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:59.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:58 smithi137 ceph-mon[117020]: from='client.139161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:50:59 smithi066 ceph-mon[112137]: pgmap v4735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:50:59 smithi203 ceph-mon[117428]: pgmap v4735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:50:59 smithi137 ceph-mon[117020]: pgmap v4735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:01 smithi066 ceph-mon[112137]: pgmap v4736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:01 smithi203 ceph-mon[117428]: pgmap v4736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:01 smithi137 ceph-mon[117020]: pgmap v4736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:03.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:03.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:03.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:03 smithi137 ceph-mon[117020]: pgmap v4737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:03 smithi066 ceph-mon[112137]: pgmap v4737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:03 smithi203 ceph-mon[117428]: pgmap v4737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:04.029 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:04.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:04.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:04.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:04.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:04 smithi137 ceph-mon[117020]: from='client.139239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:04 smithi066 ceph-mon[112137]: from='client.139239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:04 smithi203 ceph-mon[117428]: from='client.139239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:05 smithi137 ceph-mon[117020]: pgmap v4738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:05 smithi066 ceph-mon[112137]: pgmap v4738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:05 smithi203 ceph-mon[117428]: pgmap v4738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:07 smithi066 ceph-mon[112137]: pgmap v4739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:08.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:07 smithi203 ceph-mon[117428]: pgmap v4739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:07 smithi137 ceph-mon[117020]: pgmap v4739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:09.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:09.032 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:09.032 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:09.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:09.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:09.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:09.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:09.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:09 smithi066 ceph-mon[112137]: pgmap v4740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:09 smithi203 ceph-mon[117428]: pgmap v4740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:09 smithi137 ceph-mon[117020]: pgmap v4740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:10 smithi066 ceph-mon[112137]: from='client.139311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:10 smithi203 ceph-mon[117428]: from='client.139311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:10 smithi137 ceph-mon[117020]: from='client.139311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:11 smithi066 ceph-mon[112137]: pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:51:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:11 smithi203 ceph-mon[117428]: pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:51:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:11 smithi137 ceph-mon[117020]: pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:51:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:13 smithi137 ceph-mon[117020]: pgmap v4742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:51:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:13 smithi066 ceph-mon[112137]: pgmap v4742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:51:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:13 smithi203 ceph-mon[117428]: pgmap v4742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:51:14.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:14.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:14.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:15.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:15.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:15.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:15.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:15.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:15 smithi066 ceph-mon[112137]: pgmap v4743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:15 smithi066 ceph-mon[112137]: from='client.139386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:15 smithi203 ceph-mon[117428]: pgmap v4743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:15 smithi203 ceph-mon[117428]: from='client.139386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:15 smithi137 ceph-mon[117020]: pgmap v4743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:15 smithi137 ceph-mon[117020]: from='client.139386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:17 smithi066 ceph-mon[112137]: pgmap v4744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:17 smithi203 ceph-mon[117428]: pgmap v4744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:17 smithi137 ceph-mon[117020]: pgmap v4744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:19 smithi066 ceph-mon[112137]: pgmap v4745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:19 smithi203 ceph-mon[117428]: pgmap v4745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:20.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:19 smithi137 ceph-mon[117020]: pgmap v4745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:20.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:20.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:20.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:21.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:21.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:21.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:21.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:21.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:21 smithi066 ceph-mon[112137]: from='client.139461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:21 smithi066 ceph-mon[112137]: pgmap v4746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:21 smithi203 ceph-mon[117428]: from='client.139461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:21 smithi203 ceph-mon[117428]: pgmap v4746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:21 smithi137 ceph-mon[117020]: from='client.139461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:21 smithi137 ceph-mon[117020]: pgmap v4746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:23 smithi137 ceph-mon[117020]: pgmap v4747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:51:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:23 smithi066 ceph-mon[112137]: pgmap v4747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:51:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:23 smithi203 ceph-mon[117428]: pgmap v4747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:51:26.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:26.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:26.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:25 smithi066 ceph-mon[112137]: pgmap v4748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:51:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:25 smithi203 ceph-mon[117428]: pgmap v4748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:51:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:25 smithi137 ceph-mon[117020]: pgmap v4748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:51:26.918 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:26.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:26.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:26.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:26.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:27 smithi066 ceph-mon[112137]: from='client.139533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:27 smithi066 ceph-mon[112137]: pgmap v4749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:27 smithi203 ceph-mon[117428]: from='client.139533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:27 smithi203 ceph-mon[117428]: pgmap v4749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:27 smithi137 ceph-mon[117020]: from='client.139533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:27 smithi137 ceph-mon[117020]: pgmap v4749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:29 smithi066 ceph-mon[112137]: pgmap v4750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:29 smithi203 ceph-mon[117428]: pgmap v4750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:29 smithi137 ceph-mon[117020]: pgmap v4750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:31.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:31.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:31.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:31 smithi066 ceph-mon[112137]: pgmap v4751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:31 smithi203 ceph-mon[117428]: pgmap v4751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:31 smithi137 ceph-mon[117020]: pgmap v4751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:32.661 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:32.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:32.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:32.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:32.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:33 smithi137 ceph-mon[117020]: from='client.139611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:33 smithi137 ceph-mon[117020]: pgmap v4752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:33 smithi066 ceph-mon[112137]: from='client.139611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:33 smithi066 ceph-mon[112137]: pgmap v4752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:33 smithi203 ceph-mon[117428]: from='client.139611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:33 smithi203 ceph-mon[117428]: pgmap v4752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:35 smithi066 ceph-mon[112137]: pgmap v4753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:35 smithi203 ceph-mon[117428]: pgmap v4753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:35 smithi137 ceph-mon[117020]: pgmap v4753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:37.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:37.663 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:37.663 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:37 smithi066 ceph-mon[112137]: pgmap v4754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:37 smithi203 ceph-mon[117428]: pgmap v4754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:37 smithi137 ceph-mon[117020]: pgmap v4754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:38.385 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:38.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:38.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:38.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:38.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:38 smithi066 ceph-mon[112137]: from='client.139686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:38 smithi203 ceph-mon[117428]: from='client.139686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:38 smithi137 ceph-mon[117020]: from='client.139686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:39 smithi066 ceph-mon[112137]: pgmap v4755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:39 smithi203 ceph-mon[117428]: pgmap v4755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:40.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:39 smithi137 ceph-mon[117020]: pgmap v4755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:41 smithi066 ceph-mon[112137]: pgmap v4756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:41 smithi203 ceph-mon[117428]: pgmap v4756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:41 smithi137 ceph-mon[117020]: pgmap v4756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:43.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:43.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:43.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:43 smithi066 ceph-mon[112137]: pgmap v4757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:43 smithi203 ceph-mon[117428]: pgmap v4757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:43 smithi137 ceph-mon[117020]: pgmap v4757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:44.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:44.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:44.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:44.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:44.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:44 smithi066 ceph-mon[112137]: from='client.139761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:44 smithi203 ceph-mon[117428]: from='client.139761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:44 smithi137 ceph-mon[117020]: from='client.139761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:45 smithi066 ceph-mon[112137]: pgmap v4758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:45.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:45 smithi203 ceph-mon[117428]: pgmap v4758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:45 smithi137 ceph-mon[117020]: pgmap v4758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:51:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:51:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:51:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:51:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:51:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:51:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:47 smithi066 ceph-mon[112137]: pgmap v4759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:51:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:51:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:51:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:47 smithi203 ceph-mon[117428]: pgmap v4759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:51:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:51:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:51:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:47 smithi137 ceph-mon[117020]: pgmap v4759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:49.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:49.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:49.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:49.823 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:49.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:49.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:49.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:49.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:49 smithi066 ceph-mon[112137]: pgmap v4760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:49 smithi203 ceph-mon[117428]: pgmap v4760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:49 smithi137 ceph-mon[117020]: pgmap v4760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:50 smithi066 ceph-mon[112137]: from='client.139833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:50 smithi203 ceph-mon[117428]: from='client.139833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:50 smithi137 ceph-mon[117020]: from='client.139833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:51 smithi066 ceph-mon[112137]: pgmap v4761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:51:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:51 smithi203 ceph-mon[117428]: pgmap v4761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:51:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:51 smithi137 ceph-mon[117020]: pgmap v4761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:51:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:53 smithi066 ceph-mon[112137]: pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:51:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:53 smithi203 ceph-mon[117428]: pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:51:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:53 smithi137 ceph-mon[117020]: pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:51:54.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:51:54.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:54.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:55.540 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:51:55.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:55.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:55.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:55.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:51:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:55 smithi066 ceph-mon[112137]: pgmap v4763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:55 smithi203 ceph-mon[117428]: pgmap v4763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:55 smithi137 ceph-mon[117020]: pgmap v4763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:56 smithi066 ceph-mon[112137]: from='client.139911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:56 smithi203 ceph-mon[117428]: from='client.139911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:56 smithi137 ceph-mon[117020]: from='client.139911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:57 smithi066 ceph-mon[112137]: pgmap v4764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:57 smithi203 ceph-mon[117428]: pgmap v4764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:57 smithi137 ceph-mon[117020]: pgmap v4764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:51:59 smithi066 ceph-mon[112137]: pgmap v4765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:51:59 smithi203 ceph-mon[117428]: pgmap v4765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:00.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:51:59 smithi137 ceph-mon[117020]: pgmap v4765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:00.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:00.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:00.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:01.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:01.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:01.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:01.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:01.287 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:01 smithi066 ceph-mon[112137]: pgmap v4766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:01 smithi066 ceph-mon[112137]: from='client.139989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:01 smithi203 ceph-mon[117428]: pgmap v4766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:01 smithi203 ceph-mon[117428]: from='client.139989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:01 smithi137 ceph-mon[117020]: pgmap v4766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:01 smithi137 ceph-mon[117020]: from='client.139989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:03 smithi066 ceph-mon[112137]: pgmap v4767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:52:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:03 smithi203 ceph-mon[117428]: pgmap v4767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:52:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:03 smithi137 ceph-mon[117020]: pgmap v4767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:52:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:05 smithi066 ceph-mon[112137]: pgmap v4768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:52:06.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:06.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:06.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:05 smithi203 ceph-mon[117428]: pgmap v4768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:52:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:05 smithi137 ceph-mon[117020]: pgmap v4768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:52:07.026 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:07.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:07.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:07.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:07.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:07 smithi066 ceph-mon[112137]: from='client.140067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:07 smithi066 ceph-mon[112137]: pgmap v4769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:07 smithi203 ceph-mon[117428]: from='client.140067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:07 smithi203 ceph-mon[117428]: pgmap v4769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:07 smithi137 ceph-mon[117020]: from='client.140067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:07 smithi137 ceph-mon[117020]: pgmap v4769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:09 smithi066 ceph-mon[112137]: pgmap v4770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:09 smithi203 ceph-mon[117428]: pgmap v4770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:09 smithi137 ceph-mon[117020]: pgmap v4770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:12.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:12.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:12.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:11 smithi066 ceph-mon[112137]: pgmap v4771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:11 smithi203 ceph-mon[117428]: pgmap v4771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:12.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:11 smithi137 ceph-mon[117020]: pgmap v4771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:12.747 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:12.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:12.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:12.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:12.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:13 smithi066 ceph-mon[112137]: from='client.140139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:13 smithi066 ceph-mon[112137]: pgmap v4772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:13 smithi203 ceph-mon[117428]: from='client.140139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:13 smithi203 ceph-mon[117428]: pgmap v4772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:13 smithi137 ceph-mon[117020]: from='client.140139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:13 smithi137 ceph-mon[117020]: pgmap v4772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:15 smithi066 ceph-mon[112137]: pgmap v4773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:15 smithi203 ceph-mon[117428]: pgmap v4773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:15 smithi137 ceph-mon[117020]: pgmap v4773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:17.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:17.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:17.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:17 smithi066 ceph-mon[112137]: pgmap v4774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:17 smithi203 ceph-mon[117428]: pgmap v4774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:17 smithi137 ceph-mon[117020]: pgmap v4774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:18.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:18.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:18.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:18.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:18.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:18 smithi066 ceph-mon[112137]: from='client.140217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:18 smithi203 ceph-mon[117428]: from='client.140217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:18 smithi137 ceph-mon[117020]: from='client.140217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:19 smithi066 ceph-mon[112137]: pgmap v4775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:19 smithi203 ceph-mon[117428]: pgmap v4775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:20.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:19 smithi137 ceph-mon[117020]: pgmap v4775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:21 smithi066 ceph-mon[112137]: pgmap v4776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:21 smithi203 ceph-mon[117428]: pgmap v4776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:21 smithi137 ceph-mon[117020]: pgmap v4776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:23.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:23.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:23.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:23 smithi066 ceph-mon[112137]: pgmap v4777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:23 smithi203 ceph-mon[117428]: pgmap v4777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:23 smithi137 ceph-mon[117020]: pgmap v4777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:24.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:24.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:24.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:24.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:24.183 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:24 smithi066 ceph-mon[112137]: from='client.140292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:24 smithi203 ceph-mon[117428]: from='client.140292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:24 smithi137 ceph-mon[117020]: from='client.140292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:25.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:25 smithi066 ceph-mon[112137]: pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:25 smithi203 ceph-mon[117428]: pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:25 smithi137 ceph-mon[117020]: pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:27 smithi066 ceph-mon[112137]: pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:27 smithi203 ceph-mon[117428]: pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:27 smithi137 ceph-mon[117020]: pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:29.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:29.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:29.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:29.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:29.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:29.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:29.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:29.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:29 smithi066 ceph-mon[112137]: pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:29 smithi203 ceph-mon[117428]: pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:29 smithi137 ceph-mon[117020]: pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:30 smithi066 ceph-mon[112137]: from='client.140367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:30 smithi203 ceph-mon[117428]: from='client.140367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:30 smithi137 ceph-mon[117020]: from='client.140367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:31 smithi066 ceph-mon[112137]: pgmap v4781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:52:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:31 smithi203 ceph-mon[117428]: pgmap v4781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:52:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:31 smithi137 ceph-mon[117020]: pgmap v4781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:52:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:33 smithi066 ceph-mon[112137]: pgmap v4782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:52:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:33 smithi203 ceph-mon[117428]: pgmap v4782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:52:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:33 smithi137 ceph-mon[117020]: pgmap v4782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:52:34.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:34.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:34.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:35.656 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:35.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:35.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:35.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:35.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:35 smithi066 ceph-mon[112137]: pgmap v4783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:35 smithi203 ceph-mon[117428]: pgmap v4783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:35 smithi137 ceph-mon[117020]: pgmap v4783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:36 smithi066 ceph-mon[112137]: from='client.140445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:36 smithi203 ceph-mon[117428]: from='client.140445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:36 smithi137 ceph-mon[117020]: from='client.140445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:37 smithi066 ceph-mon[112137]: pgmap v4784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:37 smithi203 ceph-mon[117428]: pgmap v4784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:37 smithi137 ceph-mon[117020]: pgmap v4784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:39 smithi066 ceph-mon[112137]: pgmap v4785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:39 smithi203 ceph-mon[117428]: pgmap v4785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:39 smithi137 ceph-mon[117020]: pgmap v4785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:40.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:40.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:40.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:41.389 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:41.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:41.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:41.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:41.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:41 smithi066 ceph-mon[112137]: pgmap v4786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:41 smithi066 ceph-mon[112137]: from='client.140520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:41 smithi203 ceph-mon[117428]: pgmap v4786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:41 smithi203 ceph-mon[117428]: from='client.140520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:41 smithi137 ceph-mon[117020]: pgmap v4786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:41 smithi137 ceph-mon[117020]: from='client.140520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:43 smithi066 ceph-mon[112137]: pgmap v4787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:52:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:43 smithi203 ceph-mon[117428]: pgmap v4787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:52:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:43 smithi137 ceph-mon[117020]: pgmap v4787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:52:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:45 smithi066 ceph-mon[112137]: pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:52:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:45 smithi203 ceph-mon[117428]: pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:52:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:45 smithi137 ceph-mon[117020]: pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:52:46.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:46.391 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:46.391 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:47.134 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:47.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:47.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:47.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:47.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:52:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:52:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:52:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:47 smithi066 ceph-mon[112137]: from='client.140595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:47 smithi066 ceph-mon[112137]: pgmap v4789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:52:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:52:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:52:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:47 smithi203 ceph-mon[117428]: from='client.140595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:47 smithi203 ceph-mon[117428]: pgmap v4789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:52:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:52:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:52:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:47 smithi137 ceph-mon[117020]: from='client.140595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:47 smithi137 ceph-mon[117020]: pgmap v4789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:52:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:52:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:52:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:49 smithi066 ceph-mon[112137]: pgmap v4790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:49 smithi203 ceph-mon[117428]: pgmap v4790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:49 smithi137 ceph-mon[117020]: pgmap v4790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:52.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:52.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:52.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:51 smithi066 ceph-mon[112137]: pgmap v4791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:51 smithi203 ceph-mon[117428]: pgmap v4791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:51 smithi137 ceph-mon[117020]: pgmap v4791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:52.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:52.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:52.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:52.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:52:52.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:53 smithi066 ceph-mon[112137]: from='client.140667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:53 smithi066 ceph-mon[112137]: pgmap v4792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:53 smithi203 ceph-mon[117428]: from='client.140667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:53 smithi203 ceph-mon[117428]: pgmap v4792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:53 smithi137 ceph-mon[117020]: from='client.140667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:53 smithi137 ceph-mon[117020]: pgmap v4792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:55 smithi066 ceph-mon[112137]: pgmap v4793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:55 smithi203 ceph-mon[117428]: pgmap v4793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:55 smithi137 ceph-mon[117020]: pgmap v4793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:57.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:52:57.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:57.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:57 smithi066 ceph-mon[112137]: pgmap v4794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:57 smithi203 ceph-mon[117428]: pgmap v4794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:57 smithi137 ceph-mon[117020]: pgmap v4794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:58.582 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:52:58.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:58.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:58.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:58.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:59 smithi066 ceph-mon[112137]: from='client.140745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:52:59 smithi066 ceph-mon[112137]: pgmap v4795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:59 smithi203 ceph-mon[117428]: from='client.140745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:52:59 smithi203 ceph-mon[117428]: pgmap v4795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:59 smithi137 ceph-mon[117020]: from='client.140745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:52:59 smithi137 ceph-mon[117020]: pgmap v4795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:01 smithi066 ceph-mon[112137]: pgmap v4796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:01 smithi203 ceph-mon[117428]: pgmap v4796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:01 smithi137 ceph-mon[117020]: pgmap v4796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:03.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:03.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:03.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:03 smithi066 ceph-mon[112137]: pgmap v4797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:03 smithi203 ceph-mon[117428]: pgmap v4797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:03 smithi137 ceph-mon[117020]: pgmap v4797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:04.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:04.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:04.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:04.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:04.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:04 smithi066 ceph-mon[112137]: from='client.140820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:04 smithi203 ceph-mon[117428]: from='client.140820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:04 smithi137 ceph-mon[117020]: from='client.140820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:05 smithi066 ceph-mon[112137]: pgmap v4798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:05 smithi203 ceph-mon[117428]: pgmap v4798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:05 smithi137 ceph-mon[117020]: pgmap v4798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:07 smithi066 ceph-mon[112137]: pgmap v4799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:07 smithi203 ceph-mon[117428]: pgmap v4799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:07 smithi137 ceph-mon[117020]: pgmap v4799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:09.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:09.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:09.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:10.059 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:10.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:10.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:10.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:10.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:09 smithi066 ceph-mon[112137]: pgmap v4800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:09 smithi203 ceph-mon[117428]: pgmap v4800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:09 smithi137 ceph-mon[117020]: pgmap v4800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:10 smithi066 ceph-mon[112137]: from='client.140895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:10 smithi203 ceph-mon[117428]: from='client.140895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:10 smithi137 ceph-mon[117020]: from='client.140895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:11 smithi066 ceph-mon[112137]: pgmap v4801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:11 smithi203 ceph-mon[117428]: pgmap v4801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:11 smithi137 ceph-mon[117020]: pgmap v4801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:13 smithi066 ceph-mon[112137]: pgmap v4802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:13 smithi203 ceph-mon[117428]: pgmap v4802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:13.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:13 smithi137 ceph-mon[117020]: pgmap v4802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:15.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:15.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:15.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:15.785 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:15.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:15.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:15.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:15.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:15 smithi066 ceph-mon[112137]: pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:15 smithi203 ceph-mon[117428]: pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:15 smithi137 ceph-mon[117020]: pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:16 smithi066 ceph-mon[112137]: from='client.140970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:16 smithi203 ceph-mon[117428]: from='client.140970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:17.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:16 smithi137 ceph-mon[117020]: from='client.140970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:17 smithi066 ceph-mon[112137]: pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:17 smithi203 ceph-mon[117428]: pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:17 smithi137 ceph-mon[117020]: pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:19 smithi066 ceph-mon[112137]: pgmap v4805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:19 smithi203 ceph-mon[117428]: pgmap v4805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:19 smithi137 ceph-mon[117020]: pgmap v4805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:20.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:20.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:20.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:21.524 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:21.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:21.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:21.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:21.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:21 smithi066 ceph-mon[112137]: pgmap v4806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:21 smithi066 ceph-mon[112137]: from='client.141048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:21 smithi203 ceph-mon[117428]: pgmap v4806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:21 smithi203 ceph-mon[117428]: from='client.141048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:21 smithi137 ceph-mon[117020]: pgmap v4806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:21 smithi137 ceph-mon[117020]: from='client.141048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:23 smithi066 ceph-mon[112137]: pgmap v4807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:23 smithi203 ceph-mon[117428]: pgmap v4807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:23 smithi137 ceph-mon[117020]: pgmap v4807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:25 smithi066 ceph-mon[112137]: pgmap v4808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:25 smithi203 ceph-mon[117428]: pgmap v4808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:25 smithi137 ceph-mon[117020]: pgmap v4808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:26.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:26.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:26.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:27.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:27.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:27.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:27.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:27.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:27 smithi066 ceph-mon[112137]: pgmap v4809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:27 smithi066 ceph-mon[112137]: from='client.141123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:27 smithi203 ceph-mon[117428]: pgmap v4809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:27 smithi203 ceph-mon[117428]: from='client.141123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:27 smithi137 ceph-mon[117020]: pgmap v4809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:27 smithi137 ceph-mon[117020]: from='client.141123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:29 smithi066 ceph-mon[112137]: pgmap v4810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:29 smithi203 ceph-mon[117428]: pgmap v4810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:29 smithi137 ceph-mon[117020]: pgmap v4810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:31 smithi066 ceph-mon[112137]: pgmap v4811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:32.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:32.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:32.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:31 smithi203 ceph-mon[117428]: pgmap v4811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:31 smithi137 ceph-mon[117020]: pgmap v4811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:32.980 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:32.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:32.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:32.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:32.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:33 smithi066 ceph-mon[112137]: from='client.141201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:33 smithi066 ceph-mon[112137]: pgmap v4812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:33 smithi203 ceph-mon[117428]: from='client.141201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:33 smithi203 ceph-mon[117428]: pgmap v4812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:33 smithi137 ceph-mon[117020]: from='client.141201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:33 smithi137 ceph-mon[117020]: pgmap v4812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:36.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:35 smithi066 ceph-mon[112137]: pgmap v4813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:35 smithi203 ceph-mon[117428]: pgmap v4813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:35 smithi137 ceph-mon[117020]: pgmap v4813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:37.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:37.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:37.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:37 smithi066 ceph-mon[112137]: pgmap v4814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:37 smithi203 ceph-mon[117428]: pgmap v4814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:37 smithi137 ceph-mon[117020]: pgmap v4814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:38.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:38.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:38.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:38.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:38.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:39 smithi066 ceph-mon[112137]: from='client.141279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:40.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:39 smithi066 ceph-mon[112137]: pgmap v4815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:39 smithi203 ceph-mon[117428]: from='client.141279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:39 smithi203 ceph-mon[117428]: pgmap v4815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:39 smithi137 ceph-mon[117020]: from='client.141279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:39 smithi137 ceph-mon[117020]: pgmap v4815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:41 smithi066 ceph-mon[112137]: pgmap v4816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:41 smithi203 ceph-mon[117428]: pgmap v4816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:41 smithi137 ceph-mon[117020]: pgmap v4816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:43.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:43.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:43.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:43 smithi066 ceph-mon[112137]: pgmap v4817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:43 smithi203 ceph-mon[117428]: pgmap v4817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:43 smithi137 ceph-mon[117020]: pgmap v4817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:44.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:44.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:44.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:44.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:44.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:44 smithi066 ceph-mon[112137]: from='client.141357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:44 smithi203 ceph-mon[117428]: from='client.141357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:44 smithi137 ceph-mon[117020]: from='client.141357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:45 smithi066 ceph-mon[112137]: pgmap v4818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:45.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:45 smithi203 ceph-mon[117428]: pgmap v4818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:45 smithi137 ceph-mon[117020]: pgmap v4818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:47 smithi066 ceph-mon[112137]: pgmap v4819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:53:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:47 smithi203 ceph-mon[117428]: pgmap v4819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:53:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:47 smithi137 ceph-mon[117020]: pgmap v4819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:53:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:53:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:53:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:53:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:53:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:53:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:53:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:53:49.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:49.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:49.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:50.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:50.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:50.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:50.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:50.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:49 smithi066 ceph-mon[112137]: pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:49 smithi203 ceph-mon[117428]: pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:49 smithi137 ceph-mon[117020]: pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:50 smithi066 ceph-mon[112137]: from='client.141432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:50 smithi203 ceph-mon[117428]: from='client.141432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:50 smithi137 ceph-mon[117020]: from='client.141432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:51 smithi066 ceph-mon[112137]: pgmap v4821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:51 smithi203 ceph-mon[117428]: pgmap v4821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:51 smithi137 ceph-mon[117020]: pgmap v4821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:53 smithi066 ceph-mon[112137]: pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:53 smithi203 ceph-mon[117428]: pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:53 smithi137 ceph-mon[117020]: pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:55.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:53:55.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:55.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:55.876 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:53:55.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:55.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:55.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:55.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:53:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:55 smithi066 ceph-mon[112137]: pgmap v4823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:55 smithi203 ceph-mon[117428]: pgmap v4823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:55 smithi137 ceph-mon[117020]: pgmap v4823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:56 smithi066 ceph-mon[112137]: from='client.141510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:56 smithi203 ceph-mon[117428]: from='client.141510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:56 smithi137 ceph-mon[117020]: from='client.141510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:57 smithi066 ceph-mon[112137]: pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:57 smithi203 ceph-mon[117428]: pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:57 smithi137 ceph-mon[117020]: pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:53:59 smithi066 ceph-mon[112137]: pgmap v4825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:53:59 smithi203 ceph-mon[117428]: pgmap v4825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:53:59 smithi137 ceph-mon[117020]: pgmap v4825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:00.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:00.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:00.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:01.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:01.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:01.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:01.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:01.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:01 smithi066 ceph-mon[112137]: pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:01 smithi203 ceph-mon[117428]: pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:01 smithi137 ceph-mon[117020]: pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:02 smithi066 ceph-mon[112137]: from='client.141585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:02 smithi203 ceph-mon[117428]: from='client.141585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:02 smithi137 ceph-mon[117020]: from='client.141585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:03 smithi066 ceph-mon[112137]: pgmap v4827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:03 smithi203 ceph-mon[117428]: pgmap v4827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:03 smithi137 ceph-mon[117020]: pgmap v4827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:05 smithi066 ceph-mon[112137]: pgmap v4828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:05 smithi203 ceph-mon[117428]: pgmap v4828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:05 smithi137 ceph-mon[117020]: pgmap v4828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:06.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:06.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:06.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:07.318 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:07.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:07.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:07.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:07.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:07 smithi066 ceph-mon[112137]: pgmap v4829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:07 smithi066 ceph-mon[112137]: from='client.141660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:07 smithi203 ceph-mon[117428]: pgmap v4829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:07 smithi203 ceph-mon[117428]: from='client.141660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:07 smithi137 ceph-mon[117020]: pgmap v4829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:07 smithi137 ceph-mon[117020]: from='client.141660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:09 smithi066 ceph-mon[112137]: pgmap v4830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:09 smithi203 ceph-mon[117428]: pgmap v4830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:09 smithi137 ceph-mon[117020]: pgmap v4830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:12.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:11 smithi066 ceph-mon[112137]: pgmap v4831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:12.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:12.320 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:12.320 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:11 smithi203 ceph-mon[117428]: pgmap v4831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:11 smithi137 ceph-mon[117020]: pgmap v4831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:13.044 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:13.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:13.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:13.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:13.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:13 smithi066 ceph-mon[112137]: from='client.141732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:13 smithi066 ceph-mon[112137]: pgmap v4832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:13 smithi203 ceph-mon[117428]: from='client.141732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:13 smithi203 ceph-mon[117428]: pgmap v4832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:13 smithi137 ceph-mon[117020]: from='client.141732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:13 smithi137 ceph-mon[117020]: pgmap v4832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:15 smithi066 ceph-mon[112137]: pgmap v4833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:15 smithi203 ceph-mon[117428]: pgmap v4833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:15 smithi137 ceph-mon[117020]: pgmap v4833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:18.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:18.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:18.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:17 smithi066 ceph-mon[112137]: pgmap v4834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:17 smithi203 ceph-mon[117428]: pgmap v4834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:17 smithi137 ceph-mon[117020]: pgmap v4834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:18.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:18.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:18.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:18.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:18.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:19 smithi066 ceph-mon[112137]: from='client.141810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:19 smithi066 ceph-mon[112137]: pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:19 smithi203 ceph-mon[117428]: from='client.141810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:19 smithi203 ceph-mon[117428]: pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:19 smithi137 ceph-mon[117020]: from='client.141810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:19 smithi137 ceph-mon[117020]: pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:21 smithi066 ceph-mon[112137]: pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:21 smithi203 ceph-mon[117428]: pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:21 smithi137 ceph-mon[117020]: pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:23 smithi066 ceph-mon[112137]: pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:23.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:23.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:23.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:23 smithi203 ceph-mon[117428]: pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:23.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:23 smithi137 ceph-mon[117020]: pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:24.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:24.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:24.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:24.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:24.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:24 smithi066 ceph-mon[112137]: from='client.141888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:24 smithi203 ceph-mon[117428]: from='client.141888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:24 smithi137 ceph-mon[117020]: from='client.141888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:25.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:25 smithi066 ceph-mon[112137]: pgmap v4838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:25 smithi203 ceph-mon[117428]: pgmap v4838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:25 smithi137 ceph-mon[117020]: pgmap v4838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:27 smithi066 ceph-mon[112137]: pgmap v4839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:27 smithi203 ceph-mon[117428]: pgmap v4839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:27 smithi137 ceph-mon[117020]: pgmap v4839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:29.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:29.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:29.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:30.222 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:30.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:30.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:30.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:30.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:29 smithi066 ceph-mon[112137]: pgmap v4840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:29 smithi203 ceph-mon[117428]: pgmap v4840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:30.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:29 smithi137 ceph-mon[117020]: pgmap v4840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:30 smithi066 ceph-mon[112137]: from='client.141966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:30 smithi203 ceph-mon[117428]: from='client.141966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:30 smithi137 ceph-mon[117020]: from='client.141966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:31 smithi066 ceph-mon[112137]: pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:31 smithi203 ceph-mon[117428]: pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:31 smithi137 ceph-mon[117020]: pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:33 smithi066 ceph-mon[112137]: pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:33 smithi203 ceph-mon[117428]: pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:33 smithi137 ceph-mon[117020]: pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:35.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:35.224 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:35.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:35.937 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:35.937 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:35.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:35.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:35.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:35 smithi066 ceph-mon[112137]: pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:35 smithi203 ceph-mon[117428]: pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:35 smithi137 ceph-mon[117020]: pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:36 smithi066 ceph-mon[112137]: from='client.142038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:36 smithi203 ceph-mon[117428]: from='client.142038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:36 smithi137 ceph-mon[117020]: from='client.142038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:37 smithi066 ceph-mon[112137]: pgmap v4844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:37 smithi203 ceph-mon[117428]: pgmap v4844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:37 smithi137 ceph-mon[117020]: pgmap v4844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:39 smithi066 ceph-mon[112137]: pgmap v4845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:39 smithi203 ceph-mon[117428]: pgmap v4845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:39 smithi137 ceph-mon[117020]: pgmap v4845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:40.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:40.939 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:40.939 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:41.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:41.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:41.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:41.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:41.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:41 smithi066 ceph-mon[112137]: pgmap v4846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:41 smithi203 ceph-mon[117428]: pgmap v4846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:41 smithi137 ceph-mon[117020]: pgmap v4846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:42 smithi066 ceph-mon[112137]: from='client.142113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:42 smithi203 ceph-mon[117428]: from='client.142113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:42 smithi137 ceph-mon[117020]: from='client.142113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:43 smithi066 ceph-mon[112137]: pgmap v4847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:43 smithi203 ceph-mon[117428]: pgmap v4847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:43 smithi137 ceph-mon[117020]: pgmap v4847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:45 smithi066 ceph-mon[112137]: pgmap v4848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:45 smithi203 ceph-mon[117428]: pgmap v4848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:46.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:45 smithi137 ceph-mon[117020]: pgmap v4848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:46.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:46.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:47.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:47.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:47.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:47.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:47.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:47 smithi066 ceph-mon[112137]: pgmap v4849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:47 smithi066 ceph-mon[112137]: from='client.142191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:47 smithi203 ceph-mon[117428]: pgmap v4849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:47 smithi203 ceph-mon[117428]: from='client.142191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:47 smithi137 ceph-mon[117020]: pgmap v4849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:47 smithi137 ceph-mon[117020]: from='client.142191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:54:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:54:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:54:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:49 smithi203 ceph-mon[117428]: pgmap v4850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:54:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:54:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:54:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:49 smithi137 ceph-mon[117020]: pgmap v4850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:54:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:54:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:54:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:49 smithi066 ceph-mon[112137]: pgmap v4850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:54:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:54:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:54:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:51 smithi203 ceph-mon[117428]: pgmap v4851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:51 smithi137 ceph-mon[117020]: pgmap v4851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:52.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:52.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:52.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:51 smithi066 ceph-mon[112137]: pgmap v4851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:53.104 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:53.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:53.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:53.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:53.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:54:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:53 smithi066 ceph-mon[112137]: from='client.142266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:53 smithi066 ceph-mon[112137]: pgmap v4852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:53 smithi203 ceph-mon[117428]: from='client.142266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:53 smithi203 ceph-mon[117428]: pgmap v4852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:53 smithi137 ceph-mon[117020]: from='client.142266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:53 smithi137 ceph-mon[117020]: pgmap v4852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:55 smithi066 ceph-mon[112137]: pgmap v4853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:55 smithi203 ceph-mon[117428]: pgmap v4853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:56.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:55 smithi137 ceph-mon[117020]: pgmap v4853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:58.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:54:58.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:58.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:57 smithi066 ceph-mon[112137]: pgmap v4854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:57 smithi203 ceph-mon[117428]: pgmap v4854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:58.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:57 smithi137 ceph-mon[117020]: pgmap v4854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:58.824 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:54:58.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:58.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:58.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:58.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:59 smithi066 ceph-mon[112137]: from='client.142341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:54:59 smithi066 ceph-mon[112137]: pgmap v4855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:59 smithi203 ceph-mon[117428]: from='client.142341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:54:59 smithi203 ceph-mon[117428]: pgmap v4855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:59 smithi137 ceph-mon[117020]: from='client.142341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:54:59 smithi137 ceph-mon[117020]: pgmap v4855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:01 smithi066 ceph-mon[112137]: pgmap v4856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:01 smithi203 ceph-mon[117428]: pgmap v4856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:01 smithi137 ceph-mon[117020]: pgmap v4856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:03 smithi066 ceph-mon[112137]: pgmap v4857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:03 smithi203 ceph-mon[117428]: pgmap v4857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:03.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:03.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:03.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:03.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:03 smithi137 ceph-mon[117020]: pgmap v4857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:04.548 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:04.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:04.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:04.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:04.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:04 smithi066 ceph-mon[112137]: from='client.142419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:04 smithi203 ceph-mon[117428]: from='client.142419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:04 smithi137 ceph-mon[117020]: from='client.142419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:05 smithi066 ceph-mon[112137]: pgmap v4858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:05 smithi203 ceph-mon[117428]: pgmap v4858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:05 smithi137 ceph-mon[117020]: pgmap v4858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:07 smithi066 ceph-mon[112137]: pgmap v4859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:08.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:07 smithi203 ceph-mon[117428]: pgmap v4859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:07 smithi137 ceph-mon[117020]: pgmap v4859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:09.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:09.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:09.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:09 smithi066 ceph-mon[112137]: pgmap v4860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:10.270 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:10.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:10.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:10.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:10.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:09 smithi203 ceph-mon[117428]: pgmap v4860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:10.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:09 smithi137 ceph-mon[117020]: pgmap v4860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:10 smithi066 ceph-mon[112137]: from='client.142494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:10 smithi203 ceph-mon[117428]: from='client.142494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:10 smithi137 ceph-mon[117020]: from='client.142494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:11 smithi066 ceph-mon[112137]: pgmap v4861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:11 smithi203 ceph-mon[117428]: pgmap v4861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:11 smithi137 ceph-mon[117020]: pgmap v4861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:13 smithi066 ceph-mon[112137]: pgmap v4862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:13 smithi203 ceph-mon[117428]: pgmap v4862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:13 smithi137 ceph-mon[117020]: pgmap v4862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:15.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:15.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:15.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:15.992 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:15.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:15.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:15.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:15.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:15 smithi066 ceph-mon[112137]: pgmap v4863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:15 smithi203 ceph-mon[117428]: pgmap v4863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:15 smithi137 ceph-mon[117020]: pgmap v4863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:16 smithi066 ceph-mon[112137]: from='client.142569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:16 smithi203 ceph-mon[117428]: from='client.142569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:16 smithi137 ceph-mon[117020]: from='client.142569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:17 smithi066 ceph-mon[112137]: pgmap v4864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:17 smithi203 ceph-mon[117428]: pgmap v4864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:17 smithi137 ceph-mon[117020]: pgmap v4864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:19 smithi066 ceph-mon[112137]: pgmap v4865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:19 smithi203 ceph-mon[117428]: pgmap v4865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:19 smithi137 ceph-mon[117020]: pgmap v4865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:20.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:20.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:20.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:21.710 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:21.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:21.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:21.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:21.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:21 smithi066 ceph-mon[112137]: pgmap v4866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:21 smithi203 ceph-mon[117428]: pgmap v4866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:21 smithi137 ceph-mon[117020]: pgmap v4866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:22 smithi066 ceph-mon[112137]: from='client.142644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:22 smithi203 ceph-mon[117428]: from='client.142644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:22 smithi137 ceph-mon[117020]: from='client.142644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:23 smithi066 ceph-mon[112137]: pgmap v4867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:23 smithi203 ceph-mon[117428]: pgmap v4867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:23 smithi137 ceph-mon[117020]: pgmap v4867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:25 smithi066 ceph-mon[112137]: pgmap v4868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:25 smithi203 ceph-mon[117428]: pgmap v4868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:25 smithi137 ceph-mon[117020]: pgmap v4868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:26.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:26.713 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:26.713 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:27.447 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:27.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:27.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:27.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:27.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:27 smithi203 ceph-mon[117428]: pgmap v4869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:27 smithi203 ceph-mon[117428]: from='client.142716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:27 smithi137 ceph-mon[117020]: pgmap v4869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:27 smithi137 ceph-mon[117020]: from='client.142716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:27 smithi066 ceph-mon[112137]: pgmap v4869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:27 smithi066 ceph-mon[112137]: from='client.142716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:29 smithi203 ceph-mon[117428]: pgmap v4870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:29 smithi137 ceph-mon[117020]: pgmap v4870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:29 smithi066 ceph-mon[112137]: pgmap v4870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:31 smithi203 ceph-mon[117428]: pgmap v4871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:31 smithi137 ceph-mon[117020]: pgmap v4871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:32.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:32.448 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:32.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:31 smithi066 ceph-mon[112137]: pgmap v4871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:33.169 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:33.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:33.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:33.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:33.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:33 smithi066 ceph-mon[112137]: from='client.142794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:33 smithi066 ceph-mon[112137]: pgmap v4872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:33 smithi203 ceph-mon[117428]: from='client.142794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:33 smithi203 ceph-mon[117428]: pgmap v4872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:33 smithi137 ceph-mon[117020]: from='client.142794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:33 smithi137 ceph-mon[117020]: pgmap v4872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:35 smithi066 ceph-mon[112137]: pgmap v4873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:35 smithi203 ceph-mon[117428]: pgmap v4873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:35 smithi137 ceph-mon[117020]: pgmap v4873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:38.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:38.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:38.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:37 smithi066 ceph-mon[112137]: pgmap v4874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:37 smithi203 ceph-mon[117428]: pgmap v4874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:37 smithi137 ceph-mon[117020]: pgmap v4874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:38.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:38.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:38.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:38.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:38.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:39 smithi066 ceph-mon[112137]: from='client.142869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:39 smithi066 ceph-mon[112137]: pgmap v4875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:39 smithi203 ceph-mon[117428]: from='client.142869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:39 smithi203 ceph-mon[117428]: pgmap v4875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:39 smithi137 ceph-mon[117020]: from='client.142869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:39 smithi137 ceph-mon[117020]: pgmap v4875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:41 smithi066 ceph-mon[112137]: pgmap v4876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:41 smithi203 ceph-mon[117428]: pgmap v4876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:41 smithi137 ceph-mon[117020]: pgmap v4876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:43 smithi066 ceph-mon[112137]: pgmap v4877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:43 smithi203 ceph-mon[117428]: pgmap v4877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:43 smithi137 ceph-mon[117020]: pgmap v4877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:43.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:43.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:43.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:44.611 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:44.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:44.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:44.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:44.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:45 smithi066 ceph-mon[112137]: from='client.142944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:45 smithi066 ceph-mon[112137]: pgmap v4878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:45 smithi203 ceph-mon[117428]: from='client.142944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:45 smithi203 ceph-mon[117428]: pgmap v4878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:45 smithi137 ceph-mon[117020]: from='client.142944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:45 smithi137 ceph-mon[117020]: pgmap v4878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:47 smithi066 ceph-mon[112137]: pgmap v4879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:47 smithi203 ceph-mon[117428]: pgmap v4879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:47 smithi137 ceph-mon[117020]: pgmap v4879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:49.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:49.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:49.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:49 smithi066 ceph-mon[112137]: pgmap v4880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:55:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:49 smithi203 ceph-mon[117428]: pgmap v4880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:55:50.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:49 smithi137 ceph-mon[117020]: pgmap v4880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:55:50.389 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:50.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:50.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:50.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:50.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='client.143022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:55:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:55:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='client.143022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:51.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:55:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:55:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='client.143022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:55:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:55:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:55:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:52 smithi066 ceph-mon[112137]: pgmap v4881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:52 smithi203 ceph-mon[117428]: pgmap v4881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:52 smithi137 ceph-mon[117020]: pgmap v4881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:53 smithi066 ceph-mon[112137]: pgmap v4882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:53 smithi203 ceph-mon[117428]: pgmap v4882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:53 smithi137 ceph-mon[117020]: pgmap v4882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:55.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:55:55.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:55.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:56.113 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:55:56.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:56.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:56.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:56.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:55:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:55 smithi066 ceph-mon[112137]: pgmap v4883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:55 smithi203 ceph-mon[117428]: pgmap v4883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:55 smithi137 ceph-mon[117020]: pgmap v4883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:56 smithi066 ceph-mon[112137]: from='client.143097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:56 smithi203 ceph-mon[117428]: from='client.143097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:56 smithi137 ceph-mon[117020]: from='client.143097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:57 smithi066 ceph-mon[112137]: pgmap v4884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:57 smithi203 ceph-mon[117428]: pgmap v4884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:57 smithi137 ceph-mon[117020]: pgmap v4884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:55:59 smithi066 ceph-mon[112137]: pgmap v4885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:55:59 smithi203 ceph-mon[117428]: pgmap v4885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:00.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:55:59 smithi137 ceph-mon[117020]: pgmap v4885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:01.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:01.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:01.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:01.834 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:01.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:01.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:01.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:01.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:01 smithi203 ceph-mon[117428]: pgmap v4886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:01 smithi137 ceph-mon[117020]: pgmap v4886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:01 smithi066 ceph-mon[112137]: pgmap v4886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:02 smithi203 ceph-mon[117428]: from='client.143175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:02 smithi137 ceph-mon[117020]: from='client.143175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:02 smithi066 ceph-mon[112137]: from='client.143175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:03 smithi203 ceph-mon[117428]: pgmap v4887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:03 smithi137 ceph-mon[117020]: pgmap v4887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:03 smithi066 ceph-mon[112137]: pgmap v4887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:05 smithi203 ceph-mon[117428]: pgmap v4888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:05 smithi137 ceph-mon[117020]: pgmap v4888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:05 smithi066 ceph-mon[112137]: pgmap v4888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:06.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:06.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:06.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:07.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:07.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:07.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:07.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:07.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:07 smithi203 ceph-mon[117428]: pgmap v4889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:07 smithi203 ceph-mon[117428]: from='client.143247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:07 smithi137 ceph-mon[117020]: pgmap v4889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:07 smithi137 ceph-mon[117020]: from='client.143247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:07 smithi066 ceph-mon[112137]: pgmap v4889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:07 smithi066 ceph-mon[112137]: from='client.143247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:09 smithi203 ceph-mon[117428]: pgmap v4890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:10 smithi137 ceph-mon[117020]: pgmap v4890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:09 smithi066 ceph-mon[112137]: pgmap v4890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:12 smithi203 ceph-mon[117428]: pgmap v4891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:12 smithi137 ceph-mon[117020]: pgmap v4891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:12 smithi066 ceph-mon[112137]: pgmap v4891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:12.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:12.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:12.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:13.286 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:13.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:13.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:13.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:13.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:13 smithi066 ceph-mon[112137]: pgmap v4892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:13.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:13 smithi066 ceph-mon[112137]: from='client.143322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:13 smithi203 ceph-mon[117428]: pgmap v4892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:13 smithi203 ceph-mon[117428]: from='client.143322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:13 smithi137 ceph-mon[117020]: pgmap v4892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:13 smithi137 ceph-mon[117020]: from='client.143322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:16.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:15 smithi066 ceph-mon[112137]: pgmap v4893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:15 smithi203 ceph-mon[117428]: pgmap v4893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:15 smithi137 ceph-mon[117020]: pgmap v4893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:17 smithi066 ceph-mon[112137]: pgmap v4894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:18.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:17 smithi203 ceph-mon[117428]: pgmap v4894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:17 smithi137 ceph-mon[117020]: pgmap v4894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:19.030 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:19.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:19.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:19.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:19.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:19 smithi203 ceph-mon[117428]: from='client.143394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:19 smithi203 ceph-mon[117428]: pgmap v4895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:19 smithi137 ceph-mon[117020]: from='client.143394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:19 smithi137 ceph-mon[117020]: pgmap v4895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:19 smithi066 ceph-mon[112137]: from='client.143394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:19 smithi066 ceph-mon[112137]: pgmap v4895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:21 smithi203 ceph-mon[117428]: pgmap v4896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:21 smithi137 ceph-mon[117020]: pgmap v4896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:21 smithi066 ceph-mon[112137]: pgmap v4896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:23 smithi066 ceph-mon[112137]: pgmap v4897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:23 smithi203 ceph-mon[117428]: pgmap v4897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:23 smithi137 ceph-mon[117020]: pgmap v4897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:24.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:24.032 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:24.032 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:24.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:24.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:24.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:24.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:24.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:25 smithi203 ceph-mon[117428]: from='client.143469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:25 smithi203 ceph-mon[117428]: pgmap v4898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:56:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:25 smithi137 ceph-mon[117020]: from='client.143469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:25 smithi137 ceph-mon[117020]: pgmap v4898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:56:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:25 smithi066 ceph-mon[112137]: from='client.143469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:25 smithi066 ceph-mon[112137]: pgmap v4898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:56:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:27 smithi203 ceph-mon[117428]: pgmap v4899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:27 smithi137 ceph-mon[117020]: pgmap v4899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:27 smithi066 ceph-mon[112137]: pgmap v4899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:29.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:29.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:29.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:29 smithi203 ceph-mon[117428]: pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:29 smithi137 ceph-mon[117020]: pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:30.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:30.479 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:29 smithi066 ceph-mon[112137]: pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:30 smithi203 ceph-mon[117428]: from='client.143544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:30 smithi137 ceph-mon[117020]: from='client.143544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:30 smithi066 ceph-mon[112137]: from='client.143544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:31 smithi203 ceph-mon[117428]: pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:31 smithi137 ceph-mon[117020]: pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:31 smithi066 ceph-mon[112137]: pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:33 smithi066 ceph-mon[112137]: pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:33 smithi203 ceph-mon[117428]: pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:33 smithi137 ceph-mon[117020]: pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:35.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:35.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:35.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:36.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:36.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:36.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:36.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:36.209 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:35 smithi203 ceph-mon[117428]: pgmap v4903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:35 smithi137 ceph-mon[117020]: pgmap v4903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:35 smithi066 ceph-mon[112137]: pgmap v4903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:36 smithi203 ceph-mon[117428]: from='client.143616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:36 smithi137 ceph-mon[117020]: from='client.143616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:36 smithi066 ceph-mon[112137]: from='client.143616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:37 smithi203 ceph-mon[117428]: pgmap v4904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:37 smithi137 ceph-mon[117020]: pgmap v4904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:37 smithi066 ceph-mon[112137]: pgmap v4904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:39 smithi203 ceph-mon[117428]: pgmap v4905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:39 smithi137 ceph-mon[117020]: pgmap v4905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:39 smithi066 ceph-mon[112137]: pgmap v4905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:41.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:41.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:41.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:41.934 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:41.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:41.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:41.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:41.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:42 smithi203 ceph-mon[117428]: pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:56:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:42 smithi137 ceph-mon[117020]: pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:56:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:42 smithi066 ceph-mon[112137]: pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:56:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:43 smithi203 ceph-mon[117428]: from='client.143691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:43 smithi137 ceph-mon[117020]: from='client.143691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:43 smithi066 ceph-mon[112137]: from='client.143691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:44 smithi203 ceph-mon[117428]: pgmap v4907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:44 smithi137 ceph-mon[117020]: pgmap v4907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:44 smithi066 ceph-mon[112137]: pgmap v4907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:46 smithi203 ceph-mon[117428]: pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:46 smithi137 ceph-mon[117020]: pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:46 smithi066 ceph-mon[112137]: pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:46.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:46.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:46.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:47.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:47.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:47.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:47.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:47.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:48 smithi203 ceph-mon[117428]: pgmap v4909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:48.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:48 smithi137 ceph-mon[117020]: pgmap v4909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:48 smithi066 ceph-mon[112137]: pgmap v4909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:49 smithi203 ceph-mon[117428]: from='client.143769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:49 smithi137 ceph-mon[117020]: from='client.143769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:49 smithi066 ceph-mon[112137]: from='client.143769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:50 smithi203 ceph-mon[117428]: pgmap v4910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:50 smithi137 ceph-mon[117020]: pgmap v4910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:50 smithi066 ceph-mon[112137]: pgmap v4910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:56:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:56:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:56:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:52 smithi203 ceph-mon[117428]: pgmap v4911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:56:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:56:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:56:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:52 smithi137 ceph-mon[117020]: pgmap v4911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:56:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:56:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:56:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:52 smithi066 ceph-mon[112137]: pgmap v4911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:56:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:56:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:56:52.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:52.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:52.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:53.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:53.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:53.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:53.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:53.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:56:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:53 smithi066 ceph-mon[112137]: pgmap v4912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:53.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:53 smithi066 ceph-mon[112137]: from='client.143847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:53 smithi203 ceph-mon[117428]: pgmap v4912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:53 smithi203 ceph-mon[117428]: from='client.143847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:53 smithi137 ceph-mon[117020]: pgmap v4912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:53 smithi137 ceph-mon[117020]: from='client.143847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:55 smithi203 ceph-mon[117428]: pgmap v4913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:55 smithi137 ceph-mon[117020]: pgmap v4913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:55 smithi066 ceph-mon[112137]: pgmap v4913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:56:57 smithi203 ceph-mon[117428]: pgmap v4914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:56:57 smithi137 ceph-mon[117020]: pgmap v4914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:58.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:56:58.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:58.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:56:57 smithi066 ceph-mon[112137]: pgmap v4914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:59.150 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:56:59.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:59.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:59.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:59.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:00 smithi203 ceph-mon[117428]: from='client.143922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:00 smithi203 ceph-mon[117428]: pgmap v4915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:00 smithi137 ceph-mon[117020]: from='client.143922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:00 smithi137 ceph-mon[117020]: pgmap v4915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:00 smithi066 ceph-mon[112137]: from='client.143922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:00 smithi066 ceph-mon[112137]: pgmap v4915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:02 smithi203 ceph-mon[117428]: pgmap v4916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:02 smithi137 ceph-mon[117020]: pgmap v4916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:02 smithi066 ceph-mon[112137]: pgmap v4916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:03 smithi066 ceph-mon[112137]: pgmap v4917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:03 smithi203 ceph-mon[117428]: pgmap v4917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:03 smithi137 ceph-mon[117020]: pgmap v4917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:04.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:04.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:04.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:04.875 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:04.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:04.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:04.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:04.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:05 smithi203 ceph-mon[117428]: from='client.144000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:05 smithi203 ceph-mon[117428]: pgmap v4918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:57:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:05 smithi137 ceph-mon[117020]: from='client.144000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:05 smithi137 ceph-mon[117020]: pgmap v4918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:57:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:05 smithi066 ceph-mon[112137]: from='client.144000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:05 smithi066 ceph-mon[112137]: pgmap v4918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:57:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:08 smithi203 ceph-mon[117428]: pgmap v4919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:08 smithi137 ceph-mon[117020]: pgmap v4919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:08 smithi066 ceph-mon[112137]: pgmap v4919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:09.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:09.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:09.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:10 smithi203 ceph-mon[117428]: pgmap v4920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:10 smithi137 ceph-mon[117020]: pgmap v4920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:10 smithi066 ceph-mon[112137]: pgmap v4920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:57:10.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:10.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:10.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:10.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:10.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:12 smithi203 ceph-mon[117428]: from='client.144078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:12 smithi203 ceph-mon[117428]: pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:12 smithi137 ceph-mon[117020]: from='client.144078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:12 smithi137 ceph-mon[117020]: pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:12 smithi066 ceph-mon[112137]: from='client.144078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:12 smithi066 ceph-mon[112137]: pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:13 smithi066 ceph-mon[112137]: pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:13 smithi203 ceph-mon[117428]: pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:13 smithi137 ceph-mon[117020]: pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:15.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:15.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:15.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:16 smithi203 ceph-mon[117428]: pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:16.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:16.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:16.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:16.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:16.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:16 smithi137 ceph-mon[117020]: pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:15 smithi066 ceph-mon[112137]: pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:17 smithi203 ceph-mon[117428]: from='client.144156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:17 smithi137 ceph-mon[117020]: from='client.144156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:17.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:17 smithi066 ceph-mon[112137]: from='client.144156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:18 smithi203 ceph-mon[117428]: pgmap v4924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:18 smithi137 ceph-mon[117020]: pgmap v4924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:18 smithi066 ceph-mon[112137]: pgmap v4924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:20 smithi203 ceph-mon[117428]: pgmap v4925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:20 smithi137 ceph-mon[117020]: pgmap v4925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:20 smithi066 ceph-mon[112137]: pgmap v4925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:57:21.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:21.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:21.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:22.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:22.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:22.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:22.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:22.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:22 smithi203 ceph-mon[117428]: pgmap v4926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:57:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:22 smithi137 ceph-mon[117020]: pgmap v4926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:57:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:22 smithi066 ceph-mon[112137]: pgmap v4926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:57:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:23 smithi203 ceph-mon[117428]: from='client.144228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:23 smithi137 ceph-mon[117020]: from='client.144228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:23 smithi066 ceph-mon[112137]: from='client.144228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:24 smithi203 ceph-mon[117428]: pgmap v4927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:24 smithi137 ceph-mon[117020]: pgmap v4927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:24 smithi066 ceph-mon[112137]: pgmap v4927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:26 smithi203 ceph-mon[117428]: pgmap v4928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:26 smithi137 ceph-mon[117020]: pgmap v4928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:26 smithi066 ceph-mon[112137]: pgmap v4928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:27.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:27.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:27.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:27.779 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:27.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:27.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:27.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:27.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:28 smithi203 ceph-mon[117428]: pgmap v4929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:28 smithi137 ceph-mon[117020]: pgmap v4929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:28 smithi066 ceph-mon[112137]: pgmap v4929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:29 smithi203 ceph-mon[117428]: from='client.144300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:29 smithi137 ceph-mon[117020]: from='client.144300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:29.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:29 smithi066 ceph-mon[112137]: from='client.144300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:30 smithi203 ceph-mon[117428]: pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:30 smithi137 ceph-mon[117020]: pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:30 smithi066 ceph-mon[112137]: pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:32 smithi203 ceph-mon[117428]: pgmap v4931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:32 smithi137 ceph-mon[117020]: pgmap v4931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:32 smithi066 ceph-mon[112137]: pgmap v4931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:32.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:32.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:32.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:33.505 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:33.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:33.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:33.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:33.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:33 smithi066 ceph-mon[112137]: pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:33 smithi066 ceph-mon[112137]: from='client.144378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:33 smithi203 ceph-mon[117428]: pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:33 smithi203 ceph-mon[117428]: from='client.144378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:33 smithi137 ceph-mon[117020]: pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:33 smithi137 ceph-mon[117020]: from='client.144378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:36 smithi203 ceph-mon[117428]: pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:36 smithi137 ceph-mon[117020]: pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:36 smithi066 ceph-mon[112137]: pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:38 smithi203 ceph-mon[117428]: pgmap v4934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:38 smithi137 ceph-mon[117020]: pgmap v4934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:38 smithi066 ceph-mon[112137]: pgmap v4934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:38.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:38.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:38.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:39.239 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:39.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:39.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:39.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:39.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:40 smithi203 ceph-mon[117428]: from='client.144453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:40 smithi203 ceph-mon[117428]: pgmap v4935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:40 smithi137 ceph-mon[117020]: from='client.144453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:40 smithi137 ceph-mon[117020]: pgmap v4935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:40 smithi066 ceph-mon[112137]: from='client.144453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:40 smithi066 ceph-mon[112137]: pgmap v4935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:42 smithi203 ceph-mon[117428]: pgmap v4936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:42 smithi137 ceph-mon[117020]: pgmap v4936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:42 smithi066 ceph-mon[112137]: pgmap v4936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:43 smithi066 ceph-mon[112137]: pgmap v4937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:43 smithi203 ceph-mon[117428]: pgmap v4937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:43 smithi137 ceph-mon[117020]: pgmap v4937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:44.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:44.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:44.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:44.963 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:44.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:44.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:44.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:44.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:46 smithi203 ceph-mon[117428]: from='client.144531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:46 smithi203 ceph-mon[117428]: pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:46 smithi137 ceph-mon[117020]: from='client.144531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:46 smithi137 ceph-mon[117020]: pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:46 smithi066 ceph-mon[112137]: from='client.144531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:46 smithi066 ceph-mon[112137]: pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:48 smithi203 ceph-mon[117428]: pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:48 smithi137 ceph-mon[117020]: pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:48 smithi066 ceph-mon[112137]: pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:49.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:49.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:49.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:50 smithi203 ceph-mon[117428]: pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:50 smithi137 ceph-mon[117020]: pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:50 smithi066 ceph-mon[112137]: pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:50.696 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:50.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:50.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:50.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:50.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:52 smithi203 ceph-mon[117428]: from='client.144603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:52 smithi203 ceph-mon[117428]: pgmap v4941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:57:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:52 smithi137 ceph-mon[117020]: from='client.144603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:52 smithi137 ceph-mon[117020]: pgmap v4941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:57:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:52 smithi066 ceph-mon[112137]: from='client.144603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:52 smithi066 ceph-mon[112137]: pgmap v4941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:57:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:57:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:57:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:57:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:57:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:57:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:57:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:57:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:57:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:57:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:54 smithi203 ceph-mon[117428]: pgmap v4942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:54 smithi137 ceph-mon[117020]: pgmap v4942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:54 smithi066 ceph-mon[112137]: pgmap v4942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:55.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:57:55.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:55.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:56 smithi203 ceph-mon[117428]: pgmap v4943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:56 smithi137 ceph-mon[117020]: pgmap v4943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:56.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:57:56.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:56.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:56.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:56.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:57:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:56 smithi066 ceph-mon[112137]: pgmap v4943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:57 smithi203 ceph-mon[117428]: from='client.144681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:57 smithi137 ceph-mon[117020]: from='client.144681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:57.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:57 smithi066 ceph-mon[112137]: from='client.144681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:57:58 smithi203 ceph-mon[117428]: pgmap v4944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:57:58 smithi137 ceph-mon[117020]: pgmap v4944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:57:58 smithi066 ceph-mon[112137]: pgmap v4944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:00 smithi203 ceph-mon[117428]: pgmap v4945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:00 smithi137 ceph-mon[117020]: pgmap v4945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:00 smithi066 ceph-mon[112137]: pgmap v4945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:01.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:01.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:01.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:02.158 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:02.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:02.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:02.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:02.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:02 smithi203 ceph-mon[117428]: pgmap v4946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:02 smithi137 ceph-mon[117020]: pgmap v4946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:02 smithi066 ceph-mon[112137]: pgmap v4946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:03 smithi203 ceph-mon[117428]: from='client.144756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:03 smithi137 ceph-mon[117020]: from='client.144756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:03 smithi066 ceph-mon[112137]: from='client.144756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:04 smithi203 ceph-mon[117428]: pgmap v4947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:04 smithi137 ceph-mon[117020]: pgmap v4947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:04 smithi066 ceph-mon[112137]: pgmap v4947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:06 smithi203 ceph-mon[117428]: pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:06 smithi137 ceph-mon[117020]: pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:06 smithi066 ceph-mon[112137]: pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:07.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:07.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:07.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:07.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:07.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:07.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:07.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:07.874 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:08 smithi203 ceph-mon[117428]: pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:08 smithi137 ceph-mon[117020]: pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:08 smithi066 ceph-mon[112137]: pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:09 smithi203 ceph-mon[117428]: from='client.144828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:09 smithi137 ceph-mon[117020]: from='client.144828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:09 smithi066 ceph-mon[112137]: from='client.144828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:10 smithi203 ceph-mon[117428]: pgmap v4950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:10 smithi137 ceph-mon[117020]: pgmap v4950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:10 smithi066 ceph-mon[112137]: pgmap v4950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:12 smithi203 ceph-mon[117428]: pgmap v4951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:12 smithi137 ceph-mon[117020]: pgmap v4951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:12 smithi066 ceph-mon[112137]: pgmap v4951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:12.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:12.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:12.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:13.618 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:13.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:13.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:13.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:13.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:13 smithi066 ceph-mon[112137]: pgmap v4952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:13 smithi203 ceph-mon[117428]: pgmap v4952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:13 smithi137 ceph-mon[117020]: pgmap v4952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:14 smithi066 ceph-mon[112137]: from='client.144906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:14 smithi203 ceph-mon[117428]: from='client.144906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:14 smithi137 ceph-mon[117020]: from='client.144906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:15 smithi066 ceph-mon[112137]: pgmap v4953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:15 smithi203 ceph-mon[117428]: pgmap v4953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:15 smithi137 ceph-mon[117020]: pgmap v4953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:18 smithi203 ceph-mon[117428]: pgmap v4954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:18 smithi137 ceph-mon[117020]: pgmap v4954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:18 smithi066 ceph-mon[112137]: pgmap v4954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:18.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:18.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:18.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:19.342 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:19.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:19.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:19.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:19.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:20 smithi203 ceph-mon[117428]: pgmap v4955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:20 smithi203 ceph-mon[117428]: from='client.144984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:20 smithi137 ceph-mon[117020]: pgmap v4955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:20 smithi137 ceph-mon[117020]: from='client.144984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:20 smithi066 ceph-mon[112137]: pgmap v4955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:20 smithi066 ceph-mon[112137]: from='client.144984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:22 smithi203 ceph-mon[117428]: pgmap v4956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:22 smithi137 ceph-mon[117020]: pgmap v4956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:22 smithi066 ceph-mon[112137]: pgmap v4956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:23 smithi066 ceph-mon[112137]: pgmap v4957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:23 smithi203 ceph-mon[117428]: pgmap v4957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:23 smithi137 ceph-mon[117020]: pgmap v4957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:24.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:24.344 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:24.344 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:25.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:25.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:25.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:25.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:25.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:26 smithi203 ceph-mon[117428]: from='client.145062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:26 smithi203 ceph-mon[117428]: pgmap v4958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:26 smithi137 ceph-mon[117020]: from='client.145062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:26 smithi137 ceph-mon[117020]: pgmap v4958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:26 smithi066 ceph-mon[112137]: from='client.145062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:26 smithi066 ceph-mon[112137]: pgmap v4958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:28 smithi203 ceph-mon[117428]: pgmap v4959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:28 smithi137 ceph-mon[117020]: pgmap v4959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:28 smithi066 ceph-mon[112137]: pgmap v4959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:30.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:30.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:30.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:30 smithi203 ceph-mon[117428]: pgmap v4960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:30 smithi137 ceph-mon[117020]: pgmap v4960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:30 smithi066 ceph-mon[112137]: pgmap v4960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:30.798 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:30.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:30.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:30.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:30.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:32 smithi203 ceph-mon[117428]: from='client.145137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:32 smithi203 ceph-mon[117428]: pgmap v4961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:32 smithi137 ceph-mon[117020]: from='client.145137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:32 smithi137 ceph-mon[117020]: pgmap v4961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:32 smithi066 ceph-mon[112137]: from='client.145137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:32 smithi066 ceph-mon[112137]: pgmap v4961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:33 smithi066 ceph-mon[112137]: pgmap v4962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:33 smithi203 ceph-mon[117428]: pgmap v4962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:33 smithi137 ceph-mon[117020]: pgmap v4962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:35.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:35.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:35.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:36 smithi203 ceph-mon[117428]: pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:36 smithi137 ceph-mon[117020]: pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:36 smithi066 ceph-mon[112137]: pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:36.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:36.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:36.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:36.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:36.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:37 smithi203 ceph-mon[117428]: from='client.145215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:37 smithi137 ceph-mon[117020]: from='client.145215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:37 smithi066 ceph-mon[112137]: from='client.145215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:38 smithi203 ceph-mon[117428]: pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:38 smithi137 ceph-mon[117020]: pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:38 smithi066 ceph-mon[112137]: pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:40 smithi203 ceph-mon[117428]: pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:40 smithi137 ceph-mon[117020]: pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:40 smithi066 ceph-mon[112137]: pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:41.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:41.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:41.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:42.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:42.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:42.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:42.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:42.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:42 smithi203 ceph-mon[117428]: pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:42 smithi137 ceph-mon[117020]: pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:42 smithi066 ceph-mon[112137]: pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:43 smithi203 ceph-mon[117428]: from='client.145293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:43 smithi137 ceph-mon[117020]: from='client.145293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:43 smithi066 ceph-mon[112137]: from='client.145293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:44 smithi203 ceph-mon[117428]: pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:44 smithi137 ceph-mon[117020]: pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:44 smithi066 ceph-mon[112137]: pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:46 smithi203 ceph-mon[117428]: pgmap v4968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:46 smithi137 ceph-mon[117020]: pgmap v4968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:46 smithi066 ceph-mon[112137]: pgmap v4968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:47.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:47.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:47.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:47.980 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:47.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:47.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:47.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:47.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:48 smithi203 ceph-mon[117428]: pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:48 smithi137 ceph-mon[117020]: pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:48 smithi066 ceph-mon[112137]: pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:49 smithi203 ceph-mon[117428]: from='client.145368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:49 smithi137 ceph-mon[117020]: from='client.145368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:49 smithi066 ceph-mon[112137]: from='client.145368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:50 smithi203 ceph-mon[117428]: pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:50 smithi137 ceph-mon[117020]: pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:50 smithi066 ceph-mon[112137]: pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:52 smithi203 ceph-mon[117428]: pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:52 smithi137 ceph-mon[117020]: pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:52 smithi066 ceph-mon[112137]: pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:52.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:52.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:52.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:58:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:58:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:58:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:58:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:58:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:58:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:58:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:58:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:58:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:58:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:58:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:58:53.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:53.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:53.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:53.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:58:53.697 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:54 smithi203 ceph-mon[117428]: pgmap v4972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:54 smithi137 ceph-mon[117020]: pgmap v4972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:54 smithi066 ceph-mon[112137]: pgmap v4972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:55 smithi203 ceph-mon[117428]: from='client.145446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:55 smithi137 ceph-mon[117020]: from='client.145446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:55 smithi066 ceph-mon[112137]: from='client.145446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:56 smithi203 ceph-mon[117428]: pgmap v4973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:56 smithi137 ceph-mon[117020]: pgmap v4973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:56 smithi066 ceph-mon[112137]: pgmap v4973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:58:58 smithi203 ceph-mon[117428]: pgmap v4974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:58:58 smithi137 ceph-mon[117020]: pgmap v4974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:58:58 smithi066 ceph-mon[112137]: pgmap v4974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:58.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:58:58.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:58.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:59.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:58:59.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:59.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:59.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:59.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:00 smithi203 ceph-mon[117428]: pgmap v4975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:00 smithi203 ceph-mon[117428]: from='client.145518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:00 smithi137 ceph-mon[117020]: pgmap v4975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:00 smithi137 ceph-mon[117020]: from='client.145518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:00 smithi066 ceph-mon[112137]: pgmap v4975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:00 smithi066 ceph-mon[112137]: from='client.145518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:02 smithi203 ceph-mon[117428]: pgmap v4976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:02 smithi137 ceph-mon[117020]: pgmap v4976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:02 smithi066 ceph-mon[112137]: pgmap v4976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:03 smithi066 ceph-mon[112137]: pgmap v4977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:03 smithi203 ceph-mon[117428]: pgmap v4977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:03 smithi137 ceph-mon[117020]: pgmap v4977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:04.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:04.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:04.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:05.164 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:05.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:05.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:05.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:05.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:06 smithi203 ceph-mon[117428]: from='client.145593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:06 smithi203 ceph-mon[117428]: pgmap v4978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:06 smithi137 ceph-mon[117020]: from='client.145593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:06 smithi137 ceph-mon[117020]: pgmap v4978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:06 smithi066 ceph-mon[112137]: from='client.145593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:06 smithi066 ceph-mon[112137]: pgmap v4978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:08 smithi203 ceph-mon[117428]: pgmap v4979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:08 smithi137 ceph-mon[117020]: pgmap v4979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:08 smithi066 ceph-mon[112137]: pgmap v4979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:10.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:10.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:10.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:10 smithi203 ceph-mon[117428]: pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:10 smithi137 ceph-mon[117020]: pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:10 smithi066 ceph-mon[112137]: pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:10.900 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:10.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:10.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:10.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:10.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:12 smithi203 ceph-mon[117428]: from='client.145665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:12 smithi203 ceph-mon[117428]: pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:12 smithi137 ceph-mon[117020]: from='client.145665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:12 smithi137 ceph-mon[117020]: pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:12 smithi066 ceph-mon[112137]: from='client.145665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:12 smithi066 ceph-mon[112137]: pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:13 smithi066 ceph-mon[112137]: pgmap v4982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:13 smithi203 ceph-mon[117428]: pgmap v4982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:13 smithi137 ceph-mon[117020]: pgmap v4982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:15.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:15.902 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:15.902 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:16 smithi203 ceph-mon[117428]: pgmap v4983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:16 smithi137 ceph-mon[117020]: pgmap v4983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:16 smithi066 ceph-mon[112137]: pgmap v4983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:16.634 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:16.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:16.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:16.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:16.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:18 smithi203 ceph-mon[117428]: from='client.145743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:18 smithi203 ceph-mon[117428]: pgmap v4984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:18 smithi137 ceph-mon[117020]: from='client.145743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:18 smithi137 ceph-mon[117020]: pgmap v4984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:18 smithi066 ceph-mon[112137]: from='client.145743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:18 smithi066 ceph-mon[112137]: pgmap v4984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:20 smithi203 ceph-mon[117428]: pgmap v4985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:20 smithi137 ceph-mon[117020]: pgmap v4985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:20 smithi066 ceph-mon[112137]: pgmap v4985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:21.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:21.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:21.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:22 smithi203 ceph-mon[117428]: pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:22 smithi137 ceph-mon[117020]: pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:22.374 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:22.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:22.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:22.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:22.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:22 smithi066 ceph-mon[112137]: pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:23 smithi203 ceph-mon[117428]: from='client.145818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:23 smithi137 ceph-mon[117020]: from='client.145818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:23 smithi066 ceph-mon[112137]: from='client.145818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:24 smithi203 ceph-mon[117428]: pgmap v4987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:24 smithi137 ceph-mon[117020]: pgmap v4987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:24 smithi066 ceph-mon[112137]: pgmap v4987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:26 smithi203 ceph-mon[117428]: pgmap v4988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:26 smithi137 ceph-mon[117020]: pgmap v4988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:26 smithi066 ceph-mon[112137]: pgmap v4988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:27.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:27.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:27.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:28.106 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:28.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:28.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:28.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:28.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:28 smithi203 ceph-mon[117428]: pgmap v4989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:28 smithi137 ceph-mon[117020]: pgmap v4989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:28 smithi066 ceph-mon[112137]: pgmap v4989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:29 smithi203 ceph-mon[117428]: from='client.145896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:29 smithi137 ceph-mon[117020]: from='client.145896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:29.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:29 smithi066 ceph-mon[112137]: from='client.145896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:30 smithi203 ceph-mon[117428]: pgmap v4990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:30 smithi137 ceph-mon[117020]: pgmap v4990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:30 smithi066 ceph-mon[112137]: pgmap v4990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:32 smithi203 ceph-mon[117428]: pgmap v4991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:32 smithi137 ceph-mon[117020]: pgmap v4991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:32 smithi066 ceph-mon[112137]: pgmap v4991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:33.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:33.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:33.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:33 smithi066 ceph-mon[112137]: pgmap v4992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:33 smithi203 ceph-mon[117428]: pgmap v4992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:33.824 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:33.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:33.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:33.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:33.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:33 smithi137 ceph-mon[117020]: pgmap v4992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:34 smithi066 ceph-mon[112137]: from='client.145974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:34 smithi203 ceph-mon[117428]: from='client.145974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:34 smithi137 ceph-mon[117020]: from='client.145974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:35 smithi066 ceph-mon[112137]: pgmap v4993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:35.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:35 smithi203 ceph-mon[117428]: pgmap v4993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:35 smithi137 ceph-mon[117020]: pgmap v4993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:38 smithi203 ceph-mon[117428]: pgmap v4994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:38 smithi137 ceph-mon[117020]: pgmap v4994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:38 smithi066 ceph-mon[112137]: pgmap v4994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:38.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:38.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:38.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:39.551 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:39.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:39.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:39.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:39.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:40 smithi203 ceph-mon[117428]: pgmap v4995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:40 smithi203 ceph-mon[117428]: from='client.146046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:40 smithi137 ceph-mon[117020]: pgmap v4995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:40 smithi137 ceph-mon[117020]: from='client.146046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:40 smithi066 ceph-mon[112137]: pgmap v4995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:40 smithi066 ceph-mon[112137]: from='client.146046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:42 smithi203 ceph-mon[117428]: pgmap v4996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:42 smithi137 ceph-mon[117020]: pgmap v4996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:42 smithi066 ceph-mon[112137]: pgmap v4996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:43 smithi066 ceph-mon[112137]: pgmap v4997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:43 smithi203 ceph-mon[117428]: pgmap v4997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:43 smithi137 ceph-mon[117020]: pgmap v4997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:44.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:44.554 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:44.554 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:45.275 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:45.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:45.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:45.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:45.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:46 smithi203 ceph-mon[117428]: from='client.146121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:46 smithi203 ceph-mon[117428]: pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:46 smithi137 ceph-mon[117020]: from='client.146121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:46 smithi137 ceph-mon[117020]: pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:46 smithi066 ceph-mon[112137]: from='client.146121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:46 smithi066 ceph-mon[112137]: pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:48 smithi203 ceph-mon[117428]: pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:48 smithi137 ceph-mon[117020]: pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:48 smithi066 ceph-mon[112137]: pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:50.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:50.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:50.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:50 smithi203 ceph-mon[117428]: pgmap v5000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:50 smithi137 ceph-mon[117020]: pgmap v5000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:50 smithi066 ceph-mon[112137]: pgmap v5000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:50.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:52 smithi203 ceph-mon[117428]: from='client.146199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:52 smithi203 ceph-mon[117428]: pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:52 smithi137 ceph-mon[117020]: from='client.146199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:52 smithi137 ceph-mon[117020]: pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:52 smithi066 ceph-mon[112137]: from='client.146199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:52 smithi066 ceph-mon[112137]: pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:59:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:53 smithi066 ceph-mon[112137]: pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:59:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:53 smithi203 ceph-mon[117428]: pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:59:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:53 smithi137 ceph-mon[117020]: pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:59:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:59:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:59:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:59:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:59:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:59:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:59:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:59:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T19:59:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:55 smithi066 ceph-mon[112137]: pgmap v5003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:55 smithi203 ceph-mon[117428]: pgmap v5003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:55 smithi137 ceph-mon[117020]: pgmap v5003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:55.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T19:59:55.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:55.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:56.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:56.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:56.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:56.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T19:59:56.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T19:59:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:58 smithi203 ceph-mon[117428]: from='client.146274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 19:59:58 smithi203 ceph-mon[117428]: pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:58 smithi137 ceph-mon[117020]: from='client.146274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 19:59:58 smithi137 ceph-mon[117020]: pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:58 smithi066 ceph-mon[112137]: from='client.146274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 19:59:58 smithi066 ceph-mon[112137]: pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:00 smithi203 ceph-mon[117428]: pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T20:00:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:00 smithi137 ceph-mon[117020]: pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T20:00:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:00 smithi066 ceph-mon[112137]: pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T20:00:01.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:01.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:01.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:02 smithi203 ceph-mon[117428]: pgmap v5006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:02 smithi137 ceph-mon[117020]: pgmap v5006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:02.478 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:02.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:02.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:02.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:02.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:02 smithi066 ceph-mon[112137]: pgmap v5006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:03 smithi203 ceph-mon[117428]: from='client.146352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:03 smithi137 ceph-mon[117020]: from='client.146352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:03 smithi066 ceph-mon[112137]: from='client.146352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:04 smithi203 ceph-mon[117428]: pgmap v5007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:04 smithi137 ceph-mon[117020]: pgmap v5007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:04 smithi066 ceph-mon[112137]: pgmap v5007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:06 smithi203 ceph-mon[117428]: pgmap v5008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:06 smithi137 ceph-mon[117020]: pgmap v5008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:06 smithi066 ceph-mon[112137]: pgmap v5008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:07.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:07.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:07.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:08.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:08.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:08.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:08.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:08.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:08 smithi203 ceph-mon[117428]: pgmap v5009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:08 smithi137 ceph-mon[117020]: pgmap v5009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:08 smithi066 ceph-mon[112137]: pgmap v5009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:09 smithi203 ceph-mon[117428]: from='client.146430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:09 smithi137 ceph-mon[117020]: from='client.146430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:09 smithi066 ceph-mon[112137]: from='client.146430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:10 smithi203 ceph-mon[117428]: pgmap v5010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:10 smithi137 ceph-mon[117020]: pgmap v5010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:10 smithi066 ceph-mon[112137]: pgmap v5010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:12 smithi203 ceph-mon[117428]: pgmap v5011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:12 smithi137 ceph-mon[117020]: pgmap v5011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:12 smithi066 ceph-mon[112137]: pgmap v5011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:13.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:13.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:13.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:13 smithi066 ceph-mon[112137]: pgmap v5012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:13 smithi203 ceph-mon[117428]: pgmap v5012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:13 smithi137 ceph-mon[117020]: pgmap v5012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:13.920 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:13.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:13.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:13.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:13.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:14 smithi066 ceph-mon[112137]: from='client.146502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:14 smithi203 ceph-mon[117428]: from='client.146502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:14 smithi137 ceph-mon[117020]: from='client.146502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:15 smithi203 ceph-mon[117428]: pgmap v5013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:15 smithi137 ceph-mon[117020]: pgmap v5013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:15 smithi066 ceph-mon[112137]: pgmap v5013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:18 smithi203 ceph-mon[117428]: pgmap v5014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:18 smithi137 ceph-mon[117020]: pgmap v5014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:18 smithi066 ceph-mon[112137]: pgmap v5014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:18.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:18.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:18.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:19.644 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:19.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:19.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:19.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:19.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:20 smithi203 ceph-mon[117428]: pgmap v5015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:20 smithi137 ceph-mon[117020]: pgmap v5015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:20 smithi066 ceph-mon[112137]: pgmap v5015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:21 smithi203 ceph-mon[117428]: from='client.146577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:21 smithi137 ceph-mon[117020]: from='client.146577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:21 smithi066 ceph-mon[112137]: from='client.146577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:22 smithi203 ceph-mon[117428]: pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:00:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:22 smithi137 ceph-mon[117020]: pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:00:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:22 smithi066 ceph-mon[112137]: pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:00:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:23 smithi066 ceph-mon[112137]: pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:00:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:23 smithi203 ceph-mon[117428]: pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:00:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:23 smithi137 ceph-mon[117020]: pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:00:24.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:24.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:24.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:25.378 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:25.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:25.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:25.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:25.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:26 smithi203 ceph-mon[117428]: pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:26 smithi203 ceph-mon[117428]: from='client.146646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:26 smithi137 ceph-mon[117020]: pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:26 smithi137 ceph-mon[117020]: from='client.146646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:26 smithi066 ceph-mon[112137]: pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:26 smithi066 ceph-mon[112137]: from='client.146646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:28 smithi203 ceph-mon[117428]: pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:28 smithi137 ceph-mon[117020]: pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:28 smithi066 ceph-mon[112137]: pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:30 smithi203 ceph-mon[117428]: pgmap v5020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:30 smithi137 ceph-mon[117020]: pgmap v5020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:30.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:30.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:30.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:30 smithi066 ceph-mon[112137]: pgmap v5020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:31.098 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:31.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:31.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:31.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:31.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:32 smithi203 ceph-mon[117428]: from='client.146721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:32 smithi203 ceph-mon[117428]: pgmap v5021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:32 smithi137 ceph-mon[117020]: from='client.146721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:32 smithi137 ceph-mon[117020]: pgmap v5021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:32 smithi066 ceph-mon[112137]: from='client.146721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:32 smithi066 ceph-mon[112137]: pgmap v5021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:33 smithi203 ceph-mon[117428]: pgmap v5022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:00:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:33 smithi137 ceph-mon[117020]: pgmap v5022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:00:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:33 smithi066 ceph-mon[112137]: pgmap v5022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:00:36.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:36.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:36.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:36 smithi203 ceph-mon[117428]: pgmap v5023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:00:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:36 smithi137 ceph-mon[117020]: pgmap v5023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:00:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:36 smithi066 ceph-mon[112137]: pgmap v5023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:00:36.836 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:36.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:36.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:36.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:36.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:38 smithi203 ceph-mon[117428]: from='client.146799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:38 smithi203 ceph-mon[117428]: pgmap v5024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:38 smithi137 ceph-mon[117020]: from='client.146799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:38 smithi137 ceph-mon[117020]: pgmap v5024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:38 smithi066 ceph-mon[112137]: from='client.146799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:38 smithi066 ceph-mon[112137]: pgmap v5024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:40 smithi203 ceph-mon[117428]: pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:40 smithi137 ceph-mon[117020]: pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:40 smithi066 ceph-mon[112137]: pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:41.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:41.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:41.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:42 smithi203 ceph-mon[117428]: pgmap v5026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:42 smithi137 ceph-mon[117020]: pgmap v5026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:42 smithi066 ceph-mon[112137]: pgmap v5026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:42.557 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:42.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:42.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:42.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:42.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:43 smithi203 ceph-mon[117428]: from='client.146877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:43 smithi137 ceph-mon[117020]: from='client.146877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:43 smithi066 ceph-mon[112137]: from='client.146877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:44 smithi203 ceph-mon[117428]: pgmap v5027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:44 smithi137 ceph-mon[117020]: pgmap v5027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:44 smithi066 ceph-mon[112137]: pgmap v5027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:46 smithi203 ceph-mon[117428]: pgmap v5028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:46 smithi137 ceph-mon[117020]: pgmap v5028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:46 smithi066 ceph-mon[112137]: pgmap v5028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:47.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:47.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:47.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:48.278 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:48.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:48.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:48.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:48.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:48 smithi203 ceph-mon[117428]: pgmap v5029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:48 smithi137 ceph-mon[117020]: pgmap v5029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:48 smithi066 ceph-mon[112137]: pgmap v5029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:49 smithi203 ceph-mon[117428]: from='client.146955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:49 smithi137 ceph-mon[117020]: from='client.146955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:49 smithi066 ceph-mon[112137]: from='client.146955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:50 smithi137 ceph-mon[117020]: pgmap v5030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:50 smithi066 ceph-mon[112137]: pgmap v5030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:50 smithi203 ceph-mon[117428]: pgmap v5030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:52 smithi137 ceph-mon[117020]: pgmap v5031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:52 smithi066 ceph-mon[112137]: pgmap v5031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:52 smithi203 ceph-mon[117428]: pgmap v5031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:53.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:53.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:53.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:53 smithi203 ceph-mon[117428]: pgmap v5032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:53 smithi137 ceph-mon[117020]: pgmap v5032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:53 smithi066 ceph-mon[112137]: pgmap v5032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:54.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:54.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:54.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:54.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:00:54.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:54 smithi203 ceph-mon[117428]: from='client.147033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:00:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:00:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:00:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:00:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:54 smithi137 ceph-mon[117020]: from='client.147033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:00:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:00:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:00:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:00:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:54 smithi066 ceph-mon[112137]: from='client.147033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:00:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:00:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:00:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:00:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:55 smithi203 ceph-mon[117428]: pgmap v5033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:55 smithi137 ceph-mon[117020]: pgmap v5033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:55 smithi066 ceph-mon[112137]: pgmap v5033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:00:58 smithi203 ceph-mon[117428]: pgmap v5034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:00:58 smithi137 ceph-mon[117020]: pgmap v5034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:00:58 smithi066 ceph-mon[112137]: pgmap v5034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:59.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:00:59.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:59.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:59.780 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:00:59.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:59.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:59.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:59.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:00 smithi203 ceph-mon[117428]: pgmap v5035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:00 smithi137 ceph-mon[117020]: pgmap v5035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:00 smithi066 ceph-mon[112137]: pgmap v5035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:01 smithi203 ceph-mon[117428]: from='client.147108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:01.331 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:01 smithi137 ceph-mon[117020]: from='client.147108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:01 smithi066 ceph-mon[112137]: from='client.147108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:02 smithi137 ceph-mon[117020]: pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:01:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:02 smithi066 ceph-mon[112137]: pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:01:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:02 smithi203 ceph-mon[117428]: pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:01:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:03 smithi203 ceph-mon[117428]: pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:01:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:03 smithi137 ceph-mon[117020]: pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:01:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:03 smithi066 ceph-mon[112137]: pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:01:04.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:04.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:04.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:05.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:05.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:05.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:05.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:05.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:06 smithi203 ceph-mon[117428]: pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:06 smithi203 ceph-mon[117428]: from='client.147180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:06 smithi137 ceph-mon[117020]: pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:06 smithi137 ceph-mon[117020]: from='client.147180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:06 smithi066 ceph-mon[112137]: pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:06 smithi066 ceph-mon[112137]: from='client.147180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:08 smithi203 ceph-mon[117428]: pgmap v5039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:08 smithi137 ceph-mon[117020]: pgmap v5039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:08 smithi066 ceph-mon[112137]: pgmap v5039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:10 smithi203 ceph-mon[117428]: pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:10 smithi137 ceph-mon[117020]: pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:10 smithi066 ceph-mon[112137]: pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:10.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:10.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:10.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:11.244 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:11.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:11.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:11.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:11.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:12 smithi203 ceph-mon[117428]: from='client.147258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:12 smithi203 ceph-mon[117428]: pgmap v5041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:12 smithi137 ceph-mon[117020]: from='client.147258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:12 smithi137 ceph-mon[117020]: pgmap v5041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:12 smithi066 ceph-mon[112137]: from='client.147258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:12 smithi066 ceph-mon[112137]: pgmap v5041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:13 smithi203 ceph-mon[117428]: pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:01:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:13 smithi137 ceph-mon[117020]: pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:01:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:13 smithi066 ceph-mon[112137]: pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:01:16.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:16.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:16.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:16 smithi203 ceph-mon[117428]: pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:01:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:16 smithi137 ceph-mon[117020]: pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:01:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:16 smithi066 ceph-mon[112137]: pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:01:16.983 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:16.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:16.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:16.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:16.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:18 smithi203 ceph-mon[117428]: from='client.147336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:18 smithi203 ceph-mon[117428]: pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:18 smithi137 ceph-mon[117020]: from='client.147336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:18 smithi137 ceph-mon[117020]: pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:18 smithi066 ceph-mon[112137]: from='client.147336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:18 smithi066 ceph-mon[112137]: pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:20 smithi203 ceph-mon[117428]: pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:20 smithi137 ceph-mon[117020]: pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:20 smithi066 ceph-mon[112137]: pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:21.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:21.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:21.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:22 smithi203 ceph-mon[117428]: pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:22 smithi137 ceph-mon[117020]: pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:22 smithi066 ceph-mon[112137]: pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:22.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:22.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:22.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:22.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:22.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:23 smithi203 ceph-mon[117428]: from='client.147414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:23 smithi203 ceph-mon[117428]: pgmap v5047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:23 smithi137 ceph-mon[117020]: from='client.147414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:23 smithi137 ceph-mon[117020]: pgmap v5047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:23 smithi066 ceph-mon[112137]: from='client.147414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:23 smithi066 ceph-mon[112137]: pgmap v5047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:26 smithi203 ceph-mon[117428]: pgmap v5048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:26 smithi137 ceph-mon[117020]: pgmap v5048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:26 smithi066 ceph-mon[112137]: pgmap v5048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:27.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:27.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:27.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:28 smithi203 ceph-mon[117428]: pgmap v5049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:28 smithi137 ceph-mon[117020]: pgmap v5049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:28.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:28.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:28.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:28.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:28.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:28 smithi066 ceph-mon[112137]: pgmap v5049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:29 smithi203 ceph-mon[117428]: from='client.147483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:29 smithi137 ceph-mon[117020]: from='client.147483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:29.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:29 smithi066 ceph-mon[112137]: from='client.147483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:30 smithi203 ceph-mon[117428]: pgmap v5050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:30.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:30 smithi137 ceph-mon[117020]: pgmap v5050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:30 smithi066 ceph-mon[112137]: pgmap v5050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:32 smithi137 ceph-mon[117020]: pgmap v5051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:32 smithi066 ceph-mon[112137]: pgmap v5051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:32 smithi203 ceph-mon[117428]: pgmap v5051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:33.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:33.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:33.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:33 smithi203 ceph-mon[117428]: pgmap v5052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:33 smithi137 ceph-mon[117020]: pgmap v5052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:33 smithi066 ceph-mon[112137]: pgmap v5052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:34.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:34.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:34.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:34.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:34.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:34 smithi203 ceph-mon[117428]: from='client.147561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:34 smithi137 ceph-mon[117020]: from='client.147561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:34 smithi066 ceph-mon[112137]: from='client.147561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:35.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:35 smithi203 ceph-mon[117428]: pgmap v5053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:35 smithi137 ceph-mon[117020]: pgmap v5053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:35 smithi066 ceph-mon[112137]: pgmap v5053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:38 smithi203 ceph-mon[117428]: pgmap v5054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:38 smithi137 ceph-mon[117020]: pgmap v5054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:38 smithi066 ceph-mon[112137]: pgmap v5054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:39.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:39.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:39.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:39.921 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:39.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:39.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:39.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:39.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:40 smithi203 ceph-mon[117428]: pgmap v5055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:40 smithi137 ceph-mon[117020]: pgmap v5055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:40 smithi066 ceph-mon[112137]: pgmap v5055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:41 smithi137 ceph-mon[117020]: from='client.147636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:41.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:41 smithi066 ceph-mon[112137]: from='client.147636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:41.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:41 smithi203 ceph-mon[117428]: from='client.147636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:42 smithi137 ceph-mon[117020]: pgmap v5056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:01:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:42 smithi066 ceph-mon[112137]: pgmap v5056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:01:42.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:42 smithi203 ceph-mon[117428]: pgmap v5056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:01:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:43 smithi203 ceph-mon[117428]: pgmap v5057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:01:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:43 smithi137 ceph-mon[117020]: pgmap v5057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:01:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:43 smithi066 ceph-mon[112137]: pgmap v5057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:01:44.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:44.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:44.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:45.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:45.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:45.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:45.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:45.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:46 smithi203 ceph-mon[117428]: pgmap v5058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:46 smithi137 ceph-mon[117020]: pgmap v5058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:46 smithi066 ceph-mon[112137]: pgmap v5058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:47 smithi203 ceph-mon[117428]: from='client.147711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:47 smithi137 ceph-mon[117020]: from='client.147711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:47 smithi066 ceph-mon[112137]: from='client.147711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:48 smithi137 ceph-mon[117020]: pgmap v5059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:48 smithi066 ceph-mon[112137]: pgmap v5059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:48 smithi203 ceph-mon[117428]: pgmap v5059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:50 smithi137 ceph-mon[117020]: pgmap v5060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:50 smithi066 ceph-mon[112137]: pgmap v5060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:50 smithi203 ceph-mon[117428]: pgmap v5060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:50.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:50.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:50.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:51.397 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:51.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:51.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:51.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:51.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:52 smithi137 ceph-mon[117020]: pgmap v5061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:52.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:52 smithi137 ceph-mon[117020]: from='client.147786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:52 smithi066 ceph-mon[112137]: pgmap v5061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:52 smithi066 ceph-mon[112137]: from='client.147786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:52 smithi203 ceph-mon[117428]: pgmap v5061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:52 smithi203 ceph-mon[117428]: from='client.147786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:53 smithi203 ceph-mon[117428]: pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:01:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:53 smithi137 ceph-mon[117020]: pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:01:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:53 smithi066 ceph-mon[112137]: pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:01:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:01:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:01:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:01:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:01:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:01:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:01:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:55 smithi203 ceph-mon[117428]: pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:01:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:01:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:01:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:01:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:55 smithi137 ceph-mon[117020]: pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:01:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:01:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:01:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:01:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:55 smithi066 ceph-mon[112137]: pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:01:56.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:01:56.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:56.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:57.124 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:01:57.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:57.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:57.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:57.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:01:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:58 smithi203 ceph-mon[117428]: from='client.147864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:01:58 smithi203 ceph-mon[117428]: pgmap v5064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:58 smithi137 ceph-mon[117020]: from='client.147864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:01:58 smithi137 ceph-mon[117020]: pgmap v5064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:58 smithi066 ceph-mon[112137]: from='client.147864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:01:58 smithi066 ceph-mon[112137]: pgmap v5064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:00 smithi203 ceph-mon[117428]: pgmap v5065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:00 smithi137 ceph-mon[117020]: pgmap v5065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:00 smithi066 ceph-mon[112137]: pgmap v5065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:02.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:02.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:02.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:02 smithi137 ceph-mon[117020]: pgmap v5066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:02 smithi066 ceph-mon[112137]: pgmap v5066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:02 smithi203 ceph-mon[117428]: pgmap v5066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:02.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:02.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:02.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:02.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:02.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:03 smithi203 ceph-mon[117428]: from='client.147936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:03 smithi203 ceph-mon[117428]: pgmap v5067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:03 smithi137 ceph-mon[117020]: from='client.147936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:03 smithi137 ceph-mon[117020]: pgmap v5067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:03 smithi066 ceph-mon[112137]: from='client.147936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:03 smithi066 ceph-mon[112137]: pgmap v5067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:06 smithi203 ceph-mon[117428]: pgmap v5068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:06 smithi137 ceph-mon[117020]: pgmap v5068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:06 smithi066 ceph-mon[112137]: pgmap v5068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:07.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:07.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:07.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:08 smithi137 ceph-mon[117020]: pgmap v5069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:08 smithi066 ceph-mon[112137]: pgmap v5069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:08 smithi203 ceph-mon[117428]: pgmap v5069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:08.597 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:08.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:08.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:08.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:08.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:09 smithi137 ceph-mon[117020]: from='client.148011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:09 smithi066 ceph-mon[112137]: from='client.148011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:09.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:09 smithi203 ceph-mon[117428]: from='client.148011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:10 smithi137 ceph-mon[117020]: pgmap v5070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:10 smithi066 ceph-mon[112137]: pgmap v5070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:10 smithi203 ceph-mon[117428]: pgmap v5070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:12 smithi137 ceph-mon[117020]: pgmap v5071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:12 smithi066 ceph-mon[112137]: pgmap v5071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:12 smithi203 ceph-mon[117428]: pgmap v5071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:13.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:13.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:13.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:13 smithi203 ceph-mon[117428]: pgmap v5072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:13 smithi137 ceph-mon[117020]: pgmap v5072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:13 smithi066 ceph-mon[112137]: pgmap v5072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:14.323 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:14.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:14.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:14.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:14.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:14 smithi203 ceph-mon[117428]: from='client.148089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:14 smithi137 ceph-mon[117020]: from='client.148089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:14 smithi066 ceph-mon[112137]: from='client.148089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:15 smithi203 ceph-mon[117428]: pgmap v5073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:15 smithi137 ceph-mon[117020]: pgmap v5073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:15 smithi066 ceph-mon[112137]: pgmap v5073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:18 smithi137 ceph-mon[117020]: pgmap v5074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:18 smithi066 ceph-mon[112137]: pgmap v5074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:18 smithi203 ceph-mon[117428]: pgmap v5074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:19.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:19.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:19.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:20.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:20.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:20.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:20.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:20.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:20 smithi137 ceph-mon[117020]: pgmap v5075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:20 smithi066 ceph-mon[112137]: pgmap v5075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:20 smithi203 ceph-mon[117428]: pgmap v5075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:21 smithi137 ceph-mon[117020]: from='client.148164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:21 smithi066 ceph-mon[112137]: from='client.148164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:21.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:21 smithi203 ceph-mon[117428]: from='client.148164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:22 smithi137 ceph-mon[117020]: pgmap v5076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:22 smithi066 ceph-mon[112137]: pgmap v5076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:22 smithi203 ceph-mon[117428]: pgmap v5076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:23 smithi203 ceph-mon[117428]: pgmap v5077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:23 smithi137 ceph-mon[117020]: pgmap v5077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:23 smithi066 ceph-mon[112137]: pgmap v5077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:25.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:25.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:25.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:25.772 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:25.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:25.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:25.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:25.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:26 smithi137 ceph-mon[117020]: pgmap v5078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:26 smithi066 ceph-mon[112137]: pgmap v5078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:26 smithi203 ceph-mon[117428]: pgmap v5078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:27 smithi137 ceph-mon[117020]: from='client.148239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:27 smithi066 ceph-mon[112137]: from='client.148239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:27 smithi203 ceph-mon[117428]: from='client.148239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:28 smithi137 ceph-mon[117020]: pgmap v5079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:28 smithi066 ceph-mon[112137]: pgmap v5079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:28 smithi203 ceph-mon[117428]: pgmap v5079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:30 smithi137 ceph-mon[117020]: pgmap v5080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:30 smithi066 ceph-mon[112137]: pgmap v5080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:30 smithi203 ceph-mon[117428]: pgmap v5080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:30.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:30.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:30.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:31.505 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:31.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:31.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:31.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:31.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:32 smithi137 ceph-mon[117020]: pgmap v5081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:32 smithi137 ceph-mon[117020]: from='client.148314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:32 smithi066 ceph-mon[112137]: pgmap v5081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:32 smithi066 ceph-mon[112137]: from='client.148314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:32 smithi203 ceph-mon[117428]: pgmap v5081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:32 smithi203 ceph-mon[117428]: from='client.148314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:33 smithi203 ceph-mon[117428]: pgmap v5082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:33 smithi137 ceph-mon[117020]: pgmap v5082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:33 smithi066 ceph-mon[112137]: pgmap v5082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:36 smithi137 ceph-mon[117020]: pgmap v5083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:36 smithi066 ceph-mon[112137]: pgmap v5083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:36.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:36.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:36.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:36 smithi203 ceph-mon[117428]: pgmap v5083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:37.229 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:37.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:37.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:37.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:37.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:38 smithi137 ceph-mon[117020]: from='client.148389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:38 smithi137 ceph-mon[117020]: pgmap v5084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:38 smithi066 ceph-mon[112137]: from='client.148389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:38 smithi066 ceph-mon[112137]: pgmap v5084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:38 smithi203 ceph-mon[117428]: from='client.148389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:38 smithi203 ceph-mon[117428]: pgmap v5084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:40 smithi137 ceph-mon[117020]: pgmap v5085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:40 smithi066 ceph-mon[112137]: pgmap v5085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:40 smithi203 ceph-mon[117428]: pgmap v5085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:42.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:42.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:42.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:42 smithi137 ceph-mon[117020]: pgmap v5086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:42 smithi066 ceph-mon[112137]: pgmap v5086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:42 smithi203 ceph-mon[117428]: pgmap v5086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:42.948 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:42.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:42.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:42.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:42.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:43 smithi203 ceph-mon[117428]: from='client.148464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:43 smithi203 ceph-mon[117428]: pgmap v5087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:43 smithi137 ceph-mon[117020]: from='client.148464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:43 smithi137 ceph-mon[117020]: pgmap v5087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:43 smithi066 ceph-mon[112137]: from='client.148464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:43 smithi066 ceph-mon[112137]: pgmap v5087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:46 smithi137 ceph-mon[117020]: pgmap v5088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:46 smithi066 ceph-mon[112137]: pgmap v5088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:46 smithi203 ceph-mon[117428]: pgmap v5088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:47.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:47.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:47.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:48 smithi137 ceph-mon[117020]: pgmap v5089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:48 smithi066 ceph-mon[112137]: pgmap v5089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:48 smithi203 ceph-mon[117428]: pgmap v5089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:48.675 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:48.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:48.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:48.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:48.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:50 smithi137 ceph-mon[117020]: from='client.148539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:50 smithi137 ceph-mon[117020]: pgmap v5090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:50 smithi066 ceph-mon[112137]: from='client.148539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:50 smithi066 ceph-mon[112137]: pgmap v5090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:50 smithi203 ceph-mon[117428]: from='client.148539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:50 smithi203 ceph-mon[117428]: pgmap v5090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:52 smithi137 ceph-mon[117020]: pgmap v5091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:52 smithi066 ceph-mon[112137]: pgmap v5091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:52 smithi203 ceph-mon[117428]: pgmap v5091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:53.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:53.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:53.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:53 smithi203 ceph-mon[117428]: pgmap v5092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:53 smithi137 ceph-mon[117020]: pgmap v5092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:53 smithi066 ceph-mon[112137]: pgmap v5092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:54.421 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:02:54.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:54.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:54.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:54.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:02:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:54 smithi203 ceph-mon[117428]: from='client.148617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:54 smithi137 ceph-mon[117020]: from='client.148617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:54 smithi066 ceph-mon[112137]: from='client.148617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:55 smithi203 ceph-mon[117428]: pgmap v5093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:02:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:55 smithi137 ceph-mon[117020]: pgmap v5093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:02:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:55 smithi066 ceph-mon[112137]: pgmap v5093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:02:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:02:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:02:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:02:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:02:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:02:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:02:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:02:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:02:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:02:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:02:57 smithi203 ceph-mon[117428]: pgmap v5094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:02:57 smithi137 ceph-mon[117020]: pgmap v5094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:02:57 smithi066 ceph-mon[112137]: pgmap v5094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:59.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:02:59.423 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:59.423 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:00.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:00.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:00.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:00.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:00.145 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:00 smithi137 ceph-mon[117020]: pgmap v5095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:00 smithi066 ceph-mon[112137]: pgmap v5095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:00 smithi203 ceph-mon[117428]: pgmap v5095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:01 smithi137 ceph-mon[117020]: from='client.148692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:01 smithi066 ceph-mon[112137]: from='client.148692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:01.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:01 smithi203 ceph-mon[117428]: from='client.148692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:02 smithi137 ceph-mon[117020]: pgmap v5096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:02 smithi066 ceph-mon[112137]: pgmap v5096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:02 smithi203 ceph-mon[117428]: pgmap v5096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:03 smithi203 ceph-mon[117428]: pgmap v5097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:03 smithi137 ceph-mon[117020]: pgmap v5097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:03 smithi066 ceph-mon[112137]: pgmap v5097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:05.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:05.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:05.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:05.862 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:05.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:05.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:05.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:05.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:06 smithi137 ceph-mon[117020]: pgmap v5098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:06 smithi066 ceph-mon[112137]: pgmap v5098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:06 smithi203 ceph-mon[117428]: pgmap v5098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:07 smithi137 ceph-mon[117020]: from='client.148767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:07 smithi066 ceph-mon[112137]: from='client.148767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:07.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:07 smithi203 ceph-mon[117428]: from='client.148767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:08 smithi137 ceph-mon[117020]: pgmap v5099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:08 smithi066 ceph-mon[112137]: pgmap v5099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:08 smithi203 ceph-mon[117428]: pgmap v5099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:10 smithi137 ceph-mon[117020]: pgmap v5100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:10 smithi066 ceph-mon[112137]: pgmap v5100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:10 smithi203 ceph-mon[117428]: pgmap v5100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:10.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:10.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:10.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:11.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:11.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:11.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:11.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:11.581 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:12 smithi137 ceph-mon[117020]: pgmap v5101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:12 smithi137 ceph-mon[117020]: from='client.148839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:12 smithi066 ceph-mon[112137]: pgmap v5101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:12 smithi066 ceph-mon[112137]: from='client.148839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:12 smithi203 ceph-mon[117428]: pgmap v5101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:12 smithi203 ceph-mon[117428]: from='client.148839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:13 smithi203 ceph-mon[117428]: pgmap v5102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:13 smithi137 ceph-mon[117020]: pgmap v5102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:13 smithi066 ceph-mon[112137]: pgmap v5102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:16 smithi137 ceph-mon[117020]: pgmap v5103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:16 smithi066 ceph-mon[112137]: pgmap v5103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:16 smithi203 ceph-mon[117428]: pgmap v5103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:16.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:16.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:16.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:17.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:17.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:17.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:17.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:17.309 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:18 smithi137 ceph-mon[117020]: from='client.148914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:18 smithi137 ceph-mon[117020]: pgmap v5104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:18 smithi066 ceph-mon[112137]: from='client.148914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:18 smithi066 ceph-mon[112137]: pgmap v5104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:18 smithi203 ceph-mon[117428]: from='client.148914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:18 smithi203 ceph-mon[117428]: pgmap v5104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:20 smithi137 ceph-mon[117020]: pgmap v5105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:20 smithi066 ceph-mon[112137]: pgmap v5105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:20 smithi203 ceph-mon[117428]: pgmap v5105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:22.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:22.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:22.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:22 smithi137 ceph-mon[117020]: pgmap v5106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:22 smithi066 ceph-mon[112137]: pgmap v5106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:22 smithi203 ceph-mon[117428]: pgmap v5106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:23.029 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:23.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:23.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:23.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:23.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:23 smithi203 ceph-mon[117428]: from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:23 smithi203 ceph-mon[117428]: pgmap v5107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:23 smithi137 ceph-mon[117020]: from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:23 smithi137 ceph-mon[117020]: pgmap v5107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:23 smithi066 ceph-mon[112137]: from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:23.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:23 smithi066 ceph-mon[112137]: pgmap v5107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:26 smithi137 ceph-mon[117020]: pgmap v5108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:26 smithi066 ceph-mon[112137]: pgmap v5108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:26 smithi203 ceph-mon[117428]: pgmap v5108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:28.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:28.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:28.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:28 smithi137 ceph-mon[117020]: pgmap v5109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:28 smithi066 ceph-mon[112137]: pgmap v5109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:28 smithi203 ceph-mon[117428]: pgmap v5109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:28.748 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:28.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:28.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:28.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:28.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:30 smithi137 ceph-mon[117020]: from='client.149064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:30 smithi137 ceph-mon[117020]: pgmap v5110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:30 smithi066 ceph-mon[112137]: from='client.149064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:30 smithi066 ceph-mon[112137]: pgmap v5110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:30 smithi203 ceph-mon[117428]: from='client.149064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:30 smithi203 ceph-mon[117428]: pgmap v5110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:32 smithi137 ceph-mon[117020]: pgmap v5111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:32 smithi066 ceph-mon[112137]: pgmap v5111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:32 smithi203 ceph-mon[117428]: pgmap v5111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:33.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:33.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:33.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:33 smithi203 ceph-mon[117428]: pgmap v5112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:33 smithi137 ceph-mon[117020]: pgmap v5112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:33 smithi066 ceph-mon[112137]: pgmap v5112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:34.482 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:34.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:34.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:34.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:34.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:34 smithi203 ceph-mon[117428]: from='client.149136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:34 smithi137 ceph-mon[117020]: from='client.149136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:34 smithi066 ceph-mon[112137]: from='client.149136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:35 smithi203 ceph-mon[117428]: pgmap v5113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:35 smithi137 ceph-mon[117020]: pgmap v5113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:35 smithi066 ceph-mon[112137]: pgmap v5113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:38 smithi137 ceph-mon[117020]: pgmap v5114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:38 smithi066 ceph-mon[112137]: pgmap v5114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:38 smithi203 ceph-mon[117428]: pgmap v5114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:39.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:39.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:39.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:40.212 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:40.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:40.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:40.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:40.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:40 smithi137 ceph-mon[117020]: pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:40 smithi066 ceph-mon[112137]: pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:40 smithi203 ceph-mon[117428]: pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:41 smithi137 ceph-mon[117020]: from='client.149211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:41.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:41 smithi066 ceph-mon[112137]: from='client.149211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:41 smithi203 ceph-mon[117428]: from='client.149211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:42 smithi137 ceph-mon[117020]: pgmap v5116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:42 smithi066 ceph-mon[112137]: pgmap v5116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:42.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:42 smithi203 ceph-mon[117428]: pgmap v5116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:43 smithi203 ceph-mon[117428]: pgmap v5117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:43 smithi137 ceph-mon[117020]: pgmap v5117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:43 smithi066 ceph-mon[112137]: pgmap v5117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:45.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:45.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:45.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:45.933 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:45.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:45.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:45.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:45.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:46 smithi137 ceph-mon[117020]: pgmap v5118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:46 smithi066 ceph-mon[112137]: pgmap v5118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:46 smithi203 ceph-mon[117428]: pgmap v5118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:47 smithi137 ceph-mon[117020]: from='client.149286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:47 smithi066 ceph-mon[112137]: from='client.149286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:47.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:47 smithi203 ceph-mon[117428]: from='client.149286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:48 smithi137 ceph-mon[117020]: pgmap v5119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:48 smithi066 ceph-mon[112137]: pgmap v5119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:48 smithi203 ceph-mon[117428]: pgmap v5119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:50 smithi137 ceph-mon[117020]: pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:50 smithi066 ceph-mon[112137]: pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:50.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:50 smithi203 ceph-mon[117428]: pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:50.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:50.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:50.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:51.664 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:51.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:51.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:51.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:51.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:52 smithi137 ceph-mon[117020]: pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:52 smithi066 ceph-mon[112137]: pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:52 smithi203 ceph-mon[117428]: pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:53 smithi137 ceph-mon[117020]: from='client.149364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:53 smithi066 ceph-mon[112137]: from='client.149364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:53 smithi203 ceph-mon[117428]: from='client.149364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:54 smithi137 ceph-mon[117020]: pgmap v5122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:54 smithi066 ceph-mon[112137]: pgmap v5122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:54 smithi203 ceph-mon[117428]: pgmap v5122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:56 smithi137 ceph-mon[117020]: pgmap v5123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:03:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:56 smithi066 ceph-mon[112137]: pgmap v5123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:03:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:56 smithi203 ceph-mon[117428]: pgmap v5123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:03:56.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:03:56.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:56.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:57.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:57.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:57.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:57.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:03:57.370 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:03:57.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:03:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:03:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:03:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:03:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:03:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:03:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:03:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:58 smithi066 ceph-mon[112137]: from='client.149442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:03:58 smithi066 ceph-mon[112137]: pgmap v5124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:58 smithi203 ceph-mon[117428]: from='client.149442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:03:58 smithi203 ceph-mon[117428]: pgmap v5124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:58 smithi137 ceph-mon[117020]: from='client.149442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:03:58 smithi137 ceph-mon[117020]: pgmap v5124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:00 smithi066 ceph-mon[112137]: pgmap v5125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:00 smithi203 ceph-mon[117428]: pgmap v5125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:00 smithi137 ceph-mon[117020]: pgmap v5125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:02.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:02.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:02.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:02 smithi066 ceph-mon[112137]: pgmap v5126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:02 smithi203 ceph-mon[117428]: pgmap v5126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:02 smithi137 ceph-mon[117020]: pgmap v5126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:03.092 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:03.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:03.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:03.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:03.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:03 smithi203 ceph-mon[117428]: from='client.149520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:03 smithi203 ceph-mon[117428]: pgmap v5127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:03 smithi137 ceph-mon[117020]: from='client.149520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:03 smithi137 ceph-mon[117020]: pgmap v5127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:03 smithi066 ceph-mon[112137]: from='client.149520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:03 smithi066 ceph-mon[112137]: pgmap v5127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:06 smithi137 ceph-mon[117020]: pgmap v5128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:06 smithi066 ceph-mon[112137]: pgmap v5128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:06 smithi203 ceph-mon[117428]: pgmap v5128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:08.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:08.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:08.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:08 smithi137 ceph-mon[117020]: pgmap v5129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:08 smithi066 ceph-mon[112137]: pgmap v5129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:08 smithi203 ceph-mon[117428]: pgmap v5129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:08.814 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:08.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:08.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:08.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:08.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:10 smithi137 ceph-mon[117020]: from='client.149595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:10 smithi137 ceph-mon[117020]: pgmap v5130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:10 smithi066 ceph-mon[112137]: from='client.149595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:10 smithi066 ceph-mon[112137]: pgmap v5130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:10 smithi203 ceph-mon[117428]: from='client.149595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:10 smithi203 ceph-mon[117428]: pgmap v5130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:12 smithi137 ceph-mon[117020]: pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:12 smithi066 ceph-mon[112137]: pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:12.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:12 smithi203 ceph-mon[117428]: pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:13.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:13.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:13.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:13 smithi203 ceph-mon[117428]: pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:13 smithi137 ceph-mon[117020]: pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:13 smithi066 ceph-mon[112137]: pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:14.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:14.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:14.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:14.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:14.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:14 smithi203 ceph-mon[117428]: from='client.149667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:14 smithi137 ceph-mon[117020]: from='client.149667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:14 smithi066 ceph-mon[112137]: from='client.149667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:15.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:15 smithi203 ceph-mon[117428]: pgmap v5133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:15 smithi137 ceph-mon[117020]: pgmap v5133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:15 smithi066 ceph-mon[112137]: pgmap v5133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:18 smithi137 ceph-mon[117020]: pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:18 smithi066 ceph-mon[112137]: pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:18 smithi203 ceph-mon[117428]: pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:19.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:19.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:19.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:20.264 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:20.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:20.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:20.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:20.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:20 smithi137 ceph-mon[117020]: pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:20 smithi066 ceph-mon[112137]: pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:20 smithi203 ceph-mon[117428]: pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:21 smithi137 ceph-mon[117020]: from='client.149736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:21 smithi066 ceph-mon[112137]: from='client.149736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:21 smithi203 ceph-mon[117428]: from='client.149736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:22 smithi137 ceph-mon[117020]: pgmap v5136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:22 smithi066 ceph-mon[112137]: pgmap v5136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:22 smithi203 ceph-mon[117428]: pgmap v5136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:23 smithi203 ceph-mon[117428]: pgmap v5137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:23 smithi137 ceph-mon[117020]: pgmap v5137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:23 smithi066 ceph-mon[112137]: pgmap v5137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:25.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:25.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:25.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:25.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:25.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:25.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:25.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:25.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:26 smithi137 ceph-mon[117020]: pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:26 smithi066 ceph-mon[112137]: pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:26 smithi203 ceph-mon[117428]: pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:27 smithi137 ceph-mon[117020]: from='client.149808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:27 smithi066 ceph-mon[112137]: from='client.149808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:27.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:27 smithi203 ceph-mon[117428]: from='client.149808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:28 smithi137 ceph-mon[117020]: pgmap v5139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:28 smithi066 ceph-mon[112137]: pgmap v5139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:28 smithi203 ceph-mon[117428]: pgmap v5139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:30 smithi137 ceph-mon[117020]: pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:30 smithi066 ceph-mon[112137]: pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:30 smithi203 ceph-mon[117428]: pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:30.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:30.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:30.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:31.713 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:31.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:31.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:31.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:31.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:32 smithi137 ceph-mon[117020]: pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:32 smithi066 ceph-mon[112137]: pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:32 smithi203 ceph-mon[117428]: pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:33 smithi137 ceph-mon[117020]: from='client.149886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:33 smithi066 ceph-mon[112137]: from='client.149886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:33 smithi203 ceph-mon[117428]: from='client.149886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:34 smithi137 ceph-mon[117020]: pgmap v5142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:34 smithi066 ceph-mon[112137]: pgmap v5142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:34 smithi203 ceph-mon[117428]: pgmap v5142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:36 smithi066 ceph-mon[112137]: pgmap v5143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:36 smithi203 ceph-mon[117428]: pgmap v5143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:36 smithi137 ceph-mon[117020]: pgmap v5143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:36.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:36.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:36.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:37.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:37.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:37.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:37.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:37.441 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:38 smithi066 ceph-mon[112137]: pgmap v5144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:38 smithi066 ceph-mon[112137]: from='client.149964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:38 smithi203 ceph-mon[117428]: pgmap v5144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:38 smithi203 ceph-mon[117428]: from='client.149964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:38 smithi137 ceph-mon[117020]: pgmap v5144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:38 smithi137 ceph-mon[117020]: from='client.149964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:40 smithi066 ceph-mon[112137]: pgmap v5145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:40 smithi203 ceph-mon[117428]: pgmap v5145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:40 smithi137 ceph-mon[117020]: pgmap v5145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:42.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:42.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:42.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:42 smithi066 ceph-mon[112137]: pgmap v5146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:42 smithi203 ceph-mon[117428]: pgmap v5146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:42 smithi137 ceph-mon[117020]: pgmap v5146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:43.171 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:43.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:43.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:43.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:43.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:43 smithi203 ceph-mon[117428]: from='client.150042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:43 smithi203 ceph-mon[117428]: pgmap v5147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:43 smithi137 ceph-mon[117020]: from='client.150042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:43 smithi137 ceph-mon[117020]: pgmap v5147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:43 smithi066 ceph-mon[112137]: from='client.150042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:43 smithi066 ceph-mon[112137]: pgmap v5147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:46 smithi137 ceph-mon[117020]: pgmap v5148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:46 smithi066 ceph-mon[112137]: pgmap v5148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:46 smithi203 ceph-mon[117428]: pgmap v5148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:48 smithi137 ceph-mon[117020]: pgmap v5149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:48 smithi066 ceph-mon[112137]: pgmap v5149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:48 smithi203 ceph-mon[117428]: pgmap v5149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:48.906 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:48.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:48.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:48.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:48.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:50 smithi137 ceph-mon[117020]: from='client.150120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:50.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:50 smithi137 ceph-mon[117020]: pgmap v5150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:50 smithi066 ceph-mon[112137]: from='client.150120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:50 smithi066 ceph-mon[112137]: pgmap v5150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:50 smithi203 ceph-mon[117428]: from='client.150120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:50 smithi203 ceph-mon[117428]: pgmap v5150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:52 smithi137 ceph-mon[117020]: pgmap v5151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:52 smithi066 ceph-mon[112137]: pgmap v5151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:52 smithi203 ceph-mon[117428]: pgmap v5151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:53 smithi203 ceph-mon[117428]: pgmap v5152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:53 smithi137 ceph-mon[117020]: pgmap v5152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:53.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:53.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:53.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:53 smithi066 ceph-mon[112137]: pgmap v5152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:54.625 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:04:54.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:54.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:54.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:54.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:04:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:54 smithi203 ceph-mon[117428]: from='client.150195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:54 smithi137 ceph-mon[117020]: from='client.150195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:54 smithi066 ceph-mon[112137]: from='client.150195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:55 smithi203 ceph-mon[117428]: pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:55 smithi137 ceph-mon[117020]: pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:55 smithi066 ceph-mon[112137]: pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:04:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:04:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:04:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:57 smithi066 ceph-mon[112137]: pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:04:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:04:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:04:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:04:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:57 smithi203 ceph-mon[117428]: pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:04:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:04:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:04:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:04:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:57 smithi137 ceph-mon[117020]: pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:04:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:04:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:04:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:04:59.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:04:59.627 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:59.627 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:00.345 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:00.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:00.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:00.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:00.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:00 smithi137 ceph-mon[117020]: pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:00 smithi066 ceph-mon[112137]: pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:00 smithi203 ceph-mon[117428]: pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:01 smithi137 ceph-mon[117020]: from='client.150273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:01 smithi066 ceph-mon[112137]: from='client.150273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:01.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:01 smithi203 ceph-mon[117428]: from='client.150273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:02 smithi137 ceph-mon[117020]: pgmap v5156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:02 smithi066 ceph-mon[112137]: pgmap v5156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:02 smithi203 ceph-mon[117428]: pgmap v5156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:03 smithi203 ceph-mon[117428]: pgmap v5157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:03 smithi137 ceph-mon[117020]: pgmap v5157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:03 smithi066 ceph-mon[112137]: pgmap v5157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:05.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:05.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:05.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:06.083 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:06.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:06.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:06.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:06.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:06 smithi137 ceph-mon[117020]: pgmap v5158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:06 smithi066 ceph-mon[112137]: pgmap v5158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:06 smithi203 ceph-mon[117428]: pgmap v5158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:07 smithi137 ceph-mon[117020]: from='client.150348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:07 smithi066 ceph-mon[112137]: from='client.150348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:07 smithi203 ceph-mon[117428]: from='client.150348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:08 smithi137 ceph-mon[117020]: pgmap v5159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:08 smithi066 ceph-mon[112137]: pgmap v5159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:08 smithi203 ceph-mon[117428]: pgmap v5159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:10 smithi066 ceph-mon[112137]: pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:10 smithi203 ceph-mon[117428]: pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:10 smithi137 ceph-mon[117020]: pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:11.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:11.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:11.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:11.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:11.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:11.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:11.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:11.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:12 smithi066 ceph-mon[112137]: pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:12 smithi203 ceph-mon[117428]: pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:12 smithi137 ceph-mon[117020]: pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:13 smithi066 ceph-mon[112137]: from='client.150426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:13 smithi203 ceph-mon[117428]: from='client.150426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:13 smithi137 ceph-mon[117020]: from='client.150426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:14 smithi066 ceph-mon[112137]: pgmap v5162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:14 smithi203 ceph-mon[117428]: pgmap v5162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:14 smithi137 ceph-mon[117020]: pgmap v5162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:16 smithi066 ceph-mon[112137]: pgmap v5163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:16 smithi203 ceph-mon[117428]: pgmap v5163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:16 smithi137 ceph-mon[117020]: pgmap v5163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:16.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:16.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:16.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:17.545 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:17.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:17.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:17.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:17.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:18 smithi066 ceph-mon[112137]: pgmap v5164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:18 smithi066 ceph-mon[112137]: from='client.150498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:18 smithi203 ceph-mon[117428]: pgmap v5164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:18 smithi203 ceph-mon[117428]: from='client.150498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:18 smithi137 ceph-mon[117020]: pgmap v5164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:18 smithi137 ceph-mon[117020]: from='client.150498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:20 smithi066 ceph-mon[112137]: pgmap v5165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:20 smithi203 ceph-mon[117428]: pgmap v5165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:20 smithi137 ceph-mon[117020]: pgmap v5165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:22 smithi066 ceph-mon[112137]: pgmap v5166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:22.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:22.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:22.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:22 smithi203 ceph-mon[117428]: pgmap v5166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:22 smithi137 ceph-mon[117020]: pgmap v5166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:23.279 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:23.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:23.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:23.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:23.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:23 smithi203 ceph-mon[117428]: from='client.150576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:23 smithi203 ceph-mon[117428]: pgmap v5167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:23 smithi137 ceph-mon[117020]: from='client.150576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:23 smithi137 ceph-mon[117020]: pgmap v5167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:23.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:23 smithi066 ceph-mon[112137]: from='client.150576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:23.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:23 smithi066 ceph-mon[112137]: pgmap v5167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:26 smithi137 ceph-mon[117020]: pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:26 smithi066 ceph-mon[112137]: pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:26 smithi203 ceph-mon[117428]: pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:28.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:28.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:28.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:28 smithi066 ceph-mon[112137]: pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:28 smithi203 ceph-mon[117428]: pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:28 smithi137 ceph-mon[117020]: pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:29.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:29.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:29.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:29.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:29.002 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:30 smithi066 ceph-mon[112137]: from='client.150651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:30 smithi066 ceph-mon[112137]: pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:30 smithi203 ceph-mon[117428]: from='client.150651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:30 smithi203 ceph-mon[117428]: pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:30 smithi137 ceph-mon[117020]: from='client.150651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:30 smithi137 ceph-mon[117020]: pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:32 smithi066 ceph-mon[112137]: pgmap v5171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:32 smithi203 ceph-mon[117428]: pgmap v5171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:32 smithi137 ceph-mon[117020]: pgmap v5171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:33 smithi203 ceph-mon[117428]: pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:33 smithi137 ceph-mon[117020]: pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:33 smithi066 ceph-mon[112137]: pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:34.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:34.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:34.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:34.737 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:34.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:34.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:34.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:34.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:36 smithi137 ceph-mon[117020]: from='client.150729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:36 smithi137 ceph-mon[117020]: pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:05:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:36 smithi066 ceph-mon[112137]: from='client.150729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:36 smithi066 ceph-mon[112137]: pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:05:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:36 smithi203 ceph-mon[117428]: from='client.150729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:36 smithi203 ceph-mon[117428]: pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:05:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:38 smithi066 ceph-mon[112137]: pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:05:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:38 smithi203 ceph-mon[117428]: pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:05:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:38 smithi137 ceph-mon[117020]: pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:05:39.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:39.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:39.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:40.474 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:40.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:40.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:40.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:40.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:40 smithi066 ceph-mon[112137]: pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:05:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:40 smithi203 ceph-mon[117428]: pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:05:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:40 smithi137 ceph-mon[117020]: pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:05:41.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:41 smithi066 ceph-mon[112137]: from='client.150807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:41 smithi203 ceph-mon[117428]: from='client.150807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:41 smithi137 ceph-mon[117020]: from='client.150807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:42 smithi066 ceph-mon[112137]: pgmap v5176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:42 smithi203 ceph-mon[117428]: pgmap v5176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:42 smithi137 ceph-mon[117020]: pgmap v5176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:43 smithi203 ceph-mon[117428]: pgmap v5177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:43 smithi137 ceph-mon[117020]: pgmap v5177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:43 smithi066 ceph-mon[112137]: pgmap v5177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:45.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:45.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:45.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:46.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:46.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:46.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:46.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:46.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:46 smithi066 ceph-mon[112137]: pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:46 smithi203 ceph-mon[117428]: pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:46 smithi137 ceph-mon[117020]: pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:47 smithi066 ceph-mon[112137]: from='client.150882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:47 smithi203 ceph-mon[117428]: from='client.150882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:47 smithi137 ceph-mon[117020]: from='client.150882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:48 smithi066 ceph-mon[112137]: pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:05:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:48 smithi203 ceph-mon[117428]: pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:05:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:48 smithi137 ceph-mon[117020]: pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:05:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:50 smithi066 ceph-mon[112137]: pgmap v5180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:05:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:50 smithi203 ceph-mon[117428]: pgmap v5180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:05:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:50 smithi137 ceph-mon[117020]: pgmap v5180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:05:51.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:51.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:51.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:51.923 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:51.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:51.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:51.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:51.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:52 smithi066 ceph-mon[112137]: pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:05:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:52 smithi203 ceph-mon[117428]: pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:05:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:52 smithi137 ceph-mon[117020]: pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:05:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:53 smithi066 ceph-mon[112137]: from='client.150957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:53.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:53 smithi203 ceph-mon[117428]: from='client.150957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:53 smithi137 ceph-mon[117020]: from='client.150957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:54 smithi066 ceph-mon[112137]: pgmap v5182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:54 smithi203 ceph-mon[117428]: pgmap v5182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:54 smithi137 ceph-mon[117020]: pgmap v5182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:56 smithi066 ceph-mon[112137]: pgmap v5183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:56.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:56 smithi203 ceph-mon[117428]: pgmap v5183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:56 smithi137 ceph-mon[117020]: pgmap v5183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:56.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:05:56.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:56.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:57.656 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:05:57.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:57.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:57.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:57.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:05:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:58 smithi066 ceph-mon[112137]: pgmap v5184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:58 smithi066 ceph-mon[112137]: from='client.151035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:05:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:58 smithi203 ceph-mon[117428]: pgmap v5184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:58 smithi203 ceph-mon[117428]: from='client.151035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:05:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:58 smithi137 ceph-mon[117020]: pgmap v5184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:58 smithi137 ceph-mon[117020]: from='client.151035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:05:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:05:59 smithi066 ceph-mon[112137]: pgmap v5185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:05:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:05:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:05:59 smithi203 ceph-mon[117428]: pgmap v5185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:05:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:05:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:05:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:05:59 smithi137 ceph-mon[117020]: pgmap v5185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:02 smithi066 ceph-mon[112137]: pgmap v5186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:02 smithi203 ceph-mon[117428]: pgmap v5186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:02 smithi137 ceph-mon[117020]: pgmap v5186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:02.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:02.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:02.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:03.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:03.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:03.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:03.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:03.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:03 smithi203 ceph-mon[117428]: from='client.151110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:03 smithi203 ceph-mon[117428]: pgmap v5187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:03 smithi137 ceph-mon[117020]: from='client.151110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:03 smithi137 ceph-mon[117020]: pgmap v5187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:03 smithi066 ceph-mon[112137]: from='client.151110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:03 smithi066 ceph-mon[112137]: pgmap v5187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:06 smithi066 ceph-mon[112137]: pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:06 smithi203 ceph-mon[117428]: pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:06 smithi137 ceph-mon[117020]: pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:08.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:08.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:08.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:08 smithi066 ceph-mon[112137]: pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:08 smithi203 ceph-mon[117428]: pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:08 smithi137 ceph-mon[117020]: pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:09.116 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:09.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:09.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:09.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:09.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:10 smithi066 ceph-mon[112137]: from='client.151188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:10 smithi066 ceph-mon[112137]: pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:10 smithi203 ceph-mon[117428]: from='client.151188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:10 smithi203 ceph-mon[117428]: pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:10 smithi137 ceph-mon[117020]: from='client.151188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:10 smithi137 ceph-mon[117020]: pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:12 smithi066 ceph-mon[112137]: pgmap v5191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:12 smithi203 ceph-mon[117428]: pgmap v5191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:12 smithi137 ceph-mon[117020]: pgmap v5191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:13 smithi203 ceph-mon[117428]: pgmap v5192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:13 smithi137 ceph-mon[117020]: pgmap v5192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:13 smithi066 ceph-mon[112137]: pgmap v5192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:14.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:14.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:14.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:14.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:14.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:14.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:14.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:14.840 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:16 smithi066 ceph-mon[112137]: from='client.151263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:16 smithi066 ceph-mon[112137]: pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:06:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:16 smithi203 ceph-mon[117428]: from='client.151263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:16 smithi203 ceph-mon[117428]: pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:06:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:16 smithi137 ceph-mon[117020]: from='client.151263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:16 smithi137 ceph-mon[117020]: pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:06:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:18 smithi066 ceph-mon[112137]: pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:18 smithi203 ceph-mon[117428]: pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:18 smithi137 ceph-mon[117020]: pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:19.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:19.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:19.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:20 smithi066 ceph-mon[112137]: pgmap v5195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:20.561 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:20.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:20 smithi203 ceph-mon[117428]: pgmap v5195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:20 smithi137 ceph-mon[117020]: pgmap v5195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:21 smithi066 ceph-mon[112137]: from='client.151341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:21 smithi203 ceph-mon[117428]: from='client.151341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:21 smithi137 ceph-mon[117020]: from='client.151341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:22 smithi066 ceph-mon[112137]: pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:22 smithi203 ceph-mon[117428]: pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:22 smithi137 ceph-mon[117020]: pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:23 smithi203 ceph-mon[117428]: pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:23 smithi137 ceph-mon[117020]: pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:23 smithi066 ceph-mon[112137]: pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:25.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:25.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:25.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:26.284 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:26.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:26.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:26.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:26.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:26 smithi066 ceph-mon[112137]: pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:26.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:26 smithi203 ceph-mon[117428]: pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:26 smithi137 ceph-mon[117020]: pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:27 smithi066 ceph-mon[112137]: from='client.151416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:27.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:27 smithi203 ceph-mon[117428]: from='client.151416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:27 smithi137 ceph-mon[117020]: from='client.151416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:28 smithi066 ceph-mon[112137]: pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:06:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:28 smithi203 ceph-mon[117428]: pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:06:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:28 smithi137 ceph-mon[117020]: pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:06:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:30 smithi066 ceph-mon[112137]: pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:06:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:30 smithi203 ceph-mon[117428]: pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:06:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:30 smithi137 ceph-mon[117020]: pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:06:31.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:31.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:31.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:32.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:32.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:32.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:32.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:32.008 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:32 smithi066 ceph-mon[112137]: pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:06:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:32 smithi203 ceph-mon[117428]: pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:06:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:32 smithi137 ceph-mon[117020]: pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:06:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:33 smithi066 ceph-mon[112137]: from='client.151488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:33 smithi203 ceph-mon[117428]: from='client.151488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:33 smithi137 ceph-mon[117020]: from='client.151488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:34 smithi066 ceph-mon[112137]: pgmap v5202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:34 smithi203 ceph-mon[117428]: pgmap v5202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:34 smithi137 ceph-mon[117020]: pgmap v5202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:36 smithi066 ceph-mon[112137]: pgmap v5203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:36 smithi203 ceph-mon[117428]: pgmap v5203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:36 smithi137 ceph-mon[117020]: pgmap v5203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:37.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:37.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:37.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:37.730 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:37.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:37.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:37.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:37.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:38 smithi066 ceph-mon[112137]: pgmap v5204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:38 smithi203 ceph-mon[117428]: pgmap v5204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:38 smithi137 ceph-mon[117020]: pgmap v5204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:39.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:39 smithi066 ceph-mon[112137]: from='client.151557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:39.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:39 smithi203 ceph-mon[117428]: from='client.151557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:39 smithi137 ceph-mon[117020]: from='client.151557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:40 smithi066 ceph-mon[112137]: pgmap v5205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:40 smithi203 ceph-mon[117428]: pgmap v5205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:40 smithi137 ceph-mon[117020]: pgmap v5205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:42 smithi066 ceph-mon[112137]: pgmap v5206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:42.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:42 smithi203 ceph-mon[117428]: pgmap v5206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:42 smithi137 ceph-mon[117020]: pgmap v5206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:42.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:42.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:42.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:43.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:43.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:43.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:43.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:43.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:43 smithi137 ceph-mon[117020]: pgmap v5207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:43 smithi137 ceph-mon[117020]: from='client.151632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:43 smithi066 ceph-mon[112137]: pgmap v5207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:43 smithi066 ceph-mon[112137]: from='client.151632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:43 smithi203 ceph-mon[117428]: pgmap v5207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:43 smithi203 ceph-mon[117428]: from='client.151632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:46 smithi066 ceph-mon[112137]: pgmap v5208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:46 smithi203 ceph-mon[117428]: pgmap v5208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:46 smithi137 ceph-mon[117020]: pgmap v5208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:48.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:48.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:48.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:48 smithi066 ceph-mon[112137]: pgmap v5209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:48 smithi203 ceph-mon[117428]: pgmap v5209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:48 smithi137 ceph-mon[117020]: pgmap v5209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:49.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:49.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:49.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:49.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:49.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:50 smithi066 ceph-mon[112137]: from='client.151710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:50 smithi066 ceph-mon[112137]: pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:50 smithi203 ceph-mon[117428]: from='client.151710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:50 smithi203 ceph-mon[117428]: pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:50 smithi137 ceph-mon[117020]: from='client.151710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:50 smithi137 ceph-mon[117020]: pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:52 smithi066 ceph-mon[112137]: pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:52 smithi203 ceph-mon[117428]: pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:52 smithi137 ceph-mon[117020]: pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:53 smithi137 ceph-mon[117020]: pgmap v5212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:53 smithi066 ceph-mon[112137]: pgmap v5212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:53 smithi203 ceph-mon[117428]: pgmap v5212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:54.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:54.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:54.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:54.900 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:06:54.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:54.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:54.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:54.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:06:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:56 smithi066 ceph-mon[112137]: from='client.151788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:56 smithi066 ceph-mon[112137]: pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:06:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:56 smithi203 ceph-mon[117428]: from='client.151788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:56 smithi203 ceph-mon[117428]: pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:06:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:56 smithi137 ceph-mon[117020]: from='client.151788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:56 smithi137 ceph-mon[117020]: pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:06:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:06:58 smithi066 ceph-mon[112137]: pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:06:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:06:58 smithi203 ceph-mon[117428]: pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:06:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:06:58 smithi137 ceph-mon[117020]: pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:06:59.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:06:59.902 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:59.902 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:00 smithi066 ceph-mon[112137]: pgmap v5215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:07:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:07:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:07:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:07:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:07:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:00 smithi203 ceph-mon[117428]: pgmap v5215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:07:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:07:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:07:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:07:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:07:00.613 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:00.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:00.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:00.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:00.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:00 smithi137 ceph-mon[117020]: pgmap v5215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:07:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:07:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:07:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:07:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:07:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:01 smithi066 ceph-mon[112137]: from='client.151863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:01.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:01 smithi203 ceph-mon[117428]: from='client.151863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:01 smithi137 ceph-mon[117020]: from='client.151863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:02 smithi066 ceph-mon[112137]: pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:02 smithi203 ceph-mon[117428]: pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:02 smithi137 ceph-mon[117020]: pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:03 smithi137 ceph-mon[117020]: pgmap v5217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:03 smithi066 ceph-mon[112137]: pgmap v5217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:03 smithi203 ceph-mon[117428]: pgmap v5217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:05.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:05.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:05.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:06.349 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:06.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:06.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:06.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:06.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:06 smithi066 ceph-mon[112137]: pgmap v5218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:06.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:06 smithi203 ceph-mon[117428]: pgmap v5218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:06 smithi137 ceph-mon[117020]: pgmap v5218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:07 smithi066 ceph-mon[112137]: from='client.151941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:07.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:07 smithi203 ceph-mon[117428]: from='client.151941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:07 smithi137 ceph-mon[117020]: from='client.151941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:08 smithi066 ceph-mon[112137]: pgmap v5219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:07:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:08 smithi203 ceph-mon[117428]: pgmap v5219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:07:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:08 smithi137 ceph-mon[117020]: pgmap v5219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:07:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:10 smithi066 ceph-mon[112137]: pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:07:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:10 smithi203 ceph-mon[117428]: pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:07:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:10 smithi137 ceph-mon[117020]: pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:07:11.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:11.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:11.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:12.086 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:12.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:12.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:12.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:12.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:12 smithi066 ceph-mon[112137]: pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:07:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:12 smithi203 ceph-mon[117428]: pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:07:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:12 smithi137 ceph-mon[117020]: pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:07:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:13 smithi066 ceph-mon[112137]: from='client.152016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:13 smithi203 ceph-mon[117428]: from='client.152016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:13 smithi137 ceph-mon[117020]: from='client.152016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:14 smithi066 ceph-mon[112137]: pgmap v5222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:14 smithi203 ceph-mon[117428]: pgmap v5222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:14 smithi137 ceph-mon[117020]: pgmap v5222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:16 smithi066 ceph-mon[112137]: pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:16 smithi203 ceph-mon[117428]: pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:16 smithi137 ceph-mon[117020]: pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:17.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:17.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:17.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:17.824 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:17.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:17.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:17.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:17.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:18 smithi066 ceph-mon[112137]: pgmap v5224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:18 smithi203 ceph-mon[117428]: pgmap v5224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:18 smithi137 ceph-mon[117020]: pgmap v5224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:19.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:19 smithi066 ceph-mon[112137]: from='client.152088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:19.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:19 smithi203 ceph-mon[117428]: from='client.152088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:19 smithi137 ceph-mon[117020]: from='client.152088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:20 smithi066 ceph-mon[112137]: pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:20 smithi203 ceph-mon[117428]: pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:20 smithi137 ceph-mon[117020]: pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:22 smithi066 ceph-mon[112137]: pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:22 smithi203 ceph-mon[117428]: pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:22 smithi137 ceph-mon[117020]: pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:22.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:22.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:22.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:23.557 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:23.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:23.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:23.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:23.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:23 smithi137 ceph-mon[117020]: pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:23 smithi137 ceph-mon[117020]: from='client.152166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:23 smithi066 ceph-mon[112137]: pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:23.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:23 smithi066 ceph-mon[112137]: from='client.152166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:23 smithi203 ceph-mon[117428]: pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:23 smithi203 ceph-mon[117428]: from='client.152166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:26 smithi066 ceph-mon[112137]: pgmap v5228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:26.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:26 smithi203 ceph-mon[117428]: pgmap v5228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:26 smithi137 ceph-mon[117020]: pgmap v5228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:28 smithi066 ceph-mon[112137]: pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:28.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:28.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:28.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:28 smithi203 ceph-mon[117428]: pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:28 smithi137 ceph-mon[117020]: pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:29.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:29.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:29.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:29.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:29.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:30 smithi066 ceph-mon[112137]: from='client.152244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:30 smithi066 ceph-mon[112137]: pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:30 smithi203 ceph-mon[117428]: from='client.152244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:30 smithi203 ceph-mon[117428]: pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:30 smithi137 ceph-mon[117020]: from='client.152244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:30 smithi137 ceph-mon[117020]: pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:32 smithi066 ceph-mon[112137]: pgmap v5231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:32 smithi203 ceph-mon[117428]: pgmap v5231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:32 smithi137 ceph-mon[117020]: pgmap v5231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:33 smithi137 ceph-mon[117020]: pgmap v5232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:33 smithi066 ceph-mon[112137]: pgmap v5232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:33 smithi203 ceph-mon[117428]: pgmap v5232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:34.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:34.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:34.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:35.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:35.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:35.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:35.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:35.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:36 smithi066 ceph-mon[112137]: from='client.152319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:36 smithi066 ceph-mon[112137]: pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:07:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:36 smithi203 ceph-mon[117428]: from='client.152319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:36 smithi203 ceph-mon[117428]: pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:07:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:36 smithi137 ceph-mon[117020]: from='client.152319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:36 smithi137 ceph-mon[117020]: pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:07:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:38 smithi066 ceph-mon[112137]: pgmap v5234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:38 smithi203 ceph-mon[117428]: pgmap v5234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:38 smithi137 ceph-mon[117020]: pgmap v5234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:40.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:40.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:40.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:40 smithi066 ceph-mon[112137]: pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:40 smithi203 ceph-mon[117428]: pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:40 smithi137 ceph-mon[117020]: pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:07:40.732 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:40.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:40.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:40.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:40.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:42 smithi066 ceph-mon[112137]: from='client.152394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:42 smithi066 ceph-mon[112137]: pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:42 smithi203 ceph-mon[117428]: from='client.152394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:42 smithi203 ceph-mon[117428]: pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:42 smithi137 ceph-mon[117020]: from='client.152394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:42 smithi137 ceph-mon[117020]: pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:43 smithi137 ceph-mon[117020]: pgmap v5237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:43 smithi066 ceph-mon[112137]: pgmap v5237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:43 smithi203 ceph-mon[117428]: pgmap v5237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:45.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:45.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:45.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:46.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:46.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:46.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:46.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:46.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:46 smithi066 ceph-mon[112137]: pgmap v5238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:46 smithi203 ceph-mon[117428]: pgmap v5238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:46 smithi137 ceph-mon[117020]: pgmap v5238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:47 smithi066 ceph-mon[112137]: from='client.152469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:47 smithi203 ceph-mon[117428]: from='client.152469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:47 smithi137 ceph-mon[117020]: from='client.152469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:48 smithi066 ceph-mon[112137]: pgmap v5239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:48 smithi203 ceph-mon[117428]: pgmap v5239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:48 smithi137 ceph-mon[117020]: pgmap v5239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:50 smithi066 ceph-mon[112137]: pgmap v5240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:50 smithi203 ceph-mon[117428]: pgmap v5240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:50 smithi137 ceph-mon[117020]: pgmap v5240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:07:51.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:51.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:51.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:52.192 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:52.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:52.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:52.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:52.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:52 smithi066 ceph-mon[112137]: pgmap v5241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:07:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:52 smithi203 ceph-mon[117428]: pgmap v5241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:07:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:52 smithi137 ceph-mon[117020]: pgmap v5241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:07:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:53 smithi066 ceph-mon[112137]: from='client.152544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:53 smithi203 ceph-mon[117428]: from='client.152544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:53 smithi137 ceph-mon[117020]: from='client.152544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:54 smithi066 ceph-mon[112137]: pgmap v5242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:54 smithi203 ceph-mon[117428]: pgmap v5242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:54 smithi137 ceph-mon[117020]: pgmap v5242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:56 smithi066 ceph-mon[112137]: pgmap v5243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:56 smithi203 ceph-mon[117428]: pgmap v5243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:56 smithi137 ceph-mon[117020]: pgmap v5243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:57.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:07:57.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:57.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:57.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:57.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:07:57.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:57.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:57.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:07:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:58 smithi066 ceph-mon[112137]: pgmap v5244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:58 smithi203 ceph-mon[117428]: pgmap v5244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:58 smithi137 ceph-mon[117020]: pgmap v5244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:07:59 smithi066 ceph-mon[112137]: from='client.152616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:07:59 smithi203 ceph-mon[117428]: from='client.152616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:07:59 smithi137 ceph-mon[117020]: from='client.152616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:00 smithi066 ceph-mon[112137]: pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:08:00.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:00 smithi203 ceph-mon[117428]: pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:08:00.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:00 smithi137 ceph-mon[117020]: pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:08:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:08:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:08:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:08:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:08:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:08:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:08:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:08:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:08:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:08:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:02 smithi066 ceph-mon[112137]: pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:02 smithi203 ceph-mon[117428]: pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:02 smithi137 ceph-mon[117020]: pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:02.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:02.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:02.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:03.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:03.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:03.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:03.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:03.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:03 smithi137 ceph-mon[117020]: pgmap v5247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:03 smithi137 ceph-mon[117020]: from='client.152694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:03 smithi066 ceph-mon[112137]: pgmap v5247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:03 smithi066 ceph-mon[112137]: from='client.152694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:03 smithi203 ceph-mon[117428]: pgmap v5247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:03 smithi203 ceph-mon[117428]: from='client.152694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:06 smithi066 ceph-mon[112137]: pgmap v5248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:06 smithi203 ceph-mon[117428]: pgmap v5248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:06 smithi137 ceph-mon[117020]: pgmap v5248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:08 smithi066 ceph-mon[112137]: pgmap v5249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:08 smithi203 ceph-mon[117428]: pgmap v5249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:08 smithi137 ceph-mon[117020]: pgmap v5249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:08.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:08.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:08.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:09.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:09.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:09.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:09.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:09.374 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:10 smithi066 ceph-mon[112137]: from='client.152766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:10 smithi066 ceph-mon[112137]: pgmap v5250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:10 smithi203 ceph-mon[117428]: from='client.152766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:10 smithi203 ceph-mon[117428]: pgmap v5250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:10 smithi137 ceph-mon[117020]: from='client.152766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:10 smithi137 ceph-mon[117020]: pgmap v5250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:12 smithi066 ceph-mon[112137]: pgmap v5251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:12.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:12 smithi203 ceph-mon[117428]: pgmap v5251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:12 smithi137 ceph-mon[117020]: pgmap v5251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:13 smithi137 ceph-mon[117020]: pgmap v5252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:13 smithi066 ceph-mon[112137]: pgmap v5252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:13 smithi203 ceph-mon[117428]: pgmap v5252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:14.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:14.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:14.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:15.093 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:15.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:15.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:15.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:15.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:16 smithi066 ceph-mon[112137]: from='client.152841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:16 smithi066 ceph-mon[112137]: pgmap v5253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:16 smithi203 ceph-mon[117428]: from='client.152841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:16 smithi203 ceph-mon[117428]: pgmap v5253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:16 smithi137 ceph-mon[117020]: from='client.152841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:16 smithi137 ceph-mon[117020]: pgmap v5253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:18 smithi066 ceph-mon[112137]: pgmap v5254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:18.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:18 smithi203 ceph-mon[117428]: pgmap v5254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:18 smithi137 ceph-mon[117020]: pgmap v5254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:20.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:20.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:20.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:20 smithi066 ceph-mon[112137]: pgmap v5255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:20 smithi203 ceph-mon[117428]: pgmap v5255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:20 smithi137 ceph-mon[117020]: pgmap v5255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:20.814 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:20.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:20.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:20.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:20.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:22 smithi066 ceph-mon[112137]: from='client.152919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:22 smithi066 ceph-mon[112137]: pgmap v5256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:22 smithi203 ceph-mon[117428]: from='client.152919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:22 smithi203 ceph-mon[117428]: pgmap v5256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:22 smithi137 ceph-mon[117020]: from='client.152919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:22 smithi137 ceph-mon[117020]: pgmap v5256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:23 smithi137 ceph-mon[117020]: pgmap v5257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:23 smithi066 ceph-mon[112137]: pgmap v5257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:23 smithi203 ceph-mon[117428]: pgmap v5257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:25.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:25.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:25.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:26 smithi066 ceph-mon[112137]: pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:26.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:26.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:26.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:26.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:26.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:26 smithi203 ceph-mon[117428]: pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:26 smithi137 ceph-mon[117020]: pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:27 smithi066 ceph-mon[112137]: from='client.152994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:27 smithi203 ceph-mon[117428]: from='client.152994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:27 smithi137 ceph-mon[117020]: from='client.152994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:28 smithi066 ceph-mon[112137]: pgmap v5259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:28 smithi203 ceph-mon[117428]: pgmap v5259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:28 smithi137 ceph-mon[117020]: pgmap v5259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:30 smithi066 ceph-mon[112137]: pgmap v5260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:30 smithi203 ceph-mon[117428]: pgmap v5260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:30 smithi137 ceph-mon[117020]: pgmap v5260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:31.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:31.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:31.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:32.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:32.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:32.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:32.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:32.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:32 smithi066 ceph-mon[112137]: pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:32 smithi203 ceph-mon[117428]: pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:32 smithi137 ceph-mon[117020]: pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:33 smithi066 ceph-mon[112137]: from='client.153066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:33 smithi203 ceph-mon[117428]: from='client.153066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:33 smithi137 ceph-mon[117020]: from='client.153066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:34 smithi066 ceph-mon[112137]: pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:34.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:34 smithi203 ceph-mon[117428]: pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:34 smithi137 ceph-mon[117020]: pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:36 smithi066 ceph-mon[112137]: pgmap v5263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:36 smithi203 ceph-mon[117428]: pgmap v5263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:36 smithi137 ceph-mon[117020]: pgmap v5263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:37.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:37.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:37.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:37.980 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:37.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:37.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:37.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:37.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:38 smithi066 ceph-mon[112137]: pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:38 smithi203 ceph-mon[117428]: pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:38 smithi137 ceph-mon[117020]: pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:39.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:39 smithi066 ceph-mon[112137]: from='client.153135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:39.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:39 smithi203 ceph-mon[117428]: from='client.153135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:39 smithi137 ceph-mon[117020]: from='client.153135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:40 smithi066 ceph-mon[112137]: pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:40 smithi203 ceph-mon[117428]: pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:40 smithi137 ceph-mon[117020]: pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:42 smithi066 ceph-mon[112137]: pgmap v5266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:42 smithi203 ceph-mon[117428]: pgmap v5266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:42 smithi137 ceph-mon[117020]: pgmap v5266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:42.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:42.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:42.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:43.713 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:43.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:43.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:43.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:43.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:43 smithi137 ceph-mon[117020]: pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:43 smithi066 ceph-mon[112137]: pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:43 smithi203 ceph-mon[117428]: pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:44 smithi137 ceph-mon[117020]: from='client.153210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:44 smithi066 ceph-mon[112137]: from='client.153210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:44 smithi203 ceph-mon[117428]: from='client.153210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:45 smithi137 ceph-mon[117020]: pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:45 smithi066 ceph-mon[112137]: pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:46.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:45 smithi203 ceph-mon[117428]: pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:48 smithi066 ceph-mon[112137]: pgmap v5269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:48 smithi203 ceph-mon[117428]: pgmap v5269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:48 smithi137 ceph-mon[117020]: pgmap v5269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:48.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:48.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:48.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:49.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:49.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:49.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:49.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:49.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:50 smithi066 ceph-mon[112137]: from='client.153288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:50 smithi066 ceph-mon[112137]: pgmap v5270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:50.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:50 smithi203 ceph-mon[117428]: from='client.153288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:50.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:50 smithi203 ceph-mon[117428]: pgmap v5270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:50 smithi137 ceph-mon[117020]: from='client.153288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:50 smithi137 ceph-mon[117020]: pgmap v5270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:52 smithi066 ceph-mon[112137]: pgmap v5271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:52 smithi203 ceph-mon[117428]: pgmap v5271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:52 smithi137 ceph-mon[117020]: pgmap v5271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:53 smithi137 ceph-mon[117020]: pgmap v5272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:53 smithi066 ceph-mon[112137]: pgmap v5272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:53 smithi203 ceph-mon[117428]: pgmap v5272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:54.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:08:54.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:54.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:55.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:08:55.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:55.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:55.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:55.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:08:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:56 smithi066 ceph-mon[112137]: from='client.153366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:56 smithi066 ceph-mon[112137]: pgmap v5273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:56 smithi203 ceph-mon[117428]: from='client.153366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:56 smithi203 ceph-mon[117428]: pgmap v5273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:56 smithi137 ceph-mon[117020]: from='client.153366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:56 smithi137 ceph-mon[117020]: pgmap v5273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:08:58 smithi066 ceph-mon[112137]: pgmap v5274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:58.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:08:58 smithi203 ceph-mon[117428]: pgmap v5274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:08:58 smithi137 ceph-mon[117020]: pgmap v5274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:00.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:00.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:00.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:00 smithi066 ceph-mon[112137]: pgmap v5275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:00.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:00 smithi203 ceph-mon[117428]: pgmap v5275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:00 smithi137 ceph-mon[117020]: pgmap v5275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:00.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:00.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:00.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:00.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:00.894 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:09:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:09:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:09:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:09:01.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:09:01.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:09:01.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:09:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:09:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:09:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:09:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:09:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:09:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:02 smithi066 ceph-mon[112137]: from='client.153444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:02 smithi066 ceph-mon[112137]: pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:02 smithi203 ceph-mon[117428]: from='client.153444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:02 smithi203 ceph-mon[117428]: pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:02 smithi137 ceph-mon[117020]: from='client.153444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:02 smithi137 ceph-mon[117020]: pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:03 smithi137 ceph-mon[117020]: pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:03 smithi066 ceph-mon[112137]: pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:03 smithi203 ceph-mon[117428]: pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:05.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:05.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:05.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:06 smithi066 ceph-mon[112137]: pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:06 smithi203 ceph-mon[117428]: pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:06 smithi137 ceph-mon[117020]: pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:06.637 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:06.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:06.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:06.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:06.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:07 smithi066 ceph-mon[112137]: from='client.153516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:07 smithi203 ceph-mon[117428]: from='client.153516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:07 smithi137 ceph-mon[117020]: from='client.153516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:08 smithi066 ceph-mon[112137]: pgmap v5279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:08 smithi203 ceph-mon[117428]: pgmap v5279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:08 smithi137 ceph-mon[117020]: pgmap v5279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:10 smithi066 ceph-mon[112137]: pgmap v5280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:10 smithi203 ceph-mon[117428]: pgmap v5280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:10 smithi137 ceph-mon[117020]: pgmap v5280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:11.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:11.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:11.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:12.361 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:12.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:12.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:12.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:12.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:12 smithi066 ceph-mon[112137]: pgmap v5281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:12 smithi203 ceph-mon[117428]: pgmap v5281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:12 smithi137 ceph-mon[117020]: pgmap v5281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:13 smithi066 ceph-mon[112137]: from='client.153594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:13 smithi203 ceph-mon[117428]: from='client.153594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:13 smithi137 ceph-mon[117020]: from='client.153594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:14 smithi066 ceph-mon[112137]: pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:14.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:14 smithi203 ceph-mon[117428]: pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:14 smithi137 ceph-mon[117020]: pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:16 smithi066 ceph-mon[112137]: pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:16 smithi203 ceph-mon[117428]: pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:16 smithi137 ceph-mon[117020]: pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:17.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:17.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:17.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:18.090 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:18.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:18.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:18.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:18.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:18 smithi066 ceph-mon[112137]: pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:18 smithi203 ceph-mon[117428]: pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:18 smithi137 ceph-mon[117020]: pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:19 smithi066 ceph-mon[112137]: from='client.153672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:19.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:19 smithi203 ceph-mon[117428]: from='client.153672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:19 smithi137 ceph-mon[117020]: from='client.153672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:20 smithi066 ceph-mon[112137]: pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:20 smithi203 ceph-mon[117428]: pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:20 smithi137 ceph-mon[117020]: pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:22 smithi066 ceph-mon[112137]: pgmap v5286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:22 smithi203 ceph-mon[117428]: pgmap v5286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:22.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:22 smithi137 ceph-mon[117020]: pgmap v5286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:23.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:23.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:23.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:23.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:23.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:23.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:23.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:23.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:23 smithi137 ceph-mon[117020]: pgmap v5287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:23 smithi066 ceph-mon[112137]: pgmap v5287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:23 smithi203 ceph-mon[117428]: pgmap v5287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:24 smithi137 ceph-mon[117020]: from='client.153744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:24 smithi066 ceph-mon[112137]: from='client.153744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:24 smithi203 ceph-mon[117428]: from='client.153744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:25 smithi137 ceph-mon[117020]: pgmap v5288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:25 smithi066 ceph-mon[112137]: pgmap v5288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:25 smithi203 ceph-mon[117428]: pgmap v5288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:28 smithi066 ceph-mon[112137]: pgmap v5289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:28 smithi203 ceph-mon[117428]: pgmap v5289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:28 smithi137 ceph-mon[117020]: pgmap v5289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:28.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:28.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:28.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:29.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:29.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:29.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:29.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:29.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:30 smithi066 ceph-mon[112137]: pgmap v5290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:30 smithi066 ceph-mon[112137]: from='client.153813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:30 smithi203 ceph-mon[117428]: pgmap v5290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:30 smithi203 ceph-mon[117428]: from='client.153813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:30 smithi137 ceph-mon[117020]: pgmap v5290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:30 smithi137 ceph-mon[117020]: from='client.153813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:32 smithi066 ceph-mon[112137]: pgmap v5291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:32 smithi203 ceph-mon[117428]: pgmap v5291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:32 smithi137 ceph-mon[117020]: pgmap v5291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:33 smithi137 ceph-mon[117020]: pgmap v5292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:33 smithi066 ceph-mon[112137]: pgmap v5292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:33 smithi203 ceph-mon[117428]: pgmap v5292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:34.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:34.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:34.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:35.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:35.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:35.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:35.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:35.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:36 smithi066 ceph-mon[112137]: from='client.153885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:36 smithi066 ceph-mon[112137]: pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:36 smithi203 ceph-mon[117428]: from='client.153885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:36 smithi203 ceph-mon[117428]: pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:36 smithi137 ceph-mon[117020]: from='client.153885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:36 smithi137 ceph-mon[117020]: pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:38 smithi066 ceph-mon[112137]: pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:38 smithi203 ceph-mon[117428]: pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:38 smithi137 ceph-mon[117020]: pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:40.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:40.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:40.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:40 smithi066 ceph-mon[112137]: pgmap v5295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:40 smithi203 ceph-mon[117428]: pgmap v5295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:40 smithi137 ceph-mon[117020]: pgmap v5295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:40.980 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:40.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:40.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:40.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:40.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:42 smithi066 ceph-mon[112137]: from='client.153960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:42 smithi066 ceph-mon[112137]: pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:42 smithi203 ceph-mon[117428]: from='client.153960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:42 smithi203 ceph-mon[117428]: pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:42 smithi137 ceph-mon[117020]: from='client.153960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:42 smithi137 ceph-mon[117020]: pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:43 smithi137 ceph-mon[117020]: pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:43 smithi066 ceph-mon[112137]: pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:43 smithi203 ceph-mon[117428]: pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:45.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:45.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:45.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:46 smithi066 ceph-mon[112137]: pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:46 smithi203 ceph-mon[117428]: pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:46 smithi137 ceph-mon[117020]: pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:46.705 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:46.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:46.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:46.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:46.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:48 smithi066 ceph-mon[112137]: from='client.154038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:48 smithi066 ceph-mon[112137]: pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:48 smithi203 ceph-mon[117428]: from='client.154038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:48 smithi203 ceph-mon[117428]: pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:48 smithi137 ceph-mon[117020]: from='client.154038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:48 smithi137 ceph-mon[117020]: pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:50 smithi066 ceph-mon[112137]: pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:50 smithi203 ceph-mon[117428]: pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:50 smithi137 ceph-mon[117020]: pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:51.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:51.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:51.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:52.434 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:52.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:52.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:52.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:52.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:52 smithi066 ceph-mon[112137]: pgmap v5301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:52 smithi203 ceph-mon[117428]: pgmap v5301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:52 smithi137 ceph-mon[117020]: pgmap v5301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:53 smithi066 ceph-mon[112137]: from='client.154116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:53 smithi203 ceph-mon[117428]: from='client.154116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:53 smithi137 ceph-mon[117020]: from='client.154116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:54 smithi066 ceph-mon[112137]: pgmap v5302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:54 smithi203 ceph-mon[117428]: pgmap v5302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:54 smithi137 ceph-mon[117020]: pgmap v5302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:56 smithi066 ceph-mon[112137]: pgmap v5303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:56.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:56 smithi203 ceph-mon[117428]: pgmap v5303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:56 smithi137 ceph-mon[117020]: pgmap v5303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:57.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:09:57.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:57.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:58.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:09:58.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:58.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:58.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:58.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:09:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:58 smithi066 ceph-mon[112137]: pgmap v5304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:58 smithi203 ceph-mon[117428]: pgmap v5304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:58 smithi137 ceph-mon[117020]: pgmap v5304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:59.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:09:59 smithi066 ceph-mon[112137]: from='client.154191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:59.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:09:59 smithi203 ceph-mon[117428]: from='client.154191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:09:59 smithi137 ceph-mon[117020]: from='client.154191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:00 smithi066 ceph-mon[112137]: pgmap v5305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T20:10:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:00 smithi203 ceph-mon[117428]: pgmap v5305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T20:10:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:00 smithi137 ceph-mon[117020]: pgmap v5305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T20:10:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:02 smithi066 ceph-mon[112137]: pgmap v5306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:10:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:10:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:10:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:10:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:02 smithi203 ceph-mon[117428]: pgmap v5306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:10:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:10:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:10:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:10:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:02 smithi137 ceph-mon[117020]: pgmap v5306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:10:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:10:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:10:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:10:03.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:03.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:03.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:03 smithi137 ceph-mon[117020]: pgmap v5307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:03.898 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:03.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:03.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:03.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:03.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:03 smithi066 ceph-mon[112137]: pgmap v5307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:03 smithi203 ceph-mon[117428]: pgmap v5307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:04 smithi137 ceph-mon[117020]: from='client.154266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:04 smithi066 ceph-mon[112137]: from='client.154266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:04 smithi203 ceph-mon[117428]: from='client.154266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:05 smithi137 ceph-mon[117020]: pgmap v5308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:05 smithi066 ceph-mon[112137]: pgmap v5308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:06.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:05 smithi203 ceph-mon[117428]: pgmap v5308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:08 smithi066 ceph-mon[112137]: pgmap v5309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:08 smithi203 ceph-mon[117428]: pgmap v5309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:08 smithi137 ceph-mon[117020]: pgmap v5309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:08.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:08.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:08.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:09.624 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:09.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:09.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:09.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:09.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:10 smithi066 ceph-mon[112137]: pgmap v5310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:10 smithi066 ceph-mon[112137]: from='client.154341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:10 smithi203 ceph-mon[117428]: pgmap v5310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:10 smithi203 ceph-mon[117428]: from='client.154341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:10 smithi137 ceph-mon[117020]: pgmap v5310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:10 smithi137 ceph-mon[117020]: from='client.154341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:12 smithi066 ceph-mon[112137]: pgmap v5311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:12.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:12 smithi203 ceph-mon[117428]: pgmap v5311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:12 smithi137 ceph-mon[117020]: pgmap v5311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:13 smithi137 ceph-mon[117020]: pgmap v5312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:13 smithi066 ceph-mon[112137]: pgmap v5312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:13 smithi203 ceph-mon[117428]: pgmap v5312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:14.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:14.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:14.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:15.352 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:15.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:15.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:15.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:15.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:16 smithi066 ceph-mon[112137]: from='client.154419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:16 smithi066 ceph-mon[112137]: pgmap v5313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:16 smithi203 ceph-mon[117428]: from='client.154419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:16 smithi203 ceph-mon[117428]: pgmap v5313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:16 smithi137 ceph-mon[117020]: from='client.154419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:16 smithi137 ceph-mon[117020]: pgmap v5313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:18 smithi066 ceph-mon[112137]: pgmap v5314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:18 smithi203 ceph-mon[117428]: pgmap v5314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:18 smithi137 ceph-mon[117020]: pgmap v5314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:20.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:20.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:20.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:20 smithi066 ceph-mon[112137]: pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:20 smithi203 ceph-mon[117428]: pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:20 smithi137 ceph-mon[117020]: pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:21.068 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:21.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:21.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:21.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:21.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:22 smithi066 ceph-mon[112137]: from='client.154494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:22 smithi066 ceph-mon[112137]: pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:22 smithi203 ceph-mon[117428]: from='client.154494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:22 smithi203 ceph-mon[117428]: pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:22 smithi137 ceph-mon[117020]: from='client.154494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:22 smithi137 ceph-mon[117020]: pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:23.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:23 smithi137 ceph-mon[117020]: pgmap v5317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:23 smithi066 ceph-mon[112137]: pgmap v5317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:23 smithi203 ceph-mon[117428]: pgmap v5317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:26.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:26.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:26.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:26 smithi066 ceph-mon[112137]: pgmap v5318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:26.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:26 smithi203 ceph-mon[117428]: pgmap v5318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:26 smithi137 ceph-mon[117020]: pgmap v5318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:26.799 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:26.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:26.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:26.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:26.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:28 smithi066 ceph-mon[112137]: from='client.154572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:28 smithi066 ceph-mon[112137]: pgmap v5319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:28 smithi203 ceph-mon[117428]: from='client.154572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:28 smithi203 ceph-mon[117428]: pgmap v5319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:28 smithi137 ceph-mon[117020]: from='client.154572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:28 smithi137 ceph-mon[117020]: pgmap v5319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:30 smithi066 ceph-mon[112137]: pgmap v5320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:30 smithi203 ceph-mon[117428]: pgmap v5320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:30 smithi137 ceph-mon[117020]: pgmap v5320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:31.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:31.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:31.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:32 smithi066 ceph-mon[112137]: pgmap v5321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:32.547 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:32.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:32.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:32.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:32.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:32 smithi203 ceph-mon[117428]: pgmap v5321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:32 smithi137 ceph-mon[117020]: pgmap v5321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:33 smithi066 ceph-mon[112137]: from='client.154650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:33 smithi203 ceph-mon[117428]: from='client.154650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:33 smithi137 ceph-mon[117020]: from='client.154650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:34 smithi066 ceph-mon[112137]: pgmap v5322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:34 smithi203 ceph-mon[117428]: pgmap v5322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:34 smithi137 ceph-mon[117020]: pgmap v5322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:36 smithi066 ceph-mon[112137]: pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:36 smithi203 ceph-mon[117428]: pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:36 smithi137 ceph-mon[117020]: pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:37.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:37.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:37.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:38.270 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:38.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:38.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:38.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:38.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:38 smithi066 ceph-mon[112137]: pgmap v5324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:38 smithi203 ceph-mon[117428]: pgmap v5324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:38 smithi137 ceph-mon[117020]: pgmap v5324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:39 smithi066 ceph-mon[112137]: from='client.154725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:39.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:39 smithi203 ceph-mon[117428]: from='client.154725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:39 smithi137 ceph-mon[117020]: from='client.154725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:40 smithi066 ceph-mon[112137]: pgmap v5325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:40 smithi203 ceph-mon[117428]: pgmap v5325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:40 smithi137 ceph-mon[117020]: pgmap v5325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:42 smithi066 ceph-mon[112137]: pgmap v5326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:42 smithi203 ceph-mon[117428]: pgmap v5326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:42 smithi137 ceph-mon[117020]: pgmap v5326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:43.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:43.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:43.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:43 smithi137 ceph-mon[117020]: pgmap v5327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:43 smithi066 ceph-mon[112137]: pgmap v5327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:43.992 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:43.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:43.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:43.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:43.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:43 smithi203 ceph-mon[117428]: pgmap v5327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:44 smithi066 ceph-mon[112137]: from='client.154800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:44 smithi203 ceph-mon[117428]: from='client.154800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:44 smithi137 ceph-mon[117020]: from='client.154800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:45 smithi066 ceph-mon[112137]: pgmap v5328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:45 smithi203 ceph-mon[117428]: pgmap v5328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:45 smithi137 ceph-mon[117020]: pgmap v5328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:48 smithi066 ceph-mon[112137]: pgmap v5329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:48 smithi203 ceph-mon[117428]: pgmap v5329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:48 smithi137 ceph-mon[117020]: pgmap v5329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:48.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:48.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:48.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:49.712 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:49.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:49.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:49.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:49.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:50 smithi066 ceph-mon[112137]: pgmap v5330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:50.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:50 smithi203 ceph-mon[117428]: pgmap v5330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:50 smithi137 ceph-mon[117020]: pgmap v5330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:51 smithi066 ceph-mon[112137]: from='client.154878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:51.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:51 smithi203 ceph-mon[117428]: from='client.154878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:51 smithi137 ceph-mon[117020]: from='client.154878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:52 smithi066 ceph-mon[112137]: pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:10:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:52 smithi203 ceph-mon[117428]: pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:10:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:52 smithi137 ceph-mon[117020]: pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:10:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:53 smithi137 ceph-mon[117020]: pgmap v5332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:10:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:53 smithi066 ceph-mon[112137]: pgmap v5332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:10:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:53 smithi203 ceph-mon[117428]: pgmap v5332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:10:54.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:10:54.714 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:54.714 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:55.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:55.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:55.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:55.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:10:55.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:10:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:56 smithi066 ceph-mon[112137]: from='client.154947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:56 smithi066 ceph-mon[112137]: pgmap v5333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:56 smithi203 ceph-mon[117428]: from='client.154947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:56 smithi203 ceph-mon[117428]: pgmap v5333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:56 smithi137 ceph-mon[117020]: from='client.154947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:56 smithi137 ceph-mon[117020]: pgmap v5333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:10:58 smithi066 ceph-mon[112137]: pgmap v5334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:58.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:10:58 smithi203 ceph-mon[117428]: pgmap v5334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:10:58 smithi137 ceph-mon[117020]: pgmap v5334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:00.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:00.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:00.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:00 smithi066 ceph-mon[112137]: pgmap v5335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:00 smithi203 ceph-mon[117428]: pgmap v5335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:00 smithi137 ceph-mon[117020]: pgmap v5335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:01.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:01.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:01.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:01.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:01.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:02 smithi066 ceph-mon[112137]: from='client.155025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:02 smithi066 ceph-mon[112137]: pgmap v5336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:11:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:02 smithi203 ceph-mon[117428]: from='client.155025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:02 smithi203 ceph-mon[117428]: pgmap v5336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:11:02.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:02 smithi137 ceph-mon[117020]: from='client.155025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:02 smithi137 ceph-mon[117020]: pgmap v5336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:11:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:11:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:11:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:11:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:11:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:11:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:11:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:11:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:11:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:11:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:04 smithi066 ceph-mon[112137]: pgmap v5337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:11:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:04 smithi203 ceph-mon[117428]: pgmap v5337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:11:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:04 smithi137 ceph-mon[117020]: pgmap v5337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:11:06.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:06.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:06.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:06 smithi066 ceph-mon[112137]: pgmap v5338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:11:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:06 smithi203 ceph-mon[117428]: pgmap v5338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:11:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:06 smithi137 ceph-mon[117020]: pgmap v5338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:11:06.894 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:06.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:06.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:06.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:06.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:08 smithi066 ceph-mon[112137]: from='client.155103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:08 smithi066 ceph-mon[112137]: pgmap v5339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:08 smithi203 ceph-mon[117428]: from='client.155103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:08 smithi203 ceph-mon[117428]: pgmap v5339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:08 smithi137 ceph-mon[117020]: from='client.155103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:08 smithi137 ceph-mon[117020]: pgmap v5339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:10 smithi066 ceph-mon[112137]: pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:10 smithi203 ceph-mon[117428]: pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:10 smithi137 ceph-mon[117020]: pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:11.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:11.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:11.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:12 smithi066 ceph-mon[112137]: pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:12 smithi203 ceph-mon[117428]: pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:12 smithi137 ceph-mon[117020]: pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:12.621 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:12.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:12.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:12.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:12.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:13 smithi066 ceph-mon[112137]: from='client.155172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:13 smithi203 ceph-mon[117428]: from='client.155172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:13 smithi137 ceph-mon[117020]: from='client.155172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:14 smithi066 ceph-mon[112137]: pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:14 smithi203 ceph-mon[117428]: pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:14 smithi137 ceph-mon[117020]: pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:16 smithi066 ceph-mon[112137]: pgmap v5343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:16 smithi203 ceph-mon[117428]: pgmap v5343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:16 smithi137 ceph-mon[117020]: pgmap v5343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:17.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:17.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:17.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:18.346 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:18.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:18.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:18.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:18.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:18 smithi066 ceph-mon[112137]: pgmap v5344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:18.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:18 smithi203 ceph-mon[117428]: pgmap v5344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:18.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:18 smithi137 ceph-mon[117020]: pgmap v5344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:19.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:19 smithi066 ceph-mon[112137]: from='client.155241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:19.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:19 smithi203 ceph-mon[117428]: from='client.155241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:19 smithi137 ceph-mon[117020]: from='client.155241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:20 smithi066 ceph-mon[112137]: pgmap v5345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:20 smithi203 ceph-mon[117428]: pgmap v5345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:20 smithi137 ceph-mon[117020]: pgmap v5345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:22 smithi066 ceph-mon[112137]: pgmap v5346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:22 smithi203 ceph-mon[117428]: pgmap v5346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:22 smithi137 ceph-mon[117020]: pgmap v5346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:23.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:23.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:23.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:23 smithi066 ceph-mon[112137]: pgmap v5347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:24.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:24.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:24.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:24.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:24.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:23 smithi203 ceph-mon[117428]: pgmap v5347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:23 smithi137 ceph-mon[117020]: pgmap v5347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:24 smithi066 ceph-mon[112137]: from='client.155313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:24 smithi203 ceph-mon[117428]: from='client.155313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:24 smithi137 ceph-mon[117020]: from='client.155313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:25 smithi066 ceph-mon[112137]: pgmap v5348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:26.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:25 smithi203 ceph-mon[117428]: pgmap v5348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:25 smithi137 ceph-mon[117020]: pgmap v5348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:28 smithi066 ceph-mon[112137]: pgmap v5349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:28 smithi203 ceph-mon[117428]: pgmap v5349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:28 smithi137 ceph-mon[117020]: pgmap v5349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:29.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:29.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:29.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:29.809 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:29.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:29.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:29.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:29.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:30 smithi066 ceph-mon[112137]: pgmap v5350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:30 smithi203 ceph-mon[117428]: pgmap v5350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:30 smithi137 ceph-mon[117020]: pgmap v5350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:31 smithi066 ceph-mon[112137]: from='client.155388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:31.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:31 smithi203 ceph-mon[117428]: from='client.155388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:31 smithi137 ceph-mon[117020]: from='client.155388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:32 smithi066 ceph-mon[112137]: pgmap v5351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:11:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:32 smithi203 ceph-mon[117428]: pgmap v5351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:11:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:32 smithi137 ceph-mon[117020]: pgmap v5351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:11:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:33 smithi066 ceph-mon[112137]: pgmap v5352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:11:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:33 smithi203 ceph-mon[117428]: pgmap v5352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:11:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:33 smithi137 ceph-mon[117020]: pgmap v5352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:11:34.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:34.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:34.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:35.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:35.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:35.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:35.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:35.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:36 smithi066 ceph-mon[112137]: pgmap v5353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:36 smithi066 ceph-mon[112137]: from='client.155460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:36 smithi203 ceph-mon[117428]: pgmap v5353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:36 smithi203 ceph-mon[117428]: from='client.155460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:36 smithi137 ceph-mon[117020]: pgmap v5353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:36 smithi137 ceph-mon[117020]: from='client.155460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:38 smithi066 ceph-mon[112137]: pgmap v5354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:38 smithi203 ceph-mon[117428]: pgmap v5354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:38 smithi137 ceph-mon[117020]: pgmap v5354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:40 smithi066 ceph-mon[112137]: pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:40.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:40.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:40.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:40 smithi203 ceph-mon[117428]: pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:40 smithi137 ceph-mon[117020]: pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:41.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:41.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:41.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:41.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:41.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:42 smithi066 ceph-mon[112137]: from='client.155535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:42 smithi066 ceph-mon[112137]: pgmap v5356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:42.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:42 smithi203 ceph-mon[117428]: from='client.155535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:42 smithi203 ceph-mon[117428]: pgmap v5356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:42 smithi137 ceph-mon[117020]: from='client.155535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:42 smithi137 ceph-mon[117020]: pgmap v5356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:43 smithi066 ceph-mon[112137]: pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:11:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:43 smithi203 ceph-mon[117428]: pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:11:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:43 smithi137 ceph-mon[117020]: pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:11:46.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:46.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:46.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:46 smithi066 ceph-mon[112137]: pgmap v5358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:11:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:46 smithi203 ceph-mon[117428]: pgmap v5358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:11:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:46 smithi137 ceph-mon[117020]: pgmap v5358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:11:46.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:46.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:46.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:46.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:46.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:48 smithi066 ceph-mon[112137]: from='client.155613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:48 smithi066 ceph-mon[112137]: pgmap v5359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:48 smithi203 ceph-mon[117428]: from='client.155613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:48 smithi203 ceph-mon[117428]: pgmap v5359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:48 smithi137 ceph-mon[117020]: from='client.155613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:48 smithi137 ceph-mon[117020]: pgmap v5359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:50 smithi066 ceph-mon[112137]: pgmap v5360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:50.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:50 smithi203 ceph-mon[117428]: pgmap v5360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:50 smithi137 ceph-mon[117020]: pgmap v5360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:51.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:51.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:51.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:52 smithi066 ceph-mon[112137]: pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:52 smithi203 ceph-mon[117428]: pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:52 smithi137 ceph-mon[117020]: pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:52.699 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:52.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:52.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:52.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:52.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:53 smithi066 ceph-mon[112137]: from='client.155682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:53.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:53 smithi203 ceph-mon[117428]: from='client.155682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:53 smithi137 ceph-mon[117020]: from='client.155682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:54 smithi066 ceph-mon[112137]: pgmap v5362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:54.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:54 smithi203 ceph-mon[117428]: pgmap v5362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:54 smithi137 ceph-mon[117020]: pgmap v5362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:56 smithi066 ceph-mon[112137]: pgmap v5363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:56 smithi203 ceph-mon[117428]: pgmap v5363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:56 smithi137 ceph-mon[117020]: pgmap v5363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:57.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:11:57.701 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:57.701 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:58.428 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:11:58.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:58.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:58.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:58.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:11:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:58 smithi066 ceph-mon[112137]: pgmap v5364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:58.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:58 smithi203 ceph-mon[117428]: pgmap v5364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:58 smithi137 ceph-mon[117020]: pgmap v5364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:59.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:11:59 smithi066 ceph-mon[112137]: from='client.155757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:59.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:11:59 smithi203 ceph-mon[117428]: from='client.155757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:11:59 smithi137 ceph-mon[117020]: from='client.155757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:00 smithi066 ceph-mon[112137]: pgmap v5365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:00.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:00 smithi203 ceph-mon[117428]: pgmap v5365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:00 smithi137 ceph-mon[117020]: pgmap v5365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:02 smithi066 ceph-mon[112137]: pgmap v5366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:02 smithi203 ceph-mon[117428]: pgmap v5366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:02 smithi137 ceph-mon[117020]: pgmap v5366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:03.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:03.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:03.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:12:03.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:03 smithi066 ceph-mon[112137]: pgmap v5367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:03.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:12:03.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:12:03.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:12:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:12:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:03 smithi203 ceph-mon[117428]: pgmap v5367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:12:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:12:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:12:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:12:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:03 smithi137 ceph-mon[117020]: pgmap v5367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:12:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:12:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:12:04.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:04.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:04.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:04.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:04.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:04 smithi066 ceph-mon[112137]: from='client.155835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:04 smithi203 ceph-mon[117428]: from='client.155835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:04 smithi137 ceph-mon[117020]: from='client.155835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:05 smithi066 ceph-mon[112137]: pgmap v5368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:06.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:05 smithi203 ceph-mon[117428]: pgmap v5368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:05 smithi137 ceph-mon[117020]: pgmap v5368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:08 smithi066 ceph-mon[112137]: pgmap v5369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:08 smithi203 ceph-mon[117428]: pgmap v5369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:08 smithi137 ceph-mon[117020]: pgmap v5369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:09.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:09.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:09.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:09.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:09.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:09.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:09.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:09.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:10 smithi066 ceph-mon[112137]: pgmap v5370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:10 smithi203 ceph-mon[117428]: pgmap v5370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:10 smithi137 ceph-mon[117020]: pgmap v5370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:11 smithi066 ceph-mon[112137]: from='client.155910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:11.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:11 smithi203 ceph-mon[117428]: from='client.155910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:11 smithi137 ceph-mon[117020]: from='client.155910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:12 smithi066 ceph-mon[112137]: pgmap v5371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:12:12.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:12 smithi203 ceph-mon[117428]: pgmap v5371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:12:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:12 smithi137 ceph-mon[117020]: pgmap v5371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:12:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:13 smithi066 ceph-mon[112137]: pgmap v5372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:12:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:13 smithi203 ceph-mon[117428]: pgmap v5372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:12:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:13 smithi137 ceph-mon[117020]: pgmap v5372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:12:14.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:14.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:14.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:15.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:15.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:15.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:15.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:15.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:16 smithi066 ceph-mon[112137]: pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:16 smithi066 ceph-mon[112137]: from='client.155988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:16 smithi203 ceph-mon[117428]: pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:16 smithi203 ceph-mon[117428]: from='client.155988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:16 smithi137 ceph-mon[117020]: pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:16 smithi137 ceph-mon[117020]: from='client.155988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:18 smithi066 ceph-mon[112137]: pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:18 smithi203 ceph-mon[117428]: pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:18 smithi137 ceph-mon[117020]: pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:20 smithi066 ceph-mon[112137]: pgmap v5375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:20 smithi203 ceph-mon[117428]: pgmap v5375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:20.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:20.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:20.607 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:20 smithi137 ceph-mon[117020]: pgmap v5375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:21.331 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:21.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:21.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:21.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:21.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:22 smithi066 ceph-mon[112137]: from='client.156066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:22 smithi066 ceph-mon[112137]: pgmap v5376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:22 smithi203 ceph-mon[117428]: from='client.156066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:22 smithi203 ceph-mon[117428]: pgmap v5376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:22 smithi137 ceph-mon[117020]: from='client.156066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:22 smithi137 ceph-mon[117020]: pgmap v5376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:23 smithi066 ceph-mon[112137]: pgmap v5377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:12:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:23 smithi203 ceph-mon[117428]: pgmap v5377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:12:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:23 smithi137 ceph-mon[117020]: pgmap v5377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:12:26.332 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:26.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:26.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:26 smithi066 ceph-mon[112137]: pgmap v5378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:12:26.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:26 smithi203 ceph-mon[117428]: pgmap v5378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:12:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:26 smithi137 ceph-mon[117020]: pgmap v5378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:12:27.048 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:27.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:27.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:27.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:27.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:28 smithi066 ceph-mon[112137]: from='client.156141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:28 smithi066 ceph-mon[112137]: pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:28 smithi203 ceph-mon[117428]: from='client.156141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:28 smithi203 ceph-mon[117428]: pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:28.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:28 smithi137 ceph-mon[117020]: from='client.156141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:28 smithi137 ceph-mon[117020]: pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:30 smithi066 ceph-mon[112137]: pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:30 smithi203 ceph-mon[117428]: pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:30 smithi137 ceph-mon[117020]: pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:32.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:32.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:32.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:32 smithi066 ceph-mon[112137]: pgmap v5381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:32 smithi203 ceph-mon[117428]: pgmap v5381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:32 smithi137 ceph-mon[117020]: pgmap v5381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:32.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:32.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:32.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:32.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:32.772 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:33 smithi066 ceph-mon[112137]: from='client.156216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:33 smithi066 ceph-mon[112137]: pgmap v5382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:33 smithi203 ceph-mon[117428]: from='client.156216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:33 smithi203 ceph-mon[117428]: pgmap v5382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:33 smithi137 ceph-mon[117020]: from='client.156216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:33 smithi137 ceph-mon[117020]: pgmap v5382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:36 smithi066 ceph-mon[112137]: pgmap v5383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:36 smithi203 ceph-mon[117428]: pgmap v5383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:36 smithi137 ceph-mon[117020]: pgmap v5383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:37.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:37.774 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:37.774 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:38 smithi066 ceph-mon[112137]: pgmap v5384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:38.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:38.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:38.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:38.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:38.496 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:38 smithi203 ceph-mon[117428]: pgmap v5384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:38 smithi137 ceph-mon[117020]: pgmap v5384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:39.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:39 smithi066 ceph-mon[112137]: from='client.156288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:39.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:39 smithi203 ceph-mon[117428]: from='client.156288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:39 smithi137 ceph-mon[117020]: from='client.156288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:40 smithi066 ceph-mon[112137]: pgmap v5385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:40 smithi203 ceph-mon[117428]: pgmap v5385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:40 smithi137 ceph-mon[117020]: pgmap v5385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:42 smithi066 ceph-mon[112137]: pgmap v5386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:42 smithi203 ceph-mon[117428]: pgmap v5386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:42 smithi137 ceph-mon[117020]: pgmap v5386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:43.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:43.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:43.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:43 smithi066 ceph-mon[112137]: pgmap v5387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:43 smithi203 ceph-mon[117428]: pgmap v5387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:43 smithi137 ceph-mon[117020]: pgmap v5387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:44.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:44.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:44.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:44.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:44.222 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:44 smithi066 ceph-mon[112137]: from='client.156360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:44 smithi203 ceph-mon[117428]: from='client.156360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:44 smithi137 ceph-mon[117020]: from='client.156360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:45 smithi066 ceph-mon[112137]: pgmap v5388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:46.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:45 smithi203 ceph-mon[117428]: pgmap v5388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:45 smithi137 ceph-mon[117020]: pgmap v5388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:48 smithi066 ceph-mon[112137]: pgmap v5389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:48 smithi203 ceph-mon[117428]: pgmap v5389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:48 smithi137 ceph-mon[117020]: pgmap v5389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:49.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:49.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:49.224 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:49.944 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:49.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:49.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:49.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:49.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:50 smithi066 ceph-mon[112137]: pgmap v5390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:50.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:50 smithi203 ceph-mon[117428]: pgmap v5390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:50.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:50 smithi137 ceph-mon[117020]: pgmap v5390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:51 smithi066 ceph-mon[112137]: from='client.156438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:51 smithi203 ceph-mon[117428]: from='client.156438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:51 smithi137 ceph-mon[117020]: from='client.156438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:52 smithi066 ceph-mon[112137]: pgmap v5391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:12:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:52 smithi203 ceph-mon[117428]: pgmap v5391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:12:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:52 smithi137 ceph-mon[117020]: pgmap v5391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:12:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:53 smithi066 ceph-mon[112137]: pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:12:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:53 smithi203 ceph-mon[117428]: pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:12:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:53 smithi137 ceph-mon[117020]: pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:12:54.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:12:54.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:54.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:55.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:12:55.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:55.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:55.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:55.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:12:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:56 smithi066 ceph-mon[112137]: pgmap v5393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:56 smithi066 ceph-mon[112137]: from='client.156510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:56.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:56 smithi203 ceph-mon[117428]: pgmap v5393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:56 smithi203 ceph-mon[117428]: from='client.156510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:56 smithi137 ceph-mon[117020]: pgmap v5393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:56 smithi137 ceph-mon[117020]: from='client.156510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:12:58 smithi066 ceph-mon[112137]: pgmap v5394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:12:58 smithi203 ceph-mon[117428]: pgmap v5394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:12:58 smithi137 ceph-mon[117020]: pgmap v5394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:00 smithi066 ceph-mon[112137]: pgmap v5395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:00.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:00 smithi203 ceph-mon[117428]: pgmap v5395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:00 smithi137 ceph-mon[117020]: pgmap v5395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:00.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:00.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:00.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:01.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:01.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:01.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:01.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:01.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:02 smithi066 ceph-mon[112137]: from='client.156582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:02 smithi066 ceph-mon[112137]: pgmap v5396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:02 smithi203 ceph-mon[117428]: from='client.156582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:02 smithi203 ceph-mon[117428]: pgmap v5396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:02 smithi137 ceph-mon[117020]: from='client.156582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:02 smithi137 ceph-mon[117020]: pgmap v5396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:03 smithi066 ceph-mon[112137]: pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:13:03.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:13:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:03 smithi203 ceph-mon[117428]: pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:13:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:13:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:03 smithi137 ceph-mon[117020]: pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:13:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:13:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:13:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:13:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:13:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:13:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:13:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:13:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:13:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:13:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:13:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:05 smithi066 ceph-mon[112137]: pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:13:06.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:05 smithi203 ceph-mon[117428]: pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:13:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:05 smithi137 ceph-mon[117020]: pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:13:06.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:06.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:06.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:07.151 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:07.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:07.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:07.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:07.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:08 smithi066 ceph-mon[112137]: from='client.156657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:08 smithi066 ceph-mon[112137]: pgmap v5399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:08 smithi203 ceph-mon[117428]: from='client.156657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:08 smithi203 ceph-mon[117428]: pgmap v5399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:08 smithi137 ceph-mon[117020]: from='client.156657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:08 smithi137 ceph-mon[117020]: pgmap v5399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:10 smithi066 ceph-mon[112137]: pgmap v5400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:10 smithi203 ceph-mon[117428]: pgmap v5400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:10 smithi137 ceph-mon[117020]: pgmap v5400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:12.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:12.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:12.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:12 smithi066 ceph-mon[112137]: pgmap v5401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:12.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:12 smithi203 ceph-mon[117428]: pgmap v5401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:12 smithi137 ceph-mon[117020]: pgmap v5401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:12.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:12.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:12.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:12.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:12.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:13 smithi066 ceph-mon[112137]: from='client.156729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:13 smithi066 ceph-mon[112137]: pgmap v5402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:13 smithi203 ceph-mon[117428]: from='client.156729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:13 smithi203 ceph-mon[117428]: pgmap v5402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:13 smithi137 ceph-mon[117020]: from='client.156729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:13 smithi137 ceph-mon[117020]: pgmap v5402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:16 smithi066 ceph-mon[112137]: pgmap v5403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:16 smithi203 ceph-mon[117428]: pgmap v5403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:16 smithi137 ceph-mon[117020]: pgmap v5403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:17.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:17.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:17.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:18 smithi066 ceph-mon[112137]: pgmap v5404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:18 smithi203 ceph-mon[117428]: pgmap v5404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:18.613 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:18.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:18.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:18.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:18.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:18 smithi137 ceph-mon[117020]: pgmap v5404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:19 smithi203 ceph-mon[117428]: from='client.156804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:19 smithi137 ceph-mon[117020]: from='client.156804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:19.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:19 smithi066 ceph-mon[112137]: from='client.156804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:20 smithi203 ceph-mon[117428]: pgmap v5405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:20 smithi137 ceph-mon[117020]: pgmap v5405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:20 smithi066 ceph-mon[112137]: pgmap v5405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:22 smithi203 ceph-mon[117428]: pgmap v5406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:22 smithi137 ceph-mon[117020]: pgmap v5406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:22 smithi066 ceph-mon[112137]: pgmap v5406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:23.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:23.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:23.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:23 smithi066 ceph-mon[112137]: pgmap v5407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:23 smithi203 ceph-mon[117428]: pgmap v5407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:23 smithi137 ceph-mon[117020]: pgmap v5407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:24.335 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:24.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:24.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:24.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:24.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:24 smithi066 ceph-mon[112137]: from='client.156879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:24 smithi203 ceph-mon[117428]: from='client.156879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:24 smithi137 ceph-mon[117020]: from='client.156879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:25 smithi066 ceph-mon[112137]: pgmap v5408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:25 smithi203 ceph-mon[117428]: pgmap v5408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:25 smithi137 ceph-mon[117020]: pgmap v5408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:28 smithi066 ceph-mon[112137]: pgmap v5409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:28 smithi203 ceph-mon[117428]: pgmap v5409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:28 smithi137 ceph-mon[117020]: pgmap v5409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:29.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:29.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:29.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:30.064 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:30.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:30.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:30.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:30.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:30 smithi066 ceph-mon[112137]: pgmap v5410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:30 smithi203 ceph-mon[117428]: pgmap v5410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:30 smithi137 ceph-mon[117020]: pgmap v5410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:31.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:31 smithi203 ceph-mon[117428]: from='client.156957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:31 smithi137 ceph-mon[117020]: from='client.156957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:31 smithi066 ceph-mon[112137]: from='client.156957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:32 smithi203 ceph-mon[117428]: pgmap v5411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:32 smithi137 ceph-mon[117020]: pgmap v5411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:32 smithi066 ceph-mon[112137]: pgmap v5411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:33 smithi066 ceph-mon[112137]: pgmap v5412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:33 smithi203 ceph-mon[117428]: pgmap v5412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:33 smithi137 ceph-mon[117020]: pgmap v5412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:35.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:35.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:35.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:35.795 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:35.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:35.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:35.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:35.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:36 smithi203 ceph-mon[117428]: pgmap v5413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:36 smithi137 ceph-mon[117020]: pgmap v5413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:36 smithi066 ceph-mon[112137]: pgmap v5413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:37 smithi203 ceph-mon[117428]: from='client.157035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:37 smithi137 ceph-mon[117020]: from='client.157035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:37 smithi066 ceph-mon[112137]: from='client.157035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:38 smithi203 ceph-mon[117428]: pgmap v5414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:38 smithi137 ceph-mon[117020]: pgmap v5414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:38 smithi066 ceph-mon[112137]: pgmap v5414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:40 smithi203 ceph-mon[117428]: pgmap v5415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:40 smithi137 ceph-mon[117020]: pgmap v5415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:40 smithi066 ceph-mon[112137]: pgmap v5415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:40.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:40.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:40.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:41.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:41.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:41.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:41.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:41.522 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:42 smithi203 ceph-mon[117428]: from='client.157107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:42 smithi203 ceph-mon[117428]: pgmap v5416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:42 smithi137 ceph-mon[117020]: from='client.157107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:42 smithi137 ceph-mon[117020]: pgmap v5416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:42 smithi066 ceph-mon[112137]: from='client.157107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:42 smithi066 ceph-mon[112137]: pgmap v5416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:43 smithi066 ceph-mon[112137]: pgmap v5417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:43 smithi203 ceph-mon[117428]: pgmap v5417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:43 smithi137 ceph-mon[117020]: pgmap v5417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:46.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:46.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:46.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:46 smithi203 ceph-mon[117428]: pgmap v5418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:46 smithi137 ceph-mon[117020]: pgmap v5418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:46 smithi066 ceph-mon[112137]: pgmap v5418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:47.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:47.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:47.252 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:47.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:47.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:48 smithi203 ceph-mon[117428]: from='client.157185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:48 smithi203 ceph-mon[117428]: pgmap v5419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:48 smithi137 ceph-mon[117020]: from='client.157185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:48 smithi137 ceph-mon[117020]: pgmap v5419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:48 smithi066 ceph-mon[112137]: from='client.157185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:48 smithi066 ceph-mon[112137]: pgmap v5419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:50 smithi203 ceph-mon[117428]: pgmap v5420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:50 smithi137 ceph-mon[117020]: pgmap v5420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:50 smithi066 ceph-mon[112137]: pgmap v5420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:52.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:52.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:52.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:52 smithi203 ceph-mon[117428]: pgmap v5421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:52 smithi137 ceph-mon[117020]: pgmap v5421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:52 smithi066 ceph-mon[112137]: pgmap v5421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:52.978 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:52.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:52.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:52.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:52.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:53 smithi066 ceph-mon[112137]: from='client.157260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:53.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:53 smithi066 ceph-mon[112137]: pgmap v5422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:53 smithi203 ceph-mon[117428]: from='client.157260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:53 smithi203 ceph-mon[117428]: pgmap v5422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:53 smithi137 ceph-mon[117020]: from='client.157260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:53 smithi137 ceph-mon[117020]: pgmap v5422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:56 smithi203 ceph-mon[117428]: pgmap v5423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:56 smithi137 ceph-mon[117020]: pgmap v5423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:56 smithi066 ceph-mon[112137]: pgmap v5423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:57.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:13:57.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:57.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:58.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:58 smithi203 ceph-mon[117428]: pgmap v5424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:58 smithi137 ceph-mon[117020]: pgmap v5424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:58.702 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:13:58.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:58.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:58.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:58.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:13:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:58 smithi066 ceph-mon[112137]: pgmap v5424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:13:59 smithi203 ceph-mon[117428]: from='client.157335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:13:59 smithi137 ceph-mon[117020]: from='client.157335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:13:59 smithi066 ceph-mon[112137]: from='client.157335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:00 smithi203 ceph-mon[117428]: pgmap v5425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:00.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:00 smithi137 ceph-mon[117020]: pgmap v5425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:00 smithi066 ceph-mon[112137]: pgmap v5425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:02 smithi203 ceph-mon[117428]: pgmap v5426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:02 smithi137 ceph-mon[117020]: pgmap v5426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:02 smithi066 ceph-mon[112137]: pgmap v5426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:03.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:03.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:03.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:03 smithi066 ceph-mon[112137]: pgmap v5427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:03 smithi203 ceph-mon[117428]: pgmap v5427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:03 smithi137 ceph-mon[117020]: pgmap v5427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:04.454 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:04.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:04.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:04.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:04.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:04 smithi066 ceph-mon[112137]: from='client.157410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:14:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:04 smithi203 ceph-mon[117428]: from='client.157410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:14:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:04 smithi137 ceph-mon[117020]: from='client.157410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:14:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:14:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:14:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:05 smithi066 ceph-mon[112137]: pgmap v5428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:14:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:14:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:05 smithi203 ceph-mon[117428]: pgmap v5428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:14:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:14:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:14:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:05 smithi137 ceph-mon[117020]: pgmap v5428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:08 smithi203 ceph-mon[117428]: pgmap v5429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:08 smithi137 ceph-mon[117020]: pgmap v5429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:08 smithi066 ceph-mon[112137]: pgmap v5429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:09.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:09.457 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:09.457 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:10.192 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:10.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:10.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:10.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:10.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:10 smithi203 ceph-mon[117428]: pgmap v5430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:10 smithi137 ceph-mon[117020]: pgmap v5430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:10 smithi066 ceph-mon[112137]: pgmap v5430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:11.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:11 smithi203 ceph-mon[117428]: from='client.157479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:11 smithi137 ceph-mon[117020]: from='client.157479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:11 smithi066 ceph-mon[112137]: from='client.157479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:12.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:12 smithi203 ceph-mon[117428]: pgmap v5431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:12.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:12 smithi137 ceph-mon[117020]: pgmap v5431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:12 smithi066 ceph-mon[112137]: pgmap v5431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:13 smithi066 ceph-mon[112137]: pgmap v5432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:13 smithi203 ceph-mon[117428]: pgmap v5432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:13 smithi137 ceph-mon[117020]: pgmap v5432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:15.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:15.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:15.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:15.915 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:15.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:15.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:15.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:15.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:16 smithi203 ceph-mon[117428]: pgmap v5433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:16 smithi137 ceph-mon[117020]: pgmap v5433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:16 smithi066 ceph-mon[112137]: pgmap v5433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:17 smithi203 ceph-mon[117428]: from='client.157551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:17 smithi137 ceph-mon[117020]: from='client.157551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:17 smithi066 ceph-mon[112137]: from='client.157551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:18.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:18 smithi203 ceph-mon[117428]: pgmap v5434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:18.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:18 smithi137 ceph-mon[117020]: pgmap v5434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:18 smithi066 ceph-mon[112137]: pgmap v5434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:20 smithi203 ceph-mon[117428]: pgmap v5435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:20.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:20 smithi137 ceph-mon[117020]: pgmap v5435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:20 smithi066 ceph-mon[112137]: pgmap v5435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:20.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:20.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:20.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:21.650 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:21.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:21.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:21.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:21.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:22 smithi203 ceph-mon[117428]: pgmap v5436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:22 smithi203 ceph-mon[117428]: from='client.157629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:22.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:22 smithi137 ceph-mon[117020]: pgmap v5436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:22 smithi137 ceph-mon[117020]: from='client.157629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:22 smithi066 ceph-mon[112137]: pgmap v5436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:22 smithi066 ceph-mon[112137]: from='client.157629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:23 smithi066 ceph-mon[112137]: pgmap v5437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:23 smithi203 ceph-mon[117428]: pgmap v5437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:23 smithi137 ceph-mon[117020]: pgmap v5437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:26.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:26 smithi203 ceph-mon[117428]: pgmap v5438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:26 smithi137 ceph-mon[117020]: pgmap v5438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:26.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:26.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:26.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:26 smithi066 ceph-mon[112137]: pgmap v5438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:27.376 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:27.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:27.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:27.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:27.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:28 smithi203 ceph-mon[117428]: from='client.157704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:28 smithi203 ceph-mon[117428]: pgmap v5439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:28.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:28 smithi137 ceph-mon[117020]: from='client.157704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:28 smithi137 ceph-mon[117020]: pgmap v5439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:28 smithi066 ceph-mon[112137]: from='client.157704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:28 smithi066 ceph-mon[112137]: pgmap v5439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:30 smithi203 ceph-mon[117428]: pgmap v5440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:30.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:30 smithi137 ceph-mon[117020]: pgmap v5440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:30 smithi066 ceph-mon[112137]: pgmap v5440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:32.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:32.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:32.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:32 smithi203 ceph-mon[117428]: pgmap v5441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:32.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:32 smithi137 ceph-mon[117020]: pgmap v5441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:32 smithi066 ceph-mon[112137]: pgmap v5441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:33.106 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:33.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:33.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:33.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:33.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:33 smithi066 ceph-mon[112137]: from='client.157776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:33 smithi066 ceph-mon[112137]: pgmap v5442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:33 smithi203 ceph-mon[117428]: from='client.157776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:33 smithi203 ceph-mon[117428]: pgmap v5442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:33 smithi137 ceph-mon[117020]: from='client.157776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:33 smithi137 ceph-mon[117020]: pgmap v5442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:36 smithi203 ceph-mon[117428]: pgmap v5443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:36.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:36 smithi137 ceph-mon[117020]: pgmap v5443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:36 smithi066 ceph-mon[112137]: pgmap v5443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:38.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:38.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:38.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:38 smithi203 ceph-mon[117428]: pgmap v5444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:38.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:38 smithi137 ceph-mon[117020]: pgmap v5444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:38 smithi066 ceph-mon[112137]: pgmap v5444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:38.829 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:38.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:38.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:38.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:38.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:40 smithi203 ceph-mon[117428]: from='client.157854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:40 smithi203 ceph-mon[117428]: pgmap v5445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:40 smithi137 ceph-mon[117020]: from='client.157854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:40 smithi137 ceph-mon[117020]: pgmap v5445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:40 smithi066 ceph-mon[112137]: from='client.157854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:40 smithi066 ceph-mon[112137]: pgmap v5445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:42 smithi203 ceph-mon[117428]: pgmap v5446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:42.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:42 smithi137 ceph-mon[117020]: pgmap v5446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:42 smithi066 ceph-mon[112137]: pgmap v5446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:43.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:43.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:43.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:43 smithi066 ceph-mon[112137]: pgmap v5447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:43 smithi203 ceph-mon[117428]: pgmap v5447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:43 smithi137 ceph-mon[117020]: pgmap v5447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:44.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:44.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:44.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:44.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:44.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:44 smithi066 ceph-mon[112137]: from='client.157929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:44 smithi203 ceph-mon[117428]: from='client.157929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:44 smithi137 ceph-mon[117020]: from='client.157929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:45 smithi066 ceph-mon[112137]: pgmap v5448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:45 smithi203 ceph-mon[117428]: pgmap v5448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:45 smithi137 ceph-mon[117020]: pgmap v5448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:48 smithi203 ceph-mon[117428]: pgmap v5449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:48 smithi137 ceph-mon[117020]: pgmap v5449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:48 smithi066 ceph-mon[112137]: pgmap v5449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:49.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:49.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:49.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:50.279 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:50.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:50.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:50.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:50.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:50.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:50 smithi203 ceph-mon[117428]: pgmap v5450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:50 smithi137 ceph-mon[117020]: pgmap v5450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:50 smithi066 ceph-mon[112137]: pgmap v5450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:51.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:51 smithi203 ceph-mon[117428]: from='client.158004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:51 smithi137 ceph-mon[117020]: from='client.158004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:51 smithi066 ceph-mon[112137]: from='client.158004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:52 smithi203 ceph-mon[117428]: pgmap v5451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:52 smithi137 ceph-mon[117020]: pgmap v5451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:52 smithi066 ceph-mon[112137]: pgmap v5451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:53 smithi066 ceph-mon[112137]: pgmap v5452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:53 smithi203 ceph-mon[117428]: pgmap v5452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:53 smithi137 ceph-mon[117020]: pgmap v5452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:55.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:14:55.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:55.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:56.023 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:14:56.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:56.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:56.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:56.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:14:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:56 smithi203 ceph-mon[117428]: pgmap v5453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:56 smithi137 ceph-mon[117020]: pgmap v5453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:56 smithi066 ceph-mon[112137]: pgmap v5453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:57 smithi203 ceph-mon[117428]: from='client.158082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:57 smithi137 ceph-mon[117020]: from='client.158082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:57 smithi066 ceph-mon[112137]: from='client.158082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:14:58 smithi203 ceph-mon[117428]: pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:14:58 smithi137 ceph-mon[117020]: pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:14:58 smithi066 ceph-mon[112137]: pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:00 smithi203 ceph-mon[117428]: pgmap v5455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:00 smithi137 ceph-mon[117020]: pgmap v5455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:00 smithi066 ceph-mon[112137]: pgmap v5455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:01.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:01.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:01.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:01.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:01.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:01.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:01.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:01.750 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:02 smithi203 ceph-mon[117428]: pgmap v5456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:02 smithi203 ceph-mon[117428]: from='client.158157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:02 smithi137 ceph-mon[117020]: pgmap v5456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:02 smithi137 ceph-mon[117020]: from='client.158157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:02 smithi066 ceph-mon[112137]: pgmap v5456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:02 smithi066 ceph-mon[112137]: from='client.158157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:03 smithi066 ceph-mon[112137]: pgmap v5457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:03 smithi203 ceph-mon[117428]: pgmap v5457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:03 smithi137 ceph-mon[117020]: pgmap v5457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:15:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:15:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:15:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:06 smithi137 ceph-mon[117020]: pgmap v5458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:06.426 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:06 smithi066 ceph-mon[112137]: pgmap v5458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:06.454 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:06 smithi203 ceph-mon[117428]: pgmap v5458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:06.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:06.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:06.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:07.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:07.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:07.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:07.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:07.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='client.158229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: pgmap v5459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:15:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='client.158229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: pgmap v5459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:15:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='client.158229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: pgmap v5459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:15:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:15:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:10 smithi203 ceph-mon[117428]: pgmap v5460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:10 smithi137 ceph-mon[117020]: pgmap v5460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:10 smithi066 ceph-mon[112137]: pgmap v5460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:12.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:12.533 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:12.533 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:12.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:12 smithi203 ceph-mon[117428]: pgmap v5461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:12.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:12 smithi137 ceph-mon[117020]: pgmap v5461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:12 smithi066 ceph-mon[112137]: pgmap v5461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:13.265 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:13.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:13.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:13.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:13.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:13 smithi066 ceph-mon[112137]: from='client.158298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:13 smithi066 ceph-mon[112137]: pgmap v5462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:13 smithi203 ceph-mon[117428]: from='client.158298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:13 smithi203 ceph-mon[117428]: pgmap v5462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:13 smithi137 ceph-mon[117020]: from='client.158298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:13 smithi137 ceph-mon[117020]: pgmap v5462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:16 smithi203 ceph-mon[117428]: pgmap v5463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:16.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:16 smithi137 ceph-mon[117020]: pgmap v5463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:16 smithi066 ceph-mon[112137]: pgmap v5463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:18.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:18.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:18.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:18.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:18 smithi203 ceph-mon[117428]: pgmap v5464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:18 smithi137 ceph-mon[117020]: pgmap v5464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:18 smithi066 ceph-mon[112137]: pgmap v5464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:18.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:18.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:18.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:18.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:18.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:20 smithi203 ceph-mon[117428]: from='client.158376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:20 smithi203 ceph-mon[117428]: pgmap v5465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:20 smithi137 ceph-mon[117020]: from='client.158376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:20 smithi137 ceph-mon[117020]: pgmap v5465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:20 smithi066 ceph-mon[112137]: from='client.158376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:20 smithi066 ceph-mon[112137]: pgmap v5465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:22 smithi203 ceph-mon[117428]: pgmap v5466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:22 smithi137 ceph-mon[117020]: pgmap v5466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:22 smithi066 ceph-mon[112137]: pgmap v5466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:23.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:23.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:23.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:23 smithi066 ceph-mon[112137]: pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:23 smithi203 ceph-mon[117428]: pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:23 smithi137 ceph-mon[117020]: pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:24.708 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:24.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:24.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:24.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:24.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:24 smithi066 ceph-mon[112137]: from='client.158448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:24 smithi203 ceph-mon[117428]: from='client.158448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:24 smithi137 ceph-mon[117020]: from='client.158448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:25 smithi066 ceph-mon[112137]: pgmap v5468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:15:26.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:25 smithi203 ceph-mon[117428]: pgmap v5468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:15:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:25 smithi137 ceph-mon[117020]: pgmap v5468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:15:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:28 smithi203 ceph-mon[117428]: pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:15:28.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:28 smithi137 ceph-mon[117020]: pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:15:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:28 smithi066 ceph-mon[112137]: pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:15:29.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:29.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:29.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:30.447 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:30.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:30.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:30.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:30.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:30 smithi203 ceph-mon[117428]: pgmap v5470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:15:30.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:30 smithi137 ceph-mon[117020]: pgmap v5470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:15:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:30 smithi066 ceph-mon[112137]: pgmap v5470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:15:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:31 smithi203 ceph-mon[117428]: from='client.158520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:31 smithi137 ceph-mon[117020]: from='client.158520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:31 smithi066 ceph-mon[112137]: from='client.158520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:32 smithi203 ceph-mon[117428]: pgmap v5471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:32 smithi137 ceph-mon[117020]: pgmap v5471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:32 smithi066 ceph-mon[112137]: pgmap v5471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:33.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:33 smithi066 ceph-mon[112137]: pgmap v5472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:33 smithi203 ceph-mon[117428]: pgmap v5472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:33 smithi137 ceph-mon[117020]: pgmap v5472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:35.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:35.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:35.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:36.178 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:36.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:36.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:36.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:36.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:36 smithi203 ceph-mon[117428]: pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:36 smithi137 ceph-mon[117020]: pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:36 smithi066 ceph-mon[112137]: pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:37.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:37 smithi203 ceph-mon[117428]: from='client.158598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:37.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:37 smithi137 ceph-mon[117020]: from='client.158598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:37 smithi066 ceph-mon[112137]: from='client.158598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:38 smithi203 ceph-mon[117428]: pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:15:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:38 smithi137 ceph-mon[117020]: pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:15:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:38 smithi066 ceph-mon[112137]: pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:15:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:40 smithi203 ceph-mon[117428]: pgmap v5475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:15:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:40 smithi137 ceph-mon[117020]: pgmap v5475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:15:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:40 smithi066 ceph-mon[112137]: pgmap v5475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:15:41.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:41.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:41.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:41.902 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:41.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:41.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:41.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:41.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:42 smithi203 ceph-mon[117428]: pgmap v5476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:15:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:42 smithi137 ceph-mon[117020]: pgmap v5476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:15:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:42 smithi066 ceph-mon[112137]: pgmap v5476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:15:43.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:43 smithi203 ceph-mon[117428]: from='client.158670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:43 smithi137 ceph-mon[117020]: from='client.158670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:43 smithi066 ceph-mon[112137]: from='client.158670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:44 smithi203 ceph-mon[117428]: pgmap v5477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:44.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:44 smithi137 ceph-mon[117020]: pgmap v5477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:44 smithi066 ceph-mon[112137]: pgmap v5477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:46 smithi203 ceph-mon[117428]: pgmap v5478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:46.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:46 smithi137 ceph-mon[117020]: pgmap v5478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:46 smithi066 ceph-mon[112137]: pgmap v5478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:46.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:46.904 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:46.904 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:47.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:47.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:47.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:47.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:47.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:48 smithi203 ceph-mon[117428]: pgmap v5479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:48 smithi203 ceph-mon[117428]: from='client.158745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:48 smithi137 ceph-mon[117020]: pgmap v5479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:48 smithi137 ceph-mon[117020]: from='client.158745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:48 smithi066 ceph-mon[112137]: pgmap v5479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:48 smithi066 ceph-mon[112137]: from='client.158745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:50 smithi203 ceph-mon[117428]: pgmap v5480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:50 smithi137 ceph-mon[117020]: pgmap v5480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:50 smithi066 ceph-mon[112137]: pgmap v5480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:52 smithi203 ceph-mon[117428]: pgmap v5481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:52 smithi137 ceph-mon[117020]: pgmap v5481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:52.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:52.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:52.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:52 smithi066 ceph-mon[112137]: pgmap v5481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:53.375 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:53.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:53.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:53.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:53.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:15:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:53 smithi066 ceph-mon[112137]: from='client.158820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:53 smithi066 ceph-mon[112137]: pgmap v5482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:53 smithi203 ceph-mon[117428]: from='client.158820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:53 smithi203 ceph-mon[117428]: pgmap v5482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:53 smithi137 ceph-mon[117020]: from='client.158820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:53 smithi137 ceph-mon[117020]: pgmap v5482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:56.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:56 smithi203 ceph-mon[117428]: pgmap v5483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:56 smithi137 ceph-mon[117020]: pgmap v5483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:56 smithi066 ceph-mon[112137]: pgmap v5483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:58.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:15:58.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:58.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:58.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:15:58 smithi203 ceph-mon[117428]: pgmap v5484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:15:58 smithi137 ceph-mon[117020]: pgmap v5484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:15:58 smithi066 ceph-mon[112137]: pgmap v5484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:59.097 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:15:59.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:59.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:59.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:59.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:00 smithi203 ceph-mon[117428]: from='client.158892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:00 smithi203 ceph-mon[117428]: pgmap v5485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:00 smithi137 ceph-mon[117020]: from='client.158892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:00 smithi137 ceph-mon[117020]: pgmap v5485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:00 smithi066 ceph-mon[112137]: from='client.158892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:00 smithi066 ceph-mon[112137]: pgmap v5485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:02 smithi203 ceph-mon[117428]: pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:02 smithi137 ceph-mon[117020]: pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:02 smithi066 ceph-mon[112137]: pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:03 smithi066 ceph-mon[112137]: pgmap v5487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:03 smithi203 ceph-mon[117428]: pgmap v5487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:04.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:04.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:04.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:03 smithi137 ceph-mon[117020]: pgmap v5487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:04.823 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:04.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:04.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:04.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:04.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:06 smithi203 ceph-mon[117428]: from='client.158970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:06 smithi203 ceph-mon[117428]: pgmap v5488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:16:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:06 smithi137 ceph-mon[117020]: from='client.158970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:06 smithi137 ceph-mon[117020]: pgmap v5488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:16:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:06 smithi066 ceph-mon[112137]: from='client.158970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:06 smithi066 ceph-mon[112137]: pgmap v5488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:16:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:08 smithi203 ceph-mon[117428]: pgmap v5489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:16:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:08 smithi137 ceph-mon[117020]: pgmap v5489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:16:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:08 smithi066 ceph-mon[112137]: pgmap v5489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:16:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:16:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:16:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:16:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:09.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:09.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:09.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:10.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:10.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:10.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:10.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:10.555 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: pgmap v5490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:16:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:16:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:16:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:16:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:16:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: pgmap v5490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:16:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:16:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:16:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:16:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:16:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: pgmap v5490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:16:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:16:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:16:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:16:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:11 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 17080M 2023-12-07T20:16:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:11 smithi203 ceph-mon[117428]: from='client.159042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:11 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 17080M 2023-12-07T20:16:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:11 smithi137 ceph-mon[117020]: from='client.159042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:11 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 17080M 2023-12-07T20:16:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:11 smithi066 ceph-mon[112137]: from='client.159042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:12.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:12 smithi203 ceph-mon[117428]: pgmap v5491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:12 smithi137 ceph-mon[117020]: pgmap v5491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:12 smithi066 ceph-mon[112137]: pgmap v5491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:13 smithi066 ceph-mon[112137]: pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:13 smithi203 ceph-mon[117428]: pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:13 smithi137 ceph-mon[117020]: pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:15.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:15.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:15.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:16.299 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:16.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:16.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:16.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:16.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:16 smithi203 ceph-mon[117428]: pgmap v5493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:16.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:16 smithi137 ceph-mon[117020]: pgmap v5493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:16 smithi066 ceph-mon[112137]: pgmap v5493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:17.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:17 smithi203 ceph-mon[117428]: from='client.159114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:17.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:17 smithi137 ceph-mon[117020]: from='client.159114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:17 smithi066 ceph-mon[112137]: from='client.159114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:18.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:18 smithi203 ceph-mon[117428]: pgmap v5494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:16:18.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:18 smithi137 ceph-mon[117020]: pgmap v5494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:16:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:18 smithi066 ceph-mon[112137]: pgmap v5494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:16:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:20 smithi203 ceph-mon[117428]: pgmap v5495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:16:20.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:20 smithi137 ceph-mon[117020]: pgmap v5495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:16:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:20 smithi066 ceph-mon[112137]: pgmap v5495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:16:21.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:21.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:21.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:22.033 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:22.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:22.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:22.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:22.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:22 smithi203 ceph-mon[117428]: pgmap v5496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:16:22.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:22 smithi137 ceph-mon[117020]: pgmap v5496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:16:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:22 smithi066 ceph-mon[112137]: pgmap v5496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:16:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:23 smithi203 ceph-mon[117428]: from='client.159186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:23.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:23 smithi137 ceph-mon[117020]: from='client.159186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:23 smithi066 ceph-mon[112137]: from='client.159186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:24 smithi203 ceph-mon[117428]: pgmap v5497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:24 smithi137 ceph-mon[117020]: pgmap v5497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:24 smithi066 ceph-mon[112137]: pgmap v5497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:26 smithi203 ceph-mon[117428]: pgmap v5498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:26 smithi137 ceph-mon[117020]: pgmap v5498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:26 smithi066 ceph-mon[112137]: pgmap v5498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:27.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:27.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:27.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:27.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:27.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:27.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:27.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:27.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:28 smithi203 ceph-mon[117428]: pgmap v5499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:28 smithi203 ceph-mon[117428]: from='client.159261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:28 smithi137 ceph-mon[117020]: pgmap v5499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:28 smithi137 ceph-mon[117020]: from='client.159261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:28 smithi066 ceph-mon[112137]: pgmap v5499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:28 smithi066 ceph-mon[112137]: from='client.159261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:30 smithi203 ceph-mon[117428]: pgmap v5500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:30 smithi137 ceph-mon[117020]: pgmap v5500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:30 smithi066 ceph-mon[112137]: pgmap v5500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:32 smithi203 ceph-mon[117428]: pgmap v5501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:32 smithi137 ceph-mon[117020]: pgmap v5501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:32 smithi066 ceph-mon[112137]: pgmap v5501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:32.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:32.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:32.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:33.505 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:33.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:33.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:33.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:33.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:33 smithi066 ceph-mon[112137]: from='client.159339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:33 smithi066 ceph-mon[112137]: pgmap v5502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:33 smithi203 ceph-mon[117428]: from='client.159339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:33 smithi203 ceph-mon[117428]: pgmap v5502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:33 smithi137 ceph-mon[117020]: from='client.159339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:33 smithi137 ceph-mon[117020]: pgmap v5502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:36 smithi203 ceph-mon[117428]: pgmap v5503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:36 smithi137 ceph-mon[117020]: pgmap v5503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:36 smithi066 ceph-mon[112137]: pgmap v5503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:38.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:38.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:38.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:38 smithi203 ceph-mon[117428]: pgmap v5504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:38 smithi137 ceph-mon[117020]: pgmap v5504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:38 smithi066 ceph-mon[112137]: pgmap v5504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:39.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:39.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:39.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:39.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:39.231 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:40 smithi203 ceph-mon[117428]: from='client.159411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:40 smithi203 ceph-mon[117428]: pgmap v5505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:40 smithi137 ceph-mon[117020]: from='client.159411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:40 smithi137 ceph-mon[117020]: pgmap v5505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:40 smithi066 ceph-mon[112137]: from='client.159411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:40 smithi066 ceph-mon[112137]: pgmap v5505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:42.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:42 smithi203 ceph-mon[117428]: pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:42.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:42 smithi137 ceph-mon[117020]: pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:42 smithi066 ceph-mon[112137]: pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:43 smithi066 ceph-mon[112137]: pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:43 smithi203 ceph-mon[117428]: pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:43 smithi137 ceph-mon[117020]: pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:44.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:44.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:44.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:44.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:44.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:44.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:44.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:44.950 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:46 smithi203 ceph-mon[117428]: from='client.159489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:46 smithi203 ceph-mon[117428]: pgmap v5508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:46.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:46 smithi137 ceph-mon[117020]: from='client.159489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:46 smithi137 ceph-mon[117020]: pgmap v5508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:46 smithi066 ceph-mon[112137]: from='client.159489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:46 smithi066 ceph-mon[112137]: pgmap v5508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:48 smithi203 ceph-mon[117428]: pgmap v5509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:48 smithi137 ceph-mon[117020]: pgmap v5509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:48 smithi066 ceph-mon[112137]: pgmap v5509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:49.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:49.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:49.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:50 smithi203 ceph-mon[117428]: pgmap v5510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:50 smithi137 ceph-mon[117020]: pgmap v5510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:50.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:50.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:50.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:50.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:50.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:50 smithi066 ceph-mon[112137]: pgmap v5510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:51 smithi203 ceph-mon[117428]: from='client.159567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:51 smithi137 ceph-mon[117020]: from='client.159567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:51 smithi066 ceph-mon[112137]: from='client.159567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:52 smithi203 ceph-mon[117428]: pgmap v5511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:52 smithi137 ceph-mon[117020]: pgmap v5511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:52 smithi066 ceph-mon[112137]: pgmap v5511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:53 smithi066 ceph-mon[112137]: pgmap v5512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:53 smithi203 ceph-mon[117428]: pgmap v5512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:53 smithi137 ceph-mon[117020]: pgmap v5512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:55.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:16:55.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:55.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:56.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:56.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:56.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:56.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:16:56.423 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:16:56.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:56 smithi203 ceph-mon[117428]: pgmap v5513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:56 smithi137 ceph-mon[117020]: pgmap v5513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:56 smithi066 ceph-mon[112137]: pgmap v5513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:57.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:57 smithi203 ceph-mon[117428]: from='client.159642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:57 smithi137 ceph-mon[117020]: from='client.159642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:57 smithi066 ceph-mon[112137]: from='client.159642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:58.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:16:58 smithi203 ceph-mon[117428]: pgmap v5514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:16:58 smithi137 ceph-mon[117020]: pgmap v5514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:16:58 smithi066 ceph-mon[112137]: pgmap v5514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:00 smithi203 ceph-mon[117428]: pgmap v5515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:00 smithi137 ceph-mon[117020]: pgmap v5515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:00 smithi066 ceph-mon[112137]: pgmap v5515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:01.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:01.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:01.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:02.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:02.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:02.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:02.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:02.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:02 smithi203 ceph-mon[117428]: pgmap v5516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:02 smithi137 ceph-mon[117020]: pgmap v5516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:02 smithi066 ceph-mon[112137]: pgmap v5516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:03.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:03 smithi203 ceph-mon[117428]: from='client.159720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:03.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:03 smithi137 ceph-mon[117020]: from='client.159720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:03 smithi066 ceph-mon[112137]: from='client.159720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:04 smithi203 ceph-mon[117428]: pgmap v5517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:04 smithi137 ceph-mon[117020]: pgmap v5517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:04 smithi066 ceph-mon[112137]: pgmap v5517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:06.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:06 smithi203 ceph-mon[117428]: pgmap v5518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:06 smithi137 ceph-mon[117020]: pgmap v5518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:06 smithi066 ceph-mon[112137]: pgmap v5518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:07.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:07.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:07.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:07.881 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:07.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:07.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:07.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:07.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:08 smithi203 ceph-mon[117428]: pgmap v5519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:08 smithi137 ceph-mon[117020]: pgmap v5519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:08 smithi066 ceph-mon[112137]: pgmap v5519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:09 smithi203 ceph-mon[117428]: from='client.159792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:09 smithi137 ceph-mon[117020]: from='client.159792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:09 smithi066 ceph-mon[112137]: from='client.159792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:10 smithi203 ceph-mon[117428]: pgmap v5520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:17:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:10 smithi137 ceph-mon[117020]: pgmap v5520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:17:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:10 smithi066 ceph-mon[112137]: pgmap v5520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:17:11.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:17:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:17:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:17:11.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:17:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:17:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:17:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:17:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:17:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:17:12.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:12 smithi203 ceph-mon[117428]: pgmap v5521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:12.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:12 smithi137 ceph-mon[117020]: pgmap v5521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:12 smithi066 ceph-mon[112137]: pgmap v5521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:12.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:12.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:12.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:13.610 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:13.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:13.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:13.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:13.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:13 smithi066 ceph-mon[112137]: pgmap v5522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:13 smithi066 ceph-mon[112137]: from='client.159864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:13 smithi203 ceph-mon[117428]: pgmap v5522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:13 smithi203 ceph-mon[117428]: from='client.159864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:13 smithi137 ceph-mon[117020]: pgmap v5522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:13 smithi137 ceph-mon[117020]: from='client.159864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:16 smithi203 ceph-mon[117428]: pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:16 smithi137 ceph-mon[117020]: pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:16 smithi066 ceph-mon[112137]: pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:18 smithi203 ceph-mon[117428]: pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:18.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:18.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:18.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:18 smithi137 ceph-mon[117020]: pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:18 smithi066 ceph-mon[112137]: pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:19.333 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:19.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:19.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:19.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:19.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:20 smithi203 ceph-mon[117428]: from='client.159939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:20 smithi203 ceph-mon[117428]: pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:20.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:20 smithi137 ceph-mon[117020]: from='client.159939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:20.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:20 smithi137 ceph-mon[117020]: pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:20 smithi066 ceph-mon[112137]: from='client.159939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:20 smithi066 ceph-mon[112137]: pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:22 smithi203 ceph-mon[117428]: pgmap v5526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:22 smithi137 ceph-mon[117020]: pgmap v5526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:22 smithi066 ceph-mon[112137]: pgmap v5526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:23 smithi066 ceph-mon[112137]: pgmap v5527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:23 smithi203 ceph-mon[117428]: pgmap v5527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:24.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:23 smithi137 ceph-mon[117020]: pgmap v5527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:24.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:24.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:24.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:25.068 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:26.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:26 smithi203 ceph-mon[117428]: from='client.160017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:26 smithi203 ceph-mon[117428]: pgmap v5528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:26 smithi137 ceph-mon[117020]: from='client.160017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:26 smithi137 ceph-mon[117020]: pgmap v5528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:26 smithi066 ceph-mon[112137]: from='client.160017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:26 smithi066 ceph-mon[112137]: pgmap v5528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:28 smithi203 ceph-mon[117428]: pgmap v5529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:28.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:28 smithi137 ceph-mon[117020]: pgmap v5529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:28 smithi066 ceph-mon[112137]: pgmap v5529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:30.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:30.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:30.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:30.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:30 smithi203 ceph-mon[117428]: pgmap v5530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:30 smithi137 ceph-mon[117020]: pgmap v5530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:30 smithi066 ceph-mon[112137]: pgmap v5530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:30.796 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:30.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:30.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:30.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:30.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:32.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:32 smithi203 ceph-mon[117428]: from='client.160095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:32 smithi203 ceph-mon[117428]: pgmap v5531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:32.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:32 smithi137 ceph-mon[117020]: from='client.160095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:32 smithi137 ceph-mon[117020]: pgmap v5531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:32 smithi066 ceph-mon[112137]: from='client.160095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:32 smithi066 ceph-mon[112137]: pgmap v5531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:33 smithi066 ceph-mon[112137]: pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:33 smithi203 ceph-mon[117428]: pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:33 smithi137 ceph-mon[117020]: pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:35.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:35.798 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:35.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:36.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:36.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:36.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:36.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:36.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:36 smithi203 ceph-mon[117428]: pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:36 smithi137 ceph-mon[117020]: pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:36 smithi066 ceph-mon[112137]: pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:37.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:37 smithi203 ceph-mon[117428]: from='client.160167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:37.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:37 smithi137 ceph-mon[117020]: from='client.160167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:37 smithi066 ceph-mon[112137]: from='client.160167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:38 smithi203 ceph-mon[117428]: pgmap v5534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:38.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:38 smithi137 ceph-mon[117020]: pgmap v5534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:38 smithi066 ceph-mon[112137]: pgmap v5534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:40 smithi203 ceph-mon[117428]: pgmap v5535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:40 smithi137 ceph-mon[117020]: pgmap v5535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:40 smithi066 ceph-mon[112137]: pgmap v5535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:41.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:41.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:41.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:42.235 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:42.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:42.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:42.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:42.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:42.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:42 smithi203 ceph-mon[117428]: pgmap v5536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:42 smithi137 ceph-mon[117020]: pgmap v5536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:42 smithi066 ceph-mon[112137]: pgmap v5536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:43.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:43 smithi203 ceph-mon[117428]: from='client.160242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:43.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:43 smithi137 ceph-mon[117020]: from='client.160242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:43 smithi066 ceph-mon[112137]: from='client.160242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:44.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:44 smithi203 ceph-mon[117428]: pgmap v5537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:44.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:44 smithi137 ceph-mon[117020]: pgmap v5537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:44 smithi066 ceph-mon[112137]: pgmap v5537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:46 smithi203 ceph-mon[117428]: pgmap v5538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:46 smithi137 ceph-mon[117020]: pgmap v5538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:46 smithi066 ceph-mon[112137]: pgmap v5538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:47.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:47.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:47.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:47.957 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:47.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:47.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:47.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:47.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:48 smithi203 ceph-mon[117428]: pgmap v5539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:48 smithi137 ceph-mon[117020]: pgmap v5539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:48 smithi066 ceph-mon[112137]: pgmap v5539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:49.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:49 smithi203 ceph-mon[117428]: from='client.160317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:49 smithi137 ceph-mon[117020]: from='client.160317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:49.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:49 smithi066 ceph-mon[112137]: from='client.160317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:50.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:50 smithi203 ceph-mon[117428]: pgmap v5540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:50.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:50 smithi137 ceph-mon[117020]: pgmap v5540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:50 smithi066 ceph-mon[112137]: pgmap v5540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:52 smithi137 ceph-mon[117020]: pgmap v5541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:52 smithi066 ceph-mon[112137]: pgmap v5541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:52 smithi203 ceph-mon[117428]: pgmap v5541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:52.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:52.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:52.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:53.687 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:17:53.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:53.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:53.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:53.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:53 smithi066 ceph-mon[112137]: pgmap v5542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:53 smithi066 ceph-mon[112137]: from='client.160395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:53 smithi203 ceph-mon[117428]: pgmap v5542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:53 smithi203 ceph-mon[117428]: from='client.160395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:53 smithi137 ceph-mon[117020]: pgmap v5542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:53 smithi137 ceph-mon[117020]: from='client.160395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:56 smithi203 ceph-mon[117428]: pgmap v5543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:56.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:56 smithi137 ceph-mon[117020]: pgmap v5543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:56 smithi066 ceph-mon[112137]: pgmap v5543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:58.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:17:58 smithi203 ceph-mon[117428]: pgmap v5544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:58.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:17:58 smithi137 ceph-mon[117020]: pgmap v5544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:58.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:17:58.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:58.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:17:58 smithi066 ceph-mon[112137]: pgmap v5544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:59.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:59.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:59.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:59.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:17:59.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:00.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:00 smithi203 ceph-mon[117428]: from='client.160470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:00 smithi203 ceph-mon[117428]: pgmap v5545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:00 smithi137 ceph-mon[117020]: from='client.160470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:00 smithi137 ceph-mon[117020]: pgmap v5545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:00 smithi066 ceph-mon[112137]: from='client.160470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:00 smithi066 ceph-mon[112137]: pgmap v5545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:02 smithi203 ceph-mon[117428]: pgmap v5546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:02 smithi137 ceph-mon[117020]: pgmap v5546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:02 smithi066 ceph-mon[112137]: pgmap v5546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:03 smithi066 ceph-mon[112137]: pgmap v5547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:03 smithi203 ceph-mon[117428]: pgmap v5547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:03 smithi137 ceph-mon[117020]: pgmap v5547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:04.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:04.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:04.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:05.148 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:05.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:05.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:05.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:05.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:06.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:06 smithi203 ceph-mon[117428]: from='client.160542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:06.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:06 smithi203 ceph-mon[117428]: pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:06 smithi137 ceph-mon[117020]: from='client.160542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:06 smithi137 ceph-mon[117020]: pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:06 smithi066 ceph-mon[112137]: from='client.160542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:06 smithi066 ceph-mon[112137]: pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:08 smithi203 ceph-mon[117428]: pgmap v5549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:08 smithi137 ceph-mon[117020]: pgmap v5549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:08 smithi066 ceph-mon[112137]: pgmap v5549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:10.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:10.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:10.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:10 smithi203 ceph-mon[117428]: pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:10 smithi137 ceph-mon[117020]: pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:10 smithi066 ceph-mon[112137]: pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:10.886 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:10.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:10.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:10.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:10.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:11.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:18:11.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:18:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:18:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:12 smithi203 ceph-mon[117428]: from='client.160620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:12 smithi203 ceph-mon[117428]: pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:18:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:18:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:18:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:12 smithi137 ceph-mon[117020]: from='client.160620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:12 smithi137 ceph-mon[117020]: pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:18:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:18:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:18:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:12 smithi066 ceph-mon[112137]: from='client.160620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:12 smithi066 ceph-mon[112137]: pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:18:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:18:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:18:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:13 smithi066 ceph-mon[112137]: pgmap v5552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:13 smithi203 ceph-mon[117428]: pgmap v5552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:13 smithi137 ceph-mon[117020]: pgmap v5552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:15.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:15.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:15.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:16 smithi203 ceph-mon[117428]: pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:16 smithi137 ceph-mon[117020]: pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:16.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:16.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:16.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:16.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:16.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:16 smithi066 ceph-mon[112137]: pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:17.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:17 smithi203 ceph-mon[117428]: from='client.160692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:17 smithi137 ceph-mon[117020]: from='client.160692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:17 smithi066 ceph-mon[112137]: from='client.160692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:18.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:18 smithi203 ceph-mon[117428]: pgmap v5554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:18.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:18 smithi137 ceph-mon[117020]: pgmap v5554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:18 smithi066 ceph-mon[112137]: pgmap v5554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:20 smithi203 ceph-mon[117428]: pgmap v5555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:20 smithi137 ceph-mon[117020]: pgmap v5555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:20 smithi066 ceph-mon[112137]: pgmap v5555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:21.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:21.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:21.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:22.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:22.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:22.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:22.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:22.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:22 smithi203 ceph-mon[117428]: pgmap v5556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:22.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:22 smithi137 ceph-mon[117020]: pgmap v5556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:22 smithi066 ceph-mon[112137]: pgmap v5556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:23 smithi203 ceph-mon[117428]: from='client.160767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:23.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:23 smithi137 ceph-mon[117020]: from='client.160767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:23 smithi066 ceph-mon[112137]: from='client.160767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:24.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:24 smithi203 ceph-mon[117428]: pgmap v5557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:24.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:24 smithi137 ceph-mon[117020]: pgmap v5557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:24 smithi066 ceph-mon[112137]: pgmap v5557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:26.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:26 smithi203 ceph-mon[117428]: pgmap v5558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:26.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:26 smithi137 ceph-mon[117020]: pgmap v5558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:26 smithi066 ceph-mon[112137]: pgmap v5558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:27.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:27.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:27.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:28.101 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:28.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:28.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:28.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:28.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:28 smithi203 ceph-mon[117428]: pgmap v5559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:28 smithi137 ceph-mon[117020]: pgmap v5559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:28 smithi066 ceph-mon[112137]: pgmap v5559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:29 smithi137 ceph-mon[117020]: from='client.160842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:29.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:29 smithi066 ceph-mon[112137]: from='client.160842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:29.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:29 smithi203 ceph-mon[117428]: from='client.160842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:30 smithi137 ceph-mon[117020]: pgmap v5560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:30 smithi066 ceph-mon[112137]: pgmap v5560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:30 smithi203 ceph-mon[117428]: pgmap v5560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:32 smithi137 ceph-mon[117020]: pgmap v5561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:32 smithi066 ceph-mon[112137]: pgmap v5561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:32 smithi203 ceph-mon[117428]: pgmap v5561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:33.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:33.102 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:33.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:33.831 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:33.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:33.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:33.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:33.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:33 smithi066 ceph-mon[112137]: pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:33 smithi203 ceph-mon[117428]: pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:33 smithi137 ceph-mon[117020]: pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:34 smithi066 ceph-mon[112137]: from='client.160914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:34 smithi203 ceph-mon[117428]: from='client.160914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:34 smithi137 ceph-mon[117020]: from='client.160914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:35 smithi066 ceph-mon[112137]: pgmap v5563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:36.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:35 smithi203 ceph-mon[117428]: pgmap v5563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:35 smithi137 ceph-mon[117020]: pgmap v5563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:38 smithi203 ceph-mon[117428]: pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:38 smithi137 ceph-mon[117020]: pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:38 smithi066 ceph-mon[112137]: pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:38.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:38.833 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:38.833 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:39.553 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:39.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:39.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:39.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:39.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:40 smithi203 ceph-mon[117428]: from='client.160989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:40 smithi203 ceph-mon[117428]: pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:40 smithi137 ceph-mon[117020]: from='client.160989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:40 smithi137 ceph-mon[117020]: pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:40 smithi066 ceph-mon[112137]: from='client.160989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:40 smithi066 ceph-mon[112137]: pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:42.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:42 smithi203 ceph-mon[117428]: pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:42 smithi137 ceph-mon[117020]: pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:42 smithi066 ceph-mon[112137]: pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:43 smithi066 ceph-mon[112137]: pgmap v5567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:43 smithi203 ceph-mon[117428]: pgmap v5567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:44.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:43 smithi137 ceph-mon[117020]: pgmap v5567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:44.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:44.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:44.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:45.291 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:45.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:45.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:45.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:45.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:46 smithi203 ceph-mon[117428]: from='client.161067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:46 smithi203 ceph-mon[117428]: pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:46.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:46 smithi137 ceph-mon[117020]: from='client.161067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:46.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:46 smithi137 ceph-mon[117020]: pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:46 smithi066 ceph-mon[112137]: from='client.161067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:46 smithi066 ceph-mon[112137]: pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:48 smithi203 ceph-mon[117428]: pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:48.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:48 smithi137 ceph-mon[117020]: pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:48 smithi066 ceph-mon[112137]: pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:50.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:50.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:50.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:50.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:50 smithi203 ceph-mon[117428]: pgmap v5570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:50.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:50 smithi137 ceph-mon[117020]: pgmap v5570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:50 smithi066 ceph-mon[112137]: pgmap v5570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:51.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:51.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:51.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:51.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:51.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:52 smithi203 ceph-mon[117428]: from='client.161145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:52 smithi203 ceph-mon[117428]: pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:52 smithi137 ceph-mon[117020]: from='client.161145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:52 smithi137 ceph-mon[117020]: pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:52 smithi066 ceph-mon[112137]: from='client.161145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:52 smithi066 ceph-mon[112137]: pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:53 smithi066 ceph-mon[112137]: pgmap v5572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:53 smithi203 ceph-mon[117428]: pgmap v5572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:54.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:53 smithi137 ceph-mon[117020]: pgmap v5572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:56.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:18:56.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:56.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:56.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:56 smithi203 ceph-mon[117428]: pgmap v5573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:56 smithi137 ceph-mon[117020]: pgmap v5573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:56.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:18:56.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:56.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:56.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:56.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:18:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:56 smithi066 ceph-mon[112137]: pgmap v5573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:57 smithi203 ceph-mon[117428]: from='client.161223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:57 smithi137 ceph-mon[117020]: from='client.161223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:57 smithi066 ceph-mon[112137]: from='client.161223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:58.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:18:58 smithi203 ceph-mon[117428]: pgmap v5574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:18:58 smithi137 ceph-mon[117020]: pgmap v5574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:18:58 smithi066 ceph-mon[112137]: pgmap v5574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:00.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:00 smithi203 ceph-mon[117428]: pgmap v5575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:00.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:00 smithi137 ceph-mon[117020]: pgmap v5575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:00 smithi066 ceph-mon[112137]: pgmap v5575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:01.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:01.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:01.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:02.450 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:02.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:02.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:02.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:02.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:02 smithi137 ceph-mon[117020]: pgmap v5576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:02 smithi066 ceph-mon[112137]: pgmap v5576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:02 smithi203 ceph-mon[117428]: pgmap v5576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:03.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:03 smithi137 ceph-mon[117020]: from='client.161298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:03 smithi066 ceph-mon[112137]: from='client.161298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:03 smithi203 ceph-mon[117428]: from='client.161298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:04 smithi137 ceph-mon[117020]: pgmap v5577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:04 smithi066 ceph-mon[112137]: pgmap v5577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:04 smithi203 ceph-mon[117428]: pgmap v5577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:06 smithi137 ceph-mon[117020]: pgmap v5578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:06 smithi066 ceph-mon[112137]: pgmap v5578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:06 smithi203 ceph-mon[117428]: pgmap v5578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:07.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:07.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:07.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:08.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:08.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:08.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:08.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:08.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:08 smithi137 ceph-mon[117020]: pgmap v5579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:08 smithi066 ceph-mon[112137]: pgmap v5579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:08 smithi203 ceph-mon[117428]: pgmap v5579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:09 smithi137 ceph-mon[117020]: from='client.161373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:09 smithi066 ceph-mon[112137]: from='client.161373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:09.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:09 smithi203 ceph-mon[117428]: from='client.161373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:10 smithi137 ceph-mon[117020]: pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:10 smithi066 ceph-mon[112137]: pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:10 smithi203 ceph-mon[117428]: pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:12 smithi137 ceph-mon[117020]: pgmap v5581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:19:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:19:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:19:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:19:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:12 smithi066 ceph-mon[112137]: pgmap v5581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:19:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:19:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:19:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:19:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:12 smithi203 ceph-mon[117428]: pgmap v5581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:19:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:19:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:19:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:19:13.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:13.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:13.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:13.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:13.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:13.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:13.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:13.915 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:13 smithi066 ceph-mon[112137]: pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:13 smithi203 ceph-mon[117428]: pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:13 smithi137 ceph-mon[117020]: pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:14 smithi066 ceph-mon[112137]: from='client.161445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:14 smithi203 ceph-mon[117428]: from='client.161445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:14 smithi137 ceph-mon[117020]: from='client.161445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:15 smithi203 ceph-mon[117428]: pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:15 smithi137 ceph-mon[117020]: pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:15 smithi066 ceph-mon[112137]: pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:18.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:18 smithi203 ceph-mon[117428]: pgmap v5584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:18.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:18 smithi137 ceph-mon[117020]: pgmap v5584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:18 smithi066 ceph-mon[112137]: pgmap v5584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:18.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:18.916 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:18.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:19.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:19.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:19.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:19.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:19.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:20 smithi203 ceph-mon[117428]: pgmap v5585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:20 smithi203 ceph-mon[117428]: from='client.161523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:20 smithi137 ceph-mon[117020]: pgmap v5585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:20 smithi137 ceph-mon[117020]: from='client.161523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:20 smithi066 ceph-mon[112137]: pgmap v5585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:20 smithi066 ceph-mon[112137]: from='client.161523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:22 smithi203 ceph-mon[117428]: pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:19:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:22 smithi137 ceph-mon[117020]: pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:19:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:22 smithi066 ceph-mon[112137]: pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:19:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:23 smithi066 ceph-mon[112137]: pgmap v5587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:19:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:23 smithi203 ceph-mon[117428]: pgmap v5587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:19:24.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:23 smithi137 ceph-mon[117020]: pgmap v5587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:19:24.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:24.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:24.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:25.388 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:25.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:25.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:25.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:25.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:26.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:26 smithi203 ceph-mon[117428]: from='client.161601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:26 smithi203 ceph-mon[117428]: pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:26.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:26 smithi137 ceph-mon[117020]: from='client.161601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:26 smithi137 ceph-mon[117020]: pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:26 smithi066 ceph-mon[112137]: from='client.161601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:26 smithi066 ceph-mon[112137]: pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:28 smithi203 ceph-mon[117428]: pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:28.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:28 smithi137 ceph-mon[117020]: pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:28 smithi066 ceph-mon[112137]: pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:30.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:30.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:30.391 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:30 smithi137 ceph-mon[117020]: pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:30 smithi066 ceph-mon[112137]: pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:30 smithi203 ceph-mon[117428]: pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:31.116 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:31.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:31.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:31.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:31.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:32 smithi137 ceph-mon[117020]: from='client.161679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:32 smithi137 ceph-mon[117020]: pgmap v5591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:32 smithi066 ceph-mon[112137]: from='client.161679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:32 smithi066 ceph-mon[112137]: pgmap v5591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:32 smithi203 ceph-mon[117428]: from='client.161679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:32 smithi203 ceph-mon[117428]: pgmap v5591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:33 smithi066 ceph-mon[112137]: pgmap v5592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:19:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:33 smithi203 ceph-mon[117428]: pgmap v5592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:19:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:33 smithi137 ceph-mon[117020]: pgmap v5592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:19:36.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:36.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:36.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:36 smithi203 ceph-mon[117428]: pgmap v5593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:19:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:36 smithi137 ceph-mon[117020]: pgmap v5593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:19:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:36 smithi066 ceph-mon[112137]: pgmap v5593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:19:36.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:36.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:36.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:36.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:36.834 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:38 smithi137 ceph-mon[117020]: from='client.161757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:38 smithi137 ceph-mon[117020]: pgmap v5594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:38 smithi066 ceph-mon[112137]: from='client.161757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:38 smithi066 ceph-mon[112137]: pgmap v5594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:38 smithi203 ceph-mon[117428]: from='client.161757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:38 smithi203 ceph-mon[117428]: pgmap v5594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:40 smithi137 ceph-mon[117020]: pgmap v5595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:40 smithi066 ceph-mon[112137]: pgmap v5595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:40 smithi203 ceph-mon[117428]: pgmap v5595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:41.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:41.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:41.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:42.553 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:42.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:42.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:42.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:42.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:42 smithi137 ceph-mon[117020]: pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:42 smithi066 ceph-mon[112137]: pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:42 smithi203 ceph-mon[117428]: pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:43 smithi137 ceph-mon[117020]: from='client.161835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:43 smithi066 ceph-mon[112137]: from='client.161835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:43 smithi203 ceph-mon[117428]: from='client.161835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:44.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:44 smithi137 ceph-mon[117020]: pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:44 smithi066 ceph-mon[112137]: pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:44 smithi203 ceph-mon[117428]: pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:46 smithi137 ceph-mon[117020]: pgmap v5598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:46 smithi066 ceph-mon[112137]: pgmap v5598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:46 smithi203 ceph-mon[117428]: pgmap v5598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:47.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:47.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:47.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:48.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:48.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:48.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:48.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:48.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:48 smithi137 ceph-mon[117020]: pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:48 smithi066 ceph-mon[112137]: pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:48 smithi203 ceph-mon[117428]: pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:49 smithi137 ceph-mon[117020]: from='client.161910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:49.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:49 smithi066 ceph-mon[112137]: from='client.161910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:49 smithi203 ceph-mon[117428]: from='client.161910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:50 smithi137 ceph-mon[117020]: pgmap v5600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:50 smithi066 ceph-mon[112137]: pgmap v5600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:50 smithi203 ceph-mon[117428]: pgmap v5600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:52 smithi137 ceph-mon[117020]: pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:52 smithi066 ceph-mon[112137]: pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:52 smithi203 ceph-mon[117428]: pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:53.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:53.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:53.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:53 smithi066 ceph-mon[112137]: pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:54.026 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:54.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:54.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:54.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:54.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:19:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:53 smithi203 ceph-mon[117428]: pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:54.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:53 smithi137 ceph-mon[117020]: pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:54 smithi203 ceph-mon[117428]: from='client.161988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:54 smithi137 ceph-mon[117020]: from='client.161988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:54 smithi066 ceph-mon[112137]: from='client.161988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:55 smithi203 ceph-mon[117428]: pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:56.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:55 smithi137 ceph-mon[117020]: pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:55 smithi066 ceph-mon[112137]: pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:19:58 smithi137 ceph-mon[117020]: pgmap v5604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:19:58 smithi066 ceph-mon[112137]: pgmap v5604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:19:58 smithi203 ceph-mon[117428]: pgmap v5604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:59.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:19:59.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:59.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:59.759 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:19:59.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:59.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:59.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:59.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:00 smithi137 ceph-mon[117020]: pgmap v5605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:00 smithi137 ceph-mon[117020]: from='client.162060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T20:20:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:00 smithi066 ceph-mon[112137]: pgmap v5605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:00 smithi066 ceph-mon[112137]: from='client.162060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T20:20:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:00 smithi203 ceph-mon[117428]: pgmap v5605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:00 smithi203 ceph-mon[117428]: from='client.162060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T20:20:02.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:02 smithi137 ceph-mon[117020]: pgmap v5606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:20:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:02 smithi066 ceph-mon[112137]: pgmap v5606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:20:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:02 smithi203 ceph-mon[117428]: pgmap v5606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:20:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:03 smithi203 ceph-mon[117428]: pgmap v5607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:20:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:03 smithi137 ceph-mon[117020]: pgmap v5607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:20:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:03 smithi066 ceph-mon[112137]: pgmap v5607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:20:04.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:04.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:04.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:05.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:05.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:05.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:05.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:05.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:06 smithi137 ceph-mon[117020]: from='client.162138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:06 smithi137 ceph-mon[117020]: pgmap v5608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:06 smithi066 ceph-mon[112137]: from='client.162138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:06 smithi066 ceph-mon[112137]: pgmap v5608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:06 smithi203 ceph-mon[117428]: from='client.162138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:06 smithi203 ceph-mon[117428]: pgmap v5608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:08.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:08 smithi137 ceph-mon[117020]: pgmap v5609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:08 smithi066 ceph-mon[112137]: pgmap v5609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:08 smithi203 ceph-mon[117428]: pgmap v5609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:10.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:10.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:10.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:10.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:10 smithi137 ceph-mon[117020]: pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:10 smithi066 ceph-mon[112137]: pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:10 smithi203 ceph-mon[117428]: pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:11.223 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:11.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:11.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:11.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:11.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:12.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:12 smithi137 ceph-mon[117020]: from='client.162213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:12 smithi137 ceph-mon[117020]: pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:12 smithi066 ceph-mon[112137]: from='client.162213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:12 smithi066 ceph-mon[112137]: pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:12 smithi203 ceph-mon[117428]: from='client.162213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:12 smithi203 ceph-mon[117428]: pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:20:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:20:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:20:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:20:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:20:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:20:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:20:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:20:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:20:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:20:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:20:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:20:14.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:14 smithi137 ceph-mon[117020]: pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:20:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:14 smithi066 ceph-mon[112137]: pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:20:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:14 smithi203 ceph-mon[117428]: pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:20:16.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:16.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:16.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:16 smithi137 ceph-mon[117020]: pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:20:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:16 smithi066 ceph-mon[112137]: pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:20:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:16 smithi203 ceph-mon[117428]: pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:20:16.948 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:16.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:16.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:16.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:16.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:18 smithi137 ceph-mon[117020]: from='client.162282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:18 smithi137 ceph-mon[117020]: pgmap v5614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:18 smithi066 ceph-mon[112137]: from='client.162282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:18 smithi066 ceph-mon[112137]: pgmap v5614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:18 smithi203 ceph-mon[117428]: from='client.162282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:18 smithi203 ceph-mon[117428]: pgmap v5614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:20.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:20 smithi137 ceph-mon[117020]: pgmap v5615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:20 smithi066 ceph-mon[112137]: pgmap v5615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:20 smithi203 ceph-mon[117428]: pgmap v5615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:21.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:21.950 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:21.950 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:22 smithi137 ceph-mon[117020]: pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:22.675 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:22.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:22.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:22.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:22.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:22 smithi066 ceph-mon[112137]: pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:22 smithi203 ceph-mon[117428]: pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:23 smithi137 ceph-mon[117020]: from='client.162357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:23 smithi066 ceph-mon[112137]: from='client.162357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:23 smithi203 ceph-mon[117428]: from='client.162357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:24 smithi137 ceph-mon[117020]: pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:24 smithi066 ceph-mon[112137]: pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:24 smithi203 ceph-mon[117428]: pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:26 smithi137 ceph-mon[117020]: pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:26 smithi066 ceph-mon[112137]: pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:26 smithi203 ceph-mon[117428]: pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:27.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:27.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:27.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:28.404 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:28.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:28.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:28.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:28.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:28 smithi137 ceph-mon[117020]: pgmap v5619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:28 smithi066 ceph-mon[112137]: pgmap v5619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:28 smithi203 ceph-mon[117428]: pgmap v5619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:29 smithi137 ceph-mon[117020]: from='client.162429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:29.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:29 smithi066 ceph-mon[112137]: from='client.162429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:29.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:29 smithi203 ceph-mon[117428]: from='client.162429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:30.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:30 smithi137 ceph-mon[117020]: pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:30 smithi066 ceph-mon[112137]: pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:30 smithi203 ceph-mon[117428]: pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:32 smithi137 ceph-mon[117020]: pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:32 smithi066 ceph-mon[112137]: pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:32 smithi203 ceph-mon[117428]: pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:33.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:33.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:33.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:33 smithi203 ceph-mon[117428]: pgmap v5622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:33 smithi137 ceph-mon[117020]: pgmap v5622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:34.133 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:34.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:34.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:34.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:34.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:33 smithi066 ceph-mon[112137]: pgmap v5622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:34 smithi203 ceph-mon[117428]: from='client.162507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:34 smithi137 ceph-mon[117020]: from='client.162507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:34 smithi066 ceph-mon[112137]: from='client.162507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:36.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:35 smithi203 ceph-mon[117428]: pgmap v5623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:36.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:35 smithi137 ceph-mon[117020]: pgmap v5623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:35 smithi066 ceph-mon[112137]: pgmap v5623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:38.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:38 smithi137 ceph-mon[117020]: pgmap v5624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:38 smithi066 ceph-mon[112137]: pgmap v5624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:38 smithi203 ceph-mon[117428]: pgmap v5624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:39.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:39.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:39.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:39.856 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:39.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:39.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:39.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:39.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:40 smithi137 ceph-mon[117020]: pgmap v5625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:40 smithi066 ceph-mon[112137]: pgmap v5625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:40 smithi203 ceph-mon[117428]: pgmap v5625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:41.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:41 smithi137 ceph-mon[117020]: from='client.162579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:41 smithi066 ceph-mon[112137]: from='client.162579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:41 smithi203 ceph-mon[117428]: from='client.162579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:42 smithi137 ceph-mon[117020]: pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:20:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:42 smithi066 ceph-mon[112137]: pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:20:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:42 smithi203 ceph-mon[117428]: pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:20:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:43 smithi203 ceph-mon[117428]: pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:20:44.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:43 smithi137 ceph-mon[117020]: pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:20:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:43 smithi066 ceph-mon[112137]: pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:20:44.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:44.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:44.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:45.576 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:45.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:45.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:45.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:45.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:46 smithi137 ceph-mon[117020]: from='client.162654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:46 smithi137 ceph-mon[117020]: pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:46 smithi066 ceph-mon[112137]: from='client.162654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:46 smithi066 ceph-mon[112137]: pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:46 smithi203 ceph-mon[117428]: from='client.162654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:46 smithi203 ceph-mon[117428]: pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:48 smithi137 ceph-mon[117020]: pgmap v5629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:48 smithi066 ceph-mon[112137]: pgmap v5629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:48 smithi203 ceph-mon[117428]: pgmap v5629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:50.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:50.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:50.579 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:50 smithi137 ceph-mon[117020]: pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:50 smithi066 ceph-mon[112137]: pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:50 smithi203 ceph-mon[117428]: pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:51.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:51.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:51.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:51.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:51.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:52 smithi137 ceph-mon[117020]: from='client.162732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:52 smithi137 ceph-mon[117020]: pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:52 smithi066 ceph-mon[112137]: from='client.162732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:52 smithi066 ceph-mon[112137]: pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:52 smithi203 ceph-mon[117428]: from='client.162732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:52 smithi203 ceph-mon[117428]: pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:53 smithi203 ceph-mon[117428]: pgmap v5632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:20:54.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:53 smithi137 ceph-mon[117020]: pgmap v5632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:20:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:53 smithi066 ceph-mon[112137]: pgmap v5632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:20:56.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:20:56.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:56.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:56 smithi137 ceph-mon[117020]: pgmap v5633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:20:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:56 smithi066 ceph-mon[112137]: pgmap v5633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:20:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:56 smithi203 ceph-mon[117428]: pgmap v5633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:20:57.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:57.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:57.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:57.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:20:57.043 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:20:58.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:58 smithi137 ceph-mon[117020]: from='client.162804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:20:58 smithi137 ceph-mon[117020]: pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:58 smithi066 ceph-mon[112137]: from='client.162804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:20:58 smithi066 ceph-mon[112137]: pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:58 smithi203 ceph-mon[117428]: from='client.162804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:20:58 smithi203 ceph-mon[117428]: pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:00 smithi137 ceph-mon[117020]: pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:00 smithi066 ceph-mon[112137]: pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:00 smithi203 ceph-mon[117428]: pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:02.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:02.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:02.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:02 smithi137 ceph-mon[117020]: pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:02 smithi066 ceph-mon[112137]: pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:02.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:02.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:02.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:02.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:02.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:02 smithi203 ceph-mon[117428]: pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:03 smithi137 ceph-mon[117020]: from='client.162879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:03 smithi066 ceph-mon[112137]: from='client.162879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:03 smithi203 ceph-mon[117428]: from='client.162879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:04 smithi137 ceph-mon[117020]: pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:04 smithi066 ceph-mon[112137]: pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:04 smithi203 ceph-mon[117428]: pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:06 smithi137 ceph-mon[117020]: pgmap v5638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:06 smithi066 ceph-mon[112137]: pgmap v5638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:06 smithi203 ceph-mon[117428]: pgmap v5638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:07.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:07.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:07.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:08.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:08.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:08.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:08.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:08.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:08 smithi137 ceph-mon[117020]: pgmap v5639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:08 smithi066 ceph-mon[112137]: pgmap v5639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:08 smithi203 ceph-mon[117428]: pgmap v5639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:09 smithi137 ceph-mon[117020]: from='client.162954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:09 smithi066 ceph-mon[112137]: from='client.162954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:09.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:09 smithi203 ceph-mon[117428]: from='client.162954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:10 smithi137 ceph-mon[117020]: pgmap v5640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:10 smithi066 ceph-mon[112137]: pgmap v5640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:10 smithi203 ceph-mon[117428]: pgmap v5640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:12 smithi066 ceph-mon[112137]: pgmap v5641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:12 smithi203 ceph-mon[117428]: pgmap v5641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:12 smithi137 ceph-mon[117020]: pgmap v5641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:13.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:13.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:13.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:21:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:13 smithi203 ceph-mon[117428]: pgmap v5642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:21:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:21:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:21:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:21:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:13 smithi137 ceph-mon[117020]: pgmap v5642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:21:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:21:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:21:14.215 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:14.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:14.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:14.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:14.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:21:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:13 smithi066 ceph-mon[112137]: pgmap v5642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:21:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:21:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:21:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:14 smithi203 ceph-mon[117428]: from='client.163029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:14 smithi137 ceph-mon[117020]: from='client.163029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:14 smithi066 ceph-mon[112137]: from='client.163029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:15 smithi203 ceph-mon[117428]: pgmap v5643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:15 smithi137 ceph-mon[117020]: pgmap v5643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:15 smithi066 ceph-mon[112137]: pgmap v5643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:18 smithi137 ceph-mon[117020]: pgmap v5644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:18 smithi066 ceph-mon[112137]: pgmap v5644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:18 smithi203 ceph-mon[117428]: pgmap v5644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:19.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:19.217 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:19.217 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:19.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:19.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:19.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:19.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:19.941 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:20.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:20 smithi137 ceph-mon[117020]: pgmap v5645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:20 smithi066 ceph-mon[112137]: pgmap v5645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:20 smithi203 ceph-mon[117428]: pgmap v5645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:21 smithi137 ceph-mon[117020]: from='client.163101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:21 smithi066 ceph-mon[112137]: from='client.163101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:21 smithi203 ceph-mon[117428]: from='client.163101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:22 smithi137 ceph-mon[117020]: pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:22 smithi066 ceph-mon[112137]: pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:22 smithi203 ceph-mon[117428]: pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:23 smithi203 ceph-mon[117428]: pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:24.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:23 smithi137 ceph-mon[117020]: pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:23 smithi066 ceph-mon[112137]: pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:24.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:24.943 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:24.943 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:25.684 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:25.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:25.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:25.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:25.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:26 smithi137 ceph-mon[117020]: pgmap v5648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:26 smithi137 ceph-mon[117020]: from='client.163176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:26 smithi066 ceph-mon[112137]: pgmap v5648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:26 smithi066 ceph-mon[112137]: from='client.163176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:26 smithi203 ceph-mon[117428]: pgmap v5648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:26 smithi203 ceph-mon[117428]: from='client.163176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:28 smithi137 ceph-mon[117020]: pgmap v5649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:28 smithi066 ceph-mon[112137]: pgmap v5649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:28 smithi203 ceph-mon[117428]: pgmap v5649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:30 smithi137 ceph-mon[117020]: pgmap v5650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:30.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:30.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:30.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:30 smithi066 ceph-mon[112137]: pgmap v5650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:30 smithi203 ceph-mon[117428]: pgmap v5650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:31.412 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:31.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:31.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:31.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:31.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:32 smithi137 ceph-mon[117020]: from='client.163251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:32 smithi137 ceph-mon[117020]: pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:32 smithi066 ceph-mon[112137]: from='client.163251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:32 smithi066 ceph-mon[112137]: pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:32 smithi203 ceph-mon[117428]: from='client.163251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:32 smithi203 ceph-mon[117428]: pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:33 smithi203 ceph-mon[117428]: pgmap v5652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:33 smithi137 ceph-mon[117020]: pgmap v5652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:33 smithi066 ceph-mon[112137]: pgmap v5652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:36.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:36.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:36.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:36 smithi137 ceph-mon[117020]: pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:36 smithi066 ceph-mon[112137]: pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:36 smithi203 ceph-mon[117428]: pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:37.139 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:37.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:37.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:37.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:37.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:38 smithi137 ceph-mon[117020]: from='client.163329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:38 smithi137 ceph-mon[117020]: pgmap v5654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:38 smithi066 ceph-mon[112137]: from='client.163329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:38 smithi066 ceph-mon[112137]: pgmap v5654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:38 smithi203 ceph-mon[117428]: from='client.163329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:38 smithi203 ceph-mon[117428]: pgmap v5654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:40.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:40 smithi137 ceph-mon[117020]: pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:40 smithi066 ceph-mon[112137]: pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:40 smithi203 ceph-mon[117428]: pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:42.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:42.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:42.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:42 smithi137 ceph-mon[117020]: pgmap v5656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:42 smithi066 ceph-mon[112137]: pgmap v5656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:42 smithi203 ceph-mon[117428]: pgmap v5656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:42.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:42.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:42.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:42.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:42.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:43 smithi203 ceph-mon[117428]: from='client.163407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:43 smithi203 ceph-mon[117428]: pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:43 smithi137 ceph-mon[117020]: from='client.163407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:43 smithi137 ceph-mon[117020]: pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:43 smithi066 ceph-mon[112137]: from='client.163407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:43 smithi066 ceph-mon[112137]: pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:46 smithi137 ceph-mon[117020]: pgmap v5658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:46 smithi066 ceph-mon[112137]: pgmap v5658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:46 smithi203 ceph-mon[117428]: pgmap v5658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:47.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:47.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:47.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:48.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:48.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:48.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:48.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:48.605 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:48 smithi137 ceph-mon[117020]: pgmap v5659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:48 smithi066 ceph-mon[112137]: pgmap v5659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:48 smithi203 ceph-mon[117428]: pgmap v5659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:49 smithi137 ceph-mon[117020]: from='client.163485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:49.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:49 smithi066 ceph-mon[112137]: from='client.163485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:49 smithi203 ceph-mon[117428]: from='client.163485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:50 smithi137 ceph-mon[117020]: pgmap v5660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:50 smithi066 ceph-mon[112137]: pgmap v5660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:50 smithi203 ceph-mon[117428]: pgmap v5660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:52 smithi137 ceph-mon[117020]: pgmap v5661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:52 smithi066 ceph-mon[112137]: pgmap v5661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:52 smithi203 ceph-mon[117428]: pgmap v5661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:53.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:53.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:53.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:53 smithi203 ceph-mon[117428]: pgmap v5662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:53 smithi137 ceph-mon[117020]: pgmap v5662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:53 smithi066 ceph-mon[112137]: pgmap v5662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:54.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:21:54.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:54.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:54.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:54.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:21:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:54 smithi203 ceph-mon[117428]: from='client.163560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:54 smithi137 ceph-mon[117020]: from='client.163560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:54 smithi066 ceph-mon[112137]: from='client.163560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:55 smithi203 ceph-mon[117428]: pgmap v5663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:56.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:55 smithi137 ceph-mon[117020]: pgmap v5663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:55 smithi066 ceph-mon[112137]: pgmap v5663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:21:58 smithi137 ceph-mon[117020]: pgmap v5664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:21:58 smithi066 ceph-mon[112137]: pgmap v5664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:21:58 smithi203 ceph-mon[117428]: pgmap v5664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:59.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:21:59.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:59.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:00.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:00.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:00.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:00.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:00.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:00 smithi137 ceph-mon[117020]: pgmap v5665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:00 smithi066 ceph-mon[112137]: pgmap v5665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:00 smithi203 ceph-mon[117428]: pgmap v5665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:01 smithi137 ceph-mon[117020]: from='client.163632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:01 smithi066 ceph-mon[112137]: from='client.163632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:01 smithi203 ceph-mon[117428]: from='client.163632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:02 smithi137 ceph-mon[117020]: pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:02 smithi066 ceph-mon[112137]: pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:02 smithi203 ceph-mon[117428]: pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:03 smithi203 ceph-mon[117428]: pgmap v5667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:03 smithi137 ceph-mon[117020]: pgmap v5667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:03 smithi066 ceph-mon[112137]: pgmap v5667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:05.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:05.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:05.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:05.783 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:05.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:05.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:05.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:05.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:06 smithi137 ceph-mon[117020]: pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:06 smithi137 ceph-mon[117020]: from='client.163704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:06 smithi066 ceph-mon[112137]: pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:06 smithi066 ceph-mon[112137]: from='client.163704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:06 smithi203 ceph-mon[117428]: pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:06 smithi203 ceph-mon[117428]: from='client.163704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:08 smithi137 ceph-mon[117020]: pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:08 smithi066 ceph-mon[112137]: pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:08 smithi203 ceph-mon[117428]: pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:10 smithi137 ceph-mon[117020]: pgmap v5670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:10 smithi066 ceph-mon[112137]: pgmap v5670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:10.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:10.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:10.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:10 smithi203 ceph-mon[117428]: pgmap v5670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:11.523 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:11.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:11.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:11.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:11.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:12 smithi137 ceph-mon[117020]: from='client.163779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:12 smithi137 ceph-mon[117020]: pgmap v5671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:12 smithi066 ceph-mon[112137]: from='client.163779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:12 smithi066 ceph-mon[112137]: pgmap v5671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:12 smithi203 ceph-mon[117428]: from='client.163779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:12 smithi203 ceph-mon[117428]: pgmap v5671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:13 smithi203 ceph-mon[117428]: pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:13 smithi137 ceph-mon[117020]: pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:13 smithi066 ceph-mon[112137]: pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:22:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:22:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:22:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:22:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:22:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:22:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:22:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:22:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:22:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:22:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:22:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:22:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:15 smithi203 ceph-mon[117428]: pgmap v5673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:15 smithi137 ceph-mon[117020]: pgmap v5673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:15 smithi066 ceph-mon[112137]: pgmap v5673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:16.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:16.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:16.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:17.251 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:17.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:17.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:17.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:17.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:18 smithi137 ceph-mon[117020]: from='client.163857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:18 smithi137 ceph-mon[117020]: pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:18 smithi066 ceph-mon[112137]: from='client.163857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:18 smithi066 ceph-mon[112137]: pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:18 smithi203 ceph-mon[117428]: from='client.163857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:18 smithi203 ceph-mon[117428]: pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:20 smithi137 ceph-mon[117020]: pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:20 smithi066 ceph-mon[112137]: pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:20 smithi203 ceph-mon[117428]: pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:22.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:22.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:22.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:22 smithi137 ceph-mon[117020]: pgmap v5676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:22 smithi066 ceph-mon[112137]: pgmap v5676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:22 smithi203 ceph-mon[117428]: pgmap v5676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:22.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:22.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:22.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:22.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:22.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:23 smithi203 ceph-mon[117428]: from='client.163932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:23 smithi203 ceph-mon[117428]: pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:23 smithi137 ceph-mon[117020]: from='client.163932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:23 smithi137 ceph-mon[117020]: pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:23 smithi066 ceph-mon[112137]: from='client.163932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:23 smithi066 ceph-mon[112137]: pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:26 smithi137 ceph-mon[117020]: pgmap v5678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:26 smithi066 ceph-mon[112137]: pgmap v5678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:26 smithi203 ceph-mon[117428]: pgmap v5678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:27.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:27.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:27.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:28 smithi137 ceph-mon[117020]: pgmap v5679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:28.716 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:28.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:28.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:28.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:28.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:28 smithi066 ceph-mon[112137]: pgmap v5679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:28 smithi203 ceph-mon[117428]: pgmap v5679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:29 smithi137 ceph-mon[117020]: from='client.164010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:29.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:29 smithi066 ceph-mon[112137]: from='client.164010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:29.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:29 smithi203 ceph-mon[117428]: from='client.164010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:30 smithi137 ceph-mon[117020]: pgmap v5680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:30 smithi066 ceph-mon[112137]: pgmap v5680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:30 smithi203 ceph-mon[117428]: pgmap v5680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:32 smithi137 ceph-mon[117020]: pgmap v5681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:32 smithi066 ceph-mon[112137]: pgmap v5681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:32 smithi203 ceph-mon[117428]: pgmap v5681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:33.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:33.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:33.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:33 smithi203 ceph-mon[117428]: pgmap v5682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:33 smithi137 ceph-mon[117020]: pgmap v5682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:33 smithi066 ceph-mon[112137]: pgmap v5682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:34.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:34.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:34.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:34.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:34.438 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:34 smithi203 ceph-mon[117428]: from='client.164088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:34 smithi137 ceph-mon[117020]: from='client.164088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:34 smithi066 ceph-mon[112137]: from='client.164088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:36.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:35 smithi203 ceph-mon[117428]: pgmap v5683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:35 smithi137 ceph-mon[117020]: pgmap v5683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:35 smithi066 ceph-mon[112137]: pgmap v5683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:38 smithi137 ceph-mon[117020]: pgmap v5684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:38 smithi066 ceph-mon[112137]: pgmap v5684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:38 smithi203 ceph-mon[117428]: pgmap v5684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:39.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:39.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:39.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:40.163 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:40.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:40.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:40.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:40.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:40 smithi137 ceph-mon[117020]: pgmap v5685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:40 smithi066 ceph-mon[112137]: pgmap v5685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:40 smithi203 ceph-mon[117428]: pgmap v5685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:41 smithi137 ceph-mon[117020]: from='client.164163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:41 smithi066 ceph-mon[112137]: from='client.164163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:41 smithi203 ceph-mon[117428]: from='client.164163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:42 smithi137 ceph-mon[117020]: pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:42 smithi066 ceph-mon[112137]: pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:42 smithi203 ceph-mon[117428]: pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:43 smithi203 ceph-mon[117428]: pgmap v5687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:43 smithi137 ceph-mon[117020]: pgmap v5687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:43 smithi066 ceph-mon[112137]: pgmap v5687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:45.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:45.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:45.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:45.908 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:45.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:45.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:45.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:45.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:46 smithi137 ceph-mon[117020]: pgmap v5688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:46 smithi066 ceph-mon[112137]: pgmap v5688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:46 smithi203 ceph-mon[117428]: pgmap v5688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:47 smithi137 ceph-mon[117020]: from='client.164229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:47 smithi066 ceph-mon[112137]: from='client.164229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:47 smithi203 ceph-mon[117428]: from='client.164229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:48 smithi137 ceph-mon[117020]: pgmap v5689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:48 smithi066 ceph-mon[112137]: pgmap v5689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:48 smithi203 ceph-mon[117428]: pgmap v5689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:50 smithi066 ceph-mon[112137]: pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:50 smithi203 ceph-mon[117428]: pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:50 smithi137 ceph-mon[117020]: pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:50.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:50.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:50.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:51.633 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:51.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:51.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:51.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:51.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:52 smithi066 ceph-mon[112137]: from='client.164304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:52 smithi066 ceph-mon[112137]: pgmap v5691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:52 smithi203 ceph-mon[117428]: from='client.164304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:52 smithi203 ceph-mon[117428]: pgmap v5691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:52 smithi137 ceph-mon[117020]: from='client.164304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:52 smithi137 ceph-mon[117020]: pgmap v5691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:53 smithi203 ceph-mon[117428]: pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:54.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:53 smithi137 ceph-mon[117020]: pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:53 smithi066 ceph-mon[112137]: pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:56 smithi137 ceph-mon[117020]: pgmap v5693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:56.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:22:56.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:56.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:56 smithi066 ceph-mon[112137]: pgmap v5693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:56 smithi203 ceph-mon[117428]: pgmap v5693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:57.352 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:22:57.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:57.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:57.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:57.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:22:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:58 smithi137 ceph-mon[117020]: from='client.164379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:22:58 smithi137 ceph-mon[117020]: pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:58 smithi066 ceph-mon[112137]: from='client.164379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:22:58 smithi066 ceph-mon[112137]: pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:58 smithi203 ceph-mon[117428]: from='client.164379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:22:58 smithi203 ceph-mon[117428]: pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:00 smithi066 ceph-mon[112137]: pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:00 smithi203 ceph-mon[117428]: pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:00 smithi137 ceph-mon[117020]: pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:02.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:02.355 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:02.355 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:02 smithi066 ceph-mon[112137]: pgmap v5696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:02 smithi203 ceph-mon[117428]: pgmap v5696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:02 smithi137 ceph-mon[117020]: pgmap v5696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:03.076 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:03.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:03.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:03.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:03.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:03 smithi203 ceph-mon[117428]: from='client.164454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:03 smithi203 ceph-mon[117428]: pgmap v5697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:03 smithi137 ceph-mon[117020]: from='client.164454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:03 smithi137 ceph-mon[117020]: pgmap v5697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:03 smithi066 ceph-mon[112137]: from='client.164454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:03 smithi066 ceph-mon[112137]: pgmap v5697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:06 smithi137 ceph-mon[117020]: pgmap v5698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:06 smithi066 ceph-mon[112137]: pgmap v5698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:06 smithi203 ceph-mon[117428]: pgmap v5698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:08.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:08.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:08.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:08 smithi066 ceph-mon[112137]: pgmap v5699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:08.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:08.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:08.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:08.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:08.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:08 smithi203 ceph-mon[117428]: pgmap v5699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:08 smithi137 ceph-mon[117020]: pgmap v5699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:09 smithi066 ceph-mon[112137]: from='client.164532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:09.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:09 smithi203 ceph-mon[117428]: from='client.164532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:09.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:09 smithi137 ceph-mon[117020]: from='client.164532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:10 smithi066 ceph-mon[112137]: pgmap v5700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:10 smithi203 ceph-mon[117428]: pgmap v5700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:10 smithi137 ceph-mon[117020]: pgmap v5700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:12 smithi066 ceph-mon[112137]: pgmap v5701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:12 smithi203 ceph-mon[117428]: pgmap v5701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:12 smithi137 ceph-mon[117020]: pgmap v5701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:13.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:13.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:13.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:13 smithi203 ceph-mon[117428]: pgmap v5702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:13 smithi137 ceph-mon[117020]: pgmap v5702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:13 smithi066 ceph-mon[112137]: pgmap v5702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:14.542 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:14.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:14.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:14.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:14.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:14 smithi203 ceph-mon[117428]: from='client.164607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:23:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:14 smithi137 ceph-mon[117020]: from='client.164607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:23:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:14 smithi066 ceph-mon[112137]: from='client.164607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:23:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:23:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:23:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:15 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:23:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:15 smithi203 ceph-mon[117428]: pgmap v5703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:23:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:23:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:15 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:23:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:15 smithi137 ceph-mon[117020]: pgmap v5703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:23:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:23:16.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:15 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:23:16.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:15 smithi066 ceph-mon[112137]: pgmap v5703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:18 smithi066 ceph-mon[112137]: pgmap v5704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:18 smithi203 ceph-mon[117428]: pgmap v5704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:18 smithi137 ceph-mon[117020]: pgmap v5704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:19.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:19.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:19.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:20.270 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:20.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:20.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:20.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:20.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:20 smithi066 ceph-mon[112137]: pgmap v5705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:20 smithi203 ceph-mon[117428]: pgmap v5705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:20 smithi137 ceph-mon[117020]: pgmap v5705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:21 smithi066 ceph-mon[112137]: from='client.164679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:21 smithi203 ceph-mon[117428]: from='client.164679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:21 smithi137 ceph-mon[117020]: from='client.164679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:22 smithi066 ceph-mon[112137]: pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:22 smithi203 ceph-mon[117428]: pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:22 smithi137 ceph-mon[117020]: pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:23 smithi203 ceph-mon[117428]: pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:24.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:23 smithi137 ceph-mon[117020]: pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:23 smithi066 ceph-mon[112137]: pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:25.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:25.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:25.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:25.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:25.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:25.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:25.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:25.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:26 smithi066 ceph-mon[112137]: pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:26 smithi203 ceph-mon[117428]: pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:26 smithi137 ceph-mon[117020]: pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:27 smithi066 ceph-mon[112137]: from='client.164748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:27 smithi203 ceph-mon[117428]: from='client.164748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:27 smithi137 ceph-mon[117020]: from='client.164748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:28 smithi066 ceph-mon[112137]: pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:28 smithi203 ceph-mon[117428]: pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:28 smithi137 ceph-mon[117020]: pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:30 smithi066 ceph-mon[112137]: pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:30 smithi203 ceph-mon[117428]: pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:30 smithi137 ceph-mon[117020]: pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:30.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:30.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:30.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:31.710 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:31.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:31.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:31.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:31.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:32 smithi066 ceph-mon[112137]: pgmap v5711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:32 smithi066 ceph-mon[112137]: from='client.164826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:32 smithi203 ceph-mon[117428]: pgmap v5711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:32 smithi203 ceph-mon[117428]: from='client.164826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:32 smithi137 ceph-mon[117020]: pgmap v5711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:32 smithi137 ceph-mon[117020]: from='client.164826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:33 smithi203 ceph-mon[117428]: pgmap v5712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:33 smithi137 ceph-mon[117020]: pgmap v5712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:33 smithi066 ceph-mon[112137]: pgmap v5712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:36.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:36.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:36.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:36 smithi066 ceph-mon[112137]: pgmap v5713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:36 smithi203 ceph-mon[117428]: pgmap v5713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:36 smithi137 ceph-mon[117020]: pgmap v5713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:37.439 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:37.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:37.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:37.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:37.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:38 smithi066 ceph-mon[112137]: from='client.164901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:38 smithi066 ceph-mon[112137]: pgmap v5714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:38 smithi203 ceph-mon[117428]: from='client.164901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:38 smithi203 ceph-mon[117428]: pgmap v5714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:38 smithi137 ceph-mon[117020]: from='client.164901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:38 smithi137 ceph-mon[117020]: pgmap v5714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:40 smithi066 ceph-mon[112137]: pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:40 smithi203 ceph-mon[117428]: pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:40 smithi137 ceph-mon[117020]: pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:42.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:42.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:42.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:42 smithi066 ceph-mon[112137]: pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:42 smithi203 ceph-mon[117428]: pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:42 smithi137 ceph-mon[117020]: pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:43.160 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:43.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:43.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:43.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:43.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:43 smithi203 ceph-mon[117428]: from='client.164979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:43 smithi203 ceph-mon[117428]: pgmap v5717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:43 smithi137 ceph-mon[117020]: from='client.164979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:43 smithi137 ceph-mon[117020]: pgmap v5717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:43 smithi066 ceph-mon[112137]: from='client.164979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:43 smithi066 ceph-mon[112137]: pgmap v5717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:46 smithi066 ceph-mon[112137]: pgmap v5718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:46 smithi203 ceph-mon[117428]: pgmap v5718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:46 smithi137 ceph-mon[117020]: pgmap v5718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:48.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:48.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:48.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:48 smithi066 ceph-mon[112137]: pgmap v5719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:48 smithi203 ceph-mon[117428]: pgmap v5719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:48 smithi137 ceph-mon[117020]: pgmap v5719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:48.879 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:48.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:48.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:48.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:48.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:50 smithi066 ceph-mon[112137]: from='client.165054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:50 smithi066 ceph-mon[112137]: pgmap v5720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:50 smithi203 ceph-mon[117428]: from='client.165054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:50 smithi203 ceph-mon[117428]: pgmap v5720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:50 smithi137 ceph-mon[117020]: from='client.165054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:50 smithi137 ceph-mon[117020]: pgmap v5720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:52 smithi066 ceph-mon[112137]: pgmap v5721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:52 smithi203 ceph-mon[117428]: pgmap v5721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:52 smithi137 ceph-mon[117020]: pgmap v5721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:53.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:53.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:53.882 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:53 smithi203 ceph-mon[117428]: pgmap v5722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:53 smithi137 ceph-mon[117020]: pgmap v5722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:53 smithi066 ceph-mon[112137]: pgmap v5722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:54.612 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:23:54.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:54.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:54.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:54.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:23:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:54 smithi203 ceph-mon[117428]: from='client.165126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:54 smithi137 ceph-mon[117020]: from='client.165126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:54 smithi066 ceph-mon[112137]: from='client.165126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:55 smithi203 ceph-mon[117428]: pgmap v5723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:55 smithi137 ceph-mon[117020]: pgmap v5723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:55 smithi066 ceph-mon[112137]: pgmap v5723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:23:58 smithi066 ceph-mon[112137]: pgmap v5724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:23:58 smithi203 ceph-mon[117428]: pgmap v5724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:23:58 smithi137 ceph-mon[117020]: pgmap v5724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:59.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:23:59.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:59.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:00.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:00.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:00.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:00.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:00.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:00 smithi066 ceph-mon[112137]: pgmap v5725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:00 smithi203 ceph-mon[117428]: pgmap v5725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:00 smithi137 ceph-mon[117020]: pgmap v5725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:01 smithi066 ceph-mon[112137]: from='client.165204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:01 smithi203 ceph-mon[117428]: from='client.165204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:01 smithi137 ceph-mon[117020]: from='client.165204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:02 smithi066 ceph-mon[112137]: pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:02 smithi203 ceph-mon[117428]: pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:02 smithi137 ceph-mon[117020]: pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:03 smithi203 ceph-mon[117428]: pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:03 smithi137 ceph-mon[117020]: pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:03 smithi066 ceph-mon[112137]: pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:05.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:05.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:05.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:06.089 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:06.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:06.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:06.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:06.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:06 smithi066 ceph-mon[112137]: pgmap v5728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:06 smithi203 ceph-mon[117428]: pgmap v5728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:06 smithi137 ceph-mon[117020]: pgmap v5728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:07 smithi066 ceph-mon[112137]: from='client.165279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:07 smithi203 ceph-mon[117428]: from='client.165279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:07.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:07 smithi137 ceph-mon[117020]: from='client.165279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:08 smithi066 ceph-mon[112137]: pgmap v5729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:08 smithi203 ceph-mon[117428]: pgmap v5729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:08 smithi137 ceph-mon[117020]: pgmap v5729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:10 smithi066 ceph-mon[112137]: pgmap v5730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:10 smithi203 ceph-mon[117428]: pgmap v5730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:10 smithi137 ceph-mon[117020]: pgmap v5730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:11.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:11.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:11.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:11.827 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:11.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:11.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:11.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:11.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:12 smithi066 ceph-mon[112137]: pgmap v5731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:12 smithi066 ceph-mon[112137]: from='client.165357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:12 smithi203 ceph-mon[117428]: pgmap v5731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:12 smithi203 ceph-mon[117428]: from='client.165357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:12 smithi137 ceph-mon[117020]: pgmap v5731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:12 smithi137 ceph-mon[117020]: from='client.165357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:13 smithi203 ceph-mon[117428]: pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:13 smithi137 ceph-mon[117020]: pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:13 smithi066 ceph-mon[112137]: pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:15.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:24:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:24:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:24:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:24:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:24:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:24:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:24:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:24:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:24:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:24:16.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:16.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:16.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:17.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:17.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:17.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:17.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:17.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:18 smithi066 ceph-mon[112137]: from='client.165435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:18 smithi066 ceph-mon[112137]: pgmap v5734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:18 smithi203 ceph-mon[117428]: from='client.165435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:18 smithi203 ceph-mon[117428]: pgmap v5734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:18 smithi137 ceph-mon[117020]: from='client.165435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:18 smithi137 ceph-mon[117020]: pgmap v5734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:20 smithi066 ceph-mon[112137]: pgmap v5735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:20 smithi203 ceph-mon[117428]: pgmap v5735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:20 smithi137 ceph-mon[117020]: pgmap v5735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:22.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:22.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:22.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:22 smithi066 ceph-mon[112137]: pgmap v5736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:22 smithi203 ceph-mon[117428]: pgmap v5736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:22 smithi137 ceph-mon[117020]: pgmap v5736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:23.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:23.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:23.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:23.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:23.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:23 smithi203 ceph-mon[117428]: from='client.165504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:23 smithi203 ceph-mon[117428]: pgmap v5737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:24.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:23 smithi137 ceph-mon[117020]: from='client.165504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:23 smithi137 ceph-mon[117020]: pgmap v5737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:23 smithi066 ceph-mon[112137]: from='client.165504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:23 smithi066 ceph-mon[112137]: pgmap v5737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:26 smithi066 ceph-mon[112137]: pgmap v5738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:26 smithi203 ceph-mon[117428]: pgmap v5738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:26 smithi137 ceph-mon[117020]: pgmap v5738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:28.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:28.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:28.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:28 smithi066 ceph-mon[112137]: pgmap v5739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:28 smithi203 ceph-mon[117428]: pgmap v5739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:28 smithi137 ceph-mon[117020]: pgmap v5739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:29.030 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:29.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:29.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:29.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:29.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:30 smithi066 ceph-mon[112137]: from='client.165579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:30 smithi066 ceph-mon[112137]: pgmap v5740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:30 smithi203 ceph-mon[117428]: from='client.165579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:30 smithi203 ceph-mon[117428]: pgmap v5740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:30 smithi137 ceph-mon[117020]: from='client.165579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:30 smithi137 ceph-mon[117020]: pgmap v5740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:32 smithi066 ceph-mon[112137]: pgmap v5741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:32 smithi203 ceph-mon[117428]: pgmap v5741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:32 smithi137 ceph-mon[117020]: pgmap v5741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:34.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:34.032 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:34.032 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:33 smithi203 ceph-mon[117428]: pgmap v5742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:33 smithi137 ceph-mon[117020]: pgmap v5742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:33 smithi066 ceph-mon[112137]: pgmap v5742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:34.763 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:34.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:34.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:34.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:34.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:34 smithi203 ceph-mon[117428]: from='client.165657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:34 smithi137 ceph-mon[117020]: from='client.165657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:34 smithi066 ceph-mon[112137]: from='client.165657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:36.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:35 smithi203 ceph-mon[117428]: pgmap v5743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:24:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:35 smithi137 ceph-mon[117020]: pgmap v5743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:24:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:35 smithi066 ceph-mon[112137]: pgmap v5743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:24:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:38 smithi066 ceph-mon[112137]: pgmap v5744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:24:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:38 smithi203 ceph-mon[117428]: pgmap v5744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:24:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:38 smithi137 ceph-mon[117020]: pgmap v5744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:24:39.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:39.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:39.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:40.502 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:40.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:40.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:40.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:40.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:40 smithi066 ceph-mon[112137]: pgmap v5745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:24:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:40 smithi203 ceph-mon[117428]: pgmap v5745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:24:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:40 smithi137 ceph-mon[117020]: pgmap v5745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:24:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:41 smithi066 ceph-mon[112137]: from='client.165729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:41 smithi203 ceph-mon[117428]: from='client.165729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:41 smithi137 ceph-mon[117020]: from='client.165729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:42 smithi066 ceph-mon[112137]: pgmap v5746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:42 smithi203 ceph-mon[117428]: pgmap v5746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:42 smithi137 ceph-mon[117020]: pgmap v5746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:43 smithi203 ceph-mon[117428]: pgmap v5747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:43 smithi137 ceph-mon[117020]: pgmap v5747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:43 smithi066 ceph-mon[112137]: pgmap v5747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:45.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:45.504 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:45.504 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:46.235 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:46.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:46.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:46.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:46.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:46 smithi066 ceph-mon[112137]: pgmap v5748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:46 smithi203 ceph-mon[117428]: pgmap v5748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:46 smithi137 ceph-mon[117020]: pgmap v5748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:47 smithi066 ceph-mon[112137]: from='client.165807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:47 smithi203 ceph-mon[117428]: from='client.165807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:47 smithi137 ceph-mon[117020]: from='client.165807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:48 smithi066 ceph-mon[112137]: pgmap v5749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:24:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:48 smithi203 ceph-mon[117428]: pgmap v5749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:24:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:48 smithi137 ceph-mon[117020]: pgmap v5749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:24:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:50 smithi066 ceph-mon[112137]: pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:24:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:50 smithi203 ceph-mon[117428]: pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:24:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:50 smithi137 ceph-mon[117020]: pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:24:51.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:51.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:51.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:51.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:51.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:51.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:51.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:51.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:52 smithi066 ceph-mon[112137]: pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:24:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:52 smithi203 ceph-mon[117428]: pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:24:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:52 smithi137 ceph-mon[117020]: pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:24:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:53 smithi066 ceph-mon[112137]: from='client.165885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:53 smithi203 ceph-mon[117428]: from='client.165885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:53 smithi137 ceph-mon[117020]: from='client.165885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:54 smithi066 ceph-mon[112137]: pgmap v5752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:54 smithi203 ceph-mon[117428]: pgmap v5752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:54 smithi137 ceph-mon[117020]: pgmap v5752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:56 smithi066 ceph-mon[112137]: pgmap v5753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:56 smithi203 ceph-mon[117428]: pgmap v5753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:56 smithi137 ceph-mon[117020]: pgmap v5753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:56.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:24:56.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:56.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:57.684 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:24:57.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:57.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:57.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:57.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:24:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:58 smithi066 ceph-mon[112137]: from='client.165963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:24:58 smithi066 ceph-mon[112137]: pgmap v5754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:58 smithi203 ceph-mon[117428]: from='client.165963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:24:58 smithi203 ceph-mon[117428]: pgmap v5754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:58 smithi137 ceph-mon[117020]: from='client.165963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:24:58 smithi137 ceph-mon[117020]: pgmap v5754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:00 smithi066 ceph-mon[112137]: pgmap v5755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:00 smithi203 ceph-mon[117428]: pgmap v5755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:00 smithi137 ceph-mon[117020]: pgmap v5755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:02.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:02.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:02.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:02 smithi066 ceph-mon[112137]: pgmap v5756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:02 smithi203 ceph-mon[117428]: pgmap v5756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:02 smithi137 ceph-mon[117020]: pgmap v5756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:03.404 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:03.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:03.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:03.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:03.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:03 smithi203 ceph-mon[117428]: from='client.113279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:03 smithi203 ceph-mon[117428]: pgmap v5757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:03 smithi137 ceph-mon[117020]: from='client.113279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:03 smithi137 ceph-mon[117020]: pgmap v5757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:03 smithi066 ceph-mon[112137]: from='client.113279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:03 smithi066 ceph-mon[112137]: pgmap v5757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:06 smithi066 ceph-mon[112137]: pgmap v5758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:06 smithi203 ceph-mon[117428]: pgmap v5758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:06 smithi137 ceph-mon[117020]: pgmap v5758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:08.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:08.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:08.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:08 smithi066 ceph-mon[112137]: pgmap v5759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:08 smithi203 ceph-mon[117428]: pgmap v5759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:08 smithi137 ceph-mon[117020]: pgmap v5759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:09.126 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:09.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:09.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:09.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:09.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:10 smithi066 ceph-mon[112137]: from='client.166113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:10 smithi066 ceph-mon[112137]: pgmap v5760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:10 smithi203 ceph-mon[117428]: from='client.166113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:10 smithi203 ceph-mon[117428]: pgmap v5760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:10 smithi137 ceph-mon[117020]: from='client.166113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:10 smithi137 ceph-mon[117020]: pgmap v5760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:12 smithi066 ceph-mon[112137]: pgmap v5761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:12 smithi203 ceph-mon[117428]: pgmap v5761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:12 smithi137 ceph-mon[117020]: pgmap v5761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:13 smithi203 ceph-mon[117428]: pgmap v5762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:13 smithi137 ceph-mon[117020]: pgmap v5762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:14.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:14.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:14.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:13 smithi066 ceph-mon[112137]: pgmap v5762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:14.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:14.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:14.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:14.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:14.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:14 smithi203 ceph-mon[117428]: from='client.166188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:14 smithi137 ceph-mon[117020]: from='client.166188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:14 smithi066 ceph-mon[112137]: from='client.166188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:15 smithi203 ceph-mon[117428]: pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:25:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:15 smithi137 ceph-mon[117020]: pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:25:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:15 smithi066 ceph-mon[112137]: pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:25:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:25:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:25:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:25:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:25:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:25:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:25:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:25:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:25:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:25:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:25:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:25:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:25:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:17 smithi137 ceph-mon[117020]: pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:25:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:17 smithi066 ceph-mon[112137]: pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:25:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:17 smithi203 ceph-mon[117428]: pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:25:19.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:19.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:19.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:20.583 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:20.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:20.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:20.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:20.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:20 smithi066 ceph-mon[112137]: pgmap v5765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:25:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:20 smithi203 ceph-mon[117428]: pgmap v5765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:25:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:20 smithi137 ceph-mon[117020]: pgmap v5765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:25:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:21 smithi066 ceph-mon[112137]: from='client.166263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:21 smithi203 ceph-mon[117428]: from='client.166263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:21 smithi137 ceph-mon[117020]: from='client.166263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:22 smithi066 ceph-mon[112137]: pgmap v5766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:22 smithi203 ceph-mon[117428]: pgmap v5766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:22 smithi137 ceph-mon[117020]: pgmap v5766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:23 smithi203 ceph-mon[117428]: pgmap v5767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:24.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:23 smithi137 ceph-mon[117020]: pgmap v5767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:23 smithi066 ceph-mon[112137]: pgmap v5767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:25.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:25.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:25.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:26.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:26.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:26.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:26.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:26.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:26 smithi066 ceph-mon[112137]: pgmap v5768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:26 smithi203 ceph-mon[117428]: pgmap v5768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:26 smithi137 ceph-mon[117020]: pgmap v5768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:27 smithi066 ceph-mon[112137]: from='client.166332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:27 smithi203 ceph-mon[117428]: from='client.166332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:27 smithi137 ceph-mon[117020]: from='client.166332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:28 smithi066 ceph-mon[112137]: pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:28 smithi203 ceph-mon[117428]: pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:28 smithi137 ceph-mon[117020]: pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:30 smithi066 ceph-mon[112137]: pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:30 smithi203 ceph-mon[117428]: pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:30 smithi137 ceph-mon[117020]: pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:31.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:31.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:31.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:32.036 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:32.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:32.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:32.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:32.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:32 smithi066 ceph-mon[112137]: pgmap v5771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:25:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:32 smithi203 ceph-mon[117428]: pgmap v5771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:25:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:32 smithi137 ceph-mon[117020]: pgmap v5771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:25:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:33 smithi066 ceph-mon[112137]: from='client.166407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:33 smithi203 ceph-mon[117428]: from='client.166407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:33 smithi137 ceph-mon[117020]: from='client.166407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:34 smithi066 ceph-mon[112137]: pgmap v5772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:34 smithi203 ceph-mon[117428]: pgmap v5772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:34 smithi137 ceph-mon[117020]: pgmap v5772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:36 smithi066 ceph-mon[112137]: pgmap v5773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:36 smithi203 ceph-mon[117428]: pgmap v5773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:36 smithi137 ceph-mon[117020]: pgmap v5773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:37.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:37.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:37.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:37.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:37.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:37.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:37.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:37.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:38 smithi066 ceph-mon[112137]: pgmap v5774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:38 smithi066 ceph-mon[112137]: from='client.166485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:38 smithi203 ceph-mon[117428]: pgmap v5774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:38 smithi203 ceph-mon[117428]: from='client.166485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:38 smithi137 ceph-mon[117020]: pgmap v5774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:38 smithi137 ceph-mon[117020]: from='client.166485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:40 smithi066 ceph-mon[112137]: pgmap v5775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:40 smithi203 ceph-mon[117428]: pgmap v5775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:40 smithi137 ceph-mon[117020]: pgmap v5775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:42 smithi066 ceph-mon[112137]: pgmap v5776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:42.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:42.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:42.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:42 smithi203 ceph-mon[117428]: pgmap v5776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:42 smithi137 ceph-mon[117020]: pgmap v5776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:43.487 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:43.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:43.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:43.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:43.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:43 smithi203 ceph-mon[117428]: from='client.166560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:43 smithi203 ceph-mon[117428]: pgmap v5777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:43 smithi137 ceph-mon[117020]: from='client.166560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:43 smithi137 ceph-mon[117020]: pgmap v5777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:43 smithi066 ceph-mon[112137]: from='client.166560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:43 smithi066 ceph-mon[112137]: pgmap v5777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:46 smithi066 ceph-mon[112137]: pgmap v5778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:46 smithi203 ceph-mon[117428]: pgmap v5778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:46 smithi137 ceph-mon[117020]: pgmap v5778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:48.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:48.489 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:48.489 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:48 smithi066 ceph-mon[112137]: pgmap v5779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:48 smithi203 ceph-mon[117428]: pgmap v5779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:48 smithi137 ceph-mon[117020]: pgmap v5779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:49.208 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:49.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:49.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:49.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:49.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:50 smithi066 ceph-mon[112137]: from='client.166638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:50 smithi066 ceph-mon[112137]: pgmap v5780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:50 smithi203 ceph-mon[117428]: from='client.166638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:50 smithi203 ceph-mon[117428]: pgmap v5780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:50 smithi137 ceph-mon[117020]: from='client.166638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:50 smithi137 ceph-mon[117020]: pgmap v5780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:52 smithi066 ceph-mon[112137]: pgmap v5781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:52 smithi203 ceph-mon[117428]: pgmap v5781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:52 smithi137 ceph-mon[117020]: pgmap v5781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:53 smithi203 ceph-mon[117428]: pgmap v5782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:53 smithi137 ceph-mon[117020]: pgmap v5782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:54.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:54.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:54.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:53 smithi066 ceph-mon[112137]: pgmap v5782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:54.938 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:25:54.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:54.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:54.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:54.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:25:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:56 smithi066 ceph-mon[112137]: from='client.166713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:56 smithi066 ceph-mon[112137]: pgmap v5783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:56 smithi203 ceph-mon[117428]: from='client.166713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:56 smithi203 ceph-mon[117428]: pgmap v5783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:56 smithi137 ceph-mon[117020]: from='client.166713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:56 smithi137 ceph-mon[117020]: pgmap v5783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:25:58 smithi066 ceph-mon[112137]: pgmap v5784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:25:58 smithi203 ceph-mon[117428]: pgmap v5784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:25:58 smithi137 ceph-mon[117020]: pgmap v5784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:59.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:25:59.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:59.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:00.665 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:00.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:00.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:00.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:00.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:00 smithi066 ceph-mon[112137]: pgmap v5785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:00 smithi203 ceph-mon[117428]: pgmap v5785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:00 smithi137 ceph-mon[117020]: pgmap v5785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:01 smithi066 ceph-mon[112137]: from='client.166791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:01 smithi203 ceph-mon[117428]: from='client.166791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:01 smithi137 ceph-mon[117020]: from='client.166791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:02 smithi066 ceph-mon[112137]: pgmap v5786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:02 smithi203 ceph-mon[117428]: pgmap v5786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:02 smithi137 ceph-mon[117020]: pgmap v5786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:03 smithi203 ceph-mon[117428]: pgmap v5787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:03 smithi137 ceph-mon[117020]: pgmap v5787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:03 smithi066 ceph-mon[112137]: pgmap v5787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:05.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:05.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:05.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:06.404 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:06.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:06.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:06.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:06.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:06 smithi066 ceph-mon[112137]: pgmap v5788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:06 smithi203 ceph-mon[117428]: pgmap v5788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:06 smithi137 ceph-mon[117020]: pgmap v5788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:07 smithi066 ceph-mon[112137]: from='client.166869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:07 smithi203 ceph-mon[117428]: from='client.166869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:07 smithi137 ceph-mon[117020]: from='client.166869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:08 smithi066 ceph-mon[112137]: pgmap v5789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:08 smithi203 ceph-mon[117428]: pgmap v5789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:08 smithi137 ceph-mon[117020]: pgmap v5789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:10 smithi066 ceph-mon[112137]: pgmap v5790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:10 smithi203 ceph-mon[117428]: pgmap v5790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:10 smithi137 ceph-mon[117020]: pgmap v5790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:11.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:11.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:11.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:12.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:12.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:12.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:12.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:12.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:12 smithi066 ceph-mon[112137]: pgmap v5791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:12 smithi203 ceph-mon[117428]: pgmap v5791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:12 smithi137 ceph-mon[117020]: pgmap v5791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:13 smithi066 ceph-mon[112137]: from='client.166941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:13 smithi203 ceph-mon[117428]: from='client.166941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:13 smithi137 ceph-mon[117020]: from='client.166941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:14 smithi066 ceph-mon[112137]: pgmap v5792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:14 smithi203 ceph-mon[117428]: pgmap v5792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:14 smithi137 ceph-mon[117020]: pgmap v5792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:16 smithi066 ceph-mon[112137]: pgmap v5793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:16 smithi203 ceph-mon[117428]: pgmap v5793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:16 smithi137 ceph-mon[117020]: pgmap v5793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:17.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:17.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:17.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:26:17.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:26:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:26:17.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:17.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:17.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:17.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:17.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: pgmap v5794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:26:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:26:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: pgmap v5794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:26:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:26:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:26:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: pgmap v5794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:26:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:26:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:26:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:26:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:26:19.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:19 smithi066 ceph-mon[112137]: from='client.167019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:19 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 17025M 2023-12-07T20:26:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:19 smithi203 ceph-mon[117428]: from='client.167019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:19 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 17025M 2023-12-07T20:26:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:19 smithi137 ceph-mon[117020]: from='client.167019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:19 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 17025M 2023-12-07T20:26:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:20 smithi066 ceph-mon[112137]: pgmap v5795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:20 smithi203 ceph-mon[117428]: pgmap v5795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:20 smithi137 ceph-mon[117020]: pgmap v5795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:22 smithi066 ceph-mon[112137]: pgmap v5796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:22 smithi203 ceph-mon[117428]: pgmap v5796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:22 smithi137 ceph-mon[117020]: pgmap v5796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:22.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:22.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:22.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:23.636 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:23.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:23.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:23.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:23.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:23 smithi137 ceph-mon[117020]: from='client.167088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:23 smithi137 ceph-mon[117020]: pgmap v5797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:23 smithi066 ceph-mon[112137]: from='client.167088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:23 smithi066 ceph-mon[112137]: pgmap v5797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:23 smithi203 ceph-mon[117428]: from='client.167088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:23 smithi203 ceph-mon[117428]: pgmap v5797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:26 smithi066 ceph-mon[112137]: pgmap v5798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:26 smithi203 ceph-mon[117428]: pgmap v5798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:26 smithi137 ceph-mon[117020]: pgmap v5798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:28.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:28.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:28.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:28 smithi066 ceph-mon[112137]: pgmap v5799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:28 smithi203 ceph-mon[117428]: pgmap v5799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:28 smithi137 ceph-mon[117020]: pgmap v5799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:29.379 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:29.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:29.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:29.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:29.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:30 smithi066 ceph-mon[112137]: from='client.167160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:30 smithi066 ceph-mon[112137]: pgmap v5800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:30 smithi203 ceph-mon[117428]: from='client.167160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:30 smithi203 ceph-mon[117428]: pgmap v5800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:30 smithi137 ceph-mon[117020]: from='client.167160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:30 smithi137 ceph-mon[117020]: pgmap v5800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:32 smithi066 ceph-mon[112137]: pgmap v5801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:32 smithi203 ceph-mon[117428]: pgmap v5801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:32 smithi137 ceph-mon[117020]: pgmap v5801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:33 smithi137 ceph-mon[117020]: pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:33 smithi066 ceph-mon[112137]: pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:33 smithi203 ceph-mon[117428]: pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:34.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:34.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:34.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:35.098 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:35.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:35.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:35.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:35.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:36 smithi066 ceph-mon[112137]: from='client.167232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:36 smithi066 ceph-mon[112137]: pgmap v5803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:36 smithi203 ceph-mon[117428]: from='client.167232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:36 smithi203 ceph-mon[117428]: pgmap v5803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:36 smithi137 ceph-mon[117020]: from='client.167232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:36 smithi137 ceph-mon[117020]: pgmap v5803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:38 smithi066 ceph-mon[112137]: pgmap v5804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:38 smithi203 ceph-mon[117428]: pgmap v5804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:38 smithi137 ceph-mon[117020]: pgmap v5804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:40.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:40.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:40.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:40 smithi066 ceph-mon[112137]: pgmap v5805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:40.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:40.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:40.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:40.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:40.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:40 smithi203 ceph-mon[117428]: pgmap v5805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:40 smithi137 ceph-mon[117020]: pgmap v5805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:41 smithi066 ceph-mon[112137]: from='client.167307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:41 smithi203 ceph-mon[117428]: from='client.167307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:41 smithi137 ceph-mon[117020]: from='client.167307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:42 smithi066 ceph-mon[112137]: pgmap v5806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:42 smithi203 ceph-mon[117428]: pgmap v5806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:42 smithi137 ceph-mon[117020]: pgmap v5806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:43 smithi137 ceph-mon[117020]: pgmap v5807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:43 smithi066 ceph-mon[112137]: pgmap v5807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:43 smithi203 ceph-mon[117428]: pgmap v5807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:45.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:45.819 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:45.819 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:46.559 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:46.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:46.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:46.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:46.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:46 smithi066 ceph-mon[112137]: pgmap v5808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:46 smithi203 ceph-mon[117428]: pgmap v5808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:46 smithi137 ceph-mon[117020]: pgmap v5808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:47 smithi066 ceph-mon[112137]: from='client.167382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:47 smithi203 ceph-mon[117428]: from='client.167382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:47 smithi137 ceph-mon[117020]: from='client.167382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:48 smithi066 ceph-mon[112137]: pgmap v5809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:48 smithi203 ceph-mon[117428]: pgmap v5809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:48 smithi137 ceph-mon[117020]: pgmap v5809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:50 smithi066 ceph-mon[112137]: pgmap v5810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:50 smithi203 ceph-mon[117428]: pgmap v5810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:50 smithi137 ceph-mon[117020]: pgmap v5810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:51.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:51.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:51.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:52.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:52.291 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:52.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:52.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:52.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:52 smithi066 ceph-mon[112137]: pgmap v5811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:52 smithi203 ceph-mon[117428]: pgmap v5811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:52 smithi137 ceph-mon[117020]: pgmap v5811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:53 smithi066 ceph-mon[112137]: from='client.167460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:53 smithi203 ceph-mon[117428]: from='client.167460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:53 smithi137 ceph-mon[117020]: from='client.167460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:54 smithi066 ceph-mon[112137]: pgmap v5812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:54 smithi203 ceph-mon[117428]: pgmap v5812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:54 smithi137 ceph-mon[117020]: pgmap v5812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:56 smithi066 ceph-mon[112137]: pgmap v5813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:56 smithi203 ceph-mon[117428]: pgmap v5813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:56 smithi137 ceph-mon[117020]: pgmap v5813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:57.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:26:57.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:57.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:58.026 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:26:58.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:58.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:58.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:58.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:26:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:58 smithi066 ceph-mon[112137]: pgmap v5814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:58 smithi203 ceph-mon[117428]: pgmap v5814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:58 smithi137 ceph-mon[117020]: pgmap v5814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:26:59 smithi066 ceph-mon[112137]: from='client.167535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:59.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:26:59 smithi203 ceph-mon[117428]: from='client.167535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:26:59 smithi137 ceph-mon[117020]: from='client.167535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:00 smithi066 ceph-mon[112137]: pgmap v5815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:00 smithi203 ceph-mon[117428]: pgmap v5815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:00 smithi137 ceph-mon[117020]: pgmap v5815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:02 smithi066 ceph-mon[112137]: pgmap v5816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:02 smithi203 ceph-mon[117428]: pgmap v5816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:02 smithi137 ceph-mon[117020]: pgmap v5816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:03.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:03.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:03.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:03.749 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:03.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:03.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:03.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:03.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:03 smithi137 ceph-mon[117020]: pgmap v5817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:03 smithi137 ceph-mon[117020]: from='client.167610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:03 smithi066 ceph-mon[112137]: pgmap v5817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:03 smithi066 ceph-mon[112137]: from='client.167610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:03 smithi203 ceph-mon[117428]: pgmap v5817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:03 smithi203 ceph-mon[117428]: from='client.167610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:06 smithi066 ceph-mon[112137]: pgmap v5818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:06 smithi203 ceph-mon[117428]: pgmap v5818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:06 smithi137 ceph-mon[117020]: pgmap v5818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:08 smithi066 ceph-mon[112137]: pgmap v5819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:08.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:08.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:08.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:08 smithi203 ceph-mon[117428]: pgmap v5819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:08 smithi137 ceph-mon[117020]: pgmap v5819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:09.492 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:09.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:09.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:09.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:09.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:10 smithi066 ceph-mon[112137]: from='client.167685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:10 smithi066 ceph-mon[112137]: pgmap v5820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:10 smithi203 ceph-mon[117428]: from='client.167685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:10 smithi203 ceph-mon[117428]: pgmap v5820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:10 smithi137 ceph-mon[117020]: from='client.167685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:10 smithi137 ceph-mon[117020]: pgmap v5820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:12 smithi066 ceph-mon[112137]: pgmap v5821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:12 smithi203 ceph-mon[117428]: pgmap v5821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:12 smithi137 ceph-mon[117020]: pgmap v5821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:13 smithi137 ceph-mon[117020]: pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:13 smithi066 ceph-mon[112137]: pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:13 smithi203 ceph-mon[117428]: pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:14.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:14.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:14.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:15.235 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:15.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:15.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:15.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:15.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:16 smithi066 ceph-mon[112137]: from='client.167763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:16 smithi066 ceph-mon[112137]: pgmap v5823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:16 smithi203 ceph-mon[117428]: from='client.167763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:16 smithi203 ceph-mon[117428]: pgmap v5823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:16 smithi137 ceph-mon[117020]: from='client.167763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:16 smithi137 ceph-mon[117020]: pgmap v5823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:18 smithi066 ceph-mon[112137]: pgmap v5824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:18 smithi203 ceph-mon[117428]: pgmap v5824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:18 smithi137 ceph-mon[117020]: pgmap v5824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:27:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:27:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:27:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:27:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:27:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:27:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:27:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:27:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:27:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:27:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:27:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:27:20.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:20.238 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:20.238 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:20 smithi066 ceph-mon[112137]: pgmap v5825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:20 smithi203 ceph-mon[117428]: pgmap v5825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:20 smithi137 ceph-mon[117020]: pgmap v5825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:20.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:20.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:20.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:20.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:20.969 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:22 smithi066 ceph-mon[112137]: from='client.167838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:22 smithi066 ceph-mon[112137]: pgmap v5826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:22 smithi203 ceph-mon[117428]: from='client.167838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:22 smithi203 ceph-mon[117428]: pgmap v5826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:22 smithi137 ceph-mon[117020]: from='client.167838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:22 smithi137 ceph-mon[117020]: pgmap v5826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:23 smithi137 ceph-mon[117020]: pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:23 smithi066 ceph-mon[112137]: pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:23 smithi203 ceph-mon[117428]: pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:25.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:25.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:25.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:26.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:26.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:26.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:26.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:26.705 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:26 smithi066 ceph-mon[112137]: pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:26 smithi203 ceph-mon[117428]: pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:26 smithi137 ceph-mon[117020]: pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:27 smithi066 ceph-mon[112137]: from='client.167916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:27 smithi203 ceph-mon[117428]: from='client.167916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:27 smithi137 ceph-mon[117020]: from='client.167916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:28 smithi066 ceph-mon[112137]: pgmap v5829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:28 smithi203 ceph-mon[117428]: pgmap v5829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:28 smithi137 ceph-mon[117020]: pgmap v5829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:30 smithi066 ceph-mon[112137]: pgmap v5830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:30 smithi203 ceph-mon[117428]: pgmap v5830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:30 smithi137 ceph-mon[117020]: pgmap v5830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:31.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:31.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:31.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:32.437 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:32.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:32.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:32.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:32.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:32 smithi066 ceph-mon[112137]: pgmap v5831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:32 smithi203 ceph-mon[117428]: pgmap v5831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:32 smithi137 ceph-mon[117020]: pgmap v5831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:33 smithi066 ceph-mon[112137]: from='client.167991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:33 smithi203 ceph-mon[117428]: from='client.167991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:33 smithi137 ceph-mon[117020]: from='client.167991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:34 smithi066 ceph-mon[112137]: pgmap v5832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:34 smithi203 ceph-mon[117428]: pgmap v5832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:34 smithi137 ceph-mon[117020]: pgmap v5832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:36 smithi066 ceph-mon[112137]: pgmap v5833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:36 smithi203 ceph-mon[117428]: pgmap v5833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:36 smithi137 ceph-mon[117020]: pgmap v5833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:37.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:37.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:37.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:38.160 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:38.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:38.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:38.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:38.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:38 smithi066 ceph-mon[112137]: pgmap v5834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:38 smithi203 ceph-mon[117428]: pgmap v5834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:38 smithi137 ceph-mon[117020]: pgmap v5834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:39 smithi066 ceph-mon[112137]: from='client.168066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:39 smithi203 ceph-mon[117428]: from='client.168066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:39 smithi137 ceph-mon[117020]: from='client.168066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:40 smithi066 ceph-mon[112137]: pgmap v5835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:40 smithi203 ceph-mon[117428]: pgmap v5835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:40 smithi137 ceph-mon[117020]: pgmap v5835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:42 smithi066 ceph-mon[112137]: pgmap v5836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:42 smithi203 ceph-mon[117428]: pgmap v5836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:42 smithi137 ceph-mon[117020]: pgmap v5836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:43.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:43.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:43.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:43.890 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:43.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:43.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:43.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:43.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:43 smithi137 ceph-mon[117020]: pgmap v5837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:43 smithi137 ceph-mon[117020]: from='client.168138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:43 smithi066 ceph-mon[112137]: pgmap v5837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:43 smithi066 ceph-mon[112137]: from='client.168138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:43 smithi203 ceph-mon[117428]: pgmap v5837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:43 smithi203 ceph-mon[117428]: from='client.168138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:46 smithi066 ceph-mon[112137]: pgmap v5838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:46 smithi203 ceph-mon[117428]: pgmap v5838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:46 smithi137 ceph-mon[117020]: pgmap v5838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:48 smithi066 ceph-mon[112137]: pgmap v5839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:48 smithi203 ceph-mon[117428]: pgmap v5839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:48 smithi137 ceph-mon[117020]: pgmap v5839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:48.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:48.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:48.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:49.620 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:49.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:49.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:49.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:49.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:50 smithi066 ceph-mon[112137]: from='client.168216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:50 smithi066 ceph-mon[112137]: pgmap v5840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:50 smithi203 ceph-mon[117428]: from='client.168216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:50 smithi203 ceph-mon[117428]: pgmap v5840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:50 smithi137 ceph-mon[117020]: from='client.168216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:50 smithi137 ceph-mon[117020]: pgmap v5840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:52 smithi066 ceph-mon[112137]: pgmap v5841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:52 smithi203 ceph-mon[117428]: pgmap v5841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:52 smithi137 ceph-mon[117020]: pgmap v5841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:53 smithi137 ceph-mon[117020]: pgmap v5842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:53 smithi066 ceph-mon[112137]: pgmap v5842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:53 smithi203 ceph-mon[117428]: pgmap v5842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:54.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:27:54.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:54.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:55.360 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:27:55.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:55.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:55.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:55.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:27:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:56 smithi066 ceph-mon[112137]: from='client.168291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:56 smithi066 ceph-mon[112137]: pgmap v5843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:56 smithi203 ceph-mon[117428]: from='client.168291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:56 smithi203 ceph-mon[117428]: pgmap v5843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:56 smithi137 ceph-mon[117020]: from='client.168291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:56 smithi137 ceph-mon[117020]: pgmap v5843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:27:58 smithi066 ceph-mon[112137]: pgmap v5844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:27:58 smithi203 ceph-mon[117428]: pgmap v5844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:27:58 smithi137 ceph-mon[117020]: pgmap v5844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:00.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:00.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:00.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:00 smithi066 ceph-mon[112137]: pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:00 smithi203 ceph-mon[117428]: pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:00 smithi137 ceph-mon[117020]: pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:01.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:01.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:01.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:01.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:01.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:02 smithi066 ceph-mon[112137]: from='client.168369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:02 smithi066 ceph-mon[112137]: pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:02 smithi203 ceph-mon[117428]: from='client.168369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:02 smithi203 ceph-mon[117428]: pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:02 smithi137 ceph-mon[117020]: from='client.168369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:02 smithi137 ceph-mon[117020]: pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:03 smithi137 ceph-mon[117020]: pgmap v5847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:03 smithi066 ceph-mon[112137]: pgmap v5847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:03 smithi203 ceph-mon[117428]: pgmap v5847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:06.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:06.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:06.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:06 smithi066 ceph-mon[112137]: pgmap v5848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:06 smithi203 ceph-mon[117428]: pgmap v5848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:06.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:06.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:06.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:06.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:06.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:06 smithi137 ceph-mon[117020]: pgmap v5848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:07 smithi066 ceph-mon[112137]: from='client.168447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:07 smithi203 ceph-mon[117428]: from='client.168447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:07.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:07 smithi137 ceph-mon[117020]: from='client.168447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:08 smithi066 ceph-mon[112137]: pgmap v5849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:08 smithi203 ceph-mon[117428]: pgmap v5849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:08 smithi137 ceph-mon[117020]: pgmap v5849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:10 smithi066 ceph-mon[112137]: pgmap v5850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:10 smithi203 ceph-mon[117428]: pgmap v5850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:10 smithi137 ceph-mon[117020]: pgmap v5850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:11.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:11.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:11.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:12.561 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:12.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:12.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:12.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:12.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:12 smithi066 ceph-mon[112137]: pgmap v5851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:12 smithi203 ceph-mon[117428]: pgmap v5851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:12 smithi137 ceph-mon[117020]: pgmap v5851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:13.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:13 smithi066 ceph-mon[112137]: from='client.168522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:13 smithi203 ceph-mon[117428]: from='client.168522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:13 smithi137 ceph-mon[117020]: from='client.168522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:14 smithi066 ceph-mon[112137]: pgmap v5852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:14 smithi203 ceph-mon[117428]: pgmap v5852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:14 smithi137 ceph-mon[117020]: pgmap v5852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:16 smithi066 ceph-mon[112137]: pgmap v5853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:16 smithi203 ceph-mon[117428]: pgmap v5853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:16 smithi137 ceph-mon[117020]: pgmap v5853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:17.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:17.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:17.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:18.286 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:18.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:18.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:18.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:18.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:18 smithi066 ceph-mon[112137]: pgmap v5854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:18 smithi203 ceph-mon[117428]: pgmap v5854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:18 smithi137 ceph-mon[117020]: pgmap v5854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:19.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:19 smithi066 ceph-mon[112137]: from='client.168600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:28:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:19 smithi203 ceph-mon[117428]: from='client.168600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:28:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:19 smithi137 ceph-mon[117020]: from='client.168600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:28:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:20 smithi066 ceph-mon[112137]: pgmap v5855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:28:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:28:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:28:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:20 smithi203 ceph-mon[117428]: pgmap v5855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:28:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:28:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:28:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:20 smithi137 ceph-mon[117020]: pgmap v5855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:28:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:28:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:28:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:22 smithi066 ceph-mon[112137]: pgmap v5856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:22 smithi203 ceph-mon[117428]: pgmap v5856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:22 smithi137 ceph-mon[117020]: pgmap v5856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:23.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:23.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:23.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:24.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:24.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:24.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:24.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:24.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:23 smithi137 ceph-mon[117020]: pgmap v5857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:23 smithi066 ceph-mon[112137]: pgmap v5857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:23 smithi203 ceph-mon[117428]: pgmap v5857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:24 smithi137 ceph-mon[117020]: from='client.168672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:24 smithi066 ceph-mon[112137]: from='client.168672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:24 smithi203 ceph-mon[117428]: from='client.168672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:25 smithi137 ceph-mon[117020]: pgmap v5858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:25 smithi066 ceph-mon[112137]: pgmap v5858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:25 smithi203 ceph-mon[117428]: pgmap v5858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:28 smithi066 ceph-mon[112137]: pgmap v5859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:28 smithi203 ceph-mon[117428]: pgmap v5859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:28 smithi137 ceph-mon[117020]: pgmap v5859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:29.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:29.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:29.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:29.753 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:29.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:29.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:29.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:29.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:30 smithi066 ceph-mon[112137]: pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:30 smithi066 ceph-mon[112137]: from='client.168744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:30 smithi203 ceph-mon[117428]: pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:30 smithi203 ceph-mon[117428]: from='client.168744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:30 smithi137 ceph-mon[117020]: pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:30 smithi137 ceph-mon[117020]: from='client.168744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:32 smithi066 ceph-mon[112137]: pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:28:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:32 smithi203 ceph-mon[117428]: pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:28:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:32 smithi137 ceph-mon[117020]: pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:28:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:33 smithi137 ceph-mon[117020]: pgmap v5862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:28:34.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:33 smithi066 ceph-mon[112137]: pgmap v5862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:28:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:33 smithi203 ceph-mon[117428]: pgmap v5862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:28:34.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:34.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:34.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:35.473 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:35.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:35.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:35.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:35.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:36 smithi066 ceph-mon[112137]: from='client.168816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:36 smithi066 ceph-mon[112137]: pgmap v5863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:36 smithi203 ceph-mon[117428]: from='client.168816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:36 smithi203 ceph-mon[117428]: pgmap v5863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:36 smithi137 ceph-mon[117020]: from='client.168816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:36 smithi137 ceph-mon[117020]: pgmap v5863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:38 smithi066 ceph-mon[112137]: pgmap v5864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:38 smithi203 ceph-mon[117428]: pgmap v5864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:38 smithi137 ceph-mon[117020]: pgmap v5864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:40.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:40.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:40.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:40 smithi066 ceph-mon[112137]: pgmap v5865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:40 smithi203 ceph-mon[117428]: pgmap v5865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:40 smithi137 ceph-mon[117020]: pgmap v5865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:41.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:41.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:41.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:41.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:41.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:42 smithi066 ceph-mon[112137]: from='client.168894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:42 smithi066 ceph-mon[112137]: pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:42 smithi203 ceph-mon[117428]: from='client.168894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:42 smithi203 ceph-mon[117428]: pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:42 smithi137 ceph-mon[117020]: from='client.168894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:42 smithi137 ceph-mon[117020]: pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:43 smithi137 ceph-mon[117020]: pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:28:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:43 smithi066 ceph-mon[112137]: pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:28:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:43 smithi203 ceph-mon[117428]: pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:28:46.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:46.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:46.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:46 smithi066 ceph-mon[112137]: pgmap v5868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:28:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:46 smithi203 ceph-mon[117428]: pgmap v5868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:28:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:46 smithi137 ceph-mon[117020]: pgmap v5868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:28:46.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:46.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:46.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:46.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:46.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:48 smithi066 ceph-mon[112137]: from='client.168969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:48 smithi066 ceph-mon[112137]: pgmap v5869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:48 smithi203 ceph-mon[117428]: from='client.168969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:48 smithi203 ceph-mon[117428]: pgmap v5869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:48 smithi137 ceph-mon[117020]: from='client.168969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:48 smithi137 ceph-mon[117020]: pgmap v5869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:50 smithi066 ceph-mon[112137]: pgmap v5870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:50 smithi203 ceph-mon[117428]: pgmap v5870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:50 smithi137 ceph-mon[117020]: pgmap v5870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:51.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:51.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:51.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:52.655 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:52.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:52.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:52.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:52.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:52 smithi066 ceph-mon[112137]: pgmap v5871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:52 smithi203 ceph-mon[117428]: pgmap v5871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:52 smithi137 ceph-mon[117020]: pgmap v5871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:53 smithi066 ceph-mon[112137]: from='client.169044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:53 smithi203 ceph-mon[117428]: from='client.169044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:53 smithi137 ceph-mon[117020]: from='client.169044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:54 smithi066 ceph-mon[112137]: pgmap v5872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:54 smithi203 ceph-mon[117428]: pgmap v5872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:54 smithi137 ceph-mon[117020]: pgmap v5872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:56 smithi066 ceph-mon[112137]: pgmap v5873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:56 smithi203 ceph-mon[117428]: pgmap v5873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:56 smithi137 ceph-mon[117020]: pgmap v5873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:57.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:28:57.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:57.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:58.379 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:28:58.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:58.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:58.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:58.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:28:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:58 smithi066 ceph-mon[112137]: pgmap v5874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:58 smithi203 ceph-mon[117428]: pgmap v5874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:58 smithi137 ceph-mon[117020]: pgmap v5874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:28:59 smithi066 ceph-mon[112137]: from='client.169122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:59.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:28:59 smithi203 ceph-mon[117428]: from='client.169122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:28:59 smithi137 ceph-mon[117020]: from='client.169122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:00 smithi066 ceph-mon[112137]: pgmap v5875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:00 smithi203 ceph-mon[117428]: pgmap v5875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:00 smithi137 ceph-mon[117020]: pgmap v5875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:02 smithi066 ceph-mon[112137]: pgmap v5876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:02 smithi203 ceph-mon[117428]: pgmap v5876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:02 smithi137 ceph-mon[117020]: pgmap v5876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:03.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:03.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:03.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:04.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:04.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:04.102 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:03 smithi137 ceph-mon[117020]: pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:03 smithi066 ceph-mon[112137]: pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:03 smithi203 ceph-mon[117428]: pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:04 smithi137 ceph-mon[117020]: from='client.169200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:04 smithi066 ceph-mon[112137]: from='client.169200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:04 smithi203 ceph-mon[117428]: from='client.169200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:06.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:05 smithi137 ceph-mon[117020]: pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:05 smithi066 ceph-mon[112137]: pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:05 smithi203 ceph-mon[117428]: pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:08 smithi066 ceph-mon[112137]: pgmap v5879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:08 smithi203 ceph-mon[117428]: pgmap v5879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:08 smithi137 ceph-mon[117020]: pgmap v5879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:09.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:09.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:09.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:09.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:09.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:09.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:09.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:09.838 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:10 smithi066 ceph-mon[112137]: pgmap v5880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:10 smithi066 ceph-mon[112137]: from='client.169275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:10 smithi203 ceph-mon[117428]: pgmap v5880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:10 smithi203 ceph-mon[117428]: from='client.169275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:10 smithi137 ceph-mon[117020]: pgmap v5880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:10 smithi137 ceph-mon[117020]: from='client.169275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:12 smithi066 ceph-mon[112137]: pgmap v5881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:29:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:12 smithi203 ceph-mon[117428]: pgmap v5881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:29:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:12 smithi137 ceph-mon[117020]: pgmap v5881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:29:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:13 smithi137 ceph-mon[117020]: pgmap v5882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:29:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:13 smithi066 ceph-mon[112137]: pgmap v5882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:29:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:13 smithi203 ceph-mon[117428]: pgmap v5882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:29:14.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:14.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:14.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:15.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:15.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:15.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:15.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:15.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:16 smithi066 ceph-mon[112137]: from='client.169353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:16 smithi066 ceph-mon[112137]: pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:16 smithi203 ceph-mon[117428]: from='client.169353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:16 smithi203 ceph-mon[117428]: pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:16 smithi137 ceph-mon[117020]: from='client.169353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:16 smithi137 ceph-mon[117020]: pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:18 smithi066 ceph-mon[112137]: pgmap v5884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:18 smithi203 ceph-mon[117428]: pgmap v5884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:18 smithi137 ceph-mon[117020]: pgmap v5884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:20.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:20 smithi066 ceph-mon[112137]: pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:29:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:20 smithi203 ceph-mon[117428]: pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:29:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:20 smithi137 ceph-mon[117020]: pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:29:21.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:21.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:21.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:21.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:21.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:29:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:29:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:29:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:29:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:29:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:29:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:29:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:29:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:29:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:22 smithi066 ceph-mon[112137]: from='client.169431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:22 smithi066 ceph-mon[112137]: pgmap v5886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:22 smithi203 ceph-mon[117428]: from='client.169431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:22 smithi203 ceph-mon[117428]: pgmap v5886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:22 smithi137 ceph-mon[117020]: from='client.169431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:22 smithi137 ceph-mon[117020]: pgmap v5886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:23 smithi137 ceph-mon[117020]: pgmap v5887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:29:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:23 smithi066 ceph-mon[112137]: pgmap v5887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:29:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:23 smithi203 ceph-mon[117428]: pgmap v5887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:29:26.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:26.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:26.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:26 smithi066 ceph-mon[112137]: pgmap v5888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:29:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:26 smithi203 ceph-mon[117428]: pgmap v5888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:29:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:26 smithi137 ceph-mon[117020]: pgmap v5888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:29:27.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:27.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:27.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:27.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:27.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:28 smithi066 ceph-mon[112137]: from='client.169503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:28 smithi066 ceph-mon[112137]: pgmap v5889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:28 smithi203 ceph-mon[117428]: from='client.169503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:28 smithi203 ceph-mon[117428]: pgmap v5889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:28 smithi137 ceph-mon[117020]: from='client.169503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:28 smithi137 ceph-mon[117020]: pgmap v5889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:30 smithi066 ceph-mon[112137]: pgmap v5890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:30 smithi203 ceph-mon[117428]: pgmap v5890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:30 smithi137 ceph-mon[117020]: pgmap v5890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:32.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:32.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:32.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:32 smithi066 ceph-mon[112137]: pgmap v5891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:32.741 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:32.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:32.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:32.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:32.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:32 smithi203 ceph-mon[117428]: pgmap v5891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:32 smithi137 ceph-mon[117020]: pgmap v5891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:33 smithi066 ceph-mon[112137]: from='client.169578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:33 smithi203 ceph-mon[117428]: from='client.169578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:33 smithi137 ceph-mon[117020]: from='client.169578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:34 smithi066 ceph-mon[112137]: pgmap v5892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:34 smithi203 ceph-mon[117428]: pgmap v5892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:34 smithi137 ceph-mon[117020]: pgmap v5892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:36 smithi066 ceph-mon[112137]: pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:36 smithi203 ceph-mon[117428]: pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:36 smithi137 ceph-mon[117020]: pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:37.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:37.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:37.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:38.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:38.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:38.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:38.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:38.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:38 smithi066 ceph-mon[112137]: pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:38 smithi203 ceph-mon[117428]: pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:38 smithi137 ceph-mon[117020]: pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:39 smithi066 ceph-mon[112137]: from='client.169656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:39 smithi203 ceph-mon[117428]: from='client.169656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:39 smithi137 ceph-mon[117020]: from='client.169656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:40 smithi066 ceph-mon[112137]: pgmap v5895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:40 smithi203 ceph-mon[117428]: pgmap v5895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:40 smithi137 ceph-mon[117020]: pgmap v5895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:42 smithi066 ceph-mon[112137]: pgmap v5896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:42 smithi203 ceph-mon[117428]: pgmap v5896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:42 smithi137 ceph-mon[117020]: pgmap v5896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:43.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:43.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:43.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:43 smithi137 ceph-mon[117020]: pgmap v5897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:44.201 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:44.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:44.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:44.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:44.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:43 smithi066 ceph-mon[112137]: pgmap v5897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:43 smithi203 ceph-mon[117428]: pgmap v5897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:44 smithi137 ceph-mon[117020]: from='client.169734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:44 smithi066 ceph-mon[112137]: from='client.169734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:44 smithi203 ceph-mon[117428]: from='client.169734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:45 smithi137 ceph-mon[117020]: pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:45 smithi066 ceph-mon[112137]: pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:45 smithi203 ceph-mon[117428]: pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:48 smithi066 ceph-mon[112137]: pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:48 smithi203 ceph-mon[117428]: pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:48 smithi137 ceph-mon[117020]: pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:49.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:49.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:49.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:49.937 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:49.937 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:49.937 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:49.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:49.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:50 smithi066 ceph-mon[112137]: pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:50 smithi203 ceph-mon[117428]: pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:50 smithi137 ceph-mon[117020]: pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:51 smithi066 ceph-mon[112137]: from='client.169809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:51 smithi203 ceph-mon[117428]: from='client.169809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:51 smithi137 ceph-mon[117020]: from='client.169809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:52 smithi066 ceph-mon[112137]: pgmap v5901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:52 smithi203 ceph-mon[117428]: pgmap v5901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:52 smithi137 ceph-mon[117020]: pgmap v5901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:53 smithi137 ceph-mon[117020]: pgmap v5902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:53 smithi066 ceph-mon[112137]: pgmap v5902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:53 smithi203 ceph-mon[117428]: pgmap v5902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:54.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:29:54.939 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:54.939 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:55.676 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:29:55.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:55.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:55.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:55.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:29:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:56 smithi066 ceph-mon[112137]: from='client.169884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:56 smithi066 ceph-mon[112137]: pgmap v5903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:56 smithi203 ceph-mon[117428]: from='client.169884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:56 smithi203 ceph-mon[117428]: pgmap v5903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:56 smithi137 ceph-mon[117020]: from='client.169884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:56 smithi137 ceph-mon[117020]: pgmap v5903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:29:58 smithi066 ceph-mon[112137]: pgmap v5904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:29:58 smithi203 ceph-mon[117428]: pgmap v5904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:29:58 smithi137 ceph-mon[117020]: pgmap v5904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:00.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:00.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:00.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:00 smithi066 ceph-mon[112137]: pgmap v5905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T20:30:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:00 smithi203 ceph-mon[117428]: pgmap v5905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T20:30:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:00 smithi137 ceph-mon[117020]: pgmap v5905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T20:30:01.401 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:01.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:01.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:01.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:01.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:02 smithi066 ceph-mon[112137]: from='client.169962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:02 smithi066 ceph-mon[112137]: pgmap v5906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:02 smithi203 ceph-mon[117428]: from='client.169962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:02 smithi203 ceph-mon[117428]: pgmap v5906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:02 smithi137 ceph-mon[117020]: from='client.169962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:02 smithi137 ceph-mon[117020]: pgmap v5906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:03 smithi137 ceph-mon[117020]: pgmap v5907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:03 smithi066 ceph-mon[112137]: pgmap v5907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:03 smithi203 ceph-mon[117428]: pgmap v5907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:06.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:06.403 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:06.403 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:06 smithi066 ceph-mon[112137]: pgmap v5908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:06 smithi203 ceph-mon[117428]: pgmap v5908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:06 smithi137 ceph-mon[117020]: pgmap v5908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:07.121 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:07.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:07.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:07.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:07.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:08 smithi066 ceph-mon[112137]: from='client.170040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:08 smithi066 ceph-mon[112137]: pgmap v5909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:08 smithi203 ceph-mon[117428]: from='client.170040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:08 smithi203 ceph-mon[117428]: pgmap v5909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:08 smithi137 ceph-mon[117020]: from='client.170040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:08 smithi137 ceph-mon[117020]: pgmap v5909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:10 smithi066 ceph-mon[112137]: pgmap v5910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:10 smithi203 ceph-mon[117428]: pgmap v5910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:10 smithi137 ceph-mon[117020]: pgmap v5910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:12.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:12.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:12.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:12 smithi066 ceph-mon[112137]: pgmap v5911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:12 smithi203 ceph-mon[117428]: pgmap v5911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:12.842 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:12.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:12.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:12.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:12.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:12 smithi137 ceph-mon[117020]: pgmap v5911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:13 smithi066 ceph-mon[112137]: from='client.170118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:13 smithi203 ceph-mon[117428]: from='client.170118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:13 smithi137 ceph-mon[117020]: from='client.170118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:14 smithi066 ceph-mon[112137]: pgmap v5912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:14 smithi203 ceph-mon[117428]: pgmap v5912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:14 smithi137 ceph-mon[117020]: pgmap v5912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:16 smithi066 ceph-mon[112137]: pgmap v5913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:16 smithi203 ceph-mon[117428]: pgmap v5913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:16 smithi137 ceph-mon[117020]: pgmap v5913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:17.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:17.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:17.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:18.578 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:18.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:18.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:18.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:18.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:18 smithi066 ceph-mon[112137]: pgmap v5914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:18 smithi203 ceph-mon[117428]: pgmap v5914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:18 smithi137 ceph-mon[117020]: pgmap v5914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:19 smithi203 ceph-mon[117428]: from='client.170196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:19 smithi137 ceph-mon[117020]: from='client.170196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:19 smithi066 ceph-mon[112137]: from='client.170196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:20 smithi203 ceph-mon[117428]: pgmap v5915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:20 smithi137 ceph-mon[117020]: pgmap v5915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:20 smithi066 ceph-mon[112137]: pgmap v5915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:30:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:30:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:30:21.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:30:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:30:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:30:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:30:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:30:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:30:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:30:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:30:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:30:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:22 smithi203 ceph-mon[117428]: pgmap v5916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:22 smithi137 ceph-mon[117020]: pgmap v5916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:22 smithi066 ceph-mon[112137]: pgmap v5916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:23.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:23.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:23.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:23 smithi137 ceph-mon[117020]: pgmap v5917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:23 smithi066 ceph-mon[112137]: pgmap v5917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:24.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:24.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:24.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:24.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:24.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:23 smithi203 ceph-mon[117428]: pgmap v5917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:24 smithi137 ceph-mon[117020]: from='client.170268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:24 smithi066 ceph-mon[112137]: from='client.170268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:24 smithi203 ceph-mon[117428]: from='client.170268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:25 smithi066 ceph-mon[112137]: pgmap v5918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:25 smithi203 ceph-mon[117428]: pgmap v5918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:25 smithi137 ceph-mon[117020]: pgmap v5918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:28 smithi066 ceph-mon[112137]: pgmap v5919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:28 smithi203 ceph-mon[117428]: pgmap v5919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:28 smithi137 ceph-mon[117020]: pgmap v5919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:29.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:29.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:29.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:30.026 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:30.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:30.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:30.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:30.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:30 smithi066 ceph-mon[112137]: pgmap v5920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:30 smithi203 ceph-mon[117428]: pgmap v5920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:30 smithi137 ceph-mon[117020]: pgmap v5920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:31 smithi066 ceph-mon[112137]: from='client.170346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:31.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:31 smithi203 ceph-mon[117428]: from='client.170346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:31 smithi137 ceph-mon[117020]: from='client.170346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:32 smithi066 ceph-mon[112137]: pgmap v5921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:32 smithi203 ceph-mon[117428]: pgmap v5921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:32 smithi137 ceph-mon[117020]: pgmap v5921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:33 smithi066 ceph-mon[112137]: pgmap v5922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:33 smithi203 ceph-mon[117428]: pgmap v5922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:33 smithi137 ceph-mon[117020]: pgmap v5922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:35.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:35.029 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:35.029 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:35.773 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:35.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:35.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:35.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:35.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:36 smithi066 ceph-mon[112137]: from='client.170424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:36 smithi066 ceph-mon[112137]: pgmap v5923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:36 smithi203 ceph-mon[117428]: from='client.170424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:36 smithi203 ceph-mon[117428]: pgmap v5923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:36 smithi137 ceph-mon[117020]: from='client.170424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:36 smithi137 ceph-mon[117020]: pgmap v5923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:38 smithi066 ceph-mon[112137]: pgmap v5924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:38 smithi203 ceph-mon[117428]: pgmap v5924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:38 smithi137 ceph-mon[117020]: pgmap v5924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:40 smithi066 ceph-mon[112137]: pgmap v5925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:40.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:40.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:40.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:40 smithi203 ceph-mon[117428]: pgmap v5925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:40 smithi137 ceph-mon[117020]: pgmap v5925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:41.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:41.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:41.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:41.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:41.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:42 smithi066 ceph-mon[112137]: from='client.170502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:42 smithi066 ceph-mon[112137]: pgmap v5926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:42 smithi203 ceph-mon[117428]: from='client.170502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:42 smithi203 ceph-mon[117428]: pgmap v5926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:42 smithi137 ceph-mon[117020]: from='client.170502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:42 smithi137 ceph-mon[117020]: pgmap v5926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:43 smithi066 ceph-mon[112137]: pgmap v5927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:43 smithi203 ceph-mon[117428]: pgmap v5927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:43 smithi137 ceph-mon[117020]: pgmap v5927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:46.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:46.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:46.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:46 smithi066 ceph-mon[112137]: pgmap v5928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:46 smithi203 ceph-mon[117428]: pgmap v5928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:46 smithi137 ceph-mon[117020]: pgmap v5928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:47.223 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:47.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:47.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:47.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:47.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:48 smithi066 ceph-mon[112137]: from='client.170577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:48 smithi066 ceph-mon[112137]: pgmap v5929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:48 smithi203 ceph-mon[117428]: from='client.170577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:48 smithi203 ceph-mon[117428]: pgmap v5929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:48 smithi137 ceph-mon[117020]: from='client.170577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:48 smithi137 ceph-mon[117020]: pgmap v5929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:50 smithi066 ceph-mon[112137]: pgmap v5930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:50 smithi203 ceph-mon[117428]: pgmap v5930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:50 smithi137 ceph-mon[117020]: pgmap v5930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:52.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:52.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:52.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:52 smithi203 ceph-mon[117428]: pgmap v5931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:52 smithi137 ceph-mon[117020]: pgmap v5931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:52.939 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:52.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:52.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:52.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:52.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:52 smithi066 ceph-mon[112137]: pgmap v5931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:53 smithi066 ceph-mon[112137]: from='client.170652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:54.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:53 smithi066 ceph-mon[112137]: pgmap v5932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:53 smithi203 ceph-mon[117428]: from='client.170652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:53 smithi203 ceph-mon[117428]: pgmap v5932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:53 smithi137 ceph-mon[117020]: from='client.170652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:53 smithi137 ceph-mon[117020]: pgmap v5932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:56 smithi066 ceph-mon[112137]: pgmap v5933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:56 smithi203 ceph-mon[117428]: pgmap v5933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:56 smithi137 ceph-mon[117020]: pgmap v5933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:57.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:30:57.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:57.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:58.658 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:30:58.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:58.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:58.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:58.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:30:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:58 smithi066 ceph-mon[112137]: pgmap v5934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:58 smithi203 ceph-mon[117428]: pgmap v5934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:58 smithi137 ceph-mon[117020]: pgmap v5934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:59.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:30:59 smithi203 ceph-mon[117428]: from='client.170727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:59.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:30:59 smithi137 ceph-mon[117020]: from='client.170727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:30:59 smithi066 ceph-mon[112137]: from='client.170727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:00 smithi203 ceph-mon[117428]: pgmap v5935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:00 smithi137 ceph-mon[117020]: pgmap v5935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:00 smithi066 ceph-mon[112137]: pgmap v5935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:02 smithi203 ceph-mon[117428]: pgmap v5936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:02 smithi137 ceph-mon[117020]: pgmap v5936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:02 smithi066 ceph-mon[112137]: pgmap v5936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:03.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:03.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:03.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:03 smithi066 ceph-mon[112137]: pgmap v5937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:03 smithi203 ceph-mon[117428]: pgmap v5937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:03 smithi137 ceph-mon[117020]: pgmap v5937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:04.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:04.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:04.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:04.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:04.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:04 smithi066 ceph-mon[112137]: from='client.170802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:04 smithi203 ceph-mon[117428]: from='client.170802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:04 smithi137 ceph-mon[117020]: from='client.170802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:05 smithi066 ceph-mon[112137]: pgmap v5938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:05 smithi203 ceph-mon[117428]: pgmap v5938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:05 smithi137 ceph-mon[117020]: pgmap v5938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:08 smithi066 ceph-mon[112137]: pgmap v5939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:08 smithi203 ceph-mon[117428]: pgmap v5939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:08 smithi137 ceph-mon[117020]: pgmap v5939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:09.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:09.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:09.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:10.129 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:10.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:10.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:10.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:10.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:10 smithi066 ceph-mon[112137]: pgmap v5940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:10 smithi203 ceph-mon[117428]: pgmap v5940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:10 smithi137 ceph-mon[117020]: pgmap v5940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:11 smithi203 ceph-mon[117428]: from='client.170880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:11 smithi137 ceph-mon[117020]: from='client.170880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:11 smithi066 ceph-mon[112137]: from='client.170880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:12 smithi203 ceph-mon[117428]: pgmap v5941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:12 smithi137 ceph-mon[117020]: pgmap v5941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:12 smithi066 ceph-mon[112137]: pgmap v5941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:13 smithi066 ceph-mon[112137]: pgmap v5942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:13 smithi203 ceph-mon[117428]: pgmap v5942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:13 smithi137 ceph-mon[117020]: pgmap v5942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:15.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:15.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:15.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:15.851 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:15.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:15.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:15.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:15.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:16 smithi066 ceph-mon[112137]: pgmap v5943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:16 smithi066 ceph-mon[112137]: from='client.170952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:16 smithi203 ceph-mon[117428]: pgmap v5943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:16 smithi203 ceph-mon[117428]: from='client.170952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:16 smithi137 ceph-mon[117020]: pgmap v5943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:16 smithi137 ceph-mon[117020]: from='client.170952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:18 smithi203 ceph-mon[117428]: pgmap v5944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:18 smithi137 ceph-mon[117020]: pgmap v5944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:18 smithi066 ceph-mon[112137]: pgmap v5944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:20 smithi203 ceph-mon[117428]: pgmap v5945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:20.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:20.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:20.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:20 smithi137 ceph-mon[117020]: pgmap v5945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:20 smithi066 ceph-mon[112137]: pgmap v5945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:21.596 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:21.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:21.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:21.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:21.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:31:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:31:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:31:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:22 smithi203 ceph-mon[117428]: from='client.171027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:22 smithi203 ceph-mon[117428]: pgmap v5946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:31:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:31:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:31:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:22 smithi137 ceph-mon[117020]: from='client.171027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:22 smithi137 ceph-mon[117020]: pgmap v5946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:31:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:31:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:31:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:22 smithi066 ceph-mon[112137]: from='client.171027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:22 smithi066 ceph-mon[112137]: pgmap v5946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:31:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:31:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:31:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:23 smithi066 ceph-mon[112137]: pgmap v5947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:23 smithi203 ceph-mon[117428]: pgmap v5947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:23 smithi137 ceph-mon[117020]: pgmap v5947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:26.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:26.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:26.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:26 smithi203 ceph-mon[117428]: pgmap v5948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:26 smithi137 ceph-mon[117020]: pgmap v5948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:26 smithi066 ceph-mon[112137]: pgmap v5948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:27.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:27.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:27.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:27.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:27.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:28 smithi203 ceph-mon[117428]: from='client.171099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:28 smithi203 ceph-mon[117428]: pgmap v5949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:28 smithi137 ceph-mon[117020]: from='client.171099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:28 smithi137 ceph-mon[117020]: pgmap v5949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:28 smithi066 ceph-mon[112137]: from='client.171099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:28 smithi066 ceph-mon[112137]: pgmap v5949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:30 smithi203 ceph-mon[117428]: pgmap v5950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:30 smithi137 ceph-mon[117020]: pgmap v5950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:30 smithi066 ceph-mon[112137]: pgmap v5950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:32.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:32.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:32.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:32 smithi203 ceph-mon[117428]: pgmap v5951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:32 smithi137 ceph-mon[117020]: pgmap v5951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:32 smithi066 ceph-mon[112137]: pgmap v5951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:33.053 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:33.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:33.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:33.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:33.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:33 smithi066 ceph-mon[112137]: from='client.171174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:33 smithi066 ceph-mon[112137]: pgmap v5952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:33 smithi203 ceph-mon[117428]: from='client.171174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:33 smithi203 ceph-mon[117428]: pgmap v5952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:33 smithi137 ceph-mon[117020]: from='client.171174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:33 smithi137 ceph-mon[117020]: pgmap v5952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:36 smithi203 ceph-mon[117428]: pgmap v5953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:36 smithi137 ceph-mon[117020]: pgmap v5953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:36 smithi066 ceph-mon[112137]: pgmap v5953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:38.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:38.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:38.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:38.780 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:38.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:38.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:38.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:38.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:38 smithi203 ceph-mon[117428]: pgmap v5954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:38 smithi137 ceph-mon[117020]: pgmap v5954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:38 smithi066 ceph-mon[112137]: pgmap v5954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:39 smithi203 ceph-mon[117428]: from='client.171252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:39 smithi137 ceph-mon[117020]: from='client.171252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:39 smithi066 ceph-mon[112137]: from='client.171252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:40 smithi203 ceph-mon[117428]: pgmap v5955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:40 smithi137 ceph-mon[117020]: pgmap v5955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:40 smithi066 ceph-mon[112137]: pgmap v5955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:42 smithi203 ceph-mon[117428]: pgmap v5956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:42 smithi137 ceph-mon[117020]: pgmap v5956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:42 smithi066 ceph-mon[112137]: pgmap v5956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:43.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:43.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:43.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:43 smithi066 ceph-mon[112137]: pgmap v5957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:43 smithi203 ceph-mon[117428]: pgmap v5957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:43 smithi137 ceph-mon[117020]: pgmap v5957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:44.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:44.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:44.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:44.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:44.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:44 smithi066 ceph-mon[112137]: from='client.171327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:44 smithi203 ceph-mon[117428]: from='client.171327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:44 smithi137 ceph-mon[117020]: from='client.171327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:45 smithi066 ceph-mon[112137]: pgmap v5958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:45 smithi203 ceph-mon[117428]: pgmap v5958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:45 smithi137 ceph-mon[117020]: pgmap v5958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:48 smithi203 ceph-mon[117428]: pgmap v5959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:48 smithi137 ceph-mon[117020]: pgmap v5959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:48 smithi066 ceph-mon[112137]: pgmap v5959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:49.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:49.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:49.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:50.256 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:50.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:50.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:50.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:50.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:50 smithi203 ceph-mon[117428]: pgmap v5960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:50 smithi137 ceph-mon[117020]: pgmap v5960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:50 smithi066 ceph-mon[112137]: pgmap v5960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:51 smithi203 ceph-mon[117428]: from='client.171405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:51 smithi137 ceph-mon[117020]: from='client.171405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:51 smithi066 ceph-mon[112137]: from='client.171405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:52 smithi203 ceph-mon[117428]: pgmap v5961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:52 smithi137 ceph-mon[117020]: pgmap v5961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:52 smithi066 ceph-mon[112137]: pgmap v5961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:54.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:53 smithi066 ceph-mon[112137]: pgmap v5962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:53 smithi203 ceph-mon[117428]: pgmap v5962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:53 smithi137 ceph-mon[117020]: pgmap v5962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:55.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:31:55.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:55.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:55.983 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:31:55.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:55.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:55.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:55.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:31:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:56 smithi203 ceph-mon[117428]: pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:56 smithi137 ceph-mon[117020]: pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:56 smithi066 ceph-mon[112137]: pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:57 smithi203 ceph-mon[117428]: from='client.171477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:57 smithi137 ceph-mon[117020]: from='client.171477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:57 smithi066 ceph-mon[112137]: from='client.171477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:31:58 smithi203 ceph-mon[117428]: pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:31:58 smithi137 ceph-mon[117020]: pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:31:58 smithi066 ceph-mon[112137]: pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:00 smithi203 ceph-mon[117428]: pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:00 smithi137 ceph-mon[117020]: pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:00.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:00.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:00.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:00 smithi066 ceph-mon[112137]: pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:01.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:01.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:01.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:01.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:01.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:02 smithi203 ceph-mon[117428]: from='client.171552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:02 smithi203 ceph-mon[117428]: pgmap v5966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:02 smithi137 ceph-mon[117020]: from='client.171552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:02 smithi137 ceph-mon[117020]: pgmap v5966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:02 smithi066 ceph-mon[112137]: from='client.171552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:02 smithi066 ceph-mon[112137]: pgmap v5966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:03 smithi066 ceph-mon[112137]: pgmap v5967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:03 smithi203 ceph-mon[117428]: pgmap v5967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:03 smithi137 ceph-mon[117020]: pgmap v5967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:06.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:06.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:06.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:06 smithi203 ceph-mon[117428]: pgmap v5968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:06 smithi137 ceph-mon[117020]: pgmap v5968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:06 smithi066 ceph-mon[112137]: pgmap v5968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:07.425 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:07.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:07.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:07.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:07.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:08 smithi203 ceph-mon[117428]: from='client.171630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:08 smithi203 ceph-mon[117428]: pgmap v5969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:08 smithi137 ceph-mon[117020]: from='client.171630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:08 smithi137 ceph-mon[117020]: pgmap v5969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:08 smithi066 ceph-mon[112137]: from='client.171630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:08 smithi066 ceph-mon[112137]: pgmap v5969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:10 smithi203 ceph-mon[117428]: pgmap v5970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:10 smithi137 ceph-mon[117020]: pgmap v5970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:10 smithi066 ceph-mon[112137]: pgmap v5970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:12.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:12.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:12.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:12 smithi203 ceph-mon[117428]: pgmap v5971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:12 smithi137 ceph-mon[117020]: pgmap v5971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:12 smithi066 ceph-mon[112137]: pgmap v5971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:13.166 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:13.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:13.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:13.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:13.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:13 smithi066 ceph-mon[112137]: from='client.171708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:13 smithi066 ceph-mon[112137]: pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:13 smithi203 ceph-mon[117428]: from='client.171708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:13 smithi203 ceph-mon[117428]: pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:13 smithi137 ceph-mon[117020]: from='client.171708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:13 smithi137 ceph-mon[117020]: pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:16 smithi203 ceph-mon[117428]: pgmap v5973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:16 smithi137 ceph-mon[117020]: pgmap v5973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:16 smithi066 ceph-mon[112137]: pgmap v5973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:18.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:18.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:18.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:18 smithi203 ceph-mon[117428]: pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:18 smithi137 ceph-mon[117020]: pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:18.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:18.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:18.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:18.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:18.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:18 smithi066 ceph-mon[112137]: pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:19 smithi203 ceph-mon[117428]: from='client.171786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:19.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:19 smithi137 ceph-mon[117020]: from='client.171786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:19 smithi066 ceph-mon[112137]: from='client.171786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:20 smithi203 ceph-mon[117428]: pgmap v5975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:20 smithi137 ceph-mon[117020]: pgmap v5975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:20 smithi066 ceph-mon[112137]: pgmap v5975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:22 smithi203 ceph-mon[117428]: pgmap v5976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:32:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:22 smithi137 ceph-mon[117020]: pgmap v5976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:32:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:22 smithi066 ceph-mon[112137]: pgmap v5976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:32:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:32:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:32:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:32:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:32:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:32:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:32:23.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:23.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:23.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:32:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:32:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:32:24.620 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:24.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:24.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:24.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:24.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:24 smithi203 ceph-mon[117428]: pgmap v5977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:24 smithi137 ceph-mon[117020]: pgmap v5977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:24 smithi066 ceph-mon[112137]: pgmap v5977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:25 smithi203 ceph-mon[117428]: from='client.171861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:25 smithi137 ceph-mon[117020]: from='client.171861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:25 smithi066 ceph-mon[112137]: from='client.171861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:26 smithi203 ceph-mon[117428]: pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:32:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:26 smithi137 ceph-mon[117020]: pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:32:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:26 smithi066 ceph-mon[112137]: pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:32:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:28 smithi203 ceph-mon[117428]: pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:32:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:28 smithi137 ceph-mon[117020]: pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:32:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:28 smithi066 ceph-mon[112137]: pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:32:29.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:29.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:29.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:30.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:30.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:30.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:30.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:30.352 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:30 smithi203 ceph-mon[117428]: pgmap v5980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:32:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:30 smithi137 ceph-mon[117020]: pgmap v5980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:32:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:30 smithi066 ceph-mon[112137]: pgmap v5980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:32:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:31 smithi203 ceph-mon[117428]: from='client.171936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:31 smithi137 ceph-mon[117020]: from='client.171936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:31 smithi066 ceph-mon[112137]: from='client.171936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:32 smithi203 ceph-mon[117428]: pgmap v5981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:32 smithi137 ceph-mon[117020]: pgmap v5981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:32 smithi066 ceph-mon[112137]: pgmap v5981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:33 smithi066 ceph-mon[112137]: pgmap v5982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:33 smithi203 ceph-mon[117428]: pgmap v5982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:34.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:33 smithi137 ceph-mon[117020]: pgmap v5982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:35.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:35.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:35.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:36.074 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:36.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:36.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:36.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:36.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:36 smithi203 ceph-mon[117428]: pgmap v5983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:36 smithi137 ceph-mon[117020]: pgmap v5983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:36 smithi066 ceph-mon[112137]: pgmap v5983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:37.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:37 smithi203 ceph-mon[117428]: from='client.172008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:37.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:37 smithi137 ceph-mon[117020]: from='client.172008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:37 smithi066 ceph-mon[112137]: from='client.172008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:38 smithi203 ceph-mon[117428]: pgmap v5984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:32:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:38 smithi137 ceph-mon[117020]: pgmap v5984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:32:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:38 smithi066 ceph-mon[112137]: pgmap v5984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:32:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:40 smithi203 ceph-mon[117428]: pgmap v5985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:32:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:40 smithi137 ceph-mon[117020]: pgmap v5985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:32:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:40 smithi066 ceph-mon[112137]: pgmap v5985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:32:41.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:41.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:41.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:41.799 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:41.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:41.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:41.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:41.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:42 smithi203 ceph-mon[117428]: from='client.172086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:42 smithi203 ceph-mon[117428]: pgmap v5986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:32:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:42 smithi137 ceph-mon[117020]: from='client.172086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:42 smithi137 ceph-mon[117020]: pgmap v5986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:32:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:42 smithi066 ceph-mon[112137]: from='client.172086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:42 smithi066 ceph-mon[112137]: pgmap v5986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:32:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:43 smithi066 ceph-mon[112137]: pgmap v5987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:43 smithi203 ceph-mon[117428]: pgmap v5987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:43 smithi137 ceph-mon[117020]: pgmap v5987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:46.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:46 smithi203 ceph-mon[117428]: pgmap v5988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:46 smithi137 ceph-mon[117020]: pgmap v5988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:46 smithi066 ceph-mon[112137]: pgmap v5988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:47.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:47.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:47.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:47.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:47.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:48 smithi203 ceph-mon[117428]: from='client.172164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:48 smithi203 ceph-mon[117428]: pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:48 smithi137 ceph-mon[117020]: from='client.172164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:48 smithi137 ceph-mon[117020]: pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:48 smithi066 ceph-mon[112137]: from='client.172164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:48 smithi066 ceph-mon[112137]: pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:50 smithi203 ceph-mon[117428]: pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:50 smithi137 ceph-mon[117020]: pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:50 smithi066 ceph-mon[112137]: pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:52.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:52.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:52.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:52 smithi203 ceph-mon[117428]: pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:52 smithi137 ceph-mon[117020]: pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:52 smithi066 ceph-mon[112137]: pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:53.255 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:53.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:53.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:53.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:53.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:53 smithi066 ceph-mon[112137]: from='client.172242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:53 smithi066 ceph-mon[112137]: pgmap v5992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:53 smithi203 ceph-mon[117428]: from='client.172242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:53 smithi203 ceph-mon[117428]: pgmap v5992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:53 smithi137 ceph-mon[117020]: from='client.172242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:53 smithi137 ceph-mon[117020]: pgmap v5992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:56 smithi203 ceph-mon[117428]: pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:56 smithi137 ceph-mon[117020]: pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:56 smithi066 ceph-mon[112137]: pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:58.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:32:58.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:58.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:32:58 smithi203 ceph-mon[117428]: pgmap v5994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:32:58 smithi137 ceph-mon[117020]: pgmap v5994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:58.977 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:32:58.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:58.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:58.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:58.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:32:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:32:58 smithi066 ceph-mon[112137]: pgmap v5994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:00 smithi203 ceph-mon[117428]: from='client.172317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:00 smithi203 ceph-mon[117428]: pgmap v5995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:00 smithi137 ceph-mon[117020]: from='client.172317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:00 smithi137 ceph-mon[117020]: pgmap v5995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:00 smithi066 ceph-mon[112137]: from='client.172317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:00 smithi066 ceph-mon[112137]: pgmap v5995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:02 smithi203 ceph-mon[117428]: pgmap v5996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:02 smithi137 ceph-mon[117020]: pgmap v5996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:02 smithi066 ceph-mon[112137]: pgmap v5996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:03.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:03.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:03.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:03 smithi066 ceph-mon[112137]: pgmap v5997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:03 smithi203 ceph-mon[117428]: pgmap v5997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:03 smithi137 ceph-mon[117020]: pgmap v5997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:04.698 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:04.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:04.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:04.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:04.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:04 smithi066 ceph-mon[112137]: from='client.172389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:04 smithi203 ceph-mon[117428]: from='client.172389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:04 smithi137 ceph-mon[117020]: from='client.172389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:05 smithi066 ceph-mon[112137]: pgmap v5998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:33:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:05 smithi203 ceph-mon[117428]: pgmap v5998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:33:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:05 smithi137 ceph-mon[117020]: pgmap v5998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:33:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:08 smithi203 ceph-mon[117428]: pgmap v5999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:33:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:08 smithi137 ceph-mon[117020]: pgmap v5999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:33:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:08 smithi066 ceph-mon[112137]: pgmap v5999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:33:09.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:09.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:09.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:10.419 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:10.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:10.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:10.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:10.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:10 smithi203 ceph-mon[117428]: pgmap v6000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:33:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:10 smithi137 ceph-mon[117020]: pgmap v6000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:33:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:10 smithi066 ceph-mon[112137]: pgmap v6000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:33:11.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:11 smithi203 ceph-mon[117428]: from='client.172461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:11 smithi137 ceph-mon[117020]: from='client.172461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:11 smithi066 ceph-mon[112137]: from='client.172461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:12 smithi203 ceph-mon[117428]: pgmap v6001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:12 smithi137 ceph-mon[117020]: pgmap v6001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:12 smithi066 ceph-mon[112137]: pgmap v6001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:13 smithi066 ceph-mon[112137]: pgmap v6002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:13 smithi203 ceph-mon[117428]: pgmap v6002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:13 smithi137 ceph-mon[117020]: pgmap v6002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:15.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:15.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:15.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:16.141 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:16.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:16.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:16.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:16.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:16 smithi203 ceph-mon[117428]: pgmap v6003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:16 smithi137 ceph-mon[117020]: pgmap v6003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:16 smithi066 ceph-mon[112137]: pgmap v6003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:17.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:17 smithi203 ceph-mon[117428]: from='client.172539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:17 smithi137 ceph-mon[117020]: from='client.172539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:17 smithi066 ceph-mon[112137]: from='client.172539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:18 smithi203 ceph-mon[117428]: pgmap v6004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:33:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:18 smithi137 ceph-mon[117020]: pgmap v6004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:33:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:18 smithi066 ceph-mon[112137]: pgmap v6004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:33:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:20 smithi203 ceph-mon[117428]: pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:33:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:20 smithi137 ceph-mon[117020]: pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:33:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:20 smithi066 ceph-mon[112137]: pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:33:21.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:21.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:21.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:21.872 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:21.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:21.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:21.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:21.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:22 smithi203 ceph-mon[117428]: pgmap v6006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:33:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:22 smithi203 ceph-mon[117428]: from='client.172614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:22 smithi137 ceph-mon[117020]: pgmap v6006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:33:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:22 smithi137 ceph-mon[117020]: from='client.172614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:22 smithi066 ceph-mon[112137]: pgmap v6006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:33:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:22 smithi066 ceph-mon[112137]: from='client.172614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:33:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:23 smithi066 ceph-mon[112137]: pgmap v6007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:33:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:33:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:33:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:33:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:23 smithi203 ceph-mon[117428]: pgmap v6007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:33:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:33:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:33:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:33:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:23 smithi137 ceph-mon[117020]: pgmap v6007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:33:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:33:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:33:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:26 smithi203 ceph-mon[117428]: pgmap v6008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:26 smithi137 ceph-mon[117020]: pgmap v6008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:26.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:26.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:26.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:26 smithi066 ceph-mon[112137]: pgmap v6008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:27.596 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:27.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:27.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:27.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:27.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:28 smithi203 ceph-mon[117428]: from='client.172692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:28 smithi203 ceph-mon[117428]: pgmap v6009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:28 smithi137 ceph-mon[117020]: from='client.172692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:28 smithi137 ceph-mon[117020]: pgmap v6009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:28 smithi066 ceph-mon[112137]: from='client.172692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:28 smithi066 ceph-mon[112137]: pgmap v6009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:30 smithi203 ceph-mon[117428]: pgmap v6010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:30 smithi137 ceph-mon[117020]: pgmap v6010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:30 smithi066 ceph-mon[112137]: pgmap v6010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:32.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:32.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:32.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:32 smithi203 ceph-mon[117428]: pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:32 smithi137 ceph-mon[117020]: pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:32 smithi066 ceph-mon[112137]: pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:33.320 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:33.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:33.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:33.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:33.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:33 smithi066 ceph-mon[112137]: from='client.172767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:34.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:33 smithi066 ceph-mon[112137]: pgmap v6012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:33 smithi203 ceph-mon[117428]: from='client.172767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:33 smithi203 ceph-mon[117428]: pgmap v6012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:33 smithi137 ceph-mon[117020]: from='client.172767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:33 smithi137 ceph-mon[117020]: pgmap v6012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:36 smithi203 ceph-mon[117428]: pgmap v6013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:36 smithi137 ceph-mon[117020]: pgmap v6013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:36 smithi066 ceph-mon[112137]: pgmap v6013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:38.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:38.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:38.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:38 smithi203 ceph-mon[117428]: pgmap v6014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:38 smithi137 ceph-mon[117020]: pgmap v6014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:38 smithi066 ceph-mon[112137]: pgmap v6014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:39.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:39.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:39.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:39.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:39.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:40 smithi203 ceph-mon[117428]: from='client.172845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:40 smithi203 ceph-mon[117428]: pgmap v6015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:40 smithi137 ceph-mon[117020]: from='client.172845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:40 smithi137 ceph-mon[117020]: pgmap v6015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:40 smithi066 ceph-mon[112137]: from='client.172845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:40 smithi066 ceph-mon[112137]: pgmap v6015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:42 smithi203 ceph-mon[117428]: pgmap v6016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:42 smithi137 ceph-mon[117020]: pgmap v6016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:42 smithi066 ceph-mon[112137]: pgmap v6016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:44.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:44.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:44.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:43 smithi066 ceph-mon[112137]: pgmap v6017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:43 smithi203 ceph-mon[117428]: pgmap v6017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:43 smithi137 ceph-mon[117020]: pgmap v6017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:44.773 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:44.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:44.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:44.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:44.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:44 smithi066 ceph-mon[112137]: from='client.172920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:44 smithi203 ceph-mon[117428]: from='client.172920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:44 smithi137 ceph-mon[117020]: from='client.172920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:45 smithi066 ceph-mon[112137]: pgmap v6018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:33:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:45 smithi203 ceph-mon[117428]: pgmap v6018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:33:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:45 smithi137 ceph-mon[117020]: pgmap v6018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:33:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:48 smithi203 ceph-mon[117428]: pgmap v6019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:48 smithi137 ceph-mon[117020]: pgmap v6019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:48 smithi066 ceph-mon[112137]: pgmap v6019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:49.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:49.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:49.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:50.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:50.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:50.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:50.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:50.494 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:50 smithi203 ceph-mon[117428]: pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:50 smithi137 ceph-mon[117020]: pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:50 smithi066 ceph-mon[112137]: pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:51 smithi203 ceph-mon[117428]: from='client.172995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:51 smithi137 ceph-mon[117020]: from='client.172995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:51 smithi066 ceph-mon[112137]: from='client.172995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:52 smithi203 ceph-mon[117428]: pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:52 smithi137 ceph-mon[117020]: pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:52 smithi066 ceph-mon[112137]: pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:53 smithi066 ceph-mon[112137]: pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:54.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:53 smithi203 ceph-mon[117428]: pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:54.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:53 smithi137 ceph-mon[117020]: pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:55.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:33:55.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:55.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:56.209 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:33:56.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:56.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:56.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:56.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:33:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:56 smithi203 ceph-mon[117428]: pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:56 smithi137 ceph-mon[117020]: pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:56 smithi066 ceph-mon[112137]: pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:57.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:57 smithi203 ceph-mon[117428]: from='client.173073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:57 smithi137 ceph-mon[117020]: from='client.173073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:57 smithi066 ceph-mon[112137]: from='client.173073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:33:58 smithi203 ceph-mon[117428]: pgmap v6024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:33:58 smithi137 ceph-mon[117020]: pgmap v6024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:33:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:33:58 smithi066 ceph-mon[112137]: pgmap v6024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:34:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:00 smithi203 ceph-mon[117428]: pgmap v6025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:34:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:00 smithi137 ceph-mon[117020]: pgmap v6025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:34:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:00 smithi066 ceph-mon[112137]: pgmap v6025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:34:01.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:01.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:01.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:01.927 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:01.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:01.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:01.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:01.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:02 smithi203 ceph-mon[117428]: pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:34:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:02 smithi203 ceph-mon[117428]: from='client.173151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:02 smithi137 ceph-mon[117020]: pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:34:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:02 smithi137 ceph-mon[117020]: from='client.173151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:02 smithi066 ceph-mon[112137]: pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:34:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:02 smithi066 ceph-mon[112137]: from='client.173151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:03 smithi066 ceph-mon[112137]: pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:03 smithi203 ceph-mon[117428]: pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:03 smithi137 ceph-mon[117020]: pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:06 smithi203 ceph-mon[117428]: pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:06 smithi137 ceph-mon[117020]: pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:06.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:06.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:06.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:06 smithi066 ceph-mon[112137]: pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:07.658 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:07.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:07.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:07.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:07.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:08 smithi203 ceph-mon[117428]: from='client.173226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:08 smithi203 ceph-mon[117428]: pgmap v6029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:08 smithi137 ceph-mon[117020]: from='client.173226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:08 smithi137 ceph-mon[117020]: pgmap v6029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:08 smithi066 ceph-mon[112137]: from='client.173226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:08 smithi066 ceph-mon[112137]: pgmap v6029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:10 smithi203 ceph-mon[117428]: pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:10 smithi137 ceph-mon[117020]: pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:10 smithi066 ceph-mon[112137]: pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:12.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:12.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:12.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:12 smithi203 ceph-mon[117428]: pgmap v6031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:12 smithi137 ceph-mon[117020]: pgmap v6031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:12 smithi066 ceph-mon[112137]: pgmap v6031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:13.387 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:13.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:13.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:13.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:13.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:13 smithi066 ceph-mon[112137]: from='client.173301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:14.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:13 smithi066 ceph-mon[112137]: pgmap v6032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:13 smithi203 ceph-mon[117428]: from='client.173301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:13 smithi203 ceph-mon[117428]: pgmap v6032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:13 smithi137 ceph-mon[117020]: from='client.173301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:13 smithi137 ceph-mon[117020]: pgmap v6032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:16 smithi203 ceph-mon[117428]: pgmap v6033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:16 smithi137 ceph-mon[117020]: pgmap v6033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:16 smithi066 ceph-mon[112137]: pgmap v6033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:18.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:18.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:18.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:18 smithi203 ceph-mon[117428]: pgmap v6034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:18 smithi137 ceph-mon[117020]: pgmap v6034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:18 smithi066 ceph-mon[112137]: pgmap v6034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:19.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:19.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:19.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:19.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:19.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:20 smithi203 ceph-mon[117428]: from='client.173376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:20 smithi203 ceph-mon[117428]: pgmap v6035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:20 smithi137 ceph-mon[117020]: from='client.173376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:20 smithi137 ceph-mon[117020]: pgmap v6035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:20 smithi066 ceph-mon[112137]: from='client.173376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:20 smithi066 ceph-mon[112137]: pgmap v6035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:22 smithi203 ceph-mon[117428]: pgmap v6036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:22 smithi137 ceph-mon[117020]: pgmap v6036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:22 smithi066 ceph-mon[112137]: pgmap v6036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:24.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:24.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:24.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:23 smithi066 ceph-mon[112137]: pgmap v6037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:34:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:23 smithi203 ceph-mon[117428]: pgmap v6037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:34:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:23 smithi137 ceph-mon[117020]: pgmap v6037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:34:24.862 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:24.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:24.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:24.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:24.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='client.173454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='client.173454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='client.173454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:34:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:34:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:34:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:26 smithi203 ceph-mon[117428]: pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:34:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:26 smithi137 ceph-mon[117020]: pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:34:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:26 smithi066 ceph-mon[112137]: pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:34:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:28 smithi203 ceph-mon[117428]: pgmap v6039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:34:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:28 smithi137 ceph-mon[117020]: pgmap v6039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:34:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:28 smithi066 ceph-mon[112137]: pgmap v6039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:34:29.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:29.864 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:29.864 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:30.590 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:30.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:30.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:30.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:30.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:30 smithi203 ceph-mon[117428]: pgmap v6040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:34:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:30 smithi137 ceph-mon[117020]: pgmap v6040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:34:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:30 smithi066 ceph-mon[112137]: pgmap v6040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:34:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:31 smithi203 ceph-mon[117428]: from='client.173532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:31 smithi137 ceph-mon[117020]: from='client.173532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:31 smithi066 ceph-mon[112137]: from='client.173532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:32 smithi203 ceph-mon[117428]: pgmap v6041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:32 smithi137 ceph-mon[117020]: pgmap v6041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:32 smithi066 ceph-mon[112137]: pgmap v6041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:33 smithi066 ceph-mon[112137]: pgmap v6042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:33 smithi203 ceph-mon[117428]: pgmap v6042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:33 smithi137 ceph-mon[117020]: pgmap v6042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:35.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:35.592 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:35.592 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:36.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:36.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:36.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:36.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:36.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:36 smithi203 ceph-mon[117428]: pgmap v6043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:36 smithi137 ceph-mon[117020]: pgmap v6043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:36 smithi066 ceph-mon[112137]: pgmap v6043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:37.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:37 smithi203 ceph-mon[117428]: from='client.173607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:37.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:37 smithi137 ceph-mon[117020]: from='client.173607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:37 smithi066 ceph-mon[112137]: from='client.173607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:38 smithi203 ceph-mon[117428]: pgmap v6044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:34:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:38 smithi137 ceph-mon[117020]: pgmap v6044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:34:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:38 smithi066 ceph-mon[112137]: pgmap v6044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:34:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:40 smithi203 ceph-mon[117428]: pgmap v6045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:34:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:40 smithi137 ceph-mon[117020]: pgmap v6045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:34:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:40 smithi066 ceph-mon[112137]: pgmap v6045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:34:41.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:41.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:41.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:42.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:42.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:42.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:42.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:42.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:42 smithi203 ceph-mon[117428]: pgmap v6046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:34:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:42 smithi137 ceph-mon[117020]: pgmap v6046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:34:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:42 smithi066 ceph-mon[112137]: pgmap v6046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:34:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:43 smithi203 ceph-mon[117428]: from='client.173682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:43 smithi137 ceph-mon[117020]: from='client.173682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:43 smithi066 ceph-mon[112137]: from='client.173682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:44 smithi203 ceph-mon[117428]: pgmap v6047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:44 smithi137 ceph-mon[117020]: pgmap v6047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:44 smithi066 ceph-mon[112137]: pgmap v6047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:46 smithi203 ceph-mon[117428]: pgmap v6048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:46 smithi137 ceph-mon[117020]: pgmap v6048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:46 smithi066 ceph-mon[112137]: pgmap v6048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:47.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:47.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:47.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:47.776 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:47.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:47.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:47.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:47.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:48 smithi203 ceph-mon[117428]: from='client.173757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:48 smithi203 ceph-mon[117428]: pgmap v6049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:48 smithi137 ceph-mon[117020]: from='client.173757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:48 smithi137 ceph-mon[117020]: pgmap v6049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:48 smithi066 ceph-mon[112137]: from='client.173757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:48 smithi066 ceph-mon[112137]: pgmap v6049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:50 smithi203 ceph-mon[117428]: pgmap v6050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:50 smithi137 ceph-mon[117020]: pgmap v6050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:50 smithi066 ceph-mon[112137]: pgmap v6050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:52.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:52.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:52.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:52 smithi203 ceph-mon[117428]: pgmap v6051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:52 smithi137 ceph-mon[117020]: pgmap v6051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:52 smithi066 ceph-mon[112137]: pgmap v6051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:53.510 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:53.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:53.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:53.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:53.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:34:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:53 smithi066 ceph-mon[112137]: from='client.173829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:54.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:53 smithi066 ceph-mon[112137]: pgmap v6052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:53 smithi203 ceph-mon[117428]: from='client.173829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:53 smithi203 ceph-mon[117428]: pgmap v6052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:53 smithi137 ceph-mon[117020]: from='client.173829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:53 smithi137 ceph-mon[117020]: pgmap v6052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:56 smithi203 ceph-mon[117428]: pgmap v6053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:56 smithi137 ceph-mon[117020]: pgmap v6053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:56 smithi066 ceph-mon[112137]: pgmap v6053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:58.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:34:58.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:58.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:34:58 smithi203 ceph-mon[117428]: pgmap v6054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:34:58 smithi137 ceph-mon[117020]: pgmap v6054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:34:58 smithi066 ceph-mon[112137]: pgmap v6054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:59.237 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:34:59.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:59.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:59.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:59.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:00 smithi203 ceph-mon[117428]: from='client.173904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:00 smithi203 ceph-mon[117428]: pgmap v6055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:00 smithi137 ceph-mon[117020]: from='client.173904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:00 smithi137 ceph-mon[117020]: pgmap v6055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:00 smithi066 ceph-mon[112137]: from='client.173904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:00 smithi066 ceph-mon[112137]: pgmap v6055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:02 smithi203 ceph-mon[117428]: pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:02 smithi137 ceph-mon[117020]: pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:02 smithi066 ceph-mon[112137]: pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:03 smithi066 ceph-mon[112137]: pgmap v6057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:04.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:04.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:04.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:03 smithi203 ceph-mon[117428]: pgmap v6057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:03 smithi137 ceph-mon[117020]: pgmap v6057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:04.970 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:04.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:04.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:04.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:04.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:04 smithi066 ceph-mon[112137]: from='client.173979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:04 smithi203 ceph-mon[117428]: from='client.173979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:04 smithi137 ceph-mon[117020]: from='client.173979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:05 smithi066 ceph-mon[112137]: pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:05 smithi203 ceph-mon[117428]: pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:05 smithi137 ceph-mon[117020]: pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:08 smithi203 ceph-mon[117428]: pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:08 smithi137 ceph-mon[117020]: pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:08 smithi066 ceph-mon[112137]: pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:09.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:09.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:09.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:10.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:10.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:10.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:10.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:10.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:10 smithi203 ceph-mon[117428]: pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:10 smithi137 ceph-mon[117020]: pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:10 smithi066 ceph-mon[112137]: pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:11.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:11 smithi203 ceph-mon[117428]: from='client.174054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:11 smithi137 ceph-mon[117020]: from='client.174054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:11 smithi066 ceph-mon[112137]: from='client.174054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:12 smithi203 ceph-mon[117428]: pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:12 smithi137 ceph-mon[117020]: pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:12 smithi066 ceph-mon[112137]: pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:13 smithi066 ceph-mon[112137]: pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:13 smithi203 ceph-mon[117428]: pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:13 smithi137 ceph-mon[117020]: pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:15.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:15.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:15.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:16.431 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:16.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:16.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:16.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:16.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:16 smithi203 ceph-mon[117428]: pgmap v6063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:16 smithi137 ceph-mon[117020]: pgmap v6063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:16 smithi066 ceph-mon[112137]: pgmap v6063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:17 smithi203 ceph-mon[117428]: from='client.174129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:17 smithi137 ceph-mon[117020]: from='client.174129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:17 smithi066 ceph-mon[112137]: from='client.174129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:18 smithi203 ceph-mon[117428]: pgmap v6064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:18 smithi137 ceph-mon[117020]: pgmap v6064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:18 smithi066 ceph-mon[112137]: pgmap v6064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:20 smithi203 ceph-mon[117428]: pgmap v6065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:20 smithi137 ceph-mon[117020]: pgmap v6065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:20 smithi066 ceph-mon[112137]: pgmap v6065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:21.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:21.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:21.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:22.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:22.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:22.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:22.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:22.166 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:22 smithi203 ceph-mon[117428]: pgmap v6066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:22 smithi137 ceph-mon[117020]: pgmap v6066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:22 smithi066 ceph-mon[112137]: pgmap v6066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:23 smithi203 ceph-mon[117428]: from='client.174207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:23 smithi137 ceph-mon[117020]: from='client.174207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:23 smithi066 ceph-mon[112137]: from='client.174207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:24 smithi203 ceph-mon[117428]: pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:24 smithi137 ceph-mon[117020]: pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:24 smithi066 ceph-mon[112137]: pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:35:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:35:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:35:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:35:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:35:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:35:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:35:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:35:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:35:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:35:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:35:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:35:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:26 smithi203 ceph-mon[117428]: pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:26 smithi137 ceph-mon[117020]: pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:26 smithi066 ceph-mon[112137]: pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:27.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:27.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:27.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:27.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:27.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:27.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:27.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:27.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:28 smithi203 ceph-mon[117428]: pgmap v6069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:28 smithi203 ceph-mon[117428]: from='client.174282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:28 smithi137 ceph-mon[117020]: pgmap v6069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:28 smithi137 ceph-mon[117020]: from='client.174282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:28 smithi066 ceph-mon[112137]: pgmap v6069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:28 smithi066 ceph-mon[112137]: from='client.174282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:30 smithi137 ceph-mon[117020]: pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:30 smithi066 ceph-mon[112137]: pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:30 smithi203 ceph-mon[117428]: pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:32 smithi137 ceph-mon[117020]: pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:32.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:32.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:32.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:32 smithi066 ceph-mon[112137]: pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:32 smithi203 ceph-mon[117428]: pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:33.603 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:33.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:33.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:33.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:33.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:33 smithi066 ceph-mon[112137]: from='client.174360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:34.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:33 smithi066 ceph-mon[112137]: pgmap v6072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:33 smithi203 ceph-mon[117428]: from='client.174360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:33 smithi203 ceph-mon[117428]: pgmap v6072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:33 smithi137 ceph-mon[117020]: from='client.174360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:33 smithi137 ceph-mon[117020]: pgmap v6072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:36 smithi203 ceph-mon[117428]: pgmap v6073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:36 smithi137 ceph-mon[117020]: pgmap v6073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:36 smithi066 ceph-mon[112137]: pgmap v6073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:38.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:38.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:38.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:38 smithi203 ceph-mon[117428]: pgmap v6074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:38 smithi137 ceph-mon[117020]: pgmap v6074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:38 smithi066 ceph-mon[112137]: pgmap v6074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:39.323 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:39.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:39.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:39.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:39.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:40 smithi203 ceph-mon[117428]: from='client.174429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:40 smithi203 ceph-mon[117428]: pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:40 smithi137 ceph-mon[117020]: from='client.174429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:40 smithi137 ceph-mon[117020]: pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:40 smithi066 ceph-mon[112137]: from='client.174429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:40 smithi066 ceph-mon[112137]: pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:42 smithi203 ceph-mon[117428]: pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:42 smithi137 ceph-mon[117020]: pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:42 smithi066 ceph-mon[112137]: pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:43 smithi066 ceph-mon[112137]: pgmap v6077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:43 smithi203 ceph-mon[117428]: pgmap v6077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:44.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:44.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:44.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:43 smithi137 ceph-mon[117020]: pgmap v6077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:45.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:45.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:45.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:45.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:45.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:46 smithi203 ceph-mon[117428]: from='client.174504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:46 smithi203 ceph-mon[117428]: pgmap v6078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:46 smithi137 ceph-mon[117020]: from='client.174504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:46 smithi137 ceph-mon[117020]: pgmap v6078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:46 smithi066 ceph-mon[112137]: from='client.174504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:46 smithi066 ceph-mon[112137]: pgmap v6078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:48 smithi203 ceph-mon[117428]: pgmap v6079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:48 smithi137 ceph-mon[117020]: pgmap v6079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:48 smithi066 ceph-mon[112137]: pgmap v6079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:50.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:50.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:50.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:50.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:50.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:50.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:50.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:50.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:50 smithi203 ceph-mon[117428]: pgmap v6080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:50 smithi137 ceph-mon[117020]: pgmap v6080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:50 smithi066 ceph-mon[112137]: pgmap v6080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:51 smithi203 ceph-mon[117428]: from='client.174582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:51 smithi137 ceph-mon[117020]: from='client.174582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:51 smithi066 ceph-mon[112137]: from='client.174582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:52 smithi203 ceph-mon[117428]: pgmap v6081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:52 smithi137 ceph-mon[117020]: pgmap v6081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:52 smithi066 ceph-mon[112137]: pgmap v6081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:53 smithi066 ceph-mon[112137]: pgmap v6082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:53 smithi203 ceph-mon[117428]: pgmap v6082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:53 smithi137 ceph-mon[117020]: pgmap v6082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:55.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:35:55.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:55.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:56.511 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:35:56.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:56.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:56.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:56.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:35:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:56 smithi203 ceph-mon[117428]: pgmap v6083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:56 smithi137 ceph-mon[117020]: pgmap v6083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:56 smithi066 ceph-mon[112137]: pgmap v6083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:57.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:57 smithi203 ceph-mon[117428]: from='client.174654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:57 smithi137 ceph-mon[117020]: from='client.174654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:57 smithi066 ceph-mon[112137]: from='client.174654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:35:58 smithi203 ceph-mon[117428]: pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:35:58 smithi137 ceph-mon[117020]: pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:35:58 smithi066 ceph-mon[112137]: pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:00 smithi203 ceph-mon[117428]: pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:00 smithi137 ceph-mon[117020]: pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:00 smithi066 ceph-mon[112137]: pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:01.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:01.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:01.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:02.238 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:02.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:02.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:02.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:02.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:02 smithi203 ceph-mon[117428]: pgmap v6086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:02 smithi137 ceph-mon[117020]: pgmap v6086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:02 smithi066 ceph-mon[112137]: pgmap v6086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:03 smithi137 ceph-mon[117020]: from='client.174726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:03 smithi066 ceph-mon[112137]: from='client.174726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:03 smithi203 ceph-mon[117428]: from='client.174726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:04 smithi137 ceph-mon[117020]: pgmap v6087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:04 smithi066 ceph-mon[112137]: pgmap v6087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:04 smithi203 ceph-mon[117428]: pgmap v6087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:06 smithi137 ceph-mon[117020]: pgmap v6088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:06 smithi066 ceph-mon[112137]: pgmap v6088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:06 smithi203 ceph-mon[117428]: pgmap v6088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:07.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:07.240 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:07.240 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:07.958 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:07.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:07.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:07.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:07.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:08 smithi137 ceph-mon[117020]: pgmap v6089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:08 smithi137 ceph-mon[117020]: from='client.174801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:08 smithi066 ceph-mon[112137]: pgmap v6089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:08 smithi066 ceph-mon[112137]: from='client.174801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:08 smithi203 ceph-mon[117428]: pgmap v6089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:08 smithi203 ceph-mon[117428]: from='client.174801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:10 smithi137 ceph-mon[117020]: pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:10 smithi066 ceph-mon[112137]: pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:10 smithi203 ceph-mon[117428]: pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:12 smithi137 ceph-mon[117020]: pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:12.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:12.960 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:12.960 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:12 smithi066 ceph-mon[112137]: pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:12 smithi203 ceph-mon[117428]: pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:13.698 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:13.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:13.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:13.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:13.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:13 smithi066 ceph-mon[112137]: from='client.174876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:13 smithi066 ceph-mon[112137]: pgmap v6092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:13 smithi203 ceph-mon[117428]: from='client.174876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:13 smithi203 ceph-mon[117428]: pgmap v6092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:13 smithi137 ceph-mon[117020]: from='client.174876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:13 smithi137 ceph-mon[117020]: pgmap v6092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:16 smithi203 ceph-mon[117428]: pgmap v6093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:16 smithi137 ceph-mon[117020]: pgmap v6093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:16 smithi066 ceph-mon[112137]: pgmap v6093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:18.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:18.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:18.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:18 smithi203 ceph-mon[117428]: pgmap v6094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:18 smithi137 ceph-mon[117020]: pgmap v6094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:18 smithi066 ceph-mon[112137]: pgmap v6094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:19.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:19.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:19.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:19.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:19.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:20 smithi203 ceph-mon[117428]: from='client.174954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:20 smithi203 ceph-mon[117428]: pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:20 smithi137 ceph-mon[117020]: from='client.174954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:20 smithi137 ceph-mon[117020]: pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:20 smithi066 ceph-mon[112137]: from='client.174954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:20 smithi066 ceph-mon[112137]: pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:22 smithi137 ceph-mon[117020]: pgmap v6096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:22 smithi066 ceph-mon[112137]: pgmap v6096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:22 smithi203 ceph-mon[117428]: pgmap v6096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:23 smithi066 ceph-mon[112137]: pgmap v6097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:23 smithi203 ceph-mon[117428]: pgmap v6097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:23 smithi137 ceph-mon[117020]: pgmap v6097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:24.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:24.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:24.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:25.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:25.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:25.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:25.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:25.168 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:36:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:36:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:36:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:26 smithi137 ceph-mon[117020]: from='client.175029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:26 smithi137 ceph-mon[117020]: pgmap v6098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:26 smithi066 ceph-mon[112137]: from='client.175029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:26 smithi066 ceph-mon[112137]: pgmap v6098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:26 smithi203 ceph-mon[117428]: from='client.175029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:26 smithi203 ceph-mon[117428]: pgmap v6098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:36:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:36:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:36:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:36:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:36:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:36:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:36:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:36:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:36:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:36:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:36:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:36:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:36:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:28 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16970M 2023-12-07T20:36:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:28 smithi137 ceph-mon[117020]: pgmap v6099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:28 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16970M 2023-12-07T20:36:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:28 smithi066 ceph-mon[112137]: pgmap v6099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:28 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16970M 2023-12-07T20:36:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:28 smithi203 ceph-mon[117428]: pgmap v6099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:30.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:30.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:30.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:30 smithi137 ceph-mon[117020]: pgmap v6100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:30.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:30.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:30.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:30.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:30.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:30 smithi066 ceph-mon[112137]: pgmap v6100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:30 smithi203 ceph-mon[117428]: pgmap v6100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:31 smithi137 ceph-mon[117020]: from='client.175104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:31 smithi066 ceph-mon[112137]: from='client.175104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:31 smithi203 ceph-mon[117428]: from='client.175104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:32 smithi137 ceph-mon[117020]: pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:32 smithi066 ceph-mon[112137]: pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:32 smithi203 ceph-mon[117428]: pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:34.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:33 smithi066 ceph-mon[112137]: pgmap v6102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:33 smithi203 ceph-mon[117428]: pgmap v6102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:33 smithi137 ceph-mon[117020]: pgmap v6102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:35.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:35.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:35.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:36.610 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:36.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:36.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:36.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:36.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:36 smithi203 ceph-mon[117428]: pgmap v6103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:36 smithi137 ceph-mon[117020]: pgmap v6103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:36 smithi066 ceph-mon[112137]: pgmap v6103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:37 smithi137 ceph-mon[117020]: from='client.175182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:37 smithi066 ceph-mon[112137]: from='client.175182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:37 smithi203 ceph-mon[117428]: from='client.175182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:38 smithi137 ceph-mon[117020]: pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:38 smithi066 ceph-mon[112137]: pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:38 smithi203 ceph-mon[117428]: pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:40 smithi137 ceph-mon[117020]: pgmap v6105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:40 smithi066 ceph-mon[112137]: pgmap v6105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:40 smithi203 ceph-mon[117428]: pgmap v6105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:41.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:41.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:41.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:42.338 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:42.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:42.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:42.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:42.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:42 smithi137 ceph-mon[117020]: pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:42 smithi066 ceph-mon[112137]: pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:42 smithi203 ceph-mon[117428]: pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:43 smithi137 ceph-mon[117020]: from='client.175260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:43 smithi066 ceph-mon[112137]: from='client.175260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:43 smithi203 ceph-mon[117428]: from='client.175260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:44 smithi137 ceph-mon[117020]: pgmap v6107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:44 smithi066 ceph-mon[112137]: pgmap v6107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:44 smithi203 ceph-mon[117428]: pgmap v6107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:46 smithi137 ceph-mon[117020]: pgmap v6108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:46 smithi066 ceph-mon[112137]: pgmap v6108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:46 smithi203 ceph-mon[117428]: pgmap v6108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:47.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:47.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:47.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:48.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:48.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:48.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:48.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:48.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:48 smithi137 ceph-mon[117020]: pgmap v6109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:48 smithi066 ceph-mon[112137]: pgmap v6109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:48 smithi203 ceph-mon[117428]: pgmap v6109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:49 smithi137 ceph-mon[117020]: from='client.175338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:49 smithi066 ceph-mon[112137]: from='client.175338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:50.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:49 smithi203 ceph-mon[117428]: from='client.175338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:50 smithi137 ceph-mon[117020]: pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:50 smithi066 ceph-mon[112137]: pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:50 smithi203 ceph-mon[117428]: pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:52 smithi137 ceph-mon[117020]: pgmap v6111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:52 smithi066 ceph-mon[112137]: pgmap v6111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:53.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:53.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:53.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:52 smithi203 ceph-mon[117428]: pgmap v6111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:53.794 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:53.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:53.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:53.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:53.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:36:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:53 smithi066 ceph-mon[112137]: from='client.175413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:54.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:53 smithi066 ceph-mon[112137]: pgmap v6112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:53 smithi203 ceph-mon[117428]: from='client.175413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:53 smithi203 ceph-mon[117428]: pgmap v6112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:53 smithi137 ceph-mon[117020]: from='client.175413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:53 smithi137 ceph-mon[117020]: pgmap v6112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:56 smithi137 ceph-mon[117020]: pgmap v6113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:56 smithi066 ceph-mon[112137]: pgmap v6113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:56 smithi203 ceph-mon[117428]: pgmap v6113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:58.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:36:58.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:58.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:36:58 smithi137 ceph-mon[117020]: pgmap v6114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:36:58 smithi066 ceph-mon[112137]: pgmap v6114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:36:58 smithi203 ceph-mon[117428]: pgmap v6114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:59.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:36:59.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:59.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:59.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:59.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:00 smithi137 ceph-mon[117020]: from='client.175482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:00 smithi137 ceph-mon[117020]: pgmap v6115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:00 smithi066 ceph-mon[112137]: from='client.175482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:00 smithi066 ceph-mon[112137]: pgmap v6115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:00 smithi203 ceph-mon[117428]: from='client.175482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:00 smithi203 ceph-mon[117428]: pgmap v6115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:02 smithi137 ceph-mon[117020]: pgmap v6116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:02 smithi066 ceph-mon[112137]: pgmap v6116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:02 smithi203 ceph-mon[117428]: pgmap v6116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:03 smithi066 ceph-mon[112137]: pgmap v6117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:03 smithi203 ceph-mon[117428]: pgmap v6117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:03 smithi137 ceph-mon[117020]: pgmap v6117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:04.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:04.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:04.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:05.249 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:05.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:05.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:05.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:05.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:06 smithi137 ceph-mon[117020]: from='client.175557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:06 smithi137 ceph-mon[117020]: pgmap v6118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:06 smithi066 ceph-mon[112137]: from='client.175557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:06 smithi066 ceph-mon[112137]: pgmap v6118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:06 smithi203 ceph-mon[117428]: from='client.175557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:06 smithi203 ceph-mon[117428]: pgmap v6118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:08 smithi137 ceph-mon[117020]: pgmap v6119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:08 smithi066 ceph-mon[112137]: pgmap v6119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:08 smithi203 ceph-mon[117428]: pgmap v6119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:10.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:10.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:10.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:10 smithi137 ceph-mon[117020]: pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:10 smithi066 ceph-mon[112137]: pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:11.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:11.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:11.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:11.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:11.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:10 smithi203 ceph-mon[117428]: pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:11 smithi137 ceph-mon[117020]: from='client.175629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:11 smithi066 ceph-mon[112137]: from='client.175629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:12.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:11 smithi203 ceph-mon[117428]: from='client.175629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:12 smithi137 ceph-mon[117020]: pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:12 smithi066 ceph-mon[112137]: pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:12 smithi203 ceph-mon[117428]: pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:13 smithi066 ceph-mon[112137]: pgmap v6122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:13 smithi203 ceph-mon[117428]: pgmap v6122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:13 smithi137 ceph-mon[117020]: pgmap v6122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:16.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:16.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:16.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:16.721 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:16.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:16.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:16.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:16.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:16 smithi137 ceph-mon[117020]: pgmap v6123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:16 smithi066 ceph-mon[112137]: pgmap v6123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:16 smithi203 ceph-mon[117428]: pgmap v6123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:17 smithi137 ceph-mon[117020]: from='client.175707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:17 smithi066 ceph-mon[112137]: from='client.175707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:18.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:17 smithi203 ceph-mon[117428]: from='client.175707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:18 smithi137 ceph-mon[117020]: pgmap v6124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:18 smithi066 ceph-mon[112137]: pgmap v6124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:18 smithi203 ceph-mon[117428]: pgmap v6124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:20 smithi137 ceph-mon[117020]: pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:20 smithi066 ceph-mon[112137]: pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:20 smithi203 ceph-mon[117428]: pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:21.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:21.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:21.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:22.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:22.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:22.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:22.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:22.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:22 smithi137 ceph-mon[117020]: pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:22 smithi066 ceph-mon[112137]: pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:22 smithi203 ceph-mon[117428]: pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:23 smithi137 ceph-mon[117020]: from='client.175782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:23 smithi066 ceph-mon[112137]: from='client.175782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:23 smithi203 ceph-mon[117428]: from='client.175782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:24 smithi137 ceph-mon[117020]: pgmap v6127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:24 smithi066 ceph-mon[112137]: pgmap v6127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:24 smithi203 ceph-mon[117428]: pgmap v6127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:26 smithi137 ceph-mon[117020]: pgmap v6128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:26 smithi066 ceph-mon[112137]: pgmap v6128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:26 smithi203 ceph-mon[117428]: pgmap v6128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:27.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:27.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:37:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:37:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:37:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:37:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:37:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:37:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:37:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:37:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:37:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:37:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:37:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:37:28.158 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:28.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:28.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:28.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:28.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:28 smithi137 ceph-mon[117020]: pgmap v6129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:28 smithi066 ceph-mon[112137]: pgmap v6129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:28 smithi203 ceph-mon[117428]: pgmap v6129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:29 smithi137 ceph-mon[117020]: from='client.175845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:29 smithi066 ceph-mon[112137]: from='client.175845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:29 smithi203 ceph-mon[117428]: from='client.175845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:30 smithi137 ceph-mon[117020]: pgmap v6130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:30 smithi066 ceph-mon[112137]: pgmap v6130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:30 smithi203 ceph-mon[117428]: pgmap v6130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:32 smithi137 ceph-mon[117020]: pgmap v6131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:32 smithi066 ceph-mon[112137]: pgmap v6131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:32 smithi203 ceph-mon[117428]: pgmap v6131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:33.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:33.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:33.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:33.908 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:33.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:33.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:33.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:33.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:33 smithi066 ceph-mon[112137]: from='client.175923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:33 smithi066 ceph-mon[112137]: pgmap v6132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:33 smithi203 ceph-mon[117428]: from='client.175923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:33 smithi203 ceph-mon[117428]: pgmap v6132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:33 smithi137 ceph-mon[117020]: from='client.175923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:33 smithi137 ceph-mon[117020]: pgmap v6132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:36 smithi137 ceph-mon[117020]: pgmap v6133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:36 smithi066 ceph-mon[112137]: pgmap v6133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:36 smithi203 ceph-mon[117428]: pgmap v6133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:38 smithi137 ceph-mon[117020]: pgmap v6134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:38.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:38.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:38.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:38 smithi066 ceph-mon[112137]: pgmap v6134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:38 smithi203 ceph-mon[117428]: pgmap v6134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:39.651 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:39.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:39.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:39.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:39.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:40 smithi137 ceph-mon[117020]: from='client.176001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:40 smithi137 ceph-mon[117020]: pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:40 smithi066 ceph-mon[112137]: from='client.176001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:40 smithi066 ceph-mon[112137]: pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:40 smithi203 ceph-mon[117428]: from='client.176001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:40 smithi203 ceph-mon[117428]: pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:42 smithi137 ceph-mon[117020]: pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:42 smithi066 ceph-mon[112137]: pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:42 smithi203 ceph-mon[117428]: pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:43 smithi066 ceph-mon[112137]: pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:43 smithi203 ceph-mon[117428]: pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:43 smithi137 ceph-mon[117020]: pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:44.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:44.653 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:44.653 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:45.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:45.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:45.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:45.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:45.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:46 smithi137 ceph-mon[117020]: from='client.176073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:46 smithi137 ceph-mon[117020]: pgmap v6138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:46 smithi066 ceph-mon[112137]: from='client.176073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:46 smithi066 ceph-mon[112137]: pgmap v6138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:46 smithi203 ceph-mon[117428]: from='client.176073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:46 smithi203 ceph-mon[117428]: pgmap v6138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:48 smithi137 ceph-mon[117020]: pgmap v6139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:48 smithi066 ceph-mon[112137]: pgmap v6139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:48 smithi203 ceph-mon[117428]: pgmap v6139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:50.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:50.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:50.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:50 smithi137 ceph-mon[117020]: pgmap v6140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:50 smithi066 ceph-mon[112137]: pgmap v6140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:50 smithi203 ceph-mon[117428]: pgmap v6140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:51.093 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:51.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:51.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:51.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:51.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:52 smithi137 ceph-mon[117020]: from='client.176148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:52 smithi137 ceph-mon[117020]: pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:52 smithi066 ceph-mon[112137]: from='client.176148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:52 smithi066 ceph-mon[112137]: pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:52 smithi203 ceph-mon[117428]: from='client.176148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:52 smithi203 ceph-mon[117428]: pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:53 smithi066 ceph-mon[112137]: pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:53 smithi203 ceph-mon[117428]: pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:53 smithi137 ceph-mon[117020]: pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:56.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:37:56.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:56.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:56.823 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:37:56.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:56.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:56.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:56.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:37:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:56 smithi137 ceph-mon[117020]: pgmap v6143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:56 smithi066 ceph-mon[112137]: pgmap v6143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:56 smithi203 ceph-mon[117428]: pgmap v6143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:57 smithi137 ceph-mon[117020]: from='client.176223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:57 smithi066 ceph-mon[112137]: from='client.176223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:57 smithi203 ceph-mon[117428]: from='client.176223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:37:58 smithi137 ceph-mon[117020]: pgmap v6144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:37:58 smithi066 ceph-mon[112137]: pgmap v6144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:37:58 smithi203 ceph-mon[117428]: pgmap v6144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:00 smithi137 ceph-mon[117020]: pgmap v6145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:00 smithi066 ceph-mon[112137]: pgmap v6145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:00 smithi203 ceph-mon[117428]: pgmap v6145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:01.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:01.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:01.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:02.576 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:02.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:02.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:02.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:02.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:02 smithi137 ceph-mon[117020]: pgmap v6146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:02 smithi066 ceph-mon[112137]: pgmap v6146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:02 smithi203 ceph-mon[117428]: pgmap v6146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:03 smithi137 ceph-mon[117020]: from='client.176301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:03 smithi066 ceph-mon[112137]: from='client.176301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:03 smithi203 ceph-mon[117428]: from='client.176301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:04 smithi137 ceph-mon[117020]: pgmap v6147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:04 smithi066 ceph-mon[112137]: pgmap v6147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:04 smithi203 ceph-mon[117428]: pgmap v6147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:06 smithi137 ceph-mon[117020]: pgmap v6148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:06 smithi066 ceph-mon[112137]: pgmap v6148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:06 smithi203 ceph-mon[117428]: pgmap v6148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:07.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:07.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:07.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:08.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:08.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:08.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:08.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:08.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:08 smithi137 ceph-mon[117020]: pgmap v6149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:08 smithi066 ceph-mon[112137]: pgmap v6149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:08 smithi203 ceph-mon[117428]: pgmap v6149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:09 smithi137 ceph-mon[117020]: from='client.176376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:09 smithi066 ceph-mon[112137]: from='client.176376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:10.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:09 smithi203 ceph-mon[117428]: from='client.176376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:10 smithi137 ceph-mon[117020]: pgmap v6150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:10 smithi066 ceph-mon[112137]: pgmap v6150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:10 smithi203 ceph-mon[117428]: pgmap v6150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:12 smithi066 ceph-mon[112137]: pgmap v6151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:12 smithi203 ceph-mon[117428]: pgmap v6151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:12 smithi137 ceph-mon[117020]: pgmap v6151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:13.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:13.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:13.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:14.032 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:14.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:14.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:14.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:14.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:13 smithi066 ceph-mon[112137]: pgmap v6152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:13 smithi203 ceph-mon[117428]: pgmap v6152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:13 smithi137 ceph-mon[117020]: pgmap v6152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:14 smithi066 ceph-mon[112137]: from='client.176448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:14 smithi203 ceph-mon[117428]: from='client.176448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:15.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:14 smithi137 ceph-mon[117020]: from='client.176448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:15 smithi066 ceph-mon[112137]: pgmap v6153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:15 smithi203 ceph-mon[117428]: pgmap v6153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:15 smithi137 ceph-mon[117020]: pgmap v6153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:18 smithi137 ceph-mon[117020]: pgmap v6154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:18 smithi066 ceph-mon[112137]: pgmap v6154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:19.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:19.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:19.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:18 smithi203 ceph-mon[117428]: pgmap v6154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:19.760 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:19.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:19.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:19.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:19.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:20 smithi137 ceph-mon[117020]: from='client.176523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:20 smithi137 ceph-mon[117020]: pgmap v6155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:20 smithi066 ceph-mon[112137]: from='client.176523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:20 smithi066 ceph-mon[112137]: pgmap v6155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:20 smithi203 ceph-mon[117428]: from='client.176523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:20 smithi203 ceph-mon[117428]: pgmap v6155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:22 smithi137 ceph-mon[117020]: pgmap v6156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:38:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:22 smithi066 ceph-mon[112137]: pgmap v6156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:38:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:22 smithi203 ceph-mon[117428]: pgmap v6156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:38:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:23 smithi066 ceph-mon[112137]: pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:38:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:23 smithi203 ceph-mon[117428]: pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:38:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:23 smithi137 ceph-mon[117020]: pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:38:24.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:24.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:24.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:25.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:25.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:25.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:25.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:25.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:26 smithi137 ceph-mon[117020]: from='client.176598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:26 smithi137 ceph-mon[117020]: pgmap v6158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:26 smithi066 ceph-mon[112137]: from='client.176598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:26 smithi066 ceph-mon[112137]: pgmap v6158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:26 smithi203 ceph-mon[117428]: from='client.176598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:26 smithi203 ceph-mon[117428]: pgmap v6158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:28 smithi137 ceph-mon[117020]: pgmap v6159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:38:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:38:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:38:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:38:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:28 smithi066 ceph-mon[112137]: pgmap v6159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:38:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:38:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:38:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:38:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:28 smithi203 ceph-mon[117428]: pgmap v6159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:38:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:38:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:38:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:38:30.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:30.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:30.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:30 smithi137 ceph-mon[117020]: pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:30 smithi066 ceph-mon[112137]: pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:30 smithi203 ceph-mon[117428]: pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:31.219 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:31.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:31.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:31.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:31.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:32 smithi137 ceph-mon[117020]: from='client.176676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:32 smithi137 ceph-mon[117020]: pgmap v6161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:32 smithi066 ceph-mon[112137]: from='client.176676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:32 smithi066 ceph-mon[112137]: pgmap v6161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:32 smithi203 ceph-mon[117428]: from='client.176676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:32 smithi203 ceph-mon[117428]: pgmap v6161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:33 smithi066 ceph-mon[112137]: pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:38:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:33 smithi203 ceph-mon[117428]: pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:38:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:33 smithi137 ceph-mon[117020]: pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:38:36.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:36.221 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:36.221 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:36 smithi137 ceph-mon[117020]: pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:38:36.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:36.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:36.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:36.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:36.955 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:36 smithi066 ceph-mon[112137]: pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:38:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:36 smithi203 ceph-mon[117428]: pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:38:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:37 smithi137 ceph-mon[117020]: from='client.176751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:37.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:37 smithi066 ceph-mon[112137]: from='client.176751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:37 smithi203 ceph-mon[117428]: from='client.176751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:38 smithi137 ceph-mon[117020]: pgmap v6164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:38 smithi066 ceph-mon[112137]: pgmap v6164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:38 smithi203 ceph-mon[117428]: pgmap v6164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:40 smithi137 ceph-mon[117020]: pgmap v6165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:40 smithi066 ceph-mon[112137]: pgmap v6165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:40 smithi203 ceph-mon[117428]: pgmap v6165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:41.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:41.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:41.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:42.686 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:42.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:42.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:42.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:42.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:42 smithi137 ceph-mon[117020]: pgmap v6166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:42 smithi066 ceph-mon[112137]: pgmap v6166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:42 smithi203 ceph-mon[117428]: pgmap v6166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:43 smithi137 ceph-mon[117020]: from='client.176826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:43 smithi066 ceph-mon[112137]: from='client.176826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:43 smithi203 ceph-mon[117428]: from='client.176826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:44 smithi137 ceph-mon[117020]: pgmap v6167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:44 smithi066 ceph-mon[112137]: pgmap v6167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:44 smithi203 ceph-mon[117428]: pgmap v6167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:46 smithi137 ceph-mon[117020]: pgmap v6168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:46 smithi066 ceph-mon[112137]: pgmap v6168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:46 smithi203 ceph-mon[117428]: pgmap v6168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:47.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:47.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:47.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:48.411 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:48.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:48.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:48.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:48.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:48 smithi137 ceph-mon[117020]: pgmap v6169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:48 smithi066 ceph-mon[112137]: pgmap v6169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:48 smithi203 ceph-mon[117428]: pgmap v6169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:49 smithi137 ceph-mon[117020]: from='client.176904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:49 smithi066 ceph-mon[112137]: from='client.176904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:50.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:49 smithi203 ceph-mon[117428]: from='client.176904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:50 smithi066 ceph-mon[112137]: pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:50 smithi203 ceph-mon[117428]: pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:50 smithi137 ceph-mon[117020]: pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:52 smithi066 ceph-mon[112137]: pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:52 smithi203 ceph-mon[117428]: pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:52 smithi137 ceph-mon[117020]: pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:53.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:53.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:53.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:54.135 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:54.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:54.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:54.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:54.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:38:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:53 smithi066 ceph-mon[112137]: pgmap v6172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:53 smithi203 ceph-mon[117428]: pgmap v6172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:53 smithi137 ceph-mon[117020]: pgmap v6172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:54 smithi066 ceph-mon[112137]: from='client.176976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:54 smithi203 ceph-mon[117428]: from='client.176976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:54 smithi137 ceph-mon[117020]: from='client.176976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:55 smithi203 ceph-mon[117428]: pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:56.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:55 smithi137 ceph-mon[117020]: pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:55 smithi066 ceph-mon[112137]: pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:38:58 smithi137 ceph-mon[117020]: pgmap v6174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:38:58 smithi066 ceph-mon[112137]: pgmap v6174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:38:58 smithi203 ceph-mon[117428]: pgmap v6174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:59.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:38:59.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:59.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:59.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:38:59.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:59.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:59.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:59.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:00 smithi137 ceph-mon[117020]: from='client.177048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:00 smithi137 ceph-mon[117020]: pgmap v6175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:00 smithi066 ceph-mon[112137]: from='client.177048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:00 smithi066 ceph-mon[112137]: pgmap v6175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:00 smithi203 ceph-mon[117428]: from='client.177048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:00 smithi203 ceph-mon[117428]: pgmap v6175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:02 smithi137 ceph-mon[117020]: pgmap v6176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:39:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:02 smithi066 ceph-mon[112137]: pgmap v6176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:39:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:02 smithi203 ceph-mon[117428]: pgmap v6176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:39:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:03 smithi066 ceph-mon[112137]: pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:39:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:03 smithi203 ceph-mon[117428]: pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:39:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:03 smithi137 ceph-mon[117020]: pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:39:04.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:04.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:04.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:05.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:05.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:05.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:05.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:05.592 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:06 smithi137 ceph-mon[117020]: from='client.177126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:06 smithi137 ceph-mon[117020]: pgmap v6178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:06 smithi066 ceph-mon[112137]: from='client.177126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:06 smithi066 ceph-mon[112137]: pgmap v6178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:06 smithi203 ceph-mon[117428]: from='client.177126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:06 smithi203 ceph-mon[117428]: pgmap v6178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:08 smithi137 ceph-mon[117020]: pgmap v6179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:08 smithi066 ceph-mon[112137]: pgmap v6179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:08 smithi203 ceph-mon[117428]: pgmap v6179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:10.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:10.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:10.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:10 smithi137 ceph-mon[117020]: pgmap v6180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:10 smithi066 ceph-mon[112137]: pgmap v6180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:10 smithi203 ceph-mon[117428]: pgmap v6180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:11.314 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:11.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:11.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:11.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:11.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:12 smithi137 ceph-mon[117020]: from='client.177201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:12 smithi137 ceph-mon[117020]: pgmap v6181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:12 smithi066 ceph-mon[112137]: from='client.177201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:12 smithi066 ceph-mon[112137]: pgmap v6181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:12 smithi203 ceph-mon[117428]: from='client.177201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:12 smithi203 ceph-mon[117428]: pgmap v6181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:13 smithi203 ceph-mon[117428]: pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:39:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:13 smithi137 ceph-mon[117020]: pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:39:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:13 smithi066 ceph-mon[112137]: pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:39:16.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:16.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:16.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:16 smithi137 ceph-mon[117020]: pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:39:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:16 smithi066 ceph-mon[112137]: pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:39:17.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:17.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:17.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:17.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:17.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:16 smithi203 ceph-mon[117428]: pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:39:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:18 smithi137 ceph-mon[117020]: from='client.177276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:18 smithi137 ceph-mon[117020]: pgmap v6184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:18 smithi066 ceph-mon[112137]: from='client.177276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:18 smithi066 ceph-mon[112137]: pgmap v6184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:18 smithi203 ceph-mon[117428]: from='client.177276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:18 smithi203 ceph-mon[117428]: pgmap v6184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:20 smithi137 ceph-mon[117020]: pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:20 smithi066 ceph-mon[112137]: pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:20 smithi203 ceph-mon[117428]: pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:22.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:22.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:22.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:22.756 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:22.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:22.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:22.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:22.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:22 smithi137 ceph-mon[117020]: pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:22 smithi066 ceph-mon[112137]: pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:22 smithi203 ceph-mon[117428]: pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:23 smithi137 ceph-mon[117020]: from='client.177354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:23 smithi066 ceph-mon[112137]: from='client.177354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:23 smithi203 ceph-mon[117428]: from='client.177354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:24 smithi137 ceph-mon[117020]: pgmap v6187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:24 smithi066 ceph-mon[112137]: pgmap v6187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:24 smithi203 ceph-mon[117428]: pgmap v6187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:26 smithi137 ceph-mon[117020]: pgmap v6188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:26 smithi066 ceph-mon[112137]: pgmap v6188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:26 smithi203 ceph-mon[117428]: pgmap v6188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:27.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:27.758 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:27.758 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:28.492 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:28.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:28.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:28.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:28.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:28 smithi137 ceph-mon[117020]: pgmap v6189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:39:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:28 smithi066 ceph-mon[112137]: pgmap v6189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:39:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:28 smithi203 ceph-mon[117428]: pgmap v6189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:39:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:29 smithi137 ceph-mon[117020]: from='client.177429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:39:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:39:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:39:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:29 smithi066 ceph-mon[112137]: from='client.177429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:39:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:39:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:39:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:29 smithi203 ceph-mon[117428]: from='client.177429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:39:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:39:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:39:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:30 smithi066 ceph-mon[112137]: pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:30 smithi203 ceph-mon[117428]: pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:30 smithi137 ceph-mon[117020]: pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:32 smithi066 ceph-mon[112137]: pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:32 smithi203 ceph-mon[117428]: pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:32 smithi137 ceph-mon[117020]: pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:33.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:33.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:33.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:34.216 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:34.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:34.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:34.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:34.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:34 smithi203 ceph-mon[117428]: pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:33 smithi137 ceph-mon[117020]: pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:33 smithi066 ceph-mon[112137]: pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:35 smithi203 ceph-mon[117428]: from='client.177504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:35 smithi137 ceph-mon[117020]: from='client.177504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:35.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:34 smithi066 ceph-mon[112137]: from='client.177504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:36 smithi203 ceph-mon[117428]: pgmap v6193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:36 smithi137 ceph-mon[117020]: pgmap v6193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:36 smithi066 ceph-mon[112137]: pgmap v6193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:38 smithi137 ceph-mon[117020]: pgmap v6194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:38 smithi066 ceph-mon[112137]: pgmap v6194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:38 smithi203 ceph-mon[117428]: pgmap v6194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:39.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:39.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:39.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:39.939 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:39.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:39.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:39.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:39.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:40 smithi137 ceph-mon[117020]: pgmap v6195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:40 smithi137 ceph-mon[117020]: from='client.177579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:40 smithi066 ceph-mon[112137]: pgmap v6195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:40 smithi066 ceph-mon[112137]: from='client.177579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:40 smithi203 ceph-mon[117428]: pgmap v6195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:40 smithi203 ceph-mon[117428]: from='client.177579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:42 smithi137 ceph-mon[117020]: pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:39:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:42 smithi066 ceph-mon[112137]: pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:39:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:42 smithi203 ceph-mon[117428]: pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:39:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:43 smithi203 ceph-mon[117428]: pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:39:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:43 smithi137 ceph-mon[117020]: pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:39:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:43 smithi066 ceph-mon[112137]: pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:39:44.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:44.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:44.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:45.663 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:45.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:45.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:45.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:45.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:46 smithi137 ceph-mon[117020]: from='client.177657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:46 smithi137 ceph-mon[117020]: pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:46 smithi066 ceph-mon[112137]: from='client.177657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:46 smithi066 ceph-mon[112137]: pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:46 smithi203 ceph-mon[117428]: from='client.177657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:46 smithi203 ceph-mon[117428]: pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:48 smithi137 ceph-mon[117020]: pgmap v6199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:48 smithi066 ceph-mon[112137]: pgmap v6199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:48 smithi203 ceph-mon[117428]: pgmap v6199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:50.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:50.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:50.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:50 smithi137 ceph-mon[117020]: pgmap v6200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:50 smithi066 ceph-mon[112137]: pgmap v6200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:50 smithi203 ceph-mon[117428]: pgmap v6200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:51.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:51.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:51.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:51.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:51.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:52 smithi137 ceph-mon[117020]: from='client.177732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:52 smithi137 ceph-mon[117020]: pgmap v6201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:52 smithi066 ceph-mon[112137]: from='client.177732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:52 smithi066 ceph-mon[112137]: pgmap v6201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:52 smithi203 ceph-mon[117428]: from='client.177732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:52 smithi203 ceph-mon[117428]: pgmap v6201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:53 smithi203 ceph-mon[117428]: pgmap v6202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:39:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:53 smithi137 ceph-mon[117020]: pgmap v6202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:39:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:53 smithi066 ceph-mon[112137]: pgmap v6202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:39:56.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:39:56.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:56.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:56 smithi137 ceph-mon[117020]: pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:39:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:56 smithi066 ceph-mon[112137]: pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:39:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:56 smithi203 ceph-mon[117428]: pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T20:39:57.128 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:39:57.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:57.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:57.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:57.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:39:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:58 smithi137 ceph-mon[117020]: from='client.177807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:39:58 smithi137 ceph-mon[117020]: pgmap v6204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:58 smithi066 ceph-mon[112137]: from='client.177807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:39:58 smithi066 ceph-mon[112137]: pgmap v6204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:58 smithi203 ceph-mon[117428]: from='client.177807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:39:58 smithi203 ceph-mon[117428]: pgmap v6204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:00 smithi137 ceph-mon[117020]: pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T20:40:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:00 smithi066 ceph-mon[112137]: pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T20:40:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:00 smithi203 ceph-mon[117428]: pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T20:40:02.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:02.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:02.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:02.858 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:02.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:02.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:02.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:02.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:02 smithi066 ceph-mon[112137]: pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:02 smithi203 ceph-mon[117428]: pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:02 smithi137 ceph-mon[117020]: pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:03 smithi066 ceph-mon[112137]: from='client.177879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:03 smithi203 ceph-mon[117428]: from='client.177879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:03 smithi137 ceph-mon[117020]: from='client.177879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:04 smithi066 ceph-mon[112137]: pgmap v6207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:04 smithi203 ceph-mon[117428]: pgmap v6207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:04 smithi137 ceph-mon[117020]: pgmap v6207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:06 smithi066 ceph-mon[112137]: pgmap v6208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:06 smithi203 ceph-mon[117428]: pgmap v6208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:06 smithi137 ceph-mon[117020]: pgmap v6208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:07.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:07.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:07.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:08.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:08.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:08.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:08.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:08.579 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:08 smithi066 ceph-mon[112137]: pgmap v6209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:08 smithi203 ceph-mon[117428]: pgmap v6209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:08 smithi137 ceph-mon[117020]: pgmap v6209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:09 smithi066 ceph-mon[112137]: from='client.177951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:10.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:09 smithi203 ceph-mon[117428]: from='client.177951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:09 smithi137 ceph-mon[117020]: from='client.177951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:10 smithi066 ceph-mon[112137]: pgmap v6210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:10 smithi203 ceph-mon[117428]: pgmap v6210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:10 smithi137 ceph-mon[117020]: pgmap v6210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:12 smithi066 ceph-mon[112137]: pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:12 smithi203 ceph-mon[117428]: pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:12 smithi137 ceph-mon[117020]: pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:13.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:13.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:13.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:14.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:14.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:14.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:14.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:14.304 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:14 smithi203 ceph-mon[117428]: pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:14 smithi137 ceph-mon[117020]: pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:14 smithi066 ceph-mon[112137]: pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:15 smithi203 ceph-mon[117428]: from='client.178026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:15 smithi137 ceph-mon[117020]: from='client.178026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:15.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:15 smithi066 ceph-mon[112137]: from='client.178026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:16 smithi203 ceph-mon[117428]: pgmap v6213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:16 smithi137 ceph-mon[117020]: pgmap v6213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:16 smithi066 ceph-mon[112137]: pgmap v6213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:18 smithi137 ceph-mon[117020]: pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:18 smithi066 ceph-mon[112137]: pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:18 smithi203 ceph-mon[117428]: pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:19.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:19.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:19.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:20.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:20.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:20.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:20.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:20.044 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:20 smithi066 ceph-mon[112137]: pgmap v6215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:20 smithi203 ceph-mon[117428]: pgmap v6215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:20 smithi137 ceph-mon[117020]: pgmap v6215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:21 smithi066 ceph-mon[112137]: from='client.178104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:21 smithi203 ceph-mon[117428]: from='client.178104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:21 smithi137 ceph-mon[117020]: from='client.178104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:22 smithi066 ceph-mon[112137]: pgmap v6216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:22 smithi203 ceph-mon[117428]: pgmap v6216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:22 smithi137 ceph-mon[117020]: pgmap v6216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:24 smithi203 ceph-mon[117428]: pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:24 smithi137 ceph-mon[117020]: pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:24 smithi066 ceph-mon[112137]: pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:25.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:25.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:25.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:25.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:25.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:25.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:25.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:25.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:26 smithi066 ceph-mon[112137]: from='client.178179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:26 smithi066 ceph-mon[112137]: pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:26 smithi203 ceph-mon[117428]: from='client.178179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:26 smithi203 ceph-mon[117428]: pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:26 smithi137 ceph-mon[117020]: from='client.178179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:26 smithi137 ceph-mon[117020]: pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:28 smithi066 ceph-mon[112137]: pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:28 smithi203 ceph-mon[117428]: pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:28 smithi137 ceph-mon[117020]: pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:40:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:40:30.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:40:30.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:30.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:30.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:30 smithi066 ceph-mon[112137]: pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:40:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:40:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:40:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:30 smithi203 ceph-mon[117428]: pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:40:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:40:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:40:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:30 smithi137 ceph-mon[117020]: pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:40:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:40:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:40:31.506 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:31.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:31.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:31.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:31.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:32 smithi066 ceph-mon[112137]: from='client.178251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:32 smithi066 ceph-mon[112137]: pgmap v6221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:32 smithi203 ceph-mon[117428]: from='client.178251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:32 smithi203 ceph-mon[117428]: pgmap v6221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:32 smithi137 ceph-mon[117020]: from='client.178251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:32 smithi137 ceph-mon[117020]: pgmap v6221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:34 smithi203 ceph-mon[117428]: pgmap v6222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:34 smithi137 ceph-mon[117020]: pgmap v6222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:34 smithi066 ceph-mon[112137]: pgmap v6222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:36.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:36.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:36.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:36 smithi066 ceph-mon[112137]: pgmap v6223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:36 smithi203 ceph-mon[117428]: pgmap v6223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:36 smithi137 ceph-mon[117020]: pgmap v6223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:37.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:37.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:37.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:37.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:37.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:38 smithi066 ceph-mon[112137]: from='client.178329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:38 smithi066 ceph-mon[112137]: pgmap v6224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:38 smithi203 ceph-mon[117428]: from='client.178329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:38 smithi203 ceph-mon[117428]: pgmap v6224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:38 smithi137 ceph-mon[117020]: from='client.178329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:38 smithi137 ceph-mon[117020]: pgmap v6224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:40 smithi066 ceph-mon[112137]: pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:40 smithi203 ceph-mon[117428]: pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:40 smithi137 ceph-mon[117020]: pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:42.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:42.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:42.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:42.973 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:42.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:42.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:42.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:42.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:42 smithi066 ceph-mon[112137]: pgmap v6226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:42 smithi203 ceph-mon[117428]: pgmap v6226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:42 smithi137 ceph-mon[117020]: pgmap v6226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:43 smithi066 ceph-mon[112137]: from='client.178398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:43 smithi203 ceph-mon[117428]: from='client.178398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:43 smithi137 ceph-mon[117020]: from='client.178398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:44 smithi066 ceph-mon[112137]: pgmap v6227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:44 smithi203 ceph-mon[117428]: pgmap v6227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:44 smithi137 ceph-mon[117020]: pgmap v6227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:46 smithi066 ceph-mon[112137]: pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:46 smithi203 ceph-mon[117428]: pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:46 smithi137 ceph-mon[117020]: pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:47.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:47.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:47.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:48.702 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:48.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:48.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:48.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:48.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:48 smithi066 ceph-mon[112137]: pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:48 smithi203 ceph-mon[117428]: pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:48 smithi137 ceph-mon[117020]: pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:49 smithi066 ceph-mon[112137]: from='client.178476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:50.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:49 smithi203 ceph-mon[117428]: from='client.178476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:49 smithi137 ceph-mon[117020]: from='client.178476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:50 smithi066 ceph-mon[112137]: pgmap v6230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:50 smithi203 ceph-mon[117428]: pgmap v6230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:50 smithi137 ceph-mon[117020]: pgmap v6230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:52 smithi066 ceph-mon[112137]: pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:52 smithi203 ceph-mon[117428]: pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:52 smithi137 ceph-mon[117020]: pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:53.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:53.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:53.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:54 smithi203 ceph-mon[117428]: pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:54 smithi137 ceph-mon[117020]: pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:54.426 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:40:54.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:54.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:54.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:54.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:40:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:54 smithi066 ceph-mon[112137]: pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:55 smithi203 ceph-mon[117428]: from='client.178554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:55 smithi137 ceph-mon[117020]: from='client.178554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:55 smithi066 ceph-mon[112137]: from='client.178554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:56 smithi203 ceph-mon[117428]: pgmap v6233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:56 smithi137 ceph-mon[117020]: pgmap v6233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:56 smithi066 ceph-mon[112137]: pgmap v6233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:40:58 smithi066 ceph-mon[112137]: pgmap v6234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:40:58 smithi203 ceph-mon[117428]: pgmap v6234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:40:58 smithi137 ceph-mon[117020]: pgmap v6234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:59.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:40:59.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:59.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:00.167 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:00.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:00.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:00.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:00.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:00 smithi066 ceph-mon[112137]: pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:00 smithi203 ceph-mon[117428]: pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:00 smithi137 ceph-mon[117020]: pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:01 smithi066 ceph-mon[112137]: from='client.178629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:01 smithi203 ceph-mon[117428]: from='client.178629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:01 smithi137 ceph-mon[117020]: from='client.178629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:02 smithi066 ceph-mon[112137]: pgmap v6236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:02 smithi203 ceph-mon[117428]: pgmap v6236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:02 smithi137 ceph-mon[117020]: pgmap v6236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:04 smithi203 ceph-mon[117428]: pgmap v6237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:04 smithi137 ceph-mon[117020]: pgmap v6237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:04 smithi066 ceph-mon[112137]: pgmap v6237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:05.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:05.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:05.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:05.900 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:05.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:05.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:05.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:05.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:06 smithi066 ceph-mon[112137]: from='client.178704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:06 smithi066 ceph-mon[112137]: pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:06 smithi203 ceph-mon[117428]: from='client.178704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:06 smithi203 ceph-mon[117428]: pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:06 smithi137 ceph-mon[117020]: from='client.178704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:06 smithi137 ceph-mon[117020]: pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:08 smithi066 ceph-mon[112137]: pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:08 smithi203 ceph-mon[117428]: pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:08 smithi137 ceph-mon[117020]: pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:10.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:10.902 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:10.902 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:10 smithi066 ceph-mon[112137]: pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:10 smithi203 ceph-mon[117428]: pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:10 smithi137 ceph-mon[117020]: pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:11.626 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:11.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:11.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:11.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:11.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:12 smithi066 ceph-mon[112137]: from='client.178779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:12 smithi066 ceph-mon[112137]: pgmap v6241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:12 smithi203 ceph-mon[117428]: from='client.178779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:12 smithi203 ceph-mon[117428]: pgmap v6241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:12 smithi137 ceph-mon[117020]: from='client.178779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:12 smithi137 ceph-mon[117020]: pgmap v6241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:14 smithi203 ceph-mon[117428]: pgmap v6242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:14 smithi137 ceph-mon[117020]: pgmap v6242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:14 smithi066 ceph-mon[112137]: pgmap v6242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:16.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:16.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:16.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:16 smithi066 ceph-mon[112137]: pgmap v6243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:16 smithi203 ceph-mon[117428]: pgmap v6243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:16 smithi137 ceph-mon[117020]: pgmap v6243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:17.356 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:17.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:17.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:17.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:17.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:18 smithi066 ceph-mon[112137]: from='client.178857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:18 smithi066 ceph-mon[112137]: pgmap v6244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:18 smithi203 ceph-mon[117428]: from='client.178857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:18 smithi203 ceph-mon[117428]: pgmap v6244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:18 smithi137 ceph-mon[117020]: from='client.178857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:18 smithi137 ceph-mon[117020]: pgmap v6244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:20 smithi066 ceph-mon[112137]: pgmap v6245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:20 smithi203 ceph-mon[117428]: pgmap v6245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:20 smithi137 ceph-mon[117020]: pgmap v6245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:22.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:22.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:22.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:22 smithi066 ceph-mon[112137]: pgmap v6246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:22 smithi203 ceph-mon[117428]: pgmap v6246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:23.081 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:23.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:23.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:23.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:23.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:22 smithi137 ceph-mon[117020]: pgmap v6246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:24 smithi203 ceph-mon[117428]: from='client.178932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:24 smithi203 ceph-mon[117428]: pgmap v6247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:24 smithi137 ceph-mon[117020]: from='client.178932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:24 smithi137 ceph-mon[117020]: pgmap v6247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:24 smithi066 ceph-mon[112137]: from='client.178932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:24 smithi066 ceph-mon[112137]: pgmap v6247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:26 smithi066 ceph-mon[112137]: pgmap v6248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:26 smithi203 ceph-mon[117428]: pgmap v6248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:26 smithi137 ceph-mon[117020]: pgmap v6248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:28.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:28.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:28.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:28.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:28.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:28.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:28.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:28.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:28 smithi066 ceph-mon[112137]: pgmap v6249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:28 smithi203 ceph-mon[117428]: pgmap v6249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:28 smithi137 ceph-mon[117020]: pgmap v6249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:29.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:29 smithi066 ceph-mon[112137]: from='client.179010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:29 smithi203 ceph-mon[117428]: from='client.179010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:30.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:29 smithi137 ceph-mon[117020]: from='client.179010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:30 smithi066 ceph-mon[112137]: pgmap v6250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:41:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:41:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:41:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:41:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:30 smithi203 ceph-mon[117428]: pgmap v6250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:41:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:41:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:41:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:41:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:30 smithi137 ceph-mon[117020]: pgmap v6250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:41:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:41:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:41:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:41:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:32 smithi066 ceph-mon[112137]: pgmap v6251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:32 smithi203 ceph-mon[117428]: pgmap v6251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:32 smithi137 ceph-mon[117020]: pgmap v6251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:33.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:33.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:33.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:34 smithi203 ceph-mon[117428]: pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:34 smithi137 ceph-mon[117020]: pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:34 smithi066 ceph-mon[112137]: pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:34.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:34.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:34.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:34.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:34.544 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:35 smithi203 ceph-mon[117428]: from='client.179082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:35 smithi137 ceph-mon[117020]: from='client.179082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:35.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:35 smithi066 ceph-mon[112137]: from='client.179082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:36 smithi203 ceph-mon[117428]: pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:36 smithi137 ceph-mon[117020]: pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:36 smithi066 ceph-mon[112137]: pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:38 smithi066 ceph-mon[112137]: pgmap v6254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:38 smithi203 ceph-mon[117428]: pgmap v6254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:38 smithi137 ceph-mon[117020]: pgmap v6254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:39.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:39.546 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:39.546 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:40.273 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:40.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:40.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:40.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:40.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:40 smithi066 ceph-mon[112137]: pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:40 smithi203 ceph-mon[117428]: pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:40 smithi137 ceph-mon[117020]: pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:41 smithi066 ceph-mon[112137]: from='client.179160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:42.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:41 smithi203 ceph-mon[117428]: from='client.179160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:41 smithi137 ceph-mon[117020]: from='client.179160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:42 smithi066 ceph-mon[112137]: pgmap v6256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:42 smithi203 ceph-mon[117428]: pgmap v6256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:42 smithi137 ceph-mon[117020]: pgmap v6256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:44 smithi203 ceph-mon[117428]: pgmap v6257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:44 smithi137 ceph-mon[117020]: pgmap v6257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:44 smithi066 ceph-mon[112137]: pgmap v6257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:45.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:45.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:45.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:46.010 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:46.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:46.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:46.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:46.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:46 smithi066 ceph-mon[112137]: pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:46 smithi066 ceph-mon[112137]: from='client.179232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:46 smithi203 ceph-mon[117428]: pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:46 smithi203 ceph-mon[117428]: from='client.179232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:46 smithi137 ceph-mon[117020]: pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:46 smithi137 ceph-mon[117020]: from='client.179232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:48 smithi066 ceph-mon[112137]: pgmap v6259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:48 smithi203 ceph-mon[117428]: pgmap v6259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:48 smithi137 ceph-mon[117020]: pgmap v6259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:50 smithi066 ceph-mon[112137]: pgmap v6260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:51.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:51.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:51.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:50 smithi203 ceph-mon[117428]: pgmap v6260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:50 smithi137 ceph-mon[117020]: pgmap v6260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:51.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:51.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:51.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:51.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:51.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:52 smithi066 ceph-mon[112137]: from='client.179310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:52 smithi066 ceph-mon[112137]: pgmap v6261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:52 smithi203 ceph-mon[117428]: from='client.179310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:52 smithi203 ceph-mon[117428]: pgmap v6261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:52 smithi137 ceph-mon[117020]: from='client.179310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:52 smithi137 ceph-mon[117020]: pgmap v6261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:54 smithi203 ceph-mon[117428]: pgmap v6262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:54 smithi137 ceph-mon[117020]: pgmap v6262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:54 smithi066 ceph-mon[112137]: pgmap v6262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:56.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:41:56.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:56.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:56 smithi066 ceph-mon[112137]: pgmap v6263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:56 smithi203 ceph-mon[117428]: pgmap v6263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:56 smithi137 ceph-mon[117020]: pgmap v6263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:57.480 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:41:57.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:57.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:57.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:57.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:41:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:58 smithi066 ceph-mon[112137]: from='client.179385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:41:58 smithi066 ceph-mon[112137]: pgmap v6264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:58 smithi203 ceph-mon[117428]: from='client.179385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:41:58 smithi203 ceph-mon[117428]: pgmap v6264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:58 smithi137 ceph-mon[117020]: from='client.179385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:41:58 smithi137 ceph-mon[117020]: pgmap v6264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:00 smithi066 ceph-mon[112137]: pgmap v6265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:00 smithi203 ceph-mon[117428]: pgmap v6265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:00 smithi137 ceph-mon[117020]: pgmap v6265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:02.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:02.482 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:02.482 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:02 smithi066 ceph-mon[112137]: pgmap v6266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:02 smithi203 ceph-mon[117428]: pgmap v6266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:02 smithi137 ceph-mon[117020]: pgmap v6266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:03.197 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:03.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:03.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:03.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:03.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:04 smithi203 ceph-mon[117428]: from='client.179460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:04 smithi203 ceph-mon[117428]: pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:04 smithi137 ceph-mon[117020]: from='client.179460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:04 smithi137 ceph-mon[117020]: pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:04 smithi066 ceph-mon[112137]: from='client.179460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:04 smithi066 ceph-mon[112137]: pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:06 smithi066 ceph-mon[112137]: pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:06 smithi203 ceph-mon[117428]: pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:06 smithi137 ceph-mon[117020]: pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:08.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:08.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:08.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:08.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:08.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:08.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:08.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:08.920 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:08 smithi066 ceph-mon[112137]: pgmap v6269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:08 smithi203 ceph-mon[117428]: pgmap v6269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:08 smithi137 ceph-mon[117020]: pgmap v6269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:09 smithi066 ceph-mon[112137]: from='client.179538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:09 smithi203 ceph-mon[117428]: from='client.179538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:09 smithi137 ceph-mon[117020]: from='client.179538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:10 smithi066 ceph-mon[112137]: pgmap v6270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:10 smithi203 ceph-mon[117428]: pgmap v6270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:10 smithi137 ceph-mon[117020]: pgmap v6270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:12 smithi066 ceph-mon[112137]: pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:12 smithi203 ceph-mon[117428]: pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:12 smithi137 ceph-mon[117020]: pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:13.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:13.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:13.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:14 smithi203 ceph-mon[117428]: pgmap v6272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:14 smithi137 ceph-mon[117020]: pgmap v6272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:14 smithi066 ceph-mon[112137]: pgmap v6272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:14.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:14.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:14.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:15 smithi203 ceph-mon[117428]: from='client.179610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:15 smithi137 ceph-mon[117020]: from='client.179610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:15.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:15 smithi066 ceph-mon[112137]: from='client.179610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:16 smithi203 ceph-mon[117428]: pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:16 smithi137 ceph-mon[117020]: pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:16 smithi066 ceph-mon[112137]: pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:18 smithi066 ceph-mon[112137]: pgmap v6274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:18 smithi203 ceph-mon[117428]: pgmap v6274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:18 smithi137 ceph-mon[117020]: pgmap v6274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:19.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:19.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:19.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:20.369 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:20.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:20.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:20.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:20.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:20 smithi066 ceph-mon[112137]: pgmap v6275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:20 smithi203 ceph-mon[117428]: pgmap v6275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:20 smithi137 ceph-mon[117020]: pgmap v6275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:21 smithi066 ceph-mon[112137]: from='client.179685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:21 smithi203 ceph-mon[117428]: from='client.179685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:21 smithi137 ceph-mon[117020]: from='client.179685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:22 smithi066 ceph-mon[112137]: pgmap v6276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:22 smithi203 ceph-mon[117428]: pgmap v6276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:22 smithi137 ceph-mon[117020]: pgmap v6276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:24 smithi203 ceph-mon[117428]: pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:24 smithi137 ceph-mon[117020]: pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:24 smithi066 ceph-mon[112137]: pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:25.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:25.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:25.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:26.095 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:26.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:26.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:26.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:26.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:26 smithi066 ceph-mon[112137]: pgmap v6278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:26 smithi203 ceph-mon[117428]: pgmap v6278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:26 smithi137 ceph-mon[117020]: pgmap v6278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:27 smithi066 ceph-mon[112137]: from='client.179757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:27 smithi203 ceph-mon[117428]: from='client.179757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:27 smithi137 ceph-mon[117020]: from='client.179757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:28 smithi066 ceph-mon[112137]: pgmap v6279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:28 smithi203 ceph-mon[117428]: pgmap v6279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:28 smithi137 ceph-mon[117020]: pgmap v6279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:30 smithi066 ceph-mon[112137]: pgmap v6280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:42:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:30 smithi203 ceph-mon[117428]: pgmap v6280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:42:31.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:31.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:31.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:30 smithi137 ceph-mon[117020]: pgmap v6280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:42:31.803 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:31.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:31.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:31.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:31.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:42:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:42:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:42:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:42:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:42:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:42:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:42:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:42:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:42:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:32 smithi066 ceph-mon[112137]: from='client.179832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:32 smithi066 ceph-mon[112137]: pgmap v6281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:32 smithi203 ceph-mon[117428]: from='client.179832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:32 smithi203 ceph-mon[117428]: pgmap v6281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:32 smithi137 ceph-mon[117020]: from='client.179832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:32 smithi137 ceph-mon[117020]: pgmap v6281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:34 smithi203 ceph-mon[117428]: pgmap v6282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:34 smithi137 ceph-mon[117020]: pgmap v6282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:34 smithi066 ceph-mon[112137]: pgmap v6282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:36.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:36.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:36.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:36 smithi066 ceph-mon[112137]: pgmap v6283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:36 smithi203 ceph-mon[117428]: pgmap v6283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:36 smithi137 ceph-mon[117020]: pgmap v6283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:37.548 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:37.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:37.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:37.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:37.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:38 smithi066 ceph-mon[112137]: from='client.179904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:38 smithi066 ceph-mon[112137]: pgmap v6284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:38 smithi203 ceph-mon[117428]: from='client.179904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:38 smithi203 ceph-mon[117428]: pgmap v6284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:38 smithi137 ceph-mon[117020]: from='client.179904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:38 smithi137 ceph-mon[117020]: pgmap v6284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:40 smithi066 ceph-mon[112137]: pgmap v6285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:40 smithi203 ceph-mon[117428]: pgmap v6285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:40 smithi137 ceph-mon[117020]: pgmap v6285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:42.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:42.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:42.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:42 smithi066 ceph-mon[112137]: pgmap v6286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:42 smithi203 ceph-mon[117428]: pgmap v6286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:42 smithi137 ceph-mon[117020]: pgmap v6286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:43.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:43.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:43.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:43.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:43.291 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:44 smithi203 ceph-mon[117428]: from='client.179973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:44 smithi203 ceph-mon[117428]: pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:44 smithi137 ceph-mon[117020]: from='client.179973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:44 smithi137 ceph-mon[117020]: pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:44 smithi066 ceph-mon[112137]: from='client.179973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:44 smithi066 ceph-mon[112137]: pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:46 smithi066 ceph-mon[112137]: pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:46 smithi203 ceph-mon[117428]: pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:46 smithi137 ceph-mon[117020]: pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:48.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:48.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:48.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:48 smithi066 ceph-mon[112137]: pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:49.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:49.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:49.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:49.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:49.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:48 smithi203 ceph-mon[117428]: pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:48 smithi137 ceph-mon[117020]: pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:49 smithi066 ceph-mon[112137]: from='client.180051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:49 smithi203 ceph-mon[117428]: from='client.180051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:49 smithi137 ceph-mon[117020]: from='client.180051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:50 smithi066 ceph-mon[112137]: pgmap v6290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:50 smithi203 ceph-mon[117428]: pgmap v6290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:50 smithi137 ceph-mon[117020]: pgmap v6290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:52 smithi066 ceph-mon[112137]: pgmap v6291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:52 smithi203 ceph-mon[117428]: pgmap v6291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:52 smithi137 ceph-mon[117020]: pgmap v6291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:54.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:54.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:54.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:54 smithi203 ceph-mon[117428]: pgmap v6292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:54.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:54 smithi137 ceph-mon[117020]: pgmap v6292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:54 smithi066 ceph-mon[112137]: pgmap v6292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:54.758 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:42:54.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:54.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:54.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:54.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:42:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:55 smithi203 ceph-mon[117428]: from='client.180123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:55 smithi137 ceph-mon[117020]: from='client.180123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:55 smithi066 ceph-mon[112137]: from='client.180123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:56 smithi203 ceph-mon[117428]: pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:42:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:56 smithi137 ceph-mon[117020]: pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:42:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:56 smithi066 ceph-mon[112137]: pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:42:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:42:58 smithi066 ceph-mon[112137]: pgmap v6294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:42:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:42:58 smithi203 ceph-mon[117428]: pgmap v6294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:42:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:42:58 smithi137 ceph-mon[117020]: pgmap v6294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:42:59.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:42:59.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:59.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:00.478 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:00.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:00.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:00.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:00.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:00 smithi066 ceph-mon[112137]: pgmap v6295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:43:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:00 smithi203 ceph-mon[117428]: pgmap v6295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:43:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:00 smithi137 ceph-mon[117020]: pgmap v6295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:43:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:01 smithi066 ceph-mon[112137]: from='client.180198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:01 smithi203 ceph-mon[117428]: from='client.180198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:01 smithi137 ceph-mon[117020]: from='client.180198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:02 smithi066 ceph-mon[112137]: pgmap v6296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:02 smithi203 ceph-mon[117428]: pgmap v6296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:02 smithi137 ceph-mon[117020]: pgmap v6296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:04 smithi203 ceph-mon[117428]: pgmap v6297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:04 smithi137 ceph-mon[117020]: pgmap v6297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:04 smithi066 ceph-mon[112137]: pgmap v6297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:05.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:05.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:05.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:06.207 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:06.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:06.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:06.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:06.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:06 smithi066 ceph-mon[112137]: pgmap v6298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:06 smithi203 ceph-mon[117428]: pgmap v6298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:06 smithi137 ceph-mon[117020]: pgmap v6298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:07 smithi066 ceph-mon[112137]: from='client.180273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:07 smithi203 ceph-mon[117428]: from='client.180273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:07 smithi137 ceph-mon[117020]: from='client.180273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:08 smithi066 ceph-mon[112137]: pgmap v6299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:43:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:08 smithi203 ceph-mon[117428]: pgmap v6299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:43:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:08 smithi137 ceph-mon[117020]: pgmap v6299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:43:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:10 smithi066 ceph-mon[112137]: pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:43:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:10 smithi203 ceph-mon[117428]: pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:43:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:10 smithi137 ceph-mon[117020]: pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:43:11.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:11.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:11.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:11.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:11.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:11.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:11.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:11.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:12 smithi066 ceph-mon[112137]: from='client.180351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:12 smithi066 ceph-mon[112137]: pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:43:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:12 smithi203 ceph-mon[117428]: from='client.180351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:12 smithi203 ceph-mon[117428]: pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:43:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:12 smithi137 ceph-mon[117020]: from='client.180351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:12 smithi137 ceph-mon[117020]: pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:43:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:14 smithi203 ceph-mon[117428]: pgmap v6302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:14 smithi137 ceph-mon[117020]: pgmap v6302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:14 smithi066 ceph-mon[112137]: pgmap v6302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:16.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:16.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:16.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:16 smithi066 ceph-mon[112137]: pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:16 smithi203 ceph-mon[117428]: pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:16 smithi137 ceph-mon[117020]: pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:17.676 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:17.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:17.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:17.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:17.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:18 smithi066 ceph-mon[112137]: from='client.180420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:18 smithi066 ceph-mon[112137]: pgmap v6304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:18 smithi203 ceph-mon[117428]: from='client.180420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:18 smithi203 ceph-mon[117428]: pgmap v6304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:18 smithi137 ceph-mon[117020]: from='client.180420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:18 smithi137 ceph-mon[117020]: pgmap v6304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:20 smithi066 ceph-mon[112137]: pgmap v6305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:43:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:20 smithi203 ceph-mon[117428]: pgmap v6305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:43:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:20 smithi137 ceph-mon[117020]: pgmap v6305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:43:22.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:22.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:22.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:22 smithi066 ceph-mon[112137]: pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:22 smithi203 ceph-mon[117428]: pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:22 smithi137 ceph-mon[117020]: pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:23.405 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:23.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:23.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:23.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:23.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:24 smithi203 ceph-mon[117428]: from='client.180498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:24 smithi203 ceph-mon[117428]: pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:24 smithi137 ceph-mon[117020]: from='client.180498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:24 smithi137 ceph-mon[117020]: pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:24 smithi066 ceph-mon[112137]: from='client.180498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:24 smithi066 ceph-mon[112137]: pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:26 smithi066 ceph-mon[112137]: pgmap v6308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:26 smithi203 ceph-mon[117428]: pgmap v6308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:26 smithi137 ceph-mon[117020]: pgmap v6308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:28.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:28.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:28.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:28 smithi066 ceph-mon[112137]: pgmap v6309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:28 smithi203 ceph-mon[117428]: pgmap v6309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:28 smithi137 ceph-mon[117020]: pgmap v6309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:29.136 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:29.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:29.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:29.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:29.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:30 smithi066 ceph-mon[112137]: from='client.180576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:30 smithi066 ceph-mon[112137]: pgmap v6310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:43:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:30 smithi203 ceph-mon[117428]: from='client.180576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:30 smithi203 ceph-mon[117428]: pgmap v6310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:43:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:30 smithi137 ceph-mon[117020]: from='client.180576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:30 smithi137 ceph-mon[117020]: pgmap v6310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:43:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:43:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:43:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:43:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:32 smithi066 ceph-mon[112137]: pgmap v6311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:43:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:43:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:43:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:43:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:32 smithi203 ceph-mon[117428]: pgmap v6311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:43:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:43:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:43:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:43:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:32 smithi137 ceph-mon[117020]: pgmap v6311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:43:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:43:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:43:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:43:34.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:34.138 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:34.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:34 smithi203 ceph-mon[117428]: pgmap v6312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:34 smithi137 ceph-mon[117020]: pgmap v6312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:34 smithi066 ceph-mon[112137]: pgmap v6312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:34.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:34.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:34.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:34.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:34.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:35 smithi203 ceph-mon[117428]: from='client.180654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:35 smithi137 ceph-mon[117020]: from='client.180654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:35.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:35 smithi066 ceph-mon[112137]: from='client.180654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:36 smithi203 ceph-mon[117428]: pgmap v6313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:43:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:36 smithi137 ceph-mon[117020]: pgmap v6313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:43:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:36 smithi066 ceph-mon[112137]: pgmap v6313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:43:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:38 smithi066 ceph-mon[112137]: pgmap v6314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:43:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:38 smithi203 ceph-mon[117428]: pgmap v6314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:43:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:38 smithi137 ceph-mon[117020]: pgmap v6314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:43:39.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:39.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:39.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:40.592 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:40.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:40.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:40.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:40.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:40 smithi066 ceph-mon[112137]: pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:43:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:40 smithi203 ceph-mon[117428]: pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:43:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:40 smithi137 ceph-mon[117020]: pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:43:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:41 smithi066 ceph-mon[112137]: from='client.180732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:42.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:41 smithi203 ceph-mon[117428]: from='client.180732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:41 smithi137 ceph-mon[117020]: from='client.180732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:42 smithi066 ceph-mon[112137]: pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:43:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:42 smithi203 ceph-mon[117428]: pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:43:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:42 smithi137 ceph-mon[117020]: pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:43:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:44 smithi203 ceph-mon[117428]: pgmap v6317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:44 smithi137 ceph-mon[117020]: pgmap v6317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:44 smithi066 ceph-mon[112137]: pgmap v6317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:45.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:45.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:45.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:46.328 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:46.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:46.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:46.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:46.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:46 smithi066 ceph-mon[112137]: pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:46 smithi203 ceph-mon[117428]: pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:46 smithi137 ceph-mon[117020]: pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:47 smithi066 ceph-mon[112137]: from='client.180807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:47 smithi203 ceph-mon[117428]: from='client.180807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:47 smithi137 ceph-mon[117020]: from='client.180807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:48 smithi066 ceph-mon[112137]: pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:43:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:48 smithi203 ceph-mon[117428]: pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:43:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:48 smithi137 ceph-mon[117020]: pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:43:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:50 smithi066 ceph-mon[112137]: pgmap v6320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:43:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:50 smithi203 ceph-mon[117428]: pgmap v6320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:43:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:50 smithi137 ceph-mon[117020]: pgmap v6320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:43:51.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:51.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:51.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:52.048 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:52.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:52.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:52.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:52.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:52 smithi066 ceph-mon[112137]: pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:43:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:52 smithi066 ceph-mon[112137]: from='client.180882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:52 smithi203 ceph-mon[117428]: pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:43:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:52 smithi203 ceph-mon[117428]: from='client.180882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:52 smithi137 ceph-mon[117020]: pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:43:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:52 smithi137 ceph-mon[117020]: from='client.180882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:54 smithi203 ceph-mon[117428]: pgmap v6322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:54 smithi137 ceph-mon[117020]: pgmap v6322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:54 smithi066 ceph-mon[112137]: pgmap v6322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:56 smithi066 ceph-mon[112137]: pgmap v6323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:57.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:43:57.050 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:57.050 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:56 smithi203 ceph-mon[117428]: pgmap v6323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:56 smithi137 ceph-mon[117020]: pgmap v6323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:57.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:43:57.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:57.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:57.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:57.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:43:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:58 smithi066 ceph-mon[112137]: from='client.180957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:43:58 smithi066 ceph-mon[112137]: pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:58 smithi203 ceph-mon[117428]: from='client.180957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:43:58 smithi203 ceph-mon[117428]: pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:58 smithi137 ceph-mon[117020]: from='client.180957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:43:58 smithi137 ceph-mon[117020]: pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:00 smithi066 ceph-mon[112137]: pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:00 smithi203 ceph-mon[117428]: pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:00 smithi137 ceph-mon[117020]: pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:02.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:02.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:02.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:02 smithi066 ceph-mon[112137]: pgmap v6326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:02 smithi203 ceph-mon[117428]: pgmap v6326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:02 smithi137 ceph-mon[117020]: pgmap v6326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:03.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:03.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:03.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:03.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:03.494 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:04 smithi203 ceph-mon[117428]: from='client.181035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:04 smithi203 ceph-mon[117428]: pgmap v6327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:04 smithi137 ceph-mon[117020]: from='client.181035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:04 smithi137 ceph-mon[117020]: pgmap v6327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:04 smithi066 ceph-mon[112137]: from='client.181035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:04 smithi066 ceph-mon[112137]: pgmap v6327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:06 smithi066 ceph-mon[112137]: pgmap v6328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:06 smithi203 ceph-mon[117428]: pgmap v6328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:06 smithi137 ceph-mon[117020]: pgmap v6328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:08.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:08.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:08.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:08 smithi066 ceph-mon[112137]: pgmap v6329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:08 smithi203 ceph-mon[117428]: pgmap v6329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:08 smithi137 ceph-mon[117020]: pgmap v6329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:09.215 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:09.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:09.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:09.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:09.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:10 smithi066 ceph-mon[112137]: from='client.181107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:10 smithi066 ceph-mon[112137]: pgmap v6330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:10 smithi203 ceph-mon[117428]: from='client.181107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:10 smithi203 ceph-mon[117428]: pgmap v6330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:10 smithi137 ceph-mon[117020]: from='client.181107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:10 smithi137 ceph-mon[117020]: pgmap v6330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:12 smithi066 ceph-mon[112137]: pgmap v6331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:12 smithi203 ceph-mon[117428]: pgmap v6331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:12 smithi137 ceph-mon[117020]: pgmap v6331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:14.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:14.217 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:14.217 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:14 smithi203 ceph-mon[117428]: pgmap v6332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:14 smithi137 ceph-mon[117020]: pgmap v6332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:14 smithi066 ceph-mon[112137]: pgmap v6332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:14.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:14.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:14.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:14.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:14.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:15 smithi203 ceph-mon[117428]: from='client.181182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:15 smithi137 ceph-mon[117020]: from='client.181182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:15.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:15 smithi066 ceph-mon[112137]: from='client.181182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:16 smithi203 ceph-mon[117428]: pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:44:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:16 smithi137 ceph-mon[117020]: pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:44:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:16 smithi066 ceph-mon[112137]: pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:44:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:18 smithi066 ceph-mon[112137]: pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:44:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:18 smithi203 ceph-mon[117428]: pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:44:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:18 smithi137 ceph-mon[117020]: pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:44:19.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:19.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:19.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:20.662 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:20.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:20.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:20.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:20.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:20 smithi066 ceph-mon[112137]: pgmap v6335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:44:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:20 smithi203 ceph-mon[117428]: pgmap v6335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:44:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:20 smithi137 ceph-mon[117020]: pgmap v6335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:44:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:21 smithi066 ceph-mon[112137]: from='client.181260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:21 smithi203 ceph-mon[117428]: from='client.181260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:21 smithi137 ceph-mon[117020]: from='client.181260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:22 smithi066 ceph-mon[112137]: pgmap v6336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:44:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:22 smithi203 ceph-mon[117428]: pgmap v6336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:44:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:22 smithi137 ceph-mon[117020]: pgmap v6336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:44:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:24 smithi203 ceph-mon[117428]: pgmap v6337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:24 smithi137 ceph-mon[117020]: pgmap v6337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:24 smithi066 ceph-mon[112137]: pgmap v6337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:25.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:25.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:25.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:26.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:26.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:26.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:26.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:26.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:26 smithi066 ceph-mon[112137]: pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:26 smithi203 ceph-mon[117428]: pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:26 smithi137 ceph-mon[117020]: pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:27 smithi066 ceph-mon[112137]: from='client.181335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:27 smithi203 ceph-mon[117428]: from='client.181335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:27 smithi137 ceph-mon[117020]: from='client.181335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:28 smithi066 ceph-mon[112137]: pgmap v6339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:44:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:28 smithi203 ceph-mon[117428]: pgmap v6339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:44:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:28 smithi137 ceph-mon[117020]: pgmap v6339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:44:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:30 smithi066 ceph-mon[112137]: pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:44:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:30 smithi203 ceph-mon[117428]: pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:44:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:30 smithi137 ceph-mon[117020]: pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:44:31.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:31.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:31.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:32.112 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:32.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:32.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:32.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:32.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:32 smithi066 ceph-mon[112137]: pgmap v6341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:44:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:44:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:32 smithi203 ceph-mon[117428]: pgmap v6341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:44:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:44:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:32 smithi137 ceph-mon[117020]: pgmap v6341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:44:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:44:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:33 smithi066 ceph-mon[112137]: from='client.181410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:44:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:44:33.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:33 smithi203 ceph-mon[117428]: from='client.181410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:44:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:44:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:33 smithi137 ceph-mon[117020]: from='client.181410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:44:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:44:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:44:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:34 smithi066 ceph-mon[112137]: pgmap v6342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:34 smithi203 ceph-mon[117428]: pgmap v6342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:34 smithi137 ceph-mon[117020]: pgmap v6342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:36 smithi066 ceph-mon[112137]: pgmap v6343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:36 smithi203 ceph-mon[117428]: pgmap v6343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:37.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:37.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:37.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:36 smithi137 ceph-mon[117020]: pgmap v6343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:37.841 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:37.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:37.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:37.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:37.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:38 smithi066 ceph-mon[112137]: from='client.181479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:38 smithi066 ceph-mon[112137]: pgmap v6344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:38 smithi203 ceph-mon[117428]: from='client.181479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:38 smithi203 ceph-mon[117428]: pgmap v6344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:38 smithi137 ceph-mon[117020]: from='client.181479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:38 smithi137 ceph-mon[117020]: pgmap v6344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:40 smithi066 ceph-mon[112137]: pgmap v6345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:40 smithi203 ceph-mon[117428]: pgmap v6345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:40 smithi137 ceph-mon[117020]: pgmap v6345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:42.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:42.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:42.844 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:42 smithi066 ceph-mon[112137]: pgmap v6346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:42 smithi203 ceph-mon[117428]: pgmap v6346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:42 smithi137 ceph-mon[117020]: pgmap v6346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:43.592 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:43.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:43.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:43.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:43.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:44 smithi203 ceph-mon[117428]: from='client.181554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:44 smithi203 ceph-mon[117428]: pgmap v6347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:44 smithi137 ceph-mon[117020]: from='client.181554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:44 smithi137 ceph-mon[117020]: pgmap v6347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:44 smithi066 ceph-mon[112137]: from='client.181554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:44 smithi066 ceph-mon[112137]: pgmap v6347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:46 smithi066 ceph-mon[112137]: pgmap v6348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:46 smithi203 ceph-mon[117428]: pgmap v6348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:46 smithi137 ceph-mon[117020]: pgmap v6348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:48.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:48.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:48.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:48 smithi066 ceph-mon[112137]: pgmap v6349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:48 smithi203 ceph-mon[117428]: pgmap v6349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:48 smithi137 ceph-mon[117020]: pgmap v6349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:49.329 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:49.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:49.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:49.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:49.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:50 smithi066 ceph-mon[112137]: from='client.181632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:50 smithi066 ceph-mon[112137]: pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:50 smithi203 ceph-mon[117428]: from='client.181632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:50 smithi203 ceph-mon[117428]: pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:50 smithi137 ceph-mon[117020]: from='client.181632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:50 smithi137 ceph-mon[117020]: pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:52 smithi066 ceph-mon[112137]: pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:52 smithi203 ceph-mon[117428]: pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:52 smithi137 ceph-mon[117020]: pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:54 smithi203 ceph-mon[117428]: pgmap v6352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:54.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:44:54.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:54.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:54 smithi137 ceph-mon[117020]: pgmap v6352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:54 smithi066 ceph-mon[112137]: pgmap v6352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:55.059 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:44:55.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:55.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:55.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:55.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:44:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:55 smithi203 ceph-mon[117428]: from='client.181707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:55 smithi137 ceph-mon[117020]: from='client.181707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:55 smithi066 ceph-mon[112137]: from='client.181707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:56 smithi203 ceph-mon[117428]: pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:56 smithi137 ceph-mon[117020]: pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:56 smithi066 ceph-mon[112137]: pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:44:58 smithi066 ceph-mon[112137]: pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:44:58 smithi203 ceph-mon[117428]: pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:44:58 smithi137 ceph-mon[117020]: pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:00.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:00.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:00.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:00.792 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:00.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:00.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:00.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:00.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:00 smithi066 ceph-mon[112137]: pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:45:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:00 smithi203 ceph-mon[117428]: pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:45:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:00 smithi137 ceph-mon[117020]: pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:45:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:01 smithi066 ceph-mon[112137]: from='client.181782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:01 smithi203 ceph-mon[117428]: from='client.181782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:01 smithi137 ceph-mon[117020]: from='client.181782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:02 smithi066 ceph-mon[112137]: pgmap v6356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:45:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:02 smithi203 ceph-mon[117428]: pgmap v6356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:45:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:02 smithi137 ceph-mon[117020]: pgmap v6356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:45:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:04 smithi203 ceph-mon[117428]: pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:04 smithi137 ceph-mon[117020]: pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:04 smithi066 ceph-mon[112137]: pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:05.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:05.794 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:05.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:06.516 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:06.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:06.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:06.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:06.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:06 smithi066 ceph-mon[112137]: pgmap v6358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:06 smithi203 ceph-mon[117428]: pgmap v6358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:06 smithi137 ceph-mon[117020]: pgmap v6358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:07 smithi066 ceph-mon[112137]: from='client.181860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:07 smithi203 ceph-mon[117428]: from='client.181860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:07 smithi137 ceph-mon[117020]: from='client.181860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:08 smithi066 ceph-mon[112137]: pgmap v6359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:08 smithi203 ceph-mon[117428]: pgmap v6359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:08 smithi137 ceph-mon[117020]: pgmap v6359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:10 smithi066 ceph-mon[112137]: pgmap v6360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:10 smithi203 ceph-mon[117428]: pgmap v6360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:10 smithi137 ceph-mon[117020]: pgmap v6360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:11.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:11.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:11.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:12.250 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:12.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:12.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:12.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:12.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:12 smithi066 ceph-mon[112137]: pgmap v6361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:12 smithi203 ceph-mon[117428]: pgmap v6361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:12 smithi137 ceph-mon[117020]: pgmap v6361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:13 smithi066 ceph-mon[112137]: from='client.181935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:13 smithi203 ceph-mon[117428]: from='client.181935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:13 smithi137 ceph-mon[117020]: from='client.181935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:14 smithi066 ceph-mon[112137]: pgmap v6362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:14 smithi203 ceph-mon[117428]: pgmap v6362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:14 smithi137 ceph-mon[117020]: pgmap v6362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:16 smithi066 ceph-mon[112137]: pgmap v6363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:16 smithi203 ceph-mon[117428]: pgmap v6363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:16 smithi137 ceph-mon[117020]: pgmap v6363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:17.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:17.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:17.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:17.985 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:17.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:17.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:17.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:17.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:18 smithi066 ceph-mon[112137]: from='client.182013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:18 smithi066 ceph-mon[112137]: pgmap v6364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:18 smithi203 ceph-mon[117428]: from='client.182013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:18 smithi203 ceph-mon[117428]: pgmap v6364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:18 smithi137 ceph-mon[117020]: from='client.182013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:18 smithi137 ceph-mon[117020]: pgmap v6364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:20 smithi066 ceph-mon[112137]: pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:20 smithi203 ceph-mon[117428]: pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:20 smithi137 ceph-mon[117020]: pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:22 smithi066 ceph-mon[112137]: pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:22.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:22.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:22.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:22 smithi203 ceph-mon[117428]: pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:22 smithi137 ceph-mon[117020]: pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:23.712 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:23.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:23.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:23.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:23.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:24 smithi203 ceph-mon[117428]: from='client.182088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:24 smithi203 ceph-mon[117428]: pgmap v6367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:24 smithi137 ceph-mon[117020]: from='client.182088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:24 smithi137 ceph-mon[117020]: pgmap v6367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:24 smithi066 ceph-mon[112137]: from='client.182088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:24 smithi066 ceph-mon[112137]: pgmap v6367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:26 smithi066 ceph-mon[112137]: pgmap v6368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:26 smithi203 ceph-mon[117428]: pgmap v6368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:26 smithi137 ceph-mon[117020]: pgmap v6368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:28.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:28.714 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:28.714 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:28 smithi066 ceph-mon[112137]: pgmap v6369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:28 smithi203 ceph-mon[117428]: pgmap v6369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:28 smithi137 ceph-mon[117020]: pgmap v6369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:29.441 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:29.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:29.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:29.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:29.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:30 smithi066 ceph-mon[112137]: from='client.182163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:30 smithi066 ceph-mon[112137]: pgmap v6370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:30 smithi203 ceph-mon[117428]: from='client.182163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:30 smithi203 ceph-mon[117428]: pgmap v6370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:30 smithi137 ceph-mon[117020]: from='client.182163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:30 smithi137 ceph-mon[117020]: pgmap v6370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:32 smithi066 ceph-mon[112137]: pgmap v6371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:32 smithi203 ceph-mon[117428]: pgmap v6371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:32 smithi137 ceph-mon[117020]: pgmap v6371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:33.961 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:45:33.963 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:45:33.966 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:45:34.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:34.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:34.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:34 smithi066 ceph-mon[112137]: pgmap v6372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:34 smithi203 ceph-mon[117428]: pgmap v6372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:34 smithi137 ceph-mon[117020]: pgmap v6372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:35.194 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:35.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:35.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:35.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:35.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='client.121411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: pgmap v6373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:45:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='client.121411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: pgmap v6373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:45:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:45:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='client.121411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: pgmap v6373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:45:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:45:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:38 smithi066 ceph-mon[112137]: pgmap v6374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:38 smithi203 ceph-mon[117428]: pgmap v6374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:38 smithi137 ceph-mon[117020]: pgmap v6374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:40.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:40.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:40.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:40.924 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:40.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:40.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:40.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:40.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:40 smithi066 ceph-mon[112137]: pgmap v6375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:45:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:40 smithi203 ceph-mon[117428]: pgmap v6375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:45:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:40 smithi137 ceph-mon[117020]: pgmap v6375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:45:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:41 smithi066 ceph-mon[112137]: from='client.182310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:42.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:41 smithi203 ceph-mon[117428]: from='client.182310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:41 smithi137 ceph-mon[117020]: from='client.182310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:42 smithi066 ceph-mon[112137]: pgmap v6376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:45:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:42 smithi203 ceph-mon[117428]: pgmap v6376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:45:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:42 smithi137 ceph-mon[117020]: pgmap v6376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:45:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:44 smithi203 ceph-mon[117428]: pgmap v6377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:44 smithi137 ceph-mon[117020]: pgmap v6377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:44 smithi066 ceph-mon[112137]: pgmap v6377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:45.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:45.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:45.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:46.659 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:46.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:46.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:46.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:46.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:46 smithi066 ceph-mon[112137]: pgmap v6378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:46 smithi203 ceph-mon[117428]: pgmap v6378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:46 smithi137 ceph-mon[117020]: pgmap v6378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:47 smithi066 ceph-mon[112137]: from='client.182388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:47 smithi203 ceph-mon[117428]: from='client.182388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:47 smithi137 ceph-mon[117020]: from='client.182388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:48 smithi066 ceph-mon[112137]: pgmap v6379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:48 smithi203 ceph-mon[117428]: pgmap v6379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:48 smithi137 ceph-mon[117020]: pgmap v6379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:50 smithi066 ceph-mon[112137]: pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:50 smithi203 ceph-mon[117428]: pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:50 smithi137 ceph-mon[117020]: pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:51.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:51.661 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:51.661 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:52.386 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:52.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:52.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:52.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:52.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:52 smithi066 ceph-mon[112137]: pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:52 smithi203 ceph-mon[117428]: pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:52 smithi137 ceph-mon[117020]: pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:53 smithi066 ceph-mon[112137]: from='client.182460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:53 smithi203 ceph-mon[117428]: from='client.182460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:53 smithi137 ceph-mon[117020]: from='client.182460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:54 smithi066 ceph-mon[112137]: pgmap v6382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:54 smithi203 ceph-mon[117428]: pgmap v6382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:54 smithi137 ceph-mon[117020]: pgmap v6382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:56 smithi066 ceph-mon[112137]: pgmap v6383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:56 smithi203 ceph-mon[117428]: pgmap v6383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:56 smithi137 ceph-mon[117020]: pgmap v6383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:57.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:45:57.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:57.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:58.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:45:58.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:58.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:58.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:58.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:45:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:58 smithi066 ceph-mon[112137]: pgmap v6384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:58 smithi203 ceph-mon[117428]: pgmap v6384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:58 smithi137 ceph-mon[117020]: pgmap v6384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:45:59 smithi066 ceph-mon[112137]: from='client.182535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:00.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:45:59 smithi203 ceph-mon[117428]: from='client.182535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:45:59 smithi137 ceph-mon[117020]: from='client.182535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:00 smithi066 ceph-mon[112137]: pgmap v6385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:00 smithi203 ceph-mon[117428]: pgmap v6385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:00 smithi137 ceph-mon[117020]: pgmap v6385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:02 smithi066 ceph-mon[112137]: pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:02 smithi203 ceph-mon[117428]: pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:03.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:03.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:03.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:02 smithi137 ceph-mon[117020]: pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:03.833 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:03.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:03.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:03.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:03.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:04 smithi137 ceph-mon[117020]: from='client.182613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:04 smithi137 ceph-mon[117020]: pgmap v6387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:04 smithi066 ceph-mon[112137]: from='client.182613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:04 smithi066 ceph-mon[112137]: pgmap v6387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:04.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:04 smithi203 ceph-mon[117428]: from='client.182613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:04.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:04 smithi203 ceph-mon[117428]: pgmap v6387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:06 smithi066 ceph-mon[112137]: pgmap v6388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:06 smithi203 ceph-mon[117428]: pgmap v6388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:06 smithi137 ceph-mon[117020]: pgmap v6388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:08.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:08.835 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:08.835 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:08 smithi066 ceph-mon[112137]: pgmap v6389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:08 smithi203 ceph-mon[117428]: pgmap v6389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:08 smithi137 ceph-mon[117020]: pgmap v6389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:09.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:09.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:09.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:09.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:09.567 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:10 smithi066 ceph-mon[112137]: from='client.182688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:10 smithi066 ceph-mon[112137]: pgmap v6390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:10 smithi203 ceph-mon[117428]: from='client.182688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:10 smithi203 ceph-mon[117428]: pgmap v6390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:10 smithi137 ceph-mon[117020]: from='client.182688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:10 smithi137 ceph-mon[117020]: pgmap v6390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:12 smithi066 ceph-mon[112137]: pgmap v6391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:12 smithi203 ceph-mon[117428]: pgmap v6391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:12 smithi137 ceph-mon[117020]: pgmap v6391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:14 smithi137 ceph-mon[117020]: pgmap v6392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:14 smithi066 ceph-mon[112137]: pgmap v6392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:14.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:14.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:14.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:14.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:14 smithi203 ceph-mon[117428]: pgmap v6392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:15.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:15.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:15.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:15.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:15.289 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:16 smithi066 ceph-mon[112137]: from='client.182763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:16 smithi066 ceph-mon[112137]: pgmap v6393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:16 smithi203 ceph-mon[117428]: from='client.182763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:16 smithi203 ceph-mon[117428]: pgmap v6393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:16 smithi137 ceph-mon[117020]: from='client.182763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:16 smithi137 ceph-mon[117020]: pgmap v6393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:18 smithi066 ceph-mon[112137]: pgmap v6394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:18 smithi203 ceph-mon[117428]: pgmap v6394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:18 smithi137 ceph-mon[117020]: pgmap v6394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:20.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:20.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:20.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:20 smithi066 ceph-mon[112137]: pgmap v6395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:46:21.010 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:21.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:21.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:21.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:21.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:20 smithi203 ceph-mon[117428]: pgmap v6395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:46:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:20 smithi137 ceph-mon[117020]: pgmap v6395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:46:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:21 smithi066 ceph-mon[112137]: from='client.182838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:21 smithi203 ceph-mon[117428]: from='client.182838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:21 smithi137 ceph-mon[117020]: from='client.182838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:22 smithi066 ceph-mon[112137]: pgmap v6396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:46:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:22 smithi203 ceph-mon[117428]: pgmap v6396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:46:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:22 smithi137 ceph-mon[117020]: pgmap v6396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:46:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:24 smithi137 ceph-mon[117020]: pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:24 smithi066 ceph-mon[112137]: pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:24 smithi203 ceph-mon[117428]: pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:26.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:26.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:26.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:26.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:26.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:26.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:26.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:26.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:26 smithi066 ceph-mon[112137]: pgmap v6398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:26 smithi203 ceph-mon[117428]: pgmap v6398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:26 smithi137 ceph-mon[117020]: pgmap v6398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:27 smithi066 ceph-mon[112137]: from='client.182916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:27 smithi203 ceph-mon[117428]: from='client.182916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:27 smithi137 ceph-mon[117020]: from='client.182916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:28 smithi066 ceph-mon[112137]: pgmap v6399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:28 smithi203 ceph-mon[117428]: pgmap v6399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:28 smithi137 ceph-mon[117020]: pgmap v6399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:30 smithi066 ceph-mon[112137]: pgmap v6400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:30 smithi203 ceph-mon[117428]: pgmap v6400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:30 smithi137 ceph-mon[117020]: pgmap v6400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:31.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:31.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:31.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:32.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:32.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:32.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:32.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:32.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:32 smithi066 ceph-mon[112137]: pgmap v6401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:32 smithi203 ceph-mon[117428]: pgmap v6401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:32 smithi137 ceph-mon[117020]: pgmap v6401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:33 smithi066 ceph-mon[112137]: from='client.182988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:33 smithi203 ceph-mon[117428]: from='client.182988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:33 smithi137 ceph-mon[117020]: from='client.182988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:34 smithi066 ceph-mon[112137]: pgmap v6402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:34 smithi203 ceph-mon[117428]: pgmap v6402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:34 smithi137 ceph-mon[117020]: pgmap v6402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:36 smithi066 ceph-mon[112137]: pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:46:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:36 smithi203 ceph-mon[117428]: pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:46:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:36 smithi137 ceph-mon[117020]: pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:46:37.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:37.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:37.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:38.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:38.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:38.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:38.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:38.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: pgmap v6404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:46:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:46:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:46:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:46:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: pgmap v6404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:46:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:46:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:46:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:46:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: pgmap v6404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:46:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:46:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:46:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:46:39.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:39 smithi066 ceph-mon[112137]: from='client.183063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:39.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:39 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16912M 2023-12-07T20:46:39.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:39 smithi203 ceph-mon[117428]: from='client.183063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:39 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16912M 2023-12-07T20:46:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:39 smithi137 ceph-mon[117020]: from='client.183063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:39 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16912M 2023-12-07T20:46:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:40 smithi066 ceph-mon[112137]: pgmap v6405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:40 smithi203 ceph-mon[117428]: pgmap v6405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:40 smithi137 ceph-mon[117020]: pgmap v6405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:46:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:42 smithi066 ceph-mon[112137]: pgmap v6406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:42 smithi203 ceph-mon[117428]: pgmap v6406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:42 smithi137 ceph-mon[117020]: pgmap v6406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:46:43.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:43.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:43.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:43.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:44 smithi137 ceph-mon[117020]: from='client.183138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:44 smithi137 ceph-mon[117020]: pgmap v6407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:44 smithi066 ceph-mon[112137]: from='client.183138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:44 smithi066 ceph-mon[112137]: pgmap v6407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:44.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:44 smithi203 ceph-mon[117428]: from='client.183138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:44 smithi203 ceph-mon[117428]: pgmap v6407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:46 smithi066 ceph-mon[112137]: pgmap v6408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:46 smithi203 ceph-mon[117428]: pgmap v6408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:46 smithi137 ceph-mon[117020]: pgmap v6408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:48.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:48.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:48.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:48 smithi066 ceph-mon[112137]: pgmap v6409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:48 smithi203 ceph-mon[117428]: pgmap v6409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:48 smithi137 ceph-mon[117020]: pgmap v6409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:49.675 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:49.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:49.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:49.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:49.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:50 smithi066 ceph-mon[112137]: from='client.183213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:50 smithi066 ceph-mon[112137]: pgmap v6410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:46:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:50 smithi203 ceph-mon[117428]: from='client.183213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:50 smithi203 ceph-mon[117428]: pgmap v6410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:46:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:50 smithi137 ceph-mon[117020]: from='client.183213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:50 smithi137 ceph-mon[117020]: pgmap v6410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:46:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:52 smithi066 ceph-mon[112137]: pgmap v6411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:46:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:52 smithi203 ceph-mon[117428]: pgmap v6411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:46:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:52 smithi137 ceph-mon[117020]: pgmap v6411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:46:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:54 smithi137 ceph-mon[117020]: pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:46:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:54 smithi066 ceph-mon[112137]: pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:46:54.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:54 smithi203 ceph-mon[117428]: pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:46:54.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:46:54.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:54.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:55.392 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:46:55.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:55.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:55.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:55.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:46:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:56 smithi066 ceph-mon[112137]: from='client.183291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:56 smithi066 ceph-mon[112137]: pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:56 smithi203 ceph-mon[117428]: from='client.183291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:56 smithi203 ceph-mon[117428]: pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:56 smithi137 ceph-mon[117020]: from='client.183291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:56 smithi137 ceph-mon[117020]: pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:46:58 smithi066 ceph-mon[112137]: pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:46:58 smithi203 ceph-mon[117428]: pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:46:58 smithi137 ceph-mon[117020]: pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:00.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:00.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:00.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:00 smithi066 ceph-mon[112137]: pgmap v6415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:00 smithi203 ceph-mon[117428]: pgmap v6415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:01.112 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:01.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:01.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:01.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:01.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:00 smithi137 ceph-mon[117020]: pgmap v6415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:02 smithi066 ceph-mon[112137]: from='client.183366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:02 smithi066 ceph-mon[112137]: pgmap v6416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:47:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:02 smithi203 ceph-mon[117428]: from='client.183366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:02 smithi203 ceph-mon[117428]: pgmap v6416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:47:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:02 smithi137 ceph-mon[117020]: from='client.183366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:02 smithi137 ceph-mon[117020]: pgmap v6416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:47:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:04 smithi137 ceph-mon[117020]: pgmap v6417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:47:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:04 smithi066 ceph-mon[112137]: pgmap v6417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:47:04.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:04 smithi203 ceph-mon[117428]: pgmap v6417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:47:06.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:06.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:06.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:06.838 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:06.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:06.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:06.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:06.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:06 smithi066 ceph-mon[112137]: pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:47:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:06 smithi203 ceph-mon[117428]: pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:47:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:06 smithi137 ceph-mon[117020]: pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:47:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:07 smithi066 ceph-mon[112137]: from='client.183441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:07 smithi203 ceph-mon[117428]: from='client.183441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:07 smithi137 ceph-mon[117020]: from='client.183441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:08 smithi066 ceph-mon[112137]: pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:08 smithi203 ceph-mon[117428]: pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:08 smithi137 ceph-mon[117020]: pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:10 smithi066 ceph-mon[112137]: pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:10 smithi203 ceph-mon[117428]: pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:10 smithi137 ceph-mon[117020]: pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:11.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:11.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:11.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:12.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:12.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:12.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:12.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:12 smithi066 ceph-mon[112137]: pgmap v6421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:12 smithi203 ceph-mon[117428]: pgmap v6421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:12 smithi137 ceph-mon[117020]: pgmap v6421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:13 smithi066 ceph-mon[112137]: from='client.183519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:13 smithi203 ceph-mon[117428]: from='client.183519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:13 smithi137 ceph-mon[117020]: from='client.183519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:14 smithi066 ceph-mon[112137]: pgmap v6422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:14 smithi203 ceph-mon[117428]: pgmap v6422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:14 smithi137 ceph-mon[117020]: pgmap v6422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:16 smithi203 ceph-mon[117428]: pgmap v6423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:16 smithi137 ceph-mon[117020]: pgmap v6423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:16 smithi066 ceph-mon[112137]: pgmap v6423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:17.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:17.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:17.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:18.287 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:18 smithi203 ceph-mon[117428]: pgmap v6424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:18 smithi137 ceph-mon[117020]: pgmap v6424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:18 smithi066 ceph-mon[112137]: pgmap v6424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:19 smithi203 ceph-mon[117428]: from='client.183597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:19 smithi137 ceph-mon[117020]: from='client.183597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:19 smithi066 ceph-mon[112137]: from='client.183597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:20 smithi203 ceph-mon[117428]: pgmap v6425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:20 smithi137 ceph-mon[117020]: pgmap v6425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:20 smithi066 ceph-mon[112137]: pgmap v6425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:22 smithi203 ceph-mon[117428]: pgmap v6426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:22 smithi137 ceph-mon[117020]: pgmap v6426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:22 smithi066 ceph-mon[112137]: pgmap v6426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:23.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:23.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:23.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:24.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:24.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:24.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:24.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:24.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:24 smithi137 ceph-mon[117020]: from='client.183672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:24 smithi137 ceph-mon[117020]: pgmap v6427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:24 smithi066 ceph-mon[112137]: from='client.183672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:24 smithi066 ceph-mon[112137]: pgmap v6427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:24.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:24 smithi203 ceph-mon[117428]: from='client.183672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:24 smithi203 ceph-mon[117428]: pgmap v6427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:26 smithi066 ceph-mon[112137]: pgmap v6428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:26 smithi203 ceph-mon[117428]: pgmap v6428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:26 smithi137 ceph-mon[117020]: pgmap v6428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:28 smithi066 ceph-mon[112137]: pgmap v6429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:29.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:29.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:29.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:28 smithi203 ceph-mon[117428]: pgmap v6429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:28 smithi137 ceph-mon[117020]: pgmap v6429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:29.745 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:29.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:29.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:29.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:29.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:30 smithi066 ceph-mon[112137]: from='client.183747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:30 smithi066 ceph-mon[112137]: pgmap v6430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:47:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:30 smithi203 ceph-mon[117428]: from='client.183747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:30 smithi203 ceph-mon[117428]: pgmap v6430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:47:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:30 smithi137 ceph-mon[117020]: from='client.183747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:30 smithi137 ceph-mon[117020]: pgmap v6430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:47:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:32 smithi066 ceph-mon[112137]: pgmap v6431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:47:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:32 smithi203 ceph-mon[117428]: pgmap v6431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:47:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:32 smithi137 ceph-mon[117020]: pgmap v6431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T20:47:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:34 smithi137 ceph-mon[117020]: pgmap v6432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:47:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:34 smithi066 ceph-mon[112137]: pgmap v6432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:47:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:34 smithi203 ceph-mon[117428]: pgmap v6432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:47:34.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:34.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:34.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:35.468 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:35.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:35.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:35.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:35.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:36 smithi066 ceph-mon[112137]: from='client.183819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:36 smithi066 ceph-mon[112137]: pgmap v6433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:36 smithi203 ceph-mon[117428]: from='client.183819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:36 smithi203 ceph-mon[117428]: pgmap v6433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:36 smithi137 ceph-mon[117020]: from='client.183819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:36 smithi137 ceph-mon[117020]: pgmap v6433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:38 smithi066 ceph-mon[112137]: pgmap v6434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:47:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:47:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:47:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:47:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:38 smithi203 ceph-mon[117428]: pgmap v6434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:47:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:47:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:47:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:47:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:38 smithi137 ceph-mon[117020]: pgmap v6434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:47:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:47:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:47:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:47:40.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:40.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:40.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:40 smithi066 ceph-mon[112137]: pgmap v6435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:40 smithi203 ceph-mon[117428]: pgmap v6435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:40 smithi137 ceph-mon[117020]: pgmap v6435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:41.201 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:41.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:41.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:41.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:41.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:42 smithi066 ceph-mon[112137]: from='client.183897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:42 smithi066 ceph-mon[112137]: pgmap v6436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:42 smithi203 ceph-mon[117428]: from='client.183897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:42 smithi203 ceph-mon[117428]: pgmap v6436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:42 smithi137 ceph-mon[117020]: from='client.183897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:42 smithi137 ceph-mon[117020]: pgmap v6436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:44 smithi137 ceph-mon[117020]: pgmap v6437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:47:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:44 smithi066 ceph-mon[112137]: pgmap v6437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:47:44.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:44 smithi203 ceph-mon[117428]: pgmap v6437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:47:46.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:46.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:46.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:46.922 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:46.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:46.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:46.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:46.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:46 smithi066 ceph-mon[112137]: pgmap v6438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:47:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:46 smithi203 ceph-mon[117428]: pgmap v6438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:47:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:46 smithi137 ceph-mon[117020]: pgmap v6438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:47:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:47 smithi066 ceph-mon[112137]: from='client.183972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:47 smithi203 ceph-mon[117428]: from='client.183972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:47 smithi137 ceph-mon[117020]: from='client.183972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:48 smithi066 ceph-mon[112137]: pgmap v6439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:48 smithi203 ceph-mon[117428]: pgmap v6439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:48 smithi137 ceph-mon[117020]: pgmap v6439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:50 smithi203 ceph-mon[117428]: pgmap v6440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:50 smithi137 ceph-mon[117020]: pgmap v6440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:50 smithi066 ceph-mon[112137]: pgmap v6440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:51.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:51.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:51.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:52.644 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:52.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:52.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:52.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:52.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:52 smithi203 ceph-mon[117428]: pgmap v6441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:52 smithi137 ceph-mon[117020]: pgmap v6441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:52 smithi066 ceph-mon[112137]: pgmap v6441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:53 smithi203 ceph-mon[117428]: from='client.184050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:53 smithi137 ceph-mon[117020]: from='client.184050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:53 smithi066 ceph-mon[112137]: from='client.184050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:54 smithi203 ceph-mon[117428]: pgmap v6442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:54 smithi137 ceph-mon[117020]: pgmap v6442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:54 smithi066 ceph-mon[112137]: pgmap v6442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:56 smithi203 ceph-mon[117428]: pgmap v6443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:56 smithi137 ceph-mon[117020]: pgmap v6443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:56 smithi066 ceph-mon[112137]: pgmap v6443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:57.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:47:57.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:57.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:58.379 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:47:58.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:58.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:58.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:58.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:47:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:58 smithi203 ceph-mon[117428]: pgmap v6444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:58 smithi137 ceph-mon[117020]: pgmap v6444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:58 smithi066 ceph-mon[112137]: pgmap v6444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:47:59 smithi203 ceph-mon[117428]: from='client.184125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:47:59 smithi137 ceph-mon[117020]: from='client.184125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:47:59 smithi066 ceph-mon[112137]: from='client.184125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:00 smithi203 ceph-mon[117428]: pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:00 smithi137 ceph-mon[117020]: pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:00 smithi066 ceph-mon[112137]: pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:02 smithi203 ceph-mon[117428]: pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:02 smithi137 ceph-mon[117020]: pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:02 smithi066 ceph-mon[112137]: pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:03.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:03.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:03.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:04.105 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:04.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:04.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:04.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:04.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:04 smithi137 ceph-mon[117020]: pgmap v6447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:04 smithi137 ceph-mon[117020]: from='client.184200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:04 smithi066 ceph-mon[112137]: pgmap v6447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:04 smithi066 ceph-mon[112137]: from='client.184200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:04 smithi203 ceph-mon[117428]: pgmap v6447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:04 smithi203 ceph-mon[117428]: from='client.184200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:06 smithi066 ceph-mon[112137]: pgmap v6448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:06 smithi203 ceph-mon[117428]: pgmap v6448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:06 smithi137 ceph-mon[117020]: pgmap v6448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:08.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:08 smithi066 ceph-mon[112137]: pgmap v6449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:08 smithi203 ceph-mon[117428]: pgmap v6449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:09.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:09.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:09.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:08 smithi137 ceph-mon[117020]: pgmap v6449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:09.837 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:09.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:09.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:09.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:09.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:10 smithi203 ceph-mon[117428]: from='client.184275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:10 smithi203 ceph-mon[117428]: pgmap v6450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:10 smithi137 ceph-mon[117020]: from='client.184275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:10 smithi137 ceph-mon[117020]: pgmap v6450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:10 smithi066 ceph-mon[112137]: from='client.184275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:10 smithi066 ceph-mon[112137]: pgmap v6450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:12 smithi203 ceph-mon[117428]: pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:48:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:12 smithi137 ceph-mon[117020]: pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:48:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:12 smithi066 ceph-mon[112137]: pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:48:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:14 smithi137 ceph-mon[117020]: pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:48:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:14 smithi066 ceph-mon[112137]: pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:48:14.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:14 smithi203 ceph-mon[117428]: pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:48:14.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:14.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:14.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:15.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:15.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:15.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:15.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:15.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:16 smithi066 ceph-mon[112137]: from='client.184353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:16 smithi066 ceph-mon[112137]: pgmap v6453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:16 smithi203 ceph-mon[117428]: from='client.184353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:16 smithi203 ceph-mon[117428]: pgmap v6453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:16 smithi137 ceph-mon[117020]: from='client.184353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:16 smithi137 ceph-mon[117020]: pgmap v6453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:18 smithi203 ceph-mon[117428]: pgmap v6454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:18 smithi137 ceph-mon[117020]: pgmap v6454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:18 smithi066 ceph-mon[112137]: pgmap v6454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:20.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:20 smithi203 ceph-mon[117428]: pgmap v6455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:48:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:20 smithi137 ceph-mon[117020]: pgmap v6455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:48:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:20 smithi066 ceph-mon[112137]: pgmap v6455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:48:21.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:21.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:21.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:21.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:21.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:22 smithi203 ceph-mon[117428]: from='client.184428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:22 smithi203 ceph-mon[117428]: pgmap v6456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:22 smithi137 ceph-mon[117020]: from='client.184428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:22 smithi137 ceph-mon[117020]: pgmap v6456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:22 smithi066 ceph-mon[112137]: from='client.184428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:22 smithi066 ceph-mon[112137]: pgmap v6456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:24 smithi137 ceph-mon[117020]: pgmap v6457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:48:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:24 smithi066 ceph-mon[112137]: pgmap v6457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:48:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:24 smithi203 ceph-mon[117428]: pgmap v6457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:48:26.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:26.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:26.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:27.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:27.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:27.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:27.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:27.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:26 smithi203 ceph-mon[117428]: pgmap v6458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:48:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:26 smithi137 ceph-mon[117020]: pgmap v6458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:48:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:26 smithi066 ceph-mon[112137]: pgmap v6458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:48:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:27 smithi203 ceph-mon[117428]: from='client.184503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:27 smithi137 ceph-mon[117020]: from='client.184503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:27 smithi066 ceph-mon[112137]: from='client.184503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:28 smithi203 ceph-mon[117428]: pgmap v6459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:28 smithi137 ceph-mon[117020]: pgmap v6459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:28 smithi066 ceph-mon[112137]: pgmap v6459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:30 smithi203 ceph-mon[117428]: pgmap v6460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:30 smithi137 ceph-mon[117020]: pgmap v6460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:30 smithi066 ceph-mon[112137]: pgmap v6460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:32.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:32.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:32.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:32.746 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:32 smithi203 ceph-mon[117428]: pgmap v6461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:32 smithi137 ceph-mon[117020]: pgmap v6461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:32 smithi066 ceph-mon[112137]: pgmap v6461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:33 smithi203 ceph-mon[117428]: from='client.184578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:33 smithi137 ceph-mon[117020]: from='client.184578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:33 smithi066 ceph-mon[112137]: from='client.184578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:34 smithi203 ceph-mon[117428]: pgmap v6462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:34 smithi137 ceph-mon[117020]: pgmap v6462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:34 smithi066 ceph-mon[112137]: pgmap v6462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:36 smithi203 ceph-mon[117428]: pgmap v6463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:36 smithi137 ceph-mon[117020]: pgmap v6463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:36 smithi066 ceph-mon[112137]: pgmap v6463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:37.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:37.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:37.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:38.471 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:38.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:38.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:38.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:38.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:38 smithi203 ceph-mon[117428]: pgmap v6464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:38 smithi137 ceph-mon[117020]: pgmap v6464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:38 smithi066 ceph-mon[112137]: pgmap v6464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:39 smithi203 ceph-mon[117428]: from='client.184653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:48:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:48:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:48:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:48:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:39 smithi137 ceph-mon[117020]: from='client.184653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:48:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:48:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:48:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:48:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:39 smithi066 ceph-mon[112137]: from='client.184653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:48:40.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:48:40.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:48:40.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:48:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:40 smithi203 ceph-mon[117428]: pgmap v6465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:40 smithi137 ceph-mon[117020]: pgmap v6465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:40 smithi066 ceph-mon[112137]: pgmap v6465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:42 smithi203 ceph-mon[117428]: pgmap v6466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:42 smithi137 ceph-mon[117020]: pgmap v6466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:42 smithi066 ceph-mon[112137]: pgmap v6466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:43.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:43.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:43.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:44.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:44 smithi137 ceph-mon[117020]: pgmap v6467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:44 smithi066 ceph-mon[112137]: pgmap v6467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:44 smithi203 ceph-mon[117428]: pgmap v6467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:45 smithi137 ceph-mon[117020]: from='client.184728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:45 smithi066 ceph-mon[112137]: from='client.184728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:45 smithi203 ceph-mon[117428]: from='client.184728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:46 smithi137 ceph-mon[117020]: pgmap v6468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:46 smithi066 ceph-mon[112137]: pgmap v6468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:46 smithi203 ceph-mon[117428]: pgmap v6468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:48 smithi203 ceph-mon[117428]: pgmap v6469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:48 smithi137 ceph-mon[117020]: pgmap v6469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:49.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:49.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:49.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:48 smithi066 ceph-mon[112137]: pgmap v6469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:49.929 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:49.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:49.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:49.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:49.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:50 smithi203 ceph-mon[117428]: from='client.184803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:50 smithi203 ceph-mon[117428]: pgmap v6470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:50 smithi137 ceph-mon[117020]: from='client.184803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:50 smithi137 ceph-mon[117020]: pgmap v6470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:50 smithi066 ceph-mon[112137]: from='client.184803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:50 smithi066 ceph-mon[112137]: pgmap v6470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:52 smithi203 ceph-mon[117428]: pgmap v6471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:48:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:52 smithi137 ceph-mon[117020]: pgmap v6471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:48:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:52 smithi066 ceph-mon[112137]: pgmap v6471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:48:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:54 smithi137 ceph-mon[117020]: pgmap v6472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:48:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:54 smithi066 ceph-mon[112137]: pgmap v6472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:48:54.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:54 smithi203 ceph-mon[117428]: pgmap v6472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:48:54.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:48:54.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:54.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:55.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:48:55.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:55.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:55.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:55.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:48:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:56 smithi203 ceph-mon[117428]: from='client.184881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:56 smithi203 ceph-mon[117428]: pgmap v6473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:56 smithi137 ceph-mon[117020]: from='client.184881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:56 smithi137 ceph-mon[117020]: pgmap v6473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:56 smithi066 ceph-mon[112137]: from='client.184881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:56 smithi066 ceph-mon[112137]: pgmap v6473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:48:58 smithi203 ceph-mon[117428]: pgmap v6474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:48:58 smithi137 ceph-mon[117020]: pgmap v6474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:48:58 smithi066 ceph-mon[112137]: pgmap v6474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:00.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:00.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:00.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:00 smithi203 ceph-mon[117428]: pgmap v6475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:49:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:00 smithi137 ceph-mon[117020]: pgmap v6475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:49:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:00 smithi066 ceph-mon[112137]: pgmap v6475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:49:01.392 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:01.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:01.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:01.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:01.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:02 smithi203 ceph-mon[117428]: from='client.184956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:02 smithi203 ceph-mon[117428]: pgmap v6476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:02 smithi137 ceph-mon[117020]: from='client.184956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:02 smithi137 ceph-mon[117020]: pgmap v6476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:02 smithi066 ceph-mon[112137]: from='client.184956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:02 smithi066 ceph-mon[112137]: pgmap v6476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:04 smithi137 ceph-mon[117020]: pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:49:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:04 smithi066 ceph-mon[112137]: pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:49:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:04 smithi203 ceph-mon[117428]: pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:49:06.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:06.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:06.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:06 smithi203 ceph-mon[117428]: pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:49:07.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:07.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:07.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:07.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:07.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:06 smithi137 ceph-mon[117020]: pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:49:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:06 smithi066 ceph-mon[112137]: pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:49:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:07 smithi203 ceph-mon[117428]: from='client.185031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:07 smithi137 ceph-mon[117020]: from='client.185031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:07 smithi066 ceph-mon[112137]: from='client.185031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:08 smithi203 ceph-mon[117428]: pgmap v6479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:08 smithi137 ceph-mon[117020]: pgmap v6479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:08 smithi066 ceph-mon[112137]: pgmap v6479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:10 smithi203 ceph-mon[117428]: pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:49:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:10 smithi137 ceph-mon[117020]: pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:49:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:10 smithi066 ceph-mon[112137]: pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:49:12.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:12.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:12.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:12.829 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:12.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:12.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:12.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:12.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:12 smithi203 ceph-mon[117428]: pgmap v6481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:49:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:12 smithi137 ceph-mon[117020]: pgmap v6481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:49:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:12 smithi066 ceph-mon[112137]: pgmap v6481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:49:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:13 smithi203 ceph-mon[117428]: from='client.185109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:13 smithi137 ceph-mon[117020]: from='client.185109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:13 smithi066 ceph-mon[112137]: from='client.185109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:14 smithi203 ceph-mon[117428]: pgmap v6482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:14 smithi137 ceph-mon[117020]: pgmap v6482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:14 smithi066 ceph-mon[112137]: pgmap v6482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:16 smithi203 ceph-mon[117428]: pgmap v6483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:16 smithi137 ceph-mon[117020]: pgmap v6483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:16 smithi066 ceph-mon[112137]: pgmap v6483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:17.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:17.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:17.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:18.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:18.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:18.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:18.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:18.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:18 smithi203 ceph-mon[117428]: pgmap v6484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:18 smithi137 ceph-mon[117020]: pgmap v6484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:18 smithi066 ceph-mon[112137]: pgmap v6484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:19 smithi203 ceph-mon[117428]: from='client.185184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:19 smithi137 ceph-mon[117020]: from='client.185184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:19 smithi066 ceph-mon[112137]: from='client.185184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:20 smithi203 ceph-mon[117428]: pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:49:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:20 smithi137 ceph-mon[117020]: pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:49:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:20 smithi066 ceph-mon[112137]: pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:49:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:22 smithi203 ceph-mon[117428]: pgmap v6486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:49:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:22 smithi137 ceph-mon[117020]: pgmap v6486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:49:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:22 smithi066 ceph-mon[112137]: pgmap v6486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:49:23.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:23.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:23.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:24.275 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:24.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:24.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:24.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:24.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:24 smithi137 ceph-mon[117020]: pgmap v6487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:24 smithi066 ceph-mon[112137]: pgmap v6487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:24.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:24 smithi203 ceph-mon[117428]: pgmap v6487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:25 smithi066 ceph-mon[112137]: from='client.185259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:25 smithi203 ceph-mon[117428]: from='client.185259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:25 smithi137 ceph-mon[117020]: from='client.185259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:26 smithi066 ceph-mon[112137]: pgmap v6488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:26 smithi203 ceph-mon[117428]: pgmap v6488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:26 smithi137 ceph-mon[117020]: pgmap v6488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:28 smithi203 ceph-mon[117428]: pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:28 smithi137 ceph-mon[117020]: pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:28 smithi066 ceph-mon[112137]: pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:29.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:29.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:29.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:29.999 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:30.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:30.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:30.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:30.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:30 smithi203 ceph-mon[117428]: from='client.185334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:30 smithi203 ceph-mon[117428]: pgmap v6490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:30 smithi137 ceph-mon[117020]: from='client.185334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:30 smithi137 ceph-mon[117020]: pgmap v6490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:30 smithi066 ceph-mon[112137]: from='client.185334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:30 smithi066 ceph-mon[112137]: pgmap v6490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:32 smithi203 ceph-mon[117428]: pgmap v6491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:49:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:32 smithi137 ceph-mon[117020]: pgmap v6491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:49:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:32 smithi066 ceph-mon[112137]: pgmap v6491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:49:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:34 smithi066 ceph-mon[112137]: pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:49:34.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:34 smithi203 ceph-mon[117428]: pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:49:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:34 smithi137 ceph-mon[117020]: pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:49:35.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:35.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:35.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:35.720 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:35.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:35.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:35.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:35.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:36 smithi203 ceph-mon[117428]: from='client.185412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:36 smithi203 ceph-mon[117428]: pgmap v6493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:36 smithi137 ceph-mon[117020]: from='client.185412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:36 smithi137 ceph-mon[117020]: pgmap v6493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:36 smithi066 ceph-mon[112137]: from='client.185412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:36 smithi066 ceph-mon[112137]: pgmap v6493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:38 smithi203 ceph-mon[117428]: pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:38 smithi137 ceph-mon[117020]: pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:38 smithi066 ceph-mon[112137]: pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:49:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:49:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:49:40.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:40.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:40.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:40 smithi203 ceph-mon[117428]: pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:49:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:49:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:49:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:49:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:40 smithi137 ceph-mon[117020]: pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:49:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:49:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:49:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:49:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:40 smithi066 ceph-mon[112137]: pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:49:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:49:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:49:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:49:41.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:41.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:41.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:41.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:41.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:42 smithi203 ceph-mon[117428]: from='client.185484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:42 smithi203 ceph-mon[117428]: pgmap v6496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:42 smithi137 ceph-mon[117020]: from='client.185484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:42 smithi137 ceph-mon[117020]: pgmap v6496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:42 smithi066 ceph-mon[112137]: from='client.185484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:42 smithi066 ceph-mon[112137]: pgmap v6496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:44 smithi066 ceph-mon[112137]: pgmap v6497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:49:44.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:44 smithi203 ceph-mon[117428]: pgmap v6497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:49:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:44 smithi137 ceph-mon[117020]: pgmap v6497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:49:46.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:46.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:46.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:46 smithi203 ceph-mon[117428]: pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:49:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:46 smithi137 ceph-mon[117020]: pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:49:47.168 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:47.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:47.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:47.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:47.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:46 smithi066 ceph-mon[112137]: pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:49:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:48 smithi203 ceph-mon[117428]: from='client.185553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:48 smithi203 ceph-mon[117428]: pgmap v6499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:48 smithi137 ceph-mon[117020]: from='client.185553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:48 smithi137 ceph-mon[117020]: pgmap v6499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:48 smithi066 ceph-mon[112137]: from='client.185553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:48 smithi066 ceph-mon[112137]: pgmap v6499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:50 smithi203 ceph-mon[117428]: pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:49:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:50 smithi137 ceph-mon[117020]: pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:49:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:50 smithi066 ceph-mon[112137]: pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:49:52.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:52.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:52.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:52.900 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:52.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:52.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:52.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:52.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:52 smithi203 ceph-mon[117428]: pgmap v6501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:49:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:52 smithi137 ceph-mon[117020]: pgmap v6501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:49:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:52 smithi066 ceph-mon[112137]: pgmap v6501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:49:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:53 smithi203 ceph-mon[117428]: from='client.185628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:53 smithi137 ceph-mon[117020]: from='client.185628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:53 smithi066 ceph-mon[112137]: from='client.185628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:54 smithi203 ceph-mon[117428]: pgmap v6502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:54 smithi137 ceph-mon[117020]: pgmap v6502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:54 smithi066 ceph-mon[112137]: pgmap v6502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:56 smithi203 ceph-mon[117428]: pgmap v6503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:56 smithi137 ceph-mon[117020]: pgmap v6503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:57.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:49:57.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:57.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:58.622 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:49:58.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:58.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:58.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:58.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:49:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:58 smithi203 ceph-mon[117428]: pgmap v6504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:58 smithi137 ceph-mon[117020]: pgmap v6504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:56 smithi066 ceph-mon[112137]: pgmap v6503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:58 smithi066 ceph-mon[112137]: pgmap v6504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:00.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:49:59 smithi203 ceph-mon[117428]: from='client.185703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:49:59 smithi137 ceph-mon[117020]: from='client.185703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:49:59 smithi066 ceph-mon[112137]: from='client.185703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:00 smithi203 ceph-mon[117428]: pgmap v6505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T20:50:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:00 smithi137 ceph-mon[117020]: pgmap v6505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T20:50:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:00 smithi066 ceph-mon[112137]: pgmap v6505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T20:50:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:02 smithi203 ceph-mon[117428]: pgmap v6506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:02 smithi137 ceph-mon[117020]: pgmap v6506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:02 smithi066 ceph-mon[112137]: pgmap v6506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:03.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:03.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:03.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:04.345 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:04.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:04.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:04.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:04.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:04 smithi066 ceph-mon[112137]: pgmap v6507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:04.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:04 smithi203 ceph-mon[117428]: pgmap v6507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:04 smithi137 ceph-mon[117020]: pgmap v6507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:05 smithi066 ceph-mon[112137]: from='client.185778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:05 smithi203 ceph-mon[117428]: from='client.185778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:05 smithi137 ceph-mon[117020]: from='client.185778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:06 smithi066 ceph-mon[112137]: pgmap v6508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:06 smithi203 ceph-mon[117428]: pgmap v6508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:06 smithi137 ceph-mon[117020]: pgmap v6508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:08 smithi203 ceph-mon[117428]: pgmap v6509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:08 smithi137 ceph-mon[117020]: pgmap v6509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:08 smithi066 ceph-mon[112137]: pgmap v6509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:09.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:09.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:09.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:10.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:10.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:10.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:10.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:10.082 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:10 smithi203 ceph-mon[117428]: pgmap v6510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:10 smithi203 ceph-mon[117428]: from='client.185850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:10 smithi137 ceph-mon[117020]: pgmap v6510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:10 smithi137 ceph-mon[117020]: from='client.185850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:10 smithi066 ceph-mon[112137]: pgmap v6510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:10 smithi066 ceph-mon[112137]: from='client.185850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:12 smithi203 ceph-mon[117428]: pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:50:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:12 smithi137 ceph-mon[117020]: pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:50:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:12 smithi066 ceph-mon[112137]: pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:50:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:14 smithi066 ceph-mon[112137]: pgmap v6512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:14 smithi203 ceph-mon[117428]: pgmap v6512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:14 smithi137 ceph-mon[117020]: pgmap v6512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:15.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:15.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:15.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:15.814 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:15.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:15.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:15.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:15.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:16 smithi203 ceph-mon[117428]: from='client.185922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:16 smithi203 ceph-mon[117428]: pgmap v6513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:16 smithi137 ceph-mon[117020]: from='client.185922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:16 smithi137 ceph-mon[117020]: pgmap v6513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:16 smithi066 ceph-mon[112137]: from='client.185922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:16 smithi066 ceph-mon[112137]: pgmap v6513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:18 smithi203 ceph-mon[117428]: pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:18 smithi137 ceph-mon[117020]: pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:18 smithi066 ceph-mon[112137]: pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:20.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:20.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:20.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:20 smithi203 ceph-mon[117428]: pgmap v6515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:50:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:20 smithi137 ceph-mon[117020]: pgmap v6515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:50:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:20 smithi066 ceph-mon[112137]: pgmap v6515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:50:21.548 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:21.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:21.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:21.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:21.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:22 smithi203 ceph-mon[117428]: from='client.185994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:22 smithi203 ceph-mon[117428]: pgmap v6516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:22 smithi137 ceph-mon[117020]: from='client.185994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:22 smithi137 ceph-mon[117020]: pgmap v6516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:22 smithi066 ceph-mon[112137]: from='client.185994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:22 smithi066 ceph-mon[112137]: pgmap v6516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:24 smithi066 ceph-mon[112137]: pgmap v6517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:24 smithi203 ceph-mon[117428]: pgmap v6517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:24 smithi137 ceph-mon[117020]: pgmap v6517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:26.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:26.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:26.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:26 smithi203 ceph-mon[117428]: pgmap v6518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:26 smithi137 ceph-mon[117020]: pgmap v6518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:26 smithi066 ceph-mon[112137]: pgmap v6518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:27.266 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:27.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:27.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:27.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:27.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:28 smithi203 ceph-mon[117428]: from='client.186069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:28 smithi203 ceph-mon[117428]: pgmap v6519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:28 smithi137 ceph-mon[117020]: from='client.186069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:28 smithi137 ceph-mon[117020]: pgmap v6519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:28 smithi066 ceph-mon[112137]: from='client.186069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:28 smithi066 ceph-mon[112137]: pgmap v6519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:30 smithi203 ceph-mon[117428]: pgmap v6520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:30 smithi137 ceph-mon[117020]: pgmap v6520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:30 smithi066 ceph-mon[112137]: pgmap v6520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:32.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:32.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:32.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:33.004 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:33.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:33.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:33.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:33.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:32 smithi203 ceph-mon[117428]: pgmap v6521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:32 smithi137 ceph-mon[117020]: pgmap v6521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:32 smithi066 ceph-mon[112137]: pgmap v6521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:33 smithi203 ceph-mon[117428]: from='client.186144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:33 smithi137 ceph-mon[117020]: from='client.186144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:34.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:33 smithi066 ceph-mon[112137]: from='client.186144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:34 smithi203 ceph-mon[117428]: pgmap v6522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:34 smithi137 ceph-mon[117020]: pgmap v6522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:34 smithi066 ceph-mon[112137]: pgmap v6522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:36 smithi203 ceph-mon[117428]: pgmap v6523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:36 smithi137 ceph-mon[117020]: pgmap v6523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:36 smithi066 ceph-mon[112137]: pgmap v6523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:38.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:38.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:38.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:38.757 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:38.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:38.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:38.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:38.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:38 smithi203 ceph-mon[117428]: pgmap v6524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:38 smithi137 ceph-mon[117020]: pgmap v6524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:38 smithi066 ceph-mon[112137]: pgmap v6524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:39 smithi203 ceph-mon[117428]: from='client.186219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:39 smithi137 ceph-mon[117020]: from='client.186219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:39 smithi066 ceph-mon[112137]: from='client.186219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:40 smithi203 ceph-mon[117428]: pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:50:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:40 smithi137 ceph-mon[117020]: pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:50:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:40 smithi066 ceph-mon[112137]: pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:50:42.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:50:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:50:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:50:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:50:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:50:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:50:42.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:50:42.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:50:42.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:50:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:42 smithi203 ceph-mon[117428]: pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:42 smithi137 ceph-mon[117020]: pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:42 smithi066 ceph-mon[112137]: pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:50:43.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:43.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:43.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:44.480 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:44.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:44.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:44.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:44.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:44 smithi066 ceph-mon[112137]: pgmap v6527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:44 smithi203 ceph-mon[117428]: pgmap v6527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:44 smithi137 ceph-mon[117020]: pgmap v6527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:45 smithi066 ceph-mon[112137]: from='client.186297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:45 smithi203 ceph-mon[117428]: from='client.186297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:45 smithi137 ceph-mon[117020]: from='client.186297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:46 smithi066 ceph-mon[112137]: pgmap v6528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:46 smithi203 ceph-mon[117428]: pgmap v6528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:46 smithi137 ceph-mon[117020]: pgmap v6528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:48 smithi203 ceph-mon[117428]: pgmap v6529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:48 smithi137 ceph-mon[117020]: pgmap v6529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:48 smithi066 ceph-mon[112137]: pgmap v6529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:49.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:49.482 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:49.482 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:50.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:50.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:50.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:50.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:50.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:50 smithi203 ceph-mon[117428]: pgmap v6530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:50 smithi137 ceph-mon[117020]: pgmap v6530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:50 smithi066 ceph-mon[112137]: pgmap v6530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:51 smithi203 ceph-mon[117428]: from='client.186372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:51 smithi137 ceph-mon[117020]: from='client.186372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:51 smithi066 ceph-mon[112137]: from='client.186372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:52 smithi203 ceph-mon[117428]: pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:50:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:52 smithi137 ceph-mon[117020]: pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:50:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:52 smithi066 ceph-mon[112137]: pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:50:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:54 smithi066 ceph-mon[112137]: pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:54 smithi203 ceph-mon[117428]: pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:54 smithi137 ceph-mon[117020]: pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:55.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:50:55.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:55.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:55.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:55.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:55.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:55.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:50:55.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:50:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:56 smithi203 ceph-mon[117428]: from='client.186450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:56 smithi203 ceph-mon[117428]: pgmap v6533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:56 smithi137 ceph-mon[117020]: from='client.186450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:56 smithi137 ceph-mon[117020]: pgmap v6533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:56 smithi066 ceph-mon[112137]: from='client.186450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:56 smithi066 ceph-mon[112137]: pgmap v6533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:50:58 smithi203 ceph-mon[117428]: pgmap v6534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:50:58 smithi137 ceph-mon[117020]: pgmap v6534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:50:58 smithi066 ceph-mon[112137]: pgmap v6534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:00.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:00.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:00.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:00 smithi203 ceph-mon[117428]: pgmap v6535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:51:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:00 smithi137 ceph-mon[117020]: pgmap v6535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:51:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:00 smithi066 ceph-mon[112137]: pgmap v6535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:51:01.666 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:01.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:01.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:01.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:01.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:02 smithi203 ceph-mon[117428]: from='client.186528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:02 smithi203 ceph-mon[117428]: pgmap v6536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:02 smithi137 ceph-mon[117020]: from='client.186528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:02 smithi137 ceph-mon[117020]: pgmap v6536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:02 smithi066 ceph-mon[112137]: from='client.186528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:02 smithi066 ceph-mon[112137]: pgmap v6536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:04 smithi066 ceph-mon[112137]: pgmap v6537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:04 smithi203 ceph-mon[117428]: pgmap v6537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:04 smithi137 ceph-mon[117020]: pgmap v6537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:06.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:06.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:06.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:06 smithi203 ceph-mon[117428]: pgmap v6538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:06 smithi137 ceph-mon[117020]: pgmap v6538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:06 smithi066 ceph-mon[112137]: pgmap v6538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:07.409 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:07.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:07.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:07.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:07.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:08 smithi203 ceph-mon[117428]: from='client.186606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:08 smithi203 ceph-mon[117428]: pgmap v6539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:08 smithi137 ceph-mon[117020]: from='client.186606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:08 smithi137 ceph-mon[117020]: pgmap v6539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:08 smithi066 ceph-mon[112137]: from='client.186606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:08 smithi066 ceph-mon[112137]: pgmap v6539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:10 smithi203 ceph-mon[117428]: pgmap v6540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:51:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:10 smithi137 ceph-mon[117020]: pgmap v6540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:51:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:10 smithi066 ceph-mon[112137]: pgmap v6540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:51:12.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:12.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:12.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:12 smithi203 ceph-mon[117428]: pgmap v6541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:12 smithi137 ceph-mon[117020]: pgmap v6541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:13.138 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:13.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:13.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:13.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:13.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:12 smithi066 ceph-mon[112137]: pgmap v6541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:13 smithi203 ceph-mon[117428]: from='client.186681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:14.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:13 smithi137 ceph-mon[117020]: from='client.186681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:14.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:13 smithi066 ceph-mon[112137]: from='client.186681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:14 smithi203 ceph-mon[117428]: pgmap v6542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:14 smithi137 ceph-mon[117020]: pgmap v6542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:14 smithi066 ceph-mon[112137]: pgmap v6542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:16 smithi203 ceph-mon[117428]: pgmap v6543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:16 smithi137 ceph-mon[117020]: pgmap v6543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:16 smithi066 ceph-mon[112137]: pgmap v6543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:18.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:18.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:18.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:18.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:18.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:18.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:18.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:18.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:18 smithi203 ceph-mon[117428]: pgmap v6544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:18 smithi137 ceph-mon[117020]: pgmap v6544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:18 smithi066 ceph-mon[112137]: pgmap v6544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:19 smithi203 ceph-mon[117428]: from='client.186759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:20.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:19 smithi137 ceph-mon[117020]: from='client.186759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:19 smithi066 ceph-mon[112137]: from='client.186759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:20 smithi203 ceph-mon[117428]: pgmap v6545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:51:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:20 smithi137 ceph-mon[117020]: pgmap v6545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:51:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:20 smithi066 ceph-mon[112137]: pgmap v6545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:51:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:22 smithi203 ceph-mon[117428]: pgmap v6546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:22 smithi137 ceph-mon[117020]: pgmap v6546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:22 smithi066 ceph-mon[112137]: pgmap v6546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:23.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:23.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:23.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:24 smithi066 ceph-mon[112137]: pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:24.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:24 smithi203 ceph-mon[117428]: pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:24.605 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:24.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:24.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:24.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:24.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:24 smithi137 ceph-mon[117020]: pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:25 smithi066 ceph-mon[112137]: from='client.186834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:25 smithi203 ceph-mon[117428]: from='client.186834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:25 smithi137 ceph-mon[117020]: from='client.186834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:26 smithi066 ceph-mon[112137]: pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:26 smithi203 ceph-mon[117428]: pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:26 smithi137 ceph-mon[117020]: pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:28 smithi203 ceph-mon[117428]: pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:29.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:28 smithi137 ceph-mon[117020]: pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:28 smithi066 ceph-mon[112137]: pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:29.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:29.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:29.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:30.336 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:30.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:30.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:30.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:30.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:30 smithi203 ceph-mon[117428]: pgmap v6550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:31.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:30 smithi137 ceph-mon[117020]: pgmap v6550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:30 smithi066 ceph-mon[112137]: pgmap v6550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:31 smithi203 ceph-mon[117428]: from='client.186909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:31 smithi137 ceph-mon[117020]: from='client.186909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:31 smithi066 ceph-mon[112137]: from='client.186909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:33.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:32 smithi203 ceph-mon[117428]: pgmap v6551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:32 smithi137 ceph-mon[117020]: pgmap v6551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:32 smithi066 ceph-mon[112137]: pgmap v6551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:34 smithi066 ceph-mon[112137]: pgmap v6552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:34 smithi203 ceph-mon[117428]: pgmap v6552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:34 smithi137 ceph-mon[117020]: pgmap v6552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:35.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:35.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:35.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:36.064 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:36.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:36.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:36.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:36.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:36 smithi203 ceph-mon[117428]: from='client.186984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:36 smithi203 ceph-mon[117428]: pgmap v6553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:36 smithi137 ceph-mon[117020]: from='client.186984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:36 smithi137 ceph-mon[117020]: pgmap v6553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:36 smithi066 ceph-mon[112137]: from='client.186984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:36 smithi066 ceph-mon[112137]: pgmap v6553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:38 smithi203 ceph-mon[117428]: pgmap v6554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:38 smithi137 ceph-mon[117020]: pgmap v6554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:38 smithi066 ceph-mon[112137]: pgmap v6554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:41.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:41.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:41.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:40 smithi203 ceph-mon[117428]: pgmap v6555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:51:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:40 smithi137 ceph-mon[117020]: pgmap v6555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:51:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:40 smithi066 ceph-mon[112137]: pgmap v6555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:51:41.799 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:41.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:41.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:41.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:41.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:51:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:51:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:51:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:51:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:51:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:51:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:51:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:51:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:51:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:51:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:51:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:51:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:42 smithi203 ceph-mon[117428]: from='client.187059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:42 smithi203 ceph-mon[117428]: pgmap v6556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:42 smithi137 ceph-mon[117020]: from='client.187059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:42 smithi137 ceph-mon[117020]: pgmap v6556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:42 smithi066 ceph-mon[112137]: from='client.187059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:42 smithi066 ceph-mon[112137]: pgmap v6556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:44 smithi066 ceph-mon[112137]: pgmap v6557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:44 smithi203 ceph-mon[117428]: pgmap v6557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:44 smithi137 ceph-mon[117020]: pgmap v6557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:46 smithi203 ceph-mon[117428]: pgmap v6558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:46 smithi137 ceph-mon[117020]: pgmap v6558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:46 smithi066 ceph-mon[112137]: pgmap v6558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:47.528 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:47.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:47.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:47.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:47.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:48 smithi203 ceph-mon[117428]: from='client.187134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:48 smithi203 ceph-mon[117428]: pgmap v6559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:48 smithi137 ceph-mon[117020]: from='client.187134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:48 smithi137 ceph-mon[117020]: pgmap v6559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:48 smithi066 ceph-mon[112137]: from='client.187134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:48 smithi066 ceph-mon[112137]: pgmap v6559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:50 smithi203 ceph-mon[117428]: pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:51:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:50 smithi137 ceph-mon[117020]: pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:51:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:50 smithi066 ceph-mon[112137]: pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:51:52.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:52.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:52.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:52 smithi203 ceph-mon[117428]: pgmap v6561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:52 smithi137 ceph-mon[117020]: pgmap v6561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:52 smithi066 ceph-mon[112137]: pgmap v6561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:53.254 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:53.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:53.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:53.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:53.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:54 smithi066 ceph-mon[112137]: from='client.187212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:54 smithi066 ceph-mon[112137]: pgmap v6562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:54 smithi203 ceph-mon[117428]: from='client.187212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:54 smithi203 ceph-mon[117428]: pgmap v6562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:54 smithi137 ceph-mon[117020]: from='client.187212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:54 smithi137 ceph-mon[117020]: pgmap v6562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:56 smithi203 ceph-mon[117428]: pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:56 smithi137 ceph-mon[117020]: pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:56 smithi066 ceph-mon[112137]: pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:58.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:51:58.257 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:58.257 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:58.975 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:51:58.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:58.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:58.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:58.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:51:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:58 smithi203 ceph-mon[117428]: pgmap v6564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:58 smithi137 ceph-mon[117020]: pgmap v6564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:58 smithi066 ceph-mon[112137]: pgmap v6564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:51:59 smithi203 ceph-mon[117428]: from='client.187287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:51:59 smithi137 ceph-mon[117020]: from='client.187287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:51:59 smithi066 ceph-mon[112137]: from='client.187287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:00 smithi203 ceph-mon[117428]: pgmap v6565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:52:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:00 smithi137 ceph-mon[117020]: pgmap v6565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:52:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:00 smithi066 ceph-mon[112137]: pgmap v6565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:52:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:02 smithi203 ceph-mon[117428]: pgmap v6566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:52:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:02 smithi137 ceph-mon[117020]: pgmap v6566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:52:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:02 smithi066 ceph-mon[112137]: pgmap v6566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:52:03.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:03.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:03.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:04 smithi066 ceph-mon[112137]: pgmap v6567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:04 smithi203 ceph-mon[117428]: pgmap v6567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:04 smithi137 ceph-mon[117020]: pgmap v6567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:04.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:04.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:04.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:04.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:04.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:05 smithi066 ceph-mon[112137]: from='client.187362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:05 smithi203 ceph-mon[117428]: from='client.187362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:05 smithi137 ceph-mon[117020]: from='client.187362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:06 smithi066 ceph-mon[112137]: pgmap v6568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:52:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:06 smithi203 ceph-mon[117428]: pgmap v6568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:52:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:06 smithi137 ceph-mon[117020]: pgmap v6568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:52:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:08 smithi203 ceph-mon[117428]: pgmap v6569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:52:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:08 smithi137 ceph-mon[117020]: pgmap v6569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:52:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:08 smithi066 ceph-mon[112137]: pgmap v6569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:52:09.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:09.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:09.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:10.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:10.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:10.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:10.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:10.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:10 smithi203 ceph-mon[117428]: pgmap v6570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:10 smithi137 ceph-mon[117020]: pgmap v6570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:10 smithi066 ceph-mon[112137]: pgmap v6570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:11 smithi203 ceph-mon[117428]: from='client.187440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:12.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:11 smithi137 ceph-mon[117020]: from='client.187440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:11 smithi066 ceph-mon[112137]: from='client.187440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:12 smithi203 ceph-mon[117428]: pgmap v6571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:52:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:12 smithi137 ceph-mon[117020]: pgmap v6571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:52:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:12 smithi066 ceph-mon[112137]: pgmap v6571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:52:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:14 smithi066 ceph-mon[112137]: pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:14 smithi203 ceph-mon[117428]: pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:14 smithi137 ceph-mon[117020]: pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:15.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:15.440 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:15.440 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:16.166 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:16.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:16.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:16.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:16.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:16 smithi203 ceph-mon[117428]: pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:16 smithi203 ceph-mon[117428]: from='client.187515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:16 smithi137 ceph-mon[117020]: pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:16 smithi137 ceph-mon[117020]: from='client.187515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:16 smithi066 ceph-mon[112137]: pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:16 smithi066 ceph-mon[112137]: from='client.187515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:18 smithi203 ceph-mon[117428]: pgmap v6574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:52:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:18 smithi137 ceph-mon[117020]: pgmap v6574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:52:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:18 smithi066 ceph-mon[112137]: pgmap v6574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:52:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:20 smithi203 ceph-mon[117428]: pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:52:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:20 smithi137 ceph-mon[117020]: pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:52:21.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:21.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:21.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:20 smithi066 ceph-mon[112137]: pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:52:21.890 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:21.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:21.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:21.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:21.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:22 smithi203 ceph-mon[117428]: from='client.187593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:22 smithi203 ceph-mon[117428]: pgmap v6576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:22 smithi137 ceph-mon[117020]: from='client.187593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:22 smithi137 ceph-mon[117020]: pgmap v6576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:22 smithi066 ceph-mon[112137]: from='client.187593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:22 smithi066 ceph-mon[112137]: pgmap v6576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:24 smithi066 ceph-mon[112137]: pgmap v6577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:24 smithi203 ceph-mon[117428]: pgmap v6577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:24 smithi137 ceph-mon[117020]: pgmap v6577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:26.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:26.892 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:26.892 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:26 smithi203 ceph-mon[117428]: pgmap v6578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:26 smithi137 ceph-mon[117020]: pgmap v6578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:26 smithi066 ceph-mon[112137]: pgmap v6578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:27.614 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:27.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:27.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:27.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:27.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:28 smithi203 ceph-mon[117428]: from='client.187671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:28 smithi203 ceph-mon[117428]: pgmap v6579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:28 smithi137 ceph-mon[117020]: from='client.187671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:29.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:28 smithi137 ceph-mon[117020]: pgmap v6579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:28 smithi066 ceph-mon[112137]: from='client.187671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:28 smithi066 ceph-mon[112137]: pgmap v6579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:30 smithi203 ceph-mon[117428]: pgmap v6580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:30 smithi137 ceph-mon[117020]: pgmap v6580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:30 smithi066 ceph-mon[112137]: pgmap v6580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:32.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:32.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:32.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:32 smithi203 ceph-mon[117428]: pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:52:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:32 smithi137 ceph-mon[117020]: pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:52:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:32 smithi066 ceph-mon[112137]: pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:52:33.345 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:33.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:33.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:33.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:33.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:34 smithi066 ceph-mon[112137]: from='client.187746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:34 smithi066 ceph-mon[112137]: pgmap v6582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:34 smithi203 ceph-mon[117428]: from='client.187746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:34 smithi203 ceph-mon[117428]: pgmap v6582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:34 smithi137 ceph-mon[117020]: from='client.187746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:34 smithi137 ceph-mon[117020]: pgmap v6582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:36 smithi203 ceph-mon[117428]: pgmap v6583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:36 smithi137 ceph-mon[117020]: pgmap v6583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:36 smithi066 ceph-mon[112137]: pgmap v6583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:38.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:38.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:38.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:38 smithi203 ceph-mon[117428]: pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:39.077 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:39.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:39.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:39.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:39.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:38 smithi137 ceph-mon[117020]: pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:38 smithi066 ceph-mon[112137]: pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:39 smithi203 ceph-mon[117428]: from='client.187821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:39 smithi137 ceph-mon[117020]: from='client.187821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:39 smithi066 ceph-mon[112137]: from='client.187821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:40 smithi203 ceph-mon[117428]: pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:40 smithi137 ceph-mon[117020]: pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:40 smithi066 ceph-mon[112137]: pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:52:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:52:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:52:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:42 smithi203 ceph-mon[117428]: pgmap v6586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:52:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:52:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:52:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:42 smithi137 ceph-mon[117020]: pgmap v6586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:52:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:52:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:52:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:42 smithi066 ceph-mon[112137]: pgmap v6586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:52:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:52:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:52:44.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:44.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:44.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:44 smithi066 ceph-mon[112137]: pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:44 smithi203 ceph-mon[117428]: pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:44 smithi137 ceph-mon[117020]: pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:44.803 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:44.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:44.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:44.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:44.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:45 smithi066 ceph-mon[112137]: from='client.187896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:45 smithi203 ceph-mon[117428]: from='client.187896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:45 smithi137 ceph-mon[117020]: from='client.187896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:46 smithi066 ceph-mon[112137]: pgmap v6588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:52:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:46 smithi203 ceph-mon[117428]: pgmap v6588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:52:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:46 smithi137 ceph-mon[117020]: pgmap v6588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:52:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:48 smithi203 ceph-mon[117428]: pgmap v6589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:52:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:48 smithi137 ceph-mon[117020]: pgmap v6589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:52:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:48 smithi066 ceph-mon[112137]: pgmap v6589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:52:49.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:49.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:49.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:50.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:50.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:50.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:50.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:50.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:50 smithi203 ceph-mon[117428]: pgmap v6590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:50 smithi137 ceph-mon[117020]: pgmap v6590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:50 smithi066 ceph-mon[112137]: pgmap v6590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:51 smithi203 ceph-mon[117428]: from='client.187971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:51 smithi137 ceph-mon[117020]: from='client.187971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:51 smithi066 ceph-mon[112137]: from='client.187971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:52 smithi203 ceph-mon[117428]: pgmap v6591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:52 smithi137 ceph-mon[117020]: pgmap v6591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:52 smithi066 ceph-mon[112137]: pgmap v6591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:54 smithi066 ceph-mon[112137]: pgmap v6592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:54 smithi203 ceph-mon[117428]: pgmap v6592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:54 smithi137 ceph-mon[117020]: pgmap v6592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:55.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:52:55.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:55.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:56.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:52:56.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:56.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:56.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:56.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:52:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:56 smithi203 ceph-mon[117428]: pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:56 smithi137 ceph-mon[117020]: pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:56 smithi066 ceph-mon[112137]: pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:57 smithi203 ceph-mon[117428]: from='client.188040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:58.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:57 smithi137 ceph-mon[117020]: from='client.188040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:57 smithi066 ceph-mon[112137]: from='client.188040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:52:58 smithi203 ceph-mon[117428]: pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:52:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:52:58 smithi137 ceph-mon[117020]: pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:52:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:52:58 smithi066 ceph-mon[112137]: pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:53:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:00 smithi203 ceph-mon[117428]: pgmap v6595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:53:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:00 smithi137 ceph-mon[117020]: pgmap v6595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:53:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:00 smithi066 ceph-mon[112137]: pgmap v6595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:53:01.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:01.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:01.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:01.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:01.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:01.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:01.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:01.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:02 smithi203 ceph-mon[117428]: from='client.188118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:02 smithi203 ceph-mon[117428]: pgmap v6596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:02 smithi137 ceph-mon[117020]: from='client.188118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:02 smithi137 ceph-mon[117020]: pgmap v6596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:02 smithi066 ceph-mon[112137]: from='client.188118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:02 smithi066 ceph-mon[112137]: pgmap v6596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:04.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:04 smithi066 ceph-mon[112137]: pgmap v6597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:04 smithi203 ceph-mon[117428]: pgmap v6597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:04 smithi137 ceph-mon[117020]: pgmap v6597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:06.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:06.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:06.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:06 smithi203 ceph-mon[117428]: pgmap v6598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:06 smithi137 ceph-mon[117020]: pgmap v6598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:06 smithi066 ceph-mon[112137]: pgmap v6598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:07.714 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:07.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:07.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:07.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:07.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:08 smithi203 ceph-mon[117428]: from='client.188196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:08 smithi203 ceph-mon[117428]: pgmap v6599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:08 smithi137 ceph-mon[117020]: from='client.188196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:08 smithi137 ceph-mon[117020]: pgmap v6599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:08 smithi066 ceph-mon[112137]: from='client.188196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:08 smithi066 ceph-mon[112137]: pgmap v6599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:10 smithi203 ceph-mon[117428]: pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:10 smithi137 ceph-mon[117020]: pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:10 smithi066 ceph-mon[112137]: pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:12.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:12.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:12.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:12 smithi203 ceph-mon[117428]: pgmap v6601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:12 smithi137 ceph-mon[117020]: pgmap v6601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:12 smithi066 ceph-mon[112137]: pgmap v6601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:13.432 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:13.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:13.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:13.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:13.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:14 smithi066 ceph-mon[112137]: from='client.188274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:14 smithi066 ceph-mon[112137]: pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:14 smithi203 ceph-mon[117428]: from='client.188274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:14 smithi203 ceph-mon[117428]: pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:14 smithi137 ceph-mon[117020]: from='client.188274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:14 smithi137 ceph-mon[117020]: pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:16 smithi203 ceph-mon[117428]: pgmap v6603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:16 smithi137 ceph-mon[117020]: pgmap v6603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:16 smithi066 ceph-mon[112137]: pgmap v6603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:18.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:18.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:18.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:18 smithi203 ceph-mon[117428]: pgmap v6604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:18 smithi137 ceph-mon[117020]: pgmap v6604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:19.168 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:19.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:19.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:19.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:19.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:18 smithi066 ceph-mon[112137]: pgmap v6604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:19 smithi203 ceph-mon[117428]: from='client.188349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:19 smithi137 ceph-mon[117020]: from='client.188349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:19 smithi066 ceph-mon[112137]: from='client.188349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:20 smithi203 ceph-mon[117428]: pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:20 smithi137 ceph-mon[117020]: pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:20 smithi066 ceph-mon[112137]: pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:23.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:22 smithi137 ceph-mon[117020]: pgmap v6606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:22 smithi066 ceph-mon[112137]: pgmap v6606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:23.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:22 smithi203 ceph-mon[117428]: pgmap v6606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:24.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:24.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:24.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:24 smithi066 ceph-mon[112137]: pgmap v6607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:24 smithi203 ceph-mon[117428]: pgmap v6607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:24 smithi137 ceph-mon[117020]: pgmap v6607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:24.888 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:24.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:24.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:24.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:24.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:25 smithi066 ceph-mon[112137]: from='client.188427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:25 smithi203 ceph-mon[117428]: from='client.188427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:25 smithi137 ceph-mon[117020]: from='client.188427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:26 smithi066 ceph-mon[112137]: pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:53:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:26 smithi203 ceph-mon[117428]: pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:53:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:26 smithi137 ceph-mon[117020]: pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:53:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:28 smithi203 ceph-mon[117428]: pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:53:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:28 smithi137 ceph-mon[117020]: pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:53:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:28 smithi066 ceph-mon[112137]: pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:53:29.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:29.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:29.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:30.612 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:30.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:30.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:30.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:30.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:30 smithi203 ceph-mon[117428]: pgmap v6610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:30 smithi137 ceph-mon[117020]: pgmap v6610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:30 smithi066 ceph-mon[112137]: pgmap v6610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:31 smithi137 ceph-mon[117020]: from='client.188502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:31 smithi066 ceph-mon[112137]: from='client.188502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:31 smithi203 ceph-mon[117428]: from='client.188502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:32 smithi137 ceph-mon[117020]: pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:32 smithi066 ceph-mon[112137]: pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:32 smithi203 ceph-mon[117428]: pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:34 smithi066 ceph-mon[112137]: pgmap v6612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:34 smithi203 ceph-mon[117428]: pgmap v6612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:34 smithi137 ceph-mon[117020]: pgmap v6612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:35.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:35.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:35.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:36.332 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:36.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:36.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:36.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:36.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:36 smithi203 ceph-mon[117428]: pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:36 smithi137 ceph-mon[117020]: pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:36 smithi066 ceph-mon[112137]: pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:37 smithi137 ceph-mon[117020]: from='client.188574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:37 smithi066 ceph-mon[112137]: from='client.188574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:37 smithi203 ceph-mon[117428]: from='client.188574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:38 smithi137 ceph-mon[117020]: pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:53:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:38 smithi066 ceph-mon[112137]: pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:53:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:38 smithi203 ceph-mon[117428]: pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:53:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:40 smithi137 ceph-mon[117020]: pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:53:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:40 smithi066 ceph-mon[112137]: pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:53:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:40 smithi203 ceph-mon[117428]: pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:53:41.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:41.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:41.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:42.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:42.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:42.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:42.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:42.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:41 smithi066 ceph-mon[112137]: from='client.188649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:41 smithi066 ceph-mon[112137]: pgmap v6616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:41 smithi203 ceph-mon[117428]: from='client.188649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:41 smithi203 ceph-mon[117428]: pgmap v6616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:41 smithi137 ceph-mon[117020]: from='client.188649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:41 smithi137 ceph-mon[117020]: pgmap v6616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:53:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:53:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:53:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:53:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:53:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:53:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:43 smithi066 ceph-mon[112137]: pgmap v6617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:53:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:53:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:53:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:43 smithi203 ceph-mon[117428]: pgmap v6617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:53:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:53:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:53:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:43 smithi137 ceph-mon[117020]: pgmap v6617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:47.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:47.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:47.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:46 smithi203 ceph-mon[117428]: pgmap v6618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:46 smithi137 ceph-mon[117020]: pgmap v6618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:46 smithi066 ceph-mon[112137]: pgmap v6618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:47.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:47.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:47.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:47.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:47.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:48 smithi203 ceph-mon[117428]: from='client.188721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:48 smithi203 ceph-mon[117428]: pgmap v6619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:48 smithi137 ceph-mon[117020]: from='client.188721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:48 smithi137 ceph-mon[117020]: pgmap v6619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:48 smithi066 ceph-mon[112137]: from='client.188721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:48 smithi066 ceph-mon[112137]: pgmap v6619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:50 smithi137 ceph-mon[117020]: pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:50 smithi066 ceph-mon[112137]: pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:50 smithi203 ceph-mon[117428]: pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:52.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:52.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:52.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:52 smithi137 ceph-mon[117020]: pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:52 smithi066 ceph-mon[112137]: pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:52 smithi203 ceph-mon[117428]: pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:53.520 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:53.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:53.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:53.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:53.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:53:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:54 smithi066 ceph-mon[112137]: from='client.188799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:54 smithi066 ceph-mon[112137]: pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:54 smithi203 ceph-mon[117428]: from='client.188799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:54 smithi203 ceph-mon[117428]: pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:54 smithi137 ceph-mon[117020]: from='client.188799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:54 smithi137 ceph-mon[117020]: pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:56 smithi203 ceph-mon[117428]: pgmap v6623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:56 smithi137 ceph-mon[117020]: pgmap v6623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:56 smithi066 ceph-mon[112137]: pgmap v6623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:58.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:53:58.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:58.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:53:58 smithi203 ceph-mon[117428]: pgmap v6624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:53:58 smithi137 ceph-mon[117020]: pgmap v6624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:53:58 smithi066 ceph-mon[112137]: pgmap v6624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:59.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:59.249 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:53:59.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:59.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:59.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:00 smithi137 ceph-mon[117020]: from='client.188874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:00 smithi137 ceph-mon[117020]: pgmap v6625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:00 smithi066 ceph-mon[112137]: from='client.188874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:00 smithi066 ceph-mon[112137]: pgmap v6625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:00 smithi203 ceph-mon[117428]: from='client.188874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:00 smithi203 ceph-mon[117428]: pgmap v6625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:02 smithi137 ceph-mon[117020]: pgmap v6626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:02 smithi066 ceph-mon[112137]: pgmap v6626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:02 smithi203 ceph-mon[117428]: pgmap v6626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:04.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:04.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:04.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:04 smithi066 ceph-mon[112137]: pgmap v6627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:04 smithi203 ceph-mon[117428]: pgmap v6627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:04 smithi137 ceph-mon[117020]: pgmap v6627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:04.985 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:04.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:04.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:04.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:04.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:05 smithi066 ceph-mon[112137]: from='client.188946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:05 smithi203 ceph-mon[117428]: from='client.188946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:05 smithi137 ceph-mon[117020]: from='client.188946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:06 smithi066 ceph-mon[112137]: pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:54:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:06 smithi203 ceph-mon[117428]: pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:54:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:06 smithi137 ceph-mon[117020]: pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:54:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:08 smithi137 ceph-mon[117020]: pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:54:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:08 smithi066 ceph-mon[112137]: pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:54:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:08 smithi203 ceph-mon[117428]: pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:54:09.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:09.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:09.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:10.710 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:10.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:10.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:10.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:10.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:11.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:10 smithi137 ceph-mon[117020]: pgmap v6630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:10 smithi066 ceph-mon[112137]: pgmap v6630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:10 smithi203 ceph-mon[117428]: pgmap v6630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:12.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:11 smithi137 ceph-mon[117020]: from='client.189024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:11 smithi066 ceph-mon[112137]: from='client.189024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:11 smithi203 ceph-mon[117428]: from='client.189024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:12 smithi137 ceph-mon[117020]: pgmap v6631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:12 smithi066 ceph-mon[112137]: pgmap v6631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:12 smithi203 ceph-mon[117428]: pgmap v6631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:14 smithi066 ceph-mon[112137]: pgmap v6632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:14 smithi203 ceph-mon[117428]: pgmap v6632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:14 smithi137 ceph-mon[117020]: pgmap v6632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:15.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:15.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:15.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:16.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:16.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:16.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:16.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:16.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:16 smithi137 ceph-mon[117020]: pgmap v6633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:16 smithi066 ceph-mon[112137]: pgmap v6633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:16 smithi203 ceph-mon[117428]: pgmap v6633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:17 smithi137 ceph-mon[117020]: from='client.189099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:17 smithi066 ceph-mon[112137]: from='client.189099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:17 smithi203 ceph-mon[117428]: from='client.189099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:18 smithi137 ceph-mon[117020]: pgmap v6634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:54:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:18 smithi066 ceph-mon[112137]: pgmap v6634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:54:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:18 smithi203 ceph-mon[117428]: pgmap v6634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:54:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:20 smithi137 ceph-mon[117020]: pgmap v6635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:54:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:20 smithi066 ceph-mon[112137]: pgmap v6635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:54:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:20 smithi203 ceph-mon[117428]: pgmap v6635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:54:21.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:21.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:21.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:21 smithi137 ceph-mon[117020]: pgmap v6636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:21 smithi137 ceph-mon[117020]: from='client.189177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:22.174 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:22.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:22.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:22.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:22.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:21 smithi066 ceph-mon[112137]: pgmap v6636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:21 smithi066 ceph-mon[112137]: from='client.189177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:21 smithi203 ceph-mon[117428]: pgmap v6636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:21 smithi203 ceph-mon[117428]: from='client.189177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:24 smithi066 ceph-mon[112137]: pgmap v6637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:24 smithi203 ceph-mon[117428]: pgmap v6637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:24 smithi137 ceph-mon[117020]: pgmap v6637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:26 smithi137 ceph-mon[117020]: pgmap v6638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:27.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:27.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:27.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:26 smithi066 ceph-mon[112137]: pgmap v6638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:26 smithi203 ceph-mon[117428]: pgmap v6638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:27.904 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:27.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:27.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:27.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:27.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:28 smithi137 ceph-mon[117020]: from='client.189252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:28 smithi137 ceph-mon[117020]: pgmap v6639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:28 smithi066 ceph-mon[112137]: from='client.189252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:28 smithi066 ceph-mon[112137]: pgmap v6639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:28 smithi203 ceph-mon[117428]: from='client.189252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:28 smithi203 ceph-mon[117428]: pgmap v6639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:30 smithi137 ceph-mon[117020]: pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:30 smithi066 ceph-mon[112137]: pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:30 smithi203 ceph-mon[117428]: pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:32.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:32.906 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:32.906 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:32 smithi137 ceph-mon[117020]: pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:32 smithi066 ceph-mon[112137]: pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:32 smithi203 ceph-mon[117428]: pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:33.631 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:33.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:33.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:33.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:33.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:34 smithi066 ceph-mon[112137]: from='client.189327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:34 smithi066 ceph-mon[112137]: pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:34 smithi203 ceph-mon[117428]: from='client.189327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:34 smithi203 ceph-mon[117428]: pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:34 smithi137 ceph-mon[117020]: from='client.189327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:34 smithi137 ceph-mon[117020]: pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:36 smithi137 ceph-mon[117020]: pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:36 smithi066 ceph-mon[112137]: pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:36 smithi203 ceph-mon[117428]: pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:38.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:38.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:38.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:38 smithi137 ceph-mon[117020]: pgmap v6644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:38 smithi066 ceph-mon[112137]: pgmap v6644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:38 smithi203 ceph-mon[117428]: pgmap v6644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:39.354 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:39.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:39.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:39.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:39.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:40 smithi137 ceph-mon[117020]: from='client.189402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:40 smithi137 ceph-mon[117020]: pgmap v6645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:40 smithi066 ceph-mon[112137]: from='client.189402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:40 smithi066 ceph-mon[112137]: pgmap v6645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:40 smithi203 ceph-mon[117428]: from='client.189402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:40 smithi203 ceph-mon[117428]: pgmap v6645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:41 smithi137 ceph-mon[117020]: pgmap v6646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:41 smithi066 ceph-mon[112137]: pgmap v6646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:41 smithi203 ceph-mon[117428]: pgmap v6646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:44.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:44.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:44.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: pgmap v6647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:54:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: pgmap v6647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:54:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:54:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:54:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: pgmap v6647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:54:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:54:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:54:45.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:45.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:45.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:45.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:45.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:45.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:45 smithi137 ceph-mon[117020]: from='client.189477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:45 smithi066 ceph-mon[112137]: from='client.189477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:45 smithi203 ceph-mon[117428]: from='client.189477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:46 smithi137 ceph-mon[117020]: pgmap v6648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:46 smithi066 ceph-mon[112137]: pgmap v6648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:46 smithi203 ceph-mon[117428]: pgmap v6648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:48 smithi137 ceph-mon[117020]: pgmap v6649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:48 smithi066 ceph-mon[112137]: pgmap v6649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:48 smithi203 ceph-mon[117428]: pgmap v6649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:50.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:50.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:50.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:50.778 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:50.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:50.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:50.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:50.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:50 smithi137 ceph-mon[117020]: pgmap v6650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:50 smithi066 ceph-mon[112137]: pgmap v6650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:50 smithi203 ceph-mon[117428]: pgmap v6650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:51 smithi137 ceph-mon[117020]: from='client.189555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:51 smithi066 ceph-mon[112137]: from='client.189555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:51 smithi203 ceph-mon[117428]: from='client.189555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:52 smithi137 ceph-mon[117020]: pgmap v6651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:52 smithi066 ceph-mon[112137]: pgmap v6651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:52 smithi203 ceph-mon[117428]: pgmap v6651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:54 smithi066 ceph-mon[112137]: pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:54 smithi203 ceph-mon[117428]: pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:54 smithi137 ceph-mon[117020]: pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:55.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:54:55.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:55.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:56.504 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:54:56.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:56.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:56.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:56.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:54:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:56 smithi137 ceph-mon[117020]: pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:56 smithi066 ceph-mon[112137]: pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:56 smithi203 ceph-mon[117428]: pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:57 smithi137 ceph-mon[117020]: from='client.189633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:57 smithi066 ceph-mon[112137]: from='client.189633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:58.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:57 smithi203 ceph-mon[117428]: from='client.189633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:58 smithi137 ceph-mon[117020]: pgmap v6654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:58 smithi066 ceph-mon[112137]: pgmap v6654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:58 smithi203 ceph-mon[117428]: pgmap v6654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:54:59 smithi137 ceph-mon[117020]: pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:54:59 smithi066 ceph-mon[112137]: pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:54:59 smithi203 ceph-mon[117428]: pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:01.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:01.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:01.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:02.237 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:02.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:02.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:02.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:02.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:02 smithi137 ceph-mon[117020]: pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:02 smithi066 ceph-mon[112137]: pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:02 smithi203 ceph-mon[117428]: pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:03 smithi137 ceph-mon[117020]: from='client.189711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:03 smithi066 ceph-mon[112137]: from='client.189711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:03 smithi203 ceph-mon[117428]: from='client.189711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:04 smithi137 ceph-mon[117020]: pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:04 smithi066 ceph-mon[112137]: pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:04 smithi203 ceph-mon[117428]: pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:05 smithi066 ceph-mon[112137]: pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:05 smithi203 ceph-mon[117428]: pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:05 smithi137 ceph-mon[117020]: pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:07.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:07.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:07.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:07.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:07.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:07.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:07.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:07.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:08 smithi137 ceph-mon[117020]: from='client.189786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:08 smithi137 ceph-mon[117020]: pgmap v6659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:08 smithi066 ceph-mon[112137]: from='client.189786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:08 smithi066 ceph-mon[112137]: pgmap v6659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:08 smithi203 ceph-mon[117428]: from='client.189786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:08 smithi203 ceph-mon[117428]: pgmap v6659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:10 smithi137 ceph-mon[117020]: pgmap v6660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:10 smithi066 ceph-mon[112137]: pgmap v6660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:10 smithi203 ceph-mon[117428]: pgmap v6660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:11 smithi137 ceph-mon[117020]: pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:11 smithi066 ceph-mon[112137]: pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:11 smithi203 ceph-mon[117428]: pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:12.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:12.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:12.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:13.702 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:13.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:13.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:13.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:13.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:14 smithi066 ceph-mon[112137]: from='client.189864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:14 smithi066 ceph-mon[112137]: pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:14 smithi203 ceph-mon[117428]: from='client.189864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:14 smithi203 ceph-mon[117428]: pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:14 smithi137 ceph-mon[117020]: from='client.189864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:14 smithi137 ceph-mon[117020]: pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:16 smithi137 ceph-mon[117020]: pgmap v6663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:16 smithi066 ceph-mon[112137]: pgmap v6663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:16 smithi203 ceph-mon[117428]: pgmap v6663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:18.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:18.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:18.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:18 smithi137 ceph-mon[117020]: pgmap v6664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:18 smithi066 ceph-mon[112137]: pgmap v6664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:18 smithi203 ceph-mon[117428]: pgmap v6664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:19.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:19.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:19.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:19.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:19.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:20.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:19 smithi137 ceph-mon[117020]: from='client.189936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:20.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:19 smithi137 ceph-mon[117020]: pgmap v6665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:19 smithi066 ceph-mon[112137]: from='client.189936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:19 smithi066 ceph-mon[112137]: pgmap v6665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:19 smithi203 ceph-mon[117428]: from='client.189936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:19 smithi203 ceph-mon[117428]: pgmap v6665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:22 smithi137 ceph-mon[117020]: pgmap v6666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:22 smithi066 ceph-mon[112137]: pgmap v6666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:22 smithi203 ceph-mon[117428]: pgmap v6666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:24.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:24.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:24.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:24 smithi066 ceph-mon[112137]: pgmap v6667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:24 smithi203 ceph-mon[117428]: pgmap v6667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:24 smithi137 ceph-mon[117020]: pgmap v6667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:25.168 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:25.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:25.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:25.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:25.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:25 smithi066 ceph-mon[112137]: from='client.190011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:25 smithi203 ceph-mon[117428]: from='client.190011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:25 smithi137 ceph-mon[117020]: from='client.190011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:26 smithi066 ceph-mon[112137]: pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:26 smithi203 ceph-mon[117428]: pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:26 smithi137 ceph-mon[117020]: pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:28 smithi137 ceph-mon[117020]: pgmap v6669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:28 smithi066 ceph-mon[112137]: pgmap v6669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:28 smithi203 ceph-mon[117428]: pgmap v6669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:30.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:30.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:30.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:29 smithi066 ceph-mon[112137]: pgmap v6670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:29 smithi203 ceph-mon[117428]: pgmap v6670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:29 smithi137 ceph-mon[117020]: pgmap v6670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:30.891 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:30.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:30.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:30.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:30.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:30 smithi066 ceph-mon[112137]: from='client.190086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:30 smithi203 ceph-mon[117428]: from='client.190086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:30 smithi137 ceph-mon[117020]: from='client.190086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:31 smithi066 ceph-mon[112137]: pgmap v6671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:31 smithi203 ceph-mon[117428]: pgmap v6671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:31 smithi137 ceph-mon[117020]: pgmap v6671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:34 smithi066 ceph-mon[112137]: pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:34 smithi203 ceph-mon[117428]: pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:34 smithi137 ceph-mon[117020]: pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:35.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:35.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:35.894 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:36.622 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:36.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:36.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:36.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:36.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:36 smithi137 ceph-mon[117020]: pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:36 smithi066 ceph-mon[112137]: pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:36 smithi203 ceph-mon[117428]: pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:37 smithi137 ceph-mon[117020]: from='client.190161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:37 smithi066 ceph-mon[112137]: from='client.190161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:37 smithi203 ceph-mon[117428]: from='client.190161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:38 smithi137 ceph-mon[117020]: pgmap v6674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:38 smithi066 ceph-mon[112137]: pgmap v6674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:38 smithi203 ceph-mon[117428]: pgmap v6674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:40.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:39 smithi137 ceph-mon[117020]: pgmap v6675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:39 smithi066 ceph-mon[112137]: pgmap v6675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:39 smithi203 ceph-mon[117428]: pgmap v6675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:41.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:41.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:41.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:42.346 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:42.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:42.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:42.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:42.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:42 smithi137 ceph-mon[117020]: pgmap v6676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:43.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:42 smithi066 ceph-mon[112137]: pgmap v6676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:42 smithi203 ceph-mon[117428]: pgmap v6676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:43 smithi137 ceph-mon[117020]: from='client.190236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:44.243 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:43 smithi066 ceph-mon[112137]: from='client.190236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:44.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:43 smithi203 ceph-mon[117428]: from='client.190236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:44 smithi137 ceph-mon[117020]: pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:55:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:55:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:55:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:55:45.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:44 smithi066 ceph-mon[112137]: pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:45.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:55:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:55:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:55:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:55:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:44 smithi203 ceph-mon[117428]: pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:55:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:55:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:55:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:55:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:45 smithi137 ceph-mon[117020]: pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:45 smithi066 ceph-mon[112137]: pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:45 smithi203 ceph-mon[117428]: pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:47.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:47.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:47.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:48.081 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:48.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:48.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:48.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:48.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:48 smithi137 ceph-mon[117020]: from='client.190311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:48 smithi137 ceph-mon[117020]: pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:48 smithi066 ceph-mon[112137]: from='client.190311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:48 smithi066 ceph-mon[112137]: pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:48 smithi203 ceph-mon[117428]: from='client.190311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:48 smithi203 ceph-mon[117428]: pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:49 smithi066 ceph-mon[112137]: pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:49 smithi203 ceph-mon[117428]: pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:49 smithi137 ceph-mon[117020]: pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:53.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:53.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:53.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:52 smithi137 ceph-mon[117020]: pgmap v6681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:52 smithi066 ceph-mon[112137]: pgmap v6681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:52 smithi203 ceph-mon[117428]: pgmap v6681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:53.802 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:53.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:53.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:53.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:53.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:55:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:54 smithi066 ceph-mon[112137]: from='client.190389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:54 smithi066 ceph-mon[112137]: pgmap v6682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:54 smithi203 ceph-mon[117428]: from='client.190389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:54 smithi203 ceph-mon[117428]: pgmap v6682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:54 smithi137 ceph-mon[117020]: from='client.190389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:54 smithi137 ceph-mon[117020]: pgmap v6682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:56 smithi137 ceph-mon[117020]: pgmap v6683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:56 smithi066 ceph-mon[112137]: pgmap v6683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:56 smithi203 ceph-mon[117428]: pgmap v6683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:55:57 smithi137 ceph-mon[117020]: pgmap v6684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:55:57 smithi066 ceph-mon[112137]: pgmap v6684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:55:57 smithi203 ceph-mon[117428]: pgmap v6684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:58.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:55:58.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:58.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:59.528 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:55:59.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:59.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:59.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:59.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:00 smithi137 ceph-mon[117020]: from='client.190467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:00 smithi137 ceph-mon[117020]: pgmap v6685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:00 smithi066 ceph-mon[112137]: from='client.190467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:00 smithi066 ceph-mon[112137]: pgmap v6685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:00 smithi203 ceph-mon[117428]: from='client.190467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:00 smithi203 ceph-mon[117428]: pgmap v6685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:01 smithi066 ceph-mon[112137]: pgmap v6686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:01 smithi203 ceph-mon[117428]: pgmap v6686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:01 smithi137 ceph-mon[117020]: pgmap v6686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:04 smithi066 ceph-mon[112137]: pgmap v6687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:04.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:04.529 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:04.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:04 smithi203 ceph-mon[117428]: pgmap v6687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:04 smithi137 ceph-mon[117020]: pgmap v6687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:05.264 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:05.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:05.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:05.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:05.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:06 smithi137 ceph-mon[117020]: from='client.190545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:06 smithi137 ceph-mon[117020]: pgmap v6688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:06 smithi066 ceph-mon[112137]: from='client.190545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:06 smithi066 ceph-mon[112137]: pgmap v6688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:06 smithi203 ceph-mon[117428]: from='client.190545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:06 smithi203 ceph-mon[117428]: pgmap v6688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:07 smithi137 ceph-mon[117020]: pgmap v6689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:08.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:07 smithi066 ceph-mon[112137]: pgmap v6689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:08.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:07 smithi203 ceph-mon[117428]: pgmap v6689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:10.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:10.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:10.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:10.984 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:10.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:10.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:10.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:10.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:10 smithi137 ceph-mon[117020]: pgmap v6690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:10 smithi066 ceph-mon[112137]: pgmap v6690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:10 smithi203 ceph-mon[117428]: pgmap v6690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:11 smithi137 ceph-mon[117020]: from='client.190617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:11 smithi137 ceph-mon[117020]: pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:11 smithi066 ceph-mon[112137]: from='client.190617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:11 smithi066 ceph-mon[112137]: pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:11 smithi203 ceph-mon[117428]: from='client.190617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:11 smithi203 ceph-mon[117428]: pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:14 smithi066 ceph-mon[112137]: pgmap v6692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:14 smithi203 ceph-mon[117428]: pgmap v6692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:14 smithi137 ceph-mon[117020]: pgmap v6692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:15.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:15.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:15.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:16.725 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:16.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:16.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:16.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:16.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:16 smithi137 ceph-mon[117020]: pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:16 smithi066 ceph-mon[112137]: pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:16 smithi203 ceph-mon[117428]: pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:17 smithi137 ceph-mon[117020]: from='client.190695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:17 smithi137 ceph-mon[117020]: pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:17 smithi066 ceph-mon[112137]: from='client.190695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:17 smithi066 ceph-mon[112137]: pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:17 smithi203 ceph-mon[117428]: from='client.190695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:17 smithi203 ceph-mon[117428]: pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:20 smithi137 ceph-mon[117020]: pgmap v6695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:20 smithi066 ceph-mon[112137]: pgmap v6695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:20 smithi203 ceph-mon[117428]: pgmap v6695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:21.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:21.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:21.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:21 smithi137 ceph-mon[117020]: pgmap v6696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:21 smithi066 ceph-mon[112137]: pgmap v6696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:21 smithi203 ceph-mon[117428]: pgmap v6696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:22.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:22.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:22.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:22.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:22.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:22 smithi137 ceph-mon[117020]: from='client.190773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:22 smithi066 ceph-mon[112137]: from='client.190773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:22 smithi203 ceph-mon[117428]: from='client.190773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:24 smithi066 ceph-mon[112137]: pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:24 smithi203 ceph-mon[117428]: pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:24 smithi137 ceph-mon[117020]: pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:25 smithi066 ceph-mon[112137]: pgmap v6698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:25 smithi203 ceph-mon[117428]: pgmap v6698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:25 smithi137 ceph-mon[117020]: pgmap v6698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:27.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:27.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:27.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:28.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:28.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:28.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:28.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:28.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:27 smithi066 ceph-mon[112137]: pgmap v6699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:27 smithi066 ceph-mon[112137]: from='client.190851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:27 smithi203 ceph-mon[117428]: pgmap v6699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:27 smithi203 ceph-mon[117428]: from='client.190851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:27 smithi137 ceph-mon[117020]: pgmap v6699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:27 smithi137 ceph-mon[117020]: from='client.190851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:29 smithi066 ceph-mon[112137]: pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:29 smithi203 ceph-mon[117428]: pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:29 smithi137 ceph-mon[117020]: pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:31 smithi066 ceph-mon[112137]: pgmap v6701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:31 smithi203 ceph-mon[117428]: pgmap v6701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:31 smithi137 ceph-mon[117020]: pgmap v6701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:33.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:33.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:33.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:33.923 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:33.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:33.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:33.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:33.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:34 smithi066 ceph-mon[112137]: from='client.190923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:34 smithi066 ceph-mon[112137]: pgmap v6702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:34 smithi203 ceph-mon[117428]: from='client.190923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:34 smithi203 ceph-mon[117428]: pgmap v6702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:34 smithi137 ceph-mon[117020]: from='client.190923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:34 smithi137 ceph-mon[117020]: pgmap v6702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:36.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:35 smithi066 ceph-mon[112137]: pgmap v6703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:35 smithi203 ceph-mon[117428]: pgmap v6703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:35 smithi137 ceph-mon[117020]: pgmap v6703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:37 smithi066 ceph-mon[112137]: pgmap v6704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:37 smithi203 ceph-mon[117428]: pgmap v6704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:37 smithi137 ceph-mon[117020]: pgmap v6704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:38.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:38.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:38.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:39.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:39.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:39.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:39.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:39.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:40.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:39 smithi066 ceph-mon[112137]: from='client.191001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:39 smithi066 ceph-mon[112137]: pgmap v6705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:39 smithi203 ceph-mon[117428]: from='client.191001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:39 smithi203 ceph-mon[117428]: pgmap v6705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:39 smithi137 ceph-mon[117020]: from='client.191001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:39 smithi137 ceph-mon[117020]: pgmap v6705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:41 smithi066 ceph-mon[112137]: pgmap v6706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:41 smithi203 ceph-mon[117428]: pgmap v6706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:41 smithi137 ceph-mon[117020]: pgmap v6706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:44 smithi066 ceph-mon[112137]: pgmap v6707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:44 smithi203 ceph-mon[117428]: pgmap v6707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:44 smithi137 ceph-mon[117020]: pgmap v6707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:44.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:44.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:44.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:45.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:45.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:45.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:45.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:45.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:56:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:56:45.612 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:56:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='client.191079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:56:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='client.191079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:56:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:56:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='client.191079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T20:56:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:56:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:56:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:56:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:47 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16858M 2023-12-07T20:56:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:47 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16858M 2023-12-07T20:56:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:47 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16858M 2023-12-07T20:56:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:48 smithi203 ceph-mon[117428]: pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:48 smithi137 ceph-mon[117020]: pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:48 smithi066 ceph-mon[112137]: pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:49 smithi066 ceph-mon[112137]: pgmap v6710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:49 smithi203 ceph-mon[117428]: pgmap v6710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:49 smithi137 ceph-mon[117020]: pgmap v6710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:50.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:50.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:50.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:51.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:51.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:51.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:51.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:51.150 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:50 smithi066 ceph-mon[112137]: from='client.191148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:50 smithi203 ceph-mon[117428]: from='client.191148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:50 smithi137 ceph-mon[117020]: from='client.191148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:51 smithi066 ceph-mon[112137]: pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:51 smithi203 ceph-mon[117428]: pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:51 smithi137 ceph-mon[117020]: pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:54 smithi066 ceph-mon[112137]: pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:54 smithi203 ceph-mon[117428]: pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:54 smithi137 ceph-mon[117020]: pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:56.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:56:56.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:56.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:55 smithi066 ceph-mon[112137]: pgmap v6713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:55 smithi203 ceph-mon[117428]: pgmap v6713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:55 smithi137 ceph-mon[117020]: pgmap v6713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:56.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:56:56.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:56.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:56.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:56.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:56:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:56 smithi066 ceph-mon[112137]: from='client.191223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:56 smithi203 ceph-mon[117428]: from='client.191223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:56 smithi137 ceph-mon[117020]: from='client.191223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:57 smithi066 ceph-mon[112137]: pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:57 smithi203 ceph-mon[117428]: pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:57 smithi137 ceph-mon[117020]: pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:56:59 smithi066 ceph-mon[112137]: pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:56:59 smithi203 ceph-mon[117428]: pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:56:59 smithi137 ceph-mon[117020]: pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:01.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:01.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:01.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:01 smithi066 ceph-mon[112137]: pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:01 smithi203 ceph-mon[117428]: pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:01 smithi137 ceph-mon[117020]: pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:02.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:02.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:02.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:02.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:02.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:02 smithi066 ceph-mon[112137]: from='client.191301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:02 smithi203 ceph-mon[117428]: from='client.191301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:02 smithi137 ceph-mon[117020]: from='client.191301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:04 smithi066 ceph-mon[112137]: pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:04 smithi203 ceph-mon[117428]: pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:04 smithi137 ceph-mon[117020]: pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:05 smithi066 ceph-mon[112137]: pgmap v6718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:05 smithi203 ceph-mon[117428]: pgmap v6718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:05 smithi137 ceph-mon[117020]: pgmap v6718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:07.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:07.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:07.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:07 smithi066 ceph-mon[112137]: pgmap v6719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:07 smithi203 ceph-mon[117428]: pgmap v6719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:08.332 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:08.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:08.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:08.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:08.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:07 smithi137 ceph-mon[117020]: pgmap v6719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:09 smithi066 ceph-mon[112137]: from='client.191379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:09 smithi203 ceph-mon[117428]: from='client.191379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:09 smithi137 ceph-mon[117020]: from='client.191379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:10 smithi066 ceph-mon[112137]: pgmap v6720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:10 smithi203 ceph-mon[117428]: pgmap v6720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:10 smithi137 ceph-mon[117020]: pgmap v6720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:12.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:11 smithi066 ceph-mon[112137]: pgmap v6721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:11 smithi203 ceph-mon[117428]: pgmap v6721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:11 smithi137 ceph-mon[117020]: pgmap v6721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:13.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:13.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:13.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:14.058 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:14 smithi066 ceph-mon[112137]: from='client.191454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:14 smithi066 ceph-mon[112137]: pgmap v6722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:14.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:14 smithi203 ceph-mon[117428]: from='client.191454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:14.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:14 smithi203 ceph-mon[117428]: pgmap v6722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:14 smithi137 ceph-mon[117020]: from='client.191454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:14 smithi137 ceph-mon[117020]: pgmap v6722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:16.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:15 smithi066 ceph-mon[112137]: pgmap v6723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:16.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:15 smithi203 ceph-mon[117428]: pgmap v6723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:15 smithi137 ceph-mon[117020]: pgmap v6723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:17 smithi066 ceph-mon[112137]: pgmap v6724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:17 smithi203 ceph-mon[117428]: pgmap v6724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:17 smithi137 ceph-mon[117020]: pgmap v6724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:19.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:19.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:19.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:19.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:19.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:19.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:19.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:19.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:19 smithi066 ceph-mon[112137]: from='client.191532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:19 smithi066 ceph-mon[112137]: pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:57:20.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:19 smithi203 ceph-mon[117428]: from='client.191532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:20.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:19 smithi203 ceph-mon[117428]: pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:57:20.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:19 smithi137 ceph-mon[117020]: from='client.191532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:20.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:19 smithi137 ceph-mon[117020]: pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:57:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:21 smithi066 ceph-mon[112137]: pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:57:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:21 smithi203 ceph-mon[117428]: pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:57:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:21 smithi137 ceph-mon[117020]: pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:57:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:24 smithi066 ceph-mon[112137]: pgmap v6727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:57:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:24 smithi203 ceph-mon[117428]: pgmap v6727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:57:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:24 smithi137 ceph-mon[117020]: pgmap v6727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:57:24.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:24.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:24.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:25.529 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:25.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:25.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:25.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:25.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:25 smithi066 ceph-mon[112137]: from='client.191610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:25 smithi066 ceph-mon[112137]: pgmap v6728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:25 smithi203 ceph-mon[117428]: from='client.191610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:25 smithi203 ceph-mon[117428]: pgmap v6728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:25 smithi137 ceph-mon[117020]: from='client.191610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:25 smithi137 ceph-mon[117020]: pgmap v6728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:28.245 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:27 smithi066 ceph-mon[112137]: pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:57:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:27 smithi203 ceph-mon[117428]: pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:57:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:27 smithi137 ceph-mon[117020]: pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:57:30.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:29 smithi066 ceph-mon[112137]: pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:29 smithi203 ceph-mon[117428]: pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:29 smithi137 ceph-mon[117020]: pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:30.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:30.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:30.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:31.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:31.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:31.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:31.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:31.263 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:31 smithi066 ceph-mon[112137]: from='client.191685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:31 smithi066 ceph-mon[112137]: pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:57:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:31 smithi203 ceph-mon[117428]: from='client.191685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:31 smithi203 ceph-mon[117428]: pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:57:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:31 smithi137 ceph-mon[117020]: from='client.191685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:31 smithi137 ceph-mon[117020]: pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:57:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:34 smithi066 ceph-mon[112137]: pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:57:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:34 smithi203 ceph-mon[117428]: pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:57:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:34 smithi137 ceph-mon[117020]: pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:57:36.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:35 smithi066 ceph-mon[112137]: pgmap v6733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:57:36.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:36.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:36.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:35 smithi203 ceph-mon[117428]: pgmap v6733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:57:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:35 smithi137 ceph-mon[117020]: pgmap v6733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:57:36.973 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:36.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:36.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:36.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:36.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:36 smithi066 ceph-mon[112137]: from='client.191763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:36 smithi203 ceph-mon[117428]: from='client.191763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:36 smithi137 ceph-mon[117020]: from='client.191763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:37 smithi066 ceph-mon[112137]: pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:37 smithi203 ceph-mon[117428]: pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:37 smithi137 ceph-mon[117020]: pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:39 smithi066 ceph-mon[112137]: pgmap v6735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:40.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:39 smithi203 ceph-mon[117428]: pgmap v6735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:39 smithi137 ceph-mon[117020]: pgmap v6735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:41.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:41.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:41.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:41 smithi066 ceph-mon[112137]: pgmap v6736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:41 smithi203 ceph-mon[117428]: pgmap v6736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:41 smithi137 ceph-mon[117020]: pgmap v6736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:42.699 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:42.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:42.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:42.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:42.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:42 smithi066 ceph-mon[112137]: from='client.191835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:42 smithi203 ceph-mon[117428]: from='client.191835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:42 smithi137 ceph-mon[117020]: from='client.191835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:44 smithi066 ceph-mon[112137]: pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:44 smithi203 ceph-mon[117428]: pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:44 smithi137 ceph-mon[117020]: pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:45 smithi066 ceph-mon[112137]: pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:45 smithi203 ceph-mon[117428]: pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:46.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:45 smithi137 ceph-mon[117020]: pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:57:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:57:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:57:47.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:47.701 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:47.701 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:57:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:57:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:57:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:47 smithi066 ceph-mon[112137]: pgmap v6739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:57:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:57:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:57:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:47 smithi203 ceph-mon[117428]: pgmap v6739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:57:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:57:48.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:57:48.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:47 smithi137 ceph-mon[117020]: pgmap v6739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:48.413 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:48.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:48.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:48.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:48.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:49 smithi066 ceph-mon[112137]: from='client.191910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:49 smithi203 ceph-mon[117428]: from='client.191910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:49 smithi137 ceph-mon[117020]: from='client.191910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:50 smithi066 ceph-mon[112137]: pgmap v6740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:50 smithi203 ceph-mon[117428]: pgmap v6740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:50 smithi137 ceph-mon[117020]: pgmap v6740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:51 smithi066 ceph-mon[112137]: pgmap v6741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:51 smithi203 ceph-mon[117428]: pgmap v6741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:51 smithi137 ceph-mon[117020]: pgmap v6741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:53.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:53.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:53.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:54.138 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:54.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:54.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:54.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:54.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:57:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:54 smithi066 ceph-mon[112137]: from='client.191988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:54 smithi066 ceph-mon[112137]: pgmap v6742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:54 smithi203 ceph-mon[117428]: from='client.191988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:54 smithi203 ceph-mon[117428]: pgmap v6742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:54 smithi137 ceph-mon[117020]: from='client.191988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:54 smithi137 ceph-mon[117020]: pgmap v6742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:55 smithi066 ceph-mon[112137]: pgmap v6743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:55 smithi203 ceph-mon[117428]: pgmap v6743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:55 smithi137 ceph-mon[117020]: pgmap v6743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:57 smithi066 ceph-mon[112137]: pgmap v6744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:57 smithi203 ceph-mon[117428]: pgmap v6744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:57 smithi137 ceph-mon[117020]: pgmap v6744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:59.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:57:59.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:59.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:59.886 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:57:59.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:59.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:59.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:59.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:59 smithi066 ceph-mon[112137]: from='client.192066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:57:59 smithi066 ceph-mon[112137]: pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:58:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:59 smithi203 ceph-mon[117428]: from='client.192066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:57:59 smithi203 ceph-mon[117428]: pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:58:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:59 smithi137 ceph-mon[117020]: from='client.192066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:57:59 smithi137 ceph-mon[117020]: pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:58:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:01 smithi066 ceph-mon[112137]: pgmap v6746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:58:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:01 smithi203 ceph-mon[117428]: pgmap v6746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:58:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:01 smithi137 ceph-mon[117020]: pgmap v6746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:58:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:04 smithi066 ceph-mon[112137]: pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:58:04.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:04 smithi203 ceph-mon[117428]: pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:58:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:04 smithi137 ceph-mon[117020]: pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:58:04.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:04.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:04.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:05.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:05.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:05 smithi066 ceph-mon[112137]: from='client.192135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:05 smithi066 ceph-mon[112137]: pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:06.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:05 smithi203 ceph-mon[117428]: from='client.192135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:06.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:05 smithi203 ceph-mon[117428]: pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:05 smithi137 ceph-mon[117020]: from='client.192135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:05 smithi137 ceph-mon[117020]: pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:07 smithi066 ceph-mon[112137]: pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:07 smithi203 ceph-mon[117428]: pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:07 smithi137 ceph-mon[117020]: pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:09 smithi066 ceph-mon[112137]: pgmap v6750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:09 smithi203 ceph-mon[117428]: pgmap v6750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:09 smithi137 ceph-mon[117020]: pgmap v6750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:10.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:10.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:10.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:11.328 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:11.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:11.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:11.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:11.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:11 smithi066 ceph-mon[112137]: from='client.192213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:11 smithi066 ceph-mon[112137]: pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:58:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:11 smithi203 ceph-mon[117428]: from='client.192213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:11 smithi203 ceph-mon[117428]: pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:58:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:11 smithi137 ceph-mon[117020]: from='client.192213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:11 smithi137 ceph-mon[117020]: pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:58:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:14 smithi203 ceph-mon[117428]: pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:58:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:14 smithi137 ceph-mon[117020]: pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:58:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:14 smithi066 ceph-mon[112137]: pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:58:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:15 smithi066 ceph-mon[112137]: pgmap v6753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:58:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:15 smithi203 ceph-mon[117428]: pgmap v6753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:58:16.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:16.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:16.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:15 smithi137 ceph-mon[117020]: pgmap v6753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:58:17.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:17.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:17.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:17.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:17.061 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:16 smithi066 ceph-mon[112137]: from='client.192291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:16 smithi203 ceph-mon[117428]: from='client.192291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:16 smithi137 ceph-mon[117020]: from='client.192291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:17 smithi066 ceph-mon[112137]: pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:17 smithi203 ceph-mon[117428]: pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:18.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:17 smithi137 ceph-mon[117020]: pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:19 smithi066 ceph-mon[112137]: pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:19 smithi203 ceph-mon[117428]: pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:19 smithi137 ceph-mon[117020]: pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:22.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:22.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:22.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:21 smithi066 ceph-mon[112137]: pgmap v6756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:21 smithi203 ceph-mon[117428]: pgmap v6756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:21 smithi137 ceph-mon[117020]: pgmap v6756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:22.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:22.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:22.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:22.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:22.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:23.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:22 smithi066 ceph-mon[112137]: from='client.192363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:22 smithi203 ceph-mon[117428]: from='client.192363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:22 smithi137 ceph-mon[117020]: from='client.192363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:24 smithi203 ceph-mon[117428]: pgmap v6757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:24 smithi137 ceph-mon[117020]: pgmap v6757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:24 smithi066 ceph-mon[112137]: pgmap v6757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:25 smithi066 ceph-mon[112137]: pgmap v6758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:26.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:25 smithi203 ceph-mon[117428]: pgmap v6758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:25 smithi137 ceph-mon[117020]: pgmap v6758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:27.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:27.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:27.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:27 smithi066 ceph-mon[112137]: pgmap v6759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:27 smithi203 ceph-mon[117428]: pgmap v6759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:27 smithi137 ceph-mon[117020]: pgmap v6759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:28.500 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:28.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:28.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:28.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:28.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:29.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:29 smithi066 ceph-mon[112137]: from='client.192438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:29 smithi203 ceph-mon[117428]: from='client.192438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:29 smithi137 ceph-mon[117020]: from='client.192438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:30 smithi203 ceph-mon[117428]: pgmap v6760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:30 smithi137 ceph-mon[117020]: pgmap v6760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:30 smithi066 ceph-mon[112137]: pgmap v6760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:31 smithi066 ceph-mon[112137]: pgmap v6761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:31 smithi203 ceph-mon[117428]: pgmap v6761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:31 smithi137 ceph-mon[117020]: pgmap v6761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:33.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:33.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:33.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:34.230 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:34.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:34.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:34.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:34.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:34 smithi203 ceph-mon[117428]: pgmap v6762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:34 smithi203 ceph-mon[117428]: from='client.192510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:34 smithi137 ceph-mon[117020]: pgmap v6762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:34 smithi137 ceph-mon[117020]: from='client.192510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:34 smithi066 ceph-mon[112137]: pgmap v6762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:34 smithi066 ceph-mon[112137]: from='client.192510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:35 smithi066 ceph-mon[112137]: pgmap v6763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:35 smithi203 ceph-mon[117428]: pgmap v6763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:35 smithi137 ceph-mon[117020]: pgmap v6763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:37 smithi066 ceph-mon[112137]: pgmap v6764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:37 smithi203 ceph-mon[117428]: pgmap v6764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:37 smithi137 ceph-mon[117020]: pgmap v6764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:39.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:39.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:39.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:39.965 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:39.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:39.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:39.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:39.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:39 smithi066 ceph-mon[112137]: from='client.192585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:39 smithi066 ceph-mon[112137]: pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:39 smithi203 ceph-mon[117428]: from='client.192585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:39 smithi203 ceph-mon[117428]: pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:39 smithi137 ceph-mon[117020]: from='client.192585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:39 smithi137 ceph-mon[117020]: pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:41 smithi066 ceph-mon[112137]: pgmap v6766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:41 smithi203 ceph-mon[117428]: pgmap v6766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:41 smithi137 ceph-mon[117020]: pgmap v6766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:44 smithi203 ceph-mon[117428]: pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:44 smithi137 ceph-mon[117020]: pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:44 smithi066 ceph-mon[112137]: pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:44.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:44.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:44.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:45.688 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:45.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:45.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:45.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:45.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:45 smithi066 ceph-mon[112137]: from='client.192663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:45 smithi066 ceph-mon[112137]: pgmap v6768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:45 smithi203 ceph-mon[117428]: from='client.192663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:45 smithi203 ceph-mon[117428]: pgmap v6768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:45 smithi137 ceph-mon[117020]: from='client.192663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:45 smithi137 ceph-mon[117020]: pgmap v6768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:58:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:58:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:58:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:58:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:58:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:58:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:48 smithi203 ceph-mon[117428]: pgmap v6769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:58:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:58:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:58:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:48 smithi137 ceph-mon[117020]: pgmap v6769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:58:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:58:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:58:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:48 smithi066 ceph-mon[112137]: pgmap v6769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:49 smithi066 ceph-mon[112137]: pgmap v6770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:49 smithi203 ceph-mon[117428]: pgmap v6770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:49 smithi137 ceph-mon[117020]: pgmap v6770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:50.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:50.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:50.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:51.415 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:51.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:51.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:51.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:51.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:51 smithi066 ceph-mon[112137]: from='client.192738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:51 smithi066 ceph-mon[112137]: pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:51 smithi203 ceph-mon[117428]: from='client.192738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:51 smithi203 ceph-mon[117428]: pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:51 smithi137 ceph-mon[117020]: from='client.192738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:51 smithi137 ceph-mon[117020]: pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:54 smithi203 ceph-mon[117428]: pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:54 smithi137 ceph-mon[117020]: pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:54 smithi066 ceph-mon[112137]: pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:56.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:55 smithi066 ceph-mon[112137]: pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:55 smithi203 ceph-mon[117428]: pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:55 smithi137 ceph-mon[117020]: pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:56.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:58:56.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:56.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:57.142 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:58:57.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:57.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:57.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:57.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:58:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:56 smithi066 ceph-mon[112137]: from='client.192816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:56 smithi203 ceph-mon[117428]: from='client.192816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:56 smithi137 ceph-mon[117020]: from='client.192816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:57 smithi066 ceph-mon[112137]: pgmap v6774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:57 smithi203 ceph-mon[117428]: pgmap v6774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:57 smithi137 ceph-mon[117020]: pgmap v6774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:58:59 smithi066 ceph-mon[112137]: pgmap v6775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:58:59 smithi203 ceph-mon[117428]: pgmap v6775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:58:59 smithi137 ceph-mon[117020]: pgmap v6775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:02.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:02.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:02.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:01 smithi066 ceph-mon[112137]: pgmap v6776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:01 smithi203 ceph-mon[117428]: pgmap v6776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:01 smithi137 ceph-mon[117020]: pgmap v6776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:02.871 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:02.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:02.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:02.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:02.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:02 smithi066 ceph-mon[112137]: from='client.192888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:02 smithi203 ceph-mon[117428]: from='client.192888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:02 smithi137 ceph-mon[117020]: from='client.192888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:04 smithi203 ceph-mon[117428]: pgmap v6777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:04 smithi137 ceph-mon[117020]: pgmap v6777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:04.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:04 smithi066 ceph-mon[112137]: pgmap v6777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:05 smithi066 ceph-mon[112137]: pgmap v6778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:05 smithi203 ceph-mon[117428]: pgmap v6778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:05 smithi137 ceph-mon[117020]: pgmap v6778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:07.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:07.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:07.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:07 smithi066 ceph-mon[112137]: pgmap v6779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:07 smithi203 ceph-mon[117428]: pgmap v6779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:07 smithi137 ceph-mon[117020]: pgmap v6779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:08.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:08.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:08.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:08.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:08.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:09 smithi203 ceph-mon[117428]: from='client.192963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:09 smithi137 ceph-mon[117020]: from='client.192963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:09 smithi066 ceph-mon[112137]: from='client.192963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:10 smithi203 ceph-mon[117428]: pgmap v6780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:10 smithi137 ceph-mon[117020]: pgmap v6780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:10 smithi066 ceph-mon[112137]: pgmap v6780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:11 smithi066 ceph-mon[112137]: pgmap v6781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:11 smithi203 ceph-mon[117428]: pgmap v6781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:11 smithi137 ceph-mon[117020]: pgmap v6781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:13.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:13.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:13.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:14.336 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:14.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:14.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:14.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:14.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:14 smithi203 ceph-mon[117428]: pgmap v6782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:14 smithi137 ceph-mon[117020]: pgmap v6782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:14 smithi066 ceph-mon[112137]: pgmap v6782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:15 smithi203 ceph-mon[117428]: from='client.193038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:15 smithi137 ceph-mon[117020]: from='client.193038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:15 smithi066 ceph-mon[112137]: from='client.193038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:16 smithi203 ceph-mon[117428]: pgmap v6783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:16 smithi137 ceph-mon[117020]: pgmap v6783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:16 smithi066 ceph-mon[112137]: pgmap v6783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:17 smithi066 ceph-mon[112137]: pgmap v6784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:17 smithi203 ceph-mon[117428]: pgmap v6784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:17 smithi137 ceph-mon[117020]: pgmap v6784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:19.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:19.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:19.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:20.064 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:20.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:20.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:20.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:20.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:19 smithi066 ceph-mon[112137]: from='client.193113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:19 smithi066 ceph-mon[112137]: pgmap v6785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:19 smithi203 ceph-mon[117428]: from='client.193113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:19 smithi203 ceph-mon[117428]: pgmap v6785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:19 smithi137 ceph-mon[117020]: from='client.193113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:19 smithi137 ceph-mon[117020]: pgmap v6785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:21 smithi066 ceph-mon[112137]: pgmap v6786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:21 smithi203 ceph-mon[117428]: pgmap v6786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:21 smithi137 ceph-mon[117020]: pgmap v6786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:24 smithi203 ceph-mon[117428]: pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:24 smithi137 ceph-mon[117020]: pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:24 smithi066 ceph-mon[112137]: pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:25.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:25.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:25.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:25.785 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:25.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:25.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:25.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:25.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:25 smithi066 ceph-mon[112137]: from='client.193188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:25 smithi066 ceph-mon[112137]: pgmap v6788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:26.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:25 smithi203 ceph-mon[117428]: from='client.193188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:26.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:25 smithi203 ceph-mon[117428]: pgmap v6788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:25 smithi137 ceph-mon[117020]: from='client.193188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:25 smithi137 ceph-mon[117020]: pgmap v6788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:28.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:27 smithi066 ceph-mon[112137]: pgmap v6789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:28.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:27 smithi203 ceph-mon[117428]: pgmap v6789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:27 smithi137 ceph-mon[117020]: pgmap v6789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:29 smithi066 ceph-mon[112137]: pgmap v6790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:29 smithi203 ceph-mon[117428]: pgmap v6790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:29 smithi137 ceph-mon[117020]: pgmap v6790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:30.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:30.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:30.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:31.508 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:31.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:31.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:31.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:31.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:31 smithi066 ceph-mon[112137]: from='client.193263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:31 smithi066 ceph-mon[112137]: pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:32.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:31 smithi203 ceph-mon[117428]: from='client.193263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:32.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:31 smithi203 ceph-mon[117428]: pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:31 smithi137 ceph-mon[117020]: from='client.193263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:31 smithi137 ceph-mon[117020]: pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:34 smithi203 ceph-mon[117428]: pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:34 smithi137 ceph-mon[117020]: pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:34 smithi066 ceph-mon[112137]: pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:36.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:35 smithi066 ceph-mon[112137]: pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:35 smithi203 ceph-mon[117428]: pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:35 smithi137 ceph-mon[117020]: pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:36.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:36.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:36.511 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:36 smithi066 ceph-mon[112137]: from='client.193338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:37.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:37.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:37.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:37.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:37.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:36 smithi203 ceph-mon[117428]: from='client.193338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:36 smithi137 ceph-mon[117020]: from='client.193338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:37 smithi066 ceph-mon[112137]: pgmap v6794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:37 smithi203 ceph-mon[117428]: pgmap v6794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:37 smithi137 ceph-mon[117020]: pgmap v6794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:39 smithi066 ceph-mon[112137]: pgmap v6795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:39 smithi203 ceph-mon[117428]: pgmap v6795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:39 smithi137 ceph-mon[117020]: pgmap v6795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:41 smithi066 ceph-mon[112137]: pgmap v6796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:42.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:42.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:42.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:42.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:41 smithi203 ceph-mon[117428]: pgmap v6796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:41 smithi137 ceph-mon[117020]: pgmap v6796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:42.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:42.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:42.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:42.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:42.980 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:42 smithi066 ceph-mon[112137]: from='client.193413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:42 smithi203 ceph-mon[117428]: from='client.193413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:42 smithi137 ceph-mon[117020]: from='client.193413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:44 smithi203 ceph-mon[117428]: pgmap v6797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:44 smithi137 ceph-mon[117020]: pgmap v6797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:44 smithi066 ceph-mon[112137]: pgmap v6797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:45 smithi066 ceph-mon[112137]: pgmap v6798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:45 smithi203 ceph-mon[117428]: pgmap v6798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:45 smithi137 ceph-mon[117020]: pgmap v6798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:47.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:47.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:47.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:47 smithi066 ceph-mon[112137]: pgmap v6799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:47 smithi203 ceph-mon[117428]: pgmap v6799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:47 smithi137 ceph-mon[117020]: pgmap v6799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:48.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:48.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:48.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:48.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:48.735 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:59:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:48 smithi066 ceph-mon[112137]: from='client.193491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:59:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:59:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:59:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:59:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:48 smithi203 ceph-mon[117428]: from='client.193491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:59:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:59:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:59:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:59:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:48 smithi137 ceph-mon[117020]: from='client.193491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:59:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:59:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T20:59:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:49 smithi066 ceph-mon[112137]: pgmap v6800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:49 smithi203 ceph-mon[117428]: pgmap v6800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:49 smithi137 ceph-mon[117020]: pgmap v6800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:51 smithi066 ceph-mon[112137]: pgmap v6801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:51 smithi203 ceph-mon[117428]: pgmap v6801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:51 smithi137 ceph-mon[117020]: pgmap v6801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:53.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:53.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:53.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:54.474 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T20:59:54.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:54.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:54.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:54.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T20:59:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:54 smithi203 ceph-mon[117428]: pgmap v6802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:54 smithi137 ceph-mon[117020]: pgmap v6802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:54 smithi066 ceph-mon[112137]: pgmap v6802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:55 smithi203 ceph-mon[117428]: from='client.193566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:55 smithi137 ceph-mon[117020]: from='client.193566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:55 smithi066 ceph-mon[112137]: from='client.193566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:56 smithi203 ceph-mon[117428]: pgmap v6803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:56 smithi137 ceph-mon[117020]: pgmap v6803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:56 smithi066 ceph-mon[112137]: pgmap v6803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:57 smithi066 ceph-mon[112137]: pgmap v6804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:57 smithi203 ceph-mon[117428]: pgmap v6804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:58.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:57 smithi137 ceph-mon[117020]: pgmap v6804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:59.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T20:59:59.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:59.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:00.201 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:00.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:00.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:00.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:00.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:59 smithi066 ceph-mon[112137]: from='client.193638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 20:59:59 smithi066 ceph-mon[112137]: pgmap v6805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:59 smithi203 ceph-mon[117428]: from='client.193638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 20:59:59 smithi203 ceph-mon[117428]: pgmap v6805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:59 smithi137 ceph-mon[117020]: from='client.193638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 20:59:59 smithi137 ceph-mon[117020]: pgmap v6805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T21:00:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T21:00:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T21:00:02.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:01 smithi066 ceph-mon[112137]: pgmap v6806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:01 smithi203 ceph-mon[117428]: pgmap v6806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:01 smithi137 ceph-mon[117020]: pgmap v6806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:04 smithi203 ceph-mon[117428]: pgmap v6807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:04 smithi137 ceph-mon[117020]: pgmap v6807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:04.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:04 smithi066 ceph-mon[112137]: pgmap v6807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:05.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:05.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:05.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:05.921 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:05.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:05.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:05.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:05.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:05 smithi066 ceph-mon[112137]: from='client.193713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:05 smithi066 ceph-mon[112137]: pgmap v6808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:05 smithi203 ceph-mon[117428]: from='client.193713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:05 smithi203 ceph-mon[117428]: pgmap v6808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:05 smithi137 ceph-mon[117020]: from='client.193713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:05 smithi137 ceph-mon[117020]: pgmap v6808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:08.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:07 smithi203 ceph-mon[117428]: pgmap v6809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:07 smithi066 ceph-mon[112137]: pgmap v6809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:07 smithi137 ceph-mon[117020]: pgmap v6809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:09 smithi066 ceph-mon[112137]: pgmap v6810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:09 smithi203 ceph-mon[117428]: pgmap v6810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:09 smithi137 ceph-mon[117020]: pgmap v6810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:10.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:10.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:10.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:11.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:11.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:11.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:11.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:11.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:11 smithi066 ceph-mon[112137]: from='client.193788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:11 smithi066 ceph-mon[112137]: pgmap v6811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:11 smithi203 ceph-mon[117428]: from='client.193788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:11 smithi203 ceph-mon[117428]: pgmap v6811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:11 smithi137 ceph-mon[117020]: from='client.193788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:11 smithi137 ceph-mon[117020]: pgmap v6811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:14 smithi203 ceph-mon[117428]: pgmap v6812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:14 smithi137 ceph-mon[117020]: pgmap v6812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:14 smithi066 ceph-mon[112137]: pgmap v6812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:16.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:15 smithi066 ceph-mon[112137]: pgmap v6813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:15 smithi203 ceph-mon[117428]: pgmap v6813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:15 smithi137 ceph-mon[117020]: pgmap v6813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:16.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:16.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:16.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:17.377 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:17.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:17.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:17.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:17.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:18.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:17 smithi066 ceph-mon[112137]: from='client.193863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:17 smithi066 ceph-mon[112137]: pgmap v6814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:17 smithi203 ceph-mon[117428]: from='client.193863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:17 smithi203 ceph-mon[117428]: pgmap v6814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:17 smithi137 ceph-mon[117020]: from='client.193863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:17 smithi137 ceph-mon[117020]: pgmap v6814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:19 smithi066 ceph-mon[112137]: pgmap v6815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:19 smithi203 ceph-mon[117428]: pgmap v6815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:19 smithi137 ceph-mon[117020]: pgmap v6815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:21 smithi066 ceph-mon[112137]: pgmap v6816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:21 smithi203 ceph-mon[117428]: pgmap v6816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:22.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:21 smithi137 ceph-mon[117020]: pgmap v6816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:22.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:22.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:22.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:23.098 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:23.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:23.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:23.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:23.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:22 smithi066 ceph-mon[112137]: from='client.193938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:22 smithi203 ceph-mon[117428]: from='client.193938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:22 smithi137 ceph-mon[117020]: from='client.193938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:24 smithi203 ceph-mon[117428]: pgmap v6817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:24 smithi137 ceph-mon[117020]: pgmap v6817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:24 smithi066 ceph-mon[112137]: pgmap v6817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:25 smithi066 ceph-mon[112137]: pgmap v6818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:25 smithi203 ceph-mon[117428]: pgmap v6818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:25 smithi137 ceph-mon[117020]: pgmap v6818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:28.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:28.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:28.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:27 smithi066 ceph-mon[112137]: pgmap v6819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:27 smithi203 ceph-mon[117428]: pgmap v6819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:27 smithi137 ceph-mon[117020]: pgmap v6819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:28.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:28.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:28.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:28.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:28.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:29 smithi203 ceph-mon[117428]: from='client.194013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:29 smithi137 ceph-mon[117020]: from='client.194013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:29 smithi066 ceph-mon[112137]: from='client.194013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:30 smithi203 ceph-mon[117428]: pgmap v6820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:30 smithi137 ceph-mon[117020]: pgmap v6820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:30 smithi066 ceph-mon[112137]: pgmap v6820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:31 smithi066 ceph-mon[112137]: pgmap v6821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:32.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:31 smithi203 ceph-mon[117428]: pgmap v6821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:31 smithi137 ceph-mon[117020]: pgmap v6821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:33.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:33.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:33.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:34.537 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:34.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:34.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:34.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:34.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:34 smithi203 ceph-mon[117428]: pgmap v6822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:34 smithi137 ceph-mon[117020]: pgmap v6822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:34.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:34 smithi066 ceph-mon[112137]: pgmap v6822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:35 smithi203 ceph-mon[117428]: from='client.194091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:35 smithi137 ceph-mon[117020]: from='client.194091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:35 smithi066 ceph-mon[112137]: from='client.194091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:36 smithi203 ceph-mon[117428]: pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:36 smithi137 ceph-mon[117020]: pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:36 smithi066 ceph-mon[112137]: pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:37 smithi066 ceph-mon[112137]: pgmap v6824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:37 smithi203 ceph-mon[117428]: pgmap v6824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:37 smithi137 ceph-mon[117020]: pgmap v6824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:39.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:39.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:39.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:40.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:40.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:40.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:40.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:40.265 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:40 smithi066 ceph-mon[112137]: pgmap v6825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:40 smithi066 ceph-mon[112137]: from='client.194169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:40 smithi203 ceph-mon[117428]: pgmap v6825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:40 smithi203 ceph-mon[117428]: from='client.194169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:40 smithi137 ceph-mon[117020]: pgmap v6825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:40 smithi137 ceph-mon[117020]: from='client.194169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:42.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:41 smithi066 ceph-mon[112137]: pgmap v6826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:41 smithi203 ceph-mon[117428]: pgmap v6826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:41 smithi137 ceph-mon[117020]: pgmap v6826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:44 smithi203 ceph-mon[117428]: pgmap v6827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:44 smithi137 ceph-mon[117020]: pgmap v6827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:44 smithi066 ceph-mon[112137]: pgmap v6827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:45.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:45.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:45.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:45.987 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:45.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:45.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:45.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:45.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:45 smithi066 ceph-mon[112137]: from='client.194247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:45 smithi066 ceph-mon[112137]: pgmap v6828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:46.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:45 smithi203 ceph-mon[117428]: from='client.194247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:46.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:45 smithi203 ceph-mon[117428]: pgmap v6828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:45 smithi137 ceph-mon[117020]: from='client.194247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:45 smithi137 ceph-mon[117020]: pgmap v6828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:47 smithi066 ceph-mon[112137]: pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:47 smithi203 ceph-mon[117428]: pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:47 smithi137 ceph-mon[117020]: pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:00:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:00:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:00:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:00:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:00:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:00:50.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:50 smithi203 ceph-mon[117428]: pgmap v6830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:00:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:00:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:00:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:50 smithi137 ceph-mon[117020]: pgmap v6830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:00:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:00:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:00:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:50 smithi066 ceph-mon[112137]: pgmap v6830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:50.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:50.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:50.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:51.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:51.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:51.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:51.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:51.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:51 smithi066 ceph-mon[112137]: from='client.194322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:51 smithi066 ceph-mon[112137]: pgmap v6831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:51 smithi203 ceph-mon[117428]: from='client.194322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:51 smithi203 ceph-mon[117428]: pgmap v6831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:51 smithi137 ceph-mon[117020]: from='client.194322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:51 smithi137 ceph-mon[117020]: pgmap v6831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:54 smithi203 ceph-mon[117428]: pgmap v6832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:54 smithi137 ceph-mon[117020]: pgmap v6832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:54 smithi066 ceph-mon[112137]: pgmap v6832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:55 smithi066 ceph-mon[112137]: pgmap v6833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:55 smithi203 ceph-mon[117428]: pgmap v6833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:55 smithi137 ceph-mon[117020]: pgmap v6833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:56.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:00:56.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:56.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:57.447 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:00:57.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:57.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:57.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:57.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:00:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:57 smithi066 ceph-mon[112137]: from='client.194397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:57 smithi066 ceph-mon[112137]: pgmap v6834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:58.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:57 smithi203 ceph-mon[117428]: from='client.194397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:58.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:57 smithi203 ceph-mon[117428]: pgmap v6834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:57 smithi137 ceph-mon[117020]: from='client.194397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:57 smithi137 ceph-mon[117020]: pgmap v6834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:00:59 smithi066 ceph-mon[112137]: pgmap v6835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:00:59 smithi203 ceph-mon[117428]: pgmap v6835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:00:59 smithi137 ceph-mon[117020]: pgmap v6835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:01 smithi066 ceph-mon[112137]: pgmap v6836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:01 smithi203 ceph-mon[117428]: pgmap v6836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:01 smithi137 ceph-mon[117020]: pgmap v6836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:02.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:02.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:02.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:03.188 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:03.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:03.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:03.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:03.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:02 smithi066 ceph-mon[112137]: from='client.194472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:02 smithi203 ceph-mon[117428]: from='client.194472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:02 smithi137 ceph-mon[117020]: from='client.194472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:04 smithi203 ceph-mon[117428]: pgmap v6837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:04 smithi137 ceph-mon[117020]: pgmap v6837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:04 smithi066 ceph-mon[112137]: pgmap v6837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:05 smithi066 ceph-mon[112137]: pgmap v6838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:05 smithi203 ceph-mon[117428]: pgmap v6838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:05 smithi137 ceph-mon[117020]: pgmap v6838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:08.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:08.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:08.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:07 smithi066 ceph-mon[112137]: pgmap v6839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:08.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:07 smithi203 ceph-mon[117428]: pgmap v6839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:07 smithi137 ceph-mon[117020]: pgmap v6839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:08.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:08.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:08.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:08.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:08.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:09 smithi203 ceph-mon[117428]: from='client.194547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:09 smithi137 ceph-mon[117020]: from='client.194547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:09 smithi066 ceph-mon[112137]: from='client.194547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:10 smithi203 ceph-mon[117428]: pgmap v6840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:10 smithi137 ceph-mon[117020]: pgmap v6840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:10 smithi066 ceph-mon[112137]: pgmap v6840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:11 smithi066 ceph-mon[112137]: pgmap v6841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:12.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:11 smithi203 ceph-mon[117428]: pgmap v6841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:11 smithi137 ceph-mon[117020]: pgmap v6841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:13.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:13.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:13.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:14 smithi203 ceph-mon[117428]: pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:14 smithi137 ceph-mon[117020]: pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:14.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:14.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:14.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:14.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:14.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:14 smithi066 ceph-mon[112137]: pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:15 smithi203 ceph-mon[117428]: from='client.194622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:15 smithi137 ceph-mon[117020]: from='client.194622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:15 smithi066 ceph-mon[112137]: from='client.194622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:16 smithi203 ceph-mon[117428]: pgmap v6843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:01:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:16 smithi137 ceph-mon[117020]: pgmap v6843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:01:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:16 smithi066 ceph-mon[112137]: pgmap v6843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:01:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:17 smithi066 ceph-mon[112137]: pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:01:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:17 smithi203 ceph-mon[117428]: pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:01:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:17 smithi137 ceph-mon[117020]: pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:01:19.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:19.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:19.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:19 smithi066 ceph-mon[112137]: pgmap v6845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:19 smithi203 ceph-mon[117428]: pgmap v6845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:19 smithi137 ceph-mon[117020]: pgmap v6845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:20.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:20.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:20.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:20.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:20.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:20 smithi066 ceph-mon[112137]: from='client.194694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:20 smithi203 ceph-mon[117428]: from='client.194694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:20 smithi137 ceph-mon[117020]: from='client.194694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:22.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:21 smithi066 ceph-mon[112137]: pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:21 smithi203 ceph-mon[117428]: pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:22.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:21 smithi137 ceph-mon[117020]: pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:24 smithi203 ceph-mon[117428]: pgmap v6847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:24 smithi137 ceph-mon[117020]: pgmap v6847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:24 smithi066 ceph-mon[112137]: pgmap v6847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:25.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:25.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:25.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:26.119 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:26.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:26.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:26.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:26.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:25 smithi066 ceph-mon[112137]: from='client.194769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:25 smithi066 ceph-mon[112137]: pgmap v6848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:25 smithi203 ceph-mon[117428]: from='client.194769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:25 smithi203 ceph-mon[117428]: pgmap v6848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:25 smithi137 ceph-mon[117020]: from='client.194769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:25 smithi137 ceph-mon[117020]: pgmap v6848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:27 smithi066 ceph-mon[112137]: pgmap v6849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:01:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:27 smithi203 ceph-mon[117428]: pgmap v6849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:01:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:27 smithi137 ceph-mon[117020]: pgmap v6849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:01:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:29 smithi066 ceph-mon[112137]: pgmap v6850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:01:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:29 smithi203 ceph-mon[117428]: pgmap v6850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:01:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:29 smithi137 ceph-mon[117020]: pgmap v6850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:01:31.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:31.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:31.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:31.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:31.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:31.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:31.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:31.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:31 smithi066 ceph-mon[112137]: from='client.194847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:31 smithi066 ceph-mon[112137]: pgmap v6851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:31 smithi203 ceph-mon[117428]: from='client.194847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:31 smithi203 ceph-mon[117428]: pgmap v6851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:31 smithi137 ceph-mon[117020]: from='client.194847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:31 smithi137 ceph-mon[117020]: pgmap v6851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:34 smithi203 ceph-mon[117428]: pgmap v6852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:34 smithi137 ceph-mon[117020]: pgmap v6852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:34 smithi066 ceph-mon[112137]: pgmap v6852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:35 smithi066 ceph-mon[112137]: pgmap v6853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:35 smithi203 ceph-mon[117428]: pgmap v6853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:35 smithi137 ceph-mon[117020]: pgmap v6853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:36.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:36.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:36.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:37.568 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:37.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:37.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:37.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:37.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:37 smithi066 ceph-mon[112137]: from='client.194919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:37 smithi066 ceph-mon[112137]: pgmap v6854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:37 smithi203 ceph-mon[117428]: from='client.194919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:37 smithi203 ceph-mon[117428]: pgmap v6854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:37 smithi137 ceph-mon[117020]: from='client.194919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:37 smithi137 ceph-mon[117020]: pgmap v6854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:39 smithi066 ceph-mon[112137]: pgmap v6855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:39 smithi203 ceph-mon[117428]: pgmap v6855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:39 smithi137 ceph-mon[117020]: pgmap v6855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:41 smithi066 ceph-mon[112137]: pgmap v6856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:41 smithi203 ceph-mon[117428]: pgmap v6856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:41 smithi137 ceph-mon[117020]: pgmap v6856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:42.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:42.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:42.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:43.291 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:43.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:43.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:43.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:43.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:44 smithi203 ceph-mon[117428]: from='client.194994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:44 smithi203 ceph-mon[117428]: pgmap v6857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:44 smithi137 ceph-mon[117020]: from='client.194994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:44 smithi137 ceph-mon[117020]: pgmap v6857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:44 smithi066 ceph-mon[112137]: from='client.194994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:44 smithi066 ceph-mon[112137]: pgmap v6857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:46.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:45 smithi066 ceph-mon[112137]: pgmap v6858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:45 smithi203 ceph-mon[117428]: pgmap v6858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:45 smithi137 ceph-mon[117020]: pgmap v6858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:47 smithi066 ceph-mon[112137]: pgmap v6859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:48.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:48.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:48.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:47 smithi203 ceph-mon[117428]: pgmap v6859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:47 smithi137 ceph-mon[117020]: pgmap v6859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:49.033 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:49.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:49.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:49.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:49.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:49 smithi203 ceph-mon[117428]: from='client.195069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:49 smithi137 ceph-mon[117020]: from='client.195069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:49.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:49 smithi066 ceph-mon[112137]: from='client.195069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:01:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:50 smithi203 ceph-mon[117428]: pgmap v6860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:01:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:01:50.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:01:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:01:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:50 smithi137 ceph-mon[117020]: pgmap v6860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:01:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:01:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:01:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:01:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:50 smithi066 ceph-mon[112137]: pgmap v6860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:01:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:01:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:01:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:51 smithi066 ceph-mon[112137]: pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:51 smithi203 ceph-mon[117428]: pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:51 smithi137 ceph-mon[117020]: pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:54.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:54.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:54.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:54 smithi203 ceph-mon[117428]: pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:54 smithi137 ceph-mon[117020]: pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:54 smithi066 ceph-mon[112137]: pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:54.760 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:01:54.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:54.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:54.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:54.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:01:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:55 smithi203 ceph-mon[117428]: from='client.195147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:55 smithi137 ceph-mon[117020]: from='client.195147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:55 smithi066 ceph-mon[112137]: from='client.195147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:56 smithi203 ceph-mon[117428]: pgmap v6863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:01:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:56 smithi137 ceph-mon[117020]: pgmap v6863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:01:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:56 smithi066 ceph-mon[112137]: pgmap v6863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:01:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:57 smithi066 ceph-mon[112137]: pgmap v6864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:01:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:57 smithi203 ceph-mon[117428]: pgmap v6864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:01:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:57 smithi137 ceph-mon[117020]: pgmap v6864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:01:59.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:01:59.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:59.763 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:01:59 smithi066 ceph-mon[112137]: pgmap v6865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:01:59 smithi203 ceph-mon[117428]: pgmap v6865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:01:59 smithi137 ceph-mon[117020]: pgmap v6865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:00.484 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:00.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:00.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:00.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:00.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:00 smithi066 ceph-mon[112137]: from='client.195225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:00 smithi203 ceph-mon[117428]: from='client.195225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:00 smithi137 ceph-mon[117020]: from='client.195225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:01 smithi066 ceph-mon[112137]: pgmap v6866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:01 smithi203 ceph-mon[117428]: pgmap v6866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:01 smithi137 ceph-mon[117020]: pgmap v6866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:04 smithi203 ceph-mon[117428]: pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:04 smithi137 ceph-mon[117020]: pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:04 smithi066 ceph-mon[112137]: pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:05.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:05.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:05.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:06.228 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:06.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:06.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:06.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:06.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:05 smithi066 ceph-mon[112137]: from='client.195297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:05 smithi066 ceph-mon[112137]: pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:05 smithi203 ceph-mon[117428]: from='client.195297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:05 smithi203 ceph-mon[117428]: pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:05 smithi137 ceph-mon[117020]: from='client.195297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:05 smithi137 ceph-mon[117020]: pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:07 smithi066 ceph-mon[112137]: pgmap v6869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:02:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:07 smithi203 ceph-mon[117428]: pgmap v6869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:02:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:07 smithi137 ceph-mon[117020]: pgmap v6869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:02:10.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:09 smithi066 ceph-mon[112137]: pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:02:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:09 smithi203 ceph-mon[117428]: pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:02:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:09 smithi137 ceph-mon[117020]: pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:02:11.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:11.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:11.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:11.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:11.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:11.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:11.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:11.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:12.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:11 smithi066 ceph-mon[112137]: from='client.195375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:12.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:11 smithi066 ceph-mon[112137]: pgmap v6871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:11 smithi203 ceph-mon[117428]: from='client.195375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:11 smithi203 ceph-mon[117428]: pgmap v6871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:11 smithi137 ceph-mon[117020]: from='client.195375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:11 smithi137 ceph-mon[117020]: pgmap v6871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:14 smithi203 ceph-mon[117428]: pgmap v6872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:14 smithi137 ceph-mon[117020]: pgmap v6872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:14 smithi066 ceph-mon[112137]: pgmap v6872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:16.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:15 smithi066 ceph-mon[112137]: pgmap v6873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:15 smithi203 ceph-mon[117428]: pgmap v6873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:15 smithi137 ceph-mon[117020]: pgmap v6873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:16.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:16.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:16.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:17.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:17.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:17.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:17.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:17.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:17 smithi066 ceph-mon[112137]: from='client.195450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:17 smithi066 ceph-mon[112137]: pgmap v6874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:17 smithi203 ceph-mon[117428]: from='client.195450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:17 smithi203 ceph-mon[117428]: pgmap v6874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:17 smithi137 ceph-mon[117020]: from='client.195450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:17 smithi137 ceph-mon[117020]: pgmap v6874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:19 smithi066 ceph-mon[112137]: pgmap v6875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:19 smithi203 ceph-mon[117428]: pgmap v6875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:19 smithi137 ceph-mon[117020]: pgmap v6875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:21 smithi066 ceph-mon[112137]: pgmap v6876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:21 smithi203 ceph-mon[117428]: pgmap v6876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:21 smithi137 ceph-mon[117020]: pgmap v6876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:22.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:22.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:22.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:23.419 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:23.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:23.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:23.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:23.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:24 smithi203 ceph-mon[117428]: from='client.195519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:24 smithi203 ceph-mon[117428]: pgmap v6877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:24 smithi137 ceph-mon[117020]: from='client.195519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:24 smithi137 ceph-mon[117020]: pgmap v6877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:24 smithi066 ceph-mon[112137]: from='client.195519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:24 smithi066 ceph-mon[112137]: pgmap v6877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:26.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:25 smithi066 ceph-mon[112137]: pgmap v6878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:25 smithi203 ceph-mon[117428]: pgmap v6878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:25 smithi137 ceph-mon[117020]: pgmap v6878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:27 smithi066 ceph-mon[112137]: pgmap v6879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:27 smithi203 ceph-mon[117428]: pgmap v6879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:27 smithi137 ceph-mon[117020]: pgmap v6879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:28.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:28.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:28.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:29.157 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:29.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:29.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:29.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:29.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:29 smithi203 ceph-mon[117428]: from='client.195597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:29 smithi137 ceph-mon[117020]: from='client.195597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:29.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:29 smithi066 ceph-mon[112137]: from='client.195597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:30 smithi203 ceph-mon[117428]: pgmap v6880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:30 smithi137 ceph-mon[117020]: pgmap v6880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:30 smithi066 ceph-mon[112137]: pgmap v6880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:31 smithi066 ceph-mon[112137]: pgmap v6881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:31 smithi203 ceph-mon[117428]: pgmap v6881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:31 smithi137 ceph-mon[117020]: pgmap v6881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:34.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:34.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:34.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:34 smithi203 ceph-mon[117428]: pgmap v6882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:34 smithi137 ceph-mon[117020]: pgmap v6882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:34 smithi066 ceph-mon[112137]: pgmap v6882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:34.876 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:34.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:34.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:34.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:34.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:35 smithi203 ceph-mon[117428]: from='client.195672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:35 smithi137 ceph-mon[117020]: from='client.195672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:35 smithi066 ceph-mon[112137]: from='client.195672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:36 smithi203 ceph-mon[117428]: pgmap v6883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:02:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:36 smithi137 ceph-mon[117020]: pgmap v6883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:02:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:36 smithi066 ceph-mon[112137]: pgmap v6883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:02:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:37 smithi203 ceph-mon[117428]: pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:02:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:37 smithi137 ceph-mon[117020]: pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:02:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:37 smithi066 ceph-mon[112137]: pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:02:39.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:39.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:39.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:39 smithi203 ceph-mon[117428]: pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:39 smithi137 ceph-mon[117020]: pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:39 smithi066 ceph-mon[112137]: pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:40.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:40.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:40.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:40.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:40.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:40 smithi203 ceph-mon[117428]: from='client.195750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:40 smithi137 ceph-mon[117020]: from='client.195750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:40 smithi066 ceph-mon[112137]: from='client.195750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:41 smithi203 ceph-mon[117428]: pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:41 smithi137 ceph-mon[117020]: pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:41 smithi066 ceph-mon[112137]: pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:44 smithi203 ceph-mon[117428]: pgmap v6887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:44 smithi137 ceph-mon[117020]: pgmap v6887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:44 smithi066 ceph-mon[112137]: pgmap v6887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:45.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:45.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:45.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:45 smithi203 ceph-mon[117428]: pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:46.350 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:46.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:46.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:46.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:46.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:45 smithi137 ceph-mon[117020]: pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:45 smithi066 ceph-mon[112137]: pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:46 smithi203 ceph-mon[117428]: from='client.195828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:46 smithi137 ceph-mon[117020]: from='client.195828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:46 smithi066 ceph-mon[112137]: from='client.195828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:47 smithi203 ceph-mon[117428]: pgmap v6889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:02:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:47 smithi137 ceph-mon[117020]: pgmap v6889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:02:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:47 smithi066 ceph-mon[112137]: pgmap v6889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:02:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:49 smithi203 ceph-mon[117428]: pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:02:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:49 smithi137 ceph-mon[117020]: pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:02:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:49 smithi066 ceph-mon[112137]: pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:02:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:02:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:02:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:02:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:02:51.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:51.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:51.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:02:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:02:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:02:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:02:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:02:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:02:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:02:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:02:52.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:52.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:52.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:52.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:52.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:51 smithi203 ceph-mon[117428]: from='client.195900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:51 smithi203 ceph-mon[117428]: pgmap v6891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:51 smithi137 ceph-mon[117020]: from='client.195900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:51 smithi137 ceph-mon[117020]: pgmap v6891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:51 smithi066 ceph-mon[112137]: from='client.195900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:51 smithi066 ceph-mon[112137]: pgmap v6891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:54 smithi203 ceph-mon[117428]: pgmap v6892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:54 smithi137 ceph-mon[117020]: pgmap v6892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:54 smithi066 ceph-mon[112137]: pgmap v6892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:55 smithi203 ceph-mon[117428]: pgmap v6893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:55 smithi137 ceph-mon[117020]: pgmap v6893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:55 smithi066 ceph-mon[112137]: pgmap v6893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:57.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:02:57.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:57.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:57.820 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:02:57.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:57.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:57.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:57.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:02:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:57 smithi203 ceph-mon[117428]: from='client.195978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:57 smithi203 ceph-mon[117428]: pgmap v6894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:57 smithi137 ceph-mon[117020]: from='client.195978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:57 smithi137 ceph-mon[117020]: pgmap v6894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:57 smithi066 ceph-mon[112137]: from='client.195978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:57 smithi066 ceph-mon[112137]: pgmap v6894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:02:59 smithi203 ceph-mon[117428]: pgmap v6895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:02:59 smithi137 ceph-mon[117020]: pgmap v6895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:02:59 smithi066 ceph-mon[112137]: pgmap v6895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:01 smithi203 ceph-mon[117428]: pgmap v6896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:01 smithi137 ceph-mon[117020]: pgmap v6896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:01 smithi066 ceph-mon[112137]: pgmap v6896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:02.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:02.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:02.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:03.545 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:03.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:03.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:03.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:03.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:04 smithi203 ceph-mon[117428]: from='client.196050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:04 smithi203 ceph-mon[117428]: pgmap v6897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:04 smithi137 ceph-mon[117020]: from='client.196050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:04 smithi137 ceph-mon[117020]: pgmap v6897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:04 smithi066 ceph-mon[112137]: from='client.196050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:04 smithi066 ceph-mon[112137]: pgmap v6897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:05 smithi203 ceph-mon[117428]: pgmap v6898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:06.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:05 smithi137 ceph-mon[117020]: pgmap v6898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:05 smithi066 ceph-mon[112137]: pgmap v6898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:08.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:07 smithi203 ceph-mon[117428]: pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:07 smithi137 ceph-mon[117020]: pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:07 smithi066 ceph-mon[112137]: pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:08.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:08.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:08.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:09.273 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:09.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:09.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:09.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:09.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:09.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:09 smithi203 ceph-mon[117428]: from='client.196128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:09.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:09 smithi137 ceph-mon[117020]: from='client.196128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:09 smithi066 ceph-mon[112137]: from='client.196128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:10.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:10 smithi203 ceph-mon[117428]: pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:10.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:10 smithi137 ceph-mon[117020]: pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:10 smithi066 ceph-mon[112137]: pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:11 smithi203 ceph-mon[117428]: pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:12.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:11 smithi137 ceph-mon[117020]: pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:11 smithi066 ceph-mon[112137]: pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:14.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:14.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:14.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:14.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:14 smithi203 ceph-mon[117428]: pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:14.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:14 smithi137 ceph-mon[117020]: pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:14 smithi066 ceph-mon[112137]: pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:15.009 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:15.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:15.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:15.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:15.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:15.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:15 smithi203 ceph-mon[117428]: from='client.196206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:15.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:15 smithi137 ceph-mon[117020]: from='client.196206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:15 smithi066 ceph-mon[112137]: from='client.196206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:16 smithi203 ceph-mon[117428]: pgmap v6903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:16.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:16 smithi137 ceph-mon[117020]: pgmap v6903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:16 smithi066 ceph-mon[112137]: pgmap v6903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:17 smithi203 ceph-mon[117428]: pgmap v6904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:18.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:17 smithi137 ceph-mon[117020]: pgmap v6904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:17 smithi066 ceph-mon[112137]: pgmap v6904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:20.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:20.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:20.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:19 smithi203 ceph-mon[117428]: pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:20.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:19 smithi137 ceph-mon[117020]: pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:20.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:19 smithi066 ceph-mon[112137]: pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:20.740 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:20.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:20.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:20.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:20.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:20 smithi203 ceph-mon[117428]: from='client.196281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:21.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:20 smithi137 ceph-mon[117020]: from='client.196281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:20 smithi066 ceph-mon[112137]: from='client.196281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:22 smithi203 ceph-mon[117428]: pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:22.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:22 smithi137 ceph-mon[117020]: pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:22 smithi066 ceph-mon[112137]: pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:24.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:24 smithi203 ceph-mon[117428]: pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:24.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:24 smithi137 ceph-mon[117020]: pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:24 smithi066 ceph-mon[112137]: pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:25.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:25.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:25.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:25 smithi203 ceph-mon[117428]: pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:26.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:25 smithi137 ceph-mon[117020]: pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:26.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:26.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:26.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:26.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:26.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:26.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:25 smithi066 ceph-mon[112137]: pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:26 smithi203 ceph-mon[117428]: from='client.196356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:27.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:26 smithi137 ceph-mon[117020]: from='client.196356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:27.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:26 smithi066 ceph-mon[112137]: from='client.196356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:28 smithi203 ceph-mon[117428]: pgmap v6909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:28.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:28 smithi137 ceph-mon[117020]: pgmap v6909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:28.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:28 smithi066 ceph-mon[112137]: pgmap v6909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:29 smithi203 ceph-mon[117428]: pgmap v6910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:30.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:29 smithi137 ceph-mon[117020]: pgmap v6910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:30.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:29 smithi066 ceph-mon[112137]: pgmap v6910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:31.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:31.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:31.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:32.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:32.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:32.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:32.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:32.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:31 smithi203 ceph-mon[117428]: from='client.196428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:31 smithi203 ceph-mon[117428]: pgmap v6911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:32.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:31 smithi137 ceph-mon[117020]: from='client.196428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:32.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:31 smithi137 ceph-mon[117020]: pgmap v6911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:32.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:31 smithi066 ceph-mon[112137]: from='client.196428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:32.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:31 smithi066 ceph-mon[112137]: pgmap v6911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:34.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:34 smithi203 ceph-mon[117428]: pgmap v6912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:34 smithi137 ceph-mon[117020]: pgmap v6912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:34 smithi066 ceph-mon[112137]: pgmap v6912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:35 smithi203 ceph-mon[117428]: pgmap v6913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:36.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:35 smithi137 ceph-mon[117020]: pgmap v6913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:36.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:35 smithi066 ceph-mon[112137]: pgmap v6913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:37.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:37.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:37.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:37.935 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:37.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:37.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:37.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:37.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:37 smithi203 ceph-mon[117428]: from='client.196500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:37 smithi203 ceph-mon[117428]: pgmap v6914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:38.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:37 smithi137 ceph-mon[117020]: from='client.196500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:38.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:37 smithi137 ceph-mon[117020]: pgmap v6914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:38.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:37 smithi066 ceph-mon[112137]: from='client.196500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:38.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:37 smithi066 ceph-mon[112137]: pgmap v6914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:39 smithi203 ceph-mon[117428]: pgmap v6915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:40.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:39 smithi137 ceph-mon[117020]: pgmap v6915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:40.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:39 smithi066 ceph-mon[112137]: pgmap v6915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:41 smithi203 ceph-mon[117428]: pgmap v6916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:42.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:41 smithi137 ceph-mon[117020]: pgmap v6916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:42.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:41 smithi066 ceph-mon[112137]: pgmap v6916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:42.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:42.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:42.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:43.663 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:43.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:43.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:43.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:43.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:44.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:44 smithi203 ceph-mon[117428]: from='client.196575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:44.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:44 smithi203 ceph-mon[117428]: pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:44.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:44 smithi137 ceph-mon[117020]: from='client.196575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:44.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:44 smithi137 ceph-mon[117020]: pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:44.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:44 smithi066 ceph-mon[112137]: from='client.196575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:44.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:44 smithi066 ceph-mon[112137]: pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:46 smithi203 ceph-mon[117428]: pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:46.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:46 smithi137 ceph-mon[117020]: pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:46.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:46 smithi066 ceph-mon[112137]: pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:48 smithi203 ceph-mon[117428]: pgmap v6919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:48.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:48 smithi137 ceph-mon[117020]: pgmap v6919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:48.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:48 smithi066 ceph-mon[112137]: pgmap v6919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:48.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:48.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:48.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:49.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:49.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:49.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:49.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:49.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:50.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:50 smithi203 ceph-mon[117428]: from='client.196650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:50 smithi203 ceph-mon[117428]: pgmap v6920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:50.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:50 smithi137 ceph-mon[117020]: from='client.196650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:50.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:50 smithi137 ceph-mon[117020]: pgmap v6920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:50.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:50 smithi066 ceph-mon[112137]: from='client.196650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:50.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:50 smithi066 ceph-mon[112137]: pgmap v6920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:51.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:03:51.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:03:51.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:03:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:03:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:03:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:03:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:52 smithi203 ceph-mon[117428]: pgmap v6921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:52.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:03:52.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:03:52.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:03:52.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:52 smithi137 ceph-mon[117020]: pgmap v6921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:52.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:03:52.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:03:52.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:03:52.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:52 smithi066 ceph-mon[112137]: pgmap v6921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:54.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:03:54.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:54.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:54.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:54 smithi203 ceph-mon[117428]: pgmap v6922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:54.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:54 smithi137 ceph-mon[117020]: pgmap v6922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:54.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:54 smithi066 ceph-mon[112137]: pgmap v6922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:55.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:55.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:55.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:55.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:03:55.133 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:03:55.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:55 smithi203 ceph-mon[117428]: from='client.196719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:55.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:55 smithi137 ceph-mon[117020]: from='client.196719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:55.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:55 smithi066 ceph-mon[112137]: from='client.196719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:56.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:56 smithi203 ceph-mon[117428]: pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:56.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:56 smithi137 ceph-mon[117020]: pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:56.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:56 smithi066 ceph-mon[112137]: pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:58.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:03:58 smithi203 ceph-mon[117428]: pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:58.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:03:58 smithi137 ceph-mon[117020]: pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:58.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:03:58 smithi066 ceph-mon[112137]: pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:00.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:00.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:00.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:00.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:00 smithi203 ceph-mon[117428]: pgmap v6925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:00.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:00 smithi137 ceph-mon[117020]: pgmap v6925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:00.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:00 smithi066 ceph-mon[112137]: pgmap v6925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:00.853 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:00.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:00.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:00.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:00.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:01.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:01 smithi203 ceph-mon[117428]: from='client.196797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:01.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:01 smithi137 ceph-mon[117020]: from='client.196797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:01.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:01 smithi066 ceph-mon[112137]: from='client.196797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:02.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:02 smithi203 ceph-mon[117428]: pgmap v6926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:02.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:02 smithi137 ceph-mon[117020]: pgmap v6926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:02.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:02 smithi066 ceph-mon[112137]: pgmap v6926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:04.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:04 smithi203 ceph-mon[117428]: pgmap v6927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:04.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:04 smithi137 ceph-mon[117020]: pgmap v6927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:04.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:04 smithi066 ceph-mon[112137]: pgmap v6927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:05.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:05.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:05.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:06.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:06 smithi203 ceph-mon[117428]: pgmap v6928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:06.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:06 smithi137 ceph-mon[117020]: pgmap v6928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:06.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:06 smithi066 ceph-mon[112137]: pgmap v6928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:06.582 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:06.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:06.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:06.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:06.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:07.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:07 smithi203 ceph-mon[117428]: from='client.196869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:07.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:07 smithi137 ceph-mon[117020]: from='client.196869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:07.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:07 smithi066 ceph-mon[112137]: from='client.196869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:08.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:08 smithi203 ceph-mon[117428]: pgmap v6929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:08.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:08 smithi137 ceph-mon[117020]: pgmap v6929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:08.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:08 smithi066 ceph-mon[112137]: pgmap v6929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:10.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:10 smithi203 ceph-mon[117428]: pgmap v6930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:10.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:10 smithi137 ceph-mon[117020]: pgmap v6930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:10.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:10 smithi066 ceph-mon[112137]: pgmap v6930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:11.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:11.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:11.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:12.304 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:12.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:12.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:12.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:12.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:12.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:12 smithi203 ceph-mon[117428]: pgmap v6931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:12.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:12 smithi203 ceph-mon[117428]: from='client.196947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:12.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:12 smithi137 ceph-mon[117020]: pgmap v6931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:12.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:12 smithi137 ceph-mon[117020]: from='client.196947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:12.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:12 smithi066 ceph-mon[112137]: pgmap v6931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:12.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:12 smithi066 ceph-mon[112137]: from='client.196947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:14.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:14 smithi203 ceph-mon[117428]: pgmap v6932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:14.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:14 smithi137 ceph-mon[117020]: pgmap v6932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:14.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:14 smithi066 ceph-mon[112137]: pgmap v6932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:16.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:16 smithi203 ceph-mon[117428]: pgmap v6933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:16.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:16 smithi137 ceph-mon[117020]: pgmap v6933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:16.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:16 smithi066 ceph-mon[112137]: pgmap v6933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:17.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:17.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:17.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:18.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:18.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:18.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:18.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:18.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:18.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:18 smithi203 ceph-mon[117428]: from='client.197022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:18.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:18 smithi203 ceph-mon[117428]: pgmap v6934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:18.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:18 smithi137 ceph-mon[117020]: from='client.197022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:18.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:18 smithi137 ceph-mon[117020]: pgmap v6934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:18.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:18 smithi066 ceph-mon[112137]: from='client.197022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:18.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:18 smithi066 ceph-mon[112137]: pgmap v6934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:20.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:20 smithi203 ceph-mon[117428]: pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:20.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:20 smithi137 ceph-mon[117020]: pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:20.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:20 smithi066 ceph-mon[112137]: pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:22.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:22 smithi203 ceph-mon[117428]: pgmap v6936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:22.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:22 smithi137 ceph-mon[117020]: pgmap v6936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:22.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:22 smithi066 ceph-mon[112137]: pgmap v6936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:23.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:23.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:23.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:23.771 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:23.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:23.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:23.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:23.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:24.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:24 smithi203 ceph-mon[117428]: from='client.197097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:24.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:24 smithi203 ceph-mon[117428]: pgmap v6937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:24.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:24 smithi137 ceph-mon[117020]: from='client.197097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:24.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:24 smithi137 ceph-mon[117020]: pgmap v6937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:24.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:24 smithi066 ceph-mon[112137]: from='client.197097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:24.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:24 smithi066 ceph-mon[112137]: pgmap v6937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:26.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:26 smithi203 ceph-mon[117428]: pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:26.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:26 smithi137 ceph-mon[117020]: pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:26.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:26 smithi066 ceph-mon[112137]: pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:28.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:28 smithi203 ceph-mon[117428]: pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:28.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:28 smithi137 ceph-mon[117020]: pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:28.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:28 smithi066 ceph-mon[112137]: pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:28.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:28.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:28.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:29.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:29.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:29.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:29.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:29.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:30.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:30 smithi203 ceph-mon[117428]: from='client.197175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:30.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:30 smithi203 ceph-mon[117428]: pgmap v6940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:30.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:30 smithi137 ceph-mon[117020]: from='client.197175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:30.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:30 smithi137 ceph-mon[117020]: pgmap v6940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:30.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:30 smithi066 ceph-mon[112137]: from='client.197175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:30.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:30 smithi066 ceph-mon[112137]: pgmap v6940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:32.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:32 smithi203 ceph-mon[117428]: pgmap v6941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:32.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:32 smithi137 ceph-mon[117020]: pgmap v6941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:32.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:32 smithi066 ceph-mon[112137]: pgmap v6941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:34.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:34.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:34.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:34 smithi203 ceph-mon[117428]: pgmap v6942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:34.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:34 smithi137 ceph-mon[117020]: pgmap v6942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:34.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:34 smithi066 ceph-mon[112137]: pgmap v6942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:35.232 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:35.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:35.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:35.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:35.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:35.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:35 smithi203 ceph-mon[117428]: from='client.197253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:35.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:35 smithi137 ceph-mon[117020]: from='client.197253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:35.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:35 smithi066 ceph-mon[112137]: from='client.197253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:36.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:36 smithi137 ceph-mon[117020]: pgmap v6943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:36.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:36 smithi066 ceph-mon[112137]: pgmap v6943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:36.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:36 smithi203 ceph-mon[117428]: pgmap v6943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:38.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:38 smithi203 ceph-mon[117428]: pgmap v6944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:38.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:38 smithi137 ceph-mon[117020]: pgmap v6944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:38.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:38 smithi066 ceph-mon[112137]: pgmap v6944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:40.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:40.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:40.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:40.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:40 smithi203 ceph-mon[117428]: pgmap v6945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:40.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:40 smithi137 ceph-mon[117020]: pgmap v6945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:40.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:40 smithi066 ceph-mon[112137]: pgmap v6945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:40.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:40.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:40.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:40.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:40.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:41.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:41 smithi203 ceph-mon[117428]: from='client.197328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:41.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:41 smithi137 ceph-mon[117020]: from='client.197328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:41.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:41 smithi066 ceph-mon[112137]: from='client.197328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:42.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:42 smithi203 ceph-mon[117428]: pgmap v6946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:42.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:42 smithi137 ceph-mon[117020]: pgmap v6946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:42.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:42 smithi066 ceph-mon[112137]: pgmap v6946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:44.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:44 smithi203 ceph-mon[117428]: pgmap v6947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:44.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:44 smithi137 ceph-mon[117020]: pgmap v6947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:44.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:44 smithi066 ceph-mon[112137]: pgmap v6947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:45.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:45.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:45.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:46.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:46 smithi203 ceph-mon[117428]: pgmap v6948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:46.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:46 smithi137 ceph-mon[117020]: pgmap v6948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:46.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:46 smithi066 ceph-mon[112137]: pgmap v6948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:46.687 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:46.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:46.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:46.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:46.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:47.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:47 smithi203 ceph-mon[117428]: from='client.197403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:47.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:47 smithi137 ceph-mon[117020]: from='client.197403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:47.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:47 smithi066 ceph-mon[112137]: from='client.197403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:48.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:48 smithi203 ceph-mon[117428]: pgmap v6949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:48.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:48 smithi137 ceph-mon[117020]: pgmap v6949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:48.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:48 smithi066 ceph-mon[112137]: pgmap v6949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:50.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:50 smithi203 ceph-mon[117428]: pgmap v6950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:50.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:50 smithi137 ceph-mon[117020]: pgmap v6950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:50.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:50 smithi066 ceph-mon[112137]: pgmap v6950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:51.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:51.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:51.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:51.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:04:52.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:04:52.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:04:52.467 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:52.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:52.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:52.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:52.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:53.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: pgmap v6951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:53.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:04:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:04:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: pgmap v6951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:53.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:04:53.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:04:53.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: pgmap v6951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:04:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:04:53.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:04:54.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:53 smithi066 ceph-mon[112137]: from='client.197481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:54.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:53 smithi203 ceph-mon[117428]: from='client.197481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:54.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:53 smithi137 ceph-mon[117020]: from='client.197481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:55.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:54 smithi066 ceph-mon[112137]: pgmap v6952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:55.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:54 smithi203 ceph-mon[117428]: pgmap v6952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:55.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:54 smithi137 ceph-mon[117020]: pgmap v6952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:57.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:56 smithi066 ceph-mon[112137]: pgmap v6953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:57.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:56 smithi203 ceph-mon[117428]: pgmap v6953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:57.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:56 smithi137 ceph-mon[117020]: pgmap v6953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:57.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:04:57.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:57.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:58.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:04:58.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:58.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:58.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:58.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:04:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:58 smithi066 ceph-mon[112137]: from='client.197556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:04:58 smithi066 ceph-mon[112137]: pgmap v6954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:59.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:58 smithi203 ceph-mon[117428]: from='client.197556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:59.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:04:58 smithi203 ceph-mon[117428]: pgmap v6954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:59.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:58 smithi137 ceph-mon[117020]: from='client.197556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:59.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:04:58 smithi137 ceph-mon[117020]: pgmap v6954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:01.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:00 smithi066 ceph-mon[112137]: pgmap v6955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:01.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:00 smithi203 ceph-mon[117428]: pgmap v6955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:01.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:00 smithi137 ceph-mon[117020]: pgmap v6955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:03.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:03.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:03.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:03.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:02 smithi066 ceph-mon[112137]: pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:03.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:02 smithi203 ceph-mon[117428]: pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:03.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:02 smithi137 ceph-mon[117020]: pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:03.930 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:03.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:03.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:03.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:03.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:04.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:04 smithi137 ceph-mon[117020]: from='client.197628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:04.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:04 smithi137 ceph-mon[117020]: pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:04.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:04 smithi066 ceph-mon[112137]: from='client.197628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:04.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:04 smithi066 ceph-mon[112137]: pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:04.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:04 smithi203 ceph-mon[117428]: from='client.197628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:04.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:04 smithi203 ceph-mon[117428]: pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:06.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:06 smithi203 ceph-mon[117428]: pgmap v6958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:06.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:06 smithi137 ceph-mon[117020]: pgmap v6958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:06.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:06 smithi066 ceph-mon[112137]: pgmap v6958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:08.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:08 smithi203 ceph-mon[117428]: pgmap v6959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:08.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:08 smithi137 ceph-mon[117020]: pgmap v6959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:08.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:08 smithi066 ceph-mon[112137]: pgmap v6959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:08.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:08.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:08.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:09.662 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:09.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:09.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:09.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:09.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:10.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:10 smithi203 ceph-mon[117428]: from='client.197703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:10.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:10 smithi203 ceph-mon[117428]: pgmap v6960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:05:10.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:10 smithi137 ceph-mon[117020]: from='client.197703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:10.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:10 smithi137 ceph-mon[117020]: pgmap v6960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:05:10.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:10 smithi066 ceph-mon[112137]: from='client.197703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:10.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:10 smithi066 ceph-mon[112137]: pgmap v6960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:05:12.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:12 smithi203 ceph-mon[117428]: pgmap v6961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:05:12.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:12 smithi137 ceph-mon[117020]: pgmap v6961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:05:12.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:12 smithi066 ceph-mon[112137]: pgmap v6961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:05:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:14 smithi137 ceph-mon[117020]: pgmap v6962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:05:14.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:14.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:14.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:14.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:14 smithi066 ceph-mon[112137]: pgmap v6962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:05:14.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:14 smithi203 ceph-mon[117428]: pgmap v6962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:05:15.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:15.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:15.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:15.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:15.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:16.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:16 smithi203 ceph-mon[117428]: from='client.197775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:16.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:16 smithi203 ceph-mon[117428]: pgmap v6963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:16.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:16 smithi137 ceph-mon[117020]: from='client.197775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:16.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:16 smithi137 ceph-mon[117020]: pgmap v6963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:16.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:16 smithi066 ceph-mon[112137]: from='client.197775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:16.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:16 smithi066 ceph-mon[112137]: pgmap v6963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:18.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:18 smithi203 ceph-mon[117428]: pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:18.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:18 smithi137 ceph-mon[117020]: pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:18.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:18 smithi066 ceph-mon[112137]: pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:20.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:20 smithi203 ceph-mon[117428]: pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:20.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:20 smithi137 ceph-mon[117020]: pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:20.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:20.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:20.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:20.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:20 smithi066 ceph-mon[112137]: pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:21.139 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:21.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:21.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:21.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:21.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:21.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:21 smithi203 ceph-mon[117428]: from='client.197847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:21.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:21 smithi137 ceph-mon[117020]: from='client.197847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:21.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:21 smithi066 ceph-mon[112137]: from='client.197847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:22.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:22 smithi203 ceph-mon[117428]: pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:22.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:22 smithi137 ceph-mon[117020]: pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:22.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:22 smithi066 ceph-mon[112137]: pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:24.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:24 smithi137 ceph-mon[117020]: pgmap v6967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:24.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:24 smithi066 ceph-mon[112137]: pgmap v6967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:24.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:24 smithi203 ceph-mon[117428]: pgmap v6967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:26.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:26.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:26.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:26.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:26 smithi203 ceph-mon[117428]: pgmap v6968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:05:26.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:26 smithi137 ceph-mon[117020]: pgmap v6968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:05:26.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:26 smithi066 ceph-mon[112137]: pgmap v6968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:05:26.866 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:26.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:26.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:26.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:26.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:27.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:27 smithi203 ceph-mon[117428]: from='client.197916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:27.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:27 smithi137 ceph-mon[117020]: from='client.197916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:27.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:27 smithi066 ceph-mon[112137]: from='client.197916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:28.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:28 smithi203 ceph-mon[117428]: pgmap v6969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:28.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:28 smithi137 ceph-mon[117020]: pgmap v6969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:28.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:28 smithi066 ceph-mon[112137]: pgmap v6969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:30.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:30 smithi203 ceph-mon[117428]: pgmap v6970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:30.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:30 smithi137 ceph-mon[117020]: pgmap v6970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:30.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:30 smithi066 ceph-mon[112137]: pgmap v6970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:31.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:31.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:31.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:32.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:32 smithi203 ceph-mon[117428]: pgmap v6971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:32.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:32 smithi137 ceph-mon[117020]: pgmap v6971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:32.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:32 smithi066 ceph-mon[112137]: pgmap v6971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:32.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:32.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:32.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:32.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:32.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:33.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:33 smithi203 ceph-mon[117428]: from='client.197994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:33.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:33 smithi137 ceph-mon[117020]: from='client.197994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:33.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:33 smithi066 ceph-mon[112137]: from='client.197994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:34.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:34 smithi137 ceph-mon[117020]: pgmap v6972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:34.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:34 smithi066 ceph-mon[112137]: pgmap v6972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:34.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:34 smithi203 ceph-mon[117428]: pgmap v6972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:36.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:36 smithi203 ceph-mon[117428]: pgmap v6973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:36.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:36 smithi137 ceph-mon[117020]: pgmap v6973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:36 smithi066 ceph-mon[112137]: pgmap v6973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:37.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:37.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:37.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:38.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:38 smithi203 ceph-mon[117428]: pgmap v6974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:38.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:38 smithi203 ceph-mon[117428]: from='client.198072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:38.323 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:38.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:38.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:38.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:38.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:38.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:38 smithi137 ceph-mon[117020]: pgmap v6974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:38.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:38 smithi137 ceph-mon[117020]: from='client.198072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:38.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:38 smithi066 ceph-mon[112137]: pgmap v6974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:38.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:38 smithi066 ceph-mon[112137]: from='client.198072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:40.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:40 smithi203 ceph-mon[117428]: pgmap v6975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:40.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:40 smithi137 ceph-mon[117020]: pgmap v6975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:40.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:40 smithi066 ceph-mon[112137]: pgmap v6975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:42.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:42 smithi203 ceph-mon[117428]: pgmap v6976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:42.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:42 smithi137 ceph-mon[117020]: pgmap v6976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:42.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:42 smithi066 ceph-mon[112137]: pgmap v6976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:43.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:43.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:43.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:44.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:44.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:44.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:44.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:44.061 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:44.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:44 smithi137 ceph-mon[117020]: from='client.198150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:44.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:44 smithi137 ceph-mon[117020]: pgmap v6977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:44.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:44 smithi066 ceph-mon[112137]: from='client.198150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:44.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:44 smithi066 ceph-mon[112137]: pgmap v6977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:44.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:44 smithi203 ceph-mon[117428]: from='client.198150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:44.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:44 smithi203 ceph-mon[117428]: pgmap v6977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:46.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:46 smithi203 ceph-mon[117428]: pgmap v6978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:46.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:46 smithi137 ceph-mon[117020]: pgmap v6978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:46.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:46 smithi066 ceph-mon[112137]: pgmap v6978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:48.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:48 smithi203 ceph-mon[117428]: pgmap v6979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:48.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:48 smithi137 ceph-mon[117020]: pgmap v6979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:48.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:48 smithi066 ceph-mon[112137]: pgmap v6979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:49.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:49.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:49.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:49.797 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:49.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:49.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:49.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:49.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:50.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:50 smithi203 ceph-mon[117428]: from='client.198225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:50.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:50 smithi203 ceph-mon[117428]: pgmap v6980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:05:50.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:50 smithi137 ceph-mon[117020]: from='client.198225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:50.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:50 smithi137 ceph-mon[117020]: pgmap v6980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:05:50.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:50 smithi066 ceph-mon[112137]: from='client.198225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:50.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:50 smithi066 ceph-mon[112137]: pgmap v6980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:05:52.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:52 smithi203 ceph-mon[117428]: pgmap v6981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:52.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:52 smithi137 ceph-mon[117020]: pgmap v6981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:52.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:52 smithi066 ceph-mon[112137]: pgmap v6981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:53.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:05:53.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:05:53.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:05:54.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:05:54.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:05:54.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:05:54.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:54 smithi203 ceph-mon[117428]: pgmap v6982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:54.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:05:54.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:05:54.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:05:54.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:54 smithi137 ceph-mon[117020]: pgmap v6982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:54.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:05:54.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:05:54.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:05:54.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:54 smithi066 ceph-mon[112137]: pgmap v6982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:05:54.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:05:54.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:54.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:55.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:05:55.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:55.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:55.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:55.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:05:56.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:56 smithi203 ceph-mon[117428]: from='client.198303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:56.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:56 smithi203 ceph-mon[117428]: pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:56.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:56 smithi137 ceph-mon[117020]: from='client.198303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:56.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:56 smithi137 ceph-mon[117020]: pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:56.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:56 smithi066 ceph-mon[112137]: from='client.198303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:56.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:56 smithi066 ceph-mon[112137]: pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:58.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:05:58 smithi203 ceph-mon[117428]: pgmap v6984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:58.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:05:58 smithi137 ceph-mon[117020]: pgmap v6984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:58.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:05:58 smithi066 ceph-mon[112137]: pgmap v6984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:00.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:00 smithi203 ceph-mon[117428]: pgmap v6985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:00.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:00 smithi137 ceph-mon[117020]: pgmap v6985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:00.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:00 smithi066 ceph-mon[112137]: pgmap v6985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:00.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:00.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:00.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:01.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:01.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:01.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:01.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:01.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:01.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:01 smithi203 ceph-mon[117428]: from='client.198381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:01.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:01 smithi137 ceph-mon[117020]: from='client.198381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:01.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:01 smithi066 ceph-mon[112137]: from='client.198381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:02.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:02 smithi203 ceph-mon[117428]: pgmap v6986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:06:02.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:02 smithi137 ceph-mon[117020]: pgmap v6986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:06:02.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:02 smithi066 ceph-mon[112137]: pgmap v6986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:06:04.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:04 smithi137 ceph-mon[117020]: pgmap v6987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:06:04.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:04 smithi066 ceph-mon[112137]: pgmap v6987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:06:04.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:04 smithi203 ceph-mon[117428]: pgmap v6987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:06:06.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:06.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:06.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:06.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:06 smithi203 ceph-mon[117428]: pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:06:06.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:06 smithi137 ceph-mon[117020]: pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:06:06.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:06 smithi066 ceph-mon[112137]: pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:06:06.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:06.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:06.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:06.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:06.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:07.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:07 smithi203 ceph-mon[117428]: from='client.198459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:07.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:07 smithi137 ceph-mon[117020]: from='client.198459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:07.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:07 smithi066 ceph-mon[112137]: from='client.198459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:08.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:08 smithi203 ceph-mon[117428]: pgmap v6989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:08.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:08 smithi137 ceph-mon[117020]: pgmap v6989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:08.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:08 smithi066 ceph-mon[112137]: pgmap v6989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:10.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:10 smithi203 ceph-mon[117428]: pgmap v6990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:10.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:10 smithi137 ceph-mon[117020]: pgmap v6990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:10.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:10 smithi066 ceph-mon[112137]: pgmap v6990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:11.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:11.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:11.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:12.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:12 smithi203 ceph-mon[117428]: pgmap v6991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:12.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:12 smithi137 ceph-mon[117020]: pgmap v6991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:12.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:12 smithi066 ceph-mon[112137]: pgmap v6991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:12.713 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:12.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:12.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:12.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:12.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:13.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:13 smithi203 ceph-mon[117428]: from='client.198531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:13.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:13 smithi137 ceph-mon[117020]: from='client.198531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:13.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:13 smithi066 ceph-mon[112137]: from='client.198531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:14.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:14 smithi137 ceph-mon[117020]: pgmap v6992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:14.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:14 smithi066 ceph-mon[112137]: pgmap v6992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:14.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:14 smithi203 ceph-mon[117428]: pgmap v6992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:16.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:16 smithi203 ceph-mon[117428]: pgmap v6993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:16.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:16 smithi137 ceph-mon[117020]: pgmap v6993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:16.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:16 smithi066 ceph-mon[112137]: pgmap v6993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:17.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:17.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:17.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:18.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:18 smithi203 ceph-mon[117428]: pgmap v6994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:18.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:18 smithi137 ceph-mon[117020]: pgmap v6994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:18.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:18.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:18.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:18.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:18.441 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:18.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:18 smithi066 ceph-mon[112137]: pgmap v6994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:19.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:19 smithi137 ceph-mon[117020]: from='client.198609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:19.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:19 smithi066 ceph-mon[112137]: from='client.198609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:19.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:19 smithi203 ceph-mon[117428]: from='client.198609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:20.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:20 smithi137 ceph-mon[117020]: pgmap v6995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:20.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:20 smithi066 ceph-mon[112137]: pgmap v6995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:20.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:20 smithi203 ceph-mon[117428]: pgmap v6995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:22.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:22 smithi203 ceph-mon[117428]: pgmap v6996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:22.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:22 smithi137 ceph-mon[117020]: pgmap v6996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:22.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:22 smithi066 ceph-mon[112137]: pgmap v6996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:23.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:23.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:23.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:24.170 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:24.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:24.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:24.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:24.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:24.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:24 smithi137 ceph-mon[117020]: from='client.198684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:24.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:24 smithi137 ceph-mon[117020]: pgmap v6997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:24.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:24 smithi066 ceph-mon[112137]: from='client.198684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:24.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:24 smithi066 ceph-mon[112137]: pgmap v6997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:24.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:24 smithi203 ceph-mon[117428]: from='client.198684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:24.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:24 smithi203 ceph-mon[117428]: pgmap v6997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:26.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:26 smithi203 ceph-mon[117428]: pgmap v6998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:26.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:26 smithi137 ceph-mon[117020]: pgmap v6998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:26.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:26 smithi066 ceph-mon[112137]: pgmap v6998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:28.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:28 smithi203 ceph-mon[117428]: pgmap v6999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:28.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:28 smithi137 ceph-mon[117020]: pgmap v6999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:28.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:28 smithi066 ceph-mon[112137]: pgmap v6999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:29.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:29.172 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:29.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:29.903 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:29.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:29.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:29.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:29.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:30.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:30 smithi203 ceph-mon[117428]: from='client.198762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:30.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:30 smithi203 ceph-mon[117428]: pgmap v7000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:06:30.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:30 smithi137 ceph-mon[117020]: from='client.198762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:30.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:30 smithi137 ceph-mon[117020]: pgmap v7000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:06:30.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:30 smithi066 ceph-mon[112137]: from='client.198762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:30.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:30 smithi066 ceph-mon[112137]: pgmap v7000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:06:32.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:32 smithi203 ceph-mon[117428]: pgmap v7001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:06:32.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:32 smithi137 ceph-mon[117020]: pgmap v7001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:06:32.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:32 smithi066 ceph-mon[112137]: pgmap v7001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:06:34.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:34 smithi137 ceph-mon[117020]: pgmap v7002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:06:34.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:34 smithi066 ceph-mon[112137]: pgmap v7002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:06:34.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:34 smithi203 ceph-mon[117428]: pgmap v7002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:06:34.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:34.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:34.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:35.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:35.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:35.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:35.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:35.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:36.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:36 smithi203 ceph-mon[117428]: from='client.198840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:36.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:36 smithi203 ceph-mon[117428]: pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:36.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:36 smithi137 ceph-mon[117020]: from='client.198840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:36.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:36 smithi137 ceph-mon[117020]: pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:36.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:36 smithi066 ceph-mon[112137]: from='client.198840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:36.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:36 smithi066 ceph-mon[112137]: pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:38.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:38 smithi203 ceph-mon[117428]: pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:38.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:38 smithi137 ceph-mon[117020]: pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:38.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:38 smithi066 ceph-mon[112137]: pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:40.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:40 smithi203 ceph-mon[117428]: pgmap v7005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:40.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:40 smithi137 ceph-mon[117020]: pgmap v7005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:40.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:40 smithi066 ceph-mon[112137]: pgmap v7005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:40.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:40.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:40.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:41.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:41.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:41.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:41.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:41.374 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:42.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:42 smithi203 ceph-mon[117428]: from='client.198915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:42.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:42 smithi203 ceph-mon[117428]: pgmap v7006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:06:42.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:42 smithi137 ceph-mon[117020]: from='client.198915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:42.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:42 smithi137 ceph-mon[117020]: pgmap v7006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:06:42.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:42 smithi066 ceph-mon[112137]: from='client.198915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:42.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:42 smithi066 ceph-mon[112137]: pgmap v7006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:06:44.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:44 smithi137 ceph-mon[117020]: pgmap v7007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:06:44.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:44 smithi066 ceph-mon[112137]: pgmap v7007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:06:44.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:44 smithi203 ceph-mon[117428]: pgmap v7007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:06:46.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:46 smithi203 ceph-mon[117428]: pgmap v7008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:06:46.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:46 smithi137 ceph-mon[117020]: pgmap v7008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:06:46.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:46.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:46.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:46.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:46 smithi066 ceph-mon[112137]: pgmap v7008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:06:47.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:47.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:47.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:47.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:47.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:47.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:47 smithi203 ceph-mon[117428]: from='client.198993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:47.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:47 smithi137 ceph-mon[117020]: from='client.198993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:47.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:47 smithi066 ceph-mon[112137]: from='client.198993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:48.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:48 smithi203 ceph-mon[117428]: pgmap v7009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:48.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:48 smithi137 ceph-mon[117020]: pgmap v7009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:48.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:48 smithi066 ceph-mon[112137]: pgmap v7009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:50.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:50 smithi203 ceph-mon[117428]: pgmap v7010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:50.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:50 smithi137 ceph-mon[117020]: pgmap v7010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:50.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:50 smithi066 ceph-mon[112137]: pgmap v7010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:52.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:52.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:52.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:52.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:52 smithi203 ceph-mon[117428]: pgmap v7011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:52.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:52 smithi137 ceph-mon[117020]: pgmap v7011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:52.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:52 smithi066 ceph-mon[112137]: pgmap v7011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:52.827 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:52.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:52.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:52.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:52.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:53.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:53 smithi203 ceph-mon[117428]: from='client.199068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:53.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:53 smithi137 ceph-mon[117020]: from='client.199068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:53.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:53 smithi066 ceph-mon[112137]: from='client.199068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:54.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:06:54.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:54 smithi137 ceph-mon[117020]: pgmap v7012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:54.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:06:54.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:54 smithi066 ceph-mon[112137]: pgmap v7012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:54.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:06:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:54 smithi203 ceph-mon[117428]: pgmap v7012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:55.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:06:55.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:06:55.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:55 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16805M 2023-12-07T21:06:55.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:55.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:06:55.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:06:55.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:55.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:06:55.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:06:55.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:55 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16805M 2023-12-07T21:06:55.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:55.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:06:55.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:06:55.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:55.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:06:55.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:06:55.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:55 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16805M 2023-12-07T21:06:55.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:55.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:06:55.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:06:55.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:06:56.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:56 smithi137 ceph-mon[117020]: pgmap v7013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:56.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:56 smithi066 ceph-mon[112137]: pgmap v7013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:56.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:56 smithi203 ceph-mon[117428]: pgmap v7013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:57.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:06:57.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:57.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:58.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:58 smithi203 ceph-mon[117428]: pgmap v7014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:58.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:58 smithi137 ceph-mon[117020]: pgmap v7014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:58.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:58 smithi066 ceph-mon[112137]: pgmap v7014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:58.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:06:58.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:58.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:58.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:58.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:06:59.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:06:59 smithi137 ceph-mon[117020]: from='client.199140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:59.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:06:59 smithi066 ceph-mon[112137]: from='client.199140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:59.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:06:59 smithi203 ceph-mon[117428]: from='client.199140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:00.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:00 smithi137 ceph-mon[117020]: pgmap v7015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:00.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:00 smithi066 ceph-mon[112137]: pgmap v7015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:00.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:00 smithi203 ceph-mon[117428]: pgmap v7015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:02.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:02 smithi203 ceph-mon[117428]: pgmap v7016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:02.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:02 smithi137 ceph-mon[117020]: pgmap v7016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:02.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:02 smithi066 ceph-mon[112137]: pgmap v7016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:03.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:03.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:03.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:04.281 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:04.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:04.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:04.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:04.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:04.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:04 smithi137 ceph-mon[117020]: from='client.199218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:04.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:04 smithi137 ceph-mon[117020]: pgmap v7017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:04.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:04 smithi066 ceph-mon[112137]: from='client.199218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:04.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:04 smithi066 ceph-mon[112137]: pgmap v7017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:04.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:04 smithi203 ceph-mon[117428]: from='client.199218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:04.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:04 smithi203 ceph-mon[117428]: pgmap v7017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:06.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:06 smithi203 ceph-mon[117428]: pgmap v7018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:06.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:06 smithi137 ceph-mon[117020]: pgmap v7018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:06.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:06 smithi066 ceph-mon[112137]: pgmap v7018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:08.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:08 smithi203 ceph-mon[117428]: pgmap v7019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:08.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:08 smithi137 ceph-mon[117020]: pgmap v7019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:08.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:08 smithi066 ceph-mon[112137]: pgmap v7019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:09.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:09.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:09.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:10.023 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:10.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:10.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:10.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:10.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:10.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:10 smithi203 ceph-mon[117428]: from='client.199293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:10.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:10 smithi203 ceph-mon[117428]: pgmap v7020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:10.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:10 smithi137 ceph-mon[117020]: from='client.199293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:10.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:10 smithi137 ceph-mon[117020]: pgmap v7020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:10.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:10 smithi066 ceph-mon[112137]: from='client.199293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:10.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:10 smithi066 ceph-mon[112137]: pgmap v7020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:12.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:12 smithi203 ceph-mon[117428]: pgmap v7021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:12.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:12 smithi137 ceph-mon[117020]: pgmap v7021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:12.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:12 smithi066 ceph-mon[112137]: pgmap v7021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:14.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:14 smithi137 ceph-mon[117020]: pgmap v7022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:14.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:14 smithi066 ceph-mon[112137]: pgmap v7022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:14.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:14 smithi203 ceph-mon[117428]: pgmap v7022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:15.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:15.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:15.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:15.749 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:15.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:15.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:15.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:15.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:16.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:16 smithi203 ceph-mon[117428]: from='client.199368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:16.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:16 smithi203 ceph-mon[117428]: pgmap v7023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:16.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:16 smithi137 ceph-mon[117020]: from='client.199368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:16.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:16 smithi137 ceph-mon[117020]: pgmap v7023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:16.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:16 smithi066 ceph-mon[112137]: from='client.199368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:16.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:16 smithi066 ceph-mon[112137]: pgmap v7023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:18.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:18 smithi203 ceph-mon[117428]: pgmap v7024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:18.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:18 smithi137 ceph-mon[117020]: pgmap v7024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:18.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:18 smithi066 ceph-mon[112137]: pgmap v7024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:20.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:20 smithi203 ceph-mon[117428]: pgmap v7025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:20.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:20 smithi137 ceph-mon[117020]: pgmap v7025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:20.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:20 smithi066 ceph-mon[112137]: pgmap v7025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:20.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:20.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:20.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:21.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:21.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:21.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:21.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:21.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:22.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:22 smithi203 ceph-mon[117428]: from='client.199443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:22.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:22 smithi203 ceph-mon[117428]: pgmap v7026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:22.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:22 smithi137 ceph-mon[117020]: from='client.199443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:22.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:22 smithi137 ceph-mon[117020]: pgmap v7026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:22.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:22 smithi066 ceph-mon[112137]: from='client.199443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:22.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:22 smithi066 ceph-mon[112137]: pgmap v7026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:24.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:24 smithi137 ceph-mon[117020]: pgmap v7027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:24.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:24 smithi066 ceph-mon[112137]: pgmap v7027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:24.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:24 smithi203 ceph-mon[117428]: pgmap v7027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:26.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:26 smithi203 ceph-mon[117428]: pgmap v7028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:26.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:26 smithi137 ceph-mon[117020]: pgmap v7028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:26.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:26.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:26.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:26.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:26 smithi066 ceph-mon[112137]: pgmap v7028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:27.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:27.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:27.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:27.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:27.198 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:27.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:27 smithi203 ceph-mon[117428]: from='client.199518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:27.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:27 smithi137 ceph-mon[117020]: from='client.199518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:27.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:27 smithi066 ceph-mon[112137]: from='client.199518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:28.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:28 smithi203 ceph-mon[117428]: pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:28.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:28 smithi137 ceph-mon[117020]: pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:28.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:28 smithi066 ceph-mon[112137]: pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:30.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:30 smithi203 ceph-mon[117428]: pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:30.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:30 smithi137 ceph-mon[117020]: pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:30.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:30 smithi066 ceph-mon[112137]: pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:32.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:32.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:32.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:32.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:32 smithi203 ceph-mon[117428]: pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:32.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:32 smithi137 ceph-mon[117020]: pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:32.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:32 smithi066 ceph-mon[112137]: pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:32.945 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:32.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:32.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:32.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:32.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:33.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:33 smithi203 ceph-mon[117428]: from='client.199593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:33.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:33 smithi137 ceph-mon[117020]: from='client.199593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:33.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:33 smithi066 ceph-mon[112137]: from='client.199593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:34.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:34 smithi137 ceph-mon[117020]: pgmap v7032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:34.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:34 smithi066 ceph-mon[112137]: pgmap v7032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:34.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:34 smithi203 ceph-mon[117428]: pgmap v7032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:36.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:36 smithi203 ceph-mon[117428]: pgmap v7033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:36.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:36 smithi137 ceph-mon[117020]: pgmap v7033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:36.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:36 smithi066 ceph-mon[112137]: pgmap v7033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:37.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:37.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:37.948 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:38.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:38 smithi203 ceph-mon[117428]: pgmap v7034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:38.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:38 smithi137 ceph-mon[117020]: pgmap v7034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:38.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:38 smithi066 ceph-mon[112137]: pgmap v7034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:38.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:38.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:38.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:38.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:38.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:39.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:39 smithi137 ceph-mon[117020]: from='client.199668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:39.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:39 smithi066 ceph-mon[112137]: from='client.199668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:39.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:39 smithi203 ceph-mon[117428]: from='client.199668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:40.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:40 smithi137 ceph-mon[117020]: pgmap v7035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:40.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:40 smithi066 ceph-mon[112137]: pgmap v7035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:40.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:40 smithi203 ceph-mon[117428]: pgmap v7035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:42.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:42 smithi203 ceph-mon[117428]: pgmap v7036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:42.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:42 smithi137 ceph-mon[117020]: pgmap v7036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:42.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:42 smithi066 ceph-mon[112137]: pgmap v7036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:43.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:43.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:43.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:44.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:44.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:44.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:44.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:44.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:44.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:44 smithi137 ceph-mon[117020]: pgmap v7037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:44.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:44 smithi066 ceph-mon[112137]: pgmap v7037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:44.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:44 smithi203 ceph-mon[117428]: pgmap v7037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:45.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:45 smithi137 ceph-mon[117020]: from='client.199743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:45.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:45 smithi066 ceph-mon[112137]: from='client.199743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:45.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:45 smithi203 ceph-mon[117428]: from='client.199743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:46.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:46 smithi137 ceph-mon[117020]: pgmap v7038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:46.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:46 smithi066 ceph-mon[112137]: pgmap v7038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:46.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:46 smithi203 ceph-mon[117428]: pgmap v7038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:48.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:48 smithi203 ceph-mon[117428]: pgmap v7039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:48.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:48 smithi137 ceph-mon[117020]: pgmap v7039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:48.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:48 smithi066 ceph-mon[112137]: pgmap v7039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:49.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:49.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:49.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:50.130 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:50.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:50.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:50 smithi203 ceph-mon[117428]: from='client.199821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:50.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:50 smithi203 ceph-mon[117428]: pgmap v7040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:50.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:50 smithi137 ceph-mon[117020]: from='client.199821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:50.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:50 smithi137 ceph-mon[117020]: pgmap v7040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:50.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:50 smithi066 ceph-mon[112137]: from='client.199821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:50.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:50 smithi066 ceph-mon[112137]: pgmap v7040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:52.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:52 smithi203 ceph-mon[117428]: pgmap v7041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:52.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:52 smithi137 ceph-mon[117020]: pgmap v7041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:52.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:52 smithi066 ceph-mon[112137]: pgmap v7041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:54.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:54 smithi137 ceph-mon[117020]: pgmap v7042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:54.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:54 smithi066 ceph-mon[112137]: pgmap v7042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:54.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:54 smithi203 ceph-mon[117428]: pgmap v7042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:55.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:07:55.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:55.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:55.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:07:55.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:07:55.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:07:55.879 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:07:55.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:55.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:55.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:55.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:07:56.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:07:56.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:07:56.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:07:56.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:56 smithi137 ceph-mon[117020]: from='client.199893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:56.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:56 smithi137 ceph-mon[117020]: pgmap v7043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:56.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:07:56.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:07:56.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:07:56.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:56 smithi066 ceph-mon[112137]: from='client.199893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:56.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:56 smithi066 ceph-mon[112137]: pgmap v7043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:56.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:07:56.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:07:56.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:07:56.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:56 smithi203 ceph-mon[117428]: from='client.199893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:56.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:56 smithi203 ceph-mon[117428]: pgmap v7043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:58.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:07:58 smithi203 ceph-mon[117428]: pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:58.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:07:58 smithi137 ceph-mon[117020]: pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:58.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:07:58 smithi066 ceph-mon[112137]: pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:00.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:00 smithi137 ceph-mon[117020]: pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:00.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:00 smithi066 ceph-mon[112137]: pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:00.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:00.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:00.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:01.603 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:01.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:01.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:01.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:01.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:02.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:00 smithi203 ceph-mon[117428]: pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:02.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:02 smithi203 ceph-mon[117428]: from='client.199971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:02.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:02 smithi203 ceph-mon[117428]: pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:02.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:02 smithi137 ceph-mon[117020]: from='client.199971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:02.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:02 smithi137 ceph-mon[117020]: pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:02.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:02 smithi066 ceph-mon[112137]: from='client.199971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:02.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:02 smithi066 ceph-mon[112137]: pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:04.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:04 smithi137 ceph-mon[117020]: pgmap v7047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:04.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:04 smithi066 ceph-mon[112137]: pgmap v7047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:04.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:04 smithi203 ceph-mon[117428]: pgmap v7047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:06.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:06 smithi203 ceph-mon[117428]: pgmap v7048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:06.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:06 smithi137 ceph-mon[117020]: pgmap v7048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:06.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:06 smithi066 ceph-mon[112137]: pgmap v7048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:06.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:06.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:06.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:07.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:07 smithi203 ceph-mon[117428]: from='client.200043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:07.329 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:07.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:07.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:07.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:07.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:07.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:07 smithi137 ceph-mon[117020]: from='client.200043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:07.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:07 smithi066 ceph-mon[112137]: from='client.200043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:08.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:08 smithi203 ceph-mon[117428]: pgmap v7049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:08.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:08 smithi137 ceph-mon[117020]: pgmap v7049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:08.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:08 smithi066 ceph-mon[112137]: pgmap v7049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:10.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:10 smithi203 ceph-mon[117428]: pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:10.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:10 smithi137 ceph-mon[117020]: pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:10.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:10 smithi066 ceph-mon[112137]: pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:12.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:12 smithi203 ceph-mon[117428]: pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:12.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:12.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:12.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:12.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:12 smithi137 ceph-mon[117020]: pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:12.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:12 smithi066 ceph-mon[112137]: pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:13.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:13.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:13.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:13.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:13.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:13.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:13 smithi203 ceph-mon[117428]: from='client.200118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:13.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:13 smithi137 ceph-mon[117020]: from='client.200118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:13.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:13 smithi066 ceph-mon[112137]: from='client.200118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:14.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:14 smithi137 ceph-mon[117020]: pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:14.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:14 smithi066 ceph-mon[112137]: pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:14.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:14 smithi203 ceph-mon[117428]: pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:16.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:16 smithi203 ceph-mon[117428]: pgmap v7053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:16.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:16 smithi137 ceph-mon[117020]: pgmap v7053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:16.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:16 smithi066 ceph-mon[112137]: pgmap v7053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:18.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:18.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:18.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:18.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:18 smithi203 ceph-mon[117428]: pgmap v7054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:18.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:18 smithi137 ceph-mon[117020]: pgmap v7054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:18.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:18 smithi066 ceph-mon[112137]: pgmap v7054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:18.779 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:18.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:18.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:18.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:18.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:19.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:19 smithi137 ceph-mon[117020]: from='client.200190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:19.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:19 smithi066 ceph-mon[112137]: from='client.200190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:19.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:19 smithi203 ceph-mon[117428]: from='client.200190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:20.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:20 smithi137 ceph-mon[117020]: pgmap v7055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:20.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:20 smithi066 ceph-mon[112137]: pgmap v7055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:20.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:20 smithi203 ceph-mon[117428]: pgmap v7055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:22.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:22 smithi203 ceph-mon[117428]: pgmap v7056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:22.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:22 smithi137 ceph-mon[117020]: pgmap v7056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:22.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:22 smithi066 ceph-mon[112137]: pgmap v7056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:23.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:23.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:23.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:24.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:24.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:24.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:24.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:24.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:24.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:24 smithi137 ceph-mon[117020]: pgmap v7057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:24.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:24 smithi066 ceph-mon[112137]: pgmap v7057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:24.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:24 smithi203 ceph-mon[117428]: pgmap v7057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:25.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:25 smithi137 ceph-mon[117020]: from='client.200268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:25.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:25 smithi066 ceph-mon[112137]: from='client.200268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:25.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:25 smithi203 ceph-mon[117428]: from='client.200268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:26.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:26 smithi066 ceph-mon[112137]: pgmap v7058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:26.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:26 smithi203 ceph-mon[117428]: pgmap v7058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:26.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:26 smithi137 ceph-mon[117020]: pgmap v7058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:28.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:28 smithi203 ceph-mon[117428]: pgmap v7059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:28.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:28 smithi137 ceph-mon[117020]: pgmap v7059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:28.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:28 smithi066 ceph-mon[112137]: pgmap v7059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:29.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:29.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:29.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:30.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:30.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:30.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:30.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:30.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:30.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:30 smithi203 ceph-mon[117428]: from='client.200346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:30.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:30 smithi203 ceph-mon[117428]: pgmap v7060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:30.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:30 smithi137 ceph-mon[117020]: from='client.200346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:30.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:30 smithi137 ceph-mon[117020]: pgmap v7060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:30.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:30 smithi066 ceph-mon[112137]: from='client.200346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:30.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:30 smithi066 ceph-mon[112137]: pgmap v7060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:32.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:32 smithi203 ceph-mon[117428]: pgmap v7061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:32.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:32 smithi066 ceph-mon[112137]: pgmap v7061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:34.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:32 smithi137 ceph-mon[117020]: pgmap v7061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:34.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:34 smithi137 ceph-mon[117020]: pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:34.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:34 smithi066 ceph-mon[112137]: pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:34.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:34 smithi203 ceph-mon[117428]: pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:35.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:35.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:35.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:35.977 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:35.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:35.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:35.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:35.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:36.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:36 smithi203 ceph-mon[117428]: from='client.200415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:36.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:36 smithi203 ceph-mon[117428]: pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:36.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:36 smithi137 ceph-mon[117020]: from='client.200415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:36.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:36 smithi137 ceph-mon[117020]: pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:36.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:36 smithi066 ceph-mon[112137]: from='client.200415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:36.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:36 smithi066 ceph-mon[112137]: pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:38.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:38 smithi203 ceph-mon[117428]: pgmap v7064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:38.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:38 smithi137 ceph-mon[117020]: pgmap v7064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:38.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:38 smithi066 ceph-mon[112137]: pgmap v7064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:40.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:40 smithi203 ceph-mon[117428]: pgmap v7065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:40.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:40 smithi137 ceph-mon[117020]: pgmap v7065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:40.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:40 smithi066 ceph-mon[112137]: pgmap v7065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:40.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:40.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:40.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:41.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:41.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:41.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:41.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:41.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:42.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:42 smithi203 ceph-mon[117428]: from='client.200493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:42.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:42 smithi203 ceph-mon[117428]: pgmap v7066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:42.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:42 smithi137 ceph-mon[117020]: from='client.200493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:42.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:42 smithi137 ceph-mon[117020]: pgmap v7066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:42.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:42 smithi066 ceph-mon[112137]: from='client.200493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:42.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:42 smithi066 ceph-mon[112137]: pgmap v7066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:44.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:44 smithi137 ceph-mon[117020]: pgmap v7067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:44.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:44 smithi066 ceph-mon[112137]: pgmap v7067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:44.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:44 smithi203 ceph-mon[117428]: pgmap v7067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:46.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:46 smithi203 ceph-mon[117428]: pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:46.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:46 smithi137 ceph-mon[117020]: pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:46.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:46 smithi066 ceph-mon[112137]: pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:46.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:46.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:46.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:47.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:47.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:47.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:47.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:47.447 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:48.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:48 smithi203 ceph-mon[117428]: from='client.200568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:48.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:48 smithi203 ceph-mon[117428]: pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:48.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:48 smithi137 ceph-mon[117020]: from='client.200568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:48.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:48 smithi137 ceph-mon[117020]: pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:48.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:48 smithi066 ceph-mon[112137]: from='client.200568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:48.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:48 smithi066 ceph-mon[112137]: pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:50.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:50 smithi203 ceph-mon[117428]: pgmap v7070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:50.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:50 smithi137 ceph-mon[117020]: pgmap v7070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:50.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:50 smithi066 ceph-mon[112137]: pgmap v7070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:52.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:52 smithi203 ceph-mon[117428]: pgmap v7071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:52.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:52 smithi137 ceph-mon[117020]: pgmap v7071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:52.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:52.448 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:52.448 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:52.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:52 smithi066 ceph-mon[112137]: pgmap v7071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:53.174 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:53.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:53.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:53.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:53.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:53.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:53 smithi203 ceph-mon[117428]: from='client.200646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:53.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:53 smithi137 ceph-mon[117020]: from='client.200646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:53.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:53 smithi066 ceph-mon[112137]: from='client.200646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:54.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:54 smithi066 ceph-mon[112137]: pgmap v7072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:54.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:54 smithi203 ceph-mon[117428]: pgmap v7072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:54.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:54 smithi137 ceph-mon[117020]: pgmap v7072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:55.979 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:08:56.064 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:08:56.114 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:08:56.979 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:56 smithi066 ceph-mon[112137]: pgmap v7073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:56.980 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:08:56.980 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:08:56.980 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:08:57.064 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:56 smithi203 ceph-mon[117428]: pgmap v7073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:57.064 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:08:57.065 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:08:57.065 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:08:57.114 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:56 smithi137 ceph-mon[117020]: pgmap v7073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:57.114 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:08:57.114 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:08:57.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:08:58.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:08:58.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:58.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:58.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:58 smithi203 ceph-mon[117428]: pgmap v7074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:58.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:58 smithi137 ceph-mon[117020]: pgmap v7074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:58.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:58 smithi066 ceph-mon[112137]: pgmap v7074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:58.903 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:08:58.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:58.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:58.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:58.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:08:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:08:59 smithi137 ceph-mon[117020]: from='client.200718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:59.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:08:59 smithi066 ceph-mon[112137]: from='client.200718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:59.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:08:59 smithi203 ceph-mon[117428]: from='client.200718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:00.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:00 smithi066 ceph-mon[112137]: pgmap v7075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:00.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:00 smithi203 ceph-mon[117428]: pgmap v7075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:00.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:00 smithi137 ceph-mon[117020]: pgmap v7075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:02.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:02 smithi203 ceph-mon[117428]: pgmap v7076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:02.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:02 smithi137 ceph-mon[117020]: pgmap v7076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:02.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:02 smithi066 ceph-mon[112137]: pgmap v7076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:03.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:03.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:03.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:04.635 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:04.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:04.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:04.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:04.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:04.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:04 smithi066 ceph-mon[112137]: pgmap v7077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:04.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:04 smithi203 ceph-mon[117428]: pgmap v7077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:04.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:04 smithi137 ceph-mon[117020]: pgmap v7077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:05.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:05 smithi066 ceph-mon[112137]: from='client.200796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:05.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:05 smithi203 ceph-mon[117428]: from='client.200796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:05.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:05 smithi137 ceph-mon[117020]: from='client.200796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:06.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:06 smithi066 ceph-mon[112137]: pgmap v7078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:06.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:06 smithi203 ceph-mon[117428]: pgmap v7078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:06.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:06 smithi137 ceph-mon[117020]: pgmap v7078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:08.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:08 smithi203 ceph-mon[117428]: pgmap v7079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:08.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:08 smithi137 ceph-mon[117020]: pgmap v7079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:08.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:08 smithi066 ceph-mon[112137]: pgmap v7079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:09.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:09.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:09.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:10.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:10 smithi203 ceph-mon[117428]: pgmap v7080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:10.363 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:10.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:10.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:10.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:10.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:10.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:10 smithi137 ceph-mon[117020]: pgmap v7080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:10.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:10 smithi066 ceph-mon[112137]: pgmap v7080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:11.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:11 smithi203 ceph-mon[117428]: from='client.200868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:11.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:11 smithi137 ceph-mon[117020]: from='client.200868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:11.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:11 smithi066 ceph-mon[112137]: from='client.200868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:12.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:12 smithi203 ceph-mon[117428]: pgmap v7081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:12.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:12 smithi137 ceph-mon[117020]: pgmap v7081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:12.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:12 smithi066 ceph-mon[112137]: pgmap v7081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:14.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:14 smithi066 ceph-mon[112137]: pgmap v7082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:14.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:14 smithi203 ceph-mon[117428]: pgmap v7082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:14.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:14 smithi137 ceph-mon[117020]: pgmap v7082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:15.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:15.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:15.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:16.103 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:16.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:16.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:16.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:16.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:16.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:16 smithi203 ceph-mon[117428]: from='client.200946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:16.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:16 smithi203 ceph-mon[117428]: pgmap v7083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:16.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:16 smithi137 ceph-mon[117020]: from='client.200946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:16.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:16 smithi137 ceph-mon[117020]: pgmap v7083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:16.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:16 smithi066 ceph-mon[112137]: from='client.200946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:16.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:16 smithi066 ceph-mon[112137]: pgmap v7083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:18.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:18 smithi203 ceph-mon[117428]: pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:18.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:18 smithi137 ceph-mon[117020]: pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:18.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:18 smithi066 ceph-mon[112137]: pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:20.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:20 smithi203 ceph-mon[117428]: pgmap v7085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:20.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:20 smithi137 ceph-mon[117020]: pgmap v7085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:20.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:20 smithi066 ceph-mon[112137]: pgmap v7085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:21.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:21.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:21.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:21.831 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:21.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:21.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:21.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:21.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:22.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:22 smithi203 ceph-mon[117428]: from='client.201024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:22.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:22 smithi203 ceph-mon[117428]: pgmap v7086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:22.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:22 smithi137 ceph-mon[117020]: from='client.201024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:22.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:22 smithi137 ceph-mon[117020]: pgmap v7086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:22.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:22 smithi066 ceph-mon[112137]: from='client.201024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:22.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:22 smithi066 ceph-mon[112137]: pgmap v7086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:24.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:24 smithi066 ceph-mon[112137]: pgmap v7087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:24.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:24 smithi203 ceph-mon[117428]: pgmap v7087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:24.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:24 smithi137 ceph-mon[117020]: pgmap v7087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:26.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:26 smithi203 ceph-mon[117428]: pgmap v7088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:26.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:26 smithi137 ceph-mon[117020]: pgmap v7088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:26.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:26 smithi066 ceph-mon[112137]: pgmap v7088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:26.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:26.833 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:26.833 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:27.555 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:27.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:27.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:27.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:27.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:28.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:28 smithi137 ceph-mon[117020]: from='client.201099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:28.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:28 smithi137 ceph-mon[117020]: pgmap v7089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:28.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:28 smithi066 ceph-mon[112137]: from='client.201099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:28.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:28 smithi066 ceph-mon[112137]: pgmap v7089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:28.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:28 smithi203 ceph-mon[117428]: from='client.201099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:28.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:28 smithi203 ceph-mon[117428]: pgmap v7089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:30.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:30 smithi137 ceph-mon[117020]: pgmap v7090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:30.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:30 smithi066 ceph-mon[112137]: pgmap v7090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:30.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:30 smithi203 ceph-mon[117428]: pgmap v7090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:32.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:32 smithi137 ceph-mon[117020]: pgmap v7091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:32.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:32 smithi066 ceph-mon[112137]: pgmap v7091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:32.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:32.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:32.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:32.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:32 smithi203 ceph-mon[117428]: pgmap v7091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:33.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:33.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:33.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:33.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:33.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:33.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:33 smithi203 ceph-mon[117428]: from='client.201168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:33.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:33 smithi137 ceph-mon[117020]: from='client.201168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:33.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:33 smithi066 ceph-mon[112137]: from='client.201168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:34.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:34 smithi066 ceph-mon[112137]: pgmap v7092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:34.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:34 smithi203 ceph-mon[117428]: pgmap v7092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:34.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:34 smithi137 ceph-mon[117020]: pgmap v7092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:36.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:36 smithi203 ceph-mon[117428]: pgmap v7093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:36.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:36 smithi137 ceph-mon[117020]: pgmap v7093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:36.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:36 smithi066 ceph-mon[112137]: pgmap v7093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:38.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:38.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:38.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:38.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:38 smithi203 ceph-mon[117428]: pgmap v7094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:38.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:38 smithi137 ceph-mon[117020]: pgmap v7094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:38.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:38 smithi066 ceph-mon[112137]: pgmap v7094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:39.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:39.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:39.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:39.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:39.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:39.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:39 smithi066 ceph-mon[112137]: from='client.201246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:39.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:39 smithi203 ceph-mon[117428]: from='client.201246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:39.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:39 smithi137 ceph-mon[117020]: from='client.201246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:40.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:40 smithi066 ceph-mon[112137]: pgmap v7095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:40.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:40 smithi203 ceph-mon[117428]: pgmap v7095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:40 smithi137 ceph-mon[117020]: pgmap v7095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:42.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:42 smithi137 ceph-mon[117020]: pgmap v7096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:42.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:42 smithi066 ceph-mon[112137]: pgmap v7096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:42.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:42 smithi203 ceph-mon[117428]: pgmap v7096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:44.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:44.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:44.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:44.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:44 smithi066 ceph-mon[112137]: pgmap v7097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:44.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:44.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:44.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:44.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:44.732 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:44.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:44 smithi203 ceph-mon[117428]: pgmap v7097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:44.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:44 smithi137 ceph-mon[117020]: pgmap v7097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:45.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:45 smithi066 ceph-mon[112137]: from='client.201324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:45.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:45 smithi203 ceph-mon[117428]: from='client.201324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:45.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:45 smithi137 ceph-mon[117020]: from='client.201324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:46.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:46 smithi066 ceph-mon[112137]: pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:09:46.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:46 smithi203 ceph-mon[117428]: pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:09:46.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:46 smithi137 ceph-mon[117020]: pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:09:48.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:48 smithi137 ceph-mon[117020]: pgmap v7099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:09:48.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:48 smithi066 ceph-mon[112137]: pgmap v7099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:09:48.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:48 smithi203 ceph-mon[117428]: pgmap v7099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:09:49.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:49.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:49.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:50.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:50 smithi137 ceph-mon[117020]: pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:50.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:50.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:50.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:50.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:50.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:50.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:50 smithi066 ceph-mon[112137]: pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:50.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:50 smithi203 ceph-mon[117428]: pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:51.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:51 smithi137 ceph-mon[117020]: from='client.201402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:51 smithi066 ceph-mon[112137]: from='client.201402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:51.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:51 smithi203 ceph-mon[117428]: from='client.201402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:52.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:52 smithi137 ceph-mon[117020]: pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:52.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:52 smithi066 ceph-mon[112137]: pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:52.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:52 smithi203 ceph-mon[117428]: pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:54.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:54 smithi066 ceph-mon[112137]: pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:54.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:54 smithi203 ceph-mon[117428]: pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:54.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:54 smithi137 ceph-mon[117020]: pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:55.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:09:55.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:55.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:56.171 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:09:56.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:56.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:56.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:56.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:09:56.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:56 smithi137 ceph-mon[117020]: from='client.201477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:56.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:56 smithi137 ceph-mon[117020]: pgmap v7103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:56.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:56 smithi066 ceph-mon[112137]: from='client.201477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:56.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:56 smithi066 ceph-mon[112137]: pgmap v7103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:56.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:56 smithi203 ceph-mon[117428]: from='client.201477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:56.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:56 smithi203 ceph-mon[117428]: pgmap v7103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:09:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:09:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:09:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:09:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:09:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:09:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:09:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:09:57.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:09:57.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:09:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:09:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:09:58.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:09:58 smithi137 ceph-mon[117020]: pgmap v7104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:09:58.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:09:58 smithi066 ceph-mon[112137]: pgmap v7104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:09:58.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:09:58 smithi203 ceph-mon[117428]: pgmap v7104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:10:00.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T21:10:00.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:00 smithi203 ceph-mon[117428]: pgmap v7105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:10:00.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T21:10:00.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:00 smithi137 ceph-mon[117020]: pgmap v7105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:10:00.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T21:10:00.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:00 smithi066 ceph-mon[112137]: pgmap v7105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:10:01.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:01.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:01.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:01.892 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:01.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:01.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:01.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:01.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:02.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:02 smithi137 ceph-mon[117020]: from='client.201549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:02.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:02 smithi137 ceph-mon[117020]: pgmap v7106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:02.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:02 smithi066 ceph-mon[112137]: from='client.201549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:02.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:02 smithi066 ceph-mon[112137]: pgmap v7106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:02.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:02 smithi203 ceph-mon[117428]: from='client.201549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:02.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:02 smithi203 ceph-mon[117428]: pgmap v7106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:04.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:04 smithi066 ceph-mon[112137]: pgmap v7107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:04.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:04 smithi203 ceph-mon[117428]: pgmap v7107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:04.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:04 smithi137 ceph-mon[117020]: pgmap v7107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:06.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:06 smithi137 ceph-mon[117020]: pgmap v7108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:06.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:06 smithi066 ceph-mon[112137]: pgmap v7108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:06.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:06 smithi203 ceph-mon[117428]: pgmap v7108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:06.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:06.894 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:06.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:07.628 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:07.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:07.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:07.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:07.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:08.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:08 smithi137 ceph-mon[117020]: from='client.201627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:08.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:08 smithi137 ceph-mon[117020]: pgmap v7109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:08.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:08 smithi066 ceph-mon[112137]: from='client.201627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:08.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:08 smithi066 ceph-mon[112137]: pgmap v7109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:08.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:08 smithi203 ceph-mon[117428]: from='client.201627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:08.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:08 smithi203 ceph-mon[117428]: pgmap v7109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:10.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:10 smithi137 ceph-mon[117020]: pgmap v7110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:10.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:10 smithi066 ceph-mon[112137]: pgmap v7110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:10.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:10 smithi203 ceph-mon[117428]: pgmap v7110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:12.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:12 smithi137 ceph-mon[117020]: pgmap v7111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:12.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:12 smithi066 ceph-mon[112137]: pgmap v7111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:12.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:12 smithi203 ceph-mon[117428]: pgmap v7111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:12.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:12.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:12.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:13.348 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:13.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:13.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:13.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:13.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:13.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:13 smithi137 ceph-mon[117020]: from='client.201702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:13.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:13 smithi066 ceph-mon[112137]: from='client.201702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:13.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:13 smithi203 ceph-mon[117428]: from='client.201702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:14.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:14 smithi066 ceph-mon[112137]: pgmap v7112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:14.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:14 smithi203 ceph-mon[117428]: pgmap v7112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:14.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:14 smithi137 ceph-mon[117020]: pgmap v7112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:16.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:16 smithi137 ceph-mon[117020]: pgmap v7113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:16.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:16 smithi066 ceph-mon[112137]: pgmap v7113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:16.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:16 smithi203 ceph-mon[117428]: pgmap v7113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:18.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:18.351 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:18.351 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:18.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:18 smithi137 ceph-mon[117020]: pgmap v7114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:18.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:18 smithi066 ceph-mon[112137]: pgmap v7114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:18.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:18 smithi203 ceph-mon[117428]: pgmap v7114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:19.069 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:19.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:19.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:19.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:19.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:19.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:19 smithi066 ceph-mon[112137]: from='client.201780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:19.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:19 smithi203 ceph-mon[117428]: from='client.201780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:19.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:19 smithi137 ceph-mon[117020]: from='client.201780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:20.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:20 smithi066 ceph-mon[112137]: pgmap v7115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:20.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:20 smithi203 ceph-mon[117428]: pgmap v7115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:20.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:20 smithi137 ceph-mon[117020]: pgmap v7115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:22.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:22 smithi137 ceph-mon[117020]: pgmap v7116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:22.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:22 smithi066 ceph-mon[112137]: pgmap v7116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:22.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:22 smithi203 ceph-mon[117428]: pgmap v7116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:24.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:24.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:24.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:24.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:24 smithi066 ceph-mon[112137]: pgmap v7117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:24.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:24.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:24.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:24.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:24.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:24.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:24 smithi203 ceph-mon[117428]: pgmap v7117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:24.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:24 smithi137 ceph-mon[117020]: pgmap v7117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:25.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:25 smithi066 ceph-mon[112137]: from='client.201852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:25.782 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:25 smithi137 ceph-mon[117020]: from='client.201852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:25.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:25 smithi203 ceph-mon[117428]: from='client.201852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:26.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:26 smithi066 ceph-mon[112137]: pgmap v7118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:10:26.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:26 smithi203 ceph-mon[117428]: pgmap v7118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:10:26.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:26 smithi137 ceph-mon[117020]: pgmap v7118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:10:28.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:28 smithi137 ceph-mon[117020]: pgmap v7119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:10:28.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:28 smithi066 ceph-mon[112137]: pgmap v7119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:10:28.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:28 smithi203 ceph-mon[117428]: pgmap v7119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:10:29.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:29.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:29.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:30.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:30 smithi137 ceph-mon[117020]: pgmap v7120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:30.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:30 smithi066 ceph-mon[112137]: pgmap v7120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:30.523 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:30.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:30.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:30.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:30.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:30.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:30 smithi203 ceph-mon[117428]: pgmap v7120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:31.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:31 smithi137 ceph-mon[117020]: from='client.201930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:31.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:31 smithi066 ceph-mon[112137]: from='client.201930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:31.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:31 smithi203 ceph-mon[117428]: from='client.201930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:32.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:32 smithi137 ceph-mon[117020]: pgmap v7121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:32.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:32 smithi066 ceph-mon[112137]: pgmap v7121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:32.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:32 smithi203 ceph-mon[117428]: pgmap v7121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:34.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:34 smithi066 ceph-mon[112137]: pgmap v7122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:34.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:34 smithi203 ceph-mon[117428]: pgmap v7122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:34.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:34 smithi137 ceph-mon[117020]: pgmap v7122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:35.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:35.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:35.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:36.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:36.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:36.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:36.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:36.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:36.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:36 smithi137 ceph-mon[117020]: from='client.202002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:36.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:36 smithi137 ceph-mon[117020]: pgmap v7123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:36.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:36 smithi066 ceph-mon[112137]: from='client.202002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:36.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:36 smithi066 ceph-mon[112137]: pgmap v7123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:36.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:36 smithi203 ceph-mon[117428]: from='client.202002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:36.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:36 smithi203 ceph-mon[117428]: pgmap v7123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:38.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:38 smithi137 ceph-mon[117020]: pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:10:38.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:38 smithi066 ceph-mon[112137]: pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:10:38.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:38 smithi203 ceph-mon[117428]: pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:10:40.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:40 smithi137 ceph-mon[117020]: pgmap v7125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:10:40.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:40 smithi066 ceph-mon[112137]: pgmap v7125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:10:40.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:40 smithi203 ceph-mon[117428]: pgmap v7125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:10:41.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:41.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:41.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:41.986 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:41.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:41.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:41.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:41.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:42.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:42 smithi137 ceph-mon[117020]: from='client.202077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:42.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:42 smithi137 ceph-mon[117020]: pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:42.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:42 smithi066 ceph-mon[112137]: from='client.202077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:42.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:42 smithi066 ceph-mon[112137]: pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:42.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:42 smithi203 ceph-mon[117428]: from='client.202077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:42.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:42 smithi203 ceph-mon[117428]: pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:44.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:44 smithi066 ceph-mon[112137]: pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:44.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:44 smithi203 ceph-mon[117428]: pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:44.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:44 smithi137 ceph-mon[117020]: pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:46.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:46 smithi137 ceph-mon[117020]: pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:46.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:46 smithi066 ceph-mon[112137]: pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:46.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:46 smithi203 ceph-mon[117428]: pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:46.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:46.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:46.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:47.719 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:47.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:47.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:47.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:47.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:48.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:48 smithi137 ceph-mon[117020]: from='client.202155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:48.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:48 smithi137 ceph-mon[117020]: pgmap v7129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:48.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:48 smithi066 ceph-mon[112137]: from='client.202155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:48.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:48 smithi066 ceph-mon[112137]: pgmap v7129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:48.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:48 smithi203 ceph-mon[117428]: from='client.202155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:48.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:48 smithi203 ceph-mon[117428]: pgmap v7129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:50.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:50 smithi137 ceph-mon[117020]: pgmap v7130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:50.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:50 smithi066 ceph-mon[112137]: pgmap v7130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:50.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:50 smithi203 ceph-mon[117428]: pgmap v7130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:52.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:52 smithi137 ceph-mon[117020]: pgmap v7131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:52.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:52 smithi066 ceph-mon[112137]: pgmap v7131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:52.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:52 smithi203 ceph-mon[117428]: pgmap v7131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:52.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:52.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:52.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:53.447 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:53.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:53.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:53.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:53.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:54.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:54 smithi066 ceph-mon[112137]: from='client.202227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:54.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:54 smithi066 ceph-mon[112137]: pgmap v7132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:54.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:54 smithi203 ceph-mon[117428]: from='client.202227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:54.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:54 smithi203 ceph-mon[117428]: pgmap v7132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:54.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:54 smithi137 ceph-mon[117020]: from='client.202227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:54.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:54 smithi137 ceph-mon[117020]: pgmap v7132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:56.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:56 smithi137 ceph-mon[117020]: pgmap v7133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:56.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:56 smithi066 ceph-mon[112137]: pgmap v7133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:56.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:56 smithi203 ceph-mon[117428]: pgmap v7133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:57.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:10:57.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:10:57.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:10:58.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:10:58.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:10:58.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:10:58.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:58 smithi137 ceph-mon[117020]: pgmap v7134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:58.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:10:58.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:58.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:58.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:10:58.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:10:58.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:10:58.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:58 smithi066 ceph-mon[112137]: pgmap v7134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:58.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:10:58.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:10:58.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:10:58.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:58 smithi203 ceph-mon[117428]: pgmap v7134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:59.167 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:10:59.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:59.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:59.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:59.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:10:59.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:10:59 smithi137 ceph-mon[117020]: from='client.202302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:59.977 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:10:59 smithi066 ceph-mon[112137]: from='client.202302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:00.063 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:10:59 smithi203 ceph-mon[117428]: from='client.202302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:00.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:00 smithi137 ceph-mon[117020]: pgmap v7135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:00.977 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:00 smithi066 ceph-mon[112137]: pgmap v7135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:01.063 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:00 smithi203 ceph-mon[117428]: pgmap v7135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:02.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:02 smithi137 ceph-mon[117020]: pgmap v7136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:02.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:02 smithi066 ceph-mon[112137]: pgmap v7136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:02.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:02 smithi203 ceph-mon[117428]: pgmap v7136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:04.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:04.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:04.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:04.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:04 smithi066 ceph-mon[112137]: pgmap v7137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:04.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:04 smithi203 ceph-mon[117428]: pgmap v7137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:04.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:04 smithi137 ceph-mon[117020]: pgmap v7137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:04.890 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:04.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:04.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:04.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:04.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:05.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:05 smithi066 ceph-mon[112137]: from='client.202374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:05.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:05 smithi203 ceph-mon[117428]: from='client.202374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:05.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:05 smithi137 ceph-mon[117020]: from='client.202374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:06.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:06 smithi066 ceph-mon[112137]: pgmap v7138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:11:06.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:06 smithi203 ceph-mon[117428]: pgmap v7138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:11:06.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:06 smithi137 ceph-mon[117020]: pgmap v7138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:11:08.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:08 smithi137 ceph-mon[117020]: pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:11:08.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:08 smithi066 ceph-mon[112137]: pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:11:08.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:08 smithi203 ceph-mon[117428]: pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:11:09.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:09.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:09.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:10.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:10 smithi137 ceph-mon[117020]: pgmap v7140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:10.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:10 smithi066 ceph-mon[112137]: pgmap v7140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:10.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:10 smithi203 ceph-mon[117428]: pgmap v7140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:10.611 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:10.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:10.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:10.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:10.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:11.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:11 smithi137 ceph-mon[117020]: from='client.202452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:11.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:11 smithi066 ceph-mon[112137]: from='client.202452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:11.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:11 smithi203 ceph-mon[117428]: from='client.202452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:12.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:12 smithi137 ceph-mon[117020]: pgmap v7141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:12.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:12 smithi066 ceph-mon[112137]: pgmap v7141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:12.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:12 smithi203 ceph-mon[117428]: pgmap v7141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:14.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:14 smithi066 ceph-mon[112137]: pgmap v7142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:14.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:14 smithi203 ceph-mon[117428]: pgmap v7142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:14.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:14 smithi137 ceph-mon[117020]: pgmap v7142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:15.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:15.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:15.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:16.333 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:16.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:16.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:16.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:16.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:16.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:16 smithi137 ceph-mon[117020]: from='client.202530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:16.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:16 smithi137 ceph-mon[117020]: pgmap v7143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:16.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:16 smithi066 ceph-mon[112137]: from='client.202530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:16.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:16 smithi066 ceph-mon[112137]: pgmap v7143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:16.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:16 smithi203 ceph-mon[117428]: from='client.202530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:16.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:16 smithi203 ceph-mon[117428]: pgmap v7143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:18.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:18 smithi137 ceph-mon[117020]: pgmap v7144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:11:18.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:18 smithi066 ceph-mon[112137]: pgmap v7144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:11:18.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:18 smithi203 ceph-mon[117428]: pgmap v7144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:11:20.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:20 smithi137 ceph-mon[117020]: pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:11:20.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:20 smithi066 ceph-mon[112137]: pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:11:20.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:20 smithi203 ceph-mon[117428]: pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:11:21.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:21.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:21.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:22.058 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:22.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:22.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:22.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:22.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:22.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:22 smithi137 ceph-mon[117020]: from='client.202605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:22.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:22 smithi137 ceph-mon[117020]: pgmap v7146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:22.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:22 smithi066 ceph-mon[112137]: from='client.202605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:22.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:22 smithi066 ceph-mon[112137]: pgmap v7146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:22.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:22 smithi203 ceph-mon[117428]: from='client.202605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:22.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:22 smithi203 ceph-mon[117428]: pgmap v7146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:24.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:24 smithi066 ceph-mon[112137]: pgmap v7147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:24.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:24 smithi203 ceph-mon[117428]: pgmap v7147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:24.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:24 smithi137 ceph-mon[117020]: pgmap v7147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:26.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:26 smithi137 ceph-mon[117020]: pgmap v7148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:26.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:26 smithi066 ceph-mon[112137]: pgmap v7148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:26.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:26 smithi203 ceph-mon[117428]: pgmap v7148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:27.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:27.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:27.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:27.783 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:27.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:27.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:27.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:27.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:28.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:28 smithi137 ceph-mon[117020]: from='client.202683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:28.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:28 smithi137 ceph-mon[117020]: pgmap v7149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:28.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:28 smithi066 ceph-mon[112137]: from='client.202683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:28.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:28 smithi066 ceph-mon[112137]: pgmap v7149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:28.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:28 smithi203 ceph-mon[117428]: from='client.202683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:28.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:28 smithi203 ceph-mon[117428]: pgmap v7149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:30.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:30 smithi137 ceph-mon[117020]: pgmap v7150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:30.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:30 smithi066 ceph-mon[112137]: pgmap v7150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:30.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:30 smithi203 ceph-mon[117428]: pgmap v7150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:32.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:32 smithi137 ceph-mon[117020]: pgmap v7151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:32.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:32 smithi066 ceph-mon[112137]: pgmap v7151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:32.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:32 smithi203 ceph-mon[117428]: pgmap v7151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:32.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:32.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:32.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:33.510 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:34.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:34 smithi066 ceph-mon[112137]: from='client.202758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:34.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:34 smithi066 ceph-mon[112137]: pgmap v7152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:34.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:34 smithi203 ceph-mon[117428]: from='client.202758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:34.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:34 smithi203 ceph-mon[117428]: pgmap v7152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:34.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:34 smithi137 ceph-mon[117020]: from='client.202758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:34.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:34 smithi137 ceph-mon[117020]: pgmap v7152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:36.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:36 smithi137 ceph-mon[117020]: pgmap v7153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:36.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:36 smithi066 ceph-mon[112137]: pgmap v7153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:36.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:36 smithi203 ceph-mon[117428]: pgmap v7153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:38.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:38 smithi137 ceph-mon[117020]: pgmap v7154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:38.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:38 smithi066 ceph-mon[112137]: pgmap v7154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:38.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:38.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:38.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:38.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:38 smithi203 ceph-mon[117428]: pgmap v7154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:39.231 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:39.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:39.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:39.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:39.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:39.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:39 smithi066 ceph-mon[112137]: from='client.202836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:39.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:39 smithi203 ceph-mon[117428]: from='client.202836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:39.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:39 smithi137 ceph-mon[117020]: from='client.202836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:40.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:40 smithi066 ceph-mon[112137]: pgmap v7155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:40.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:40 smithi203 ceph-mon[117428]: pgmap v7155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:40 smithi137 ceph-mon[117020]: pgmap v7155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:42.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:42 smithi137 ceph-mon[117020]: pgmap v7156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:42.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:42 smithi066 ceph-mon[112137]: pgmap v7156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:42.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:42 smithi203 ceph-mon[117428]: pgmap v7156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:44.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:44.233 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:44.233 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:44.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:44 smithi066 ceph-mon[112137]: pgmap v7157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:44.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:44 smithi203 ceph-mon[117428]: pgmap v7157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:44.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:44 smithi137 ceph-mon[117020]: pgmap v7157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:44.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:44.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:44.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:44.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:44.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:45.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:45 smithi066 ceph-mon[112137]: from='client.202914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:45.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:45 smithi203 ceph-mon[117428]: from='client.202914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:45.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:45 smithi137 ceph-mon[117020]: from='client.202914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:46.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:46 smithi066 ceph-mon[112137]: pgmap v7158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:46.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:46 smithi203 ceph-mon[117428]: pgmap v7158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:46.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:46 smithi137 ceph-mon[117020]: pgmap v7158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:48.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:48 smithi137 ceph-mon[117020]: pgmap v7159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:48.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:48 smithi066 ceph-mon[112137]: pgmap v7159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:48.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:48 smithi203 ceph-mon[117428]: pgmap v7159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:49.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:49.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:49.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:50.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:50 smithi137 ceph-mon[117020]: pgmap v7160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:50.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:50 smithi066 ceph-mon[112137]: pgmap v7160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:50.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:50 smithi203 ceph-mon[117428]: pgmap v7160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:50.693 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:50.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:50.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:50.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:50.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:51.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:51 smithi137 ceph-mon[117020]: from='client.202992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:51.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:51 smithi066 ceph-mon[112137]: from='client.202992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:51.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:51 smithi203 ceph-mon[117428]: from='client.202992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:52.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:52 smithi137 ceph-mon[117020]: pgmap v7161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:52.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:52 smithi066 ceph-mon[112137]: pgmap v7161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:52.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:52 smithi203 ceph-mon[117428]: pgmap v7161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:54.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:54 smithi066 ceph-mon[112137]: pgmap v7162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:54.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:54 smithi203 ceph-mon[117428]: pgmap v7162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:54.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:54 smithi137 ceph-mon[117020]: pgmap v7162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:55.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:11:55.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:55.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:56.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:56 smithi137 ceph-mon[117020]: pgmap v7163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:56.419 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:11:56.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:56.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:56.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:56.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:11:56.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:56 smithi066 ceph-mon[112137]: pgmap v7163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:56.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:56 smithi203 ceph-mon[117428]: pgmap v7163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:57.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:57 smithi137 ceph-mon[117020]: from='client.203064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:57.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:57 smithi066 ceph-mon[112137]: from='client.203064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:57.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:57 smithi203 ceph-mon[117428]: from='client.203064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:58.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:11:58.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:58 smithi137 ceph-mon[117020]: pgmap v7164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:58.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:11:58.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:58 smithi066 ceph-mon[112137]: pgmap v7164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:58.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:11:58.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:58 smithi203 ceph-mon[117428]: pgmap v7164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:59.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:11:59.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:11:59.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:11:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:11:59.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:11:59.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:11:59.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:11:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:11:59.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:11:59.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:11:59.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:11:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:12:00.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:00 smithi137 ceph-mon[117020]: pgmap v7165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:00.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:00 smithi066 ceph-mon[112137]: pgmap v7165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:00.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:00 smithi203 ceph-mon[117428]: pgmap v7165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:01.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:01.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:01.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:02.142 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:02.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:02.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:02.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:02.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:02.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:02 smithi137 ceph-mon[117020]: from='client.203142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:02.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:02 smithi137 ceph-mon[117020]: pgmap v7166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:02.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:02 smithi066 ceph-mon[112137]: from='client.203142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:02.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:02 smithi066 ceph-mon[112137]: pgmap v7166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:02.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:02 smithi203 ceph-mon[117428]: from='client.203142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:02.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:02 smithi203 ceph-mon[117428]: pgmap v7166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:04.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:04 smithi066 ceph-mon[112137]: pgmap v7167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:04.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:04 smithi203 ceph-mon[117428]: pgmap v7167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:04.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:04 smithi137 ceph-mon[117020]: pgmap v7167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:06.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:06 smithi137 ceph-mon[117020]: pgmap v7168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:06.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:06 smithi066 ceph-mon[112137]: pgmap v7168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:06.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:06 smithi203 ceph-mon[117428]: pgmap v7168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:07.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:07.144 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:07.144 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:07.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:07.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:07.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:07.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:07.864 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:08.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:08 smithi137 ceph-mon[117020]: from='client.203211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:08.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:08 smithi137 ceph-mon[117020]: pgmap v7169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:08.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:08 smithi066 ceph-mon[112137]: from='client.203211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:08.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:08 smithi066 ceph-mon[112137]: pgmap v7169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:08.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:08 smithi203 ceph-mon[117428]: from='client.203211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:08.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:08 smithi203 ceph-mon[117428]: pgmap v7169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:10.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:10 smithi137 ceph-mon[117020]: pgmap v7170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:10.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:10 smithi066 ceph-mon[112137]: pgmap v7170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:10.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:10 smithi203 ceph-mon[117428]: pgmap v7170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:12.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:12 smithi137 ceph-mon[117020]: pgmap v7171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:12.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:12 smithi066 ceph-mon[112137]: pgmap v7171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:12.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:12 smithi203 ceph-mon[117428]: pgmap v7171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:12.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:12.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:12.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:13.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:13.589 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:13.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:13.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:13.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:14.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:14 smithi066 ceph-mon[112137]: from='client.203289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:14.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:14 smithi066 ceph-mon[112137]: pgmap v7172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:14.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:14 smithi203 ceph-mon[117428]: from='client.203289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:14.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:14 smithi203 ceph-mon[117428]: pgmap v7172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:14.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:14 smithi137 ceph-mon[117020]: from='client.203289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:14.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:14 smithi137 ceph-mon[117020]: pgmap v7172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:16.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:16 smithi137 ceph-mon[117020]: pgmap v7173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:16.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:16 smithi066 ceph-mon[112137]: pgmap v7173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:16.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:16 smithi203 ceph-mon[117428]: pgmap v7173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:18.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:18 smithi137 ceph-mon[117020]: pgmap v7174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:18.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:18 smithi066 ceph-mon[112137]: pgmap v7174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:18.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:18 smithi203 ceph-mon[117428]: pgmap v7174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:18.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:18.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:18.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:19.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:19.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:19.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:19.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:19.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:19.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:19 smithi066 ceph-mon[112137]: from='client.203367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:19.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:19 smithi203 ceph-mon[117428]: from='client.203367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:19.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:19 smithi137 ceph-mon[117020]: from='client.203367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:20.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:20 smithi066 ceph-mon[112137]: pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:20.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:20 smithi203 ceph-mon[117428]: pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:20.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:20 smithi137 ceph-mon[117020]: pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:22.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:22 smithi137 ceph-mon[117020]: pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:22.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:22 smithi066 ceph-mon[112137]: pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:22.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:22 smithi203 ceph-mon[117428]: pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:24.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:24.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:24.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:24.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:24 smithi066 ceph-mon[112137]: pgmap v7177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:24.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:24 smithi203 ceph-mon[117428]: pgmap v7177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:24.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:24 smithi137 ceph-mon[117020]: pgmap v7177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:25.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:25.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:25.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:25.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:25.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:25.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:25 smithi066 ceph-mon[112137]: from='client.203442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:25.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:25 smithi203 ceph-mon[117428]: from='client.203442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:25.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:25 smithi137 ceph-mon[117020]: from='client.203442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:26.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:26 smithi066 ceph-mon[112137]: pgmap v7178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:26.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:26 smithi203 ceph-mon[117428]: pgmap v7178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:26.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:26 smithi137 ceph-mon[117020]: pgmap v7178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:28.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:28 smithi137 ceph-mon[117020]: pgmap v7179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:28.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:28 smithi066 ceph-mon[112137]: pgmap v7179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:28.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:28 smithi203 ceph-mon[117428]: pgmap v7179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:30.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:30.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:30.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:30.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:30 smithi137 ceph-mon[117020]: pgmap v7180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:30.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:30 smithi066 ceph-mon[112137]: pgmap v7180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:30.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:30 smithi203 ceph-mon[117428]: pgmap v7180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:30.762 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:30.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:30.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:30.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:30.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:31.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:31 smithi137 ceph-mon[117020]: from='client.203520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:31.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:31 smithi066 ceph-mon[112137]: from='client.203520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:31.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:31 smithi203 ceph-mon[117428]: from='client.203520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:32.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:32 smithi137 ceph-mon[117020]: pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:32.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:32 smithi066 ceph-mon[112137]: pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:32.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:32 smithi203 ceph-mon[117428]: pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:34.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:34 smithi066 ceph-mon[112137]: pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:34.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:34 smithi203 ceph-mon[117428]: pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:34.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:34 smithi137 ceph-mon[117020]: pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:35.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:35.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:35.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:36.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:36 smithi137 ceph-mon[117020]: pgmap v7183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:36.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:36 smithi066 ceph-mon[112137]: pgmap v7183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:36.487 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:36.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:36.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:36.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:36.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:36.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:36 smithi203 ceph-mon[117428]: pgmap v7183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:37.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:37 smithi137 ceph-mon[117020]: from='client.203592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:37.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:37 smithi066 ceph-mon[112137]: from='client.203592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:37.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:37 smithi203 ceph-mon[117428]: from='client.203592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:38.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:38 smithi137 ceph-mon[117020]: pgmap v7184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:38.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:38 smithi066 ceph-mon[112137]: pgmap v7184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:38.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:38 smithi203 ceph-mon[117428]: pgmap v7184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:40.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:40 smithi137 ceph-mon[117020]: pgmap v7185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:40.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:40 smithi066 ceph-mon[112137]: pgmap v7185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:40.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:40 smithi203 ceph-mon[117428]: pgmap v7185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:41.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:41.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:41.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:42.218 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:42.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:42.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:42.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:42.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:42.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:42 smithi137 ceph-mon[117020]: from='client.203670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:42.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:42 smithi137 ceph-mon[117020]: pgmap v7186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:42.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:42 smithi066 ceph-mon[112137]: from='client.203670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:42.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:42 smithi066 ceph-mon[112137]: pgmap v7186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:42.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:42 smithi203 ceph-mon[117428]: from='client.203670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:42.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:42 smithi203 ceph-mon[117428]: pgmap v7186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:44.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:44 smithi066 ceph-mon[112137]: pgmap v7187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:44.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:44 smithi203 ceph-mon[117428]: pgmap v7187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:44.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:44 smithi137 ceph-mon[117020]: pgmap v7187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:46.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:46 smithi137 ceph-mon[117020]: pgmap v7188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:46.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:46 smithi066 ceph-mon[112137]: pgmap v7188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:46.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:46 smithi203 ceph-mon[117428]: pgmap v7188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:47.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:47.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:47.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:47.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:47.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:47.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:47.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:47.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:48.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:48 smithi137 ceph-mon[117020]: from='client.203748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:48.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:48 smithi137 ceph-mon[117020]: pgmap v7189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:48.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:48 smithi066 ceph-mon[112137]: from='client.203748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:48.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:48 smithi066 ceph-mon[112137]: pgmap v7189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:48.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:48 smithi203 ceph-mon[117428]: from='client.203748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:48.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:48 smithi203 ceph-mon[117428]: pgmap v7189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:50.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:50 smithi137 ceph-mon[117020]: pgmap v7190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:50.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:50 smithi066 ceph-mon[112137]: pgmap v7190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:50.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:50 smithi203 ceph-mon[117428]: pgmap v7190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:52.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:52 smithi137 ceph-mon[117020]: pgmap v7191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:52.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:52 smithi066 ceph-mon[112137]: pgmap v7191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:52.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:52 smithi203 ceph-mon[117428]: pgmap v7191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:52.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:52.943 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:52.943 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:53.665 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:53.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:53.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:53.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:53.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:54.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:54 smithi066 ceph-mon[112137]: from='client.203826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:54.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:54 smithi066 ceph-mon[112137]: pgmap v7192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:54.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:54 smithi203 ceph-mon[117428]: from='client.203826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:54.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:54 smithi203 ceph-mon[117428]: pgmap v7192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:54.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:54 smithi137 ceph-mon[117020]: from='client.203826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:54.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:54 smithi137 ceph-mon[117020]: pgmap v7192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:56.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:56 smithi137 ceph-mon[117020]: pgmap v7193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:56.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:56 smithi066 ceph-mon[112137]: pgmap v7193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:56.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:56 smithi203 ceph-mon[117428]: pgmap v7193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:58.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:58 smithi137 ceph-mon[117020]: pgmap v7194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:58.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:58 smithi066 ceph-mon[112137]: pgmap v7194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:58.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:58 smithi203 ceph-mon[117428]: pgmap v7194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:58.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:12:58.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:58.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:59.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:12:59.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:59.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:59.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:59.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:12:59.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:12:59.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:12:59.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:12:59.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:59 smithi066 ceph-mon[112137]: from='client.203904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:59.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:12:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:12:59.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:12:59.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:12:59.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:12:59.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:59 smithi203 ceph-mon[117428]: from='client.203904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:59.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:12:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:12:59.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:12:59.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:12:59.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:12:59.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:59 smithi137 ceph-mon[117020]: from='client.203904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:59.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:12:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:13:00.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:00 smithi066 ceph-mon[112137]: pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:00.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:00 smithi203 ceph-mon[117428]: pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:00.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:00 smithi137 ceph-mon[117020]: pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:02.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:02 smithi137 ceph-mon[117020]: pgmap v7196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:02.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:02 smithi066 ceph-mon[112137]: pgmap v7196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:02.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:02 smithi203 ceph-mon[117428]: pgmap v7196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:04.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:04.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:04.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:04.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:04 smithi066 ceph-mon[112137]: pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:04.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:04 smithi203 ceph-mon[117428]: pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:04.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:04 smithi137 ceph-mon[117020]: pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:05.122 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:05.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:05.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:05.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:05.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:05.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:05 smithi066 ceph-mon[112137]: from='client.203979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:05.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:05 smithi203 ceph-mon[117428]: from='client.203979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:05.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:05 smithi137 ceph-mon[117020]: from='client.203979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:06.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:06 smithi066 ceph-mon[112137]: pgmap v7198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:06.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:06 smithi203 ceph-mon[117428]: pgmap v7198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:06.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:06 smithi137 ceph-mon[117020]: pgmap v7198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:08.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:08 smithi137 ceph-mon[117020]: pgmap v7199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:08.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:08 smithi066 ceph-mon[112137]: pgmap v7199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:08.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:08 smithi203 ceph-mon[117428]: pgmap v7199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:10.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:10.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:10.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:10.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:10 smithi137 ceph-mon[117020]: pgmap v7200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:10.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:10 smithi066 ceph-mon[112137]: pgmap v7200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:10.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:10 smithi203 ceph-mon[117428]: pgmap v7200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:10.849 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:10.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:10.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:10.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:10.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:11.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:11 smithi137 ceph-mon[117020]: from='client.204057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:11.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:11 smithi066 ceph-mon[112137]: from='client.204057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:11.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:11 smithi203 ceph-mon[117428]: from='client.204057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:12.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:12 smithi137 ceph-mon[117020]: pgmap v7201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:12.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:12 smithi066 ceph-mon[112137]: pgmap v7201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:12.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:12 smithi203 ceph-mon[117428]: pgmap v7201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:14.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:14 smithi066 ceph-mon[112137]: pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:14.812 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:14 smithi203 ceph-mon[117428]: pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:14.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:14 smithi137 ceph-mon[117020]: pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:15.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:15.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:15.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:16.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:16 smithi137 ceph-mon[117020]: pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:16.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:16 smithi066 ceph-mon[112137]: pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:16.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:16 smithi203 ceph-mon[117428]: pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:16.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:16.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:16.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:16.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:16.582 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:17.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:17 smithi137 ceph-mon[117020]: from='client.204132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:17.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:17 smithi066 ceph-mon[112137]: from='client.204132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:17.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:17 smithi203 ceph-mon[117428]: from='client.204132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:18.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:18 smithi137 ceph-mon[117020]: pgmap v7204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:18.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:18 smithi066 ceph-mon[112137]: pgmap v7204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:18.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:18 smithi203 ceph-mon[117428]: pgmap v7204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:20.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:20 smithi137 ceph-mon[117020]: pgmap v7205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:20.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:20 smithi066 ceph-mon[112137]: pgmap v7205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:20.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:20 smithi203 ceph-mon[117428]: pgmap v7205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:21.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:21.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:21.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:22.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:22.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:22.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:22.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:22.305 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:22.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:22 smithi137 ceph-mon[117020]: from='client.204204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:22.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:22 smithi137 ceph-mon[117020]: pgmap v7206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:22.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:22 smithi066 ceph-mon[112137]: from='client.204204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:22.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:22 smithi066 ceph-mon[112137]: pgmap v7206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:22.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:22 smithi203 ceph-mon[117428]: from='client.204204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:22.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:22 smithi203 ceph-mon[117428]: pgmap v7206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:24.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:24 smithi066 ceph-mon[112137]: pgmap v7207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:24.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:24 smithi203 ceph-mon[117428]: pgmap v7207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:24.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:24 smithi137 ceph-mon[117020]: pgmap v7207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:26.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:26 smithi137 ceph-mon[117020]: pgmap v7208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:26.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:26 smithi066 ceph-mon[112137]: pgmap v7208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:26.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:26 smithi203 ceph-mon[117428]: pgmap v7208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:27.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:27.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:27.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:28.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:28.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:28.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:28.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:28.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:28.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:28 smithi137 ceph-mon[117020]: from='client.204282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:28.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:28 smithi137 ceph-mon[117020]: pgmap v7209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:28.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:28 smithi066 ceph-mon[112137]: from='client.204282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:28.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:28 smithi066 ceph-mon[112137]: pgmap v7209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:28.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:28 smithi203 ceph-mon[117428]: from='client.204282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:28.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:28 smithi203 ceph-mon[117428]: pgmap v7209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:30.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:30 smithi137 ceph-mon[117020]: pgmap v7210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:30.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:30 smithi066 ceph-mon[112137]: pgmap v7210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:30.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:30 smithi203 ceph-mon[117428]: pgmap v7210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:32.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:32 smithi137 ceph-mon[117020]: pgmap v7211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:32.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:32 smithi066 ceph-mon[112137]: pgmap v7211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:32.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:32 smithi203 ceph-mon[117428]: pgmap v7211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:33.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:33.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:33.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:33.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:33.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:33.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:33.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:33.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:34.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:34 smithi066 ceph-mon[112137]: from='client.204357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:34.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:34 smithi066 ceph-mon[112137]: pgmap v7212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:34.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:34 smithi203 ceph-mon[117428]: from='client.204357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:34.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:34 smithi203 ceph-mon[117428]: pgmap v7212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:34.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:34 smithi137 ceph-mon[117020]: from='client.204357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:34.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:34 smithi137 ceph-mon[117020]: pgmap v7212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:36.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:36 smithi137 ceph-mon[117020]: pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:36.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:36 smithi066 ceph-mon[112137]: pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:36.562 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:36 smithi203 ceph-mon[117428]: pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:38.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:38 smithi137 ceph-mon[117020]: pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:38.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:38 smithi066 ceph-mon[112137]: pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:38.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:38 smithi203 ceph-mon[117428]: pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:38.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:38.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:38.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:39.472 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:39.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:39.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:39.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:39.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:40.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:40 smithi137 ceph-mon[117020]: from='client.204432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:40.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:40 smithi137 ceph-mon[117020]: pgmap v7215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:40.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:40 smithi066 ceph-mon[112137]: from='client.204432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:40.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:40 smithi066 ceph-mon[112137]: pgmap v7215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:40.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:40 smithi203 ceph-mon[117428]: from='client.204432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:40.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:40 smithi203 ceph-mon[117428]: pgmap v7215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:42.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:42 smithi137 ceph-mon[117020]: pgmap v7216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:42.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:42 smithi066 ceph-mon[112137]: pgmap v7216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:42.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:42 smithi203 ceph-mon[117428]: pgmap v7216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:44.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:44.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:44 smithi066 ceph-mon[112137]: pgmap v7217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:44.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:44 smithi203 ceph-mon[117428]: pgmap v7217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:44.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:44 smithi137 ceph-mon[117020]: pgmap v7217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:45.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:45.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:45.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:45.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:45.196 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:45.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:45 smithi066 ceph-mon[112137]: from='client.204507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:45.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:45 smithi203 ceph-mon[117428]: from='client.204507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:45.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:45 smithi137 ceph-mon[117020]: from='client.204507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:46.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:46 smithi066 ceph-mon[112137]: pgmap v7218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:46.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:46 smithi203 ceph-mon[117428]: pgmap v7218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:46.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:46 smithi137 ceph-mon[117020]: pgmap v7218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:48.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:48 smithi137 ceph-mon[117020]: pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:48.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:48 smithi066 ceph-mon[112137]: pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:48.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:48 smithi203 ceph-mon[117428]: pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:50.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:50.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:50.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:50.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:50 smithi137 ceph-mon[117020]: pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:50.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:50 smithi066 ceph-mon[112137]: pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:50.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:50 smithi203 ceph-mon[117428]: pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:50.920 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:50.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:50.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:50.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:50.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:51.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:51 smithi137 ceph-mon[117020]: from='client.204582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:51.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:51 smithi066 ceph-mon[112137]: from='client.204582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:51.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:51 smithi203 ceph-mon[117428]: from='client.204582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:52.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:52 smithi066 ceph-mon[112137]: pgmap v7221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:52.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:52 smithi203 ceph-mon[117428]: pgmap v7221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:52.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:52 smithi137 ceph-mon[117020]: pgmap v7221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:54.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:54 smithi066 ceph-mon[112137]: pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:54.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:54 smithi203 ceph-mon[117428]: pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:54.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:54 smithi137 ceph-mon[117020]: pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:55.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:13:55.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:55.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:56.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:56 smithi137 ceph-mon[117020]: pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:56.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:56 smithi066 ceph-mon[112137]: pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:56.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:56 smithi203 ceph-mon[117428]: pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:56.642 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:13:56.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:56.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:56.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:56.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:13:57.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:57 smithi137 ceph-mon[117020]: from='client.204660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:57.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:57 smithi066 ceph-mon[112137]: from='client.204660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:57.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:57 smithi203 ceph-mon[117428]: from='client.204660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:58.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:58 smithi066 ceph-mon[112137]: pgmap v7224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:58.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:58 smithi203 ceph-mon[117428]: pgmap v7224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:58.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:58 smithi137 ceph-mon[117020]: pgmap v7224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:59.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:13:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:13:59.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:13:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:13:59.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:13:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:14:00.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:14:00.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:14:00.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:14:00.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:00 smithi066 ceph-mon[112137]: pgmap v7225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:00.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:14:00.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:14:00.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:14:00.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:00 smithi203 ceph-mon[117428]: pgmap v7225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:00.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:14:00.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:14:00.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:14:00.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:00 smithi137 ceph-mon[117020]: pgmap v7225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:01.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:01.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:01.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:02.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:02 smithi137 ceph-mon[117020]: from='client.204732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:02.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:02 smithi137 ceph-mon[117020]: pgmap v7226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:02.364 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:02.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:02.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:02.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:02.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:02.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:02 smithi066 ceph-mon[112137]: from='client.204732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:02.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:02 smithi066 ceph-mon[112137]: pgmap v7226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:02.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:02 smithi203 ceph-mon[117428]: from='client.204732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:02.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:02 smithi203 ceph-mon[117428]: pgmap v7226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:04.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:04 smithi066 ceph-mon[112137]: pgmap v7227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:04.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:04 smithi203 ceph-mon[117428]: pgmap v7227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:04.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:04 smithi137 ceph-mon[117020]: pgmap v7227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:06.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:06 smithi137 ceph-mon[117020]: pgmap v7228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:06 smithi066 ceph-mon[112137]: pgmap v7228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:06.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:06 smithi203 ceph-mon[117428]: pgmap v7228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:07.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:07.366 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:07.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:08.098 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:08.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:08.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:08.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:08.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:08.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:08 smithi137 ceph-mon[117020]: from='client.204807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:08.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:08 smithi137 ceph-mon[117020]: pgmap v7229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:08.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:08 smithi066 ceph-mon[112137]: from='client.204807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:08.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:08 smithi066 ceph-mon[112137]: pgmap v7229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:08.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:08 smithi203 ceph-mon[117428]: from='client.204807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:08.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:08 smithi203 ceph-mon[117428]: pgmap v7229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:10.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:10 smithi137 ceph-mon[117020]: pgmap v7230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:10.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:10 smithi066 ceph-mon[112137]: pgmap v7230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:10.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:10 smithi203 ceph-mon[117428]: pgmap v7230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:12.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:12 smithi137 ceph-mon[117020]: pgmap v7231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:12.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:12 smithi066 ceph-mon[112137]: pgmap v7231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:12.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:12 smithi203 ceph-mon[117428]: pgmap v7231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:13.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:13.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:13.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:13.833 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:13.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:13.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:13.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:13.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:14.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:14 smithi066 ceph-mon[112137]: from='client.204882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:14.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:14 smithi066 ceph-mon[112137]: pgmap v7232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:14.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:14 smithi203 ceph-mon[117428]: from='client.204882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:14.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:14 smithi203 ceph-mon[117428]: pgmap v7232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:14.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:14 smithi137 ceph-mon[117020]: from='client.204882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:14.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:14 smithi137 ceph-mon[117020]: pgmap v7232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:16.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:16 smithi066 ceph-mon[112137]: pgmap v7233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:16.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:16 smithi203 ceph-mon[117428]: pgmap v7233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:16.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:16 smithi137 ceph-mon[117020]: pgmap v7233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:18.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:18 smithi066 ceph-mon[112137]: pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:18.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:18 smithi203 ceph-mon[117428]: pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:18.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:18 smithi137 ceph-mon[117020]: pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:18.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:18.835 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:18.835 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:19.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:19.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:19.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:19.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:19.566 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:20.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:20 smithi137 ceph-mon[117020]: from='client.204957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:20.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:20 smithi137 ceph-mon[117020]: pgmap v7235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:20.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:20 smithi066 ceph-mon[112137]: from='client.204957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:20.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:20 smithi066 ceph-mon[112137]: pgmap v7235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:20.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:20 smithi203 ceph-mon[117428]: from='client.204957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:20.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:20 smithi203 ceph-mon[117428]: pgmap v7235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:22.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:22 smithi137 ceph-mon[117020]: pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:22.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:22 smithi066 ceph-mon[112137]: pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:22.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:22 smithi203 ceph-mon[117428]: pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:24.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:24.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:24.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:24.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:24 smithi066 ceph-mon[112137]: pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:24.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:24 smithi203 ceph-mon[117428]: pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:24.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:24 smithi137 ceph-mon[117020]: pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:25.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:25.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:25.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:25.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:25.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:25.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:25 smithi066 ceph-mon[112137]: from='client.205035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:25.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:25 smithi203 ceph-mon[117428]: from='client.205035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:25.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:25 smithi137 ceph-mon[117020]: from='client.205035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:26.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:26 smithi066 ceph-mon[112137]: pgmap v7238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:26.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:26 smithi203 ceph-mon[117428]: pgmap v7238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:26.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:26 smithi137 ceph-mon[117020]: pgmap v7238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:28.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:28 smithi066 ceph-mon[112137]: pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:28.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:28 smithi203 ceph-mon[117428]: pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:28.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:28 smithi137 ceph-mon[117020]: pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:30.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:30.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:30.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:30.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:30 smithi066 ceph-mon[112137]: pgmap v7240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:30.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:30 smithi203 ceph-mon[117428]: pgmap v7240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:30.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:30 smithi137 ceph-mon[117020]: pgmap v7240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:31.015 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:31.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:31.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:31.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:31.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:31.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:31 smithi066 ceph-mon[112137]: from='client.205113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:31.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:31 smithi203 ceph-mon[117428]: from='client.205113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:31.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:31 smithi137 ceph-mon[117020]: from='client.205113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:32.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:32 smithi066 ceph-mon[112137]: pgmap v7241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:32.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:32 smithi203 ceph-mon[117428]: pgmap v7241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:32.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:32 smithi137 ceph-mon[117020]: pgmap v7241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:34.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:34 smithi066 ceph-mon[112137]: pgmap v7242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:34.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:34 smithi203 ceph-mon[117428]: pgmap v7242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:34.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:34 smithi137 ceph-mon[117020]: pgmap v7242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:36.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:36.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:36.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:36.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:36 smithi066 ceph-mon[112137]: pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:36.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:36 smithi203 ceph-mon[117428]: pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:36.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:36 smithi137 ceph-mon[117020]: pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:36.744 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:36.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:36.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:36.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:36.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:37.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:37 smithi066 ceph-mon[112137]: from='client.205188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:37.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:37 smithi203 ceph-mon[117428]: from='client.205188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:37.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:37 smithi137 ceph-mon[117020]: from='client.205188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:38.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:38 smithi066 ceph-mon[112137]: pgmap v7244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:38.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:38 smithi203 ceph-mon[117428]: pgmap v7244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:38.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:38 smithi137 ceph-mon[117020]: pgmap v7244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:40.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:40 smithi066 ceph-mon[112137]: pgmap v7245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:40.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:40 smithi203 ceph-mon[117428]: pgmap v7245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:40.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:40 smithi137 ceph-mon[117020]: pgmap v7245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:41.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:41.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:41.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:42.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:42.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:42.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:42.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:42.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:42.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:42 smithi066 ceph-mon[112137]: pgmap v7246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:42.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:42 smithi203 ceph-mon[117428]: pgmap v7246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:42.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:42 smithi137 ceph-mon[117020]: pgmap v7246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:43.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:43 smithi066 ceph-mon[112137]: from='client.205266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:43.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:43 smithi203 ceph-mon[117428]: from='client.205266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:43.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:43 smithi137 ceph-mon[117020]: from='client.205266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:44.726 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:44 smithi066 ceph-mon[112137]: pgmap v7247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:44.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:44 smithi203 ceph-mon[117428]: pgmap v7247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:44.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:44 smithi137 ceph-mon[117020]: pgmap v7247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:46.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:46 smithi066 ceph-mon[112137]: pgmap v7248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:46.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:46 smithi203 ceph-mon[117428]: pgmap v7248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:46.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:46 smithi137 ceph-mon[117020]: pgmap v7248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:47.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:47.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:47.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:48.199 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:48.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:48.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:48.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:48.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:48.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:48 smithi066 ceph-mon[112137]: from='client.205344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:48.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:48 smithi066 ceph-mon[112137]: pgmap v7249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:48.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:48 smithi203 ceph-mon[117428]: from='client.205344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:48.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:48 smithi203 ceph-mon[117428]: pgmap v7249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:48.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:48 smithi137 ceph-mon[117020]: from='client.205344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:48.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:48 smithi137 ceph-mon[117020]: pgmap v7249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:50.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:50 smithi066 ceph-mon[112137]: pgmap v7250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:50.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:50 smithi203 ceph-mon[117428]: pgmap v7250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:50.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:50 smithi137 ceph-mon[117020]: pgmap v7250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:52.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:52 smithi066 ceph-mon[112137]: pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:52.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:52 smithi203 ceph-mon[117428]: pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:52.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:52 smithi137 ceph-mon[117020]: pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:53.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:53.201 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:53.201 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:53.918 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:14:53.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:53.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:53.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:53.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:54.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:54 smithi066 ceph-mon[112137]: from='client.205422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:54.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:54 smithi066 ceph-mon[112137]: pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:54.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:54 smithi203 ceph-mon[117428]: from='client.205422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:54.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:54 smithi203 ceph-mon[117428]: pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:54.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:54 smithi137 ceph-mon[117020]: from='client.205422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:54.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:54 smithi137 ceph-mon[117020]: pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:56.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:56 smithi066 ceph-mon[112137]: pgmap v7253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:56.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:56 smithi203 ceph-mon[117428]: pgmap v7253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:56.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:56 smithi137 ceph-mon[117020]: pgmap v7253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:58.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:14:58 smithi066 ceph-mon[112137]: pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:58.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:14:58 smithi203 ceph-mon[117428]: pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:58.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:14:58 smithi137 ceph-mon[117020]: pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:58.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:14:58.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:58.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:59.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:59.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:59.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:59.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:14:59.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:00.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:15:00.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:15:00.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='client.205500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: pgmap v7255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:15:01.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='client.205500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:01.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: pgmap v7255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:15:01.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:15:01.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:15:01.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='client.205500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: pgmap v7255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:15:01.476 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:15:02.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:02 smithi066 ceph-mon[112137]: pgmap v7256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:02.561 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:02 smithi203 ceph-mon[117428]: pgmap v7256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:02.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:02 smithi137 ceph-mon[117020]: pgmap v7256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:04.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:04.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:04.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:04.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:04 smithi066 ceph-mon[112137]: pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:04.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:04 smithi203 ceph-mon[117428]: pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:04.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:04 smithi137 ceph-mon[117020]: pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:05.370 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:05.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:05.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:05.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:05.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:05.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:05 smithi066 ceph-mon[112137]: from='client.205578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:05.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:05 smithi203 ceph-mon[117428]: from='client.205578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:05.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:05 smithi137 ceph-mon[117020]: from='client.205578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:07.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:07 smithi066 ceph-mon[112137]: pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:07.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:07 smithi203 ceph-mon[117428]: pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:07.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:07 smithi137 ceph-mon[117020]: pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:09.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:09 smithi066 ceph-mon[112137]: pgmap v7259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:09.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:09 smithi203 ceph-mon[117428]: pgmap v7259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:09.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:09 smithi137 ceph-mon[117020]: pgmap v7259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:10.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:10.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:10.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:11.100 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:11.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:11.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:11.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:11.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:11.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:11 smithi066 ceph-mon[112137]: pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:11.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:11 smithi066 ceph-mon[112137]: from='client.205650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:11.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:11 smithi203 ceph-mon[117428]: pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:11.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:11 smithi203 ceph-mon[117428]: from='client.205650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:11.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:11 smithi137 ceph-mon[117020]: pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:11.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:11 smithi137 ceph-mon[117020]: from='client.205650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:13.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:13 smithi066 ceph-mon[112137]: pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:13.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:13 smithi203 ceph-mon[117428]: pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:13.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:13 smithi137 ceph-mon[117020]: pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:15.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:15 smithi066 ceph-mon[112137]: pgmap v7262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:15.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:15 smithi203 ceph-mon[117428]: pgmap v7262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:15.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:15 smithi137 ceph-mon[117020]: pgmap v7262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:16.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:16.102 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:16.102 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:16.830 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:16.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:16.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:16.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:16.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:17.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:17 smithi066 ceph-mon[112137]: pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:15:17.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:17 smithi066 ceph-mon[112137]: from='client.205728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:17.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:17 smithi203 ceph-mon[117428]: pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:15:17.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:17 smithi203 ceph-mon[117428]: from='client.205728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:17.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:17 smithi137 ceph-mon[117020]: pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:15:17.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:17 smithi137 ceph-mon[117020]: from='client.205728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:19.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:19 smithi066 ceph-mon[112137]: pgmap v7264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:19.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:19 smithi203 ceph-mon[117428]: pgmap v7264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:19.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:19 smithi137 ceph-mon[117020]: pgmap v7264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:21.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:21 smithi066 ceph-mon[112137]: pgmap v7265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:21.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:21 smithi203 ceph-mon[117428]: pgmap v7265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:21.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:21.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:21.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:21.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:21 smithi137 ceph-mon[117020]: pgmap v7265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:22.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:22.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:22.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:22.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:22.558 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:23.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:23 smithi066 ceph-mon[112137]: pgmap v7266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:23.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:23 smithi066 ceph-mon[112137]: from='client.205803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:23.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:23 smithi203 ceph-mon[117428]: pgmap v7266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:23.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:23 smithi203 ceph-mon[117428]: from='client.205803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:23.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:23 smithi137 ceph-mon[117020]: pgmap v7266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:23.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:23 smithi137 ceph-mon[117020]: from='client.205803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:25.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:25 smithi066 ceph-mon[112137]: pgmap v7267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:25.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:25 smithi203 ceph-mon[117428]: pgmap v7267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:25.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:25 smithi137 ceph-mon[117020]: pgmap v7267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:27.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:27.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:27.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:27.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:27 smithi066 ceph-mon[112137]: pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:27.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:27 smithi203 ceph-mon[117428]: pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:27.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:27 smithi137 ceph-mon[117020]: pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:28.281 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:28.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:28.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:28.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:28.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:28.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:28 smithi203 ceph-mon[117428]: from='client.205878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:28.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:28 smithi137 ceph-mon[117020]: from='client.205878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:28.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:28 smithi066 ceph-mon[112137]: from='client.205878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:29.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:29 smithi203 ceph-mon[117428]: pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:29.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:29 smithi137 ceph-mon[117020]: pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:29.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:29 smithi066 ceph-mon[112137]: pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:31.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:31 smithi203 ceph-mon[117428]: pgmap v7270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:31.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:31 smithi137 ceph-mon[117020]: pgmap v7270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:31.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:31 smithi066 ceph-mon[112137]: pgmap v7270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:33.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:33.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:33.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:33.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:33 smithi203 ceph-mon[117428]: pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:33.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:33 smithi137 ceph-mon[117020]: pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:33.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:33 smithi066 ceph-mon[112137]: pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:34.028 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:34.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:34.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:34.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:34.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:34.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:34 smithi203 ceph-mon[117428]: from='client.205953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:34.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:34 smithi137 ceph-mon[117020]: from='client.205953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:34.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:34 smithi066 ceph-mon[112137]: from='client.205953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:35.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:35 smithi203 ceph-mon[117428]: pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:35.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:35 smithi137 ceph-mon[117020]: pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:35.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:35 smithi066 ceph-mon[112137]: pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:37.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:37 smithi203 ceph-mon[117428]: pgmap v7273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:37.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:37 smithi137 ceph-mon[117020]: pgmap v7273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:37.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:37 smithi066 ceph-mon[112137]: pgmap v7273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:39.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:39.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:39.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:39.775 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:39.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:39.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:39.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:39.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:39.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:39 smithi203 ceph-mon[117428]: pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:39.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:39 smithi137 ceph-mon[117020]: pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:39.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:39 smithi066 ceph-mon[112137]: pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:40.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:40 smithi203 ceph-mon[117428]: from='client.206028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:40 smithi137 ceph-mon[117020]: from='client.206028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:40.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:40 smithi066 ceph-mon[112137]: from='client.206028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:41.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:41 smithi203 ceph-mon[117428]: pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:15:41.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:41 smithi137 ceph-mon[117020]: pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:15:41.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:41 smithi066 ceph-mon[112137]: pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:15:43.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:43 smithi203 ceph-mon[117428]: pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:43.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:43 smithi137 ceph-mon[117020]: pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:43.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:43 smithi066 ceph-mon[112137]: pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:44.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:44.777 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:44.777 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:45.499 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:45.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:45.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:45.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:45.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:45.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:45 smithi203 ceph-mon[117428]: pgmap v7277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:45.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:45 smithi137 ceph-mon[117020]: pgmap v7277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:45.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:45 smithi066 ceph-mon[112137]: pgmap v7277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:46.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:46 smithi203 ceph-mon[117428]: from='client.206100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:46.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:46 smithi137 ceph-mon[117020]: from='client.206100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:46.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:46 smithi066 ceph-mon[112137]: from='client.206100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:47.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:47 smithi203 ceph-mon[117428]: pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:47.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:47 smithi137 ceph-mon[117020]: pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:47.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:47 smithi066 ceph-mon[112137]: pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:49.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:49 smithi203 ceph-mon[117428]: pgmap v7279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:49.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:49 smithi137 ceph-mon[117020]: pgmap v7279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:49.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:49 smithi066 ceph-mon[112137]: pgmap v7279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:50.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:50.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:50.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:51.225 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:51.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:51.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:51.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:51.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:51.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:51 smithi203 ceph-mon[117428]: pgmap v7280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:51.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:51 smithi203 ceph-mon[117428]: from='client.206175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:51.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:51 smithi137 ceph-mon[117020]: pgmap v7280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:51.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:51 smithi137 ceph-mon[117020]: from='client.206175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:51.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:51 smithi066 ceph-mon[112137]: pgmap v7280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:51.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:51 smithi066 ceph-mon[112137]: from='client.206175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:53.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:53 smithi203 ceph-mon[117428]: pgmap v7281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:53.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:53 smithi137 ceph-mon[117020]: pgmap v7281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:53.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:53 smithi066 ceph-mon[112137]: pgmap v7281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:55.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:55 smithi203 ceph-mon[117428]: pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:55.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:55 smithi137 ceph-mon[117020]: pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:55.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:55 smithi066 ceph-mon[112137]: pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:15:56.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:15:56.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:56.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:56.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:56.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:56.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:56.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:15:56.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:15:57.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:57 smithi203 ceph-mon[117428]: pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:15:57.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:57 smithi203 ceph-mon[117428]: from='client.206250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:57.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:57 smithi137 ceph-mon[117020]: pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:15:57.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:57 smithi137 ceph-mon[117020]: from='client.206250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:57.977 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:57 smithi066 ceph-mon[112137]: pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:15:57.977 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:57 smithi066 ceph-mon[112137]: from='client.206250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:59.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:15:59 smithi203 ceph-mon[117428]: pgmap v7284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:59.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:15:59 smithi137 ceph-mon[117020]: pgmap v7284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:59.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:15:59 smithi066 ceph-mon[112137]: pgmap v7284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:01.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:01 smithi203 ceph-mon[117428]: pgmap v7285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:01.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:16:01.846 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:01 smithi137 ceph-mon[117020]: pgmap v7285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:01.846 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:16:01.865 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:01 smithi066 ceph-mon[112137]: pgmap v7285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:01.865 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:16:01.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:01.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:01.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:02.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:02.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:02.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:02.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:02.749 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:03.661 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:03 smithi203 ceph-mon[117428]: pgmap v7286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:03.661 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:03 smithi203 ceph-mon[117428]: from='client.206328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:03.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:03 smithi137 ceph-mon[117020]: pgmap v7286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:03.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:03 smithi137 ceph-mon[117020]: from='client.206328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:03.887 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:03 smithi066 ceph-mon[112137]: pgmap v7286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:03.887 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:03 smithi066 ceph-mon[112137]: from='client.206328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:04.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:04.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:04.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:04.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:04.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:04.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:04.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:16:04.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:16:04.976 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:16:05.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:16:05.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:05.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:16:05.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:16:05.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:16:06.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:05 smithi066 ceph-mon[112137]: pgmap v7287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:06.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:05 smithi203 ceph-mon[117428]: pgmap v7287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:06.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:05 smithi137 ceph-mon[117020]: pgmap v7287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:07.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:07.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:07.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:08.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:07 smithi066 ceph-mon[112137]: pgmap v7288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:08.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:07 smithi203 ceph-mon[117428]: pgmap v7288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:08.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:07 smithi137 ceph-mon[117020]: pgmap v7288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:08.472 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:08.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:08.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:08.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:08.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:10.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:09 smithi066 ceph-mon[112137]: pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:10.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:09 smithi066 ceph-mon[112137]: from='client.206397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:10.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:09 smithi203 ceph-mon[117428]: pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:10.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:09 smithi203 ceph-mon[117428]: from='client.206397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:10.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:09 smithi137 ceph-mon[117020]: pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:10.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:09 smithi137 ceph-mon[117020]: from='client.206397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:12.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:11 smithi066 ceph-mon[112137]: pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:12.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:11 smithi203 ceph-mon[117428]: pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:12.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:11 smithi137 ceph-mon[117020]: pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:13.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:13.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:13.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:14.196 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:14.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:14.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:14.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:14.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:14.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:13 smithi066 ceph-mon[112137]: pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:14.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:13 smithi203 ceph-mon[117428]: pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:14.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:13 smithi137 ceph-mon[117020]: pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:15.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:14 smithi066 ceph-mon[112137]: from='client.206472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:15.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:14 smithi203 ceph-mon[117428]: from='client.206472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:15.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:14 smithi137 ceph-mon[117020]: from='client.206472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:16.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:15 smithi066 ceph-mon[112137]: pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:16.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:15 smithi203 ceph-mon[117428]: pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:16.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:15 smithi137 ceph-mon[117020]: pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:18.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:17 smithi066 ceph-mon[112137]: pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:18.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:17 smithi203 ceph-mon[117428]: pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:18.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:17 smithi137 ceph-mon[117020]: pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:19.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:19.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:19.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:19.922 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:19.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:19.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:19.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:19.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:20.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:19 smithi066 ceph-mon[112137]: pgmap v7294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:20.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:19 smithi203 ceph-mon[117428]: pgmap v7294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:20.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:19 smithi137 ceph-mon[117020]: pgmap v7294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:21.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:20 smithi066 ceph-mon[112137]: from='client.206550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:21.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:20 smithi203 ceph-mon[117428]: from='client.206550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:21.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:20 smithi137 ceph-mon[117020]: from='client.206550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:22.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:21 smithi066 ceph-mon[112137]: pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:16:22.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:21 smithi203 ceph-mon[117428]: pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:16:22.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:21 smithi137 ceph-mon[117020]: pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:16:24.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:23 smithi066 ceph-mon[112137]: pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:16:24.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:23 smithi203 ceph-mon[117428]: pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:16:24.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:23 smithi137 ceph-mon[117020]: pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:16:24.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:24.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:24.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:25.655 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:25.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:25.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:25.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:25.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:26.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:25 smithi066 ceph-mon[112137]: pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:16:26.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:25 smithi203 ceph-mon[117428]: pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:16:26.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:25 smithi137 ceph-mon[117020]: pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:16:27.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:26 smithi203 ceph-mon[117428]: from='client.206625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:27.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:26 smithi137 ceph-mon[117020]: from='client.206625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:27.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:26 smithi066 ceph-mon[112137]: from='client.206625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:28.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:27 smithi203 ceph-mon[117428]: pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:28.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:27 smithi137 ceph-mon[117020]: pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:28.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:27 smithi066 ceph-mon[112137]: pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:30.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:29 smithi203 ceph-mon[117428]: pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:30.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:29 smithi137 ceph-mon[117020]: pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:30.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:29 smithi066 ceph-mon[112137]: pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:30.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:30.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:30.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:31.397 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:31.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:31.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:31.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:31.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:32.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:32 smithi203 ceph-mon[117428]: pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:32.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:32 smithi203 ceph-mon[117428]: from='client.206700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:32.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:32 smithi137 ceph-mon[117020]: pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:32.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:32 smithi137 ceph-mon[117020]: from='client.206700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:32.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:32 smithi066 ceph-mon[112137]: pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:32.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:32 smithi066 ceph-mon[112137]: from='client.206700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:34.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:34 smithi203 ceph-mon[117428]: pgmap v7301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:16:34.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:34 smithi137 ceph-mon[117020]: pgmap v7301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:16:34.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:34 smithi066 ceph-mon[112137]: pgmap v7301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:16:36.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:36 smithi203 ceph-mon[117428]: pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:16:36.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:36 smithi137 ceph-mon[117020]: pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:16:36.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:36.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:36.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:36.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:36 smithi066 ceph-mon[112137]: pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:16:37.137 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:37.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:37.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:37.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:37.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:38.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:38 smithi203 ceph-mon[117428]: pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:16:38.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:38 smithi203 ceph-mon[117428]: from='client.206778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:38.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:38 smithi137 ceph-mon[117020]: pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:16:38.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:38 smithi137 ceph-mon[117020]: from='client.206778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:38.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:38 smithi066 ceph-mon[112137]: pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:16:38.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:38 smithi066 ceph-mon[112137]: from='client.206778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:40.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:40 smithi203 ceph-mon[117428]: pgmap v7304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:40.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:40 smithi137 ceph-mon[117020]: pgmap v7304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:40.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:40 smithi066 ceph-mon[112137]: pgmap v7304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:42.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:42.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:42.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:42.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:42 smithi203 ceph-mon[117428]: pgmap v7305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:42.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:42 smithi137 ceph-mon[117020]: pgmap v7305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:42.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:42 smithi066 ceph-mon[112137]: pgmap v7305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:42.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:42.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:42.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:42.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:42.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:44.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:44 smithi203 ceph-mon[117428]: pgmap v7306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:44.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:44 smithi203 ceph-mon[117428]: from='client.206856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:44.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:44 smithi137 ceph-mon[117020]: pgmap v7306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:44.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:44 smithi137 ceph-mon[117020]: from='client.206856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:44.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:44 smithi066 ceph-mon[112137]: pgmap v7306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:44.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:44 smithi066 ceph-mon[112137]: from='client.206856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:46.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:46 smithi203 ceph-mon[117428]: pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:46.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:46 smithi137 ceph-mon[117020]: pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:46.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:46 smithi066 ceph-mon[112137]: pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:47.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:47.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:47.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:48.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:48 smithi203 ceph-mon[117428]: pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:48.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:48 smithi137 ceph-mon[117020]: pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:48.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:48 smithi066 ceph-mon[112137]: pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:48.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:48.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:48.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:48.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:48.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:50.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:50 smithi203 ceph-mon[117428]: pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:50.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:50 smithi203 ceph-mon[117428]: from='client.206925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:50.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:50 smithi137 ceph-mon[117020]: pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:50.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:50 smithi137 ceph-mon[117020]: from='client.206925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:50.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:50 smithi066 ceph-mon[112137]: pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:50.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:50 smithi066 ceph-mon[112137]: from='client.206925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:52.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:52 smithi203 ceph-mon[117428]: pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:52.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:52 smithi137 ceph-mon[117020]: pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:52.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:52 smithi066 ceph-mon[112137]: pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:53.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:54.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:54 smithi203 ceph-mon[117428]: pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:54.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:16:54.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:54.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:54.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:54.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:16:54.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:54 smithi137 ceph-mon[117020]: pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:54.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:54 smithi066 ceph-mon[112137]: pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:55.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:55 smithi203 ceph-mon[117428]: from='client.206997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:55.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:55 smithi137 ceph-mon[117020]: from='client.206997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:55.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:55 smithi066 ceph-mon[112137]: from='client.206997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:56.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:56 smithi203 ceph-mon[117428]: pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:56.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:56 smithi137 ceph-mon[117020]: pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:56.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:56 smithi066 ceph-mon[112137]: pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:58.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:16:58 smithi203 ceph-mon[117428]: pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:58.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:16:58 smithi137 ceph-mon[117020]: pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:58.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:16:58 smithi066 ceph-mon[112137]: pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:59.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:16:59.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:59.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:00.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:00.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:00.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:00.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:00.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:00.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:00 smithi203 ceph-mon[117428]: pgmap v7314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:00.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:00 smithi137 ceph-mon[117020]: pgmap v7314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:00.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:00 smithi066 ceph-mon[112137]: pgmap v7314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:01.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:01 smithi203 ceph-mon[117428]: from='client.207072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:01.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:01 smithi137 ceph-mon[117020]: from='client.207072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:01.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:01 smithi066 ceph-mon[112137]: from='client.207072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:02.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:02 smithi203 ceph-mon[117428]: pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:02.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:02 smithi137 ceph-mon[117020]: pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:02.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:02 smithi066 ceph-mon[112137]: pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:04.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:04 smithi203 ceph-mon[117428]: pgmap v7316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:04.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:04 smithi137 ceph-mon[117020]: pgmap v7316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:04.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:04 smithi066 ceph-mon[112137]: pgmap v7316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:05.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:05.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:05.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:05.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:17:05.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:17:05.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:17:05.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:05.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:05.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:05.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:05.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:05.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:06.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:17:06.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:17:06.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:06.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:17:06.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:17:06.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:17:06.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:17:06.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:17:06.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:17:07.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:07 smithi203 ceph-mon[117428]: from='client.207147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:07.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:07 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16749M 2023-12-07T21:17:07.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:07 smithi137 ceph-mon[117020]: from='client.207147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:07.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:07 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16749M 2023-12-07T21:17:07.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:07 smithi066 ceph-mon[112137]: from='client.207147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:07.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:07 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16749M 2023-12-07T21:17:08.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:08 smithi203 ceph-mon[117428]: pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:08.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:08 smithi137 ceph-mon[117020]: pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:08.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:08 smithi066 ceph-mon[112137]: pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:10.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:10 smithi203 ceph-mon[117428]: pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:10.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:10 smithi137 ceph-mon[117020]: pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:10.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:10 smithi066 ceph-mon[112137]: pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:10.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:10.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:10.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:11.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:11.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:11.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:11.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:11.577 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:12.310 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:12 smithi203 ceph-mon[117428]: pgmap v7320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:12.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:12 smithi137 ceph-mon[117020]: pgmap v7320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:12.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:12 smithi066 ceph-mon[112137]: pgmap v7320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:13.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:13 smithi137 ceph-mon[117020]: from='client.207219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:13.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:13 smithi066 ceph-mon[112137]: from='client.207219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:13.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:13 smithi203 ceph-mon[117428]: from='client.207219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:14.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:14 smithi137 ceph-mon[117020]: pgmap v7321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:14.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:14 smithi066 ceph-mon[112137]: pgmap v7321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:14.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:14 smithi203 ceph-mon[117428]: pgmap v7321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:16.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:16 smithi137 ceph-mon[117020]: pgmap v7322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:16.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:16 smithi066 ceph-mon[112137]: pgmap v7322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:16.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:16 smithi203 ceph-mon[117428]: pgmap v7322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:16.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:16.579 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:16.579 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:17.310 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:17.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:17.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:17.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:17.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:18.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:18 smithi137 ceph-mon[117020]: pgmap v7323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:18.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:18 smithi137 ceph-mon[117020]: from='client.207297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:18.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:18 smithi066 ceph-mon[112137]: pgmap v7323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:18.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:18 smithi066 ceph-mon[112137]: from='client.207297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:18.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:18 smithi203 ceph-mon[117428]: pgmap v7323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:18.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:18 smithi203 ceph-mon[117428]: from='client.207297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:20.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:20 smithi137 ceph-mon[117020]: pgmap v7324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:20.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:20 smithi066 ceph-mon[112137]: pgmap v7324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:20.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:20 smithi203 ceph-mon[117428]: pgmap v7324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:22.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:22.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:22.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:22.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:22 smithi137 ceph-mon[117020]: pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:22.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:22 smithi066 ceph-mon[112137]: pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:22.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:22 smithi203 ceph-mon[117428]: pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:23.053 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:23.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:23.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:23.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:23.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:24.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:24 smithi137 ceph-mon[117020]: pgmap v7326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:24.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:24 smithi137 ceph-mon[117020]: from='client.207375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:24.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:24 smithi066 ceph-mon[112137]: pgmap v7326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:24.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:24 smithi066 ceph-mon[112137]: from='client.207375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:24.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:24 smithi203 ceph-mon[117428]: pgmap v7326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:24.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:24 smithi203 ceph-mon[117428]: from='client.207375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:26.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:26 smithi137 ceph-mon[117020]: pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:26.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:26 smithi066 ceph-mon[112137]: pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:26.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:26 smithi203 ceph-mon[117428]: pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:28.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:28.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:28.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:28.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:28 smithi137 ceph-mon[117020]: pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:28.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:28 smithi066 ceph-mon[112137]: pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:28.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:28 smithi203 ceph-mon[117428]: pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:28.783 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:28.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:28.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:28.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:28.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:30.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:30 smithi137 ceph-mon[117020]: pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:30.361 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:30 smithi137 ceph-mon[117020]: from='client.207450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:30.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:30 smithi066 ceph-mon[112137]: pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:30.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:30 smithi066 ceph-mon[112137]: from='client.207450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:30.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:30 smithi203 ceph-mon[117428]: pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:30.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:30 smithi203 ceph-mon[117428]: from='client.207450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:32.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:32 smithi137 ceph-mon[117020]: pgmap v7330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:32.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:32 smithi066 ceph-mon[112137]: pgmap v7330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:32.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:32 smithi203 ceph-mon[117428]: pgmap v7330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:33.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:33.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:33.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:34.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:34 smithi137 ceph-mon[117020]: pgmap v7331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:34.475 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:34 smithi066 ceph-mon[112137]: pgmap v7331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:34.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:34.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:34.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:34.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:34.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:34.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:34 smithi203 ceph-mon[117428]: pgmap v7331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:35.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:35 smithi137 ceph-mon[117020]: pgmap v7332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:35.360 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:35 smithi137 ceph-mon[117020]: from='client.207528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:35.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:35 smithi066 ceph-mon[112137]: pgmap v7332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:35.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:35 smithi066 ceph-mon[112137]: from='client.207528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:35.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:35 smithi203 ceph-mon[117428]: pgmap v7332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:35.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:35 smithi203 ceph-mon[117428]: from='client.207528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:37.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:37 smithi066 ceph-mon[112137]: pgmap v7333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:37.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:37 smithi203 ceph-mon[117428]: pgmap v7333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:37.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:37 smithi137 ceph-mon[117020]: pgmap v7333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:39.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:39.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:39.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:39.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:39 smithi066 ceph-mon[112137]: pgmap v7334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:39.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:39 smithi203 ceph-mon[117428]: pgmap v7334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:39.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:39 smithi137 ceph-mon[117020]: pgmap v7334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:40.229 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:40.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:40.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:40.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:40.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:40.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:40 smithi066 ceph-mon[112137]: from='client.207606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:40.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:40 smithi203 ceph-mon[117428]: from='client.207606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:40 smithi137 ceph-mon[117020]: from='client.207606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:41.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:41 smithi203 ceph-mon[117428]: pgmap v7335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:41.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:41 smithi137 ceph-mon[117020]: pgmap v7335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:41.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:41 smithi066 ceph-mon[112137]: pgmap v7335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:43.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:43 smithi203 ceph-mon[117428]: pgmap v7336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:43.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:43 smithi137 ceph-mon[117020]: pgmap v7336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:43.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:43 smithi066 ceph-mon[112137]: pgmap v7336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:45.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:45.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:45.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:45.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:45 smithi203 ceph-mon[117428]: pgmap v7337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:45.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:45 smithi137 ceph-mon[117020]: pgmap v7337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:45.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:45.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:45.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:45.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:45.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:45.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:45 smithi066 ceph-mon[112137]: pgmap v7337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:46.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:46 smithi203 ceph-mon[117428]: from='client.207681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:46.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:46 smithi137 ceph-mon[117020]: from='client.207681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:46.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:46 smithi066 ceph-mon[112137]: from='client.207681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:47.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:47 smithi203 ceph-mon[117428]: pgmap v7338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:47.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:47 smithi137 ceph-mon[117020]: pgmap v7338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:47.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:47 smithi066 ceph-mon[112137]: pgmap v7338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:49.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:49 smithi203 ceph-mon[117428]: pgmap v7339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:49.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:49 smithi137 ceph-mon[117020]: pgmap v7339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:49.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:49 smithi066 ceph-mon[112137]: pgmap v7339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:50.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:50.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:50.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:51.683 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:51.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:51.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:51.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:51.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:51.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:51 smithi203 ceph-mon[117428]: pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:51.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:51 smithi137 ceph-mon[117020]: pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:51.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:51 smithi066 ceph-mon[112137]: pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:52.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:52 smithi203 ceph-mon[117428]: from='client.207759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:52.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:52 smithi137 ceph-mon[117020]: from='client.207759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:52.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:52 smithi066 ceph-mon[112137]: from='client.207759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:53.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:53 smithi203 ceph-mon[117428]: pgmap v7341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:53.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:53 smithi137 ceph-mon[117020]: pgmap v7341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:53.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:53 smithi066 ceph-mon[112137]: pgmap v7341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:55.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:55 smithi203 ceph-mon[117428]: pgmap v7342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:55.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:55 smithi137 ceph-mon[117020]: pgmap v7342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:55.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:55 smithi066 ceph-mon[112137]: pgmap v7342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:56.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:17:56.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:56.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:57.415 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:17:57.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:57.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:57.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:57.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:17:57.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:57 smithi203 ceph-mon[117428]: pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:57.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:57 smithi203 ceph-mon[117428]: from='client.207837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:57.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:57 smithi137 ceph-mon[117020]: pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:57.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:57 smithi137 ceph-mon[117020]: from='client.207837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:57.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:57 smithi066 ceph-mon[112137]: pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:57.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:57 smithi066 ceph-mon[112137]: from='client.207837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:59.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:17:59 smithi203 ceph-mon[117428]: pgmap v7344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:59.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:17:59 smithi137 ceph-mon[117020]: pgmap v7344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:59.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:17:59 smithi066 ceph-mon[112137]: pgmap v7344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:01.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:01 smithi203 ceph-mon[117428]: pgmap v7345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:01.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:01 smithi137 ceph-mon[117020]: pgmap v7345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:01.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:01 smithi066 ceph-mon[112137]: pgmap v7345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:02.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:02.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:02.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:03.151 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:03.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:03.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:03.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:03.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:03.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:03 smithi203 ceph-mon[117428]: pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:03.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:03 smithi203 ceph-mon[117428]: from='client.207912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:03.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:03 smithi137 ceph-mon[117020]: pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:03.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:03 smithi137 ceph-mon[117020]: from='client.207912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:03.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:03 smithi066 ceph-mon[112137]: pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:03.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:03 smithi066 ceph-mon[112137]: from='client.207912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:05.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:05 smithi203 ceph-mon[117428]: pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:05.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:05 smithi137 ceph-mon[117020]: pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:05.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:05 smithi066 ceph-mon[112137]: pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:06.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:18:06.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:18:06.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:18:07.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:07 smithi203 ceph-mon[117428]: pgmap v7348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:07.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:18:07.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:18:07.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:18:07.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:07 smithi137 ceph-mon[117020]: pgmap v7348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:07.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:18:07.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:18:07.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:18:07.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:07 smithi066 ceph-mon[112137]: pgmap v7348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:07.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:18:07.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:18:07.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:18:08.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:08.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:08.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:08.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:08.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:08.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:08.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:08.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:09.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:09 smithi203 ceph-mon[117428]: pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:09.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:09 smithi203 ceph-mon[117428]: from='client.207984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:09.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:09 smithi137 ceph-mon[117020]: pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:09.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:09 smithi137 ceph-mon[117020]: from='client.207984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:09.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:09 smithi066 ceph-mon[112137]: pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:09.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:09 smithi066 ceph-mon[112137]: from='client.207984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:11.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:11 smithi203 ceph-mon[117428]: pgmap v7350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:11.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:11 smithi137 ceph-mon[117020]: pgmap v7350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:11.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:11 smithi066 ceph-mon[112137]: pgmap v7350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:13.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:13 smithi203 ceph-mon[117428]: pgmap v7351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:13.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:13 smithi137 ceph-mon[117020]: pgmap v7351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:13.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:13.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:13.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:13.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:13 smithi066 ceph-mon[112137]: pgmap v7351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:14.616 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:14.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:14.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:14.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:14.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:15.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:15 smithi203 ceph-mon[117428]: pgmap v7352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:15.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:15 smithi203 ceph-mon[117428]: from='client.208056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:15.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:15 smithi137 ceph-mon[117020]: pgmap v7352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:15.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:15 smithi137 ceph-mon[117020]: from='client.208056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:15.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:15 smithi066 ceph-mon[112137]: pgmap v7352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:15.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:15 smithi066 ceph-mon[112137]: from='client.208056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:17.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:17 smithi203 ceph-mon[117428]: pgmap v7353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:17.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:17 smithi137 ceph-mon[117020]: pgmap v7353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:17.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:17 smithi066 ceph-mon[112137]: pgmap v7353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:19.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:19.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:19.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:19.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:19 smithi203 ceph-mon[117428]: pgmap v7354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:19.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:19 smithi137 ceph-mon[117020]: pgmap v7354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:19.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:19 smithi066 ceph-mon[112137]: pgmap v7354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:20.346 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:20.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:20.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:20.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:20.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:20.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:20 smithi203 ceph-mon[117428]: from='client.208134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:20.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:20 smithi137 ceph-mon[117020]: from='client.208134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:20.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:20 smithi066 ceph-mon[112137]: from='client.208134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:21.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:21 smithi203 ceph-mon[117428]: pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:21.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:21 smithi137 ceph-mon[117020]: pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:21.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:21 smithi066 ceph-mon[112137]: pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:23.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:23 smithi137 ceph-mon[117020]: pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:23.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:23 smithi066 ceph-mon[112137]: pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:24.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:23 smithi203 ceph-mon[117428]: pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:25.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:25.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:25.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:25.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:25 smithi137 ceph-mon[117020]: pgmap v7357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:25.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:25 smithi066 ceph-mon[112137]: pgmap v7357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:26.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:25 smithi203 ceph-mon[117428]: pgmap v7357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:26.080 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:26.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:26.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:26.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:26.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:26.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:26 smithi137 ceph-mon[117020]: from='client.208209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:26.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:26 smithi066 ceph-mon[112137]: from='client.208209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:27.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:26 smithi203 ceph-mon[117428]: from='client.208209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:27.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:27 smithi137 ceph-mon[117020]: pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:27.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:27 smithi066 ceph-mon[112137]: pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:28.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:27 smithi203 ceph-mon[117428]: pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:29.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:29 smithi137 ceph-mon[117020]: pgmap v7359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:29.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:29 smithi066 ceph-mon[112137]: pgmap v7359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:30.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:29 smithi203 ceph-mon[117428]: pgmap v7359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:31.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:31.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:31.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:31.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:31.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:31.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:31.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:31.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:31.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:31 smithi137 ceph-mon[117020]: pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:31.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:31 smithi066 ceph-mon[112137]: pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:32.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:31 smithi203 ceph-mon[117428]: pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:32.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:32 smithi137 ceph-mon[117020]: from='client.208284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:32.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:32 smithi066 ceph-mon[112137]: from='client.208284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:33.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:32 smithi203 ceph-mon[117428]: from='client.208284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:33.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:33 smithi137 ceph-mon[117020]: pgmap v7361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:33.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:33 smithi066 ceph-mon[112137]: pgmap v7361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:34.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:33 smithi203 ceph-mon[117428]: pgmap v7361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:35.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:35 smithi137 ceph-mon[117020]: pgmap v7362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:35.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:35 smithi066 ceph-mon[112137]: pgmap v7362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:36.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:35 smithi203 ceph-mon[117428]: pgmap v7362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:36.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:36.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:36.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:37.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:37.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:37.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:37.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:37.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:37.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:37 smithi137 ceph-mon[117020]: pgmap v7363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:37.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:37 smithi066 ceph-mon[112137]: pgmap v7363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:38.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:37 smithi203 ceph-mon[117428]: pgmap v7363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:38.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:38 smithi137 ceph-mon[117020]: from='client.208356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:38.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:38 smithi066 ceph-mon[112137]: from='client.208356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:39.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:38 smithi203 ceph-mon[117428]: from='client.208356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:39.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:39 smithi137 ceph-mon[117020]: pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:39.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:39 smithi066 ceph-mon[112137]: pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:40.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:39 smithi203 ceph-mon[117428]: pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:41.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:41 smithi137 ceph-mon[117020]: pgmap v7365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:41.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:41 smithi066 ceph-mon[112137]: pgmap v7365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:42.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:41 smithi203 ceph-mon[117428]: pgmap v7365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:42.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:42.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:42.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:43.250 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:43.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:43.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:43.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:43.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:43.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:43 smithi137 ceph-mon[117020]: pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:43.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:43 smithi137 ceph-mon[117020]: from='client.208428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:43.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:43 smithi066 ceph-mon[112137]: pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:43.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:43 smithi066 ceph-mon[112137]: from='client.208428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:44.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:43 smithi203 ceph-mon[117428]: pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:44.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:43 smithi203 ceph-mon[117428]: from='client.208428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:45.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:45 smithi137 ceph-mon[117020]: pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:45.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:45 smithi066 ceph-mon[112137]: pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:46.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:45 smithi203 ceph-mon[117428]: pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:47.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:47 smithi137 ceph-mon[117020]: pgmap v7368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:47.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:47 smithi066 ceph-mon[112137]: pgmap v7368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:48.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:47 smithi203 ceph-mon[117428]: pgmap v7368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:48.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:48.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:48.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:48.973 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:48.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:48.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:48.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:48.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:49.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:49 smithi137 ceph-mon[117020]: pgmap v7369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:49.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:49 smithi137 ceph-mon[117020]: from='client.208503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:49.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:49 smithi066 ceph-mon[112137]: pgmap v7369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:49.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:49 smithi066 ceph-mon[112137]: from='client.208503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:50.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:49 smithi203 ceph-mon[117428]: pgmap v7369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:50.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:49 smithi203 ceph-mon[117428]: from='client.208503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:51.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:51 smithi137 ceph-mon[117020]: pgmap v7370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:51.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:51 smithi066 ceph-mon[112137]: pgmap v7370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:52.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:51 smithi203 ceph-mon[117428]: pgmap v7370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:53.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:53 smithi066 ceph-mon[112137]: pgmap v7371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:53.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:53.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:53.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:54.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:53 smithi203 ceph-mon[117428]: pgmap v7371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:54.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:53 smithi137 ceph-mon[117020]: pgmap v7371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:54.690 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:18:54.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:54.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:54.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:54.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:18:55.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:55 smithi066 ceph-mon[112137]: pgmap v7372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:55.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:55 smithi066 ceph-mon[112137]: from='client.208578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:56.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:55 smithi203 ceph-mon[117428]: pgmap v7372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:56.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:55 smithi203 ceph-mon[117428]: from='client.208578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:56.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:55 smithi137 ceph-mon[117020]: pgmap v7372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:56.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:55 smithi137 ceph-mon[117020]: from='client.208578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:57.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:57 smithi066 ceph-mon[112137]: pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:18:58.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:57 smithi203 ceph-mon[117428]: pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:18:58.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:57 smithi137 ceph-mon[117020]: pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:18:59.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:18:59.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:59.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:59.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:18:59 smithi066 ceph-mon[112137]: pgmap v7374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:19:00.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:18:59 smithi203 ceph-mon[117428]: pgmap v7374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:19:00.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:18:59 smithi137 ceph-mon[117020]: pgmap v7374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:19:00.436 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:00.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:00.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:00.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:00.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:00.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:00 smithi066 ceph-mon[112137]: from='client.208653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:01.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:00 smithi203 ceph-mon[117428]: from='client.208653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:01.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:00 smithi137 ceph-mon[117020]: from='client.208653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:01.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:01 smithi066 ceph-mon[112137]: pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:02.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:01 smithi203 ceph-mon[117428]: pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:02.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:01 smithi137 ceph-mon[117020]: pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:03.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:03 smithi066 ceph-mon[112137]: pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:04.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:03 smithi203 ceph-mon[117428]: pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:04.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:03 smithi137 ceph-mon[117020]: pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:05.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:05.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:05.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:05.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:05 smithi066 ceph-mon[112137]: pgmap v7377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:06.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:05 smithi203 ceph-mon[117428]: pgmap v7377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:06.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:05 smithi137 ceph-mon[117020]: pgmap v7377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:06.157 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:06.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:06.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:06.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:06.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:06.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:06 smithi066 ceph-mon[112137]: from='client.208731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:07.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:06 smithi203 ceph-mon[117428]: from='client.208731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:07.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:06 smithi137 ceph-mon[117020]: from='client.208731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:07.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:07 smithi066 ceph-mon[112137]: pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:07.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:19:07.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:19:07.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:19:07.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:19:08.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:07 smithi203 ceph-mon[117428]: pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:08.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:19:08.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:19:08.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:19:08.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:19:08.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:07 smithi137 ceph-mon[117020]: pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:08.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:19:08.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:19:08.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:19:08.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:19:09.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:09 smithi066 ceph-mon[112137]: pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:19:10.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:09 smithi203 ceph-mon[117428]: pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:19:10.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:09 smithi137 ceph-mon[117020]: pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:19:11.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:11.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:11.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:11.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:11.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:11.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:11.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:11.880 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:11.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:11 smithi066 ceph-mon[112137]: pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:19:12.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:11 smithi203 ceph-mon[117428]: pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:19:12.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:11 smithi137 ceph-mon[117020]: pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:19:12.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:12 smithi066 ceph-mon[112137]: from='client.208806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:13.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:12 smithi203 ceph-mon[117428]: from='client.208806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:13.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:12 smithi137 ceph-mon[117020]: from='client.208806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:13.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:13 smithi066 ceph-mon[112137]: pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:14.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:13 smithi203 ceph-mon[117428]: pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:14.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:13 smithi137 ceph-mon[117020]: pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:15.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:15 smithi066 ceph-mon[112137]: pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:16.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:15 smithi203 ceph-mon[117428]: pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:16.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:15 smithi137 ceph-mon[117020]: pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:16.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:16.882 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:16.882 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:17.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:17.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:17.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:17.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:17.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:17.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:17 smithi066 ceph-mon[112137]: pgmap v7383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:18.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:17 smithi203 ceph-mon[117428]: pgmap v7383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:18.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:17 smithi137 ceph-mon[117020]: pgmap v7383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:18.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:18 smithi066 ceph-mon[112137]: from='client.208878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:19.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:18 smithi203 ceph-mon[117428]: from='client.208878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:19.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:18 smithi137 ceph-mon[117020]: from='client.208878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:19.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:19 smithi066 ceph-mon[112137]: pgmap v7384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:20.062 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:19 smithi203 ceph-mon[117428]: pgmap v7384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:20.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:19 smithi137 ceph-mon[117020]: pgmap v7384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:21.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:21 smithi066 ceph-mon[112137]: pgmap v7385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:22.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:21 smithi203 ceph-mon[117428]: pgmap v7385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:22.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:21 smithi137 ceph-mon[117020]: pgmap v7385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:22.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:22.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:22.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:23.320 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:23.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:23.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:23.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:23.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:23.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:23 smithi066 ceph-mon[112137]: pgmap v7386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:23.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:23 smithi066 ceph-mon[112137]: from='client.208956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:24.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:23 smithi203 ceph-mon[117428]: pgmap v7386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:24.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:23 smithi203 ceph-mon[117428]: from='client.208956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:24.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:23 smithi137 ceph-mon[117020]: pgmap v7386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:24.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:23 smithi137 ceph-mon[117020]: from='client.208956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:25.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:25 smithi066 ceph-mon[112137]: pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:26.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:25 smithi203 ceph-mon[117428]: pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:26.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:25 smithi137 ceph-mon[117020]: pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:27.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:27 smithi066 ceph-mon[112137]: pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:28.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:27 smithi203 ceph-mon[117428]: pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:28.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:27 smithi137 ceph-mon[117020]: pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:28.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:28.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:28.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:29.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:29.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:29.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:29.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:29.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:29.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:29 smithi066 ceph-mon[112137]: pgmap v7389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:29.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:29 smithi066 ceph-mon[112137]: from='client.209031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:30.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:29 smithi203 ceph-mon[117428]: pgmap v7389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:30.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:29 smithi203 ceph-mon[117428]: from='client.209031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:30.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:29 smithi137 ceph-mon[117020]: pgmap v7389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:30.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:29 smithi137 ceph-mon[117020]: from='client.209031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:31.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:31 smithi066 ceph-mon[112137]: pgmap v7390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:32.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:31 smithi203 ceph-mon[117428]: pgmap v7390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:32.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:31 smithi137 ceph-mon[117020]: pgmap v7390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:33.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:33 smithi066 ceph-mon[112137]: pgmap v7391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:34.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:34.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:34.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:34.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:33 smithi203 ceph-mon[117428]: pgmap v7391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:34.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:33 smithi137 ceph-mon[117020]: pgmap v7391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:34.774 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:34.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:34.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:34.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:34.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:35.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:35 smithi066 ceph-mon[112137]: pgmap v7392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:35.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:35 smithi066 ceph-mon[112137]: from='client.209103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:36.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:35 smithi203 ceph-mon[117428]: pgmap v7392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:36.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:35 smithi203 ceph-mon[117428]: from='client.209103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:36.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:35 smithi137 ceph-mon[117020]: pgmap v7392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:36.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:35 smithi137 ceph-mon[117020]: from='client.209103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:37.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:37 smithi066 ceph-mon[112137]: pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:19:38.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:37 smithi203 ceph-mon[117428]: pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:19:38.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:37 smithi137 ceph-mon[117020]: pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:19:39.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:39.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:39.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:39.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:39 smithi066 ceph-mon[112137]: pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:19:40.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:39 smithi203 ceph-mon[117428]: pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:19:40.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:39 smithi137 ceph-mon[117020]: pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:19:40.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:40.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:40.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:40.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:40.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:41.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:41 smithi066 ceph-mon[112137]: pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:41.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:41 smithi066 ceph-mon[112137]: from='client.209181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:42.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:41 smithi203 ceph-mon[117428]: pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:42.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:41 smithi203 ceph-mon[117428]: from='client.209181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:42.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:41 smithi137 ceph-mon[117020]: pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:42.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:41 smithi137 ceph-mon[117020]: from='client.209181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:43.974 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:43 smithi066 ceph-mon[112137]: pgmap v7396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:44.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:43 smithi203 ceph-mon[117428]: pgmap v7396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:44.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:43 smithi137 ceph-mon[117020]: pgmap v7396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:45.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:45.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:45.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:45.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:45 smithi066 ceph-mon[112137]: pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:46.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:45 smithi203 ceph-mon[117428]: pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:46.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:45 smithi137 ceph-mon[117020]: pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:46.236 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:46.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:46.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:46.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:46.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:46.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:46 smithi066 ceph-mon[112137]: from='client.209259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:47.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:46 smithi203 ceph-mon[117428]: from='client.209259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:47.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:46 smithi137 ceph-mon[117020]: from='client.209259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:47.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:47 smithi066 ceph-mon[112137]: pgmap v7398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:48.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:47 smithi203 ceph-mon[117428]: pgmap v7398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:48.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:47 smithi137 ceph-mon[117020]: pgmap v7398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:49.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:49 smithi066 ceph-mon[112137]: pgmap v7399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:19:50.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:49 smithi203 ceph-mon[117428]: pgmap v7399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:19:50.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:49 smithi137 ceph-mon[117020]: pgmap v7399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:19:51.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:51.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:51.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:51.964 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:51.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:51.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:51.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:51.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:51.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:51 smithi066 ceph-mon[112137]: pgmap v7400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:19:52.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:51 smithi203 ceph-mon[117428]: pgmap v7400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:19:52.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:51 smithi137 ceph-mon[117020]: pgmap v7400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:19:52.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:52 smithi066 ceph-mon[112137]: from='client.209337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:53.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:52 smithi203 ceph-mon[117428]: from='client.209337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:53.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:52 smithi137 ceph-mon[117020]: from='client.209337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:53.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:53 smithi066 ceph-mon[112137]: pgmap v7401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:54.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:53 smithi203 ceph-mon[117428]: pgmap v7401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:54.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:53 smithi137 ceph-mon[117020]: pgmap v7401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:55.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:55 smithi066 ceph-mon[112137]: pgmap v7402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:56.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:55 smithi203 ceph-mon[117428]: pgmap v7402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:56.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:55 smithi137 ceph-mon[117020]: pgmap v7402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:56.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:19:56.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:56.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:57.696 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:19:57.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:57.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:57.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:57.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:19:57.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:57 smithi066 ceph-mon[112137]: pgmap v7403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:58.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:57 smithi203 ceph-mon[117428]: pgmap v7403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:58.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:57 smithi137 ceph-mon[117020]: pgmap v7403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:59.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:58 smithi203 ceph-mon[117428]: from='client.209412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:59.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:58 smithi137 ceph-mon[117020]: from='client.209412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:59.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:58 smithi066 ceph-mon[112137]: from='client.209412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:00.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:19:59 smithi203 ceph-mon[117428]: pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:00.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:19:59 smithi137 ceph-mon[117020]: pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:00.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:19:59 smithi066 ceph-mon[112137]: pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:01.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T21:20:01.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T21:20:01.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T21:20:02.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:01 smithi203 ceph-mon[117428]: pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:02.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:01 smithi137 ceph-mon[117020]: pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:02.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:01 smithi066 ceph-mon[112137]: pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:02.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:02.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:02.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:03.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:03.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:03.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:03.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:03.445 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:04.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:03 smithi203 ceph-mon[117428]: pgmap v7406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:04.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:03 smithi203 ceph-mon[117428]: from='client.209487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:04.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:03 smithi137 ceph-mon[117020]: pgmap v7406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:04.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:03 smithi137 ceph-mon[117020]: from='client.209487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:04.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:03 smithi066 ceph-mon[112137]: pgmap v7406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:04.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:03 smithi066 ceph-mon[112137]: from='client.209487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:06.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:05 smithi203 ceph-mon[117428]: pgmap v7407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:06.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:05 smithi137 ceph-mon[117020]: pgmap v7407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:06.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:05 smithi066 ceph-mon[112137]: pgmap v7407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:08.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:07 smithi203 ceph-mon[117428]: pgmap v7408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:08.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:20:08.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:07 smithi137 ceph-mon[117020]: pgmap v7408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:08.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:20:08.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:07 smithi066 ceph-mon[112137]: pgmap v7408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:08.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:20:08.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:08.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:08.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:09.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:20:09.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:20:09.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:20:09.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:20:09.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:20:09.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:20:09.165 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:09.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:09.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:09.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:09.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:09.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:20:09.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:20:09.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:20:10.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:10 smithi137 ceph-mon[117020]: pgmap v7409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:10.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:10 smithi137 ceph-mon[117020]: from='client.209562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:10.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:10 smithi066 ceph-mon[112137]: pgmap v7409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:10.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:10 smithi066 ceph-mon[112137]: from='client.209562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:10.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:10 smithi203 ceph-mon[117428]: pgmap v7409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:10.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:10 smithi203 ceph-mon[117428]: from='client.209562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:12.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:12 smithi137 ceph-mon[117020]: pgmap v7410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:12.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:12 smithi066 ceph-mon[112137]: pgmap v7410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:12.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:12 smithi203 ceph-mon[117428]: pgmap v7410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:14.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:14.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:14.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:14.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:14 smithi137 ceph-mon[117020]: pgmap v7411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:14.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:14 smithi066 ceph-mon[112137]: pgmap v7411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:14.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:14 smithi203 ceph-mon[117428]: pgmap v7411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:14.889 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:14.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:14.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:14.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:14.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:16.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:16 smithi137 ceph-mon[117020]: pgmap v7412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:16.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:16 smithi137 ceph-mon[117020]: from='client.209640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:16.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:16 smithi066 ceph-mon[112137]: pgmap v7412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:16.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:16 smithi066 ceph-mon[112137]: from='client.209640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:16.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:16 smithi203 ceph-mon[117428]: pgmap v7412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:16.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:16 smithi203 ceph-mon[117428]: from='client.209640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:18.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:18 smithi137 ceph-mon[117020]: pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:20:18.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:18 smithi066 ceph-mon[112137]: pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:20:18.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:18 smithi203 ceph-mon[117428]: pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:20:19.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:19.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:19.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:20.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:20 smithi137 ceph-mon[117020]: pgmap v7414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:20:20.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:20 smithi066 ceph-mon[112137]: pgmap v7414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:20:20.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:20 smithi203 ceph-mon[117428]: pgmap v7414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:20:20.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:20.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:20.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:20.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:20.622 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:22.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:22 smithi137 ceph-mon[117020]: pgmap v7415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:22.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:22 smithi137 ceph-mon[117020]: from='client.209718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:22.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:22 smithi066 ceph-mon[112137]: pgmap v7415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:22.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:22 smithi066 ceph-mon[112137]: from='client.209718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:22.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:22 smithi203 ceph-mon[117428]: pgmap v7415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:22.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:22 smithi203 ceph-mon[117428]: from='client.209718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:24.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:24 smithi137 ceph-mon[117020]: pgmap v7416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:24.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:24 smithi066 ceph-mon[112137]: pgmap v7416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:24.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:24 smithi203 ceph-mon[117428]: pgmap v7416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:25.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:25.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:25.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:26.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:26.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:26.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:26.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:26.359 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:26.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:26 smithi137 ceph-mon[117020]: pgmap v7417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:26.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:26 smithi066 ceph-mon[112137]: pgmap v7417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:26.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:26 smithi203 ceph-mon[117428]: pgmap v7417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:27.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:27 smithi137 ceph-mon[117020]: from='client.209796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:27.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:27 smithi066 ceph-mon[112137]: from='client.209796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:27.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:27 smithi203 ceph-mon[117428]: from='client.209796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:28.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:28 smithi137 ceph-mon[117020]: pgmap v7418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:28.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:28 smithi066 ceph-mon[112137]: pgmap v7418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:28.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:28 smithi203 ceph-mon[117428]: pgmap v7418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:30.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:30 smithi137 ceph-mon[117020]: pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:20:30.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:30 smithi066 ceph-mon[112137]: pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:20:30.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:30 smithi203 ceph-mon[117428]: pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:20:31.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:31.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:31.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:32.085 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:32.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:32.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:32.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:32.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:32.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:32 smithi137 ceph-mon[117020]: pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:20:32.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:32 smithi066 ceph-mon[112137]: pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:20:32.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:32 smithi203 ceph-mon[117428]: pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:20:33.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:33 smithi137 ceph-mon[117020]: from='client.209874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:33.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:33 smithi066 ceph-mon[112137]: from='client.209874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:33.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:33 smithi203 ceph-mon[117428]: from='client.209874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:34.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:34 smithi137 ceph-mon[117020]: pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:34.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:34 smithi066 ceph-mon[112137]: pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:34.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:34 smithi203 ceph-mon[117428]: pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:36.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:36 smithi137 ceph-mon[117020]: pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:36.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:36 smithi066 ceph-mon[112137]: pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:36.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:36 smithi203 ceph-mon[117428]: pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:37.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:37.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:37.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:37.810 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:37.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:37.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:37.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:37.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:38.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:38 smithi137 ceph-mon[117020]: pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:38.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:38 smithi066 ceph-mon[112137]: pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:38.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:38 smithi203 ceph-mon[117428]: pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:39.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:39 smithi066 ceph-mon[112137]: from='client.209949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:39.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:39 smithi203 ceph-mon[117428]: from='client.209949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:39.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:39 smithi137 ceph-mon[117020]: from='client.209949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:40.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:40 smithi066 ceph-mon[112137]: pgmap v7424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:40.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:40 smithi203 ceph-mon[117428]: pgmap v7424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:40.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:40 smithi137 ceph-mon[117020]: pgmap v7424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:42.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:42 smithi066 ceph-mon[112137]: pgmap v7425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:42.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:42 smithi203 ceph-mon[117428]: pgmap v7425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:42.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:42 smithi137 ceph-mon[117020]: pgmap v7425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:42.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:42.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:42.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:43.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:43.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:43.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:43.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:43.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:44.474 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:44 smithi066 ceph-mon[112137]: pgmap v7426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:44.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:44 smithi203 ceph-mon[117428]: pgmap v7426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:44.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:44 smithi137 ceph-mon[117020]: pgmap v7426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:45.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:45 smithi066 ceph-mon[112137]: from='client.210027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:45.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:45 smithi203 ceph-mon[117428]: from='client.210027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:45.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:45 smithi137 ceph-mon[117020]: from='client.210027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:46.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:46 smithi066 ceph-mon[112137]: pgmap v7427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:46.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:46 smithi203 ceph-mon[117428]: pgmap v7427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:46.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:46 smithi137 ceph-mon[117020]: pgmap v7427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:47.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:47 smithi066 ceph-mon[112137]: pgmap v7428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:47.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:47 smithi203 ceph-mon[117428]: pgmap v7428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:47.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:47 smithi137 ceph-mon[117020]: pgmap v7428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:48.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:48.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:48.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:49.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:49.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:49.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:49.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:49.284 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:49.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:49 smithi203 ceph-mon[117428]: pgmap v7429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:49.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:49 smithi203 ceph-mon[117428]: from='client.210105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:49.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:49 smithi137 ceph-mon[117020]: pgmap v7429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:49.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:49 smithi137 ceph-mon[117020]: from='client.210105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:49.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:49 smithi066 ceph-mon[112137]: pgmap v7429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:49.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:49 smithi066 ceph-mon[112137]: from='client.210105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:51.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:51 smithi203 ceph-mon[117428]: pgmap v7430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:51.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:51 smithi137 ceph-mon[117020]: pgmap v7430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:51.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:51 smithi066 ceph-mon[112137]: pgmap v7430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:53.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:53 smithi203 ceph-mon[117428]: pgmap v7431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:53.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:53 smithi137 ceph-mon[117020]: pgmap v7431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:53.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:53 smithi066 ceph-mon[112137]: pgmap v7431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:54.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:20:54.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:54.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:55.014 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:20:55.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:55.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:55.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:55.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:20:55.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:55 smithi203 ceph-mon[117428]: pgmap v7432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:55.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:55 smithi203 ceph-mon[117428]: from='client.210180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:55.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:55 smithi137 ceph-mon[117020]: pgmap v7432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:55.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:55 smithi137 ceph-mon[117020]: from='client.210180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:55.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:55 smithi066 ceph-mon[112137]: pgmap v7432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:55.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:55 smithi066 ceph-mon[112137]: from='client.210180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:57.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:57 smithi203 ceph-mon[117428]: pgmap v7433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:57.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:57 smithi137 ceph-mon[117020]: pgmap v7433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:57.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:57 smithi066 ceph-mon[112137]: pgmap v7433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:59.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:20:59 smithi203 ceph-mon[117428]: pgmap v7434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:59.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:20:59 smithi137 ceph-mon[117020]: pgmap v7434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:59.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:20:59 smithi066 ceph-mon[112137]: pgmap v7434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:00.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:00.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:00.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:00.758 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:00.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:00.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:00.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:00.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:01.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:01 smithi203 ceph-mon[117428]: pgmap v7435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:01.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:01 smithi203 ceph-mon[117428]: from='client.210249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:01.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:01 smithi137 ceph-mon[117020]: pgmap v7435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:01.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:01 smithi137 ceph-mon[117020]: from='client.210249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:01.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:01 smithi066 ceph-mon[112137]: pgmap v7435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:01.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:01 smithi066 ceph-mon[112137]: from='client.210249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:03.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:03 smithi203 ceph-mon[117428]: pgmap v7436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:03.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:03 smithi137 ceph-mon[117020]: pgmap v7436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:03.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:03 smithi066 ceph-mon[112137]: pgmap v7436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:05.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:05.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:05.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:05.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:05 smithi203 ceph-mon[117428]: pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:05.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:05 smithi137 ceph-mon[117020]: pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:05.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:05 smithi066 ceph-mon[112137]: pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:06.488 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:06.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:06.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:06.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:06.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:07.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:07 smithi203 ceph-mon[117428]: from='client.210324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:07.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:07 smithi203 ceph-mon[117428]: pgmap v7438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:07.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:07 smithi137 ceph-mon[117020]: from='client.210324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:07.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:07 smithi137 ceph-mon[117020]: pgmap v7438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:07.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:07 smithi066 ceph-mon[112137]: from='client.210324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:07.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:07 smithi066 ceph-mon[112137]: pgmap v7438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:08.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:21:08.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:21:08.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:21:09.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:09 smithi203 ceph-mon[117428]: pgmap v7439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:09.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:21:09.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:21:09.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:21:09.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:09 smithi137 ceph-mon[117020]: pgmap v7439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:09.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:21:09.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:21:09.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:21:09.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:09 smithi066 ceph-mon[112137]: pgmap v7439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:09.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:21:09.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:21:09.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:21:11.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:11.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:11.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:11.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:11 smithi203 ceph-mon[117428]: pgmap v7440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:11.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:11 smithi137 ceph-mon[117020]: pgmap v7440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:11.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:11 smithi066 ceph-mon[112137]: pgmap v7440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:12.210 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:12.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:12.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:12.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:12.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:12.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:12 smithi137 ceph-mon[117020]: from='client.210399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:12.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:12 smithi066 ceph-mon[112137]: from='client.210399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:13.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:12 smithi203 ceph-mon[117428]: from='client.210399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:13.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:13 smithi137 ceph-mon[117020]: pgmap v7441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:13.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:13 smithi066 ceph-mon[112137]: pgmap v7441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:14.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:13 smithi203 ceph-mon[117428]: pgmap v7441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:15.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:15 smithi137 ceph-mon[117020]: pgmap v7442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:15.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:15 smithi066 ceph-mon[112137]: pgmap v7442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:16.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:15 smithi203 ceph-mon[117428]: pgmap v7442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:17.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:17.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:17.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:17.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:17 smithi137 ceph-mon[117020]: pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:17.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:17.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:17.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:17.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:17.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:17.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:17 smithi066 ceph-mon[112137]: pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:18.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:17 smithi203 ceph-mon[117428]: pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:18.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:18 smithi137 ceph-mon[117020]: from='client.210474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:18.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:18 smithi066 ceph-mon[112137]: from='client.210474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:19.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:18 smithi203 ceph-mon[117428]: from='client.210474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:19.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:19 smithi137 ceph-mon[117020]: pgmap v7444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:19.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:19 smithi066 ceph-mon[112137]: pgmap v7444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:20.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:19 smithi203 ceph-mon[117428]: pgmap v7444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:21.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:21 smithi137 ceph-mon[117020]: pgmap v7445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:21.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:21 smithi066 ceph-mon[112137]: pgmap v7445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:22.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:21 smithi203 ceph-mon[117428]: pgmap v7445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:22.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:22.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:22.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:23.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:23.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:23.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:23.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:23.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:23.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:23 smithi137 ceph-mon[117020]: pgmap v7446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:23.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:23 smithi066 ceph-mon[112137]: pgmap v7446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:24.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:23 smithi203 ceph-mon[117428]: pgmap v7446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:24.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:24 smithi137 ceph-mon[117020]: from='client.210549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:24.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:24 smithi066 ceph-mon[112137]: from='client.210549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:25.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:24 smithi203 ceph-mon[117428]: from='client.210549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:25.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:25 smithi137 ceph-mon[117020]: pgmap v7447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:25.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:25 smithi066 ceph-mon[112137]: pgmap v7447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:26.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:25 smithi203 ceph-mon[117428]: pgmap v7447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:27.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:27 smithi137 ceph-mon[117020]: pgmap v7448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:27.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:27 smithi066 ceph-mon[112137]: pgmap v7448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:28.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:27 smithi203 ceph-mon[117428]: pgmap v7448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:28.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:28.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:28.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:29.417 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:29.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:29.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:29.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:29.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:29.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:29 smithi137 ceph-mon[117020]: pgmap v7449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:29.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:29 smithi137 ceph-mon[117020]: from='client.210627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:29.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:29 smithi066 ceph-mon[112137]: pgmap v7449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:29.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:29 smithi066 ceph-mon[112137]: from='client.210627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:30.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:29 smithi203 ceph-mon[117428]: pgmap v7449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:30.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:29 smithi203 ceph-mon[117428]: from='client.210627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:31.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:31 smithi137 ceph-mon[117020]: pgmap v7450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:31.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:31 smithi066 ceph-mon[112137]: pgmap v7450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:32.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:31 smithi203 ceph-mon[117428]: pgmap v7450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:33.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:33 smithi137 ceph-mon[117020]: pgmap v7451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:33.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:33 smithi066 ceph-mon[112137]: pgmap v7451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:34.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:33 smithi203 ceph-mon[117428]: pgmap v7451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:34.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:34.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:34.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:35.148 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:35.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:35.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:35.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:35.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:35.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:35 smithi066 ceph-mon[112137]: pgmap v7452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:35.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:35 smithi066 ceph-mon[112137]: from='client.210702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:36.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:35 smithi203 ceph-mon[117428]: pgmap v7452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:36.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:35 smithi203 ceph-mon[117428]: from='client.210702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:36.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:35 smithi137 ceph-mon[117020]: pgmap v7452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:36.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:35 smithi137 ceph-mon[117020]: from='client.210702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:37.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:37 smithi066 ceph-mon[112137]: pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:38.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:37 smithi203 ceph-mon[117428]: pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:38.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:37 smithi137 ceph-mon[117020]: pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:39.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:39 smithi066 ceph-mon[112137]: pgmap v7454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:40.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:39 smithi203 ceph-mon[117428]: pgmap v7454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:40.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:39 smithi137 ceph-mon[117020]: pgmap v7454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:40.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:40.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:40.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:40.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:40.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:40.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:40.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:40.883 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:41.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:41 smithi066 ceph-mon[112137]: pgmap v7455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:41.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:41 smithi066 ceph-mon[112137]: from='client.210780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:42.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:41 smithi203 ceph-mon[117428]: pgmap v7455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:42.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:41 smithi203 ceph-mon[117428]: from='client.210780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:42.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:41 smithi137 ceph-mon[117020]: pgmap v7455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:42.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:41 smithi137 ceph-mon[117020]: from='client.210780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:43.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:43 smithi066 ceph-mon[112137]: pgmap v7456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:44.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:43 smithi203 ceph-mon[117428]: pgmap v7456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:44.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:43 smithi137 ceph-mon[117020]: pgmap v7456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:45.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:45.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:45.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:45.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:45 smithi066 ceph-mon[112137]: pgmap v7457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:46.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:45 smithi203 ceph-mon[117428]: pgmap v7457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:46.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:45 smithi137 ceph-mon[117020]: pgmap v7457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:46.603 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:46.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:46.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:46.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:46.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:47.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:47 smithi066 ceph-mon[112137]: pgmap v7458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:47.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:47 smithi066 ceph-mon[112137]: from='client.210855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:48.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:47 smithi203 ceph-mon[117428]: pgmap v7458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:48.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:47 smithi203 ceph-mon[117428]: from='client.210855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:48.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:47 smithi137 ceph-mon[117020]: pgmap v7458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:48.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:47 smithi137 ceph-mon[117020]: from='client.210855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:49.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:49 smithi066 ceph-mon[112137]: pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:50.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:49 smithi203 ceph-mon[117428]: pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:50.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:49 smithi137 ceph-mon[117020]: pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:51.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:51.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:51.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:51.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:51 smithi066 ceph-mon[112137]: pgmap v7460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:52.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:51 smithi203 ceph-mon[117428]: pgmap v7460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:52.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:51 smithi137 ceph-mon[117020]: pgmap v7460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:52.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:52.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:52.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:52.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:52.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:52.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:52 smithi066 ceph-mon[112137]: from='client.210933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:53.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:52 smithi203 ceph-mon[117428]: from='client.210933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:53.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:52 smithi137 ceph-mon[117020]: from='client.210933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:53.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:53 smithi066 ceph-mon[112137]: pgmap v7461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:54.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:53 smithi203 ceph-mon[117428]: pgmap v7461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:54.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:53 smithi137 ceph-mon[117020]: pgmap v7461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:55.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:55 smithi066 ceph-mon[112137]: pgmap v7462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:56.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:55 smithi203 ceph-mon[117428]: pgmap v7462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:56.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:55 smithi137 ceph-mon[117020]: pgmap v7462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:57.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:21:57.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:57.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:57.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:57 smithi066 ceph-mon[112137]: pgmap v7463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:58.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:21:58.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:58.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:58.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:58.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:21:58.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:57 smithi203 ceph-mon[117428]: pgmap v7463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:58.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:57 smithi137 ceph-mon[117020]: pgmap v7463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:58.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:58 smithi066 ceph-mon[112137]: from='client.211008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:59.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:58 smithi203 ceph-mon[117428]: from='client.211008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:59.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:58 smithi137 ceph-mon[117020]: from='client.211008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:59.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:21:59 smithi066 ceph-mon[112137]: pgmap v7464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:00.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:21:59 smithi203 ceph-mon[117428]: pgmap v7464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:00.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:21:59 smithi137 ceph-mon[117020]: pgmap v7464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:01.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:01 smithi066 ceph-mon[112137]: pgmap v7465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:02.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:01 smithi203 ceph-mon[117428]: pgmap v7465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:02.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:01 smithi137 ceph-mon[117020]: pgmap v7465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:03.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:03.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:03.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:03.781 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:03.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:03.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:03.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:03.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:03.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:03 smithi066 ceph-mon[112137]: pgmap v7466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:04.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:03 smithi203 ceph-mon[117428]: pgmap v7466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:04.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:03 smithi137 ceph-mon[117020]: pgmap v7466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:04.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:04 smithi066 ceph-mon[112137]: from='client.211083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:05.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:04 smithi203 ceph-mon[117428]: from='client.211083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:05.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:04 smithi137 ceph-mon[117020]: from='client.211083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:05.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:05 smithi066 ceph-mon[112137]: pgmap v7467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:06.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:05 smithi203 ceph-mon[117428]: pgmap v7467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:06.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:05 smithi137 ceph-mon[117020]: pgmap v7467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:07.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:07 smithi066 ceph-mon[112137]: pgmap v7468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:08.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:07 smithi203 ceph-mon[117428]: pgmap v7468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:08.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:07 smithi137 ceph-mon[117020]: pgmap v7468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:08.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:08.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:08.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:09.553 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:09.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:09.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:09.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:09.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:09.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:09 smithi066 ceph-mon[112137]: pgmap v7469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:09.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:22:09.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:22:09.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:22:09.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:22:10.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:09 smithi203 ceph-mon[117428]: pgmap v7469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:10.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:22:10.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:22:10.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:22:10.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:22:10.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:09 smithi137 ceph-mon[117020]: pgmap v7469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:10.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:22:10.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:22:10.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:22:10.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:22:10.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:10 smithi066 ceph-mon[112137]: from='client.211158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:11.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:10 smithi203 ceph-mon[117428]: from='client.211158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:11.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:10 smithi137 ceph-mon[117020]: from='client.211158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:11.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:11 smithi066 ceph-mon[112137]: pgmap v7470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:12.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:11 smithi203 ceph-mon[117428]: pgmap v7470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:12.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:11 smithi137 ceph-mon[117020]: pgmap v7470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:13.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:13 smithi066 ceph-mon[112137]: pgmap v7471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:14.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:13 smithi203 ceph-mon[117428]: pgmap v7471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:14.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:13 smithi137 ceph-mon[117020]: pgmap v7471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:14.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:14.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:14.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:15.278 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:15.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:15.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:15.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:15.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:15.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:15 smithi066 ceph-mon[112137]: pgmap v7472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:15.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:15 smithi066 ceph-mon[112137]: from='client.211230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:16.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:15 smithi203 ceph-mon[117428]: pgmap v7472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:16.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:15 smithi203 ceph-mon[117428]: from='client.211230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:16.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:15 smithi137 ceph-mon[117020]: pgmap v7472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:16.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:15 smithi137 ceph-mon[117020]: from='client.211230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:17.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:17 smithi066 ceph-mon[112137]: pgmap v7473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:18.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:17 smithi203 ceph-mon[117428]: pgmap v7473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:18.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:17 smithi137 ceph-mon[117020]: pgmap v7473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:19.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:19 smithi066 ceph-mon[112137]: pgmap v7474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:20.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:19 smithi203 ceph-mon[117428]: pgmap v7474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:20.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:19 smithi137 ceph-mon[117020]: pgmap v7474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:20.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:20.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:20.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:21.019 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:21.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:21.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:21.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:21.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:21.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:21 smithi066 ceph-mon[112137]: pgmap v7475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:21.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:21 smithi066 ceph-mon[112137]: from='client.211305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:22.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:21 smithi203 ceph-mon[117428]: pgmap v7475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:22.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:21 smithi203 ceph-mon[117428]: from='client.211305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:22.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:21 smithi137 ceph-mon[117020]: pgmap v7475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:22.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:21 smithi137 ceph-mon[117020]: from='client.211305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:23.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:23 smithi066 ceph-mon[112137]: pgmap v7476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:24.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:23 smithi203 ceph-mon[117428]: pgmap v7476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:24.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:23 smithi137 ceph-mon[117020]: pgmap v7476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:25.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:25 smithi066 ceph-mon[112137]: pgmap v7477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:26.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:26.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:26.022 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:26.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:25 smithi203 ceph-mon[117428]: pgmap v7477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:26.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:25 smithi137 ceph-mon[117020]: pgmap v7477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:26.749 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:26.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:26.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:26.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:26.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:27.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:27 smithi066 ceph-mon[112137]: pgmap v7478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:27.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:27 smithi066 ceph-mon[112137]: from='client.211383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:28.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:27 smithi203 ceph-mon[117428]: pgmap v7478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:28.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:27 smithi203 ceph-mon[117428]: from='client.211383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:28.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:27 smithi137 ceph-mon[117020]: pgmap v7478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:28.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:27 smithi137 ceph-mon[117020]: from='client.211383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:29.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:29 smithi066 ceph-mon[112137]: pgmap v7479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:30.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:29 smithi203 ceph-mon[117428]: pgmap v7479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:30.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:29 smithi137 ceph-mon[117020]: pgmap v7479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:31.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:31.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:31.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:31.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:31 smithi066 ceph-mon[112137]: pgmap v7480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:32.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:31 smithi203 ceph-mon[117428]: pgmap v7480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:32.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:31 smithi137 ceph-mon[117020]: pgmap v7480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:32.479 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:32.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:32.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:32.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:32.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:32.973 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:32 smithi066 ceph-mon[112137]: from='client.211461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:33.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:32 smithi203 ceph-mon[117428]: from='client.211461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:33.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:32 smithi137 ceph-mon[117020]: from='client.211461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:34.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:33 smithi203 ceph-mon[117428]: pgmap v7481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:34.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:33 smithi137 ceph-mon[117020]: pgmap v7481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:34.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:33 smithi066 ceph-mon[112137]: pgmap v7481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:36.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:35 smithi203 ceph-mon[117428]: pgmap v7482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:36.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:35 smithi137 ceph-mon[117020]: pgmap v7482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:36.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:35 smithi066 ceph-mon[112137]: pgmap v7482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:37.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:37.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:37.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:38.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:37 smithi203 ceph-mon[117428]: pgmap v7483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:38.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:37 smithi137 ceph-mon[117020]: pgmap v7483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:38.202 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:38.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:38.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:38.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:38.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:38.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:37 smithi066 ceph-mon[112137]: pgmap v7483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:39.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:38 smithi203 ceph-mon[117428]: from='client.211536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:39.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:38 smithi137 ceph-mon[117020]: from='client.211536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:39.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:38 smithi066 ceph-mon[112137]: from='client.211536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:40.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:39 smithi203 ceph-mon[117428]: pgmap v7484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:40.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:39 smithi137 ceph-mon[117020]: pgmap v7484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:40.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:39 smithi066 ceph-mon[112137]: pgmap v7484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:42.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:41 smithi203 ceph-mon[117428]: pgmap v7485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:42.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:41 smithi137 ceph-mon[117020]: pgmap v7485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:42.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:41 smithi066 ceph-mon[112137]: pgmap v7485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:43.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:43.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:43.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:43.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:43.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:43.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:43.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:43.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:44.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:43 smithi203 ceph-mon[117428]: pgmap v7486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:44.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:43 smithi137 ceph-mon[117020]: pgmap v7486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:44.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:43 smithi066 ceph-mon[112137]: pgmap v7486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:45.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:44 smithi203 ceph-mon[117428]: from='client.211614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:45.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:44 smithi137 ceph-mon[117020]: from='client.211614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:45.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:44 smithi066 ceph-mon[112137]: from='client.211614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:46.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:45 smithi203 ceph-mon[117428]: pgmap v7487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:46.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:45 smithi137 ceph-mon[117020]: pgmap v7487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:46.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:45 smithi066 ceph-mon[112137]: pgmap v7487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:48.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:47 smithi203 ceph-mon[117428]: pgmap v7488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:48.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:47 smithi137 ceph-mon[117020]: pgmap v7488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:48.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:47 smithi066 ceph-mon[112137]: pgmap v7488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:48.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:48.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:48.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:49.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:49.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:49.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:49.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:49.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:50.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:49 smithi203 ceph-mon[117428]: pgmap v7489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:50.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:49 smithi137 ceph-mon[117020]: pgmap v7489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:50.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:49 smithi066 ceph-mon[112137]: pgmap v7489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:51.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:50 smithi203 ceph-mon[117428]: from='client.211689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:51.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:50 smithi137 ceph-mon[117020]: from='client.211689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:51.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:50 smithi066 ceph-mon[112137]: from='client.211689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:52.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:51 smithi203 ceph-mon[117428]: pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:22:52.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:51 smithi137 ceph-mon[117020]: pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:22:52.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:51 smithi066 ceph-mon[112137]: pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:22:54.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:53 smithi203 ceph-mon[117428]: pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:54.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:53 smithi137 ceph-mon[117020]: pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:54.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:53 smithi066 ceph-mon[112137]: pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:54.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:22:54.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:54.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:55.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:22:55.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:55.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:55.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:55.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:22:56.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:55 smithi203 ceph-mon[117428]: pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:56.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:55 smithi203 ceph-mon[117428]: from='client.211761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:56.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:55 smithi137 ceph-mon[117020]: pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:56.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:55 smithi137 ceph-mon[117020]: from='client.211761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:56.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:55 smithi066 ceph-mon[112137]: pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:56.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:55 smithi066 ceph-mon[112137]: from='client.211761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:58.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:57 smithi203 ceph-mon[117428]: pgmap v7493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:58.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:57 smithi137 ceph-mon[117020]: pgmap v7493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:58.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:57 smithi066 ceph-mon[112137]: pgmap v7493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:00.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:22:59 smithi203 ceph-mon[117428]: pgmap v7494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:00.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:22:59 smithi137 ceph-mon[117020]: pgmap v7494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:00.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:22:59 smithi066 ceph-mon[112137]: pgmap v7494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:00.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:00.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:00.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:01.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:01.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:01.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:01.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:01.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:02.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:01 smithi203 ceph-mon[117428]: pgmap v7495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:02.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:01 smithi203 ceph-mon[117428]: from='client.211839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:02.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:01 smithi137 ceph-mon[117020]: pgmap v7495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:02.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:01 smithi137 ceph-mon[117020]: from='client.211839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:02.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:01 smithi066 ceph-mon[112137]: pgmap v7495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:02.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:01 smithi066 ceph-mon[112137]: from='client.211839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:04.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:03 smithi203 ceph-mon[117428]: pgmap v7496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:23:04.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:03 smithi137 ceph-mon[117020]: pgmap v7496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:23:04.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:03 smithi066 ceph-mon[112137]: pgmap v7496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:23:06.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:05 smithi203 ceph-mon[117428]: pgmap v7497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:23:06.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:05 smithi137 ceph-mon[117020]: pgmap v7497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:23:06.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:06.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:06.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:06.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:05 smithi066 ceph-mon[112137]: pgmap v7497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:23:06.838 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:06.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:06.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:06.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:06.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:08.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:07 smithi203 ceph-mon[117428]: pgmap v7498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:23:08.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:07 smithi203 ceph-mon[117428]: from='client.211917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:08.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:07 smithi137 ceph-mon[117020]: pgmap v7498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:23:08.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:07 smithi137 ceph-mon[117020]: from='client.211917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:08.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:07 smithi066 ceph-mon[112137]: pgmap v7498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:23:08.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:07 smithi066 ceph-mon[112137]: from='client.211917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:10.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:09 smithi203 ceph-mon[117428]: pgmap v7499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:10.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:23:10.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:09 smithi137 ceph-mon[117020]: pgmap v7499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:10.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:23:10.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:09 smithi066 ceph-mon[112137]: pgmap v7499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:10.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:23:11.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:23:11.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:23:11.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:23:11.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:23:11.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:23:11.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:23:11.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:23:11.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:23:11.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:23:11.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:11.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:11.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:12.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:11 smithi203 ceph-mon[117428]: pgmap v7500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:12.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:11 smithi137 ceph-mon[117020]: pgmap v7500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:12.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:11 smithi066 ceph-mon[112137]: pgmap v7500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:12.566 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:12.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:12.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:12.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:12.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:14.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:13 smithi203 ceph-mon[117428]: pgmap v7501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:14.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:13 smithi203 ceph-mon[117428]: from='client.211995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:14.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:13 smithi137 ceph-mon[117020]: pgmap v7501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:14.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:13 smithi137 ceph-mon[117020]: from='client.211995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:14.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:13 smithi066 ceph-mon[112137]: pgmap v7501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:14.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:13 smithi066 ceph-mon[112137]: from='client.211995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:16.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:15 smithi203 ceph-mon[117428]: pgmap v7502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:16.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:15 smithi137 ceph-mon[117020]: pgmap v7502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:16.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:15 smithi066 ceph-mon[112137]: pgmap v7502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:18.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:17 smithi203 ceph-mon[117428]: pgmap v7503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:18.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:17 smithi137 ceph-mon[117020]: pgmap v7503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:18.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:17 smithi066 ceph-mon[112137]: pgmap v7503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:18.291 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:18.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:18.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:18.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:18.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:19.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:18 smithi137 ceph-mon[117020]: from='client.212067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:19.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:18 smithi066 ceph-mon[112137]: from='client.212067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:19.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:18 smithi203 ceph-mon[117428]: from='client.212067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:20.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:19 smithi137 ceph-mon[117020]: pgmap v7504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:20.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:19 smithi066 ceph-mon[112137]: pgmap v7504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:20.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:19 smithi203 ceph-mon[117428]: pgmap v7504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:22.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:21 smithi137 ceph-mon[117020]: pgmap v7505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:22.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:21 smithi066 ceph-mon[112137]: pgmap v7505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:22.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:21 smithi203 ceph-mon[117428]: pgmap v7505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:23.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:23.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:23.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:24.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:24.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:24.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:24.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:24.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:24.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:23 smithi137 ceph-mon[117020]: pgmap v7506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:24.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:23 smithi066 ceph-mon[112137]: pgmap v7506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:24.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:23 smithi203 ceph-mon[117428]: pgmap v7506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:25.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:24 smithi137 ceph-mon[117020]: from='client.212145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:25.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:24 smithi066 ceph-mon[112137]: from='client.212145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:25.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:24 smithi203 ceph-mon[117428]: from='client.212145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:26.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:25 smithi137 ceph-mon[117020]: pgmap v7507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:26.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:25 smithi066 ceph-mon[112137]: pgmap v7507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:26.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:25 smithi203 ceph-mon[117428]: pgmap v7507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:28.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:27 smithi137 ceph-mon[117020]: pgmap v7508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:28.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:27 smithi066 ceph-mon[112137]: pgmap v7508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:28.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:27 smithi203 ceph-mon[117428]: pgmap v7508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:29.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:29.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:29.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:29.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:29.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:29.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:29.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:29.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:30.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:29 smithi137 ceph-mon[117020]: pgmap v7509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:30.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:29 smithi066 ceph-mon[112137]: pgmap v7509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:30.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:29 smithi203 ceph-mon[117428]: pgmap v7509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:31.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:30 smithi137 ceph-mon[117020]: from='client.212220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:31.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:30 smithi066 ceph-mon[112137]: from='client.212220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:31.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:30 smithi203 ceph-mon[117428]: from='client.212220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:32.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:31 smithi137 ceph-mon[117020]: pgmap v7510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:23:32.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:31 smithi066 ceph-mon[112137]: pgmap v7510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:23:32.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:31 smithi203 ceph-mon[117428]: pgmap v7510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:23:34.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:33 smithi137 ceph-mon[117020]: pgmap v7511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:23:34.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:33 smithi066 ceph-mon[112137]: pgmap v7511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:23:34.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:33 smithi203 ceph-mon[117428]: pgmap v7511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:23:34.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:34.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:34.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:35.471 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:35.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:35.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:35.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:35.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:36.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:35 smithi137 ceph-mon[117020]: pgmap v7512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:23:36.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:35 smithi137 ceph-mon[117020]: from='client.212295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:36.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:35 smithi066 ceph-mon[112137]: pgmap v7512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:23:36.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:35 smithi066 ceph-mon[112137]: from='client.212295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:36.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:35 smithi203 ceph-mon[117428]: pgmap v7512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:23:36.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:35 smithi203 ceph-mon[117428]: from='client.212295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:38.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:37 smithi137 ceph-mon[117020]: pgmap v7513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:38.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:37 smithi066 ceph-mon[112137]: pgmap v7513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:38.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:37 smithi203 ceph-mon[117428]: pgmap v7513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:40.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:39 smithi137 ceph-mon[117020]: pgmap v7514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:40.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:39 smithi066 ceph-mon[112137]: pgmap v7514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:40.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:39 smithi203 ceph-mon[117428]: pgmap v7514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:40.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:40.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:40.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:41.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:41.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:41.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:41.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:41.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:42.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:41 smithi137 ceph-mon[117020]: pgmap v7515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:42.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:41 smithi137 ceph-mon[117020]: from='client.212367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:42.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:41 smithi066 ceph-mon[112137]: pgmap v7515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:42.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:41 smithi066 ceph-mon[112137]: from='client.212367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:42.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:41 smithi203 ceph-mon[117428]: pgmap v7515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:42.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:41 smithi203 ceph-mon[117428]: from='client.212367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:44.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:43 smithi137 ceph-mon[117020]: pgmap v7516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:23:44.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:43 smithi066 ceph-mon[112137]: pgmap v7516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:23:44.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:43 smithi203 ceph-mon[117428]: pgmap v7516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:23:46.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:46.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:46.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:46.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:45 smithi066 ceph-mon[112137]: pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:23:46.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:45 smithi203 ceph-mon[117428]: pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:23:46.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:45 smithi137 ceph-mon[117020]: pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:23:46.927 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:46.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:46.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:46.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:46.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:48.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:47 smithi066 ceph-mon[112137]: pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:23:48.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:47 smithi066 ceph-mon[112137]: from='client.212442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:48.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:47 smithi203 ceph-mon[117428]: pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:23:48.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:47 smithi203 ceph-mon[117428]: from='client.212442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:48.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:47 smithi137 ceph-mon[117020]: pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:23:48.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:47 smithi137 ceph-mon[117020]: from='client.212442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:50.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:49 smithi066 ceph-mon[112137]: pgmap v7519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:50.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:49 smithi203 ceph-mon[117428]: pgmap v7519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:50.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:49 smithi137 ceph-mon[117020]: pgmap v7519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:51.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:51.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:51.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:52.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:51 smithi066 ceph-mon[112137]: pgmap v7520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:52.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:51 smithi203 ceph-mon[117428]: pgmap v7520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:52.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:51 smithi137 ceph-mon[117020]: pgmap v7520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:52.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:52.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:52.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:52.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:52.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:54.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:53 smithi066 ceph-mon[112137]: pgmap v7521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:54.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:53 smithi066 ceph-mon[112137]: from='client.212517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:54.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:53 smithi203 ceph-mon[117428]: pgmap v7521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:54.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:53 smithi203 ceph-mon[117428]: from='client.212517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:54.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:53 smithi137 ceph-mon[117020]: pgmap v7521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:54.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:53 smithi137 ceph-mon[117020]: from='client.212517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:56.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:55 smithi066 ceph-mon[112137]: pgmap v7522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:56.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:55 smithi203 ceph-mon[117428]: pgmap v7522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:56.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:55 smithi137 ceph-mon[117020]: pgmap v7522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:57.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:23:57.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:57.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:58.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:57 smithi066 ceph-mon[112137]: pgmap v7523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:58.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:57 smithi203 ceph-mon[117428]: pgmap v7523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:58.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:57 smithi137 ceph-mon[117020]: pgmap v7523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:58.369 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:23:58.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:58.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:58.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:58.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:23:59.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:58 smithi066 ceph-mon[112137]: from='client.212592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:59.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:58 smithi203 ceph-mon[117428]: from='client.212592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:59.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:58 smithi137 ceph-mon[117020]: from='client.212592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:00.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:23:59 smithi066 ceph-mon[112137]: pgmap v7524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:00.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:23:59 smithi203 ceph-mon[117428]: pgmap v7524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:00.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:23:59 smithi137 ceph-mon[117020]: pgmap v7524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:02.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:01 smithi066 ceph-mon[112137]: pgmap v7525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:02.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:01 smithi203 ceph-mon[117428]: pgmap v7525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:02.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:01 smithi137 ceph-mon[117020]: pgmap v7525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:03.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:03.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:03.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:04.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:04.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:04.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:04.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:04.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:04.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:03 smithi066 ceph-mon[112137]: pgmap v7526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:04.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:03 smithi203 ceph-mon[117428]: pgmap v7526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:04.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:03 smithi137 ceph-mon[117020]: pgmap v7526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:05.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:04 smithi066 ceph-mon[112137]: from='client.212667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:05.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:04 smithi203 ceph-mon[117428]: from='client.212667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:05.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:04 smithi137 ceph-mon[117020]: from='client.212667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:06.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:05 smithi066 ceph-mon[112137]: pgmap v7527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:06.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:05 smithi203 ceph-mon[117428]: pgmap v7527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:06.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:05 smithi137 ceph-mon[117020]: pgmap v7527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:08.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:07 smithi066 ceph-mon[112137]: pgmap v7528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:08.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:07 smithi203 ceph-mon[117428]: pgmap v7528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:08.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:07 smithi137 ceph-mon[117020]: pgmap v7528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:09.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:09.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:09.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:09.830 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:09.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:09.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:09.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:09.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:10.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:09 smithi066 ceph-mon[112137]: pgmap v7529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:10.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:09 smithi203 ceph-mon[117428]: pgmap v7529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:10.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:09 smithi137 ceph-mon[117020]: pgmap v7529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:11.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:10 smithi066 ceph-mon[112137]: from='client.212745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:11.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:24:11.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:10 smithi203 ceph-mon[117428]: from='client.212745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:11.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:24:11.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:10 smithi137 ceph-mon[117020]: from='client.212745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:11.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:24:12.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:11 smithi066 ceph-mon[112137]: pgmap v7530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:24:12.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:24:12.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:24:12.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:24:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:11 smithi203 ceph-mon[117428]: pgmap v7530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:24:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:24:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:24:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:24:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:11 smithi137 ceph-mon[117020]: pgmap v7530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:24:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:24:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:24:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:24:14.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:13 smithi066 ceph-mon[112137]: pgmap v7531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:24:14.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:13 smithi203 ceph-mon[117428]: pgmap v7531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:24:14.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:13 smithi137 ceph-mon[117020]: pgmap v7531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:24:14.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:14.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:14.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:15.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:15.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:15.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:15.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:15.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:16.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:15 smithi066 ceph-mon[112137]: pgmap v7532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:24:16.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:15 smithi203 ceph-mon[117428]: pgmap v7532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:24:16.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:15 smithi137 ceph-mon[117020]: pgmap v7532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:24:17.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:16 smithi066 ceph-mon[112137]: from='client.212820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:17.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:16 smithi203 ceph-mon[117428]: from='client.212820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:17.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:16 smithi137 ceph-mon[117020]: from='client.212820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:18.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:17 smithi066 ceph-mon[112137]: pgmap v7533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:18.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:17 smithi203 ceph-mon[117428]: pgmap v7533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:18.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:17 smithi137 ceph-mon[117020]: pgmap v7533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:20.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:19 smithi066 ceph-mon[112137]: pgmap v7534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:20.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:19 smithi203 ceph-mon[117428]: pgmap v7534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:20.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:19 smithi137 ceph-mon[117020]: pgmap v7534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:20.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:20.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:20.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:21.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:21.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:21.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:21.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:21.289 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:22.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:21 smithi066 ceph-mon[112137]: pgmap v7535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:22.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:21 smithi066 ceph-mon[112137]: from='client.212892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:22.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:21 smithi203 ceph-mon[117428]: pgmap v7535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:22.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:21 smithi203 ceph-mon[117428]: from='client.212892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:22.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:21 smithi137 ceph-mon[117020]: pgmap v7535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:22.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:21 smithi137 ceph-mon[117020]: from='client.212892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:24.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:23 smithi066 ceph-mon[112137]: pgmap v7536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:24.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:23 smithi203 ceph-mon[117428]: pgmap v7536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:24.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:23 smithi137 ceph-mon[117020]: pgmap v7536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:26.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:25 smithi066 ceph-mon[112137]: pgmap v7537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:26.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:26.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:26.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:26.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:25 smithi203 ceph-mon[117428]: pgmap v7537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:26.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:25 smithi137 ceph-mon[117020]: pgmap v7537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:27.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:27.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:27.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:27.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:27.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:28.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:27 smithi066 ceph-mon[112137]: pgmap v7538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:24:28.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:27 smithi066 ceph-mon[112137]: from='client.212967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:28.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:27 smithi203 ceph-mon[117428]: pgmap v7538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:24:28.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:27 smithi203 ceph-mon[117428]: from='client.212967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:28.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:27 smithi137 ceph-mon[117020]: pgmap v7538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:24:28.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:27 smithi137 ceph-mon[117020]: from='client.212967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:30.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:29 smithi066 ceph-mon[112137]: pgmap v7539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:30.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:29 smithi203 ceph-mon[117428]: pgmap v7539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:30.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:29 smithi137 ceph-mon[117020]: pgmap v7539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:32.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:32.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:32.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:32.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:31 smithi066 ceph-mon[112137]: pgmap v7540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:32.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:31 smithi203 ceph-mon[117428]: pgmap v7540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:32.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:31 smithi137 ceph-mon[117020]: pgmap v7540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:32.759 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:32.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:32.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:32.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:32.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:34.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:33 smithi066 ceph-mon[112137]: pgmap v7541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:34.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:33 smithi066 ceph-mon[112137]: from='client.213045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:34.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:33 smithi203 ceph-mon[117428]: pgmap v7541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:34.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:33 smithi203 ceph-mon[117428]: from='client.213045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:34.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:33 smithi137 ceph-mon[117020]: pgmap v7541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:34.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:33 smithi137 ceph-mon[117020]: from='client.213045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:36.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:35 smithi066 ceph-mon[112137]: pgmap v7542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:36.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:35 smithi203 ceph-mon[117428]: pgmap v7542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:36.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:35 smithi137 ceph-mon[117020]: pgmap v7542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:37.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:37.761 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:37.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:38.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:37 smithi066 ceph-mon[112137]: pgmap v7543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:38.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:37 smithi203 ceph-mon[117428]: pgmap v7543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:38.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:37 smithi137 ceph-mon[117020]: pgmap v7543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:38.481 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:38.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:38.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:38.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:38.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:39.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:38 smithi066 ceph-mon[112137]: from='client.213117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:39.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:38 smithi203 ceph-mon[117428]: from='client.213117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:39.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:38 smithi137 ceph-mon[117020]: from='client.213117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:40.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:39 smithi066 ceph-mon[112137]: pgmap v7544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:40.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:39 smithi203 ceph-mon[117428]: pgmap v7544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:40.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:39 smithi137 ceph-mon[117020]: pgmap v7544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:42.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:41 smithi066 ceph-mon[112137]: pgmap v7545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:42.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:41 smithi203 ceph-mon[117428]: pgmap v7545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:42.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:41 smithi137 ceph-mon[117020]: pgmap v7545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:43.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:43.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:43.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:44.209 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:44.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:44.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:44.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:44.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:44.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:43 smithi203 ceph-mon[117428]: pgmap v7546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:44.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:43 smithi137 ceph-mon[117020]: pgmap v7546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:44.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:43 smithi066 ceph-mon[112137]: pgmap v7546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:45.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:44 smithi203 ceph-mon[117428]: from='client.213195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:45.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:44 smithi137 ceph-mon[117020]: from='client.213195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:45.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:44 smithi066 ceph-mon[112137]: from='client.213195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:46.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:45 smithi203 ceph-mon[117428]: pgmap v7547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:46.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:45 smithi137 ceph-mon[117020]: pgmap v7547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:46.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:45 smithi066 ceph-mon[112137]: pgmap v7547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:48.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:47 smithi203 ceph-mon[117428]: pgmap v7548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:48.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:47 smithi137 ceph-mon[117020]: pgmap v7548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:48.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:47 smithi066 ceph-mon[112137]: pgmap v7548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:49.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:49.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:49.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:49.950 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:49.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:49.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:49.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:49.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:50.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:50 smithi203 ceph-mon[117428]: pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:50.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:50 smithi137 ceph-mon[117020]: pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:50.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:50 smithi066 ceph-mon[112137]: pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:51.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:51 smithi203 ceph-mon[117428]: from='client.213273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:51.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:51 smithi137 ceph-mon[117020]: from='client.213273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:51.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:51 smithi066 ceph-mon[112137]: from='client.213273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:52.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:52 smithi203 ceph-mon[117428]: pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:24:52.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:52 smithi137 ceph-mon[117020]: pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:24:52.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:52 smithi066 ceph-mon[112137]: pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:24:54.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:54 smithi203 ceph-mon[117428]: pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:24:54.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:54 smithi137 ceph-mon[117020]: pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:24:54.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:54 smithi066 ceph-mon[112137]: pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:24:54.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:24:54.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:54.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:55.678 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:24:55.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:55.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:55.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:55.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:24:56.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:56 smithi203 ceph-mon[117428]: pgmap v7552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:24:56.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:56 smithi137 ceph-mon[117020]: pgmap v7552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:24:56.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:56 smithi066 ceph-mon[112137]: pgmap v7552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:24:57.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:57 smithi203 ceph-mon[117428]: from='client.213351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:57.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:57 smithi137 ceph-mon[117020]: from='client.213351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:57.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:57 smithi066 ceph-mon[112137]: from='client.213351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:58.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:24:58 smithi203 ceph-mon[117428]: pgmap v7553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:58.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:24:58 smithi137 ceph-mon[117020]: pgmap v7553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:58.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:24:58 smithi066 ceph-mon[112137]: pgmap v7553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:00.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:00 smithi203 ceph-mon[117428]: pgmap v7554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:00.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:00 smithi137 ceph-mon[117020]: pgmap v7554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:00 smithi066 ceph-mon[112137]: pgmap v7554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:00.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:00.680 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:00.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:01.398 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:01.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:01.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:01.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:01.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:02.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:02 smithi203 ceph-mon[117428]: pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:02.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:02 smithi203 ceph-mon[117428]: from='client.213423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:02.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:02 smithi137 ceph-mon[117020]: pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:02.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:02 smithi137 ceph-mon[117020]: from='client.213423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:02.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:02 smithi066 ceph-mon[112137]: pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:02.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:02 smithi066 ceph-mon[112137]: from='client.213423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:04.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:04 smithi203 ceph-mon[117428]: pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:25:04.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:04 smithi137 ceph-mon[117020]: pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:25:04.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:04 smithi066 ceph-mon[112137]: pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:25:06.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:06 smithi203 ceph-mon[117428]: pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:25:06.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:06 smithi137 ceph-mon[117020]: pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:25:06.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:06.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:06.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:06.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:06 smithi066 ceph-mon[112137]: pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:25:07.133 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:07.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:07.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:07.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:07.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:08.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:08 smithi203 ceph-mon[117428]: pgmap v7558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:25:08.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:08 smithi203 ceph-mon[117428]: from='client.213498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:08.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:08 smithi137 ceph-mon[117020]: pgmap v7558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:25:08.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:08 smithi137 ceph-mon[117020]: from='client.213498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:08.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:08 smithi066 ceph-mon[112137]: pgmap v7558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:25:08.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:08 smithi066 ceph-mon[112137]: from='client.213498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:10.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:10 smithi203 ceph-mon[117428]: pgmap v7559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:10.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:10 smithi137 ceph-mon[117020]: pgmap v7559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:10.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:10 smithi066 ceph-mon[112137]: pgmap v7559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:12.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:12.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:12.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:12.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: pgmap v7560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:12.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:25:12.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:25:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:25:12.308 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: pgmap v7560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:25:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:25:12.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:25:12.359 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: pgmap v7560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:12.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:25:12.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:25:12.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:25:12.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:25:12.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:12.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:12.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:12.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:12.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:14.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:14 smithi203 ceph-mon[117428]: pgmap v7561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:14.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:14 smithi203 ceph-mon[117428]: from='client.213570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:14.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:14 smithi137 ceph-mon[117020]: pgmap v7561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:14.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:14 smithi137 ceph-mon[117020]: from='client.213570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:14.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:14 smithi066 ceph-mon[112137]: pgmap v7561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:14.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:14 smithi066 ceph-mon[112137]: from='client.213570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:16.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:16 smithi203 ceph-mon[117428]: pgmap v7562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:16.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:16 smithi137 ceph-mon[117020]: pgmap v7562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:16.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:16 smithi066 ceph-mon[112137]: pgmap v7562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:17.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:17.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:17.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:18.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:18 smithi203 ceph-mon[117428]: pgmap v7563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:18.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:18 smithi137 ceph-mon[117020]: pgmap v7563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:18.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:18 smithi066 ceph-mon[112137]: pgmap v7563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:18.602 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:18.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:18.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:18.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:18.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:20.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:20 smithi203 ceph-mon[117428]: pgmap v7564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:20.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:20 smithi203 ceph-mon[117428]: from='client.213645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:20.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:20 smithi137 ceph-mon[117020]: pgmap v7564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:20.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:20 smithi137 ceph-mon[117020]: from='client.213645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:20.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:20 smithi066 ceph-mon[112137]: pgmap v7564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:20.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:20 smithi066 ceph-mon[112137]: from='client.213645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:22.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:22 smithi203 ceph-mon[117428]: pgmap v7565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:22.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:22 smithi137 ceph-mon[117020]: pgmap v7565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:22.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:22 smithi066 ceph-mon[112137]: pgmap v7565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:23.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:23.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:23.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:24.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:24 smithi203 ceph-mon[117428]: pgmap v7566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:24.320 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:24.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:24.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:24.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:24.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:24.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:24 smithi137 ceph-mon[117020]: pgmap v7566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:24.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:24 smithi066 ceph-mon[112137]: pgmap v7566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:25.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:25 smithi203 ceph-mon[117428]: from='client.213720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:25.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:25 smithi137 ceph-mon[117020]: from='client.213720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:25.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:25 smithi066 ceph-mon[112137]: from='client.213720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:26.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:26 smithi203 ceph-mon[117428]: pgmap v7567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:26.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:26 smithi137 ceph-mon[117020]: pgmap v7567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:26.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:26 smithi066 ceph-mon[112137]: pgmap v7567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:28.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:28 smithi203 ceph-mon[117428]: pgmap v7568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:28.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:28 smithi137 ceph-mon[117020]: pgmap v7568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:28.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:28 smithi066 ceph-mon[112137]: pgmap v7568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:29.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:29.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:29.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:30.046 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:30.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:30 smithi137 ceph-mon[117020]: pgmap v7569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:30.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:30 smithi066 ceph-mon[112137]: pgmap v7569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:30.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:30 smithi203 ceph-mon[117428]: pgmap v7569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:31.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:31 smithi137 ceph-mon[117020]: from='client.213789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:31.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:31 smithi066 ceph-mon[112137]: from='client.213789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:31.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:31 smithi203 ceph-mon[117428]: from='client.213789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:32.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:32 smithi137 ceph-mon[117020]: pgmap v7570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:32.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:32 smithi066 ceph-mon[112137]: pgmap v7570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:32.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:32 smithi203 ceph-mon[117428]: pgmap v7570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:34.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:34 smithi137 ceph-mon[117020]: pgmap v7571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:34.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:34 smithi066 ceph-mon[112137]: pgmap v7571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:34.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:34 smithi203 ceph-mon[117428]: pgmap v7571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:35.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:35.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:35.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:35.765 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:35.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:35.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:35.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:35.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:36.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:36 smithi137 ceph-mon[117020]: pgmap v7572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:36.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:36 smithi066 ceph-mon[112137]: pgmap v7572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:36.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:36 smithi203 ceph-mon[117428]: pgmap v7572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:37.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:37 smithi137 ceph-mon[117020]: from='client.213861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:37.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:37 smithi066 ceph-mon[112137]: from='client.213861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:37.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:37 smithi203 ceph-mon[117428]: from='client.213861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:38.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:38 smithi137 ceph-mon[117020]: pgmap v7573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:38.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:38 smithi066 ceph-mon[112137]: pgmap v7573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:38.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:38 smithi203 ceph-mon[117428]: pgmap v7573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:40.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:40 smithi137 ceph-mon[117020]: pgmap v7574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:40.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:40 smithi066 ceph-mon[112137]: pgmap v7574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:40.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:40 smithi203 ceph-mon[117428]: pgmap v7574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:40.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:40.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:40.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:41.488 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:41.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:41.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:41.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:41.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:42.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:42 smithi137 ceph-mon[117020]: pgmap v7575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:42.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:42 smithi137 ceph-mon[117020]: from='client.213933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:42.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:42 smithi066 ceph-mon[112137]: pgmap v7575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:42.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:42 smithi066 ceph-mon[112137]: from='client.213933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:42.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:42 smithi203 ceph-mon[117428]: pgmap v7575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:42.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:42 smithi203 ceph-mon[117428]: from='client.213933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:44.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:44 smithi137 ceph-mon[117020]: pgmap v7576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:44.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:44 smithi066 ceph-mon[112137]: pgmap v7576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:44.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:44 smithi203 ceph-mon[117428]: pgmap v7576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:46.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:46 smithi137 ceph-mon[117020]: pgmap v7577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:46.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:46 smithi066 ceph-mon[112137]: pgmap v7577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:46.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:46.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:46.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:46.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:46 smithi203 ceph-mon[117428]: pgmap v7577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:47.220 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:47.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:47.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:47.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:47.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:48.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:48 smithi137 ceph-mon[117020]: pgmap v7578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:48.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:48 smithi137 ceph-mon[117020]: from='client.214011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:48.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:48 smithi066 ceph-mon[112137]: pgmap v7578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:48.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:48 smithi066 ceph-mon[112137]: from='client.214011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:48.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:48 smithi203 ceph-mon[117428]: pgmap v7578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:48.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:48 smithi203 ceph-mon[117428]: from='client.214011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:50.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:50 smithi137 ceph-mon[117020]: pgmap v7579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:50.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:50 smithi066 ceph-mon[112137]: pgmap v7579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:50.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:50 smithi203 ceph-mon[117428]: pgmap v7579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:52.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:52.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:52.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:52.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:52 smithi137 ceph-mon[117020]: pgmap v7580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:52.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:52 smithi066 ceph-mon[112137]: pgmap v7580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:52.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:52 smithi203 ceph-mon[117428]: pgmap v7580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:52.946 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:52.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:52.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:52.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:52.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:25:54.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:54 smithi137 ceph-mon[117020]: pgmap v7581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:54.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:54 smithi137 ceph-mon[117020]: from='client.214086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:54.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:54 smithi066 ceph-mon[112137]: pgmap v7581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:54.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:54 smithi066 ceph-mon[112137]: from='client.214086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:54.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:54 smithi203 ceph-mon[117428]: pgmap v7581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:54.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:54 smithi203 ceph-mon[117428]: from='client.214086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:56.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:56 smithi137 ceph-mon[117020]: pgmap v7582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:56.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:56 smithi066 ceph-mon[112137]: pgmap v7582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:56.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:56 smithi203 ceph-mon[117428]: pgmap v7582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:57.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:25:57.948 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:57.948 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:58.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:25:58 smithi137 ceph-mon[117020]: pgmap v7583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:58.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:25:58 smithi066 ceph-mon[112137]: pgmap v7583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:58.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:25:58 smithi203 ceph-mon[117428]: pgmap v7583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:58.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:25:58.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:58.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:58.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:58.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:00.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:00 smithi137 ceph-mon[117020]: pgmap v7584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:00.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:00 smithi137 ceph-mon[117020]: from='client.214161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:00 smithi066 ceph-mon[112137]: pgmap v7584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:00 smithi066 ceph-mon[112137]: from='client.214161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:00.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:00 smithi203 ceph-mon[117428]: pgmap v7584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:00.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:00 smithi203 ceph-mon[117428]: from='client.214161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:02.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:02 smithi066 ceph-mon[112137]: pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:02.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:02 smithi203 ceph-mon[117428]: pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:02.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:02 smithi137 ceph-mon[117020]: pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:03.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:03.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:03.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:04.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:04.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:04.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:04.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:04.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:04.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:04 smithi066 ceph-mon[112137]: pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:04.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:04 smithi203 ceph-mon[117428]: pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:04.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:04 smithi137 ceph-mon[117020]: pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:05.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:05 smithi066 ceph-mon[112137]: from='client.214236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:05.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:05 smithi203 ceph-mon[117428]: from='client.214236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:05.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:05 smithi137 ceph-mon[117020]: from='client.214236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:06.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:06 smithi066 ceph-mon[112137]: pgmap v7587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:06.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:06 smithi203 ceph-mon[117428]: pgmap v7587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:06.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:06 smithi137 ceph-mon[117020]: pgmap v7587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:08.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:08 smithi066 ceph-mon[112137]: pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:08.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:08 smithi203 ceph-mon[117428]: pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:08.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:08 smithi137 ceph-mon[117020]: pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:09.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:09.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:09.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:10.122 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:10.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:10.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:10.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:10.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:10.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:10 smithi066 ceph-mon[112137]: pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:10.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:10 smithi203 ceph-mon[117428]: pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:10.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:10 smithi137 ceph-mon[117020]: pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:11.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:11 smithi066 ceph-mon[112137]: from='client.214314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:11.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:11 smithi203 ceph-mon[117428]: from='client.214314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:11.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:11 smithi137 ceph-mon[117020]: from='client.214314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:12.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:12 smithi066 ceph-mon[112137]: pgmap v7590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:12.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:12 smithi203 ceph-mon[117428]: pgmap v7590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:12.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:12 smithi137 ceph-mon[117020]: pgmap v7590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:13.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:26:13.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:26:13.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:26:13.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:26:13.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:26:13.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:26:13.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:26:13.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:26:13.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:26:13.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:26:13.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:26:13.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:26:14.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:14 smithi066 ceph-mon[112137]: pgmap v7591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:14.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:14 smithi203 ceph-mon[117428]: pgmap v7591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:14.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:14 smithi137 ceph-mon[117020]: pgmap v7591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:15.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:15.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:15.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:15.846 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:15.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:15.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:15.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:15.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:16.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:16 smithi066 ceph-mon[112137]: pgmap v7592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:16.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:16 smithi203 ceph-mon[117428]: pgmap v7592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:16.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:16 smithi137 ceph-mon[117020]: pgmap v7592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:17.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:17 smithi066 ceph-mon[112137]: from='client.214389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:17.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:17 smithi203 ceph-mon[117428]: from='client.214389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:17.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:17 smithi137 ceph-mon[117020]: from='client.214389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:18.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:18 smithi066 ceph-mon[112137]: pgmap v7593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:18.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:18 smithi203 ceph-mon[117428]: pgmap v7593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:18.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:18 smithi137 ceph-mon[117020]: pgmap v7593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:20.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:20 smithi066 ceph-mon[112137]: pgmap v7594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:20.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:20 smithi203 ceph-mon[117428]: pgmap v7594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:20.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:20 smithi137 ceph-mon[117020]: pgmap v7594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:20.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:20.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:20.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:21.589 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:21.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:21.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:21.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:21.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:22.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:22 smithi066 ceph-mon[112137]: pgmap v7595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:22.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:22 smithi203 ceph-mon[117428]: pgmap v7595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:22.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:22 smithi137 ceph-mon[117020]: pgmap v7595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:23.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:23 smithi066 ceph-mon[112137]: from='client.214467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:23.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:23 smithi203 ceph-mon[117428]: from='client.214467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:23 smithi137 ceph-mon[117020]: from='client.214467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:24.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:24 smithi066 ceph-mon[112137]: pgmap v7596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:24.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:24 smithi203 ceph-mon[117428]: pgmap v7596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:24.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:24 smithi137 ceph-mon[117020]: pgmap v7596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:26.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:26 smithi066 ceph-mon[112137]: pgmap v7597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:26.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:26 smithi203 ceph-mon[117428]: pgmap v7597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:26.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:26.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:26.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:26.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:26 smithi137 ceph-mon[117020]: pgmap v7597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:27.310 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:27.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:27.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:27.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:27.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:28.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:28 smithi066 ceph-mon[112137]: pgmap v7598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:28.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:28 smithi066 ceph-mon[112137]: from='client.214545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:28.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:28 smithi203 ceph-mon[117428]: pgmap v7598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:28.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:28 smithi203 ceph-mon[117428]: from='client.214545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:28.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:28 smithi137 ceph-mon[117020]: pgmap v7598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:28.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:28 smithi137 ceph-mon[117020]: from='client.214545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:30.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:30 smithi066 ceph-mon[112137]: pgmap v7599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:30.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:30 smithi203 ceph-mon[117428]: pgmap v7599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:30.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:30 smithi137 ceph-mon[117020]: pgmap v7599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:32.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:32.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:32.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:32.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:32 smithi066 ceph-mon[112137]: pgmap v7600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:32.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:32 smithi203 ceph-mon[117428]: pgmap v7600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:32.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:32 smithi137 ceph-mon[117020]: pgmap v7600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:33.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:33.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:33.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:33.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:33.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:34.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:34 smithi066 ceph-mon[112137]: pgmap v7601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:34.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:34 smithi066 ceph-mon[112137]: from='client.214620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:34.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:34 smithi203 ceph-mon[117428]: pgmap v7601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:34.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:34 smithi203 ceph-mon[117428]: from='client.214620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:34.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:34 smithi137 ceph-mon[117020]: pgmap v7601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:34.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:34 smithi137 ceph-mon[117020]: from='client.214620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:36.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:36 smithi066 ceph-mon[112137]: pgmap v7602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:36.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:36 smithi203 ceph-mon[117428]: pgmap v7602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:36.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:36 smithi137 ceph-mon[117020]: pgmap v7602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:38.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:38.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:38.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:38.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:38 smithi066 ceph-mon[112137]: pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:38.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:38 smithi203 ceph-mon[117428]: pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:38.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:38 smithi137 ceph-mon[117020]: pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:38.759 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:38.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:38.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:38.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:38.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:40.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:40 smithi066 ceph-mon[112137]: pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:40.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:40 smithi066 ceph-mon[112137]: from='client.214695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:40.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:40 smithi203 ceph-mon[117428]: pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:40.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:40 smithi203 ceph-mon[117428]: from='client.214695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:40.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:40 smithi137 ceph-mon[117020]: pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:40.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:40 smithi137 ceph-mon[117020]: from='client.214695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:42.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:42 smithi066 ceph-mon[112137]: pgmap v7605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:42.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:42 smithi203 ceph-mon[117428]: pgmap v7605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:42.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:42 smithi137 ceph-mon[117020]: pgmap v7605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:43.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:43.761 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:43.761 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:44.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:44 smithi066 ceph-mon[112137]: pgmap v7606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:44.493 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:44.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:44.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:44.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:44.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:44.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:44 smithi203 ceph-mon[117428]: pgmap v7606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:44.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:44 smithi137 ceph-mon[117020]: pgmap v7606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:45.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:45 smithi066 ceph-mon[112137]: from='client.214773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:45.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:45 smithi203 ceph-mon[117428]: from='client.214773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:45.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:45 smithi137 ceph-mon[117020]: from='client.214773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:46.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:46 smithi066 ceph-mon[112137]: pgmap v7607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:46.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:46 smithi203 ceph-mon[117428]: pgmap v7607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:46.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:46 smithi137 ceph-mon[117020]: pgmap v7607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:47.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:47 smithi066 ceph-mon[112137]: pgmap v7608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:47.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:47 smithi203 ceph-mon[117428]: pgmap v7608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:47.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:47 smithi137 ceph-mon[117020]: pgmap v7608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:49.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:49.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:49.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:49.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:49 smithi137 ceph-mon[117020]: pgmap v7609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:49.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:49 smithi066 ceph-mon[112137]: pgmap v7609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:50.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:49 smithi203 ceph-mon[117428]: pgmap v7609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:50.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:50.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:50.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:50.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:50.215 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:50.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:50 smithi137 ceph-mon[117020]: from='client.214845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:50.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:50 smithi066 ceph-mon[112137]: from='client.214845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:51.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:50 smithi203 ceph-mon[117428]: from='client.214845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:51.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:51 smithi137 ceph-mon[117020]: pgmap v7610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:51.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:51 smithi066 ceph-mon[112137]: pgmap v7610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:52.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:51 smithi203 ceph-mon[117428]: pgmap v7610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:53.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:53 smithi137 ceph-mon[117020]: pgmap v7611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:53.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:53 smithi066 ceph-mon[112137]: pgmap v7611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:54.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:53 smithi203 ceph-mon[117428]: pgmap v7611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:55.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:26:55.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:55.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:55.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:55 smithi137 ceph-mon[117020]: pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:55.936 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:26:55.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:55.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:55.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:55.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:26:55.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:55 smithi066 ceph-mon[112137]: pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:56.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:55 smithi203 ceph-mon[117428]: pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:56.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:56 smithi137 ceph-mon[117020]: from='client.214920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:56.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:56 smithi066 ceph-mon[112137]: from='client.214920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:57.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:56 smithi203 ceph-mon[117428]: from='client.214920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:57.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:57 smithi137 ceph-mon[117020]: pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:57.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:57 smithi066 ceph-mon[112137]: pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:58.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:57 smithi203 ceph-mon[117428]: pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:59.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:26:59 smithi066 ceph-mon[112137]: pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:00.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:26:59 smithi203 ceph-mon[117428]: pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:00.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:26:59 smithi137 ceph-mon[117020]: pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:00.937 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:00.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:00.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:01.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:01.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:01.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:01.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:01.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:01.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:01 smithi066 ceph-mon[112137]: pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:02.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:01 smithi203 ceph-mon[117428]: pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:02.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:01 smithi137 ceph-mon[117020]: pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:02.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:02 smithi066 ceph-mon[112137]: from='client.214995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:03.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:02 smithi203 ceph-mon[117428]: from='client.214995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:03.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:02 smithi137 ceph-mon[117020]: from='client.214995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:03.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:03 smithi066 ceph-mon[112137]: pgmap v7616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:04.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:03 smithi203 ceph-mon[117428]: pgmap v7616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:04.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:03 smithi137 ceph-mon[117020]: pgmap v7616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:05.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:05 smithi066 ceph-mon[112137]: pgmap v7617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:06.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:05 smithi203 ceph-mon[117428]: pgmap v7617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:06.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:05 smithi137 ceph-mon[117020]: pgmap v7617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:06.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:06.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:06.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:07.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:07.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:07.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:07.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:07.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:07.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:07 smithi066 ceph-mon[112137]: pgmap v7618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:07.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:07 smithi066 ceph-mon[112137]: from='client.215067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:08.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:07 smithi203 ceph-mon[117428]: pgmap v7618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:08.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:07 smithi203 ceph-mon[117428]: from='client.215067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:08.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:07 smithi137 ceph-mon[117020]: pgmap v7618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:08.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:07 smithi137 ceph-mon[117020]: from='client.215067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:09.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:09 smithi066 ceph-mon[112137]: pgmap v7619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:10.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:09 smithi203 ceph-mon[117428]: pgmap v7619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:10.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:09 smithi137 ceph-mon[117020]: pgmap v7619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:11.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:11 smithi066 ceph-mon[112137]: pgmap v7620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:12.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:11 smithi203 ceph-mon[117428]: pgmap v7620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:12.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:11 smithi137 ceph-mon[117020]: pgmap v7620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:12.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:12.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:12.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:13.142 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:13.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:13.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:13.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:13.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:13.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:13 smithi137 ceph-mon[117020]: pgmap v7621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:13.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:13 smithi137 ceph-mon[117020]: from='client.215145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:13.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:27:13.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:13 smithi066 ceph-mon[112137]: pgmap v7621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:13.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:13 smithi066 ceph-mon[112137]: from='client.215145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:13.972 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:27:14.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:13 smithi203 ceph-mon[117428]: pgmap v7621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:14.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:13 smithi203 ceph-mon[117428]: from='client.215145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:14.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:27:15.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.057 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:27:15.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:27:15.058 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:27:15.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:27:15.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:27:15.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:27:15.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:27:15.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:15.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:27:15.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:27:15.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:27:16.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:15 smithi137 ceph-mon[117020]: pgmap v7622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:16.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:15 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16692M 2023-12-07T21:27:16.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:15 smithi066 ceph-mon[112137]: pgmap v7622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:16.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:15 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16692M 2023-12-07T21:27:16.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:15 smithi203 ceph-mon[117428]: pgmap v7622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:16.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:15 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16692M 2023-12-07T21:27:18.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:17 smithi137 ceph-mon[117020]: pgmap v7623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:18.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:18.144 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:18.144 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:18.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:17 smithi066 ceph-mon[112137]: pgmap v7623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:18.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:17 smithi203 ceph-mon[117428]: pgmap v7623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:18.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:18.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:18.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:18.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:18.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:20.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:19 smithi137 ceph-mon[117020]: pgmap v7624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:20.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:19 smithi137 ceph-mon[117020]: from='client.215214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:20.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:19 smithi066 ceph-mon[112137]: pgmap v7624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:20.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:19 smithi066 ceph-mon[112137]: from='client.215214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:20.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:19 smithi203 ceph-mon[117428]: pgmap v7624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:20.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:19 smithi203 ceph-mon[117428]: from='client.215214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:22.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:21 smithi137 ceph-mon[117020]: pgmap v7625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:22.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:21 smithi066 ceph-mon[112137]: pgmap v7625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:22.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:21 smithi203 ceph-mon[117428]: pgmap v7625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:23.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:23.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:23.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:24.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:23 smithi137 ceph-mon[117020]: pgmap v7626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:24.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:23 smithi066 ceph-mon[112137]: pgmap v7626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:24.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:23 smithi203 ceph-mon[117428]: pgmap v7626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:24.594 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:24.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:24.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:24.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:24.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:26.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:25 smithi137 ceph-mon[117020]: from='client.215289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:26.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:25 smithi137 ceph-mon[117020]: pgmap v7627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:26.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:25 smithi066 ceph-mon[112137]: from='client.215289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:26.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:25 smithi066 ceph-mon[112137]: pgmap v7627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:26.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:25 smithi203 ceph-mon[117428]: from='client.215289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:26.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:25 smithi203 ceph-mon[117428]: pgmap v7627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:28.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:27 smithi137 ceph-mon[117020]: pgmap v7628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:28.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:27 smithi066 ceph-mon[112137]: pgmap v7628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:28.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:27 smithi203 ceph-mon[117428]: pgmap v7628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:29.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:29.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:29.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:30.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:29 smithi137 ceph-mon[117020]: pgmap v7629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:30.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:29 smithi066 ceph-mon[112137]: pgmap v7629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:30.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:29 smithi203 ceph-mon[117428]: pgmap v7629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:30.324 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:30.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:30.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:30.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:30.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:31.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:30 smithi066 ceph-mon[112137]: from='client.215364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:31.309 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:30 smithi203 ceph-mon[117428]: from='client.215364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:31.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:30 smithi137 ceph-mon[117020]: from='client.215364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:32.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:31 smithi066 ceph-mon[112137]: pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:32.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:31 smithi203 ceph-mon[117428]: pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:32.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:31 smithi137 ceph-mon[117020]: pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:34.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:33 smithi066 ceph-mon[112137]: pgmap v7631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:34.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:33 smithi203 ceph-mon[117428]: pgmap v7631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:34.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:33 smithi137 ceph-mon[117020]: pgmap v7631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:35.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:35.326 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:35.326 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:36.054 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:36.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:36.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:36.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:36.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:36.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:35 smithi066 ceph-mon[112137]: pgmap v7632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:36.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:35 smithi203 ceph-mon[117428]: pgmap v7632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:36.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:35 smithi137 ceph-mon[117020]: pgmap v7632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:37.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:36 smithi066 ceph-mon[112137]: from='client.215442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:37.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:36 smithi203 ceph-mon[117428]: from='client.215442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:37.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:36 smithi137 ceph-mon[117020]: from='client.215442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:38.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:37 smithi066 ceph-mon[112137]: pgmap v7633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:38.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:37 smithi203 ceph-mon[117428]: pgmap v7633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:38.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:37 smithi137 ceph-mon[117020]: pgmap v7633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:40.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:39 smithi066 ceph-mon[112137]: pgmap v7634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:40.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:39 smithi203 ceph-mon[117428]: pgmap v7634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:40.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:39 smithi137 ceph-mon[117020]: pgmap v7634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:41.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:41.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:41.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:41.778 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:41.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:41.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:41.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:41.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:42.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:41 smithi066 ceph-mon[112137]: pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:42.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:41 smithi203 ceph-mon[117428]: pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:42.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:41 smithi137 ceph-mon[117020]: pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:43.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:42 smithi066 ceph-mon[112137]: from='client.215517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:43.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:42 smithi203 ceph-mon[117428]: from='client.215517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:43.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:42 smithi137 ceph-mon[117020]: from='client.215517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:44.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:43 smithi066 ceph-mon[112137]: pgmap v7636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:44.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:43 smithi203 ceph-mon[117428]: pgmap v7636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:44.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:43 smithi137 ceph-mon[117020]: pgmap v7636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:46.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:45 smithi066 ceph-mon[112137]: pgmap v7637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:46.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:45 smithi203 ceph-mon[117428]: pgmap v7637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:46.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:45 smithi137 ceph-mon[117020]: pgmap v7637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:46.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:46.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:46.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:47.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:47.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:47.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:47.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:47.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:48.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:47 smithi066 ceph-mon[112137]: pgmap v7638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:48.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:47 smithi066 ceph-mon[112137]: from='client.215595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:48.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:47 smithi203 ceph-mon[117428]: pgmap v7638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:48.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:47 smithi203 ceph-mon[117428]: from='client.215595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:48.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:47 smithi137 ceph-mon[117020]: pgmap v7638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:48.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:47 smithi137 ceph-mon[117020]: from='client.215595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:50.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:49 smithi066 ceph-mon[112137]: pgmap v7639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:50.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:49 smithi203 ceph-mon[117428]: pgmap v7639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:50.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:49 smithi137 ceph-mon[117020]: pgmap v7639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:52.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:51 smithi066 ceph-mon[112137]: pgmap v7640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:52.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:51 smithi203 ceph-mon[117428]: pgmap v7640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:52.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:51 smithi137 ceph-mon[117020]: pgmap v7640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:52.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:52.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:52.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:53.237 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:53.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:53.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:53.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:53.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:27:54.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:53 smithi066 ceph-mon[112137]: pgmap v7641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:54.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:53 smithi066 ceph-mon[112137]: from='client.215670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:54.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:53 smithi203 ceph-mon[117428]: pgmap v7641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:54.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:53 smithi203 ceph-mon[117428]: from='client.215670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:54.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:53 smithi137 ceph-mon[117020]: pgmap v7641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:54.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:53 smithi137 ceph-mon[117020]: from='client.215670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:56.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:55 smithi066 ceph-mon[112137]: pgmap v7642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:56.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:55 smithi203 ceph-mon[117428]: pgmap v7642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:56.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:55 smithi137 ceph-mon[117020]: pgmap v7642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:58.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:57 smithi066 ceph-mon[112137]: pgmap v7643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:58.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:27:58.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:58.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:58.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:57 smithi203 ceph-mon[117428]: pgmap v7643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:58.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:57 smithi137 ceph-mon[117020]: pgmap v7643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:58.963 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:27:58.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:58.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:58.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:58.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:00.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:59 smithi066 ceph-mon[112137]: pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:00.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:27:59 smithi066 ceph-mon[112137]: from='client.215748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:00.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:59 smithi203 ceph-mon[117428]: pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:00.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:27:59 smithi203 ceph-mon[117428]: from='client.215748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:00.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:59 smithi137 ceph-mon[117020]: pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:00.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:27:59 smithi137 ceph-mon[117020]: from='client.215748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:02.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:01 smithi066 ceph-mon[112137]: pgmap v7645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:02.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:01 smithi203 ceph-mon[117428]: pgmap v7645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:02.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:01 smithi137 ceph-mon[117020]: pgmap v7645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:03.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:03.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:03.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:04.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:03 smithi066 ceph-mon[112137]: pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:04.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:03 smithi203 ceph-mon[117428]: pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:04.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:03 smithi137 ceph-mon[117020]: pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:04.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:04.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:04.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:04.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:04.688 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:06.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:05 smithi066 ceph-mon[112137]: pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:06.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:05 smithi066 ceph-mon[112137]: from='client.215823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:06.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:05 smithi203 ceph-mon[117428]: pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:06.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:05 smithi203 ceph-mon[117428]: from='client.215823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:06.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:05 smithi137 ceph-mon[117020]: pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:06.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:05 smithi137 ceph-mon[117020]: from='client.215823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:08.222 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:07 smithi066 ceph-mon[112137]: pgmap v7648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:28:08.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:07 smithi203 ceph-mon[117428]: pgmap v7648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:28:08.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:07 smithi137 ceph-mon[117020]: pgmap v7648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:28:09.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:09.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:09.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:10.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:09 smithi066 ceph-mon[112137]: pgmap v7649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:28:10.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:09 smithi203 ceph-mon[117428]: pgmap v7649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:28:10.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:09 smithi137 ceph-mon[117020]: pgmap v7649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:28:10.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:10.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:10.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:10.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:10.415 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:11.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:10 smithi066 ceph-mon[112137]: from='client.215898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:11.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:10 smithi203 ceph-mon[117428]: from='client.215898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:11.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:10 smithi137 ceph-mon[117020]: from='client.215898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:12.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:11 smithi066 ceph-mon[112137]: pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:12.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:11 smithi203 ceph-mon[117428]: pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:12.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:11 smithi137 ceph-mon[117020]: pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:14.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:13 smithi066 ceph-mon[112137]: pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:14.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:13 smithi203 ceph-mon[117428]: pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:14.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:13 smithi137 ceph-mon[117020]: pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:15.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:28:15.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:28:15.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:28:15.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:15.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:15.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:16.129 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:16.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:16.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:16.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:16.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:16.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:15 smithi066 ceph-mon[112137]: pgmap v7652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:16.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:28:16.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:28:16.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:15 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:28:16.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:15 smithi203 ceph-mon[117428]: pgmap v7652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:16.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:28:16.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:28:16.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:15 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:28:16.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:15 smithi137 ceph-mon[117020]: pgmap v7652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:16.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:28:16.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:28:16.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:15 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:28:17.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:16 smithi066 ceph-mon[112137]: from='client.215976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:17.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:16 smithi203 ceph-mon[117428]: from='client.215976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:17.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:16 smithi137 ceph-mon[117020]: from='client.215976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:18.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:17 smithi066 ceph-mon[112137]: pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:18.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:17 smithi203 ceph-mon[117428]: pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:18.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:17 smithi137 ceph-mon[117020]: pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:20.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:19 smithi066 ceph-mon[112137]: pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:28:20.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:19 smithi203 ceph-mon[117428]: pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:28:20.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:19 smithi137 ceph-mon[117020]: pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:28:21.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:21.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:21.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:21.858 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:21.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:21.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:21.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:21.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:22.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:21 smithi066 ceph-mon[112137]: pgmap v7655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:28:22.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:21 smithi203 ceph-mon[117428]: pgmap v7655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:28:22.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:21 smithi137 ceph-mon[117020]: pgmap v7655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:28:23.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:22 smithi066 ceph-mon[112137]: from='client.216051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:23.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:22 smithi203 ceph-mon[117428]: from='client.216051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:23.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:22 smithi137 ceph-mon[117020]: from='client.216051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:24.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:23 smithi203 ceph-mon[117428]: pgmap v7656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:24.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:23 smithi137 ceph-mon[117020]: pgmap v7656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:24.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:23 smithi066 ceph-mon[112137]: pgmap v7656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:26.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:25 smithi203 ceph-mon[117428]: pgmap v7657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:26.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:25 smithi137 ceph-mon[117020]: pgmap v7657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:26.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:25 smithi066 ceph-mon[112137]: pgmap v7657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:26.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:26.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:26.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:27.587 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:27.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:27.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:27.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:27.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:28.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:27 smithi203 ceph-mon[117428]: pgmap v7658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:28.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:27 smithi137 ceph-mon[117020]: pgmap v7658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:28.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:27 smithi066 ceph-mon[112137]: pgmap v7658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:29.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:29 smithi203 ceph-mon[117428]: from='client.216126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:29.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:29 smithi137 ceph-mon[117020]: from='client.216126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:29.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:29 smithi066 ceph-mon[112137]: from='client.216126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:30.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:30 smithi203 ceph-mon[117428]: pgmap v7659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:30.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:30 smithi137 ceph-mon[117020]: pgmap v7659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:30.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:30 smithi066 ceph-mon[112137]: pgmap v7659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:32.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:32 smithi203 ceph-mon[117428]: pgmap v7660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:32.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:32 smithi137 ceph-mon[117020]: pgmap v7660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:32.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:32 smithi066 ceph-mon[112137]: pgmap v7660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:32.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:32.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:32.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:33.310 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:33.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:33.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:33.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:33.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:34.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:34 smithi203 ceph-mon[117428]: pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:34.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:34 smithi203 ceph-mon[117428]: from='client.216204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:34.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:34 smithi137 ceph-mon[117020]: pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:34.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:34 smithi137 ceph-mon[117020]: from='client.216204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:34.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:34 smithi066 ceph-mon[112137]: pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:34.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:34 smithi066 ceph-mon[112137]: from='client.216204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:36.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:36 smithi203 ceph-mon[117428]: pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:36.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:36 smithi137 ceph-mon[117020]: pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:36.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:36 smithi066 ceph-mon[112137]: pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:38.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:38 smithi203 ceph-mon[117428]: pgmap v7663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:38.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:38.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:38.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:38.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:38 smithi137 ceph-mon[117020]: pgmap v7663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:38.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:38 smithi066 ceph-mon[112137]: pgmap v7663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:39.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:39.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:39.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:39.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:39.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:40.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:40 smithi203 ceph-mon[117428]: pgmap v7664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:40.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:40 smithi203 ceph-mon[117428]: from='client.216276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:40.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:40 smithi137 ceph-mon[117020]: pgmap v7664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:40.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:40 smithi137 ceph-mon[117020]: from='client.216276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:40.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:40 smithi066 ceph-mon[112137]: pgmap v7664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:40.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:40 smithi066 ceph-mon[112137]: from='client.216276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:42.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:42 smithi203 ceph-mon[117428]: pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:42.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:42 smithi137 ceph-mon[117020]: pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:42.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:42 smithi066 ceph-mon[112137]: pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:44.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:44.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:44.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:44.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:44 smithi203 ceph-mon[117428]: pgmap v7666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:44.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:44 smithi137 ceph-mon[117020]: pgmap v7666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:44.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:44 smithi066 ceph-mon[112137]: pgmap v7666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:44.762 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:44.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:44.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:44.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:44.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:46.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:46 smithi203 ceph-mon[117428]: pgmap v7667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:46.307 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:46 smithi203 ceph-mon[117428]: from='client.216351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:46.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:46 smithi137 ceph-mon[117020]: pgmap v7667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:46.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:46 smithi137 ceph-mon[117020]: from='client.216351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:46.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:46 smithi066 ceph-mon[112137]: pgmap v7667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:46.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:46 smithi066 ceph-mon[112137]: from='client.216351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:48.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:48 smithi203 ceph-mon[117428]: pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:28:48.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:48 smithi137 ceph-mon[117020]: pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:28:48.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:48 smithi066 ceph-mon[112137]: pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:28:49.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:49.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:49.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:50.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:50 smithi203 ceph-mon[117428]: pgmap v7669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:28:50.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:50 smithi137 ceph-mon[117020]: pgmap v7669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:28:50.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:50 smithi066 ceph-mon[112137]: pgmap v7669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:28:50.496 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:50.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:50.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:50.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:50.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:51.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:51 smithi203 ceph-mon[117428]: from='client.216426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:51.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:51 smithi137 ceph-mon[117020]: from='client.216426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:51.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:51 smithi066 ceph-mon[112137]: from='client.216426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:52.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:52 smithi203 ceph-mon[117428]: pgmap v7670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:52.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:52 smithi137 ceph-mon[117020]: pgmap v7670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:52.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:52 smithi066 ceph-mon[112137]: pgmap v7670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:54.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:54 smithi203 ceph-mon[117428]: pgmap v7671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:54.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:54 smithi137 ceph-mon[117020]: pgmap v7671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:54.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:54 smithi066 ceph-mon[112137]: pgmap v7671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:55.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:28:55.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:55.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:56.221 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:28:56.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:56.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:56.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:56.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:28:56.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:56 smithi203 ceph-mon[117428]: pgmap v7672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:56.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:56 smithi137 ceph-mon[117020]: pgmap v7672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:56.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:56 smithi066 ceph-mon[112137]: pgmap v7672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:57.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:57 smithi203 ceph-mon[117428]: from='client.216501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:57.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:57 smithi137 ceph-mon[117020]: from='client.216501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:57.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:57 smithi066 ceph-mon[112137]: from='client.216501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:58.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:28:58 smithi203 ceph-mon[117428]: pgmap v7673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:58.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:28:58 smithi137 ceph-mon[117020]: pgmap v7673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:58.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:28:58 smithi066 ceph-mon[112137]: pgmap v7673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:00.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:00 smithi203 ceph-mon[117428]: pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:29:00.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:00 smithi137 ceph-mon[117020]: pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:29:00.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:00 smithi066 ceph-mon[112137]: pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:29:01.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:01.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:01.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:01.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:01.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:01.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:01.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:01.952 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:02.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:02 smithi203 ceph-mon[117428]: pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:29:02.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:02 smithi137 ceph-mon[117020]: pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:29:02.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:02 smithi066 ceph-mon[112137]: pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:29:03.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:03 smithi203 ceph-mon[117428]: from='client.216573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:03.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:03 smithi137 ceph-mon[117020]: from='client.216573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:03.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:03 smithi066 ceph-mon[112137]: from='client.216573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:04.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:04 smithi203 ceph-mon[117428]: pgmap v7676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:04.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:04 smithi137 ceph-mon[117020]: pgmap v7676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:04.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:04 smithi066 ceph-mon[112137]: pgmap v7676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:06.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:06 smithi137 ceph-mon[117020]: pgmap v7677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:06.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:06 smithi066 ceph-mon[112137]: pgmap v7677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:06.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:06 smithi203 ceph-mon[117428]: pgmap v7677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:06.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:06.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:06.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:07.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:07.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:07.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:07.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:07.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:08.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:08 smithi137 ceph-mon[117020]: pgmap v7678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:08.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:08 smithi066 ceph-mon[112137]: pgmap v7678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:08.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:08 smithi203 ceph-mon[117428]: pgmap v7678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:09.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:09 smithi137 ceph-mon[117020]: from='client.216648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:09.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:09 smithi066 ceph-mon[112137]: from='client.216648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:09.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:09 smithi203 ceph-mon[117428]: from='client.216648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:10.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:10 smithi137 ceph-mon[117020]: pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:10.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:10 smithi066 ceph-mon[112137]: pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:10.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:10 smithi203 ceph-mon[117428]: pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:12.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:12 smithi137 ceph-mon[117020]: pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:12.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:12 smithi066 ceph-mon[112137]: pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:12.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:12 smithi203 ceph-mon[117428]: pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:12.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:12.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:12.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:13.406 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:13.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:13.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:13.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:13.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:14.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:14 smithi137 ceph-mon[117020]: pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:14.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:14 smithi137 ceph-mon[117020]: from='client.216723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:14.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:14 smithi066 ceph-mon[112137]: pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:14.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:14 smithi066 ceph-mon[112137]: from='client.216723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:14.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:14 smithi203 ceph-mon[117428]: pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:14.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:14 smithi203 ceph-mon[117428]: from='client.216723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:16.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:16 smithi137 ceph-mon[117020]: pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:16.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:29:16.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:29:16.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:29:16.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:29:16.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:16 smithi066 ceph-mon[112137]: pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:16.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:29:16.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:29:16.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:29:16.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:29:16.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:16 smithi203 ceph-mon[117428]: pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:16.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:29:16.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:29:16.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:29:16.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:29:18.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:18 smithi137 ceph-mon[117020]: pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:18.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:18.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:18.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:18.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:18 smithi066 ceph-mon[112137]: pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:18.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:18 smithi203 ceph-mon[117428]: pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:19.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:19.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:19.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:19.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:19.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:20.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:20 smithi137 ceph-mon[117020]: pgmap v7684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:20.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:20 smithi137 ceph-mon[117020]: from='client.216801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:20.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:20 smithi066 ceph-mon[112137]: pgmap v7684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:20.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:20 smithi066 ceph-mon[112137]: from='client.216801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:20.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:20 smithi203 ceph-mon[117428]: pgmap v7684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:20.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:20 smithi203 ceph-mon[117428]: from='client.216801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:22.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:22 smithi137 ceph-mon[117020]: pgmap v7685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:22.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:22 smithi066 ceph-mon[112137]: pgmap v7685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:22.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:22 smithi203 ceph-mon[117428]: pgmap v7685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:24.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:24.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:24.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:24.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:24 smithi137 ceph-mon[117020]: pgmap v7686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:24.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:24 smithi066 ceph-mon[112137]: pgmap v7686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:24.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:24 smithi203 ceph-mon[117428]: pgmap v7686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:24.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:24.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:24.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:24.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:24.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:26.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:26 smithi137 ceph-mon[117020]: pgmap v7687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:26.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:26 smithi137 ceph-mon[117020]: from='client.216879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:26.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:26 smithi066 ceph-mon[112137]: pgmap v7687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:26.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:26 smithi066 ceph-mon[112137]: from='client.216879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:26.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:26 smithi203 ceph-mon[117428]: pgmap v7687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:26.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:26 smithi203 ceph-mon[117428]: from='client.216879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:28.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:28 smithi137 ceph-mon[117020]: pgmap v7688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:28.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:28 smithi066 ceph-mon[112137]: pgmap v7688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:28.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:28 smithi203 ceph-mon[117428]: pgmap v7688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:29.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:29.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:29.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:30.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:30 smithi137 ceph-mon[117020]: pgmap v7689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:30.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:30 smithi066 ceph-mon[112137]: pgmap v7689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:30.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:30 smithi203 ceph-mon[117428]: pgmap v7689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:30.613 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:30.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:30.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:30.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:30.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:32.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:32 smithi137 ceph-mon[117020]: from='client.216957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:32.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:32 smithi137 ceph-mon[117020]: pgmap v7690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:32.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:32 smithi066 ceph-mon[112137]: from='client.216957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:32.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:32 smithi066 ceph-mon[112137]: pgmap v7690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:32.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:32 smithi203 ceph-mon[117428]: from='client.216957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:32.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:32 smithi203 ceph-mon[117428]: pgmap v7690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:34.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:34 smithi137 ceph-mon[117020]: pgmap v7691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:34.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:34 smithi066 ceph-mon[112137]: pgmap v7691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:34.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:34 smithi203 ceph-mon[117428]: pgmap v7691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:35.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:35.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:35.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:36.353 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:36.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:36.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:36.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:36.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:36.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:36 smithi066 ceph-mon[112137]: pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:36.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:36 smithi203 ceph-mon[117428]: pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:36.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:36 smithi137 ceph-mon[117020]: pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:37.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:37 smithi066 ceph-mon[112137]: from='client.217035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:37.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:37 smithi203 ceph-mon[117428]: from='client.217035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:37.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:37 smithi137 ceph-mon[117020]: from='client.217035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:38.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:38 smithi066 ceph-mon[112137]: pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:38.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:38 smithi203 ceph-mon[117428]: pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:38.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:38 smithi137 ceph-mon[117020]: pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:40.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:40 smithi066 ceph-mon[112137]: pgmap v7694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:40.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:40 smithi203 ceph-mon[117428]: pgmap v7694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:40.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:40 smithi137 ceph-mon[117020]: pgmap v7694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:41.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:41.355 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:41.355 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:42.087 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:42.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:42.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:42.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:42.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:42.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:42 smithi066 ceph-mon[112137]: pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:42.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:42 smithi203 ceph-mon[117428]: pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:42.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:42 smithi137 ceph-mon[117020]: pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:43.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:43 smithi066 ceph-mon[112137]: from='client.217110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:43.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:43 smithi203 ceph-mon[117428]: from='client.217110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:43.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:43 smithi137 ceph-mon[117020]: from='client.217110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:44.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:44 smithi066 ceph-mon[112137]: pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:44.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:44 smithi203 ceph-mon[117428]: pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:44.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:44 smithi137 ceph-mon[117020]: pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:46.473 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:46 smithi066 ceph-mon[112137]: pgmap v7697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:46.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:46 smithi203 ceph-mon[117428]: pgmap v7697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:46.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:46 smithi137 ceph-mon[117020]: pgmap v7697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:47.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:47.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:47.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:47.825 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:47.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:47.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:47.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:47.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:48.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:48 smithi066 ceph-mon[112137]: pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:48.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:48 smithi203 ceph-mon[117428]: pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:48.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:48 smithi137 ceph-mon[117020]: pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:49.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:49 smithi066 ceph-mon[112137]: from='client.217185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:49.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:49 smithi203 ceph-mon[117428]: from='client.217185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:49.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:49 smithi137 ceph-mon[117020]: from='client.217185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:50.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:50 smithi066 ceph-mon[112137]: pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:50.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:50 smithi203 ceph-mon[117428]: pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:50.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:50 smithi137 ceph-mon[117020]: pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:52.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:52 smithi066 ceph-mon[112137]: pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:52.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:52 smithi203 ceph-mon[117428]: pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:52.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:52 smithi137 ceph-mon[117020]: pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:52.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:52.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:52.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:53.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:53.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:53.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:53.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:53.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:29:54.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:54 smithi066 ceph-mon[112137]: pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:54.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:54 smithi066 ceph-mon[112137]: from='client.217263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:54.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:54 smithi203 ceph-mon[117428]: pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:54.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:54 smithi203 ceph-mon[117428]: from='client.217263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:54.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:54 smithi137 ceph-mon[117020]: pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:54.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:54 smithi137 ceph-mon[117020]: from='client.217263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:56.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:56 smithi066 ceph-mon[112137]: pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:56.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:56 smithi203 ceph-mon[117428]: pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:56.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:56 smithi137 ceph-mon[117020]: pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:58.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:29:58 smithi066 ceph-mon[112137]: pgmap v7703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:58.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:29:58 smithi203 ceph-mon[117428]: pgmap v7703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:58.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:29:58.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:58.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:58.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:29:58 smithi137 ceph-mon[117020]: pgmap v7703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:59.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:29:59.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:59.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:59.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:59.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:00.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:00 smithi066 ceph-mon[112137]: pgmap v7704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:00.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:00 smithi066 ceph-mon[112137]: from='client.217338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:00.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T21:30:00.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:00 smithi203 ceph-mon[117428]: pgmap v7704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:00.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:00 smithi203 ceph-mon[117428]: from='client.217338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:00.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T21:30:00.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:00 smithi137 ceph-mon[117020]: pgmap v7704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:00.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:00 smithi137 ceph-mon[117020]: from='client.217338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:00.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T21:30:02.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:02 smithi066 ceph-mon[112137]: pgmap v7705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:02.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:02 smithi203 ceph-mon[117428]: pgmap v7705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:02.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:02 smithi137 ceph-mon[117020]: pgmap v7705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:04.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:04.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:04.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:04.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:04 smithi066 ceph-mon[112137]: pgmap v7706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:04.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:04 smithi203 ceph-mon[117428]: pgmap v7706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:04.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:04 smithi137 ceph-mon[117020]: pgmap v7706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:05.023 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:05.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:05.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:05.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:05.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:06.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:06 smithi066 ceph-mon[112137]: pgmap v7707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:06.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:06 smithi066 ceph-mon[112137]: from='client.217416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:06.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:06 smithi203 ceph-mon[117428]: pgmap v7707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:06.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:06 smithi203 ceph-mon[117428]: from='client.217416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:06.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:06 smithi137 ceph-mon[117020]: pgmap v7707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:06.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:06 smithi137 ceph-mon[117020]: from='client.217416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:08.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:08 smithi066 ceph-mon[112137]: pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:08.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:08 smithi203 ceph-mon[117428]: pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:08.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:08 smithi137 ceph-mon[117020]: pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:10.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:10.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:10.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:10.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:10 smithi066 ceph-mon[112137]: pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:10.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:10 smithi203 ceph-mon[117428]: pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:10.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:10 smithi137 ceph-mon[117020]: pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:10.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:10.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:10.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:10.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:10.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:12.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:12 smithi066 ceph-mon[112137]: pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:12.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:12 smithi066 ceph-mon[112137]: from='client.217488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:12.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:12 smithi203 ceph-mon[117428]: pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:12.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:12 smithi203 ceph-mon[117428]: from='client.217488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:12.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:12 smithi137 ceph-mon[117020]: pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:12.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:12 smithi137 ceph-mon[117020]: from='client.217488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:14.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:14 smithi066 ceph-mon[112137]: pgmap v7711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:14.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:14 smithi203 ceph-mon[117428]: pgmap v7711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:14.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:14 smithi137 ceph-mon[117020]: pgmap v7711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:15.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:15.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:15.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:16.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:16 smithi066 ceph-mon[112137]: pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:16.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:30:16.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:16.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:16.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:16.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:16.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:16.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:16 smithi203 ceph-mon[117428]: pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:16.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:30:16.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:16 smithi137 ceph-mon[117020]: pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:16.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:30:17.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:17 smithi066 ceph-mon[112137]: from='client.217563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:17.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:30:17.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:30:17.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:30:17.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:17 smithi203 ceph-mon[117428]: from='client.217563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:17.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:30:17.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:30:17.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:30:17.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:17 smithi137 ceph-mon[117020]: from='client.217563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:17.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:30:17.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:30:17.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:30:18.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:18 smithi066 ceph-mon[112137]: pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:18.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:18 smithi203 ceph-mon[117428]: pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:18.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:18 smithi137 ceph-mon[117020]: pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:20.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:20 smithi066 ceph-mon[112137]: pgmap v7714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:20.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:20 smithi203 ceph-mon[117428]: pgmap v7714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:20.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:20 smithi137 ceph-mon[117020]: pgmap v7714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:21.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:21.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:21.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:22.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:22.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:22.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:22.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:22.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:22.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:22 smithi066 ceph-mon[112137]: pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:22.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:22 smithi203 ceph-mon[117428]: pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:22.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:22 smithi137 ceph-mon[117020]: pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:23 smithi066 ceph-mon[112137]: from='client.217641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:23.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:23 smithi203 ceph-mon[117428]: from='client.217641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:23.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:23 smithi137 ceph-mon[117020]: from='client.217641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:24.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:24 smithi066 ceph-mon[112137]: pgmap v7716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:24.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:24 smithi203 ceph-mon[117428]: pgmap v7716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:24.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:24 smithi137 ceph-mon[117020]: pgmap v7716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:26.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:26 smithi066 ceph-mon[112137]: pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:26.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:26 smithi203 ceph-mon[117428]: pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:26.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:26 smithi137 ceph-mon[117020]: pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:27.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:27.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:27.270 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:27.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:27.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:27.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:27.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:27.989 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:28.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:28 smithi066 ceph-mon[112137]: pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:28.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:28 smithi203 ceph-mon[117428]: pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:28.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:28 smithi137 ceph-mon[117020]: pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:29.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:29 smithi066 ceph-mon[112137]: from='client.217716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:29.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:29 smithi203 ceph-mon[117428]: from='client.217716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:29.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:29 smithi137 ceph-mon[117020]: from='client.217716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:30.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:30 smithi203 ceph-mon[117428]: pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:30.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:30 smithi137 ceph-mon[117020]: pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:30.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:30 smithi066 ceph-mon[112137]: pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:32.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:32 smithi203 ceph-mon[117428]: pgmap v7720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:32.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:32 smithi137 ceph-mon[117020]: pgmap v7720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:32.720 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:32 smithi066 ceph-mon[112137]: pgmap v7720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:32.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:32.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:32.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:33.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:33 smithi203 ceph-mon[117428]: pgmap v7721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:33.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:33 smithi137 ceph-mon[117020]: pgmap v7721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:33.721 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:33 smithi066 ceph-mon[112137]: pgmap v7721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:33.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:33.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:33.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:33.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:33.721 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:34.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:34 smithi066 ceph-mon[112137]: from='client.217791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:35.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:34 smithi203 ceph-mon[117428]: from='client.217791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:35.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:34 smithi137 ceph-mon[117020]: from='client.217791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:35.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:35 smithi066 ceph-mon[112137]: pgmap v7722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:36.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:35 smithi203 ceph-mon[117428]: pgmap v7722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:36.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:35 smithi137 ceph-mon[117020]: pgmap v7722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:37.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:37 smithi066 ceph-mon[112137]: pgmap v7723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:38.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:37 smithi203 ceph-mon[117428]: pgmap v7723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:38.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:37 smithi137 ceph-mon[117020]: pgmap v7723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:38.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:38.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:38.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:39.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:39.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:39.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:39.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:39.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:39.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:39 smithi066 ceph-mon[112137]: pgmap v7724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:39.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:39 smithi066 ceph-mon[112137]: from='client.217860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:40.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:39 smithi203 ceph-mon[117428]: pgmap v7724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:40.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:39 smithi203 ceph-mon[117428]: from='client.217860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:40.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:39 smithi137 ceph-mon[117020]: pgmap v7724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:40.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:39 smithi137 ceph-mon[117020]: from='client.217860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:41.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:41 smithi066 ceph-mon[112137]: pgmap v7725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:42.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:41 smithi203 ceph-mon[117428]: pgmap v7725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:42.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:41 smithi137 ceph-mon[117020]: pgmap v7725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:43.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:43 smithi066 ceph-mon[112137]: pgmap v7726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:44.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:43 smithi203 ceph-mon[117428]: pgmap v7726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:44.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:43 smithi137 ceph-mon[117020]: pgmap v7726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:44.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:44.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:44.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:45.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:45.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:45.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:45.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:45.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:45.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:45 smithi066 ceph-mon[112137]: pgmap v7727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:45.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:45 smithi066 ceph-mon[112137]: from='client.217935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:46.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:45 smithi203 ceph-mon[117428]: pgmap v7727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:46.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:45 smithi203 ceph-mon[117428]: from='client.217935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:46.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:45 smithi137 ceph-mon[117020]: pgmap v7727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:46.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:45 smithi137 ceph-mon[117020]: from='client.217935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:47.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:47 smithi066 ceph-mon[112137]: pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:48.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:47 smithi203 ceph-mon[117428]: pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:48.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:47 smithi137 ceph-mon[117020]: pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:49.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:49 smithi066 ceph-mon[112137]: pgmap v7729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:50.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:49 smithi203 ceph-mon[117428]: pgmap v7729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:50.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:49 smithi137 ceph-mon[117020]: pgmap v7729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:50.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:50.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:50.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:50.924 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:50.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:50.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:50.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:50.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:51.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:51 smithi066 ceph-mon[112137]: pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:51.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:51 smithi066 ceph-mon[112137]: from='client.218013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:52.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:51 smithi203 ceph-mon[117428]: pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:52.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:51 smithi203 ceph-mon[117428]: from='client.218013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:52.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:51 smithi137 ceph-mon[117020]: pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:52.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:51 smithi137 ceph-mon[117020]: from='client.218013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:53.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:53 smithi066 ceph-mon[112137]: pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:54.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:53 smithi203 ceph-mon[117428]: pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:54.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:53 smithi137 ceph-mon[117020]: pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:55.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:30:55.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:55.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:55.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:55 smithi066 ceph-mon[112137]: pgmap v7732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:56.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:55 smithi203 ceph-mon[117428]: pgmap v7732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:56.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:55 smithi137 ceph-mon[117020]: pgmap v7732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:56.651 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:30:56.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:56.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:56.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:56.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:30:57.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:57 smithi066 ceph-mon[112137]: pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:57.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:57 smithi066 ceph-mon[112137]: from='client.218091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:58.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:57 smithi203 ceph-mon[117428]: pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:58.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:57 smithi203 ceph-mon[117428]: from='client.218091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:58.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:57 smithi137 ceph-mon[117020]: pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:58.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:57 smithi137 ceph-mon[117020]: from='client.218091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:59.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:30:59 smithi066 ceph-mon[112137]: pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:00.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:30:59 smithi203 ceph-mon[117428]: pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:00.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:30:59 smithi137 ceph-mon[117020]: pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:01.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:01.653 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:01.653 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:01.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:01 smithi066 ceph-mon[112137]: pgmap v7735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:02.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:01 smithi203 ceph-mon[117428]: pgmap v7735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:02.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:01 smithi137 ceph-mon[117020]: pgmap v7735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:02.380 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:02.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:02.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:02.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:02.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:02.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:02 smithi137 ceph-mon[117020]: from='client.218166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:02.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:02 smithi066 ceph-mon[112137]: from='client.218166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:03.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:02 smithi203 ceph-mon[117428]: from='client.218166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:03.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:03 smithi066 ceph-mon[112137]: pgmap v7736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:04.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:03 smithi203 ceph-mon[117428]: pgmap v7736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:04.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:03 smithi137 ceph-mon[117020]: pgmap v7736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:05.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:05 smithi066 ceph-mon[112137]: pgmap v7737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:06.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:05 smithi203 ceph-mon[117428]: pgmap v7737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:06.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:05 smithi137 ceph-mon[117020]: pgmap v7737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:07.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:07.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:07.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:07.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:07 smithi066 ceph-mon[112137]: pgmap v7738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:08.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:07 smithi203 ceph-mon[117428]: pgmap v7738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:08.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:07 smithi137 ceph-mon[117020]: pgmap v7738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:08.112 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:08.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:08.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:08.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:08.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:08.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:08 smithi066 ceph-mon[112137]: from='client.218244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:09.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:08 smithi203 ceph-mon[117428]: from='client.218244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:09.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:08 smithi137 ceph-mon[117020]: from='client.218244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:09.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:09 smithi066 ceph-mon[112137]: pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:10.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:09 smithi203 ceph-mon[117428]: pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:10.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:09 smithi137 ceph-mon[117020]: pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:11.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:11 smithi066 ceph-mon[112137]: pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:12.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:11 smithi203 ceph-mon[117428]: pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:12.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:11 smithi137 ceph-mon[117020]: pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:13.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:13.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:13.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:13.838 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:13.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:13.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:13.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:13.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:13.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:13 smithi066 ceph-mon[112137]: pgmap v7741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:14.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:13 smithi203 ceph-mon[117428]: pgmap v7741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:14.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:13 smithi137 ceph-mon[117020]: pgmap v7741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:14.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:14 smithi066 ceph-mon[112137]: from='client.218322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:15.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:14 smithi203 ceph-mon[117428]: from='client.218322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:15.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:14 smithi137 ceph-mon[117020]: from='client.218322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:15.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:15 smithi066 ceph-mon[112137]: pgmap v7742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:16.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:15 smithi203 ceph-mon[117428]: pgmap v7742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:16.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:15 smithi137 ceph-mon[117020]: pgmap v7742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:16.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:31:17.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:31:17.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:31:17.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:17 smithi066 ceph-mon[112137]: pgmap v7743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:17.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:31:17.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:31:17.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:31:18.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:17 smithi203 ceph-mon[117428]: pgmap v7743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:18.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:31:18.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:31:18.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:31:18.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:17 smithi137 ceph-mon[117020]: pgmap v7743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:18.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:31:18.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:31:18.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:31:18.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:18.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:18.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:19.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:19.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:19.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:19.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:19.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:20.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:19 smithi203 ceph-mon[117428]: pgmap v7744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:20.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:19 smithi203 ceph-mon[117428]: from='client.218400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:20.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:19 smithi137 ceph-mon[117020]: pgmap v7744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:20.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:19 smithi137 ceph-mon[117020]: from='client.218400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:20.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:19 smithi066 ceph-mon[112137]: pgmap v7744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:20.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:19 smithi066 ceph-mon[112137]: from='client.218400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:22.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:21 smithi203 ceph-mon[117428]: pgmap v7745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:22.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:21 smithi137 ceph-mon[117020]: pgmap v7745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:22.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:21 smithi066 ceph-mon[112137]: pgmap v7745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:24.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:23 smithi203 ceph-mon[117428]: pgmap v7746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:24.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:23 smithi137 ceph-mon[117020]: pgmap v7746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:24.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:23 smithi066 ceph-mon[112137]: pgmap v7746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:24.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:24.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:24.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:25.286 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:25.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:25.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:25.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:25.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:26.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:25 smithi203 ceph-mon[117428]: pgmap v7747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:26.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:25 smithi203 ceph-mon[117428]: from='client.218475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:26.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:25 smithi137 ceph-mon[117020]: pgmap v7747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:26.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:25 smithi137 ceph-mon[117020]: from='client.218475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:26.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:25 smithi066 ceph-mon[112137]: pgmap v7747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:26.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:25 smithi066 ceph-mon[112137]: from='client.218475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:28.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:27 smithi203 ceph-mon[117428]: pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:28.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:27 smithi137 ceph-mon[117020]: pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:28.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:27 smithi066 ceph-mon[112137]: pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:30.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:29 smithi203 ceph-mon[117428]: pgmap v7749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:30.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:29 smithi137 ceph-mon[117020]: pgmap v7749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:30.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:29 smithi066 ceph-mon[112137]: pgmap v7749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:30.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:30.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:30.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:31.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:31.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:31.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:31.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:31.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:32.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:31 smithi203 ceph-mon[117428]: pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:32.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:31 smithi203 ceph-mon[117428]: from='client.218547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:32.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:31 smithi137 ceph-mon[117020]: pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:32.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:31 smithi137 ceph-mon[117020]: from='client.218547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:32.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:31 smithi066 ceph-mon[112137]: pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:32.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:31 smithi066 ceph-mon[112137]: from='client.218547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:34.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:33 smithi203 ceph-mon[117428]: pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:34.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:33 smithi137 ceph-mon[117020]: pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:34.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:33 smithi066 ceph-mon[112137]: pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:36.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:36.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:36.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:36.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:35 smithi203 ceph-mon[117428]: pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:36.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:35 smithi137 ceph-mon[117020]: pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:36.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:35 smithi066 ceph-mon[112137]: pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:36.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:36.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:36.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:36.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:36.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:38.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:37 smithi203 ceph-mon[117428]: pgmap v7753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:38.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:37 smithi203 ceph-mon[117428]: from='client.218622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:38.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:37 smithi137 ceph-mon[117020]: pgmap v7753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:38.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:37 smithi137 ceph-mon[117020]: from='client.218622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:38.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:37 smithi066 ceph-mon[112137]: pgmap v7753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:38.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:37 smithi066 ceph-mon[112137]: from='client.218622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:40.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:39 smithi203 ceph-mon[117428]: pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:40.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:39 smithi137 ceph-mon[117020]: pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:40.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:39 smithi066 ceph-mon[112137]: pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:41.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:41.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:41.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:42.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:41 smithi203 ceph-mon[117428]: pgmap v7755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:42.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:41 smithi137 ceph-mon[117020]: pgmap v7755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:42.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:41 smithi066 ceph-mon[112137]: pgmap v7755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:42.488 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:42.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:42.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:42.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:42.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:43.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:42 smithi203 ceph-mon[117428]: from='client.218697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:43.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:42 smithi137 ceph-mon[117020]: from='client.218697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:43.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:42 smithi066 ceph-mon[112137]: from='client.218697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:44.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:43 smithi203 ceph-mon[117428]: pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:44.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:43 smithi137 ceph-mon[117020]: pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:44.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:43 smithi066 ceph-mon[112137]: pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:46.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:45 smithi203 ceph-mon[117428]: pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:46.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:45 smithi137 ceph-mon[117020]: pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:46.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:45 smithi066 ceph-mon[112137]: pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:47.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:47.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:47.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:48.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:47 smithi203 ceph-mon[117428]: pgmap v7758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:48.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:47 smithi137 ceph-mon[117020]: pgmap v7758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:48.211 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:48.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:48.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:48.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:48.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:48.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:47 smithi066 ceph-mon[112137]: pgmap v7758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:49.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:48 smithi203 ceph-mon[117428]: from='client.218775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:49.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:48 smithi137 ceph-mon[117020]: from='client.218775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:49.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:48 smithi066 ceph-mon[112137]: from='client.218775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:50.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:49 smithi203 ceph-mon[117428]: pgmap v7759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:50.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:49 smithi137 ceph-mon[117020]: pgmap v7759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:50.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:49 smithi066 ceph-mon[112137]: pgmap v7759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:52.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:51 smithi203 ceph-mon[117428]: pgmap v7760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:52.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:51 smithi137 ceph-mon[117020]: pgmap v7760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:52.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:51 smithi066 ceph-mon[112137]: pgmap v7760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:53.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:53.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:53.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:53.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:53.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:53.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:53.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:31:53.936 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:54.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:53 smithi203 ceph-mon[117428]: pgmap v7761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:54.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:53 smithi137 ceph-mon[117020]: pgmap v7761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:54.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:53 smithi066 ceph-mon[112137]: pgmap v7761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:55.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:54 smithi203 ceph-mon[117428]: from='client.218847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:55.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:54 smithi137 ceph-mon[117020]: from='client.218847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:55.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:54 smithi066 ceph-mon[112137]: from='client.218847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:56.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:55 smithi203 ceph-mon[117428]: pgmap v7762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:56.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:55 smithi137 ceph-mon[117020]: pgmap v7762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:56.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:55 smithi066 ceph-mon[112137]: pgmap v7762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:58.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:57 smithi203 ceph-mon[117428]: pgmap v7763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:58.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:57 smithi137 ceph-mon[117020]: pgmap v7763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:58.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:57 smithi066 ceph-mon[112137]: pgmap v7763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:58.937 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:31:58.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:58.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:59.658 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:31:59.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:59.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:59.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:59.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:00.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:31:59 smithi203 ceph-mon[117428]: pgmap v7764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:00.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:31:59 smithi137 ceph-mon[117020]: pgmap v7764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:00.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:31:59 smithi066 ceph-mon[112137]: pgmap v7764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:01.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:00 smithi203 ceph-mon[117428]: from='client.218922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:01.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:00 smithi137 ceph-mon[117020]: from='client.218922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:01.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:00 smithi066 ceph-mon[112137]: from='client.218922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:02.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:01 smithi203 ceph-mon[117428]: pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:32:02.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:01 smithi137 ceph-mon[117020]: pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:32:02.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:01 smithi066 ceph-mon[112137]: pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:32:04.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:03 smithi203 ceph-mon[117428]: pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:32:04.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:03 smithi137 ceph-mon[117020]: pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:32:04.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:03 smithi066 ceph-mon[112137]: pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:32:04.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:04.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:04.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:05.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:05.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:05.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:05.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:05.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:06.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:05 smithi137 ceph-mon[117020]: pgmap v7767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:32:06.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:05 smithi137 ceph-mon[117020]: from='client.219000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:06.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:05 smithi066 ceph-mon[112137]: pgmap v7767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:32:06.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:05 smithi066 ceph-mon[112137]: from='client.219000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:06.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:05 smithi203 ceph-mon[117428]: pgmap v7767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:32:06.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:05 smithi203 ceph-mon[117428]: from='client.219000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:08.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:07 smithi137 ceph-mon[117020]: pgmap v7768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:08.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:07 smithi066 ceph-mon[112137]: pgmap v7768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:08.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:07 smithi203 ceph-mon[117428]: pgmap v7768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:10.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:09 smithi137 ceph-mon[117020]: pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:10.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:09 smithi066 ceph-mon[112137]: pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:10.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:09 smithi203 ceph-mon[117428]: pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:10.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:10.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:10.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:11.123 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:11.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:11.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:11.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:11.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:12.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:11 smithi137 ceph-mon[117020]: pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:12.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:11 smithi137 ceph-mon[117020]: from='client.219072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:12.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:11 smithi066 ceph-mon[112137]: pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:12.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:11 smithi066 ceph-mon[112137]: from='client.219072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:12.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:11 smithi203 ceph-mon[117428]: pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:12.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:11 smithi203 ceph-mon[117428]: from='client.219072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:14.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:13 smithi137 ceph-mon[117020]: pgmap v7771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:32:14.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:13 smithi066 ceph-mon[112137]: pgmap v7771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:32:14.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:13 smithi203 ceph-mon[117428]: pgmap v7771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:32:16.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:15 smithi137 ceph-mon[117020]: pgmap v7772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:32:16.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:16.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:16.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:16.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:15 smithi066 ceph-mon[112137]: pgmap v7772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:32:16.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:15 smithi203 ceph-mon[117428]: pgmap v7772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:32:16.857 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:16.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:16.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:16.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:16.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:18.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:17 smithi137 ceph-mon[117020]: pgmap v7773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:32:18.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:17 smithi137 ceph-mon[117020]: from='client.219150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:18.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:32:18.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:17 smithi066 ceph-mon[112137]: pgmap v7773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:32:18.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:17 smithi066 ceph-mon[112137]: from='client.219150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:18.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:32:18.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:17 smithi203 ceph-mon[117428]: pgmap v7773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:32:18.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:17 smithi203 ceph-mon[117428]: from='client.219150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:18.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:32:19.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:32:19.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:32:19.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:32:19.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:32:19.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:32:19.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:32:19.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:32:19.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:32:19.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:32:20.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:19 smithi066 ceph-mon[112137]: pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:20.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:19 smithi203 ceph-mon[117428]: pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:20.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:19 smithi137 ceph-mon[117020]: pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:21.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:21.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:21.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:22.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:21 smithi066 ceph-mon[112137]: pgmap v7775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:22.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:21 smithi203 ceph-mon[117428]: pgmap v7775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:22.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:21 smithi137 ceph-mon[117020]: pgmap v7775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:22.582 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:22.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:22.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:22.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:22.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:23.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:22 smithi066 ceph-mon[112137]: from='client.219222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:23.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:22 smithi203 ceph-mon[117428]: from='client.219222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:23.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:22 smithi137 ceph-mon[117020]: from='client.219222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:24.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:23 smithi066 ceph-mon[112137]: pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:24.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:23 smithi203 ceph-mon[117428]: pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:24.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:23 smithi137 ceph-mon[117020]: pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:26.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:25 smithi066 ceph-mon[112137]: pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:26.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:25 smithi203 ceph-mon[117428]: pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:26.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:25 smithi137 ceph-mon[117020]: pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:27.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:27.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:27.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:28.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:27 smithi066 ceph-mon[112137]: pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:28.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:27 smithi203 ceph-mon[117428]: pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:28.309 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:28.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:28.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:28.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:28.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:28.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:27 smithi137 ceph-mon[117020]: pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:29.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:28 smithi066 ceph-mon[112137]: from='client.219297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:29.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:28 smithi203 ceph-mon[117428]: from='client.219297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:29.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:28 smithi137 ceph-mon[117020]: from='client.219297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:30.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:29 smithi066 ceph-mon[112137]: pgmap v7779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:30.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:29 smithi203 ceph-mon[117428]: pgmap v7779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:30.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:29 smithi137 ceph-mon[117020]: pgmap v7779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:32.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:31 smithi066 ceph-mon[112137]: pgmap v7780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:32.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:31 smithi203 ceph-mon[117428]: pgmap v7780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:32.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:31 smithi137 ceph-mon[117020]: pgmap v7780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:33.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:33.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:33.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:34.028 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:34.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:34.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:34.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:34.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:34.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:33 smithi066 ceph-mon[112137]: pgmap v7781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:34.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:33 smithi203 ceph-mon[117428]: pgmap v7781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:34.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:33 smithi137 ceph-mon[117020]: pgmap v7781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:35.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:34 smithi066 ceph-mon[112137]: from='client.219372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:35.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:34 smithi203 ceph-mon[117428]: from='client.219372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:35.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:34 smithi137 ceph-mon[117020]: from='client.219372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:36.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:35 smithi066 ceph-mon[112137]: pgmap v7782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:36.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:35 smithi203 ceph-mon[117428]: pgmap v7782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:36.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:35 smithi137 ceph-mon[117020]: pgmap v7782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:38.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:37 smithi066 ceph-mon[112137]: pgmap v7783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:38.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:37 smithi203 ceph-mon[117428]: pgmap v7783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:38.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:37 smithi137 ceph-mon[117020]: pgmap v7783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:39.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:39.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:39.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:39.753 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:39.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:39.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:39.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:39.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:40.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:39 smithi066 ceph-mon[112137]: pgmap v7784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:40.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:39 smithi203 ceph-mon[117428]: pgmap v7784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:40.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:39 smithi137 ceph-mon[117020]: pgmap v7784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:41.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:40 smithi066 ceph-mon[112137]: from='client.219447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:41.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:40 smithi203 ceph-mon[117428]: from='client.219447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:41.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:40 smithi137 ceph-mon[117020]: from='client.219447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:42.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:41 smithi066 ceph-mon[112137]: pgmap v7785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:32:42.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:41 smithi203 ceph-mon[117428]: pgmap v7785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:32:42.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:41 smithi137 ceph-mon[117020]: pgmap v7785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:32:44.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:43 smithi066 ceph-mon[112137]: pgmap v7786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:44.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:43 smithi203 ceph-mon[117428]: pgmap v7786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:44.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:43 smithi137 ceph-mon[117020]: pgmap v7786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:44.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:44.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:44.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:45.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:45.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:45.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:45.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:45.477 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:46.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:45 smithi066 ceph-mon[112137]: pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:46.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:45 smithi066 ceph-mon[112137]: from='client.219525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:46.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:45 smithi203 ceph-mon[117428]: pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:46.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:45 smithi203 ceph-mon[117428]: from='client.219525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:46.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:45 smithi137 ceph-mon[117020]: pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:46.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:45 smithi137 ceph-mon[117020]: from='client.219525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:48.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:47 smithi066 ceph-mon[112137]: pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:48.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:47 smithi203 ceph-mon[117428]: pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:48.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:47 smithi137 ceph-mon[117020]: pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:50.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:49 smithi066 ceph-mon[112137]: pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:50.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:49 smithi203 ceph-mon[117428]: pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:50.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:49 smithi137 ceph-mon[117020]: pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:50.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:50.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:50.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:51.202 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:51.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:51.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:51.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:51.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:52.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:51 smithi066 ceph-mon[112137]: pgmap v7790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:52.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:51 smithi066 ceph-mon[112137]: from='client.219603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:52.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:51 smithi203 ceph-mon[117428]: pgmap v7790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:52.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:51 smithi203 ceph-mon[117428]: from='client.219603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:52.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:51 smithi137 ceph-mon[117020]: pgmap v7790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:52.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:51 smithi137 ceph-mon[117020]: from='client.219603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:54.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:53 smithi066 ceph-mon[112137]: pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:54.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:53 smithi203 ceph-mon[117428]: pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:54.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:53 smithi137 ceph-mon[117020]: pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:56.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:32:56.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:56.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:56.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:55 smithi066 ceph-mon[112137]: pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:56.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:55 smithi203 ceph-mon[117428]: pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:56.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:55 smithi137 ceph-mon[117020]: pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:32:56.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:32:56.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:56.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:56.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:56.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:32:58.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:57 smithi066 ceph-mon[112137]: pgmap v7793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:32:58.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:57 smithi066 ceph-mon[112137]: from='client.219681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:58.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:57 smithi203 ceph-mon[117428]: pgmap v7793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:32:58.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:57 smithi203 ceph-mon[117428]: from='client.219681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:58.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:57 smithi137 ceph-mon[117020]: pgmap v7793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:32:58.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:57 smithi137 ceph-mon[117020]: from='client.219681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:00.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:32:59 smithi066 ceph-mon[112137]: pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:00.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:32:59 smithi203 ceph-mon[117428]: pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:00.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:32:59 smithi137 ceph-mon[117020]: pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:01.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:01.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:01.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:02.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:01 smithi066 ceph-mon[112137]: pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:02.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:01 smithi203 ceph-mon[117428]: pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:02.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:01 smithi137 ceph-mon[117020]: pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:02.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:02.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:02.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:02.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:02.675 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:04.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:03 smithi066 ceph-mon[112137]: from='client.219750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:04.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:03 smithi066 ceph-mon[112137]: pgmap v7796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:04.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:03 smithi203 ceph-mon[117428]: from='client.219750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:04.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:03 smithi203 ceph-mon[117428]: pgmap v7796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:04.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:03 smithi137 ceph-mon[117020]: from='client.219750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:04.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:03 smithi137 ceph-mon[117020]: pgmap v7796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:06.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:05 smithi066 ceph-mon[112137]: pgmap v7797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:06.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:05 smithi203 ceph-mon[117428]: pgmap v7797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:06.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:05 smithi137 ceph-mon[117020]: pgmap v7797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:07.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:07.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:07.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:08.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:07 smithi066 ceph-mon[112137]: pgmap v7798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:08.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:07 smithi203 ceph-mon[117428]: pgmap v7798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:08.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:07 smithi137 ceph-mon[117020]: pgmap v7798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:08.390 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:08.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:08.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:08.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:08.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:09.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:08 smithi066 ceph-mon[112137]: from='client.219825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:09.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:08 smithi203 ceph-mon[117428]: from='client.219825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:09.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:08 smithi137 ceph-mon[117020]: from='client.219825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:10.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:09 smithi066 ceph-mon[112137]: pgmap v7799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:10.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:09 smithi203 ceph-mon[117428]: pgmap v7799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:10.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:09 smithi137 ceph-mon[117020]: pgmap v7799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:12.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:11 smithi066 ceph-mon[112137]: pgmap v7800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:12.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:11 smithi203 ceph-mon[117428]: pgmap v7800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:12.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:11 smithi137 ceph-mon[117020]: pgmap v7800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:13.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:13.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:13.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:14.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:14.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:14.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:14.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:14.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:14.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:13 smithi066 ceph-mon[112137]: pgmap v7801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:14.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:13 smithi203 ceph-mon[117428]: pgmap v7801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:14.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:13 smithi137 ceph-mon[117020]: pgmap v7801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:15.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:14 smithi203 ceph-mon[117428]: from='client.219897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:15.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:14 smithi137 ceph-mon[117020]: from='client.219897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:15.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:14 smithi066 ceph-mon[112137]: from='client.219897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:16.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:15 smithi203 ceph-mon[117428]: pgmap v7802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:16.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:15 smithi137 ceph-mon[117020]: pgmap v7802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:16.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:15 smithi066 ceph-mon[112137]: pgmap v7802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:18.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:17 smithi203 ceph-mon[117428]: pgmap v7803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:18.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:17 smithi137 ceph-mon[117020]: pgmap v7803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:18.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:17 smithi066 ceph-mon[112137]: pgmap v7803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:19.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:19.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:19.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:19.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:33:19.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:33:19.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:33:19.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:33:19.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:33:19.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:33:19.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:33:19.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:33:19.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:33:19.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:33:19.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:33:19.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:33:19.829 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:19.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:19.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:19.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:19.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:20.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:20 smithi203 ceph-mon[117428]: pgmap v7804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:20.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:20 smithi137 ceph-mon[117020]: pgmap v7804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:20.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:20 smithi066 ceph-mon[112137]: pgmap v7804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:21 smithi203 ceph-mon[117428]: from='client.219972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:21.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:21 smithi137 ceph-mon[117020]: from='client.219972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:21.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:21 smithi066 ceph-mon[112137]: from='client.219972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:22.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:22 smithi203 ceph-mon[117428]: pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:33:22.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:22 smithi137 ceph-mon[117020]: pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:33:22.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:22 smithi066 ceph-mon[112137]: pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:33:24.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:24 smithi203 ceph-mon[117428]: pgmap v7806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:33:24.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:24 smithi137 ceph-mon[117020]: pgmap v7806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:33:24.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:24 smithi066 ceph-mon[112137]: pgmap v7806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:33:24.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:24.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:24.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:25.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:25.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:25.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:25.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:25.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:26.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:26 smithi203 ceph-mon[117428]: pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:33:26.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:26 smithi203 ceph-mon[117428]: from='client.220047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:26.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:26 smithi137 ceph-mon[117020]: pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:33:26.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:26 smithi137 ceph-mon[117020]: from='client.220047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:26.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:26 smithi066 ceph-mon[112137]: pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:33:26.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:26 smithi066 ceph-mon[112137]: from='client.220047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:28.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:28 smithi203 ceph-mon[117428]: pgmap v7808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:28.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:28 smithi137 ceph-mon[117020]: pgmap v7808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:28.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:28 smithi066 ceph-mon[112137]: pgmap v7808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:30.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:30 smithi203 ceph-mon[117428]: pgmap v7809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:30.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:30 smithi137 ceph-mon[117020]: pgmap v7809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:30.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:30 smithi066 ceph-mon[112137]: pgmap v7809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:30.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:30.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:30.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:31.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:31.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:31.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:31.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:31.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:32.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:32 smithi203 ceph-mon[117428]: pgmap v7810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:32.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:32 smithi203 ceph-mon[117428]: from='client.220119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:32.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:32 smithi137 ceph-mon[117020]: pgmap v7810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:32.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:32 smithi137 ceph-mon[117020]: from='client.220119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:32.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:32 smithi066 ceph-mon[112137]: pgmap v7810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:32.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:32 smithi066 ceph-mon[112137]: from='client.220119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:34.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:34 smithi203 ceph-mon[117428]: pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:33:34.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:34 smithi137 ceph-mon[117020]: pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:33:34.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:34 smithi066 ceph-mon[112137]: pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:33:36.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:36.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:36.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:36.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:36 smithi203 ceph-mon[117428]: pgmap v7812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:33:36.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:36 smithi137 ceph-mon[117020]: pgmap v7812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:33:36.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:36 smithi066 ceph-mon[112137]: pgmap v7812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:33:37.017 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:37.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:37.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:37.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:37.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:38.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:38 smithi203 ceph-mon[117428]: pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:33:38.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:38 smithi203 ceph-mon[117428]: from='client.220197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:38.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:38 smithi137 ceph-mon[117020]: pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:33:38.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:38 smithi137 ceph-mon[117020]: from='client.220197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:38.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:38 smithi066 ceph-mon[112137]: pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:33:38.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:38 smithi066 ceph-mon[112137]: from='client.220197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:40.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:40 smithi203 ceph-mon[117428]: pgmap v7814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:40.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:40 smithi137 ceph-mon[117020]: pgmap v7814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:40.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:40 smithi066 ceph-mon[112137]: pgmap v7814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:42.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:42.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:42.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:42.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:42 smithi203 ceph-mon[117428]: pgmap v7815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:42.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:42 smithi137 ceph-mon[117020]: pgmap v7815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:42.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:42 smithi066 ceph-mon[112137]: pgmap v7815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:42.745 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:42.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:42.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:42.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:42.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:44.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:44 smithi203 ceph-mon[117428]: pgmap v7816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:44.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:44 smithi203 ceph-mon[117428]: from='client.220275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:44.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:44 smithi137 ceph-mon[117020]: pgmap v7816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:44.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:44 smithi137 ceph-mon[117020]: from='client.220275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:44.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:44 smithi066 ceph-mon[112137]: pgmap v7816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:44.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:44 smithi066 ceph-mon[112137]: from='client.220275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:46.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:46 smithi203 ceph-mon[117428]: pgmap v7817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:46.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:46 smithi137 ceph-mon[117020]: pgmap v7817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:46.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:46 smithi066 ceph-mon[112137]: pgmap v7817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:47.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:47.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:47.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:48.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:48 smithi203 ceph-mon[117428]: pgmap v7818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:48.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:48 smithi137 ceph-mon[117020]: pgmap v7818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:48.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:48 smithi066 ceph-mon[112137]: pgmap v7818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:48.474 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:48.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:48.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:48.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:48.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:49.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:49 smithi203 ceph-mon[117428]: from='client.220353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:49.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:49 smithi137 ceph-mon[117020]: from='client.220353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:49.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:49 smithi066 ceph-mon[112137]: from='client.220353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:50.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:50 smithi203 ceph-mon[117428]: pgmap v7819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:50.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:50 smithi137 ceph-mon[117020]: pgmap v7819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:50.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:50 smithi066 ceph-mon[112137]: pgmap v7819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:52.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:52 smithi203 ceph-mon[117428]: pgmap v7820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:52.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:52 smithi137 ceph-mon[117020]: pgmap v7820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:52.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:52 smithi066 ceph-mon[112137]: pgmap v7820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:53.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:53.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:53.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:54.196 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:33:54.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:54.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:54.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:54.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:54.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:54 smithi203 ceph-mon[117428]: pgmap v7821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:54.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:54 smithi137 ceph-mon[117020]: pgmap v7821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:54.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:54 smithi066 ceph-mon[112137]: pgmap v7821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:55.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:55 smithi137 ceph-mon[117020]: from='client.220425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:55.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:55 smithi066 ceph-mon[112137]: from='client.220425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:55.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:55 smithi203 ceph-mon[117428]: from='client.220425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:56.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:56 smithi137 ceph-mon[117020]: pgmap v7822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:56.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:56 smithi066 ceph-mon[112137]: pgmap v7822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:56.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:56 smithi203 ceph-mon[117428]: pgmap v7822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:58.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:33:58 smithi137 ceph-mon[117020]: pgmap v7823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:58.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:33:58 smithi066 ceph-mon[112137]: pgmap v7823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:58.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:33:58 smithi203 ceph-mon[117428]: pgmap v7823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:59.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:33:59.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:59.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:59.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:59.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:59.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:59.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:33:59.913 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:00.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:00 smithi137 ceph-mon[117020]: pgmap v7824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:00.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:00 smithi066 ceph-mon[112137]: pgmap v7824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:00.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:00 smithi203 ceph-mon[117428]: pgmap v7824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:01.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:01 smithi137 ceph-mon[117020]: from='client.220503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:01.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:01 smithi066 ceph-mon[112137]: from='client.220503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:01.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:01 smithi203 ceph-mon[117428]: from='client.220503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:02.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:02 smithi137 ceph-mon[117020]: pgmap v7825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:02.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:02 smithi066 ceph-mon[112137]: pgmap v7825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:02.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:02 smithi203 ceph-mon[117428]: pgmap v7825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:04.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:04 smithi137 ceph-mon[117020]: pgmap v7826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:04.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:04 smithi066 ceph-mon[112137]: pgmap v7826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:04.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:04 smithi203 ceph-mon[117428]: pgmap v7826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:04.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:04.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:04.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:05.634 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:05.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:05.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:05.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:05.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:06.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:06 smithi137 ceph-mon[117020]: pgmap v7827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:06.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:06 smithi066 ceph-mon[112137]: pgmap v7827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:06.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:06 smithi203 ceph-mon[117428]: pgmap v7827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:07.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:07 smithi137 ceph-mon[117020]: from='client.220581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:07.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:07 smithi066 ceph-mon[112137]: from='client.220581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:07.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:07 smithi203 ceph-mon[117428]: from='client.220581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:08.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:08 smithi137 ceph-mon[117020]: pgmap v7828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:08.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:08 smithi066 ceph-mon[112137]: pgmap v7828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:08.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:08 smithi203 ceph-mon[117428]: pgmap v7828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:10.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:10 smithi137 ceph-mon[117020]: pgmap v7829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:10.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:10 smithi066 ceph-mon[112137]: pgmap v7829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:10.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:10 smithi203 ceph-mon[117428]: pgmap v7829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:10.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:10.636 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:10.636 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:11.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:11.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:11.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:11.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:11.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:12.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:12 smithi137 ceph-mon[117020]: pgmap v7830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:12.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:12 smithi137 ceph-mon[117020]: from='client.220653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:12.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:12 smithi066 ceph-mon[112137]: pgmap v7830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:12.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:12 smithi066 ceph-mon[112137]: from='client.220653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:12.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:12 smithi203 ceph-mon[117428]: pgmap v7830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:12.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:12 smithi203 ceph-mon[117428]: from='client.220653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:14.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:14 smithi137 ceph-mon[117020]: pgmap v7831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:14.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:14 smithi066 ceph-mon[112137]: pgmap v7831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:14.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:14 smithi203 ceph-mon[117428]: pgmap v7831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:16.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:16 smithi137 ceph-mon[117020]: pgmap v7832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:16.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:16.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:16.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:16.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:16 smithi066 ceph-mon[112137]: pgmap v7832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:16.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:16 smithi203 ceph-mon[117428]: pgmap v7832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:17.089 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:17.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:17.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:17.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:17.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:18.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:18 smithi137 ceph-mon[117020]: pgmap v7833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:18.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:18 smithi137 ceph-mon[117020]: from='client.220728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:18.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:18 smithi066 ceph-mon[112137]: pgmap v7833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:18.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:18 smithi066 ceph-mon[112137]: from='client.220728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:18.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:18 smithi203 ceph-mon[117428]: pgmap v7833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:18.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:18 smithi203 ceph-mon[117428]: from='client.220728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:19.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:19 smithi066 ceph-mon[112137]: pgmap v7834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:19.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:34:19.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:34:19.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:34:19.971 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:34:20.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:19 smithi203 ceph-mon[117428]: pgmap v7834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:20.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:34:20.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:34:20.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:34:20.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:34:20.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:19 smithi137 ceph-mon[117020]: pgmap v7834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:20.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:34:20.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:34:20.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:34:20.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:34:21.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:21 smithi066 ceph-mon[112137]: pgmap v7835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:22.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:21 smithi203 ceph-mon[117428]: pgmap v7835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:22.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:22.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:22.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:22.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:21 smithi137 ceph-mon[117020]: pgmap v7835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:22.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:22.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:22.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:22.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:22.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:23.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:23 smithi066 ceph-mon[112137]: pgmap v7836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:23.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:23 smithi066 ceph-mon[112137]: from='client.220803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:24.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:23 smithi203 ceph-mon[117428]: pgmap v7836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:24.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:23 smithi203 ceph-mon[117428]: from='client.220803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:24.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:23 smithi137 ceph-mon[117020]: pgmap v7836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:24.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:23 smithi137 ceph-mon[117020]: from='client.220803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:25.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:25 smithi066 ceph-mon[112137]: pgmap v7837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:26.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:25 smithi203 ceph-mon[117428]: pgmap v7837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:26.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:25 smithi137 ceph-mon[117020]: pgmap v7837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:27.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:27.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:27.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:27.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:27 smithi066 ceph-mon[112137]: pgmap v7838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:28.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:27 smithi203 ceph-mon[117428]: pgmap v7838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:28.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:27 smithi137 ceph-mon[117020]: pgmap v7838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:28.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:28.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:28.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:28.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:28.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:28.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:28 smithi066 ceph-mon[112137]: from='client.220881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:29.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:28 smithi203 ceph-mon[117428]: from='client.220881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:29.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:28 smithi137 ceph-mon[117020]: from='client.220881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:29.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:29 smithi066 ceph-mon[112137]: pgmap v7839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:30.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:29 smithi203 ceph-mon[117428]: pgmap v7839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:30.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:29 smithi137 ceph-mon[117020]: pgmap v7839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:31.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:31 smithi066 ceph-mon[112137]: pgmap v7840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:32.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:31 smithi203 ceph-mon[117428]: pgmap v7840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:32.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:31 smithi137 ceph-mon[117020]: pgmap v7840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:33.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:33.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:33.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:33.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:33 smithi066 ceph-mon[112137]: pgmap v7841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:34.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:33 smithi203 ceph-mon[117428]: pgmap v7841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:34.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:33 smithi137 ceph-mon[117020]: pgmap v7841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:34.263 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:34.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:34 smithi066 ceph-mon[112137]: from='client.220959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:35.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:34 smithi203 ceph-mon[117428]: from='client.220959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:35.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:34 smithi137 ceph-mon[117020]: from='client.220959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:35.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:35 smithi066 ceph-mon[112137]: pgmap v7842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:36.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:35 smithi203 ceph-mon[117428]: pgmap v7842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:36.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:35 smithi137 ceph-mon[117020]: pgmap v7842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:37.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:37 smithi066 ceph-mon[112137]: pgmap v7843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:38.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:37 smithi203 ceph-mon[117428]: pgmap v7843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:38.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:37 smithi137 ceph-mon[117020]: pgmap v7843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:39.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:39.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:39.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:39.970 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:39 smithi066 ceph-mon[112137]: pgmap v7844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:39.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:39.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:39.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:39.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:39.986 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:40.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:39 smithi203 ceph-mon[117428]: pgmap v7844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:40.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:39 smithi137 ceph-mon[117020]: pgmap v7844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:41.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:40 smithi203 ceph-mon[117428]: from='client.221037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:41.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:40 smithi137 ceph-mon[117020]: from='client.221037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:41.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:40 smithi066 ceph-mon[112137]: from='client.221037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:42.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:41 smithi203 ceph-mon[117428]: pgmap v7845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:42.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:41 smithi137 ceph-mon[117020]: pgmap v7845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:42.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:41 smithi066 ceph-mon[112137]: pgmap v7845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:44.056 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:43 smithi203 ceph-mon[117428]: pgmap v7846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:44.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:43 smithi137 ceph-mon[117020]: pgmap v7846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:44.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:43 smithi066 ceph-mon[112137]: pgmap v7846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:44.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:44.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:44.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:45.710 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:45.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:45.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:45.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:45.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:46.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:45 smithi203 ceph-mon[117428]: pgmap v7847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:46.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:45 smithi137 ceph-mon[117020]: pgmap v7847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:46.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:45 smithi066 ceph-mon[112137]: pgmap v7847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:47.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:46 smithi203 ceph-mon[117428]: from='client.221115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:47.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:46 smithi137 ceph-mon[117020]: from='client.221115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:47.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:46 smithi066 ceph-mon[112137]: from='client.221115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:48.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:47 smithi203 ceph-mon[117428]: pgmap v7848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:48.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:47 smithi137 ceph-mon[117020]: pgmap v7848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:48.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:47 smithi066 ceph-mon[112137]: pgmap v7848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:50.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:49 smithi203 ceph-mon[117428]: pgmap v7849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:50.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:49 smithi137 ceph-mon[117020]: pgmap v7849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:50.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:49 smithi066 ceph-mon[112137]: pgmap v7849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:50.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:50.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:50.713 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:51.443 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:51.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:51.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:51.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:51.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:52.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:51 smithi203 ceph-mon[117428]: pgmap v7850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:52.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:51 smithi203 ceph-mon[117428]: from='client.221190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:52.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:51 smithi137 ceph-mon[117020]: pgmap v7850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:52.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:51 smithi137 ceph-mon[117020]: from='client.221190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:52.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:51 smithi066 ceph-mon[112137]: pgmap v7850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:52.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:51 smithi066 ceph-mon[112137]: from='client.221190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:54.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:53 smithi203 ceph-mon[117428]: pgmap v7851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:54.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:53 smithi137 ceph-mon[117020]: pgmap v7851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:54.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:53 smithi066 ceph-mon[112137]: pgmap v7851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:56.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:55 smithi203 ceph-mon[117428]: pgmap v7852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:56.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:55 smithi137 ceph-mon[117020]: pgmap v7852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:56.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:55 smithi066 ceph-mon[112137]: pgmap v7852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:56.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:34:56.445 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:56.445 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:57.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:34:57.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:57.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:57.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:57.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:34:58.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:57 smithi203 ceph-mon[117428]: pgmap v7853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:58.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:57 smithi203 ceph-mon[117428]: from='client.221268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:58.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:57 smithi137 ceph-mon[117020]: pgmap v7853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:58.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:57 smithi137 ceph-mon[117020]: from='client.221268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:58.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:57 smithi066 ceph-mon[112137]: pgmap v7853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:58.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:57 smithi066 ceph-mon[112137]: from='client.221268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:00.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:34:59 smithi203 ceph-mon[117428]: pgmap v7854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:00.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:34:59 smithi137 ceph-mon[117020]: pgmap v7854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:00.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:34:59 smithi066 ceph-mon[112137]: pgmap v7854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:02.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:01 smithi203 ceph-mon[117428]: pgmap v7855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:02.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:01 smithi137 ceph-mon[117020]: pgmap v7855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:02.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:02.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:02.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:02.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:01 smithi066 ceph-mon[112137]: pgmap v7855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:02.908 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:02.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:02.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:02.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:02.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:04.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:03 smithi203 ceph-mon[117428]: pgmap v7856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:04.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:03 smithi203 ceph-mon[117428]: from='client.221340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:04.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:03 smithi137 ceph-mon[117020]: pgmap v7856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:04.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:03 smithi137 ceph-mon[117020]: from='client.221340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:04.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:03 smithi066 ceph-mon[112137]: pgmap v7856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:04.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:03 smithi066 ceph-mon[112137]: from='client.221340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:06.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:05 smithi203 ceph-mon[117428]: pgmap v7857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:06.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:05 smithi137 ceph-mon[117020]: pgmap v7857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:06.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:05 smithi066 ceph-mon[112137]: pgmap v7857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:07.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:07.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:07.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:08.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:07 smithi203 ceph-mon[117428]: pgmap v7858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:08.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:07 smithi137 ceph-mon[117020]: pgmap v7858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:08.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:07 smithi066 ceph-mon[112137]: pgmap v7858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:08.650 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:08.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:08.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:08.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:08.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:10.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:09 smithi203 ceph-mon[117428]: from='client.221418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:10.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:09 smithi203 ceph-mon[117428]: pgmap v7859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:10.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:09 smithi137 ceph-mon[117020]: from='client.221418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:10.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:09 smithi137 ceph-mon[117020]: pgmap v7859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:10.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:09 smithi066 ceph-mon[112137]: from='client.221418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:10.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:09 smithi066 ceph-mon[112137]: pgmap v7859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:12.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:11 smithi203 ceph-mon[117428]: pgmap v7860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:12.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:11 smithi137 ceph-mon[117020]: pgmap v7860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:12.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:11 smithi066 ceph-mon[112137]: pgmap v7860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:13.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:13.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:13.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:14.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:13 smithi203 ceph-mon[117428]: pgmap v7861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:14.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:13 smithi137 ceph-mon[117020]: pgmap v7861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:14.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:13 smithi066 ceph-mon[112137]: pgmap v7861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:14.374 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:14.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:14.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:14.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:14.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:15.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:14 smithi203 ceph-mon[117428]: from='client.221496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:15.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:14 smithi137 ceph-mon[117020]: from='client.221496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:15.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:14 smithi066 ceph-mon[112137]: from='client.221496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:16.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:15 smithi203 ceph-mon[117428]: pgmap v7862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:16.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:15 smithi137 ceph-mon[117020]: pgmap v7862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:16.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:15 smithi066 ceph-mon[112137]: pgmap v7862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:18.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:17 smithi203 ceph-mon[117428]: pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:18.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:17 smithi137 ceph-mon[117020]: pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:18.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:17 smithi066 ceph-mon[112137]: pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:19.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:19.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:19.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:20.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:19 smithi203 ceph-mon[117428]: pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:20.055 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:35:20.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:19 smithi137 ceph-mon[117020]: pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:20.105 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:35:20.143 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:20.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:20.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:20.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:20.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:20.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:19 smithi066 ceph-mon[112137]: pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:20.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:35:21.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='client.221568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:21.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:35:21.106 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:35:21.107 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='client.221568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:21.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:35:21.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:35:21.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='client.221568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:35:21.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:35:21.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:35:22.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:21 smithi066 ceph-mon[112137]: pgmap v7865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:22.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:21 smithi203 ceph-mon[117428]: pgmap v7865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:22.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:21 smithi137 ceph-mon[117020]: pgmap v7865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:24.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:23 smithi066 ceph-mon[112137]: pgmap v7866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:24.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:23 smithi203 ceph-mon[117428]: pgmap v7866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:24.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:23 smithi137 ceph-mon[117020]: pgmap v7866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:25.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:25.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:25.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:25.871 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:25.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:25.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:25.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:25.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:26.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:25 smithi066 ceph-mon[112137]: pgmap v7867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:26.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:25 smithi203 ceph-mon[117428]: pgmap v7867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:26.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:25 smithi137 ceph-mon[117020]: pgmap v7867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:27.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:26 smithi066 ceph-mon[112137]: from='client.221640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:27.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:26 smithi203 ceph-mon[117428]: from='client.221640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:27.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:26 smithi137 ceph-mon[117020]: from='client.221640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:28.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:27 smithi066 ceph-mon[112137]: pgmap v7868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:28.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:27 smithi203 ceph-mon[117428]: pgmap v7868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:28.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:27 smithi137 ceph-mon[117020]: pgmap v7868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:30.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:29 smithi066 ceph-mon[112137]: pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:30.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:29 smithi203 ceph-mon[117428]: pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:30.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:29 smithi137 ceph-mon[117020]: pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:30.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:30.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:30.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:31.602 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:31.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:31.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:31.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:31.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:32.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:31 smithi066 ceph-mon[112137]: pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:32.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:31 smithi066 ceph-mon[112137]: from='client.221718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:32.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:31 smithi203 ceph-mon[117428]: pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:32.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:31 smithi203 ceph-mon[117428]: from='client.221718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:32.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:31 smithi137 ceph-mon[117020]: pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:32.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:31 smithi137 ceph-mon[117020]: from='client.221718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:34.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:33 smithi066 ceph-mon[112137]: pgmap v7871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:34.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:33 smithi203 ceph-mon[117428]: pgmap v7871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:34.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:33 smithi137 ceph-mon[117020]: pgmap v7871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:36.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:35 smithi066 ceph-mon[112137]: pgmap v7872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:36.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:35 smithi203 ceph-mon[117428]: pgmap v7872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:36.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:35 smithi137 ceph-mon[117020]: pgmap v7872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:36.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:36.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:36.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:37.339 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:37.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:37.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:37.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:37.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:38.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:37 smithi066 ceph-mon[112137]: pgmap v7873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:38.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:37 smithi066 ceph-mon[112137]: from='client.221793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:38.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:37 smithi203 ceph-mon[117428]: pgmap v7873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:38.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:37 smithi203 ceph-mon[117428]: from='client.221793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:38.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:37 smithi137 ceph-mon[117020]: pgmap v7873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:38.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:37 smithi137 ceph-mon[117020]: from='client.221793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:40.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:39 smithi066 ceph-mon[112137]: pgmap v7874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:40.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:39 smithi203 ceph-mon[117428]: pgmap v7874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:40.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:39 smithi137 ceph-mon[117020]: pgmap v7874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:42.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:41 smithi066 ceph-mon[112137]: pgmap v7875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:42.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:41 smithi203 ceph-mon[117428]: pgmap v7875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:42.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:42.341 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:42.341 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:42.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:41 smithi137 ceph-mon[117020]: pgmap v7875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:43.063 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:43.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:43.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:43.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:43.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:44.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:43 smithi066 ceph-mon[112137]: pgmap v7876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:44.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:43 smithi066 ceph-mon[112137]: from='client.221871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:44.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:43 smithi203 ceph-mon[117428]: pgmap v7876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:44.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:43 smithi203 ceph-mon[117428]: from='client.221871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:44.357 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:43 smithi137 ceph-mon[117020]: pgmap v7876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:44.358 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:43 smithi137 ceph-mon[117020]: from='client.221871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:46.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:45 smithi066 ceph-mon[112137]: pgmap v7877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:46.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:45 smithi203 ceph-mon[117428]: pgmap v7877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:46.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:45 smithi137 ceph-mon[117020]: pgmap v7877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:48.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:48.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:48.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:48.219 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:47 smithi066 ceph-mon[112137]: pgmap v7878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:48.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:47 smithi203 ceph-mon[117428]: pgmap v7878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:48.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:47 smithi137 ceph-mon[117020]: pgmap v7878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:48.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:48.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:48.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:48.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:48.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:50.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:49 smithi066 ceph-mon[112137]: pgmap v7879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:50.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:49 smithi066 ceph-mon[112137]: from='client.221943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:50.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:49 smithi203 ceph-mon[117428]: pgmap v7879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:50.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:49 smithi203 ceph-mon[117428]: from='client.221943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:50.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:49 smithi137 ceph-mon[117020]: pgmap v7879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:50.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:49 smithi137 ceph-mon[117020]: from='client.221943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:52.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:51 smithi066 ceph-mon[112137]: pgmap v7880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:52.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:51 smithi203 ceph-mon[117428]: pgmap v7880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:52.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:51 smithi137 ceph-mon[117020]: pgmap v7880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:53.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:53.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:53.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:54.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:53 smithi066 ceph-mon[112137]: pgmap v7881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:54.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:53 smithi203 ceph-mon[117428]: pgmap v7881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:54.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:53 smithi137 ceph-mon[117020]: pgmap v7881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:54.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:35:54.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:54.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:54.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:54.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:35:55.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:54 smithi066 ceph-mon[112137]: from='client.222018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:55.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:54 smithi203 ceph-mon[117428]: from='client.222018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:55.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:54 smithi137 ceph-mon[117020]: from='client.222018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:56.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:55 smithi066 ceph-mon[112137]: pgmap v7882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:56.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:55 smithi203 ceph-mon[117428]: pgmap v7882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:56.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:55 smithi137 ceph-mon[117020]: pgmap v7882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:58.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:57 smithi066 ceph-mon[112137]: pgmap v7883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:58.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:57 smithi203 ceph-mon[117428]: pgmap v7883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:58.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:57 smithi137 ceph-mon[117020]: pgmap v7883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:59.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:35:59.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:59.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:00.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:35:59 smithi066 ceph-mon[112137]: pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:00.251 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:00.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:00.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:00.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:00.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:00.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:35:59 smithi203 ceph-mon[117428]: pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:00.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:35:59 smithi137 ceph-mon[117020]: pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:01.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:00 smithi203 ceph-mon[117428]: from='client.222090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:01.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:00 smithi137 ceph-mon[117020]: from='client.222090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:01.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:00 smithi066 ceph-mon[112137]: from='client.222090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:02.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:01 smithi203 ceph-mon[117428]: pgmap v7885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:02.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:01 smithi137 ceph-mon[117020]: pgmap v7885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:02.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:01 smithi066 ceph-mon[112137]: pgmap v7885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:04.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:03 smithi203 ceph-mon[117428]: pgmap v7886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:04.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:03 smithi137 ceph-mon[117020]: pgmap v7886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:04.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:03 smithi066 ceph-mon[112137]: pgmap v7886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:05.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:05.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:05.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:05.974 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:05.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:05.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:05.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:05.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:06.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:05 smithi203 ceph-mon[117428]: pgmap v7887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:06.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:05 smithi137 ceph-mon[117020]: pgmap v7887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:06.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:05 smithi066 ceph-mon[112137]: pgmap v7887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:07.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:07 smithi203 ceph-mon[117428]: from='client.222165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:07.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:07 smithi137 ceph-mon[117020]: from='client.222165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:07.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:07 smithi066 ceph-mon[112137]: from='client.222165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:08.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:08 smithi203 ceph-mon[117428]: pgmap v7888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:08.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:08 smithi137 ceph-mon[117020]: pgmap v7888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:08.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:08 smithi066 ceph-mon[112137]: pgmap v7888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:10.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:10 smithi203 ceph-mon[117428]: pgmap v7889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:10.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:10 smithi137 ceph-mon[117020]: pgmap v7889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:10.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:10 smithi066 ceph-mon[112137]: pgmap v7889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:10.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:10.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:10.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:11.695 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:11.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:11.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:11.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:11.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:12.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:12 smithi203 ceph-mon[117428]: pgmap v7890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:12.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:12 smithi137 ceph-mon[117020]: pgmap v7890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:12.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:12 smithi066 ceph-mon[112137]: pgmap v7890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:13.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:13 smithi203 ceph-mon[117428]: from='client.222240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:13.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:13 smithi137 ceph-mon[117020]: from='client.222240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:13.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:13 smithi066 ceph-mon[112137]: from='client.222240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:14.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:14 smithi203 ceph-mon[117428]: pgmap v7891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:14.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:14 smithi137 ceph-mon[117020]: pgmap v7891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:14.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:14 smithi066 ceph-mon[112137]: pgmap v7891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:16.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:16 smithi203 ceph-mon[117428]: pgmap v7892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:16.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:16 smithi137 ceph-mon[117020]: pgmap v7892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:16.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:16 smithi066 ceph-mon[112137]: pgmap v7892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:16.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:16.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:16.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:17.420 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:17.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:17.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:17.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:17.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:18.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:18 smithi203 ceph-mon[117428]: pgmap v7893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:18.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:18 smithi203 ceph-mon[117428]: from='client.222315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:18.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:18 smithi137 ceph-mon[117020]: pgmap v7893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:18.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:18 smithi137 ceph-mon[117020]: from='client.222315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:18.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:18 smithi066 ceph-mon[112137]: pgmap v7893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:18.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:18 smithi066 ceph-mon[112137]: from='client.222315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:20.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:20 smithi203 ceph-mon[117428]: pgmap v7894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:20.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:20 smithi137 ceph-mon[117020]: pgmap v7894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:20.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:20 smithi066 ceph-mon[112137]: pgmap v7894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:21.304 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:36:21.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:36:21.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:36:22.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:22 smithi203 ceph-mon[117428]: pgmap v7895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:22.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:36:22.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:36:22.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:36:22.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:22 smithi137 ceph-mon[117020]: pgmap v7895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:22.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:36:22.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:36:22.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:36:22.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:22.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:22.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:22.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:22 smithi066 ceph-mon[112137]: pgmap v7895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:22.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:36:22.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:36:22.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:36:23.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:23.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:23.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:23.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:23.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:24.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:24 smithi203 ceph-mon[117428]: pgmap v7896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:24.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:24 smithi203 ceph-mon[117428]: from='client.222390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:24.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:24 smithi137 ceph-mon[117020]: pgmap v7896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:24.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:24 smithi137 ceph-mon[117020]: from='client.222390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:24.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:24 smithi066 ceph-mon[112137]: pgmap v7896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:24.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:24 smithi066 ceph-mon[112137]: from='client.222390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:26.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:26 smithi203 ceph-mon[117428]: pgmap v7897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:26.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:26 smithi137 ceph-mon[117020]: pgmap v7897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:26.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:26 smithi066 ceph-mon[112137]: pgmap v7897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:28.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:28.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:28.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:28.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:28 smithi203 ceph-mon[117428]: pgmap v7898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:28.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:28 smithi137 ceph-mon[117020]: pgmap v7898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:28.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:28 smithi066 ceph-mon[112137]: pgmap v7898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:28.879 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:28.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:28.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:28.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:28.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:30.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:30 smithi203 ceph-mon[117428]: pgmap v7899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:30.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:30 smithi203 ceph-mon[117428]: from='client.222462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:30.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:30 smithi137 ceph-mon[117020]: pgmap v7899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:30.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:30 smithi137 ceph-mon[117020]: from='client.222462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:30.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:30 smithi066 ceph-mon[112137]: pgmap v7899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:30.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:30 smithi066 ceph-mon[112137]: from='client.222462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:32.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:32 smithi203 ceph-mon[117428]: pgmap v7900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:32.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:32 smithi137 ceph-mon[117020]: pgmap v7900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:32.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:32 smithi066 ceph-mon[112137]: pgmap v7900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:33.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:33.882 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:33.882 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:34.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:34 smithi203 ceph-mon[117428]: pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:34.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:34 smithi137 ceph-mon[117020]: pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:34.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:34 smithi066 ceph-mon[112137]: pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:34.614 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:34.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:34.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:34.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:34.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:35.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:35 smithi203 ceph-mon[117428]: from='client.222537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:35.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:35 smithi137 ceph-mon[117020]: from='client.222537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:35.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:35 smithi066 ceph-mon[112137]: from='client.222537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:36.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:36 smithi203 ceph-mon[117428]: pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:36.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:36 smithi137 ceph-mon[117020]: pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:36.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:36 smithi066 ceph-mon[112137]: pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:38.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:38 smithi203 ceph-mon[117428]: pgmap v7903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:38.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:38 smithi137 ceph-mon[117020]: pgmap v7903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:38.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:38 smithi066 ceph-mon[112137]: pgmap v7903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:39.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:39.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:39.617 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:40.304 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:40 smithi203 ceph-mon[117428]: pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:40.336 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:40.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:40.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:40.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:40.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:40.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:40 smithi137 ceph-mon[117020]: pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:40.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:40 smithi066 ceph-mon[112137]: pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:41.305 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:41 smithi203 ceph-mon[117428]: from='client.222612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:41.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:41 smithi137 ceph-mon[117020]: from='client.222612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:41.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:41 smithi066 ceph-mon[112137]: from='client.222612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:42.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:42 smithi137 ceph-mon[117020]: pgmap v7905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:42.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:42 smithi066 ceph-mon[112137]: pgmap v7905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:42.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:42 smithi203 ceph-mon[117428]: pgmap v7905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:44.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:44 smithi137 ceph-mon[117020]: pgmap v7906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:44.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:44 smithi066 ceph-mon[112137]: pgmap v7906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:44.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:44 smithi203 ceph-mon[117428]: pgmap v7906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:45.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:45.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:45.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:46.075 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:46.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:46.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:46.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:46.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:46.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:46 smithi137 ceph-mon[117020]: pgmap v7907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:46.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:46 smithi066 ceph-mon[112137]: pgmap v7907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:46.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:46 smithi203 ceph-mon[117428]: pgmap v7907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:47.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:47 smithi137 ceph-mon[117020]: from='client.222684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:47.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:47 smithi066 ceph-mon[112137]: from='client.222684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:47.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:47 smithi203 ceph-mon[117428]: from='client.222684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:48.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:48 smithi137 ceph-mon[117020]: pgmap v7908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:48.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:48 smithi066 ceph-mon[112137]: pgmap v7908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:48.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:48 smithi203 ceph-mon[117428]: pgmap v7908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:50.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:50 smithi137 ceph-mon[117020]: pgmap v7909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:50.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:50 smithi066 ceph-mon[112137]: pgmap v7909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:50.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:50 smithi203 ceph-mon[117428]: pgmap v7909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:51.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:51.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:51.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:51.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:51.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:51.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:51.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:51.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:52.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:52 smithi137 ceph-mon[117020]: pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:52.469 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:52 smithi066 ceph-mon[112137]: pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:52.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:52 smithi203 ceph-mon[117428]: pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:53.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:53 smithi137 ceph-mon[117020]: from='client.222759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:53.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:53 smithi066 ceph-mon[112137]: from='client.222759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:53.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:53 smithi203 ceph-mon[117428]: from='client.222759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:54.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:54 smithi137 ceph-mon[117020]: pgmap v7911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:54.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:54 smithi066 ceph-mon[112137]: pgmap v7911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:54.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:54 smithi203 ceph-mon[117428]: pgmap v7911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:56.355 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:56 smithi137 ceph-mon[117020]: pgmap v7912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:56.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:56 smithi066 ceph-mon[112137]: pgmap v7912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:56.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:56 smithi203 ceph-mon[117428]: pgmap v7912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:56.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:36:56.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:56.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:57.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:36:57.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:57.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:57.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:57.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:36:58.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:58 smithi137 ceph-mon[117020]: pgmap v7913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:58.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:36:58 smithi137 ceph-mon[117020]: from='client.222834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:58.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:58 smithi066 ceph-mon[112137]: pgmap v7913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:58.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:36:58 smithi066 ceph-mon[112137]: from='client.222834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:58.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:58 smithi203 ceph-mon[117428]: pgmap v7913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:58.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:36:58 smithi203 ceph-mon[117428]: from='client.222834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:00.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:00 smithi137 ceph-mon[117020]: pgmap v7914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:00.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:00 smithi066 ceph-mon[112137]: pgmap v7914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:00.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:00 smithi203 ceph-mon[117428]: pgmap v7914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:02.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:02 smithi137 ceph-mon[117020]: pgmap v7915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:02.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:02 smithi066 ceph-mon[112137]: pgmap v7915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:02.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:02.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:02.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:02.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:02 smithi203 ceph-mon[117428]: pgmap v7915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:03.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:03.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:03.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:03.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:03.272 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:04.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:04 smithi137 ceph-mon[117020]: pgmap v7916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:04.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:04 smithi137 ceph-mon[117020]: from='client.222909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:04.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:04 smithi066 ceph-mon[112137]: pgmap v7916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:04.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:04 smithi066 ceph-mon[112137]: from='client.222909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:04.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:04 smithi203 ceph-mon[117428]: pgmap v7916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:04.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:04 smithi203 ceph-mon[117428]: from='client.222909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:06.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:06 smithi137 ceph-mon[117020]: pgmap v7917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:06.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:06 smithi066 ceph-mon[112137]: pgmap v7917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:06.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:06 smithi203 ceph-mon[117428]: pgmap v7917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:08.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:08.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:08.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:08.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:08 smithi137 ceph-mon[117020]: pgmap v7918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:08.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:08 smithi066 ceph-mon[112137]: pgmap v7918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:08.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:08 smithi203 ceph-mon[117428]: pgmap v7918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:09.002 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:09.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:09.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:09.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:09.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:10.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:10 smithi137 ceph-mon[117020]: pgmap v7919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:10.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:10 smithi137 ceph-mon[117020]: from='client.222984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:10.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:10 smithi066 ceph-mon[112137]: pgmap v7919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:10.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:10 smithi066 ceph-mon[112137]: from='client.222984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:10.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:10 smithi203 ceph-mon[117428]: pgmap v7919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:10.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:10 smithi203 ceph-mon[117428]: from='client.222984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:12.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:12 smithi066 ceph-mon[112137]: pgmap v7920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:12.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:12 smithi203 ceph-mon[117428]: pgmap v7920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:12.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:12 smithi137 ceph-mon[117020]: pgmap v7920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:14.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:14.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:14.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:14.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:14 smithi066 ceph-mon[112137]: pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:14.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:14 smithi203 ceph-mon[117428]: pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:14.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:14 smithi137 ceph-mon[117020]: pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:14.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:14.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:14.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:14.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:14.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:16.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:16 smithi066 ceph-mon[112137]: from='client.223062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:16.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:16 smithi066 ceph-mon[112137]: pgmap v7922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:16.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:16 smithi203 ceph-mon[117428]: from='client.223062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:16.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:16 smithi203 ceph-mon[117428]: pgmap v7922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:16.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:16 smithi137 ceph-mon[117020]: from='client.223062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:16.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:16 smithi137 ceph-mon[117020]: pgmap v7922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:18.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:18 smithi066 ceph-mon[112137]: pgmap v7923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:37:18.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:18 smithi203 ceph-mon[117428]: pgmap v7923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:37:18.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:18 smithi137 ceph-mon[117020]: pgmap v7923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:37:19.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:19.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:19.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:20.468 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:20.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:20.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:20.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:20.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:20.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:20 smithi066 ceph-mon[112137]: pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:37:20.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:20 smithi203 ceph-mon[117428]: pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:37:20.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:20 smithi137 ceph-mon[117020]: pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:37:21.470 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:21 smithi066 ceph-mon[112137]: from='client.223140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:21.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:21 smithi203 ceph-mon[117428]: from='client.223140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:21.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:21 smithi137 ceph-mon[117020]: from='client.223140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:22.220 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:22 smithi066 ceph-mon[112137]: pgmap v7925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:22.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:37:22.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:22.221 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:22.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:22 smithi203 ceph-mon[117428]: pgmap v7925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:22.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:37:22.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:22.306 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:22.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:22 smithi137 ceph-mon[117020]: pgmap v7925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:22.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:37:22.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:22.356 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:37:23.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:37:23.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:37:23.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:37:23.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:37:23.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:37:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:37:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:37:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:37:23.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:37:24.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:24 smithi066 ceph-mon[112137]: pgmap v7926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:24.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:24 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16639M 2023-12-07T21:37:24.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:24 smithi203 ceph-mon[117428]: pgmap v7926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:24.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:24 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16639M 2023-12-07T21:37:24.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:24 smithi137 ceph-mon[117020]: pgmap v7926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:24.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:24 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16639M 2023-12-07T21:37:25.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:25.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:25.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:26.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:26.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:26.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:26.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:26.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:26.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:26 smithi066 ceph-mon[112137]: pgmap v7927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:26.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:26 smithi203 ceph-mon[117428]: pgmap v7927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:26.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:26 smithi137 ceph-mon[117020]: pgmap v7927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:27.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:27 smithi066 ceph-mon[112137]: from='client.223215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:27.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:27 smithi203 ceph-mon[117428]: from='client.223215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:27.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:27 smithi137 ceph-mon[117020]: from='client.223215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:28.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:28 smithi066 ceph-mon[112137]: pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:28.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:28 smithi203 ceph-mon[117428]: pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:28.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:28 smithi137 ceph-mon[117020]: pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:30.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:30 smithi066 ceph-mon[112137]: pgmap v7929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:37:30.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:30 smithi203 ceph-mon[117428]: pgmap v7929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:37:30.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:30 smithi137 ceph-mon[117020]: pgmap v7929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:37:31.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:31.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:31.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:31.909 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:31.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:31.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:31.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:31.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:32.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:32 smithi066 ceph-mon[112137]: pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:37:32.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:32 smithi203 ceph-mon[117428]: pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:37:32.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:32 smithi137 ceph-mon[117020]: pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:37:33.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:33 smithi066 ceph-mon[112137]: from='client.223293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:33.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:33 smithi203 ceph-mon[117428]: from='client.223293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:33.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:33 smithi137 ceph-mon[117020]: from='client.223293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:34.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:34 smithi066 ceph-mon[112137]: pgmap v7931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:34.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:34 smithi203 ceph-mon[117428]: pgmap v7931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:34.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:34 smithi137 ceph-mon[117020]: pgmap v7931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:36.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:36 smithi066 ceph-mon[112137]: pgmap v7932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:36.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:36 smithi203 ceph-mon[117428]: pgmap v7932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:36.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:36 smithi137 ceph-mon[117020]: pgmap v7932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:36.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:36.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:36.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:37.631 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:37.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:37.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:37.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:37.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:38.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:38 smithi066 ceph-mon[112137]: pgmap v7933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:38.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:38 smithi066 ceph-mon[112137]: from='client.223368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:38.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:38 smithi203 ceph-mon[117428]: pgmap v7933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:38.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:38 smithi203 ceph-mon[117428]: from='client.223368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:38.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:38 smithi137 ceph-mon[117020]: pgmap v7933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:38.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:38 smithi137 ceph-mon[117020]: from='client.223368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:40.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:40 smithi066 ceph-mon[112137]: pgmap v7934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:40.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:40 smithi203 ceph-mon[117428]: pgmap v7934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:40.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:40 smithi137 ceph-mon[117020]: pgmap v7934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:42.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:42 smithi066 ceph-mon[112137]: pgmap v7935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:42.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:42 smithi203 ceph-mon[117428]: pgmap v7935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:42.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:42 smithi137 ceph-mon[117020]: pgmap v7935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:42.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:42.633 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:42.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:43.354 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:43.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:43.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:43.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:43.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:44.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:44 smithi066 ceph-mon[112137]: pgmap v7936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:44.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:44 smithi066 ceph-mon[112137]: from='client.223443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:44.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:44 smithi203 ceph-mon[117428]: pgmap v7936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:44.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:44 smithi203 ceph-mon[117428]: from='client.223443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:44.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:44 smithi137 ceph-mon[117020]: pgmap v7936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:44.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:44 smithi137 ceph-mon[117020]: from='client.223443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:46.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:46 smithi066 ceph-mon[112137]: pgmap v7937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:46.556 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:46 smithi203 ceph-mon[117428]: pgmap v7937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:46.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:46 smithi137 ceph-mon[117020]: pgmap v7937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:48.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:48.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:48.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:48.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:48 smithi066 ceph-mon[112137]: pgmap v7938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:48.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:48 smithi203 ceph-mon[117428]: pgmap v7938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:48.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:48 smithi137 ceph-mon[117020]: pgmap v7938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:49.080 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:49.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:49.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:49.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:49.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:50.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:50 smithi066 ceph-mon[112137]: pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:50.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:50 smithi066 ceph-mon[112137]: from='client.223521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:50.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:50 smithi203 ceph-mon[117428]: pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:50.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:50 smithi203 ceph-mon[117428]: from='client.223521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:50.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:50 smithi137 ceph-mon[117020]: pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:50.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:50 smithi137 ceph-mon[117020]: from='client.223521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:52.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:52 smithi066 ceph-mon[112137]: pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:52.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:52 smithi203 ceph-mon[117428]: pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:52.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:52 smithi137 ceph-mon[117020]: pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:54.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:54.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:54.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:54.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:54 smithi066 ceph-mon[112137]: pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:54.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:54 smithi203 ceph-mon[117428]: pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:54.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:54 smithi137 ceph-mon[117020]: pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:54.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:37:54.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:54.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:54.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:54.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:37:56.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:56 smithi066 ceph-mon[112137]: pgmap v7942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:56.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:56 smithi066 ceph-mon[112137]: from='client.223596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:56.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:56 smithi203 ceph-mon[117428]: pgmap v7942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:56.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:56 smithi203 ceph-mon[117428]: from='client.223596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:56.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:56 smithi137 ceph-mon[117020]: pgmap v7942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:56.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:56 smithi137 ceph-mon[117020]: from='client.223596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:58.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:37:58 smithi066 ceph-mon[112137]: pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:37:58.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:37:58 smithi203 ceph-mon[117428]: pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:37:58.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:37:58 smithi137 ceph-mon[117020]: pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:37:59.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:37:59.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:59.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:00.472 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:00 smithi066 ceph-mon[112137]: pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:38:00.549 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:00.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:00.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:00.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:00.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:00.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:00 smithi203 ceph-mon[117428]: pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:38:00.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:00 smithi137 ceph-mon[117020]: pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:38:01.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:01 smithi203 ceph-mon[117428]: from='client.223674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:01.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:01 smithi137 ceph-mon[117020]: from='client.223674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:01.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:01 smithi066 ceph-mon[112137]: from='client.223674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:02.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:02 smithi203 ceph-mon[117428]: pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:02.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:02 smithi137 ceph-mon[117020]: pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:02.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:02 smithi066 ceph-mon[112137]: pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:04.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:04 smithi203 ceph-mon[117428]: pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:04.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:04 smithi137 ceph-mon[117020]: pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:04.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:04 smithi066 ceph-mon[112137]: pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:05.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:05.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:05.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:06.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:06.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:06.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:06.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:06.272 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:06.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:06 smithi203 ceph-mon[117428]: pgmap v7947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:06.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:06 smithi137 ceph-mon[117020]: pgmap v7947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:06.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:06 smithi066 ceph-mon[112137]: pgmap v7947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:07.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:07 smithi203 ceph-mon[117428]: from='client.223752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:07.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:07 smithi137 ceph-mon[117020]: from='client.223752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:07.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:07 smithi066 ceph-mon[112137]: from='client.223752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:08.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:08 smithi203 ceph-mon[117428]: pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:08.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:08 smithi137 ceph-mon[117020]: pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:08.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:08 smithi066 ceph-mon[112137]: pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:10.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:10 smithi203 ceph-mon[117428]: pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:38:10.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:10 smithi137 ceph-mon[117020]: pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:38:10.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:10 smithi066 ceph-mon[112137]: pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:38:11.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:11.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:11.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:11.999 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:11.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:12.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:12.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:12.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:12.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:12 smithi203 ceph-mon[117428]: pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:38:12.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:12 smithi137 ceph-mon[117020]: pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:38:12.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:12 smithi066 ceph-mon[112137]: pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:38:13.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:13 smithi203 ceph-mon[117428]: from='client.223830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:13.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:13 smithi137 ceph-mon[117020]: from='client.223830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:13.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:13 smithi066 ceph-mon[112137]: from='client.223830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:14.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:14 smithi203 ceph-mon[117428]: pgmap v7951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:14.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:14 smithi137 ceph-mon[117020]: pgmap v7951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:14.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:14 smithi066 ceph-mon[112137]: pgmap v7951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:16.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:16 smithi203 ceph-mon[117428]: pgmap v7952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:16.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:16 smithi137 ceph-mon[117020]: pgmap v7952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:16.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:16 smithi066 ceph-mon[112137]: pgmap v7952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:17.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:17.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:17.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:17.736 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:17.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:17.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:17.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:17.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:18.557 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:18 smithi203 ceph-mon[117428]: pgmap v7953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:18.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:18 smithi137 ceph-mon[117020]: pgmap v7953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:18.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:18 smithi066 ceph-mon[112137]: pgmap v7953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:19.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:19 smithi203 ceph-mon[117428]: from='client.223902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:19.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:19 smithi137 ceph-mon[117020]: from='client.223902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:19.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:19 smithi066 ceph-mon[112137]: from='client.223902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:20.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:20 smithi203 ceph-mon[117428]: pgmap v7954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:20.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:20 smithi137 ceph-mon[117020]: pgmap v7954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:20.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:20 smithi066 ceph-mon[112137]: pgmap v7954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:22.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:22 smithi203 ceph-mon[117428]: pgmap v7955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:22.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:22 smithi137 ceph-mon[117020]: pgmap v7955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:22.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:22 smithi066 ceph-mon[112137]: pgmap v7955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:22.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:22.738 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:22.738 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:23.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:23.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:23.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:23.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:23.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:23.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:38:23.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:38:23.722 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:38:24.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:24 smithi203 ceph-mon[117428]: pgmap v7956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:24.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:24 smithi203 ceph-mon[117428]: from='client.223977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:24.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:38:24.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:38:24.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:38:24.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:24 smithi137 ceph-mon[117020]: pgmap v7956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:24.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:24 smithi137 ceph-mon[117020]: from='client.223977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:24.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:38:24.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:38:24.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:38:24.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:24 smithi066 ceph-mon[112137]: pgmap v7956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:24.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:24 smithi066 ceph-mon[112137]: from='client.223977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:24.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:38:24.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:38:24.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:38:26.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:26 smithi203 ceph-mon[117428]: pgmap v7957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:26.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:26 smithi137 ceph-mon[117020]: pgmap v7957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:26.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:26 smithi066 ceph-mon[112137]: pgmap v7957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:28.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:28.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:28.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:28.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:28 smithi203 ceph-mon[117428]: pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:28.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:28 smithi137 ceph-mon[117020]: pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:28.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:28 smithi066 ceph-mon[112137]: pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:29.252 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:29.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:29.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:29.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:29.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:30.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:30 smithi203 ceph-mon[117428]: pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:30.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:30 smithi203 ceph-mon[117428]: from='client.224049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:30.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:30 smithi137 ceph-mon[117020]: pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:30.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:30 smithi137 ceph-mon[117020]: from='client.224049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:30.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:30 smithi066 ceph-mon[112137]: pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:30.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:30 smithi066 ceph-mon[112137]: from='client.224049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:32.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:32 smithi203 ceph-mon[117428]: pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:32.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:32 smithi137 ceph-mon[117020]: pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:32.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:32 smithi066 ceph-mon[112137]: pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:34.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:34.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:34.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:34.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:34 smithi203 ceph-mon[117428]: pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:34.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:34 smithi137 ceph-mon[117020]: pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:34.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:34 smithi066 ceph-mon[112137]: pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:34.980 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:34.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:34.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:34.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:34.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:36.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:36 smithi203 ceph-mon[117428]: pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:36.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:36 smithi203 ceph-mon[117428]: from='client.224121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:36.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:36 smithi137 ceph-mon[117020]: pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:36.608 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:36 smithi137 ceph-mon[117020]: from='client.224121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:36.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:36 smithi066 ceph-mon[112137]: pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:36.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:36 smithi066 ceph-mon[112137]: from='client.224121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:38.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:38 smithi203 ceph-mon[117428]: pgmap v7963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:38.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:38 smithi137 ceph-mon[117020]: pgmap v7963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:38.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:38 smithi066 ceph-mon[112137]: pgmap v7963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:39.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:39.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:39.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:40.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:40 smithi203 ceph-mon[117428]: pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:40.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:40 smithi137 ceph-mon[117020]: pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:40.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:40.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:40.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:40.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:40.702 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:40.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:40 smithi066 ceph-mon[112137]: pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:42.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:42 smithi203 ceph-mon[117428]: from='client.224196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:42.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:42 smithi203 ceph-mon[117428]: pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:42.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:42 smithi137 ceph-mon[117020]: from='client.224196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:42.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:42 smithi137 ceph-mon[117020]: pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:42.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:42 smithi066 ceph-mon[112137]: from='client.224196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:42.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:42 smithi066 ceph-mon[112137]: pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:44.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:44 smithi203 ceph-mon[117428]: pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:44.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:44 smithi137 ceph-mon[117020]: pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:44.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:44 smithi066 ceph-mon[112137]: pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:45.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:45.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:45.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:46.440 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:46.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:46.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:46.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:46.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:46.558 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:46 smithi203 ceph-mon[117428]: pgmap v7967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:46.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:46 smithi137 ceph-mon[117020]: pgmap v7967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:46.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:46 smithi066 ceph-mon[112137]: pgmap v7967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:47.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:47 smithi137 ceph-mon[117020]: from='client.224271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:47.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:47 smithi066 ceph-mon[112137]: from='client.224271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:47.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:47 smithi203 ceph-mon[117428]: from='client.224271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:48.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:48 smithi137 ceph-mon[117020]: pgmap v7968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:48.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:48 smithi066 ceph-mon[112137]: pgmap v7968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:48.808 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:48 smithi203 ceph-mon[117428]: pgmap v7968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:50.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:50 smithi137 ceph-mon[117020]: pgmap v7969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:50.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:50 smithi066 ceph-mon[112137]: pgmap v7969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:50.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:50 smithi203 ceph-mon[117428]: pgmap v7969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:51.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:51.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:51.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:52.163 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:52.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:52.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:52.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:52.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:52.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:52 smithi137 ceph-mon[117020]: pgmap v7970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:52.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:52 smithi066 ceph-mon[112137]: pgmap v7970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:52.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:52 smithi203 ceph-mon[117428]: pgmap v7970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:53.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:53 smithi137 ceph-mon[117020]: from='client.224346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:53.609 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:53 smithi137 ceph-mon[117020]: pgmap v7971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:53.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:53 smithi066 ceph-mon[112137]: from='client.224346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:53.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:53 smithi066 ceph-mon[112137]: pgmap v7971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:53.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:53 smithi203 ceph-mon[117428]: from='client.224346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:53.809 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:53 smithi203 ceph-mon[117428]: pgmap v7971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:56.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:55 smithi203 ceph-mon[117428]: pgmap v7972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:56.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:55 smithi137 ceph-mon[117020]: pgmap v7972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:56.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:55 smithi066 ceph-mon[112137]: pgmap v7972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:57.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:38:57.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:57.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:57.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:38:57.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:57.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:57.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:57.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:38:58.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:57 smithi203 ceph-mon[117428]: pgmap v7973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:58.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:57 smithi137 ceph-mon[117020]: pgmap v7973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:58.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:57 smithi066 ceph-mon[112137]: pgmap v7973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:59.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:58 smithi203 ceph-mon[117428]: from='client.224421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:59.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:58 smithi137 ceph-mon[117020]: from='client.224421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:59.223 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:58 smithi066 ceph-mon[112137]: from='client.224421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:00.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:38:59 smithi203 ceph-mon[117428]: pgmap v7974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:00.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:38:59 smithi137 ceph-mon[117020]: pgmap v7974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:00.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:38:59 smithi066 ceph-mon[112137]: pgmap v7974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:02.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:01 smithi203 ceph-mon[117428]: pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:02.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:01 smithi137 ceph-mon[117020]: pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:02.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:01 smithi066 ceph-mon[112137]: pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:02.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:02.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:02.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:03.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:03.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:03.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:03.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:03.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:04.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:03 smithi203 ceph-mon[117428]: pgmap v7976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:04.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:03 smithi203 ceph-mon[117428]: from='client.224499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:04.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:03 smithi137 ceph-mon[117020]: pgmap v7976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:04.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:03 smithi137 ceph-mon[117020]: from='client.224499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:04.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:03 smithi066 ceph-mon[112137]: pgmap v7976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:04.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:03 smithi066 ceph-mon[112137]: from='client.224499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:06.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:05 smithi203 ceph-mon[117428]: pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:06.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:05 smithi137 ceph-mon[117020]: pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:06.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:05 smithi066 ceph-mon[112137]: pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:08.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:07 smithi203 ceph-mon[117428]: pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:08.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:07 smithi137 ceph-mon[117020]: pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:08.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:07 smithi066 ceph-mon[112137]: pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:08.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:08.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:08.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:09.363 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:09.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:09.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:09.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:09.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:10.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:09 smithi203 ceph-mon[117428]: pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:10.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:09 smithi203 ceph-mon[117428]: from='client.224577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:10.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:09 smithi137 ceph-mon[117020]: pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:10.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:09 smithi137 ceph-mon[117020]: from='client.224577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:10.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:09 smithi066 ceph-mon[112137]: pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:10.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:09 smithi066 ceph-mon[112137]: from='client.224577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:12.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:11 smithi203 ceph-mon[117428]: pgmap v7980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:12.109 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:11 smithi137 ceph-mon[117020]: pgmap v7980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:12.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:11 smithi066 ceph-mon[112137]: pgmap v7980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:14.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:13 smithi203 ceph-mon[117428]: pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:14.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:13 smithi137 ceph-mon[117020]: pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:14.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:13 smithi066 ceph-mon[112137]: pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:14.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:14.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:14.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:15.085 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:15.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:15.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:15.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:15.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:16.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:15 smithi203 ceph-mon[117428]: pgmap v7982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:16.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:15 smithi203 ceph-mon[117428]: from='client.224649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:16.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:15 smithi137 ceph-mon[117020]: pgmap v7982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:16.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:15 smithi137 ceph-mon[117020]: from='client.224649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:16.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:15 smithi066 ceph-mon[112137]: pgmap v7982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:16.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:15 smithi066 ceph-mon[112137]: from='client.224649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:18.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:17 smithi203 ceph-mon[117428]: pgmap v7983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:18.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:17 smithi137 ceph-mon[117020]: pgmap v7983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:18.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:17 smithi066 ceph-mon[112137]: pgmap v7983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:20.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:19 smithi203 ceph-mon[117428]: pgmap v7984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:20.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:20.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:20.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:20.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:19 smithi137 ceph-mon[117020]: pgmap v7984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:20.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:19 smithi066 ceph-mon[112137]: pgmap v7984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:20.814 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:20.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:20.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:20.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:20.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:22.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:21 smithi203 ceph-mon[117428]: pgmap v7985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:22.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:21 smithi203 ceph-mon[117428]: from='client.224721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:22.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:21 smithi137 ceph-mon[117020]: pgmap v7985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:22.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:21 smithi137 ceph-mon[117020]: from='client.224721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:22.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:21 smithi066 ceph-mon[112137]: pgmap v7985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:22.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:21 smithi066 ceph-mon[112137]: from='client.224721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:24.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:23 smithi203 ceph-mon[117428]: pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:24.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:39:24.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:23 smithi137 ceph-mon[117020]: pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:24.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:39:24.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:23 smithi066 ceph-mon[112137]: pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:24.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:39:25.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:39:25.059 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:39:25.060 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:39:25.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:39:25.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:39:25.110 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:39:25.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:39:25.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:39:25.224 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:39:25.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:25.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:25.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:26.554 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:26.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:26.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:26.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:26.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:26.559 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:26 smithi203 ceph-mon[117428]: pgmap v7987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:26.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:26 smithi137 ceph-mon[117020]: pgmap v7987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:26.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:26 smithi066 ceph-mon[112137]: pgmap v7987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:27.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:27 smithi203 ceph-mon[117428]: from='client.224793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:27.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:27 smithi137 ceph-mon[117020]: from='client.224793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:27.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:27 smithi066 ceph-mon[112137]: from='client.224793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:28.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:28 smithi203 ceph-mon[117428]: pgmap v7988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:28.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:28 smithi137 ceph-mon[117020]: pgmap v7988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:28.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:28 smithi066 ceph-mon[112137]: pgmap v7988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:30.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:30 smithi203 ceph-mon[117428]: pgmap v7989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:30.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:30 smithi137 ceph-mon[117020]: pgmap v7989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:30.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:30 smithi066 ceph-mon[112137]: pgmap v7989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:31.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:31.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:31.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:32.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:32.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:32.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:32.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:32.290 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:32.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:32 smithi203 ceph-mon[117428]: pgmap v7990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:32.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:32 smithi137 ceph-mon[117020]: pgmap v7990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:32.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:32 smithi066 ceph-mon[112137]: pgmap v7990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:33.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:33 smithi203 ceph-mon[117428]: from='client.224871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:33.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:33 smithi137 ceph-mon[117020]: from='client.224871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:33.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:33 smithi066 ceph-mon[112137]: from='client.224871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:34.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:34 smithi203 ceph-mon[117428]: pgmap v7991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:34.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:34 smithi137 ceph-mon[117020]: pgmap v7991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:34.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:34 smithi066 ceph-mon[112137]: pgmap v7991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:36.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:36 smithi203 ceph-mon[117428]: pgmap v7992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:36.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:36 smithi137 ceph-mon[117020]: pgmap v7992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:36.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:36 smithi066 ceph-mon[112137]: pgmap v7992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:37.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:37.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:37.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:38.036 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:38.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:38.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:38.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:38.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:38.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:38 smithi203 ceph-mon[117428]: pgmap v7993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:38.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:38 smithi137 ceph-mon[117020]: pgmap v7993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:38.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:38 smithi066 ceph-mon[112137]: pgmap v7993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:39.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:39 smithi203 ceph-mon[117428]: from='client.224943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:39.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:39 smithi137 ceph-mon[117020]: from='client.224943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:39.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:39 smithi066 ceph-mon[112137]: from='client.224943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:40.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:40 smithi203 ceph-mon[117428]: pgmap v7994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:40.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:40 smithi137 ceph-mon[117020]: pgmap v7994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:40.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:40 smithi066 ceph-mon[112137]: pgmap v7994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:42.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:42 smithi203 ceph-mon[117428]: pgmap v7995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:42.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:42 smithi137 ceph-mon[117020]: pgmap v7995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:42.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:42 smithi066 ceph-mon[112137]: pgmap v7995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:43.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:43.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:43.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:43.755 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:43.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:43.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:43.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:43.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:44.560 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:44 smithi203 ceph-mon[117428]: pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:44.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:44 smithi137 ceph-mon[117020]: pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:44.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:44 smithi066 ceph-mon[112137]: pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:45.610 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:45 smithi137 ceph-mon[117020]: from='client.225021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:45.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:45 smithi066 ceph-mon[112137]: from='client.225021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:45.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:45 smithi203 ceph-mon[117428]: from='client.225021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:46.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:46 smithi137 ceph-mon[117020]: pgmap v7997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:46.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:46 smithi066 ceph-mon[112137]: pgmap v7997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:46.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:46 smithi203 ceph-mon[117428]: pgmap v7997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:48.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:48 smithi137 ceph-mon[117020]: pgmap v7998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:48.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:48 smithi066 ceph-mon[112137]: pgmap v7998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:48.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:48.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:48.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:48.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:48 smithi203 ceph-mon[117428]: pgmap v7998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:49.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:49.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:49.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:49.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:49.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:50.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:50 smithi137 ceph-mon[117020]: pgmap v7999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:50.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:50 smithi137 ceph-mon[117020]: from='client.225096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:50.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:50 smithi066 ceph-mon[112137]: pgmap v7999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:50.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:50 smithi066 ceph-mon[112137]: from='client.225096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:50.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:50 smithi203 ceph-mon[117428]: pgmap v7999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:50.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:50 smithi203 ceph-mon[117428]: from='client.225096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:52.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:52 smithi137 ceph-mon[117020]: pgmap v8000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:52.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:52 smithi066 ceph-mon[112137]: pgmap v8000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:52.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:52 smithi203 ceph-mon[117428]: pgmap v8000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:54.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:39:54.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:54.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:54.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:54 smithi137 ceph-mon[117020]: pgmap v8001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:54.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:54 smithi066 ceph-mon[112137]: pgmap v8001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:54.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:54 smithi203 ceph-mon[117428]: pgmap v8001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:55.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:39:55.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:55.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:55.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:55.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:39:56.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:56 smithi137 ceph-mon[117020]: pgmap v8002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:56.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:56 smithi137 ceph-mon[117020]: from='client.225174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:56.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:56 smithi066 ceph-mon[112137]: pgmap v8002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:56.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:56 smithi066 ceph-mon[112137]: from='client.225174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:56.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:56 smithi203 ceph-mon[117428]: pgmap v8002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:56.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:56 smithi203 ceph-mon[117428]: from='client.225174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:58.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:39:58 smithi137 ceph-mon[117020]: pgmap v8003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:58.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:39:58 smithi066 ceph-mon[112137]: pgmap v8003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:58.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:39:58 smithi203 ceph-mon[117428]: pgmap v8003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:00.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:00.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:00.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:00.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:00 smithi137 ceph-mon[117020]: pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:00.611 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T21:40:00.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:00 smithi066 ceph-mon[112137]: pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:00.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T21:40:00.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:00 smithi203 ceph-mon[117428]: pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:00.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T21:40:00.922 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:00.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:00.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:00.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:00.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:01.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:01 smithi066 ceph-mon[112137]: pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:01.725 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:01 smithi066 ceph-mon[112137]: from='client.225249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:01.810 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:01 smithi203 ceph-mon[117428]: pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:01.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:01 smithi203 ceph-mon[117428]: from='client.225249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:01.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:01 smithi137 ceph-mon[117020]: pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:01.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:01 smithi137 ceph-mon[117020]: from='client.225249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:03.811 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:03 smithi203 ceph-mon[117428]: pgmap v8006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:03.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:03 smithi137 ceph-mon[117020]: pgmap v8006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:03.975 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:03 smithi066 ceph-mon[112137]: pgmap v8006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:05.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:05.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:05.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:06.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:05 smithi203 ceph-mon[117428]: pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:06.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:05 smithi137 ceph-mon[117020]: pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:06.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:05 smithi066 ceph-mon[112137]: pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:06.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:06.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:06.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:06.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:06.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:07.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:06 smithi203 ceph-mon[117428]: from='client.225327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:07.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:06 smithi137 ceph-mon[117020]: from='client.225327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:07.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:06 smithi066 ceph-mon[112137]: from='client.225327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:08.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:07 smithi203 ceph-mon[117428]: pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:08.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:07 smithi137 ceph-mon[117020]: pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:08.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:07 smithi066 ceph-mon[112137]: pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:10.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:09 smithi203 ceph-mon[117428]: pgmap v8009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:10.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:09 smithi137 ceph-mon[117020]: pgmap v8009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:10.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:09 smithi066 ceph-mon[112137]: pgmap v8009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:11.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:11.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:11.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:12.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:11 smithi203 ceph-mon[117428]: pgmap v8010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:12.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:11 smithi137 ceph-mon[117020]: pgmap v8010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:12.225 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:11 smithi066 ceph-mon[112137]: pgmap v8010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:12.383 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:12.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:12.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:12.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:12.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:13.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:12 smithi203 ceph-mon[117428]: from='client.225405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:13.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:12 smithi137 ceph-mon[117020]: from='client.225405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:13.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:12 smithi066 ceph-mon[112137]: from='client.225405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:14.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:13 smithi203 ceph-mon[117428]: pgmap v8011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:14.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:13 smithi137 ceph-mon[117020]: pgmap v8011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:14.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:13 smithi066 ceph-mon[112137]: pgmap v8011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:16.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:15 smithi203 ceph-mon[117428]: pgmap v8012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:16.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:15 smithi137 ceph-mon[117020]: pgmap v8012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:16.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:15 smithi066 ceph-mon[112137]: pgmap v8012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:17.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:17.385 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:17.385 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:18.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:17 smithi203 ceph-mon[117428]: pgmap v8013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:18.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:17 smithi137 ceph-mon[117020]: pgmap v8013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:18.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:18.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:18.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:18.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:18.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:18.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:17 smithi066 ceph-mon[112137]: pgmap v8013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:19.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:18 smithi203 ceph-mon[117428]: from='client.225477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:19.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:18 smithi137 ceph-mon[117020]: from='client.225477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:19.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:18 smithi066 ceph-mon[112137]: from='client.225477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:20.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:19 smithi203 ceph-mon[117428]: pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:20.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:19 smithi137 ceph-mon[117020]: pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:20.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:19 smithi066 ceph-mon[112137]: pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:22.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:21 smithi203 ceph-mon[117428]: pgmap v8015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:22.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:21 smithi137 ceph-mon[117020]: pgmap v8015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:22.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:21 smithi066 ceph-mon[112137]: pgmap v8015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:23.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:23.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:23.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:23.843 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:23.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:23.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:23.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:23.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:24.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:23 smithi203 ceph-mon[117428]: pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:24.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:23 smithi137 ceph-mon[117020]: pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:24.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:23 smithi066 ceph-mon[112137]: pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:25.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:24 smithi203 ceph-mon[117428]: from='client.225552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:25.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:40:25.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:24 smithi137 ceph-mon[117020]: from='client.225552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:25.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:40:25.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:24 smithi066 ceph-mon[112137]: from='client.225552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:25.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:40:26.062 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:25 smithi203 ceph-mon[117428]: pgmap v8017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:26.062 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:40:26.062 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:40:26.062 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:40:26.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:25 smithi137 ceph-mon[117020]: pgmap v8017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:26.113 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:40:26.113 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:40:26.113 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:40:26.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:25 smithi066 ceph-mon[112137]: pgmap v8017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:26.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:40:26.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:40:26.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:40:28.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:27 smithi203 ceph-mon[117428]: pgmap v8018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:28.111 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:27 smithi137 ceph-mon[117020]: pgmap v8018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:28.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:27 smithi066 ceph-mon[112137]: pgmap v8018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:28.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:28.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:28.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:29.574 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:29.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:29.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:29.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:29.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:30.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:29 smithi203 ceph-mon[117428]: pgmap v8019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:30.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:29 smithi203 ceph-mon[117428]: from='client.225630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:30.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:29 smithi137 ceph-mon[117020]: pgmap v8019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:30.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:29 smithi137 ceph-mon[117020]: from='client.225630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:30.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:29 smithi066 ceph-mon[112137]: pgmap v8019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:30.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:29 smithi066 ceph-mon[112137]: from='client.225630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:32.061 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:31 smithi203 ceph-mon[117428]: pgmap v8020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:32.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:31 smithi137 ceph-mon[117020]: pgmap v8020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:32.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:31 smithi066 ceph-mon[112137]: pgmap v8020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:34.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:33 smithi137 ceph-mon[117020]: pgmap v8021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:34.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:33 smithi066 ceph-mon[112137]: pgmap v8021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:34.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:33 smithi203 ceph-mon[117428]: pgmap v8021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:34.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:34.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:34.577 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:35.308 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:35.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:35.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:35.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:35.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:36.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:35 smithi137 ceph-mon[117020]: pgmap v8022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:36.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:35 smithi137 ceph-mon[117020]: from='client.225708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:36.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:35 smithi066 ceph-mon[112137]: pgmap v8022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:36.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:35 smithi066 ceph-mon[112137]: from='client.225708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:36.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:35 smithi203 ceph-mon[117428]: pgmap v8022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:36.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:35 smithi203 ceph-mon[117428]: from='client.225708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:38.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:37 smithi137 ceph-mon[117020]: pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:38.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:37 smithi066 ceph-mon[112137]: pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:38.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:37 smithi203 ceph-mon[117428]: pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:40.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:39 smithi137 ceph-mon[117020]: pgmap v8024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:40.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:39 smithi066 ceph-mon[112137]: pgmap v8024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:40.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:40.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:40.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:40.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:39 smithi203 ceph-mon[117428]: pgmap v8024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:41.031 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:41.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:41.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:41.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:41.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:42.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:41 smithi137 ceph-mon[117020]: pgmap v8025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:42.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:41 smithi137 ceph-mon[117020]: from='client.225783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:42.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:41 smithi066 ceph-mon[112137]: pgmap v8025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:42.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:41 smithi066 ceph-mon[112137]: from='client.225783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:42.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:41 smithi203 ceph-mon[117428]: pgmap v8025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:42.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:41 smithi203 ceph-mon[117428]: from='client.225783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:44.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:43 smithi137 ceph-mon[117020]: pgmap v8026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:44.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:43 smithi066 ceph-mon[112137]: pgmap v8026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:44.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:43 smithi203 ceph-mon[117428]: pgmap v8026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:46.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:46.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:46.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:46.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:45 smithi137 ceph-mon[117020]: pgmap v8027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:46.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:45 smithi066 ceph-mon[112137]: pgmap v8027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:46.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:45 smithi203 ceph-mon[117428]: pgmap v8027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:46.771 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:46.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:46.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:46.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:46.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:48.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:47 smithi137 ceph-mon[117020]: from='client.225861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:48.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:47 smithi137 ceph-mon[117020]: pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:48.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:47 smithi066 ceph-mon[112137]: from='client.225861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:48.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:47 smithi066 ceph-mon[112137]: pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:48.311 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:47 smithi203 ceph-mon[117428]: from='client.225861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:48.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:47 smithi203 ceph-mon[117428]: pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:50.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:49 smithi137 ceph-mon[117020]: pgmap v8029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:50.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:49 smithi066 ceph-mon[112137]: pgmap v8029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:50.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:49 smithi203 ceph-mon[117428]: pgmap v8029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:51.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:51.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:51.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:52.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:51 smithi137 ceph-mon[117020]: pgmap v8030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:52.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:51 smithi066 ceph-mon[112137]: pgmap v8030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:52.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:51 smithi203 ceph-mon[117428]: pgmap v8030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:52.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:52.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:52.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:52.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:52.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:53.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:52 smithi137 ceph-mon[117020]: from='client.225933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:53.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:52 smithi066 ceph-mon[112137]: from='client.225933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:53.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:52 smithi203 ceph-mon[117428]: from='client.225933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:54.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:53 smithi137 ceph-mon[117020]: pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:54.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:53 smithi066 ceph-mon[112137]: pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:54.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:53 smithi203 ceph-mon[117428]: pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:56.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:55 smithi137 ceph-mon[117020]: pgmap v8032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:56.226 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:55 smithi066 ceph-mon[112137]: pgmap v8032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:56.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:55 smithi203 ceph-mon[117428]: pgmap v8032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:57.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:40:57.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:57.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:58.112 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:57 smithi137 ceph-mon[117020]: pgmap v8033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:58.226 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:40:58.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:58.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:58.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:58.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:40:58.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:57 smithi066 ceph-mon[112137]: pgmap v8033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:58.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:57 smithi203 ceph-mon[117428]: pgmap v8033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:59.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:58 smithi066 ceph-mon[112137]: from='client.226011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:59.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:58 smithi203 ceph-mon[117428]: from='client.226011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:59.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:58 smithi137 ceph-mon[117020]: from='client.226011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:00.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:40:59 smithi066 ceph-mon[112137]: pgmap v8034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:00.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:40:59 smithi203 ceph-mon[117428]: pgmap v8034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:00.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:40:59 smithi137 ceph-mon[117020]: pgmap v8034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:02.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:01 smithi066 ceph-mon[112137]: pgmap v8035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:02.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:01 smithi203 ceph-mon[117428]: pgmap v8035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:02.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:01 smithi137 ceph-mon[117020]: pgmap v8035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:03.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:03.228 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:03.228 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:03.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:03.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:03.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:03.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:03.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:04.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:03 smithi066 ceph-mon[112137]: pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:04.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:03 smithi203 ceph-mon[117428]: pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:04.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:03 smithi137 ceph-mon[117020]: pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:05.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:04 smithi066 ceph-mon[112137]: from='client.226089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:05.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:04 smithi203 ceph-mon[117428]: from='client.226089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:05.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:04 smithi137 ceph-mon[117020]: from='client.226089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:06.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:05 smithi066 ceph-mon[112137]: pgmap v8037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:06.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:05 smithi203 ceph-mon[117428]: pgmap v8037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:06.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:05 smithi137 ceph-mon[117020]: pgmap v8037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:08.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:07 smithi066 ceph-mon[112137]: pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:08.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:07 smithi203 ceph-mon[117428]: pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:08.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:07 smithi137 ceph-mon[117020]: pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:08.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:08.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:08.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:09.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:09.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:09.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:09.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:09.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:10.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:09 smithi066 ceph-mon[112137]: pgmap v8039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:10.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:09 smithi066 ceph-mon[112137]: from='client.226167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:10.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:09 smithi203 ceph-mon[117428]: pgmap v8039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:10.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:09 smithi203 ceph-mon[117428]: from='client.226167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:10.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:09 smithi137 ceph-mon[117020]: pgmap v8039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:10.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:09 smithi137 ceph-mon[117020]: from='client.226167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:12.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:11 smithi066 ceph-mon[112137]: pgmap v8040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:12.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:11 smithi203 ceph-mon[117428]: pgmap v8040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:12.362 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:11 smithi137 ceph-mon[117020]: pgmap v8040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:14.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:13 smithi066 ceph-mon[112137]: pgmap v8041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:14.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:13 smithi203 ceph-mon[117428]: pgmap v8041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:14.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:13 smithi137 ceph-mon[117020]: pgmap v8041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:14.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:14.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:14.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:15.392 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:16.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:15 smithi066 ceph-mon[112137]: pgmap v8042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:16.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:15 smithi066 ceph-mon[112137]: from='client.226242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:16.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:15 smithi203 ceph-mon[117428]: pgmap v8042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:16.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:15 smithi203 ceph-mon[117428]: from='client.226242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:16.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:15 smithi137 ceph-mon[117020]: pgmap v8042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:16.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:15 smithi137 ceph-mon[117020]: from='client.226242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:18.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:17 smithi066 ceph-mon[112137]: pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:18.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:17 smithi203 ceph-mon[117428]: pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:18.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:17 smithi137 ceph-mon[117020]: pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:20.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:19 smithi066 ceph-mon[112137]: pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:20.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:19 smithi203 ceph-mon[117428]: pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:20.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:19 smithi137 ceph-mon[117020]: pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:20.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:20.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:20.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:21.117 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:21.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:21.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:21.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:21.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:22.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:21 smithi066 ceph-mon[112137]: pgmap v8045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:22.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:21 smithi066 ceph-mon[112137]: from='client.226317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:22.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:21 smithi203 ceph-mon[117428]: pgmap v8045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:22.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:21 smithi203 ceph-mon[117428]: from='client.226317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:22.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:21 smithi137 ceph-mon[117020]: pgmap v8045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:22.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:21 smithi137 ceph-mon[117020]: from='client.226317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:24.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:23 smithi066 ceph-mon[112137]: pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:24.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:23 smithi203 ceph-mon[117428]: pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:24.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:23 smithi137 ceph-mon[117020]: pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:26.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:26.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:26.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:26.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:25 smithi066 ceph-mon[112137]: pgmap v8047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:26.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:41:26.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:41:26.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:41:26.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:41:26.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:25 smithi203 ceph-mon[117428]: pgmap v8047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:26.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:41:26.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:41:26.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:41:26.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:41:26.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:25 smithi137 ceph-mon[117020]: pgmap v8047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:26.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:41:26.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:41:26.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:41:26.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:41:26.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:26.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:26.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:26.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:26.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:28.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:27 smithi066 ceph-mon[112137]: pgmap v8048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:28.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:27 smithi066 ceph-mon[112137]: from='client.226392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:28.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:27 smithi203 ceph-mon[117428]: pgmap v8048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:28.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:27 smithi203 ceph-mon[117428]: from='client.226392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:28.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:27 smithi137 ceph-mon[117020]: pgmap v8048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:28.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:27 smithi137 ceph-mon[117020]: from='client.226392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:30.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:29 smithi066 ceph-mon[112137]: pgmap v8049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:30.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:29 smithi203 ceph-mon[117428]: pgmap v8049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:30.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:29 smithi137 ceph-mon[117020]: pgmap v8049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:31.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:31.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:31.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:32.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:31 smithi066 ceph-mon[112137]: pgmap v8050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:32.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:31 smithi203 ceph-mon[117428]: pgmap v8050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:32.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:31 smithi137 ceph-mon[117020]: pgmap v8050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:32.572 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:32.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:32.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:32.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:32.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:33.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:32 smithi066 ceph-mon[112137]: from='client.226467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:33.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:32 smithi203 ceph-mon[117428]: from='client.226467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:33.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:32 smithi137 ceph-mon[117020]: from='client.226467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:34.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:33 smithi066 ceph-mon[112137]: pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:34.312 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:33 smithi203 ceph-mon[117428]: pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:34.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:33 smithi137 ceph-mon[117020]: pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:36.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:35 smithi066 ceph-mon[112137]: pgmap v8052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:36.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:35 smithi203 ceph-mon[117428]: pgmap v8052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:36.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:35 smithi137 ceph-mon[117020]: pgmap v8052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:37.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:37.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:37.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:38.227 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:37 smithi066 ceph-mon[112137]: pgmap v8053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:38.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:38.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:38.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:38.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:38.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:38.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:37 smithi203 ceph-mon[117428]: pgmap v8053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:38.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:37 smithi137 ceph-mon[117020]: pgmap v8053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:39.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:38 smithi066 ceph-mon[112137]: from='client.226545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:39.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:38 smithi203 ceph-mon[117428]: from='client.226545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:39.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:38 smithi137 ceph-mon[117020]: from='client.226545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:40.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:39 smithi066 ceph-mon[112137]: pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:40.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:39 smithi203 ceph-mon[117428]: pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:40.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:39 smithi137 ceph-mon[117020]: pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:42.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:41 smithi066 ceph-mon[112137]: pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:42.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:41 smithi203 ceph-mon[117428]: pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:42.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:41 smithi137 ceph-mon[117020]: pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:43.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:43.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:43.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:44.018 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:44.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:44.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:44.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:44.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:44.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:43 smithi066 ceph-mon[112137]: pgmap v8056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:44.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:43 smithi203 ceph-mon[117428]: pgmap v8056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:44.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:43 smithi137 ceph-mon[117020]: pgmap v8056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:45.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:44 smithi066 ceph-mon[112137]: from='client.226623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:45.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:44 smithi203 ceph-mon[117428]: from='client.226623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:45.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:44 smithi137 ceph-mon[117020]: from='client.226623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:46.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:45 smithi066 ceph-mon[112137]: pgmap v8057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:46.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:45 smithi203 ceph-mon[117428]: pgmap v8057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:46.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:45 smithi137 ceph-mon[117020]: pgmap v8057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:48.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:47 smithi066 ceph-mon[112137]: pgmap v8058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:48.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:47 smithi203 ceph-mon[117428]: pgmap v8058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:48.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:47 smithi137 ceph-mon[117020]: pgmap v8058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:49.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:49.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:49.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:49.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:49.756 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:49.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:49.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:49.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:50.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:49 smithi066 ceph-mon[112137]: pgmap v8059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:50.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:49 smithi203 ceph-mon[117428]: pgmap v8059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:50.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:49 smithi137 ceph-mon[117020]: pgmap v8059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:51.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:50 smithi066 ceph-mon[112137]: from='client.226695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:51.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:50 smithi203 ceph-mon[117428]: from='client.226695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:51.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:50 smithi137 ceph-mon[117020]: from='client.226695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:52.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:51 smithi066 ceph-mon[112137]: pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:41:52.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:51 smithi203 ceph-mon[117428]: pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:41:52.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:51 smithi137 ceph-mon[117020]: pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:41:54.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:53 smithi066 ceph-mon[112137]: pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:41:54.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:53 smithi203 ceph-mon[117428]: pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:41:54.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:53 smithi137 ceph-mon[117020]: pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:41:54.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:41:54.758 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:54.758 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:55.492 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:41:55.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:55.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:55.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:55.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:41:56.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:55 smithi203 ceph-mon[117428]: pgmap v8062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:41:56.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:55 smithi203 ceph-mon[117428]: from='client.226770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:56.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:55 smithi137 ceph-mon[117020]: pgmap v8062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:41:56.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:55 smithi137 ceph-mon[117020]: from='client.226770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:56.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:55 smithi066 ceph-mon[112137]: pgmap v8062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:41:56.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:55 smithi066 ceph-mon[112137]: from='client.226770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:58.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:57 smithi203 ceph-mon[117428]: pgmap v8063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:58.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:57 smithi137 ceph-mon[117020]: pgmap v8063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:58.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:57 smithi066 ceph-mon[112137]: pgmap v8063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:00.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:41:59 smithi203 ceph-mon[117428]: pgmap v8064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:00.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:41:59 smithi137 ceph-mon[117020]: pgmap v8064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:00.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:41:59 smithi066 ceph-mon[112137]: pgmap v8064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:00.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:00.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:00.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:01.229 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:01.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:01.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:01.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:01.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:02.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:01 smithi203 ceph-mon[117428]: pgmap v8065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:02.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:01 smithi203 ceph-mon[117428]: from='client.226845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:02.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:01 smithi137 ceph-mon[117020]: pgmap v8065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:02.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:01 smithi137 ceph-mon[117020]: from='client.226845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:02.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:01 smithi066 ceph-mon[112137]: pgmap v8065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:02.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:01 smithi066 ceph-mon[112137]: from='client.226845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:04.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:04 smithi203 ceph-mon[117428]: pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:42:04.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:04 smithi137 ceph-mon[117020]: pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:42:04.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:04 smithi066 ceph-mon[112137]: pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:42:06.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:06.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:06.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:06.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:06 smithi203 ceph-mon[117428]: pgmap v8067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:42:06.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:06 smithi137 ceph-mon[117020]: pgmap v8067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:42:06.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:06 smithi066 ceph-mon[112137]: pgmap v8067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:42:06.947 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:06.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:06.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:06.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:06.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:08.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:08 smithi203 ceph-mon[117428]: pgmap v8068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:42:08.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:08 smithi203 ceph-mon[117428]: from='client.226920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:08.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:08 smithi137 ceph-mon[117020]: pgmap v8068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:42:08.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:08 smithi137 ceph-mon[117020]: from='client.226920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:08.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:08 smithi066 ceph-mon[112137]: pgmap v8068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:42:08.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:08 smithi066 ceph-mon[112137]: from='client.226920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:10.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:10 smithi203 ceph-mon[117428]: pgmap v8069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:10.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:10 smithi137 ceph-mon[117020]: pgmap v8069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:10.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:10 smithi066 ceph-mon[112137]: pgmap v8069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:11.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:11.950 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:11.950 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:12.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:12 smithi203 ceph-mon[117428]: pgmap v8070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:12.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:12 smithi137 ceph-mon[117020]: pgmap v8070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:12.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:12 smithi066 ceph-mon[112137]: pgmap v8070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:12.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:12.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:12.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:12.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:12.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:13.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:13 smithi203 ceph-mon[117428]: from='client.226998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:13.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:13 smithi137 ceph-mon[117020]: from='client.226998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:13.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:13 smithi066 ceph-mon[112137]: from='client.226998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:14.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:14 smithi203 ceph-mon[117428]: pgmap v8071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:14.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:14 smithi137 ceph-mon[117020]: pgmap v8071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:14.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:14 smithi066 ceph-mon[112137]: pgmap v8071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:16.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:16 smithi203 ceph-mon[117428]: pgmap v8072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:16.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:16 smithi137 ceph-mon[117020]: pgmap v8072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:16.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:16 smithi066 ceph-mon[112137]: pgmap v8072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:17.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:17.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:17.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:18.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:18 smithi203 ceph-mon[117428]: pgmap v8073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:18.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:18 smithi137 ceph-mon[117020]: pgmap v8073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:18.399 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:18.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:18.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:18.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:18.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:18.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:18 smithi066 ceph-mon[112137]: pgmap v8073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:19.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:19 smithi203 ceph-mon[117428]: from='client.227073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:19.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:19 smithi137 ceph-mon[117020]: from='client.227073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:19.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:19 smithi066 ceph-mon[112137]: from='client.227073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:20.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:20 smithi203 ceph-mon[117428]: pgmap v8074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:20.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:20 smithi137 ceph-mon[117020]: pgmap v8074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:20.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:20 smithi066 ceph-mon[112137]: pgmap v8074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:22.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:22 smithi203 ceph-mon[117428]: pgmap v8075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:22.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:22 smithi137 ceph-mon[117020]: pgmap v8075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:22.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:22 smithi066 ceph-mon[112137]: pgmap v8075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:23.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:23.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:23.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:24.123 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:24.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:24.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:24.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:24.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:24.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:24 smithi203 ceph-mon[117428]: pgmap v8076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:24.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:24 smithi137 ceph-mon[117020]: pgmap v8076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:24.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:24 smithi066 ceph-mon[112137]: pgmap v8076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:25.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:25 smithi203 ceph-mon[117428]: from='client.227148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:25.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:25 smithi137 ceph-mon[117020]: from='client.227148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:25.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:25 smithi066 ceph-mon[112137]: from='client.227148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:26.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:26 smithi203 ceph-mon[117428]: pgmap v8077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:26.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:42:26.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:26 smithi137 ceph-mon[117020]: pgmap v8077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:26.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:42:26.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:26 smithi066 ceph-mon[112137]: pgmap v8077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:26.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:42:27.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:42:27.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:42:27.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:42:27.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:42:27.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:42:27.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:42:27.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:42:27.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:42:27.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:42:28.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:28 smithi203 ceph-mon[117428]: pgmap v8078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:28.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:28 smithi137 ceph-mon[117020]: pgmap v8078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:28.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:28 smithi066 ceph-mon[112137]: pgmap v8078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:29.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:29.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:29.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:29.849 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:29.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:29.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:29.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:29.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:30.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:30 smithi203 ceph-mon[117428]: pgmap v8079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:30.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:30 smithi137 ceph-mon[117020]: pgmap v8079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:30.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:30 smithi066 ceph-mon[112137]: pgmap v8079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:31.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:31 smithi203 ceph-mon[117428]: from='client.227226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:31.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:31 smithi137 ceph-mon[117020]: from='client.227226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:31.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:31 smithi066 ceph-mon[112137]: from='client.227226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:32.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:32 smithi203 ceph-mon[117428]: pgmap v8080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:42:32.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:32 smithi137 ceph-mon[117020]: pgmap v8080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:42:32.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:32 smithi066 ceph-mon[112137]: pgmap v8080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:42:34.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:34 smithi203 ceph-mon[117428]: pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:42:34.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:34 smithi137 ceph-mon[117020]: pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:42:34.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:34 smithi066 ceph-mon[112137]: pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:42:34.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:34.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:34.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:35.580 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:35.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:35.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:35.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:35.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:36.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:36 smithi203 ceph-mon[117428]: pgmap v8082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:42:36.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:36 smithi203 ceph-mon[117428]: from='client.227304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:36.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:36 smithi137 ceph-mon[117020]: pgmap v8082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:42:36.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:36 smithi137 ceph-mon[117020]: from='client.227304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:36.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:36 smithi066 ceph-mon[112137]: pgmap v8082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:42:36.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:36 smithi066 ceph-mon[112137]: from='client.227304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:38.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:38 smithi203 ceph-mon[117428]: pgmap v8083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:38.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:38 smithi137 ceph-mon[117020]: pgmap v8083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:38.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:38 smithi066 ceph-mon[112137]: pgmap v8083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:40.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:40 smithi203 ceph-mon[117428]: pgmap v8084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:40.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:40 smithi137 ceph-mon[117020]: pgmap v8084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:40.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:40 smithi066 ceph-mon[112137]: pgmap v8084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:40.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:40.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:40.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:41.304 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:41.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:41.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:41.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:41.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:42.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:42 smithi203 ceph-mon[117428]: pgmap v8085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:42.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:42 smithi203 ceph-mon[117428]: from='client.227379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:42.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:42 smithi137 ceph-mon[117020]: pgmap v8085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:42.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:42 smithi137 ceph-mon[117020]: from='client.227379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:42.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:42 smithi066 ceph-mon[112137]: pgmap v8085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:42.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:42 smithi066 ceph-mon[112137]: from='client.227379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:44 smithi137 ceph-mon[117020]: pgmap v8086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:42:44.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:44 smithi066 ceph-mon[112137]: pgmap v8086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:42:44.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:44 smithi203 ceph-mon[117428]: pgmap v8086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:42:46.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:46.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:46.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:46.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:46 smithi137 ceph-mon[117020]: pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:42:46.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:46 smithi066 ceph-mon[112137]: pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:42:46.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:46 smithi203 ceph-mon[117428]: pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:42:47.037 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:47.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:47.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:47.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:47.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:48.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:48 smithi137 ceph-mon[117020]: pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:42:48.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:48 smithi137 ceph-mon[117020]: from='client.227454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:48.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:48 smithi066 ceph-mon[112137]: pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:42:48.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:48 smithi066 ceph-mon[112137]: from='client.227454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:48.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:48 smithi203 ceph-mon[117428]: pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:42:48.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:48 smithi203 ceph-mon[117428]: from='client.227454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:50.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:50 smithi137 ceph-mon[117020]: pgmap v8089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:50.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:50 smithi066 ceph-mon[112137]: pgmap v8089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:50.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:50 smithi203 ceph-mon[117428]: pgmap v8089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:52.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:52.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:52.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:52.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:52 smithi137 ceph-mon[117020]: pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:52.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:52 smithi066 ceph-mon[112137]: pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:52.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:52 smithi203 ceph-mon[117428]: pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:52.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:52.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:52.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:52.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:52.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:54.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:54 smithi137 ceph-mon[117020]: from='client.227532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:54.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:54 smithi137 ceph-mon[117020]: pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:54.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:54 smithi066 ceph-mon[112137]: from='client.227532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:54.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:54 smithi066 ceph-mon[112137]: pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:54.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:54 smithi203 ceph-mon[117428]: from='client.227532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:54.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:54 smithi203 ceph-mon[117428]: pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:56.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:56 smithi137 ceph-mon[117020]: pgmap v8092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:56.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:56 smithi066 ceph-mon[112137]: pgmap v8092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:56.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:56 smithi203 ceph-mon[117428]: pgmap v8092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:57.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:42:57.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:57.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:58.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:58 smithi137 ceph-mon[117020]: pgmap v8093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:58.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:58 smithi066 ceph-mon[112137]: pgmap v8093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:58.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:42:58.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:58.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:58.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:58.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:42:58.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:58 smithi203 ceph-mon[117428]: pgmap v8093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:59.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:42:59 smithi137 ceph-mon[117020]: from='client.227610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:59.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:42:59 smithi066 ceph-mon[112137]: from='client.227610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:59.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:42:59 smithi203 ceph-mon[117428]: from='client.227610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:00.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:00 smithi137 ceph-mon[117020]: pgmap v8094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:00.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:00 smithi066 ceph-mon[112137]: pgmap v8094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:00.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:00 smithi203 ceph-mon[117428]: pgmap v8094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:02.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:02 smithi137 ceph-mon[117020]: pgmap v8095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:02.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:02 smithi066 ceph-mon[112137]: pgmap v8095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:02.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:02 smithi203 ceph-mon[117428]: pgmap v8095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:03.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:03.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:03.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:04.238 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:04.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:04.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:04.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:04.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:04.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:04 smithi137 ceph-mon[117020]: pgmap v8096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:04.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:04 smithi066 ceph-mon[112137]: pgmap v8096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:04.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:04 smithi203 ceph-mon[117428]: pgmap v8096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:05.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:05 smithi137 ceph-mon[117020]: from='client.227688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:05.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:05 smithi066 ceph-mon[112137]: from='client.227688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:05.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:05 smithi203 ceph-mon[117428]: from='client.227688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:06.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:06 smithi137 ceph-mon[117020]: pgmap v8097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:06.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:06 smithi066 ceph-mon[112137]: pgmap v8097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:06.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:06 smithi203 ceph-mon[117428]: pgmap v8097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:08.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:08 smithi137 ceph-mon[117020]: pgmap v8098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:08.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:08 smithi066 ceph-mon[112137]: pgmap v8098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:08.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:08 smithi203 ceph-mon[117428]: pgmap v8098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:09.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:09.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:09.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:09.978 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:09.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:09.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:09.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:09.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:10.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:10 smithi066 ceph-mon[112137]: pgmap v8099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:10.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:10 smithi203 ceph-mon[117428]: pgmap v8099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:10.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:10 smithi137 ceph-mon[117020]: pgmap v8099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:11.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:11 smithi066 ceph-mon[112137]: from='client.227760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:11.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:11 smithi203 ceph-mon[117428]: from='client.227760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:11.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:11 smithi137 ceph-mon[117020]: from='client.227760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:12.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:12 smithi066 ceph-mon[112137]: pgmap v8100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:12.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:12 smithi203 ceph-mon[117428]: pgmap v8100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:12.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:12 smithi137 ceph-mon[117020]: pgmap v8100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:14.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:14 smithi066 ceph-mon[112137]: pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:14.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:14 smithi203 ceph-mon[117428]: pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:14.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:14 smithi137 ceph-mon[117020]: pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:14.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:14.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:14.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:15.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:15.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:15.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:15.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:15.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:16.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:16 smithi066 ceph-mon[112137]: pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:16.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:16 smithi066 ceph-mon[112137]: from='client.227835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:16.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:16 smithi203 ceph-mon[117428]: pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:16.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:16 smithi203 ceph-mon[117428]: from='client.227835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:16.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:16 smithi137 ceph-mon[117020]: pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:16.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:16 smithi137 ceph-mon[117020]: from='client.227835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:18.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:18 smithi066 ceph-mon[112137]: pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:18.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:18 smithi203 ceph-mon[117428]: pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:18.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:18 smithi137 ceph-mon[117020]: pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:20.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:20 smithi066 ceph-mon[112137]: pgmap v8104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:20.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:20 smithi203 ceph-mon[117428]: pgmap v8104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:20.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:20 smithi137 ceph-mon[117020]: pgmap v8104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:20.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:20.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:20.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:21.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:21.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:21.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:21.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:21.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:22.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:22 smithi066 ceph-mon[112137]: pgmap v8105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:22.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:22 smithi066 ceph-mon[112137]: from='client.227913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:22.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:22 smithi203 ceph-mon[117428]: pgmap v8105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:22.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:22 smithi203 ceph-mon[117428]: from='client.227913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:22.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:22 smithi137 ceph-mon[117020]: pgmap v8105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:22.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:22 smithi137 ceph-mon[117020]: from='client.227913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:24.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:24 smithi066 ceph-mon[112137]: pgmap v8106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:24.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:24 smithi203 ceph-mon[117428]: pgmap v8106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:24.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:24 smithi137 ceph-mon[117020]: pgmap v8106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:26.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:26.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:26.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:26.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:26 smithi066 ceph-mon[112137]: pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:26.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:26 smithi203 ceph-mon[117428]: pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:26.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:26 smithi137 ceph-mon[117020]: pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:27.205 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:27.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:27.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:27.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:27.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:27.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:43:27.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:43:27.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:43:27.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:43:27.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:43:27.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:43:27.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:43:27.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:43:27.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:43:27.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:43:27.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:43:27.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:43:28.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:28 smithi066 ceph-mon[112137]: pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:28.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:28 smithi066 ceph-mon[112137]: from='client.227988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:28.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:28 smithi203 ceph-mon[117428]: pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:28.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:28 smithi203 ceph-mon[117428]: from='client.227988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:28.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:28 smithi137 ceph-mon[117020]: pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:28.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:28 smithi137 ceph-mon[117020]: from='client.227988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:30.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:30 smithi066 ceph-mon[112137]: pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:30.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:30 smithi203 ceph-mon[117428]: pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:30.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:30 smithi137 ceph-mon[117020]: pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:32.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:32.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:32.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:32.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:32 smithi066 ceph-mon[112137]: pgmap v8110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:32.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:32 smithi203 ceph-mon[117428]: pgmap v8110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:32.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:32 smithi137 ceph-mon[117020]: pgmap v8110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:32.926 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:32.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:32.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:32.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:32.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:34.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:34 smithi066 ceph-mon[112137]: pgmap v8111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:34.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:34 smithi066 ceph-mon[112137]: from='client.228060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:34.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:34 smithi203 ceph-mon[117428]: pgmap v8111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:34.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:34 smithi203 ceph-mon[117428]: from='client.228060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:34.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:34 smithi137 ceph-mon[117020]: pgmap v8111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:34.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:34 smithi137 ceph-mon[117020]: from='client.228060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:36.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:36 smithi066 ceph-mon[112137]: pgmap v8112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:36.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:36 smithi203 ceph-mon[117428]: pgmap v8112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:36.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:36 smithi137 ceph-mon[117020]: pgmap v8112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:37.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:37.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:37.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:38.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:38 smithi066 ceph-mon[112137]: pgmap v8113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:38.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:38 smithi203 ceph-mon[117428]: pgmap v8113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:38.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:38 smithi137 ceph-mon[117020]: pgmap v8113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:38.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:38.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:38.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:38.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:38.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:39.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:39 smithi066 ceph-mon[112137]: from='client.228135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:39.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:39 smithi203 ceph-mon[117428]: from='client.228135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:39.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:39 smithi137 ceph-mon[117020]: from='client.228135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:40.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:40 smithi066 ceph-mon[112137]: pgmap v8114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:40.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:40 smithi203 ceph-mon[117428]: pgmap v8114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:40.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:40 smithi137 ceph-mon[117020]: pgmap v8114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:42.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:42 smithi066 ceph-mon[112137]: pgmap v8115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:42.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:42 smithi203 ceph-mon[117428]: pgmap v8115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:42.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:42 smithi137 ceph-mon[117020]: pgmap v8115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:43.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:43.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:43.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:44.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:44.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:44.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:44.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:44.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:44.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:44 smithi066 ceph-mon[112137]: pgmap v8116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:44.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:44 smithi203 ceph-mon[117428]: pgmap v8116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:44.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:44 smithi137 ceph-mon[117020]: pgmap v8116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:45.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:45 smithi066 ceph-mon[112137]: from='client.228207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:45.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:45 smithi203 ceph-mon[117428]: from='client.228207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:45.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:45 smithi137 ceph-mon[117020]: from='client.228207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:46.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:46 smithi066 ceph-mon[112137]: pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:46.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:46 smithi203 ceph-mon[117428]: pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:46.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:46 smithi137 ceph-mon[117020]: pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:48.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:48 smithi066 ceph-mon[112137]: pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:48.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:48 smithi203 ceph-mon[117428]: pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:48.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:48 smithi137 ceph-mon[117020]: pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:49.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:49.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:49.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:50.105 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:50.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:50.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:50.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:50.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:50.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:50 smithi066 ceph-mon[112137]: pgmap v8119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:50.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:50 smithi203 ceph-mon[117428]: pgmap v8119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:50.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:50 smithi137 ceph-mon[117020]: pgmap v8119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:51.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:51 smithi066 ceph-mon[112137]: from='client.228282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:51.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:51 smithi203 ceph-mon[117428]: from='client.228282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:51.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:51 smithi137 ceph-mon[117020]: from='client.228282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:52.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:52 smithi066 ceph-mon[112137]: pgmap v8120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:52.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:52 smithi203 ceph-mon[117428]: pgmap v8120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:52.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:52 smithi137 ceph-mon[117020]: pgmap v8120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:54.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:54 smithi066 ceph-mon[112137]: pgmap v8121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:54.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:54 smithi203 ceph-mon[117428]: pgmap v8121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:54.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:54 smithi137 ceph-mon[117020]: pgmap v8121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:55.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:43:55.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:55.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:55.840 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:43:55.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:55.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:55.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:55.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:43:56.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:56 smithi066 ceph-mon[112137]: pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:56.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:56 smithi203 ceph-mon[117428]: pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:56.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:56 smithi137 ceph-mon[117020]: pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:57.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:57 smithi066 ceph-mon[112137]: from='client.228360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:57.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:57 smithi203 ceph-mon[117428]: from='client.228360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:57.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:57 smithi137 ceph-mon[117020]: from='client.228360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:58.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:43:58 smithi066 ceph-mon[112137]: pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:58.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:43:58 smithi203 ceph-mon[117428]: pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:58.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:43:58 smithi137 ceph-mon[117020]: pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:00.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:00 smithi066 ceph-mon[112137]: pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:00.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:00 smithi203 ceph-mon[117428]: pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:00.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:00 smithi137 ceph-mon[117020]: pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:00.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:00.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:00.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:01.572 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:01.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:01.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:01.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:01.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:02.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:02 smithi066 ceph-mon[112137]: pgmap v8125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:02.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:02 smithi066 ceph-mon[112137]: from='client.228435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:02.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:02 smithi203 ceph-mon[117428]: pgmap v8125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:02.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:02 smithi203 ceph-mon[117428]: from='client.228435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:02.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:02 smithi137 ceph-mon[117020]: pgmap v8125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:02.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:02 smithi137 ceph-mon[117020]: from='client.228435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:04.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:04 smithi066 ceph-mon[112137]: pgmap v8126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:04.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:04 smithi203 ceph-mon[117428]: pgmap v8126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:04.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:04 smithi137 ceph-mon[117020]: pgmap v8126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:06.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:06 smithi203 ceph-mon[117428]: pgmap v8127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:06.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:06.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:06.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:06.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:06 smithi137 ceph-mon[117020]: pgmap v8127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:06.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:06 smithi066 ceph-mon[112137]: pgmap v8127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:07.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:07.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:07.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:07.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:07.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:08.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:08 smithi203 ceph-mon[117428]: pgmap v8128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:08.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:08 smithi203 ceph-mon[117428]: from='client.228510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:08.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:08 smithi137 ceph-mon[117020]: pgmap v8128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:08.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:08 smithi137 ceph-mon[117020]: from='client.228510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:08.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:08 smithi066 ceph-mon[112137]: pgmap v8128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:08.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:08 smithi066 ceph-mon[112137]: from='client.228510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:10.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:10 smithi203 ceph-mon[117428]: pgmap v8129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:10.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:10 smithi137 ceph-mon[117020]: pgmap v8129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:10.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:10 smithi066 ceph-mon[112137]: pgmap v8129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:12.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:12.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:12.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:12.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:12 smithi203 ceph-mon[117428]: pgmap v8130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:12.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:12 smithi137 ceph-mon[117020]: pgmap v8130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:12.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:12 smithi066 ceph-mon[112137]: pgmap v8130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:13.022 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:13.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:13.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:13.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:13.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:14.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:14 smithi203 ceph-mon[117428]: pgmap v8131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:14.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:14 smithi203 ceph-mon[117428]: from='client.228579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:14.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:14 smithi137 ceph-mon[117020]: pgmap v8131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:14.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:14 smithi137 ceph-mon[117020]: from='client.228579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:14.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:14 smithi066 ceph-mon[112137]: pgmap v8131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:14.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:14 smithi066 ceph-mon[112137]: from='client.228579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:16.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:16 smithi203 ceph-mon[117428]: pgmap v8132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:16.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:16 smithi137 ceph-mon[117020]: pgmap v8132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:16.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:16 smithi066 ceph-mon[112137]: pgmap v8132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:18.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:18.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:18.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:18.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:18 smithi203 ceph-mon[117428]: pgmap v8133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:18.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:18 smithi137 ceph-mon[117020]: pgmap v8133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:18.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:18 smithi066 ceph-mon[112137]: pgmap v8133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:18.745 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:18.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:18.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:18.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:18.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:20.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:20 smithi203 ceph-mon[117428]: from='client.228651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:20.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:20 smithi203 ceph-mon[117428]: pgmap v8134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:20.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:20 smithi137 ceph-mon[117020]: from='client.228651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:20.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:20 smithi137 ceph-mon[117020]: pgmap v8134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:20.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:20 smithi066 ceph-mon[112137]: from='client.228651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:20.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:20 smithi066 ceph-mon[112137]: pgmap v8134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:22.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:22 smithi203 ceph-mon[117428]: pgmap v8135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:22.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:22 smithi137 ceph-mon[117020]: pgmap v8135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:22.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:22 smithi066 ceph-mon[112137]: pgmap v8135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:23.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:23.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:23.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:24.479 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:24.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:24.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:24.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:24.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:24.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:24 smithi203 ceph-mon[117428]: pgmap v8136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:24.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:24 smithi137 ceph-mon[117020]: pgmap v8136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:24.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:24 smithi066 ceph-mon[112137]: pgmap v8136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:25.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:25 smithi203 ceph-mon[117428]: from='client.228726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:25.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:25 smithi137 ceph-mon[117020]: from='client.228726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:25.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:25 smithi066 ceph-mon[112137]: from='client.228726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:26.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:26 smithi203 ceph-mon[117428]: pgmap v8137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:26.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:26 smithi137 ceph-mon[117020]: pgmap v8137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:26.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:26 smithi066 ceph-mon[112137]: pgmap v8137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:28.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:28 smithi203 ceph-mon[117428]: pgmap v8138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:28.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:44:28.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:44:28.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:44:28.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:44:28.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:28 smithi137 ceph-mon[117020]: pgmap v8138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:28.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:44:28.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:44:28.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:44:28.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:44:28.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:28 smithi066 ceph-mon[112137]: pgmap v8138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:28.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:44:28.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:44:28.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:44:28.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:44:29.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:29.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:29.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:30.206 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:30.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:30.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:30.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:30.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:30.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:30 smithi203 ceph-mon[117428]: pgmap v8139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:30.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:30 smithi137 ceph-mon[117020]: pgmap v8139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:30.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:30 smithi066 ceph-mon[112137]: pgmap v8139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:31.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:31 smithi203 ceph-mon[117428]: from='client.228804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:31.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:31 smithi137 ceph-mon[117020]: from='client.228804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:31.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:31 smithi066 ceph-mon[112137]: from='client.228804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:32.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:32 smithi203 ceph-mon[117428]: pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:32.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:32 smithi137 ceph-mon[117020]: pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:32.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:32 smithi066 ceph-mon[112137]: pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:34.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:34 smithi203 ceph-mon[117428]: pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:34.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:34 smithi137 ceph-mon[117020]: pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:34.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:34 smithi066 ceph-mon[112137]: pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:35.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:35.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:35.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:35.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:35.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:35.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:35.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:35.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:36.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:36 smithi203 ceph-mon[117428]: pgmap v8142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:36.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:36 smithi137 ceph-mon[117020]: pgmap v8142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:36.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:36 smithi066 ceph-mon[112137]: pgmap v8142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:37.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:37 smithi203 ceph-mon[117428]: from='client.228879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:37.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:37 smithi137 ceph-mon[117020]: from='client.228879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:37.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:37 smithi066 ceph-mon[112137]: from='client.228879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:38.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:38 smithi203 ceph-mon[117428]: pgmap v8143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:38.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:38 smithi137 ceph-mon[117020]: pgmap v8143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:38.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:38 smithi066 ceph-mon[112137]: pgmap v8143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:40.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:40 smithi203 ceph-mon[117428]: pgmap v8144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:40.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:40 smithi137 ceph-mon[117020]: pgmap v8144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:40.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:40 smithi066 ceph-mon[112137]: pgmap v8144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:40.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:40.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:40.943 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:41.666 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:41.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:41.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:41.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:41.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:42.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:42 smithi203 ceph-mon[117428]: pgmap v8145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:42.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:42 smithi203 ceph-mon[117428]: from='client.228954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:42.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:42 smithi137 ceph-mon[117020]: pgmap v8145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:42.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:42 smithi137 ceph-mon[117020]: from='client.228954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:42.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:42 smithi066 ceph-mon[112137]: pgmap v8145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:42.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:42 smithi066 ceph-mon[112137]: from='client.228954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:44.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:44 smithi203 ceph-mon[117428]: pgmap v8146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:44.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:44 smithi137 ceph-mon[117020]: pgmap v8146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:44.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:44 smithi066 ceph-mon[112137]: pgmap v8146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:46.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:46 smithi203 ceph-mon[117428]: pgmap v8147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:46.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:46 smithi137 ceph-mon[117020]: pgmap v8147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:46.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:46.668 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:46.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:46.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:46 smithi066 ceph-mon[112137]: pgmap v8147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:47.397 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:47.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:47.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:47.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:47.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:48.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:48 smithi203 ceph-mon[117428]: pgmap v8148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:48.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:48 smithi203 ceph-mon[117428]: from='client.229032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:48.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:48 smithi137 ceph-mon[117020]: pgmap v8148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:48.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:48 smithi137 ceph-mon[117020]: from='client.229032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:48.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:48 smithi066 ceph-mon[112137]: pgmap v8148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:48.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:48 smithi066 ceph-mon[112137]: from='client.229032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:50.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:50 smithi137 ceph-mon[117020]: pgmap v8149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:50.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:50 smithi066 ceph-mon[112137]: pgmap v8149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:50.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:50 smithi203 ceph-mon[117428]: pgmap v8149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:52.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:52.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:52.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:52.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:52 smithi137 ceph-mon[117020]: pgmap v8150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:52.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:52 smithi066 ceph-mon[112137]: pgmap v8150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:52.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:52 smithi203 ceph-mon[117428]: pgmap v8150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:53.135 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:53.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:53.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:53.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:53.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:44:54.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:54 smithi137 ceph-mon[117020]: pgmap v8151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:54.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:54 smithi137 ceph-mon[117020]: from='client.229107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:54.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:54 smithi066 ceph-mon[112137]: pgmap v8151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:54.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:54 smithi066 ceph-mon[112137]: from='client.229107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:54 smithi203 ceph-mon[117428]: pgmap v8151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:54.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:54 smithi203 ceph-mon[117428]: from='client.229107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:56.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:56 smithi137 ceph-mon[117020]: pgmap v8152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:56.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:56 smithi066 ceph-mon[112137]: pgmap v8152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:56.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:56 smithi203 ceph-mon[117428]: pgmap v8152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:58.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:44:58.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:58.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:58.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:44:58 smithi137 ceph-mon[117020]: pgmap v8153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:58.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:44:58 smithi066 ceph-mon[112137]: pgmap v8153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:58.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:44:58 smithi203 ceph-mon[117428]: pgmap v8153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:58.861 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:44:58.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:58.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:58.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:58.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:00.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:00 smithi137 ceph-mon[117020]: pgmap v8154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:00.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:00 smithi137 ceph-mon[117020]: from='client.229179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:00.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:00 smithi066 ceph-mon[112137]: pgmap v8154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:00.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:00 smithi066 ceph-mon[112137]: from='client.229179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:00.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:00 smithi203 ceph-mon[117428]: pgmap v8154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:00.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:00 smithi203 ceph-mon[117428]: from='client.229179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:02.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:02 smithi137 ceph-mon[117020]: pgmap v8155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:02.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:02 smithi066 ceph-mon[112137]: pgmap v8155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:02.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:02 smithi203 ceph-mon[117428]: pgmap v8155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:03.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:03.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:03.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:04.589 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:04.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:04.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:04.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:04.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:04.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:04 smithi137 ceph-mon[117020]: pgmap v8156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:04.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:04 smithi066 ceph-mon[112137]: pgmap v8156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:04.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:04 smithi203 ceph-mon[117428]: pgmap v8156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:05.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:05 smithi137 ceph-mon[117020]: from='client.229254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:05.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:05 smithi066 ceph-mon[112137]: from='client.229254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:05.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:05 smithi203 ceph-mon[117428]: from='client.229254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:06.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:06 smithi137 ceph-mon[117020]: pgmap v8157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:06.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:06 smithi066 ceph-mon[112137]: pgmap v8157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:06.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:06 smithi203 ceph-mon[117428]: pgmap v8157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:08.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:08 smithi137 ceph-mon[117020]: pgmap v8158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:08.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:08 smithi066 ceph-mon[112137]: pgmap v8158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:08.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:08 smithi203 ceph-mon[117428]: pgmap v8158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:09.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:09.592 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:09.592 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:10.317 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:10.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:10.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:10.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:10.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:10.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:10 smithi137 ceph-mon[117020]: pgmap v8159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:10.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:10 smithi066 ceph-mon[112137]: pgmap v8159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:10.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:10 smithi203 ceph-mon[117428]: pgmap v8159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:11.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:11 smithi137 ceph-mon[117020]: from='client.229329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:11.731 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:11 smithi066 ceph-mon[112137]: from='client.229329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:11.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:11 smithi203 ceph-mon[117428]: from='client.229329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:12.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:12 smithi137 ceph-mon[117020]: pgmap v8160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:12.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:12 smithi066 ceph-mon[112137]: pgmap v8160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:12.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:12 smithi203 ceph-mon[117428]: pgmap v8160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:14.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:14 smithi137 ceph-mon[117020]: pgmap v8161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:14.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:14 smithi066 ceph-mon[112137]: pgmap v8161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:14.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:14 smithi203 ceph-mon[117428]: pgmap v8161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:15.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:15.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:15.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:16.051 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:16.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:16.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:16.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:16.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:16.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:16 smithi137 ceph-mon[117020]: pgmap v8162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:16.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:16 smithi066 ceph-mon[112137]: pgmap v8162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:16.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:16 smithi203 ceph-mon[117428]: pgmap v8162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:17.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:17 smithi066 ceph-mon[112137]: from='client.229404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:17.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:17 smithi203 ceph-mon[117428]: from='client.229404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:17.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:17 smithi137 ceph-mon[117020]: from='client.229404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:18.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:18 smithi066 ceph-mon[112137]: pgmap v8163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:18.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:18 smithi203 ceph-mon[117428]: pgmap v8163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:18.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:18 smithi137 ceph-mon[117020]: pgmap v8163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:20.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:20 smithi066 ceph-mon[112137]: pgmap v8164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:20.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:20 smithi203 ceph-mon[117428]: pgmap v8164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:20.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:20 smithi137 ceph-mon[117020]: pgmap v8164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:21.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:21.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:21.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:21.773 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:21.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:21.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:21.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:21.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:22.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:22 smithi066 ceph-mon[112137]: pgmap v8165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:22.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:22 smithi203 ceph-mon[117428]: pgmap v8165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:22.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:22 smithi137 ceph-mon[117020]: pgmap v8165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:23.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:23 smithi066 ceph-mon[112137]: from='client.229479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:23.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:23 smithi203 ceph-mon[117428]: from='client.229479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:23.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:23 smithi137 ceph-mon[117020]: from='client.229479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:24.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:24 smithi066 ceph-mon[112137]: pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:24.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:24 smithi203 ceph-mon[117428]: pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:24.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:24 smithi137 ceph-mon[117020]: pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:26.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:26 smithi066 ceph-mon[112137]: pgmap v8167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:26.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:26.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:26.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:26.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:26 smithi203 ceph-mon[117428]: pgmap v8167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:26.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:26 smithi137 ceph-mon[117020]: pgmap v8167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:27.497 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:27.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:27.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:27.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:27.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:28.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:28 smithi066 ceph-mon[112137]: pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:28.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:28 smithi066 ceph-mon[112137]: from='client.229554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:28.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:45:28.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:28 smithi203 ceph-mon[117428]: pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:28.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:28 smithi203 ceph-mon[117428]: from='client.229554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:28.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:45:28.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:28 smithi137 ceph-mon[117020]: pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:28.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:28 smithi137 ceph-mon[117020]: from='client.229554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:28.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:45:28.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:28.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:30.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:29 smithi137 ceph-mon[117020]: pgmap v8169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:30.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:45:30.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:45:30.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:30.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:29 smithi066 ceph-mon[112137]: pgmap v8169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:30.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:45:30.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:45:30.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:30.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:29 smithi203 ceph-mon[117428]: pgmap v8169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:30.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:45:30.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:45:30.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:45:32.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:31 smithi137 ceph-mon[117020]: pgmap v8170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:32.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:31 smithi066 ceph-mon[112137]: pgmap v8170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:32.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:31 smithi203 ceph-mon[117428]: pgmap v8170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:32.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:32.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:32.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:33.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:33.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:33.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:33.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:33.215 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:34.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:33 smithi137 ceph-mon[117020]: pgmap v8171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:34.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:33 smithi137 ceph-mon[117020]: from='client.229632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:34.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:33 smithi066 ceph-mon[112137]: pgmap v8171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:34.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:33 smithi066 ceph-mon[112137]: from='client.229632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:34.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:33 smithi203 ceph-mon[117428]: pgmap v8171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:34.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:33 smithi203 ceph-mon[117428]: from='client.229632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:36.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:35 smithi137 ceph-mon[117020]: pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:36.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:35 smithi066 ceph-mon[112137]: pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:36.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:35 smithi203 ceph-mon[117428]: pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:38.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:37 smithi137 ceph-mon[117020]: pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:38.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:38.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:38.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:38.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:37 smithi066 ceph-mon[112137]: pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:38.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:37 smithi203 ceph-mon[117428]: pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:38.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:38.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:38.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:38.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:38.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:40.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:39 smithi137 ceph-mon[117020]: pgmap v8174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:40.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:39 smithi137 ceph-mon[117020]: from='client.229707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:40.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:39 smithi066 ceph-mon[112137]: pgmap v8174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:40.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:39 smithi066 ceph-mon[112137]: from='client.229707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:40.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:39 smithi203 ceph-mon[117428]: pgmap v8174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:40.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:39 smithi203 ceph-mon[117428]: from='client.229707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:42.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:41 smithi137 ceph-mon[117020]: pgmap v8175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:42.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:41 smithi066 ceph-mon[112137]: pgmap v8175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:42.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:41 smithi203 ceph-mon[117428]: pgmap v8175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:43.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:43.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:43.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:44.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:43 smithi137 ceph-mon[117020]: pgmap v8176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:44.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:43 smithi066 ceph-mon[112137]: pgmap v8176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:44.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:43 smithi203 ceph-mon[117428]: pgmap v8176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:44.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:44.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:44.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:44.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:44.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:45.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:44 smithi137 ceph-mon[117020]: from='client.229782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:45.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:44 smithi066 ceph-mon[112137]: from='client.229782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:45.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:44 smithi203 ceph-mon[117428]: from='client.229782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:46.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:45 smithi137 ceph-mon[117020]: pgmap v8177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:46.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:45 smithi066 ceph-mon[112137]: pgmap v8177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:46.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:45 smithi203 ceph-mon[117428]: pgmap v8177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:48.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:47 smithi137 ceph-mon[117020]: pgmap v8178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:45:48.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:47 smithi066 ceph-mon[112137]: pgmap v8178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:45:48.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:47 smithi203 ceph-mon[117428]: pgmap v8178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:45:49.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:49.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:49.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:50.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:49 smithi066 ceph-mon[112137]: pgmap v8179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:45:50.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:49 smithi203 ceph-mon[117428]: pgmap v8179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:45:50.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:49 smithi137 ceph-mon[117020]: pgmap v8179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:45:50.403 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:50.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:50.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:50.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:50.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:51.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:50 smithi066 ceph-mon[112137]: from='client.229860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:51.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:50 smithi203 ceph-mon[117428]: from='client.229860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:51.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:50 smithi137 ceph-mon[117020]: from='client.229860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:52.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:51 smithi066 ceph-mon[112137]: pgmap v8180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:52.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:51 smithi203 ceph-mon[117428]: pgmap v8180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:52.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:51 smithi137 ceph-mon[117020]: pgmap v8180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:54.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:53 smithi066 ceph-mon[112137]: pgmap v8181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:54.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:53 smithi203 ceph-mon[117428]: pgmap v8181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:54.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:53 smithi137 ceph-mon[117020]: pgmap v8181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:55.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:45:55.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:55.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:56.119 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:45:56.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:56.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:56.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:56.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:45:56.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:55 smithi066 ceph-mon[112137]: pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:56.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:55 smithi203 ceph-mon[117428]: pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:56.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:55 smithi137 ceph-mon[117020]: pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:57.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:56 smithi066 ceph-mon[112137]: from='client.229938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:57.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:56 smithi203 ceph-mon[117428]: from='client.229938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:57.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:56 smithi137 ceph-mon[117020]: from='client.229938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:58.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:57 smithi066 ceph-mon[112137]: pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:58.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:57 smithi203 ceph-mon[117428]: pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:58.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:57 smithi137 ceph-mon[117020]: pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:00.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:45:59 smithi066 ceph-mon[112137]: pgmap v8184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:46:00.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:45:59 smithi203 ceph-mon[117428]: pgmap v8184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:46:00.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:45:59 smithi137 ceph-mon[117020]: pgmap v8184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:46:01.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:01.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:01.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:01.843 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:01.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:01.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:01.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:01.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:02.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:01 smithi066 ceph-mon[112137]: pgmap v8185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:46:02.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:01 smithi203 ceph-mon[117428]: pgmap v8185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:46:02.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:01 smithi137 ceph-mon[117020]: pgmap v8185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:46:03.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:02 smithi066 ceph-mon[112137]: from='client.230016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:03.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:02 smithi203 ceph-mon[117428]: from='client.230016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:03.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:02 smithi137 ceph-mon[117020]: from='client.230016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:04.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:03 smithi066 ceph-mon[112137]: pgmap v8186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:04.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:03 smithi203 ceph-mon[117428]: pgmap v8186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:04.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:03 smithi137 ceph-mon[117020]: pgmap v8186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:06.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:05 smithi066 ceph-mon[112137]: pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:06.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:05 smithi203 ceph-mon[117428]: pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:06.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:05 smithi137 ceph-mon[117020]: pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:06.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:06.846 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:06.846 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:07.597 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:07.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:07.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:07.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:07.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:08.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:07 smithi066 ceph-mon[112137]: pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:08.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:07 smithi066 ceph-mon[112137]: from='client.230091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:08.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:07 smithi203 ceph-mon[117428]: pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:08.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:07 smithi203 ceph-mon[117428]: from='client.230091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:08.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:07 smithi137 ceph-mon[117020]: pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:08.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:07 smithi137 ceph-mon[117020]: from='client.230091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:10.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:09 smithi066 ceph-mon[112137]: pgmap v8189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:10.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:09 smithi203 ceph-mon[117428]: pgmap v8189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:10.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:09 smithi137 ceph-mon[117020]: pgmap v8189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:12.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:11 smithi066 ceph-mon[112137]: pgmap v8190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:12.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:11 smithi203 ceph-mon[117428]: pgmap v8190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:12.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:11 smithi137 ceph-mon[117020]: pgmap v8190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:12.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:12.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:12.600 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:13.324 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:13.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:13.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:13.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:13.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:14.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:13 smithi066 ceph-mon[112137]: pgmap v8191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:14.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:13 smithi066 ceph-mon[112137]: from='client.230160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:14.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:13 smithi203 ceph-mon[117428]: pgmap v8191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:14.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:13 smithi203 ceph-mon[117428]: from='client.230160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:14.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:13 smithi137 ceph-mon[117020]: pgmap v8191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:14.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:13 smithi137 ceph-mon[117020]: from='client.230160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:16.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:15 smithi066 ceph-mon[112137]: pgmap v8192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:16.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:15 smithi203 ceph-mon[117428]: pgmap v8192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:16.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:15 smithi137 ceph-mon[117020]: pgmap v8192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:18.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:17 smithi066 ceph-mon[112137]: pgmap v8193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:18.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:17 smithi203 ceph-mon[117428]: pgmap v8193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:18.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:18.326 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:18.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:18.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:17 smithi137 ceph-mon[117020]: pgmap v8193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:19.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:19.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:19.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:19.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:19.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:20.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:19 smithi066 ceph-mon[112137]: pgmap v8194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:20.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:19 smithi066 ceph-mon[112137]: from='client.230232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:20.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:19 smithi203 ceph-mon[117428]: pgmap v8194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:20.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:19 smithi203 ceph-mon[117428]: from='client.230232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:20.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:19 smithi137 ceph-mon[117020]: pgmap v8194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:20.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:19 smithi137 ceph-mon[117020]: from='client.230232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:22.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:21 smithi066 ceph-mon[112137]: pgmap v8195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:22.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:21 smithi203 ceph-mon[117428]: pgmap v8195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:22.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:21 smithi137 ceph-mon[117020]: pgmap v8195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:24.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:24.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:24.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:24.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:23 smithi066 ceph-mon[112137]: pgmap v8196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:24.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:23 smithi203 ceph-mon[117428]: pgmap v8196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:24.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:23 smithi137 ceph-mon[117020]: pgmap v8196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:24.779 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:24.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:24.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:24.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:24.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:26.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:25 smithi066 ceph-mon[112137]: from='client.230304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:26.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:25 smithi066 ceph-mon[112137]: pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:26.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:25 smithi203 ceph-mon[117428]: from='client.230304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:26.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:25 smithi203 ceph-mon[117428]: pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:26.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:25 smithi137 ceph-mon[117020]: from='client.230304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:26.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:25 smithi137 ceph-mon[117020]: pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:28.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:27 smithi066 ceph-mon[112137]: pgmap v8198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:46:28.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:27 smithi203 ceph-mon[117428]: pgmap v8198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:46:28.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:27 smithi137 ceph-mon[117020]: pgmap v8198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:46:29.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:29.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:29.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:30.195 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:29 smithi066 ceph-mon[112137]: pgmap v8199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:46:30.195 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:46:30.293 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:29 smithi203 ceph-mon[117428]: pgmap v8199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:46:30.293 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:46:30.293 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:29 smithi137 ceph-mon[117020]: pgmap v8199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:46:30.293 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:46:30.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:30.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:30.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:30.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:30.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:30.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:30 smithi066 ceph-mon[112137]: from='client.230379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:31.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:30 smithi203 ceph-mon[117428]: from='client.230379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:31.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:30 smithi137 ceph-mon[117020]: from='client.230379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:32.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:31 smithi203 ceph-mon[117428]: pgmap v8200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:32.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:31 smithi066 ceph-mon[112137]: pgmap v8200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:32.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:31 smithi137 ceph-mon[117020]: pgmap v8200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:32.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:32.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:33.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:33.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:33.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:46:33.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:46:33.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:33.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:33.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:33.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:46:33.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:46:33.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:46:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:46:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:46:34.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:34 smithi203 ceph-mon[117428]: pgmap v8201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:34.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:34 smithi137 ceph-mon[117020]: pgmap v8201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:34.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:34 smithi066 ceph-mon[112137]: pgmap v8201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:35.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:35.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:35.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:36.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:36.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:36.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:36 smithi203 ceph-mon[117428]: pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:36.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:36 smithi137 ceph-mon[117020]: pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:36 smithi066 ceph-mon[112137]: pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:37.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:37 smithi203 ceph-mon[117428]: from='client.230457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:37.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:37 smithi137 ceph-mon[117020]: from='client.230457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:37.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:37 smithi066 ceph-mon[112137]: from='client.230457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:38.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:38 smithi137 ceph-mon[117020]: pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:38.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:38 smithi066 ceph-mon[112137]: pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:38.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:38 smithi203 ceph-mon[117428]: pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:40.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:40 smithi137 ceph-mon[117020]: pgmap v8204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:46:40.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:40 smithi066 ceph-mon[112137]: pgmap v8204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:46:40.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:40 smithi203 ceph-mon[117428]: pgmap v8204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:46:41.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:41.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:41.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:42.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:42.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:42.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:42.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:42.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:42.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:42 smithi137 ceph-mon[117020]: pgmap v8205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:46:42.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:42 smithi066 ceph-mon[112137]: pgmap v8205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:46:42.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:42 smithi203 ceph-mon[117428]: pgmap v8205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:46:43.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:43 smithi137 ceph-mon[117020]: from='client.230529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:43.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:43 smithi066 ceph-mon[112137]: from='client.230529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:43.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:43 smithi203 ceph-mon[117428]: from='client.230529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:44.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:44 smithi137 ceph-mon[117020]: pgmap v8206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:44.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:44 smithi066 ceph-mon[112137]: pgmap v8206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:44.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:44 smithi203 ceph-mon[117428]: pgmap v8206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:46.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:46 smithi137 ceph-mon[117020]: pgmap v8207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:46.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:46 smithi066 ceph-mon[112137]: pgmap v8207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:46.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:46 smithi203 ceph-mon[117428]: pgmap v8207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:47.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:47.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:47.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:47.728 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:47.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:47.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:47.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:47.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:48.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:48 smithi137 ceph-mon[117020]: pgmap v8208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:48.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:48 smithi137 ceph-mon[117020]: from='client.230607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:48.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:48 smithi066 ceph-mon[112137]: pgmap v8208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:48.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:48 smithi066 ceph-mon[112137]: from='client.230607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:48.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:48 smithi203 ceph-mon[117428]: pgmap v8208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:48.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:48 smithi203 ceph-mon[117428]: from='client.230607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:50.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:50 smithi137 ceph-mon[117020]: pgmap v8209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:50.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:50 smithi066 ceph-mon[112137]: pgmap v8209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:50.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:50 smithi203 ceph-mon[117428]: pgmap v8209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:52.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:52 smithi137 ceph-mon[117020]: pgmap v8210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:52.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:52 smithi066 ceph-mon[112137]: pgmap v8210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:52.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:52 smithi203 ceph-mon[117428]: pgmap v8210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:52.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:52.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:52.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:53.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:53.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:53.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:53.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:53.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:46:54.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:54 smithi137 ceph-mon[117020]: pgmap v8211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:54.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:54 smithi137 ceph-mon[117020]: from='client.230685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:54.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:54 smithi066 ceph-mon[112137]: pgmap v8211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:54.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:54 smithi066 ceph-mon[112137]: from='client.230685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:54.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:54 smithi203 ceph-mon[117428]: pgmap v8211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:54.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:54 smithi203 ceph-mon[117428]: from='client.230685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:56.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:56 smithi137 ceph-mon[117020]: pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:56.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:56 smithi066 ceph-mon[112137]: pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:56.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:56 smithi203 ceph-mon[117428]: pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:58.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:46:58 smithi137 ceph-mon[117020]: pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:58.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:46:58.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:58.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:58.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:46:58 smithi066 ceph-mon[112137]: pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:58.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:46:58 smithi203 ceph-mon[117428]: pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:59.198 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:46:59.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:59.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:59.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:59.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:00.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:00 smithi137 ceph-mon[117020]: pgmap v8214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:00.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:00 smithi137 ceph-mon[117020]: from='client.230760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:00.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:00 smithi066 ceph-mon[112137]: pgmap v8214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:00.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:00 smithi066 ceph-mon[112137]: from='client.230760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:00.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:00 smithi203 ceph-mon[117428]: pgmap v8214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:00.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:00 smithi203 ceph-mon[117428]: from='client.230760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:02.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:02 smithi137 ceph-mon[117020]: pgmap v8215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:02.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:02 smithi066 ceph-mon[112137]: pgmap v8215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:02.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:02 smithi203 ceph-mon[117428]: pgmap v8215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:04.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:04.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:04.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:04.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:04 smithi137 ceph-mon[117020]: pgmap v8216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:04.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:04 smithi066 ceph-mon[112137]: pgmap v8216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:04.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:04 smithi203 ceph-mon[117428]: pgmap v8216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:04.920 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:04.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:04.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:04.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:04.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:06.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:06 smithi137 ceph-mon[117020]: pgmap v8217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:06.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:06 smithi137 ceph-mon[117020]: from='client.230838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:06.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:06 smithi066 ceph-mon[112137]: pgmap v8217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:06.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:06 smithi066 ceph-mon[112137]: from='client.230838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:06.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:06 smithi203 ceph-mon[117428]: pgmap v8217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:06.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:06 smithi203 ceph-mon[117428]: from='client.230838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:08.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:08 smithi137 ceph-mon[117020]: pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:08.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:08 smithi066 ceph-mon[112137]: pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:08.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:08 smithi203 ceph-mon[117428]: pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:09.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:09.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:09.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:10.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:10 smithi137 ceph-mon[117020]: pgmap v8219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:10.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:10 smithi066 ceph-mon[112137]: pgmap v8219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:10.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:10 smithi203 ceph-mon[117428]: pgmap v8219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:10.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:10.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:10.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:10.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:10.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:11.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:11 smithi066 ceph-mon[112137]: from='client.230916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:11.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:11 smithi203 ceph-mon[117428]: from='client.230916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:11.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:11 smithi137 ceph-mon[117020]: from='client.230916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:12.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:12 smithi066 ceph-mon[112137]: pgmap v8220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:12.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:12 smithi203 ceph-mon[117428]: pgmap v8220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:12.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:12 smithi137 ceph-mon[117020]: pgmap v8220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:14.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:14 smithi066 ceph-mon[112137]: pgmap v8221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:14.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:14 smithi203 ceph-mon[117428]: pgmap v8221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:14.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:14 smithi137 ceph-mon[117020]: pgmap v8221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:15.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:15.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:15.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:16.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:16.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:16.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:16.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:16.367 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:16.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:16 smithi066 ceph-mon[112137]: pgmap v8222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:16 smithi203 ceph-mon[117428]: pgmap v8222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:16.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:16 smithi137 ceph-mon[117020]: pgmap v8222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:17.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:17 smithi066 ceph-mon[112137]: from='client.230994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:17.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:17 smithi203 ceph-mon[117428]: from='client.230994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:17.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:17 smithi137 ceph-mon[117020]: from='client.230994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:18.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:18 smithi066 ceph-mon[112137]: pgmap v8223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:18.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:18 smithi203 ceph-mon[117428]: pgmap v8223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:18.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:18 smithi137 ceph-mon[117020]: pgmap v8223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:20.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:20 smithi066 ceph-mon[112137]: pgmap v8224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:20.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:20 smithi203 ceph-mon[117428]: pgmap v8224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:20.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:20 smithi137 ceph-mon[117020]: pgmap v8224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:21.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:21.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:21.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:22.092 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:22.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:22.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:22.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:22.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:22.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:22 smithi066 ceph-mon[112137]: pgmap v8225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:22.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:22 smithi203 ceph-mon[117428]: pgmap v8225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:22.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:22 smithi137 ceph-mon[117020]: pgmap v8225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:23.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:23 smithi066 ceph-mon[112137]: from='client.231069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:23.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:23 smithi203 ceph-mon[117428]: from='client.231069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:23.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:23 smithi137 ceph-mon[117020]: from='client.231069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:24.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:24 smithi066 ceph-mon[112137]: pgmap v8226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:24.652 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:24 smithi137 ceph-mon[117020]: pgmap v8226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:24.652 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:24 smithi203 ceph-mon[117428]: pgmap v8226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:26.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:26 smithi066 ceph-mon[112137]: pgmap v8227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:26.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:26 smithi203 ceph-mon[117428]: pgmap v8227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:26.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:26 smithi137 ceph-mon[117020]: pgmap v8227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:27.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:27.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:27.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:27.820 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:27.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:27.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:27.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:27.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:28.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:28 smithi066 ceph-mon[112137]: pgmap v8228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:28.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:28 smithi203 ceph-mon[117428]: pgmap v8228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:28.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:28 smithi137 ceph-mon[117020]: pgmap v8228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:29.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:29 smithi066 ceph-mon[112137]: from='client.231147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:29.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:29 smithi203 ceph-mon[117428]: from='client.231147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:29.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:29 smithi137 ceph-mon[117020]: from='client.231147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:30.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:30 smithi066 ceph-mon[112137]: pgmap v8229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:30.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:30 smithi203 ceph-mon[117428]: pgmap v8229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:30.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:30 smithi137 ceph-mon[117020]: pgmap v8229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:32.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:32 smithi066 ceph-mon[112137]: pgmap v8230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:32.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:32 smithi203 ceph-mon[117428]: pgmap v8230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:32.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:32 smithi137 ceph-mon[117020]: pgmap v8230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:32.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:32.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:32.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:47:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:47:33.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:33.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:33.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:33.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:33.583 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:33.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:47:33.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:33.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: pgmap v8231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='client.231219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:47:34.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:47:34.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:47:34.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: pgmap v8231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:34.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='client.231219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:34.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:47:34.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: pgmap v8231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='client.231219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:47:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:47:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:47:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:47:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:47:35.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:35 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16584M 2023-12-07T21:47:35.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:35 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16584M 2023-12-07T21:47:35.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:35 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16584M 2023-12-07T21:47:36.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:36 smithi203 ceph-mon[117428]: pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:36.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:36 smithi137 ceph-mon[117020]: pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:36.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:36 smithi066 ceph-mon[112137]: pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:38.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:38 smithi203 ceph-mon[117428]: pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:38.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:38.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:38.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:38.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:38 smithi137 ceph-mon[117020]: pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:38.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:38 smithi066 ceph-mon[112137]: pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:39.306 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:39.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:39.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:39.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:39.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:40.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:40 smithi203 ceph-mon[117428]: pgmap v8234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:40.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:40 smithi203 ceph-mon[117428]: from='client.231297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:40.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:40 smithi137 ceph-mon[117020]: pgmap v8234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:40.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:40 smithi137 ceph-mon[117020]: from='client.231297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:40.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:40 smithi066 ceph-mon[112137]: pgmap v8234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:40.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:40 smithi066 ceph-mon[112137]: from='client.231297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:42.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:42 smithi203 ceph-mon[117428]: pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:42.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:42 smithi137 ceph-mon[117020]: pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:42.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:42 smithi066 ceph-mon[112137]: pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:44.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:44.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:44.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:44.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:44 smithi203 ceph-mon[117428]: pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:44.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:44 smithi137 ceph-mon[117020]: pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:44.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:44 smithi066 ceph-mon[112137]: pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:45.031 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:45.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:45.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:45.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:45.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:46.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:46 smithi203 ceph-mon[117428]: pgmap v8237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:46.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:46 smithi203 ceph-mon[117428]: from='client.231366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:46.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:46 smithi137 ceph-mon[117020]: pgmap v8237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:46.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:46 smithi137 ceph-mon[117020]: from='client.231366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:46.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:46 smithi066 ceph-mon[112137]: pgmap v8237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:46.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:46 smithi066 ceph-mon[112137]: from='client.231366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:48.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:48 smithi203 ceph-mon[117428]: pgmap v8238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:48.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:48 smithi137 ceph-mon[117020]: pgmap v8238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:48.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:48 smithi066 ceph-mon[112137]: pgmap v8238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:50.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:50.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:50.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:50.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:50 smithi203 ceph-mon[117428]: pgmap v8239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:50.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:50 smithi137 ceph-mon[117020]: pgmap v8239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:50.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:50 smithi066 ceph-mon[112137]: pgmap v8239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:50.753 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:50.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:50.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:50.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:50.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:51.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:51 smithi137 ceph-mon[117020]: from='client.231441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:51.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:51 smithi066 ceph-mon[112137]: from='client.231441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:51.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:51 smithi203 ceph-mon[117428]: from='client.231441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:52.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:52 smithi137 ceph-mon[117020]: pgmap v8240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:52.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:52 smithi066 ceph-mon[112137]: pgmap v8240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:52.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:52 smithi203 ceph-mon[117428]: pgmap v8240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:54.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:54 smithi137 ceph-mon[117020]: pgmap v8241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:54.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:54 smithi066 ceph-mon[112137]: pgmap v8241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:54.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:54 smithi203 ceph-mon[117428]: pgmap v8241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:55.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:47:55.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:55.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:56.475 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:47:56.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:56.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:56.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:56.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:47:56.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:56 smithi137 ceph-mon[117020]: pgmap v8242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:56.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:56 smithi066 ceph-mon[112137]: pgmap v8242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:56.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:56 smithi203 ceph-mon[117428]: pgmap v8242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:57.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:57 smithi137 ceph-mon[117020]: from='client.231519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:57.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:57 smithi066 ceph-mon[112137]: from='client.231519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:57.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:57 smithi203 ceph-mon[117428]: from='client.231519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:58.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:47:58 smithi137 ceph-mon[117020]: pgmap v8243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:58.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:47:58 smithi066 ceph-mon[112137]: pgmap v8243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:58.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:47:58 smithi203 ceph-mon[117428]: pgmap v8243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:00.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:00 smithi137 ceph-mon[117020]: pgmap v8244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:00.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:00 smithi066 ceph-mon[112137]: pgmap v8244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:00.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:00 smithi203 ceph-mon[117428]: pgmap v8244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:01.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:01.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:01.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:02.207 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:02.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:02.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:02.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:02.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:02.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:02 smithi137 ceph-mon[117020]: pgmap v8245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:02.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:02 smithi066 ceph-mon[112137]: pgmap v8245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:02.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:02 smithi203 ceph-mon[117428]: pgmap v8245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:03.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:03 smithi137 ceph-mon[117020]: from='client.231597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:03.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:03 smithi066 ceph-mon[112137]: from='client.231597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:03.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:03 smithi203 ceph-mon[117428]: from='client.231597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:04.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:04 smithi137 ceph-mon[117020]: pgmap v8246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:04.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:04 smithi066 ceph-mon[112137]: pgmap v8246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:04.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:04 smithi203 ceph-mon[117428]: pgmap v8246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:06.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:06 smithi137 ceph-mon[117020]: pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:06.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:06 smithi066 ceph-mon[112137]: pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:06.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:06 smithi203 ceph-mon[117428]: pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:07.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:07.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:07.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:07.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:07.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:07.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:07.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:07.936 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:08.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:08 smithi137 ceph-mon[117020]: pgmap v8248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:08.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:08 smithi066 ceph-mon[112137]: pgmap v8248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:08.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:08 smithi203 ceph-mon[117428]: pgmap v8248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:09.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:09 smithi137 ceph-mon[117020]: from='client.231669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:09.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:09 smithi066 ceph-mon[112137]: from='client.231669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:09.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:09 smithi203 ceph-mon[117428]: from='client.231669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:10.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:10 smithi137 ceph-mon[117020]: pgmap v8249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:10.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:10 smithi066 ceph-mon[112137]: pgmap v8249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:10.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:10 smithi203 ceph-mon[117428]: pgmap v8249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:12.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:12 smithi137 ceph-mon[117020]: pgmap v8250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:12.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:12 smithi066 ceph-mon[112137]: pgmap v8250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:12.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:12 smithi203 ceph-mon[117428]: pgmap v8250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:12.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:12.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:12.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:13.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:13.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:13.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:13.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:13.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:14.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:14 smithi137 ceph-mon[117020]: pgmap v8251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:14 smithi137 ceph-mon[117020]: from='client.231747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:14.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:14 smithi066 ceph-mon[112137]: pgmap v8251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:14.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:14 smithi066 ceph-mon[112137]: from='client.231747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:14.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:14 smithi203 ceph-mon[117428]: pgmap v8251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:14.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:14 smithi203 ceph-mon[117428]: from='client.231747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:16.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:16 smithi137 ceph-mon[117020]: pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:16.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:16 smithi066 ceph-mon[112137]: pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:16.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:16 smithi203 ceph-mon[117428]: pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:18.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:18 smithi137 ceph-mon[117020]: pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:18.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:18.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:18.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:18.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:18 smithi066 ceph-mon[112137]: pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:18.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:18 smithi203 ceph-mon[117428]: pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:19.404 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:19.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:19.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:19.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:19.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:20.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:20 smithi066 ceph-mon[112137]: pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:20 smithi066 ceph-mon[112137]: from='client.231825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:20 smithi203 ceph-mon[117428]: pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:20 smithi203 ceph-mon[117428]: from='client.231825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:20.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:20 smithi137 ceph-mon[117020]: pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:20 smithi137 ceph-mon[117020]: from='client.231825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:22.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:22 smithi066 ceph-mon[112137]: pgmap v8255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:22.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:22 smithi203 ceph-mon[117428]: pgmap v8255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:22.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:22 smithi137 ceph-mon[117020]: pgmap v8255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:24.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:24.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:24.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:24.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:24 smithi066 ceph-mon[112137]: pgmap v8256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:24.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:24 smithi203 ceph-mon[117428]: pgmap v8256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:24 smithi137 ceph-mon[117020]: pgmap v8256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:25.150 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:25.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:25.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:25.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:25.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:26.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:26 smithi066 ceph-mon[112137]: pgmap v8257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:26.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:26 smithi066 ceph-mon[112137]: from='client.231897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:26.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:26 smithi203 ceph-mon[117428]: pgmap v8257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:26.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:26 smithi203 ceph-mon[117428]: from='client.231897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:26 smithi137 ceph-mon[117020]: pgmap v8257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:26 smithi137 ceph-mon[117020]: from='client.231897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:28.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:28 smithi066 ceph-mon[112137]: pgmap v8258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:28.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:28 smithi203 ceph-mon[117428]: pgmap v8258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:28.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:28 smithi137 ceph-mon[117020]: pgmap v8258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:30.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:30.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:30.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:30.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:30 smithi066 ceph-mon[112137]: pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:30.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:30 smithi203 ceph-mon[117428]: pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:30 smithi137 ceph-mon[117020]: pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:30.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:30.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:30.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:30.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:30.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:32.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:32 smithi066 ceph-mon[112137]: from='client.231975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:32.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:32 smithi066 ceph-mon[112137]: pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:32.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:32 smithi203 ceph-mon[117428]: from='client.231975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:32.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:32 smithi203 ceph-mon[117428]: pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:32 smithi137 ceph-mon[117020]: from='client.231975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:32 smithi137 ceph-mon[117020]: pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:34 smithi066 ceph-mon[112137]: pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:48:34.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:34 smithi203 ceph-mon[117428]: pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:34.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:48:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:34 smithi137 ceph-mon[117020]: pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:48:35.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:48:35.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:48:35.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:48:35.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:48:35.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:48:35.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:48:35.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:48:35.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:48:35.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:48:35.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:35.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:35.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:36.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:36.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:36.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:36.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:36.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:36.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:36 smithi066 ceph-mon[112137]: pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:36 smithi203 ceph-mon[117428]: pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:36 smithi137 ceph-mon[117020]: pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:37.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:37 smithi066 ceph-mon[112137]: from='client.232041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:37.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:37 smithi203 ceph-mon[117428]: from='client.232041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:37.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:37 smithi137 ceph-mon[117020]: from='client.232041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:38.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:38 smithi066 ceph-mon[112137]: pgmap v8263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:38.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:38 smithi203 ceph-mon[117428]: pgmap v8263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:38 smithi137 ceph-mon[117020]: pgmap v8263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:40.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:40 smithi066 ceph-mon[112137]: pgmap v8264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:40.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:40 smithi203 ceph-mon[117428]: pgmap v8264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:40 smithi137 ceph-mon[117020]: pgmap v8264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:41.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:41.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:41.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:42.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:42.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:42.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:42.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:42.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:42.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:42 smithi066 ceph-mon[112137]: pgmap v8265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:42.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:42 smithi203 ceph-mon[117428]: pgmap v8265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:42 smithi137 ceph-mon[117020]: pgmap v8265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:43.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:43 smithi066 ceph-mon[112137]: from='client.232119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:43.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:43 smithi203 ceph-mon[117428]: from='client.232119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:43.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:43 smithi137 ceph-mon[117020]: from='client.232119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:44.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:44 smithi066 ceph-mon[112137]: pgmap v8266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:44.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:44 smithi203 ceph-mon[117428]: pgmap v8266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:44 smithi137 ceph-mon[117020]: pgmap v8266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:46.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:46 smithi066 ceph-mon[112137]: pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:46.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:46 smithi203 ceph-mon[117428]: pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:46 smithi137 ceph-mon[117020]: pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:47.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:47.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:47.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:48.044 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:48.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:48.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:48.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:48.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:48.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:48 smithi066 ceph-mon[112137]: pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:48.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:48 smithi203 ceph-mon[117428]: pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:48 smithi137 ceph-mon[117020]: pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:49.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:49 smithi066 ceph-mon[112137]: from='client.232197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:49.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:49 smithi066 ceph-mon[112137]: pgmap v8269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:49 smithi203 ceph-mon[117428]: from='client.232197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:49 smithi203 ceph-mon[117428]: pgmap v8269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:49.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:49 smithi137 ceph-mon[117020]: from='client.232197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:49.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:49 smithi137 ceph-mon[117020]: pgmap v8269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:51 smithi137 ceph-mon[117020]: pgmap v8270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:51.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:51 smithi066 ceph-mon[112137]: pgmap v8270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:52.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:51 smithi203 ceph-mon[117428]: pgmap v8270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:53.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:53.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:53.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:53.781 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:53.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:53.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:53.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:53.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:48:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:53 smithi137 ceph-mon[117020]: pgmap v8271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:53 smithi137 ceph-mon[117020]: from='client.232272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:53.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:53 smithi066 ceph-mon[112137]: pgmap v8271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:53.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:53 smithi066 ceph-mon[112137]: from='client.232272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:54.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:53 smithi203 ceph-mon[117428]: pgmap v8271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:54.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:53 smithi203 ceph-mon[117428]: from='client.232272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:56.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:55 smithi066 ceph-mon[112137]: pgmap v8272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:55 smithi203 ceph-mon[117428]: pgmap v8272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:56.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:55 smithi137 ceph-mon[117020]: pgmap v8272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:58.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:57 smithi066 ceph-mon[112137]: pgmap v8273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:58.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:57 smithi203 ceph-mon[117428]: pgmap v8273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:58.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:57 smithi137 ceph-mon[117020]: pgmap v8273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:58.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:48:58.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:58.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:59.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:48:59.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:59.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:59.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:59.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:00.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:59 smithi066 ceph-mon[112137]: pgmap v8274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:00.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:48:59 smithi066 ceph-mon[112137]: from='client.232347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:00.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:59 smithi203 ceph-mon[117428]: pgmap v8274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:48:59 smithi203 ceph-mon[117428]: from='client.232347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:00.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:59 smithi137 ceph-mon[117020]: pgmap v8274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:00.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:48:59 smithi137 ceph-mon[117020]: from='client.232347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:02.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:01 smithi066 ceph-mon[112137]: pgmap v8275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:02.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:01 smithi203 ceph-mon[117428]: pgmap v8275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:02.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:01 smithi137 ceph-mon[117020]: pgmap v8275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:03 smithi066 ceph-mon[112137]: pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:04.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:03 smithi203 ceph-mon[117428]: pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:04.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:03 smithi137 ceph-mon[117020]: pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:04.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:04.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:04.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:05.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:05.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:05.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:05.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:05.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:06.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:05 smithi066 ceph-mon[112137]: pgmap v8277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:06.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:05 smithi066 ceph-mon[112137]: from='client.232425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:05 smithi203 ceph-mon[117428]: pgmap v8277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:05 smithi203 ceph-mon[117428]: from='client.232425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:06.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:05 smithi137 ceph-mon[117020]: pgmap v8277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:06.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:05 smithi137 ceph-mon[117020]: from='client.232425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:08.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:07 smithi066 ceph-mon[112137]: pgmap v8278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:08.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:07 smithi203 ceph-mon[117428]: pgmap v8278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:08.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:07 smithi137 ceph-mon[117020]: pgmap v8278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:09 smithi066 ceph-mon[112137]: pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:10.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:10.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:10.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:09 smithi203 ceph-mon[117428]: pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:10.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:09 smithi137 ceph-mon[117020]: pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:10.987 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:10.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:10.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:10.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:10.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:12.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:11 smithi066 ceph-mon[112137]: pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:11 smithi066 ceph-mon[112137]: from='client.232503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:11 smithi203 ceph-mon[117428]: pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:11 smithi203 ceph-mon[117428]: from='client.232503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:12.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:11 smithi137 ceph-mon[117020]: pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:12.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:11 smithi137 ceph-mon[117020]: from='client.232503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:14.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:13 smithi066 ceph-mon[112137]: pgmap v8281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:14.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:13 smithi203 ceph-mon[117428]: pgmap v8281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:14.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:13 smithi137 ceph-mon[117020]: pgmap v8281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:15.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:15.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:15.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:16.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:15 smithi066 ceph-mon[112137]: pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:15 smithi203 ceph-mon[117428]: pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:16.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:15 smithi137 ceph-mon[117020]: pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:16.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:16.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:16.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:16.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:16.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:16 smithi066 ceph-mon[112137]: from='client.232578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:17.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:16 smithi203 ceph-mon[117428]: from='client.232578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:17.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:16 smithi137 ceph-mon[117020]: from='client.232578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:17 smithi066 ceph-mon[112137]: pgmap v8283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:18.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:17 smithi203 ceph-mon[117428]: pgmap v8283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:18.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:17 smithi137 ceph-mon[117020]: pgmap v8283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:19 smithi066 ceph-mon[112137]: pgmap v8284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:19 smithi203 ceph-mon[117428]: pgmap v8284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:20.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:19 smithi137 ceph-mon[117020]: pgmap v8284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:21.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:21.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:21.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:22.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:21 smithi066 ceph-mon[112137]: pgmap v8285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:21 smithi203 ceph-mon[117428]: pgmap v8285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:22.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:21 smithi137 ceph-mon[117020]: pgmap v8285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:22.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:22.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:22.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:22.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:22.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:22 smithi066 ceph-mon[112137]: from='client.232656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:22 smithi203 ceph-mon[117428]: from='client.232656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:23.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:22 smithi137 ceph-mon[117020]: from='client.232656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:23 smithi066 ceph-mon[112137]: pgmap v8286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:24.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:23 smithi203 ceph-mon[117428]: pgmap v8286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:24.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:23 smithi137 ceph-mon[117020]: pgmap v8286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:25 smithi066 ceph-mon[112137]: pgmap v8287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:25 smithi203 ceph-mon[117428]: pgmap v8287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:26.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:25 smithi137 ceph-mon[117020]: pgmap v8287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:27.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:27.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:27.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:28.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:28.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:28.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:28.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:28.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:27 smithi066 ceph-mon[112137]: pgmap v8288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:27 smithi203 ceph-mon[117428]: pgmap v8288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:28.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:27 smithi137 ceph-mon[117020]: pgmap v8288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:29.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:28 smithi066 ceph-mon[112137]: from='client.232728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:28 smithi203 ceph-mon[117428]: from='client.232728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:29.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:28 smithi137 ceph-mon[117020]: from='client.232728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:29 smithi066 ceph-mon[112137]: pgmap v8289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:29 smithi203 ceph-mon[117428]: pgmap v8289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:30.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:29 smithi137 ceph-mon[117020]: pgmap v8289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:31 smithi066 ceph-mon[112137]: pgmap v8290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:31 smithi203 ceph-mon[117428]: pgmap v8290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:32.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:31 smithi137 ceph-mon[117020]: pgmap v8290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:33.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:33.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:33.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:33.913 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:33.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:33.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:33.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:33.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:33 smithi066 ceph-mon[112137]: pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:33 smithi203 ceph-mon[117428]: pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:34.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:33 smithi137 ceph-mon[117020]: pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:34 smithi066 ceph-mon[112137]: from='client.232806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:34 smithi203 ceph-mon[117428]: from='client.232806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:35.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:34 smithi137 ceph-mon[117020]: from='client.232806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:35 smithi066 ceph-mon[112137]: pgmap v8292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:49:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:49:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:49:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:49:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:35 smithi203 ceph-mon[117428]: pgmap v8292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:49:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:49:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:49:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:49:36.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:35 smithi137 ceph-mon[117020]: pgmap v8292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:49:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:49:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:49:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:49:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:37 smithi066 ceph-mon[112137]: pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:37 smithi203 ceph-mon[117428]: pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:38.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:37 smithi137 ceph-mon[117020]: pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:38.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:38.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:38.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:39.640 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:39.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:39.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:39.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:39.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:39 smithi066 ceph-mon[112137]: pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:39 smithi066 ceph-mon[112137]: from='client.232881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:39 smithi203 ceph-mon[117428]: pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:39 smithi203 ceph-mon[117428]: from='client.232881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:40.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:39 smithi137 ceph-mon[117020]: pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:40.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:39 smithi137 ceph-mon[117020]: from='client.232881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:41 smithi066 ceph-mon[112137]: pgmap v8295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:49:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:41 smithi203 ceph-mon[117428]: pgmap v8295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:49:42.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:41 smithi137 ceph-mon[117020]: pgmap v8295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:49:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:43 smithi066 ceph-mon[112137]: pgmap v8296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:49:44.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:43 smithi203 ceph-mon[117428]: pgmap v8296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:49:44.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:43 smithi137 ceph-mon[117020]: pgmap v8296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:49:44.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:44.642 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:44.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:45.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:45.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:45.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:45.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:45.377 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:45 smithi066 ceph-mon[112137]: pgmap v8297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:49:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:45 smithi066 ceph-mon[112137]: from='client.232956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:45 smithi203 ceph-mon[117428]: pgmap v8297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:49:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:45 smithi203 ceph-mon[117428]: from='client.232956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:46.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:45 smithi137 ceph-mon[117020]: pgmap v8297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:49:46.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:45 smithi137 ceph-mon[117020]: from='client.232956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:47 smithi066 ceph-mon[112137]: pgmap v8298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:47 smithi203 ceph-mon[117428]: pgmap v8298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:48.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:47 smithi137 ceph-mon[117020]: pgmap v8298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:49 smithi203 ceph-mon[117428]: pgmap v8299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:50.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:49 smithi137 ceph-mon[117020]: pgmap v8299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:50.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:50.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:50.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:49 smithi066 ceph-mon[112137]: pgmap v8299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:51.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:51.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:51.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:51.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:51.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:51 smithi203 ceph-mon[117428]: pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:51 smithi203 ceph-mon[117428]: from='client.233034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:52.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:51 smithi137 ceph-mon[117020]: pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:52.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:51 smithi137 ceph-mon[117020]: from='client.233034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:51 smithi066 ceph-mon[112137]: pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:51 smithi066 ceph-mon[112137]: from='client.233034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:53 smithi203 ceph-mon[117428]: pgmap v8301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:49:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:53 smithi137 ceph-mon[117020]: pgmap v8301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:49:54.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:53 smithi066 ceph-mon[112137]: pgmap v8301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:49:56.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:49:56.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:56.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:55 smithi203 ceph-mon[117428]: pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:49:56.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:55 smithi137 ceph-mon[117020]: pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:49:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:55 smithi066 ceph-mon[112137]: pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:49:56.846 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:49:56.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:56.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:56.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:56.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:49:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:58 smithi203 ceph-mon[117428]: from='client.233109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:58.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:49:58 smithi203 ceph-mon[117428]: pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:49:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:58 smithi137 ceph-mon[117020]: from='client.233109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:49:58 smithi137 ceph-mon[117020]: pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:49:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:58 smithi066 ceph-mon[112137]: from='client.233109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:58.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:49:58 smithi066 ceph-mon[112137]: pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:50:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:00 smithi203 ceph-mon[117428]: pgmap v8304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T21:50:00.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:00 smithi137 ceph-mon[117020]: pgmap v8304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T21:50:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:00 smithi066 ceph-mon[112137]: pgmap v8304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T21:50:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:02 smithi203 ceph-mon[117428]: pgmap v8305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:02.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:02 smithi137 ceph-mon[117020]: pgmap v8305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:02 smithi066 ceph-mon[112137]: pgmap v8305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:02.575 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:02.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:02.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:02.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:02.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:03 smithi203 ceph-mon[117428]: from='client.233184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:03 smithi137 ceph-mon[117020]: from='client.233184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:03 smithi066 ceph-mon[112137]: from='client.233184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:04 smithi203 ceph-mon[117428]: pgmap v8306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:04.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:04 smithi137 ceph-mon[117020]: pgmap v8306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:04.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:04 smithi066 ceph-mon[112137]: pgmap v8306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:06 smithi203 ceph-mon[117428]: pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:06.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:06 smithi137 ceph-mon[117020]: pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:06 smithi066 ceph-mon[112137]: pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:07.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:07.577 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:07.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:08.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:08.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:08.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:08.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:08.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:08.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:08 smithi203 ceph-mon[117428]: pgmap v8308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:08 smithi137 ceph-mon[117020]: pgmap v8308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:08 smithi066 ceph-mon[112137]: pgmap v8308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:09 smithi203 ceph-mon[117428]: from='client.233259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:09 smithi137 ceph-mon[117020]: from='client.233259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:09 smithi066 ceph-mon[112137]: from='client.233259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:10 smithi203 ceph-mon[117428]: pgmap v8309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:10 smithi137 ceph-mon[117020]: pgmap v8309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:10.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:10 smithi066 ceph-mon[112137]: pgmap v8309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:12 smithi203 ceph-mon[117428]: pgmap v8310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:12 smithi137 ceph-mon[117020]: pgmap v8310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:12.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:12 smithi066 ceph-mon[112137]: pgmap v8310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:13.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:13.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:13.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:14.026 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:14.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:14.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:14.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:14.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:14 smithi203 ceph-mon[117428]: pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:14 smithi137 ceph-mon[117020]: pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:14 smithi066 ceph-mon[112137]: pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:15 smithi203 ceph-mon[117428]: from='client.233331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:15.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:15 smithi137 ceph-mon[117020]: from='client.233331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:15.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:15 smithi066 ceph-mon[112137]: from='client.233331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:16 smithi203 ceph-mon[117428]: pgmap v8312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:16.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:16 smithi137 ceph-mon[117020]: pgmap v8312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:16 smithi066 ceph-mon[112137]: pgmap v8312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:18 smithi203 ceph-mon[117428]: pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:18 smithi137 ceph-mon[117020]: pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:18.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:18 smithi066 ceph-mon[112137]: pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:19.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:19.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:19.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:19.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:19.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:19.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:19.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:19.760 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:20 smithi203 ceph-mon[117428]: pgmap v8314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:20 smithi203 ceph-mon[117428]: from='client.233406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:20 smithi137 ceph-mon[117020]: pgmap v8314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:20 smithi137 ceph-mon[117020]: from='client.233406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:20 smithi066 ceph-mon[112137]: pgmap v8314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:20 smithi066 ceph-mon[112137]: from='client.233406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:22 smithi203 ceph-mon[117428]: pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:50:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:22 smithi137 ceph-mon[117020]: pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:50:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:22 smithi066 ceph-mon[112137]: pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:50:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:24 smithi203 ceph-mon[117428]: pgmap v8316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:50:24.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:24 smithi137 ceph-mon[117020]: pgmap v8316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:50:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:24 smithi066 ceph-mon[112137]: pgmap v8316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:50:24.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:24.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:24.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:25.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:25.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:25.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:25.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:25.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:26 smithi203 ceph-mon[117428]: pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:50:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:26 smithi203 ceph-mon[117428]: from='client.233478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:26 smithi137 ceph-mon[117020]: pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:50:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:26 smithi137 ceph-mon[117020]: from='client.233478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:26 smithi066 ceph-mon[112137]: pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:50:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:26 smithi066 ceph-mon[112137]: from='client.233478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:28 smithi203 ceph-mon[117428]: pgmap v8318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:28 smithi137 ceph-mon[117020]: pgmap v8318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:28 smithi066 ceph-mon[112137]: pgmap v8318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:30 smithi203 ceph-mon[117428]: pgmap v8319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:30 smithi137 ceph-mon[117020]: pgmap v8319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:30.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:30 smithi066 ceph-mon[112137]: pgmap v8319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:31.210 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:31.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:31.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:31.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:31.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:32 smithi203 ceph-mon[117428]: pgmap v8320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:32 smithi203 ceph-mon[117428]: from='client.233556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:32 smithi137 ceph-mon[117020]: pgmap v8320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:32 smithi137 ceph-mon[117020]: from='client.233556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:32 smithi066 ceph-mon[112137]: pgmap v8320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:32 smithi066 ceph-mon[112137]: from='client.233556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:34.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:34 smithi203 ceph-mon[117428]: pgmap v8321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:50:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:34 smithi137 ceph-mon[117020]: pgmap v8321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:50:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:34 smithi066 ceph-mon[112137]: pgmap v8321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:50:36.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:36.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:36.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:36 smithi203 ceph-mon[117428]: pgmap v8322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:50:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:50:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:36 smithi137 ceph-mon[117020]: pgmap v8322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:50:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:50:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:36 smithi066 ceph-mon[112137]: pgmap v8322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:50:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:50:36.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:36.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:36.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:36.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:36.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:50:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:50:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:50:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:50:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:50:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:50:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:50:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:50:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:50:38.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:38 smithi203 ceph-mon[117428]: from='client.153542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:38 smithi203 ceph-mon[117428]: pgmap v8323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:50:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:38 smithi137 ceph-mon[117020]: from='client.153542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:38 smithi137 ceph-mon[117020]: pgmap v8323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:50:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:38 smithi066 ceph-mon[112137]: from='client.153542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:38 smithi066 ceph-mon[112137]: pgmap v8323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:50:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:40 smithi203 ceph-mon[117428]: pgmap v8324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:40 smithi137 ceph-mon[117020]: pgmap v8324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:40 smithi066 ceph-mon[112137]: pgmap v8324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:41.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:41.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:41.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:42.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:42 smithi203 ceph-mon[117428]: pgmap v8325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:42 smithi137 ceph-mon[117020]: pgmap v8325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:42.675 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:42.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:42.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:42.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:42.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:42 smithi066 ceph-mon[112137]: pgmap v8325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:43.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:43 smithi203 ceph-mon[117428]: from='client.233706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:43 smithi137 ceph-mon[117020]: from='client.233706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:43 smithi066 ceph-mon[112137]: from='client.233706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:44.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:44 smithi203 ceph-mon[117428]: pgmap v8326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:44 smithi137 ceph-mon[117020]: pgmap v8326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:44 smithi066 ceph-mon[112137]: pgmap v8326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:46 smithi203 ceph-mon[117428]: pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:46 smithi137 ceph-mon[117020]: pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:46 smithi066 ceph-mon[112137]: pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:47.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:47.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:47.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:48.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:48.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:48.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:48.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:48.405 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:48 smithi203 ceph-mon[117428]: pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:48 smithi137 ceph-mon[117020]: pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:48 smithi066 ceph-mon[112137]: pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:49.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:49 smithi203 ceph-mon[117428]: from='client.233784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:49 smithi137 ceph-mon[117020]: from='client.233784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:49.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:49 smithi066 ceph-mon[112137]: from='client.233784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:50 smithi137 ceph-mon[117020]: pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:50 smithi066 ceph-mon[112137]: pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:50 smithi203 ceph-mon[117428]: pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:52 smithi137 ceph-mon[117020]: pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:52 smithi066 ceph-mon[112137]: pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:52 smithi203 ceph-mon[117428]: pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:53.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:53.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:53.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:54.130 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:50:54.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:54.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:54.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:54.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:54 smithi137 ceph-mon[117020]: pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:54 smithi066 ceph-mon[112137]: pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:54 smithi203 ceph-mon[117428]: pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:55 smithi137 ceph-mon[117020]: from='client.233862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:55 smithi066 ceph-mon[112137]: from='client.233862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:55 smithi203 ceph-mon[117428]: from='client.233862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:56 smithi137 ceph-mon[117020]: pgmap v8332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:56 smithi066 ceph-mon[112137]: pgmap v8332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:56 smithi203 ceph-mon[117428]: pgmap v8332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:50:58 smithi137 ceph-mon[117020]: pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:50:58 smithi066 ceph-mon[112137]: pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:50:58 smithi203 ceph-mon[117428]: pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:59.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:50:59.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:59.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:59.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:59.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:59.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:59.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:50:59.855 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:00 smithi137 ceph-mon[117020]: pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:00 smithi066 ceph-mon[112137]: pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:00 smithi203 ceph-mon[117428]: pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:01 smithi137 ceph-mon[117020]: from='client.233940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:01 smithi066 ceph-mon[112137]: from='client.233940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:01 smithi203 ceph-mon[117428]: from='client.233940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:02 smithi137 ceph-mon[117020]: pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:51:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:02 smithi066 ceph-mon[112137]: pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:51:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:02 smithi203 ceph-mon[117428]: pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:51:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:04 smithi137 ceph-mon[117020]: pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:51:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:04 smithi066 ceph-mon[112137]: pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:51:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:04 smithi203 ceph-mon[117428]: pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:51:04.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:04.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:04.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:05.597 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:06 smithi137 ceph-mon[117020]: pgmap v8337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:51:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:06 smithi137 ceph-mon[117020]: from='client.234015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:06 smithi066 ceph-mon[112137]: pgmap v8337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:51:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:06 smithi066 ceph-mon[112137]: from='client.234015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:06 smithi203 ceph-mon[117428]: pgmap v8337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:51:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:06 smithi203 ceph-mon[117428]: from='client.234015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:08 smithi137 ceph-mon[117020]: pgmap v8338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:08 smithi066 ceph-mon[112137]: pgmap v8338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:08 smithi203 ceph-mon[117428]: pgmap v8338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:10.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:10.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:10.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:10 smithi137 ceph-mon[117020]: pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:10 smithi066 ceph-mon[112137]: pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:10 smithi203 ceph-mon[117428]: pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:11.331 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:11.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:11.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:11.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:11.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:12 smithi137 ceph-mon[117020]: pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:12 smithi137 ceph-mon[117020]: from='client.234090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:12 smithi066 ceph-mon[112137]: pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:12 smithi066 ceph-mon[112137]: from='client.234090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:12 smithi203 ceph-mon[117428]: pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:12 smithi203 ceph-mon[117428]: from='client.234090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:14 smithi137 ceph-mon[117020]: pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:51:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:14 smithi066 ceph-mon[112137]: pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:51:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:14 smithi203 ceph-mon[117428]: pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:51:16.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:16.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:16.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:16 smithi066 ceph-mon[112137]: pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:51:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:16 smithi203 ceph-mon[117428]: pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:51:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:16 smithi137 ceph-mon[117020]: pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:51:17.058 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:17.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:17.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:17.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:17.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:18 smithi066 ceph-mon[112137]: pgmap v8343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:51:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:18 smithi066 ceph-mon[112137]: from='client.234165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:18 smithi203 ceph-mon[117428]: pgmap v8343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:51:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:18 smithi203 ceph-mon[117428]: from='client.234165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:18 smithi137 ceph-mon[117020]: pgmap v8343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:51:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:18 smithi137 ceph-mon[117020]: from='client.234165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:20 smithi066 ceph-mon[112137]: pgmap v8344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:20 smithi203 ceph-mon[117428]: pgmap v8344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:20 smithi137 ceph-mon[117020]: pgmap v8344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:22.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:22.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:22.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:22 smithi066 ceph-mon[112137]: pgmap v8345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:22.785 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:22.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:22.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:22.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:22.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:22 smithi203 ceph-mon[117428]: pgmap v8345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:22 smithi137 ceph-mon[117020]: pgmap v8345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:23 smithi066 ceph-mon[112137]: from='client.234243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:23 smithi203 ceph-mon[117428]: from='client.234243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:23 smithi137 ceph-mon[117020]: from='client.234243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:24 smithi066 ceph-mon[112137]: pgmap v8346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:24 smithi203 ceph-mon[117428]: pgmap v8346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:24 smithi137 ceph-mon[117020]: pgmap v8346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:26 smithi066 ceph-mon[112137]: pgmap v8347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:26 smithi203 ceph-mon[117428]: pgmap v8347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:26 smithi137 ceph-mon[117020]: pgmap v8347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:27.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:27.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:27.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:28.519 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:28.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:28.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:28.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:28.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:28 smithi066 ceph-mon[112137]: pgmap v8348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:28 smithi203 ceph-mon[117428]: pgmap v8348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:28 smithi137 ceph-mon[117020]: pgmap v8348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:29 smithi066 ceph-mon[112137]: from='client.234321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:29 smithi203 ceph-mon[117428]: from='client.234321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:29 smithi137 ceph-mon[117020]: from='client.234321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:30 smithi066 ceph-mon[112137]: pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:30 smithi203 ceph-mon[117428]: pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:30 smithi137 ceph-mon[117020]: pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:32 smithi066 ceph-mon[112137]: pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:32 smithi203 ceph-mon[117428]: pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:32 smithi137 ceph-mon[117020]: pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:33.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:33.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:33.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:34.241 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:34.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:34.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:34.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:34.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:34 smithi066 ceph-mon[112137]: pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:34 smithi203 ceph-mon[117428]: pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:34 smithi137 ceph-mon[117020]: pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:35 smithi066 ceph-mon[112137]: from='client.234399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:35 smithi203 ceph-mon[117428]: from='client.234399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:35 smithi137 ceph-mon[117020]: from='client.234399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:36 smithi066 ceph-mon[112137]: pgmap v8352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:36 smithi203 ceph-mon[117428]: pgmap v8352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:36 smithi137 ceph-mon[117020]: pgmap v8352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:51:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:51:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:51:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:51:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:51:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:51:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:51:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:51:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:51:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:51:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:51:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:51:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:38 smithi066 ceph-mon[112137]: pgmap v8353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:38 smithi203 ceph-mon[117428]: pgmap v8353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:38 smithi137 ceph-mon[117020]: pgmap v8353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:39.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:39.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:39.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:39.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:39.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:39.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:39.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:39.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:40 smithi066 ceph-mon[112137]: pgmap v8354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:40 smithi203 ceph-mon[117428]: pgmap v8354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:40 smithi137 ceph-mon[117020]: pgmap v8354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:41 smithi066 ceph-mon[112137]: from='client.234471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:41 smithi203 ceph-mon[117428]: from='client.234471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:41 smithi137 ceph-mon[117020]: from='client.234471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:42 smithi066 ceph-mon[112137]: pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:42 smithi203 ceph-mon[117428]: pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:42 smithi137 ceph-mon[117020]: pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:44 smithi066 ceph-mon[112137]: pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:44 smithi203 ceph-mon[117428]: pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:44 smithi137 ceph-mon[117020]: pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:44.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:44.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:44.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:45.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:45.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:45.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:45.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:45.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:46 smithi066 ceph-mon[112137]: pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:46 smithi066 ceph-mon[112137]: from='client.234546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:46 smithi203 ceph-mon[117428]: pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:46 smithi203 ceph-mon[117428]: from='client.234546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:46 smithi137 ceph-mon[117020]: pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:46 smithi137 ceph-mon[117020]: from='client.234546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:48 smithi066 ceph-mon[112137]: pgmap v8358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:48 smithi203 ceph-mon[117428]: pgmap v8358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:48 smithi137 ceph-mon[117020]: pgmap v8358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:50.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:50.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:50.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:50 smithi066 ceph-mon[112137]: pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:50 smithi203 ceph-mon[117428]: pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:50 smithi137 ceph-mon[117020]: pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:51.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:51.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:51.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:51.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:51.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:52 smithi066 ceph-mon[112137]: pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:52 smithi066 ceph-mon[112137]: from='client.234618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:52 smithi203 ceph-mon[117428]: pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:52 smithi203 ceph-mon[117428]: from='client.234618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:52 smithi137 ceph-mon[117020]: pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:52 smithi137 ceph-mon[117020]: from='client.234618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:54 smithi066 ceph-mon[112137]: pgmap v8361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:54 smithi203 ceph-mon[117428]: pgmap v8361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:54 smithi137 ceph-mon[117020]: pgmap v8361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:56.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:51:56.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:56.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:56 smithi066 ceph-mon[112137]: pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:56 smithi203 ceph-mon[117428]: pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:56 smithi137 ceph-mon[117020]: pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:57.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:51:57.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:57.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:57.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:57.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:51:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:58 smithi066 ceph-mon[112137]: pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:51:58 smithi066 ceph-mon[112137]: from='client.234696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:58 smithi203 ceph-mon[117428]: pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:51:58 smithi203 ceph-mon[117428]: from='client.234696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:58 smithi137 ceph-mon[117020]: pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:51:58 smithi137 ceph-mon[117020]: from='client.234696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:00 smithi066 ceph-mon[112137]: pgmap v8364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:00 smithi203 ceph-mon[117428]: pgmap v8364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:00 smithi137 ceph-mon[117020]: pgmap v8364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:01 smithi203 ceph-mon[117428]: pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:01 smithi137 ceph-mon[117020]: pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:01 smithi066 ceph-mon[112137]: pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:02.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:02.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:02.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:02.876 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:02.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:02.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:02.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:02.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:03.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:03 smithi066 ceph-mon[112137]: from='client.234774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:03.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:03 smithi066 ceph-mon[112137]: pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:03 smithi203 ceph-mon[117428]: from='client.234774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:04.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:03 smithi203 ceph-mon[117428]: pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:03 smithi137 ceph-mon[117020]: from='client.234774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:03 smithi137 ceph-mon[117020]: pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:05 smithi066 ceph-mon[112137]: pgmap v8367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:05 smithi203 ceph-mon[117428]: pgmap v8367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:05 smithi137 ceph-mon[117020]: pgmap v8367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:07.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:07.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:07.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:07 smithi066 ceph-mon[112137]: pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:07 smithi203 ceph-mon[117428]: pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:07 smithi137 ceph-mon[117020]: pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:08.611 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:08.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:08.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:08.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:08.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:08 smithi066 ceph-mon[112137]: from='client.234852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:08 smithi203 ceph-mon[117428]: from='client.234852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:08 smithi137 ceph-mon[117020]: from='client.234852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:10.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:09 smithi066 ceph-mon[112137]: pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:09 smithi203 ceph-mon[117428]: pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:09 smithi137 ceph-mon[117020]: pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:11 smithi066 ceph-mon[112137]: pgmap v8370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:11 smithi203 ceph-mon[117428]: pgmap v8370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:11 smithi137 ceph-mon[117020]: pgmap v8370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:13.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:13.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:13.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:14.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:13 smithi066 ceph-mon[112137]: pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:13 smithi203 ceph-mon[117428]: pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:14.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:14.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:14.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:14.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:14.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:13 smithi137 ceph-mon[117020]: pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:14 smithi066 ceph-mon[112137]: from='client.234924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:14 smithi203 ceph-mon[117428]: from='client.234924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:14 smithi137 ceph-mon[117020]: from='client.234924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:15 smithi066 ceph-mon[112137]: pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:15 smithi203 ceph-mon[117428]: pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:16.467 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:15 smithi137 ceph-mon[117020]: pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:17 smithi066 ceph-mon[112137]: pgmap v8373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:17 smithi203 ceph-mon[117428]: pgmap v8373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:17 smithi137 ceph-mon[117020]: pgmap v8373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:19.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:19.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:19.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:20.074 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:20.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:20.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:20.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:20.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:19 smithi066 ceph-mon[112137]: pgmap v8374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:19 smithi203 ceph-mon[117428]: pgmap v8374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:19 smithi137 ceph-mon[117020]: pgmap v8374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:20 smithi066 ceph-mon[112137]: from='client.235002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:20 smithi203 ceph-mon[117428]: from='client.235002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:20 smithi137 ceph-mon[117020]: from='client.235002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:22.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:21 smithi066 ceph-mon[112137]: pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:21 smithi203 ceph-mon[117428]: pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:21 smithi137 ceph-mon[117020]: pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:23 smithi066 ceph-mon[112137]: pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:23 smithi203 ceph-mon[117428]: pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:23 smithi137 ceph-mon[117020]: pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:25.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:25.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:25.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:25.803 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:25.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:25.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:25.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:25.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:25 smithi066 ceph-mon[112137]: pgmap v8377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:26.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:25 smithi066 ceph-mon[112137]: from='client.235077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:25 smithi203 ceph-mon[117428]: pgmap v8377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:26.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:25 smithi203 ceph-mon[117428]: from='client.235077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:25 smithi137 ceph-mon[117020]: pgmap v8377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:25 smithi137 ceph-mon[117020]: from='client.235077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:27 smithi066 ceph-mon[112137]: pgmap v8378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:27 smithi203 ceph-mon[117428]: pgmap v8378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:27 smithi137 ceph-mon[117020]: pgmap v8378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:29 smithi066 ceph-mon[112137]: pgmap v8379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:29 smithi203 ceph-mon[117428]: pgmap v8379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:29 smithi137 ceph-mon[117020]: pgmap v8379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:30.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:30.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:30.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:31.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:31.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:31.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:31.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:31.523 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:31 smithi066 ceph-mon[112137]: pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:31 smithi066 ceph-mon[112137]: from='client.235149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:31 smithi203 ceph-mon[117428]: pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:31 smithi203 ceph-mon[117428]: from='client.235149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:31 smithi137 ceph-mon[117020]: pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:31 smithi137 ceph-mon[117020]: from='client.235149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:34.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:33 smithi066 ceph-mon[112137]: pgmap v8381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:33 smithi203 ceph-mon[117428]: pgmap v8381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:33 smithi137 ceph-mon[117020]: pgmap v8381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:36.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:35 smithi066 ceph-mon[112137]: pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:35 smithi203 ceph-mon[117428]: pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:36.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:35 smithi137 ceph-mon[117020]: pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:36.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:36.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:36.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:37.260 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:37.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:37.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:37.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:37.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:37 smithi203 ceph-mon[117428]: pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:37 smithi203 ceph-mon[117428]: from='client.235224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:52:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:52:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:52:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:52:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:37 smithi137 ceph-mon[117020]: pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:37 smithi137 ceph-mon[117020]: from='client.235224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:52:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:52:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:52:38.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:52:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:37 smithi066 ceph-mon[112137]: pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:37 smithi066 ceph-mon[112137]: from='client.235224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:52:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:52:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:52:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:52:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:39 smithi203 ceph-mon[117428]: pgmap v8384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:40.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:39 smithi137 ceph-mon[117020]: pgmap v8384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:39 smithi066 ceph-mon[112137]: pgmap v8384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:42.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:42.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:42.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:41 smithi203 ceph-mon[117428]: pgmap v8385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:42.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:41 smithi137 ceph-mon[117020]: pgmap v8385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:41 smithi066 ceph-mon[112137]: pgmap v8385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:43.007 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:43.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:43.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:43.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:43.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:43 smithi203 ceph-mon[117428]: pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:44.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:43 smithi203 ceph-mon[117428]: from='client.235296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:44.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:43 smithi137 ceph-mon[117020]: pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:44.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:43 smithi137 ceph-mon[117020]: from='client.235296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:43 smithi066 ceph-mon[112137]: pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:43 smithi066 ceph-mon[112137]: from='client.235296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:46 smithi203 ceph-mon[117428]: pgmap v8387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:46.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:46 smithi137 ceph-mon[117020]: pgmap v8387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:46 smithi066 ceph-mon[112137]: pgmap v8387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:48.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:48.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:48.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:48 smithi203 ceph-mon[117428]: pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:48.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:48 smithi137 ceph-mon[117020]: pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:48 smithi066 ceph-mon[112137]: pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:48.744 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:48.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:48.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:48.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:48.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:49 smithi203 ceph-mon[117428]: from='client.235374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:49 smithi137 ceph-mon[117020]: from='client.235374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:49 smithi066 ceph-mon[112137]: from='client.235374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:50.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:50 smithi203 ceph-mon[117428]: pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:50.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:50 smithi137 ceph-mon[117020]: pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:50.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:50 smithi066 ceph-mon[112137]: pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:52 smithi203 ceph-mon[117428]: pgmap v8390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:52 smithi137 ceph-mon[117020]: pgmap v8390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:52 smithi066 ceph-mon[112137]: pgmap v8390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:53.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:53.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:53.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:54.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:54 smithi203 ceph-mon[117428]: pgmap v8391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:54.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:54 smithi137 ceph-mon[117020]: pgmap v8391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:54 smithi066 ceph-mon[112137]: pgmap v8391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:54.493 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:52:54.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:54.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:54.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:54.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:52:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:55 smithi203 ceph-mon[117428]: from='client.235446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:55 smithi137 ceph-mon[117020]: from='client.235446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:55 smithi066 ceph-mon[112137]: from='client.235446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:56.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:56 smithi203 ceph-mon[117428]: pgmap v8392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:56.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:56 smithi137 ceph-mon[117020]: pgmap v8392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:56 smithi066 ceph-mon[112137]: pgmap v8392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:58.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:52:58 smithi203 ceph-mon[117428]: pgmap v8393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:58.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:52:58 smithi137 ceph-mon[117020]: pgmap v8393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:52:58 smithi066 ceph-mon[112137]: pgmap v8393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:59.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:52:59.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:59.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:00.221 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:00.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:00.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:00.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:00.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:00 smithi203 ceph-mon[117428]: pgmap v8394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:00 smithi137 ceph-mon[117020]: pgmap v8394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:00 smithi066 ceph-mon[112137]: pgmap v8394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:01.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:01 smithi203 ceph-mon[117428]: from='client.235521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:01 smithi137 ceph-mon[117020]: from='client.235521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:01 smithi066 ceph-mon[112137]: from='client.235521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:02 smithi203 ceph-mon[117428]: pgmap v8395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:02 smithi137 ceph-mon[117020]: pgmap v8395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:02 smithi066 ceph-mon[112137]: pgmap v8395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:04 smithi203 ceph-mon[117428]: pgmap v8396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:04 smithi137 ceph-mon[117020]: pgmap v8396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:04 smithi066 ceph-mon[112137]: pgmap v8396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:05.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:05.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:05.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:05.946 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:05.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:05.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:05.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:05.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:06 smithi203 ceph-mon[117428]: pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:06 smithi137 ceph-mon[117020]: pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:06 smithi066 ceph-mon[112137]: pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:07 smithi203 ceph-mon[117428]: from='client.235596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:07 smithi137 ceph-mon[117020]: from='client.235596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:07 smithi066 ceph-mon[112137]: from='client.235596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:08.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:08 smithi203 ceph-mon[117428]: pgmap v8398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:08.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:08 smithi137 ceph-mon[117020]: pgmap v8398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:08 smithi066 ceph-mon[112137]: pgmap v8398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:10 smithi203 ceph-mon[117428]: pgmap v8399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:10 smithi137 ceph-mon[117020]: pgmap v8399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:10 smithi066 ceph-mon[112137]: pgmap v8399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:10.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:10.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:10.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:11.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:11.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:11.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:11.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:11.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:12 smithi203 ceph-mon[117428]: pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:12 smithi203 ceph-mon[117428]: from='client.235671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:12.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:12 smithi137 ceph-mon[117020]: pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:12.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:12 smithi137 ceph-mon[117020]: from='client.235671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:12 smithi066 ceph-mon[112137]: pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:12 smithi066 ceph-mon[112137]: from='client.235671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:14 smithi203 ceph-mon[117428]: pgmap v8401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:14 smithi137 ceph-mon[117020]: pgmap v8401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:14 smithi066 ceph-mon[112137]: pgmap v8401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:16.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:16 smithi203 ceph-mon[117428]: pgmap v8402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:16 smithi137 ceph-mon[117020]: pgmap v8402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:16 smithi066 ceph-mon[112137]: pgmap v8402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:16.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:16.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:16.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:17.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:17.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:17.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:17.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:17.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:18 smithi203 ceph-mon[117428]: pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:18 smithi203 ceph-mon[117428]: from='client.235749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:18 smithi137 ceph-mon[117020]: pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:18 smithi137 ceph-mon[117020]: from='client.235749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:18 smithi066 ceph-mon[112137]: pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:18 smithi066 ceph-mon[112137]: from='client.235749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:20.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:20 smithi203 ceph-mon[117428]: pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:20 smithi137 ceph-mon[117020]: pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:20 smithi066 ceph-mon[112137]: pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:22.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:22 smithi203 ceph-mon[117428]: pgmap v8405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:22 smithi137 ceph-mon[117020]: pgmap v8405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:22.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:22.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:22.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:22 smithi066 ceph-mon[112137]: pgmap v8405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:23.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:23.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:23.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:23.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:23.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:24 smithi137 ceph-mon[117020]: pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:24 smithi137 ceph-mon[117020]: from='client.235824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:24 smithi066 ceph-mon[112137]: pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:24 smithi066 ceph-mon[112137]: from='client.235824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:24 smithi203 ceph-mon[117428]: pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:24 smithi203 ceph-mon[117428]: from='client.235824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:26 smithi137 ceph-mon[117020]: pgmap v8407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:26 smithi066 ceph-mon[112137]: pgmap v8407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:26 smithi203 ceph-mon[117428]: pgmap v8407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:28.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:28.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:28.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:28 smithi137 ceph-mon[117020]: pgmap v8408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:28 smithi066 ceph-mon[112137]: pgmap v8408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:28 smithi203 ceph-mon[117428]: pgmap v8408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:28.846 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:28.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:28.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:28.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:28.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:30 smithi137 ceph-mon[117020]: from='client.235902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:30 smithi137 ceph-mon[117020]: pgmap v8409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:30.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:30 smithi066 ceph-mon[112137]: from='client.235902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:30.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:30 smithi066 ceph-mon[112137]: pgmap v8409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:30 smithi203 ceph-mon[117428]: from='client.235902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:30 smithi203 ceph-mon[117428]: pgmap v8409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:32 smithi137 ceph-mon[117020]: pgmap v8410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:32 smithi066 ceph-mon[112137]: pgmap v8410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:32 smithi203 ceph-mon[117428]: pgmap v8410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:33.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:33.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:33.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:34.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:34 smithi137 ceph-mon[117020]: pgmap v8411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:34 smithi066 ceph-mon[112137]: pgmap v8411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:34 smithi203 ceph-mon[117428]: pgmap v8411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:34.576 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:34.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:34.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:34.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:34.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:35 smithi137 ceph-mon[117020]: from='client.235977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:35 smithi066 ceph-mon[112137]: from='client.235977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:35 smithi203 ceph-mon[117428]: from='client.235977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:36.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:36 smithi137 ceph-mon[117020]: pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:36 smithi066 ceph-mon[112137]: pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:36 smithi203 ceph-mon[117428]: pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:38 smithi137 ceph-mon[117020]: pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:53:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:38 smithi066 ceph-mon[112137]: pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:53:38.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:38 smithi203 ceph-mon[117428]: pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:38.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:53:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:53:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:53:39.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:53:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:53:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:53:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:53:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:53:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:53:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:53:39.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:39.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:39.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:40.300 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:40.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:40.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:40.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:40.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:40 smithi066 ceph-mon[112137]: pgmap v8414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:40 smithi203 ceph-mon[117428]: pgmap v8414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:40 smithi137 ceph-mon[117020]: pgmap v8414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:41 smithi066 ceph-mon[112137]: from='client.236055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:41 smithi203 ceph-mon[117428]: from='client.236055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:41 smithi137 ceph-mon[117020]: from='client.236055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:42 smithi066 ceph-mon[112137]: pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:42 smithi203 ceph-mon[117428]: pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:42 smithi137 ceph-mon[117020]: pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:44 smithi066 ceph-mon[112137]: pgmap v8416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:44 smithi203 ceph-mon[117428]: pgmap v8416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:44.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:44 smithi137 ceph-mon[117020]: pgmap v8416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:45.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:45.303 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:45.303 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:46.022 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:46.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:46.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:46.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:46.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:46 smithi066 ceph-mon[112137]: pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:46 smithi203 ceph-mon[117428]: pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:46 smithi137 ceph-mon[117020]: pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:47 smithi066 ceph-mon[112137]: from='client.236130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:47.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:47 smithi203 ceph-mon[117428]: from='client.236130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:47.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:47 smithi137 ceph-mon[117020]: from='client.236130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:48 smithi066 ceph-mon[112137]: pgmap v8418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:48 smithi203 ceph-mon[117428]: pgmap v8418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:48 smithi137 ceph-mon[117020]: pgmap v8418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:50 smithi066 ceph-mon[112137]: pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:50 smithi203 ceph-mon[117428]: pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:50 smithi137 ceph-mon[117020]: pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:51.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:51.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:51.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:51.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:51.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:51.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:51.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:51.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:52 smithi066 ceph-mon[112137]: pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:52 smithi066 ceph-mon[112137]: from='client.236199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:52 smithi203 ceph-mon[117428]: pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:52 smithi203 ceph-mon[117428]: from='client.236199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:52 smithi137 ceph-mon[117020]: pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:52.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:52 smithi137 ceph-mon[117020]: from='client.236199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:54 smithi066 ceph-mon[112137]: pgmap v8421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:54 smithi203 ceph-mon[117428]: pgmap v8421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:54 smithi137 ceph-mon[117020]: pgmap v8421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:56.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:53:56.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:56.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:56 smithi203 ceph-mon[117428]: pgmap v8422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:56 smithi137 ceph-mon[117020]: pgmap v8422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:56 smithi066 ceph-mon[112137]: pgmap v8422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:57.496 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:53:57.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:57.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:57.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:57.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:53:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:58 smithi203 ceph-mon[117428]: pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:58 smithi203 ceph-mon[117428]: from='client.236274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:58 smithi137 ceph-mon[117020]: pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:58 smithi137 ceph-mon[117020]: from='client.236274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:58.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:58 smithi066 ceph-mon[112137]: pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:58.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:58 smithi066 ceph-mon[112137]: from='client.236274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:53:59 smithi066 ceph-mon[112137]: pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:53:59 smithi203 ceph-mon[117428]: pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:53:59 smithi137 ceph-mon[117020]: pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:01 smithi066 ceph-mon[112137]: pgmap v8425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:01 smithi203 ceph-mon[117428]: pgmap v8425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:01 smithi137 ceph-mon[117020]: pgmap v8425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:02.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:02.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:02.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:03.232 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:03.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:03.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:03.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:03.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:04.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:03 smithi066 ceph-mon[112137]: pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:04.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:03 smithi066 ceph-mon[112137]: from='client.236349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:03 smithi203 ceph-mon[117428]: pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:03 smithi203 ceph-mon[117428]: from='client.236349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:03 smithi137 ceph-mon[117020]: pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:03 smithi137 ceph-mon[117020]: from='client.236349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:06.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:05 smithi066 ceph-mon[112137]: pgmap v8427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:06.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:05 smithi203 ceph-mon[117428]: pgmap v8427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:05 smithi137 ceph-mon[117020]: pgmap v8427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:08.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:08.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:08.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:08.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:07 smithi066 ceph-mon[112137]: pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:07 smithi203 ceph-mon[117428]: pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:07 smithi137 ceph-mon[117020]: pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:08.957 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:08.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:08.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:08.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:08.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:09 smithi066 ceph-mon[112137]: from='client.236424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:09 smithi066 ceph-mon[112137]: pgmap v8429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:09 smithi203 ceph-mon[117428]: from='client.236424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:09 smithi203 ceph-mon[117428]: pgmap v8429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:09 smithi137 ceph-mon[117020]: from='client.236424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:09 smithi137 ceph-mon[117020]: pgmap v8429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:12.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:11 smithi066 ceph-mon[112137]: pgmap v8430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:11 smithi203 ceph-mon[117428]: pgmap v8430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:11 smithi137 ceph-mon[117020]: pgmap v8430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:13.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:13.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:13.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:14.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:13 smithi066 ceph-mon[112137]: pgmap v8431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:13 smithi203 ceph-mon[117428]: pgmap v8431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:13 smithi137 ceph-mon[117020]: pgmap v8431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:14.703 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:14.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:14.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:14.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:14.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:14 smithi066 ceph-mon[112137]: from='client.236499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:14 smithi203 ceph-mon[117428]: from='client.236499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:14 smithi137 ceph-mon[117020]: from='client.236499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:16.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:15 smithi066 ceph-mon[112137]: pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:54:16.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:15 smithi203 ceph-mon[117428]: pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:54:16.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:15 smithi137 ceph-mon[117020]: pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:54:18.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:17 smithi066 ceph-mon[112137]: pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:54:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:17 smithi203 ceph-mon[117428]: pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:54:18.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:17 smithi137 ceph-mon[117020]: pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:54:19.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:19.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:19.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:20.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:19 smithi066 ceph-mon[112137]: pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:54:20.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:19 smithi203 ceph-mon[117428]: pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:54:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:19 smithi137 ceph-mon[117020]: pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:54:20.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:20.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:20.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:20.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:20.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:20 smithi066 ceph-mon[112137]: from='client.236568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:20 smithi203 ceph-mon[117428]: from='client.236568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:20 smithi137 ceph-mon[117020]: from='client.236568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:22.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:21 smithi066 ceph-mon[112137]: pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:21 smithi203 ceph-mon[117428]: pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:21 smithi137 ceph-mon[117020]: pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:24.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:23 smithi203 ceph-mon[117428]: pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:23 smithi137 ceph-mon[117020]: pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:23 smithi066 ceph-mon[112137]: pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:25.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:25.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:25.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:26.150 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:26.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:26.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:26.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:26.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:26.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:25 smithi203 ceph-mon[117428]: pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:54:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:25 smithi137 ceph-mon[117020]: pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:54:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:25 smithi066 ceph-mon[112137]: pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:54:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:27 smithi203 ceph-mon[117428]: from='client.236643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:27 smithi137 ceph-mon[117020]: from='client.236643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:27 smithi066 ceph-mon[112137]: from='client.236643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:28.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:28 smithi203 ceph-mon[117428]: pgmap v8438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:54:28.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:28 smithi137 ceph-mon[117020]: pgmap v8438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:54:28.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:28 smithi066 ceph-mon[112137]: pgmap v8438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:54:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:30 smithi203 ceph-mon[117428]: pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:54:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:30 smithi137 ceph-mon[117020]: pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:54:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:30 smithi066 ceph-mon[112137]: pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:54:31.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:31.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:31.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:31.878 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:31.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:31.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:31.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:31.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:32 smithi203 ceph-mon[117428]: pgmap v8440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:54:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:32 smithi137 ceph-mon[117020]: pgmap v8440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:54:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:32 smithi066 ceph-mon[112137]: pgmap v8440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:54:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:33 smithi203 ceph-mon[117428]: from='client.236721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:33 smithi137 ceph-mon[117020]: from='client.236721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:33 smithi066 ceph-mon[112137]: from='client.236721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:34.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:34 smithi203 ceph-mon[117428]: pgmap v8441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:34.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:34 smithi137 ceph-mon[117020]: pgmap v8441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:34 smithi066 ceph-mon[112137]: pgmap v8441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:36.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:36 smithi203 ceph-mon[117428]: pgmap v8442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:54:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:36 smithi137 ceph-mon[117020]: pgmap v8442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:54:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:36 smithi066 ceph-mon[112137]: pgmap v8442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:54:36.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:36.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:36.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:37.614 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:37.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:37.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:37.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:37.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:38 smithi203 ceph-mon[117428]: pgmap v8443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:54:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:38 smithi203 ceph-mon[117428]: from='client.236793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:38 smithi137 ceph-mon[117020]: pgmap v8443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:54:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:38 smithi137 ceph-mon[117020]: from='client.236793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:38 smithi066 ceph-mon[112137]: pgmap v8443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:54:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:38 smithi066 ceph-mon[112137]: from='client.236793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:54:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:54:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:54:40.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:40 smithi203 ceph-mon[117428]: pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:40.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:54:40.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:54:40.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:54:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:40 smithi137 ceph-mon[117020]: pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:54:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:54:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:54:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:40 smithi066 ceph-mon[112137]: pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:54:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:54:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:54:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:42 smithi203 ceph-mon[117428]: pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:42.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:42 smithi137 ceph-mon[117020]: pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:42 smithi066 ceph-mon[112137]: pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:42.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:42.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:42.617 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:43.339 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:43.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:43.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:43.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:43.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:44.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:44 smithi203 ceph-mon[117428]: pgmap v8446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:44.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:44 smithi203 ceph-mon[117428]: from='client.236865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:44 smithi137 ceph-mon[117020]: pgmap v8446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:44 smithi137 ceph-mon[117020]: from='client.236865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:44 smithi066 ceph-mon[112137]: pgmap v8446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:44 smithi066 ceph-mon[112137]: from='client.236865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:46.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:46 smithi203 ceph-mon[117428]: pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:54:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:46 smithi137 ceph-mon[117020]: pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:54:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:46 smithi066 ceph-mon[112137]: pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:54:48.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:48 smithi203 ceph-mon[117428]: pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:54:48.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:48.341 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:48.341 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:48 smithi137 ceph-mon[117020]: pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:54:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:48 smithi066 ceph-mon[112137]: pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:54:49.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:49.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:49.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:49.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:49.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:50.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:50 smithi203 ceph-mon[117428]: pgmap v8449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:50.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:50 smithi203 ceph-mon[117428]: from='client.236943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:50.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:50 smithi137 ceph-mon[117020]: pgmap v8449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:50.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:50 smithi137 ceph-mon[117020]: from='client.236943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:50.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:50 smithi066 ceph-mon[112137]: pgmap v8449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:50.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:50 smithi066 ceph-mon[112137]: from='client.236943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:52 smithi203 ceph-mon[117428]: pgmap v8450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:52 smithi137 ceph-mon[117020]: pgmap v8450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:52 smithi066 ceph-mon[112137]: pgmap v8450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:54.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:54.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:54.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:54.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:54 smithi203 ceph-mon[117428]: pgmap v8451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:54 smithi137 ceph-mon[117020]: pgmap v8451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:54 smithi066 ceph-mon[112137]: pgmap v8451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:54.799 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:54:54.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:54.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:54.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:54.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:54:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:55 smithi203 ceph-mon[117428]: from='client.237018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:55 smithi137 ceph-mon[117020]: from='client.237018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:55 smithi066 ceph-mon[112137]: from='client.237018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:56 smithi203 ceph-mon[117428]: pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:54:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:56 smithi137 ceph-mon[117020]: pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:54:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:56 smithi066 ceph-mon[112137]: pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:54:58.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:54:58 smithi203 ceph-mon[117428]: pgmap v8453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:54:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:54:58 smithi137 ceph-mon[117020]: pgmap v8453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:54:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:54:58 smithi066 ceph-mon[112137]: pgmap v8453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:54:59.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:54:59.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:59.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:00 smithi203 ceph-mon[117428]: pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:55:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:00 smithi137 ceph-mon[117020]: pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:55:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:00 smithi066 ceph-mon[112137]: pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:55:00.540 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:00.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:00.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:00.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:00.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:01 smithi203 ceph-mon[117428]: from='client.237090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:01 smithi137 ceph-mon[117020]: from='client.237090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:01.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:01 smithi066 ceph-mon[112137]: from='client.237090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:02 smithi137 ceph-mon[117020]: pgmap v8455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:02 smithi066 ceph-mon[112137]: pgmap v8455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:02.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:02 smithi203 ceph-mon[117428]: pgmap v8455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:04 smithi137 ceph-mon[117020]: pgmap v8456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:04 smithi066 ceph-mon[112137]: pgmap v8456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:04 smithi203 ceph-mon[117428]: pgmap v8456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:05.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:05.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:05.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:06.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:06.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:06.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:06.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:06.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:06 smithi137 ceph-mon[117020]: pgmap v8457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:55:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:06 smithi066 ceph-mon[112137]: pgmap v8457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:55:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:06 smithi203 ceph-mon[117428]: pgmap v8457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:55:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:07 smithi137 ceph-mon[117020]: from='client.237165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:07 smithi066 ceph-mon[112137]: from='client.237165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:07 smithi203 ceph-mon[117428]: from='client.237165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:08.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:08 smithi137 ceph-mon[117020]: pgmap v8458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:08 smithi066 ceph-mon[112137]: pgmap v8458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:08 smithi203 ceph-mon[117428]: pgmap v8458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:10 smithi137 ceph-mon[117020]: pgmap v8459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:10 smithi066 ceph-mon[112137]: pgmap v8459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:10 smithi203 ceph-mon[117428]: pgmap v8459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:11.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:11.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:11.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:11.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:11.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:11.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:11.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:11.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:12 smithi137 ceph-mon[117020]: pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:55:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:12 smithi066 ceph-mon[112137]: pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:55:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:12 smithi203 ceph-mon[117428]: pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:55:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:13 smithi137 ceph-mon[117020]: from='client.237243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:13 smithi066 ceph-mon[112137]: from='client.237243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:13 smithi203 ceph-mon[117428]: from='client.237243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:14 smithi137 ceph-mon[117020]: pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:14 smithi066 ceph-mon[112137]: pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:14 smithi203 ceph-mon[117428]: pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:16 smithi137 ceph-mon[117020]: pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:55:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:16 smithi066 ceph-mon[112137]: pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:55:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:16 smithi203 ceph-mon[117428]: pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:55:16.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:16.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:16.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:17.716 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:17.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:17.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:17.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:17.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:18 smithi137 ceph-mon[117020]: pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:18 smithi137 ceph-mon[117020]: from='client.237318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:18 smithi066 ceph-mon[112137]: pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:18 smithi066 ceph-mon[112137]: from='client.237318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:18 smithi203 ceph-mon[117428]: pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:18 smithi203 ceph-mon[117428]: from='client.237318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:20 smithi137 ceph-mon[117020]: pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:20 smithi066 ceph-mon[112137]: pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:20.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:20 smithi203 ceph-mon[117428]: pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:22 smithi137 ceph-mon[117020]: pgmap v8465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:22 smithi066 ceph-mon[112137]: pgmap v8465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:22 smithi203 ceph-mon[117428]: pgmap v8465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:22.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:22.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:22.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:23.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:23.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:23.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:23.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:23.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:24 smithi066 ceph-mon[112137]: pgmap v8466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:24.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:24 smithi066 ceph-mon[112137]: from='client.237393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:24 smithi203 ceph-mon[117428]: pgmap v8466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:24 smithi203 ceph-mon[117428]: from='client.237393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:24 smithi137 ceph-mon[117020]: pgmap v8466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:24 smithi137 ceph-mon[117020]: from='client.237393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:26 smithi066 ceph-mon[112137]: pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:55:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:26 smithi203 ceph-mon[117428]: pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:55:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:26 smithi137 ceph-mon[117020]: pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:55:28.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:28.457 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:28.457 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:28 smithi066 ceph-mon[112137]: pgmap v8468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:28 smithi203 ceph-mon[117428]: pgmap v8468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:28 smithi137 ceph-mon[117020]: pgmap v8468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:29.196 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:29.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:29.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:29.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:29.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:30 smithi066 ceph-mon[112137]: pgmap v8469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:30 smithi066 ceph-mon[112137]: from='client.237468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:30 smithi203 ceph-mon[117428]: pgmap v8469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:30 smithi203 ceph-mon[117428]: from='client.237468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:30 smithi137 ceph-mon[117020]: pgmap v8469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:30 smithi137 ceph-mon[117020]: from='client.237468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:32 smithi066 ceph-mon[112137]: pgmap v8470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:32 smithi203 ceph-mon[117428]: pgmap v8470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:32 smithi137 ceph-mon[117020]: pgmap v8470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:34.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:34.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:34.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:34 smithi066 ceph-mon[112137]: pgmap v8471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:34 smithi203 ceph-mon[117428]: pgmap v8471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:34 smithi137 ceph-mon[117020]: pgmap v8471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:34.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:34.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:34.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:34.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:34.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:36 smithi066 ceph-mon[112137]: from='client.237546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:36 smithi066 ceph-mon[112137]: pgmap v8472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:36 smithi203 ceph-mon[117428]: from='client.237546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:36 smithi203 ceph-mon[117428]: pgmap v8472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:36 smithi137 ceph-mon[117020]: from='client.237546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:36 smithi137 ceph-mon[117020]: pgmap v8472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:38 smithi066 ceph-mon[112137]: pgmap v8473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:55:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:38 smithi203 ceph-mon[117428]: pgmap v8473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:55:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:38 smithi137 ceph-mon[117020]: pgmap v8473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:55:39.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:39.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:39.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:40.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:40 smithi066 ceph-mon[112137]: pgmap v8474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:55:40.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:55:40.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:40 smithi203 ceph-mon[117428]: pgmap v8474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:55:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:55:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:40 smithi137 ceph-mon[117020]: pgmap v8474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:55:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:55:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:40.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:40.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:40.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:40.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:40.701 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:55:41.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:55:41.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:41.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:41 smithi066 ceph-mon[112137]: from='client.237621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:55:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:55:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:41 smithi203 ceph-mon[117428]: from='client.237621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:41.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:55:41.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:55:41.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:55:41.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:41 smithi137 ceph-mon[117020]: from='client.237621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:42 smithi203 ceph-mon[117428]: pgmap v8475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:42 smithi137 ceph-mon[117020]: pgmap v8475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:42 smithi066 ceph-mon[112137]: pgmap v8475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:44.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:44 smithi137 ceph-mon[117020]: pgmap v8476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:44.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:44 smithi066 ceph-mon[112137]: pgmap v8476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:44 smithi203 ceph-mon[117428]: pgmap v8476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:45.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:45.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:45.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:46.436 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:46.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:46.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:46.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:46.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:46 smithi137 ceph-mon[117020]: pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:55:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:46 smithi066 ceph-mon[112137]: pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:55:46.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:46 smithi203 ceph-mon[117428]: pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:55:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:47 smithi137 ceph-mon[117020]: from='client.237696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:47 smithi066 ceph-mon[112137]: from='client.237696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:47 smithi203 ceph-mon[117428]: from='client.237696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:48 smithi137 ceph-mon[117020]: pgmap v8478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:55:48.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:48 smithi066 ceph-mon[112137]: pgmap v8478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:55:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:48 smithi203 ceph-mon[117428]: pgmap v8478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:55:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:50 smithi137 ceph-mon[117020]: pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:55:50.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:50 smithi066 ceph-mon[112137]: pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:55:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:50 smithi203 ceph-mon[117428]: pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:55:51.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:51.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:51.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:52.172 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:52.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:52.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:52.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:52.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:52 smithi137 ceph-mon[117020]: pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:55:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:52 smithi066 ceph-mon[112137]: pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:55:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:52 smithi203 ceph-mon[117428]: pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:55:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:53 smithi137 ceph-mon[117020]: from='client.237771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:53 smithi066 ceph-mon[112137]: from='client.237771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:53 smithi203 ceph-mon[117428]: from='client.237771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:54 smithi137 ceph-mon[117020]: pgmap v8481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:54 smithi066 ceph-mon[112137]: pgmap v8481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:54 smithi203 ceph-mon[117428]: pgmap v8481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:56 smithi137 ceph-mon[117020]: pgmap v8482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:55:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:56 smithi066 ceph-mon[112137]: pgmap v8482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:55:56.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:56 smithi203 ceph-mon[117428]: pgmap v8482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:55:57.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:55:57.174 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:57.174 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:57.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:55:57.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:57.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:57.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:57.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:55:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:58 smithi137 ceph-mon[117020]: pgmap v8483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:58.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:58 smithi066 ceph-mon[112137]: pgmap v8483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:58 smithi203 ceph-mon[117428]: pgmap v8483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:55:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:55:59 smithi137 ceph-mon[117020]: from='client.237849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:55:59 smithi066 ceph-mon[112137]: from='client.237849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:55:59 smithi203 ceph-mon[117428]: from='client.237849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:00 smithi137 ceph-mon[117020]: pgmap v8484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:00 smithi066 ceph-mon[112137]: pgmap v8484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:00 smithi203 ceph-mon[117428]: pgmap v8484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:02 smithi137 ceph-mon[117020]: pgmap v8485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:02 smithi066 ceph-mon[112137]: pgmap v8485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:02 smithi203 ceph-mon[117428]: pgmap v8485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:02.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:02.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:02.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:03.642 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:03.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:03.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:03.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:03.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:04.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:04 smithi066 ceph-mon[112137]: pgmap v8486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:04.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:04 smithi066 ceph-mon[112137]: from='client.237921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:04 smithi203 ceph-mon[117428]: pgmap v8486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:04 smithi203 ceph-mon[117428]: from='client.237921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:04 smithi137 ceph-mon[117020]: pgmap v8486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:04 smithi137 ceph-mon[117020]: from='client.237921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:06.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:06 smithi066 ceph-mon[112137]: pgmap v8487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:56:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:06 smithi203 ceph-mon[117428]: pgmap v8487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:56:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:06 smithi137 ceph-mon[117020]: pgmap v8487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:56:08.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:08.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:08.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:08 smithi066 ceph-mon[112137]: pgmap v8488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:56:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:08 smithi203 ceph-mon[117428]: pgmap v8488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:56:08.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:08 smithi137 ceph-mon[117020]: pgmap v8488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:56:09.362 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:09.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:09.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:09.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:09.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:10.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:10 smithi066 ceph-mon[112137]: pgmap v8489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:10.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:10 smithi066 ceph-mon[112137]: from='client.237996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:10 smithi203 ceph-mon[117428]: pgmap v8489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:10 smithi203 ceph-mon[117428]: from='client.237996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:10 smithi137 ceph-mon[117020]: pgmap v8489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:10 smithi137 ceph-mon[117020]: from='client.237996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:12 smithi066 ceph-mon[112137]: pgmap v8490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:12 smithi203 ceph-mon[117428]: pgmap v8490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:12.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:12 smithi137 ceph-mon[117020]: pgmap v8490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:14.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:14.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:14.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:14 smithi066 ceph-mon[112137]: pgmap v8491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:14 smithi203 ceph-mon[117428]: pgmap v8491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:14 smithi137 ceph-mon[117020]: pgmap v8491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:15.092 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:15.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:15.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:15.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:15.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:16.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:16 smithi066 ceph-mon[112137]: pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:16.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:16 smithi066 ceph-mon[112137]: from='client.238074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:16 smithi203 ceph-mon[117428]: pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:16 smithi203 ceph-mon[117428]: from='client.238074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:16 smithi137 ceph-mon[117020]: pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:16 smithi137 ceph-mon[117020]: from='client.238074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:18.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:18 smithi066 ceph-mon[112137]: pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:56:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:18 smithi203 ceph-mon[117428]: pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:56:18.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:18 smithi137 ceph-mon[117020]: pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:56:20.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:20.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:20.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:20 smithi066 ceph-mon[112137]: pgmap v8494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:20.818 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:20.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:20.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:20.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:20.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:20 smithi203 ceph-mon[117428]: pgmap v8494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:20 smithi137 ceph-mon[117020]: pgmap v8494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:21 smithi066 ceph-mon[112137]: from='client.238149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:21 smithi203 ceph-mon[117428]: from='client.238149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:21.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:21 smithi137 ceph-mon[117020]: from='client.238149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:22 smithi066 ceph-mon[112137]: pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:22 smithi203 ceph-mon[117428]: pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:22 smithi137 ceph-mon[117020]: pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:24 smithi066 ceph-mon[112137]: pgmap v8496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:24 smithi203 ceph-mon[117428]: pgmap v8496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:24 smithi137 ceph-mon[117020]: pgmap v8496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:25.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:25.820 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:25.821 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:26.555 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:26.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:26.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:26.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:26.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:26 smithi066 ceph-mon[112137]: pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:56:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:26 smithi203 ceph-mon[117428]: pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:56:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:26 smithi137 ceph-mon[117020]: pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:56:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:27 smithi066 ceph-mon[112137]: from='client.238224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:27 smithi203 ceph-mon[117428]: from='client.238224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:27 smithi137 ceph-mon[117020]: from='client.238224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:28 smithi066 ceph-mon[112137]: pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:28 smithi203 ceph-mon[117428]: pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:28 smithi137 ceph-mon[117020]: pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:30 smithi066 ceph-mon[112137]: pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:30.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:30 smithi203 ceph-mon[117428]: pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:30 smithi137 ceph-mon[117020]: pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:31.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:31.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:31.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:32.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:32.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:32.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:32.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:32.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:32 smithi066 ceph-mon[112137]: pgmap v8500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:32 smithi203 ceph-mon[117428]: pgmap v8500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:32 smithi137 ceph-mon[117020]: pgmap v8500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:33 smithi066 ceph-mon[112137]: from='client.238302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:33 smithi203 ceph-mon[117428]: from='client.238302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:33 smithi137 ceph-mon[117020]: from='client.238302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:34 smithi066 ceph-mon[112137]: pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:34 smithi203 ceph-mon[117428]: pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:34.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:34 smithi137 ceph-mon[117020]: pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:36.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:36 smithi066 ceph-mon[112137]: pgmap v8502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:56:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:36 smithi203 ceph-mon[117428]: pgmap v8502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:56:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:36 smithi137 ceph-mon[117020]: pgmap v8502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:56:37.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:37.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:37.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:37.996 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:37.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:37.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:37.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:37.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:38.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:38 smithi066 ceph-mon[112137]: pgmap v8503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:56:38.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:38 smithi203 ceph-mon[117428]: pgmap v8503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:56:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:38 smithi137 ceph-mon[117020]: pgmap v8503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:56:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:39 smithi066 ceph-mon[112137]: from='client.238374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:39 smithi203 ceph-mon[117428]: from='client.238374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:39.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:39 smithi137 ceph-mon[117020]: from='client.238374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:40 smithi066 ceph-mon[112137]: pgmap v8504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:40 smithi203 ceph-mon[117428]: pgmap v8504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:40 smithi137 ceph-mon[117020]: pgmap v8504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:56:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:56:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:56:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:56:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:56:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:56:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:56:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:56:41.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:56:41.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:56:41.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:56:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:56:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:42 smithi066 ceph-mon[112137]: pgmap v8505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:42 smithi203 ceph-mon[117428]: pgmap v8505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:42.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:42 smithi137 ceph-mon[117020]: pgmap v8505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:42.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:42.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:42.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:43.714 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:43.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:43.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:43.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:43.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:44.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:44 smithi066 ceph-mon[112137]: pgmap v8506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:44.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:44 smithi066 ceph-mon[112137]: from='client.238452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:44 smithi203 ceph-mon[117428]: pgmap v8506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:44 smithi203 ceph-mon[117428]: from='client.238452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:44 smithi137 ceph-mon[117020]: pgmap v8506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:44 smithi137 ceph-mon[117020]: from='client.238452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:46 smithi066 ceph-mon[112137]: pgmap v8507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:56:46.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:46 smithi203 ceph-mon[117428]: pgmap v8507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:56:46.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:46 smithi137 ceph-mon[117020]: pgmap v8507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:56:48.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:48.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:48.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:48.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:48 smithi066 ceph-mon[112137]: pgmap v8508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:56:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:48 smithi203 ceph-mon[117428]: pgmap v8508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:56:48.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:48 smithi137 ceph-mon[117020]: pgmap v8508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:56:49.456 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:49.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:49.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:49.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:49.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:50.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:50 smithi066 ceph-mon[112137]: pgmap v8509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:50.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:50 smithi066 ceph-mon[112137]: from='client.238530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:50 smithi203 ceph-mon[117428]: pgmap v8509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:50 smithi203 ceph-mon[117428]: from='client.238530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:50 smithi137 ceph-mon[117020]: pgmap v8509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:50 smithi137 ceph-mon[117020]: from='client.238530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:52 smithi066 ceph-mon[112137]: pgmap v8510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:52 smithi203 ceph-mon[117428]: pgmap v8510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:52 smithi137 ceph-mon[117020]: pgmap v8510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:54.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:56:54.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:54.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:54 smithi066 ceph-mon[112137]: pgmap v8511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:54 smithi203 ceph-mon[117428]: pgmap v8511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:54 smithi137 ceph-mon[117020]: pgmap v8511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:55.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:56:55.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:55.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:55.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:55.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:56:56.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:56 smithi066 ceph-mon[112137]: pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:56.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:56 smithi066 ceph-mon[112137]: from='client.238605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:56 smithi203 ceph-mon[117428]: pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:56 smithi203 ceph-mon[117428]: from='client.238605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:56 smithi137 ceph-mon[117020]: pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:56 smithi137 ceph-mon[117020]: from='client.238605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:58.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:56:58 smithi066 ceph-mon[112137]: pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:56:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:56:58 smithi203 ceph-mon[117428]: pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:56:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:56:58 smithi137 ceph-mon[117020]: pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:57:00.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:00.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:00.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:00 smithi066 ceph-mon[112137]: pgmap v8514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:00 smithi203 ceph-mon[117428]: pgmap v8514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:00 smithi137 ceph-mon[117020]: pgmap v8514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:00.903 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:00.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:00.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:00.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:00.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:02 smithi066 ceph-mon[112137]: from='client.238683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:02 smithi066 ceph-mon[112137]: pgmap v8515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:02 smithi203 ceph-mon[117428]: from='client.238683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:02 smithi203 ceph-mon[117428]: pgmap v8515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:02 smithi137 ceph-mon[117020]: from='client.238683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:02 smithi137 ceph-mon[117020]: pgmap v8515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:04.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:04 smithi066 ceph-mon[112137]: pgmap v8516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:04 smithi203 ceph-mon[117428]: pgmap v8516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:04 smithi137 ceph-mon[117020]: pgmap v8516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:05.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:05.906 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:05.906 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:06.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:06.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:06.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:06.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:06.636 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:06.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:06 smithi066 ceph-mon[112137]: pgmap v8517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:57:06.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:06 smithi203 ceph-mon[117428]: pgmap v8517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:57:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:06 smithi137 ceph-mon[117020]: pgmap v8517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:57:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:07 smithi203 ceph-mon[117428]: from='client.238758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:07.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:07 smithi137 ceph-mon[117020]: from='client.238758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:07 smithi066 ceph-mon[112137]: from='client.238758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:08 smithi203 ceph-mon[117428]: pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:08.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:08 smithi137 ceph-mon[117020]: pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:08 smithi066 ceph-mon[112137]: pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:10 smithi203 ceph-mon[117428]: pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:10 smithi137 ceph-mon[117020]: pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:10 smithi066 ceph-mon[112137]: pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:11.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:11.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:11.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:12.370 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:12.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:12.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:12.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:12.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:12 smithi203 ceph-mon[117428]: pgmap v8520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:12.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:12 smithi137 ceph-mon[117020]: pgmap v8520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:12 smithi066 ceph-mon[112137]: pgmap v8520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:13 smithi203 ceph-mon[117428]: from='client.238833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:13 smithi137 ceph-mon[117020]: from='client.238833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:13 smithi066 ceph-mon[112137]: from='client.238833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:14 smithi203 ceph-mon[117428]: pgmap v8521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:14 smithi137 ceph-mon[117020]: pgmap v8521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:14 smithi066 ceph-mon[112137]: pgmap v8521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:16 smithi203 ceph-mon[117428]: pgmap v8522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:57:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:16 smithi137 ceph-mon[117020]: pgmap v8522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:57:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:16 smithi066 ceph-mon[112137]: pgmap v8522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:57:17.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:17.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:17.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:18.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:18.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:18.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:18.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:18.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:18 smithi203 ceph-mon[117428]: pgmap v8523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:57:18.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:18 smithi137 ceph-mon[117020]: pgmap v8523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:57:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:18 smithi066 ceph-mon[112137]: pgmap v8523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:57:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:19 smithi203 ceph-mon[117428]: from='client.238908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:19 smithi137 ceph-mon[117020]: from='client.238908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:19 smithi066 ceph-mon[112137]: from='client.238908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:20 smithi203 ceph-mon[117428]: pgmap v8524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:20 smithi137 ceph-mon[117020]: pgmap v8524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:20 smithi066 ceph-mon[112137]: pgmap v8524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:22.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:22 smithi203 ceph-mon[117428]: pgmap v8525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:22 smithi137 ceph-mon[117020]: pgmap v8525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:22 smithi066 ceph-mon[112137]: pgmap v8525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:23.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:23.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:23.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:23.812 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:23.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:23.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:23.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:23.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:24 smithi203 ceph-mon[117428]: pgmap v8526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:24 smithi203 ceph-mon[117428]: from='client.238983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:24 smithi137 ceph-mon[117020]: pgmap v8526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:24 smithi137 ceph-mon[117020]: from='client.238983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:24 smithi066 ceph-mon[112137]: pgmap v8526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:24 smithi066 ceph-mon[112137]: from='client.238983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:26 smithi203 ceph-mon[117428]: pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:57:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:26 smithi137 ceph-mon[117020]: pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:57:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:26 smithi066 ceph-mon[112137]: pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:57:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:27 smithi203 ceph-mon[117428]: pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:57:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:27 smithi137 ceph-mon[117020]: pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:57:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:27 smithi066 ceph-mon[112137]: pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:57:28.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:28.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:28.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:29.541 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:29.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:29.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:29.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:29.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:29 smithi203 ceph-mon[117428]: pgmap v8529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:29 smithi203 ceph-mon[117428]: from='client.239061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:29 smithi137 ceph-mon[117020]: pgmap v8529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:29 smithi137 ceph-mon[117020]: from='client.239061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:29 smithi066 ceph-mon[112137]: pgmap v8529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:29 smithi066 ceph-mon[112137]: from='client.239061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:32.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:31 smithi203 ceph-mon[117428]: pgmap v8530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:31 smithi137 ceph-mon[117020]: pgmap v8530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:31 smithi066 ceph-mon[112137]: pgmap v8530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:34 smithi203 ceph-mon[117428]: pgmap v8531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:34 smithi137 ceph-mon[117020]: pgmap v8531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:34 smithi066 ceph-mon[112137]: pgmap v8531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:34.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:34.543 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:34.543 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:35.286 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:35.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:35.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:35.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:35.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:36 smithi203 ceph-mon[117428]: pgmap v8532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:36 smithi203 ceph-mon[117428]: from='client.239136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:36 smithi137 ceph-mon[117020]: pgmap v8532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:36 smithi137 ceph-mon[117020]: from='client.239136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:36 smithi066 ceph-mon[112137]: pgmap v8532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:36 smithi066 ceph-mon[112137]: from='client.239136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:38 smithi203 ceph-mon[117428]: pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:57:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:38 smithi137 ceph-mon[117020]: pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:57:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:38 smithi066 ceph-mon[112137]: pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:57:40.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:40.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:40.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:40 smithi203 ceph-mon[117428]: pgmap v8534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:40 smithi137 ceph-mon[117020]: pgmap v8534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:40 smithi066 ceph-mon[112137]: pgmap v8534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:41.008 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:41.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:41.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:41.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:41.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:42 smithi137 ceph-mon[117020]: from='client.239214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:42 smithi137 ceph-mon[117020]: pgmap v8535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:57:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:42 smithi066 ceph-mon[112137]: from='client.239214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:42 smithi066 ceph-mon[112137]: pgmap v8535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:57:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:42 smithi203 ceph-mon[117428]: from='client.239214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:42 smithi203 ceph-mon[117428]: pgmap v8535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:57:43.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16528M 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:57:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16528M 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:57:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:57:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:57:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T21:57:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16528M 2023-12-07T21:57:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:57:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:57:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:57:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:44 smithi203 ceph-mon[117428]: pgmap v8536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:44 smithi137 ceph-mon[117020]: pgmap v8536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:44 smithi066 ceph-mon[112137]: pgmap v8536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:46.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:46.010 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:46.010 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:46.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:46.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:46.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:46.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:46.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:46.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:46 smithi203 ceph-mon[117428]: pgmap v8537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:57:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:46 smithi137 ceph-mon[117020]: pgmap v8537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:57:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:46 smithi066 ceph-mon[112137]: pgmap v8537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:57:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:47 smithi203 ceph-mon[117428]: from='client.239292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:47 smithi137 ceph-mon[117020]: from='client.239292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:47 smithi066 ceph-mon[112137]: from='client.239292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:48 smithi203 ceph-mon[117428]: pgmap v8538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:48 smithi137 ceph-mon[117020]: pgmap v8538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:48 smithi066 ceph-mon[112137]: pgmap v8538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:50 smithi203 ceph-mon[117428]: pgmap v8539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:50 smithi137 ceph-mon[117020]: pgmap v8539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:50 smithi066 ceph-mon[112137]: pgmap v8539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:51.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:51.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:51.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:52.467 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:52.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:52.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:52.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:52.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:52 smithi203 ceph-mon[117428]: pgmap v8540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:52 smithi137 ceph-mon[117020]: pgmap v8540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:52 smithi066 ceph-mon[112137]: pgmap v8540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:53 smithi203 ceph-mon[117428]: from='client.239370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:53 smithi137 ceph-mon[117020]: from='client.239370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:53 smithi066 ceph-mon[112137]: from='client.239370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:54 smithi203 ceph-mon[117428]: pgmap v8541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:54 smithi137 ceph-mon[117020]: pgmap v8541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:54 smithi066 ceph-mon[112137]: pgmap v8541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:56 smithi203 ceph-mon[117428]: pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:57:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:56 smithi137 ceph-mon[117020]: pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:57:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:56 smithi066 ceph-mon[112137]: pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:57:57.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:57:57.469 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:57.469 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:57 smithi203 ceph-mon[117428]: pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:57:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:57 smithi137 ceph-mon[117020]: pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:57:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:57 smithi066 ceph-mon[112137]: pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:57:58.199 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:57:58.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:58.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:58.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:58.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:57:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:57:58 smithi203 ceph-mon[117428]: from='client.239445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:57:58 smithi137 ceph-mon[117020]: from='client.239445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:57:58 smithi066 ceph-mon[112137]: from='client.239445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:00 smithi203 ceph-mon[117428]: pgmap v8544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:00 smithi137 ceph-mon[117020]: pgmap v8544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:00 smithi066 ceph-mon[112137]: pgmap v8544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:02.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:02 smithi203 ceph-mon[117428]: pgmap v8545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:02 smithi137 ceph-mon[117020]: pgmap v8545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:02 smithi066 ceph-mon[112137]: pgmap v8545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:03.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:03.201 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:03.201 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:03.920 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:03.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:03.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:03.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:03.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:04.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:04 smithi203 ceph-mon[117428]: pgmap v8546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:04 smithi137 ceph-mon[117020]: pgmap v8546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:04 smithi066 ceph-mon[112137]: pgmap v8546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:05 smithi203 ceph-mon[117428]: from='client.239523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:05 smithi137 ceph-mon[117020]: from='client.239523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:05 smithi066 ceph-mon[112137]: from='client.239523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:06 smithi203 ceph-mon[117428]: pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:58:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:06 smithi137 ceph-mon[117020]: pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:58:06.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:06 smithi066 ceph-mon[112137]: pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:58:08.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:08 smithi203 ceph-mon[117428]: pgmap v8548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:58:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:08 smithi137 ceph-mon[117020]: pgmap v8548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:58:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:08 smithi066 ceph-mon[112137]: pgmap v8548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:58:08.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:08.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:08.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:09.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:09.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:09.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:09.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:09.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:10 smithi203 ceph-mon[117428]: pgmap v8549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:10 smithi203 ceph-mon[117428]: from='client.239598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:10 smithi137 ceph-mon[117020]: pgmap v8549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:10 smithi137 ceph-mon[117020]: from='client.239598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:10 smithi066 ceph-mon[112137]: pgmap v8549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:10 smithi066 ceph-mon[112137]: from='client.239598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:12 smithi203 ceph-mon[117428]: pgmap v8550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:12 smithi137 ceph-mon[117020]: pgmap v8550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:12 smithi066 ceph-mon[112137]: pgmap v8550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:14 smithi203 ceph-mon[117428]: pgmap v8551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:14 smithi137 ceph-mon[117020]: pgmap v8551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:14 smithi066 ceph-mon[112137]: pgmap v8551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:14.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:14.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:14.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:15.377 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:15.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:15.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:15.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:15.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:16 smithi203 ceph-mon[117428]: pgmap v8552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:16 smithi203 ceph-mon[117428]: from='client.239673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:16 smithi137 ceph-mon[117020]: pgmap v8552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:16 smithi137 ceph-mon[117020]: from='client.239673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:16 smithi066 ceph-mon[112137]: pgmap v8552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:16 smithi066 ceph-mon[112137]: from='client.239673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:18 smithi203 ceph-mon[117428]: pgmap v8553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:58:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:18 smithi137 ceph-mon[117020]: pgmap v8553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:58:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:18 smithi066 ceph-mon[112137]: pgmap v8553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:58:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:20 smithi203 ceph-mon[117428]: pgmap v8554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:20 smithi137 ceph-mon[117020]: pgmap v8554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:20.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:20.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:20.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:20 smithi066 ceph-mon[112137]: pgmap v8554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:21.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:21.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:21.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:21.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:21.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:22 smithi203 ceph-mon[117428]: pgmap v8555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:22 smithi203 ceph-mon[117428]: from='client.239751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:22 smithi137 ceph-mon[117020]: pgmap v8555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:22 smithi137 ceph-mon[117020]: from='client.239751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:22 smithi066 ceph-mon[112137]: pgmap v8555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:22 smithi066 ceph-mon[112137]: from='client.239751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:24.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:24 smithi203 ceph-mon[117428]: pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:24 smithi137 ceph-mon[117020]: pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:24 smithi066 ceph-mon[112137]: pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:26.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:26.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:26.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:26 smithi203 ceph-mon[117428]: pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:26 smithi137 ceph-mon[117020]: pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:26.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:26 smithi066 ceph-mon[112137]: pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:26.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:26.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:26.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:26.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:26.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:27 smithi203 ceph-mon[117428]: from='client.239826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:27 smithi137 ceph-mon[117020]: from='client.239826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:27 smithi066 ceph-mon[112137]: from='client.239826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:28.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:28 smithi203 ceph-mon[117428]: pgmap v8558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:28 smithi137 ceph-mon[117020]: pgmap v8558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:28 smithi066 ceph-mon[112137]: pgmap v8558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:30.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:30 smithi203 ceph-mon[117428]: pgmap v8559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:30 smithi137 ceph-mon[117020]: pgmap v8559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:30 smithi066 ceph-mon[112137]: pgmap v8559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:31.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:31.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:31.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:32 smithi203 ceph-mon[117428]: pgmap v8560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:32 smithi137 ceph-mon[117020]: pgmap v8560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:32 smithi066 ceph-mon[112137]: pgmap v8560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:32.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:32.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:32.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:32.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:32.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:33.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:33 smithi203 ceph-mon[117428]: from='client.239904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:33.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:33 smithi137 ceph-mon[117020]: from='client.239904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:33.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:33 smithi066 ceph-mon[112137]: from='client.239904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:34 smithi203 ceph-mon[117428]: pgmap v8561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:34 smithi137 ceph-mon[117020]: pgmap v8561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:34.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:34 smithi066 ceph-mon[112137]: pgmap v8561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:36 smithi203 ceph-mon[117428]: pgmap v8562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:36 smithi137 ceph-mon[117020]: pgmap v8562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:36 smithi066 ceph-mon[112137]: pgmap v8562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:37.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:37.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:37.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:38.279 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:38.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:38.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:38.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:38.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:38 smithi203 ceph-mon[117428]: pgmap v8563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:38 smithi137 ceph-mon[117020]: pgmap v8563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:38 smithi066 ceph-mon[112137]: pgmap v8563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:39.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:39 smithi203 ceph-mon[117428]: from='client.239982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:39.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:39 smithi137 ceph-mon[117020]: from='client.239982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:39 smithi066 ceph-mon[112137]: from='client.239982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:40 smithi137 ceph-mon[117020]: pgmap v8564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:40.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:40 smithi066 ceph-mon[112137]: pgmap v8564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:40.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:40 smithi203 ceph-mon[117428]: pgmap v8564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:42 smithi137 ceph-mon[117020]: pgmap v8565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:42 smithi066 ceph-mon[112137]: pgmap v8565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:42.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:42 smithi203 ceph-mon[117428]: pgmap v8565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:43.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:43.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:43.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:58:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:58:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:58:44.011 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:44.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:44.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:44.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:44.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:44 smithi137 ceph-mon[117020]: pgmap v8566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:58:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:58:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:58:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:44 smithi066 ceph-mon[112137]: pgmap v8566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:58:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:58:44.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:58:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:44 smithi203 ceph-mon[117428]: pgmap v8566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:58:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:58:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:58:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:45 smithi137 ceph-mon[117020]: from='client.240057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:45 smithi066 ceph-mon[112137]: from='client.240057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:45 smithi203 ceph-mon[117428]: from='client.240057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:46 smithi137 ceph-mon[117020]: pgmap v8567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:46 smithi066 ceph-mon[112137]: pgmap v8567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:46 smithi203 ceph-mon[117428]: pgmap v8567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:48 smithi137 ceph-mon[117020]: pgmap v8568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:48 smithi066 ceph-mon[112137]: pgmap v8568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:48.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:48 smithi203 ceph-mon[117428]: pgmap v8568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:49.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:49.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:49.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:49.726 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:49.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:49.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:49.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:49.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:50 smithi137 ceph-mon[117020]: pgmap v8569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:50 smithi137 ceph-mon[117020]: from='client.240135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:50 smithi066 ceph-mon[112137]: pgmap v8569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:50.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:50 smithi066 ceph-mon[112137]: from='client.240135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:50 smithi203 ceph-mon[117428]: pgmap v8569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:50 smithi203 ceph-mon[117428]: from='client.240135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:52 smithi137 ceph-mon[117020]: pgmap v8570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:58:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:52 smithi066 ceph-mon[112137]: pgmap v8570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:58:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:52 smithi203 ceph-mon[117428]: pgmap v8570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:58:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:54 smithi137 ceph-mon[117020]: pgmap v8571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:58:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:54 smithi066 ceph-mon[112137]: pgmap v8571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:58:54.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:54 smithi203 ceph-mon[117428]: pgmap v8571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:58:54.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:58:54.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:54.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:55.468 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:58:55.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:55.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:55.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:55.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:58:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:56 smithi137 ceph-mon[117020]: pgmap v8572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:56 smithi137 ceph-mon[117020]: from='client.240213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:56 smithi066 ceph-mon[112137]: pgmap v8572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:56.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:56 smithi066 ceph-mon[112137]: from='client.240213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:56 smithi203 ceph-mon[117428]: pgmap v8572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:56 smithi203 ceph-mon[117428]: from='client.240213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:58:58 smithi137 ceph-mon[117020]: pgmap v8573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:58:58 smithi066 ceph-mon[112137]: pgmap v8573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:58.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:58:58 smithi203 ceph-mon[117428]: pgmap v8573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:00 smithi137 ceph-mon[117020]: pgmap v8574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:00.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:00.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:00.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:00 smithi066 ceph-mon[112137]: pgmap v8574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:00.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:00 smithi203 ceph-mon[117428]: pgmap v8574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:01.190 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:01.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:01.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:01.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:01.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:02 smithi137 ceph-mon[117020]: pgmap v8575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:02 smithi137 ceph-mon[117020]: from='client.240288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:02 smithi066 ceph-mon[112137]: pgmap v8575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:02.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:02 smithi066 ceph-mon[112137]: from='client.240288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:02.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:02 smithi203 ceph-mon[117428]: pgmap v8575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:02.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:02 smithi203 ceph-mon[117428]: from='client.240288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:04 smithi137 ceph-mon[117020]: pgmap v8576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:59:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:04 smithi066 ceph-mon[112137]: pgmap v8576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:59:04.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:04 smithi203 ceph-mon[117428]: pgmap v8576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:59:06.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:06.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:06.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:06 smithi066 ceph-mon[112137]: pgmap v8577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:59:06.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:06 smithi203 ceph-mon[117428]: pgmap v8577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:59:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:06 smithi137 ceph-mon[117020]: pgmap v8577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:59:06.918 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:06.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:06.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:06.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:06.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:08 smithi066 ceph-mon[112137]: from='client.240363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:08.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:08 smithi066 ceph-mon[112137]: pgmap v8578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:08.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:08 smithi203 ceph-mon[117428]: from='client.240363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:08.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:08 smithi203 ceph-mon[117428]: pgmap v8578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:08.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:08 smithi137 ceph-mon[117020]: from='client.240363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:08.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:08 smithi137 ceph-mon[117020]: pgmap v8578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:10 smithi066 ceph-mon[112137]: pgmap v8579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:10.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:10 smithi203 ceph-mon[117428]: pgmap v8579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:10.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:10 smithi137 ceph-mon[117020]: pgmap v8579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:11.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:11.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:11.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:12 smithi066 ceph-mon[112137]: pgmap v8580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:12 smithi203 ceph-mon[117428]: pgmap v8580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:12 smithi137 ceph-mon[117020]: pgmap v8580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:12.656 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:12.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:12.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:12.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:12.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:13.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:13 smithi066 ceph-mon[112137]: from='client.240438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:13.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:13 smithi203 ceph-mon[117428]: from='client.240438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:13.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:13 smithi137 ceph-mon[117020]: from='client.240438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:14.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:14 smithi066 ceph-mon[112137]: pgmap v8581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:14.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:14 smithi203 ceph-mon[117428]: pgmap v8581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:14 smithi137 ceph-mon[117020]: pgmap v8581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:16.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:16 smithi066 ceph-mon[112137]: pgmap v8582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:16.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:16 smithi203 ceph-mon[117428]: pgmap v8582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:16.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:16 smithi137 ceph-mon[117020]: pgmap v8582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:17.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:17.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:17.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:18.377 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:18.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:18.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:18.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:18.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:18 smithi066 ceph-mon[112137]: pgmap v8583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:18.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:18 smithi203 ceph-mon[117428]: pgmap v8583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:18.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:18 smithi137 ceph-mon[117020]: pgmap v8583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:19.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:19 smithi066 ceph-mon[112137]: from='client.240513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:19 smithi203 ceph-mon[117428]: from='client.240513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:19 smithi137 ceph-mon[117020]: from='client.240513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:20.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:20 smithi066 ceph-mon[112137]: pgmap v8584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:20.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:20 smithi203 ceph-mon[117428]: pgmap v8584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:20.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:20 smithi137 ceph-mon[117020]: pgmap v8584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:22 smithi066 ceph-mon[112137]: pgmap v8585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:22.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:22 smithi203 ceph-mon[117428]: pgmap v8585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:22 smithi137 ceph-mon[117020]: pgmap v8585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:23.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:23.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:23.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:24.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:24.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:24.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:24.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:24.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:24.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:24 smithi066 ceph-mon[112137]: pgmap v8586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:24 smithi203 ceph-mon[117428]: pgmap v8586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:24.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:24 smithi137 ceph-mon[117020]: pgmap v8586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:25 smithi066 ceph-mon[112137]: from='client.240588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:25 smithi203 ceph-mon[117428]: from='client.240588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:25 smithi137 ceph-mon[117020]: from='client.240588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:26 smithi066 ceph-mon[112137]: pgmap v8587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:26.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:26 smithi203 ceph-mon[117428]: pgmap v8587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:26.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:26 smithi137 ceph-mon[117020]: pgmap v8587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:28.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:28 smithi066 ceph-mon[112137]: pgmap v8588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:28.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:28 smithi203 ceph-mon[117428]: pgmap v8588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:28.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:28 smithi137 ceph-mon[117020]: pgmap v8588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:29.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:29.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:29.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:29.836 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:29.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:29.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:29.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:29.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:30.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:30 smithi066 ceph-mon[112137]: pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:30.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:30 smithi066 ceph-mon[112137]: from='client.240666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:30 smithi203 ceph-mon[117428]: pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:30 smithi203 ceph-mon[117428]: from='client.240666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:30.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:30 smithi137 ceph-mon[117020]: pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:30.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:30 smithi137 ceph-mon[117020]: from='client.240666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:32.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:32 smithi066 ceph-mon[112137]: pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:59:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:32 smithi203 ceph-mon[117428]: pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:59:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:32 smithi137 ceph-mon[117020]: pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:59:34.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:34 smithi066 ceph-mon[112137]: pgmap v8591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:59:34.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:34 smithi203 ceph-mon[117428]: pgmap v8591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:59:34.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:34 smithi137 ceph-mon[117020]: pgmap v8591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:59:34.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:34.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:34.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:35.561 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:35.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:35.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:35.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:35.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:36.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:36 smithi066 ceph-mon[112137]: pgmap v8592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:36.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:36 smithi066 ceph-mon[112137]: from='client.240738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:36.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:36 smithi203 ceph-mon[117428]: pgmap v8592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:36.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:36 smithi203 ceph-mon[117428]: from='client.240738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:36.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:36 smithi137 ceph-mon[117020]: pgmap v8592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:36.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:36 smithi137 ceph-mon[117020]: from='client.240738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:38.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:38 smithi066 ceph-mon[112137]: pgmap v8593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:38.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:38 smithi203 ceph-mon[117428]: pgmap v8593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:38.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:38 smithi137 ceph-mon[117020]: pgmap v8593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:40.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:40 smithi066 ceph-mon[112137]: pgmap v8594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:40.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:40.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:40.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:40.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:40 smithi203 ceph-mon[117428]: pgmap v8594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:40.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:40 smithi137 ceph-mon[117020]: pgmap v8594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:41.305 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:41.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:41.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:41.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:41.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:42.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:42 smithi066 ceph-mon[112137]: pgmap v8595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:42.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:42 smithi066 ceph-mon[112137]: from='client.240813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:42.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:42 smithi203 ceph-mon[117428]: pgmap v8595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:42.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:42 smithi203 ceph-mon[117428]: from='client.240813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:42 smithi137 ceph-mon[117020]: pgmap v8595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:42 smithi137 ceph-mon[117020]: from='client.240813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:44.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:44 smithi066 ceph-mon[112137]: pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:59:44.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:59:44.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:59:44.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:59:44.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:59:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:44 smithi203 ceph-mon[117428]: pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:59:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:59:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:59:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:59:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:59:44.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:44 smithi137 ceph-mon[117020]: pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:59:44.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:59:44.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:59:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:59:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T21:59:46.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:46.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:46.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:46.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:46 smithi066 ceph-mon[112137]: pgmap v8597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:59:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:46 smithi203 ceph-mon[117428]: pgmap v8597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:59:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:46 smithi137 ceph-mon[117020]: pgmap v8597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:59:47.028 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:47.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:47.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:47.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:47.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:48.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:48 smithi066 ceph-mon[112137]: from='client.240888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:48.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:48 smithi066 ceph-mon[112137]: pgmap v8598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:48.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:48 smithi203 ceph-mon[117428]: from='client.240888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:48.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:48 smithi203 ceph-mon[117428]: pgmap v8598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:48.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:48 smithi137 ceph-mon[117020]: from='client.240888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:48.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:48 smithi137 ceph-mon[117020]: pgmap v8598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:50.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:50 smithi066 ceph-mon[112137]: pgmap v8599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:50 smithi203 ceph-mon[117428]: pgmap v8599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:50.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:50 smithi137 ceph-mon[117020]: pgmap v8599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:52.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:52.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:52.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:52 smithi066 ceph-mon[112137]: pgmap v8600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:52 smithi203 ceph-mon[117428]: pgmap v8600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:52 smithi137 ceph-mon[117020]: pgmap v8600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:52.752 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:52.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:52.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:52.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:52.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:53.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:53 smithi066 ceph-mon[112137]: from='client.240963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:53.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:53 smithi203 ceph-mon[117428]: from='client.240963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:53.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:53 smithi137 ceph-mon[117020]: from='client.240963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:54 smithi066 ceph-mon[112137]: pgmap v8601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:54.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:54 smithi203 ceph-mon[117428]: pgmap v8601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:54 smithi137 ceph-mon[117020]: pgmap v8601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:56.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:56 smithi066 ceph-mon[112137]: pgmap v8602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:56 smithi203 ceph-mon[117428]: pgmap v8602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:56.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:56 smithi137 ceph-mon[117020]: pgmap v8602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:57.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T21:59:57.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:57.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:58.471 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T21:59:58.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:58.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:58.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:58.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T21:59:58.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:58 smithi066 ceph-mon[112137]: pgmap v8603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:58.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:58 smithi203 ceph-mon[117428]: pgmap v8603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:58.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:58 smithi137 ceph-mon[117020]: pgmap v8603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:59.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 21:59:59 smithi066 ceph-mon[112137]: from='client.241041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:59.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 21:59:59 smithi203 ceph-mon[117428]: from='client.241041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:59.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 21:59:59 smithi137 ceph-mon[117020]: from='client.241041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:00 smithi066 ceph-mon[112137]: pgmap v8604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T22:00:00.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:00 smithi203 ceph-mon[117428]: pgmap v8604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:00.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T22:00:00.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:00 smithi137 ceph-mon[117020]: pgmap v8604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:00.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T22:00:02.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:02 smithi066 ceph-mon[112137]: pgmap v8605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:02.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:02 smithi203 ceph-mon[117428]: pgmap v8605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:02.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:02 smithi137 ceph-mon[117020]: pgmap v8605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:03.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:03.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:03.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:04.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:04.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:04.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:04.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:04.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:04 smithi066 ceph-mon[112137]: pgmap v8606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:04.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:04 smithi203 ceph-mon[117428]: pgmap v8606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:04.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:04 smithi137 ceph-mon[117020]: pgmap v8606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:05 smithi066 ceph-mon[112137]: from='client.241119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:05 smithi203 ceph-mon[117428]: from='client.241119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:05 smithi137 ceph-mon[117020]: from='client.241119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:06.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:06 smithi066 ceph-mon[112137]: pgmap v8607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:06.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:06 smithi203 ceph-mon[117428]: pgmap v8607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:06 smithi137 ceph-mon[117020]: pgmap v8607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:08.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:08 smithi203 ceph-mon[117428]: pgmap v8608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:08.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:08 smithi137 ceph-mon[117020]: pgmap v8608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:08 smithi066 ceph-mon[112137]: pgmap v8608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:09.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:09.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:09.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:09.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:09.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:09.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:09.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:09.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:10.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:10 smithi203 ceph-mon[117428]: pgmap v8609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:10.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:10 smithi137 ceph-mon[117020]: pgmap v8609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:10 smithi066 ceph-mon[112137]: pgmap v8609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:11.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:11 smithi203 ceph-mon[117428]: from='client.241197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:11 smithi137 ceph-mon[117020]: from='client.241197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:11 smithi066 ceph-mon[112137]: from='client.241197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:12 smithi203 ceph-mon[117428]: pgmap v8610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:12 smithi137 ceph-mon[117020]: pgmap v8610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:12 smithi066 ceph-mon[112137]: pgmap v8610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:14.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:14 smithi203 ceph-mon[117428]: pgmap v8611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:14 smithi137 ceph-mon[117020]: pgmap v8611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:14 smithi066 ceph-mon[112137]: pgmap v8611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:14.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:14.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:14.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:15.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:15.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:15.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:15.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:15.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:16.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:16 smithi203 ceph-mon[117428]: pgmap v8612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:16.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:16 smithi203 ceph-mon[117428]: from='client.241266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:16.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:16 smithi137 ceph-mon[117020]: pgmap v8612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:16.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:16 smithi137 ceph-mon[117020]: from='client.241266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:16 smithi066 ceph-mon[112137]: pgmap v8612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:16 smithi066 ceph-mon[112137]: from='client.241266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:18.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:18 smithi203 ceph-mon[117428]: pgmap v8613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:18.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:18 smithi137 ceph-mon[117020]: pgmap v8613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:18.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:18 smithi066 ceph-mon[112137]: pgmap v8613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:20.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:20 smithi203 ceph-mon[117428]: pgmap v8614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:20.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:20 smithi137 ceph-mon[117020]: pgmap v8614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:20.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:20.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:20.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:20 smithi066 ceph-mon[112137]: pgmap v8614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:21.378 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:21.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:21.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:21.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:21.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:22.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:22 smithi203 ceph-mon[117428]: pgmap v8615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:22.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:22 smithi203 ceph-mon[117428]: from='client.241344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:22 smithi137 ceph-mon[117020]: pgmap v8615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:22 smithi137 ceph-mon[117020]: from='client.241344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:22 smithi066 ceph-mon[112137]: pgmap v8615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:22 smithi066 ceph-mon[112137]: from='client.241344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:24 smithi203 ceph-mon[117428]: pgmap v8616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:24.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:24 smithi137 ceph-mon[117020]: pgmap v8616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:24 smithi066 ceph-mon[112137]: pgmap v8616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:26.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:26.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:26.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:26.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:26 smithi203 ceph-mon[117428]: pgmap v8617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:26.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:26 smithi137 ceph-mon[117020]: pgmap v8617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:26.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:26 smithi066 ceph-mon[112137]: pgmap v8617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:27.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:27.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:27.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:27.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:27.102 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:28.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:28 smithi203 ceph-mon[117428]: pgmap v8618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:28.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:28 smithi203 ceph-mon[117428]: from='client.241416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:28.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:28 smithi137 ceph-mon[117020]: pgmap v8618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:28.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:28 smithi137 ceph-mon[117020]: from='client.241416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:28 smithi066 ceph-mon[112137]: pgmap v8618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:28 smithi066 ceph-mon[112137]: from='client.241416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:30 smithi203 ceph-mon[117428]: pgmap v8619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:30.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:30 smithi137 ceph-mon[117020]: pgmap v8619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:30 smithi066 ceph-mon[112137]: pgmap v8619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:32.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:32.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:32.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:32 smithi203 ceph-mon[117428]: pgmap v8620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:32 smithi137 ceph-mon[117020]: pgmap v8620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:32 smithi066 ceph-mon[112137]: pgmap v8620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:32.835 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:32.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:32.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:32.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:32.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:33.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:33 smithi203 ceph-mon[117428]: from='client.241491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:33 smithi137 ceph-mon[117020]: from='client.241491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:33 smithi066 ceph-mon[112137]: from='client.241491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:34.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:34 smithi203 ceph-mon[117428]: pgmap v8621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:34.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:34 smithi137 ceph-mon[117020]: pgmap v8621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:34.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:34 smithi066 ceph-mon[112137]: pgmap v8621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:36.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:36 smithi203 ceph-mon[117428]: pgmap v8622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:36.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:36 smithi137 ceph-mon[117020]: pgmap v8622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:36.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:36 smithi066 ceph-mon[112137]: pgmap v8622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:37.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:37.837 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:37.837 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:38.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:38.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:38.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:38.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:38.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:38.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:38 smithi203 ceph-mon[117428]: pgmap v8623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:38.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:38 smithi137 ceph-mon[117020]: pgmap v8623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:38.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:38 smithi066 ceph-mon[112137]: pgmap v8623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:39.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:39 smithi203 ceph-mon[117428]: from='client.241569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:39.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:39 smithi137 ceph-mon[117020]: from='client.241569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:39.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:39 smithi066 ceph-mon[112137]: from='client.241569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:40.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:40 smithi203 ceph-mon[117428]: pgmap v8624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:40.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:40 smithi137 ceph-mon[117020]: pgmap v8624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:40.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:40 smithi066 ceph-mon[112137]: pgmap v8624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:42 smithi203 ceph-mon[117428]: pgmap v8625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:42 smithi137 ceph-mon[117020]: pgmap v8625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:42 smithi066 ceph-mon[112137]: pgmap v8625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:43.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:43.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:43.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:44.339 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:44.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:44.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:44.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:44.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:44 smithi203 ceph-mon[117428]: pgmap v8626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:00:44.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:44 smithi137 ceph-mon[117020]: pgmap v8626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:44.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:00:44.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:44 smithi066 ceph-mon[112137]: pgmap v8626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:44.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:00:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:45 smithi203 ceph-mon[117428]: from='client.241647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:00:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:00:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:00:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:45 smithi137 ceph-mon[117020]: from='client.241647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:45.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:00:45.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:00:45.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:00:45.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:45 smithi066 ceph-mon[112137]: from='client.241647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:45.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:00:45.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:00:45.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:00:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:46 smithi203 ceph-mon[117428]: pgmap v8627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:46 smithi137 ceph-mon[117020]: pgmap v8627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:46 smithi066 ceph-mon[112137]: pgmap v8627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:48.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:48 smithi203 ceph-mon[117428]: pgmap v8628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:48.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:48 smithi137 ceph-mon[117020]: pgmap v8628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:48.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:48 smithi066 ceph-mon[112137]: pgmap v8628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:49.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:49.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:49.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:50.065 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:50.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:50.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:50.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:50.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:50 smithi203 ceph-mon[117428]: pgmap v8629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:50.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:50 smithi137 ceph-mon[117020]: pgmap v8629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:50.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:50 smithi066 ceph-mon[112137]: pgmap v8629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:51 smithi203 ceph-mon[117428]: from='client.241722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:51 smithi137 ceph-mon[117020]: from='client.241722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:51.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:51 smithi066 ceph-mon[112137]: from='client.241722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:52 smithi203 ceph-mon[117428]: pgmap v8630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:52 smithi137 ceph-mon[117020]: pgmap v8630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:52 smithi066 ceph-mon[112137]: pgmap v8630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:54.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:54 smithi203 ceph-mon[117428]: pgmap v8631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:54.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:54 smithi137 ceph-mon[117020]: pgmap v8631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:54 smithi066 ceph-mon[112137]: pgmap v8631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:55.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:00:55.067 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:55.068 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:55.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:00:55.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:55.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:55.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:55.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:00:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:56 smithi203 ceph-mon[117428]: pgmap v8632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:56 smithi203 ceph-mon[117428]: from='client.241800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:56.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:56 smithi137 ceph-mon[117020]: pgmap v8632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:56.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:56 smithi137 ceph-mon[117020]: from='client.241800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:56 smithi066 ceph-mon[112137]: pgmap v8632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:56 smithi066 ceph-mon[112137]: from='client.241800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:58.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:00:58 smithi137 ceph-mon[117020]: pgmap v8633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:58.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:00:58 smithi066 ceph-mon[112137]: pgmap v8633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:00:58 smithi203 ceph-mon[117428]: pgmap v8633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:00.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:00 smithi137 ceph-mon[117020]: pgmap v8634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:00 smithi066 ceph-mon[112137]: pgmap v8634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:00.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:00.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:00.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:00 smithi203 ceph-mon[117428]: pgmap v8634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:01.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:01.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:01.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:01.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:01.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:02 smithi137 ceph-mon[117020]: pgmap v8635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:02 smithi137 ceph-mon[117020]: from='client.241878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:02 smithi066 ceph-mon[112137]: pgmap v8635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:02.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:02 smithi066 ceph-mon[112137]: from='client.241878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:02.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:02 smithi203 ceph-mon[117428]: pgmap v8635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:02.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:02 smithi203 ceph-mon[117428]: from='client.241878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:04.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:04 smithi137 ceph-mon[117020]: pgmap v8636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:04 smithi066 ceph-mon[112137]: pgmap v8636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:04 smithi203 ceph-mon[117428]: pgmap v8636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:06.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:06.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:06.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:06 smithi137 ceph-mon[117020]: pgmap v8637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:06 smithi066 ceph-mon[112137]: pgmap v8637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:06 smithi203 ceph-mon[117428]: pgmap v8637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:07.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:07.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:07.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:07.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:07.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:08.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:08 smithi137 ceph-mon[117020]: pgmap v8638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:08.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:08 smithi137 ceph-mon[117020]: from='client.241950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:08 smithi066 ceph-mon[112137]: pgmap v8638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:08 smithi066 ceph-mon[112137]: from='client.241950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:08 smithi203 ceph-mon[117428]: pgmap v8638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:08 smithi203 ceph-mon[117428]: from='client.241950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:10.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:10 smithi137 ceph-mon[117020]: pgmap v8639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:10 smithi066 ceph-mon[112137]: pgmap v8639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:10 smithi203 ceph-mon[117428]: pgmap v8639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:12.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:12.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:12.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:12 smithi137 ceph-mon[117020]: pgmap v8640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:12 smithi066 ceph-mon[112137]: pgmap v8640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:12 smithi203 ceph-mon[117428]: pgmap v8640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:12.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:12.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:12.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:12.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:12.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:14.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:14 smithi137 ceph-mon[117020]: from='client.242025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:14.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:14 smithi137 ceph-mon[117020]: pgmap v8641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:14 smithi066 ceph-mon[112137]: from='client.242025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:14 smithi066 ceph-mon[112137]: pgmap v8641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:14 smithi203 ceph-mon[117428]: from='client.242025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:14 smithi203 ceph-mon[117428]: pgmap v8641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:16.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:16 smithi137 ceph-mon[117020]: pgmap v8642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:16 smithi066 ceph-mon[112137]: pgmap v8642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:16 smithi203 ceph-mon[117428]: pgmap v8642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:17.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:17.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:17.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:18.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:18 smithi137 ceph-mon[117020]: pgmap v8643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:18.728 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:18.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:18.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:18.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:18.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:18.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:18 smithi066 ceph-mon[112137]: pgmap v8643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:18 smithi203 ceph-mon[117428]: pgmap v8643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:19 smithi066 ceph-mon[112137]: from='client.242103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:19 smithi203 ceph-mon[117428]: from='client.242103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:19.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:19 smithi137 ceph-mon[117020]: from='client.242103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:20 smithi066 ceph-mon[112137]: pgmap v8644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:20 smithi203 ceph-mon[117428]: pgmap v8644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:20 smithi137 ceph-mon[117020]: pgmap v8644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:22 smithi066 ceph-mon[112137]: pgmap v8645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:22 smithi203 ceph-mon[117428]: pgmap v8645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:22 smithi137 ceph-mon[117020]: pgmap v8645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:23.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:23.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:23.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:24.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:24.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:24.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:24.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:24.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:24 smithi066 ceph-mon[112137]: pgmap v8646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:24 smithi203 ceph-mon[117428]: pgmap v8646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:24.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:24 smithi137 ceph-mon[117020]: pgmap v8646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:25.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:25 smithi066 ceph-mon[112137]: from='client.242181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:25.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:25 smithi203 ceph-mon[117428]: from='client.242181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:25 smithi137 ceph-mon[117020]: from='client.242181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:26.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:26 smithi066 ceph-mon[112137]: pgmap v8647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:26 smithi203 ceph-mon[117428]: pgmap v8647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:26 smithi137 ceph-mon[117020]: pgmap v8647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:28 smithi066 ceph-mon[112137]: pgmap v8648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:28 smithi203 ceph-mon[117428]: pgmap v8648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:28 smithi137 ceph-mon[117020]: pgmap v8648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:29.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:29.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:29.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:30.170 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:30.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:30.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:30.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:30.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:30 smithi066 ceph-mon[112137]: pgmap v8649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:30 smithi203 ceph-mon[117428]: pgmap v8649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:30 smithi137 ceph-mon[117020]: pgmap v8649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:31.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:31 smithi066 ceph-mon[112137]: from='client.242259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:31 smithi203 ceph-mon[117428]: from='client.242259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:31.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:31 smithi137 ceph-mon[117020]: from='client.242259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:32 smithi066 ceph-mon[112137]: pgmap v8650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:32 smithi203 ceph-mon[117428]: pgmap v8650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:32 smithi137 ceph-mon[117020]: pgmap v8650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:34.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:34 smithi066 ceph-mon[112137]: pgmap v8651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:34 smithi203 ceph-mon[117428]: pgmap v8651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:34 smithi137 ceph-mon[117020]: pgmap v8651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:35.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:35.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:35.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:35.896 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:35.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:35.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:35.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:35.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:36.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:36 smithi066 ceph-mon[112137]: pgmap v8652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:36.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:36 smithi066 ceph-mon[112137]: from='client.242334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:36 smithi203 ceph-mon[117428]: pgmap v8652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:36.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:36 smithi203 ceph-mon[117428]: from='client.242334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:36 smithi137 ceph-mon[117020]: pgmap v8652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:36 smithi137 ceph-mon[117020]: from='client.242334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:38.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:38 smithi066 ceph-mon[112137]: pgmap v8653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:38 smithi203 ceph-mon[117428]: pgmap v8653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:38 smithi137 ceph-mon[117020]: pgmap v8653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:40.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:40 smithi066 ceph-mon[112137]: pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:40.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:40 smithi203 ceph-mon[117428]: pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:40 smithi137 ceph-mon[117020]: pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:40.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:40.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:40.899 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:41.631 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:41.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:41.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:41.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:41.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:42 smithi066 ceph-mon[112137]: pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:42.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:42 smithi066 ceph-mon[112137]: from='client.242412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:42 smithi203 ceph-mon[117428]: pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:42.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:42 smithi203 ceph-mon[117428]: from='client.242412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:42 smithi137 ceph-mon[117020]: pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:42 smithi137 ceph-mon[117020]: from='client.242412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:44.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:44 smithi066 ceph-mon[112137]: pgmap v8656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:44 smithi203 ceph-mon[117428]: pgmap v8656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:44 smithi137 ceph-mon[117020]: pgmap v8656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:45.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:01:45.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:01:45.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:01:45.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:01:45.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:01:45.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:01:45.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:01:45.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:01:45.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:01:45.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:01:45.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:01:45.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:01:46.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:46.633 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:46.633 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:46 smithi066 ceph-mon[112137]: pgmap v8657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:46 smithi203 ceph-mon[117428]: pgmap v8657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:46 smithi137 ceph-mon[117020]: pgmap v8657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:47.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:47.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:47.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:47.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:47.348 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:48.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:48 smithi066 ceph-mon[112137]: pgmap v8658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:48.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:48 smithi066 ceph-mon[112137]: from='client.242490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:48 smithi203 ceph-mon[117428]: pgmap v8658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:48 smithi203 ceph-mon[117428]: from='client.242490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:48 smithi137 ceph-mon[117020]: pgmap v8658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:48 smithi137 ceph-mon[117020]: from='client.242490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:50.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:50 smithi066 ceph-mon[112137]: pgmap v8659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:50 smithi203 ceph-mon[117428]: pgmap v8659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:50 smithi137 ceph-mon[117020]: pgmap v8659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:52.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:52.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:52.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:52 smithi066 ceph-mon[112137]: pgmap v8660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:52 smithi203 ceph-mon[117428]: pgmap v8660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:52 smithi137 ceph-mon[117020]: pgmap v8660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:53.077 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:53.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:53.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:53.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:53.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:54 smithi066 ceph-mon[112137]: from='client.242565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:54 smithi066 ceph-mon[112137]: pgmap v8661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:54 smithi203 ceph-mon[117428]: from='client.242565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:54.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:54 smithi203 ceph-mon[117428]: pgmap v8661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:54 smithi137 ceph-mon[117020]: from='client.242565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:54 smithi137 ceph-mon[117020]: pgmap v8661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:56 smithi066 ceph-mon[112137]: pgmap v8662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:56 smithi203 ceph-mon[117428]: pgmap v8662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:56 smithi137 ceph-mon[117020]: pgmap v8662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:58.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:01:58.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:58.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:58.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:58 smithi066 ceph-mon[112137]: pgmap v8663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:58.798 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:01:58.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:58.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:58.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:58.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:01:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:58 smithi203 ceph-mon[117428]: pgmap v8663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:58 smithi137 ceph-mon[117020]: pgmap v8663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:59.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:01:59 smithi066 ceph-mon[112137]: from='client.242634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:01:59 smithi203 ceph-mon[117428]: from='client.242634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:59.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:01:59 smithi137 ceph-mon[117020]: from='client.242634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:00 smithi066 ceph-mon[112137]: pgmap v8664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:00 smithi203 ceph-mon[117428]: pgmap v8664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:00 smithi137 ceph-mon[117020]: pgmap v8664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:02 smithi066 ceph-mon[112137]: pgmap v8665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:02 smithi203 ceph-mon[117428]: pgmap v8665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:02 smithi137 ceph-mon[117020]: pgmap v8665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:03.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:03.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:03.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:04.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:04.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:04.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:04.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:04.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:04 smithi066 ceph-mon[112137]: pgmap v8666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:04.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:04 smithi203 ceph-mon[117428]: pgmap v8666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:04 smithi137 ceph-mon[117020]: pgmap v8666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:05.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:05 smithi066 ceph-mon[112137]: from='client.242712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:05 smithi203 ceph-mon[117428]: from='client.242712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:05.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:05 smithi137 ceph-mon[117020]: from='client.242712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:06 smithi066 ceph-mon[112137]: pgmap v8667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:06 smithi203 ceph-mon[117428]: pgmap v8667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:06 smithi137 ceph-mon[117020]: pgmap v8667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:08 smithi066 ceph-mon[112137]: pgmap v8668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:08 smithi203 ceph-mon[117428]: pgmap v8668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:08 smithi137 ceph-mon[117020]: pgmap v8668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:09.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:09.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:09.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:10.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:10.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:10.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:10.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:10.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:10 smithi066 ceph-mon[112137]: pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:10 smithi203 ceph-mon[117428]: pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:10 smithi137 ceph-mon[117020]: pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:11 smithi066 ceph-mon[112137]: from='client.242790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:11 smithi203 ceph-mon[117428]: from='client.242790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:11 smithi137 ceph-mon[117020]: from='client.242790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:12 smithi066 ceph-mon[112137]: pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:12 smithi203 ceph-mon[117428]: pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:12.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:12 smithi137 ceph-mon[117020]: pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:14 smithi066 ceph-mon[112137]: pgmap v8671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:14.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:14 smithi203 ceph-mon[117428]: pgmap v8671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:14 smithi137 ceph-mon[117020]: pgmap v8671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:15.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:15.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:15.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:15.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:15.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:15.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:15.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:15.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:16 smithi066 ceph-mon[112137]: pgmap v8672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:16.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:16 smithi203 ceph-mon[117428]: pgmap v8672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:16 smithi137 ceph-mon[117020]: pgmap v8672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:17.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:17 smithi203 ceph-mon[117428]: from='client.242868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:17.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:17 smithi137 ceph-mon[117020]: from='client.242868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:17 smithi066 ceph-mon[112137]: from='client.242868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:18.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:18 smithi203 ceph-mon[117428]: pgmap v8673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:18 smithi137 ceph-mon[117020]: pgmap v8673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:18 smithi066 ceph-mon[112137]: pgmap v8673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:20 smithi203 ceph-mon[117428]: pgmap v8674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:20 smithi137 ceph-mon[117020]: pgmap v8674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:20 smithi066 ceph-mon[112137]: pgmap v8674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:20.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:20.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:20.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:21.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:21.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:21.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:21.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:21.714 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:22.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:22 smithi203 ceph-mon[117428]: pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:22.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:22 smithi203 ceph-mon[117428]: from='client.242946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:22 smithi137 ceph-mon[117020]: pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:22 smithi137 ceph-mon[117020]: from='client.242946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:22 smithi066 ceph-mon[112137]: pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:22 smithi066 ceph-mon[112137]: from='client.242946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:24.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:24 smithi203 ceph-mon[117428]: pgmap v8676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:24 smithi137 ceph-mon[117020]: pgmap v8676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:24 smithi066 ceph-mon[112137]: pgmap v8676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:26.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:26.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:26.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:26 smithi203 ceph-mon[117428]: pgmap v8677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:26 smithi137 ceph-mon[117020]: pgmap v8677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:26 smithi066 ceph-mon[112137]: pgmap v8677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:27.436 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:27.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:27.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:27.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:27.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:28.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:28 smithi203 ceph-mon[117428]: pgmap v8678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:28.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:28 smithi203 ceph-mon[117428]: from='client.243024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:28 smithi137 ceph-mon[117020]: pgmap v8678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:28 smithi137 ceph-mon[117020]: from='client.243024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:28 smithi066 ceph-mon[112137]: pgmap v8678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:28 smithi066 ceph-mon[112137]: from='client.243024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:30.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:30 smithi203 ceph-mon[117428]: pgmap v8679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:30 smithi137 ceph-mon[117020]: pgmap v8679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:30 smithi066 ceph-mon[112137]: pgmap v8679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:32.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:32.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:32.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:32.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:32 smithi203 ceph-mon[117428]: pgmap v8680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:32 smithi137 ceph-mon[117020]: pgmap v8680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:32 smithi066 ceph-mon[112137]: pgmap v8680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:33.157 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:33.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:33.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:33.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:33.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:34.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:34 smithi203 ceph-mon[117428]: pgmap v8681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:34.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:34 smithi203 ceph-mon[117428]: from='client.243099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:34 smithi137 ceph-mon[117020]: pgmap v8681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:34 smithi137 ceph-mon[117020]: from='client.243099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:34 smithi066 ceph-mon[112137]: pgmap v8681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:34 smithi066 ceph-mon[112137]: from='client.243099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:36 smithi203 ceph-mon[117428]: pgmap v8682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:36 smithi137 ceph-mon[117020]: pgmap v8682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:36 smithi066 ceph-mon[112137]: pgmap v8682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:38.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:38.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:38.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:38 smithi203 ceph-mon[117428]: pgmap v8683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:38 smithi137 ceph-mon[117020]: pgmap v8683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:38.878 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:38.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:38.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:38.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:38.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:38 smithi066 ceph-mon[112137]: pgmap v8683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:39.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:39 smithi203 ceph-mon[117428]: from='client.243177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:39.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:39 smithi137 ceph-mon[117020]: from='client.243177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:39 smithi066 ceph-mon[112137]: from='client.243177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:40 smithi203 ceph-mon[117428]: pgmap v8684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:40 smithi137 ceph-mon[117020]: pgmap v8684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:40 smithi066 ceph-mon[112137]: pgmap v8684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:42.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:42 smithi203 ceph-mon[117428]: pgmap v8685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:42 smithi137 ceph-mon[117020]: pgmap v8685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:42 smithi066 ceph-mon[112137]: pgmap v8685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:43.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:43.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:43.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:44.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:44.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:44.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:44.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:44.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:44.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:44 smithi203 ceph-mon[117428]: pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:44 smithi137 ceph-mon[117020]: pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:44 smithi066 ceph-mon[112137]: pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:45.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:45 smithi203 ceph-mon[117428]: from='client.243255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:45.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:45 smithi137 ceph-mon[117020]: from='client.243255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:45.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:45 smithi066 ceph-mon[112137]: from='client.243255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:46 smithi203 ceph-mon[117428]: pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:02:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:02:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:02:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:02:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:46 smithi137 ceph-mon[117020]: pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:02:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:02:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:02:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:02:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:46 smithi066 ceph-mon[112137]: pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:02:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:02:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:02:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:02:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:48 smithi203 ceph-mon[117428]: pgmap v8688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:48 smithi137 ceph-mon[117020]: pgmap v8688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:48 smithi066 ceph-mon[112137]: pgmap v8688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:49.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:49.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:49.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:50.352 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:50.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:50.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:50.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:50.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:50 smithi203 ceph-mon[117428]: pgmap v8689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:50 smithi137 ceph-mon[117020]: pgmap v8689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:50 smithi066 ceph-mon[112137]: pgmap v8689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:51.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:51 smithi203 ceph-mon[117428]: from='client.243333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:51.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:51 smithi137 ceph-mon[117020]: from='client.243333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:51 smithi066 ceph-mon[112137]: from='client.243333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:52.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:52 smithi203 ceph-mon[117428]: pgmap v8690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:52 smithi137 ceph-mon[117020]: pgmap v8690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:52 smithi066 ceph-mon[112137]: pgmap v8690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:54 smithi137 ceph-mon[117020]: pgmap v8691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:54 smithi066 ceph-mon[112137]: pgmap v8691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:54 smithi203 ceph-mon[117428]: pgmap v8691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:55.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:02:55.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:55.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:56.081 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:02:56.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:56.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:56.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:56.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:02:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:56 smithi137 ceph-mon[117020]: pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:56 smithi066 ceph-mon[112137]: pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:56 smithi203 ceph-mon[117428]: pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:57 smithi137 ceph-mon[117020]: from='client.243411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:57 smithi066 ceph-mon[112137]: from='client.243411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:57 smithi203 ceph-mon[117428]: from='client.243411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:02:58 smithi137 ceph-mon[117020]: pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:02:58 smithi066 ceph-mon[112137]: pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:02:58 smithi203 ceph-mon[117428]: pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:00 smithi137 ceph-mon[117020]: pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:00 smithi066 ceph-mon[112137]: pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:00 smithi203 ceph-mon[117428]: pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:01.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:01.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:01.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:01.802 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:01.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:01.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:01.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:01.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:02 smithi137 ceph-mon[117020]: pgmap v8695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:02 smithi137 ceph-mon[117020]: from='client.243486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:02 smithi066 ceph-mon[112137]: pgmap v8695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:02 smithi066 ceph-mon[112137]: from='client.243486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:02 smithi203 ceph-mon[117428]: pgmap v8695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:02 smithi203 ceph-mon[117428]: from='client.243486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:04 smithi137 ceph-mon[117020]: pgmap v8696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:04 smithi066 ceph-mon[112137]: pgmap v8696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:04 smithi203 ceph-mon[117428]: pgmap v8696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:05.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:05 smithi137 ceph-mon[117020]: pgmap v8697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:05 smithi066 ceph-mon[112137]: pgmap v8697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:06.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:05 smithi203 ceph-mon[117428]: pgmap v8697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:06.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:06.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:06.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:07.521 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:07.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:07.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:07.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:07.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:07 smithi137 ceph-mon[117020]: pgmap v8698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:07 smithi137 ceph-mon[117020]: from='client.243564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:07 smithi066 ceph-mon[112137]: pgmap v8698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:08.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:07 smithi066 ceph-mon[112137]: from='client.243564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:08.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:07 smithi203 ceph-mon[117428]: pgmap v8698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:08.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:07 smithi203 ceph-mon[117428]: from='client.243564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:10.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:10 smithi203 ceph-mon[117428]: pgmap v8699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:10.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:10 smithi137 ceph-mon[117020]: pgmap v8699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:10.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:10 smithi066 ceph-mon[112137]: pgmap v8699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:12.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:12 smithi203 ceph-mon[117428]: pgmap v8700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:12.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:12 smithi137 ceph-mon[117020]: pgmap v8700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:12.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:12 smithi066 ceph-mon[112137]: pgmap v8700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:12.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:12.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:12.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:13.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:13.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:13.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:13.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:13.263 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:14.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:14 smithi137 ceph-mon[117020]: pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:14.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:14 smithi137 ceph-mon[117020]: from='client.243636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:14.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:14 smithi066 ceph-mon[112137]: pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:14.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:14 smithi066 ceph-mon[112137]: from='client.243636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:14.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:14 smithi203 ceph-mon[117428]: pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:14.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:14 smithi203 ceph-mon[117428]: from='client.243636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:16.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:16 smithi137 ceph-mon[117020]: pgmap v8702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:16.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:16 smithi066 ceph-mon[112137]: pgmap v8702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:16.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:16 smithi203 ceph-mon[117428]: pgmap v8702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:18.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:18.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:18.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:18.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:18 smithi137 ceph-mon[117020]: pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:18.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:18 smithi066 ceph-mon[112137]: pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:18.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:18 smithi203 ceph-mon[117428]: pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:18.986 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:18.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:18.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:18.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:18.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:20.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:20 smithi137 ceph-mon[117020]: from='client.243711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:20.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:20 smithi137 ceph-mon[117020]: pgmap v8704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:20.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:20 smithi066 ceph-mon[112137]: from='client.243711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:20.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:20 smithi066 ceph-mon[112137]: pgmap v8704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:20.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:20 smithi203 ceph-mon[117428]: from='client.243711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:20.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:20 smithi203 ceph-mon[117428]: pgmap v8704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:22.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:22 smithi137 ceph-mon[117020]: pgmap v8705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:22 smithi066 ceph-mon[112137]: pgmap v8705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:22.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:22 smithi203 ceph-mon[117428]: pgmap v8705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:23.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:23.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:23.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:24.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:24 smithi137 ceph-mon[117020]: pgmap v8706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:24.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:24 smithi066 ceph-mon[112137]: pgmap v8706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:24 smithi203 ceph-mon[117428]: pgmap v8706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:24.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:24.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:24.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:24.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:24.717 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:25.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:25 smithi137 ceph-mon[117020]: from='client.243789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:25.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:25 smithi066 ceph-mon[112137]: from='client.243789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:25.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:25 smithi203 ceph-mon[117428]: from='client.243789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:26.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:26 smithi137 ceph-mon[117020]: pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:03:26.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:26 smithi066 ceph-mon[112137]: pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:03:26.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:26 smithi203 ceph-mon[117428]: pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:03:28.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:28 smithi137 ceph-mon[117020]: pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:03:28.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:28 smithi066 ceph-mon[112137]: pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:03:28.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:28 smithi203 ceph-mon[117428]: pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:03:29.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:29.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:29.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:30.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:30 smithi137 ceph-mon[117020]: pgmap v8709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:03:30.441 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:30.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:30.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:30.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:30.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:30.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:30 smithi066 ceph-mon[112137]: pgmap v8709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:03:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:30 smithi203 ceph-mon[117428]: pgmap v8709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:03:31.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:31 smithi137 ceph-mon[117020]: from='client.243867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:31.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:31 smithi066 ceph-mon[112137]: from='client.243867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:31.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:31 smithi203 ceph-mon[117428]: from='client.243867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:32.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:32 smithi137 ceph-mon[117020]: pgmap v8710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:32.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:32 smithi066 ceph-mon[112137]: pgmap v8710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:32 smithi203 ceph-mon[117428]: pgmap v8710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:34.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:34 smithi137 ceph-mon[117020]: pgmap v8711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:34.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:34 smithi066 ceph-mon[112137]: pgmap v8711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:34.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:34 smithi203 ceph-mon[117428]: pgmap v8711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:35.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:35.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:35.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:36.171 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:36.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:36.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:36.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:36.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:36.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:36 smithi137 ceph-mon[117020]: pgmap v8712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:36.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:36 smithi066 ceph-mon[112137]: pgmap v8712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:36.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:36 smithi203 ceph-mon[117428]: pgmap v8712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:37.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:37 smithi137 ceph-mon[117020]: from='client.243939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:37.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:37 smithi066 ceph-mon[112137]: from='client.243939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:37.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:37 smithi203 ceph-mon[117428]: from='client.243939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:38 smithi137 ceph-mon[117020]: pgmap v8713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:03:38.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:38 smithi066 ceph-mon[112137]: pgmap v8713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:03:38.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:38 smithi203 ceph-mon[117428]: pgmap v8713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:03:40.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:40 smithi066 ceph-mon[112137]: pgmap v8714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:03:40.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:40 smithi203 ceph-mon[117428]: pgmap v8714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:03:40.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:40 smithi137 ceph-mon[117020]: pgmap v8714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:03:41.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:41.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:41.174 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:41.905 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:41.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:41.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:41.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:41.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:42.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:42 smithi066 ceph-mon[112137]: pgmap v8715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:03:42.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:42 smithi066 ceph-mon[112137]: from='client.244014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:42 smithi203 ceph-mon[117428]: pgmap v8715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:03:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:42 smithi203 ceph-mon[117428]: from='client.244014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:42 smithi137 ceph-mon[117020]: pgmap v8715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:03:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:42 smithi137 ceph-mon[117020]: from='client.244014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:44 smithi066 ceph-mon[112137]: pgmap v8716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:44.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:44 smithi203 ceph-mon[117428]: pgmap v8716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:44 smithi137 ceph-mon[117020]: pgmap v8716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:46.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:46 smithi066 ceph-mon[112137]: pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:46.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:46 smithi203 ceph-mon[117428]: pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:46.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:46 smithi137 ceph-mon[117020]: pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:46.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:46.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:46.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:03:47.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:03:47.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:03:47.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:03:47.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:03:47.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:03:47.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:03:47.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:03:47.617 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:47.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:47.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:47.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:47.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:47.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:03:47.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:03:47.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:03:47.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:03:48.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:48 smithi066 ceph-mon[112137]: pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:48.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:48 smithi066 ceph-mon[112137]: from='client.244089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:48.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:48 smithi203 ceph-mon[117428]: pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:48.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:48 smithi203 ceph-mon[117428]: from='client.244089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:48.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:48 smithi137 ceph-mon[117020]: pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:48.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:48 smithi137 ceph-mon[117020]: from='client.244089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:50.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:50 smithi066 ceph-mon[112137]: pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:50.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:50 smithi203 ceph-mon[117428]: pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:50.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:50 smithi137 ceph-mon[117020]: pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:52.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:52 smithi066 ceph-mon[112137]: pgmap v8720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:52 smithi203 ceph-mon[117428]: pgmap v8720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:52.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:52.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:52.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:52 smithi137 ceph-mon[117020]: pgmap v8720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:53.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:53.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:53.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:53.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:03:54.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:54 smithi066 ceph-mon[112137]: pgmap v8721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:54.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:54 smithi066 ceph-mon[112137]: from='client.244161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:54.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:54 smithi203 ceph-mon[117428]: pgmap v8721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:54.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:54 smithi203 ceph-mon[117428]: from='client.244161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:54.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:54 smithi137 ceph-mon[117020]: pgmap v8721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:54 smithi137 ceph-mon[117020]: from='client.244161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:56.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:56 smithi066 ceph-mon[112137]: pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:56.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:56 smithi203 ceph-mon[117428]: pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:56.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:56 smithi137 ceph-mon[117020]: pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:58.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:03:58.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:58.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:58.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:03:58 smithi066 ceph-mon[112137]: pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:58.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:03:58 smithi203 ceph-mon[117428]: pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:58.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:03:58 smithi137 ceph-mon[117020]: pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:59.079 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:03:59.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:59.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:59.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:59.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:00.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:00 smithi066 ceph-mon[112137]: from='client.244236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:00.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:00 smithi066 ceph-mon[112137]: pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:00.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:00 smithi203 ceph-mon[117428]: from='client.244236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:00.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:00 smithi203 ceph-mon[117428]: pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:00.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:00 smithi137 ceph-mon[117020]: from='client.244236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:00.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:00 smithi137 ceph-mon[117020]: pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:02 smithi066 ceph-mon[112137]: pgmap v8725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:02 smithi203 ceph-mon[117428]: pgmap v8725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:02 smithi137 ceph-mon[117020]: pgmap v8725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:04.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:04.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:04.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:04 smithi066 ceph-mon[112137]: pgmap v8726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:04.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:04 smithi203 ceph-mon[117428]: pgmap v8726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:04.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:04 smithi137 ceph-mon[117020]: pgmap v8726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:04.801 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:04.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:04.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:04.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:04.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:05.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:05 smithi066 ceph-mon[112137]: from='client.244311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:05.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:05 smithi203 ceph-mon[117428]: from='client.244311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:05.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:05 smithi137 ceph-mon[117020]: from='client.244311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:06.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:06 smithi066 ceph-mon[112137]: pgmap v8727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:04:06.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:06 smithi203 ceph-mon[117428]: pgmap v8727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:04:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:06 smithi137 ceph-mon[117020]: pgmap v8727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:04:08.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:08 smithi066 ceph-mon[112137]: pgmap v8728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:04:08.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:08 smithi203 ceph-mon[117428]: pgmap v8728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:04:08.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:08 smithi137 ceph-mon[117020]: pgmap v8728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:04:09.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:09.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:09.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:10 smithi066 ceph-mon[112137]: pgmap v8729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:04:10.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:10.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:10.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:10.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:10.524 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:10.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:10 smithi203 ceph-mon[117428]: pgmap v8729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:04:10.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:10 smithi137 ceph-mon[117020]: pgmap v8729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:04:11.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:11 smithi066 ceph-mon[112137]: from='client.244383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:11.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:11 smithi203 ceph-mon[117428]: from='client.244383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:11.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:11 smithi137 ceph-mon[117020]: from='client.244383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:12.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:12 smithi066 ceph-mon[112137]: pgmap v8730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:12.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:12 smithi203 ceph-mon[117428]: pgmap v8730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:12 smithi137 ceph-mon[117020]: pgmap v8730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:14.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:14 smithi066 ceph-mon[112137]: pgmap v8731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:14.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:14 smithi203 ceph-mon[117428]: pgmap v8731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:14.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:14 smithi137 ceph-mon[117020]: pgmap v8731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:15.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:15.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:15.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:16.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:16.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:16.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:16.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:16.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:16.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:16 smithi066 ceph-mon[112137]: pgmap v8732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:16.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:16 smithi203 ceph-mon[117428]: pgmap v8732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:16.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:16 smithi137 ceph-mon[117020]: pgmap v8732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:17.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:17 smithi066 ceph-mon[112137]: from='client.244458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:17.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:17 smithi203 ceph-mon[117428]: from='client.244458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:17.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:17 smithi137 ceph-mon[117020]: from='client.244458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:18.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:18 smithi066 ceph-mon[112137]: pgmap v8733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:18.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:18 smithi203 ceph-mon[117428]: pgmap v8733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:18.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:18 smithi137 ceph-mon[117020]: pgmap v8733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:20.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:20 smithi066 ceph-mon[112137]: pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:20.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:20 smithi203 ceph-mon[117428]: pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:20.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:20 smithi137 ceph-mon[117020]: pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:21.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:21.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:21.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:21.980 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:21.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:21.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:21.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:21.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:22 smithi066 ceph-mon[112137]: pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:04:22.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:22 smithi203 ceph-mon[117428]: pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:04:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:22 smithi137 ceph-mon[117020]: pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:04:23.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:23 smithi066 ceph-mon[112137]: from='client.244536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:23.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:23 smithi203 ceph-mon[117428]: from='client.244536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:23.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:23 smithi137 ceph-mon[117020]: from='client.244536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:24 smithi066 ceph-mon[112137]: pgmap v8736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:24 smithi203 ceph-mon[117428]: pgmap v8736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:24 smithi137 ceph-mon[117020]: pgmap v8736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:26.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:26 smithi066 ceph-mon[112137]: pgmap v8737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:26.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:26 smithi203 ceph-mon[117428]: pgmap v8737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:26.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:26 smithi137 ceph-mon[117020]: pgmap v8737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:26.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:26.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:26.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:27.714 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:27.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:27.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:27.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:27.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:28.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:28 smithi066 ceph-mon[112137]: pgmap v8738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:28.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:28 smithi066 ceph-mon[112137]: from='client.244614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:28.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:28 smithi203 ceph-mon[117428]: pgmap v8738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:28.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:28 smithi203 ceph-mon[117428]: from='client.244614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:28.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:28 smithi137 ceph-mon[117020]: pgmap v8738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:28.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:28 smithi137 ceph-mon[117020]: from='client.244614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:30.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:30 smithi066 ceph-mon[112137]: pgmap v8739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:30 smithi203 ceph-mon[117428]: pgmap v8739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:30.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:30 smithi137 ceph-mon[117020]: pgmap v8739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:32.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:32 smithi066 ceph-mon[112137]: pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:32 smithi203 ceph-mon[117428]: pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:32 smithi137 ceph-mon[117020]: pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:32.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:32.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:32.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:33.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:33.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:33.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:33.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:33.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:34.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:34 smithi203 ceph-mon[117428]: pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:34.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:34 smithi203 ceph-mon[117428]: from='client.244686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:34.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:34 smithi137 ceph-mon[117020]: pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:34.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:34 smithi137 ceph-mon[117020]: from='client.244686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:34.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:34 smithi066 ceph-mon[112137]: pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:34.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:34 smithi066 ceph-mon[112137]: from='client.244686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:36.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:36 smithi203 ceph-mon[117428]: pgmap v8742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:36.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:36 smithi137 ceph-mon[117020]: pgmap v8742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:36.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:36 smithi066 ceph-mon[112137]: pgmap v8742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:38.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:38.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:38.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:38.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:38 smithi203 ceph-mon[117428]: pgmap v8743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:38.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:38 smithi137 ceph-mon[117020]: pgmap v8743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:38.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:38 smithi066 ceph-mon[112137]: pgmap v8743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:39.156 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:39.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:39.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:39.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:39.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:40.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:40 smithi203 ceph-mon[117428]: pgmap v8744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:40.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:40 smithi203 ceph-mon[117428]: from='client.244764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:40.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:40 smithi137 ceph-mon[117020]: pgmap v8744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:40.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:40 smithi137 ceph-mon[117020]: from='client.244764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:40.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:40 smithi066 ceph-mon[112137]: pgmap v8744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:40.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:40 smithi066 ceph-mon[112137]: from='client.244764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:42 smithi203 ceph-mon[117428]: pgmap v8745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:42 smithi137 ceph-mon[117020]: pgmap v8745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:42.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:42 smithi066 ceph-mon[112137]: pgmap v8745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:44.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:44.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:44.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:44.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:44 smithi203 ceph-mon[117428]: pgmap v8746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:44 smithi137 ceph-mon[117020]: pgmap v8746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:44.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:44 smithi066 ceph-mon[112137]: pgmap v8746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:44.888 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:44.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:44.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:44.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:44.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:45.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:45 smithi203 ceph-mon[117428]: from='client.244836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:45.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:45 smithi137 ceph-mon[117020]: from='client.244836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:45.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:45 smithi066 ceph-mon[112137]: from='client.244836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:46.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:46 smithi203 ceph-mon[117428]: pgmap v8747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:04:46.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:46 smithi137 ceph-mon[117020]: pgmap v8747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:04:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:46 smithi066 ceph-mon[112137]: pgmap v8747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:04:47.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:04:47.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:04:47.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:04:48.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:48 smithi203 ceph-mon[117428]: pgmap v8748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:04:48.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:04:48.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:04:48.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:04:48.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:48 smithi137 ceph-mon[117020]: pgmap v8748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:04:48.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:04:48.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:04:48.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:04:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:48 smithi066 ceph-mon[112137]: pgmap v8748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:04:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:04:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:04:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:04:49.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:49.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:49.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:50.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:50 smithi203 ceph-mon[117428]: pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:04:50.624 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:50.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:50.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:50.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:50.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:50.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:50 smithi137 ceph-mon[117020]: pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:04:50.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:50 smithi066 ceph-mon[112137]: pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:04:51.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:51 smithi203 ceph-mon[117428]: from='client.244914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:51.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:51 smithi137 ceph-mon[117020]: from='client.244914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:51.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:51 smithi066 ceph-mon[112137]: from='client.244914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:52 smithi203 ceph-mon[117428]: pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:52 smithi137 ceph-mon[117020]: pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:52.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:52 smithi066 ceph-mon[112137]: pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:54.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:54 smithi203 ceph-mon[117428]: pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:54.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:54 smithi137 ceph-mon[117020]: pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:54.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:54 smithi066 ceph-mon[112137]: pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:55.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:04:55.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:55.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:56.351 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:04:56.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:56.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:56.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:56.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:04:56.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:56 smithi203 ceph-mon[117428]: pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:56.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:56 smithi137 ceph-mon[117020]: pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:56.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:56 smithi066 ceph-mon[112137]: pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:57.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:57 smithi203 ceph-mon[117428]: from='client.244989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:57.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:57 smithi137 ceph-mon[117020]: from='client.244989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:57.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:57 smithi066 ceph-mon[112137]: from='client.244989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:58.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:04:58 smithi203 ceph-mon[117428]: pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:04:58.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:04:58 smithi137 ceph-mon[117020]: pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:04:58.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:04:58 smithi066 ceph-mon[112137]: pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:05:00.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:00 smithi203 ceph-mon[117428]: pgmap v8754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:05:00.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:00 smithi137 ceph-mon[117020]: pgmap v8754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:05:00.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:00 smithi066 ceph-mon[112137]: pgmap v8754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:05:01.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:01.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:01.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:02.076 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:02.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:02.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:02.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:02.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:02 smithi203 ceph-mon[117428]: pgmap v8755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:05:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:02 smithi137 ceph-mon[117020]: pgmap v8755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:05:02.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:02 smithi066 ceph-mon[112137]: pgmap v8755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:05:03.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:03 smithi203 ceph-mon[117428]: from='client.245067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:03.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:03 smithi137 ceph-mon[117020]: from='client.245067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:03.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:03 smithi066 ceph-mon[112137]: from='client.245067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:04.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:04 smithi203 ceph-mon[117428]: pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:04.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:04 smithi137 ceph-mon[117020]: pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:04.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:04 smithi066 ceph-mon[112137]: pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:06.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:06 smithi203 ceph-mon[117428]: pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:06 smithi137 ceph-mon[117020]: pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:06.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:06 smithi066 ceph-mon[112137]: pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:07.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:07.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:07.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:07.804 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:07.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:07.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:07.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:07.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:08.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:08 smithi203 ceph-mon[117428]: pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:08.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:08 smithi203 ceph-mon[117428]: from='client.245145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:08.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:08 smithi137 ceph-mon[117020]: pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:08.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:08 smithi137 ceph-mon[117020]: from='client.245145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:08.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:08 smithi066 ceph-mon[112137]: pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:08.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:08 smithi066 ceph-mon[112137]: from='client.245145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:10.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:10 smithi137 ceph-mon[117020]: pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:10.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:10 smithi066 ceph-mon[112137]: pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:10 smithi203 ceph-mon[117428]: pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:12.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:12 smithi137 ceph-mon[117020]: pgmap v8760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:12.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:12 smithi066 ceph-mon[112137]: pgmap v8760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:12.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:12.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:12.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:12.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:12 smithi203 ceph-mon[117428]: pgmap v8760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:13.545 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:13.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:13.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:13.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:13.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:14.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:14 smithi137 ceph-mon[117020]: pgmap v8761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:14.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:14 smithi137 ceph-mon[117020]: from='client.245220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:14.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:14 smithi066 ceph-mon[112137]: pgmap v8761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:14.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:14 smithi066 ceph-mon[112137]: from='client.245220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:14.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:14 smithi203 ceph-mon[117428]: pgmap v8761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:14.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:14 smithi203 ceph-mon[117428]: from='client.245220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:16.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:16 smithi137 ceph-mon[117020]: pgmap v8762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:16.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:16 smithi066 ceph-mon[112137]: pgmap v8762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:16.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:16 smithi203 ceph-mon[117428]: pgmap v8762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:18.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:18.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:18.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:18.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:18 smithi137 ceph-mon[117020]: pgmap v8763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:18.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:18 smithi066 ceph-mon[112137]: pgmap v8763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:18.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:18 smithi203 ceph-mon[117428]: pgmap v8763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:19.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:19.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:19.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:19.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:19.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:20.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:20 smithi137 ceph-mon[117020]: pgmap v8764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:20.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:20 smithi137 ceph-mon[117020]: from='client.245295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:20.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:20 smithi066 ceph-mon[112137]: pgmap v8764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:20.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:20 smithi066 ceph-mon[112137]: from='client.245295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:20.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:20 smithi203 ceph-mon[117428]: pgmap v8764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:20.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:20 smithi203 ceph-mon[117428]: from='client.245295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:22 smithi137 ceph-mon[117020]: pgmap v8765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:22.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:22 smithi066 ceph-mon[112137]: pgmap v8765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:22.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:22 smithi203 ceph-mon[117428]: pgmap v8765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:24.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:24.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:24.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:24.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:24 smithi137 ceph-mon[117020]: pgmap v8766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:24.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:24 smithi066 ceph-mon[112137]: pgmap v8766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:24.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:24 smithi203 ceph-mon[117428]: pgmap v8766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:24.987 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:24.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:24.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:24.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:24.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:26.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:26 smithi137 ceph-mon[117020]: from='client.245373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:26.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:26 smithi137 ceph-mon[117020]: pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:26.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:26 smithi066 ceph-mon[112137]: from='client.245373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:26.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:26 smithi066 ceph-mon[112137]: pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:26 smithi203 ceph-mon[117428]: from='client.245373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:26 smithi203 ceph-mon[117428]: pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:28.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:28 smithi137 ceph-mon[117020]: pgmap v8768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:28.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:28 smithi066 ceph-mon[112137]: pgmap v8768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:28.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:28 smithi203 ceph-mon[117428]: pgmap v8768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:29.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:29.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:29.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:30.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:30 smithi137 ceph-mon[117020]: pgmap v8769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:30.727 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:30.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:30.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:30.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:30.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:30.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:30 smithi066 ceph-mon[112137]: pgmap v8769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:30.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:30 smithi203 ceph-mon[117428]: pgmap v8769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:31.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:31 smithi137 ceph-mon[117020]: from='client.245451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:31.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:31 smithi066 ceph-mon[112137]: from='client.245451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:31.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:31 smithi203 ceph-mon[117428]: from='client.245451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:32 smithi137 ceph-mon[117020]: pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:32.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:32 smithi066 ceph-mon[112137]: pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:32.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:32 smithi203 ceph-mon[117428]: pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:34.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:34 smithi137 ceph-mon[117020]: pgmap v8771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:34.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:34 smithi066 ceph-mon[112137]: pgmap v8771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:34.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:34 smithi203 ceph-mon[117428]: pgmap v8771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:35.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:35.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:35.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:36.447 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:36.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:36.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:36.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:36.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:36.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:36 smithi137 ceph-mon[117020]: pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:36.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:36 smithi066 ceph-mon[112137]: pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:36.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:36 smithi203 ceph-mon[117428]: pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:37.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:37 smithi137 ceph-mon[117020]: from='client.245523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:37.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:37 smithi066 ceph-mon[112137]: from='client.245523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:37.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:37 smithi203 ceph-mon[117428]: from='client.245523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:38.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:38 smithi137 ceph-mon[117020]: pgmap v8773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:38.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:38 smithi066 ceph-mon[112137]: pgmap v8773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:38 smithi203 ceph-mon[117428]: pgmap v8773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:40.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:40 smithi066 ceph-mon[112137]: pgmap v8774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:40.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:40 smithi203 ceph-mon[117428]: pgmap v8774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:40 smithi137 ceph-mon[117020]: pgmap v8774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:41.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:41.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:41.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:42.174 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:42.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:42.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:42.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:42.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:42.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:42 smithi066 ceph-mon[112137]: pgmap v8775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:42.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:42 smithi203 ceph-mon[117428]: pgmap v8775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:42.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:42 smithi137 ceph-mon[117020]: pgmap v8775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:43.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:43 smithi066 ceph-mon[112137]: from='client.245601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:43.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:43 smithi203 ceph-mon[117428]: from='client.245601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:43.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:43 smithi137 ceph-mon[117020]: from='client.245601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:44.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:44 smithi066 ceph-mon[112137]: pgmap v8776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:44.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:44 smithi203 ceph-mon[117428]: pgmap v8776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:44.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:44 smithi137 ceph-mon[117020]: pgmap v8776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:46 smithi066 ceph-mon[112137]: pgmap v8777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:46 smithi203 ceph-mon[117428]: pgmap v8777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:46 smithi137 ceph-mon[117020]: pgmap v8777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:47.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:47.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:47.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:47.911 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:47.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:47.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:47.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:47.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:48 smithi066 ceph-mon[112137]: pgmap v8778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:48 smithi066 ceph-mon[112137]: from='client.245676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:05:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:48 smithi203 ceph-mon[117428]: pgmap v8778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:48 smithi203 ceph-mon[117428]: from='client.245676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:05:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:48 smithi137 ceph-mon[117020]: pgmap v8778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:48 smithi137 ceph-mon[117020]: from='client.245676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:05:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:49.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:05:49.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:05:49.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:49.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:05:49.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:05:49.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:49.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:05:49.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:05:49.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:05:50.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:50 smithi137 ceph-mon[117020]: pgmap v8779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:50 smithi066 ceph-mon[112137]: pgmap v8779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:50 smithi203 ceph-mon[117428]: pgmap v8779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:52 smithi137 ceph-mon[117020]: pgmap v8780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:52.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:52.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:52.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:52 smithi066 ceph-mon[112137]: pgmap v8780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:52 smithi203 ceph-mon[117428]: pgmap v8780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:53.633 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:53.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:53.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:53.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:53.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:05:54.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:54 smithi137 ceph-mon[117020]: pgmap v8781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:54.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:54 smithi137 ceph-mon[117020]: from='client.245754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:54 smithi066 ceph-mon[112137]: pgmap v8781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:54 smithi066 ceph-mon[112137]: from='client.245754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:54 smithi203 ceph-mon[117428]: pgmap v8781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:54 smithi203 ceph-mon[117428]: from='client.245754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:56.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:56 smithi137 ceph-mon[117020]: pgmap v8782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:56 smithi066 ceph-mon[112137]: pgmap v8782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:56 smithi203 ceph-mon[117428]: pgmap v8782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:58.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:05:58.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:58.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:05:58 smithi137 ceph-mon[117020]: pgmap v8783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:05:58 smithi066 ceph-mon[112137]: pgmap v8783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:05:58 smithi203 ceph-mon[117428]: pgmap v8783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:59.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:05:59.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:59.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:59.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:59.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:00 smithi137 ceph-mon[117020]: pgmap v8784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:00 smithi137 ceph-mon[117020]: from='client.245829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:00 smithi066 ceph-mon[112137]: pgmap v8784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:00 smithi066 ceph-mon[112137]: from='client.245829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:00 smithi203 ceph-mon[117428]: pgmap v8784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:00 smithi203 ceph-mon[117428]: from='client.245829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:02.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:02 smithi137 ceph-mon[117020]: pgmap v8785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:02 smithi066 ceph-mon[112137]: pgmap v8785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:02 smithi203 ceph-mon[117428]: pgmap v8785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:04.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:04.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:04.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:04.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:04 smithi137 ceph-mon[117020]: pgmap v8786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:04 smithi066 ceph-mon[112137]: pgmap v8786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:04 smithi203 ceph-mon[117428]: pgmap v8786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:05.102 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:05.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:05.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:05.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:05.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:06 smithi137 ceph-mon[117020]: from='client.245904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:06 smithi137 ceph-mon[117020]: pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:06 smithi066 ceph-mon[112137]: from='client.245904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:06 smithi066 ceph-mon[112137]: pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:06 smithi203 ceph-mon[117428]: from='client.245904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:06 smithi203 ceph-mon[117428]: pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:08.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:08 smithi137 ceph-mon[117020]: pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:08 smithi066 ceph-mon[112137]: pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:08 smithi203 ceph-mon[117428]: pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:10.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:10.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:10.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:10.838 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:10.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:10.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:10.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:10.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:10.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:10 smithi137 ceph-mon[117020]: pgmap v8789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:10 smithi066 ceph-mon[112137]: pgmap v8789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:10 smithi203 ceph-mon[117428]: pgmap v8789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:11 smithi137 ceph-mon[117020]: from='client.245979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:11.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:11 smithi066 ceph-mon[112137]: from='client.245979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:12.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:11 smithi203 ceph-mon[117428]: from='client.245979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:12.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:12 smithi137 ceph-mon[117020]: pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:12 smithi066 ceph-mon[112137]: pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:12 smithi203 ceph-mon[117428]: pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:14 smithi137 ceph-mon[117020]: pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:14 smithi066 ceph-mon[112137]: pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:14 smithi203 ceph-mon[117428]: pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:15.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:15.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:15.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:16.565 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:16.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:16.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:16.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:16.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:16.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:16 smithi137 ceph-mon[117020]: pgmap v8792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:16 smithi066 ceph-mon[112137]: pgmap v8792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:16 smithi203 ceph-mon[117428]: pgmap v8792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:17.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:17 smithi066 ceph-mon[112137]: from='client.246057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:18.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:17 smithi203 ceph-mon[117428]: from='client.246057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:18.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:17 smithi137 ceph-mon[117020]: from='client.246057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:18 smithi066 ceph-mon[112137]: pgmap v8793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:18 smithi203 ceph-mon[117428]: pgmap v8793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:19.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:18 smithi137 ceph-mon[117020]: pgmap v8793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:20.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:20 smithi137 ceph-mon[117020]: pgmap v8794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:20.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:20 smithi066 ceph-mon[112137]: pgmap v8794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:20.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:20 smithi203 ceph-mon[117428]: pgmap v8794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:21.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:21.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:21.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:22.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:22.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:22.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:22.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:22.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:22.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:22 smithi137 ceph-mon[117020]: pgmap v8795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:22 smithi066 ceph-mon[112137]: pgmap v8795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:22.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:22 smithi203 ceph-mon[117428]: pgmap v8795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:23.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:23 smithi137 ceph-mon[117020]: from='client.246132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:23.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:23 smithi066 ceph-mon[112137]: from='client.246132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:23.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:23 smithi203 ceph-mon[117428]: from='client.246132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:24.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:24 smithi137 ceph-mon[117020]: pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:24 smithi066 ceph-mon[112137]: pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:24 smithi203 ceph-mon[117428]: pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:26.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:26 smithi137 ceph-mon[117020]: pgmap v8797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:26.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:26 smithi066 ceph-mon[112137]: pgmap v8797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:26.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:26 smithi203 ceph-mon[117428]: pgmap v8797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:27.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:27.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:27.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:28.011 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:28.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:28.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:28.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:28.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:28.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:28 smithi066 ceph-mon[112137]: pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:28.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:28 smithi203 ceph-mon[117428]: pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:28.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:28 smithi137 ceph-mon[117020]: pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:29.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:29 smithi066 ceph-mon[112137]: from='client.246207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:29.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:29 smithi203 ceph-mon[117428]: from='client.246207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:29.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:29 smithi137 ceph-mon[117020]: from='client.246207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:30.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:30 smithi066 ceph-mon[112137]: pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:30 smithi203 ceph-mon[117428]: pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:30.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:30 smithi137 ceph-mon[117020]: pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:32.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:32 smithi066 ceph-mon[112137]: pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:32.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:32 smithi203 ceph-mon[117428]: pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:32.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:32 smithi137 ceph-mon[117020]: pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:33.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:33.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:33.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:33.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:33.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:33.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:33.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:33.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:34.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:34 smithi066 ceph-mon[112137]: pgmap v8801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:34.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:34 smithi066 ceph-mon[112137]: from='client.246285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:34.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:34 smithi203 ceph-mon[117428]: pgmap v8801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:34.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:34 smithi203 ceph-mon[117428]: from='client.246285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:34.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:34 smithi137 ceph-mon[117020]: pgmap v8801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:34.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:34 smithi137 ceph-mon[117020]: from='client.246285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:36.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:36 smithi066 ceph-mon[112137]: pgmap v8802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:36.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:36 smithi203 ceph-mon[117428]: pgmap v8802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:36.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:36 smithi137 ceph-mon[117020]: pgmap v8802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:38.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:38 smithi066 ceph-mon[112137]: pgmap v8803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:38.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:38 smithi203 ceph-mon[117428]: pgmap v8803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:38.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:38 smithi137 ceph-mon[117020]: pgmap v8803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:38.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:38.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:38.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:39.473 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:39.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:39.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:39.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:39.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:40.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:40 smithi066 ceph-mon[112137]: pgmap v8804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:40.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:40 smithi066 ceph-mon[112137]: from='client.246363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:40.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:40 smithi203 ceph-mon[117428]: pgmap v8804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:40.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:40 smithi203 ceph-mon[117428]: from='client.246363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:40.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:40 smithi137 ceph-mon[117020]: pgmap v8804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:40.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:40 smithi137 ceph-mon[117020]: from='client.246363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:42.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:42 smithi066 ceph-mon[112137]: pgmap v8805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:42 smithi203 ceph-mon[117428]: pgmap v8805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:42.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:42 smithi137 ceph-mon[117020]: pgmap v8805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:44.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:44 smithi066 ceph-mon[112137]: pgmap v8806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:44.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:44 smithi203 ceph-mon[117428]: pgmap v8806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:44 smithi137 ceph-mon[117020]: pgmap v8806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:45.208 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:45.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:45.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:45.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:45.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:46.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:46 smithi066 ceph-mon[112137]: pgmap v8807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:46.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:46 smithi066 ceph-mon[112137]: from='client.246441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:46.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:46 smithi203 ceph-mon[117428]: pgmap v8807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:46.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:46 smithi203 ceph-mon[117428]: from='client.246441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:46.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:46 smithi137 ceph-mon[117020]: pgmap v8807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:46.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:46 smithi137 ceph-mon[117020]: from='client.246441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:48.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:48 smithi066 ceph-mon[112137]: pgmap v8808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:48.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:48 smithi203 ceph-mon[117428]: pgmap v8808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:48.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:48 smithi137 ceph-mon[117020]: pgmap v8808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:49.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:06:49.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:06:49.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:06:50.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:50.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:50.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:50.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:50 smithi066 ceph-mon[112137]: pgmap v8809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:50.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:06:50.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:06:50.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:06:50.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:50 smithi203 ceph-mon[117428]: pgmap v8809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:50.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:06:50.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:06:50.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:06:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:50 smithi137 ceph-mon[117020]: pgmap v8809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:06:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:06:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:06:50.932 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:50.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:50.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:50.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:50.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:51.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:51 smithi066 ceph-mon[112137]: from='client.246516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:51.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:51 smithi203 ceph-mon[117428]: from='client.246516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:51.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:51 smithi137 ceph-mon[117020]: from='client.246516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:52.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:52 smithi066 ceph-mon[112137]: pgmap v8810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:52 smithi203 ceph-mon[117428]: pgmap v8810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:52.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:52 smithi137 ceph-mon[117020]: pgmap v8810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:54.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:54 smithi066 ceph-mon[112137]: pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:54.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:54 smithi203 ceph-mon[117428]: pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:54 smithi137 ceph-mon[117020]: pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:55.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:06:55.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:55.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:56.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:56 smithi066 ceph-mon[112137]: pgmap v8812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:56.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:56 smithi203 ceph-mon[117428]: pgmap v8812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:56.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:56 smithi137 ceph-mon[117020]: pgmap v8812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:56.665 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:06:56.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:56.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:56.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:56.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:06:57.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:57 smithi066 ceph-mon[112137]: from='client.246591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:57.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:57 smithi203 ceph-mon[117428]: from='client.246591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:57.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:57 smithi137 ceph-mon[117020]: from='client.246591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:58.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:06:58 smithi066 ceph-mon[112137]: pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:58.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:06:58 smithi203 ceph-mon[117428]: pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:58.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:06:58 smithi137 ceph-mon[117020]: pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:00.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:00 smithi066 ceph-mon[112137]: pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:00.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:00 smithi203 ceph-mon[117428]: pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:00.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:00 smithi137 ceph-mon[117020]: pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:01.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:01.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:01.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:02.403 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:02.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:02.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:02.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:02.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:02 smithi066 ceph-mon[112137]: pgmap v8815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:02 smithi203 ceph-mon[117428]: pgmap v8815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:02 smithi137 ceph-mon[117020]: pgmap v8815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:03.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:03 smithi066 ceph-mon[112137]: from='client.246666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:03.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:03 smithi203 ceph-mon[117428]: from='client.246666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:03.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:03 smithi137 ceph-mon[117020]: from='client.246666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:04.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:04 smithi066 ceph-mon[112137]: pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:04.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:04 smithi203 ceph-mon[117428]: pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:04.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:04 smithi137 ceph-mon[117020]: pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:06.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:06 smithi066 ceph-mon[112137]: pgmap v8817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:06.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:06 smithi203 ceph-mon[117428]: pgmap v8817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:06.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:06 smithi137 ceph-mon[117020]: pgmap v8817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:07.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:07.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:07.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:08.131 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:08.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:08.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:08.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:08.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:08.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:08 smithi066 ceph-mon[112137]: pgmap v8818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:08.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:08 smithi203 ceph-mon[117428]: pgmap v8818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:08.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:08 smithi137 ceph-mon[117020]: pgmap v8818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:09.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:09 smithi066 ceph-mon[112137]: from='client.246741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:09.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:09 smithi203 ceph-mon[117428]: from='client.246741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:09.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:09 smithi137 ceph-mon[117020]: from='client.246741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:10 smithi066 ceph-mon[112137]: pgmap v8819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:10.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:10 smithi203 ceph-mon[117428]: pgmap v8819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:10.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:10 smithi137 ceph-mon[117020]: pgmap v8819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:12.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:12 smithi066 ceph-mon[112137]: pgmap v8820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:12.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:12 smithi203 ceph-mon[117428]: pgmap v8820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:12.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:12 smithi137 ceph-mon[117020]: pgmap v8820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:13.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:13.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:13.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:13.864 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:13.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:13.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:13.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:13.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:14.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:14 smithi066 ceph-mon[112137]: pgmap v8821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:14.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:14 smithi066 ceph-mon[112137]: from='client.246819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:14.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:14 smithi203 ceph-mon[117428]: pgmap v8821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:14.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:14 smithi203 ceph-mon[117428]: from='client.246819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:14.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:14 smithi137 ceph-mon[117020]: pgmap v8821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:14.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:14 smithi137 ceph-mon[117020]: from='client.246819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:16.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:16 smithi066 ceph-mon[112137]: pgmap v8822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:16.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:16 smithi203 ceph-mon[117428]: pgmap v8822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:16.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:16 smithi137 ceph-mon[117020]: pgmap v8822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:18.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:18 smithi066 ceph-mon[112137]: pgmap v8823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:18.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:18 smithi203 ceph-mon[117428]: pgmap v8823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:18.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:18 smithi137 ceph-mon[117020]: pgmap v8823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:18.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:18.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:18.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:19.586 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:19.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:19.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:19.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:19.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:20.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:20 smithi066 ceph-mon[112137]: pgmap v8824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:20.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:20 smithi066 ceph-mon[112137]: from='client.246894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:20.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:20 smithi203 ceph-mon[117428]: pgmap v8824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:20.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:20 smithi203 ceph-mon[117428]: from='client.246894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:20.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:20 smithi137 ceph-mon[117020]: pgmap v8824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:20.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:20 smithi137 ceph-mon[117020]: from='client.246894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:22.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:22 smithi066 ceph-mon[112137]: pgmap v8825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:22.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:22 smithi203 ceph-mon[117428]: pgmap v8825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:22 smithi137 ceph-mon[117020]: pgmap v8825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:24 smithi066 ceph-mon[112137]: pgmap v8826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:24 smithi203 ceph-mon[117428]: pgmap v8826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:24.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:24.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:24.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:24.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:24 smithi137 ceph-mon[117020]: pgmap v8826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:25.321 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:25.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:25.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:25.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:25.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:26.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:26 smithi066 ceph-mon[112137]: pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:26.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:26 smithi066 ceph-mon[112137]: from='client.246972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:26.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:26 smithi203 ceph-mon[117428]: pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:26.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:26 smithi203 ceph-mon[117428]: from='client.246972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:26.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:26 smithi137 ceph-mon[117020]: pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:26.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:26 smithi137 ceph-mon[117020]: from='client.246972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:28.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:28 smithi066 ceph-mon[112137]: pgmap v8828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:28.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:28 smithi203 ceph-mon[117428]: pgmap v8828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:28.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:28 smithi137 ceph-mon[117020]: pgmap v8828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:30.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:30.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:30.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:30 smithi203 ceph-mon[117428]: pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:30.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:30 smithi137 ceph-mon[117020]: pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:30.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:30 smithi066 ceph-mon[112137]: pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:31.058 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:31.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:31.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:31.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:31.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:32.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:32 smithi203 ceph-mon[117428]: from='client.247050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:32.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:32 smithi203 ceph-mon[117428]: pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:32.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:32 smithi137 ceph-mon[117020]: from='client.247050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:32.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:32 smithi137 ceph-mon[117020]: pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:32.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:32 smithi066 ceph-mon[112137]: from='client.247050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:32.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:32 smithi066 ceph-mon[112137]: pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:34.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:34 smithi203 ceph-mon[117428]: pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:34.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:34 smithi137 ceph-mon[117020]: pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:34.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:34 smithi066 ceph-mon[112137]: pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:36.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:36.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:36.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:36.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:36 smithi203 ceph-mon[117428]: pgmap v8832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:36.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:36 smithi137 ceph-mon[117020]: pgmap v8832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:36.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:36 smithi066 ceph-mon[112137]: pgmap v8832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:36.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:36.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:36.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:36.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:36.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:37.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:37 smithi203 ceph-mon[117428]: from='client.247128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:37.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:37 smithi137 ceph-mon[117020]: from='client.247128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:37.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:37 smithi066 ceph-mon[112137]: from='client.247128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:38.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:38 smithi203 ceph-mon[117428]: pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:38.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:38 smithi137 ceph-mon[117020]: pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:38.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:38 smithi066 ceph-mon[112137]: pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:40.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:40 smithi203 ceph-mon[117428]: pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:40.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:40 smithi137 ceph-mon[117020]: pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:40.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:40 smithi066 ceph-mon[112137]: pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:41.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:41.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:41.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:42.521 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:42.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:42.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:42.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:42.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:42.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:42 smithi203 ceph-mon[117428]: pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:42.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:42 smithi137 ceph-mon[117020]: pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:42.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:42 smithi066 ceph-mon[112137]: pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:43.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:43 smithi203 ceph-mon[117428]: from='client.247206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:43.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:43 smithi137 ceph-mon[117020]: from='client.247206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:43.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:43 smithi066 ceph-mon[112137]: from='client.247206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:44.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:44 smithi203 ceph-mon[117428]: pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:44.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:44 smithi137 ceph-mon[117020]: pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:44.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:44 smithi066 ceph-mon[112137]: pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:46.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:46 smithi203 ceph-mon[117428]: pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:46.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:46 smithi137 ceph-mon[117020]: pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:46 smithi066 ceph-mon[112137]: pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:47.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:47.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:47.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:48.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:48.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:48.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:48.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:48.249 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:48.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:48 smithi203 ceph-mon[117428]: pgmap v8838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:48.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:48 smithi137 ceph-mon[117020]: pgmap v8838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:48 smithi066 ceph-mon[112137]: pgmap v8838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:49.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:49 smithi203 ceph-mon[117428]: from='client.247281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:49.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:49 smithi137 ceph-mon[117020]: from='client.247281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:49.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:49 smithi066 ceph-mon[112137]: from='client.247281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:50.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:50 smithi137 ceph-mon[117020]: pgmap v8839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:50.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:07:50.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:50 smithi066 ceph-mon[112137]: pgmap v8839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:50.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:07:50.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:50 smithi203 ceph-mon[117428]: pgmap v8839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:50.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:07:51.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:07:51.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:07:51.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:07:51.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:07:51.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:07:51.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:07:51.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:07:51.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:07:51.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:07:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:07:52.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:52 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16474M 2023-12-07T22:07:52.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:52 smithi203 ceph-mon[117428]: pgmap v8840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:52.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:52 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16474M 2023-12-07T22:07:52.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:52 smithi137 ceph-mon[117020]: pgmap v8840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:52.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:52 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16474M 2023-12-07T22:07:52.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:52 smithi066 ceph-mon[112137]: pgmap v8840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:53.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:53.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:53.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:53.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:53.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:53.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:53.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:07:53.984 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:54.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:54 smithi203 ceph-mon[117428]: pgmap v8841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:54.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:54 smithi203 ceph-mon[117428]: from='client.247359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:54 smithi137 ceph-mon[117020]: pgmap v8841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:54 smithi137 ceph-mon[117020]: from='client.247359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:54.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:54 smithi066 ceph-mon[112137]: pgmap v8841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:54.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:54 smithi066 ceph-mon[112137]: from='client.247359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:56.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:56 smithi203 ceph-mon[117428]: pgmap v8842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:56.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:56 smithi137 ceph-mon[117020]: pgmap v8842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:56.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:56 smithi066 ceph-mon[112137]: pgmap v8842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:58.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:07:58 smithi203 ceph-mon[117428]: pgmap v8843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:58.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:07:58 smithi137 ceph-mon[117020]: pgmap v8843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:58.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:07:58 smithi066 ceph-mon[112137]: pgmap v8843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:58.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:07:58.986 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:58.986 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:59.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:07:59.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:59.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:59.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:59.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:00.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:00 smithi203 ceph-mon[117428]: pgmap v8844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:00.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:00 smithi203 ceph-mon[117428]: from='client.247437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:00.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:00 smithi137 ceph-mon[117020]: pgmap v8844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:00.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:00 smithi137 ceph-mon[117020]: from='client.247437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:00.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:00 smithi066 ceph-mon[112137]: pgmap v8844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:00.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:00 smithi066 ceph-mon[112137]: from='client.247437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:02 smithi203 ceph-mon[117428]: pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:08:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:02 smithi137 ceph-mon[117020]: pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:08:02.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:02 smithi066 ceph-mon[112137]: pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:08:04.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:04 smithi203 ceph-mon[117428]: pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:08:04.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:04 smithi137 ceph-mon[117020]: pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:08:04.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:04.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:04.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:04.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:04 smithi066 ceph-mon[112137]: pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:08:05.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:05.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:05.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:05.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:05.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:06.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:06 smithi203 ceph-mon[117428]: pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:06.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:06 smithi203 ceph-mon[117428]: from='client.247515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:06.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:06 smithi137 ceph-mon[117020]: pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:06.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:06 smithi137 ceph-mon[117020]: from='client.247515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:06.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:06 smithi066 ceph-mon[112137]: pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:06.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:06 smithi066 ceph-mon[112137]: from='client.247515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:08.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:08 smithi203 ceph-mon[117428]: pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:08.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:08 smithi137 ceph-mon[117020]: pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:08.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:08 smithi066 ceph-mon[112137]: pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:10.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:10.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:10.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:10.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:10 smithi137 ceph-mon[117020]: pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:10.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:10 smithi066 ceph-mon[112137]: pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:10.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:10 smithi203 ceph-mon[117428]: pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:11.157 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:11.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:11.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:11.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:11.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:12.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:12 smithi137 ceph-mon[117020]: from='client.247584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:12.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:12 smithi137 ceph-mon[117020]: pgmap v8850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:12.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:12 smithi066 ceph-mon[112137]: from='client.247584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:12.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:12 smithi066 ceph-mon[112137]: pgmap v8850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:12.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:12 smithi203 ceph-mon[117428]: from='client.247584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:12.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:12 smithi203 ceph-mon[117428]: pgmap v8850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:14.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:14 smithi137 ceph-mon[117020]: pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:08:14.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:14 smithi066 ceph-mon[112137]: pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:08:14.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:14 smithi203 ceph-mon[117428]: pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:08:16.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:16.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:16.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:16.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:16 smithi137 ceph-mon[117020]: pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:08:16.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:16 smithi066 ceph-mon[112137]: pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:08:16.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:16 smithi203 ceph-mon[117428]: pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:08:16.878 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:16.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:16.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:16.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:16.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:17.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:17 smithi137 ceph-mon[117020]: from='client.247659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:17.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:17 smithi066 ceph-mon[112137]: from='client.247659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:17.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:17 smithi203 ceph-mon[117428]: from='client.247659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:18.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:18 smithi137 ceph-mon[117020]: pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:18.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:18 smithi066 ceph-mon[112137]: pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:18 smithi203 ceph-mon[117428]: pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:20.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:20 smithi137 ceph-mon[117020]: pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:20.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:20 smithi066 ceph-mon[112137]: pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:20 smithi203 ceph-mon[117428]: pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:21.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:21.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:21.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:22.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:22.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:22.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:22.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:22.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:22 smithi137 ceph-mon[117020]: pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:22.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:22 smithi066 ceph-mon[112137]: pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:22.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:22 smithi203 ceph-mon[117428]: pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:23.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:23 smithi137 ceph-mon[117020]: from='client.247737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:23.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:23 smithi066 ceph-mon[112137]: from='client.247737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:23.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:23 smithi203 ceph-mon[117428]: from='client.247737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:24.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:24 smithi137 ceph-mon[117020]: pgmap v8856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:24.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:24 smithi066 ceph-mon[112137]: pgmap v8856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:24.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:24 smithi203 ceph-mon[117428]: pgmap v8856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:26.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:26 smithi137 ceph-mon[117020]: pgmap v8857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:26.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:26 smithi066 ceph-mon[112137]: pgmap v8857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:26.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:26 smithi203 ceph-mon[117428]: pgmap v8857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:27.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:27.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:27.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:28.328 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:28.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:28.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:28.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:28.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:28.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:28 smithi137 ceph-mon[117020]: pgmap v8858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:28.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:28 smithi066 ceph-mon[112137]: pgmap v8858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:28.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:28 smithi203 ceph-mon[117428]: pgmap v8858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:29.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:29 smithi137 ceph-mon[117020]: from='client.247812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:29.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:29 smithi066 ceph-mon[112137]: from='client.247812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:29.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:29 smithi203 ceph-mon[117428]: from='client.247812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:30.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:30 smithi137 ceph-mon[117020]: pgmap v8859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:30.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:30 smithi066 ceph-mon[112137]: pgmap v8859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:30.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:30 smithi203 ceph-mon[117428]: pgmap v8859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:32.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:32 smithi066 ceph-mon[112137]: pgmap v8860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:32.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:32 smithi203 ceph-mon[117428]: pgmap v8860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:32.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:32 smithi137 ceph-mon[117020]: pgmap v8860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:33.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:33.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:33.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:34.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:34.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:34.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:34.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:34.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:34.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:34 smithi066 ceph-mon[112137]: pgmap v8861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:34.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:34 smithi203 ceph-mon[117428]: pgmap v8861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:34 smithi137 ceph-mon[117020]: pgmap v8861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:35.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:35 smithi066 ceph-mon[112137]: from='client.247887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:35.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:35 smithi203 ceph-mon[117428]: from='client.247887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:35.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:35 smithi137 ceph-mon[117020]: from='client.247887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:36.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:36 smithi066 ceph-mon[112137]: pgmap v8862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:36.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:36 smithi203 ceph-mon[117428]: pgmap v8862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:36.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:36 smithi137 ceph-mon[117020]: pgmap v8862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:38.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:38 smithi066 ceph-mon[112137]: pgmap v8863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:38.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:38 smithi203 ceph-mon[117428]: pgmap v8863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:38 smithi137 ceph-mon[117020]: pgmap v8863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:39.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:39.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:39.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:39.781 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:39.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:39.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:39.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:39.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:40.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:40 smithi066 ceph-mon[112137]: pgmap v8864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:40.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:40 smithi066 ceph-mon[112137]: from='client.247965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:40 smithi203 ceph-mon[117428]: pgmap v8864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:40 smithi203 ceph-mon[117428]: from='client.247965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:40 smithi137 ceph-mon[117020]: pgmap v8864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:40 smithi137 ceph-mon[117020]: from='client.247965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:42.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:42 smithi066 ceph-mon[112137]: pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:08:42.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:42 smithi203 ceph-mon[117428]: pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:08:42.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:42 smithi137 ceph-mon[117020]: pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:08:44.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:44 smithi066 ceph-mon[112137]: pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:08:44.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:44.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:44.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:44.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:44 smithi203 ceph-mon[117428]: pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:08:44.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:44 smithi137 ceph-mon[117020]: pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:08:45.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:45.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:45.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:45.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:45.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:46.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:46 smithi066 ceph-mon[112137]: pgmap v8867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:46.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:46 smithi066 ceph-mon[112137]: from='client.248037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:46 smithi203 ceph-mon[117428]: pgmap v8867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:46 smithi203 ceph-mon[117428]: from='client.248037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:46 smithi137 ceph-mon[117020]: pgmap v8867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:46 smithi137 ceph-mon[117020]: from='client.248037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:48.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:48 smithi066 ceph-mon[112137]: pgmap v8868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:48.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:48 smithi203 ceph-mon[117428]: pgmap v8868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:48 smithi137 ceph-mon[117020]: pgmap v8868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:50.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:50.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:50.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:50.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:50 smithi066 ceph-mon[112137]: pgmap v8869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:50 smithi203 ceph-mon[117428]: pgmap v8869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:50.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:50 smithi137 ceph-mon[117020]: pgmap v8869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:51.280 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:51.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:51.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:51.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:51.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:51.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:08:51.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:08:51.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:08:52.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:52 smithi066 ceph-mon[112137]: pgmap v8870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:52.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:52 smithi066 ceph-mon[112137]: from='client.248115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:52.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:08:52.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:08:52.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:08:52.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:52 smithi203 ceph-mon[117428]: pgmap v8870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:52.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:52 smithi203 ceph-mon[117428]: from='client.248115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:52.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:08:52.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:08:52.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:08:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:52 smithi137 ceph-mon[117020]: pgmap v8870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:52 smithi137 ceph-mon[117020]: from='client.248115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:08:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:08:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:08:54.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:54 smithi066 ceph-mon[112137]: pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:08:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:54 smithi203 ceph-mon[117428]: pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:08:54.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:54 smithi137 ceph-mon[117020]: pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:08:56.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:08:56.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:56.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:56.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:56 smithi066 ceph-mon[112137]: pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:08:56.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:56 smithi203 ceph-mon[117428]: pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:08:56.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:56 smithi137 ceph-mon[117020]: pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:08:57.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:57.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:57.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:57.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:08:57.002 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:08:57.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:57 smithi066 ceph-mon[112137]: from='client.248190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:57.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:57 smithi203 ceph-mon[117428]: from='client.248190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:57.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:57 smithi137 ceph-mon[117020]: from='client.248190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:58.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:08:58 smithi066 ceph-mon[112137]: pgmap v8873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:58.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:08:58 smithi203 ceph-mon[117428]: pgmap v8873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:08:58 smithi137 ceph-mon[117020]: pgmap v8873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:00.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:00 smithi066 ceph-mon[112137]: pgmap v8874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:00.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:00 smithi203 ceph-mon[117428]: pgmap v8874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:00 smithi137 ceph-mon[117020]: pgmap v8874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:02.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:02.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:02.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:02.738 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:02.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:02.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:02.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:02.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:02.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:02 smithi066 ceph-mon[112137]: pgmap v8875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:02.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:02 smithi203 ceph-mon[117428]: pgmap v8875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:02.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:02 smithi137 ceph-mon[117020]: pgmap v8875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:03.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:03 smithi066 ceph-mon[112137]: from='client.248268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:03.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:03 smithi203 ceph-mon[117428]: from='client.248268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:03.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:03 smithi137 ceph-mon[117020]: from='client.248268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:04.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:04 smithi066 ceph-mon[112137]: pgmap v8876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:04.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:04 smithi203 ceph-mon[117428]: pgmap v8876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:04.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:04 smithi137 ceph-mon[117020]: pgmap v8876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:06.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:06 smithi066 ceph-mon[112137]: pgmap v8877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:06.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:06 smithi203 ceph-mon[117428]: pgmap v8877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:06 smithi137 ceph-mon[117020]: pgmap v8877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:07.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:07.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:07.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:08.465 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:08.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:08.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:08.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:08.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:08.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:08 smithi066 ceph-mon[112137]: pgmap v8878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:08.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:08 smithi203 ceph-mon[117428]: pgmap v8878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:08.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:08 smithi137 ceph-mon[117020]: pgmap v8878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:09.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:09 smithi066 ceph-mon[112137]: from='client.248340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:09.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:09 smithi203 ceph-mon[117428]: from='client.248340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:09.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:09 smithi137 ceph-mon[117020]: from='client.248340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:10.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:10 smithi066 ceph-mon[112137]: pgmap v8879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:10.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:10 smithi203 ceph-mon[117428]: pgmap v8879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:10.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:10 smithi137 ceph-mon[117020]: pgmap v8879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:12.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:12 smithi066 ceph-mon[112137]: pgmap v8880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:12.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:12 smithi203 ceph-mon[117428]: pgmap v8880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:12.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:12 smithi137 ceph-mon[117020]: pgmap v8880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:13.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:13.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:13.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:14.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:14.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:14.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:14.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:14.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:14.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:14 smithi066 ceph-mon[112137]: pgmap v8881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:14.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:14 smithi203 ceph-mon[117428]: pgmap v8881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:14 smithi137 ceph-mon[117020]: pgmap v8881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:15.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:15 smithi066 ceph-mon[112137]: from='client.248418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:15.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:15 smithi203 ceph-mon[117428]: from='client.248418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:15.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:15 smithi137 ceph-mon[117020]: from='client.248418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:16.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:16 smithi066 ceph-mon[112137]: pgmap v8882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:16.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:16 smithi203 ceph-mon[117428]: pgmap v8882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:16.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:16 smithi137 ceph-mon[117020]: pgmap v8882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:18.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:18 smithi066 ceph-mon[112137]: pgmap v8883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:18 smithi203 ceph-mon[117428]: pgmap v8883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:18 smithi137 ceph-mon[117020]: pgmap v8883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:19.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:19.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:19.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:19.913 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:19.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:19.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:19.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:19.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:20.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:20 smithi066 ceph-mon[112137]: pgmap v8884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:20.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:20 smithi066 ceph-mon[112137]: from='client.248493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:20 smithi203 ceph-mon[117428]: pgmap v8884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:20 smithi203 ceph-mon[117428]: from='client.248493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:20 smithi137 ceph-mon[117020]: pgmap v8884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:20 smithi137 ceph-mon[117020]: from='client.248493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:22.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:22 smithi066 ceph-mon[112137]: pgmap v8885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:09:22.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:22 smithi203 ceph-mon[117428]: pgmap v8885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:09:22.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:22 smithi137 ceph-mon[117020]: pgmap v8885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:09:24.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:24 smithi066 ceph-mon[112137]: pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:09:24.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:24 smithi203 ceph-mon[117428]: pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:09:24.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:24 smithi137 ceph-mon[117020]: pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:09:24.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:24.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:24.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:25.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:25.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:25.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:25.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:25.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:26.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:26 smithi066 ceph-mon[112137]: pgmap v8887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:26.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:26 smithi066 ceph-mon[112137]: from='client.248568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:26.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:26 smithi203 ceph-mon[117428]: pgmap v8887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:26.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:26 smithi203 ceph-mon[117428]: from='client.248568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:26.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:26 smithi137 ceph-mon[117020]: pgmap v8887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:26.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:26 smithi137 ceph-mon[117020]: from='client.248568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:28.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:28 smithi066 ceph-mon[112137]: pgmap v8888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:28.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:28 smithi203 ceph-mon[117428]: pgmap v8888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:28.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:28 smithi137 ceph-mon[117020]: pgmap v8888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:30.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:30.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:30.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:30.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:30 smithi066 ceph-mon[112137]: pgmap v8889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:30.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:30 smithi203 ceph-mon[117428]: pgmap v8889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:30.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:30 smithi137 ceph-mon[117020]: pgmap v8889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:31.364 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:31.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:31.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:31.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:31.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:32.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:32 smithi066 ceph-mon[112137]: pgmap v8890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:32.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:32 smithi066 ceph-mon[112137]: from='client.248646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:32.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:32 smithi203 ceph-mon[117428]: pgmap v8890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:32.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:32 smithi203 ceph-mon[117428]: from='client.248646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:32.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:32 smithi137 ceph-mon[117020]: pgmap v8890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:32.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:32 smithi137 ceph-mon[117020]: from='client.248646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:34.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:34 smithi066 ceph-mon[112137]: pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:09:34.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:34 smithi203 ceph-mon[117428]: pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:09:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:34 smithi137 ceph-mon[117020]: pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:09:36.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:36.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:36.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:36.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:36 smithi066 ceph-mon[112137]: pgmap v8892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:09:36.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:36 smithi203 ceph-mon[117428]: pgmap v8892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:09:36.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:36 smithi137 ceph-mon[117020]: pgmap v8892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:09:37.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:37.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:37.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:37.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:37.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:38.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:38 smithi066 ceph-mon[112137]: from='client.248721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:38.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:38 smithi066 ceph-mon[112137]: pgmap v8893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:38.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:38 smithi203 ceph-mon[117428]: from='client.248721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:38.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:38 smithi203 ceph-mon[117428]: pgmap v8893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:38 smithi137 ceph-mon[117020]: from='client.248721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:38 smithi137 ceph-mon[117020]: pgmap v8893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:40 smithi203 ceph-mon[117428]: pgmap v8894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:40 smithi137 ceph-mon[117020]: pgmap v8894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:40.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:40 smithi066 ceph-mon[112137]: pgmap v8894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:42.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:42.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:42.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:42.809 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:42.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:42.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:42.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:42.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:42.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:42 smithi203 ceph-mon[117428]: pgmap v8895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:42.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:42 smithi137 ceph-mon[117020]: pgmap v8895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:42 smithi066 ceph-mon[112137]: pgmap v8895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:43.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:43 smithi203 ceph-mon[117428]: from='client.248793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:43.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:43 smithi137 ceph-mon[117020]: from='client.248793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:43.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:43 smithi066 ceph-mon[112137]: from='client.248793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:44.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:44 smithi203 ceph-mon[117428]: pgmap v8896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:44.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:44 smithi137 ceph-mon[117020]: pgmap v8896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:44.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:44 smithi066 ceph-mon[112137]: pgmap v8896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:46 smithi203 ceph-mon[117428]: pgmap v8897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:46 smithi137 ceph-mon[117020]: pgmap v8897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:46.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:46 smithi066 ceph-mon[112137]: pgmap v8897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:47.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:47.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:47.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:48.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:48.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:48.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:48.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:48.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:48.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:48 smithi203 ceph-mon[117428]: pgmap v8898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:48.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:48 smithi137 ceph-mon[117020]: pgmap v8898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:48.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:48 smithi066 ceph-mon[112137]: pgmap v8898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:49.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:49 smithi203 ceph-mon[117428]: from='client.248868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:49.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:49 smithi137 ceph-mon[117020]: from='client.248868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:49.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:49 smithi066 ceph-mon[112137]: from='client.248868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:50 smithi203 ceph-mon[117428]: pgmap v8899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:50.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:50 smithi137 ceph-mon[117020]: pgmap v8899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:50.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:50 smithi066 ceph-mon[112137]: pgmap v8899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:52.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:52 smithi203 ceph-mon[117428]: pgmap v8900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:52.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:09:52.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:09:52.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:09:52.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:09:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:52 smithi137 ceph-mon[117020]: pgmap v8900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:09:52.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:09:52.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:09:52.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:09:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:52 smithi066 ceph-mon[112137]: pgmap v8900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:09:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:09:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:09:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:09:53.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:53.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:53.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:54.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:09:54.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:54.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:54.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:54.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:09:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:54 smithi203 ceph-mon[117428]: pgmap v8901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:54.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:54 smithi137 ceph-mon[117020]: pgmap v8901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:54.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:54 smithi066 ceph-mon[112137]: pgmap v8901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:55.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:55 smithi203 ceph-mon[117428]: from='client.248943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:55.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:55 smithi137 ceph-mon[117020]: from='client.248943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:55.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:55 smithi066 ceph-mon[112137]: from='client.248943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:56.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:56 smithi203 ceph-mon[117428]: pgmap v8902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:56.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:56 smithi137 ceph-mon[117020]: pgmap v8902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:56.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:56 smithi066 ceph-mon[112137]: pgmap v8902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:58.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:09:58 smithi203 ceph-mon[117428]: pgmap v8903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:09:58 smithi137 ceph-mon[117020]: pgmap v8903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:58.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:09:58 smithi066 ceph-mon[112137]: pgmap v8903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:59.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:09:59.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:59.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:00.008 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:00.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:00.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:00.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:00.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:00.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:00 smithi203 ceph-mon[117428]: pgmap v8904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:00.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:00 smithi203 ceph-mon[117428]: from='client.249015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:00.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T22:10:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:00 smithi137 ceph-mon[117020]: pgmap v8904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:00 smithi137 ceph-mon[117020]: from='client.249015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:00.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T22:10:00.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:00 smithi066 ceph-mon[112137]: pgmap v8904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:00.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:00 smithi066 ceph-mon[112137]: from='client.249015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:00.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T22:10:02.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:02 smithi203 ceph-mon[117428]: pgmap v8905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:02.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:02 smithi137 ceph-mon[117020]: pgmap v8905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:02.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:02 smithi066 ceph-mon[112137]: pgmap v8905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:04.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:04 smithi203 ceph-mon[117428]: pgmap v8906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:04.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:04 smithi137 ceph-mon[117020]: pgmap v8906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:04.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:04 smithi066 ceph-mon[112137]: pgmap v8906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:05.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:05.010 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:05.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:05.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:05.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:05.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:05.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:05.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:06.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:06 smithi203 ceph-mon[117428]: pgmap v8907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:06.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:06 smithi203 ceph-mon[117428]: from='client.249093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:06 smithi137 ceph-mon[117020]: pgmap v8907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:06 smithi137 ceph-mon[117020]: from='client.249093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:06.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:06 smithi066 ceph-mon[112137]: pgmap v8907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:06.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:06 smithi066 ceph-mon[112137]: from='client.249093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:08.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:08 smithi203 ceph-mon[117428]: pgmap v8908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:08.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:08 smithi137 ceph-mon[117020]: pgmap v8908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:08.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:08 smithi066 ceph-mon[112137]: pgmap v8908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:10.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:10.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:10.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:10.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:10 smithi203 ceph-mon[117428]: pgmap v8909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:10.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:10 smithi137 ceph-mon[117020]: pgmap v8909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:10.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:10 smithi066 ceph-mon[112137]: pgmap v8909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:11.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:11.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:11.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:11.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:11.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:12.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:12 smithi203 ceph-mon[117428]: pgmap v8910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:12.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:12 smithi203 ceph-mon[117428]: from='client.249171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:12.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:12 smithi137 ceph-mon[117020]: pgmap v8910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:12.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:12 smithi137 ceph-mon[117020]: from='client.249171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:12.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:12 smithi066 ceph-mon[112137]: pgmap v8910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:12.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:12 smithi066 ceph-mon[112137]: from='client.249171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:14.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:14 smithi203 ceph-mon[117428]: pgmap v8911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:14 smithi137 ceph-mon[117020]: pgmap v8911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:14.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:14 smithi066 ceph-mon[112137]: pgmap v8911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:16.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:16.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:16.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:16.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:16 smithi203 ceph-mon[117428]: pgmap v8912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:16.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:16 smithi137 ceph-mon[117020]: pgmap v8912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:16.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:16 smithi066 ceph-mon[112137]: pgmap v8912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:17.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:17.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:17.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:17.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:17.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:18 smithi203 ceph-mon[117428]: from='client.249249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:18 smithi203 ceph-mon[117428]: pgmap v8913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:18 smithi137 ceph-mon[117020]: from='client.249249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:18 smithi137 ceph-mon[117020]: pgmap v8913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:18.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:18 smithi066 ceph-mon[112137]: from='client.249249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:18.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:18 smithi066 ceph-mon[112137]: pgmap v8913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:20 smithi203 ceph-mon[117428]: pgmap v8914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:20 smithi137 ceph-mon[117020]: pgmap v8914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:20.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:20 smithi066 ceph-mon[112137]: pgmap v8914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:22.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:22.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:22.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:22.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:22 smithi203 ceph-mon[117428]: pgmap v8915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:22.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:22 smithi137 ceph-mon[117020]: pgmap v8915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:22.904 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:22.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:22.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:22.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:22.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:22.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:22 smithi066 ceph-mon[112137]: pgmap v8915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:23.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:23 smithi137 ceph-mon[117020]: from='client.249327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:23.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:23 smithi066 ceph-mon[112137]: from='client.249327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:24.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:23 smithi203 ceph-mon[117428]: from='client.249327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:24.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:24 smithi137 ceph-mon[117020]: pgmap v8916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:24.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:24 smithi066 ceph-mon[112137]: pgmap v8916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:25.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:24 smithi203 ceph-mon[117428]: pgmap v8916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:26.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:26 smithi137 ceph-mon[117020]: pgmap v8917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:26.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:26 smithi066 ceph-mon[112137]: pgmap v8917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:27.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:26 smithi203 ceph-mon[117428]: pgmap v8917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:27.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:27.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:27.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:28.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:28.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:28.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:28.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:28.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:28.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:28 smithi137 ceph-mon[117020]: pgmap v8918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:28.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:28 smithi066 ceph-mon[112137]: pgmap v8918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:29.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:28 smithi203 ceph-mon[117428]: pgmap v8918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:29.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:29 smithi137 ceph-mon[117020]: from='client.249402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:29.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:29 smithi066 ceph-mon[112137]: from='client.249402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:30.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:29 smithi203 ceph-mon[117428]: from='client.249402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:30.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:30 smithi137 ceph-mon[117020]: pgmap v8919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:30.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:30 smithi066 ceph-mon[112137]: pgmap v8919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:31.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:30 smithi203 ceph-mon[117428]: pgmap v8919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:32.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:32 smithi137 ceph-mon[117020]: pgmap v8920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:32.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:32 smithi066 ceph-mon[112137]: pgmap v8920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:33.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:32 smithi203 ceph-mon[117428]: pgmap v8920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:33.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:33.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:33.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:34.379 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:34.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:34.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:34.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:34.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:34 smithi137 ceph-mon[117020]: pgmap v8921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:34.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:34 smithi066 ceph-mon[112137]: pgmap v8921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:35.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:34 smithi203 ceph-mon[117428]: pgmap v8921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:35.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:35 smithi137 ceph-mon[117020]: from='client.249480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:35.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:35 smithi066 ceph-mon[112137]: from='client.249480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:36.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:35 smithi203 ceph-mon[117428]: from='client.249480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:36.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:36 smithi137 ceph-mon[117020]: pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:36.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:36 smithi066 ceph-mon[112137]: pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:37.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:36 smithi203 ceph-mon[117428]: pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:38 smithi137 ceph-mon[117020]: pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:38.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:38 smithi066 ceph-mon[112137]: pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:39.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:38 smithi203 ceph-mon[117428]: pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:39.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:39.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:39.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:40.101 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:40.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:40.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:40.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:40.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:40 smithi137 ceph-mon[117020]: pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:40.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:40 smithi066 ceph-mon[112137]: pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:41.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:40 smithi203 ceph-mon[117428]: pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:41.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:41 smithi066 ceph-mon[112137]: from='client.249558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:42.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:41 smithi203 ceph-mon[117428]: from='client.249558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:42.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:41 smithi137 ceph-mon[117020]: from='client.249558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:42.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:42 smithi066 ceph-mon[112137]: pgmap v8925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:43.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:42 smithi203 ceph-mon[117428]: pgmap v8925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:42 smithi137 ceph-mon[117020]: pgmap v8925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:44.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:44 smithi066 ceph-mon[112137]: pgmap v8926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:45.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:44 smithi203 ceph-mon[117428]: pgmap v8926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:45.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:45.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:45.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:45.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:44 smithi137 ceph-mon[117020]: pgmap v8926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:45.839 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:45.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:45.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:45.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:45.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:46.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:46 smithi066 ceph-mon[112137]: pgmap v8927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:46.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:46 smithi066 ceph-mon[112137]: from='client.249633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:47.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:46 smithi203 ceph-mon[117428]: pgmap v8927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:47.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:46 smithi203 ceph-mon[117428]: from='client.249633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:47.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:46 smithi137 ceph-mon[117020]: pgmap v8927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:47.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:46 smithi137 ceph-mon[117020]: from='client.249633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:48.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:48 smithi066 ceph-mon[112137]: pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:48 smithi203 ceph-mon[117428]: pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:49.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:48 smithi137 ceph-mon[117020]: pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:50.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:50.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:50.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:50.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:50 smithi066 ceph-mon[112137]: pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:51.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:50 smithi203 ceph-mon[117428]: pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:51.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:50 smithi137 ceph-mon[117020]: pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:51.567 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:51.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:51.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:51.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:51.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:52 smithi066 ceph-mon[112137]: pgmap v8930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:52 smithi066 ceph-mon[112137]: from='client.249708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:52.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:10:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:52 smithi203 ceph-mon[117428]: pgmap v8930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:52 smithi203 ceph-mon[117428]: from='client.249708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:53.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:10:53.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:52 smithi137 ceph-mon[117020]: pgmap v8930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:53.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:52 smithi137 ceph-mon[117020]: from='client.249708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:53.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:10:53.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:10:53.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:10:53.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:10:54.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:10:54.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:10:54.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:10:54.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:10:54.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:10:54.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:10:54.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:54 smithi066 ceph-mon[112137]: pgmap v8931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:55.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:54 smithi203 ceph-mon[117428]: pgmap v8931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:55.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:54 smithi137 ceph-mon[117020]: pgmap v8931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:56.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:10:56.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:56.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:56.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:56 smithi066 ceph-mon[112137]: pgmap v8932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:57.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:56 smithi203 ceph-mon[117428]: pgmap v8932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:56 smithi137 ceph-mon[117020]: pgmap v8932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:57.298 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:10:57.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:57.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:57.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:57.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:10:58.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:58 smithi066 ceph-mon[112137]: pgmap v8933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:58.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:10:58 smithi066 ceph-mon[112137]: from='client.249783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:59.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:58 smithi203 ceph-mon[117428]: pgmap v8933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:59.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:10:58 smithi203 ceph-mon[117428]: from='client.249783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:59.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:58 smithi137 ceph-mon[117020]: pgmap v8933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:59.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:10:58 smithi137 ceph-mon[117020]: from='client.249783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:00.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:00 smithi066 ceph-mon[112137]: pgmap v8934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:01.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:00 smithi203 ceph-mon[117428]: pgmap v8934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:01.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:00 smithi137 ceph-mon[117020]: pgmap v8934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:02.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:02.300 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:02.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:02.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:02 smithi066 ceph-mon[112137]: pgmap v8935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:03.028 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:03.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:03.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:03.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:03.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:03.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:02 smithi203 ceph-mon[117428]: pgmap v8935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:03.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:02 smithi137 ceph-mon[117020]: pgmap v8935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:03.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:03 smithi066 ceph-mon[112137]: from='client.249855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:04.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:03 smithi203 ceph-mon[117428]: from='client.249855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:04.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:03 smithi137 ceph-mon[117020]: from='client.249855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:04.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:04 smithi066 ceph-mon[112137]: pgmap v8936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:05.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:04 smithi203 ceph-mon[117428]: pgmap v8936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:04 smithi137 ceph-mon[117020]: pgmap v8936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:06.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:06 smithi066 ceph-mon[112137]: pgmap v8937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:07.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:06 smithi203 ceph-mon[117428]: pgmap v8937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:07.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:06 smithi137 ceph-mon[117020]: pgmap v8937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:08.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:08.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:08.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:08.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:08.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:08.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:08.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:08.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:08.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:08 smithi066 ceph-mon[112137]: pgmap v8938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:09.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:08 smithi203 ceph-mon[117428]: pgmap v8938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:09.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:08 smithi137 ceph-mon[117020]: pgmap v8938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:09.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:09 smithi066 ceph-mon[112137]: from='client.249930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:10.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:09 smithi203 ceph-mon[117428]: from='client.249930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:10.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:09 smithi137 ceph-mon[117020]: from='client.249930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:10.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:10 smithi066 ceph-mon[112137]: pgmap v8939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:11.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:10 smithi203 ceph-mon[117428]: pgmap v8939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:11.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:10 smithi137 ceph-mon[117020]: pgmap v8939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:11.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:11 smithi066 ceph-mon[112137]: pgmap v8940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:12.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:11 smithi203 ceph-mon[117428]: pgmap v8940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:12.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:11 smithi137 ceph-mon[117020]: pgmap v8940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:13.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:13.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:13.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:14.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:13 smithi066 ceph-mon[112137]: pgmap v8941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:14.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:13 smithi203 ceph-mon[117428]: pgmap v8941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:14.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:13 smithi137 ceph-mon[117020]: pgmap v8941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:14.491 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:14.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:14.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:14.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:14.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:15.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:15 smithi066 ceph-mon[112137]: from='client.250008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:15.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:15 smithi203 ceph-mon[117428]: from='client.250008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:15.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:15 smithi137 ceph-mon[117020]: from='client.250008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:16.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:16 smithi066 ceph-mon[112137]: pgmap v8942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:16.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:16 smithi203 ceph-mon[117428]: pgmap v8942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:16.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:16 smithi137 ceph-mon[117020]: pgmap v8942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:18.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:18 smithi066 ceph-mon[112137]: pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:18.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:18 smithi203 ceph-mon[117428]: pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:18.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:18 smithi137 ceph-mon[117020]: pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:19.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:19.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:19.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:20.216 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:20.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:20.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:20.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:20.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:20.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:20 smithi066 ceph-mon[112137]: pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:20.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:20 smithi203 ceph-mon[117428]: pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:20.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:20 smithi137 ceph-mon[117020]: pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:21.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:21 smithi066 ceph-mon[112137]: from='client.250080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:21.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:21 smithi203 ceph-mon[117428]: from='client.250080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:21.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:21 smithi137 ceph-mon[117020]: from='client.250080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:22.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:22 smithi066 ceph-mon[112137]: pgmap v8945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:22.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:22 smithi203 ceph-mon[117428]: pgmap v8945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:22 smithi137 ceph-mon[117020]: pgmap v8945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:24.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:24 smithi066 ceph-mon[112137]: pgmap v8946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:24.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:24 smithi203 ceph-mon[117428]: pgmap v8946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:24.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:24 smithi137 ceph-mon[117020]: pgmap v8946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:25.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:25.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:25.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:25.939 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:25.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:25.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:25.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:25.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:26.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:26 smithi066 ceph-mon[112137]: pgmap v8947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:26.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:26 smithi066 ceph-mon[112137]: from='client.250155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:26.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:26 smithi203 ceph-mon[117428]: pgmap v8947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:26.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:26 smithi203 ceph-mon[117428]: from='client.250155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:26.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:26 smithi137 ceph-mon[117020]: pgmap v8947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:26.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:26 smithi137 ceph-mon[117020]: from='client.250155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:28.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:28 smithi066 ceph-mon[112137]: pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:28.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:28 smithi203 ceph-mon[117428]: pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:28.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:28 smithi137 ceph-mon[117020]: pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:30.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:30 smithi066 ceph-mon[112137]: pgmap v8949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:30 smithi203 ceph-mon[117428]: pgmap v8949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:30.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:30 smithi137 ceph-mon[117020]: pgmap v8949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:30.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:30.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:30.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:31.665 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:31.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:31.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:31.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:31.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:32.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:32 smithi066 ceph-mon[112137]: pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:32.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:32 smithi066 ceph-mon[112137]: from='client.250230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:32.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:32 smithi203 ceph-mon[117428]: pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:32.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:32 smithi203 ceph-mon[117428]: from='client.250230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:32.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:32 smithi137 ceph-mon[117020]: pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:32.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:32 smithi137 ceph-mon[117020]: from='client.250230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:34.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:34 smithi066 ceph-mon[112137]: pgmap v8951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:34.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:34 smithi203 ceph-mon[117428]: pgmap v8951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:34.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:34 smithi137 ceph-mon[117020]: pgmap v8951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:36.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:36 smithi066 ceph-mon[112137]: pgmap v8952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:36.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:36 smithi203 ceph-mon[117428]: pgmap v8952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:36.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:36 smithi137 ceph-mon[117020]: pgmap v8952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:36.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:36.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:36.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:37.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:37.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:37.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:37.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:37.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:38.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:38 smithi066 ceph-mon[112137]: pgmap v8953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:38.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:38 smithi066 ceph-mon[112137]: from='client.250308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:38.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:38 smithi203 ceph-mon[117428]: pgmap v8953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:38.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:38 smithi203 ceph-mon[117428]: from='client.250308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:38.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:38 smithi137 ceph-mon[117020]: pgmap v8953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:38.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:38 smithi137 ceph-mon[117020]: from='client.250308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:40.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:40 smithi066 ceph-mon[112137]: pgmap v8954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:40.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:40 smithi203 ceph-mon[117428]: pgmap v8954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:40.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:40 smithi137 ceph-mon[117020]: pgmap v8954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:42.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:42.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:42.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:42.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:42 smithi066 ceph-mon[112137]: pgmap v8955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:42.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:42 smithi203 ceph-mon[117428]: pgmap v8955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:42.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:42 smithi137 ceph-mon[117020]: pgmap v8955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:43.128 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:43.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:43.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:43.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:43.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:44 smithi066 ceph-mon[112137]: from='client.250386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:44.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:44 smithi066 ceph-mon[112137]: pgmap v8956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:44.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:44 smithi203 ceph-mon[117428]: from='client.250386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:44.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:44 smithi203 ceph-mon[117428]: pgmap v8956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:44.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:44 smithi137 ceph-mon[117020]: from='client.250386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:44.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:44 smithi137 ceph-mon[117020]: pgmap v8956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:46.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:46 smithi066 ceph-mon[112137]: pgmap v8957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:46.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:46 smithi203 ceph-mon[117428]: pgmap v8957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:46.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:46 smithi137 ceph-mon[117020]: pgmap v8957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:48.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:48.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:48.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:48.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:48 smithi066 ceph-mon[112137]: pgmap v8958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:48.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:48 smithi203 ceph-mon[117428]: pgmap v8958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:48.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:48 smithi137 ceph-mon[117020]: pgmap v8958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:48.851 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:48.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:48.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:48.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:48.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:49.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:49 smithi066 ceph-mon[112137]: from='client.250464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:49.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:49 smithi203 ceph-mon[117428]: from='client.250464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:49.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:49 smithi137 ceph-mon[117020]: from='client.250464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:50.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:50 smithi066 ceph-mon[112137]: pgmap v8959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:50.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:50 smithi203 ceph-mon[117428]: pgmap v8959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:50 smithi137 ceph-mon[117020]: pgmap v8959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:52.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:52 smithi066 ceph-mon[112137]: pgmap v8960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:52.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:52 smithi203 ceph-mon[117428]: pgmap v8960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:52.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:52 smithi137 ceph-mon[117020]: pgmap v8960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:53.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:11:53.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:11:53.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:11:53.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:53.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:53.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:54.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:11:54.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:54.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:54.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:54.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:11:54.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:54 smithi203 ceph-mon[117428]: pgmap v8961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:54.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:11:54.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:11:54.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:11:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:54 smithi137 ceph-mon[117020]: pgmap v8961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:11:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:11:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:11:54.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:54 smithi066 ceph-mon[112137]: pgmap v8961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:54.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:11:54.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:11:54.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:11:55.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:55 smithi203 ceph-mon[117428]: from='client.250542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:55.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:55 smithi137 ceph-mon[117020]: from='client.250542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:55.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:55 smithi066 ceph-mon[112137]: from='client.250542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:56.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:56 smithi203 ceph-mon[117428]: pgmap v8962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:56.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:56 smithi137 ceph-mon[117020]: pgmap v8962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:56.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:56 smithi066 ceph-mon[112137]: pgmap v8962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:58.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:11:58 smithi203 ceph-mon[117428]: pgmap v8963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:58.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:11:58 smithi137 ceph-mon[117020]: pgmap v8963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:58.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:11:58 smithi066 ceph-mon[112137]: pgmap v8963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:59.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:11:59.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:59.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:00.300 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:00.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:00.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:00.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:00.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:00.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:00 smithi203 ceph-mon[117428]: pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:00.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:00 smithi137 ceph-mon[117020]: pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:00.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:00 smithi066 ceph-mon[112137]: pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:01.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:01 smithi203 ceph-mon[117428]: from='client.250614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:01.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:01 smithi137 ceph-mon[117020]: from='client.250614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:01.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:01 smithi066 ceph-mon[112137]: from='client.250614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:02 smithi203 ceph-mon[117428]: pgmap v8965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:02 smithi137 ceph-mon[117020]: pgmap v8965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:02.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:02 smithi066 ceph-mon[112137]: pgmap v8965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:04.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:04 smithi203 ceph-mon[117428]: pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:04.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:04 smithi137 ceph-mon[117020]: pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:04.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:04 smithi066 ceph-mon[112137]: pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:05.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:05.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:05.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:06.042 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:06.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:06.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:06.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:06.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:06.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:06 smithi203 ceph-mon[117428]: pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:06.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:06 smithi203 ceph-mon[117428]: from='client.250692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:06.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:06 smithi137 ceph-mon[117020]: pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:06.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:06 smithi137 ceph-mon[117020]: from='client.250692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:06.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:06 smithi066 ceph-mon[112137]: pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:06.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:06 smithi066 ceph-mon[112137]: from='client.250692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:08.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:08 smithi203 ceph-mon[117428]: pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:08.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:08 smithi137 ceph-mon[117020]: pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:08.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:08 smithi066 ceph-mon[112137]: pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:10.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:10 smithi203 ceph-mon[117428]: pgmap v8969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:10.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:10 smithi137 ceph-mon[117020]: pgmap v8969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:10.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:10 smithi066 ceph-mon[112137]: pgmap v8969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:11.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:11.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:11.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:11.770 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:11.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:11.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:11.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:11.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:12.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:12 smithi203 ceph-mon[117428]: pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:12.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:12 smithi203 ceph-mon[117428]: from='client.250770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:12.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:12 smithi137 ceph-mon[117020]: pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:12.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:12 smithi137 ceph-mon[117020]: from='client.250770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:12.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:12 smithi066 ceph-mon[112137]: pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:12.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:12 smithi066 ceph-mon[112137]: from='client.250770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:14.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:14 smithi203 ceph-mon[117428]: pgmap v8971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:14.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:14 smithi137 ceph-mon[117020]: pgmap v8971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:14.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:14 smithi066 ceph-mon[112137]: pgmap v8971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:16.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:16 smithi203 ceph-mon[117428]: pgmap v8972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:16.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:16 smithi137 ceph-mon[117020]: pgmap v8972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:16.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:16 smithi066 ceph-mon[112137]: pgmap v8972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:16.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:16.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:16.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:17.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:17.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:17.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:17.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:17.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:18.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:18 smithi203 ceph-mon[117428]: pgmap v8973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:18.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:18 smithi203 ceph-mon[117428]: from='client.250842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:18.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:18 smithi137 ceph-mon[117020]: pgmap v8973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:18.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:18 smithi137 ceph-mon[117020]: from='client.250842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:18.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:18 smithi066 ceph-mon[112137]: pgmap v8973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:18.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:18 smithi066 ceph-mon[112137]: from='client.250842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:20.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:20 smithi203 ceph-mon[117428]: pgmap v8974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:20.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:20 smithi137 ceph-mon[117020]: pgmap v8974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:20.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:20 smithi066 ceph-mon[112137]: pgmap v8974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:22.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:22.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:22.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:22.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:22 smithi203 ceph-mon[117428]: pgmap v8975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:22.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:22 smithi137 ceph-mon[117020]: pgmap v8975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:22.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:22 smithi066 ceph-mon[112137]: pgmap v8975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:23.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:23.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:23.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:23.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:23.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:24.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:24 smithi203 ceph-mon[117428]: from='client.250920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:24.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:24 smithi203 ceph-mon[117428]: pgmap v8976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:24.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:24 smithi137 ceph-mon[117020]: from='client.250920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:24.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:24 smithi137 ceph-mon[117020]: pgmap v8976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:24.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:24 smithi066 ceph-mon[112137]: from='client.250920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:24.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:24 smithi066 ceph-mon[112137]: pgmap v8976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:26.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:26 smithi203 ceph-mon[117428]: pgmap v8977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:26.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:26 smithi137 ceph-mon[117020]: pgmap v8977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:26.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:26 smithi066 ceph-mon[112137]: pgmap v8977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:28.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:28.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:28.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:28.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:28 smithi203 ceph-mon[117428]: pgmap v8978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:28.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:28 smithi137 ceph-mon[117020]: pgmap v8978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:28.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:28 smithi066 ceph-mon[112137]: pgmap v8978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:28.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:28.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:28.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:28.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:28.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:29.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:29 smithi203 ceph-mon[117428]: from='client.250998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:29.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:29 smithi137 ceph-mon[117020]: from='client.250998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:29.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:29 smithi066 ceph-mon[112137]: from='client.250998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:30.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:30 smithi203 ceph-mon[117428]: pgmap v8979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:30.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:30 smithi137 ceph-mon[117020]: pgmap v8979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:30.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:30 smithi066 ceph-mon[112137]: pgmap v8979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:32.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:32 smithi203 ceph-mon[117428]: pgmap v8980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:32.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:32 smithi137 ceph-mon[117020]: pgmap v8980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:32.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:32 smithi066 ceph-mon[112137]: pgmap v8980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:33.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:33.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:33.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:34.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:34 smithi203 ceph-mon[117428]: pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:34.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:34 smithi137 ceph-mon[117020]: pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:34.692 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:34.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:34.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:34.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:34.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:34.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:34 smithi066 ceph-mon[112137]: pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:35.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:35 smithi203 ceph-mon[117428]: from='client.251073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:35.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:35 smithi137 ceph-mon[117020]: from='client.251073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:35.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:35 smithi066 ceph-mon[112137]: from='client.251073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:36.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:36 smithi203 ceph-mon[117428]: pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:36.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:36 smithi137 ceph-mon[117020]: pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:36.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:36 smithi066 ceph-mon[112137]: pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:38.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:38 smithi203 ceph-mon[117428]: pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:38.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:38 smithi137 ceph-mon[117020]: pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:38.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:38 smithi066 ceph-mon[112137]: pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:39.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:39.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:39.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:40.415 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:40.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:40.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:40.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:40.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:40.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:40 smithi137 ceph-mon[117020]: pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:40.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:40 smithi066 ceph-mon[112137]: pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:40 smithi203 ceph-mon[117428]: pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:41.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:41 smithi137 ceph-mon[117020]: from='client.251145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:41.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:41 smithi066 ceph-mon[112137]: from='client.251145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:41.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:41 smithi203 ceph-mon[117428]: from='client.251145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:42.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:42 smithi137 ceph-mon[117020]: pgmap v8985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:42.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:42 smithi066 ceph-mon[112137]: pgmap v8985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:42.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:42 smithi203 ceph-mon[117428]: pgmap v8985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:44.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:44 smithi137 ceph-mon[117020]: pgmap v8986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:44.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:44 smithi066 ceph-mon[112137]: pgmap v8986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:44.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:44 smithi203 ceph-mon[117428]: pgmap v8986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:45.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:45.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:45.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:46.158 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:46.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:46.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:46.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:46.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:46.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:46 smithi137 ceph-mon[117020]: pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:46 smithi066 ceph-mon[112137]: pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:46.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:46 smithi203 ceph-mon[117428]: pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:47.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:47 smithi137 ceph-mon[117020]: from='client.251223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:47.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:47 smithi066 ceph-mon[112137]: from='client.251223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:47.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:47 smithi203 ceph-mon[117428]: from='client.251223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:48.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:48 smithi137 ceph-mon[117020]: pgmap v8988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:48.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:48 smithi066 ceph-mon[112137]: pgmap v8988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:48 smithi203 ceph-mon[117428]: pgmap v8988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:50.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:50 smithi137 ceph-mon[117020]: pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:50.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:50 smithi066 ceph-mon[112137]: pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:50 smithi203 ceph-mon[117428]: pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:51.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:51.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:51.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:51.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:51.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:51.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:51.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:51.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:52.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:52 smithi137 ceph-mon[117020]: pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:52.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:52 smithi137 ceph-mon[117020]: from='client.251298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:52.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:52 smithi066 ceph-mon[112137]: pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:52.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:52 smithi066 ceph-mon[112137]: from='client.251298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:52.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:52 smithi203 ceph-mon[117428]: pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:52.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:52 smithi203 ceph-mon[117428]: from='client.251298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:54.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:54 smithi137 ceph-mon[117020]: pgmap v8991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:54.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:12:54.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:54 smithi066 ceph-mon[112137]: pgmap v8991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:54.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:12:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:54 smithi203 ceph-mon[117428]: pgmap v8991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:54.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:12:55.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:12:55.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:12:55.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:12:55.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:12:55.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:12:55.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:12:55.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:12:55.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:12:55.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:12:56.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:56 smithi066 ceph-mon[112137]: pgmap v8992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:56.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:56 smithi203 ceph-mon[117428]: pgmap v8992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:56.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:56 smithi137 ceph-mon[117020]: pgmap v8992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:56.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:12:56.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:56.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:57.614 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:12:57.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:57.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:57.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:57.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:12:58.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:58 smithi066 ceph-mon[112137]: pgmap v8993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:58.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:12:58 smithi066 ceph-mon[112137]: from='client.251376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:58.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:58 smithi203 ceph-mon[117428]: pgmap v8993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:58.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:12:58 smithi203 ceph-mon[117428]: from='client.251376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:58 smithi137 ceph-mon[117020]: pgmap v8993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:58.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:12:58 smithi137 ceph-mon[117020]: from='client.251376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:00.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:00 smithi066 ceph-mon[112137]: pgmap v8994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:00 smithi203 ceph-mon[117428]: pgmap v8994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:00.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:00 smithi137 ceph-mon[117020]: pgmap v8994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:02.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:02.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:02.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:02.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:02 smithi066 ceph-mon[112137]: pgmap v8995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:02.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:02 smithi203 ceph-mon[117428]: pgmap v8995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:02.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:02 smithi137 ceph-mon[117020]: pgmap v8995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:03.330 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:03.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:03.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:03.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:03.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:04.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:04 smithi066 ceph-mon[112137]: pgmap v8996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:04.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:04 smithi066 ceph-mon[112137]: from='client.251451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:04.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:04 smithi203 ceph-mon[117428]: pgmap v8996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:04.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:04 smithi203 ceph-mon[117428]: from='client.251451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:04.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:04 smithi137 ceph-mon[117020]: pgmap v8996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:04.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:04 smithi137 ceph-mon[117020]: from='client.251451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:06.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:06 smithi066 ceph-mon[112137]: pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:06.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:06 smithi203 ceph-mon[117428]: pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:06.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:06 smithi137 ceph-mon[117020]: pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:08.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:08.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:08.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:08.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:08 smithi066 ceph-mon[112137]: pgmap v8998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:08.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:08 smithi203 ceph-mon[117428]: pgmap v8998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:08.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:08 smithi137 ceph-mon[117020]: pgmap v8998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:09.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:09.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:09.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:09.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:09.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:10.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:10 smithi066 ceph-mon[112137]: from='client.251526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:10.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:10 smithi066 ceph-mon[112137]: pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:10.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:10 smithi203 ceph-mon[117428]: from='client.251526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:10.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:10 smithi203 ceph-mon[117428]: pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:10.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:10 smithi137 ceph-mon[117020]: from='client.251526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:10.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:10 smithi137 ceph-mon[117020]: pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:12.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:12 smithi066 ceph-mon[112137]: pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:12.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:12 smithi203 ceph-mon[117428]: pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:12.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:12 smithi137 ceph-mon[117020]: pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:14.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:14.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:14 smithi066 ceph-mon[112137]: pgmap v9001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:14.795 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:14.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:14.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:14.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:14.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:14.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:14 smithi203 ceph-mon[117428]: pgmap v9001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:14 smithi137 ceph-mon[117020]: pgmap v9001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:15.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:15 smithi066 ceph-mon[112137]: from='client.251601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:15.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:15 smithi203 ceph-mon[117428]: from='client.251601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:15.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:15 smithi137 ceph-mon[117020]: from='client.251601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:16.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:16 smithi066 ceph-mon[112137]: pgmap v9002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:13:16.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:16 smithi203 ceph-mon[117428]: pgmap v9002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:13:16.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:16 smithi137 ceph-mon[117020]: pgmap v9002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:13:18.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:18 smithi066 ceph-mon[112137]: pgmap v9003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:18 smithi203 ceph-mon[117428]: pgmap v9003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:18 smithi137 ceph-mon[117020]: pgmap v9003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:19.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:19.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:19.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:20.534 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:20.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:20.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:20.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:20.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:20.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:20 smithi066 ceph-mon[112137]: pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:20.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:20 smithi203 ceph-mon[117428]: pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:20.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:20 smithi137 ceph-mon[117020]: pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:21.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:21 smithi066 ceph-mon[112137]: from='client.251676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:21.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:21 smithi203 ceph-mon[117428]: from='client.251676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:21.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:21 smithi137 ceph-mon[117020]: from='client.251676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:22.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:22 smithi066 ceph-mon[112137]: pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:22.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:22 smithi203 ceph-mon[117428]: pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:22.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:22 smithi137 ceph-mon[117020]: pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:24.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:24 smithi066 ceph-mon[112137]: pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:24.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:24 smithi203 ceph-mon[117428]: pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:24.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:24 smithi137 ceph-mon[117020]: pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:25.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:25.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:25.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:26.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:26.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:26.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:26.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:26.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:26.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:26 smithi066 ceph-mon[112137]: pgmap v9007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:26 smithi203 ceph-mon[117428]: pgmap v9007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:26.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:26 smithi137 ceph-mon[117020]: pgmap v9007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:27.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:27 smithi203 ceph-mon[117428]: from='client.251751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:27.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:27 smithi137 ceph-mon[117020]: from='client.251751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:27 smithi066 ceph-mon[112137]: from='client.251751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:28.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:28 smithi203 ceph-mon[117428]: pgmap v9008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:13:28.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:28 smithi137 ceph-mon[117020]: pgmap v9008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:13:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:28 smithi066 ceph-mon[112137]: pgmap v9008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:13:30.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:30 smithi203 ceph-mon[117428]: pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:13:30.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:30 smithi137 ceph-mon[117020]: pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:13:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:30 smithi066 ceph-mon[112137]: pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:13:31.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:31.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:31.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:32.011 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:32.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:32.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:32.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:32.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:32.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:32 smithi203 ceph-mon[117428]: pgmap v9010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:13:32.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:32 smithi203 ceph-mon[117428]: from='client.251829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:32.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:32 smithi137 ceph-mon[117020]: pgmap v9010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:13:32.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:32 smithi137 ceph-mon[117020]: from='client.251829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:32 smithi066 ceph-mon[112137]: pgmap v9010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:13:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:32 smithi066 ceph-mon[112137]: from='client.251829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:34.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:34 smithi203 ceph-mon[117428]: pgmap v9011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:34.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:34 smithi137 ceph-mon[117020]: pgmap v9011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:34 smithi066 ceph-mon[112137]: pgmap v9011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:36.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:36 smithi203 ceph-mon[117428]: pgmap v9012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:36 smithi137 ceph-mon[117020]: pgmap v9012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:36 smithi066 ceph-mon[112137]: pgmap v9012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:37.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:37.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:37.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:37.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:37.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:37.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:37.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:37.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:38 smithi203 ceph-mon[117428]: pgmap v9013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:38.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:38 smithi203 ceph-mon[117428]: from='client.251907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:38 smithi137 ceph-mon[117020]: pgmap v9013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:38.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:38 smithi137 ceph-mon[117020]: from='client.251907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:38 smithi066 ceph-mon[112137]: pgmap v9013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:38 smithi066 ceph-mon[112137]: from='client.251907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:40.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:40 smithi203 ceph-mon[117428]: pgmap v9014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:40.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:40 smithi137 ceph-mon[117020]: pgmap v9014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:40 smithi066 ceph-mon[112137]: pgmap v9014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:42.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:42.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:42.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:42.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:42 smithi203 ceph-mon[117428]: pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:42.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:42 smithi137 ceph-mon[117020]: pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:42.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:42 smithi066 ceph-mon[112137]: pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:43.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:43.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:43.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:43.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:43.468 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:44.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:44 smithi203 ceph-mon[117428]: pgmap v9016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:44.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:44 smithi203 ceph-mon[117428]: from='client.251985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:44.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:44 smithi137 ceph-mon[117020]: pgmap v9016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:44.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:44 smithi137 ceph-mon[117020]: from='client.251985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:44 smithi066 ceph-mon[112137]: pgmap v9016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:44 smithi066 ceph-mon[112137]: from='client.251985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:46 smithi203 ceph-mon[117428]: pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:46 smithi137 ceph-mon[117020]: pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:46 smithi066 ceph-mon[112137]: pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:48.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:48.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:48.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:48 smithi203 ceph-mon[117428]: pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:48 smithi137 ceph-mon[117020]: pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:48 smithi066 ceph-mon[112137]: pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:49.190 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:49.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:49.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:49.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:49.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:50 smithi203 ceph-mon[117428]: from='client.252063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:50 smithi203 ceph-mon[117428]: pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:50.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:50 smithi137 ceph-mon[117020]: from='client.252063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:50.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:50 smithi137 ceph-mon[117020]: pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:50 smithi066 ceph-mon[112137]: from='client.252063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:50 smithi066 ceph-mon[112137]: pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:52.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:52 smithi203 ceph-mon[117428]: pgmap v9020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:52 smithi137 ceph-mon[117020]: pgmap v9020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:52 smithi066 ceph-mon[112137]: pgmap v9020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:54.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:54.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:54.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:54.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:54 smithi203 ceph-mon[117428]: pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:54 smithi137 ceph-mon[117020]: pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:54.955 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:13:54.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:54.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:54.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:54.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:13:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:54 smithi066 ceph-mon[112137]: pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:55.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:55 smithi203 ceph-mon[117428]: from='client.252141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:55.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:13:55.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:13:55.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:13:55.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:13:55.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:55 smithi137 ceph-mon[117020]: from='client.252141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:55.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:13:55.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:13:55.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:13:55.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:13:55.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:55 smithi066 ceph-mon[112137]: from='client.252141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:55.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:13:55.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:13:55.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:13:55.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:13:56.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:56 smithi203 ceph-mon[117428]: pgmap v9022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:13:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:56 smithi137 ceph-mon[117020]: pgmap v9022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:13:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:56 smithi066 ceph-mon[112137]: pgmap v9022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:13:58.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:13:58 smithi203 ceph-mon[117428]: pgmap v9023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:13:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:13:58 smithi137 ceph-mon[117020]: pgmap v9023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:13:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:13:58 smithi066 ceph-mon[112137]: pgmap v9023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:13:59.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:13:59.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:59.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:00.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:00.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:00.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:00.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:00.682 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:00 smithi203 ceph-mon[117428]: pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:14:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:00 smithi137 ceph-mon[117020]: pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:14:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:00 smithi066 ceph-mon[112137]: pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:14:01.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:01 smithi203 ceph-mon[117428]: from='client.252216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:01.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:01 smithi137 ceph-mon[117020]: from='client.252216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:01.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:01 smithi066 ceph-mon[112137]: from='client.252216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:02.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:02 smithi203 ceph-mon[117428]: pgmap v9025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:02 smithi137 ceph-mon[117020]: pgmap v9025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:02 smithi066 ceph-mon[112137]: pgmap v9025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:04.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:04 smithi203 ceph-mon[117428]: pgmap v9026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:04 smithi137 ceph-mon[117020]: pgmap v9026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:04 smithi066 ceph-mon[112137]: pgmap v9026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:05.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:05.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:05.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:06.407 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:06.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:06.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:06.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:06.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:06.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:06 smithi203 ceph-mon[117428]: pgmap v9027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:06 smithi137 ceph-mon[117020]: pgmap v9027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:06 smithi066 ceph-mon[112137]: pgmap v9027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:07.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:07 smithi203 ceph-mon[117428]: from='client.252291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:07.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:07 smithi137 ceph-mon[117020]: from='client.252291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:07.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:07 smithi066 ceph-mon[112137]: from='client.252291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:08.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:08 smithi203 ceph-mon[117428]: pgmap v9028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:14:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:08 smithi137 ceph-mon[117020]: pgmap v9028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:14:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:08 smithi066 ceph-mon[112137]: pgmap v9028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:14:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:10 smithi203 ceph-mon[117428]: pgmap v9029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:14:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:10 smithi137 ceph-mon[117020]: pgmap v9029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:14:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:10 smithi066 ceph-mon[112137]: pgmap v9029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:14:11.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:11.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:11.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:12.135 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:12.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:12.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:12.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:12.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:12.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:12 smithi203 ceph-mon[117428]: pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:14:12.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:12 smithi137 ceph-mon[117020]: pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:14:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:12 smithi066 ceph-mon[112137]: pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:14:13.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:13 smithi203 ceph-mon[117428]: from='client.252369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:13.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:13 smithi137 ceph-mon[117020]: from='client.252369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:13.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:13 smithi066 ceph-mon[112137]: from='client.252369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:14.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:14 smithi203 ceph-mon[117428]: pgmap v9031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:14.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:14 smithi137 ceph-mon[117020]: pgmap v9031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:14 smithi066 ceph-mon[112137]: pgmap v9031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:16 smithi137 ceph-mon[117020]: pgmap v9032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:16 smithi066 ceph-mon[112137]: pgmap v9032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:16 smithi203 ceph-mon[117428]: pgmap v9032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:17.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:17.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:17.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:17.872 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:17.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:17.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:17.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:17.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:18 smithi137 ceph-mon[117020]: pgmap v9033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:18.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:18 smithi137 ceph-mon[117020]: from='client.252444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:18 smithi066 ceph-mon[112137]: pgmap v9033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:18 smithi066 ceph-mon[112137]: from='client.252444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:18 smithi203 ceph-mon[117428]: pgmap v9033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:18 smithi203 ceph-mon[117428]: from='client.252444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:20 smithi137 ceph-mon[117020]: pgmap v9034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:20 smithi066 ceph-mon[112137]: pgmap v9034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:20 smithi203 ceph-mon[117428]: pgmap v9034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:22.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:22.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:22 smithi137 ceph-mon[117020]: pgmap v9035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:22.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:22.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:22 smithi066 ceph-mon[112137]: pgmap v9035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:22 smithi203 ceph-mon[117428]: pgmap v9035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:23.621 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:23.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:23.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:23.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:23.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:24 smithi137 ceph-mon[117020]: pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:24.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:24 smithi137 ceph-mon[117020]: from='client.252522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:24 smithi066 ceph-mon[112137]: pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:24 smithi066 ceph-mon[112137]: from='client.252522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:24 smithi203 ceph-mon[117428]: pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:25.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:24 smithi203 ceph-mon[117428]: from='client.252522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:26 smithi137 ceph-mon[117020]: pgmap v9037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:26 smithi066 ceph-mon[112137]: pgmap v9037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:26 smithi203 ceph-mon[117428]: pgmap v9037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:28.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:28.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:28.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:28 smithi137 ceph-mon[117020]: pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:28 smithi066 ceph-mon[112137]: pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:28 smithi203 ceph-mon[117428]: pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:29.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:30 smithi137 ceph-mon[117020]: pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:30.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:30 smithi137 ceph-mon[117020]: from='client.252594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:30 smithi066 ceph-mon[112137]: pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:30 smithi066 ceph-mon[112137]: from='client.252594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:30 smithi203 ceph-mon[117428]: pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:31.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:30 smithi203 ceph-mon[117428]: from='client.252594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:32 smithi137 ceph-mon[117020]: pgmap v9040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:32 smithi066 ceph-mon[112137]: pgmap v9040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:32 smithi203 ceph-mon[117428]: pgmap v9040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:34.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:34.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:34.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:34 smithi137 ceph-mon[117020]: pgmap v9041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:34 smithi066 ceph-mon[112137]: pgmap v9041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:34 smithi203 ceph-mon[117428]: pgmap v9041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:35.092 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:35.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:35.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:35.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:35.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:36 smithi137 ceph-mon[117020]: from='client.252672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:36.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:36 smithi137 ceph-mon[117020]: pgmap v9042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:36 smithi066 ceph-mon[112137]: from='client.252672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:36 smithi066 ceph-mon[112137]: pgmap v9042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:36 smithi203 ceph-mon[117428]: from='client.252672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:36 smithi203 ceph-mon[117428]: pgmap v9042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:38 smithi137 ceph-mon[117020]: pgmap v9043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:38 smithi066 ceph-mon[112137]: pgmap v9043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:38 smithi203 ceph-mon[117428]: pgmap v9043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:40.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:40.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:40.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:40.831 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:40.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:40.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:40.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:40.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:40 smithi137 ceph-mon[117020]: pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:40 smithi066 ceph-mon[112137]: pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:40 smithi203 ceph-mon[117428]: pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:41.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:41 smithi137 ceph-mon[117020]: from='client.252747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:41.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:41 smithi066 ceph-mon[112137]: from='client.252747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:41 smithi203 ceph-mon[117428]: from='client.252747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:42 smithi137 ceph-mon[117020]: pgmap v9045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:42 smithi066 ceph-mon[112137]: pgmap v9045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:43.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:42 smithi203 ceph-mon[117428]: pgmap v9045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:44 smithi137 ceph-mon[117020]: pgmap v9046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:44.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:44 smithi066 ceph-mon[112137]: pgmap v9046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:44 smithi203 ceph-mon[117428]: pgmap v9046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:45.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:45.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:45.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:46.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:46.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:46.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:46.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:46.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:46 smithi137 ceph-mon[117020]: pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:46.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:46 smithi066 ceph-mon[112137]: pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:46 smithi203 ceph-mon[117428]: pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:47.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:47 smithi066 ceph-mon[112137]: from='client.252819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:48.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:47 smithi203 ceph-mon[117428]: from='client.252819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:47 smithi137 ceph-mon[117020]: from='client.252819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:48 smithi066 ceph-mon[112137]: pgmap v9048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:48 smithi203 ceph-mon[117428]: pgmap v9048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:48 smithi137 ceph-mon[117020]: pgmap v9048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:50 smithi066 ceph-mon[112137]: pgmap v9049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:50 smithi203 ceph-mon[117428]: pgmap v9049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:50 smithi137 ceph-mon[117020]: pgmap v9049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:51.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:51.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:51.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:52.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:52.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:52.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:52.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:52.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:52 smithi066 ceph-mon[112137]: pgmap v9050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:52 smithi203 ceph-mon[117428]: pgmap v9050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:52 smithi137 ceph-mon[117020]: pgmap v9050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:53.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:53 smithi066 ceph-mon[112137]: from='client.252894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:54.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:53 smithi203 ceph-mon[117428]: from='client.252894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:54.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:53 smithi137 ceph-mon[117020]: from='client.252894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:54.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:54 smithi066 ceph-mon[112137]: pgmap v9051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:54 smithi203 ceph-mon[117428]: pgmap v9051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:54 smithi137 ceph-mon[117020]: pgmap v9051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:55.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:14:56.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:14:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:14:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:56 smithi066 ceph-mon[112137]: pgmap v9052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:14:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:14:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:14:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:56 smithi203 ceph-mon[117428]: pgmap v9052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:14:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:14:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:14:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:56 smithi137 ceph-mon[117020]: pgmap v9052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:14:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:14:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:14:57.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:14:57.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:57.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:58.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:14:58.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:58.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:58.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:58.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:14:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:58 smithi066 ceph-mon[112137]: pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:14:58 smithi066 ceph-mon[112137]: from='client.252969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:58 smithi203 ceph-mon[117428]: pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:14:58 smithi203 ceph-mon[117428]: from='client.252969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:58 smithi137 ceph-mon[117020]: pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:14:58 smithi137 ceph-mon[117020]: from='client.252969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:00 smithi066 ceph-mon[112137]: pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:00 smithi203 ceph-mon[117428]: pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:00 smithi137 ceph-mon[117020]: pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:02 smithi066 ceph-mon[112137]: pgmap v9055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:03.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:03.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:03.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:02 smithi203 ceph-mon[117428]: pgmap v9055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:03.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:02 smithi137 ceph-mon[117020]: pgmap v9055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:03.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:03.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:03.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:03.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:03.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:04 smithi066 ceph-mon[112137]: pgmap v9056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:04 smithi066 ceph-mon[112137]: from='client.253047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:04 smithi203 ceph-mon[117428]: pgmap v9056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:04 smithi203 ceph-mon[117428]: from='client.253047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:04 smithi137 ceph-mon[117020]: pgmap v9056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:04 smithi137 ceph-mon[117020]: from='client.253047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:06 smithi066 ceph-mon[112137]: pgmap v9057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:06 smithi203 ceph-mon[117428]: pgmap v9057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:06 smithi137 ceph-mon[117020]: pgmap v9057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:08.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:08.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:08.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:08.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:08 smithi066 ceph-mon[112137]: pgmap v9058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:09.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:08 smithi203 ceph-mon[117428]: pgmap v9058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:08 smithi137 ceph-mon[117020]: pgmap v9058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:09.486 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:09.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:09.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:09.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:09.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:10 smithi066 ceph-mon[112137]: pgmap v9059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:10 smithi066 ceph-mon[112137]: from='client.253125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:10 smithi203 ceph-mon[117428]: pgmap v9059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:10 smithi203 ceph-mon[117428]: from='client.253125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:11.129 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:10 smithi137 ceph-mon[117020]: pgmap v9059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:11.129 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:10 smithi137 ceph-mon[117020]: from='client.253125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:12.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:12 smithi066 ceph-mon[112137]: pgmap v9060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:12 smithi203 ceph-mon[117428]: pgmap v9060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:13.129 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:12 smithi137 ceph-mon[117020]: pgmap v9060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:14.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:14.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:14.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:14 smithi066 ceph-mon[112137]: pgmap v9061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:14 smithi203 ceph-mon[117428]: pgmap v9061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:14 smithi137 ceph-mon[117020]: pgmap v9061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:15.220 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:15.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:15.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:15.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:15.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:16 smithi066 ceph-mon[112137]: from='client.253194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:16 smithi066 ceph-mon[112137]: pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:16 smithi203 ceph-mon[117428]: from='client.253194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:16 smithi203 ceph-mon[117428]: pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:17.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:16 smithi137 ceph-mon[117020]: from='client.253194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:17.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:16 smithi137 ceph-mon[117020]: pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:18 smithi066 ceph-mon[112137]: pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:18 smithi203 ceph-mon[117428]: pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:18 smithi137 ceph-mon[117020]: pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:20.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:20.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:20.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:20.952 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:20.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:20.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:20.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:20.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:20 smithi066 ceph-mon[112137]: pgmap v9064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:20 smithi203 ceph-mon[117428]: pgmap v9064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:20 smithi137 ceph-mon[117020]: pgmap v9064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:21.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:21 smithi066 ceph-mon[112137]: from='client.253266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:22.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:21 smithi203 ceph-mon[117428]: from='client.253266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:21 smithi137 ceph-mon[117020]: from='client.253266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:22 smithi066 ceph-mon[112137]: pgmap v9065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:22 smithi203 ceph-mon[117428]: pgmap v9065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:23.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:22 smithi137 ceph-mon[117020]: pgmap v9065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:24.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:24 smithi066 ceph-mon[112137]: pgmap v9066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:24 smithi203 ceph-mon[117428]: pgmap v9066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:24 smithi137 ceph-mon[117020]: pgmap v9066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:25.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:25.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:25.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:26.690 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:26.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:26.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:26.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:26.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:26 smithi066 ceph-mon[112137]: pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:26 smithi203 ceph-mon[117428]: pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:26 smithi137 ceph-mon[117020]: pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:27 smithi066 ceph-mon[112137]: from='client.253338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:27 smithi203 ceph-mon[117428]: from='client.253338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:27 smithi137 ceph-mon[117020]: from='client.253338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:28 smithi066 ceph-mon[112137]: pgmap v9068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:29.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:28 smithi203 ceph-mon[117428]: pgmap v9068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:28 smithi137 ceph-mon[117020]: pgmap v9068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:30 smithi066 ceph-mon[112137]: pgmap v9069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:31.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:30 smithi203 ceph-mon[117428]: pgmap v9069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:31.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:30 smithi137 ceph-mon[117020]: pgmap v9069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:31.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:31.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:31.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:32.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:32.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:32.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:32.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:32.423 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:32.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:32 smithi066 ceph-mon[112137]: pgmap v9070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:32 smithi203 ceph-mon[117428]: pgmap v9070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:32 smithi137 ceph-mon[117020]: pgmap v9070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:33.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:33 smithi066 ceph-mon[112137]: from='client.253416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:34.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:33 smithi203 ceph-mon[117428]: from='client.253416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:33 smithi137 ceph-mon[117020]: from='client.253416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:34 smithi066 ceph-mon[112137]: pgmap v9071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:35.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:34 smithi203 ceph-mon[117428]: pgmap v9071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:34 smithi137 ceph-mon[117020]: pgmap v9071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:36 smithi066 ceph-mon[112137]: pgmap v9072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:36 smithi203 ceph-mon[117428]: pgmap v9072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:36 smithi137 ceph-mon[117020]: pgmap v9072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:37.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:37.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:37.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:38.144 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:38.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:38.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:38.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:38.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:38 smithi066 ceph-mon[112137]: pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:39.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:38 smithi203 ceph-mon[117428]: pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:38 smithi137 ceph-mon[117020]: pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:39.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:39 smithi066 ceph-mon[112137]: from='client.253488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:39 smithi203 ceph-mon[117428]: from='client.253488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:39 smithi137 ceph-mon[117020]: from='client.253488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:40 smithi066 ceph-mon[112137]: pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:41.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:40 smithi203 ceph-mon[117428]: pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:40 smithi137 ceph-mon[117020]: pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:41 smithi066 ceph-mon[112137]: pgmap v9075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:41 smithi203 ceph-mon[117428]: pgmap v9075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:41 smithi137 ceph-mon[117020]: pgmap v9075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:43.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:43.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:43.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:43.872 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:43.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:43.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:43.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:43.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:44.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:44 smithi203 ceph-mon[117428]: pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:44.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:44 smithi203 ceph-mon[117428]: from='client.253560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:44.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:44 smithi137 ceph-mon[117020]: pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:44.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:44 smithi137 ceph-mon[117020]: from='client.253560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:44 smithi066 ceph-mon[112137]: pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:44 smithi066 ceph-mon[112137]: from='client.253560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:46.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:46 smithi066 ceph-mon[112137]: pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:46.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:46 smithi203 ceph-mon[117428]: pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:46.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:46 smithi137 ceph-mon[117020]: pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:48.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:48 smithi066 ceph-mon[112137]: pgmap v9078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:48.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:48 smithi203 ceph-mon[117428]: pgmap v9078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:48.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:48 smithi137 ceph-mon[117020]: pgmap v9078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:48.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:48.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:48.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:49.597 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:49.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:49.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:49.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:49.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:50.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:50 smithi203 ceph-mon[117428]: pgmap v9079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:50.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:50 smithi203 ceph-mon[117428]: from='client.253632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:50.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:50 smithi137 ceph-mon[117020]: pgmap v9079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:50.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:50 smithi137 ceph-mon[117020]: from='client.253632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:50.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:50 smithi066 ceph-mon[112137]: pgmap v9079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:50.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:50 smithi066 ceph-mon[112137]: from='client.253632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:52 smithi203 ceph-mon[117428]: pgmap v9080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:52 smithi137 ceph-mon[117020]: pgmap v9080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:52.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:52 smithi066 ceph-mon[112137]: pgmap v9080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:54.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:54 smithi203 ceph-mon[117428]: pgmap v9081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:54.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:15:54.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:54.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:54.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:54 smithi137 ceph-mon[117020]: pgmap v9081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:54 smithi066 ceph-mon[112137]: pgmap v9081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:55.324 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:15:55.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:55.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:55.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:55.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:15:56.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:56 smithi203 ceph-mon[117428]: from='client.253710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:56.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:56 smithi203 ceph-mon[117428]: pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:56.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:15:56.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:56 smithi137 ceph-mon[117020]: from='client.253710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:56.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:56 smithi137 ceph-mon[117020]: pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:56.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:15:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:56 smithi066 ceph-mon[112137]: from='client.253710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:56.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:56 smithi066 ceph-mon[112137]: pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:56.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:15:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:15:57.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:15:57.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:15:57.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:15:57.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:15:57.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:15:57.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:15:58.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:15:58 smithi066 ceph-mon[112137]: pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:58.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:15:58 smithi203 ceph-mon[117428]: pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:15:58 smithi137 ceph-mon[117020]: pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:00.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:00.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:00.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:00.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:00 smithi066 ceph-mon[112137]: pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:00 smithi203 ceph-mon[117428]: pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:00 smithi137 ceph-mon[117020]: pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:01.053 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:01.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:01.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:01.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:01.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:01.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:01 smithi066 ceph-mon[112137]: from='client.253788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:01.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:01 smithi203 ceph-mon[117428]: from='client.253788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:01.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:01 smithi137 ceph-mon[117020]: from='client.253788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:02 smithi066 ceph-mon[112137]: pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:02.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:02 smithi203 ceph-mon[117428]: pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:02 smithi137 ceph-mon[117020]: pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:04 smithi066 ceph-mon[112137]: pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:04.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:04 smithi203 ceph-mon[117428]: pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:04 smithi137 ceph-mon[117020]: pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:06.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:06.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:06.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:06 smithi066 ceph-mon[112137]: pgmap v9087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:06.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:06.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:06.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:06.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:06.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:06.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:06 smithi203 ceph-mon[117428]: pgmap v9087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:06.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:06 smithi137 ceph-mon[117020]: pgmap v9087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:07.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:07 smithi066 ceph-mon[112137]: from='client.253863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:07.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:07 smithi203 ceph-mon[117428]: from='client.253863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:07.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:07 smithi137 ceph-mon[117020]: from='client.253863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:08 smithi066 ceph-mon[112137]: pgmap v9088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:08.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:08 smithi203 ceph-mon[117428]: pgmap v9088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:08 smithi137 ceph-mon[117020]: pgmap v9088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:10.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:10 smithi066 ceph-mon[112137]: pgmap v9089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:10 smithi203 ceph-mon[117428]: pgmap v9089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:10 smithi137 ceph-mon[117020]: pgmap v9089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:11.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:11.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:11.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:12.498 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:12.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:12.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:12.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:12.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:12 smithi066 ceph-mon[112137]: pgmap v9090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:12.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:12 smithi203 ceph-mon[117428]: pgmap v9090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:12.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:12 smithi137 ceph-mon[117020]: pgmap v9090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:13.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:13 smithi066 ceph-mon[112137]: from='client.253935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:13.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:13 smithi203 ceph-mon[117428]: from='client.253935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:13.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:13 smithi137 ceph-mon[117020]: from='client.253935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:14 smithi066 ceph-mon[112137]: pgmap v9091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:14.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:14 smithi203 ceph-mon[117428]: pgmap v9091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:14 smithi137 ceph-mon[117020]: pgmap v9091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:16.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:16 smithi066 ceph-mon[112137]: pgmap v9092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:16.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:16 smithi203 ceph-mon[117428]: pgmap v9092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:16 smithi137 ceph-mon[117020]: pgmap v9092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:17.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:17.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:17.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:18.219 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:18.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:18.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:18.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:18.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:18.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:18 smithi066 ceph-mon[112137]: pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:18.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:18 smithi203 ceph-mon[117428]: pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:18 smithi137 ceph-mon[117020]: pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:19 smithi066 ceph-mon[112137]: from='client.254007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:19.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:19 smithi203 ceph-mon[117428]: from='client.254007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:19.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:19 smithi137 ceph-mon[117020]: from='client.254007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:20 smithi066 ceph-mon[112137]: pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:20.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:20 smithi203 ceph-mon[117428]: pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:20 smithi137 ceph-mon[117020]: pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:22.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:22 smithi203 ceph-mon[117428]: pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:22 smithi137 ceph-mon[117020]: pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:22 smithi066 ceph-mon[112137]: pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:23.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:23.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:23.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:23.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:23.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:23.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:23.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:23.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:24.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:24 smithi203 ceph-mon[117428]: pgmap v9096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:24.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:24 smithi203 ceph-mon[117428]: from='client.254085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:24 smithi137 ceph-mon[117020]: pgmap v9096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:24 smithi137 ceph-mon[117020]: from='client.254085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:24 smithi066 ceph-mon[112137]: pgmap v9096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:24 smithi066 ceph-mon[112137]: from='client.254085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:26 smithi203 ceph-mon[117428]: pgmap v9097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:26 smithi137 ceph-mon[117020]: pgmap v9097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:26 smithi066 ceph-mon[112137]: pgmap v9097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:28.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:28 smithi203 ceph-mon[117428]: pgmap v9098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:28 smithi137 ceph-mon[117020]: pgmap v9098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:28.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:28.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:28.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:28.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:28 smithi066 ceph-mon[112137]: pgmap v9098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:29.682 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:29.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:29.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:29.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:29.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:30.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:30 smithi203 ceph-mon[117428]: pgmap v9099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:30.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:30 smithi203 ceph-mon[117428]: from='client.254160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:30 smithi137 ceph-mon[117020]: pgmap v9099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:30 smithi137 ceph-mon[117020]: from='client.254160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:30 smithi066 ceph-mon[112137]: pgmap v9099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:30.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:30 smithi066 ceph-mon[112137]: from='client.254160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:32.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:32 smithi203 ceph-mon[117428]: pgmap v9100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:32 smithi137 ceph-mon[117020]: pgmap v9100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:32 smithi066 ceph-mon[112137]: pgmap v9100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:34.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:34.684 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:34.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:34.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:34 smithi203 ceph-mon[117428]: pgmap v9101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:34 smithi137 ceph-mon[117020]: pgmap v9101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:34 smithi066 ceph-mon[112137]: pgmap v9101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:35.436 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:35.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:35.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:35.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:35.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:36.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:36 smithi203 ceph-mon[117428]: pgmap v9102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:36.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:36 smithi203 ceph-mon[117428]: from='client.254238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:36 smithi137 ceph-mon[117020]: pgmap v9102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:36 smithi137 ceph-mon[117020]: from='client.254238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:36 smithi066 ceph-mon[112137]: pgmap v9102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:36.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:36 smithi066 ceph-mon[112137]: from='client.254238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:38 smithi203 ceph-mon[117428]: pgmap v9103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:38 smithi137 ceph-mon[117020]: pgmap v9103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:38 smithi066 ceph-mon[112137]: pgmap v9103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:40.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:40.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:40.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:40.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:40 smithi203 ceph-mon[117428]: pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:40 smithi137 ceph-mon[117020]: pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:40.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:40 smithi066 ceph-mon[112137]: pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:41.162 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:41.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:41.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:41.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:41.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:42.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:42 smithi203 ceph-mon[117428]: from='client.254316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:42.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:42 smithi203 ceph-mon[117428]: pgmap v9105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:42 smithi137 ceph-mon[117020]: from='client.254316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:42 smithi137 ceph-mon[117020]: pgmap v9105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:42 smithi066 ceph-mon[112137]: from='client.254316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:42 smithi066 ceph-mon[112137]: pgmap v9105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:44.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:44 smithi203 ceph-mon[117428]: pgmap v9106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:44 smithi137 ceph-mon[117020]: pgmap v9106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:44 smithi066 ceph-mon[112137]: pgmap v9106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:46.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:46.164 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:46.164 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:46 smithi203 ceph-mon[117428]: pgmap v9107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:46 smithi137 ceph-mon[117020]: pgmap v9107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:46.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:46.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:46.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:46.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:46.898 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:46 smithi066 ceph-mon[112137]: pgmap v9107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:47.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:47 smithi203 ceph-mon[117428]: from='client.254388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:47.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:47 smithi137 ceph-mon[117020]: from='client.254388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:47 smithi066 ceph-mon[112137]: from='client.254388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:48 smithi203 ceph-mon[117428]: pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:48 smithi137 ceph-mon[117020]: pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:48 smithi066 ceph-mon[112137]: pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:50 smithi203 ceph-mon[117428]: pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:50 smithi137 ceph-mon[117020]: pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:50 smithi066 ceph-mon[112137]: pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:51.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:51.899 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:51.899 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:52.618 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:52.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:52.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:52.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:52.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:52.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:52 smithi203 ceph-mon[117428]: pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:52.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:52 smithi137 ceph-mon[117020]: pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:52 smithi066 ceph-mon[112137]: pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:53.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:53 smithi203 ceph-mon[117428]: from='client.254466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:53.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:53 smithi137 ceph-mon[117020]: from='client.254466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:53 smithi066 ceph-mon[112137]: from='client.254466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:54.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:54 smithi203 ceph-mon[117428]: pgmap v9111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:54 smithi137 ceph-mon[117020]: pgmap v9111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:54 smithi066 ceph-mon[112137]: pgmap v9111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:56.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:56 smithi203 ceph-mon[117428]: pgmap v9112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:56 smithi137 ceph-mon[117020]: pgmap v9112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:56 smithi066 ceph-mon[112137]: pgmap v9112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:57.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:16:57.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:57.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:57.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:16:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:16:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:16:58.385 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:16:58.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:58.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:58.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:58.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:16:58.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:58 smithi137 ceph-mon[117020]: pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:58.651 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:58 smithi203 ceph-mon[117428]: pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:58.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:58 smithi066 ceph-mon[112137]: pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:59.756 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:16:59 smithi203 ceph-mon[117428]: from='client.254544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:59.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:16:59 smithi137 ceph-mon[117020]: from='client.254544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:59.926 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:16:59 smithi066 ceph-mon[112137]: from='client.254544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:17:00.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:17:00.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:17:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:17:00.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:17:00.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:17:02.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:02 smithi203 ceph-mon[117428]: pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:02 smithi137 ceph-mon[117020]: pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:02 smithi066 ceph-mon[112137]: pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:03.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:03.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:03.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:04.122 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:04.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:04.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:04.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:04.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:04.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:04 smithi203 ceph-mon[117428]: pgmap v9116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:04 smithi137 ceph-mon[117020]: pgmap v9116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:04 smithi066 ceph-mon[112137]: pgmap v9116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:05.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:05 smithi203 ceph-mon[117428]: from='client.254616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:05.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:05 smithi137 ceph-mon[117020]: from='client.254616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:05 smithi066 ceph-mon[112137]: from='client.254616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:06 smithi137 ceph-mon[117020]: pgmap v9117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:06 smithi066 ceph-mon[112137]: pgmap v9117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:06 smithi203 ceph-mon[117428]: pgmap v9117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:08 smithi137 ceph-mon[117020]: pgmap v9118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:08 smithi066 ceph-mon[112137]: pgmap v9118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:08 smithi203 ceph-mon[117428]: pgmap v9118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:09.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:09.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:09.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:09.856 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:10 smithi137 ceph-mon[117020]: pgmap v9119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:10 smithi137 ceph-mon[117020]: from='client.254691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:10 smithi066 ceph-mon[112137]: pgmap v9119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:10.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:10 smithi066 ceph-mon[112137]: from='client.254691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:10 smithi203 ceph-mon[117428]: pgmap v9119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:11.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:10 smithi203 ceph-mon[117428]: from='client.254691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:12.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:12 smithi137 ceph-mon[117020]: pgmap v9120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:17:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:12 smithi066 ceph-mon[112137]: pgmap v9120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:17:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:12 smithi203 ceph-mon[117428]: pgmap v9120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:17:14.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:14.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:14.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:14 smithi137 ceph-mon[117020]: pgmap v9121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:17:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:14 smithi066 ceph-mon[112137]: pgmap v9121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:17:15.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:14 smithi203 ceph-mon[117428]: pgmap v9121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:17:15.580 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:15.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:15.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:15.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:15.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:16 smithi137 ceph-mon[117020]: pgmap v9122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:16 smithi137 ceph-mon[117020]: from='client.254766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:16 smithi066 ceph-mon[112137]: pgmap v9122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:16.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:16 smithi066 ceph-mon[112137]: from='client.254766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:16 smithi203 ceph-mon[117428]: pgmap v9122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:17.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:16 smithi203 ceph-mon[117428]: from='client.254766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:18 smithi137 ceph-mon[117020]: pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:18 smithi066 ceph-mon[112137]: pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:18 smithi203 ceph-mon[117428]: pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:20.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:20.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:20.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:20 smithi137 ceph-mon[117020]: pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:20 smithi066 ceph-mon[112137]: pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:20 smithi203 ceph-mon[117428]: pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:21.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:21.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:21.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:21.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:21.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:22 smithi137 ceph-mon[117020]: from='client.254844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:22 smithi137 ceph-mon[117020]: pgmap v9125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:22 smithi066 ceph-mon[112137]: from='client.254844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:22 smithi066 ceph-mon[112137]: pgmap v9125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:22 smithi203 ceph-mon[117428]: from='client.254844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:23.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:22 smithi203 ceph-mon[117428]: pgmap v9125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:24 smithi137 ceph-mon[117020]: pgmap v9126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:17:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:24 smithi066 ceph-mon[112137]: pgmap v9126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:17:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:24 smithi203 ceph-mon[117428]: pgmap v9126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:17:26.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:26.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:26.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:26 smithi137 ceph-mon[117020]: pgmap v9127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:17:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:26 smithi066 ceph-mon[112137]: pgmap v9127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:17:27.037 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:27.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:27.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:27.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:27.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:26 smithi203 ceph-mon[117428]: pgmap v9127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:17:27.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:27 smithi137 ceph-mon[117020]: from='client.254922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:27 smithi066 ceph-mon[112137]: from='client.254922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:27 smithi203 ceph-mon[117428]: from='client.254922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:28 smithi137 ceph-mon[117020]: pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:28 smithi066 ceph-mon[112137]: pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:28 smithi203 ceph-mon[117428]: pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:30 smithi137 ceph-mon[117020]: pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:30 smithi066 ceph-mon[112137]: pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:30 smithi203 ceph-mon[117428]: pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:32.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:32.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:32.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:32.781 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:32.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:32.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:32.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:32.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:32 smithi137 ceph-mon[117020]: pgmap v9130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:32 smithi066 ceph-mon[112137]: pgmap v9130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:32 smithi203 ceph-mon[117428]: pgmap v9130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:33.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:33 smithi137 ceph-mon[117020]: from='client.254997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:33 smithi066 ceph-mon[112137]: from='client.254997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:33 smithi203 ceph-mon[117428]: from='client.254997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:34 smithi137 ceph-mon[117020]: pgmap v9131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:34 smithi066 ceph-mon[112137]: pgmap v9131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:34 smithi203 ceph-mon[117428]: pgmap v9131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:36 smithi066 ceph-mon[112137]: pgmap v9132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:37.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:36 smithi203 ceph-mon[117428]: pgmap v9132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:36 smithi137 ceph-mon[117020]: pgmap v9132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:37.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:37.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:37.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:38.509 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:38.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:38.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:38.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:38.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:38 smithi066 ceph-mon[112137]: pgmap v9133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:38 smithi203 ceph-mon[117428]: pgmap v9133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:38 smithi137 ceph-mon[117020]: pgmap v9133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:39 smithi066 ceph-mon[112137]: from='client.255072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:39 smithi203 ceph-mon[117428]: from='client.255072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:39 smithi137 ceph-mon[117020]: from='client.255072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:40 smithi066 ceph-mon[112137]: pgmap v9134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:40 smithi203 ceph-mon[117428]: pgmap v9134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:40 smithi137 ceph-mon[117020]: pgmap v9134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:42 smithi066 ceph-mon[112137]: pgmap v9135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:42 smithi203 ceph-mon[117428]: pgmap v9135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:43.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:42 smithi137 ceph-mon[117020]: pgmap v9135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:43.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:43.511 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:43.511 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:44.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:44.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:44.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:44.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:44.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:44 smithi066 ceph-mon[112137]: pgmap v9136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:44 smithi203 ceph-mon[117428]: pgmap v9136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:44 smithi137 ceph-mon[117020]: pgmap v9136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:45 smithi066 ceph-mon[112137]: from='client.255147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:46.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:45 smithi203 ceph-mon[117428]: from='client.255147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:46.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:45 smithi137 ceph-mon[117020]: from='client.255147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:46 smithi066 ceph-mon[112137]: pgmap v9137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:46 smithi203 ceph-mon[117428]: pgmap v9137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:47.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:46 smithi137 ceph-mon[117020]: pgmap v9137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:48 smithi066 ceph-mon[112137]: pgmap v9138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:48 smithi203 ceph-mon[117428]: pgmap v9138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:48 smithi137 ceph-mon[117020]: pgmap v9138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:49.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:49.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:49.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:49.974 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:49.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:49.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:49.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:49.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:50.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:50 smithi066 ceph-mon[112137]: pgmap v9139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:50.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:50 smithi066 ceph-mon[112137]: from='client.255219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:50 smithi203 ceph-mon[117428]: pgmap v9139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:51.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:50 smithi203 ceph-mon[117428]: from='client.255219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:50 smithi137 ceph-mon[117020]: pgmap v9139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:50 smithi137 ceph-mon[117020]: from='client.255219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:52 smithi066 ceph-mon[112137]: pgmap v9140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:17:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:52 smithi203 ceph-mon[117428]: pgmap v9140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:17:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:52 smithi137 ceph-mon[117020]: pgmap v9140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:17:54.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:17:54.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:54.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:54 smithi066 ceph-mon[112137]: pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:17:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:54 smithi203 ceph-mon[117428]: pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:17:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:54 smithi137 ceph-mon[117020]: pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:17:55.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:17:55.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:55.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:55.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:55.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:17:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:56 smithi066 ceph-mon[112137]: pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:56.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:56 smithi066 ceph-mon[112137]: from='client.255297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:56 smithi203 ceph-mon[117428]: pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:57.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:56 smithi203 ceph-mon[117428]: from='client.255297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:56 smithi137 ceph-mon[117020]: pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:57.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:56 smithi137 ceph-mon[117020]: from='client.255297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:17:58 smithi066 ceph-mon[112137]: pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:17:58 smithi203 ceph-mon[117428]: pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:17:58 smithi137 ceph-mon[117020]: pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:00.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:00.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:00.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:00.918 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:00 smithi066 ceph-mon[112137]: pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:00.918 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:18:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:00 smithi203 ceph-mon[117428]: pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:01.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:18:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:00 smithi137 ceph-mon[117020]: pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:18:01.478 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:01.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:01.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:01.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:01.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:02.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: pgmap v9145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='client.255372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:18:02.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:18:02.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:18:02.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:18:02.491 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: pgmap v9145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='client.255372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:18:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:18:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:18:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:18:02.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: pgmap v9145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='client.255372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:18:02.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:18:03.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:03 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16420M 2023-12-07T22:18:03.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:03 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16420M 2023-12-07T22:18:03.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:03 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16420M 2023-12-07T22:18:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:04 smithi066 ceph-mon[112137]: pgmap v9146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:18:04.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:04 smithi203 ceph-mon[117428]: pgmap v9146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:18:04.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:04 smithi137 ceph-mon[117020]: pgmap v9146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:18:06.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:06.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:06.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:06.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:06 smithi203 ceph-mon[117428]: pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:18:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:06 smithi137 ceph-mon[117020]: pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:18:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:06 smithi066 ceph-mon[112137]: pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:18:07.210 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:07.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:07.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:07.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:07.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:08.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:08 smithi203 ceph-mon[117428]: from='client.255450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:08.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:08 smithi203 ceph-mon[117428]: pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:08.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:08 smithi137 ceph-mon[117020]: from='client.255450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:08.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:08 smithi137 ceph-mon[117020]: pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:08 smithi066 ceph-mon[112137]: from='client.255450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:08 smithi066 ceph-mon[112137]: pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:10.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:10 smithi203 ceph-mon[117428]: pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:10.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:10 smithi137 ceph-mon[117020]: pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:10 smithi066 ceph-mon[112137]: pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:12.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:12.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:12.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:12.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:12 smithi203 ceph-mon[117428]: pgmap v9150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:12 smithi137 ceph-mon[117020]: pgmap v9150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:12.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:12 smithi066 ceph-mon[112137]: pgmap v9150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:12.945 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:12.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:12.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:12.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:12.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:13.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:13 smithi203 ceph-mon[117428]: from='client.255522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:13.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:13 smithi137 ceph-mon[117020]: from='client.255522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:13 smithi066 ceph-mon[112137]: from='client.255522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:14.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:14 smithi203 ceph-mon[117428]: pgmap v9151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:14.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:14 smithi137 ceph-mon[117020]: pgmap v9151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:14 smithi066 ceph-mon[112137]: pgmap v9151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:16.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:16 smithi203 ceph-mon[117428]: pgmap v9152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:16.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:16 smithi137 ceph-mon[117020]: pgmap v9152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:16 smithi066 ceph-mon[112137]: pgmap v9152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:17.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:17.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:17.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:18.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:18 smithi203 ceph-mon[117428]: pgmap v9153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:18.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:18 smithi137 ceph-mon[117020]: pgmap v9153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:18.676 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:18.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:18.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:18.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:18.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:18.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:18 smithi066 ceph-mon[112137]: pgmap v9153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:19.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:19 smithi203 ceph-mon[117428]: from='client.255597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:19.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:19 smithi137 ceph-mon[117020]: from='client.255597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:19 smithi066 ceph-mon[112137]: from='client.255597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:20.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:20 smithi203 ceph-mon[117428]: pgmap v9154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:20.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:20 smithi137 ceph-mon[117020]: pgmap v9154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:20.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:20 smithi066 ceph-mon[112137]: pgmap v9154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:22.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:22 smithi203 ceph-mon[117428]: pgmap v9155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:22 smithi137 ceph-mon[117020]: pgmap v9155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:22 smithi066 ceph-mon[112137]: pgmap v9155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:23.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:23.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:23.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:24.424 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:24.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:24.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:24.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:24.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:24 smithi203 ceph-mon[117428]: pgmap v9156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:24.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:24 smithi137 ceph-mon[117020]: pgmap v9156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:24 smithi066 ceph-mon[112137]: pgmap v9156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:25 smithi203 ceph-mon[117428]: from='client.255675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:25.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:25 smithi137 ceph-mon[117020]: from='client.255675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:25.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:25 smithi066 ceph-mon[112137]: from='client.255675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:26.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:26 smithi203 ceph-mon[117428]: pgmap v9157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:26.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:26 smithi137 ceph-mon[117020]: pgmap v9157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:26.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:26 smithi066 ceph-mon[112137]: pgmap v9157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:28.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:28 smithi203 ceph-mon[117428]: pgmap v9158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:28.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:28 smithi137 ceph-mon[117020]: pgmap v9158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:28 smithi066 ceph-mon[112137]: pgmap v9158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:29.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:29.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:29.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:30.145 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:30.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:30.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:30.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:30.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:30 smithi203 ceph-mon[117428]: pgmap v9159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:30.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:30 smithi137 ceph-mon[117020]: pgmap v9159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:30 smithi066 ceph-mon[112137]: pgmap v9159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:31.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:31 smithi203 ceph-mon[117428]: from='client.255753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:31.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:31 smithi137 ceph-mon[117020]: from='client.255753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:31.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:31 smithi066 ceph-mon[112137]: from='client.255753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:32 smithi203 ceph-mon[117428]: pgmap v9160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:32.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:32 smithi137 ceph-mon[117020]: pgmap v9160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:32.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:32 smithi066 ceph-mon[112137]: pgmap v9160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:34.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:34 smithi203 ceph-mon[117428]: pgmap v9161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:34.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:34 smithi137 ceph-mon[117020]: pgmap v9161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:34.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:34 smithi066 ceph-mon[112137]: pgmap v9161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:35.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:35.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:35.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:35.886 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:35.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:35.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:35.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:35.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:36.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:36 smithi203 ceph-mon[117428]: pgmap v9162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:36.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:36 smithi203 ceph-mon[117428]: from='client.255831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:36.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:36 smithi137 ceph-mon[117020]: pgmap v9162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:36.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:36 smithi137 ceph-mon[117020]: from='client.255831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:36.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:36 smithi066 ceph-mon[112137]: pgmap v9162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:36.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:36 smithi066 ceph-mon[112137]: from='client.255831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:38.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:38 smithi203 ceph-mon[117428]: pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:38.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:38 smithi137 ceph-mon[117020]: pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:38.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:38 smithi066 ceph-mon[112137]: pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:40.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:40 smithi137 ceph-mon[117020]: pgmap v9164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:40.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:40 smithi066 ceph-mon[112137]: pgmap v9164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:40 smithi203 ceph-mon[117428]: pgmap v9164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:40.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:40.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:40.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:41.611 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:41.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:41.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:41.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:41.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:42 smithi137 ceph-mon[117020]: pgmap v9165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:42.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:42 smithi137 ceph-mon[117020]: from='client.255906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:42 smithi066 ceph-mon[112137]: pgmap v9165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:42 smithi066 ceph-mon[112137]: from='client.255906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:42.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:42 smithi203 ceph-mon[117428]: pgmap v9165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:42.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:42 smithi203 ceph-mon[117428]: from='client.255906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:44 smithi137 ceph-mon[117020]: pgmap v9166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:44.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:44 smithi066 ceph-mon[112137]: pgmap v9166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:44 smithi203 ceph-mon[117428]: pgmap v9166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:46.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:46.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:46.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:46.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:46 smithi137 ceph-mon[117020]: pgmap v9167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:46 smithi066 ceph-mon[112137]: pgmap v9167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:46 smithi203 ceph-mon[117428]: pgmap v9167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:47.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:47.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:47.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:47.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:47.338 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:48.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:48 smithi137 ceph-mon[117020]: from='client.255981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:48.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:48 smithi137 ceph-mon[117020]: pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:48.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:48 smithi066 ceph-mon[112137]: from='client.255981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:48.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:48 smithi066 ceph-mon[112137]: pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:48 smithi203 ceph-mon[117428]: from='client.255981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:48 smithi203 ceph-mon[117428]: pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:50.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:50 smithi137 ceph-mon[117020]: pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:50.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:50 smithi066 ceph-mon[112137]: pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:50 smithi203 ceph-mon[117428]: pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:52.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:52.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:52.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:52.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:52 smithi137 ceph-mon[117020]: pgmap v9170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:52 smithi066 ceph-mon[112137]: pgmap v9170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:52 smithi203 ceph-mon[117428]: pgmap v9170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:53.064 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:53.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:53.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:53.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:53.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:53.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:53 smithi137 ceph-mon[117020]: from='client.256053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:53.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:53 smithi066 ceph-mon[112137]: from='client.256053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:53 smithi203 ceph-mon[117428]: from='client.256053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:54.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:54 smithi137 ceph-mon[117020]: pgmap v9171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:54 smithi066 ceph-mon[112137]: pgmap v9171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:54 smithi203 ceph-mon[117428]: pgmap v9171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:56.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:56 smithi137 ceph-mon[117020]: pgmap v9172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:56 smithi066 ceph-mon[112137]: pgmap v9172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:56 smithi203 ceph-mon[117428]: pgmap v9172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:58.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:18:58.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:58.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:58.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:58 smithi137 ceph-mon[117020]: pgmap v9173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:58.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:58 smithi066 ceph-mon[112137]: pgmap v9173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:58.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:58.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:58.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:58.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:18:58.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:18:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:58 smithi203 ceph-mon[117428]: pgmap v9173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:59.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:18:59 smithi137 ceph-mon[117020]: from='client.256131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:59.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:18:59 smithi066 ceph-mon[112137]: from='client.256131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:18:59 smithi203 ceph-mon[117428]: from='client.256131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:00.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:00 smithi137 ceph-mon[117020]: pgmap v9174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:00 smithi066 ceph-mon[112137]: pgmap v9174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:00 smithi203 ceph-mon[117428]: pgmap v9174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:02 smithi137 ceph-mon[117020]: pgmap v9175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:02.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:19:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:02 smithi066 ceph-mon[112137]: pgmap v9175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:19:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:02 smithi203 ceph-mon[117428]: pgmap v9175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:02.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:19:03.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:19:03.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:19:03.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:19:03.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:19:03.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:19:03.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:19:03.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:03.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:03.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:19:03.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:19:03.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:19:04.520 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:04.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:04.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:04.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:04.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:04.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:04 smithi137 ceph-mon[117020]: pgmap v9176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:04 smithi066 ceph-mon[112137]: pgmap v9176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:04 smithi203 ceph-mon[117428]: pgmap v9176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:05.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:05 smithi137 ceph-mon[117020]: from='client.256203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:05.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:05 smithi066 ceph-mon[112137]: from='client.256203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:05 smithi203 ceph-mon[117428]: from='client.256203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:06 smithi066 ceph-mon[112137]: pgmap v9177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:06 smithi203 ceph-mon[117428]: pgmap v9177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:06 smithi137 ceph-mon[117020]: pgmap v9177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:08 smithi066 ceph-mon[112137]: pgmap v9178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:08 smithi203 ceph-mon[117428]: pgmap v9178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:08 smithi137 ceph-mon[117020]: pgmap v9178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:09.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:09.522 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:09.522 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:10.254 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:10.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:10.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:10.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:10.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:10 smithi066 ceph-mon[112137]: pgmap v9179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:10 smithi203 ceph-mon[117428]: pgmap v9179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:10 smithi137 ceph-mon[117020]: pgmap v9179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:11 smithi066 ceph-mon[112137]: from='client.256278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:11 smithi203 ceph-mon[117428]: from='client.256278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:11 smithi137 ceph-mon[117020]: from='client.256278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:12 smithi066 ceph-mon[112137]: pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:12.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:12 smithi203 ceph-mon[117428]: pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:12 smithi137 ceph-mon[117020]: pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:14 smithi066 ceph-mon[112137]: pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:14 smithi203 ceph-mon[117428]: pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:14 smithi137 ceph-mon[117020]: pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:15.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:15.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:15.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:15.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:15.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:15.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:15.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:15.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:16 smithi066 ceph-mon[112137]: pgmap v9182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:16 smithi066 ceph-mon[112137]: from='client.256353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:16 smithi203 ceph-mon[117428]: pgmap v9182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:16 smithi203 ceph-mon[117428]: from='client.256353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:16 smithi137 ceph-mon[117020]: pgmap v9182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:16 smithi137 ceph-mon[117020]: from='client.256353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:18.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:18 smithi066 ceph-mon[112137]: pgmap v9183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:18 smithi203 ceph-mon[117428]: pgmap v9183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:18 smithi137 ceph-mon[117020]: pgmap v9183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:20 smithi066 ceph-mon[112137]: pgmap v9184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:20 smithi203 ceph-mon[117428]: pgmap v9184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:20 smithi137 ceph-mon[117020]: pgmap v9184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:20.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:21.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:21.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:21.730 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:21.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:21.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:21.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:21.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:22 smithi066 ceph-mon[112137]: pgmap v9185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:22 smithi066 ceph-mon[112137]: from='client.256431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:22 smithi203 ceph-mon[117428]: pgmap v9185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:22 smithi203 ceph-mon[117428]: from='client.256431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:22 smithi137 ceph-mon[117020]: pgmap v9185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:22 smithi137 ceph-mon[117020]: from='client.256431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:24 smithi066 ceph-mon[112137]: pgmap v9186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:24 smithi203 ceph-mon[117428]: pgmap v9186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:24.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:24 smithi137 ceph-mon[117020]: pgmap v9186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:26.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:26.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:26.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:26.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:26 smithi066 ceph-mon[112137]: pgmap v9187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:26 smithi203 ceph-mon[117428]: pgmap v9187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:26 smithi137 ceph-mon[117020]: pgmap v9187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:27.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:27.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:27.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:27.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:27.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:28 smithi066 ceph-mon[112137]: pgmap v9188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:28 smithi066 ceph-mon[112137]: from='client.256503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:28 smithi203 ceph-mon[117428]: pgmap v9188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:28.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:28 smithi203 ceph-mon[117428]: from='client.256503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:28 smithi137 ceph-mon[117020]: pgmap v9188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:28 smithi137 ceph-mon[117020]: from='client.256503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:30 smithi066 ceph-mon[112137]: pgmap v9189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:30 smithi203 ceph-mon[117428]: pgmap v9189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:30 smithi137 ceph-mon[117020]: pgmap v9189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:32.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:32.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:32.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:32 smithi066 ceph-mon[112137]: pgmap v9190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:32 smithi203 ceph-mon[117428]: pgmap v9190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:32 smithi137 ceph-mon[117020]: pgmap v9190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:33.197 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:33.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:33.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:33.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:33.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:34.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:34 smithi066 ceph-mon[112137]: from='client.256581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:34.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:34 smithi066 ceph-mon[112137]: pgmap v9191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:34 smithi203 ceph-mon[117428]: from='client.256581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:34 smithi203 ceph-mon[117428]: pgmap v9191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:34 smithi137 ceph-mon[117020]: from='client.256581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:34 smithi137 ceph-mon[117020]: pgmap v9191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:36.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:36 smithi066 ceph-mon[112137]: pgmap v9192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:36 smithi203 ceph-mon[117428]: pgmap v9192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:36 smithi137 ceph-mon[117020]: pgmap v9192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:38.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:38.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:38.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:38.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:38 smithi066 ceph-mon[112137]: pgmap v9193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:38 smithi203 ceph-mon[117428]: pgmap v9193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:38 smithi137 ceph-mon[117020]: pgmap v9193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:38.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:38.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:38.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:38.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:38.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:39.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:39 smithi066 ceph-mon[112137]: from='client.256656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:39 smithi203 ceph-mon[117428]: from='client.256656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:39.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:39 smithi137 ceph-mon[117020]: from='client.256656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:40.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:40 smithi066 ceph-mon[112137]: pgmap v9194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:40 smithi203 ceph-mon[117428]: pgmap v9194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:40 smithi137 ceph-mon[117020]: pgmap v9194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:42 smithi066 ceph-mon[112137]: pgmap v9195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:42 smithi203 ceph-mon[117428]: pgmap v9195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:42 smithi137 ceph-mon[117020]: pgmap v9195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:43.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:43.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:43.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:44.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:44.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:44.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:44.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:44.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:44.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:44 smithi066 ceph-mon[112137]: pgmap v9196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:44.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:44 smithi203 ceph-mon[117428]: pgmap v9196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:44 smithi137 ceph-mon[117020]: pgmap v9196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:45.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:45 smithi066 ceph-mon[112137]: from='client.256731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:45.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:45 smithi203 ceph-mon[117428]: from='client.256731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:45 smithi137 ceph-mon[117020]: from='client.256731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:46 smithi066 ceph-mon[112137]: pgmap v9197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:46 smithi203 ceph-mon[117428]: pgmap v9197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:46.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:46 smithi137 ceph-mon[117020]: pgmap v9197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:48.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:48 smithi066 ceph-mon[112137]: pgmap v9198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:48 smithi203 ceph-mon[117428]: pgmap v9198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:48 smithi137 ceph-mon[117020]: pgmap v9198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:49.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:49.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:49.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:50.370 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:50.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:50.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:50.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:50.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:50.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:50 smithi066 ceph-mon[112137]: pgmap v9199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:50 smithi203 ceph-mon[117428]: pgmap v9199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:50 smithi137 ceph-mon[117020]: pgmap v9199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:51.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:51 smithi066 ceph-mon[112137]: from='client.256809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:51 smithi203 ceph-mon[117428]: from='client.256809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:51.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:51 smithi137 ceph-mon[117020]: from='client.256809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:52 smithi066 ceph-mon[112137]: pgmap v9200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:52 smithi203 ceph-mon[117428]: pgmap v9200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:52.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:52 smithi137 ceph-mon[117020]: pgmap v9200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:54 smithi066 ceph-mon[112137]: pgmap v9201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:54 smithi203 ceph-mon[117428]: pgmap v9201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:54 smithi137 ceph-mon[117020]: pgmap v9201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:55.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:19:55.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:55.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:56.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:19:56.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:56.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:56.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:56.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:19:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:56 smithi066 ceph-mon[112137]: pgmap v9202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:56 smithi066 ceph-mon[112137]: from='client.256881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:56 smithi203 ceph-mon[117428]: pgmap v9202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:56 smithi203 ceph-mon[117428]: from='client.256881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:56 smithi137 ceph-mon[117020]: pgmap v9202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:56 smithi137 ceph-mon[117020]: from='client.256881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:58.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:19:58 smithi066 ceph-mon[112137]: pgmap v9203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:19:58 smithi203 ceph-mon[117428]: pgmap v9203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:19:58 smithi137 ceph-mon[117020]: pgmap v9203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:00 smithi066 ceph-mon[112137]: pgmap v9204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T22:20:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:00 smithi203 ceph-mon[117428]: pgmap v9204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T22:20:00.881 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:00 smithi137 ceph-mon[117020]: pgmap v9204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:00.881 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T22:20:01.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:01.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:01.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:01.839 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:01.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:01.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:01.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:01.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:02 smithi066 ceph-mon[112137]: pgmap v9205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:02 smithi066 ceph-mon[112137]: from='client.256956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:02 smithi203 ceph-mon[117428]: pgmap v9205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:02 smithi203 ceph-mon[117428]: from='client.256956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:02 smithi137 ceph-mon[117020]: pgmap v9205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:02.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:02 smithi137 ceph-mon[117020]: from='client.256956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:03.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:20:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:20:03.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:20:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:04 smithi066 ceph-mon[112137]: pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:20:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:20:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:20:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:04 smithi203 ceph-mon[117428]: pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:20:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:20:04.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:20:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:04 smithi137 ceph-mon[117020]: pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:20:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:20:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:20:06.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:06 smithi066 ceph-mon[112137]: pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:06 smithi203 ceph-mon[117428]: pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:06.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:06.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:06.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:06 smithi137 ceph-mon[117020]: pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:07.563 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:07.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:07.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:07.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:07.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:08 smithi066 ceph-mon[112137]: pgmap v9208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:08 smithi066 ceph-mon[112137]: from='client.257034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:08.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:08 smithi203 ceph-mon[117428]: pgmap v9208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:08.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:08 smithi203 ceph-mon[117428]: from='client.257034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:08 smithi137 ceph-mon[117020]: pgmap v9208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:08.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:08 smithi137 ceph-mon[117020]: from='client.257034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:10 smithi066 ceph-mon[112137]: pgmap v9209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:10 smithi203 ceph-mon[117428]: pgmap v9209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:10 smithi137 ceph-mon[117020]: pgmap v9209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:12.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:12.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:12.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:12 smithi203 ceph-mon[117428]: pgmap v9210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:12 smithi137 ceph-mon[117020]: pgmap v9210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:12 smithi066 ceph-mon[112137]: pgmap v9210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:13.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:13.304 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:14 smithi203 ceph-mon[117428]: from='client.257109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:14 smithi203 ceph-mon[117428]: pgmap v9211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:14 smithi137 ceph-mon[117020]: from='client.257109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:14 smithi137 ceph-mon[117020]: pgmap v9211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:14 smithi066 ceph-mon[112137]: from='client.257109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:14 smithi066 ceph-mon[112137]: pgmap v9211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:16 smithi203 ceph-mon[117428]: pgmap v9212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:16 smithi137 ceph-mon[117020]: pgmap v9212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:16 smithi066 ceph-mon[112137]: pgmap v9212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:18.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:18.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:18.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:18 smithi203 ceph-mon[117428]: pgmap v9213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:18 smithi137 ceph-mon[117020]: pgmap v9213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:18 smithi066 ceph-mon[112137]: pgmap v9213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:19.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:19.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:19.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:19.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:19.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:19 smithi203 ceph-mon[117428]: from='client.257184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:19 smithi137 ceph-mon[117020]: from='client.257184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:19 smithi066 ceph-mon[112137]: from='client.257184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:20 smithi203 ceph-mon[117428]: pgmap v9214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:20 smithi137 ceph-mon[117020]: pgmap v9214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:20 smithi066 ceph-mon[112137]: pgmap v9214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:22.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:22 smithi203 ceph-mon[117428]: pgmap v9215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:22 smithi137 ceph-mon[117020]: pgmap v9215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:22 smithi066 ceph-mon[112137]: pgmap v9215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:24.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:24.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:24.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:24.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:24.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:24.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:24.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:24.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:24 smithi203 ceph-mon[117428]: pgmap v9216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:24 smithi137 ceph-mon[117020]: pgmap v9216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:24 smithi066 ceph-mon[112137]: pgmap v9216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:25.793 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:25 smithi137 ceph-mon[117020]: from='client.257259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:25.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:25 smithi203 ceph-mon[117428]: from='client.257259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:25 smithi066 ceph-mon[112137]: from='client.257259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:26 smithi203 ceph-mon[117428]: pgmap v9217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:20:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:26 smithi137 ceph-mon[117020]: pgmap v9217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:20:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:26 smithi066 ceph-mon[112137]: pgmap v9217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:20:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:28 smithi203 ceph-mon[117428]: pgmap v9218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:28 smithi137 ceph-mon[117020]: pgmap v9218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:28 smithi066 ceph-mon[112137]: pgmap v9218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:29.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:29.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:29.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:30.499 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:30.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:30.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:30.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:30.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:30 smithi203 ceph-mon[117428]: pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:30 smithi137 ceph-mon[117020]: pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:30 smithi066 ceph-mon[112137]: pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:31 smithi203 ceph-mon[117428]: from='client.257334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:31.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:31 smithi137 ceph-mon[117020]: from='client.257334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:31 smithi066 ceph-mon[112137]: from='client.257334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:32 smithi203 ceph-mon[117428]: pgmap v9220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:32 smithi137 ceph-mon[117020]: pgmap v9220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:32 smithi066 ceph-mon[112137]: pgmap v9220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:34 smithi203 ceph-mon[117428]: pgmap v9221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:34 smithi137 ceph-mon[117020]: pgmap v9221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:34 smithi066 ceph-mon[112137]: pgmap v9221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:35.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:35.501 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:35.501 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:36.256 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:36.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:36.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:36.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:36.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:36 smithi203 ceph-mon[117428]: pgmap v9222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:36 smithi137 ceph-mon[117020]: pgmap v9222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:36 smithi066 ceph-mon[112137]: pgmap v9222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:37 smithi203 ceph-mon[117428]: from='client.257412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:37 smithi137 ceph-mon[117020]: from='client.257412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:37 smithi066 ceph-mon[112137]: from='client.257412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:38 smithi203 ceph-mon[117428]: pgmap v9223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:20:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:38 smithi137 ceph-mon[117020]: pgmap v9223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:20:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:38 smithi066 ceph-mon[112137]: pgmap v9223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:20:40.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:40 smithi203 ceph-mon[117428]: pgmap v9224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:20:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:40 smithi137 ceph-mon[117020]: pgmap v9224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:20:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:40 smithi066 ceph-mon[112137]: pgmap v9224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:20:41.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:41.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:41.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:41.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:41.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:41.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:41.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:41.986 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:42 smithi203 ceph-mon[117428]: pgmap v9225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:20:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:42 smithi203 ceph-mon[117428]: from='client.257490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:42 smithi137 ceph-mon[117020]: pgmap v9225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:20:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:42 smithi137 ceph-mon[117020]: from='client.257490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:42 smithi066 ceph-mon[112137]: pgmap v9225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:20:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:42 smithi066 ceph-mon[112137]: from='client.257490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:44 smithi203 ceph-mon[117428]: pgmap v9226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:44 smithi137 ceph-mon[117020]: pgmap v9226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:44 smithi066 ceph-mon[112137]: pgmap v9226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:46 smithi203 ceph-mon[117428]: pgmap v9227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:46 smithi137 ceph-mon[117020]: pgmap v9227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:46.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:46.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:46.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:46 smithi066 ceph-mon[112137]: pgmap v9227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:47.702 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:47.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:47.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:47.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:47.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:48 smithi203 ceph-mon[117428]: pgmap v9228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:48.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:48 smithi203 ceph-mon[117428]: from='client.257568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:48 smithi137 ceph-mon[117020]: pgmap v9228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:48 smithi137 ceph-mon[117020]: from='client.257568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:48 smithi066 ceph-mon[112137]: pgmap v9228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:48 smithi066 ceph-mon[112137]: from='client.257568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:50 smithi203 ceph-mon[117428]: pgmap v9229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:50 smithi137 ceph-mon[117020]: pgmap v9229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:50 smithi066 ceph-mon[112137]: pgmap v9229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:52.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:52.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:52.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:52 smithi203 ceph-mon[117428]: pgmap v9230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:52 smithi137 ceph-mon[117020]: pgmap v9230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:52 smithi066 ceph-mon[112137]: pgmap v9230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:53.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:53.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:53.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:53.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:53.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:20:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:54 smithi203 ceph-mon[117428]: pgmap v9231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:54 smithi203 ceph-mon[117428]: from='client.257643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:54 smithi137 ceph-mon[117020]: pgmap v9231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:54.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:54 smithi137 ceph-mon[117020]: from='client.257643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:54 smithi066 ceph-mon[112137]: pgmap v9231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:54 smithi066 ceph-mon[112137]: from='client.257643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:56 smithi137 ceph-mon[117020]: pgmap v9232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:56 smithi066 ceph-mon[112137]: pgmap v9232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:56 smithi203 ceph-mon[117428]: pgmap v9232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:58.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:20:58.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:58.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:20:58 smithi137 ceph-mon[117020]: pgmap v9233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:20:58 smithi066 ceph-mon[112137]: pgmap v9233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:20:58 smithi203 ceph-mon[117428]: pgmap v9233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:59.154 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:20:59.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:59.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:59.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:59.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:00 smithi137 ceph-mon[117020]: from='client.257718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:00 smithi137 ceph-mon[117020]: pgmap v9234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:00 smithi066 ceph-mon[112137]: from='client.257718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:00 smithi066 ceph-mon[112137]: pgmap v9234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:00 smithi203 ceph-mon[117428]: from='client.257718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:00 smithi203 ceph-mon[117428]: pgmap v9234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:02 smithi137 ceph-mon[117020]: pgmap v9235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:02 smithi066 ceph-mon[112137]: pgmap v9235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:02 smithi203 ceph-mon[117428]: pgmap v9235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:04.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:04.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:04.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:04 smithi137 ceph-mon[117020]: pgmap v9236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:21:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:21:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:21:04.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:21:04.891 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:04.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:04.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:04.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:04.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:04 smithi066 ceph-mon[112137]: pgmap v9236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:21:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:21:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:21:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:21:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:04 smithi203 ceph-mon[117428]: pgmap v9236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:21:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:21:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:21:05.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:21:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:05 smithi137 ceph-mon[117020]: from='client.257793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:05 smithi066 ceph-mon[112137]: from='client.257793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:05 smithi203 ceph-mon[117428]: from='client.257793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:06 smithi137 ceph-mon[117020]: pgmap v9237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:06 smithi066 ceph-mon[112137]: pgmap v9237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:06 smithi203 ceph-mon[117428]: pgmap v9237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:08 smithi137 ceph-mon[117020]: pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:08 smithi066 ceph-mon[112137]: pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:08 smithi203 ceph-mon[117428]: pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:09.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:09.894 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:09.894 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:10.628 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:10.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:10.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:10.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:10.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:10 smithi137 ceph-mon[117020]: pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:10 smithi066 ceph-mon[112137]: pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:10 smithi203 ceph-mon[117428]: pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:11 smithi137 ceph-mon[117020]: from='client.257868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:11 smithi066 ceph-mon[112137]: from='client.257868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:11 smithi203 ceph-mon[117428]: from='client.257868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:12 smithi137 ceph-mon[117020]: pgmap v9240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:12 smithi066 ceph-mon[112137]: pgmap v9240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:12 smithi203 ceph-mon[117428]: pgmap v9240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:14 smithi137 ceph-mon[117020]: pgmap v9241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:14 smithi066 ceph-mon[112137]: pgmap v9241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:14 smithi203 ceph-mon[117428]: pgmap v9241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:15.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:15.630 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:15.630 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:16.347 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:16.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:16.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:16.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:16.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:16 smithi137 ceph-mon[117020]: pgmap v9242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:16 smithi066 ceph-mon[112137]: pgmap v9242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:16 smithi203 ceph-mon[117428]: pgmap v9242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:17.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:17 smithi137 ceph-mon[117020]: from='client.257940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:17 smithi066 ceph-mon[112137]: from='client.257940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:17 smithi203 ceph-mon[117428]: from='client.257940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:18 smithi137 ceph-mon[117020]: pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:18 smithi066 ceph-mon[112137]: pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:18 smithi203 ceph-mon[117428]: pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:20 smithi137 ceph-mon[117020]: pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:20 smithi066 ceph-mon[112137]: pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:20 smithi203 ceph-mon[117428]: pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:21.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:21.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:21.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:22.064 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:22.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:22.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:22.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:22.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:22 smithi137 ceph-mon[117020]: pgmap v9245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:22.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:22 smithi137 ceph-mon[117020]: from='client.258015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:22 smithi066 ceph-mon[112137]: pgmap v9245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:22 smithi066 ceph-mon[112137]: from='client.258015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:22 smithi203 ceph-mon[117428]: pgmap v9245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:22 smithi203 ceph-mon[117428]: from='client.258015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:24 smithi066 ceph-mon[112137]: pgmap v9246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:24 smithi203 ceph-mon[117428]: pgmap v9246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:24 smithi137 ceph-mon[117020]: pgmap v9246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:26 smithi066 ceph-mon[112137]: pgmap v9247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:27.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:27.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:27.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:26 smithi203 ceph-mon[117428]: pgmap v9247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:26 smithi137 ceph-mon[117020]: pgmap v9247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:27.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:27.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:27.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:27.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:27.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:28 smithi066 ceph-mon[112137]: pgmap v9248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:28 smithi066 ceph-mon[112137]: from='client.258093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:28 smithi203 ceph-mon[117428]: pgmap v9248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:28 smithi203 ceph-mon[117428]: from='client.258093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:28 smithi137 ceph-mon[117020]: pgmap v9248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:28 smithi137 ceph-mon[117020]: from='client.258093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:30 smithi066 ceph-mon[112137]: pgmap v9249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:30 smithi203 ceph-mon[117428]: pgmap v9249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:30 smithi137 ceph-mon[117020]: pgmap v9249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:32.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:32.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:32.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:32 smithi066 ceph-mon[112137]: pgmap v9250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:32 smithi203 ceph-mon[117428]: pgmap v9250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:32 smithi137 ceph-mon[117020]: pgmap v9250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:33.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:33.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:33.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:33.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:33.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:34 smithi066 ceph-mon[112137]: pgmap v9251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:34 smithi066 ceph-mon[112137]: from='client.258168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:34 smithi203 ceph-mon[117428]: pgmap v9251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:34 smithi203 ceph-mon[117428]: from='client.258168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:34 smithi137 ceph-mon[117020]: pgmap v9251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:34 smithi137 ceph-mon[117020]: from='client.258168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:36 smithi066 ceph-mon[112137]: pgmap v9252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:36 smithi203 ceph-mon[117428]: pgmap v9252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:36 smithi137 ceph-mon[117020]: pgmap v9252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:38.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:38.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:38.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:38 smithi066 ceph-mon[112137]: pgmap v9253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:38 smithi203 ceph-mon[117428]: pgmap v9253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:38 smithi137 ceph-mon[117020]: pgmap v9253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:39.249 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:39.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:39.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:39.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:39.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:40 smithi066 ceph-mon[112137]: from='client.258246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:40 smithi066 ceph-mon[112137]: pgmap v9254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:40 smithi203 ceph-mon[117428]: from='client.258246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:40 smithi203 ceph-mon[117428]: pgmap v9254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:40 smithi137 ceph-mon[117020]: from='client.258246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:40 smithi137 ceph-mon[117020]: pgmap v9254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:42 smithi066 ceph-mon[112137]: pgmap v9255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:42 smithi203 ceph-mon[117428]: pgmap v9255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:42 smithi137 ceph-mon[117020]: pgmap v9255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:44.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:44.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:44.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:44.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:44.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:44.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:44.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:44.985 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:44 smithi066 ceph-mon[112137]: pgmap v9256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:44 smithi203 ceph-mon[117428]: pgmap v9256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:44 smithi137 ceph-mon[117020]: pgmap v9256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:45 smithi066 ceph-mon[112137]: from='client.258324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:45 smithi203 ceph-mon[117428]: from='client.258324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:45 smithi137 ceph-mon[117020]: from='client.258324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:46 smithi066 ceph-mon[112137]: pgmap v9257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:21:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:46 smithi203 ceph-mon[117428]: pgmap v9257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:21:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:46 smithi137 ceph-mon[117020]: pgmap v9257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:21:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:48 smithi066 ceph-mon[112137]: pgmap v9258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:21:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:48 smithi203 ceph-mon[117428]: pgmap v9258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:21:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:48 smithi137 ceph-mon[117020]: pgmap v9258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:21:49.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:49.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:49.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:50.714 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:50.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:50.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:50.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:50.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:50 smithi066 ceph-mon[112137]: pgmap v9259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:21:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:50 smithi203 ceph-mon[117428]: pgmap v9259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:21:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:50 smithi137 ceph-mon[117020]: pgmap v9259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:21:51.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:51 smithi066 ceph-mon[112137]: from='client.258393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:51 smithi203 ceph-mon[117428]: from='client.258393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:51 smithi137 ceph-mon[117020]: from='client.258393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:52 smithi066 ceph-mon[112137]: pgmap v9260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:53.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:52 smithi203 ceph-mon[117428]: pgmap v9260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:52 smithi137 ceph-mon[117020]: pgmap v9260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:54 smithi066 ceph-mon[112137]: pgmap v9261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:54 smithi203 ceph-mon[117428]: pgmap v9261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:54 smithi137 ceph-mon[117020]: pgmap v9261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:55.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:21:55.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:55.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:56.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:21:56.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:56.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:56.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:56.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:21:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:56 smithi066 ceph-mon[112137]: pgmap v9262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:56 smithi203 ceph-mon[117428]: pgmap v9262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:56 smithi137 ceph-mon[117020]: pgmap v9262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:57 smithi066 ceph-mon[112137]: from='client.258471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:57 smithi203 ceph-mon[117428]: from='client.258471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:57 smithi137 ceph-mon[117020]: from='client.258471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:21:58 smithi066 ceph-mon[112137]: pgmap v9263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:21:59.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:21:58 smithi203 ceph-mon[117428]: pgmap v9263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:21:59.131 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:21:58 smithi137 ceph-mon[117020]: pgmap v9263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:22:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:00 smithi066 ceph-mon[112137]: pgmap v9264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:22:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:00 smithi203 ceph-mon[117428]: pgmap v9264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:22:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:00 smithi137 ceph-mon[117020]: pgmap v9264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:22:01.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:01.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:01.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:02.163 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:02.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:02.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:02.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:02.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:02 smithi066 ceph-mon[112137]: pgmap v9265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:22:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:02 smithi203 ceph-mon[117428]: pgmap v9265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:22:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:02 smithi137 ceph-mon[117020]: pgmap v9265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:22:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:03 smithi066 ceph-mon[112137]: from='client.258549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:03 smithi203 ceph-mon[117428]: from='client.258549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:03 smithi137 ceph-mon[117020]: from='client.258549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:04 smithi066 ceph-mon[112137]: pgmap v9266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:22:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:04 smithi203 ceph-mon[117428]: pgmap v9266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:22:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:04 smithi137 ceph-mon[117020]: pgmap v9266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:22:05.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:22:05.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:22:05.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:22:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:22:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:22:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:22:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:22:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:22:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:22:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:06 smithi066 ceph-mon[112137]: pgmap v9267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:06 smithi203 ceph-mon[117428]: pgmap v9267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:06 smithi137 ceph-mon[117020]: pgmap v9267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:07.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:07.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:07.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:07.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:07.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:07.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:07.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:07.894 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:08 smithi066 ceph-mon[112137]: pgmap v9268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:08 smithi066 ceph-mon[112137]: from='client.258624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:08 smithi203 ceph-mon[117428]: pgmap v9268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:08 smithi203 ceph-mon[117428]: from='client.258624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:08 smithi137 ceph-mon[117020]: pgmap v9268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:08 smithi137 ceph-mon[117020]: from='client.258624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:10 smithi066 ceph-mon[112137]: pgmap v9269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:10 smithi203 ceph-mon[117428]: pgmap v9269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:11.129 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:10 smithi137 ceph-mon[117020]: pgmap v9269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:12.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:12.896 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:12.896 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:12 smithi066 ceph-mon[112137]: pgmap v9270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:12 smithi203 ceph-mon[117428]: pgmap v9270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:12 smithi137 ceph-mon[117020]: pgmap v9270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:13.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:13.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:13.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:13.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:13.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:14 smithi066 ceph-mon[112137]: pgmap v9271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:14 smithi066 ceph-mon[112137]: from='client.258702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:14 smithi203 ceph-mon[117428]: pgmap v9271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:14 smithi203 ceph-mon[117428]: from='client.258702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:14 smithi137 ceph-mon[117020]: pgmap v9271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:14 smithi137 ceph-mon[117020]: from='client.258702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:16 smithi066 ceph-mon[112137]: pgmap v9272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:16 smithi203 ceph-mon[117428]: pgmap v9272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:16 smithi137 ceph-mon[117020]: pgmap v9272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:18.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:18.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:18.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:18 smithi066 ceph-mon[112137]: pgmap v9273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:18 smithi203 ceph-mon[117428]: pgmap v9273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:18 smithi137 ceph-mon[117020]: pgmap v9273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:19.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:19.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:19.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:19.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:19.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:20 smithi066 ceph-mon[112137]: from='client.258780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:20 smithi066 ceph-mon[112137]: pgmap v9274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:20 smithi203 ceph-mon[117428]: from='client.258780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:20 smithi203 ceph-mon[117428]: pgmap v9274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:20 smithi137 ceph-mon[117020]: from='client.258780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:20 smithi137 ceph-mon[117020]: pgmap v9274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:22 smithi066 ceph-mon[112137]: pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:22 smithi203 ceph-mon[117428]: pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:22 smithi137 ceph-mon[117020]: pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:24.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:24.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:24.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:24 smithi203 ceph-mon[117428]: pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:25.080 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:25.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:25.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:25.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:25.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:24 smithi137 ceph-mon[117020]: pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:24 smithi066 ceph-mon[112137]: pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:25 smithi203 ceph-mon[117428]: from='client.258858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:25 smithi137 ceph-mon[117020]: from='client.258858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:26.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:25 smithi066 ceph-mon[112137]: from='client.258858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:26 smithi203 ceph-mon[117428]: pgmap v9277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:26 smithi137 ceph-mon[117020]: pgmap v9277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:26 smithi066 ceph-mon[112137]: pgmap v9277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:28 smithi203 ceph-mon[117428]: pgmap v9278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:28 smithi137 ceph-mon[117020]: pgmap v9278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:28 smithi066 ceph-mon[112137]: pgmap v9278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:30.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:30.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:30.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:30.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:30.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:30.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:30.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:30.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:30 smithi203 ceph-mon[117428]: pgmap v9279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:30 smithi137 ceph-mon[117020]: pgmap v9279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:30 smithi066 ceph-mon[112137]: pgmap v9279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:31 smithi203 ceph-mon[117428]: from='client.258936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:32.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:31 smithi137 ceph-mon[117020]: from='client.258936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:31 smithi066 ceph-mon[112137]: from='client.258936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:32 smithi203 ceph-mon[117428]: pgmap v9280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:32 smithi137 ceph-mon[117020]: pgmap v9280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:32 smithi066 ceph-mon[112137]: pgmap v9280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:34 smithi203 ceph-mon[117428]: pgmap v9281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:34 smithi137 ceph-mon[117020]: pgmap v9281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:35.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:34 smithi066 ceph-mon[112137]: pgmap v9281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:35.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:35.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:35.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:36.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:36.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:36.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:36.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:36.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:36 smithi203 ceph-mon[117428]: pgmap v9282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:36 smithi137 ceph-mon[117020]: pgmap v9282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:37.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:36 smithi066 ceph-mon[112137]: pgmap v9282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:37 smithi203 ceph-mon[117428]: from='client.259011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:37 smithi137 ceph-mon[117020]: from='client.259011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:37 smithi066 ceph-mon[112137]: from='client.259011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:38 smithi203 ceph-mon[117428]: pgmap v9283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:38 smithi137 ceph-mon[117020]: pgmap v9283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:39.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:38 smithi066 ceph-mon[112137]: pgmap v9283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:40 smithi203 ceph-mon[117428]: pgmap v9284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:40 smithi137 ceph-mon[117020]: pgmap v9284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:41.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:40 smithi066 ceph-mon[112137]: pgmap v9284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:41.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:41.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:41.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:42.255 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:42 smithi203 ceph-mon[117428]: pgmap v9285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:42 smithi137 ceph-mon[117020]: pgmap v9285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:43.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:42 smithi066 ceph-mon[112137]: pgmap v9285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:43 smithi203 ceph-mon[117428]: from='client.259086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:43 smithi137 ceph-mon[117020]: from='client.259086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:43 smithi066 ceph-mon[112137]: from='client.259086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:44 smithi203 ceph-mon[117428]: pgmap v9286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:44 smithi137 ceph-mon[117020]: pgmap v9286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:44 smithi066 ceph-mon[112137]: pgmap v9286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:46 smithi203 ceph-mon[117428]: pgmap v9287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:46 smithi137 ceph-mon[117020]: pgmap v9287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:47.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:46 smithi066 ceph-mon[112137]: pgmap v9287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:47.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:47.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:47.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:47.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:47.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:47.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:47.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:47.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:48 smithi203 ceph-mon[117428]: pgmap v9288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:48 smithi203 ceph-mon[117428]: from='client.259164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:48 smithi137 ceph-mon[117020]: pgmap v9288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:48 smithi137 ceph-mon[117020]: from='client.259164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:49.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:48 smithi066 ceph-mon[112137]: pgmap v9288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:49.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:48 smithi066 ceph-mon[112137]: from='client.259164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:50 smithi203 ceph-mon[117428]: pgmap v9289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:50 smithi137 ceph-mon[117020]: pgmap v9289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:50 smithi066 ceph-mon[112137]: pgmap v9289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:51 smithi137 ceph-mon[117020]: pgmap v9290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:52.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:51 smithi066 ceph-mon[112137]: pgmap v9290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:52.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:51 smithi203 ceph-mon[117428]: pgmap v9290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:52.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:52.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:52.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:53.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:53.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:53.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:53.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:53.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:22:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:54 smithi066 ceph-mon[112137]: pgmap v9291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:54 smithi066 ceph-mon[112137]: from='client.259239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:54.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:54 smithi203 ceph-mon[117428]: pgmap v9291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:54.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:54 smithi203 ceph-mon[117428]: from='client.259239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:54.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:54 smithi137 ceph-mon[117020]: pgmap v9291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:54.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:54 smithi137 ceph-mon[117020]: from='client.259239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:56 smithi203 ceph-mon[117428]: pgmap v9292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:56.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:56 smithi137 ceph-mon[117020]: pgmap v9292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:56 smithi066 ceph-mon[112137]: pgmap v9292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:58.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:22:58 smithi203 ceph-mon[117428]: pgmap v9293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:58.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:22:58 smithi137 ceph-mon[117020]: pgmap v9293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:58.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:22:58.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:58.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:58.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:22:58 smithi066 ceph-mon[112137]: pgmap v9293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:59.468 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:22:59.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:59.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:59.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:59.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:00.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:00 smithi137 ceph-mon[117020]: pgmap v9294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:00.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:00 smithi137 ceph-mon[117020]: from='client.259317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:00 smithi066 ceph-mon[112137]: pgmap v9294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:00 smithi066 ceph-mon[112137]: from='client.259317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:00 smithi203 ceph-mon[117428]: pgmap v9294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:00 smithi203 ceph-mon[117428]: from='client.259317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:02.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:02 smithi137 ceph-mon[117020]: pgmap v9295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:02 smithi066 ceph-mon[112137]: pgmap v9295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:02 smithi203 ceph-mon[117428]: pgmap v9295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:04.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:04.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:04.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:04.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:04 smithi137 ceph-mon[117020]: pgmap v9296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:04 smithi066 ceph-mon[112137]: pgmap v9296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:04 smithi203 ceph-mon[117428]: pgmap v9296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:05.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:05.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:05.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:05.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:05.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:23:05.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:23:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:23:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:06 smithi137 ceph-mon[117020]: from='client.259389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:06 smithi137 ceph-mon[117020]: pgmap v9297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:23:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:23:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:23:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:06 smithi066 ceph-mon[112137]: from='client.259389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:06 smithi066 ceph-mon[112137]: pgmap v9297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:23:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:23:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:23:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:06 smithi203 ceph-mon[117428]: from='client.259389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:06 smithi203 ceph-mon[117428]: pgmap v9297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:23:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:23:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:23:08.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:08 smithi137 ceph-mon[117020]: pgmap v9298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:08.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:08 smithi066 ceph-mon[112137]: pgmap v9298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:08 smithi203 ceph-mon[117428]: pgmap v9298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:10.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:10.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:10.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:10.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:10 smithi137 ceph-mon[117020]: pgmap v9299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:10 smithi066 ceph-mon[112137]: pgmap v9299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:10 smithi203 ceph-mon[117428]: pgmap v9299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:10.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:10.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:10.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:10.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:10.958 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:11 smithi137 ceph-mon[117020]: from='client.259464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:11 smithi066 ceph-mon[112137]: from='client.259464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:11 smithi203 ceph-mon[117428]: from='client.259464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:12 smithi137 ceph-mon[117020]: pgmap v9300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:12 smithi066 ceph-mon[112137]: pgmap v9300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:12 smithi203 ceph-mon[117428]: pgmap v9300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:14 smithi137 ceph-mon[117020]: pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:14 smithi066 ceph-mon[112137]: pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:14 smithi203 ceph-mon[117428]: pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:15.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:15.960 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:15.960 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:16.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:16 smithi137 ceph-mon[117020]: pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:16.677 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:16.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:16.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:16.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:16.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:16 smithi066 ceph-mon[112137]: pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:16 smithi203 ceph-mon[117428]: pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:17 smithi137 ceph-mon[117020]: from='client.259542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:17.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:17 smithi066 ceph-mon[112137]: from='client.259542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:17 smithi203 ceph-mon[117428]: from='client.259542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:18.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:18 smithi137 ceph-mon[117020]: pgmap v9303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:18.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:18 smithi066 ceph-mon[112137]: pgmap v9303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:18 smithi203 ceph-mon[117428]: pgmap v9303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:20.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:20 smithi137 ceph-mon[117020]: pgmap v9304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:20 smithi066 ceph-mon[112137]: pgmap v9304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:20 smithi203 ceph-mon[117428]: pgmap v9304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:21.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:21.680 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:21.680 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:22.403 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:22.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:22.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:22.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:22.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:22 smithi137 ceph-mon[117020]: pgmap v9305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:22 smithi066 ceph-mon[112137]: pgmap v9305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:22 smithi203 ceph-mon[117428]: pgmap v9305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:23.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:23 smithi137 ceph-mon[117020]: from='client.259614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:23.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:23 smithi066 ceph-mon[112137]: from='client.259614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:23 smithi203 ceph-mon[117428]: from='client.259614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:24 smithi066 ceph-mon[112137]: pgmap v9306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:24 smithi203 ceph-mon[117428]: pgmap v9306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:24 smithi137 ceph-mon[117020]: pgmap v9306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:26.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:26 smithi066 ceph-mon[112137]: pgmap v9307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:26 smithi203 ceph-mon[117428]: pgmap v9307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:26 smithi137 ceph-mon[117020]: pgmap v9307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:27.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:28.124 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:28.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:28.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:28.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:28.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:28 smithi066 ceph-mon[112137]: pgmap v9308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:28 smithi066 ceph-mon[112137]: from='client.259692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:28 smithi203 ceph-mon[117428]: pgmap v9308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:28 smithi203 ceph-mon[117428]: from='client.259692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:28 smithi137 ceph-mon[117020]: pgmap v9308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:28 smithi137 ceph-mon[117020]: from='client.259692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:30 smithi066 ceph-mon[112137]: pgmap v9309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:30 smithi203 ceph-mon[117428]: pgmap v9309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:30 smithi137 ceph-mon[117020]: pgmap v9309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:32 smithi066 ceph-mon[112137]: pgmap v9310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:32 smithi203 ceph-mon[117428]: pgmap v9310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:32 smithi137 ceph-mon[117020]: pgmap v9310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:33.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:33.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:33.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:33.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:33.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:33.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:33.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:33.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:34.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:34 smithi066 ceph-mon[112137]: pgmap v9311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:34.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:34 smithi066 ceph-mon[112137]: from='client.259767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:34 smithi203 ceph-mon[117428]: pgmap v9311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:34 smithi203 ceph-mon[117428]: from='client.259767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:34 smithi137 ceph-mon[117020]: pgmap v9311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:34.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:34 smithi137 ceph-mon[117020]: from='client.259767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:36.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:36 smithi066 ceph-mon[112137]: pgmap v9312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:36 smithi203 ceph-mon[117428]: pgmap v9312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:36 smithi137 ceph-mon[117020]: pgmap v9312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:38.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:38 smithi066 ceph-mon[112137]: pgmap v9313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:38 smithi203 ceph-mon[117428]: pgmap v9313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:38.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:38.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:38.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:38 smithi137 ceph-mon[117020]: pgmap v9313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:39.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:39.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:39.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:39.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:39.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:40.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:40 smithi066 ceph-mon[112137]: pgmap v9314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:40.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:40 smithi066 ceph-mon[112137]: from='client.259842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:40 smithi203 ceph-mon[117428]: pgmap v9314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:40 smithi203 ceph-mon[117428]: from='client.259842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:40 smithi137 ceph-mon[117020]: pgmap v9314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:40 smithi137 ceph-mon[117020]: from='client.259842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:42.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:42 smithi066 ceph-mon[112137]: pgmap v9315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:42 smithi203 ceph-mon[117428]: pgmap v9315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:42 smithi137 ceph-mon[117020]: pgmap v9315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:44.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:44.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:44.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:44.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:44 smithi066 ceph-mon[112137]: pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:44 smithi203 ceph-mon[117428]: pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:44 smithi137 ceph-mon[117020]: pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:45.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:45.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:45.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:45.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:45.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:46 smithi066 ceph-mon[112137]: from='client.259917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:46 smithi066 ceph-mon[112137]: pgmap v9317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:46 smithi203 ceph-mon[117428]: from='client.259917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:46 smithi203 ceph-mon[117428]: pgmap v9317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:46 smithi137 ceph-mon[117020]: from='client.259917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:46 smithi137 ceph-mon[117020]: pgmap v9317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:48.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:48 smithi066 ceph-mon[112137]: pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:48 smithi203 ceph-mon[117428]: pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:48 smithi137 ceph-mon[117020]: pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:50.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:50.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:50.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:50.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:50 smithi066 ceph-mon[112137]: pgmap v9319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:50 smithi203 ceph-mon[117428]: pgmap v9319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:50 smithi137 ceph-mon[117020]: pgmap v9319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:51.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:51.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:51.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:51.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:51.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:51.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:51 smithi066 ceph-mon[112137]: from='client.259986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:51 smithi203 ceph-mon[117428]: from='client.259986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:51 smithi137 ceph-mon[117020]: from='client.259986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:52 smithi066 ceph-mon[112137]: pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:52 smithi203 ceph-mon[117428]: pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:52 smithi137 ceph-mon[117020]: pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:54 smithi066 ceph-mon[112137]: pgmap v9321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:54 smithi203 ceph-mon[117428]: pgmap v9321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:54 smithi137 ceph-mon[117020]: pgmap v9321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:56.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:23:56.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:56.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:56 smithi066 ceph-mon[112137]: pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:56.755 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:23:56.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:56.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:56.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:56.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:23:56.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:56 smithi203 ceph-mon[117428]: pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:56 smithi137 ceph-mon[117020]: pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:57 smithi066 ceph-mon[112137]: from='client.260058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:57 smithi203 ceph-mon[117428]: from='client.260058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:57 smithi137 ceph-mon[117020]: from='client.260058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:58.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:23:58 smithi066 ceph-mon[112137]: pgmap v9323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:23:58 smithi203 ceph-mon[117428]: pgmap v9323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:23:58 smithi137 ceph-mon[117020]: pgmap v9323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:00 smithi066 ceph-mon[112137]: pgmap v9324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:00 smithi203 ceph-mon[117428]: pgmap v9324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:00 smithi137 ceph-mon[117020]: pgmap v9324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:01.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:01.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:01.758 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:02.481 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:02.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:02.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:02.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:02.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:02.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:02 smithi066 ceph-mon[112137]: pgmap v9325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:02 smithi203 ceph-mon[117428]: pgmap v9325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:02 smithi137 ceph-mon[117020]: pgmap v9325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:03.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:03 smithi066 ceph-mon[112137]: from='client.260136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:03 smithi203 ceph-mon[117428]: from='client.260136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:03 smithi137 ceph-mon[117020]: from='client.260136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:04 smithi066 ceph-mon[112137]: pgmap v9326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:04 smithi203 ceph-mon[117428]: pgmap v9326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:04 smithi137 ceph-mon[117020]: pgmap v9326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:06 smithi066 ceph-mon[112137]: pgmap v9327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:24:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:24:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:24:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:24:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:06 smithi203 ceph-mon[117428]: pgmap v9327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:24:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:24:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:24:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:24:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:06 smithi137 ceph-mon[117020]: pgmap v9327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:24:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:24:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:24:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:24:07.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:07.482 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:07.482 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:08.218 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:08.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:08.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:08.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:08.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:08 smithi066 ceph-mon[112137]: pgmap v9328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:08 smithi203 ceph-mon[117428]: pgmap v9328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:08 smithi137 ceph-mon[117020]: pgmap v9328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:09.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:09 smithi066 ceph-mon[112137]: from='client.260211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:09 smithi203 ceph-mon[117428]: from='client.260211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:09 smithi137 ceph-mon[117020]: from='client.260211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:10 smithi066 ceph-mon[112137]: pgmap v9329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:10 smithi203 ceph-mon[117428]: pgmap v9329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:10 smithi137 ceph-mon[117020]: pgmap v9329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:12 smithi066 ceph-mon[112137]: pgmap v9330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:12 smithi203 ceph-mon[117428]: pgmap v9330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:12 smithi137 ceph-mon[117020]: pgmap v9330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:13.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:13.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:13.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:13.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:13.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:13.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:13.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:13.941 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:14 smithi066 ceph-mon[112137]: pgmap v9331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:14 smithi066 ceph-mon[112137]: from='client.260289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:14 smithi203 ceph-mon[117428]: pgmap v9331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:14 smithi203 ceph-mon[117428]: from='client.260289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:14 smithi137 ceph-mon[117020]: pgmap v9331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:14 smithi137 ceph-mon[117020]: from='client.260289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:16 smithi066 ceph-mon[112137]: pgmap v9332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:16 smithi203 ceph-mon[117428]: pgmap v9332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:16 smithi137 ceph-mon[117020]: pgmap v9332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:18.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:18 smithi066 ceph-mon[112137]: pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:18 smithi203 ceph-mon[117428]: pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:18 smithi137 ceph-mon[117020]: pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:18.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:18.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:18.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:19.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:19.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:19.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:19.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:19.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:20 smithi066 ceph-mon[112137]: pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:20 smithi066 ceph-mon[112137]: from='client.260367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:20 smithi203 ceph-mon[117428]: pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:20.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:20 smithi203 ceph-mon[117428]: from='client.260367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:20 smithi137 ceph-mon[117020]: pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:20 smithi137 ceph-mon[117020]: from='client.260367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:22 smithi066 ceph-mon[112137]: pgmap v9335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:22 smithi203 ceph-mon[117428]: pgmap v9335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:22 smithi137 ceph-mon[117020]: pgmap v9335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:24.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:24.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:24.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:24 smithi203 ceph-mon[117428]: pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:24 smithi137 ceph-mon[117020]: pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:24 smithi066 ceph-mon[112137]: pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:25.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:25.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:25.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:25.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:25.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:26 smithi203 ceph-mon[117428]: from='client.260445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:26 smithi203 ceph-mon[117428]: pgmap v9337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:26 smithi137 ceph-mon[117020]: from='client.260445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:26 smithi137 ceph-mon[117020]: pgmap v9337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:26 smithi066 ceph-mon[112137]: from='client.260445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:26 smithi066 ceph-mon[112137]: pgmap v9337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:28 smithi203 ceph-mon[117428]: pgmap v9338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:28 smithi137 ceph-mon[117020]: pgmap v9338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:28 smithi066 ceph-mon[112137]: pgmap v9338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:30.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:30.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:30.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:30.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:30 smithi203 ceph-mon[117428]: pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:30 smithi137 ceph-mon[117020]: pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:30 smithi066 ceph-mon[112137]: pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:31.139 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:31.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:31.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:31.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:31.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:31 smithi203 ceph-mon[117428]: from='client.260523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:31 smithi137 ceph-mon[117020]: from='client.260523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:31 smithi066 ceph-mon[112137]: from='client.260523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:32 smithi203 ceph-mon[117428]: pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:32 smithi137 ceph-mon[117020]: pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:32 smithi066 ceph-mon[112137]: pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:34 smithi203 ceph-mon[117428]: pgmap v9341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:34 smithi137 ceph-mon[117020]: pgmap v9341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:34 smithi066 ceph-mon[112137]: pgmap v9341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:36.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:36.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:36.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:36 smithi203 ceph-mon[117428]: pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:36.875 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:36 smithi137 ceph-mon[117020]: pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:36.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:36.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:36.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:36.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:36 smithi066 ceph-mon[112137]: pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:37 smithi203 ceph-mon[117428]: from='client.260598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:37 smithi137 ceph-mon[117020]: from='client.260598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:37 smithi066 ceph-mon[112137]: from='client.260598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:38 smithi203 ceph-mon[117428]: pgmap v9343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:38 smithi137 ceph-mon[117020]: pgmap v9343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:38 smithi066 ceph-mon[112137]: pgmap v9343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:40 smithi203 ceph-mon[117428]: pgmap v9344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:40 smithi137 ceph-mon[117020]: pgmap v9344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:40 smithi066 ceph-mon[112137]: pgmap v9344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:41.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:41.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:41.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:42.611 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:42.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:42.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:42.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:42.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:42 smithi203 ceph-mon[117428]: pgmap v9345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:42 smithi137 ceph-mon[117020]: pgmap v9345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:42 smithi066 ceph-mon[112137]: pgmap v9345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:43 smithi203 ceph-mon[117428]: from='client.260673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:43 smithi137 ceph-mon[117020]: from='client.260673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:43 smithi066 ceph-mon[112137]: from='client.260673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:44 smithi203 ceph-mon[117428]: pgmap v9346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:44 smithi137 ceph-mon[117020]: pgmap v9346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:44 smithi066 ceph-mon[112137]: pgmap v9346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:46 smithi203 ceph-mon[117428]: pgmap v9347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:46 smithi137 ceph-mon[117020]: pgmap v9347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:46 smithi066 ceph-mon[112137]: pgmap v9347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:47.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:47.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:47.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:48.349 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:48.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:48.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:48.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:48.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:48 smithi203 ceph-mon[117428]: pgmap v9348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:48 smithi137 ceph-mon[117020]: pgmap v9348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:48.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:48 smithi066 ceph-mon[112137]: pgmap v9348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:49 smithi203 ceph-mon[117428]: from='client.260748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:49 smithi137 ceph-mon[117020]: from='client.260748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:49 smithi066 ceph-mon[112137]: from='client.260748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:50.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:50 smithi203 ceph-mon[117428]: pgmap v9349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:50 smithi137 ceph-mon[117020]: pgmap v9349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:50 smithi066 ceph-mon[112137]: pgmap v9349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:52 smithi203 ceph-mon[117428]: pgmap v9350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:52 smithi137 ceph-mon[117020]: pgmap v9350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:52 smithi066 ceph-mon[112137]: pgmap v9350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:53.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:53.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:53.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:54.083 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:24:54.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:54.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:54.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:54.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:54 smithi203 ceph-mon[117428]: pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:54 smithi203 ceph-mon[117428]: from='client.260826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:54 smithi137 ceph-mon[117020]: pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:54 smithi137 ceph-mon[117020]: from='client.260826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:54 smithi066 ceph-mon[112137]: pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:54 smithi066 ceph-mon[112137]: from='client.260826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:56 smithi203 ceph-mon[117428]: pgmap v9352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:56 smithi137 ceph-mon[117020]: pgmap v9352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:56 smithi066 ceph-mon[112137]: pgmap v9352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:24:58 smithi203 ceph-mon[117428]: pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:24:58 smithi137 ceph-mon[117020]: pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:24:58 smithi066 ceph-mon[112137]: pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:59.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:24:59.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:59.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:59.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:59.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:59.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:59.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:24:59.812 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:00 smithi203 ceph-mon[117428]: pgmap v9354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:00 smithi203 ceph-mon[117428]: from='client.260901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:00 smithi137 ceph-mon[117020]: pgmap v9354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:00 smithi137 ceph-mon[117020]: from='client.260901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:00 smithi066 ceph-mon[112137]: pgmap v9354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:00 smithi066 ceph-mon[112137]: from='client.260901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:02 smithi203 ceph-mon[117428]: pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:25:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:02 smithi137 ceph-mon[117020]: pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:25:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:02 smithi066 ceph-mon[112137]: pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:25:04.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:04.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:04.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:04 smithi203 ceph-mon[117428]: pgmap v9356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:04 smithi137 ceph-mon[117020]: pgmap v9356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:04 smithi066 ceph-mon[112137]: pgmap v9356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:05.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:05.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:05.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:05.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:05.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:06 smithi203 ceph-mon[117428]: pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:06 smithi203 ceph-mon[117428]: from='client.260976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:25:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:06 smithi137 ceph-mon[117020]: pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:06 smithi137 ceph-mon[117020]: from='client.260976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:06.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:25:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:06 smithi066 ceph-mon[112137]: pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:06 smithi066 ceph-mon[112137]: from='client.260976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:06.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:25:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:25:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:25:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:25:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:25:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:25:07.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:25:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:25:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:25:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:25:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:08 smithi203 ceph-mon[117428]: pgmap v9358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:08 smithi137 ceph-mon[117020]: pgmap v9358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:08 smithi066 ceph-mon[112137]: pgmap v9358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:10.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:10.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:10.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:10 smithi203 ceph-mon[117428]: pgmap v9359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:10 smithi137 ceph-mon[117020]: pgmap v9359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:10 smithi066 ceph-mon[112137]: pgmap v9359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:11.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:11.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:11.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:11.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:11.271 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:12 smithi137 ceph-mon[117020]: from='client.261048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:12 smithi137 ceph-mon[117020]: pgmap v9360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:12 smithi066 ceph-mon[112137]: from='client.261048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:12 smithi066 ceph-mon[112137]: pgmap v9360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:12 smithi203 ceph-mon[117428]: from='client.261048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:12 smithi203 ceph-mon[117428]: pgmap v9360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:14 smithi137 ceph-mon[117020]: pgmap v9361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:25:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:14 smithi066 ceph-mon[112137]: pgmap v9361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:25:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:14 smithi203 ceph-mon[117428]: pgmap v9361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:25:16.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:16.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:16.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:16 smithi137 ceph-mon[117020]: pgmap v9362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:25:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:16 smithi066 ceph-mon[112137]: pgmap v9362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:25:17.008 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:17.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:17.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:17.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:17.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:16 smithi203 ceph-mon[117428]: pgmap v9362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:25:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:17 smithi137 ceph-mon[117020]: from='client.261123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:17 smithi066 ceph-mon[112137]: from='client.261123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:17 smithi203 ceph-mon[117428]: from='client.261123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:18 smithi137 ceph-mon[117020]: pgmap v9363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:18 smithi066 ceph-mon[112137]: pgmap v9363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:18 smithi203 ceph-mon[117428]: pgmap v9363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:20 smithi137 ceph-mon[117020]: pgmap v9364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:20 smithi066 ceph-mon[112137]: pgmap v9364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:20 smithi203 ceph-mon[117428]: pgmap v9364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:22.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:22.010 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:22.010 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:22.741 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:22.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:22.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:22.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:22.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:22 smithi137 ceph-mon[117020]: pgmap v9365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:22 smithi066 ceph-mon[112137]: pgmap v9365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:22 smithi203 ceph-mon[117428]: pgmap v9365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:23 smithi137 ceph-mon[117020]: from='client.261198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:23 smithi066 ceph-mon[112137]: from='client.261198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:23 smithi203 ceph-mon[117428]: from='client.261198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:24 smithi137 ceph-mon[117020]: pgmap v9366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:24 smithi066 ceph-mon[112137]: pgmap v9366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:24 smithi203 ceph-mon[117428]: pgmap v9366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:26 smithi137 ceph-mon[117020]: pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:26 smithi066 ceph-mon[112137]: pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:26 smithi203 ceph-mon[117428]: pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:27.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:27.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:27.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:28.480 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:28.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:28.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:28.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:28.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:28 smithi137 ceph-mon[117020]: pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:28 smithi066 ceph-mon[112137]: pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:28 smithi203 ceph-mon[117428]: pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:29 smithi137 ceph-mon[117020]: from='client.261273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:29 smithi066 ceph-mon[112137]: from='client.261273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:29 smithi203 ceph-mon[117428]: from='client.261273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:30 smithi137 ceph-mon[117020]: pgmap v9369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:30 smithi066 ceph-mon[112137]: pgmap v9369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:30 smithi203 ceph-mon[117428]: pgmap v9369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:32 smithi137 ceph-mon[117020]: pgmap v9370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:32 smithi066 ceph-mon[112137]: pgmap v9370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:32 smithi203 ceph-mon[117428]: pgmap v9370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:33.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:33.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:33.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:34.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:34.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:34.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:34.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:34.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:34 smithi066 ceph-mon[112137]: pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:34 smithi203 ceph-mon[117428]: pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:34 smithi137 ceph-mon[117020]: pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:35 smithi066 ceph-mon[112137]: from='client.261351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:35 smithi203 ceph-mon[117428]: from='client.261351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:35 smithi137 ceph-mon[117020]: from='client.261351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:36 smithi066 ceph-mon[112137]: pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:36 smithi203 ceph-mon[117428]: pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:36 smithi137 ceph-mon[117020]: pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:38 smithi066 ceph-mon[112137]: pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:38 smithi203 ceph-mon[117428]: pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:38 smithi137 ceph-mon[117020]: pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:39.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:39.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:39.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:39.927 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:39.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:39.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:39.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:39.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:40 smithi066 ceph-mon[112137]: pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:40 smithi066 ceph-mon[112137]: from='client.261420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:40 smithi203 ceph-mon[117428]: pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:40 smithi203 ceph-mon[117428]: from='client.261420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:40 smithi137 ceph-mon[117020]: pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:40 smithi137 ceph-mon[117020]: from='client.261420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:42 smithi066 ceph-mon[112137]: pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:25:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:42 smithi203 ceph-mon[117428]: pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:25:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:42 smithi137 ceph-mon[117020]: pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:25:44.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:44.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:44.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:44 smithi066 ceph-mon[112137]: pgmap v9376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:25:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:44 smithi203 ceph-mon[117428]: pgmap v9376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:25:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:44 smithi137 ceph-mon[117020]: pgmap v9376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:25:45.666 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:45.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:45.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:45.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:45.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:46 smithi066 ceph-mon[112137]: pgmap v9377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:46 smithi066 ceph-mon[112137]: from='client.261495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:46 smithi203 ceph-mon[117428]: pgmap v9377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:46 smithi203 ceph-mon[117428]: from='client.261495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:46 smithi137 ceph-mon[117020]: pgmap v9377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:46 smithi137 ceph-mon[117020]: from='client.261495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:48 smithi066 ceph-mon[112137]: pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:48 smithi203 ceph-mon[117428]: pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:48 smithi137 ceph-mon[117020]: pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:50.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:50.668 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:50.668 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:50.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:50 smithi066 ceph-mon[112137]: pgmap v9379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:50 smithi203 ceph-mon[117428]: pgmap v9379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:50 smithi137 ceph-mon[117020]: pgmap v9379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:51.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:51.388 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:51.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:51.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:51.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:52 smithi066 ceph-mon[112137]: from='client.261570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:52.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:52 smithi066 ceph-mon[112137]: pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:52 smithi203 ceph-mon[117428]: from='client.261570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:52 smithi203 ceph-mon[117428]: pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:52 smithi137 ceph-mon[117020]: from='client.261570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:52 smithi137 ceph-mon[117020]: pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:54 smithi066 ceph-mon[112137]: pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:54 smithi203 ceph-mon[117428]: pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:54 smithi137 ceph-mon[117020]: pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:56.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:25:56.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:56.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:56 smithi066 ceph-mon[112137]: pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:25:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:56 smithi203 ceph-mon[117428]: pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:25:57.109 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:25:57.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:57.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:57.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:57.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:25:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:56 smithi137 ceph-mon[117020]: pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:25:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:57 smithi066 ceph-mon[112137]: from='client.261645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:57 smithi203 ceph-mon[117428]: from='client.261645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:57 smithi137 ceph-mon[117020]: from='client.261645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:25:58 smithi066 ceph-mon[112137]: pgmap v9383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:25:58 smithi203 ceph-mon[117428]: pgmap v9383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:25:58 smithi137 ceph-mon[117020]: pgmap v9383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:00 smithi066 ceph-mon[112137]: pgmap v9384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:00 smithi203 ceph-mon[117428]: pgmap v9384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:00 smithi137 ceph-mon[117020]: pgmap v9384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:02.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:02.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:02.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:02.835 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:02.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:02.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:02.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:02.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:02 smithi066 ceph-mon[112137]: pgmap v9385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:02 smithi203 ceph-mon[117428]: pgmap v9385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:02 smithi137 ceph-mon[117020]: pgmap v9385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:03 smithi066 ceph-mon[112137]: from='client.261723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:03 smithi203 ceph-mon[117428]: from='client.261723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:03 smithi137 ceph-mon[117020]: from='client.261723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:04 smithi066 ceph-mon[112137]: pgmap v9386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:04 smithi203 ceph-mon[117428]: pgmap v9386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:04 smithi137 ceph-mon[117020]: pgmap v9386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:06 smithi066 ceph-mon[112137]: pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:06 smithi203 ceph-mon[117428]: pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:06 smithi137 ceph-mon[117020]: pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:07.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:07.837 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:07.837 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:26:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:07.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:07.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:26:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:26:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:08.583 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:08.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:08.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:08.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:08.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:08 smithi066 ceph-mon[112137]: pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:26:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:26:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:08 smithi203 ceph-mon[117428]: pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:26:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:26:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:08 smithi137 ceph-mon[117020]: pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:26:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:26:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:26:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:09 smithi066 ceph-mon[112137]: from='client.261798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:09 smithi203 ceph-mon[117428]: from='client.261798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:09 smithi137 ceph-mon[117020]: from='client.261798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:10 smithi066 ceph-mon[112137]: pgmap v9389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:10 smithi203 ceph-mon[117428]: pgmap v9389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:10 smithi137 ceph-mon[117020]: pgmap v9389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:12 smithi066 ceph-mon[112137]: pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:12 smithi203 ceph-mon[117428]: pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:12 smithi137 ceph-mon[117020]: pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:13.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:13.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:13.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:14.305 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:14.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:14.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:14.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:14.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:14 smithi066 ceph-mon[112137]: pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:14 smithi203 ceph-mon[117428]: pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:14 smithi137 ceph-mon[117020]: pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:15 smithi066 ceph-mon[112137]: from='client.261870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:15 smithi203 ceph-mon[117428]: from='client.261870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:15 smithi137 ceph-mon[117020]: from='client.261870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:16 smithi066 ceph-mon[112137]: pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:16 smithi203 ceph-mon[117428]: pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:16 smithi137 ceph-mon[117020]: pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:18 smithi066 ceph-mon[112137]: pgmap v9393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:18 smithi203 ceph-mon[117428]: pgmap v9393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:18 smithi137 ceph-mon[117020]: pgmap v9393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:19.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:19.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:19.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:20.041 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:20.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:20.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:20.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:20.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:20 smithi066 ceph-mon[112137]: pgmap v9394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:20 smithi066 ceph-mon[112137]: from='client.261945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:20 smithi203 ceph-mon[117428]: pgmap v9394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:20 smithi203 ceph-mon[117428]: from='client.261945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:20 smithi137 ceph-mon[117020]: pgmap v9394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:20 smithi137 ceph-mon[117020]: from='client.261945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:22 smithi066 ceph-mon[112137]: pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:26:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:22 smithi203 ceph-mon[117428]: pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:26:23.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:22 smithi137 ceph-mon[117020]: pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:26:25.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:25.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:25.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:24 smithi203 ceph-mon[117428]: pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:26:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:24 smithi137 ceph-mon[117020]: pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:26:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:24 smithi066 ceph-mon[112137]: pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:26:25.765 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:25.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:25.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:25.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:25.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:26 smithi203 ceph-mon[117428]: pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:26 smithi203 ceph-mon[117428]: from='client.262023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:26 smithi137 ceph-mon[117020]: pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:26 smithi137 ceph-mon[117020]: from='client.262023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:26 smithi066 ceph-mon[112137]: pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:26 smithi066 ceph-mon[112137]: from='client.262023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:28 smithi203 ceph-mon[117428]: pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:28 smithi137 ceph-mon[117020]: pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:28 smithi066 ceph-mon[112137]: pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:30.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:30.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:30.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:30 smithi203 ceph-mon[117428]: pgmap v9399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:30 smithi137 ceph-mon[117020]: pgmap v9399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:30 smithi066 ceph-mon[112137]: pgmap v9399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:31.488 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:31.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:31.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:31.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:31.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:32 smithi203 ceph-mon[117428]: pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:32 smithi203 ceph-mon[117428]: from='client.262101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:32 smithi137 ceph-mon[117020]: pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:32 smithi137 ceph-mon[117020]: from='client.262101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:32 smithi066 ceph-mon[112137]: pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:32 smithi066 ceph-mon[112137]: from='client.262101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:34 smithi203 ceph-mon[117428]: pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:26:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:34 smithi137 ceph-mon[117020]: pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:26:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:34 smithi066 ceph-mon[112137]: pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:26:36.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:36.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:36.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:36 smithi203 ceph-mon[117428]: pgmap v9402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:26:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:36 smithi137 ceph-mon[117020]: pgmap v9402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:26:37.210 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:37.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:37.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:37.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:37.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:36 smithi066 ceph-mon[112137]: pgmap v9402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:26:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:38 smithi203 ceph-mon[117428]: from='client.262179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:38 smithi203 ceph-mon[117428]: pgmap v9403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:38 smithi137 ceph-mon[117020]: from='client.262179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:38 smithi137 ceph-mon[117020]: pgmap v9403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:39.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:38 smithi066 ceph-mon[112137]: from='client.262179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:39.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:38 smithi066 ceph-mon[112137]: pgmap v9403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:40 smithi203 ceph-mon[117428]: pgmap v9404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:40 smithi137 ceph-mon[117020]: pgmap v9404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:41.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:40 smithi066 ceph-mon[112137]: pgmap v9404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:42.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:42.936 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:42.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:42.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:42.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:42.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:42 smithi203 ceph-mon[117428]: pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:42 smithi137 ceph-mon[117020]: pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:43.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:42 smithi066 ceph-mon[112137]: pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:43 smithi203 ceph-mon[117428]: from='client.262251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:43 smithi137 ceph-mon[117020]: from='client.262251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:43 smithi066 ceph-mon[112137]: from='client.262251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:44 smithi203 ceph-mon[117428]: pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:44 smithi137 ceph-mon[117020]: pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:44 smithi066 ceph-mon[112137]: pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:46 smithi203 ceph-mon[117428]: pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:46 smithi137 ceph-mon[117020]: pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:47.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:46 smithi066 ceph-mon[112137]: pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:47.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:47.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:47.939 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:48.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:48.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:48.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:48.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:48.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:48 smithi203 ceph-mon[117428]: pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:48 smithi137 ceph-mon[117020]: pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:49.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:48 smithi066 ceph-mon[112137]: pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:49 smithi203 ceph-mon[117428]: from='client.262326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:49 smithi137 ceph-mon[117020]: from='client.262326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:50.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:49 smithi066 ceph-mon[112137]: from='client.262326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:50 smithi203 ceph-mon[117428]: pgmap v9409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:50 smithi137 ceph-mon[117020]: pgmap v9409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:50 smithi066 ceph-mon[112137]: pgmap v9409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:52 smithi203 ceph-mon[117428]: pgmap v9410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:52 smithi137 ceph-mon[117020]: pgmap v9410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:52 smithi066 ceph-mon[112137]: pgmap v9410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:53.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:53.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:53.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:54.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:54.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:54.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:54.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:26:54.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:26:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:54 smithi203 ceph-mon[117428]: pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:54 smithi137 ceph-mon[117020]: pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:55.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:54 smithi066 ceph-mon[112137]: pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:55 smithi203 ceph-mon[117428]: from='client.262404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:55 smithi137 ceph-mon[117020]: from='client.262404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:55 smithi066 ceph-mon[112137]: from='client.262404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:56 smithi203 ceph-mon[117428]: pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:56 smithi137 ceph-mon[117020]: pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:56 smithi066 ceph-mon[112137]: pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:26:58 smithi203 ceph-mon[117428]: pgmap v9413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:26:58 smithi137 ceph-mon[117020]: pgmap v9413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:26:58 smithi066 ceph-mon[112137]: pgmap v9413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:59.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:26:59.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:59.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:00.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:00.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:00.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:00.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:00.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:00 smithi203 ceph-mon[117428]: pgmap v9414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:00 smithi203 ceph-mon[117428]: from='client.262479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:00 smithi137 ceph-mon[117020]: pgmap v9414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:00 smithi137 ceph-mon[117020]: from='client.262479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:00 smithi066 ceph-mon[112137]: pgmap v9414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:00 smithi066 ceph-mon[112137]: from='client.262479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:02 smithi203 ceph-mon[117428]: pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:02 smithi137 ceph-mon[117020]: pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:02 smithi066 ceph-mon[112137]: pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:04 smithi203 ceph-mon[117428]: pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:04 smithi137 ceph-mon[117020]: pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:05.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:05.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:05.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:04 smithi066 ceph-mon[112137]: pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:05.849 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:05.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:05.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:05.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:05.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:06 smithi137 ceph-mon[117020]: pgmap v9417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:06 smithi137 ceph-mon[117020]: from='client.262548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:06 smithi066 ceph-mon[112137]: pgmap v9417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:06 smithi066 ceph-mon[112137]: from='client.262548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:07.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:06 smithi203 ceph-mon[117428]: pgmap v9417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:07.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:06 smithi203 ceph-mon[117428]: from='client.262548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:08 smithi137 ceph-mon[117020]: pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:27:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:08 smithi066 ceph-mon[112137]: pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:09.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:27:09.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:08 smithi203 ceph-mon[117428]: pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:09.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:27:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:27:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:27:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:27:10.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:27:10.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:27:10.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:27:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:27:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:27:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:27:10.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:10.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:10.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:10 smithi137 ceph-mon[117020]: pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:10 smithi066 ceph-mon[112137]: pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:11.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:10 smithi203 ceph-mon[117428]: pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:11.582 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:11.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:11.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:11.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:11.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:12 smithi137 ceph-mon[117020]: pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:12 smithi137 ceph-mon[117020]: from='client.262623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:12 smithi066 ceph-mon[112137]: pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:12 smithi066 ceph-mon[112137]: from='client.262623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:12 smithi203 ceph-mon[117428]: pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:12 smithi203 ceph-mon[117428]: from='client.262623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:14 smithi137 ceph-mon[117020]: pgmap v9421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:14 smithi066 ceph-mon[112137]: pgmap v9421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:14 smithi203 ceph-mon[117428]: pgmap v9421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:16.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:16.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:16.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:16 smithi137 ceph-mon[117020]: pgmap v9422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:16 smithi066 ceph-mon[112137]: pgmap v9422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:17.316 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:17.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:17.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:17.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:17.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:17.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:16 smithi203 ceph-mon[117428]: pgmap v9422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:18 smithi137 ceph-mon[117020]: from='client.262695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:18 smithi137 ceph-mon[117020]: pgmap v9423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:18 smithi066 ceph-mon[112137]: from='client.262695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:19.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:18 smithi066 ceph-mon[112137]: pgmap v9423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:19.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:18 smithi203 ceph-mon[117428]: from='client.262695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:19.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:18 smithi203 ceph-mon[117428]: pgmap v9423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:20 smithi137 ceph-mon[117020]: pgmap v9424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:21.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:20 smithi066 ceph-mon[112137]: pgmap v9424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:21.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:20 smithi203 ceph-mon[117428]: pgmap v9424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:22.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:22.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:22.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:23.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:23.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:23.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:23.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:23.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:22 smithi137 ceph-mon[117020]: pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:23.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:22 smithi066 ceph-mon[112137]: pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:23.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:22 smithi203 ceph-mon[117428]: pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:23 smithi137 ceph-mon[117020]: from='client.262770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:24.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:23 smithi066 ceph-mon[112137]: from='client.262770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:24.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:23 smithi203 ceph-mon[117428]: from='client.262770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:24 smithi137 ceph-mon[117020]: pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:24 smithi066 ceph-mon[112137]: pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:24 smithi203 ceph-mon[117428]: pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:25 smithi137 ceph-mon[117020]: pgmap v9427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:25 smithi066 ceph-mon[112137]: pgmap v9427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:26.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:25 smithi203 ceph-mon[117428]: pgmap v9427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:28.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:28.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:28.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:28.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:28 smithi066 ceph-mon[112137]: pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:28.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:28 smithi203 ceph-mon[117428]: pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:28.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:28 smithi137 ceph-mon[117020]: pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:28.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:28.771 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:28.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:28.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:28.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:29.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:29 smithi066 ceph-mon[112137]: from='client.262848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:29.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:29 smithi203 ceph-mon[117428]: from='client.262848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:29 smithi137 ceph-mon[117020]: from='client.262848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:30 smithi066 ceph-mon[112137]: pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:30 smithi203 ceph-mon[117428]: pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:30 smithi137 ceph-mon[117020]: pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:32 smithi066 ceph-mon[112137]: pgmap v9430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:32 smithi203 ceph-mon[117428]: pgmap v9430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:32 smithi137 ceph-mon[117020]: pgmap v9430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:33.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:33.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:33.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:34.505 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:34.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:34.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:34.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:34.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:34.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:34 smithi066 ceph-mon[112137]: pgmap v9431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:34 smithi203 ceph-mon[117428]: pgmap v9431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:34 smithi137 ceph-mon[117020]: pgmap v9431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:35 smithi066 ceph-mon[112137]: from='client.262923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:35 smithi203 ceph-mon[117428]: from='client.262923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:35 smithi137 ceph-mon[117020]: from='client.262923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:36.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:36 smithi066 ceph-mon[112137]: pgmap v9432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:36 smithi203 ceph-mon[117428]: pgmap v9432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:36 smithi137 ceph-mon[117020]: pgmap v9432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:38.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:38 smithi066 ceph-mon[112137]: pgmap v9433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:38 smithi203 ceph-mon[117428]: pgmap v9433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:38 smithi137 ceph-mon[117020]: pgmap v9433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:39.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:39.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:39.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:40.225 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:40.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:40.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:40.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:40.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:40 smithi066 ceph-mon[112137]: pgmap v9434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:40 smithi203 ceph-mon[117428]: pgmap v9434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:40 smithi137 ceph-mon[117020]: pgmap v9434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:41 smithi066 ceph-mon[112137]: from='client.263001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:41 smithi203 ceph-mon[117428]: from='client.263001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:41 smithi137 ceph-mon[117020]: from='client.263001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:42 smithi066 ceph-mon[112137]: pgmap v9435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:42 smithi203 ceph-mon[117428]: pgmap v9435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:42 smithi137 ceph-mon[117020]: pgmap v9435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:44.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:44 smithi066 ceph-mon[112137]: pgmap v9436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:44 smithi203 ceph-mon[117428]: pgmap v9436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:44 smithi137 ceph-mon[117020]: pgmap v9436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:45.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:45.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:45.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:45.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:45.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:45.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:45.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:45.945 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:46 smithi066 ceph-mon[112137]: pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:46 smithi066 ceph-mon[112137]: from='client.263076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:46 smithi203 ceph-mon[117428]: pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:46 smithi203 ceph-mon[117428]: from='client.263076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:46 smithi137 ceph-mon[117020]: pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:46 smithi137 ceph-mon[117020]: from='client.263076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:48.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:48 smithi066 ceph-mon[112137]: pgmap v9438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:48 smithi203 ceph-mon[117428]: pgmap v9438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:48 smithi137 ceph-mon[117020]: pgmap v9438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:50.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:50 smithi066 ceph-mon[112137]: pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:50 smithi203 ceph-mon[117428]: pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:50 smithi137 ceph-mon[117020]: pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:50.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:50.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:50.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:51.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:51.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:51.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:51.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:51.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:52 smithi066 ceph-mon[112137]: pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:52 smithi066 ceph-mon[112137]: from='client.263151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:52 smithi203 ceph-mon[117428]: pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:52 smithi203 ceph-mon[117428]: from='client.263151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:52 smithi137 ceph-mon[117020]: pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:52 smithi137 ceph-mon[117020]: from='client.263151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:54 smithi066 ceph-mon[112137]: pgmap v9441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:54 smithi203 ceph-mon[117428]: pgmap v9441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:54 smithi137 ceph-mon[117020]: pgmap v9441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:56.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:27:56.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:56.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:56 smithi066 ceph-mon[112137]: pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:56 smithi203 ceph-mon[117428]: pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:56 smithi137 ceph-mon[117020]: pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:57.394 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:27:57.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:57.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:57.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:57.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:27:58.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:58 smithi066 ceph-mon[112137]: from='client.263226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:58.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:27:58 smithi066 ceph-mon[112137]: pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:58 smithi203 ceph-mon[117428]: from='client.263226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:27:58 smithi203 ceph-mon[117428]: pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:58 smithi137 ceph-mon[117020]: from='client.263226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:27:58 smithi137 ceph-mon[117020]: pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:00 smithi066 ceph-mon[112137]: pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:00 smithi203 ceph-mon[117428]: pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:00 smithi137 ceph-mon[117020]: pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:02.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:02.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:02.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:02 smithi066 ceph-mon[112137]: pgmap v9445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:02.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:02 smithi203 ceph-mon[117428]: pgmap v9445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:02 smithi137 ceph-mon[117020]: pgmap v9445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:03.128 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:03.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:03.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:03.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:03.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:03 smithi066 ceph-mon[112137]: from='client.263304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:03 smithi203 ceph-mon[117428]: from='client.263304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:03 smithi137 ceph-mon[117020]: from='client.263304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:04 smithi066 ceph-mon[112137]: pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:04 smithi203 ceph-mon[117428]: pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:04 smithi137 ceph-mon[117020]: pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:06.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:06 smithi066 ceph-mon[112137]: pgmap v9447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:06 smithi203 ceph-mon[117428]: pgmap v9447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:06 smithi137 ceph-mon[117020]: pgmap v9447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:08.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:08.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:08.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:08 smithi066 ceph-mon[112137]: pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:08 smithi203 ceph-mon[117428]: pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:08.871 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:08.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:08.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:08.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:08.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:08 smithi137 ceph-mon[117020]: pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:09.696 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:09 smithi066 ceph-mon[112137]: from='client.263376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:09.696 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:28:09.718 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:09 smithi137 ceph-mon[117020]: from='client.263376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:09.718 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:28:09.786 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:09 smithi203 ceph-mon[117428]: from='client.263376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:09.786 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:28:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: pgmap v9449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:28:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:28:10.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:28:10.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:28:10.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: pgmap v9449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:28:10.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: pgmap v9449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:28:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:28:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:28:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:28:10.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:28:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:11 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16364M 2023-12-07T22:28:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:11 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16364M 2023-12-07T22:28:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:11 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16364M 2023-12-07T22:28:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:12 smithi066 ceph-mon[112137]: pgmap v9450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:12 smithi203 ceph-mon[117428]: pgmap v9450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:12 smithi137 ceph-mon[117020]: pgmap v9450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:13.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:13.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:13.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:14.599 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:14.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:14.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:14.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:14.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:14 smithi066 ceph-mon[112137]: pgmap v9451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:14 smithi203 ceph-mon[117428]: pgmap v9451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:14 smithi137 ceph-mon[117020]: pgmap v9451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:15 smithi066 ceph-mon[112137]: from='client.263448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:15.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:15 smithi203 ceph-mon[117428]: from='client.263448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:15 smithi137 ceph-mon[117020]: from='client.263448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:16 smithi066 ceph-mon[112137]: pgmap v9452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:16 smithi203 ceph-mon[117428]: pgmap v9452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:16 smithi137 ceph-mon[117020]: pgmap v9452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:18.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:18 smithi066 ceph-mon[112137]: pgmap v9453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:18 smithi203 ceph-mon[117428]: pgmap v9453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:18 smithi137 ceph-mon[117020]: pgmap v9453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:19.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:19.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:19.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:20.328 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:20.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:20.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:20.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:20.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:20 smithi066 ceph-mon[112137]: pgmap v9454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:20 smithi203 ceph-mon[117428]: pgmap v9454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:20 smithi137 ceph-mon[117020]: pgmap v9454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:21 smithi066 ceph-mon[112137]: from='client.263523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:21 smithi203 ceph-mon[117428]: from='client.263523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:21 smithi137 ceph-mon[117020]: from='client.263523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:22 smithi066 ceph-mon[112137]: pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:22 smithi203 ceph-mon[117428]: pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:22 smithi137 ceph-mon[117020]: pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:24 smithi066 ceph-mon[112137]: pgmap v9456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:24 smithi203 ceph-mon[117428]: pgmap v9456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:24 smithi137 ceph-mon[117020]: pgmap v9456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:25.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:25.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:25.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:26.051 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:26.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:26.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:26.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:26.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:26.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:26 smithi066 ceph-mon[112137]: pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:26.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:26 smithi066 ceph-mon[112137]: from='client.263601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:26 smithi203 ceph-mon[117428]: pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:26 smithi203 ceph-mon[117428]: from='client.263601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:26 smithi137 ceph-mon[117020]: pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:26 smithi137 ceph-mon[117020]: from='client.263601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:28 smithi066 ceph-mon[112137]: pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:28 smithi203 ceph-mon[117428]: pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:28 smithi137 ceph-mon[117020]: pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:30 smithi066 ceph-mon[112137]: pgmap v9459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:30 smithi203 ceph-mon[117428]: pgmap v9459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:30 smithi137 ceph-mon[117020]: pgmap v9459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:31.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:31.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:31.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:31.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:31.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:31.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:31.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:31.792 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:32 smithi203 ceph-mon[117428]: pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:32 smithi203 ceph-mon[117428]: from='client.263676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:32 smithi137 ceph-mon[117020]: pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:32 smithi137 ceph-mon[117020]: from='client.263676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:32 smithi066 ceph-mon[112137]: pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:32 smithi066 ceph-mon[112137]: from='client.263676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:34 smithi203 ceph-mon[117428]: pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:34 smithi137 ceph-mon[117020]: pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:34 smithi066 ceph-mon[112137]: pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:36.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:36.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:36.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:36 smithi203 ceph-mon[117428]: pgmap v9462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:36 smithi137 ceph-mon[117020]: pgmap v9462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:36 smithi066 ceph-mon[112137]: pgmap v9462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:37.516 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:37.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:37.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:37.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:37.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:38 smithi203 ceph-mon[117428]: from='client.263751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:38 smithi203 ceph-mon[117428]: pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:38 smithi137 ceph-mon[117020]: from='client.263751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:38 smithi137 ceph-mon[117020]: pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:38 smithi066 ceph-mon[112137]: from='client.263751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:38 smithi066 ceph-mon[112137]: pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:40 smithi203 ceph-mon[117428]: pgmap v9464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:40 smithi137 ceph-mon[117020]: pgmap v9464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:40 smithi066 ceph-mon[112137]: pgmap v9464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:42.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:42.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:42.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:42 smithi203 ceph-mon[117428]: pgmap v9465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:42 smithi137 ceph-mon[117020]: pgmap v9465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:42 smithi066 ceph-mon[112137]: pgmap v9465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:43.241 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:43.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:43.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:43.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:43.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:44 smithi203 ceph-mon[117428]: from='client.263826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:44 smithi203 ceph-mon[117428]: pgmap v9466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:44 smithi137 ceph-mon[117020]: from='client.263826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:44 smithi137 ceph-mon[117020]: pgmap v9466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:44 smithi066 ceph-mon[112137]: from='client.263826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:44 smithi066 ceph-mon[112137]: pgmap v9466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:46 smithi203 ceph-mon[117428]: pgmap v9467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:46 smithi137 ceph-mon[117020]: pgmap v9467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:46 smithi066 ceph-mon[112137]: pgmap v9467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:48.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:48.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:48.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:48 smithi203 ceph-mon[117428]: pgmap v9468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:48 smithi137 ceph-mon[117020]: pgmap v9468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:48.964 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:48.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:48.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:48.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:48.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:48 smithi066 ceph-mon[112137]: pgmap v9468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:49 smithi203 ceph-mon[117428]: from='client.263901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:49 smithi137 ceph-mon[117020]: from='client.263901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:49 smithi066 ceph-mon[112137]: from='client.263901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:50 smithi203 ceph-mon[117428]: pgmap v9469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:50 smithi137 ceph-mon[117020]: pgmap v9469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:50 smithi066 ceph-mon[112137]: pgmap v9469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:52 smithi203 ceph-mon[117428]: pgmap v9470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:52 smithi137 ceph-mon[117020]: pgmap v9470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:52 smithi066 ceph-mon[112137]: pgmap v9470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:53.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:53.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:53.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:54.695 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:28:54.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:54.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:54.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:54.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:28:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:54 smithi203 ceph-mon[117428]: pgmap v9471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:54 smithi137 ceph-mon[117020]: pgmap v9471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:54 smithi066 ceph-mon[112137]: pgmap v9471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:55.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:55 smithi203 ceph-mon[117428]: from='client.263979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:55 smithi137 ceph-mon[117020]: from='client.263979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:55 smithi066 ceph-mon[112137]: from='client.263979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:56 smithi203 ceph-mon[117428]: pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:28:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:56 smithi137 ceph-mon[117020]: pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:28:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:56 smithi066 ceph-mon[112137]: pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:28:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:28:58 smithi203 ceph-mon[117428]: pgmap v9473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:28:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:28:58 smithi137 ceph-mon[117020]: pgmap v9473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:28:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:28:58 smithi066 ceph-mon[112137]: pgmap v9473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:28:59.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:28:59.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:59.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:00.448 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:00.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:00.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:00.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:00.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:00 smithi203 ceph-mon[117428]: pgmap v9474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:29:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:00 smithi137 ceph-mon[117020]: pgmap v9474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:29:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:00 smithi066 ceph-mon[112137]: pgmap v9474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:29:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:01 smithi203 ceph-mon[117428]: from='client.264051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:01 smithi137 ceph-mon[117020]: from='client.264051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:01 smithi066 ceph-mon[112137]: from='client.264051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:02 smithi203 ceph-mon[117428]: pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:02 smithi137 ceph-mon[117020]: pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:02 smithi066 ceph-mon[112137]: pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:04 smithi203 ceph-mon[117428]: pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:04 smithi137 ceph-mon[117020]: pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:04 smithi066 ceph-mon[112137]: pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:05.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:05.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:05.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:06.169 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:06.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:06.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:06.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:06.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:06 smithi203 ceph-mon[117428]: pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:06 smithi203 ceph-mon[117428]: from='client.264120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:06 smithi137 ceph-mon[117020]: pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:06 smithi137 ceph-mon[117020]: from='client.264120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:06 smithi066 ceph-mon[112137]: pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:06 smithi066 ceph-mon[112137]: from='client.264120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:08 smithi203 ceph-mon[117428]: pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:08 smithi137 ceph-mon[117020]: pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:08 smithi066 ceph-mon[112137]: pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:10 smithi137 ceph-mon[117020]: pgmap v9479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:10 smithi066 ceph-mon[112137]: pgmap v9479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:10 smithi203 ceph-mon[117428]: pgmap v9479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:11.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:11.170 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:11.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:29:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:29:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:29:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:29:11.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:11.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:11.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:11.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:11.878 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:29:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:29:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:29:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:29:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:29:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:29:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:29:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:29:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:12 smithi137 ceph-mon[117020]: pgmap v9480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:29:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:12 smithi137 ceph-mon[117020]: from='client.264198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:12 smithi066 ceph-mon[112137]: pgmap v9480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:29:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:12 smithi066 ceph-mon[112137]: from='client.264198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:12 smithi203 ceph-mon[117428]: pgmap v9480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:29:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:12 smithi203 ceph-mon[117428]: from='client.264198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:14 smithi137 ceph-mon[117020]: pgmap v9481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:14 smithi066 ceph-mon[112137]: pgmap v9481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:14 smithi203 ceph-mon[117428]: pgmap v9481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:16 smithi137 ceph-mon[117020]: pgmap v9482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:16.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:16.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:16.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:16 smithi066 ceph-mon[112137]: pgmap v9482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:16 smithi203 ceph-mon[117428]: pgmap v9482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:17.598 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:17.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:17.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:17.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:17.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:18 smithi137 ceph-mon[117020]: pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:18 smithi137 ceph-mon[117020]: from='client.264273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:18 smithi066 ceph-mon[112137]: pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:18 smithi066 ceph-mon[112137]: from='client.264273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:18 smithi203 ceph-mon[117428]: pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:18 smithi203 ceph-mon[117428]: from='client.264273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:20 smithi137 ceph-mon[117020]: pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:20 smithi066 ceph-mon[112137]: pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:20 smithi203 ceph-mon[117428]: pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:22.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:22.600 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:22.600 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:22 smithi137 ceph-mon[117020]: pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:22 smithi066 ceph-mon[112137]: pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:22 smithi203 ceph-mon[117428]: pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:23.314 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:23.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:23.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:23.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:23.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:24 smithi137 ceph-mon[117020]: from='client.264348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:24 smithi137 ceph-mon[117020]: pgmap v9486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:24 smithi066 ceph-mon[112137]: from='client.264348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:24 smithi066 ceph-mon[112137]: pgmap v9486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:24 smithi203 ceph-mon[117428]: from='client.264348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:24 smithi203 ceph-mon[117428]: pgmap v9486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:26 smithi137 ceph-mon[117020]: pgmap v9487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:26 smithi066 ceph-mon[112137]: pgmap v9487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:26 smithi203 ceph-mon[117428]: pgmap v9487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:28.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:28.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:28.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:28 smithi137 ceph-mon[117020]: pgmap v9488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:28 smithi066 ceph-mon[112137]: pgmap v9488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:29.042 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:29.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:29.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:29.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:29.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:28 smithi203 ceph-mon[117428]: pgmap v9488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:29 smithi137 ceph-mon[117020]: from='client.264426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:29 smithi066 ceph-mon[112137]: from='client.264426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:29 smithi203 ceph-mon[117428]: from='client.264426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:30 smithi137 ceph-mon[117020]: pgmap v9489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:30 smithi066 ceph-mon[112137]: pgmap v9489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:30 smithi203 ceph-mon[117428]: pgmap v9489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:32 smithi137 ceph-mon[117020]: pgmap v9490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:32 smithi066 ceph-mon[112137]: pgmap v9490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:32 smithi203 ceph-mon[117428]: pgmap v9490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:34.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:34.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:34.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:34.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:34.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:34.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:34.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:34.771 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:34 smithi137 ceph-mon[117020]: pgmap v9491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:34 smithi066 ceph-mon[112137]: pgmap v9491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:34 smithi203 ceph-mon[117428]: pgmap v9491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:35 smithi137 ceph-mon[117020]: from='client.264498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:35 smithi066 ceph-mon[112137]: from='client.264498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:35 smithi203 ceph-mon[117428]: from='client.264498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:36 smithi066 ceph-mon[112137]: pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:29:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:36 smithi203 ceph-mon[117428]: pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:29:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:36 smithi137 ceph-mon[117020]: pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:29:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:38 smithi066 ceph-mon[112137]: pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:29:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:38 smithi203 ceph-mon[117428]: pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:29:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:38 smithi137 ceph-mon[117020]: pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:29:39.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:39.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:39.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:40.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:40.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:40.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:40.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:40.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:40 smithi066 ceph-mon[112137]: pgmap v9494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:29:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:40 smithi203 ceph-mon[117428]: pgmap v9494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:29:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:40 smithi137 ceph-mon[117020]: pgmap v9494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:29:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:41 smithi066 ceph-mon[112137]: from='client.264573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:41 smithi203 ceph-mon[117428]: from='client.264573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:41 smithi137 ceph-mon[117020]: from='client.264573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:42 smithi066 ceph-mon[112137]: pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:42 smithi203 ceph-mon[117428]: pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:42 smithi137 ceph-mon[117020]: pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:44 smithi066 ceph-mon[112137]: pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:44 smithi203 ceph-mon[117428]: pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:44 smithi137 ceph-mon[117020]: pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:45.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:45.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:45.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:46.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:46.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:46.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:46.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:46.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:46 smithi066 ceph-mon[112137]: pgmap v9497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:46 smithi066 ceph-mon[112137]: from='client.264648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:46 smithi203 ceph-mon[117428]: pgmap v9497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:46 smithi203 ceph-mon[117428]: from='client.264648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:46 smithi137 ceph-mon[117020]: pgmap v9497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:46 smithi137 ceph-mon[117020]: from='client.264648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:48 smithi066 ceph-mon[112137]: pgmap v9498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:48 smithi203 ceph-mon[117428]: pgmap v9498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:48 smithi137 ceph-mon[117020]: pgmap v9498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:50 smithi066 ceph-mon[112137]: pgmap v9499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:50 smithi203 ceph-mon[117428]: pgmap v9499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:50 smithi137 ceph-mon[117020]: pgmap v9499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:29:51.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:51.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:51.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:51.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:51.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:51.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:51.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:51.985 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:52 smithi066 ceph-mon[112137]: pgmap v9500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:29:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:52 smithi066 ceph-mon[112137]: from='client.264723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:52 smithi203 ceph-mon[117428]: pgmap v9500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:29:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:52 smithi203 ceph-mon[117428]: from='client.264723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:52 smithi137 ceph-mon[117020]: pgmap v9500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:29:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:52 smithi137 ceph-mon[117020]: from='client.264723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:54 smithi066 ceph-mon[112137]: pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:54 smithi203 ceph-mon[117428]: pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:54 smithi137 ceph-mon[117020]: pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:56.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:29:56.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:56.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:56 smithi066 ceph-mon[112137]: pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:56 smithi203 ceph-mon[117428]: pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:56 smithi137 ceph-mon[117020]: pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:57.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:29:57.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:57.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:57.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:57.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:29:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:58 smithi066 ceph-mon[112137]: pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:29:58 smithi066 ceph-mon[112137]: from='client.264795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:58 smithi203 ceph-mon[117428]: pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:29:58 smithi203 ceph-mon[117428]: from='client.264795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:58 smithi137 ceph-mon[117020]: pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:29:58 smithi137 ceph-mon[117020]: from='client.264795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:00 smithi066 ceph-mon[112137]: pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T22:30:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:00 smithi203 ceph-mon[117428]: pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T22:30:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:00 smithi137 ceph-mon[117020]: pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T22:30:02.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:02.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:02.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:02 smithi066 ceph-mon[112137]: pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:02 smithi203 ceph-mon[117428]: pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:02 smithi137 ceph-mon[117020]: pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:03.428 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:03.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:03.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:03.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:03.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:04 smithi066 ceph-mon[112137]: from='client.264873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:04 smithi066 ceph-mon[112137]: pgmap v9506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:04 smithi203 ceph-mon[117428]: from='client.264873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:04 smithi203 ceph-mon[117428]: pgmap v9506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:04 smithi137 ceph-mon[117020]: from='client.264873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:04 smithi137 ceph-mon[117020]: pgmap v9506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:06 smithi066 ceph-mon[112137]: pgmap v9507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:06 smithi203 ceph-mon[117428]: pgmap v9507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:06 smithi137 ceph-mon[117020]: pgmap v9507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:08.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:08.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:08.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:08 smithi066 ceph-mon[112137]: pgmap v9508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:08 smithi203 ceph-mon[117428]: pgmap v9508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:08 smithi137 ceph-mon[117020]: pgmap v9508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:09.160 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:09.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:09.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:09.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:09.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:09 smithi066 ceph-mon[112137]: from='client.264951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:09 smithi203 ceph-mon[117428]: from='client.264951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:09 smithi137 ceph-mon[117020]: from='client.264951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:10 smithi066 ceph-mon[112137]: pgmap v9509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:10 smithi203 ceph-mon[117428]: pgmap v9509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:10 smithi137 ceph-mon[117020]: pgmap v9509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:30:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:30:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:30:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:12 smithi066 ceph-mon[112137]: pgmap v9510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:30:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:30:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:30:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:12 smithi203 ceph-mon[117428]: pgmap v9510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:30:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:30:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:30:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:12 smithi137 ceph-mon[117020]: pgmap v9510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:30:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:30:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:30:14.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:14.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:14.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:14.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:14.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:14.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:14.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:14.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:14 smithi066 ceph-mon[112137]: pgmap v9511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:14 smithi203 ceph-mon[117428]: pgmap v9511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:14 smithi137 ceph-mon[117020]: pgmap v9511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:15 smithi066 ceph-mon[112137]: from='client.265029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:15 smithi203 ceph-mon[117428]: from='client.265029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:15 smithi137 ceph-mon[117020]: from='client.265029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:16 smithi066 ceph-mon[112137]: pgmap v9512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:16 smithi203 ceph-mon[117428]: pgmap v9512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:16 smithi137 ceph-mon[117020]: pgmap v9512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:18 smithi066 ceph-mon[112137]: pgmap v9513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:18 smithi203 ceph-mon[117428]: pgmap v9513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:18 smithi137 ceph-mon[117020]: pgmap v9513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:19.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:19.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:19.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:20.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:20.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:20.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:20.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:20.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:20 smithi066 ceph-mon[112137]: pgmap v9514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:20 smithi203 ceph-mon[117428]: pgmap v9514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:20 smithi137 ceph-mon[117020]: pgmap v9514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:21 smithi066 ceph-mon[112137]: from='client.265101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:21 smithi203 ceph-mon[117428]: from='client.265101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:21 smithi137 ceph-mon[117020]: from='client.265101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:22 smithi066 ceph-mon[112137]: pgmap v9515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:22 smithi203 ceph-mon[117428]: pgmap v9515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:22 smithi137 ceph-mon[117020]: pgmap v9515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:24 smithi066 ceph-mon[112137]: pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:24 smithi203 ceph-mon[117428]: pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:24 smithi137 ceph-mon[117020]: pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:25.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:25.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:25.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:26.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:26.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:26.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:26.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:26.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:26 smithi066 ceph-mon[112137]: pgmap v9517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:26 smithi203 ceph-mon[117428]: pgmap v9517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:26 smithi137 ceph-mon[117020]: pgmap v9517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:27 smithi066 ceph-mon[112137]: from='client.265179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:27 smithi203 ceph-mon[117428]: from='client.265179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:27 smithi137 ceph-mon[117020]: from='client.265179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:28 smithi066 ceph-mon[112137]: pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:28 smithi203 ceph-mon[117428]: pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:28 smithi137 ceph-mon[117020]: pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:30 smithi203 ceph-mon[117428]: pgmap v9519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:30 smithi137 ceph-mon[117020]: pgmap v9519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:30 smithi066 ceph-mon[112137]: pgmap v9519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:31.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:31.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:31.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:32.070 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:32.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:32.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:32.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:32.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:32 smithi203 ceph-mon[117428]: pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:32 smithi203 ceph-mon[117428]: from='client.265257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:32 smithi137 ceph-mon[117020]: pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:32 smithi137 ceph-mon[117020]: from='client.265257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:32 smithi066 ceph-mon[112137]: pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:32 smithi066 ceph-mon[112137]: from='client.265257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:34 smithi203 ceph-mon[117428]: pgmap v9521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:34 smithi137 ceph-mon[117020]: pgmap v9521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:35.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:34 smithi066 ceph-mon[112137]: pgmap v9521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:37.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:37.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:37.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:36 smithi203 ceph-mon[117428]: pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:36 smithi137 ceph-mon[117020]: pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:36 smithi066 ceph-mon[112137]: pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:37.803 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:37.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:37.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:37.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:37.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:38 smithi203 ceph-mon[117428]: pgmap v9523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:38 smithi203 ceph-mon[117428]: from='client.265335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:38 smithi137 ceph-mon[117020]: pgmap v9523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:38 smithi137 ceph-mon[117020]: from='client.265335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:39.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:38 smithi066 ceph-mon[112137]: pgmap v9523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:39.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:38 smithi066 ceph-mon[112137]: from='client.265335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:40 smithi203 ceph-mon[117428]: pgmap v9524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:40 smithi137 ceph-mon[117020]: pgmap v9524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:40 smithi066 ceph-mon[112137]: pgmap v9524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:42.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:42.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:42.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:42 smithi203 ceph-mon[117428]: pgmap v9525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:42 smithi137 ceph-mon[117020]: pgmap v9525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:43.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:42 smithi066 ceph-mon[112137]: pgmap v9525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:43.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:43.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:43.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:43.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:43.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:44 smithi203 ceph-mon[117428]: from='client.265404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:44 smithi203 ceph-mon[117428]: pgmap v9526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:44 smithi137 ceph-mon[117020]: from='client.265404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:44 smithi137 ceph-mon[117020]: pgmap v9526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:44 smithi066 ceph-mon[112137]: from='client.265404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:44 smithi066 ceph-mon[112137]: pgmap v9526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:46 smithi203 ceph-mon[117428]: pgmap v9527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:46 smithi137 ceph-mon[117020]: pgmap v9527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:47.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:46 smithi066 ceph-mon[112137]: pgmap v9527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:48.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:48.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:48.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:48 smithi203 ceph-mon[117428]: pgmap v9528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:48 smithi137 ceph-mon[117020]: pgmap v9528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:48 smithi066 ceph-mon[112137]: pgmap v9528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:49.275 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:49.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:49.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:49.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:49.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:50 smithi203 ceph-mon[117428]: from='client.265479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:50 smithi203 ceph-mon[117428]: pgmap v9529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:50 smithi137 ceph-mon[117020]: from='client.265479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:50 smithi137 ceph-mon[117020]: pgmap v9529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:50 smithi066 ceph-mon[112137]: from='client.265479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:50 smithi066 ceph-mon[112137]: pgmap v9529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:52 smithi203 ceph-mon[117428]: pgmap v9530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:52 smithi137 ceph-mon[117020]: pgmap v9530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:52 smithi066 ceph-mon[112137]: pgmap v9530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:54.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:30:54.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:54.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:54.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:30:54.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:54.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:54.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:54.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:30:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:54 smithi203 ceph-mon[117428]: pgmap v9531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:54 smithi137 ceph-mon[117020]: pgmap v9531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:54 smithi066 ceph-mon[112137]: pgmap v9531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:55 smithi203 ceph-mon[117428]: from='client.265557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:55 smithi137 ceph-mon[117020]: from='client.265557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:55 smithi066 ceph-mon[112137]: from='client.265557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:56 smithi203 ceph-mon[117428]: pgmap v9532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:56 smithi137 ceph-mon[117020]: pgmap v9532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:56 smithi066 ceph-mon[112137]: pgmap v9532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:30:58 smithi203 ceph-mon[117428]: pgmap v9533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:30:58 smithi137 ceph-mon[117020]: pgmap v9533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:30:58 smithi066 ceph-mon[112137]: pgmap v9533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:00.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:00.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:00.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:00.724 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:00.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:00.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:00.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:00.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:00 smithi203 ceph-mon[117428]: pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:00 smithi137 ceph-mon[117020]: pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:00 smithi066 ceph-mon[112137]: pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:01 smithi203 ceph-mon[117428]: from='client.265632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:01 smithi137 ceph-mon[117020]: from='client.265632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:01 smithi066 ceph-mon[112137]: from='client.265632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:02 smithi203 ceph-mon[117428]: pgmap v9535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:02 smithi137 ceph-mon[117020]: pgmap v9535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:03.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:02 smithi066 ceph-mon[112137]: pgmap v9535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:04 smithi203 ceph-mon[117428]: pgmap v9536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:04 smithi137 ceph-mon[117020]: pgmap v9536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:04 smithi066 ceph-mon[112137]: pgmap v9536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:05.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:05.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:05.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:06.443 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:06.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:06.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:06.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:06.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:06 smithi203 ceph-mon[117428]: pgmap v9537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:06 smithi137 ceph-mon[117020]: pgmap v9537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:06 smithi066 ceph-mon[112137]: pgmap v9537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:07 smithi203 ceph-mon[117428]: from='client.265704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:07 smithi137 ceph-mon[117020]: from='client.265704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:07 smithi066 ceph-mon[112137]: from='client.265704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:08 smithi203 ceph-mon[117428]: pgmap v9538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:08 smithi137 ceph-mon[117020]: pgmap v9538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:08 smithi066 ceph-mon[112137]: pgmap v9538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:10 smithi203 ceph-mon[117428]: pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:10 smithi137 ceph-mon[117020]: pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:10 smithi066 ceph-mon[112137]: pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:11.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:11.445 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:11.445 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:12.182 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:12.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:12.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:12.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:12.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:12 smithi137 ceph-mon[117020]: pgmap v9540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:12 smithi137 ceph-mon[117020]: from='client.265782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:31:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:31:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:31:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:31:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:12 smithi066 ceph-mon[112137]: pgmap v9540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:12 smithi066 ceph-mon[112137]: from='client.265782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:31:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:31:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:31:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:31:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:12 smithi203 ceph-mon[117428]: pgmap v9540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:12 smithi203 ceph-mon[117428]: from='client.265782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:31:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:31:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:31:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:31:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:14 smithi137 ceph-mon[117020]: pgmap v9541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:14 smithi066 ceph-mon[112137]: pgmap v9541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:14 smithi203 ceph-mon[117428]: pgmap v9541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:16 smithi137 ceph-mon[117020]: pgmap v9542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:17.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:17.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:17.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:16 smithi066 ceph-mon[112137]: pgmap v9542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:17.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:16 smithi203 ceph-mon[117428]: pgmap v9542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:17.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:17.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:17.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:17.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:17.905 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:18 smithi137 ceph-mon[117020]: pgmap v9543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:18 smithi137 ceph-mon[117020]: from='client.265851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:18 smithi066 ceph-mon[112137]: pgmap v9543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:19.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:18 smithi066 ceph-mon[112137]: from='client.265851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:19.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:18 smithi203 ceph-mon[117428]: pgmap v9543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:19.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:18 smithi203 ceph-mon[117428]: from='client.265851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:20 smithi137 ceph-mon[117020]: pgmap v9544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:20 smithi066 ceph-mon[112137]: pgmap v9544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:21.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:20 smithi203 ceph-mon[117428]: pgmap v9544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:22.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:22.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:22.907 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:22 smithi137 ceph-mon[117020]: pgmap v9545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:23.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:22 smithi066 ceph-mon[112137]: pgmap v9545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:23.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:22 smithi203 ceph-mon[117428]: pgmap v9545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:23.636 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:23.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:23.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:23.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:23.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:24 smithi137 ceph-mon[117020]: pgmap v9546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:24 smithi137 ceph-mon[117020]: from='client.265926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:24 smithi066 ceph-mon[112137]: pgmap v9546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:24 smithi066 ceph-mon[112137]: from='client.265926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:24 smithi203 ceph-mon[117428]: pgmap v9546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:24 smithi203 ceph-mon[117428]: from='client.265926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:26 smithi137 ceph-mon[117020]: pgmap v9547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:26 smithi066 ceph-mon[112137]: pgmap v9547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:26 smithi203 ceph-mon[117428]: pgmap v9547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:28.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:28.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:28.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:28 smithi137 ceph-mon[117020]: pgmap v9548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:28 smithi066 ceph-mon[112137]: pgmap v9548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:29.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:28 smithi203 ceph-mon[117428]: pgmap v9548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:29.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:30 smithi137 ceph-mon[117020]: from='client.266001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:30 smithi137 ceph-mon[117020]: pgmap v9549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:30 smithi066 ceph-mon[112137]: from='client.266001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:30 smithi066 ceph-mon[112137]: pgmap v9549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:30 smithi203 ceph-mon[117428]: from='client.266001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:30 smithi203 ceph-mon[117428]: pgmap v9549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:32 smithi137 ceph-mon[117020]: pgmap v9550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:32 smithi066 ceph-mon[112137]: pgmap v9550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:33.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:32 smithi203 ceph-mon[117428]: pgmap v9550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:34.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:34.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:34.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:35.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:35.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:35.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:35.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:35.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:34 smithi137 ceph-mon[117020]: pgmap v9551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:34 smithi066 ceph-mon[112137]: pgmap v9551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:34 smithi203 ceph-mon[117428]: pgmap v9551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:35 smithi137 ceph-mon[117020]: from='client.266079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:35 smithi066 ceph-mon[112137]: from='client.266079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:35 smithi203 ceph-mon[117428]: from='client.266079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:36 smithi137 ceph-mon[117020]: pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:37.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:36 smithi066 ceph-mon[112137]: pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:37.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:36 smithi203 ceph-mon[117428]: pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:38 smithi137 ceph-mon[117020]: pgmap v9553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:38 smithi066 ceph-mon[112137]: pgmap v9553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:39.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:38 smithi203 ceph-mon[117428]: pgmap v9553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:40.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:40.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:40.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:40.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:40.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:40.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:40.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:40.804 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:40 smithi137 ceph-mon[117020]: pgmap v9554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:41.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:40 smithi066 ceph-mon[112137]: pgmap v9554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:40 smithi203 ceph-mon[117428]: pgmap v9554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:42.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:41 smithi066 ceph-mon[112137]: from='client.266157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:42.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:41 smithi203 ceph-mon[117428]: from='client.266157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:41 smithi137 ceph-mon[117020]: from='client.266157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:43.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:42 smithi066 ceph-mon[112137]: pgmap v9555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:42 smithi203 ceph-mon[117428]: pgmap v9555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:42 smithi137 ceph-mon[117020]: pgmap v9555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:44 smithi066 ceph-mon[112137]: pgmap v9556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:44 smithi203 ceph-mon[117428]: pgmap v9556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:44 smithi137 ceph-mon[117020]: pgmap v9556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:45.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:45.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:45.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:46.545 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:46.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:47.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:46 smithi066 ceph-mon[112137]: pgmap v9557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:47.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:46 smithi203 ceph-mon[117428]: pgmap v9557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:46 smithi137 ceph-mon[117020]: pgmap v9557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:47 smithi066 ceph-mon[112137]: from='client.266235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:48.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:47 smithi203 ceph-mon[117428]: from='client.266235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:47 smithi137 ceph-mon[117020]: from='client.266235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:48 smithi066 ceph-mon[112137]: pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:48 smithi203 ceph-mon[117428]: pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:48 smithi137 ceph-mon[117020]: pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:50 smithi066 ceph-mon[112137]: pgmap v9559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:51.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:50 smithi203 ceph-mon[117428]: pgmap v9559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:51.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:50 smithi137 ceph-mon[117020]: pgmap v9559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:51.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:51.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:51.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:52.266 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:52.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:52.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:52.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:52.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:52 smithi066 ceph-mon[112137]: pgmap v9560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:52 smithi066 ceph-mon[112137]: from='client.266307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:52 smithi203 ceph-mon[117428]: pgmap v9560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:52 smithi203 ceph-mon[117428]: from='client.266307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:52 smithi137 ceph-mon[117020]: pgmap v9560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:52 smithi137 ceph-mon[117020]: from='client.266307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:55.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:54 smithi066 ceph-mon[112137]: pgmap v9561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:54 smithi203 ceph-mon[117428]: pgmap v9561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:54 smithi137 ceph-mon[117020]: pgmap v9561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:56 smithi066 ceph-mon[112137]: pgmap v9562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:57.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:31:57.268 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:57.268 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:56 smithi203 ceph-mon[117428]: pgmap v9562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:56 smithi137 ceph-mon[117020]: pgmap v9562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:58.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:31:58.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:58.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:58.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:58.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:31:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:58 smithi066 ceph-mon[112137]: pgmap v9563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:31:58 smithi066 ceph-mon[112137]: from='client.266382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:59.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:58 smithi203 ceph-mon[117428]: pgmap v9563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:59.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:31:58 smithi203 ceph-mon[117428]: from='client.266382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:59.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:58 smithi137 ceph-mon[117020]: pgmap v9563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:59.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:31:58 smithi137 ceph-mon[117020]: from='client.266382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:00 smithi066 ceph-mon[112137]: pgmap v9564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:01.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:00 smithi203 ceph-mon[117428]: pgmap v9564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:01.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:00 smithi137 ceph-mon[117020]: pgmap v9564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:03.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:03.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:03.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:02 smithi066 ceph-mon[112137]: pgmap v9565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:02 smithi203 ceph-mon[117428]: pgmap v9565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:02 smithi137 ceph-mon[117020]: pgmap v9565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:03.730 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:03.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:03.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:03.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:03.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:04 smithi066 ceph-mon[112137]: pgmap v9566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:04 smithi066 ceph-mon[112137]: from='client.266460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:04 smithi203 ceph-mon[117428]: pgmap v9566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:04 smithi203 ceph-mon[117428]: from='client.266460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:04 smithi137 ceph-mon[117020]: pgmap v9566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:04 smithi137 ceph-mon[117020]: from='client.266460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:06 smithi066 ceph-mon[112137]: pgmap v9567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:07.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:06 smithi203 ceph-mon[117428]: pgmap v9567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:06 smithi137 ceph-mon[117020]: pgmap v9567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:07 smithi066 ceph-mon[112137]: pgmap v9568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:08.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:07 smithi203 ceph-mon[117428]: pgmap v9568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:07 smithi137 ceph-mon[117020]: pgmap v9568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:08.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:08.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:08.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:09.460 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:09.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:09.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:09.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:09.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:10 smithi066 ceph-mon[112137]: from='client.266538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:10.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:10 smithi066 ceph-mon[112137]: pgmap v9569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:10 smithi203 ceph-mon[117428]: from='client.266538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:10 smithi203 ceph-mon[117428]: pgmap v9569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:10 smithi137 ceph-mon[117020]: from='client.266538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:10 smithi137 ceph-mon[117020]: pgmap v9569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:12 smithi066 ceph-mon[112137]: pgmap v9570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:12 smithi203 ceph-mon[117428]: pgmap v9570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:12 smithi137 ceph-mon[117020]: pgmap v9570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:32:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:32:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:32:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:32:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:32:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:32:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:32:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:32:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:32:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:32:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:32:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:32:14.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:14.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:14.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:14 smithi066 ceph-mon[112137]: pgmap v9571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:14 smithi203 ceph-mon[117428]: pgmap v9571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:14 smithi137 ceph-mon[117020]: pgmap v9571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:15.194 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:15.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:15.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:15.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:15.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:15.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:15 smithi066 ceph-mon[112137]: from='client.266616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:15.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:15 smithi203 ceph-mon[117428]: from='client.266616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:15 smithi137 ceph-mon[117020]: from='client.266616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:16 smithi066 ceph-mon[112137]: pgmap v9572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:16 smithi203 ceph-mon[117428]: pgmap v9572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:16 smithi137 ceph-mon[117020]: pgmap v9572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:18.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:18 smithi066 ceph-mon[112137]: pgmap v9573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:18 smithi203 ceph-mon[117428]: pgmap v9573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:18 smithi137 ceph-mon[117020]: pgmap v9573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:20.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:20.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:20.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:20 smithi066 ceph-mon[112137]: pgmap v9574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:20 smithi203 ceph-mon[117428]: pgmap v9574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:20 smithi137 ceph-mon[117020]: pgmap v9574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:20.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:20.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:20.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:20.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:20.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:21.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:21 smithi066 ceph-mon[112137]: from='client.266691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:21 smithi203 ceph-mon[117428]: from='client.266691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:21 smithi137 ceph-mon[117020]: from='client.266691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:22.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:22 smithi066 ceph-mon[112137]: pgmap v9575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:22 smithi203 ceph-mon[117428]: pgmap v9575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:22 smithi137 ceph-mon[117020]: pgmap v9575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:24 smithi066 ceph-mon[112137]: pgmap v9576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:24 smithi203 ceph-mon[117428]: pgmap v9576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:24 smithi137 ceph-mon[117020]: pgmap v9576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:25.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:25.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:25.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:26.640 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:26.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:26.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:26.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:26.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:26.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:26 smithi066 ceph-mon[112137]: pgmap v9577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:26 smithi203 ceph-mon[117428]: pgmap v9577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:26 smithi137 ceph-mon[117020]: pgmap v9577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:27.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:27 smithi066 ceph-mon[112137]: from='client.266769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:27 smithi203 ceph-mon[117428]: from='client.266769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:27 smithi137 ceph-mon[117020]: from='client.266769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:28.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:28 smithi066 ceph-mon[112137]: pgmap v9578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:28 smithi203 ceph-mon[117428]: pgmap v9578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:28 smithi137 ceph-mon[117020]: pgmap v9578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:30.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:30 smithi066 ceph-mon[112137]: pgmap v9579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:30 smithi203 ceph-mon[117428]: pgmap v9579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:30 smithi137 ceph-mon[117020]: pgmap v9579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:31.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:31.642 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:31.642 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:32.361 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:32.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:32.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:32.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:32.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:32 smithi203 ceph-mon[117428]: pgmap v9580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:32 smithi137 ceph-mon[117020]: pgmap v9580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:32 smithi066 ceph-mon[112137]: pgmap v9580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:33 smithi203 ceph-mon[117428]: from='client.266847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:33 smithi137 ceph-mon[117020]: from='client.266847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:33 smithi066 ceph-mon[112137]: from='client.266847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:34 smithi203 ceph-mon[117428]: pgmap v9581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:34 smithi137 ceph-mon[117020]: pgmap v9581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:34 smithi066 ceph-mon[112137]: pgmap v9581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:36 smithi203 ceph-mon[117428]: pgmap v9582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:36 smithi137 ceph-mon[117020]: pgmap v9582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:36 smithi066 ceph-mon[112137]: pgmap v9582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:37.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:37.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:37.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:38.094 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:38.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:38.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:38.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:38.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:38 smithi203 ceph-mon[117428]: pgmap v9583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:38 smithi203 ceph-mon[117428]: from='client.266925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:38 smithi137 ceph-mon[117020]: pgmap v9583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:38 smithi137 ceph-mon[117020]: from='client.266925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:38 smithi066 ceph-mon[112137]: pgmap v9583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:38 smithi066 ceph-mon[112137]: from='client.266925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:40 smithi203 ceph-mon[117428]: pgmap v9584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:40 smithi137 ceph-mon[117020]: pgmap v9584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:40 smithi066 ceph-mon[112137]: pgmap v9584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:42 smithi203 ceph-mon[117428]: pgmap v9585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:42 smithi137 ceph-mon[117020]: pgmap v9585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:42 smithi066 ceph-mon[112137]: pgmap v9585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:43.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:43.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:43.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:43.831 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:43.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:43.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:43.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:43.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:44 smithi203 ceph-mon[117428]: pgmap v9586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:44 smithi203 ceph-mon[117428]: from='client.267003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:44 smithi137 ceph-mon[117020]: pgmap v9586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:44 smithi137 ceph-mon[117020]: from='client.267003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:44 smithi066 ceph-mon[112137]: pgmap v9586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:44 smithi066 ceph-mon[112137]: from='client.267003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:46 smithi203 ceph-mon[117428]: pgmap v9587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:46 smithi137 ceph-mon[117020]: pgmap v9587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:46 smithi066 ceph-mon[112137]: pgmap v9587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:48 smithi203 ceph-mon[117428]: pgmap v9588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:48.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:48.833 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:48.833 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:48 smithi137 ceph-mon[117020]: pgmap v9588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:48 smithi066 ceph-mon[112137]: pgmap v9588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:49.562 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:50 smithi203 ceph-mon[117428]: from='client.267078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:50 smithi203 ceph-mon[117428]: pgmap v9589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:50 smithi137 ceph-mon[117020]: from='client.267078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:50 smithi137 ceph-mon[117020]: pgmap v9589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:50 smithi066 ceph-mon[112137]: from='client.267078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:50 smithi066 ceph-mon[112137]: pgmap v9589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:52 smithi203 ceph-mon[117428]: pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:52 smithi137 ceph-mon[117020]: pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:52 smithi066 ceph-mon[112137]: pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:54.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:32:54.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:54.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:54 smithi203 ceph-mon[117428]: pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:54 smithi137 ceph-mon[117020]: pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:54 smithi066 ceph-mon[112137]: pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:55.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:55.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:55.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:55.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:32:55.298 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:32:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:56 smithi203 ceph-mon[117428]: from='client.267153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:56 smithi203 ceph-mon[117428]: pgmap v9592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:56 smithi137 ceph-mon[117020]: from='client.267153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:56 smithi137 ceph-mon[117020]: pgmap v9592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:56 smithi066 ceph-mon[112137]: from='client.267153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:56 smithi066 ceph-mon[112137]: pgmap v9592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:32:58 smithi203 ceph-mon[117428]: pgmap v9593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:32:58 smithi137 ceph-mon[117020]: pgmap v9593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:32:58 smithi066 ceph-mon[112137]: pgmap v9593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:00.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:00.300 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:00.300 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:00 smithi203 ceph-mon[117428]: pgmap v9594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:00 smithi137 ceph-mon[117020]: pgmap v9594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:00 smithi066 ceph-mon[112137]: pgmap v9594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:01.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:01.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:01.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:01.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:01.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:01 smithi203 ceph-mon[117428]: from='client.267228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:01 smithi137 ceph-mon[117020]: from='client.267228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:01 smithi066 ceph-mon[112137]: from='client.267228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:02 smithi203 ceph-mon[117428]: pgmap v9595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:02 smithi137 ceph-mon[117020]: pgmap v9595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:02 smithi066 ceph-mon[112137]: pgmap v9595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:04 smithi203 ceph-mon[117428]: pgmap v9596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:04 smithi137 ceph-mon[117020]: pgmap v9596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:04 smithi066 ceph-mon[112137]: pgmap v9596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:06.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:06.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:06.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:06.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:06.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:06.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:06.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:06.761 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:06 smithi203 ceph-mon[117428]: pgmap v9597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:06 smithi137 ceph-mon[117020]: pgmap v9597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:06 smithi066 ceph-mon[112137]: pgmap v9597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:07 smithi203 ceph-mon[117428]: from='client.267303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:07 smithi137 ceph-mon[117020]: from='client.267303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:07 smithi066 ceph-mon[112137]: from='client.267303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:08 smithi203 ceph-mon[117428]: pgmap v9598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:08 smithi137 ceph-mon[117020]: pgmap v9598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:08 smithi066 ceph-mon[112137]: pgmap v9598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:10 smithi203 ceph-mon[117428]: pgmap v9599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:10 smithi137 ceph-mon[117020]: pgmap v9599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:10 smithi066 ceph-mon[112137]: pgmap v9599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:11.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:11.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:11.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:12.493 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:12.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:12.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:12.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:12.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:12 smithi203 ceph-mon[117428]: pgmap v9600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:12 smithi137 ceph-mon[117020]: pgmap v9600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:12 smithi066 ceph-mon[112137]: pgmap v9600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:13 smithi137 ceph-mon[117020]: from='client.267372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:33:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:13 smithi066 ceph-mon[112137]: from='client.267372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:33:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:13 smithi203 ceph-mon[117428]: from='client.267372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:33:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:14 smithi137 ceph-mon[117020]: pgmap v9601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:33:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:33:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:33:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:14 smithi066 ceph-mon[112137]: pgmap v9601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:33:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:33:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:33:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:14 smithi203 ceph-mon[117428]: pgmap v9601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:33:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:33:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:33:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:16 smithi137 ceph-mon[117020]: pgmap v9602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:16 smithi066 ceph-mon[112137]: pgmap v9602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:16 smithi203 ceph-mon[117428]: pgmap v9602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:17.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:17.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:17.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:18.216 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:18.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:18.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:18.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:18.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:18 smithi137 ceph-mon[117020]: pgmap v9603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:18 smithi137 ceph-mon[117020]: from='client.267447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:18 smithi066 ceph-mon[112137]: pgmap v9603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:18 smithi066 ceph-mon[112137]: from='client.267447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:18 smithi203 ceph-mon[117428]: pgmap v9603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:18 smithi203 ceph-mon[117428]: from='client.267447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:20 smithi137 ceph-mon[117020]: pgmap v9604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:20 smithi066 ceph-mon[112137]: pgmap v9604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:20 smithi203 ceph-mon[117428]: pgmap v9604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:22 smithi137 ceph-mon[117020]: pgmap v9605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:22 smithi066 ceph-mon[112137]: pgmap v9605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:22 smithi203 ceph-mon[117428]: pgmap v9605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:23.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:23.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:23.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:23.942 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:23.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:23.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:23.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:23.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:24 smithi137 ceph-mon[117020]: pgmap v9606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:24 smithi137 ceph-mon[117020]: from='client.267522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:24 smithi066 ceph-mon[112137]: pgmap v9606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:24 smithi066 ceph-mon[112137]: from='client.267522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:24 smithi203 ceph-mon[117428]: pgmap v9606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:24 smithi203 ceph-mon[117428]: from='client.267522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:26 smithi137 ceph-mon[117020]: pgmap v9607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:26 smithi066 ceph-mon[112137]: pgmap v9607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:26 smithi203 ceph-mon[117428]: pgmap v9607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:28 smithi137 ceph-mon[117020]: pgmap v9608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:28.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:28.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:28.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:28 smithi066 ceph-mon[112137]: pgmap v9608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:28 smithi203 ceph-mon[117428]: pgmap v9608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:29.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:29.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:29.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:29.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:29.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:30 smithi137 ceph-mon[117020]: pgmap v9609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:30.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:30 smithi137 ceph-mon[117020]: from='client.267600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:30 smithi066 ceph-mon[112137]: pgmap v9609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:30 smithi066 ceph-mon[112137]: from='client.267600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:30 smithi203 ceph-mon[117428]: pgmap v9609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:30 smithi203 ceph-mon[117428]: from='client.267600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:32 smithi137 ceph-mon[117020]: pgmap v9610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:33:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:32 smithi066 ceph-mon[112137]: pgmap v9610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:33:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:32 smithi203 ceph-mon[117428]: pgmap v9610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:33:34.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:34.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:34.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:34 smithi137 ceph-mon[117020]: pgmap v9611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:33:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:34 smithi066 ceph-mon[112137]: pgmap v9611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:33:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:34 smithi203 ceph-mon[117428]: pgmap v9611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:33:35.410 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:35.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:35.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:35.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:35.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:36 smithi137 ceph-mon[117020]: from='client.267669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:36 smithi137 ceph-mon[117020]: pgmap v9612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:36 smithi066 ceph-mon[112137]: from='client.267669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:36 smithi066 ceph-mon[112137]: pgmap v9612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:36 smithi203 ceph-mon[117428]: from='client.267669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:36 smithi203 ceph-mon[117428]: pgmap v9612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:38 smithi137 ceph-mon[117020]: pgmap v9613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:38 smithi066 ceph-mon[112137]: pgmap v9613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:38 smithi203 ceph-mon[117428]: pgmap v9613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:40.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:40.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:40.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:40 smithi137 ceph-mon[117020]: pgmap v9614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:40 smithi066 ceph-mon[112137]: pgmap v9614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:40 smithi203 ceph-mon[117428]: pgmap v9614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:41.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:41.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:41.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:41.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:41.139 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:41 smithi066 ceph-mon[112137]: from='client.267744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:41 smithi203 ceph-mon[117428]: from='client.267744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:41 smithi137 ceph-mon[117020]: from='client.267744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:42 smithi137 ceph-mon[117020]: pgmap v9615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:42 smithi066 ceph-mon[112137]: pgmap v9615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:42 smithi203 ceph-mon[117428]: pgmap v9615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:44 smithi066 ceph-mon[112137]: pgmap v9616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:33:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:44 smithi203 ceph-mon[117428]: pgmap v9616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:33:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:44 smithi137 ceph-mon[117020]: pgmap v9616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:33:46.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:46.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:46.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:46.878 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:46.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:46.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:46.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:46.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:46 smithi066 ceph-mon[112137]: pgmap v9617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:33:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:46 smithi203 ceph-mon[117428]: pgmap v9617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:33:47.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:46 smithi137 ceph-mon[117020]: pgmap v9617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:33:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:47 smithi066 ceph-mon[112137]: from='client.267816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:47 smithi203 ceph-mon[117428]: from='client.267816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:47 smithi137 ceph-mon[117020]: from='client.267816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:48 smithi066 ceph-mon[112137]: pgmap v9618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:48 smithi203 ceph-mon[117428]: pgmap v9618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:48 smithi137 ceph-mon[117020]: pgmap v9618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:50 smithi066 ceph-mon[112137]: pgmap v9619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:50 smithi203 ceph-mon[117428]: pgmap v9619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:50 smithi137 ceph-mon[117020]: pgmap v9619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:51.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:51.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:51.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:52.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:52.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:52.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:52.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:52.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:52 smithi066 ceph-mon[112137]: pgmap v9620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:52 smithi203 ceph-mon[117428]: pgmap v9620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:52 smithi137 ceph-mon[117020]: pgmap v9620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:53 smithi066 ceph-mon[112137]: from='client.267888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:53 smithi203 ceph-mon[117428]: from='client.267888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:53 smithi137 ceph-mon[117020]: from='client.267888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:54 smithi066 ceph-mon[112137]: pgmap v9621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:54 smithi203 ceph-mon[117428]: pgmap v9621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:54 smithi137 ceph-mon[117020]: pgmap v9621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:56 smithi066 ceph-mon[112137]: pgmap v9622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:56 smithi203 ceph-mon[117428]: pgmap v9622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:56 smithi137 ceph-mon[117020]: pgmap v9622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:57.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:33:57.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:57.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:58.331 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:33:58.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:58.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:58.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:58.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:33:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:58 smithi066 ceph-mon[112137]: pgmap v9623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:58 smithi203 ceph-mon[117428]: pgmap v9623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:58 smithi137 ceph-mon[117020]: pgmap v9623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:33:59 smithi066 ceph-mon[112137]: from='client.267960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:33:59 smithi203 ceph-mon[117428]: from='client.267960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:33:59 smithi137 ceph-mon[117020]: from='client.267960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:00 smithi066 ceph-mon[112137]: pgmap v9624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:00 smithi203 ceph-mon[117428]: pgmap v9624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:00 smithi137 ceph-mon[117020]: pgmap v9624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:02 smithi066 ceph-mon[112137]: pgmap v9625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:02 smithi203 ceph-mon[117428]: pgmap v9625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:02 smithi137 ceph-mon[117020]: pgmap v9625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:03.332 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:03.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:03.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:04.073 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:04.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:04.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:04.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:04.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:04 smithi066 ceph-mon[112137]: pgmap v9626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:04 smithi066 ceph-mon[112137]: from='client.268035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:04 smithi203 ceph-mon[117428]: pgmap v9626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:04 smithi203 ceph-mon[117428]: from='client.268035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:04 smithi137 ceph-mon[117020]: pgmap v9626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:04 smithi137 ceph-mon[117020]: from='client.268035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:06 smithi066 ceph-mon[112137]: pgmap v9627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:06 smithi203 ceph-mon[117428]: pgmap v9627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:06 smithi137 ceph-mon[117020]: pgmap v9627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:08 smithi066 ceph-mon[112137]: pgmap v9628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:08 smithi203 ceph-mon[117428]: pgmap v9628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:09.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:09.075 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:09.075 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:08 smithi137 ceph-mon[117020]: pgmap v9628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:09.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:09.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:09.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:09.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:09.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:10 smithi066 ceph-mon[112137]: pgmap v9629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:10 smithi066 ceph-mon[112137]: from='client.268110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:10 smithi203 ceph-mon[117428]: pgmap v9629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:10 smithi203 ceph-mon[117428]: from='client.268110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:10 smithi137 ceph-mon[117020]: pgmap v9629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:10 smithi137 ceph-mon[117020]: from='client.268110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:12 smithi066 ceph-mon[112137]: pgmap v9630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:34:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:12 smithi203 ceph-mon[117428]: pgmap v9630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:34:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:12 smithi137 ceph-mon[117020]: pgmap v9630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:34:14.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:14.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:14.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:14 smithi066 ceph-mon[112137]: pgmap v9631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:34:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:34:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:14 smithi203 ceph-mon[117428]: pgmap v9631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:34:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:34:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:14 smithi137 ceph-mon[117020]: pgmap v9631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:34:15.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:34:15.522 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:15.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:15.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:15.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:15.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:34:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:34:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:15 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:34:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:34:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:34:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:15 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:34:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:34:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:34:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:15 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:34:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:16 smithi203 ceph-mon[117428]: from='client.268185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:16 smithi203 ceph-mon[117428]: pgmap v9632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:16 smithi137 ceph-mon[117020]: from='client.268185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:16 smithi137 ceph-mon[117020]: pgmap v9632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:17.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:16 smithi066 ceph-mon[112137]: from='client.268185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:17.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:16 smithi066 ceph-mon[112137]: pgmap v9632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:18 smithi203 ceph-mon[117428]: pgmap v9633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:18 smithi137 ceph-mon[117020]: pgmap v9633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:19.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:18 smithi066 ceph-mon[112137]: pgmap v9633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:20.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:20.525 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:20.525 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:20 smithi203 ceph-mon[117428]: pgmap v9634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:20 smithi137 ceph-mon[117020]: pgmap v9634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:20 smithi066 ceph-mon[112137]: pgmap v9634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:21.250 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:21.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:21.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:21.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:21.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:21 smithi203 ceph-mon[117428]: from='client.268257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:21 smithi137 ceph-mon[117020]: from='client.268257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:21 smithi066 ceph-mon[112137]: from='client.268257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:22 smithi203 ceph-mon[117428]: pgmap v9635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:22 smithi137 ceph-mon[117020]: pgmap v9635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:23.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:22 smithi066 ceph-mon[112137]: pgmap v9635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:24 smithi203 ceph-mon[117428]: pgmap v9636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:34:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:24 smithi137 ceph-mon[117020]: pgmap v9636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:34:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:24 smithi066 ceph-mon[112137]: pgmap v9636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:34:26.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:26.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:26.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:26.988 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:26.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:26.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:26.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:26.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:26 smithi203 ceph-mon[117428]: pgmap v9637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:34:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:26 smithi137 ceph-mon[117020]: pgmap v9637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:34:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:26 smithi066 ceph-mon[112137]: pgmap v9637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:34:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:27 smithi203 ceph-mon[117428]: from='client.268329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:27 smithi137 ceph-mon[117020]: from='client.268329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:28.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:27 smithi066 ceph-mon[112137]: from='client.268329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:28 smithi203 ceph-mon[117428]: pgmap v9638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:28 smithi137 ceph-mon[117020]: pgmap v9638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:28 smithi066 ceph-mon[112137]: pgmap v9638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:30 smithi203 ceph-mon[117428]: pgmap v9639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:30 smithi137 ceph-mon[117020]: pgmap v9639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:30 smithi066 ceph-mon[112137]: pgmap v9639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:31.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:31.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:31.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:32.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:32.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:32.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:32.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:32.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:32 smithi203 ceph-mon[117428]: pgmap v9640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:32 smithi137 ceph-mon[117020]: pgmap v9640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:32 smithi066 ceph-mon[112137]: pgmap v9640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:33 smithi203 ceph-mon[117428]: from='client.268407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:33 smithi137 ceph-mon[117020]: from='client.268407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:34.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:33 smithi066 ceph-mon[112137]: from='client.268407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:34 smithi203 ceph-mon[117428]: pgmap v9641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:34 smithi137 ceph-mon[117020]: pgmap v9641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:35.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:34 smithi066 ceph-mon[112137]: pgmap v9641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:36 smithi203 ceph-mon[117428]: pgmap v9642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:36 smithi137 ceph-mon[117020]: pgmap v9642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:36 smithi066 ceph-mon[112137]: pgmap v9642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:37.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:37.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:37.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:38.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:38.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:38.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:38.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:38.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:38 smithi203 ceph-mon[117428]: pgmap v9643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:38 smithi137 ceph-mon[117020]: pgmap v9643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:39.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:38 smithi066 ceph-mon[112137]: pgmap v9643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:39 smithi203 ceph-mon[117428]: from='client.268482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:39 smithi137 ceph-mon[117020]: from='client.268482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:39 smithi066 ceph-mon[112137]: from='client.268482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:40 smithi203 ceph-mon[117428]: pgmap v9644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:40 smithi137 ceph-mon[117020]: pgmap v9644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:40 smithi066 ceph-mon[112137]: pgmap v9644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:42 smithi203 ceph-mon[117428]: pgmap v9645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:42 smithi137 ceph-mon[117020]: pgmap v9645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:43.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:42 smithi066 ceph-mon[112137]: pgmap v9645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:43.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:43.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:43.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:44.192 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:44.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:44.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:44.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:44.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:44 smithi203 ceph-mon[117428]: pgmap v9646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:44 smithi203 ceph-mon[117428]: from='client.268560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:44 smithi137 ceph-mon[117020]: pgmap v9646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:44 smithi137 ceph-mon[117020]: from='client.268560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:44 smithi066 ceph-mon[112137]: pgmap v9646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:44 smithi066 ceph-mon[112137]: from='client.268560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:46 smithi203 ceph-mon[117428]: pgmap v9647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:46 smithi137 ceph-mon[117020]: pgmap v9647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:46 smithi066 ceph-mon[112137]: pgmap v9647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:48 smithi203 ceph-mon[117428]: pgmap v9648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:48 smithi137 ceph-mon[117020]: pgmap v9648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:49.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:49.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:49.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:48 smithi066 ceph-mon[112137]: pgmap v9648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:49.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:49.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:49.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:49.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:49.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:50 smithi203 ceph-mon[117428]: pgmap v9649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:50 smithi203 ceph-mon[117428]: from='client.268638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:50 smithi137 ceph-mon[117020]: pgmap v9649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:50 smithi137 ceph-mon[117020]: from='client.268638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:50 smithi066 ceph-mon[112137]: pgmap v9649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:50 smithi066 ceph-mon[112137]: from='client.268638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:52 smithi203 ceph-mon[117428]: pgmap v9650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:52 smithi137 ceph-mon[117020]: pgmap v9650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:52 smithi066 ceph-mon[112137]: pgmap v9650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:54.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:34:54.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:54.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:54 smithi203 ceph-mon[117428]: pgmap v9651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:54 smithi137 ceph-mon[117020]: pgmap v9651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:54 smithi066 ceph-mon[112137]: pgmap v9651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:55.641 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:34:55.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:55.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:55.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:55.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:34:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:56 smithi203 ceph-mon[117428]: pgmap v9652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:56 smithi203 ceph-mon[117428]: from='client.268716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:56 smithi137 ceph-mon[117020]: pgmap v9652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:56 smithi137 ceph-mon[117020]: from='client.268716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:56 smithi066 ceph-mon[112137]: pgmap v9652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:56 smithi066 ceph-mon[112137]: from='client.268716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:34:58 smithi203 ceph-mon[117428]: pgmap v9653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:34:58 smithi137 ceph-mon[117020]: pgmap v9653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:34:58 smithi066 ceph-mon[112137]: pgmap v9653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:00.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:00.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:00.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:00 smithi137 ceph-mon[117020]: pgmap v9654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:00 smithi066 ceph-mon[112137]: pgmap v9654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:01.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:00 smithi203 ceph-mon[117428]: pgmap v9654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:01.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:01.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:01.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:01.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:01.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:02 smithi137 ceph-mon[117020]: from='client.268791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:02 smithi137 ceph-mon[117020]: pgmap v9655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:02 smithi066 ceph-mon[112137]: from='client.268791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:02 smithi066 ceph-mon[112137]: pgmap v9655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:02 smithi203 ceph-mon[117428]: from='client.268791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:02 smithi203 ceph-mon[117428]: pgmap v9655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:04 smithi137 ceph-mon[117020]: pgmap v9656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:04 smithi066 ceph-mon[112137]: pgmap v9656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:04 smithi203 ceph-mon[117428]: pgmap v9656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:06.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:06.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:06.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:07.106 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:07.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:07.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:07.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:07.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:06 smithi137 ceph-mon[117020]: pgmap v9657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:07.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:06 smithi066 ceph-mon[112137]: pgmap v9657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:07.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:06 smithi203 ceph-mon[117428]: pgmap v9657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:07 smithi137 ceph-mon[117020]: from='client.268866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:07 smithi066 ceph-mon[112137]: from='client.268866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:08.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:07 smithi203 ceph-mon[117428]: from='client.268866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:08 smithi137 ceph-mon[117020]: pgmap v9658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:09.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:08 smithi066 ceph-mon[112137]: pgmap v9658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:09.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:08 smithi203 ceph-mon[117428]: pgmap v9658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:10 smithi137 ceph-mon[117020]: pgmap v9659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:10 smithi066 ceph-mon[112137]: pgmap v9659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:11.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:10 smithi203 ceph-mon[117428]: pgmap v9659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:12.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:12.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:12.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:12.823 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:12.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:12.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:12.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:12.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:12 smithi137 ceph-mon[117020]: pgmap v9660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:12 smithi066 ceph-mon[112137]: pgmap v9660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:12 smithi203 ceph-mon[117428]: pgmap v9660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:13 smithi137 ceph-mon[117020]: from='client.268935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:14.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:13 smithi066 ceph-mon[112137]: from='client.268935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:14.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:13 smithi203 ceph-mon[117428]: from='client.268935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:14 smithi137 ceph-mon[117020]: pgmap v9661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:14 smithi066 ceph-mon[112137]: pgmap v9661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:14 smithi203 ceph-mon[117428]: pgmap v9661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:35:16.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:35:16.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:35:16.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:15 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:35:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:35:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:35:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:35:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:15 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:35:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:35:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:35:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:35:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:15 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:35:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:16 smithi137 ceph-mon[117020]: pgmap v9662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:16 smithi066 ceph-mon[112137]: pgmap v9662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:17.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:16 smithi203 ceph-mon[117428]: pgmap v9662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:17.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:17.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:17.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:18.565 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:18.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:18.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:18.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:18.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:18 smithi137 ceph-mon[117020]: pgmap v9663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:18 smithi066 ceph-mon[112137]: pgmap v9663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:19.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:18 smithi203 ceph-mon[117428]: pgmap v9663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:19 smithi137 ceph-mon[117020]: from='client.269013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:19 smithi066 ceph-mon[112137]: from='client.269013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:19 smithi203 ceph-mon[117428]: from='client.269013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:20 smithi137 ceph-mon[117020]: pgmap v9664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:21.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:20 smithi066 ceph-mon[112137]: pgmap v9664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:21.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:20 smithi203 ceph-mon[117428]: pgmap v9664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:23.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:22 smithi066 ceph-mon[112137]: pgmap v9665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:23.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:22 smithi203 ceph-mon[117428]: pgmap v9665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:23.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:22 smithi137 ceph-mon[117020]: pgmap v9665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:23.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:23.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:23.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:24.297 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:24.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:24.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:24.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:24.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:25.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:24 smithi066 ceph-mon[112137]: pgmap v9666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:25.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:24 smithi066 ceph-mon[112137]: from='client.269088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:24 smithi203 ceph-mon[117428]: pgmap v9666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:24 smithi203 ceph-mon[117428]: from='client.269088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:24 smithi137 ceph-mon[117020]: pgmap v9666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:24 smithi137 ceph-mon[117020]: from='client.269088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:26 smithi066 ceph-mon[112137]: pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:26 smithi203 ceph-mon[117428]: pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:26 smithi137 ceph-mon[117020]: pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:28 smithi066 ceph-mon[112137]: pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:29.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:29.299 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:29.299 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:29.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:28 smithi203 ceph-mon[117428]: pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:29.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:28 smithi137 ceph-mon[117020]: pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:30.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:30.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:30 smithi066 ceph-mon[112137]: pgmap v9669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:30 smithi066 ceph-mon[112137]: from='client.269160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:30 smithi203 ceph-mon[117428]: pgmap v9669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:30 smithi203 ceph-mon[117428]: from='client.269160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:31.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:30 smithi137 ceph-mon[117020]: pgmap v9669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:31.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:30 smithi137 ceph-mon[117020]: from='client.269160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:32 smithi066 ceph-mon[112137]: pgmap v9670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:33.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:32 smithi203 ceph-mon[117428]: pgmap v9670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:33.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:32 smithi137 ceph-mon[117020]: pgmap v9670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:35.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:35.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:35.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:35.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:34 smithi066 ceph-mon[112137]: pgmap v9671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:34 smithi203 ceph-mon[117428]: pgmap v9671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:34 smithi137 ceph-mon[117020]: pgmap v9671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:35.769 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:35.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:35.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:35.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:35.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:37.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:36 smithi066 ceph-mon[112137]: pgmap v9672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:37.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:36 smithi066 ceph-mon[112137]: from='client.269238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:37.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:36 smithi203 ceph-mon[117428]: pgmap v9672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:37.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:36 smithi203 ceph-mon[117428]: from='client.269238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:37.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:36 smithi137 ceph-mon[117020]: pgmap v9672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:37.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:36 smithi137 ceph-mon[117020]: from='client.269238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:38 smithi066 ceph-mon[112137]: pgmap v9673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:39.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:38 smithi203 ceph-mon[117428]: pgmap v9673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:39.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:38 smithi137 ceph-mon[117020]: pgmap v9673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:40.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:40.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:40.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:40 smithi066 ceph-mon[112137]: pgmap v9674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:40 smithi203 ceph-mon[117428]: pgmap v9674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:40 smithi137 ceph-mon[117020]: pgmap v9674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:41.502 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:41.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:41.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:41.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:41.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:43.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:42 smithi066 ceph-mon[112137]: from='client.269313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:43.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:42 smithi066 ceph-mon[112137]: pgmap v9675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:42 smithi203 ceph-mon[117428]: from='client.269313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:42 smithi203 ceph-mon[117428]: pgmap v9675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:42 smithi137 ceph-mon[117020]: from='client.269313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:42 smithi137 ceph-mon[117020]: pgmap v9675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:44 smithi066 ceph-mon[112137]: pgmap v9676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:44 smithi203 ceph-mon[117428]: pgmap v9676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:44 smithi137 ceph-mon[117020]: pgmap v9676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:46.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:46.504 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:46.504 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:47.236 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:47.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:47.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:47.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:47.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:46 smithi066 ceph-mon[112137]: pgmap v9677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:47.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:46 smithi203 ceph-mon[117428]: pgmap v9677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:46 smithi137 ceph-mon[117020]: pgmap v9677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:47 smithi066 ceph-mon[112137]: from='client.269388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:48.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:47 smithi203 ceph-mon[117428]: from='client.269388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:47 smithi137 ceph-mon[117020]: from='client.269388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:48 smithi066 ceph-mon[112137]: pgmap v9678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:48 smithi203 ceph-mon[117428]: pgmap v9678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:48 smithi137 ceph-mon[117020]: pgmap v9678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:50 smithi066 ceph-mon[112137]: pgmap v9679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:51.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:50 smithi203 ceph-mon[117428]: pgmap v9679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:51.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:50 smithi137 ceph-mon[117020]: pgmap v9679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:52.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:52.238 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:52.238 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:52.962 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:52.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:52.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:52.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:52.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:52 smithi066 ceph-mon[112137]: pgmap v9680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:52 smithi203 ceph-mon[117428]: pgmap v9680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:52 smithi137 ceph-mon[117020]: pgmap v9680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:54.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:53 smithi066 ceph-mon[112137]: from='client.269463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:53 smithi203 ceph-mon[117428]: from='client.269463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:53 smithi137 ceph-mon[117020]: from='client.269463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:54 smithi066 ceph-mon[112137]: pgmap v9681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:54 smithi203 ceph-mon[117428]: pgmap v9681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:54 smithi137 ceph-mon[117020]: pgmap v9681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:56 smithi066 ceph-mon[112137]: pgmap v9682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:56 smithi203 ceph-mon[117428]: pgmap v9682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:56 smithi137 ceph-mon[117020]: pgmap v9682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:57.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:35:57.964 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:57.964 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:58.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:35:58.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:58.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:58.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:58.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:35:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:58 smithi066 ceph-mon[112137]: pgmap v9683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:59.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:58 smithi203 ceph-mon[117428]: pgmap v9683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:59.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:58 smithi137 ceph-mon[117020]: pgmap v9683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:35:59 smithi066 ceph-mon[112137]: from='client.269532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:35:59 smithi203 ceph-mon[117428]: from='client.269532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:35:59 smithi137 ceph-mon[117020]: from='client.269532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:00 smithi066 ceph-mon[112137]: pgmap v9684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:01.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:00 smithi203 ceph-mon[117428]: pgmap v9684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:01.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:00 smithi137 ceph-mon[117020]: pgmap v9684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:02 smithi066 ceph-mon[112137]: pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:02 smithi203 ceph-mon[117428]: pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:02 smithi137 ceph-mon[117020]: pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:03.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:03.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:03.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:04.436 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:04.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:04.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:04.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:04.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:04 smithi066 ceph-mon[112137]: pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:04 smithi203 ceph-mon[117428]: pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:04 smithi137 ceph-mon[117020]: pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:06.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:05 smithi066 ceph-mon[112137]: from='client.269607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:06.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:05 smithi203 ceph-mon[117428]: from='client.269607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:05 smithi137 ceph-mon[117020]: from='client.269607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:06 smithi066 ceph-mon[112137]: pgmap v9687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:07.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:06 smithi203 ceph-mon[117428]: pgmap v9687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:06 smithi137 ceph-mon[117020]: pgmap v9687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:09.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:08 smithi066 ceph-mon[112137]: pgmap v9688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:09.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:08 smithi203 ceph-mon[117428]: pgmap v9688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:09.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:08 smithi137 ceph-mon[117020]: pgmap v9688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:09.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:09.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:09.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:10.164 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:10.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:10.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:10.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:10.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:10 smithi066 ceph-mon[112137]: pgmap v9689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:10 smithi066 ceph-mon[112137]: from='client.269682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:11.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:10 smithi203 ceph-mon[117428]: pgmap v9689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:11.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:10 smithi203 ceph-mon[117428]: from='client.269682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:11.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:10 smithi137 ceph-mon[117020]: pgmap v9689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:11.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:10 smithi137 ceph-mon[117020]: from='client.269682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:11 smithi066 ceph-mon[112137]: pgmap v9690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:11 smithi203 ceph-mon[117428]: pgmap v9690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:11 smithi137 ceph-mon[117020]: pgmap v9690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:14.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:14 smithi203 ceph-mon[117428]: pgmap v9691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:14 smithi137 ceph-mon[117020]: pgmap v9691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:14.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:14 smithi066 ceph-mon[112137]: pgmap v9691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:15.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:15.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:15.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:15.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:15.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:15.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:15.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:15.918 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: pgmap v9692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='client.269760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:36:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:36:16.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:36:16.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: pgmap v9692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='client.269760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:36:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:36:16.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:36:16.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: pgmap v9692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='client.269760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:36:16.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:36:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:18 smithi203 ceph-mon[117428]: pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:18 smithi137 ceph-mon[117020]: pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:18 smithi066 ceph-mon[112137]: pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:20 smithi203 ceph-mon[117428]: pgmap v9694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:20 smithi137 ceph-mon[117020]: pgmap v9694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:20.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:20.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:20.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:20 smithi066 ceph-mon[112137]: pgmap v9694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:21.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:21.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:21.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:21.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:21.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:22 smithi203 ceph-mon[117428]: pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:22 smithi203 ceph-mon[117428]: from='client.269829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:22 smithi137 ceph-mon[117020]: pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:22 smithi137 ceph-mon[117020]: from='client.269829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:22 smithi066 ceph-mon[112137]: pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:22 smithi066 ceph-mon[112137]: from='client.269829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:24 smithi203 ceph-mon[117428]: pgmap v9696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:24.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:24 smithi137 ceph-mon[117020]: pgmap v9696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:24 smithi066 ceph-mon[112137]: pgmap v9696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:26.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:26.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:26.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:26 smithi203 ceph-mon[117428]: pgmap v9697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:26 smithi137 ceph-mon[117020]: pgmap v9697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:26.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:26 smithi066 ceph-mon[112137]: pgmap v9697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:27.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:27.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:27.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:27.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:27.367 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:28 smithi203 ceph-mon[117428]: from='client.269904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:28 smithi203 ceph-mon[117428]: pgmap v9698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:28 smithi137 ceph-mon[117020]: from='client.269904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:28 smithi137 ceph-mon[117020]: pgmap v9698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:28 smithi066 ceph-mon[112137]: from='client.269904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:28 smithi066 ceph-mon[112137]: pgmap v9698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:30 smithi203 ceph-mon[117428]: pgmap v9699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:30 smithi137 ceph-mon[117020]: pgmap v9699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:30 smithi066 ceph-mon[112137]: pgmap v9699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:32.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:32.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:32.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:32 smithi203 ceph-mon[117428]: pgmap v9700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:32 smithi137 ceph-mon[117020]: pgmap v9700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:32 smithi066 ceph-mon[112137]: pgmap v9700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:33.095 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:33.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:33.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:33.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:33.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:33 smithi203 ceph-mon[117428]: from='client.269973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:33 smithi137 ceph-mon[117020]: from='client.269973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:33 smithi066 ceph-mon[112137]: from='client.269973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:34 smithi203 ceph-mon[117428]: pgmap v9701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:34 smithi137 ceph-mon[117020]: pgmap v9701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:34 smithi066 ceph-mon[112137]: pgmap v9701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:36 smithi203 ceph-mon[117428]: pgmap v9702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:36 smithi137 ceph-mon[117020]: pgmap v9702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:36 smithi066 ceph-mon[112137]: pgmap v9702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:38.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:38.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:38.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:38.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:38.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:38.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:38.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:38.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:38 smithi203 ceph-mon[117428]: pgmap v9703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:38 smithi137 ceph-mon[117020]: pgmap v9703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:38 smithi066 ceph-mon[112137]: pgmap v9703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:39 smithi203 ceph-mon[117428]: from='client.270048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:39 smithi137 ceph-mon[117020]: from='client.270048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:39 smithi066 ceph-mon[112137]: from='client.270048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:40 smithi203 ceph-mon[117428]: pgmap v9704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:40 smithi137 ceph-mon[117020]: pgmap v9704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:40 smithi066 ceph-mon[112137]: pgmap v9704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:42 smithi203 ceph-mon[117428]: pgmap v9705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:42 smithi137 ceph-mon[117020]: pgmap v9705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:42 smithi066 ceph-mon[112137]: pgmap v9705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:43.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:43.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:43.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:44.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:44.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:44.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:44.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:44.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:44 smithi203 ceph-mon[117428]: pgmap v9706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:44 smithi137 ceph-mon[117020]: pgmap v9706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:44 smithi066 ceph-mon[112137]: pgmap v9706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:45.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:45 smithi203 ceph-mon[117428]: from='client.270126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:45 smithi137 ceph-mon[117020]: from='client.270126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:45 smithi066 ceph-mon[112137]: from='client.270126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:46 smithi203 ceph-mon[117428]: pgmap v9707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:46 smithi137 ceph-mon[117020]: pgmap v9707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:46 smithi066 ceph-mon[112137]: pgmap v9707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:48 smithi203 ceph-mon[117428]: pgmap v9708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:48 smithi137 ceph-mon[117020]: pgmap v9708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:48 smithi066 ceph-mon[112137]: pgmap v9708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:49.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:49.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:49.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:50.273 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:50.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:50.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:50.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:50.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:50 smithi203 ceph-mon[117428]: pgmap v9709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:50 smithi203 ceph-mon[117428]: from='client.270201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:50 smithi137 ceph-mon[117020]: pgmap v9709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:50 smithi137 ceph-mon[117020]: from='client.270201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:50 smithi066 ceph-mon[112137]: pgmap v9709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:50 smithi066 ceph-mon[112137]: from='client.270201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:52.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:52 smithi203 ceph-mon[117428]: pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:52 smithi137 ceph-mon[117020]: pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:52 smithi066 ceph-mon[112137]: pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:54 smithi203 ceph-mon[117428]: pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:54 smithi137 ceph-mon[117020]: pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:54 smithi066 ceph-mon[112137]: pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:55.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:36:55.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:55.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:55.999 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:36:55.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:56.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:56.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:56.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:36:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:56 smithi203 ceph-mon[117428]: pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:56 smithi203 ceph-mon[117428]: from='client.270273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:56 smithi137 ceph-mon[117020]: pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:56 smithi137 ceph-mon[117020]: from='client.270273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:56 smithi066 ceph-mon[112137]: pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:56 smithi066 ceph-mon[112137]: from='client.270273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:36:58 smithi203 ceph-mon[117428]: pgmap v9713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:36:58 smithi137 ceph-mon[117020]: pgmap v9713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:36:58 smithi066 ceph-mon[112137]: pgmap v9713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:00 smithi203 ceph-mon[117428]: pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:00 smithi137 ceph-mon[117020]: pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:00 smithi066 ceph-mon[112137]: pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:01.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:01.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:01.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:01.732 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:01.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:01.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:01.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:01.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:02 smithi203 ceph-mon[117428]: pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:02 smithi203 ceph-mon[117428]: from='client.270351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:02 smithi137 ceph-mon[117020]: pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:02 smithi137 ceph-mon[117020]: from='client.270351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:02 smithi066 ceph-mon[112137]: pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:02 smithi066 ceph-mon[112137]: from='client.270351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:04 smithi203 ceph-mon[117428]: pgmap v9716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:04 smithi137 ceph-mon[117020]: pgmap v9716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:04.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:04 smithi066 ceph-mon[112137]: pgmap v9716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:06.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:06.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:06.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:06 smithi203 ceph-mon[117428]: pgmap v9717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:06 smithi137 ceph-mon[117020]: pgmap v9717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:06 smithi066 ceph-mon[112137]: pgmap v9717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:07.457 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:07.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:07.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:07.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:07.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:08 smithi203 ceph-mon[117428]: from='client.270426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:08 smithi203 ceph-mon[117428]: pgmap v9718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:08 smithi137 ceph-mon[117020]: from='client.270426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:08 smithi137 ceph-mon[117020]: pgmap v9718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:08 smithi066 ceph-mon[112137]: from='client.270426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:08 smithi066 ceph-mon[112137]: pgmap v9718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:10 smithi203 ceph-mon[117428]: pgmap v9719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:10 smithi137 ceph-mon[117020]: pgmap v9719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:10 smithi066 ceph-mon[112137]: pgmap v9719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:12.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:12.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:12.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:12 smithi137 ceph-mon[117020]: pgmap v9720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:12 smithi066 ceph-mon[112137]: pgmap v9720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:12 smithi203 ceph-mon[117428]: pgmap v9720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:13.184 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:13.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:13.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:13.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:13.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:13 smithi137 ceph-mon[117020]: from='client.270504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:13 smithi066 ceph-mon[112137]: from='client.270504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:13 smithi203 ceph-mon[117428]: from='client.270504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:14 smithi137 ceph-mon[117020]: pgmap v9721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:14 smithi066 ceph-mon[112137]: pgmap v9721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:14 smithi203 ceph-mon[117428]: pgmap v9721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:16 smithi137 ceph-mon[117020]: pgmap v9722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:16 smithi066 ceph-mon[112137]: pgmap v9722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:16 smithi203 ceph-mon[117428]: pgmap v9722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:37:17.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:37:17.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:37:17.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:37:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:37:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:37:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:37:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:37:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:37:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:37:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:37:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:37:18.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:18.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:18.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:18 smithi137 ceph-mon[117020]: pgmap v9723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:18.918 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:18.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:18.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:18.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:18.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:18 smithi066 ceph-mon[112137]: pgmap v9723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:18 smithi203 ceph-mon[117428]: pgmap v9723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:19 smithi137 ceph-mon[117020]: from='client.270579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:19 smithi066 ceph-mon[112137]: from='client.270579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:19 smithi203 ceph-mon[117428]: from='client.270579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:20 smithi137 ceph-mon[117020]: pgmap v9724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:20 smithi066 ceph-mon[112137]: pgmap v9724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:20 smithi203 ceph-mon[117428]: pgmap v9724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:22 smithi137 ceph-mon[117020]: pgmap v9725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:22 smithi066 ceph-mon[112137]: pgmap v9725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:22 smithi203 ceph-mon[117428]: pgmap v9725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:23.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:23.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:23.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:24.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:24.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:24.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:24.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:24.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:24 smithi137 ceph-mon[117020]: pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:24 smithi066 ceph-mon[112137]: pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:24 smithi203 ceph-mon[117428]: pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:25 smithi137 ceph-mon[117020]: from='client.270657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:25 smithi066 ceph-mon[112137]: from='client.270657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:25 smithi203 ceph-mon[117428]: from='client.270657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:26 smithi137 ceph-mon[117020]: pgmap v9727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:26 smithi066 ceph-mon[112137]: pgmap v9727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:26 smithi203 ceph-mon[117428]: pgmap v9727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:28 smithi137 ceph-mon[117020]: pgmap v9728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:28 smithi066 ceph-mon[112137]: pgmap v9728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:28 smithi203 ceph-mon[117428]: pgmap v9728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:29.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:29.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:29.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:30.387 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:30.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:30.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:30.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:30.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:30 smithi137 ceph-mon[117020]: pgmap v9729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:30 smithi066 ceph-mon[112137]: pgmap v9729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:30 smithi203 ceph-mon[117428]: pgmap v9729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:31 smithi066 ceph-mon[112137]: from='client.270732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:31 smithi203 ceph-mon[117428]: from='client.270732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:31 smithi137 ceph-mon[117020]: from='client.270732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:32 smithi066 ceph-mon[112137]: pgmap v9730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:32 smithi203 ceph-mon[117428]: pgmap v9730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:32 smithi137 ceph-mon[117020]: pgmap v9730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:34.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:34 smithi066 ceph-mon[112137]: pgmap v9731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:34 smithi203 ceph-mon[117428]: pgmap v9731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:34 smithi137 ceph-mon[117020]: pgmap v9731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:35.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:35.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:35.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:36.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:36.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:36.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:36.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:36.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:36 smithi066 ceph-mon[112137]: pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:36 smithi066 ceph-mon[112137]: from='client.270807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:36 smithi203 ceph-mon[117428]: pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:36 smithi203 ceph-mon[117428]: from='client.270807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:36 smithi137 ceph-mon[117020]: pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:36 smithi137 ceph-mon[117020]: from='client.270807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:38 smithi066 ceph-mon[112137]: pgmap v9733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:38 smithi203 ceph-mon[117428]: pgmap v9733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:38 smithi137 ceph-mon[117020]: pgmap v9733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:40 smithi066 ceph-mon[112137]: pgmap v9734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:40 smithi203 ceph-mon[117428]: pgmap v9734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:41.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:41.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:41.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:40 smithi137 ceph-mon[117020]: pgmap v9734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:41.839 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:41.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:41.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:41.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:41.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:42 smithi066 ceph-mon[112137]: pgmap v9735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:42 smithi066 ceph-mon[112137]: from='client.270876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:42 smithi203 ceph-mon[117428]: pgmap v9735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:42 smithi203 ceph-mon[117428]: from='client.270876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:42 smithi137 ceph-mon[117020]: pgmap v9735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:43.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:42 smithi137 ceph-mon[117020]: from='client.270876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:44 smithi066 ceph-mon[112137]: pgmap v9736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:44 smithi203 ceph-mon[117428]: pgmap v9736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:44 smithi137 ceph-mon[117020]: pgmap v9736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:46.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:46.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:46.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:46 smithi066 ceph-mon[112137]: pgmap v9737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:46 smithi203 ceph-mon[117428]: pgmap v9737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:46 smithi137 ceph-mon[117020]: pgmap v9737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:47.568 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:47.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:47.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:47.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:47.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:48 smithi066 ceph-mon[112137]: from='client.270954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:48 smithi066 ceph-mon[112137]: pgmap v9738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:48 smithi203 ceph-mon[117428]: from='client.270954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:48 smithi203 ceph-mon[117428]: pgmap v9738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:48 smithi137 ceph-mon[117020]: from='client.270954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:48 smithi137 ceph-mon[117020]: pgmap v9738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:50 smithi066 ceph-mon[112137]: pgmap v9739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:50 smithi203 ceph-mon[117428]: pgmap v9739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:50 smithi137 ceph-mon[117020]: pgmap v9739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:52.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:52.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:52.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:52 smithi066 ceph-mon[112137]: pgmap v9740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:52 smithi203 ceph-mon[117428]: pgmap v9740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:52 smithi137 ceph-mon[117020]: pgmap v9740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:53.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:53.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:53.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:53.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:53.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:53 smithi066 ceph-mon[112137]: from='client.271029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:53 smithi203 ceph-mon[117428]: from='client.271029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:53 smithi137 ceph-mon[117020]: from='client.271029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:54 smithi066 ceph-mon[112137]: pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:54 smithi203 ceph-mon[117428]: pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:54 smithi137 ceph-mon[117020]: pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:56 smithi066 ceph-mon[112137]: pgmap v9742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:56 smithi203 ceph-mon[117428]: pgmap v9742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:56 smithi137 ceph-mon[117020]: pgmap v9742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:58.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:37:58.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:58.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:58 smithi066 ceph-mon[112137]: pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:59.028 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:37:59.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:59.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:59.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:59.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:37:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:58 smithi203 ceph-mon[117428]: pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:58 smithi137 ceph-mon[117020]: pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:37:59 smithi066 ceph-mon[112137]: from='client.271107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:37:59 smithi203 ceph-mon[117428]: from='client.271107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:37:59 smithi137 ceph-mon[117020]: from='client.271107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:00 smithi066 ceph-mon[112137]: pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:00 smithi203 ceph-mon[117428]: pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:00 smithi137 ceph-mon[117020]: pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:02 smithi066 ceph-mon[112137]: pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:02 smithi203 ceph-mon[117428]: pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:02 smithi137 ceph-mon[117020]: pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:04.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:04.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:04.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:04.763 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:04.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:04.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:04.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:04.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:04 smithi066 ceph-mon[112137]: pgmap v9746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:04 smithi203 ceph-mon[117428]: pgmap v9746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:04 smithi137 ceph-mon[117020]: pgmap v9746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:05 smithi066 ceph-mon[112137]: from='client.271182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:05 smithi203 ceph-mon[117428]: from='client.271182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:05 smithi137 ceph-mon[117020]: from='client.271182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:06 smithi066 ceph-mon[112137]: pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:38:07.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:06 smithi203 ceph-mon[117428]: pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:38:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:06 smithi137 ceph-mon[117020]: pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:38:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:08 smithi066 ceph-mon[112137]: pgmap v9748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:38:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:08 smithi203 ceph-mon[117428]: pgmap v9748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:38:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:08 smithi137 ceph-mon[117020]: pgmap v9748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:38:09.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:09.766 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:09.766 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:10.504 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:10.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:10.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:10.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:10.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:10 smithi066 ceph-mon[112137]: pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:38:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:10 smithi203 ceph-mon[117428]: pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:38:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:10 smithi137 ceph-mon[117020]: pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:38:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:11 smithi066 ceph-mon[112137]: from='client.271260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:11 smithi203 ceph-mon[117428]: from='client.271260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:11 smithi137 ceph-mon[117020]: from='client.271260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:12 smithi066 ceph-mon[112137]: pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:12 smithi203 ceph-mon[117428]: pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:12 smithi137 ceph-mon[117020]: pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:14 smithi066 ceph-mon[112137]: pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:14 smithi203 ceph-mon[117428]: pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:14 smithi137 ceph-mon[117020]: pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:15.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:15.506 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:15.506 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:16.231 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:16.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:16.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:16.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:16.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:16 smithi066 ceph-mon[112137]: pgmap v9752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:16 smithi066 ceph-mon[112137]: from='client.271338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:16 smithi203 ceph-mon[117428]: pgmap v9752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:16 smithi203 ceph-mon[117428]: from='client.271338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:16 smithi137 ceph-mon[117020]: pgmap v9752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:16 smithi137 ceph-mon[117020]: from='client.271338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:38:17.999 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:38:18.011 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: pgmap v9753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:38:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:38:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:38:18.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: pgmap v9753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:38:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:38:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:38:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:38:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:38:19.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: pgmap v9753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:38:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:38:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:38:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:19 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16311M 2023-12-07T22:38:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:19 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16311M 2023-12-07T22:38:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:19 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16311M 2023-12-07T22:38:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:20 smithi066 ceph-mon[112137]: pgmap v9754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:38:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:20 smithi203 ceph-mon[117428]: pgmap v9754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:38:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:20 smithi137 ceph-mon[117020]: pgmap v9754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:38:21.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:21.233 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:21.233 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:21.958 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:21.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:21.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:21.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:21.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:22 smithi066 ceph-mon[112137]: pgmap v9755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:38:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:22 smithi066 ceph-mon[112137]: from='client.271413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:22 smithi203 ceph-mon[117428]: pgmap v9755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:38:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:22 smithi203 ceph-mon[117428]: from='client.271413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:22 smithi137 ceph-mon[117020]: pgmap v9755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:38:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:22 smithi137 ceph-mon[117020]: from='client.271413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:24 smithi203 ceph-mon[117428]: pgmap v9756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:24 smithi137 ceph-mon[117020]: pgmap v9756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:24 smithi066 ceph-mon[112137]: pgmap v9756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:26.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:26.960 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:26.960 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:26 smithi203 ceph-mon[117428]: pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:26 smithi137 ceph-mon[117020]: pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:26 smithi066 ceph-mon[112137]: pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:27.683 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:27.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:27.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:27.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:27.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:28 smithi203 ceph-mon[117428]: pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:28 smithi203 ceph-mon[117428]: from='client.271491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:28 smithi137 ceph-mon[117020]: pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:28 smithi137 ceph-mon[117020]: from='client.271491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:28 smithi066 ceph-mon[112137]: pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:28 smithi066 ceph-mon[112137]: from='client.271491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:30 smithi203 ceph-mon[117428]: pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:30 smithi137 ceph-mon[117020]: pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:30 smithi066 ceph-mon[112137]: pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:32.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:32.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:32.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:32 smithi203 ceph-mon[117428]: pgmap v9760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:32 smithi137 ceph-mon[117020]: pgmap v9760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:33.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:32 smithi066 ceph-mon[112137]: pgmap v9760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:33.422 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:33.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:33.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:33.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:33.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:34 smithi203 ceph-mon[117428]: from='client.271566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:34 smithi203 ceph-mon[117428]: pgmap v9761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:34 smithi137 ceph-mon[117020]: from='client.271566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:34 smithi137 ceph-mon[117020]: pgmap v9761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:35.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:34 smithi066 ceph-mon[112137]: from='client.271566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:35.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:34 smithi066 ceph-mon[112137]: pgmap v9761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:36 smithi203 ceph-mon[117428]: pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:36 smithi137 ceph-mon[117020]: pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:37.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:36 smithi066 ceph-mon[112137]: pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:38.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:38.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:38.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:38 smithi203 ceph-mon[117428]: pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:38 smithi137 ceph-mon[117020]: pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:39.157 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:39.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:39.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:39.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:39.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:39.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:38 smithi066 ceph-mon[112137]: pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:39 smithi203 ceph-mon[117428]: from='client.271644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:39 smithi137 ceph-mon[117020]: from='client.271644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:39 smithi066 ceph-mon[112137]: from='client.271644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:40 smithi203 ceph-mon[117428]: pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:40 smithi137 ceph-mon[117020]: pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:41.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:40 smithi066 ceph-mon[112137]: pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:42 smithi203 ceph-mon[117428]: pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:43.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:42 smithi137 ceph-mon[117020]: pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:43.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:42 smithi066 ceph-mon[112137]: pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:44.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:44.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:44.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:44.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:44.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:44.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:44.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:44.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:44 smithi203 ceph-mon[117428]: pgmap v9766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:44 smithi137 ceph-mon[117020]: pgmap v9766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:44 smithi066 ceph-mon[112137]: pgmap v9766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:45 smithi203 ceph-mon[117428]: from='client.271719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:45 smithi137 ceph-mon[117020]: from='client.271719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:46.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:45 smithi066 ceph-mon[112137]: from='client.271719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:46 smithi203 ceph-mon[117428]: pgmap v9767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:38:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:46 smithi137 ceph-mon[117020]: pgmap v9767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:38:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:46 smithi066 ceph-mon[112137]: pgmap v9767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:38:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:48 smithi203 ceph-mon[117428]: pgmap v9768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:38:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:48 smithi137 ceph-mon[117020]: pgmap v9768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:38:49.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:48 smithi066 ceph-mon[112137]: pgmap v9768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:38:49.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:49.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:49.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:50.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:50.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:50.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:50.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:50.616 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:50 smithi203 ceph-mon[117428]: pgmap v9769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:38:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:50 smithi137 ceph-mon[117020]: pgmap v9769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:38:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:50 smithi066 ceph-mon[112137]: pgmap v9769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:38:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:51 smithi203 ceph-mon[117428]: from='client.271791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:51 smithi137 ceph-mon[117020]: from='client.271791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:52.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:51 smithi066 ceph-mon[112137]: from='client.271791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:52 smithi203 ceph-mon[117428]: pgmap v9770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:52 smithi137 ceph-mon[117020]: pgmap v9770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:52 smithi066 ceph-mon[112137]: pgmap v9770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:54 smithi203 ceph-mon[117428]: pgmap v9771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:54 smithi137 ceph-mon[117020]: pgmap v9771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:55.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:54 smithi066 ceph-mon[112137]: pgmap v9771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:55.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:38:55.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:55.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:56.351 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:38:56.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:56.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:56.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:56.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:38:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:56 smithi203 ceph-mon[117428]: pgmap v9772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:56 smithi203 ceph-mon[117428]: from='client.271869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:56 smithi137 ceph-mon[117020]: pgmap v9772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:56 smithi137 ceph-mon[117020]: from='client.271869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:56 smithi066 ceph-mon[112137]: pgmap v9772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:56 smithi066 ceph-mon[112137]: from='client.271869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:38:58 smithi203 ceph-mon[117428]: pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:38:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:38:58 smithi137 ceph-mon[117020]: pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:38:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:38:58 smithi066 ceph-mon[112137]: pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:39:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:00 smithi203 ceph-mon[117428]: pgmap v9774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:39:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:00 smithi137 ceph-mon[117020]: pgmap v9774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:39:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:00 smithi066 ceph-mon[112137]: pgmap v9774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:39:01.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:01.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:01.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:02.079 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:02.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:02.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:02.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:02.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:02 smithi203 ceph-mon[117428]: pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:39:03.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:02 smithi203 ceph-mon[117428]: from='client.271947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:02 smithi137 ceph-mon[117020]: pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:39:03.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:02 smithi137 ceph-mon[117020]: from='client.271947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:02 smithi066 ceph-mon[112137]: pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:39:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:02 smithi066 ceph-mon[112137]: from='client.271947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:04 smithi203 ceph-mon[117428]: pgmap v9776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:04 smithi137 ceph-mon[117020]: pgmap v9776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:04 smithi066 ceph-mon[112137]: pgmap v9776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:06 smithi203 ceph-mon[117428]: pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:07.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:07.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:07.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:06 smithi137 ceph-mon[117020]: pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:06 smithi066 ceph-mon[112137]: pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:07.808 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:07.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:07.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:07.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:07.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:08 smithi203 ceph-mon[117428]: pgmap v9778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:08 smithi203 ceph-mon[117428]: from='client.272025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:08 smithi137 ceph-mon[117020]: pgmap v9778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:08 smithi137 ceph-mon[117020]: from='client.272025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:09.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:08 smithi066 ceph-mon[112137]: pgmap v9778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:09.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:08 smithi066 ceph-mon[112137]: from='client.272025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:10 smithi203 ceph-mon[117428]: pgmap v9779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:10 smithi137 ceph-mon[117020]: pgmap v9779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:10 smithi066 ceph-mon[112137]: pgmap v9779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:12.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:12.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:12.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:12 smithi137 ceph-mon[117020]: pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:12 smithi066 ceph-mon[112137]: pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:12 smithi203 ceph-mon[117428]: pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:13.542 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:13.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:13.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:13.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:13.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:14 smithi137 ceph-mon[117020]: from='client.272103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:14 smithi137 ceph-mon[117020]: pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:14 smithi066 ceph-mon[112137]: from='client.272103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:14 smithi066 ceph-mon[112137]: pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:15.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:14 smithi203 ceph-mon[117428]: from='client.272103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:15.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:14 smithi203 ceph-mon[117428]: pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:16 smithi137 ceph-mon[117020]: pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:17.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:16 smithi066 ceph-mon[112137]: pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:17.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:16 smithi203 ceph-mon[117428]: pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:18.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:18.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:18.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:18 smithi137 ceph-mon[117020]: pgmap v9783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:19.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:18 smithi066 ceph-mon[112137]: pgmap v9783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:19.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:19.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:19.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:19.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:19.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:19.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:18 smithi203 ceph-mon[117428]: pgmap v9783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:39:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:19 smithi137 ceph-mon[117020]: from='client.272178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:39:20.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:39:20.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:39:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:39:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:19 smithi066 ceph-mon[112137]: from='client.272178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:39:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:39:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:39:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:39:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:19 smithi203 ceph-mon[117428]: from='client.272178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:39:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:39:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:39:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:20 smithi137 ceph-mon[117020]: pgmap v9784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:21.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:20 smithi066 ceph-mon[112137]: pgmap v9784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:21.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:20 smithi203 ceph-mon[117428]: pgmap v9784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:23.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:22 smithi137 ceph-mon[117020]: pgmap v9785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:23.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:22 smithi066 ceph-mon[112137]: pgmap v9785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:23.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:22 smithi203 ceph-mon[117428]: pgmap v9785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:24.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:24.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:24.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:25.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:25.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:25.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:25.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:25.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:24 smithi137 ceph-mon[117020]: pgmap v9786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:24 smithi066 ceph-mon[112137]: pgmap v9786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:24 smithi203 ceph-mon[117428]: pgmap v9786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:26.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:25 smithi137 ceph-mon[117020]: from='client.272250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:25 smithi066 ceph-mon[112137]: from='client.272250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:26.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:25 smithi203 ceph-mon[117428]: from='client.272250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:26 smithi137 ceph-mon[117020]: pgmap v9787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:26 smithi066 ceph-mon[112137]: pgmap v9787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:26 smithi203 ceph-mon[117428]: pgmap v9787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:28 smithi137 ceph-mon[117020]: pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:28 smithi066 ceph-mon[112137]: pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:29.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:28 smithi203 ceph-mon[117428]: pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:30.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:30.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:30.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:30.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:30.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:30.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:30.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:30.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:30 smithi137 ceph-mon[117020]: pgmap v9789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:30 smithi066 ceph-mon[112137]: pgmap v9789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:30 smithi203 ceph-mon[117428]: pgmap v9789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:32.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:31 smithi137 ceph-mon[117020]: from='client.272328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:31 smithi066 ceph-mon[112137]: from='client.272328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:32.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:31 smithi203 ceph-mon[117428]: from='client.272328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:32 smithi137 ceph-mon[117020]: pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:32 smithi066 ceph-mon[112137]: pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:33.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:32 smithi203 ceph-mon[117428]: pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:34 smithi137 ceph-mon[117020]: pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:35.243 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:34 smithi066 ceph-mon[112137]: pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:34 smithi203 ceph-mon[117428]: pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:35.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:35.794 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:35.794 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:36.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:36.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:36.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:36.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:36.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:36 smithi137 ceph-mon[117020]: pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:37.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:36 smithi066 ceph-mon[112137]: pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:37.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:36 smithi203 ceph-mon[117428]: pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:38.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:37 smithi066 ceph-mon[112137]: from='client.272403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:37 smithi203 ceph-mon[117428]: from='client.272403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:37 smithi137 ceph-mon[117020]: from='client.272403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:39.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:38 smithi066 ceph-mon[112137]: pgmap v9793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:39.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:38 smithi203 ceph-mon[117428]: pgmap v9793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:39.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:38 smithi137 ceph-mon[117020]: pgmap v9793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:41.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:40 smithi066 ceph-mon[112137]: pgmap v9794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:40 smithi203 ceph-mon[117428]: pgmap v9794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:40 smithi137 ceph-mon[117020]: pgmap v9794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:41.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:41.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:41.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:42.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:42.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:42.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:42.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:42.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:43.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:42 smithi066 ceph-mon[112137]: pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:43.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:42 smithi066 ceph-mon[112137]: from='client.272475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:42 smithi203 ceph-mon[117428]: pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:43.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:42 smithi203 ceph-mon[117428]: from='client.272475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:42 smithi137 ceph-mon[117020]: pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:43.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:42 smithi137 ceph-mon[117020]: from='client.272475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:44 smithi066 ceph-mon[112137]: pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:44 smithi203 ceph-mon[117428]: pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:44 smithi137 ceph-mon[117020]: pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:47.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:46 smithi066 ceph-mon[112137]: pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:47.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:47.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:47.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:47.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:46 smithi203 ceph-mon[117428]: pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:46 smithi137 ceph-mon[117020]: pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:47.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:47.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:47.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:47.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:47.969 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:49.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:48 smithi066 ceph-mon[112137]: pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:49.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:48 smithi066 ceph-mon[112137]: from='client.272544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:48 smithi203 ceph-mon[117428]: pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:48 smithi203 ceph-mon[117428]: from='client.272544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:48 smithi137 ceph-mon[117020]: pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:48 smithi137 ceph-mon[117020]: from='client.272544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:50 smithi066 ceph-mon[112137]: pgmap v9799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:51.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:50 smithi203 ceph-mon[117428]: pgmap v9799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:51.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:50 smithi137 ceph-mon[117020]: pgmap v9799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:52.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:52.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:52.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:52 smithi066 ceph-mon[112137]: pgmap v9800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:52 smithi203 ceph-mon[117428]: pgmap v9800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:53.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:52 smithi137 ceph-mon[117020]: pgmap v9800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:53.688 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:53.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:53.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:53.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:53.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:39:55.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:54 smithi066 ceph-mon[112137]: pgmap v9801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:55.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:54 smithi066 ceph-mon[112137]: from='client.272619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:54 smithi203 ceph-mon[117428]: pgmap v9801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:54 smithi203 ceph-mon[117428]: from='client.272619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:54 smithi137 ceph-mon[117020]: pgmap v9801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:55.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:54 smithi137 ceph-mon[117020]: from='client.272619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:56 smithi066 ceph-mon[112137]: pgmap v9802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:56 smithi203 ceph-mon[117428]: pgmap v9802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:56 smithi137 ceph-mon[117020]: pgmap v9802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:58.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:39:58.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:58.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:39:58 smithi066 ceph-mon[112137]: pgmap v9803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:59.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:39:58 smithi203 ceph-mon[117428]: pgmap v9803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:59.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:39:58 smithi137 ceph-mon[117020]: pgmap v9803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:59.405 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:39:59.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:59.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:59.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:59.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:00 smithi066 ceph-mon[112137]: from='client.272694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:00 smithi066 ceph-mon[112137]: pgmap v9804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T22:40:01.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:00 smithi203 ceph-mon[117428]: from='client.272694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:01.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:00 smithi203 ceph-mon[117428]: pgmap v9804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:01.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T22:40:01.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:00 smithi137 ceph-mon[117020]: from='client.272694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:01.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:00 smithi137 ceph-mon[117020]: pgmap v9804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:01.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T22:40:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:02 smithi066 ceph-mon[112137]: pgmap v9805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:02 smithi203 ceph-mon[117428]: pgmap v9805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:02 smithi137 ceph-mon[117020]: pgmap v9805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:04.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:04.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:04.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:05.140 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:05.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:05.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:05.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:05.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:04 smithi066 ceph-mon[112137]: pgmap v9806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:04 smithi203 ceph-mon[117428]: pgmap v9806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:04 smithi137 ceph-mon[117020]: pgmap v9806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:06.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:05 smithi066 ceph-mon[112137]: from='client.272772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:06.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:05 smithi203 ceph-mon[117428]: from='client.272772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:05 smithi137 ceph-mon[117020]: from='client.272772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:06 smithi066 ceph-mon[112137]: pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:07.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:06 smithi203 ceph-mon[117428]: pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:07.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:06 smithi137 ceph-mon[117020]: pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:09.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:08 smithi066 ceph-mon[112137]: pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:09.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:08 smithi203 ceph-mon[117428]: pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:09.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:08 smithi137 ceph-mon[117020]: pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:10.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:10.142 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:10.142 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:10.877 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:10.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:10.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:10.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:10.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:10 smithi066 ceph-mon[112137]: pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:11.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:10 smithi203 ceph-mon[117428]: pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:11.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:10 smithi137 ceph-mon[117020]: pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:11 smithi066 ceph-mon[112137]: from='client.272847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:11 smithi203 ceph-mon[117428]: from='client.272847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:11 smithi137 ceph-mon[117020]: from='client.272847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:12 smithi066 ceph-mon[112137]: pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:12 smithi203 ceph-mon[117428]: pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:13.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:12 smithi137 ceph-mon[117020]: pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:15.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:14 smithi066 ceph-mon[112137]: pgmap v9811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:14 smithi203 ceph-mon[117428]: pgmap v9811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:14 smithi137 ceph-mon[117020]: pgmap v9811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:15.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:15.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:15.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:16.605 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:16.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:16.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:16.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:16.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:17.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:16 smithi066 ceph-mon[112137]: pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:17.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:16 smithi203 ceph-mon[117428]: pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:17.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:16 smithi137 ceph-mon[117020]: pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:17 smithi066 ceph-mon[112137]: from='client.272922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:17 smithi203 ceph-mon[117428]: from='client.272922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:18.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:17 smithi137 ceph-mon[117020]: from='client.272922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:19.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:18 smithi066 ceph-mon[112137]: pgmap v9813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:19.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:18 smithi203 ceph-mon[117428]: pgmap v9813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:19.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:18 smithi137 ceph-mon[117020]: pgmap v9813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:20 smithi203 ceph-mon[117428]: pgmap v9814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:40:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:40:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:40:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:40:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:20 smithi137 ceph-mon[117020]: pgmap v9814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:40:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:40:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:40:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:40:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:20 smithi066 ceph-mon[112137]: pgmap v9814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:40:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:40:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:40:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:40:21.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:21.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:21.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:22.349 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:22.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:22.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:22.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:22.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:22 smithi203 ceph-mon[117428]: pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:22 smithi203 ceph-mon[117428]: from='client.272994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:22 smithi137 ceph-mon[117020]: pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:22 smithi137 ceph-mon[117020]: from='client.272994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:22 smithi066 ceph-mon[112137]: pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:22 smithi066 ceph-mon[112137]: from='client.272994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:24 smithi203 ceph-mon[117428]: pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:24.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:24 smithi137 ceph-mon[117020]: pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:24 smithi066 ceph-mon[112137]: pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:26 smithi203 ceph-mon[117428]: pgmap v9817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:26.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:26 smithi137 ceph-mon[117020]: pgmap v9817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:26 smithi066 ceph-mon[112137]: pgmap v9817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:27.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:27.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:27.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:28.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:28.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:28.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:28.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:28.084 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:28 smithi203 ceph-mon[117428]: pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:28 smithi203 ceph-mon[117428]: from='client.273066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:28 smithi137 ceph-mon[117020]: pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:28 smithi137 ceph-mon[117020]: from='client.273066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:28 smithi066 ceph-mon[112137]: pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:28 smithi066 ceph-mon[112137]: from='client.273066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:30 smithi203 ceph-mon[117428]: pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:30 smithi137 ceph-mon[117020]: pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:30 smithi066 ceph-mon[112137]: pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:32 smithi203 ceph-mon[117428]: pgmap v9820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:32 smithi137 ceph-mon[117020]: pgmap v9820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:32 smithi066 ceph-mon[112137]: pgmap v9820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:33.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:33.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:33.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:33.829 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:33.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:33.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:33.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:33.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:34 smithi203 ceph-mon[117428]: pgmap v9821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:34 smithi203 ceph-mon[117428]: from='client.273144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:34 smithi137 ceph-mon[117020]: pgmap v9821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:34 smithi137 ceph-mon[117020]: from='client.273144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:34 smithi066 ceph-mon[112137]: pgmap v9821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:34 smithi066 ceph-mon[112137]: from='client.273144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:36 smithi203 ceph-mon[117428]: pgmap v9822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:36.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:36 smithi137 ceph-mon[117020]: pgmap v9822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:36 smithi066 ceph-mon[112137]: pgmap v9822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:38.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:38 smithi203 ceph-mon[117428]: pgmap v9823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:38.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:38.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:38.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:38 smithi137 ceph-mon[117020]: pgmap v9823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:38 smithi066 ceph-mon[112137]: pgmap v9823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:39.573 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:39.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:39.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:39.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:39.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:40 smithi203 ceph-mon[117428]: from='client.273222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:40 smithi203 ceph-mon[117428]: pgmap v9824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:40 smithi137 ceph-mon[117020]: from='client.273222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:40 smithi137 ceph-mon[117020]: pgmap v9824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:40 smithi066 ceph-mon[112137]: from='client.273222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:40 smithi066 ceph-mon[112137]: pgmap v9824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:42 smithi203 ceph-mon[117428]: pgmap v9825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:42 smithi137 ceph-mon[117020]: pgmap v9825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:42 smithi066 ceph-mon[112137]: pgmap v9825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:44.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:44.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:44.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:44 smithi137 ceph-mon[117020]: pgmap v9826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:44 smithi066 ceph-mon[112137]: pgmap v9826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:44 smithi203 ceph-mon[117428]: pgmap v9826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:45.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:45.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:45.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:45.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:45.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:45 smithi137 ceph-mon[117020]: from='client.273300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:45 smithi066 ceph-mon[112137]: from='client.273300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:45 smithi203 ceph-mon[117428]: from='client.273300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:46 smithi137 ceph-mon[117020]: pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:46 smithi066 ceph-mon[112137]: pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:46 smithi203 ceph-mon[117428]: pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:48 smithi137 ceph-mon[117020]: pgmap v9828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:48 smithi066 ceph-mon[112137]: pgmap v9828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:48 smithi203 ceph-mon[117428]: pgmap v9828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:50.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:50.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:50.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:50 smithi137 ceph-mon[117020]: pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:50 smithi066 ceph-mon[112137]: pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:51.028 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:51.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:51.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:51.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:51.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:50 smithi203 ceph-mon[117428]: pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:51 smithi137 ceph-mon[117020]: from='client.273375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:51 smithi066 ceph-mon[112137]: from='client.273375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:51 smithi203 ceph-mon[117428]: from='client.273375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:52 smithi137 ceph-mon[117020]: pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:52 smithi066 ceph-mon[112137]: pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:52 smithi203 ceph-mon[117428]: pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:54 smithi137 ceph-mon[117020]: pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:54 smithi066 ceph-mon[112137]: pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:54 smithi203 ceph-mon[117428]: pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:56.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:40:56.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:56.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:56.765 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:40:56.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:56.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:56.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:56.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:40:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:56 smithi137 ceph-mon[117020]: pgmap v9832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:56 smithi066 ceph-mon[112137]: pgmap v9832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:56 smithi203 ceph-mon[117428]: pgmap v9832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:57 smithi137 ceph-mon[117020]: from='client.273447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:57 smithi066 ceph-mon[112137]: from='client.273447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:57 smithi203 ceph-mon[117428]: from='client.273447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:40:58 smithi137 ceph-mon[117020]: pgmap v9833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:40:58 smithi066 ceph-mon[112137]: pgmap v9833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:40:58 smithi203 ceph-mon[117428]: pgmap v9833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:00 smithi137 ceph-mon[117020]: pgmap v9834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:00 smithi066 ceph-mon[112137]: pgmap v9834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:00 smithi203 ceph-mon[117428]: pgmap v9834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:01.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:01.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:01.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:02.492 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:02.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:02.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:02.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:02.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:02 smithi137 ceph-mon[117020]: pgmap v9835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:02 smithi066 ceph-mon[112137]: pgmap v9835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:02 smithi203 ceph-mon[117428]: pgmap v9835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:03 smithi137 ceph-mon[117020]: from='client.273525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:03 smithi066 ceph-mon[112137]: from='client.273525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:03 smithi203 ceph-mon[117428]: from='client.273525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:04 smithi137 ceph-mon[117020]: pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:04 smithi066 ceph-mon[112137]: pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:04 smithi203 ceph-mon[117428]: pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:06 smithi137 ceph-mon[117020]: pgmap v9837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:06 smithi066 ceph-mon[112137]: pgmap v9837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:06 smithi203 ceph-mon[117428]: pgmap v9837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:07.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:07.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:07.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:08.215 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:08.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:08.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:08.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:08.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:08 smithi066 ceph-mon[112137]: pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:08 smithi066 ceph-mon[112137]: from='client.273603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:08 smithi203 ceph-mon[117428]: pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:08 smithi203 ceph-mon[117428]: from='client.273603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:08 smithi137 ceph-mon[117020]: pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:08 smithi137 ceph-mon[117020]: from='client.273603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:10 smithi066 ceph-mon[112137]: pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:10 smithi203 ceph-mon[117428]: pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:10 smithi137 ceph-mon[117020]: pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:12 smithi066 ceph-mon[112137]: pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:12 smithi203 ceph-mon[117428]: pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:12 smithi137 ceph-mon[117020]: pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:13.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:13.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:13.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:13.962 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:13.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:13.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:13.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:13.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:14 smithi066 ceph-mon[112137]: pgmap v9841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:14 smithi066 ceph-mon[112137]: from='client.273678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:14 smithi203 ceph-mon[117428]: pgmap v9841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:14 smithi203 ceph-mon[117428]: from='client.273678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:14 smithi137 ceph-mon[117020]: pgmap v9841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:14 smithi137 ceph-mon[117020]: from='client.273678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:16 smithi066 ceph-mon[112137]: pgmap v9842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:16 smithi203 ceph-mon[117428]: pgmap v9842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:16 smithi137 ceph-mon[117020]: pgmap v9842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:18.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:18.964 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:18.964 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:18 smithi066 ceph-mon[112137]: pgmap v9843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:18 smithi203 ceph-mon[117428]: pgmap v9843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:18 smithi137 ceph-mon[117020]: pgmap v9843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:19.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:19.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:19.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:19.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:19.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:20 smithi066 ceph-mon[112137]: from='client.273753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:20 smithi066 ceph-mon[112137]: pgmap v9844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:41:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:20 smithi203 ceph-mon[117428]: from='client.273753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:20 smithi203 ceph-mon[117428]: pgmap v9844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:41:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:20 smithi137 ceph-mon[117020]: from='client.273753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:20 smithi137 ceph-mon[117020]: pgmap v9844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:41:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:41:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:41:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:41:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:41:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:41:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:41:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:41:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:41:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:41:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:22 smithi137 ceph-mon[117020]: pgmap v9845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:23.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:22 smithi066 ceph-mon[112137]: pgmap v9845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:23.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:22 smithi203 ceph-mon[117428]: pgmap v9845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:24.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:24.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:24.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:24 smithi137 ceph-mon[117020]: pgmap v9846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:24 smithi066 ceph-mon[112137]: pgmap v9846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:24 smithi203 ceph-mon[117428]: pgmap v9846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:25.406 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:25.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:25.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:25.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:25.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:26 smithi137 ceph-mon[117020]: from='client.273831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:26 smithi137 ceph-mon[117020]: pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:26 smithi066 ceph-mon[112137]: from='client.273831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:26 smithi066 ceph-mon[112137]: pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:26 smithi203 ceph-mon[117428]: from='client.273831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:26 smithi203 ceph-mon[117428]: pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:28 smithi137 ceph-mon[117020]: pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:28 smithi066 ceph-mon[112137]: pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:29.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:28 smithi203 ceph-mon[117428]: pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:30.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:30.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:30.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:30 smithi137 ceph-mon[117020]: pgmap v9849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:31.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:31.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:31.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:31.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:31.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:30 smithi066 ceph-mon[112137]: pgmap v9849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:30 smithi203 ceph-mon[117428]: pgmap v9849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:31 smithi137 ceph-mon[117020]: from='client.273906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:31 smithi066 ceph-mon[112137]: from='client.273906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:32.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:31 smithi203 ceph-mon[117428]: from='client.273906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:32 smithi137 ceph-mon[117020]: pgmap v9850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:32 smithi066 ceph-mon[112137]: pgmap v9850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:33.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:32 smithi203 ceph-mon[117428]: pgmap v9850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:35.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:34 smithi066 ceph-mon[112137]: pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:34 smithi203 ceph-mon[117428]: pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:34 smithi137 ceph-mon[117020]: pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:36.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:36.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:36.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:36.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:36.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:36.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:36.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:36 smithi066 ceph-mon[112137]: pgmap v9852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:37.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:36 smithi203 ceph-mon[117428]: pgmap v9852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:37.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:36 smithi137 ceph-mon[117020]: pgmap v9852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:37 smithi066 ceph-mon[112137]: from='client.273978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:37 smithi203 ceph-mon[117428]: from='client.273978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:37 smithi137 ceph-mon[117020]: from='client.273978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:39.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:38 smithi066 ceph-mon[112137]: pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:39.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:38 smithi203 ceph-mon[117428]: pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:39.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:38 smithi137 ceph-mon[117020]: pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:41.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:40 smithi066 ceph-mon[112137]: pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:40 smithi203 ceph-mon[117428]: pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:40 smithi137 ceph-mon[117020]: pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:41.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:41.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:41.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:42.574 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:43.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:42 smithi066 ceph-mon[112137]: pgmap v9855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:42 smithi203 ceph-mon[117428]: pgmap v9855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:42 smithi137 ceph-mon[117020]: pgmap v9855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:43 smithi066 ceph-mon[112137]: from='client.274056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:44.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:43 smithi203 ceph-mon[117428]: from='client.274056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:43 smithi137 ceph-mon[117020]: from='client.274056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:44 smithi066 ceph-mon[112137]: pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:44 smithi203 ceph-mon[117428]: pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:44 smithi137 ceph-mon[117020]: pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:47.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:46 smithi066 ceph-mon[112137]: pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:47.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:46 smithi203 ceph-mon[117428]: pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:46 smithi137 ceph-mon[117020]: pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:47.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:47.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:47.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:48.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:48.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:48.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:49.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:48 smithi066 ceph-mon[112137]: pgmap v9858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:49.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:48 smithi066 ceph-mon[112137]: from='client.274134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:48 smithi203 ceph-mon[117428]: pgmap v9858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:48 smithi203 ceph-mon[117428]: from='client.274134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:48 smithi137 ceph-mon[117020]: pgmap v9858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:49.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:48 smithi137 ceph-mon[117020]: from='client.274134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:50 smithi066 ceph-mon[112137]: pgmap v9859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:51.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:50 smithi203 ceph-mon[117428]: pgmap v9859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:51.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:50 smithi137 ceph-mon[117020]: pgmap v9859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:52 smithi066 ceph-mon[112137]: pgmap v9860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:53.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:53.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:53.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:52 smithi203 ceph-mon[117428]: pgmap v9860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:52 smithi137 ceph-mon[117020]: pgmap v9860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:54.043 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:54.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:54.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:54.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:54.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:41:55.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:54 smithi066 ceph-mon[112137]: pgmap v9861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:55.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:54 smithi066 ceph-mon[112137]: from='client.274212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:54 smithi203 ceph-mon[117428]: pgmap v9861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:54 smithi203 ceph-mon[117428]: from='client.274212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:55.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:54 smithi137 ceph-mon[117020]: pgmap v9861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:55.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:54 smithi137 ceph-mon[117020]: from='client.274212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:56 smithi066 ceph-mon[112137]: pgmap v9862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:56 smithi203 ceph-mon[117428]: pgmap v9862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:57.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:56 smithi137 ceph-mon[117020]: pgmap v9862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:59.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:41:59.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:59.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:41:58 smithi066 ceph-mon[112137]: pgmap v9863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:59.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:41:58 smithi203 ceph-mon[117428]: pgmap v9863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:59.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:41:58 smithi137 ceph-mon[117020]: pgmap v9863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:59.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:41:59.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:59.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:59.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:59.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:01.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:00 smithi066 ceph-mon[112137]: pgmap v9864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:01.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:00 smithi066 ceph-mon[112137]: from='client.274290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:01.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:00 smithi203 ceph-mon[117428]: pgmap v9864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:01.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:00 smithi203 ceph-mon[117428]: from='client.274290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:01.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:00 smithi137 ceph-mon[117020]: pgmap v9864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:01.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:00 smithi137 ceph-mon[117020]: from='client.274290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:02 smithi066 ceph-mon[112137]: pgmap v9865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:42:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:02 smithi203 ceph-mon[117428]: pgmap v9865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:42:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:02 smithi137 ceph-mon[117020]: pgmap v9865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:42:04.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:04.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:04.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:04 smithi066 ceph-mon[112137]: pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:42:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:04 smithi203 ceph-mon[117428]: pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:42:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:04 smithi137 ceph-mon[117020]: pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:42:05.500 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:05.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:05.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:05.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:05.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:06 smithi066 ceph-mon[112137]: from='client.274365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:06 smithi066 ceph-mon[112137]: pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:07.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:06 smithi203 ceph-mon[117428]: from='client.274365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:07.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:06 smithi203 ceph-mon[117428]: pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:06 smithi137 ceph-mon[117020]: from='client.274365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:06 smithi137 ceph-mon[117020]: pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:09.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:08 smithi066 ceph-mon[112137]: pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:09.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:08 smithi203 ceph-mon[117428]: pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:09.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:08 smithi137 ceph-mon[117020]: pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:10.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:10.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:10.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:11.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:11.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:11.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:11.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:11.228 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:10 smithi066 ceph-mon[112137]: pgmap v9869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:11.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:10 smithi203 ceph-mon[117428]: pgmap v9869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:11.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:10 smithi137 ceph-mon[117020]: pgmap v9869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:11 smithi066 ceph-mon[112137]: from='client.274437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:11 smithi203 ceph-mon[117428]: from='client.274437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:11 smithi137 ceph-mon[117020]: from='client.274437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:12 smithi066 ceph-mon[112137]: pgmap v9870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:13.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:12 smithi203 ceph-mon[117428]: pgmap v9870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:13.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:12 smithi137 ceph-mon[117020]: pgmap v9870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:14 smithi066 ceph-mon[112137]: pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:42:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:14 smithi203 ceph-mon[117428]: pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:42:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:14 smithi137 ceph-mon[117020]: pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:42:16.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:16.229 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:16.229 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:16.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:16.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:16.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:16.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:16.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:17.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:16 smithi066 ceph-mon[112137]: pgmap v9872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:42:17.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:16 smithi203 ceph-mon[117428]: pgmap v9872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:42:17.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:16 smithi137 ceph-mon[117020]: pgmap v9872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:42:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:17 smithi066 ceph-mon[112137]: from='client.274509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:17 smithi203 ceph-mon[117428]: from='client.274509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:17 smithi137 ceph-mon[117020]: from='client.274509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:19.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:18 smithi066 ceph-mon[112137]: pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:19.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:18 smithi203 ceph-mon[117428]: pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:19.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:18 smithi137 ceph-mon[117020]: pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:21.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:20 smithi066 ceph-mon[112137]: pgmap v9874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:21.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:20 smithi203 ceph-mon[117428]: pgmap v9874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:21.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:20 smithi137 ceph-mon[117020]: pgmap v9874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:21.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:21.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:21.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:42:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:42:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:42:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:42:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:42:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:42:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:42:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:42:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:42:22.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:42:22.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:42:22.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:42:22.667 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:22.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:22.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:22.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:22.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:23.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:22 smithi066 ceph-mon[112137]: pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:23.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:22 smithi203 ceph-mon[117428]: pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:23.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:22 smithi137 ceph-mon[117020]: pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:24.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:23 smithi066 ceph-mon[112137]: from='client.274584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:24.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:23 smithi203 ceph-mon[117428]: from='client.274584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:23 smithi137 ceph-mon[117020]: from='client.274584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:24 smithi066 ceph-mon[112137]: pgmap v9876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:24 smithi203 ceph-mon[117428]: pgmap v9876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:24 smithi137 ceph-mon[117020]: pgmap v9876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:26 smithi066 ceph-mon[112137]: pgmap v9877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:26 smithi203 ceph-mon[117428]: pgmap v9877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:26 smithi137 ceph-mon[117020]: pgmap v9877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:27.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:27.668 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:27.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:28.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:28.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:28.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:28.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:28.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:28 smithi066 ceph-mon[112137]: pgmap v9878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:29.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:28 smithi203 ceph-mon[117428]: pgmap v9878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:29.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:28 smithi137 ceph-mon[117020]: pgmap v9878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:29 smithi066 ceph-mon[112137]: from='client.274662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:30.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:29 smithi203 ceph-mon[117428]: from='client.274662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:29 smithi137 ceph-mon[117020]: from='client.274662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:30 smithi066 ceph-mon[112137]: pgmap v9879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:30 smithi203 ceph-mon[117428]: pgmap v9879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:31.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:30 smithi137 ceph-mon[117020]: pgmap v9879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:32 smithi066 ceph-mon[112137]: pgmap v9880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:33.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:32 smithi203 ceph-mon[117428]: pgmap v9880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:33.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:32 smithi137 ceph-mon[117020]: pgmap v9880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:33.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:33.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:33.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:34.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:34.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:34.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:34.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:34.145 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:34 smithi203 ceph-mon[117428]: pgmap v9881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:34 smithi203 ceph-mon[117428]: from='client.274740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:34 smithi137 ceph-mon[117020]: pgmap v9881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:34 smithi137 ceph-mon[117020]: from='client.274740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:35.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:34 smithi066 ceph-mon[112137]: pgmap v9881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:35.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:34 smithi066 ceph-mon[112137]: from='client.274740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:37.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:36 smithi203 ceph-mon[117428]: pgmap v9882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:37.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:36 smithi137 ceph-mon[117020]: pgmap v9882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:37.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:36 smithi066 ceph-mon[112137]: pgmap v9882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:39.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:39.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:39.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:39.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:38 smithi203 ceph-mon[117428]: pgmap v9883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:39.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:38 smithi137 ceph-mon[117020]: pgmap v9883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:39.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:38 smithi066 ceph-mon[112137]: pgmap v9883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:39.868 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:39.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:39.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:39.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:39.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:41 smithi203 ceph-mon[117428]: pgmap v9884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:41 smithi203 ceph-mon[117428]: from='client.274812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:41.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:41 smithi137 ceph-mon[117020]: pgmap v9884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:41.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:41 smithi137 ceph-mon[117020]: from='client.274812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:41.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:41 smithi066 ceph-mon[112137]: pgmap v9884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:41.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:41 smithi066 ceph-mon[112137]: from='client.274812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:43 smithi203 ceph-mon[117428]: pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:42:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:43 smithi137 ceph-mon[117020]: pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:42:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:43 smithi066 ceph-mon[112137]: pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:42:44.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:44.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:44.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:45 smithi203 ceph-mon[117428]: pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:42:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:45 smithi137 ceph-mon[117020]: pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:42:45.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:45 smithi066 ceph-mon[112137]: pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:42:45.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:45.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:45.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:45.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:45.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:47.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:47 smithi203 ceph-mon[117428]: from='client.274890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:47.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:47 smithi203 ceph-mon[117428]: pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:47 smithi137 ceph-mon[117020]: from='client.274890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:47 smithi137 ceph-mon[117020]: pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:47 smithi066 ceph-mon[112137]: from='client.274890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:47 smithi066 ceph-mon[112137]: pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:49 smithi203 ceph-mon[117428]: pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:49 smithi137 ceph-mon[117020]: pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:49.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:49 smithi066 ceph-mon[112137]: pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:50.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:50.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:50.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:51.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:51 smithi203 ceph-mon[117428]: pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:51.332 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:51.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:51.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:51.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:51.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:51.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:51 smithi137 ceph-mon[117020]: pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:51.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:51 smithi066 ceph-mon[112137]: pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:52.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:52 smithi203 ceph-mon[117428]: from='client.274968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:52 smithi137 ceph-mon[117020]: from='client.274968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:52.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:52 smithi066 ceph-mon[112137]: from='client.274968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:53 smithi203 ceph-mon[117428]: pgmap v9890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:53 smithi137 ceph-mon[117020]: pgmap v9890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:53.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:53 smithi066 ceph-mon[112137]: pgmap v9890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:55.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:55 smithi203 ceph-mon[117428]: pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:42:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:55 smithi137 ceph-mon[117020]: pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:42:55.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:55 smithi066 ceph-mon[112137]: pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:42:56.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:42:56.334 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:56.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:57.066 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:42:57.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:57.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:57.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:57.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:42:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:57 smithi203 ceph-mon[117428]: pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:42:57.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:57 smithi137 ceph-mon[117020]: pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:42:57.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:57 smithi066 ceph-mon[112137]: pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:42:58.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:58 smithi203 ceph-mon[117428]: from='client.275040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:58 smithi137 ceph-mon[117020]: from='client.275040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:58.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:58 smithi066 ceph-mon[112137]: from='client.275040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:59.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:42:59 smithi203 ceph-mon[117428]: pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:59.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:42:59 smithi137 ceph-mon[117020]: pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:59.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:42:59 smithi066 ceph-mon[112137]: pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:00 smithi203 ceph-mon[117428]: pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:00 smithi137 ceph-mon[117020]: pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:00 smithi066 ceph-mon[112137]: pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:02.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:02.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:02.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:02.794 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:02.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:02.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:02.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:02.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:02 smithi137 ceph-mon[117020]: pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:02 smithi066 ceph-mon[112137]: pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:02 smithi203 ceph-mon[117428]: pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:03 smithi137 ceph-mon[117020]: from='client.275118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:03 smithi066 ceph-mon[112137]: from='client.275118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:03 smithi203 ceph-mon[117428]: from='client.275118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:04 smithi137 ceph-mon[117020]: pgmap v9896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:04 smithi066 ceph-mon[112137]: pgmap v9896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:04 smithi203 ceph-mon[117428]: pgmap v9896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:06 smithi137 ceph-mon[117020]: pgmap v9897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:06 smithi066 ceph-mon[112137]: pgmap v9897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:06 smithi203 ceph-mon[117428]: pgmap v9897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:07.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:07.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:07.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:08.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:08.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:08.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:08.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:08.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:08 smithi137 ceph-mon[117020]: pgmap v9898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:08 smithi066 ceph-mon[112137]: pgmap v9898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:08 smithi203 ceph-mon[117428]: pgmap v9898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:09 smithi137 ceph-mon[117020]: from='client.275193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:09 smithi066 ceph-mon[112137]: from='client.275193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:09 smithi203 ceph-mon[117428]: from='client.275193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:10 smithi137 ceph-mon[117020]: pgmap v9899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:10 smithi066 ceph-mon[112137]: pgmap v9899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:10 smithi203 ceph-mon[117428]: pgmap v9899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:12 smithi137 ceph-mon[117020]: pgmap v9900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:12 smithi066 ceph-mon[112137]: pgmap v9900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:12 smithi203 ceph-mon[117428]: pgmap v9900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:13.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:13.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:13.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:14.251 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:14.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:14.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:14.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:14.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:14 smithi137 ceph-mon[117020]: pgmap v9901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:14.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:14 smithi137 ceph-mon[117020]: from='client.275271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:14 smithi066 ceph-mon[112137]: pgmap v9901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:14 smithi066 ceph-mon[112137]: from='client.275271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:15.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:14 smithi203 ceph-mon[117428]: pgmap v9901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:15.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:14 smithi203 ceph-mon[117428]: from='client.275271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:16 smithi137 ceph-mon[117020]: pgmap v9902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:16 smithi066 ceph-mon[112137]: pgmap v9902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:16 smithi203 ceph-mon[117428]: pgmap v9902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:18 smithi137 ceph-mon[117020]: pgmap v9903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:18.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:18 smithi066 ceph-mon[112137]: pgmap v9903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:18 smithi203 ceph-mon[117428]: pgmap v9903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:19.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:19.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:19.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:19.984 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:19.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:19.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:19.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:19.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:20 smithi137 ceph-mon[117020]: pgmap v9904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:20.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:20 smithi137 ceph-mon[117020]: from='client.275346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:20 smithi066 ceph-mon[112137]: pgmap v9904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:20 smithi066 ceph-mon[112137]: from='client.275346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:20 smithi203 ceph-mon[117428]: pgmap v9904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:20 smithi203 ceph-mon[117428]: from='client.275346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:22.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:22 smithi137 ceph-mon[117020]: pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:22.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:43:22.879 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:43:22.879 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:43:22.879 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:43:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:22 smithi066 ceph-mon[112137]: pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:43:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:43:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:43:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:43:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:22 smithi203 ceph-mon[117428]: pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:43:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:43:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:43:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:43:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:24 smithi137 ceph-mon[117020]: pgmap v9906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:24.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:24.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:24.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:24 smithi066 ceph-mon[112137]: pgmap v9906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:24 smithi203 ceph-mon[117428]: pgmap v9906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:25.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:25.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:25.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:25.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:25.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:26 smithi066 ceph-mon[112137]: from='client.275421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:26 smithi066 ceph-mon[112137]: pgmap v9907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:27.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:26 smithi203 ceph-mon[117428]: from='client.275421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:27.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:26 smithi203 ceph-mon[117428]: pgmap v9907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:26 smithi137 ceph-mon[117020]: from='client.275421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:26 smithi137 ceph-mon[117020]: pgmap v9907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:28 smithi066 ceph-mon[112137]: pgmap v9908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:28 smithi203 ceph-mon[117428]: pgmap v9908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:28 smithi137 ceph-mon[117020]: pgmap v9908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:30.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:30.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:30.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:30 smithi066 ceph-mon[112137]: pgmap v9909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:30 smithi203 ceph-mon[117428]: pgmap v9909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:30 smithi137 ceph-mon[117020]: pgmap v9909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:31.423 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:31.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:31.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:31.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:31.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:32 smithi066 ceph-mon[112137]: from='client.275496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:32 smithi066 ceph-mon[112137]: pgmap v9910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:32 smithi203 ceph-mon[117428]: from='client.275496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:33.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:32 smithi203 ceph-mon[117428]: pgmap v9910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:32 smithi137 ceph-mon[117020]: from='client.275496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:33.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:32 smithi137 ceph-mon[117020]: pgmap v9910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:34 smithi066 ceph-mon[112137]: pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:34 smithi203 ceph-mon[117428]: pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:34 smithi137 ceph-mon[117020]: pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:36.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:36.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:36.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:36 smithi066 ceph-mon[112137]: pgmap v9912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:36 smithi203 ceph-mon[117428]: pgmap v9912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:37.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:36 smithi137 ceph-mon[117020]: pgmap v9912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:37.141 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:37.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:37.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:37.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:37.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:37 smithi066 ceph-mon[112137]: from='client.275571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:37 smithi203 ceph-mon[117428]: from='client.275571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:37 smithi137 ceph-mon[117020]: from='client.275571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:38 smithi066 ceph-mon[112137]: pgmap v9913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:38 smithi203 ceph-mon[117428]: pgmap v9913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:38 smithi137 ceph-mon[117020]: pgmap v9913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:40 smithi066 ceph-mon[112137]: pgmap v9914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:40 smithi203 ceph-mon[117428]: pgmap v9914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:40 smithi137 ceph-mon[117020]: pgmap v9914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:42.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:42.144 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:42.144 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:42.881 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:42.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:42.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:42.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:42.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:42 smithi066 ceph-mon[112137]: pgmap v9915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:42 smithi203 ceph-mon[117428]: pgmap v9915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:42 smithi137 ceph-mon[117020]: pgmap v9915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:43 smithi066 ceph-mon[112137]: from='client.275649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:43 smithi203 ceph-mon[117428]: from='client.275649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:43 smithi137 ceph-mon[117020]: from='client.275649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:44 smithi066 ceph-mon[112137]: pgmap v9916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:44 smithi203 ceph-mon[117428]: pgmap v9916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:44 smithi137 ceph-mon[117020]: pgmap v9916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:46 smithi066 ceph-mon[112137]: pgmap v9917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:46 smithi203 ceph-mon[117428]: pgmap v9917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:46 smithi137 ceph-mon[117020]: pgmap v9917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:47.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:47.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:47.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:48.611 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:48.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:48.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:48.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:48.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:48 smithi066 ceph-mon[112137]: pgmap v9918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:48 smithi203 ceph-mon[117428]: pgmap v9918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:49.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:48 smithi137 ceph-mon[117020]: pgmap v9918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:49 smithi066 ceph-mon[112137]: from='client.275724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:49 smithi203 ceph-mon[117428]: from='client.275724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:49 smithi137 ceph-mon[117020]: from='client.275724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:50 smithi066 ceph-mon[112137]: pgmap v9919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:50 smithi203 ceph-mon[117428]: pgmap v9919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:51.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:50 smithi137 ceph-mon[117020]: pgmap v9919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:52 smithi066 ceph-mon[112137]: pgmap v9920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:52 smithi203 ceph-mon[117428]: pgmap v9920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:52 smithi137 ceph-mon[117020]: pgmap v9920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:53.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:53.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:53.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:54.344 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:43:54.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:54.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:54.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:54.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:43:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:54 smithi066 ceph-mon[112137]: pgmap v9921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:54 smithi066 ceph-mon[112137]: from='client.275799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:54 smithi203 ceph-mon[117428]: pgmap v9921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:54 smithi203 ceph-mon[117428]: from='client.275799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:54 smithi137 ceph-mon[117020]: pgmap v9921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:54 smithi137 ceph-mon[117020]: from='client.275799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:56 smithi066 ceph-mon[112137]: pgmap v9922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:56 smithi203 ceph-mon[117428]: pgmap v9922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:56 smithi137 ceph-mon[117020]: pgmap v9922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:58.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:43:58 smithi066 ceph-mon[112137]: pgmap v9923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:43:58 smithi203 ceph-mon[117428]: pgmap v9923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:43:58 smithi137 ceph-mon[117020]: pgmap v9923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:59.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:43:59.346 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:59.346 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:00.068 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:00.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:00.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:00.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:00.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:00 smithi066 ceph-mon[112137]: pgmap v9924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:00 smithi066 ceph-mon[112137]: from='client.275874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:00 smithi203 ceph-mon[117428]: pgmap v9924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:00 smithi203 ceph-mon[117428]: from='client.275874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:00 smithi137 ceph-mon[117020]: pgmap v9924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:01.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:00 smithi137 ceph-mon[117020]: from='client.275874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:02.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:02 smithi066 ceph-mon[112137]: pgmap v9925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:02 smithi203 ceph-mon[117428]: pgmap v9925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:03.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:02 smithi137 ceph-mon[117020]: pgmap v9925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:04 smithi066 ceph-mon[112137]: pgmap v9926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:05.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:05.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:05.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:04 smithi203 ceph-mon[117428]: pgmap v9926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:04 smithi137 ceph-mon[117020]: pgmap v9926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:05.795 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:05.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:05.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:05.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:05.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:06 smithi066 ceph-mon[112137]: pgmap v9927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:06 smithi066 ceph-mon[112137]: from='client.275949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:06 smithi203 ceph-mon[117428]: pgmap v9927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:06 smithi203 ceph-mon[117428]: from='client.275949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:06 smithi137 ceph-mon[117020]: pgmap v9927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:06 smithi137 ceph-mon[117020]: from='client.275949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:08 smithi066 ceph-mon[112137]: pgmap v9928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:08 smithi203 ceph-mon[117428]: pgmap v9928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:08 smithi137 ceph-mon[117020]: pgmap v9928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:10.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:10.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:10.797 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:10 smithi066 ceph-mon[112137]: pgmap v9929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:10 smithi203 ceph-mon[117428]: pgmap v9929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:10 smithi137 ceph-mon[117020]: pgmap v9929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:11.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:11.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:11.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:11.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:11.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:12 smithi066 ceph-mon[112137]: from='client.276027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:12 smithi066 ceph-mon[112137]: pgmap v9930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:12 smithi203 ceph-mon[117428]: from='client.276027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:12 smithi203 ceph-mon[117428]: pgmap v9930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:12 smithi137 ceph-mon[117020]: from='client.276027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:12 smithi137 ceph-mon[117020]: pgmap v9930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:14 smithi066 ceph-mon[112137]: pgmap v9931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:14 smithi203 ceph-mon[117428]: pgmap v9931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:15.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:14 smithi137 ceph-mon[117020]: pgmap v9931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:16.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:16.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:16.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:16 smithi066 ceph-mon[112137]: pgmap v9932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:16 smithi203 ceph-mon[117428]: pgmap v9932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:16 smithi137 ceph-mon[117020]: pgmap v9932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:17.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:17.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:17.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:17.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:17.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:17 smithi066 ceph-mon[112137]: from='client.276105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:17 smithi203 ceph-mon[117428]: from='client.276105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:17 smithi137 ceph-mon[117020]: from='client.276105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:18 smithi066 ceph-mon[112137]: pgmap v9933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:18 smithi203 ceph-mon[117428]: pgmap v9933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:18 smithi137 ceph-mon[117020]: pgmap v9933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:20 smithi066 ceph-mon[112137]: pgmap v9934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:20 smithi203 ceph-mon[117428]: pgmap v9934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:20 smithi137 ceph-mon[117020]: pgmap v9934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:22.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:22.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:22.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:22 smithi066 ceph-mon[112137]: pgmap v9935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:44:23.026 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:23.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:23.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:23.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:23.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:22 smithi203 ceph-mon[117428]: pgmap v9935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:44:23.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:22 smithi137 ceph-mon[117020]: pgmap v9935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:23.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:44:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:23 smithi066 ceph-mon[112137]: from='client.276180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:44:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:44:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:44:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:23 smithi203 ceph-mon[117428]: from='client.276180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:44:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:44:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:44:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:23 smithi137 ceph-mon[117020]: from='client.276180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:44:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:44:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:44:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:25 smithi203 ceph-mon[117428]: pgmap v9936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:25 smithi137 ceph-mon[117020]: pgmap v9936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:25 smithi066 ceph-mon[112137]: pgmap v9936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:27 smithi203 ceph-mon[117428]: pgmap v9937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:27 smithi137 ceph-mon[117020]: pgmap v9937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:27.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:27 smithi066 ceph-mon[112137]: pgmap v9937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:28.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:28.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:28.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:28.762 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:28.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:28.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:28.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:28.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:29.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:29 smithi203 ceph-mon[117428]: pgmap v9938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:29.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:29 smithi137 ceph-mon[117020]: pgmap v9938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:29.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:29 smithi066 ceph-mon[112137]: pgmap v9938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:30.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:30 smithi203 ceph-mon[117428]: from='client.276258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:30 smithi137 ceph-mon[117020]: from='client.276258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:30.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:30 smithi066 ceph-mon[112137]: from='client.276258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:31 smithi203 ceph-mon[117428]: pgmap v9939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:31.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:31 smithi137 ceph-mon[117020]: pgmap v9939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:31.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:31 smithi066 ceph-mon[112137]: pgmap v9939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:33.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:33 smithi203 ceph-mon[117428]: pgmap v9940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:33.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:33 smithi137 ceph-mon[117020]: pgmap v9940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:33.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:33 smithi066 ceph-mon[112137]: pgmap v9940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:33.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:33.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:33.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:34.492 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:34.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:34.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:34.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:34.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:35 smithi203 ceph-mon[117428]: pgmap v9941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:35 smithi137 ceph-mon[117020]: pgmap v9941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:35.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:35 smithi066 ceph-mon[112137]: pgmap v9941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:36 smithi203 ceph-mon[117428]: from='client.276336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:36 smithi137 ceph-mon[117020]: from='client.276336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:36.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:36 smithi066 ceph-mon[112137]: from='client.276336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:37.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:37 smithi203 ceph-mon[117428]: pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:37.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:37 smithi137 ceph-mon[117020]: pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:37.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:37 smithi066 ceph-mon[112137]: pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:38 smithi203 ceph-mon[117428]: pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:38 smithi137 ceph-mon[117020]: pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:38.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:38 smithi066 ceph-mon[112137]: pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:39.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:39.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:39.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:40.229 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:40.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:40.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:40.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:40.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:40 smithi137 ceph-mon[117020]: pgmap v9944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:40 smithi137 ceph-mon[117020]: from='client.276411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:40 smithi066 ceph-mon[112137]: pgmap v9944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:40 smithi066 ceph-mon[112137]: from='client.276411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:40 smithi203 ceph-mon[117428]: pgmap v9944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:40 smithi203 ceph-mon[117428]: from='client.276411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:42 smithi137 ceph-mon[117020]: pgmap v9945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:42 smithi066 ceph-mon[112137]: pgmap v9945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:43.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:42 smithi203 ceph-mon[117428]: pgmap v9945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:44 smithi137 ceph-mon[117020]: pgmap v9946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:44 smithi066 ceph-mon[112137]: pgmap v9946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:44 smithi203 ceph-mon[117428]: pgmap v9946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:45.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:45.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:45.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:45.957 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:45.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:45.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:45.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:45.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:46 smithi137 ceph-mon[117020]: pgmap v9947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:46 smithi137 ceph-mon[117020]: from='client.276489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:46 smithi066 ceph-mon[112137]: pgmap v9947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:46 smithi066 ceph-mon[112137]: from='client.276489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:46 smithi203 ceph-mon[117428]: pgmap v9947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:47.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:46 smithi203 ceph-mon[117428]: from='client.276489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:48.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:48 smithi137 ceph-mon[117020]: pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:48 smithi066 ceph-mon[112137]: pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:48 smithi203 ceph-mon[117428]: pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:50 smithi137 ceph-mon[117020]: pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:50.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:50.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:50.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:50 smithi066 ceph-mon[112137]: pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:50 smithi203 ceph-mon[117428]: pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:51.686 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:51.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:51.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:51.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:51.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:52 smithi137 ceph-mon[117020]: from='client.276561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:52 smithi137 ceph-mon[117020]: pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:52 smithi066 ceph-mon[112137]: from='client.276561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:52 smithi066 ceph-mon[112137]: pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:52 smithi203 ceph-mon[117428]: from='client.276561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:52 smithi203 ceph-mon[117428]: pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:54 smithi137 ceph-mon[117020]: pgmap v9951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:54 smithi066 ceph-mon[112137]: pgmap v9951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:54 smithi203 ceph-mon[117428]: pgmap v9951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:56.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:44:56.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:56.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:56.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:56 smithi137 ceph-mon[117020]: pgmap v9952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:56 smithi066 ceph-mon[112137]: pgmap v9952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:56 smithi203 ceph-mon[117428]: pgmap v9952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:57.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:44:57.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:57.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:57.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:57.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:44:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:57 smithi137 ceph-mon[117020]: from='client.276636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:57 smithi066 ceph-mon[112137]: from='client.276636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:57 smithi203 ceph-mon[117428]: from='client.276636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:44:58 smithi066 ceph-mon[112137]: pgmap v9953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:44:58 smithi203 ceph-mon[117428]: pgmap v9953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:44:58 smithi137 ceph-mon[117020]: pgmap v9953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:00.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:00 smithi066 ceph-mon[112137]: pgmap v9954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:00 smithi203 ceph-mon[117428]: pgmap v9954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:00 smithi137 ceph-mon[117020]: pgmap v9954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:02.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:02.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:02.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:02.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:02 smithi066 ceph-mon[112137]: pgmap v9955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:02 smithi203 ceph-mon[117428]: pgmap v9955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:02 smithi137 ceph-mon[117020]: pgmap v9955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:03.171 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:03.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:03.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:03.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:03.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:03 smithi066 ceph-mon[112137]: from='client.276711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:03 smithi203 ceph-mon[117428]: from='client.276711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:03 smithi137 ceph-mon[117020]: from='client.276711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:04 smithi066 ceph-mon[112137]: pgmap v9956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:04 smithi203 ceph-mon[117428]: pgmap v9956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:04 smithi137 ceph-mon[117020]: pgmap v9956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:06 smithi066 ceph-mon[112137]: pgmap v9957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:06 smithi203 ceph-mon[117428]: pgmap v9957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:06 smithi137 ceph-mon[117020]: pgmap v9957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:08.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:08.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:08.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:08.915 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:08.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:08.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:08.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:08.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:08 smithi066 ceph-mon[112137]: pgmap v9958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:08 smithi203 ceph-mon[117428]: pgmap v9958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:09.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:08 smithi137 ceph-mon[117020]: pgmap v9958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:09 smithi066 ceph-mon[112137]: from='client.276789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:09 smithi203 ceph-mon[117428]: from='client.276789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:09 smithi137 ceph-mon[117020]: from='client.276789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:10 smithi066 ceph-mon[112137]: pgmap v9959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:10 smithi203 ceph-mon[117428]: pgmap v9959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:10 smithi137 ceph-mon[117020]: pgmap v9959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:12 smithi066 ceph-mon[112137]: pgmap v9960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:12 smithi203 ceph-mon[117428]: pgmap v9960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:12 smithi137 ceph-mon[117020]: pgmap v9960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:13.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:13.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:13.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:14.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:14.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:14.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:14.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:14.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:14 smithi066 ceph-mon[112137]: pgmap v9961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:14 smithi203 ceph-mon[117428]: pgmap v9961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:14 smithi137 ceph-mon[117020]: pgmap v9961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:15 smithi066 ceph-mon[112137]: from='client.276861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:15 smithi203 ceph-mon[117428]: from='client.276861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:15 smithi137 ceph-mon[117020]: from='client.276861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:16 smithi066 ceph-mon[112137]: pgmap v9962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:45:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:16 smithi203 ceph-mon[117428]: pgmap v9962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:45:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:16 smithi137 ceph-mon[117020]: pgmap v9962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:45:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:18 smithi066 ceph-mon[112137]: pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:45:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:18 smithi203 ceph-mon[117428]: pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:45:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:18 smithi137 ceph-mon[117020]: pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:45:19.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:19.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:19.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:20.386 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:20.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:20.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:20.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:20.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:20 smithi066 ceph-mon[112137]: pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:45:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:20 smithi066 ceph-mon[112137]: from='client.276930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:20 smithi203 ceph-mon[117428]: pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:45:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:20 smithi203 ceph-mon[117428]: from='client.276930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:20 smithi137 ceph-mon[117020]: pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:45:21.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:20 smithi137 ceph-mon[117020]: from='client.276930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:22 smithi066 ceph-mon[112137]: pgmap v9965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:23.078 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:22 smithi203 ceph-mon[117428]: pgmap v9965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:22 smithi137 ceph-mon[117020]: pgmap v9965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:45:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:45:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:45:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:24 smithi066 ceph-mon[112137]: pgmap v9966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:45:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:45:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:45:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:24 smithi203 ceph-mon[117428]: pgmap v9966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:45:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:45:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:45:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:24 smithi137 ceph-mon[117020]: pgmap v9966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:45:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:45:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:45:25.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:25.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:25.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:26.102 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:26.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:26.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:26.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:26.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:26 smithi066 ceph-mon[112137]: pgmap v9967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:26 smithi066 ceph-mon[112137]: from='client.277005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:26 smithi203 ceph-mon[117428]: pgmap v9967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:26 smithi203 ceph-mon[117428]: from='client.277005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:26 smithi137 ceph-mon[117020]: pgmap v9967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:26 smithi137 ceph-mon[117020]: from='client.277005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:28 smithi066 ceph-mon[112137]: pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:28 smithi203 ceph-mon[117428]: pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:28 smithi137 ceph-mon[117020]: pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:30 smithi066 ceph-mon[112137]: pgmap v9969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:30 smithi203 ceph-mon[117428]: pgmap v9969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:31.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:31.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:31.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:30 smithi137 ceph-mon[117020]: pgmap v9969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:31.827 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:31.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:31.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:31.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:31.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:32 smithi066 ceph-mon[112137]: pgmap v9970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:45:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:32 smithi066 ceph-mon[112137]: from='client.277083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:32 smithi203 ceph-mon[117428]: pgmap v9970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:45:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:32 smithi203 ceph-mon[117428]: from='client.277083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:32 smithi137 ceph-mon[117020]: pgmap v9970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:45:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:32 smithi137 ceph-mon[117020]: from='client.277083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:34 smithi066 ceph-mon[112137]: pgmap v9971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:34 smithi203 ceph-mon[117428]: pgmap v9971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:34 smithi137 ceph-mon[117020]: pgmap v9971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:36.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:36.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:36.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:36 smithi066 ceph-mon[112137]: pgmap v9972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:36 smithi203 ceph-mon[117428]: pgmap v9972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:36 smithi137 ceph-mon[117020]: pgmap v9972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:37.551 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:37.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:37.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:37.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:37.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:38 smithi066 ceph-mon[112137]: from='client.277161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:38 smithi066 ceph-mon[112137]: pgmap v9973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:38 smithi203 ceph-mon[117428]: from='client.277161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:38 smithi203 ceph-mon[117428]: pgmap v9973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:38 smithi137 ceph-mon[117020]: from='client.277161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:38 smithi137 ceph-mon[117020]: pgmap v9973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:40 smithi066 ceph-mon[112137]: pgmap v9974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:40 smithi203 ceph-mon[117428]: pgmap v9974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:40 smithi137 ceph-mon[117020]: pgmap v9974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:42.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:42.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:42.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:42 smithi066 ceph-mon[112137]: pgmap v9975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:43.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:42 smithi203 ceph-mon[117428]: pgmap v9975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:42 smithi137 ceph-mon[117020]: pgmap v9975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:43.300 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:43.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:43.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:43.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:43.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:43 smithi066 ceph-mon[112137]: from='client.277236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:43 smithi203 ceph-mon[117428]: from='client.277236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:43 smithi137 ceph-mon[117020]: from='client.277236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:44 smithi066 ceph-mon[112137]: pgmap v9976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:44 smithi203 ceph-mon[117428]: pgmap v9976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:44 smithi137 ceph-mon[117020]: pgmap v9976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:46 smithi066 ceph-mon[112137]: pgmap v9977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:46 smithi203 ceph-mon[117428]: pgmap v9977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:46 smithi137 ceph-mon[117020]: pgmap v9977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:48.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:48.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:48.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:48 smithi066 ceph-mon[112137]: pgmap v9978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:49.029 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:49.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:49.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:49.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:49.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:48 smithi203 ceph-mon[117428]: pgmap v9978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:48 smithi137 ceph-mon[117020]: pgmap v9978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:49 smithi066 ceph-mon[112137]: from='client.277311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:49 smithi203 ceph-mon[117428]: from='client.277311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:49 smithi137 ceph-mon[117020]: from='client.277311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:50 smithi066 ceph-mon[112137]: pgmap v9979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:50 smithi203 ceph-mon[117428]: pgmap v9979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:50 smithi137 ceph-mon[117020]: pgmap v9979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:52 smithi066 ceph-mon[112137]: pgmap v9980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:53.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:52 smithi203 ceph-mon[117428]: pgmap v9980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:52 smithi137 ceph-mon[117020]: pgmap v9980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:54.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:54.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:54.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:54.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:45:54.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:54.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:54.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:54.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:45:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:54 smithi066 ceph-mon[112137]: pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:54 smithi203 ceph-mon[117428]: pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:54 smithi137 ceph-mon[117020]: pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:55 smithi066 ceph-mon[112137]: from='client.277386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:55 smithi203 ceph-mon[117428]: from='client.277386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:55 smithi137 ceph-mon[117020]: from='client.277386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:56 smithi066 ceph-mon[112137]: pgmap v9982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:45:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:56 smithi203 ceph-mon[117428]: pgmap v9982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:45:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:56 smithi137 ceph-mon[117020]: pgmap v9982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:45:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:45:58 smithi066 ceph-mon[112137]: pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:45:58 smithi203 ceph-mon[117428]: pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:45:58 smithi137 ceph-mon[117020]: pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:59.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:45:59.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:59.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:00.493 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:00.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:00.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:00.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:00.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:00 smithi066 ceph-mon[112137]: pgmap v9984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:46:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:00 smithi203 ceph-mon[117428]: pgmap v9984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:46:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:00 smithi137 ceph-mon[117020]: pgmap v9984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:46:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:01 smithi203 ceph-mon[117428]: from='client.277461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:02.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:01 smithi137 ceph-mon[117020]: from='client.277461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:01 smithi066 ceph-mon[112137]: from='client.277461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:03.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:02 smithi203 ceph-mon[117428]: pgmap v9985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:02 smithi137 ceph-mon[117020]: pgmap v9985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:03.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:02 smithi066 ceph-mon[112137]: pgmap v9985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:04 smithi203 ceph-mon[117428]: pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:04 smithi137 ceph-mon[117020]: pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:04 smithi066 ceph-mon[112137]: pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:05.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:05.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:05.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:06.219 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:06.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:06.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:06.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:06.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:06 smithi203 ceph-mon[117428]: pgmap v9987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:06 smithi203 ceph-mon[117428]: from='client.277539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:06 smithi137 ceph-mon[117020]: pgmap v9987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:06 smithi137 ceph-mon[117020]: from='client.277539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:06 smithi066 ceph-mon[112137]: pgmap v9987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:06 smithi066 ceph-mon[112137]: from='client.277539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:08 smithi203 ceph-mon[117428]: pgmap v9988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:46:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:08 smithi137 ceph-mon[117020]: pgmap v9988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:46:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:08 smithi066 ceph-mon[112137]: pgmap v9988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:46:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:10 smithi203 ceph-mon[117428]: pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:46:11.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:10 smithi137 ceph-mon[117020]: pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:46:11.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:11.221 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:11.221 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:10 smithi066 ceph-mon[112137]: pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:46:11.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:11.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:11.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:11.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:11.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:12 smithi203 ceph-mon[117428]: pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:46:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:12 smithi203 ceph-mon[117428]: from='client.277608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:12 smithi137 ceph-mon[117020]: pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:46:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:12 smithi137 ceph-mon[117020]: from='client.277608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:12 smithi066 ceph-mon[112137]: pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:46:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:12 smithi066 ceph-mon[112137]: from='client.277608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:14 smithi203 ceph-mon[117428]: pgmap v9991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:14 smithi137 ceph-mon[117020]: pgmap v9991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:14 smithi066 ceph-mon[112137]: pgmap v9991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:16.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:16.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:16.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:16 smithi203 ceph-mon[117428]: pgmap v9992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:16 smithi137 ceph-mon[117020]: pgmap v9992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:17.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:16 smithi066 ceph-mon[112137]: pgmap v9992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:17.667 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:17.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:17.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:17.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:17.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:18 smithi203 ceph-mon[117428]: from='client.277680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:18 smithi203 ceph-mon[117428]: pgmap v9993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:18 smithi137 ceph-mon[117020]: from='client.277680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:18 smithi137 ceph-mon[117020]: pgmap v9993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:18 smithi066 ceph-mon[112137]: from='client.277680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:18 smithi066 ceph-mon[112137]: pgmap v9993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:20 smithi203 ceph-mon[117428]: pgmap v9994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:21.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:20 smithi137 ceph-mon[117020]: pgmap v9994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:20 smithi066 ceph-mon[112137]: pgmap v9994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:22.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:22.668 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:22.668 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:23.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:22 smithi203 ceph-mon[117428]: pgmap v9995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:23.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:22 smithi137 ceph-mon[117020]: pgmap v9995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:22 smithi066 ceph-mon[112137]: pgmap v9995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:23.401 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:23.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:23.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:23.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:23.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:23 smithi203 ceph-mon[117428]: from='client.277752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:24.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:23 smithi137 ceph-mon[117020]: from='client.277752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:24.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:23 smithi066 ceph-mon[112137]: from='client.277752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:24 smithi203 ceph-mon[117428]: pgmap v9996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:46:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:24 smithi137 ceph-mon[117020]: pgmap v9996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:46:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:24 smithi066 ceph-mon[112137]: pgmap v9996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:46:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:46:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:46:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:46:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:46:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:46:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:46:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:46:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:26 smithi137 ceph-mon[117020]: pgmap v9997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:26 smithi066 ceph-mon[112137]: pgmap v9997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:26 smithi203 ceph-mon[117428]: pgmap v9997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:28.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:28.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:28.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:28 smithi137 ceph-mon[117020]: pgmap v9998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:29.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:29.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:29.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:29.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:29.134 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:28 smithi066 ceph-mon[112137]: pgmap v9998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:28 smithi203 ceph-mon[117428]: pgmap v9998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:30.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:29 smithi137 ceph-mon[117020]: from='client.277830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:30.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:29 smithi066 ceph-mon[112137]: from='client.277830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:29 smithi203 ceph-mon[117428]: from='client.277830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:31.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:30 smithi137 ceph-mon[117020]: pgmap v9999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:30 smithi066 ceph-mon[112137]: pgmap v9999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:30 smithi203 ceph-mon[117428]: pgmap v9999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:33.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:32 smithi137 ceph-mon[117020]: pgmap v10000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:32 smithi066 ceph-mon[112137]: pgmap v10000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:33.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:32 smithi203 ceph-mon[117428]: pgmap v10000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:34.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:34.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:34.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:34.858 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:34.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:34.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:34.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:34.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:34 smithi137 ceph-mon[117020]: pgmap v10001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:35.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:34 smithi066 ceph-mon[112137]: pgmap v10001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:34 smithi203 ceph-mon[117428]: pgmap v10001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:36.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:35 smithi137 ceph-mon[117020]: from='client.277902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:36.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:35 smithi066 ceph-mon[112137]: from='client.277902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:35 smithi203 ceph-mon[117428]: from='client.277902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:36 smithi137 ceph-mon[117020]: pgmap v10002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:46:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:36 smithi066 ceph-mon[112137]: pgmap v10002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:46:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:36 smithi203 ceph-mon[117428]: pgmap v10002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:46:39.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:38 smithi137 ceph-mon[117020]: pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:46:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:38 smithi066 ceph-mon[112137]: pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:46:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:38 smithi203 ceph-mon[117428]: pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:46:39.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:39.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:39.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:40.589 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:40.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:40.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:40.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:40.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:41.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:40 smithi137 ceph-mon[117020]: pgmap v10004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:46:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:40 smithi066 ceph-mon[112137]: pgmap v10004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:46:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:40 smithi203 ceph-mon[117428]: pgmap v10004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:46:42.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:41 smithi137 ceph-mon[117020]: from='client.277980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:42.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:41 smithi066 ceph-mon[112137]: from='client.277980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:41 smithi203 ceph-mon[117428]: from='client.277980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:42 smithi137 ceph-mon[117020]: pgmap v10005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:42 smithi066 ceph-mon[112137]: pgmap v10005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:42 smithi203 ceph-mon[117428]: pgmap v10005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:44 smithi137 ceph-mon[117020]: pgmap v10006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:45.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:44 smithi066 ceph-mon[112137]: pgmap v10006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:44 smithi203 ceph-mon[117428]: pgmap v10006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:45.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:45.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:45.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:46.319 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:46.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:46.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:46.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:46.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:46 smithi137 ceph-mon[117020]: pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:46 smithi137 ceph-mon[117020]: from='client.278055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:46 smithi066 ceph-mon[112137]: pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:46 smithi066 ceph-mon[112137]: from='client.278055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:46 smithi203 ceph-mon[117428]: pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:46 smithi203 ceph-mon[117428]: from='client.278055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:49.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:48 smithi137 ceph-mon[117020]: pgmap v10008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:46:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:48 smithi066 ceph-mon[112137]: pgmap v10008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:46:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:48 smithi203 ceph-mon[117428]: pgmap v10008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:46:51.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:50 smithi137 ceph-mon[117020]: pgmap v10009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:46:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:50 smithi066 ceph-mon[112137]: pgmap v10009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:46:51.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:51.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:51.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:50 smithi203 ceph-mon[117428]: pgmap v10009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:46:52.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:52.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:52.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:52.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:52.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:52 smithi066 ceph-mon[112137]: pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:46:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:52 smithi066 ceph-mon[112137]: from='client.278130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:52 smithi203 ceph-mon[117428]: pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:46:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:52 smithi203 ceph-mon[117428]: from='client.278130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:52 smithi137 ceph-mon[117020]: pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:46:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:52 smithi137 ceph-mon[117020]: from='client.278130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:54 smithi066 ceph-mon[112137]: pgmap v10011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:54 smithi203 ceph-mon[117428]: pgmap v10011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:54 smithi137 ceph-mon[117020]: pgmap v10011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:57.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:46:57.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:57.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:56 smithi066 ceph-mon[112137]: pgmap v10012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:56 smithi203 ceph-mon[117428]: pgmap v10012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:56 smithi137 ceph-mon[117020]: pgmap v10012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:57.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:46:57.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:57.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:57.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:57.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:46:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:58 smithi066 ceph-mon[112137]: from='client.278208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:46:58 smithi066 ceph-mon[112137]: pgmap v10013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:58 smithi203 ceph-mon[117428]: from='client.278208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:46:58 smithi203 ceph-mon[117428]: pgmap v10013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:58 smithi137 ceph-mon[117020]: from='client.278208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:46:58 smithi137 ceph-mon[117020]: pgmap v10013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:00 smithi066 ceph-mon[112137]: pgmap v10014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:00 smithi203 ceph-mon[117428]: pgmap v10014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:00 smithi137 ceph-mon[117020]: pgmap v10014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:02.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:02.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:02.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:02 smithi066 ceph-mon[112137]: pgmap v10015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:02 smithi203 ceph-mon[117428]: pgmap v10015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:02 smithi137 ceph-mon[117020]: pgmap v10015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:03.521 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:03.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:03.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:03.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:03.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:04 smithi066 ceph-mon[112137]: from='client.278283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:04 smithi066 ceph-mon[112137]: pgmap v10016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:04 smithi203 ceph-mon[117428]: from='client.278283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:04 smithi203 ceph-mon[117428]: pgmap v10016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:04 smithi137 ceph-mon[117020]: from='client.278283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:04 smithi137 ceph-mon[117020]: pgmap v10016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:06 smithi066 ceph-mon[112137]: pgmap v10017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:06 smithi203 ceph-mon[117428]: pgmap v10017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:06 smithi137 ceph-mon[117020]: pgmap v10017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:08.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:08.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:08.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:08 smithi066 ceph-mon[112137]: pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:09.241 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:09.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:09.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:09.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:09.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:08 smithi203 ceph-mon[117428]: pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:08 smithi137 ceph-mon[117020]: pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:09 smithi066 ceph-mon[112137]: from='client.278355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:09 smithi203 ceph-mon[117428]: from='client.278355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:09 smithi137 ceph-mon[117020]: from='client.278355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:10 smithi066 ceph-mon[112137]: pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:10 smithi203 ceph-mon[117428]: pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:10 smithi137 ceph-mon[117020]: pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:12 smithi066 ceph-mon[112137]: pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:12 smithi203 ceph-mon[117428]: pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:12 smithi137 ceph-mon[117020]: pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:14.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:14.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:14.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:14.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:14.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:14.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:14.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:14.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:14 smithi066 ceph-mon[112137]: pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:14 smithi203 ceph-mon[117428]: pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:14 smithi137 ceph-mon[117020]: pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:16.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:15 smithi066 ceph-mon[112137]: from='client.278433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:16.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:15 smithi203 ceph-mon[117428]: from='client.278433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:16.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:15 smithi137 ceph-mon[117020]: from='client.278433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:17.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:16 smithi066 ceph-mon[112137]: pgmap v10022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:16 smithi203 ceph-mon[117428]: pgmap v10022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:16 smithi137 ceph-mon[117020]: pgmap v10022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:18 smithi066 ceph-mon[112137]: pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:18 smithi203 ceph-mon[117428]: pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:18 smithi137 ceph-mon[117020]: pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:19.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:19.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:19.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:20.700 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:20.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:20.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:20.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:20.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:20 smithi066 ceph-mon[112137]: pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:20 smithi203 ceph-mon[117428]: pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:20 smithi137 ceph-mon[117020]: pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:22.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:21 smithi066 ceph-mon[112137]: from='client.278511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:21 smithi203 ceph-mon[117428]: from='client.278511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:21 smithi137 ceph-mon[117020]: from='client.278511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:22 smithi066 ceph-mon[112137]: pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:22 smithi203 ceph-mon[117428]: pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:22 smithi137 ceph-mon[117020]: pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:25.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:24 smithi066 ceph-mon[112137]: pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:24 smithi203 ceph-mon[117428]: pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:24 smithi137 ceph-mon[117020]: pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:25.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:25.702 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:25.702 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:26.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:47:26.277 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:47:26.281 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:47:26.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:26.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:26.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:26.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:26.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:26 smithi066 ceph-mon[112137]: pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:26 smithi066 ceph-mon[112137]: from='client.278586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:26 smithi203 ceph-mon[117428]: pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:26 smithi203 ceph-mon[117428]: from='client.278586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:26 smithi137 ceph-mon[117020]: pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:26 smithi137 ceph-mon[117020]: from='client.278586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: pgmap v10028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:47:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: pgmap v10028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:47:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:47:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: pgmap v10028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:47:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:47:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:30 smithi066 ceph-mon[112137]: pgmap v10029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:30 smithi203 ceph-mon[117428]: pgmap v10029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:30 smithi137 ceph-mon[117020]: pgmap v10029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:31.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:31.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:31.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:32.190 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:32.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:32.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:32.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:32.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:32 smithi066 ceph-mon[112137]: pgmap v10030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:32 smithi066 ceph-mon[112137]: from='client.278661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:32 smithi203 ceph-mon[117428]: pgmap v10030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:32 smithi203 ceph-mon[117428]: from='client.278661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:33.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:32 smithi137 ceph-mon[117020]: pgmap v10030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:33.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:32 smithi137 ceph-mon[117020]: from='client.278661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:35.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:34 smithi066 ceph-mon[112137]: pgmap v10031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:34 smithi203 ceph-mon[117428]: pgmap v10031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:34 smithi137 ceph-mon[117020]: pgmap v10031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:37.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:37.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:37.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:36 smithi066 ceph-mon[112137]: pgmap v10032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:36 smithi203 ceph-mon[117428]: pgmap v10032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:36 smithi137 ceph-mon[117020]: pgmap v10032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:37.914 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:37.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:37.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:37.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:37.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:38 smithi066 ceph-mon[112137]: pgmap v10033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:38 smithi066 ceph-mon[112137]: from='client.278736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:38 smithi203 ceph-mon[117428]: pgmap v10033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:38 smithi203 ceph-mon[117428]: from='client.278736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:38 smithi137 ceph-mon[117020]: pgmap v10033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:38 smithi137 ceph-mon[117020]: from='client.278736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:40 smithi066 ceph-mon[112137]: pgmap v10034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:40 smithi203 ceph-mon[117428]: pgmap v10034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:40 smithi137 ceph-mon[117020]: pgmap v10034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:42.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:42.916 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:42.916 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:42 smithi066 ceph-mon[112137]: pgmap v10035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:42 smithi203 ceph-mon[117428]: pgmap v10035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:42 smithi137 ceph-mon[117020]: pgmap v10035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:43.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:43.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:43.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:43.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:43.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:44 smithi066 ceph-mon[112137]: from='client.278814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:44 smithi066 ceph-mon[112137]: pgmap v10036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:44 smithi203 ceph-mon[117428]: from='client.278814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:44 smithi203 ceph-mon[117428]: pgmap v10036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:44 smithi137 ceph-mon[117020]: from='client.278814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:44 smithi137 ceph-mon[117020]: pgmap v10036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:46 smithi066 ceph-mon[112137]: pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:46 smithi203 ceph-mon[117428]: pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:46 smithi137 ceph-mon[117020]: pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:48.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:48.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:48.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:48 smithi066 ceph-mon[112137]: pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:48 smithi203 ceph-mon[117428]: pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:48 smithi137 ceph-mon[117020]: pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:49.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:49.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:49.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:49.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:49.380 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:50.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:49 smithi066 ceph-mon[112137]: from='client.278892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:50.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:49 smithi203 ceph-mon[117428]: from='client.278892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:50.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:49 smithi137 ceph-mon[117020]: from='client.278892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:50 smithi066 ceph-mon[112137]: pgmap v10039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:50 smithi203 ceph-mon[117428]: pgmap v10039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:50 smithi137 ceph-mon[117020]: pgmap v10039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:52 smithi066 ceph-mon[112137]: pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:52 smithi203 ceph-mon[117428]: pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:52 smithi137 ceph-mon[117020]: pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:54.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:47:54.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:54.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:55.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:47:55.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:55.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:55.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:55.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:47:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:54 smithi066 ceph-mon[112137]: pgmap v10041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:54 smithi203 ceph-mon[117428]: pgmap v10041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:54 smithi137 ceph-mon[117020]: pgmap v10041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:55 smithi066 ceph-mon[112137]: from='client.278967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:55 smithi203 ceph-mon[117428]: from='client.278967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:56.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:55 smithi137 ceph-mon[117020]: from='client.278967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:56 smithi066 ceph-mon[112137]: pgmap v10042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:56 smithi203 ceph-mon[117428]: pgmap v10042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:56 smithi137 ceph-mon[117020]: pgmap v10042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:47:58 smithi066 ceph-mon[112137]: pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:47:58 smithi203 ceph-mon[117428]: pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:47:58 smithi137 ceph-mon[117020]: pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:00.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:00.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:00.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:00.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:00.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:00.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:00.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:00.840 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:00 smithi066 ceph-mon[112137]: pgmap v10044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:00 smithi203 ceph-mon[117428]: pgmap v10044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:00 smithi137 ceph-mon[117020]: pgmap v10044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:02.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:01 smithi066 ceph-mon[112137]: from='client.279042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:01 smithi203 ceph-mon[117428]: from='client.279042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:01 smithi137 ceph-mon[117020]: from='client.279042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:02 smithi066 ceph-mon[112137]: pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:02 smithi203 ceph-mon[117428]: pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:02 smithi137 ceph-mon[117020]: pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:04 smithi066 ceph-mon[112137]: pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:04 smithi203 ceph-mon[117428]: pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:04 smithi137 ceph-mon[117020]: pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:05.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:05.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:05.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:06.554 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:06.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:06.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:06.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:06.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:06 smithi066 ceph-mon[112137]: pgmap v10047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:06 smithi203 ceph-mon[117428]: pgmap v10047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:06 smithi137 ceph-mon[117020]: pgmap v10047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:07 smithi066 ceph-mon[112137]: from='client.279117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:08.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:07 smithi203 ceph-mon[117428]: from='client.279117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:07 smithi137 ceph-mon[117020]: from='client.279117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:08 smithi066 ceph-mon[112137]: pgmap v10048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:08 smithi203 ceph-mon[117428]: pgmap v10048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:08 smithi137 ceph-mon[117020]: pgmap v10048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:10 smithi066 ceph-mon[112137]: pgmap v10049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:10 smithi203 ceph-mon[117428]: pgmap v10049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:10 smithi137 ceph-mon[117020]: pgmap v10049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:11.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:11.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:11.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:12.278 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:12.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:12.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:12.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:12.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:12 smithi066 ceph-mon[112137]: pgmap v10050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:12 smithi066 ceph-mon[112137]: from='client.279192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:12 smithi203 ceph-mon[117428]: pgmap v10050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:12 smithi203 ceph-mon[117428]: from='client.279192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:12 smithi137 ceph-mon[117020]: pgmap v10050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:12 smithi137 ceph-mon[117020]: from='client.279192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:14 smithi066 ceph-mon[112137]: pgmap v10051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:14 smithi203 ceph-mon[117428]: pgmap v10051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:14 smithi137 ceph-mon[117020]: pgmap v10051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:16 smithi066 ceph-mon[112137]: pgmap v10052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:17.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:17.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:17.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:16 smithi203 ceph-mon[117428]: pgmap v10052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:16 smithi137 ceph-mon[117020]: pgmap v10052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:18.018 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:18.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:18.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:18.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:18.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:18 smithi066 ceph-mon[112137]: pgmap v10053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:18 smithi066 ceph-mon[112137]: from='client.279267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:18 smithi203 ceph-mon[117428]: pgmap v10053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:18 smithi203 ceph-mon[117428]: from='client.279267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:18 smithi137 ceph-mon[117020]: pgmap v10053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:18 smithi137 ceph-mon[117020]: from='client.279267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:20 smithi066 ceph-mon[112137]: pgmap v10054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:20 smithi203 ceph-mon[117428]: pgmap v10054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:20 smithi137 ceph-mon[117020]: pgmap v10054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:23.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:23.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:23.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:22 smithi066 ceph-mon[112137]: pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:22 smithi203 ceph-mon[117428]: pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:22 smithi137 ceph-mon[117020]: pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:23.748 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:23.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:23.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:23.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:23.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:24 smithi066 ceph-mon[112137]: from='client.279339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:24 smithi066 ceph-mon[112137]: pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:24 smithi203 ceph-mon[117428]: from='client.279339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:24 smithi203 ceph-mon[117428]: pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:24 smithi137 ceph-mon[117020]: from='client.279339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:24 smithi137 ceph-mon[117020]: pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:26 smithi203 ceph-mon[117428]: pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:26 smithi137 ceph-mon[117020]: pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:26 smithi066 ceph-mon[112137]: pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:28.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:28.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:28.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:28 smithi137 ceph-mon[117020]: pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:48:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:28 smithi066 ceph-mon[112137]: pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:48:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:28 smithi203 ceph-mon[117428]: pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:48:29.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:29.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:29.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:29.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:29.524 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:48:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:48:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:48:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:48:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:48:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:48:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:48:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:48:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:48:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:48:31.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:31 smithi203 ceph-mon[117428]: from='client.279411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:31.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:31 smithi203 ceph-mon[117428]: pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:31.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:31 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16257M 2023-12-07T22:48:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:31 smithi137 ceph-mon[117020]: from='client.279411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:31 smithi137 ceph-mon[117020]: pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:31 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16257M 2023-12-07T22:48:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:31 smithi066 ceph-mon[112137]: from='client.279411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:31 smithi066 ceph-mon[112137]: pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:31 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16257M 2023-12-07T22:48:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:33 smithi203 ceph-mon[117428]: pgmap v10060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:33 smithi137 ceph-mon[117020]: pgmap v10060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:33 smithi066 ceph-mon[112137]: pgmap v10060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:34.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:34.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:34.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:35.247 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:35.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:35.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:35.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:35.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:35 smithi203 ceph-mon[117428]: pgmap v10061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:35 smithi137 ceph-mon[117020]: pgmap v10061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:35 smithi066 ceph-mon[112137]: pgmap v10061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:36 smithi203 ceph-mon[117428]: from='client.279486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:36 smithi137 ceph-mon[117020]: from='client.279486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:36 smithi066 ceph-mon[112137]: from='client.279486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:37 smithi203 ceph-mon[117428]: pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:37 smithi137 ceph-mon[117020]: pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:37 smithi066 ceph-mon[112137]: pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:39 smithi203 ceph-mon[117428]: pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:39 smithi137 ceph-mon[117020]: pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:39 smithi066 ceph-mon[112137]: pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:40.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:40.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:40.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:40.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:40.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:40.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:40.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:40.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:41 smithi203 ceph-mon[117428]: pgmap v10064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:41 smithi137 ceph-mon[117020]: pgmap v10064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:41 smithi066 ceph-mon[112137]: pgmap v10064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:42 smithi203 ceph-mon[117428]: from='client.279558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:42 smithi137 ceph-mon[117020]: from='client.279558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:42 smithi066 ceph-mon[112137]: from='client.279558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:43 smithi203 ceph-mon[117428]: pgmap v10065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:43 smithi137 ceph-mon[117020]: pgmap v10065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:43 smithi066 ceph-mon[112137]: pgmap v10065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:45 smithi203 ceph-mon[117428]: pgmap v10066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:45 smithi137 ceph-mon[117020]: pgmap v10066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:45 smithi066 ceph-mon[112137]: pgmap v10066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:45.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:45.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:45.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:46.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:46.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:46.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:46.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:46.703 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:47 smithi203 ceph-mon[117428]: pgmap v10067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:47 smithi137 ceph-mon[117020]: pgmap v10067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:47 smithi066 ceph-mon[112137]: pgmap v10067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:48 smithi203 ceph-mon[117428]: from='client.279636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:48 smithi137 ceph-mon[117020]: from='client.279636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:48 smithi066 ceph-mon[112137]: from='client.279636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:49 smithi203 ceph-mon[117428]: pgmap v10068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:49 smithi137 ceph-mon[117020]: pgmap v10068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:49 smithi066 ceph-mon[112137]: pgmap v10068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:51 smithi203 ceph-mon[117428]: pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:51 smithi137 ceph-mon[117020]: pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:51 smithi066 ceph-mon[112137]: pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:51.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:51.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:51.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:52.439 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:52.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:52.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:52.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:52.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:53 smithi137 ceph-mon[117020]: pgmap v10070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:53 smithi137 ceph-mon[117020]: from='client.279708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:53.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:53 smithi066 ceph-mon[112137]: pgmap v10070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:53 smithi066 ceph-mon[112137]: from='client.279708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:53 smithi203 ceph-mon[117428]: pgmap v10070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:53 smithi203 ceph-mon[117428]: from='client.279708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:55 smithi137 ceph-mon[117020]: pgmap v10071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:55 smithi066 ceph-mon[112137]: pgmap v10071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:55 smithi203 ceph-mon[117428]: pgmap v10071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:57 smithi137 ceph-mon[117020]: pgmap v10072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:57.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:48:57.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:57.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:57.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:57 smithi066 ceph-mon[112137]: pgmap v10072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:57 smithi203 ceph-mon[117428]: pgmap v10072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:58.161 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:48:58.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:58.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:58.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:58.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:48:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:59 smithi137 ceph-mon[117020]: pgmap v10073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:48:59 smithi137 ceph-mon[117020]: from='client.279780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:59.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:59 smithi066 ceph-mon[112137]: pgmap v10073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:48:59 smithi066 ceph-mon[112137]: from='client.279780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:59.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:59 smithi203 ceph-mon[117428]: pgmap v10073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:48:59 smithi203 ceph-mon[117428]: from='client.279780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:01 smithi137 ceph-mon[117020]: pgmap v10074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:01 smithi066 ceph-mon[112137]: pgmap v10074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:01 smithi203 ceph-mon[117428]: pgmap v10074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:03.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:03.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:03.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:03 smithi137 ceph-mon[117020]: pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:03 smithi066 ceph-mon[112137]: pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:03 smithi203 ceph-mon[117428]: pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:03.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:03.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:03.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:03.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:03.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:05 smithi137 ceph-mon[117020]: pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:05 smithi137 ceph-mon[117020]: from='client.279858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:05 smithi066 ceph-mon[112137]: pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:05 smithi066 ceph-mon[112137]: from='client.279858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:05 smithi203 ceph-mon[117428]: pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:05 smithi203 ceph-mon[117428]: from='client.279858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:07 smithi137 ceph-mon[117020]: pgmap v10077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:07 smithi066 ceph-mon[112137]: pgmap v10077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:07 smithi203 ceph-mon[117428]: pgmap v10077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:08.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:08.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:08.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:09 smithi137 ceph-mon[117020]: pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:09 smithi066 ceph-mon[112137]: pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:09.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:09 smithi203 ceph-mon[117428]: pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:09.607 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:09.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:09.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:09.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:09.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:11 smithi137 ceph-mon[117020]: from='client.279930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:11 smithi137 ceph-mon[117020]: pgmap v10079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:11 smithi066 ceph-mon[112137]: from='client.279930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:11 smithi066 ceph-mon[112137]: pgmap v10079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:11 smithi203 ceph-mon[117428]: from='client.279930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:11 smithi203 ceph-mon[117428]: pgmap v10079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:13 smithi137 ceph-mon[117020]: pgmap v10080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:13 smithi066 ceph-mon[112137]: pgmap v10080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:13 smithi203 ceph-mon[117428]: pgmap v10080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:14.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:14.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:14.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:15.340 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:15.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:15.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:15.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:15.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:15 smithi137 ceph-mon[117020]: pgmap v10081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:15.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:15 smithi066 ceph-mon[112137]: pgmap v10081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:15.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:15 smithi203 ceph-mon[117428]: pgmap v10081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:16 smithi137 ceph-mon[117020]: from='client.280008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:16 smithi066 ceph-mon[112137]: from='client.280008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:16.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:16 smithi203 ceph-mon[117428]: from='client.280008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:17 smithi137 ceph-mon[117020]: pgmap v10082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:17.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:17 smithi066 ceph-mon[112137]: pgmap v10082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:17.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:17 smithi203 ceph-mon[117428]: pgmap v10082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:19 smithi137 ceph-mon[117020]: pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:19.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:19 smithi066 ceph-mon[112137]: pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:19.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:19 smithi203 ceph-mon[117428]: pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:20.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:20.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:20.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:21.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:21.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:21.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:21.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:21.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:21 smithi137 ceph-mon[117020]: pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:21 smithi066 ceph-mon[112137]: pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:21.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:21 smithi203 ceph-mon[117428]: pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:22 smithi137 ceph-mon[117020]: from='client.280080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:22 smithi066 ceph-mon[112137]: from='client.280080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:22 smithi203 ceph-mon[117428]: from='client.280080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:23 smithi066 ceph-mon[112137]: pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:23 smithi203 ceph-mon[117428]: pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:23 smithi137 ceph-mon[117020]: pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:24.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:24 smithi066 ceph-mon[112137]: pgmap v10086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:24.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:24 smithi203 ceph-mon[117428]: pgmap v10086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:24 smithi137 ceph-mon[117020]: pgmap v10086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:26.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:26.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:26.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:26.825 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:26.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:26.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:26.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:26.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:26 smithi066 ceph-mon[112137]: pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:26 smithi203 ceph-mon[117428]: pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:26 smithi137 ceph-mon[117020]: pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:27 smithi066 ceph-mon[112137]: from='client.280158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:27 smithi203 ceph-mon[117428]: from='client.280158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:27 smithi137 ceph-mon[117020]: from='client.280158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:28 smithi066 ceph-mon[112137]: pgmap v10088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:28 smithi203 ceph-mon[117428]: pgmap v10088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:28 smithi137 ceph-mon[117020]: pgmap v10088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:30 smithi066 ceph-mon[112137]: pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:49:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:30 smithi203 ceph-mon[117428]: pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:49:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:30 smithi137 ceph-mon[117020]: pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:49:31.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:31.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:31.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:49:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:49:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:49:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:49:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:49:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:49:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:49:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:49:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:49:32.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:32.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:32.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:32.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:32.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:32 smithi066 ceph-mon[112137]: pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:32 smithi203 ceph-mon[117428]: pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:32 smithi137 ceph-mon[117020]: pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:33 smithi066 ceph-mon[112137]: from='client.280230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:33 smithi203 ceph-mon[117428]: from='client.280230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:33 smithi137 ceph-mon[117020]: from='client.280230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:34 smithi066 ceph-mon[112137]: pgmap v10091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:34 smithi203 ceph-mon[117428]: pgmap v10091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:34 smithi137 ceph-mon[117020]: pgmap v10091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:36 smithi066 ceph-mon[112137]: pgmap v10092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:36 smithi203 ceph-mon[117428]: pgmap v10092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:36 smithi137 ceph-mon[117020]: pgmap v10092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:37.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:37.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:37.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:38.299 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:38.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:38.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:38.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:38.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:38 smithi066 ceph-mon[112137]: pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:38 smithi066 ceph-mon[112137]: from='client.280308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:38 smithi203 ceph-mon[117428]: pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:38 smithi203 ceph-mon[117428]: from='client.280308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:38 smithi137 ceph-mon[117020]: pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:38 smithi137 ceph-mon[117020]: from='client.280308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:40 smithi066 ceph-mon[112137]: pgmap v10094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:40 smithi203 ceph-mon[117428]: pgmap v10094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:40 smithi137 ceph-mon[117020]: pgmap v10094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:42 smithi066 ceph-mon[112137]: pgmap v10095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:42 smithi203 ceph-mon[117428]: pgmap v10095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:42 smithi137 ceph-mon[117020]: pgmap v10095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:43.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:43.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:43.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:44.033 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:44.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:44.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:44.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:44.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:44 smithi066 ceph-mon[112137]: pgmap v10096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:44 smithi066 ceph-mon[112137]: from='client.280380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:44 smithi203 ceph-mon[117428]: pgmap v10096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:44 smithi203 ceph-mon[117428]: from='client.280380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:44 smithi137 ceph-mon[117020]: pgmap v10096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:44 smithi137 ceph-mon[117020]: from='client.280380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:46 smithi066 ceph-mon[112137]: pgmap v10097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:46 smithi203 ceph-mon[117428]: pgmap v10097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:46 smithi137 ceph-mon[117020]: pgmap v10097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:49.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:49.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:49.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:48 smithi203 ceph-mon[117428]: pgmap v10098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:48 smithi137 ceph-mon[117020]: pgmap v10098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:48 smithi066 ceph-mon[112137]: pgmap v10098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:49.770 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:49.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:49.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:49.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:49.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:50 smithi203 ceph-mon[117428]: from='client.280455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:50 smithi203 ceph-mon[117428]: pgmap v10099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:50 smithi137 ceph-mon[117020]: from='client.280455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:50 smithi137 ceph-mon[117020]: pgmap v10099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:50 smithi066 ceph-mon[112137]: from='client.280455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:50 smithi066 ceph-mon[112137]: pgmap v10099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:52 smithi203 ceph-mon[117428]: pgmap v10100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:49:53.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:52 smithi137 ceph-mon[117020]: pgmap v10100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:49:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:52 smithi066 ceph-mon[112137]: pgmap v10100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:49:54.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:49:54.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:54.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:54 smithi203 ceph-mon[117428]: pgmap v10101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:49:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:54 smithi137 ceph-mon[117020]: pgmap v10101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:49:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:54 smithi066 ceph-mon[112137]: pgmap v10101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:49:55.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:49:55.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:55.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:55.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:55.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:49:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:56 smithi203 ceph-mon[117428]: from='client.280527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:56 smithi203 ceph-mon[117428]: pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:56 smithi137 ceph-mon[117020]: from='client.280527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:56 smithi137 ceph-mon[117020]: pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:56 smithi066 ceph-mon[112137]: from='client.280527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:56 smithi066 ceph-mon[112137]: pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:49:58 smithi203 ceph-mon[117428]: pgmap v10103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:49:58 smithi137 ceph-mon[117020]: pgmap v10103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:49:58 smithi066 ceph-mon[112137]: pgmap v10103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:00.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:00.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:00.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:00 smithi203 ceph-mon[117428]: pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:01.127 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T22:50:01.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:00 smithi137 ceph-mon[117020]: pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:01.129 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T22:50:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:00 smithi066 ceph-mon[112137]: pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T22:50:01.238 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:01.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:01.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:01.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:01.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:01 smithi203 ceph-mon[117428]: from='client.280605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:01 smithi137 ceph-mon[117020]: from='client.280605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:01 smithi066 ceph-mon[112137]: from='client.280605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:02 smithi203 ceph-mon[117428]: pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:02 smithi137 ceph-mon[117020]: pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:02 smithi066 ceph-mon[112137]: pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:04 smithi203 ceph-mon[117428]: pgmap v10106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:50:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:04 smithi137 ceph-mon[117020]: pgmap v10106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:50:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:04 smithi066 ceph-mon[112137]: pgmap v10106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:50:06.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:06.240 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:06.240 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:06.960 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:06.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:06.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:06.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:06.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:06 smithi203 ceph-mon[117428]: pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:50:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:06 smithi137 ceph-mon[117020]: pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:50:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:06 smithi066 ceph-mon[112137]: pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:50:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:07 smithi203 ceph-mon[117428]: from='client.280680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:08.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:07 smithi137 ceph-mon[117020]: from='client.280680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:07 smithi066 ceph-mon[112137]: from='client.280680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:08 smithi203 ceph-mon[117428]: pgmap v10108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:08 smithi137 ceph-mon[117020]: pgmap v10108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:08 smithi066 ceph-mon[112137]: pgmap v10108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:10 smithi203 ceph-mon[117428]: pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:10 smithi137 ceph-mon[117020]: pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:11.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:10 smithi066 ceph-mon[112137]: pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:11.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:11.963 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:11.963 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:12.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:12.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:12.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:12.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:12.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:12 smithi203 ceph-mon[117428]: pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:12 smithi137 ceph-mon[117020]: pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:12 smithi066 ceph-mon[112137]: pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:13 smithi203 ceph-mon[117428]: from='client.280755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:13 smithi137 ceph-mon[117020]: from='client.280755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:14.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:13 smithi066 ceph-mon[112137]: from='client.280755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:14 smithi203 ceph-mon[117428]: pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:14 smithi137 ceph-mon[117020]: pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:14 smithi066 ceph-mon[112137]: pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:16 smithi203 ceph-mon[117428]: pgmap v10112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:16 smithi137 ceph-mon[117020]: pgmap v10112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:16 smithi066 ceph-mon[112137]: pgmap v10112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:17.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:17.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:17.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:18.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:18.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:18.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:18.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:18.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:18 smithi203 ceph-mon[117428]: pgmap v10113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:18 smithi203 ceph-mon[117428]: from='client.280827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:18 smithi137 ceph-mon[117020]: pgmap v10113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:18 smithi137 ceph-mon[117020]: from='client.280827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:18 smithi066 ceph-mon[112137]: pgmap v10113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:18 smithi066 ceph-mon[112137]: from='client.280827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:20 smithi203 ceph-mon[117428]: pgmap v10114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:20 smithi137 ceph-mon[117020]: pgmap v10114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:21.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:20 smithi066 ceph-mon[112137]: pgmap v10114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:22 smithi203 ceph-mon[117428]: pgmap v10115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:22 smithi137 ceph-mon[117020]: pgmap v10115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:22 smithi066 ceph-mon[112137]: pgmap v10115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:23.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:23.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:23.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:24.160 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:24.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:24.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:24.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:24.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:24 smithi203 ceph-mon[117428]: pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:24 smithi203 ceph-mon[117428]: from='client.280899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:24 smithi137 ceph-mon[117020]: pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:24 smithi137 ceph-mon[117020]: from='client.280899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:25.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:24 smithi066 ceph-mon[112137]: pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:24 smithi066 ceph-mon[112137]: from='client.280899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:26 smithi203 ceph-mon[117428]: pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:26 smithi137 ceph-mon[117020]: pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:27.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:26 smithi066 ceph-mon[112137]: pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:28 smithi203 ceph-mon[117428]: pgmap v10118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:28 smithi137 ceph-mon[117020]: pgmap v10118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:29.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:29.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:29.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:29.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:28 smithi066 ceph-mon[112137]: pgmap v10118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:29.897 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:29.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:29.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:29.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:29.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:30 smithi203 ceph-mon[117428]: pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:30 smithi203 ceph-mon[117428]: from='client.280974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:30 smithi137 ceph-mon[117020]: pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:30 smithi137 ceph-mon[117020]: from='client.280974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:31.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:30 smithi066 ceph-mon[112137]: pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:30 smithi066 ceph-mon[112137]: from='client.280974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:50:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:50:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:50:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:50:32.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:50:32.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:50:32.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:50:32.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:50:32.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:50:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:50:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:50:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:50:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:32 smithi137 ceph-mon[117020]: pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:50:33.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:32 smithi066 ceph-mon[112137]: pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:50:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:32 smithi203 ceph-mon[117428]: pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:50:34.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:34.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:34.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:34 smithi137 ceph-mon[117020]: pgmap v10121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:50:35.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:34 smithi066 ceph-mon[112137]: pgmap v10121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:50:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:34 smithi203 ceph-mon[117428]: pgmap v10121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:50:35.634 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:35.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:35.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:35.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:35.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:36 smithi137 ceph-mon[117020]: from='client.281049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:36 smithi137 ceph-mon[117020]: pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:36 smithi066 ceph-mon[112137]: from='client.281049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:36 smithi066 ceph-mon[112137]: pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:36 smithi203 ceph-mon[117428]: from='client.281049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:36 smithi203 ceph-mon[117428]: pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:38 smithi137 ceph-mon[117020]: pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:39.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:38 smithi066 ceph-mon[112137]: pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:39.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:38 smithi203 ceph-mon[117428]: pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:40.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:40.636 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:40.636 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:41.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:40 smithi137 ceph-mon[117020]: pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:41.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:40 smithi066 ceph-mon[112137]: pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:40 smithi203 ceph-mon[117428]: pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:41.358 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:41.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:41.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:41.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:41.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:42.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:41 smithi137 ceph-mon[117020]: from='client.281124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:42.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:41 smithi066 ceph-mon[112137]: from='client.281124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:42.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:41 smithi203 ceph-mon[117428]: from='client.281124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:42 smithi137 ceph-mon[117020]: pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:43.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:42 smithi066 ceph-mon[112137]: pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:43.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:42 smithi203 ceph-mon[117428]: pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:45.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:44 smithi137 ceph-mon[117020]: pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:50:45.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:44 smithi066 ceph-mon[112137]: pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:50:45.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:44 smithi203 ceph-mon[117428]: pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:50:46.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:46.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:46.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:47.086 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:47.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:47.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:47.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:47.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:47.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:46 smithi137 ceph-mon[117020]: pgmap v10127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:50:47.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:46 smithi066 ceph-mon[112137]: pgmap v10127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:50:47.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:46 smithi203 ceph-mon[117428]: pgmap v10127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:50:48.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:47 smithi137 ceph-mon[117020]: from='client.281202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:48.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:47 smithi066 ceph-mon[112137]: from='client.281202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:48.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:47 smithi203 ceph-mon[117428]: from='client.281202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:48 smithi137 ceph-mon[117020]: pgmap v10128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:49.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:48 smithi066 ceph-mon[112137]: pgmap v10128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:48 smithi203 ceph-mon[117428]: pgmap v10128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:51.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:50 smithi137 ceph-mon[117020]: pgmap v10129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:51.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:50 smithi066 ceph-mon[112137]: pgmap v10129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:51.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:50 smithi203 ceph-mon[117428]: pgmap v10129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:52.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:52.088 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:52.088 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:52.817 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:52.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:52.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:52.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:52.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:53.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:52 smithi137 ceph-mon[117020]: pgmap v10130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:52 smithi066 ceph-mon[112137]: pgmap v10130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:53.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:52 smithi203 ceph-mon[117428]: pgmap v10130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:54.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:53 smithi137 ceph-mon[117020]: from='client.281280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:54.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:53 smithi066 ceph-mon[112137]: from='client.281280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:54.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:53 smithi203 ceph-mon[117428]: from='client.281280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:54 smithi137 ceph-mon[117020]: pgmap v10131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:55.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:54 smithi066 ceph-mon[112137]: pgmap v10131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:55.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:54 smithi203 ceph-mon[117428]: pgmap v10131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:57.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:56 smithi066 ceph-mon[112137]: pgmap v10132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:57.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:56 smithi203 ceph-mon[117428]: pgmap v10132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:57.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:56 smithi137 ceph-mon[117020]: pgmap v10132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:57.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:50:57.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:57.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:58.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:58.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:58.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:58.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:50:58.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:50:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:58 smithi066 ceph-mon[112137]: pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:59.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:58 smithi203 ceph-mon[117428]: pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:59.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:58 smithi137 ceph-mon[117020]: pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:00.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:50:59 smithi066 ceph-mon[112137]: from='client.281352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:00.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:50:59 smithi203 ceph-mon[117428]: from='client.281352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:00.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:50:59 smithi137 ceph-mon[117020]: from='client.281352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:01.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:00 smithi066 ceph-mon[112137]: pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:01.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:00 smithi203 ceph-mon[117428]: pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:01.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:00 smithi137 ceph-mon[117020]: pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:03.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:02 smithi066 ceph-mon[112137]: pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:03.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:02 smithi203 ceph-mon[117428]: pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:03.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:02 smithi137 ceph-mon[117020]: pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:03.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:03.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:03.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:04.263 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:04.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:04.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:04.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:04.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:04 smithi066 ceph-mon[112137]: pgmap v10136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:04 smithi066 ceph-mon[112137]: from='client.281430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:05.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:04 smithi203 ceph-mon[117428]: pgmap v10136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:04 smithi203 ceph-mon[117428]: from='client.281430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:05.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:04 smithi137 ceph-mon[117020]: pgmap v10136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:05.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:04 smithi137 ceph-mon[117020]: from='client.281430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:06 smithi066 ceph-mon[112137]: pgmap v10137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:06 smithi203 ceph-mon[117428]: pgmap v10137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:07.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:06 smithi137 ceph-mon[117020]: pgmap v10137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:09.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:08 smithi066 ceph-mon[112137]: pgmap v10138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:09.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:09.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:09.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:09.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:08 smithi203 ceph-mon[117428]: pgmap v10138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:09.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:08 smithi137 ceph-mon[117020]: pgmap v10138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:09.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:09.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:09.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:09.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:09.990 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:11.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:10 smithi066 ceph-mon[112137]: pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:11.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:10 smithi066 ceph-mon[112137]: from='client.281502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:11.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:10 smithi203 ceph-mon[117428]: pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:11.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:10 smithi203 ceph-mon[117428]: from='client.281502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:11.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:10 smithi137 ceph-mon[117020]: pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:11.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:10 smithi137 ceph-mon[117020]: from='client.281502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:12 smithi066 ceph-mon[112137]: pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:13.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:12 smithi203 ceph-mon[117428]: pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:13.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:12 smithi137 ceph-mon[117020]: pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:14.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:14.992 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:14.992 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:15.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:14 smithi066 ceph-mon[112137]: pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:15.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:14 smithi203 ceph-mon[117428]: pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:15.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:14 smithi137 ceph-mon[117020]: pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:15.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:15.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:15.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:15.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:15.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:17.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:16 smithi066 ceph-mon[112137]: from='client.281580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:17.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:16 smithi066 ceph-mon[112137]: pgmap v10142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:17.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:16 smithi203 ceph-mon[117428]: from='client.281580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:17.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:16 smithi203 ceph-mon[117428]: pgmap v10142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:17.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:16 smithi137 ceph-mon[117020]: from='client.281580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:17.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:16 smithi137 ceph-mon[117020]: pgmap v10142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:19.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:18 smithi066 ceph-mon[112137]: pgmap v10143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:19.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:18 smithi203 ceph-mon[117428]: pgmap v10143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:18 smithi137 ceph-mon[117020]: pgmap v10143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:20.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:20.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:20.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:21.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:20 smithi066 ceph-mon[112137]: pgmap v10144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:21.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:20 smithi203 ceph-mon[117428]: pgmap v10144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:21.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:20 smithi137 ceph-mon[117020]: pgmap v10144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:21.465 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:21.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:21.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:21.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:21.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:22.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:21 smithi066 ceph-mon[112137]: from='client.281655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:22.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:21 smithi203 ceph-mon[117428]: from='client.281655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:22.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:21 smithi137 ceph-mon[117020]: from='client.281655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:23.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:22 smithi066 ceph-mon[112137]: pgmap v10145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:23.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:22 smithi203 ceph-mon[117428]: pgmap v10145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:23.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:22 smithi137 ceph-mon[117020]: pgmap v10145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:25.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:24 smithi066 ceph-mon[112137]: pgmap v10146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:25.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:24 smithi203 ceph-mon[117428]: pgmap v10146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:25.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:24 smithi137 ceph-mon[117020]: pgmap v10146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:26.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:26.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:26.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:27.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:27.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:27.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:27.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:27.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:27.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:26 smithi066 ceph-mon[112137]: pgmap v10147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:27.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:26 smithi203 ceph-mon[117428]: pgmap v10147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:27.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:26 smithi137 ceph-mon[117020]: pgmap v10147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:28.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:27 smithi066 ceph-mon[112137]: from='client.281733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:28.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:27 smithi203 ceph-mon[117428]: from='client.281733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:28.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:27 smithi137 ceph-mon[117020]: from='client.281733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:29.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:28 smithi066 ceph-mon[112137]: pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:29.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:28 smithi203 ceph-mon[117428]: pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:29.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:28 smithi137 ceph-mon[117020]: pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:30 smithi066 ceph-mon[112137]: pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:31.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:30 smithi203 ceph-mon[117428]: pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:31.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:30 smithi137 ceph-mon[117020]: pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:32.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:32.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:32.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:32.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:51:32.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:51:32.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:51:32.904 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:32.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:32.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:32.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:32.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:33.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:32 smithi066 ceph-mon[112137]: pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:33.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:51:33.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:51:33.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:51:33.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:32 smithi203 ceph-mon[117428]: pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:33.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:51:33.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:51:33.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:51:33.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:32 smithi137 ceph-mon[117020]: pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:33.432 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:51:33.432 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:51:33.432 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:51:34.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:33 smithi066 ceph-mon[112137]: from='client.281811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:34.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:33 smithi203 ceph-mon[117428]: from='client.281811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:34.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:33 smithi137 ceph-mon[117020]: from='client.281811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:34 smithi066 ceph-mon[112137]: pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:35.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:34 smithi203 ceph-mon[117428]: pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:35.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:34 smithi137 ceph-mon[117020]: pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:37.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:36 smithi066 ceph-mon[112137]: pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:37.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:36 smithi203 ceph-mon[117428]: pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:37.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:36 smithi137 ceph-mon[117020]: pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:37.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:37.906 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:37.906 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:38.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:38.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:38.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:38.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:38.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:39.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:38 smithi066 ceph-mon[112137]: pgmap v10153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:39.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:38 smithi203 ceph-mon[117428]: pgmap v10153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:39.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:38 smithi137 ceph-mon[117020]: pgmap v10153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:40.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:39 smithi066 ceph-mon[112137]: from='client.281883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:40.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:39 smithi203 ceph-mon[117428]: from='client.281883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:40.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:39 smithi137 ceph-mon[117020]: from='client.281883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:41.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:40 smithi066 ceph-mon[112137]: pgmap v10154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:41.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:40 smithi203 ceph-mon[117428]: pgmap v10154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:41.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:40 smithi137 ceph-mon[117020]: pgmap v10154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:43.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:42 smithi066 ceph-mon[112137]: pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:43.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:42 smithi203 ceph-mon[117428]: pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:43.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:42 smithi137 ceph-mon[117020]: pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:43.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:43.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:43.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:44.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:44.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:44.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:44.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:44.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:45.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:44 smithi066 ceph-mon[112137]: pgmap v10156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:45.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:44 smithi066 ceph-mon[112137]: from='client.281955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:45.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:44 smithi203 ceph-mon[117428]: pgmap v10156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:45.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:44 smithi203 ceph-mon[117428]: from='client.281955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:45.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:44 smithi137 ceph-mon[117020]: pgmap v10156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:45.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:44 smithi137 ceph-mon[117020]: from='client.281955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:47.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:46 smithi066 ceph-mon[112137]: pgmap v10157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:47.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:46 smithi203 ceph-mon[117428]: pgmap v10157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:47.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:46 smithi137 ceph-mon[117020]: pgmap v10157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:49.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:48 smithi066 ceph-mon[112137]: pgmap v10158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:49.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:48 smithi203 ceph-mon[117428]: pgmap v10158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:49.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:49.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:49.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:49.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:48 smithi137 ceph-mon[117020]: pgmap v10158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:50.082 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:50.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:50.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:50.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:50.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:51.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:50 smithi066 ceph-mon[112137]: pgmap v10159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:51.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:50 smithi066 ceph-mon[112137]: from='client.282030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:50 smithi203 ceph-mon[117428]: pgmap v10159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:50 smithi203 ceph-mon[117428]: from='client.282030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:51.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:50 smithi137 ceph-mon[117020]: pgmap v10159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:51.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:50 smithi137 ceph-mon[117020]: from='client.282030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:52 smithi066 ceph-mon[112137]: pgmap v10160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:53.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:52 smithi203 ceph-mon[117428]: pgmap v10160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:52 smithi137 ceph-mon[117020]: pgmap v10160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:55.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:51:55.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:55.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:55.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:54 smithi066 ceph-mon[112137]: pgmap v10161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:55.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:54 smithi203 ceph-mon[117428]: pgmap v10161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:55.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:54 smithi137 ceph-mon[117020]: pgmap v10161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:55.809 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:51:55.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:55.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:55.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:55.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:51:57.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:56 smithi066 ceph-mon[112137]: from='client.282102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:57.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:56 smithi066 ceph-mon[112137]: pgmap v10162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:57.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:56 smithi203 ceph-mon[117428]: from='client.282102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:57.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:56 smithi203 ceph-mon[117428]: pgmap v10162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:57.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:56 smithi137 ceph-mon[117020]: from='client.282102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:57.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:56 smithi137 ceph-mon[117020]: pgmap v10162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:51:58 smithi066 ceph-mon[112137]: pgmap v10163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:59.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:51:58 smithi203 ceph-mon[117428]: pgmap v10163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:59.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:51:58 smithi137 ceph-mon[117020]: pgmap v10163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:00.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:00.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:00.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:01.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:00 smithi066 ceph-mon[112137]: pgmap v10164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:01.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:00 smithi203 ceph-mon[117428]: pgmap v10164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:01.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:00 smithi137 ceph-mon[117020]: pgmap v10164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:01.541 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:01.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:01.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:01.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:01.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:03.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:02 smithi203 ceph-mon[117428]: from='client.282180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:03.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:02 smithi203 ceph-mon[117428]: pgmap v10165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:03.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:02 smithi137 ceph-mon[117020]: from='client.282180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:03.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:02 smithi137 ceph-mon[117020]: pgmap v10165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:03.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:02 smithi066 ceph-mon[112137]: from='client.282180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:03.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:02 smithi066 ceph-mon[112137]: pgmap v10165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:05.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:04 smithi203 ceph-mon[117428]: pgmap v10166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:05.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:04 smithi137 ceph-mon[117020]: pgmap v10166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:05.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:04 smithi066 ceph-mon[112137]: pgmap v10166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:06.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:06.543 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:06.543 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:07.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:07.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:07.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:07.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:07.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:07.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:06 smithi203 ceph-mon[117428]: pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:07.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:06 smithi137 ceph-mon[117020]: pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:07.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:06 smithi066 ceph-mon[112137]: pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:08.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:07 smithi203 ceph-mon[117428]: from='client.282258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:08.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:07 smithi137 ceph-mon[117020]: from='client.282258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:08.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:07 smithi066 ceph-mon[112137]: from='client.282258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:09.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:09 smithi203 ceph-mon[117428]: pgmap v10168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:09.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:09 smithi137 ceph-mon[117020]: pgmap v10168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:09.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:08 smithi066 ceph-mon[112137]: pgmap v10168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:11.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:11 smithi203 ceph-mon[117428]: pgmap v10169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:11.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:11 smithi137 ceph-mon[117020]: pgmap v10169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:11.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:11 smithi066 ceph-mon[112137]: pgmap v10169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:12.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:12.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:12.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:13.003 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:13.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:13.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:13.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:13.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:13.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:13 smithi203 ceph-mon[117428]: pgmap v10170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:13.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:13 smithi137 ceph-mon[117020]: pgmap v10170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:13.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:13 smithi066 ceph-mon[112137]: pgmap v10170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:14.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:14 smithi203 ceph-mon[117428]: from='client.282336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:14.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:14 smithi137 ceph-mon[117020]: from='client.282336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:14.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:14 smithi066 ceph-mon[112137]: from='client.282336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:15.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:15 smithi203 ceph-mon[117428]: pgmap v10171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:15.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:15 smithi137 ceph-mon[117020]: pgmap v10171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:15.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:15 smithi066 ceph-mon[112137]: pgmap v10171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:17.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:17 smithi203 ceph-mon[117428]: pgmap v10172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:17.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:17 smithi137 ceph-mon[117020]: pgmap v10172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:17.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:17 smithi066 ceph-mon[112137]: pgmap v10172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:18.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:18.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:18.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:18.731 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:18.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:18.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:18.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:18.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:19.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:19 smithi203 ceph-mon[117428]: pgmap v10173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:19.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:19 smithi137 ceph-mon[117020]: pgmap v10173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:19.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:19 smithi066 ceph-mon[112137]: pgmap v10173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:20.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:20 smithi203 ceph-mon[117428]: from='client.282414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:20.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:20 smithi137 ceph-mon[117020]: from='client.282414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:20 smithi066 ceph-mon[112137]: from='client.282414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:21.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:21 smithi203 ceph-mon[117428]: pgmap v10174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:21.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:21 smithi137 ceph-mon[117020]: pgmap v10174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:21.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:21 smithi066 ceph-mon[112137]: pgmap v10174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:23.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:23 smithi203 ceph-mon[117428]: pgmap v10175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:23.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:23 smithi137 ceph-mon[117020]: pgmap v10175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:23.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:23 smithi066 ceph-mon[112137]: pgmap v10175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:23.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:23.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:23.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:24.465 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:25.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:25 smithi203 ceph-mon[117428]: pgmap v10176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:25.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:25 smithi203 ceph-mon[117428]: from='client.282489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:25.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:25 smithi137 ceph-mon[117020]: pgmap v10176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:25.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:25 smithi137 ceph-mon[117020]: from='client.282489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:25.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:25 smithi066 ceph-mon[112137]: pgmap v10176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:25.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:25 smithi066 ceph-mon[112137]: from='client.282489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:27.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:27 smithi203 ceph-mon[117428]: pgmap v10177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:27.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:27 smithi137 ceph-mon[117020]: pgmap v10177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:27.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:27 smithi066 ceph-mon[112137]: pgmap v10177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:29.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:29 smithi203 ceph-mon[117428]: pgmap v10178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:29.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:29 smithi137 ceph-mon[117020]: pgmap v10178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:29.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:29.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:29.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:29.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:29 smithi066 ceph-mon[112137]: pgmap v10178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:30.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:30.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:30.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:30.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:30.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:31.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:31 smithi203 ceph-mon[117428]: pgmap v10179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:31.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:31 smithi203 ceph-mon[117428]: from='client.282561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:31.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:31 smithi137 ceph-mon[117020]: pgmap v10179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:31.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:31 smithi137 ceph-mon[117020]: from='client.282561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:31.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:31 smithi066 ceph-mon[112137]: pgmap v10179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:31.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:31 smithi066 ceph-mon[112137]: from='client.282561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:33.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:33 smithi203 ceph-mon[117428]: pgmap v10180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:33.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:52:33.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:52:33.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:52:33.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:52:33.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:33 smithi137 ceph-mon[117020]: pgmap v10180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:33.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:52:33.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:52:33.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:52:33.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:52:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:33 smithi066 ceph-mon[112137]: pgmap v10180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:52:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:52:33.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:52:33.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:52:35.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:35.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:35.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:35.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:35 smithi203 ceph-mon[117428]: pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:35.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:35 smithi137 ceph-mon[117020]: pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:35.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:35 smithi066 ceph-mon[112137]: pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:35.920 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:35.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:35.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:35.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:35.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:37.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:37 smithi203 ceph-mon[117428]: pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:37.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:37 smithi203 ceph-mon[117428]: from='client.282639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:37.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:37 smithi137 ceph-mon[117020]: pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:37.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:37 smithi137 ceph-mon[117020]: from='client.282639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:37.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:37 smithi066 ceph-mon[112137]: pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:37.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:37 smithi066 ceph-mon[112137]: from='client.282639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:39.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:39 smithi203 ceph-mon[117428]: pgmap v10183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:39.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:39 smithi137 ceph-mon[117020]: pgmap v10183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:39.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:39 smithi066 ceph-mon[112137]: pgmap v10183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:40.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:40.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:40.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:41.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:41 smithi203 ceph-mon[117428]: pgmap v10184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:41.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:41 smithi137 ceph-mon[117020]: pgmap v10184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:41.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:41 smithi066 ceph-mon[112137]: pgmap v10184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:41.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:41.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:41.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:41.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:41.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:43.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:43 smithi203 ceph-mon[117428]: from='client.282717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:43.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:43 smithi203 ceph-mon[117428]: pgmap v10185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:43.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:43 smithi137 ceph-mon[117020]: from='client.282717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:43.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:43 smithi137 ceph-mon[117020]: pgmap v10185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:43.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:43 smithi066 ceph-mon[112137]: from='client.282717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:43.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:43 smithi066 ceph-mon[112137]: pgmap v10185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:45.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:45 smithi203 ceph-mon[117428]: pgmap v10186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:45.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:45 smithi137 ceph-mon[117020]: pgmap v10186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:45.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:45 smithi066 ceph-mon[112137]: pgmap v10186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:46.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:47.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:47 smithi203 ceph-mon[117428]: pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:47.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:47 smithi137 ceph-mon[117020]: pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:47.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:47.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:47.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:47.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:47.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:47.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:47 smithi066 ceph-mon[112137]: pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:48.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:48 smithi203 ceph-mon[117428]: from='client.282795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:48.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:48 smithi137 ceph-mon[117020]: from='client.282795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:48.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:48 smithi066 ceph-mon[112137]: from='client.282795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:49.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:49 smithi203 ceph-mon[117428]: pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:49.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:49 smithi137 ceph-mon[117020]: pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:49.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:49 smithi066 ceph-mon[112137]: pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:51.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:51 smithi203 ceph-mon[117428]: pgmap v10189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:51.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:51 smithi137 ceph-mon[117020]: pgmap v10189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:51.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:51 smithi066 ceph-mon[112137]: pgmap v10189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:52.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:52.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:52.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:53.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:53.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:53.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:53.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:53.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:53.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:53 smithi137 ceph-mon[117020]: pgmap v10190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:53.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:53 smithi066 ceph-mon[112137]: pgmap v10190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:53.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:53 smithi203 ceph-mon[117428]: pgmap v10190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:54.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:54 smithi137 ceph-mon[117020]: from='client.282870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:54.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:54 smithi066 ceph-mon[112137]: from='client.282870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:54.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:54 smithi203 ceph-mon[117428]: from='client.282870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:55.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:55 smithi137 ceph-mon[117020]: pgmap v10191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:55.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:55 smithi066 ceph-mon[112137]: pgmap v10191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:55.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:55 smithi203 ceph-mon[117428]: pgmap v10191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:57.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:57 smithi137 ceph-mon[117020]: pgmap v10192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:57.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:57 smithi066 ceph-mon[112137]: pgmap v10192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:57.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:57 smithi203 ceph-mon[117428]: pgmap v10192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:58.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:52:58.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:58.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:58.833 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:52:58.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:58.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:58.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:58.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:52:59.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:52:59 smithi137 ceph-mon[117020]: pgmap v10193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:59.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:52:59 smithi066 ceph-mon[112137]: pgmap v10193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:59.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:52:59 smithi203 ceph-mon[117428]: pgmap v10193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:00.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:00 smithi137 ceph-mon[117020]: from='client.282945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:00.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:00 smithi066 ceph-mon[112137]: from='client.282945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:00.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:00 smithi203 ceph-mon[117428]: from='client.282945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:01.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:01 smithi137 ceph-mon[117020]: pgmap v10194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:01.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:01 smithi066 ceph-mon[112137]: pgmap v10194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:01.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:01 smithi203 ceph-mon[117428]: pgmap v10194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:03.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:03 smithi137 ceph-mon[117020]: pgmap v10195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:03.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:03 smithi066 ceph-mon[112137]: pgmap v10195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:03.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:03 smithi203 ceph-mon[117428]: pgmap v10195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:03.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:03.835 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:03.835 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:04.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:04.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:04.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:04.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:04.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:05.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:05 smithi137 ceph-mon[117020]: pgmap v10196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:05.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:05 smithi066 ceph-mon[112137]: pgmap v10196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:05.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:05 smithi203 ceph-mon[117428]: pgmap v10196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:06.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:06 smithi137 ceph-mon[117020]: from='client.283023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:06.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:06 smithi066 ceph-mon[112137]: from='client.283023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:06.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:06 smithi203 ceph-mon[117428]: from='client.283023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:07.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:07 smithi137 ceph-mon[117020]: pgmap v10197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:07.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:07 smithi066 ceph-mon[112137]: pgmap v10197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:07.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:07 smithi203 ceph-mon[117428]: pgmap v10197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:09.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:09 smithi137 ceph-mon[117020]: pgmap v10198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:09.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:09 smithi066 ceph-mon[112137]: pgmap v10198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:09.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:09.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:09.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:09.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:09 smithi203 ceph-mon[117428]: pgmap v10198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:10.292 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:10.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:10.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:10.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:10.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:11.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:11 smithi137 ceph-mon[117020]: pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:11.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:11 smithi137 ceph-mon[117020]: from='client.283101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:11.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:11 smithi066 ceph-mon[112137]: pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:11.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:11 smithi066 ceph-mon[112137]: from='client.283101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:11.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:11 smithi203 ceph-mon[117428]: pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:11.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:11 smithi203 ceph-mon[117428]: from='client.283101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:13.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:13 smithi137 ceph-mon[117020]: pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:13.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:13 smithi066 ceph-mon[112137]: pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:13.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:13 smithi203 ceph-mon[117428]: pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:15.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:15.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:15.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:15.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:15 smithi066 ceph-mon[112137]: pgmap v10201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:15.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:15 smithi203 ceph-mon[117428]: pgmap v10201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:15.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:15 smithi137 ceph-mon[117020]: pgmap v10201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:16.026 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:16.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:16.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:16.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:16.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:17.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:17 smithi066 ceph-mon[112137]: pgmap v10202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:17.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:17 smithi066 ceph-mon[112137]: from='client.283179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:17.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:17 smithi203 ceph-mon[117428]: pgmap v10202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:17.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:17 smithi203 ceph-mon[117428]: from='client.283179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:17.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:17 smithi137 ceph-mon[117020]: pgmap v10202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:17.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:17 smithi137 ceph-mon[117020]: from='client.283179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:19.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:19 smithi066 ceph-mon[112137]: pgmap v10203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:19.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:19 smithi203 ceph-mon[117428]: pgmap v10203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:19.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:19 smithi137 ceph-mon[117020]: pgmap v10203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:21.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:21.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:21.028 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:21.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:21 smithi066 ceph-mon[112137]: pgmap v10204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:21.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:21 smithi203 ceph-mon[117428]: pgmap v10204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:21.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:21 smithi137 ceph-mon[117020]: pgmap v10204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:21.747 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:21.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:21.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:21.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:21.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:23.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:23 smithi066 ceph-mon[112137]: from='client.283257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:23.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:23 smithi066 ceph-mon[112137]: pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:23.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:23 smithi203 ceph-mon[117428]: from='client.283257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:23.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:23 smithi203 ceph-mon[117428]: pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:23.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:23 smithi137 ceph-mon[117020]: from='client.283257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:23.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:23 smithi137 ceph-mon[117020]: pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:25.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:25 smithi066 ceph-mon[112137]: pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:25.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:25 smithi203 ceph-mon[117428]: pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:25.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:25 smithi137 ceph-mon[117020]: pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:26.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:26.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:26.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:27.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:27.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:27.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:27.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:27.468 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:27.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:27 smithi066 ceph-mon[112137]: pgmap v10207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:27.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:27 smithi203 ceph-mon[117428]: pgmap v10207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:27.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:27 smithi137 ceph-mon[117020]: pgmap v10207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:28.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:28 smithi066 ceph-mon[112137]: from='client.283329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:28.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:28 smithi203 ceph-mon[117428]: from='client.283329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:28.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:28 smithi137 ceph-mon[117020]: from='client.283329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:29.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:29 smithi066 ceph-mon[112137]: pgmap v10208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:29.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:29 smithi203 ceph-mon[117428]: pgmap v10208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:29.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:29 smithi137 ceph-mon[117020]: pgmap v10208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:31.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:31 smithi066 ceph-mon[112137]: pgmap v10209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:31.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:31 smithi203 ceph-mon[117428]: pgmap v10209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:31.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:31 smithi137 ceph-mon[117020]: pgmap v10209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:32.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:32.469 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:32.469 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:33.212 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:33.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:33.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:33.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:33.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:33 smithi066 ceph-mon[112137]: pgmap v10210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:53:33.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:33 smithi203 ceph-mon[117428]: pgmap v10210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:33.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:53:33.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:33 smithi137 ceph-mon[117020]: pgmap v10210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:33.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:53:34.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:34 smithi066 ceph-mon[112137]: from='client.283404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:34.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:53:34.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:53:34.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:53:34.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:34 smithi203 ceph-mon[117428]: from='client.283404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:34.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:53:34.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:53:34.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:53:34.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:34 smithi137 ceph-mon[117020]: from='client.283404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:34.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:53:34.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:53:34.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:53:35.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:35 smithi066 ceph-mon[112137]: pgmap v10211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:35.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:35 smithi203 ceph-mon[117428]: pgmap v10211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:35.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:35 smithi137 ceph-mon[117020]: pgmap v10211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:36.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:36 smithi066 ceph-mon[112137]: pgmap v10212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:36.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:36 smithi203 ceph-mon[117428]: pgmap v10212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:36.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:36 smithi137 ceph-mon[117020]: pgmap v10212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:38.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:38.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:38.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:38.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:38 smithi137 ceph-mon[117020]: pgmap v10213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:38.939 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:38.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:38.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:38.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:38.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:38.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:38 smithi066 ceph-mon[112137]: pgmap v10213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:39.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:38 smithi203 ceph-mon[117428]: pgmap v10213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:39.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:39 smithi137 ceph-mon[117020]: from='client.283476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:39.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:39 smithi066 ceph-mon[112137]: from='client.283476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:40.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:39 smithi203 ceph-mon[117428]: from='client.283476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:40.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:40 smithi066 ceph-mon[112137]: pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:41.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:40 smithi203 ceph-mon[117428]: pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:41.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:40 smithi137 ceph-mon[117020]: pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:42.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:42 smithi066 ceph-mon[112137]: pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:43.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:42 smithi203 ceph-mon[117428]: pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:43.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:42 smithi137 ceph-mon[117020]: pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:43.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:43.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:43.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:44.662 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:44.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:44.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:44.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:44.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:44.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:44 smithi066 ceph-mon[112137]: pgmap v10216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:45.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:44 smithi203 ceph-mon[117428]: pgmap v10216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:45.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:44 smithi137 ceph-mon[117020]: pgmap v10216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:45.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:45 smithi066 ceph-mon[112137]: from='client.283554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:46.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:45 smithi203 ceph-mon[117428]: from='client.283554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:46.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:45 smithi137 ceph-mon[117020]: from='client.283554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:46.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:46 smithi066 ceph-mon[112137]: pgmap v10217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:47.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:46 smithi203 ceph-mon[117428]: pgmap v10217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:47.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:46 smithi137 ceph-mon[117020]: pgmap v10217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:48.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:48 smithi066 ceph-mon[112137]: pgmap v10218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:49.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:48 smithi203 ceph-mon[117428]: pgmap v10218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:49.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:48 smithi137 ceph-mon[117020]: pgmap v10218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:49.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:49.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:49.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:50.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:50.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:50.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:50.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:50.389 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:50.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:50 smithi066 ceph-mon[112137]: pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:50.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:50 smithi066 ceph-mon[112137]: from='client.283626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:51.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:50 smithi203 ceph-mon[117428]: pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:51.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:50 smithi203 ceph-mon[117428]: from='client.283626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:51.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:50 smithi137 ceph-mon[117020]: pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:51.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:50 smithi137 ceph-mon[117020]: from='client.283626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:52.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:52 smithi066 ceph-mon[112137]: pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:53.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:52 smithi203 ceph-mon[117428]: pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:53.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:52 smithi137 ceph-mon[117020]: pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:55.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:54 smithi203 ceph-mon[117428]: pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:55.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:54 smithi137 ceph-mon[117020]: pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:55.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:54 smithi066 ceph-mon[112137]: pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:55.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:53:55.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:55.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:56.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:53:56.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:56.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:56.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:56.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:53:57.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:56 smithi203 ceph-mon[117428]: pgmap v10222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:57.096 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:56 smithi203 ceph-mon[117428]: from='client.283704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:56 smithi137 ceph-mon[117020]: pgmap v10222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:56 smithi137 ceph-mon[117020]: from='client.283704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:57.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:56 smithi066 ceph-mon[112137]: pgmap v10222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:57.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:56 smithi066 ceph-mon[112137]: from='client.283704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:59.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:53:58 smithi203 ceph-mon[117428]: pgmap v10223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:59.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:53:58 smithi137 ceph-mon[117020]: pgmap v10223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:59.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:53:58 smithi066 ceph-mon[112137]: pgmap v10223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:01.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:00 smithi203 ceph-mon[117428]: pgmap v10224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:01.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:01.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:01.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:01.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:00 smithi137 ceph-mon[117020]: pgmap v10224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:01.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:00 smithi066 ceph-mon[112137]: pgmap v10224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:01.837 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:01.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:01.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:01.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:01.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:03.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:02 smithi203 ceph-mon[117428]: from='client.283776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:03.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:02 smithi203 ceph-mon[117428]: pgmap v10225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:03.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:02 smithi137 ceph-mon[117020]: from='client.283776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:03.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:02 smithi137 ceph-mon[117020]: pgmap v10225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:03.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:02 smithi066 ceph-mon[112137]: from='client.283776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:03.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:02 smithi066 ceph-mon[112137]: pgmap v10225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:05.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:04 smithi203 ceph-mon[117428]: pgmap v10226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:05.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:04 smithi137 ceph-mon[117020]: pgmap v10226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:05.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:04 smithi066 ceph-mon[112137]: pgmap v10226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:06.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:06.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:06.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:07.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:06 smithi203 ceph-mon[117428]: pgmap v10227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:07.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:06 smithi137 ceph-mon[117020]: pgmap v10227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:07.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:06 smithi066 ceph-mon[112137]: pgmap v10227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:07.572 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:07.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:07.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:07.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:07.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:09.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:08 smithi203 ceph-mon[117428]: from='client.283851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:09.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:08 smithi203 ceph-mon[117428]: pgmap v10228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:09.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:08 smithi137 ceph-mon[117020]: from='client.283851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:09.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:08 smithi137 ceph-mon[117020]: pgmap v10228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:09.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:08 smithi066 ceph-mon[112137]: from='client.283851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:09.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:08 smithi066 ceph-mon[112137]: pgmap v10228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:11.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:10 smithi203 ceph-mon[117428]: pgmap v10229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:11.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:10 smithi137 ceph-mon[117020]: pgmap v10229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:11.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:10 smithi066 ceph-mon[112137]: pgmap v10229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:12.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:12.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:12.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:13.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:12 smithi203 ceph-mon[117428]: pgmap v10230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:13.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:12 smithi137 ceph-mon[117020]: pgmap v10230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:13.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:12 smithi066 ceph-mon[112137]: pgmap v10230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:13.300 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:13.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:13.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:13.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:13.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:14.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:13 smithi203 ceph-mon[117428]: from='client.283926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:14.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:13 smithi137 ceph-mon[117020]: from='client.283926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:14.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:13 smithi066 ceph-mon[112137]: from='client.283926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:15.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:14 smithi203 ceph-mon[117428]: pgmap v10231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:15.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:14 smithi137 ceph-mon[117020]: pgmap v10231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:15.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:14 smithi066 ceph-mon[112137]: pgmap v10231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:17.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:16 smithi203 ceph-mon[117428]: pgmap v10232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:17.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:16 smithi137 ceph-mon[117020]: pgmap v10232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:17.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:16 smithi066 ceph-mon[112137]: pgmap v10232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:18.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:18.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:18.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:19.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:19.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:19.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:19.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:19.036 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:19.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:18 smithi203 ceph-mon[117428]: pgmap v10233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:19.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:18 smithi137 ceph-mon[117020]: pgmap v10233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:19.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:18 smithi066 ceph-mon[112137]: pgmap v10233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:20.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:19 smithi203 ceph-mon[117428]: from='client.284001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:20.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:19 smithi137 ceph-mon[117020]: from='client.284001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:20.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:19 smithi066 ceph-mon[112137]: from='client.284001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:21.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:20 smithi203 ceph-mon[117428]: pgmap v10234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:21.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:20 smithi137 ceph-mon[117020]: pgmap v10234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:21.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:20 smithi066 ceph-mon[112137]: pgmap v10234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:23.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:22 smithi203 ceph-mon[117428]: pgmap v10235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:23.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:22 smithi137 ceph-mon[117020]: pgmap v10235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:23.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:22 smithi066 ceph-mon[112137]: pgmap v10235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:24.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:24.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:24.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:24.769 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:24.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:24.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:24.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:24.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:25.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:24 smithi203 ceph-mon[117428]: pgmap v10236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:25.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:24 smithi137 ceph-mon[117020]: pgmap v10236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:25.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:24 smithi066 ceph-mon[112137]: pgmap v10236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:26.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:25 smithi203 ceph-mon[117428]: from='client.284079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:26.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:25 smithi137 ceph-mon[117020]: from='client.284079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:26.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:25 smithi066 ceph-mon[112137]: from='client.284079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:27.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:26 smithi203 ceph-mon[117428]: pgmap v10237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:54:27.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:26 smithi137 ceph-mon[117020]: pgmap v10237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:54:27.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:26 smithi066 ceph-mon[112137]: pgmap v10237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:54:29.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:28 smithi203 ceph-mon[117428]: pgmap v10238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:54:29.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:28 smithi137 ceph-mon[117020]: pgmap v10238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:54:29.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:28 smithi066 ceph-mon[112137]: pgmap v10238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:54:29.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:29.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:29.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:30.496 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:30.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:30.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:30.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:30.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:31.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:30 smithi203 ceph-mon[117428]: pgmap v10239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:54:31.068 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:30 smithi203 ceph-mon[117428]: from='client.284154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:31.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:30 smithi137 ceph-mon[117020]: pgmap v10239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:54:31.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:30 smithi137 ceph-mon[117020]: from='client.284154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:31.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:30 smithi066 ceph-mon[112137]: pgmap v10239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:54:31.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:30 smithi066 ceph-mon[112137]: from='client.284154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:33.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:32 smithi203 ceph-mon[117428]: pgmap v10240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:33.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:32 smithi137 ceph-mon[117020]: pgmap v10240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:33.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:32 smithi066 ceph-mon[112137]: pgmap v10240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:34.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:54:34.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:54:34.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:54:35.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:34 smithi137 ceph-mon[117020]: pgmap v10241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:35.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:54:35.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:54:35.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:54:35.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:34 smithi066 ceph-mon[112137]: pgmap v10241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:35.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:54:35.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:54:35.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:54:35.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:34 smithi203 ceph-mon[117428]: pgmap v10241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:35.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:54:35.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:54:35.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:54:35.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:35.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:35.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:36.219 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:36.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:36.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:36.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:36.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:37.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:36 smithi137 ceph-mon[117020]: pgmap v10242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:37.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:36 smithi137 ceph-mon[117020]: from='client.284229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:37.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:36 smithi066 ceph-mon[112137]: pgmap v10242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:37.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:36 smithi066 ceph-mon[112137]: from='client.284229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:37.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:36 smithi203 ceph-mon[117428]: pgmap v10242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:37.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:36 smithi203 ceph-mon[117428]: from='client.284229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:39.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:38 smithi137 ceph-mon[117020]: pgmap v10243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:54:39.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:38 smithi066 ceph-mon[112137]: pgmap v10243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:54:39.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:38 smithi203 ceph-mon[117428]: pgmap v10243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:54:41.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:40 smithi137 ceph-mon[117020]: pgmap v10244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:54:41.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:41.221 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:41.221 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:41.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:40 smithi066 ceph-mon[112137]: pgmap v10244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:54:41.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:40 smithi203 ceph-mon[117428]: pgmap v10244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:54:41.964 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:41.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:41.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:41.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:41.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:43.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:42 smithi137 ceph-mon[117020]: pgmap v10245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:54:43.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:42 smithi137 ceph-mon[117020]: from='client.284304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:43.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:42 smithi066 ceph-mon[112137]: pgmap v10245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:54:43.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:42 smithi066 ceph-mon[112137]: from='client.284304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:43.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:42 smithi203 ceph-mon[117428]: pgmap v10245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:54:43.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:42 smithi203 ceph-mon[117428]: from='client.284304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:45.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:44 smithi137 ceph-mon[117020]: pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:45.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:44 smithi066 ceph-mon[112137]: pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:45.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:44 smithi203 ceph-mon[117428]: pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:46.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:46.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:46.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:47.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:46 smithi137 ceph-mon[117020]: pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:47.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:46 smithi066 ceph-mon[112137]: pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:47.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:46 smithi203 ceph-mon[117428]: pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:47.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:47.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:47.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:47.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:47.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:49.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:48 smithi137 ceph-mon[117020]: from='client.284379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:49.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:48 smithi137 ceph-mon[117020]: pgmap v10248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:49.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:48 smithi066 ceph-mon[112137]: from='client.284379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:49.233 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:48 smithi066 ceph-mon[112137]: pgmap v10248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:49.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:48 smithi203 ceph-mon[117428]: from='client.284379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:49.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:48 smithi203 ceph-mon[117428]: pgmap v10248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:51.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:50 smithi137 ceph-mon[117020]: pgmap v10249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:51.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:50 smithi066 ceph-mon[112137]: pgmap v10249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:51.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:50 smithi203 ceph-mon[117428]: pgmap v10249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:52.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:52.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:52.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:53.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:52 smithi137 ceph-mon[117020]: pgmap v10250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:53.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:52 smithi066 ceph-mon[112137]: pgmap v10250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:53.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:52 smithi203 ceph-mon[117428]: pgmap v10250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:53.406 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:53.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:53.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:53.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:53.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:54.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:53 smithi137 ceph-mon[117020]: from='client.284457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:54.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:53 smithi066 ceph-mon[112137]: from='client.284457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:54.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:53 smithi203 ceph-mon[117428]: from='client.284457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:55.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:54 smithi137 ceph-mon[117020]: pgmap v10251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:55.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:54 smithi066 ceph-mon[112137]: pgmap v10251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:55.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:54 smithi203 ceph-mon[117428]: pgmap v10251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:56 smithi137 ceph-mon[117020]: pgmap v10252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:57.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:56 smithi066 ceph-mon[112137]: pgmap v10252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:57.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:56 smithi203 ceph-mon[117428]: pgmap v10252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:58.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:54:58.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:58.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:59.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:58 smithi137 ceph-mon[117020]: pgmap v10253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:59.121 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:54:59.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:59.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:59.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:59.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:54:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:58 smithi066 ceph-mon[112137]: pgmap v10253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:59.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:58 smithi203 ceph-mon[117428]: pgmap v10253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:00.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:54:59 smithi066 ceph-mon[112137]: from='client.284532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:00.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:54:59 smithi203 ceph-mon[117428]: from='client.284532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:00.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:54:59 smithi137 ceph-mon[117020]: from='client.284532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:01.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:00 smithi066 ceph-mon[112137]: pgmap v10254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:01.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:00 smithi203 ceph-mon[117428]: pgmap v10254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:01.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:00 smithi137 ceph-mon[117020]: pgmap v10254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:03.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:02 smithi066 ceph-mon[112137]: pgmap v10255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:03.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:02 smithi203 ceph-mon[117428]: pgmap v10255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:03.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:02 smithi137 ceph-mon[117020]: pgmap v10255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:04.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:04.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:04.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:04.858 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:04.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:04.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:04.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:04.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:05.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:04 smithi066 ceph-mon[112137]: pgmap v10256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:05.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:04 smithi203 ceph-mon[117428]: pgmap v10256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:05.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:04 smithi137 ceph-mon[117020]: pgmap v10256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:06.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:05 smithi066 ceph-mon[112137]: from='client.284610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:06.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:05 smithi203 ceph-mon[117428]: from='client.284610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:06.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:05 smithi137 ceph-mon[117020]: from='client.284610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:07.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:06 smithi066 ceph-mon[112137]: pgmap v10257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:55:07.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:06 smithi203 ceph-mon[117428]: pgmap v10257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:55:07.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:06 smithi137 ceph-mon[117020]: pgmap v10257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:55:09.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:08 smithi066 ceph-mon[112137]: pgmap v10258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:55:09.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:08 smithi203 ceph-mon[117428]: pgmap v10258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:55:09.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:08 smithi137 ceph-mon[117020]: pgmap v10258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:55:09.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:09.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:09.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:10.593 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:10.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:10.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:10.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:10.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:11.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:10 smithi066 ceph-mon[112137]: pgmap v10259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:55:11.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:10 smithi203 ceph-mon[117428]: pgmap v10259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:55:11.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:10 smithi137 ceph-mon[117020]: pgmap v10259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:55:12.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:11 smithi066 ceph-mon[112137]: from='client.284685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:12.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:11 smithi203 ceph-mon[117428]: from='client.284685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:12.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:11 smithi137 ceph-mon[117020]: from='client.284685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:13.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:12 smithi066 ceph-mon[112137]: pgmap v10260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:13.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:12 smithi203 ceph-mon[117428]: pgmap v10260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:13.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:12 smithi137 ceph-mon[117020]: pgmap v10260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:15.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:14 smithi066 ceph-mon[112137]: pgmap v10261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:15.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:14 smithi203 ceph-mon[117428]: pgmap v10261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:15.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:14 smithi137 ceph-mon[117020]: pgmap v10261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:15.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:15.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:15.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:16.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:16.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:16.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:16.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:16.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:17.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:16 smithi066 ceph-mon[112137]: pgmap v10262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:17.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:16 smithi066 ceph-mon[112137]: from='client.284760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:17.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:16 smithi203 ceph-mon[117428]: pgmap v10262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:17.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:16 smithi203 ceph-mon[117428]: from='client.284760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:17.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:16 smithi137 ceph-mon[117020]: pgmap v10262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:17.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:16 smithi137 ceph-mon[117020]: from='client.284760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:19.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:18 smithi066 ceph-mon[112137]: pgmap v10263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:55:19.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:18 smithi203 ceph-mon[117428]: pgmap v10263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:55:19.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:18 smithi137 ceph-mon[117020]: pgmap v10263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:55:21.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:20 smithi066 ceph-mon[112137]: pgmap v10264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:55:21.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:20 smithi203 ceph-mon[117428]: pgmap v10264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:55:21.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:21.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:21.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:21.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:20 smithi137 ceph-mon[117020]: pgmap v10264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:55:22.046 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:22.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:22.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:22.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:22.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:23.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:22 smithi066 ceph-mon[112137]: pgmap v10265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:55:23.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:22 smithi066 ceph-mon[112137]: from='client.284838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:23.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:22 smithi203 ceph-mon[117428]: pgmap v10265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:55:23.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:22 smithi203 ceph-mon[117428]: from='client.284838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:23.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:22 smithi137 ceph-mon[117020]: pgmap v10265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:55:23.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:22 smithi137 ceph-mon[117020]: from='client.284838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:25.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:24 smithi066 ceph-mon[112137]: pgmap v10266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:25.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:24 smithi203 ceph-mon[117428]: pgmap v10266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:25.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:24 smithi137 ceph-mon[117020]: pgmap v10266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:27.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:27.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:27.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:27.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:26 smithi066 ceph-mon[112137]: pgmap v10267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:27.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:26 smithi203 ceph-mon[117428]: pgmap v10267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:27.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:26 smithi137 ceph-mon[117020]: pgmap v10267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:27.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:27.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:27.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:27.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:27.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:29.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:28 smithi066 ceph-mon[112137]: from='client.284910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:29.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:28 smithi066 ceph-mon[112137]: pgmap v10268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:29.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:28 smithi203 ceph-mon[117428]: from='client.284910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:29.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:28 smithi203 ceph-mon[117428]: pgmap v10268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:29.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:28 smithi137 ceph-mon[117020]: from='client.284910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:29.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:28 smithi137 ceph-mon[117020]: pgmap v10268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:31.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:30 smithi066 ceph-mon[112137]: pgmap v10269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:31.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:30 smithi203 ceph-mon[117428]: pgmap v10269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:31.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:30 smithi137 ceph-mon[117020]: pgmap v10269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:32.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:32.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:32.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:33.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:32 smithi066 ceph-mon[112137]: pgmap v10270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:33.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:32 smithi203 ceph-mon[117428]: pgmap v10270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:33.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:32 smithi137 ceph-mon[117020]: pgmap v10270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:33.510 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:33.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:34.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:33 smithi066 ceph-mon[112137]: from='client.284988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:34.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:33 smithi203 ceph-mon[117428]: from='client.284988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:34.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:33 smithi137 ceph-mon[117020]: from='client.284988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:35.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:34 smithi066 ceph-mon[112137]: pgmap v10271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:35.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:55:35.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:34 smithi203 ceph-mon[117428]: pgmap v10271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:35.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:55:35.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:34 smithi137 ceph-mon[117020]: pgmap v10271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:35.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:55:36.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:55:36.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:55:36.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:55:36.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:55:36.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:55:36.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:55:36.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:55:36.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:55:36.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:55:37.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:37 smithi203 ceph-mon[117428]: pgmap v10272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:37.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:37 smithi137 ceph-mon[117020]: pgmap v10272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:37.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:37 smithi066 ceph-mon[112137]: pgmap v10272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:38.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:38.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:38.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:39.238 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:39.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:39.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:39.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:39.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:39.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:39 smithi203 ceph-mon[117428]: pgmap v10273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:39.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:39 smithi137 ceph-mon[117020]: pgmap v10273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:39.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:39 smithi066 ceph-mon[112137]: pgmap v10273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:40.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:40 smithi203 ceph-mon[117428]: from='client.285063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:40.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:40 smithi137 ceph-mon[117020]: from='client.285063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:40.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:40 smithi066 ceph-mon[112137]: from='client.285063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:41.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:41 smithi203 ceph-mon[117428]: pgmap v10274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:41.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:41 smithi137 ceph-mon[117020]: pgmap v10274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:41.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:41 smithi066 ceph-mon[112137]: pgmap v10274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:43.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:43 smithi203 ceph-mon[117428]: pgmap v10275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:43.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:43 smithi137 ceph-mon[117020]: pgmap v10275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:43.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:43 smithi066 ceph-mon[112137]: pgmap v10275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:44.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:44.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:44.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:44.970 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:44.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:44.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:44.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:44.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:45.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:45 smithi203 ceph-mon[117428]: pgmap v10276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:45.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:45 smithi137 ceph-mon[117020]: pgmap v10276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:45.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:45 smithi066 ceph-mon[112137]: pgmap v10276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:46.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:46 smithi137 ceph-mon[117020]: from='client.285141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:46.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:46 smithi066 ceph-mon[112137]: from='client.285141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:46.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:46 smithi203 ceph-mon[117428]: from='client.285141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:47.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:47 smithi137 ceph-mon[117020]: pgmap v10277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:47.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:47 smithi066 ceph-mon[112137]: pgmap v10277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:47.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:47 smithi203 ceph-mon[117428]: pgmap v10277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:49.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:49 smithi137 ceph-mon[117020]: pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:49.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:49 smithi066 ceph-mon[112137]: pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:49.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:49 smithi203 ceph-mon[117428]: pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:49.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:49.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:49.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:50.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:50.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:50.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:50.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:50.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:51.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:51 smithi137 ceph-mon[117020]: pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:51.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:51 smithi066 ceph-mon[112137]: pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:51.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:51 smithi203 ceph-mon[117428]: pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:52.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:52 smithi137 ceph-mon[117020]: from='client.285219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:52.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:52 smithi066 ceph-mon[112137]: from='client.285219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:52.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:52 smithi203 ceph-mon[117428]: from='client.285219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:53.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:53 smithi137 ceph-mon[117020]: pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:53.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:53 smithi066 ceph-mon[112137]: pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:53.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:53 smithi203 ceph-mon[117428]: pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:55.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:55 smithi137 ceph-mon[117020]: pgmap v10281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:55.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:55 smithi066 ceph-mon[112137]: pgmap v10281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:55.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:55 smithi203 ceph-mon[117428]: pgmap v10281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:55.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:55:55.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:55.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:56.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:56.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:56.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:56.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:55:56.419 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:55:57.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:57 smithi137 ceph-mon[117020]: pgmap v10282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:57.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:57 smithi137 ceph-mon[117020]: from='client.285294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:57.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:57 smithi066 ceph-mon[112137]: pgmap v10282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:57.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:57 smithi066 ceph-mon[112137]: from='client.285294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:57.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:57 smithi203 ceph-mon[117428]: pgmap v10282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:57.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:57 smithi203 ceph-mon[117428]: from='client.285294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:59.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:55:59 smithi137 ceph-mon[117020]: pgmap v10283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:59.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:55:59 smithi066 ceph-mon[112137]: pgmap v10283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:59.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:55:59 smithi203 ceph-mon[117428]: pgmap v10283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:01.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:01 smithi137 ceph-mon[117020]: pgmap v10284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:01.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:01.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:01.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:01.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:01 smithi066 ceph-mon[112137]: pgmap v10284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:01.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:01 smithi203 ceph-mon[117428]: pgmap v10284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:02.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:02.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:02.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:02.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:02.164 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:03.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:03 smithi137 ceph-mon[117020]: pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:03.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:03 smithi137 ceph-mon[117020]: from='client.285372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:03.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:03 smithi066 ceph-mon[112137]: pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:03.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:03 smithi066 ceph-mon[112137]: from='client.285372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:03.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:03 smithi203 ceph-mon[117428]: pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:03.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:03 smithi203 ceph-mon[117428]: from='client.285372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:05.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:05 smithi137 ceph-mon[117020]: pgmap v10286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:05.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:05 smithi066 ceph-mon[112137]: pgmap v10286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:05.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:05 smithi203 ceph-mon[117428]: pgmap v10286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:07.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:07.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:07.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:07.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:07 smithi137 ceph-mon[117020]: pgmap v10287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:07.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:07 smithi066 ceph-mon[112137]: pgmap v10287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:07.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:07 smithi203 ceph-mon[117428]: pgmap v10287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:07.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:07.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:07.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:07.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:07.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:09.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:09 smithi137 ceph-mon[117020]: from='client.285450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:09.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:09 smithi137 ceph-mon[117020]: pgmap v10288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:09.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:09 smithi066 ceph-mon[112137]: from='client.285450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:09.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:09 smithi066 ceph-mon[112137]: pgmap v10288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:09.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:09 smithi203 ceph-mon[117428]: from='client.285450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:09.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:09 smithi203 ceph-mon[117428]: pgmap v10288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:11.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:11 smithi137 ceph-mon[117020]: pgmap v10289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:11.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:11 smithi066 ceph-mon[112137]: pgmap v10289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:11.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:11 smithi203 ceph-mon[117428]: pgmap v10289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:12.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:12.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:12.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:13.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:13 smithi137 ceph-mon[117020]: pgmap v10290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:13.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:13 smithi066 ceph-mon[112137]: pgmap v10290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:13 smithi203 ceph-mon[117428]: pgmap v10290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:13.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:13.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:13.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:13.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:13.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:15.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:15 smithi066 ceph-mon[112137]: from='client.285528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:15.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:15 smithi066 ceph-mon[112137]: pgmap v10291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:15.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:15 smithi203 ceph-mon[117428]: from='client.285528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:15.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:15 smithi203 ceph-mon[117428]: pgmap v10291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:15.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:15 smithi137 ceph-mon[117020]: from='client.285528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:15.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:15 smithi137 ceph-mon[117020]: pgmap v10291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:17.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:17 smithi066 ceph-mon[112137]: pgmap v10292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:17.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:17 smithi203 ceph-mon[117428]: pgmap v10292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:17.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:17 smithi137 ceph-mon[117020]: pgmap v10292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:18.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:18.607 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:18.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:19.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:19.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:19.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:19.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:19.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:19.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:19 smithi066 ceph-mon[112137]: pgmap v10293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:19.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:19 smithi203 ceph-mon[117428]: pgmap v10293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:19.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:19 smithi137 ceph-mon[117020]: pgmap v10293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:20.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:20 smithi066 ceph-mon[112137]: from='client.285603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:20.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:20 smithi203 ceph-mon[117428]: from='client.285603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:20.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:20 smithi137 ceph-mon[117020]: from='client.285603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:21.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:21 smithi066 ceph-mon[112137]: pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:21.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:21 smithi203 ceph-mon[117428]: pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:21.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:21 smithi137 ceph-mon[117020]: pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:23.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:23 smithi066 ceph-mon[112137]: pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:23.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:23 smithi203 ceph-mon[117428]: pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:23.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:23 smithi137 ceph-mon[117020]: pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:24.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:24.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:24.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:25.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:25.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:25.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:25.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:25.058 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:25.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:25 smithi066 ceph-mon[112137]: pgmap v10296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:25.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:25 smithi203 ceph-mon[117428]: pgmap v10296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:25.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:25 smithi137 ceph-mon[117020]: pgmap v10296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:26.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:26 smithi066 ceph-mon[112137]: from='client.285678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:26.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:26 smithi203 ceph-mon[117428]: from='client.285678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:26.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:26 smithi137 ceph-mon[117020]: from='client.285678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:27.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:27 smithi066 ceph-mon[112137]: pgmap v10297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:27.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:27 smithi203 ceph-mon[117428]: pgmap v10297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:27.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:27 smithi137 ceph-mon[117020]: pgmap v10297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:29.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:29 smithi066 ceph-mon[112137]: pgmap v10298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:29.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:29 smithi203 ceph-mon[117428]: pgmap v10298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:29.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:29 smithi137 ceph-mon[117020]: pgmap v10298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:30.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:30.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:30.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:30.775 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:30.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:30.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:30.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:30.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:31.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:31 smithi066 ceph-mon[112137]: pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:31.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:31 smithi203 ceph-mon[117428]: pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:31.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:31 smithi137 ceph-mon[117020]: pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:32.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:32 smithi066 ceph-mon[112137]: from='client.285750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:32.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:32 smithi203 ceph-mon[117428]: from='client.285750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:32.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:32 smithi137 ceph-mon[117020]: from='client.285750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:33.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:33 smithi066 ceph-mon[112137]: pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:33.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:33 smithi203 ceph-mon[117428]: pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:33.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:33 smithi137 ceph-mon[117020]: pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:35.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:35 smithi066 ceph-mon[112137]: pgmap v10301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:35.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:35 smithi203 ceph-mon[117428]: pgmap v10301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:35.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:35 smithi137 ceph-mon[117020]: pgmap v10301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:35.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:35.777 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:35.777 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:36.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:56:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:56:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:56:36.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.527 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:36.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:36.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:36.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:36.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:56:36.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:56:36.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:36.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:56:36.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:56:36.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:56:37.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:37 smithi066 ceph-mon[112137]: pgmap v10302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:37.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:37 smithi066 ceph-mon[112137]: from='client.285828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:37.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:37 smithi203 ceph-mon[117428]: pgmap v10302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:37.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:37 smithi203 ceph-mon[117428]: from='client.285828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:37.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:37 smithi137 ceph-mon[117020]: pgmap v10302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:37.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:37 smithi137 ceph-mon[117020]: from='client.285828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:39.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:39 smithi066 ceph-mon[112137]: pgmap v10303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:39.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:39 smithi203 ceph-mon[117428]: pgmap v10303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:39.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:39 smithi137 ceph-mon[117020]: pgmap v10303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:41.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:41 smithi066 ceph-mon[112137]: pgmap v10304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:41.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:41.529 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:41.529 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:41.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:41 smithi203 ceph-mon[117428]: pgmap v10304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:41.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:41 smithi137 ceph-mon[117020]: pgmap v10304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:42.256 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:43.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:43 smithi066 ceph-mon[112137]: pgmap v10305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:43.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:43 smithi066 ceph-mon[112137]: from='client.285900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:43.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:43 smithi203 ceph-mon[117428]: pgmap v10305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:43.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:43 smithi203 ceph-mon[117428]: from='client.285900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:43.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:43 smithi137 ceph-mon[117020]: pgmap v10305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:43.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:43 smithi137 ceph-mon[117020]: from='client.285900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:45.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:45 smithi066 ceph-mon[112137]: pgmap v10306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:45.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:45 smithi203 ceph-mon[117428]: pgmap v10306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:45.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:45 smithi137 ceph-mon[117020]: pgmap v10306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:46.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:46 smithi066 ceph-mon[112137]: pgmap v10307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:46.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:46 smithi203 ceph-mon[117428]: pgmap v10307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:46.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:46 smithi137 ceph-mon[117020]: pgmap v10307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:47.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:47.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:47.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:47.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:47.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:47.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:47.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:47.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:48.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:48 smithi137 ceph-mon[117020]: pgmap v10308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:48.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:48 smithi137 ceph-mon[117020]: from='client.285975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:48.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:48 smithi066 ceph-mon[112137]: pgmap v10308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:48.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:48 smithi066 ceph-mon[112137]: from='client.285975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:49.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:48 smithi203 ceph-mon[117428]: pgmap v10308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:49.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:48 smithi203 ceph-mon[117428]: from='client.285975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:51.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:50 smithi203 ceph-mon[117428]: pgmap v10309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:51.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:50 smithi137 ceph-mon[117020]: pgmap v10309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:51.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:50 smithi066 ceph-mon[112137]: pgmap v10309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:52.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:52.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:52.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:53.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:52 smithi203 ceph-mon[117428]: pgmap v10310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:53.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:52 smithi137 ceph-mon[117020]: pgmap v10310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:53.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:52 smithi066 ceph-mon[112137]: pgmap v10310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:53.701 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:56:53.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:53.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:53.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:53.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:55.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:54 smithi203 ceph-mon[117428]: from='client.286053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:55.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:54 smithi203 ceph-mon[117428]: pgmap v10311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:55.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:54 smithi137 ceph-mon[117020]: from='client.286053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:55.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:54 smithi137 ceph-mon[117020]: pgmap v10311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:55.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:54 smithi066 ceph-mon[112137]: from='client.286053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:55.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:54 smithi066 ceph-mon[112137]: pgmap v10311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:57.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:56 smithi203 ceph-mon[117428]: pgmap v10312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:57.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:56 smithi137 ceph-mon[117020]: pgmap v10312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:57.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:56 smithi066 ceph-mon[112137]: pgmap v10312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:58.703 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:56:58.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:58.704 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:59.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:58 smithi203 ceph-mon[117428]: pgmap v10313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:59.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:58 smithi137 ceph-mon[117020]: pgmap v10313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:59.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:58 smithi066 ceph-mon[112137]: pgmap v10313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:59.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:59.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:59.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:59.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:56:59.425 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:00.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:56:59 smithi203 ceph-mon[117428]: from='client.286131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:00.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:56:59 smithi137 ceph-mon[117020]: from='client.286131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:00.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:56:59 smithi066 ceph-mon[112137]: from='client.286131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:01.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:00 smithi203 ceph-mon[117428]: pgmap v10314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:01.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:00 smithi137 ceph-mon[117020]: pgmap v10314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:01.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:00 smithi066 ceph-mon[112137]: pgmap v10314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:03.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:02 smithi203 ceph-mon[117428]: pgmap v10315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:03.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:02 smithi137 ceph-mon[117020]: pgmap v10315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:03.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:02 smithi066 ceph-mon[112137]: pgmap v10315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:04.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:04.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:04.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:05.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:04 smithi203 ceph-mon[117428]: pgmap v10316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:05.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:04 smithi137 ceph-mon[117020]: pgmap v10316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:05.151 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:05.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:05.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:05.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:05.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:05.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:04 smithi066 ceph-mon[112137]: pgmap v10316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:06.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:05 smithi203 ceph-mon[117428]: from='client.286206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:06.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:05 smithi137 ceph-mon[117020]: from='client.286206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:06.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:05 smithi066 ceph-mon[112137]: from='client.286206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:07.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:06 smithi203 ceph-mon[117428]: pgmap v10317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:07.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:06 smithi137 ceph-mon[117020]: pgmap v10317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:07.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:06 smithi066 ceph-mon[112137]: pgmap v10317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:09.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:08 smithi203 ceph-mon[117428]: pgmap v10318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:09.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:08 smithi137 ceph-mon[117020]: pgmap v10318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:09.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:08 smithi066 ceph-mon[112137]: pgmap v10318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:10.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:10.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:10.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:10.898 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:10.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:10.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:10.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:10.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:11.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:10 smithi203 ceph-mon[117428]: pgmap v10319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:11.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:10 smithi137 ceph-mon[117020]: pgmap v10319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:11.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:10 smithi066 ceph-mon[112137]: pgmap v10319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:12.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:11 smithi203 ceph-mon[117428]: from='client.286284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:12.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:11 smithi137 ceph-mon[117020]: from='client.286284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:12.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:11 smithi066 ceph-mon[112137]: from='client.286284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:13.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:12 smithi203 ceph-mon[117428]: pgmap v10320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:13.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:12 smithi137 ceph-mon[117020]: pgmap v10320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:13.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:12 smithi066 ceph-mon[112137]: pgmap v10320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:15.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:14 smithi203 ceph-mon[117428]: pgmap v10321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:15.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:14 smithi137 ceph-mon[117020]: pgmap v10321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:15.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:14 smithi066 ceph-mon[112137]: pgmap v10321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:15.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:15.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:15.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:16.616 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:16.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:16.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:16.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:16.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:17.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:16 smithi203 ceph-mon[117428]: pgmap v10322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:17.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:16 smithi137 ceph-mon[117020]: pgmap v10322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:17.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:16 smithi066 ceph-mon[112137]: pgmap v10322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:18.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:17 smithi203 ceph-mon[117428]: from='client.286362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:18.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:17 smithi137 ceph-mon[117020]: from='client.286362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:18.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:17 smithi066 ceph-mon[112137]: from='client.286362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:19.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:18 smithi203 ceph-mon[117428]: pgmap v10323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:19.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:18 smithi137 ceph-mon[117020]: pgmap v10323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:19.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:18 smithi066 ceph-mon[112137]: pgmap v10323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:21.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:20 smithi203 ceph-mon[117428]: pgmap v10324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:21.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:20 smithi137 ceph-mon[117020]: pgmap v10324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:21.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:20 smithi066 ceph-mon[112137]: pgmap v10324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:21.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:21.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:21.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:22.350 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:22.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:22.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:22.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:22.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:23.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:22 smithi203 ceph-mon[117428]: pgmap v10325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:23.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:22 smithi203 ceph-mon[117428]: from='client.286440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:23.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:22 smithi137 ceph-mon[117020]: pgmap v10325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:23.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:22 smithi137 ceph-mon[117020]: from='client.286440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:23.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:22 smithi066 ceph-mon[112137]: pgmap v10325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:23.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:22 smithi066 ceph-mon[112137]: from='client.286440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:25.067 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:24 smithi203 ceph-mon[117428]: pgmap v10326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:25.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:24 smithi137 ceph-mon[117020]: pgmap v10326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:25.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:24 smithi066 ceph-mon[112137]: pgmap v10326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:27.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:26 smithi203 ceph-mon[117428]: pgmap v10327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:27.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:26 smithi137 ceph-mon[117020]: pgmap v10327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:27.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:26 smithi066 ceph-mon[112137]: pgmap v10327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:27.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:27.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:27.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:28.072 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:28.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:28.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:28.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:28.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:29.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:28 smithi137 ceph-mon[117020]: pgmap v10328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:29.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:28 smithi137 ceph-mon[117020]: from='client.286515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:29.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:28 smithi066 ceph-mon[112137]: pgmap v10328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:29.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:28 smithi066 ceph-mon[112137]: from='client.286515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:29.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:28 smithi203 ceph-mon[117428]: pgmap v10328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:29.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:28 smithi203 ceph-mon[117428]: from='client.286515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:31.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:30 smithi137 ceph-mon[117020]: pgmap v10329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:31.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:30 smithi066 ceph-mon[112137]: pgmap v10329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:31.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:30 smithi203 ceph-mon[117428]: pgmap v10329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:33.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:33.074 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:33.074 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:33.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:32 smithi137 ceph-mon[117020]: pgmap v10330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:33.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:32 smithi066 ceph-mon[112137]: pgmap v10330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:33.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:32 smithi203 ceph-mon[117428]: pgmap v10330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:33.805 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:33.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:33.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:33.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:33.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:35.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:34 smithi137 ceph-mon[117020]: from='client.286590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:35.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:34 smithi137 ceph-mon[117020]: pgmap v10331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:35.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:34 smithi066 ceph-mon[112137]: from='client.286590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:35.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:34 smithi066 ceph-mon[112137]: pgmap v10331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:35.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:34 smithi203 ceph-mon[117428]: from='client.286590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:35.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:34 smithi203 ceph-mon[117428]: pgmap v10331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:37.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:36 smithi137 ceph-mon[117020]: pgmap v10332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:37.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:57:37.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:57:37.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:57:37.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:36 smithi066 ceph-mon[112137]: pgmap v10332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:37.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:57:37.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:57:37.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:57:37.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:36 smithi203 ceph-mon[117428]: pgmap v10332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:37.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:57:37.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:57:37.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:57:38.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:57:38.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:57:38.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:57:38.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:38.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:38.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:39.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:38 smithi137 ceph-mon[117020]: pgmap v10333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:39.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:38 smithi066 ceph-mon[112137]: pgmap v10333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:39.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:38 smithi203 ceph-mon[117428]: pgmap v10333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:39.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:39.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:39.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:39.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:39.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:40.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:39 smithi137 ceph-mon[117020]: from='client.286665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:40.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:39 smithi066 ceph-mon[112137]: from='client.286665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:40.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:39 smithi203 ceph-mon[117428]: from='client.286665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:41.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:40 smithi137 ceph-mon[117020]: pgmap v10334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:41.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:40 smithi066 ceph-mon[112137]: pgmap v10334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:41.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:40 smithi203 ceph-mon[117428]: pgmap v10334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:43.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:42 smithi137 ceph-mon[117020]: pgmap v10335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:43.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:42 smithi066 ceph-mon[112137]: pgmap v10335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:43.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:42 smithi203 ceph-mon[117428]: pgmap v10335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:44.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:44.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:44.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:45.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:44 smithi137 ceph-mon[117020]: pgmap v10336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:45.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:44 smithi066 ceph-mon[112137]: pgmap v10336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:45.254 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:45.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:45.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:45.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:45.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:45.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:44 smithi203 ceph-mon[117428]: pgmap v10336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:46.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:45 smithi137 ceph-mon[117020]: from='client.286743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:46.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:45 smithi066 ceph-mon[112137]: from='client.286743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:46.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:45 smithi203 ceph-mon[117428]: from='client.286743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:47.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:46 smithi137 ceph-mon[117020]: pgmap v10337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:47.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:46 smithi066 ceph-mon[112137]: pgmap v10337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:47.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:46 smithi203 ceph-mon[117428]: pgmap v10337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:49.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:48 smithi137 ceph-mon[117020]: pgmap v10338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:49.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:48 smithi066 ceph-mon[112137]: pgmap v10338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:49.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:48 smithi203 ceph-mon[117428]: pgmap v10338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:50.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:50.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:50.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:50.977 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:50.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:50.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:50.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:50.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:51.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:50 smithi066 ceph-mon[112137]: pgmap v10339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:51.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:50 smithi203 ceph-mon[117428]: pgmap v10339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:51.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:50 smithi137 ceph-mon[117020]: pgmap v10339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:52.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:51 smithi066 ceph-mon[112137]: from='client.286821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:52.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:51 smithi203 ceph-mon[117428]: from='client.286821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:52.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:51 smithi137 ceph-mon[117020]: from='client.286821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:53.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:52 smithi066 ceph-mon[112137]: pgmap v10340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:53.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:52 smithi203 ceph-mon[117428]: pgmap v10340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:53.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:52 smithi137 ceph-mon[117020]: pgmap v10340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:55.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:54 smithi066 ceph-mon[112137]: pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:55.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:54 smithi203 ceph-mon[117428]: pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:55.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:54 smithi137 ceph-mon[117020]: pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:55.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:57:55.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:55.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:56.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:57:56.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:56.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:56.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:56.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:57:57.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:56 smithi066 ceph-mon[112137]: pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:57.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:56 smithi203 ceph-mon[117428]: pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:57.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:56 smithi137 ceph-mon[117020]: pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:58.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:57 smithi066 ceph-mon[112137]: from='client.286896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:58.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:57 smithi203 ceph-mon[117428]: from='client.286896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:58.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:57 smithi137 ceph-mon[117020]: from='client.286896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:59.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:57:58 smithi066 ceph-mon[112137]: pgmap v10343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:59.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:57:58 smithi203 ceph-mon[117428]: pgmap v10343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:59.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:57:58 smithi137 ceph-mon[117020]: pgmap v10343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:01.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:00 smithi066 ceph-mon[112137]: pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:01.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:00 smithi203 ceph-mon[117428]: pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:01.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:00 smithi137 ceph-mon[117020]: pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:01.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:01.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:01.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:02.443 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:02.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:02.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:02.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:02.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:03.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:02 smithi066 ceph-mon[112137]: pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:03.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:02 smithi066 ceph-mon[112137]: from='client.286968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:03.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:02 smithi203 ceph-mon[117428]: pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:03.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:02 smithi203 ceph-mon[117428]: from='client.286968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:03.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:02 smithi137 ceph-mon[117020]: pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:03.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:02 smithi137 ceph-mon[117020]: from='client.286968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:05.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:04 smithi066 ceph-mon[112137]: pgmap v10346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:05.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:04 smithi203 ceph-mon[117428]: pgmap v10346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:05.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:04 smithi137 ceph-mon[117020]: pgmap v10346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:07.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:06 smithi066 ceph-mon[112137]: pgmap v10347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:07.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:06 smithi203 ceph-mon[117428]: pgmap v10347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:07.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:06 smithi137 ceph-mon[117020]: pgmap v10347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:07.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:07.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:07.445 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:08.174 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:08.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:08.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:08.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:08.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:09.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:08 smithi066 ceph-mon[112137]: pgmap v10348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:09.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:08 smithi066 ceph-mon[112137]: from='client.287037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:09.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:08 smithi203 ceph-mon[117428]: pgmap v10348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:09.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:08 smithi203 ceph-mon[117428]: from='client.287037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:09.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:08 smithi137 ceph-mon[117020]: pgmap v10348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:09.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:08 smithi137 ceph-mon[117020]: from='client.287037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:11.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:10 smithi066 ceph-mon[112137]: pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:11.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:10 smithi203 ceph-mon[117428]: pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:11.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:10 smithi137 ceph-mon[117020]: pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:13.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:13.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:13.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:13.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:12 smithi066 ceph-mon[112137]: pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:13.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:12 smithi203 ceph-mon[117428]: pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:13.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:12 smithi137 ceph-mon[117020]: pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:13.898 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:13.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:13.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:13.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:13.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:15.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:14 smithi066 ceph-mon[112137]: from='client.287115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:15.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:14 smithi066 ceph-mon[112137]: pgmap v10351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:15.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:14 smithi203 ceph-mon[117428]: from='client.287115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:15.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:14 smithi203 ceph-mon[117428]: pgmap v10351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:15.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:14 smithi137 ceph-mon[117020]: from='client.287115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:15.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:14 smithi137 ceph-mon[117020]: pgmap v10351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:17.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:16 smithi066 ceph-mon[112137]: pgmap v10352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:17.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:16 smithi203 ceph-mon[117428]: pgmap v10352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:17.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:16 smithi137 ceph-mon[117020]: pgmap v10352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:18.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:18.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:18.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:19.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:18 smithi066 ceph-mon[112137]: pgmap v10353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:19.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:18 smithi203 ceph-mon[117428]: pgmap v10353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:19.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:18 smithi137 ceph-mon[117020]: pgmap v10353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:19.633 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:19.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:19.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:19.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:19.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:21.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:20 smithi066 ceph-mon[112137]: from='client.287190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:21.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:20 smithi066 ceph-mon[112137]: pgmap v10354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:21.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:20 smithi203 ceph-mon[117428]: from='client.287190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:21.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:20 smithi203 ceph-mon[117428]: pgmap v10354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:21.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:20 smithi137 ceph-mon[117020]: from='client.287190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:21.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:20 smithi137 ceph-mon[117020]: pgmap v10354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:23.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:22 smithi066 ceph-mon[112137]: pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:23.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:22 smithi203 ceph-mon[117428]: pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:23.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:22 smithi137 ceph-mon[117020]: pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:24.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:24.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:24.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:25.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:24 smithi066 ceph-mon[112137]: pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:25.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:24 smithi203 ceph-mon[117428]: pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:25.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:24 smithi137 ceph-mon[117020]: pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:25.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:25.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:25.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:25.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:25.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:26.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:25 smithi066 ceph-mon[112137]: from='client.287265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:26.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:25 smithi203 ceph-mon[117428]: from='client.287265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:26.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:25 smithi137 ceph-mon[117020]: from='client.287265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:27.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:26 smithi066 ceph-mon[112137]: pgmap v10357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:27.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:26 smithi203 ceph-mon[117428]: pgmap v10357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:27.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:26 smithi137 ceph-mon[117020]: pgmap v10357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:29.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:28 smithi066 ceph-mon[112137]: pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:29.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:28 smithi203 ceph-mon[117428]: pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:29.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:28 smithi137 ceph-mon[117020]: pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:30.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:30.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:30.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:31.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:31.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:31.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:31.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:31.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:31.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:30 smithi066 ceph-mon[112137]: pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:31.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:30 smithi203 ceph-mon[117428]: pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:31.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:30 smithi137 ceph-mon[117020]: pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:32.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:31 smithi066 ceph-mon[112137]: from='client.287343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:32.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:31 smithi203 ceph-mon[117428]: from='client.287343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:32.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:31 smithi137 ceph-mon[117020]: from='client.287343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:33.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:32 smithi066 ceph-mon[112137]: pgmap v10360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:33.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:32 smithi203 ceph-mon[117428]: pgmap v10360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:33.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:32 smithi137 ceph-mon[117020]: pgmap v10360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:35.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:34 smithi066 ceph-mon[112137]: pgmap v10361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:35.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:34 smithi203 ceph-mon[117428]: pgmap v10361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:35.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:34 smithi137 ceph-mon[117020]: pgmap v10361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:36.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:36.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:36.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:36.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:36.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:36.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:36.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:36.851 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:37.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:36 smithi066 ceph-mon[112137]: pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:37.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:36 smithi203 ceph-mon[117428]: pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:37.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:36 smithi137 ceph-mon[117020]: pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:38.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:37 smithi066 ceph-mon[112137]: from='client.287418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:38.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:58:38.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:37 smithi203 ceph-mon[117428]: from='client.287418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:38.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:58:38.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:37 smithi137 ceph-mon[117020]: from='client.287418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:38.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:58:38.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:38.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:39.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:38 smithi066 ceph-mon[112137]: pgmap v10363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:39.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:58:39.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:58:39.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:39.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:58:39.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:58:39.232 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:39.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:38 smithi203 ceph-mon[117428]: pgmap v10363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:39.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:58:39.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:58:39.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:39.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:58:39.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:58:39.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:39.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:38 smithi137 ceph-mon[117020]: pgmap v10363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:39.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:58:39.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T22:58:39.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:39.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:58:39.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:58:39.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:58:40.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:39 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16200M 2023-12-07T22:58:40.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:39 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16200M 2023-12-07T22:58:40.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:39 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16200M 2023-12-07T22:58:41.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:40 smithi066 ceph-mon[112137]: pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:41.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:40 smithi203 ceph-mon[117428]: pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:41.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:40 smithi137 ceph-mon[117020]: pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:41.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:41.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:41.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:42.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:42.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:42.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:42.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:42.575 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:43.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:42 smithi066 ceph-mon[112137]: pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:43.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:42 smithi203 ceph-mon[117428]: pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:43.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:42 smithi137 ceph-mon[117020]: pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:44.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:43 smithi066 ceph-mon[112137]: from='client.287493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:44.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:43 smithi203 ceph-mon[117428]: from='client.287493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:44.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:43 smithi137 ceph-mon[117020]: from='client.287493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:45.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:44 smithi066 ceph-mon[112137]: pgmap v10366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:45.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:44 smithi203 ceph-mon[117428]: pgmap v10366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:45.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:44 smithi137 ceph-mon[117020]: pgmap v10366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:47.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:46 smithi203 ceph-mon[117428]: pgmap v10367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:47.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:46 smithi137 ceph-mon[117020]: pgmap v10367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:47.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:46 smithi066 ceph-mon[112137]: pgmap v10367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:47.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:47.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:47.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:48.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:48.308 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:49.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:48 smithi203 ceph-mon[117428]: pgmap v10368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:49.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:48 smithi203 ceph-mon[117428]: from='client.287565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:49.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:48 smithi137 ceph-mon[117020]: pgmap v10368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:49.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:48 smithi137 ceph-mon[117020]: from='client.287565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:49.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:48 smithi066 ceph-mon[112137]: pgmap v10368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:49.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:48 smithi066 ceph-mon[112137]: from='client.287565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:51.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:50 smithi203 ceph-mon[117428]: pgmap v10369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:51.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:50 smithi137 ceph-mon[117020]: pgmap v10369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:51.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:50 smithi066 ceph-mon[112137]: pgmap v10369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:53.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:53.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:53.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:53.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:52 smithi203 ceph-mon[117428]: pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:53.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:52 smithi137 ceph-mon[117020]: pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:53.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:52 smithi066 ceph-mon[112137]: pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:54.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:54.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:54.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:54.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:54.043 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:58:55.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:55 smithi203 ceph-mon[117428]: pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:55.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:55 smithi203 ceph-mon[117428]: from='client.287637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:55.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:54 smithi137 ceph-mon[117020]: pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:55.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:54 smithi137 ceph-mon[117020]: from='client.287637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:55.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:54 smithi066 ceph-mon[112137]: pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:55.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:54 smithi066 ceph-mon[112137]: from='client.287637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:57.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:57 smithi203 ceph-mon[117428]: pgmap v10372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:57.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:57 smithi137 ceph-mon[117020]: pgmap v10372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:57.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:57 smithi066 ceph-mon[112137]: pgmap v10372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:59.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:58:59.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:59.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:59.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:58:59 smithi203 ceph-mon[117428]: pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:59.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:58:59 smithi137 ceph-mon[117020]: pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:59.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:58:59 smithi066 ceph-mon[112137]: pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:59.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:59.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:59.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:59.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:58:59.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:01.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:01 smithi203 ceph-mon[117428]: from='client.287712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:01.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:01 smithi203 ceph-mon[117428]: pgmap v10374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:01.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:01 smithi137 ceph-mon[117020]: from='client.287712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:01.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:01 smithi137 ceph-mon[117020]: pgmap v10374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:01.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:01 smithi066 ceph-mon[112137]: from='client.287712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:01.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:01 smithi066 ceph-mon[112137]: pgmap v10374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:03.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:03 smithi203 ceph-mon[117428]: pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:59:03.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:03 smithi137 ceph-mon[117020]: pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:59:03.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:03 smithi066 ceph-mon[112137]: pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:59:04.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:04.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:04.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:05.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:05 smithi203 ceph-mon[117428]: pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:05.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:05 smithi137 ceph-mon[117020]: pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:05.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:05 smithi066 ceph-mon[112137]: pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:05.502 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:05.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:05.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:05.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:05.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:06.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:06 smithi203 ceph-mon[117428]: from='client.287790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:06.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:06 smithi137 ceph-mon[117020]: from='client.287790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:06.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:06 smithi066 ceph-mon[112137]: from='client.287790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:07.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:07 smithi203 ceph-mon[117428]: pgmap v10377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:07.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:07 smithi137 ceph-mon[117020]: pgmap v10377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:07.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:07 smithi066 ceph-mon[112137]: pgmap v10377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:09.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:09 smithi203 ceph-mon[117428]: pgmap v10378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:09.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:09 smithi137 ceph-mon[117020]: pgmap v10378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:09.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:09 smithi066 ceph-mon[112137]: pgmap v10378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:10.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:10.504 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:10.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:11.235 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:11.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:11.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:11.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:11.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:11.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:11 smithi203 ceph-mon[117428]: pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:11.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:11 smithi137 ceph-mon[117020]: pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:11.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:11 smithi066 ceph-mon[112137]: pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:12.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:12 smithi203 ceph-mon[117428]: from='client.287865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:12.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:12 smithi137 ceph-mon[117020]: from='client.287865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:12.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:12 smithi066 ceph-mon[112137]: from='client.287865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:13.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:13 smithi203 ceph-mon[117428]: pgmap v10380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:13.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:13 smithi137 ceph-mon[117020]: pgmap v10380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:13.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:13 smithi066 ceph-mon[112137]: pgmap v10380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:15.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:15 smithi203 ceph-mon[117428]: pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:59:15.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:15 smithi137 ceph-mon[117020]: pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:59:15.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:15 smithi066 ceph-mon[112137]: pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:59:16.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:16.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:16.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:16.974 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:16.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:16.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:16.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:16.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:17.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:17 smithi203 ceph-mon[117428]: pgmap v10382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:59:17.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:17 smithi137 ceph-mon[117020]: pgmap v10382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:59:17.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:17 smithi066 ceph-mon[112137]: pgmap v10382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:59:18.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:18 smithi203 ceph-mon[117428]: from='client.287937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:18.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:18 smithi137 ceph-mon[117020]: from='client.287937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:18.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:18 smithi066 ceph-mon[112137]: from='client.287937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:19.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:19 smithi203 ceph-mon[117428]: pgmap v10383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:19.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:19 smithi137 ceph-mon[117020]: pgmap v10383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:19.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:19 smithi066 ceph-mon[112137]: pgmap v10383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:21.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:21 smithi203 ceph-mon[117428]: pgmap v10384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:21.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:21 smithi137 ceph-mon[117020]: pgmap v10384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:21.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:21 smithi066 ceph-mon[112137]: pgmap v10384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:21.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:21.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:21.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:22.701 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:22.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:22.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:22.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:22.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:23.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:23 smithi203 ceph-mon[117428]: pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:23.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:23 smithi137 ceph-mon[117020]: pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:23.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:23 smithi066 ceph-mon[112137]: pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:24.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:24 smithi203 ceph-mon[117428]: from='client.288015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:24.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:24 smithi137 ceph-mon[117020]: from='client.288015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:24.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:24 smithi066 ceph-mon[112137]: from='client.288015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:25.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:25 smithi203 ceph-mon[117428]: pgmap v10386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:25.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:25 smithi137 ceph-mon[117020]: pgmap v10386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:25.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:25 smithi066 ceph-mon[112137]: pgmap v10386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:27.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:27 smithi203 ceph-mon[117428]: pgmap v10387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:27.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:27 smithi137 ceph-mon[117020]: pgmap v10387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:27.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:27 smithi066 ceph-mon[112137]: pgmap v10387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:27.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:27.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:27.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:28.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:28.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:28.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:28.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:28.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:29.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:29 smithi203 ceph-mon[117428]: pgmap v10388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:29.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:29 smithi203 ceph-mon[117428]: from='client.288093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:29.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:29 smithi137 ceph-mon[117020]: pgmap v10388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:29.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:29 smithi137 ceph-mon[117020]: from='client.288093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:29.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:29 smithi066 ceph-mon[112137]: pgmap v10388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:29.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:29 smithi066 ceph-mon[112137]: from='client.288093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:31.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:31 smithi203 ceph-mon[117428]: pgmap v10389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:31.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:31 smithi137 ceph-mon[117020]: pgmap v10389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:31.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:31 smithi066 ceph-mon[112137]: pgmap v10389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:33.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:33 smithi203 ceph-mon[117428]: pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:33.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:33 smithi137 ceph-mon[117020]: pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:33.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:33.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:33.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:33.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:33 smithi066 ceph-mon[112137]: pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:34.156 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:34.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:34.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:34.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:34.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:35.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:35 smithi137 ceph-mon[117020]: pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:35.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:35 smithi137 ceph-mon[117020]: from='client.288165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:35.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:35 smithi066 ceph-mon[112137]: pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:35.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:35 smithi066 ceph-mon[112137]: from='client.288165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:35.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:35 smithi203 ceph-mon[117428]: pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:35.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:35 smithi203 ceph-mon[117428]: from='client.288165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:37.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:37 smithi137 ceph-mon[117020]: pgmap v10392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:37.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:37 smithi066 ceph-mon[112137]: pgmap v10392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:37.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:37 smithi203 ceph-mon[117428]: pgmap v10392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:39.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:39.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:39.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:39.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:39 smithi137 ceph-mon[117020]: pgmap v10393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:39.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:59:39.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:59:39.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:59:39.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:59:39.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:39 smithi066 ceph-mon[112137]: pgmap v10393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:39.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:59:39.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:59:39.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:59:39.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:59:39.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:39 smithi203 ceph-mon[117428]: pgmap v10393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:39.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:59:39.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:59:39.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:59:39.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T22:59:39.874 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:39.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:39.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:39.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:39.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:41.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:41 smithi137 ceph-mon[117020]: from='client.288237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:41.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:41 smithi137 ceph-mon[117020]: pgmap v10394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:41.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:41 smithi066 ceph-mon[112137]: from='client.288237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:41.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:41 smithi066 ceph-mon[112137]: pgmap v10394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:41.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:41 smithi203 ceph-mon[117428]: from='client.288237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:41.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:41 smithi203 ceph-mon[117428]: pgmap v10394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:43.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:43 smithi137 ceph-mon[117020]: pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:59:43.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:43 smithi066 ceph-mon[112137]: pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:59:43.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:43 smithi203 ceph-mon[117428]: pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:59:44.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:44.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:44.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:45.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:45 smithi137 ceph-mon[117020]: pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:59:45.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:45 smithi066 ceph-mon[112137]: pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:59:45.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:45 smithi203 ceph-mon[117428]: pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:59:45.615 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:45.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:45.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:45.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:45.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:47.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:47 smithi137 ceph-mon[117020]: from='client.288315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:47.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:47 smithi137 ceph-mon[117020]: pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:47.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:47 smithi066 ceph-mon[112137]: from='client.288315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:47.515 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:47 smithi066 ceph-mon[112137]: pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:47.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:47 smithi203 ceph-mon[117428]: from='client.288315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:47.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:47 smithi203 ceph-mon[117428]: pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:49.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:49 smithi137 ceph-mon[117020]: pgmap v10398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:49.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:49 smithi066 ceph-mon[112137]: pgmap v10398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:49.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:49 smithi203 ceph-mon[117428]: pgmap v10398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:50.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:50.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:50.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:51.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:51.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:51.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:51.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:51.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:51.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:51 smithi137 ceph-mon[117020]: pgmap v10399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:51.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:51 smithi066 ceph-mon[112137]: pgmap v10399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:51.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:51 smithi203 ceph-mon[117428]: pgmap v10399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:52.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:52 smithi137 ceph-mon[117020]: from='client.288390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:52.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:52 smithi066 ceph-mon[112137]: from='client.288390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:52.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:52 smithi203 ceph-mon[117428]: from='client.288390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:53.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:53 smithi137 ceph-mon[117020]: pgmap v10400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:53.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:53 smithi066 ceph-mon[112137]: pgmap v10400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:53.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:53 smithi203 ceph-mon[117428]: pgmap v10400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:55.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:55 smithi137 ceph-mon[117020]: pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:55.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:55 smithi066 ceph-mon[112137]: pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:55.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:55 smithi203 ceph-mon[117428]: pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:56.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T22:59:56.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:56.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:57.077 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T22:59:57.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:57.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:57.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:57.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T22:59:57.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:57 smithi066 ceph-mon[112137]: pgmap v10402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:59:57.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:57 smithi203 ceph-mon[117428]: pgmap v10402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:59:57.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:57 smithi137 ceph-mon[117020]: pgmap v10402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:59:58.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:58 smithi066 ceph-mon[112137]: from='client.288468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:58.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:58 smithi203 ceph-mon[117428]: from='client.288468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:58.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:58 smithi137 ceph-mon[117020]: from='client.288468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:59.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 22:59:59 smithi066 ceph-mon[112137]: pgmap v10403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:59.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 22:59:59 smithi203 ceph-mon[117428]: pgmap v10403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:59.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 22:59:59 smithi137 ceph-mon[117020]: pgmap v10403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:01.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:00 smithi203 ceph-mon[117428]: pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:01.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T23:00:01.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:00 smithi137 ceph-mon[117020]: pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:01.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T23:00:01.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:00 smithi066 ceph-mon[112137]: pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:01.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T23:00:02.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:02.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:02.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:02.804 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:02.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:02.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:02.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:02.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:03.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:02 smithi203 ceph-mon[117428]: pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:03.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:02 smithi137 ceph-mon[117020]: pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:03.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:02 smithi066 ceph-mon[112137]: pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:04.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:03 smithi203 ceph-mon[117428]: from='client.288543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:04.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:03 smithi137 ceph-mon[117020]: from='client.288543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:04.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:03 smithi066 ceph-mon[112137]: from='client.288543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:05.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:04 smithi203 ceph-mon[117428]: pgmap v10406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:05.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:04 smithi137 ceph-mon[117020]: pgmap v10406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:05.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:04 smithi066 ceph-mon[112137]: pgmap v10406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:07.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:06 smithi203 ceph-mon[117428]: pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:07.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:06 smithi137 ceph-mon[117020]: pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:07.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:06 smithi066 ceph-mon[112137]: pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:07.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:07.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:07.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:08.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:08.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:08.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:08.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:08.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:09.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:08 smithi203 ceph-mon[117428]: pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:09.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:08 smithi203 ceph-mon[117428]: from='client.288618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:09.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:08 smithi137 ceph-mon[117020]: pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:09.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:08 smithi137 ceph-mon[117020]: from='client.288618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:09.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:08 smithi066 ceph-mon[112137]: pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:09.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:08 smithi066 ceph-mon[112137]: from='client.288618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:11.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:10 smithi203 ceph-mon[117428]: pgmap v10409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:11.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:10 smithi137 ceph-mon[117020]: pgmap v10409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:11.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:10 smithi066 ceph-mon[112137]: pgmap v10409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:13.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:12 smithi203 ceph-mon[117428]: pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:13.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:12 smithi137 ceph-mon[117020]: pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:13.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:12 smithi066 ceph-mon[112137]: pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:13.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:13.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:13.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:14.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:14.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:14.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:14.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:14.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:15.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:14 smithi203 ceph-mon[117428]: pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:15.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:14 smithi203 ceph-mon[117428]: from='client.288696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:15.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:14 smithi137 ceph-mon[117020]: pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:15.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:14 smithi137 ceph-mon[117020]: from='client.288696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:15.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:14 smithi066 ceph-mon[112137]: pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:15.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:14 smithi066 ceph-mon[112137]: from='client.288696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:17.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:16 smithi203 ceph-mon[117428]: pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:17.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:16 smithi137 ceph-mon[117020]: pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:17.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:16 smithi066 ceph-mon[112137]: pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:19.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:18 smithi203 ceph-mon[117428]: pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:19.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:18 smithi137 ceph-mon[117020]: pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:19.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:18 smithi066 ceph-mon[112137]: pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:19.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:19.270 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:19.270 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:19.989 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:19.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:19.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:19.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:19.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:21.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:20 smithi203 ceph-mon[117428]: pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:21.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:20 smithi203 ceph-mon[117428]: from='client.288771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:21.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:20 smithi137 ceph-mon[117020]: pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:21.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:20 smithi137 ceph-mon[117020]: from='client.288771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:21.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:20 smithi066 ceph-mon[112137]: pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:21.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:20 smithi066 ceph-mon[112137]: from='client.288771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:23.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:22 smithi137 ceph-mon[117020]: pgmap v10415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:23.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:22 smithi066 ceph-mon[112137]: pgmap v10415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:23.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:22 smithi203 ceph-mon[117428]: pgmap v10415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:24.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:24.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:24.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:25.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:24 smithi137 ceph-mon[117020]: pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:25.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:24 smithi066 ceph-mon[112137]: pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:25.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:24 smithi203 ceph-mon[117428]: pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:25.731 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:25.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:25.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:25.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:25.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:27.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:26 smithi137 ceph-mon[117020]: from='client.288849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:27.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:26 smithi137 ceph-mon[117020]: pgmap v10417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:27.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:26 smithi066 ceph-mon[112137]: from='client.288849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:27.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:26 smithi066 ceph-mon[112137]: pgmap v10417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:27.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:26 smithi203 ceph-mon[117428]: from='client.288849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:27.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:26 smithi203 ceph-mon[117428]: pgmap v10417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:29.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:28 smithi137 ceph-mon[117020]: pgmap v10418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:29.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:28 smithi066 ceph-mon[112137]: pgmap v10418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:29.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:28 smithi203 ceph-mon[117428]: pgmap v10418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:30.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:30.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:30.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:31.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:30 smithi137 ceph-mon[117020]: pgmap v10419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:31.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:30 smithi066 ceph-mon[112137]: pgmap v10419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:31.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:30 smithi203 ceph-mon[117428]: pgmap v10419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:31.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:31.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:31.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:31.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:31.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:32.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:31 smithi137 ceph-mon[117020]: from='client.288927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:32.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:31 smithi066 ceph-mon[112137]: from='client.288927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:32.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:31 smithi203 ceph-mon[117428]: from='client.288927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:33.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:32 smithi137 ceph-mon[117020]: pgmap v10420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:33.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:32 smithi066 ceph-mon[112137]: pgmap v10420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:33.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:32 smithi203 ceph-mon[117428]: pgmap v10420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:35.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:34 smithi137 ceph-mon[117020]: pgmap v10421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:35.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:34 smithi066 ceph-mon[112137]: pgmap v10421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:35.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:34 smithi203 ceph-mon[117428]: pgmap v10421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:36.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:36.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:36.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:37.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:36 smithi137 ceph-mon[117020]: pgmap v10422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:37.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:37.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:37.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:37.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:37.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:37.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:36 smithi066 ceph-mon[112137]: pgmap v10422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:37.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:36 smithi203 ceph-mon[117428]: pgmap v10422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:38.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:37 smithi137 ceph-mon[117020]: from='client.289005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:38.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:37 smithi066 ceph-mon[112137]: from='client.289005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:38.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:37 smithi203 ceph-mon[117428]: from='client.289005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:39.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:38 smithi137 ceph-mon[117020]: pgmap v10423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:39.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:38 smithi066 ceph-mon[112137]: pgmap v10423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:39.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:38 smithi203 ceph-mon[117428]: pgmap v10423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:40.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:00:40.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:00:40.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:00:40.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:00:40.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:00:40.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:00:40.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:00:40.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:00:40.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:00:40.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:00:40.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:00:40.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:00:41.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:40 smithi137 ceph-mon[117020]: pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:40 smithi066 ceph-mon[112137]: pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:41.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:40 smithi203 ceph-mon[117428]: pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:42.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:42.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:42.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:42.911 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:42.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:42.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:42.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:42.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:43.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:42 smithi137 ceph-mon[117020]: pgmap v10425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:43.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:42 smithi066 ceph-mon[112137]: pgmap v10425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:43.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:42 smithi203 ceph-mon[117428]: pgmap v10425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:44.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:43 smithi066 ceph-mon[112137]: from='client.289080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:44.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:43 smithi203 ceph-mon[117428]: from='client.289080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:44.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:43 smithi137 ceph-mon[117020]: from='client.289080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:45.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:44 smithi066 ceph-mon[112137]: pgmap v10426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:45.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:44 smithi203 ceph-mon[117428]: pgmap v10426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:45.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:44 smithi137 ceph-mon[117020]: pgmap v10426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:47.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:46 smithi066 ceph-mon[112137]: pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:47.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:46 smithi203 ceph-mon[117428]: pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:47.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:46 smithi137 ceph-mon[117020]: pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:47.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:47.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:47.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:48.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:48.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:48.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:48.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:48.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:49.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:48 smithi066 ceph-mon[112137]: pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:49.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:48 smithi203 ceph-mon[117428]: pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:49.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:48 smithi137 ceph-mon[117020]: pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:50.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:49 smithi066 ceph-mon[112137]: from='client.289152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:50.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:49 smithi203 ceph-mon[117428]: from='client.289152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:50.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:49 smithi137 ceph-mon[117020]: from='client.289152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:51.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:50 smithi066 ceph-mon[112137]: pgmap v10429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:51.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:50 smithi203 ceph-mon[117428]: pgmap v10429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:51.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:50 smithi137 ceph-mon[117020]: pgmap v10429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:53.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:52 smithi066 ceph-mon[112137]: pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:53.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:52 smithi203 ceph-mon[117428]: pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:53.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:52 smithi137 ceph-mon[117020]: pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:53.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:53.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:53.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:54.382 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:00:54.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:54.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:54.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:54.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:00:55.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:54 smithi066 ceph-mon[112137]: pgmap v10431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:55.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:54 smithi066 ceph-mon[112137]: from='client.289224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:55.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:54 smithi203 ceph-mon[117428]: pgmap v10431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:55.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:54 smithi203 ceph-mon[117428]: from='client.289224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:55.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:54 smithi137 ceph-mon[117020]: pgmap v10431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:55.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:54 smithi137 ceph-mon[117020]: from='client.289224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:57.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:56 smithi066 ceph-mon[112137]: pgmap v10432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:57.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:56 smithi203 ceph-mon[117428]: pgmap v10432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:57.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:56 smithi137 ceph-mon[117020]: pgmap v10432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:59.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:00:58 smithi066 ceph-mon[112137]: pgmap v10433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:59.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:00:58 smithi203 ceph-mon[117428]: pgmap v10433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:59.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:00:58 smithi137 ceph-mon[117020]: pgmap v10433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:59.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:00:59.385 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:59.385 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:00.121 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:00.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:00.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:00.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:00.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:01.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:00 smithi066 ceph-mon[112137]: pgmap v10434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:01.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:00 smithi066 ceph-mon[112137]: from='client.289296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:01.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:00 smithi203 ceph-mon[117428]: pgmap v10434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:01.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:00 smithi203 ceph-mon[117428]: from='client.289296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:01.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:00 smithi137 ceph-mon[117020]: pgmap v10434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:01.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:00 smithi137 ceph-mon[117020]: from='client.289296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:03.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:02 smithi066 ceph-mon[112137]: pgmap v10435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:03.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:02 smithi203 ceph-mon[117428]: pgmap v10435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:03.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:02 smithi137 ceph-mon[117020]: pgmap v10435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:05.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:05.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:05.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:05.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:04 smithi066 ceph-mon[112137]: pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:05.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:04 smithi203 ceph-mon[117428]: pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:05.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:04 smithi137 ceph-mon[117020]: pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:05.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:05.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:05.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:05.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:05.846 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:07.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:06 smithi066 ceph-mon[112137]: from='client.289374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:07.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:06 smithi066 ceph-mon[112137]: pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:07.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:06 smithi203 ceph-mon[117428]: from='client.289374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:07.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:06 smithi203 ceph-mon[117428]: pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:07.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:06 smithi137 ceph-mon[117020]: from='client.289374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:07.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:06 smithi137 ceph-mon[117020]: pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:09.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:08 smithi066 ceph-mon[112137]: pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:09.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:08 smithi203 ceph-mon[117428]: pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:09.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:08 smithi137 ceph-mon[117020]: pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:10.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:10.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:10.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:11.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:10 smithi066 ceph-mon[112137]: pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:11.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:10 smithi203 ceph-mon[117428]: pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:11.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:10 smithi137 ceph-mon[117020]: pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:11.565 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:11.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:11.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:11.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:11.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:12.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:11 smithi066 ceph-mon[112137]: from='client.289446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:12.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:11 smithi203 ceph-mon[117428]: from='client.289446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:12.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:11 smithi137 ceph-mon[117020]: from='client.289446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:13.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:12 smithi066 ceph-mon[112137]: pgmap v10440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:13.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:12 smithi203 ceph-mon[117428]: pgmap v10440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:13.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:12 smithi137 ceph-mon[117020]: pgmap v10440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:15.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:14 smithi066 ceph-mon[112137]: pgmap v10441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:15.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:14 smithi203 ceph-mon[117428]: pgmap v10441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:15.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:14 smithi137 ceph-mon[117020]: pgmap v10441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:16.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:16.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:16.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:17.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:16 smithi066 ceph-mon[112137]: pgmap v10442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:17.287 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:17.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:17.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:17.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:17.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:17.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:16 smithi203 ceph-mon[117428]: pgmap v10442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:17.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:16 smithi137 ceph-mon[117020]: pgmap v10442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:18.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:17 smithi066 ceph-mon[112137]: from='client.289518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:18.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:17 smithi203 ceph-mon[117428]: from='client.289518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:18.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:17 smithi137 ceph-mon[117020]: from='client.289518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:19.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:18 smithi066 ceph-mon[112137]: pgmap v10443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:19.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:18 smithi203 ceph-mon[117428]: pgmap v10443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:19.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:18 smithi137 ceph-mon[117020]: pgmap v10443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:21.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:20 smithi066 ceph-mon[112137]: pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:21.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:20 smithi203 ceph-mon[117428]: pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:21.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:20 smithi137 ceph-mon[117020]: pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:22.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:22.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:22.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:23.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:23.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:23.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:23.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:23.010 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:23.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:22 smithi066 ceph-mon[112137]: pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:23.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:22 smithi203 ceph-mon[117428]: pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:23.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:22 smithi137 ceph-mon[117020]: pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:24.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:23 smithi066 ceph-mon[112137]: from='client.289596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:24.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:23 smithi203 ceph-mon[117428]: from='client.289596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:24.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:23 smithi137 ceph-mon[117020]: from='client.289596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:25.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:24 smithi066 ceph-mon[112137]: pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:25.318 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:24 smithi203 ceph-mon[117428]: pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:25.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:24 smithi137 ceph-mon[117020]: pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:27.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:26 smithi066 ceph-mon[112137]: pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:27.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:26 smithi203 ceph-mon[117428]: pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:27.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:26 smithi137 ceph-mon[117020]: pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:28.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:28.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:28.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:28.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:28.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:28.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:28.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:28.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:29.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:28 smithi066 ceph-mon[112137]: pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:29.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:28 smithi203 ceph-mon[117428]: pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:29.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:28 smithi137 ceph-mon[117020]: pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:30.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:29 smithi066 ceph-mon[112137]: from='client.289674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:30.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:29 smithi203 ceph-mon[117428]: from='client.289674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:30.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:29 smithi137 ceph-mon[117020]: from='client.289674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:31.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:30 smithi066 ceph-mon[112137]: pgmap v10449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:31.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:30 smithi203 ceph-mon[117428]: pgmap v10449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:31.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:30 smithi137 ceph-mon[117020]: pgmap v10449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:33.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:32 smithi066 ceph-mon[112137]: pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:33.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:32 smithi203 ceph-mon[117428]: pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:33.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:32 smithi137 ceph-mon[117020]: pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:33.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:33.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:33.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:34.450 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:34.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:34.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:34.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:34.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:35.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:34 smithi066 ceph-mon[112137]: pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:35.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:34 smithi066 ceph-mon[112137]: from='client.289743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:35.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:34 smithi203 ceph-mon[117428]: pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:35.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:34 smithi203 ceph-mon[117428]: from='client.289743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:35.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:34 smithi137 ceph-mon[117020]: pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:35.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:34 smithi137 ceph-mon[117020]: from='client.289743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:37.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:36 smithi066 ceph-mon[112137]: pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:37.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:36 smithi203 ceph-mon[117428]: pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:37.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:36 smithi137 ceph-mon[117020]: pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:39.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:38 smithi066 ceph-mon[112137]: pgmap v10453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:39.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:38 smithi203 ceph-mon[117428]: pgmap v10453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:39.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:38 smithi137 ceph-mon[117020]: pgmap v10453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:39.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:39.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:39.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:40.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:40.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:40.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:40.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:40.215 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:41.065 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:40 smithi203 ceph-mon[117428]: pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:41.065 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:40 smithi203 ceph-mon[117428]: from='client.289821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:41.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:01:41.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:01:41.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:01:41.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:01:41.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:40 smithi137 ceph-mon[117020]: pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:41.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:40 smithi137 ceph-mon[117020]: from='client.289821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:41.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:01:41.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:01:41.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:01:41.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:01:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:40 smithi066 ceph-mon[112137]: pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:40 smithi066 ceph-mon[112137]: from='client.289821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:01:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:01:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:01:41.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:01:43.065 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:42 smithi203 ceph-mon[117428]: pgmap v10455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:43.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:42 smithi137 ceph-mon[117020]: pgmap v10455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:43.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:42 smithi066 ceph-mon[112137]: pgmap v10455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:45.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:44 smithi203 ceph-mon[117428]: pgmap v10456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:45.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:44 smithi137 ceph-mon[117020]: pgmap v10456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:45.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:45.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:45.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:45.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:44 smithi066 ceph-mon[112137]: pgmap v10456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:45.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:45.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:45.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:45.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:45.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:47.065 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:46 smithi203 ceph-mon[117428]: from='client.289890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:47.065 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:46 smithi203 ceph-mon[117428]: pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:47.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:46 smithi137 ceph-mon[117020]: from='client.289890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:47.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:46 smithi137 ceph-mon[117020]: pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:47.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:46 smithi066 ceph-mon[112137]: from='client.289890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:47.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:46 smithi066 ceph-mon[112137]: pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:49.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:48 smithi137 ceph-mon[117020]: pgmap v10458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:49.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:48 smithi066 ceph-mon[112137]: pgmap v10458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:49.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:48 smithi203 ceph-mon[117428]: pgmap v10458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:50.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:50.950 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:50.950 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:51.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:50 smithi137 ceph-mon[117020]: pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:51.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:50 smithi066 ceph-mon[112137]: pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:51.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:50 smithi203 ceph-mon[117428]: pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:51.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:51.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:51.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:51.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:51.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:53.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:52 smithi137 ceph-mon[117020]: from='client.289968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:53.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:52 smithi137 ceph-mon[117020]: pgmap v10460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:53.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:52 smithi066 ceph-mon[112137]: from='client.289968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:53.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:52 smithi066 ceph-mon[112137]: pgmap v10460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:53.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:52 smithi203 ceph-mon[117428]: from='client.289968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:53.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:52 smithi203 ceph-mon[117428]: pgmap v10460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:55.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:54 smithi137 ceph-mon[117020]: pgmap v10461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:55.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:54 smithi066 ceph-mon[112137]: pgmap v10461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:55.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:54 smithi203 ceph-mon[117428]: pgmap v10461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:56.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:01:56.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:56.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:57.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:56 smithi137 ceph-mon[117020]: pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:57.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:56 smithi066 ceph-mon[112137]: pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:57.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:56 smithi203 ceph-mon[117428]: pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:57.392 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:01:57.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:57.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:57.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:57.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:01:58.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:57 smithi137 ceph-mon[117020]: from='client.290043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:58.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:57 smithi066 ceph-mon[112137]: from='client.290043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:58.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:57 smithi203 ceph-mon[117428]: from='client.290043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:59.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:01:58 smithi137 ceph-mon[117020]: pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:59.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:01:58 smithi066 ceph-mon[112137]: pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:59.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:01:58 smithi203 ceph-mon[117428]: pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:01.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:00 smithi137 ceph-mon[117020]: pgmap v10464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:01.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:00 smithi066 ceph-mon[112137]: pgmap v10464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:01.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:00 smithi203 ceph-mon[117428]: pgmap v10464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:02.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:02.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:02.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:03.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:03.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:03.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:03.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:03.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:03.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:02 smithi137 ceph-mon[117020]: pgmap v10465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:03.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:02 smithi066 ceph-mon[112137]: pgmap v10465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:03.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:02 smithi203 ceph-mon[117428]: pgmap v10465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:04.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:03 smithi137 ceph-mon[117020]: from='client.290118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:04.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:03 smithi066 ceph-mon[112137]: from='client.290118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:04.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:03 smithi203 ceph-mon[117428]: from='client.290118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:05.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:04 smithi137 ceph-mon[117020]: pgmap v10466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:05.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:04 smithi066 ceph-mon[112137]: pgmap v10466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:05.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:04 smithi203 ceph-mon[117428]: pgmap v10466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:07.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:06 smithi137 ceph-mon[117020]: pgmap v10467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:07.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:06 smithi066 ceph-mon[112137]: pgmap v10467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:07.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:06 smithi203 ceph-mon[117428]: pgmap v10467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:08.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:08.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:08.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:08.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:08.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:08.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:08.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:08.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:09.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:08 smithi137 ceph-mon[117020]: pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:09.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:08 smithi066 ceph-mon[112137]: pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:09.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:08 smithi203 ceph-mon[117428]: pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:10.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:09 smithi137 ceph-mon[117020]: from='client.290196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:10.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:09 smithi066 ceph-mon[112137]: from='client.290196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:10.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:09 smithi203 ceph-mon[117428]: from='client.290196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:11.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:10 smithi137 ceph-mon[117020]: pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:11.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:10 smithi066 ceph-mon[112137]: pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:11.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:10 smithi203 ceph-mon[117428]: pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:13.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:12 smithi137 ceph-mon[117020]: pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:13.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:12 smithi066 ceph-mon[112137]: pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:13.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:12 smithi203 ceph-mon[117428]: pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:13.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:13.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:13.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:14.587 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:14.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:14.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:14.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:14.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:15.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:14 smithi137 ceph-mon[117020]: pgmap v10471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:15.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:14 smithi137 ceph-mon[117020]: from='client.290268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:15.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:14 smithi066 ceph-mon[112137]: pgmap v10471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:15.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:14 smithi066 ceph-mon[112137]: from='client.290268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:15.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:14 smithi203 ceph-mon[117428]: pgmap v10471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:15.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:14 smithi203 ceph-mon[117428]: from='client.290268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:17.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:16 smithi066 ceph-mon[112137]: pgmap v10472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:17.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:16 smithi203 ceph-mon[117428]: pgmap v10472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:17.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:16 smithi137 ceph-mon[117020]: pgmap v10472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:19.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:18 smithi066 ceph-mon[112137]: pgmap v10473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:19.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:18 smithi203 ceph-mon[117428]: pgmap v10473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:19.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:18 smithi137 ceph-mon[117020]: pgmap v10473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:19.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:19.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:19.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:20.309 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:20.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:20.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:20.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:20.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:21.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:20 smithi066 ceph-mon[112137]: pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:21.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:20 smithi066 ceph-mon[112137]: from='client.290346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:21.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:20 smithi203 ceph-mon[117428]: pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:21.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:20 smithi203 ceph-mon[117428]: from='client.290346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:21.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:20 smithi137 ceph-mon[117020]: pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:21.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:20 smithi137 ceph-mon[117020]: from='client.290346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:23.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:22 smithi066 ceph-mon[112137]: pgmap v10475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:23.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:22 smithi203 ceph-mon[117428]: pgmap v10475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:23.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:22 smithi137 ceph-mon[117020]: pgmap v10475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:25.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:24 smithi066 ceph-mon[112137]: pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:25.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:25.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:25.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:25.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:24 smithi203 ceph-mon[117428]: pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:25.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:24 smithi137 ceph-mon[117020]: pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:26.037 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:26.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:26.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:26.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:26.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:27.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:26 smithi066 ceph-mon[112137]: pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:27.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:26 smithi066 ceph-mon[112137]: from='client.290415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:27.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:26 smithi203 ceph-mon[117428]: pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:27.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:26 smithi203 ceph-mon[117428]: from='client.290415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:27.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:26 smithi137 ceph-mon[117020]: pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:27.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:26 smithi137 ceph-mon[117020]: from='client.290415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:29.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:28 smithi066 ceph-mon[112137]: pgmap v10478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:29.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:28 smithi203 ceph-mon[117428]: pgmap v10478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:29.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:28 smithi137 ceph-mon[117020]: pgmap v10478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:31.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:31.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:31.039 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:31.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:30 smithi066 ceph-mon[112137]: pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:31.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:30 smithi203 ceph-mon[117428]: pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:31.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:30 smithi137 ceph-mon[117020]: pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:31.762 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:31.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:31.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:31.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:31.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:33.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:32 smithi066 ceph-mon[112137]: from='client.290493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:33.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:32 smithi066 ceph-mon[112137]: pgmap v10480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:33.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:32 smithi203 ceph-mon[117428]: from='client.290493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:33.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:32 smithi203 ceph-mon[117428]: pgmap v10480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:33.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:32 smithi137 ceph-mon[117020]: from='client.290493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:33.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:32 smithi137 ceph-mon[117020]: pgmap v10480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:35.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:34 smithi066 ceph-mon[112137]: pgmap v10481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:35.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:34 smithi203 ceph-mon[117428]: pgmap v10481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:35.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:34 smithi137 ceph-mon[117020]: pgmap v10481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:36.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:36.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:36.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:37.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:36 smithi066 ceph-mon[112137]: pgmap v10482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:37.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:36 smithi203 ceph-mon[117428]: pgmap v10482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:37.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:36 smithi137 ceph-mon[117020]: pgmap v10482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:37.491 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:37.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:37.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:37.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:37.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:38.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:37 smithi066 ceph-mon[112137]: from='client.290571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:38.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:37 smithi203 ceph-mon[117428]: from='client.290571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:38.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:37 smithi137 ceph-mon[117020]: from='client.290571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:39.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:38 smithi066 ceph-mon[112137]: pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:39.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:38 smithi203 ceph-mon[117428]: pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:39.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:38 smithi137 ceph-mon[117020]: pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:40 smithi066 ceph-mon[112137]: pgmap v10484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:02:41.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:40 smithi203 ceph-mon[117428]: pgmap v10484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:41.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:02:41.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:40 smithi137 ceph-mon[117020]: pgmap v10484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:41.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:02:42.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:02:42.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:02:42.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:02:42.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:02:42.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:02:42.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:02:42.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:02:42.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:02:42.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:02:42.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:42.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:42.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:43.234 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:43.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:43.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:43.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:43.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:43.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:43 smithi066 ceph-mon[112137]: pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:43.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:43 smithi203 ceph-mon[117428]: pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:43.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:43 smithi137 ceph-mon[117020]: pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:44.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:44 smithi066 ceph-mon[112137]: from='client.290646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:44.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:44 smithi203 ceph-mon[117428]: from='client.290646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:44.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:44 smithi137 ceph-mon[117020]: from='client.290646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:45.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:45 smithi066 ceph-mon[112137]: pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:45.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:45 smithi203 ceph-mon[117428]: pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:45.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:45 smithi137 ceph-mon[117020]: pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:47.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:47 smithi066 ceph-mon[112137]: pgmap v10487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:47.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:47 smithi203 ceph-mon[117428]: pgmap v10487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:47 smithi137 ceph-mon[117020]: pgmap v10487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:48.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:48.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:48.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:48.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:48.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:48.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:48.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:48.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:49.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:49 smithi066 ceph-mon[112137]: pgmap v10488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:49.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:49 smithi203 ceph-mon[117428]: pgmap v10488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:49.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:49 smithi137 ceph-mon[117020]: pgmap v10488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:50.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:50 smithi066 ceph-mon[112137]: from='client.290724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:50.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:50 smithi203 ceph-mon[117428]: from='client.290724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:50.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:50 smithi137 ceph-mon[117020]: from='client.290724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:51.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:51 smithi066 ceph-mon[112137]: pgmap v10489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:51.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:51 smithi203 ceph-mon[117428]: pgmap v10489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:51.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:51 smithi137 ceph-mon[117020]: pgmap v10489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:53.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:53 smithi066 ceph-mon[112137]: pgmap v10490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:53.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:53 smithi203 ceph-mon[117428]: pgmap v10490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:53.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:53 smithi137 ceph-mon[117020]: pgmap v10490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:53.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:53.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:53.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:54.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:02:54.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:54.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:54.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:54.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:02:55.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:55 smithi066 ceph-mon[112137]: pgmap v10491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:55.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:55 smithi203 ceph-mon[117428]: pgmap v10491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:55.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:55 smithi137 ceph-mon[117020]: pgmap v10491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:56.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:56 smithi066 ceph-mon[112137]: from='client.290790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:56.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:56 smithi203 ceph-mon[117428]: from='client.290790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:56.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:56 smithi137 ceph-mon[117020]: from='client.290790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:57.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:57 smithi066 ceph-mon[112137]: pgmap v10492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:57.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:57 smithi203 ceph-mon[117428]: pgmap v10492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:57.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:57 smithi137 ceph-mon[117020]: pgmap v10492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:59.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:02:59 smithi066 ceph-mon[112137]: pgmap v10493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:59.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:02:59 smithi203 ceph-mon[117428]: pgmap v10493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:02:59 smithi137 ceph-mon[117020]: pgmap v10493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:59.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:02:59.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:59.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:00.408 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:00.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:00.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:00.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:00.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:01.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:01 smithi066 ceph-mon[112137]: pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:01.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:01 smithi066 ceph-mon[112137]: from='client.290868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:01.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:01 smithi203 ceph-mon[117428]: pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:01.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:01 smithi203 ceph-mon[117428]: from='client.290868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:01.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:01 smithi137 ceph-mon[117020]: pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:01.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:01 smithi137 ceph-mon[117020]: from='client.290868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:03.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:03 smithi066 ceph-mon[112137]: pgmap v10495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:03.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:03 smithi203 ceph-mon[117428]: pgmap v10495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:03.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:03 smithi137 ceph-mon[117020]: pgmap v10495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:05.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:05.410 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:05.410 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:05.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:05 smithi066 ceph-mon[112137]: pgmap v10496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:05.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:05 smithi203 ceph-mon[117428]: pgmap v10496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:05.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:05 smithi137 ceph-mon[117020]: pgmap v10496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:06.126 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:06.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:06.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:06.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:06.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:07.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:07 smithi066 ceph-mon[112137]: pgmap v10497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:07.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:07 smithi066 ceph-mon[112137]: from='client.290943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:07.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:07 smithi203 ceph-mon[117428]: pgmap v10497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:07.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:07 smithi203 ceph-mon[117428]: from='client.290943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:07.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:07 smithi137 ceph-mon[117020]: pgmap v10497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:07.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:07 smithi137 ceph-mon[117020]: from='client.290943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:09.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:09 smithi066 ceph-mon[112137]: pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:09.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:09 smithi203 ceph-mon[117428]: pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:09.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:09 smithi137 ceph-mon[117020]: pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:11.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:11.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:11.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:11.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:11 smithi066 ceph-mon[112137]: pgmap v10499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:11.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:11 smithi203 ceph-mon[117428]: pgmap v10499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:11.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:11 smithi137 ceph-mon[117020]: pgmap v10499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:11.855 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:11.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:11.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:11.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:11.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:13.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:13 smithi066 ceph-mon[112137]: from='client.291018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:13.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:13 smithi066 ceph-mon[112137]: pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:13.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:13 smithi203 ceph-mon[117428]: from='client.291018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:13.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:13 smithi203 ceph-mon[117428]: pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:13.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:13 smithi137 ceph-mon[117020]: from='client.291018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:13.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:13 smithi137 ceph-mon[117020]: pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:15.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:15 smithi066 ceph-mon[112137]: pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:15.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:15 smithi203 ceph-mon[117428]: pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:15.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:15 smithi137 ceph-mon[117020]: pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:16.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:16.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:16.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:17.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:17 smithi066 ceph-mon[112137]: pgmap v10502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:17.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:17 smithi203 ceph-mon[117428]: pgmap v10502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:17.579 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:17.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:17.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:17.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:17.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:17.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:17 smithi137 ceph-mon[117020]: pgmap v10502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:18.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:18 smithi066 ceph-mon[112137]: from='client.291096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:18.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:18 smithi203 ceph-mon[117428]: from='client.291096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:18.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:18 smithi137 ceph-mon[117020]: from='client.291096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:19.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:19 smithi066 ceph-mon[112137]: pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:19.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:19 smithi203 ceph-mon[117428]: pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:19.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:19 smithi137 ceph-mon[117020]: pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:21.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:21 smithi203 ceph-mon[117428]: pgmap v10504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:21.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:21 smithi137 ceph-mon[117020]: pgmap v10504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:21.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:21 smithi066 ceph-mon[112137]: pgmap v10504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:22.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:22.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:22.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:23.306 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:23.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:23.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:23.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:23.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:23.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:23 smithi203 ceph-mon[117428]: pgmap v10505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:23.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:23 smithi137 ceph-mon[117020]: pgmap v10505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:23.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:23 smithi066 ceph-mon[112137]: pgmap v10505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:24.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:24 smithi203 ceph-mon[117428]: from='client.291171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:24.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:24 smithi137 ceph-mon[117020]: from='client.291171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:24.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:24 smithi066 ceph-mon[112137]: from='client.291171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:25.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:25 smithi203 ceph-mon[117428]: pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:25.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:25 smithi137 ceph-mon[117020]: pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:25.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:25 smithi066 ceph-mon[112137]: pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:27.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:27 smithi203 ceph-mon[117428]: pgmap v10507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:27.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:27 smithi137 ceph-mon[117020]: pgmap v10507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:27.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:27 smithi066 ceph-mon[112137]: pgmap v10507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:28.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:28.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:28.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:29.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:29.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:29.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:29.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:29.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:29.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:29 smithi203 ceph-mon[117428]: pgmap v10508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:29.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:29 smithi137 ceph-mon[117020]: pgmap v10508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:29.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:29 smithi066 ceph-mon[112137]: pgmap v10508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:30.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:30 smithi203 ceph-mon[117428]: from='client.291246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:30.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:30 smithi137 ceph-mon[117020]: from='client.291246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:30.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:30 smithi066 ceph-mon[112137]: from='client.291246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:31.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:31 smithi203 ceph-mon[117428]: pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:31.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:31 smithi137 ceph-mon[117020]: pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:31.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:31 smithi066 ceph-mon[112137]: pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:33.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:33 smithi203 ceph-mon[117428]: pgmap v10510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:33.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:33 smithi137 ceph-mon[117020]: pgmap v10510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:33.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:33 smithi066 ceph-mon[112137]: pgmap v10510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:34.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:34.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:34.059 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:34.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:34 smithi137 ceph-mon[117020]: pgmap v10511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:34.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:34 smithi066 ceph-mon[112137]: pgmap v10511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:34.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:34.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:34.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:34.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:34.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:34.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:34 smithi203 ceph-mon[117428]: pgmap v10511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:36.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:35 smithi137 ceph-mon[117020]: from='client.291324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:36.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:35 smithi066 ceph-mon[112137]: from='client.291324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:36.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:35 smithi203 ceph-mon[117428]: from='client.291324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:37.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:36 smithi137 ceph-mon[117020]: pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:03:37.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:36 smithi066 ceph-mon[112137]: pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:03:37.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:36 smithi203 ceph-mon[117428]: pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:03:39.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:38 smithi137 ceph-mon[117020]: pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:39.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:38 smithi066 ceph-mon[112137]: pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:39.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:38 smithi203 ceph-mon[117428]: pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:39.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:39.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:39.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:40.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:40.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:40.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:40.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:40.519 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:41.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:40 smithi137 ceph-mon[117020]: pgmap v10514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:41.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:40 smithi137 ceph-mon[117020]: from='client.291402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:40 smithi066 ceph-mon[112137]: pgmap v10514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:40 smithi066 ceph-mon[112137]: from='client.291402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:41.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:40 smithi203 ceph-mon[117428]: pgmap v10514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:41.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:40 smithi203 ceph-mon[117428]: from='client.291402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:42.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:03:42.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:03:42.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:03:43.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:42 smithi137 ceph-mon[117020]: pgmap v10515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:43.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:03:43.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:03:43.116 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:03:43.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:42 smithi066 ceph-mon[112137]: pgmap v10515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:43.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:03:43.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:03:43.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:03:43.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:42 smithi203 ceph-mon[117428]: pgmap v10515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:43.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:03:43.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:03:43.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:03:45.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:44 smithi137 ceph-mon[117020]: pgmap v10516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:45.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:44 smithi066 ceph-mon[112137]: pgmap v10516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:45.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:44 smithi203 ceph-mon[117428]: pgmap v10516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:45.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:45.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:45.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:46.245 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:46.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:46.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:46.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:46.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:47.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:46 smithi137 ceph-mon[117020]: pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:47.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:46 smithi137 ceph-mon[117020]: from='client.291477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:47.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:46 smithi066 ceph-mon[112137]: pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:47.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:46 smithi066 ceph-mon[112137]: from='client.291477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:47.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:46 smithi203 ceph-mon[117428]: pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:47.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:46 smithi203 ceph-mon[117428]: from='client.291477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:49.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:48 smithi137 ceph-mon[117020]: pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:49.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:48 smithi066 ceph-mon[112137]: pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:49.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:48 smithi203 ceph-mon[117428]: pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:51.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:50 smithi137 ceph-mon[117020]: pgmap v10519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:51.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:50 smithi066 ceph-mon[112137]: pgmap v10519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:51.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:51.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:51.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:51.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:50 smithi203 ceph-mon[117428]: pgmap v10519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:51.972 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:51.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:51.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:51.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:51.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:53.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:52 smithi137 ceph-mon[117020]: from='client.291555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:53.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:52 smithi137 ceph-mon[117020]: pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:03:53.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:52 smithi066 ceph-mon[112137]: from='client.291555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:53.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:52 smithi066 ceph-mon[112137]: pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:03:53.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:52 smithi203 ceph-mon[117428]: from='client.291555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:53.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:52 smithi203 ceph-mon[117428]: pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:03:55.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:54 smithi137 ceph-mon[117020]: pgmap v10521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:55.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:54 smithi066 ceph-mon[112137]: pgmap v10521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:55.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:54 smithi203 ceph-mon[117428]: pgmap v10521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:56.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:03:56.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:56.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:57.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:56 smithi066 ceph-mon[112137]: pgmap v10522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:57.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:56 smithi203 ceph-mon[117428]: pgmap v10522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:57.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:56 smithi137 ceph-mon[117020]: pgmap v10522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:57.710 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:03:57.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:57.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:57.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:57.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:03:59.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:58 smithi066 ceph-mon[112137]: from='client.291630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:59.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:03:58 smithi066 ceph-mon[112137]: pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:59.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:58 smithi203 ceph-mon[117428]: from='client.291630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:59.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:03:58 smithi203 ceph-mon[117428]: pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:59.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:58 smithi137 ceph-mon[117020]: from='client.291630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:59.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:03:58 smithi137 ceph-mon[117020]: pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:01.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:00 smithi066 ceph-mon[112137]: pgmap v10524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:01.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:00 smithi203 ceph-mon[117428]: pgmap v10524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:01.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:00 smithi137 ceph-mon[117020]: pgmap v10524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:02.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:02.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:02.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:03.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:02 smithi066 ceph-mon[112137]: pgmap v10525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:03.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:02 smithi203 ceph-mon[117428]: pgmap v10525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:03.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:02 smithi137 ceph-mon[117020]: pgmap v10525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:03.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:03.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:03.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:03.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:03.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:04.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:03 smithi066 ceph-mon[112137]: from='client.291702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:04.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:03 smithi203 ceph-mon[117428]: from='client.291702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:04.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:03 smithi137 ceph-mon[117020]: from='client.291702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:05.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:04 smithi066 ceph-mon[112137]: pgmap v10526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:05.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:04 smithi203 ceph-mon[117428]: pgmap v10526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:05.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:04 smithi137 ceph-mon[117020]: pgmap v10526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:07.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:06 smithi066 ceph-mon[112137]: pgmap v10527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:07.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:06 smithi203 ceph-mon[117428]: pgmap v10527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:07.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:06 smithi137 ceph-mon[117020]: pgmap v10527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:08.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:08.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:08.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:09.173 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:09.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:09.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:09.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:09.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:09.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:08 smithi066 ceph-mon[112137]: pgmap v10528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:09.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:08 smithi203 ceph-mon[117428]: pgmap v10528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:09.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:08 smithi137 ceph-mon[117020]: pgmap v10528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:10.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:09 smithi066 ceph-mon[112137]: from='client.291780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:10.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:09 smithi203 ceph-mon[117428]: from='client.291780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:10.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:09 smithi137 ceph-mon[117020]: from='client.291780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:11.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:10 smithi066 ceph-mon[112137]: pgmap v10529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:11.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:10 smithi203 ceph-mon[117428]: pgmap v10529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:11.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:10 smithi137 ceph-mon[117020]: pgmap v10529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:13.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:12 smithi066 ceph-mon[112137]: pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:13.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:12 smithi203 ceph-mon[117428]: pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:13.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:12 smithi137 ceph-mon[117020]: pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:14.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:14.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:14.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:14.911 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:14.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:14.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:14.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:14.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:15.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:14 smithi066 ceph-mon[112137]: pgmap v10531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:15.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:14 smithi203 ceph-mon[117428]: pgmap v10531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:15.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:14 smithi137 ceph-mon[117020]: pgmap v10531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:16.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:15 smithi066 ceph-mon[112137]: from='client.291852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:16.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:15 smithi203 ceph-mon[117428]: from='client.291852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:16.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:15 smithi137 ceph-mon[117020]: from='client.291852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:17.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:16 smithi066 ceph-mon[112137]: pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:04:17.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:16 smithi203 ceph-mon[117428]: pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:04:17.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:16 smithi137 ceph-mon[117020]: pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:04:19.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:18 smithi066 ceph-mon[112137]: pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:04:19.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:18 smithi203 ceph-mon[117428]: pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:04:19.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:18 smithi137 ceph-mon[117020]: pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:04:19.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:19.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:19.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:20.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:20.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:20.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:20.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:20.633 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:21.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:20 smithi066 ceph-mon[112137]: pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:04:21.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:20 smithi203 ceph-mon[117428]: pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:04:21.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:20 smithi137 ceph-mon[117020]: pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:04:22.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:21 smithi066 ceph-mon[112137]: from='client.291927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:22.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:21 smithi203 ceph-mon[117428]: from='client.291927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:22.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:21 smithi137 ceph-mon[117020]: from='client.291927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:23.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:22 smithi066 ceph-mon[112137]: pgmap v10535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:23.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:22 smithi203 ceph-mon[117428]: pgmap v10535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:23.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:22 smithi137 ceph-mon[117020]: pgmap v10535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:25.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:24 smithi066 ceph-mon[112137]: pgmap v10536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:25.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:24 smithi203 ceph-mon[117428]: pgmap v10536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:25.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:24 smithi137 ceph-mon[117020]: pgmap v10536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:25.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:25.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:25.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:26.362 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:26.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:26.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:26.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:26.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:27.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:26 smithi066 ceph-mon[112137]: pgmap v10537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:27.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:26 smithi066 ceph-mon[112137]: from='client.292005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:27.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:26 smithi203 ceph-mon[117428]: pgmap v10537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:27.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:26 smithi203 ceph-mon[117428]: from='client.292005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:27.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:26 smithi137 ceph-mon[117020]: pgmap v10537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:27.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:26 smithi137 ceph-mon[117020]: from='client.292005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:29.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:28 smithi066 ceph-mon[112137]: pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:04:29.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:28 smithi203 ceph-mon[117428]: pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:04:29.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:28 smithi137 ceph-mon[117020]: pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:04:31.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:30 smithi066 ceph-mon[112137]: pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:04:31.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:30 smithi203 ceph-mon[117428]: pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:04:31.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:31.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:31.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:31.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:30 smithi137 ceph-mon[117020]: pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:04:32.118 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:32.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:32.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:32.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:32.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:33.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:32 smithi066 ceph-mon[112137]: pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:04:33.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:32 smithi066 ceph-mon[112137]: from='client.292083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:33.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:32 smithi203 ceph-mon[117428]: pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:04:33.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:32 smithi203 ceph-mon[117428]: from='client.292083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:33.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:32 smithi137 ceph-mon[117020]: pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:04:33.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:32 smithi137 ceph-mon[117020]: from='client.292083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:35.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:34 smithi066 ceph-mon[112137]: pgmap v10541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:35.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:34 smithi203 ceph-mon[117428]: pgmap v10541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:35.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:34 smithi137 ceph-mon[117020]: pgmap v10541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:37.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:37.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:37.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:37.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:36 smithi066 ceph-mon[112137]: pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:37.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:36 smithi203 ceph-mon[117428]: pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:37.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:36 smithi137 ceph-mon[117020]: pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:37.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:37.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:37.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:37.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:37.851 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:39.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:38 smithi066 ceph-mon[112137]: from='client.292158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:39.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:38 smithi066 ceph-mon[112137]: pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:39.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:38 smithi203 ceph-mon[117428]: from='client.292158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:39.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:38 smithi203 ceph-mon[117428]: pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:39.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:38 smithi137 ceph-mon[117020]: from='client.292158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:39.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:38 smithi137 ceph-mon[117020]: pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:41.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:40 smithi066 ceph-mon[112137]: pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:41.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:40 smithi203 ceph-mon[117428]: pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:41.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:40 smithi137 ceph-mon[117020]: pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:42.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:42.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:42.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:43.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:42 smithi066 ceph-mon[112137]: pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:43.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:04:43.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:04:43.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:04:43.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:04:43.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:42 smithi203 ceph-mon[117428]: pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:43.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:04:43.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:04:43.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:04:43.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:04:43.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:42 smithi137 ceph-mon[117020]: pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:43.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:04:43.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:04:43.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:04:43.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:04:43.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:43.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:43.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:43.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:43.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:44.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:43 smithi066 ceph-mon[112137]: from='client.292233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:44.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:43 smithi203 ceph-mon[117428]: from='client.292233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:43 smithi137 ceph-mon[117020]: from='client.292233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:45.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:44 smithi066 ceph-mon[112137]: pgmap v10546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:45.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:44 smithi203 ceph-mon[117428]: pgmap v10546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:45.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:44 smithi137 ceph-mon[117020]: pgmap v10546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:47.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:46 smithi066 ceph-mon[112137]: pgmap v10547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:47.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:46 smithi203 ceph-mon[117428]: pgmap v10547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:47.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:46 smithi137 ceph-mon[117020]: pgmap v10547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:48.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:48.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:48.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:49.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:48 smithi066 ceph-mon[112137]: pgmap v10548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:49.289 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:49.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:49.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:49.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:49.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:49.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:48 smithi203 ceph-mon[117428]: pgmap v10548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:49.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:48 smithi137 ceph-mon[117020]: pgmap v10548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:50.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:49 smithi066 ceph-mon[112137]: from='client.292311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:50.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:49 smithi203 ceph-mon[117428]: from='client.292311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:50.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:49 smithi137 ceph-mon[117020]: from='client.292311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:51.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:50 smithi066 ceph-mon[112137]: pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:51.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:50 smithi203 ceph-mon[117428]: pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:51.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:50 smithi137 ceph-mon[117020]: pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:53.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:52 smithi066 ceph-mon[112137]: pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:53.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:52 smithi203 ceph-mon[117428]: pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:53.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:52 smithi137 ceph-mon[117020]: pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:54.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:04:54.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:54.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:55.008 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:04:55.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:55.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:55.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:55.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:04:55.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:54 smithi066 ceph-mon[112137]: pgmap v10551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:55.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:54 smithi203 ceph-mon[117428]: pgmap v10551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:55.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:54 smithi137 ceph-mon[117020]: pgmap v10551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:56.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:55 smithi066 ceph-mon[112137]: from='client.292389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:56.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:55 smithi203 ceph-mon[117428]: from='client.292389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:56.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:55 smithi137 ceph-mon[117020]: from='client.292389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:57.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:56 smithi066 ceph-mon[112137]: pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:04:57.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:56 smithi203 ceph-mon[117428]: pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:04:57.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:56 smithi137 ceph-mon[117020]: pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:04:59.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:04:58 smithi203 ceph-mon[117428]: pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:04:59.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:04:58 smithi137 ceph-mon[117020]: pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:04:59.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:04:58 smithi066 ceph-mon[112137]: pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:05:00.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:00.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:00.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:00.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:00.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:00.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:00.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:00.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:01.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:00 smithi203 ceph-mon[117428]: pgmap v10554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:05:01.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:00 smithi137 ceph-mon[117020]: pgmap v10554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:05:01.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:00 smithi066 ceph-mon[112137]: pgmap v10554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:05:02.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:01 smithi203 ceph-mon[117428]: from='client.292467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:02.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:01 smithi137 ceph-mon[117020]: from='client.292467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:02.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:01 smithi066 ceph-mon[112137]: from='client.292467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:03.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:02 smithi203 ceph-mon[117428]: pgmap v10555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:03.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:02 smithi137 ceph-mon[117020]: pgmap v10555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:03.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:02 smithi066 ceph-mon[112137]: pgmap v10555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:05.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:05 smithi203 ceph-mon[117428]: pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:05.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:05 smithi137 ceph-mon[117020]: pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:05.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:05 smithi066 ceph-mon[112137]: pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:05.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:05.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:05.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:06.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:06.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:06.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:06.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:06.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:07.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:07 smithi203 ceph-mon[117428]: pgmap v10557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:07.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:07 smithi203 ceph-mon[117428]: from='client.292545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:07.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:07 smithi137 ceph-mon[117020]: pgmap v10557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:07.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:07 smithi137 ceph-mon[117020]: from='client.292545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:07.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:07 smithi066 ceph-mon[112137]: pgmap v10557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:07.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:07 smithi066 ceph-mon[112137]: from='client.292545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:09.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:09 smithi203 ceph-mon[117428]: pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:05:09.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:09 smithi137 ceph-mon[117020]: pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:05:09.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:09 smithi066 ceph-mon[112137]: pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:05:11.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:11 smithi203 ceph-mon[117428]: pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:05:11.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:11 smithi137 ceph-mon[117020]: pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:05:11.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:11.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:11.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:11.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:11 smithi066 ceph-mon[112137]: pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:05:12.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:12.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:12.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:12.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:12.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:13.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:13 smithi203 ceph-mon[117428]: pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:05:13.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:13 smithi203 ceph-mon[117428]: from='client.292623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:13.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:13 smithi137 ceph-mon[117020]: pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:05:13.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:13 smithi137 ceph-mon[117020]: from='client.292623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:13.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:13 smithi066 ceph-mon[112137]: pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:05:13.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:13 smithi066 ceph-mon[112137]: from='client.292623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:15.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:15 smithi203 ceph-mon[117428]: pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:15.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:15 smithi137 ceph-mon[117020]: pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:15.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:15 smithi066 ceph-mon[112137]: pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:17.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:17.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:17.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:17.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:17 smithi203 ceph-mon[117428]: pgmap v10562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:17.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:17 smithi137 ceph-mon[117020]: pgmap v10562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:17.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:17 smithi066 ceph-mon[112137]: pgmap v10562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:17.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:17.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:17.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:17.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:17.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:19.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:19 smithi203 ceph-mon[117428]: from='client.292701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:19.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:19 smithi203 ceph-mon[117428]: pgmap v10563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:19.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:19 smithi137 ceph-mon[117020]: from='client.292701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:19.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:19 smithi137 ceph-mon[117020]: pgmap v10563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:19.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:19 smithi066 ceph-mon[112137]: from='client.292701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:19.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:19 smithi066 ceph-mon[112137]: pgmap v10563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:21.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:21 smithi203 ceph-mon[117428]: pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:21.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:21 smithi137 ceph-mon[117020]: pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:21.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:21 smithi066 ceph-mon[112137]: pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:22.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:22.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:22.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:23.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:23 smithi203 ceph-mon[117428]: pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:23.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:23 smithi137 ceph-mon[117020]: pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:23.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:23 smithi066 ceph-mon[112137]: pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:23.629 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:23.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:23.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:23.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:23.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:24.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:24 smithi203 ceph-mon[117428]: from='client.292779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:24.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:24 smithi137 ceph-mon[117020]: from='client.292779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:24.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:24 smithi066 ceph-mon[112137]: from='client.292779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:25.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:25 smithi203 ceph-mon[117428]: pgmap v10566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:25.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:25 smithi137 ceph-mon[117020]: pgmap v10566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:25.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:25 smithi066 ceph-mon[112137]: pgmap v10566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:27.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:27 smithi203 ceph-mon[117428]: pgmap v10567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:27.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:27 smithi137 ceph-mon[117020]: pgmap v10567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:27.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:27 smithi066 ceph-mon[112137]: pgmap v10567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:28.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:28.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:28.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:29.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:29 smithi203 ceph-mon[117428]: pgmap v10568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:29.364 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:29.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:29.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:29.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:29.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:29.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:29 smithi137 ceph-mon[117020]: pgmap v10568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:29.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:29 smithi066 ceph-mon[112137]: pgmap v10568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:30.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:30 smithi203 ceph-mon[117428]: from='client.292854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:30.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:30 smithi137 ceph-mon[117020]: from='client.292854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:30.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:30 smithi066 ceph-mon[112137]: from='client.292854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:31.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:31 smithi203 ceph-mon[117428]: pgmap v10569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:31.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:31 smithi137 ceph-mon[117020]: pgmap v10569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:31.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:31 smithi066 ceph-mon[112137]: pgmap v10569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:33.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:33 smithi203 ceph-mon[117428]: pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:33.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:33 smithi137 ceph-mon[117020]: pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:33.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:33 smithi066 ceph-mon[112137]: pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:34.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:34.366 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:34.366 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:35.098 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:35.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:35.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:35.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:35.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:35.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:35 smithi203 ceph-mon[117428]: pgmap v10571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:35.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:35 smithi137 ceph-mon[117020]: pgmap v10571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:35.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:35 smithi066 ceph-mon[112137]: pgmap v10571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:36.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:36 smithi203 ceph-mon[117428]: from='client.292932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:36.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:36 smithi137 ceph-mon[117020]: from='client.292932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:36.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:36 smithi066 ceph-mon[112137]: from='client.292932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:37.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:37 smithi203 ceph-mon[117428]: pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:37.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:37 smithi137 ceph-mon[117020]: pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:37.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:37 smithi066 ceph-mon[112137]: pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:39.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:39 smithi137 ceph-mon[117020]: pgmap v10573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:39.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:39 smithi066 ceph-mon[112137]: pgmap v10573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:39.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:39 smithi203 ceph-mon[117428]: pgmap v10573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:40.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:40.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:40.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:40.838 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:40.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:40.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:40.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:40.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:41.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:41 smithi137 ceph-mon[117020]: pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:41.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:41 smithi066 ceph-mon[112137]: pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:41.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:41 smithi203 ceph-mon[117428]: pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:42.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:42 smithi137 ceph-mon[117020]: from='client.293007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:42.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:42 smithi066 ceph-mon[112137]: from='client.293007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:42.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:42 smithi203 ceph-mon[117428]: from='client.293007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:43.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:43 smithi137 ceph-mon[117020]: pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:43.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:05:43.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:43 smithi066 ceph-mon[112137]: pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:43.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:05:43.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:43 smithi203 ceph-mon[117428]: pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:43.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:05:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:05:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:05:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:05:44.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:05:44.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:05:44.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:05:44.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:05:44.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:05:44.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:05:45.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:45 smithi203 ceph-mon[117428]: pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:45.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:45 smithi137 ceph-mon[117020]: pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:45.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:45 smithi066 ceph-mon[112137]: pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:45.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:45.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:45.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:46.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:46.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:46.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:46.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:46.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:47.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:47 smithi203 ceph-mon[117428]: pgmap v10577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:47.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:47 smithi203 ceph-mon[117428]: from='client.293082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:47 smithi137 ceph-mon[117020]: pgmap v10577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:47 smithi137 ceph-mon[117020]: from='client.293082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:47.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:47 smithi066 ceph-mon[112137]: pgmap v10577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:47.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:47 smithi066 ceph-mon[112137]: from='client.293082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:49 smithi203 ceph-mon[117428]: pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:49.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:49 smithi137 ceph-mon[117020]: pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:49.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:49 smithi066 ceph-mon[112137]: pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:51.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:51 smithi203 ceph-mon[117428]: pgmap v10579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:51.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:51.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:51.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:51.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:51 smithi137 ceph-mon[117020]: pgmap v10579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:51.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:51 smithi066 ceph-mon[112137]: pgmap v10579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:52.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:52.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:52.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:52.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:52.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:53.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:53 smithi203 ceph-mon[117428]: pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:53.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:53 smithi203 ceph-mon[117428]: from='client.293160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:53.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:53 smithi137 ceph-mon[117020]: pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:53.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:53 smithi137 ceph-mon[117020]: from='client.293160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:53.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:53 smithi066 ceph-mon[112137]: pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:53.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:53 smithi066 ceph-mon[112137]: from='client.293160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:55.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:55 smithi203 ceph-mon[117428]: pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:55.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:55 smithi137 ceph-mon[117020]: pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:55.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:55 smithi066 ceph-mon[112137]: pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:56.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:56 smithi203 ceph-mon[117428]: pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:56.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:56 smithi137 ceph-mon[117020]: pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:56.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:56 smithi066 ceph-mon[112137]: pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:57.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:05:57.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:57.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:58.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:05:58.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:58.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:58.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:58.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:05:59.065 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:58 smithi203 ceph-mon[117428]: from='client.293232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:59.065 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:05:58 smithi203 ceph-mon[117428]: pgmap v10583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:59.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:58 smithi137 ceph-mon[117020]: from='client.293232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:59.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:05:58 smithi137 ceph-mon[117020]: pgmap v10583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:59.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:58 smithi066 ceph-mon[112137]: from='client.293232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:59.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:05:58 smithi066 ceph-mon[112137]: pgmap v10583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:01.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:00 smithi137 ceph-mon[117020]: pgmap v10584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:01.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:00 smithi066 ceph-mon[112137]: pgmap v10584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:01.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:00 smithi203 ceph-mon[117428]: pgmap v10584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:03.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:03.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:03.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:03.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:02 smithi137 ceph-mon[117020]: pgmap v10585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:03.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:02 smithi066 ceph-mon[112137]: pgmap v10585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:03.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:02 smithi203 ceph-mon[117428]: pgmap v10585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:03.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:03.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:03.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:03.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:03.761 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:05.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:04 smithi137 ceph-mon[117020]: from='client.293310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:05.115 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:04 smithi137 ceph-mon[117020]: pgmap v10586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:05.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:04 smithi066 ceph-mon[112137]: from='client.293310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:05.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:04 smithi066 ceph-mon[112137]: pgmap v10586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:05.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:04 smithi203 ceph-mon[117428]: from='client.293310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:05.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:04 smithi203 ceph-mon[117428]: pgmap v10586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:07.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:06 smithi066 ceph-mon[112137]: pgmap v10587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:07.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:06 smithi203 ceph-mon[117428]: pgmap v10587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:07.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:06 smithi137 ceph-mon[117020]: pgmap v10587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:08.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:08.763 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:08.763 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:09.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:08 smithi066 ceph-mon[112137]: pgmap v10588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:09.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:08 smithi203 ceph-mon[117428]: pgmap v10588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:09.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:08 smithi137 ceph-mon[117020]: pgmap v10588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:09.496 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:09.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:09.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:09.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:09.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:10.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:09 smithi066 ceph-mon[112137]: from='client.293379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:10.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:09 smithi203 ceph-mon[117428]: from='client.293379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:10.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:09 smithi137 ceph-mon[117020]: from='client.293379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:11.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:10 smithi066 ceph-mon[112137]: pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:11.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:10 smithi203 ceph-mon[117428]: pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:11.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:10 smithi137 ceph-mon[117020]: pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:13.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:12 smithi066 ceph-mon[112137]: pgmap v10590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:13.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:12 smithi203 ceph-mon[117428]: pgmap v10590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:13.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:12 smithi137 ceph-mon[117020]: pgmap v10590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:14.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:14.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:14.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:15.218 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:15.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:15.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:15.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:15.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:15.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:14 smithi066 ceph-mon[112137]: pgmap v10591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:15.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:14 smithi203 ceph-mon[117428]: pgmap v10591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:15.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:14 smithi137 ceph-mon[117020]: pgmap v10591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:16.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:15 smithi066 ceph-mon[112137]: from='client.293454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:16.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:15 smithi203 ceph-mon[117428]: from='client.293454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:16.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:15 smithi137 ceph-mon[117020]: from='client.293454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:17.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:16 smithi066 ceph-mon[112137]: pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:17.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:16 smithi203 ceph-mon[117428]: pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:17.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:16 smithi137 ceph-mon[117020]: pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:19.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:18 smithi066 ceph-mon[112137]: pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:19.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:18 smithi203 ceph-mon[117428]: pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:19.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:18 smithi137 ceph-mon[117020]: pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:20.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:20.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:20.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:20.946 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:20.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:20.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:20.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:20.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:21.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:20 smithi066 ceph-mon[112137]: pgmap v10594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:21.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:20 smithi203 ceph-mon[117428]: pgmap v10594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:21.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:20 smithi137 ceph-mon[117020]: pgmap v10594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:22.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:21 smithi066 ceph-mon[112137]: from='client.293529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:22.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:21 smithi203 ceph-mon[117428]: from='client.293529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:22.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:21 smithi137 ceph-mon[117020]: from='client.293529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:23.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:22 smithi066 ceph-mon[112137]: pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:23.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:22 smithi203 ceph-mon[117428]: pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:23.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:22 smithi137 ceph-mon[117020]: pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:25.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:24 smithi066 ceph-mon[112137]: pgmap v10596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:25.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:24 smithi203 ceph-mon[117428]: pgmap v10596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:25.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:24 smithi137 ceph-mon[117020]: pgmap v10596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:25.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:25.948 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:25.948 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:26.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:26.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:26.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:26.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:26.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:27.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:26 smithi066 ceph-mon[112137]: pgmap v10597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:27.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:26 smithi203 ceph-mon[117428]: pgmap v10597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:27.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:26 smithi137 ceph-mon[117020]: pgmap v10597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:28.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:27 smithi066 ceph-mon[112137]: from='client.293601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:28.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:27 smithi203 ceph-mon[117428]: from='client.293601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:28.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:27 smithi137 ceph-mon[117020]: from='client.293601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:29.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:28 smithi066 ceph-mon[112137]: pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:29.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:28 smithi203 ceph-mon[117428]: pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:29.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:28 smithi137 ceph-mon[117020]: pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:31.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:30 smithi066 ceph-mon[112137]: pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:31.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:30 smithi203 ceph-mon[117428]: pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:31.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:30 smithi137 ceph-mon[117020]: pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:31.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:31.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:31.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:32.398 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:32.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:32.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:32.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:32.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:33.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:32 smithi066 ceph-mon[112137]: pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:33.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:32 smithi066 ceph-mon[112137]: from='client.293676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:33.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:32 smithi203 ceph-mon[117428]: pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:33.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:32 smithi203 ceph-mon[117428]: from='client.293676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:33.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:32 smithi137 ceph-mon[117020]: pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:33.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:32 smithi137 ceph-mon[117020]: from='client.293676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:35.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:34 smithi066 ceph-mon[112137]: pgmap v10601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:35.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:34 smithi203 ceph-mon[117428]: pgmap v10601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:35.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:34 smithi137 ceph-mon[117020]: pgmap v10601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:37.231 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:36 smithi066 ceph-mon[112137]: pgmap v10602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:37.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:36 smithi203 ceph-mon[117428]: pgmap v10602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:37.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:36 smithi137 ceph-mon[117020]: pgmap v10602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:37.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:37.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:37.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:38.121 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:38.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:38.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:38.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:38.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:39.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:38 smithi066 ceph-mon[112137]: pgmap v10603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:39.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:38 smithi066 ceph-mon[112137]: from='client.293751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:39.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:38 smithi203 ceph-mon[117428]: pgmap v10603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:39.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:38 smithi203 ceph-mon[117428]: from='client.293751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:39.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:38 smithi137 ceph-mon[117020]: pgmap v10603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:39.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:38 smithi137 ceph-mon[117020]: from='client.293751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:41.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:40 smithi066 ceph-mon[112137]: pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:41.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:40 smithi203 ceph-mon[117428]: pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:41.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:40 smithi137 ceph-mon[117020]: pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:43.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:43.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:43.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:43.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:42 smithi066 ceph-mon[112137]: pgmap v10605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:43.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:42 smithi203 ceph-mon[117428]: pgmap v10605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:43.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:42 smithi137 ceph-mon[117020]: pgmap v10605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:43.878 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:43.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:43.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:43.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:43.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:44.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:06:44.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:06:44.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:06:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:44.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:45.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:44 smithi066 ceph-mon[112137]: from='client.293826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:45.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:44 smithi066 ceph-mon[112137]: pgmap v10606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:45.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:06:45.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:06:45.230 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:45.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:44 smithi203 ceph-mon[117428]: from='client.293826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:45.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:44 smithi203 ceph-mon[117428]: pgmap v10606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:45.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:06:45.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:06:45.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:45.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:44 smithi137 ceph-mon[117020]: from='client.293826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:45.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:44 smithi137 ceph-mon[117020]: pgmap v10606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:45.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:06:45.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:06:45.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:06:47.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:46 smithi066 ceph-mon[112137]: pgmap v10607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:47.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:46 smithi203 ceph-mon[117428]: pgmap v10607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:47.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:46 smithi137 ceph-mon[117020]: pgmap v10607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:48.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:48.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:48.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:49.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:48 smithi066 ceph-mon[112137]: pgmap v10608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:49.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:48 smithi203 ceph-mon[117428]: pgmap v10608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:49.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:48 smithi137 ceph-mon[117020]: pgmap v10608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:49.603 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:49.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:49.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:49.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:49.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:50.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:49 smithi066 ceph-mon[112137]: from='client.293904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:50.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:49 smithi203 ceph-mon[117428]: from='client.293904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:50.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:49 smithi137 ceph-mon[117020]: from='client.293904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:51.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:50 smithi066 ceph-mon[112137]: pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:51.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:50 smithi203 ceph-mon[117428]: pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:51.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:50 smithi137 ceph-mon[117020]: pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:53.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:52 smithi066 ceph-mon[112137]: pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:53.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:52 smithi203 ceph-mon[117428]: pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:53.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:52 smithi137 ceph-mon[117020]: pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:54.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:06:54.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:54.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:55.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:54 smithi066 ceph-mon[112137]: pgmap v10611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:55.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:54 smithi203 ceph-mon[117428]: pgmap v10611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:55.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:06:55.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:55.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:55.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:55.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:06:55.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:54 smithi137 ceph-mon[117020]: pgmap v10611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:56.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:55 smithi066 ceph-mon[112137]: from='client.293979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:56.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:55 smithi203 ceph-mon[117428]: from='client.293979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:56.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:55 smithi137 ceph-mon[117020]: from='client.293979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:57.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:56 smithi066 ceph-mon[112137]: pgmap v10612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:57.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:56 smithi203 ceph-mon[117428]: pgmap v10612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:56 smithi137 ceph-mon[117020]: pgmap v10612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:59.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:06:58 smithi203 ceph-mon[117428]: pgmap v10613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:59.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:06:58 smithi137 ceph-mon[117020]: pgmap v10613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:59.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:06:58 smithi066 ceph-mon[112137]: pgmap v10613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:00.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:00.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:00.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:01.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:01.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:01.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:01.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:01.062 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:01.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:00 smithi203 ceph-mon[117428]: pgmap v10614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:01.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:00 smithi137 ceph-mon[117020]: pgmap v10614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:01.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:00 smithi066 ceph-mon[112137]: pgmap v10614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:02.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:01 smithi203 ceph-mon[117428]: from='client.294057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:02.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:01 smithi137 ceph-mon[117020]: from='client.294057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:02.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:01 smithi066 ceph-mon[112137]: from='client.294057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:03.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:02 smithi203 ceph-mon[117428]: pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:03.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:02 smithi137 ceph-mon[117020]: pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:03.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:02 smithi066 ceph-mon[112137]: pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:05.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:05 smithi203 ceph-mon[117428]: pgmap v10616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:05.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:05 smithi137 ceph-mon[117020]: pgmap v10616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:05.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:05 smithi066 ceph-mon[112137]: pgmap v10616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:06.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:06.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:06.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:06.808 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:06.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:06.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:06.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:06.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:07.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:07 smithi203 ceph-mon[117428]: pgmap v10617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:07.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:07 smithi137 ceph-mon[117020]: pgmap v10617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:07.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:07 smithi066 ceph-mon[112137]: pgmap v10617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:08.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:08 smithi203 ceph-mon[117428]: from='client.294132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:08.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:08 smithi137 ceph-mon[117020]: from='client.294132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:08.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:08 smithi066 ceph-mon[112137]: from='client.294132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:09.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:09 smithi203 ceph-mon[117428]: pgmap v10618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:09.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:09 smithi137 ceph-mon[117020]: pgmap v10618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:09.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:09 smithi066 ceph-mon[112137]: pgmap v10618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:11.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:11 smithi203 ceph-mon[117428]: pgmap v10619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:11.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:11 smithi137 ceph-mon[117020]: pgmap v10619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:11.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:11 smithi066 ceph-mon[112137]: pgmap v10619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:11.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:11.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:11.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:12.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:12.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:12.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:12.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:12.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:13.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:13 smithi203 ceph-mon[117428]: pgmap v10620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:13.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:13 smithi203 ceph-mon[117428]: from='client.294204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:13.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:13 smithi137 ceph-mon[117020]: pgmap v10620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:13.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:13 smithi137 ceph-mon[117020]: from='client.294204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:13.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:13 smithi066 ceph-mon[112137]: pgmap v10620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:13.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:13 smithi066 ceph-mon[112137]: from='client.294204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:15.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:15 smithi203 ceph-mon[117428]: pgmap v10621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:15.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:15 smithi137 ceph-mon[117020]: pgmap v10621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:15.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:15 smithi066 ceph-mon[112137]: pgmap v10621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:17.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:17 smithi203 ceph-mon[117428]: pgmap v10622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:17.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:17 smithi137 ceph-mon[117020]: pgmap v10622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:17.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:17 smithi066 ceph-mon[112137]: pgmap v10622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:17.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:17.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:17.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:18.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:18.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:18.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:18.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:18.262 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:19.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:19 smithi203 ceph-mon[117428]: pgmap v10623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:19.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:19 smithi203 ceph-mon[117428]: from='client.294282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:19.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:19 smithi137 ceph-mon[117020]: pgmap v10623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:19.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:19 smithi137 ceph-mon[117020]: from='client.294282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:19.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:19 smithi066 ceph-mon[112137]: pgmap v10623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:19.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:19 smithi066 ceph-mon[112137]: from='client.294282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:21.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:21 smithi203 ceph-mon[117428]: pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:21.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:21 smithi137 ceph-mon[117020]: pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:21.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:21 smithi066 ceph-mon[112137]: pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:23.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:23.264 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:23.264 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:23.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:23 smithi203 ceph-mon[117428]: pgmap v10625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:23.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:23 smithi137 ceph-mon[117020]: pgmap v10625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:23.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:23 smithi066 ceph-mon[112137]: pgmap v10625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:23.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:23.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:23.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:23.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:23.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:25.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:25 smithi203 ceph-mon[117428]: from='client.294354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:25.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:25 smithi203 ceph-mon[117428]: pgmap v10626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:25.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:25 smithi137 ceph-mon[117020]: from='client.294354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:25.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:25 smithi137 ceph-mon[117020]: pgmap v10626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:25.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:25 smithi066 ceph-mon[112137]: from='client.294354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:25.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:25 smithi066 ceph-mon[112137]: pgmap v10626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:27.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:27 smithi203 ceph-mon[117428]: pgmap v10627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:27.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:27 smithi137 ceph-mon[117020]: pgmap v10627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:27.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:27 smithi066 ceph-mon[112137]: pgmap v10627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:28.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:28.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:28.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:29.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:29 smithi203 ceph-mon[117428]: pgmap v10628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:29.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:29 smithi137 ceph-mon[117020]: pgmap v10628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:29.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:29 smithi066 ceph-mon[112137]: pgmap v10628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:29.730 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:29.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:29.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:29.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:29.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:31.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:31 smithi203 ceph-mon[117428]: from='client.294429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:31.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:31 smithi203 ceph-mon[117428]: pgmap v10629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:31.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:31 smithi137 ceph-mon[117020]: from='client.294429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:31.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:31 smithi137 ceph-mon[117020]: pgmap v10629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:31.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:31 smithi066 ceph-mon[112137]: from='client.294429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:31.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:31 smithi066 ceph-mon[112137]: pgmap v10629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:33.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:33 smithi203 ceph-mon[117428]: pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:33.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:33 smithi137 ceph-mon[117020]: pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:33.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:33 smithi066 ceph-mon[112137]: pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:34.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:34.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:34.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:35.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:35 smithi203 ceph-mon[117428]: pgmap v10631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:35.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:35 smithi137 ceph-mon[117020]: pgmap v10631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:35.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:35.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:35.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:35.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:35.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:35.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:35 smithi066 ceph-mon[112137]: pgmap v10631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:36.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:36 smithi203 ceph-mon[117428]: from='client.294498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:36.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:36 smithi137 ceph-mon[117020]: from='client.294498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:36.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:36 smithi066 ceph-mon[112137]: from='client.294498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:37.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:37 smithi203 ceph-mon[117428]: pgmap v10632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:37.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:37 smithi137 ceph-mon[117020]: pgmap v10632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:37.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:37 smithi066 ceph-mon[112137]: pgmap v10632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:39.317 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:39 smithi203 ceph-mon[117428]: pgmap v10633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:39.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:39 smithi137 ceph-mon[117020]: pgmap v10633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:39.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:39 smithi066 ceph-mon[112137]: pgmap v10633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:40.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:40.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:40.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:41.170 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:41.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:41.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:41.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:41.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:41.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:41 smithi203 ceph-mon[117428]: pgmap v10634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:41.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:41 smithi137 ceph-mon[117020]: pgmap v10634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:41.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:41 smithi066 ceph-mon[112137]: pgmap v10634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:42.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:42 smithi137 ceph-mon[117020]: from='client.294576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:42.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:42 smithi066 ceph-mon[112137]: from='client.294576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:42.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:42 smithi203 ceph-mon[117428]: from='client.294576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:43.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:43 smithi137 ceph-mon[117020]: pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:43.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:43 smithi066 ceph-mon[112137]: pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:43.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:43 smithi203 ceph-mon[117428]: pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:45.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:45 smithi137 ceph-mon[117020]: pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:45.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:07:45.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:07:45.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:07:45.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:07:45.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:45 smithi066 ceph-mon[112137]: pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:45.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:07:45.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:07:45.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:07:45.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:07:45.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:45 smithi203 ceph-mon[117428]: pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:45.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:07:45.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:07:45.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:07:45.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:07:46.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:46.172 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:46.172 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:46.909 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:46.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:46.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:46.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:46.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:47.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:47 smithi137 ceph-mon[117020]: pgmap v10637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:47.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:47 smithi066 ceph-mon[112137]: pgmap v10637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:47 smithi203 ceph-mon[117428]: pgmap v10637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:48.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:48 smithi137 ceph-mon[117020]: from='client.294651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:48.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:48 smithi066 ceph-mon[112137]: from='client.294651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:48.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:48 smithi203 ceph-mon[117428]: from='client.294651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:49.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:49 smithi137 ceph-mon[117020]: pgmap v10638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:49.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:49 smithi066 ceph-mon[112137]: pgmap v10638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:49 smithi203 ceph-mon[117428]: pgmap v10638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:51.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:51 smithi137 ceph-mon[117020]: pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:51.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:51 smithi066 ceph-mon[112137]: pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:51.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:51 smithi203 ceph-mon[117428]: pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:51.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:51.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:51.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:52.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:52.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:52.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:52.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:52.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:53.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:53 smithi137 ceph-mon[117020]: pgmap v10640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:53.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:53 smithi137 ceph-mon[117020]: from='client.294729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:53.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:53 smithi066 ceph-mon[112137]: pgmap v10640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:53.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:53 smithi066 ceph-mon[112137]: from='client.294729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:53.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:53 smithi203 ceph-mon[117428]: pgmap v10640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:53.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:53 smithi203 ceph-mon[117428]: from='client.294729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:55.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:55 smithi137 ceph-mon[117020]: pgmap v10641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:55.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:55 smithi066 ceph-mon[112137]: pgmap v10641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:55.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:55 smithi203 ceph-mon[117428]: pgmap v10641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:57 smithi137 ceph-mon[117020]: pgmap v10642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:57.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:57 smithi066 ceph-mon[112137]: pgmap v10642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:57 smithi203 ceph-mon[117428]: pgmap v10642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:57.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:07:57.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:57.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:58.387 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:07:58.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:58.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:58.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:58.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:07:59.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:59 smithi137 ceph-mon[117020]: pgmap v10643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:59.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:07:59 smithi137 ceph-mon[117020]: from='client.294804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:59.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:59 smithi066 ceph-mon[112137]: pgmap v10643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:59.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:07:59 smithi066 ceph-mon[112137]: from='client.294804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:59.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:59 smithi203 ceph-mon[117428]: pgmap v10643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:59.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:07:59 smithi203 ceph-mon[117428]: from='client.294804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:01.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:01 smithi137 ceph-mon[117020]: pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:01.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:01 smithi066 ceph-mon[112137]: pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:01.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:01 smithi203 ceph-mon[117428]: pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:03.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:03 smithi137 ceph-mon[117020]: pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:03.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:03.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:03.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:03.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:03 smithi066 ceph-mon[112137]: pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:03.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:03 smithi203 ceph-mon[117428]: pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:04.112 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:04.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:04.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:04.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:04.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:05.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:05 smithi137 ceph-mon[117020]: pgmap v10646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:05.391 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:05 smithi137 ceph-mon[117020]: from='client.294882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:05.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:05 smithi066 ceph-mon[112137]: pgmap v10646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:05.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:05 smithi066 ceph-mon[112137]: from='client.294882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:05.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:05 smithi203 ceph-mon[117428]: pgmap v10646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:05.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:05 smithi203 ceph-mon[117428]: from='client.294882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:07.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:07 smithi137 ceph-mon[117020]: pgmap v10647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:07.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:07 smithi066 ceph-mon[112137]: pgmap v10647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:07.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:07 smithi203 ceph-mon[117428]: pgmap v10647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:09.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:09.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:09.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:09.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:09 smithi066 ceph-mon[112137]: pgmap v10648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:09.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:09 smithi203 ceph-mon[117428]: pgmap v10648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:09.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:09 smithi137 ceph-mon[117020]: pgmap v10648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:09.861 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:09.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:09.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:09.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:09.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:11.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:11 smithi066 ceph-mon[112137]: from='client.294954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:11.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:11 smithi066 ceph-mon[112137]: pgmap v10649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:08:11.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:11 smithi203 ceph-mon[117428]: from='client.294954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:11.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:11 smithi203 ceph-mon[117428]: pgmap v10649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:08:11.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:11 smithi137 ceph-mon[117020]: from='client.294954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:11.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:11 smithi137 ceph-mon[117020]: pgmap v10649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:08:13.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:13 smithi066 ceph-mon[112137]: pgmap v10650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:08:13.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:13 smithi203 ceph-mon[117428]: pgmap v10650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:08:13.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:13 smithi137 ceph-mon[117020]: pgmap v10650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:08:14.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:14.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:14.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:15.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:15 smithi066 ceph-mon[112137]: pgmap v10651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:08:15.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:15 smithi203 ceph-mon[117428]: pgmap v10651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:08:15.590 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:15.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:15.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:15.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:15.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:15.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:15 smithi137 ceph-mon[117020]: pgmap v10651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:08:16.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:16 smithi066 ceph-mon[112137]: from='client.295029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:16.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:16 smithi203 ceph-mon[117428]: from='client.295029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:16.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:16 smithi137 ceph-mon[117020]: from='client.295029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:17.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:17 smithi066 ceph-mon[112137]: pgmap v10652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:17.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:17 smithi203 ceph-mon[117428]: pgmap v10652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:17.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:17 smithi137 ceph-mon[117020]: pgmap v10652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:19.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:19 smithi066 ceph-mon[112137]: pgmap v10653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:19.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:19 smithi203 ceph-mon[117428]: pgmap v10653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:19.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:19 smithi137 ceph-mon[117020]: pgmap v10653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:20.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:20.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:20.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:21.318 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:21.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:21.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:21.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:21.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:21.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:21 smithi066 ceph-mon[112137]: pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:08:21.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:21 smithi203 ceph-mon[117428]: pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:08:21.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:21 smithi137 ceph-mon[117020]: pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:08:22.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:22 smithi066 ceph-mon[112137]: from='client.295104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:22.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:22 smithi203 ceph-mon[117428]: from='client.295104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:22.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:22 smithi137 ceph-mon[117020]: from='client.295104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:23.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:23 smithi066 ceph-mon[112137]: pgmap v10655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:08:23.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:23 smithi203 ceph-mon[117428]: pgmap v10655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:08:23.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:23 smithi137 ceph-mon[117020]: pgmap v10655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:08:25.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:25 smithi066 ceph-mon[112137]: pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:08:25.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:25 smithi203 ceph-mon[117428]: pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:08:25.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:25 smithi137 ceph-mon[117020]: pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:08:26.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:26.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:26.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:27.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:27.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:27.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:27.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:27.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:27.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:27 smithi066 ceph-mon[112137]: pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:08:27.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:27 smithi203 ceph-mon[117428]: pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:08:27.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:27 smithi137 ceph-mon[117020]: pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:08:28.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:28 smithi066 ceph-mon[112137]: from='client.295176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:28.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:28 smithi203 ceph-mon[117428]: from='client.295176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:28.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:28 smithi137 ceph-mon[117020]: from='client.295176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:29.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:29 smithi066 ceph-mon[112137]: pgmap v10658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:29.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:29 smithi203 ceph-mon[117428]: pgmap v10658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:29.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:29 smithi137 ceph-mon[117020]: pgmap v10658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:31.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:31 smithi066 ceph-mon[112137]: pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:08:31.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:31 smithi203 ceph-mon[117428]: pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:08:31.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:31 smithi137 ceph-mon[117020]: pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:08:32.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:32.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:32.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:32.779 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:32.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:32.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:32.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:32.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:33.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:33 smithi066 ceph-mon[112137]: pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:08:33.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:33 smithi203 ceph-mon[117428]: pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:08:33.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:33 smithi137 ceph-mon[117020]: pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:08:34.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:34 smithi066 ceph-mon[112137]: from='client.295254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:34.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:34 smithi203 ceph-mon[117428]: from='client.295254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:34.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:34 smithi137 ceph-mon[117020]: from='client.295254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:35.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:35 smithi066 ceph-mon[112137]: pgmap v10661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:35.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:35 smithi203 ceph-mon[117428]: pgmap v10661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:35.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:35 smithi137 ceph-mon[117020]: pgmap v10661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:37.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:37 smithi066 ceph-mon[112137]: pgmap v10662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:37.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:37 smithi203 ceph-mon[117428]: pgmap v10662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:37.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:37 smithi137 ceph-mon[117020]: pgmap v10662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:37.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:37.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:37.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:38.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:38.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:38.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:38.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:38.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:39.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:39 smithi066 ceph-mon[112137]: pgmap v10663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:39.531 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:39 smithi066 ceph-mon[112137]: from='client.295332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:39.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:39 smithi203 ceph-mon[117428]: pgmap v10663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:39.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:39 smithi203 ceph-mon[117428]: from='client.295332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:39.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:39 smithi137 ceph-mon[117020]: pgmap v10663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:39.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:39 smithi137 ceph-mon[117020]: from='client.295332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:41.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:41 smithi066 ceph-mon[112137]: pgmap v10664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:08:41.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:41 smithi203 ceph-mon[117428]: pgmap v10664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:08:41.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:41 smithi137 ceph-mon[117020]: pgmap v10664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:08:43.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:43 smithi066 ceph-mon[112137]: pgmap v10665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:08:43.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:43.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:43.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:43.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:43 smithi203 ceph-mon[117428]: pgmap v10665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:08:43.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:43 smithi137 ceph-mon[117020]: pgmap v10665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:08:44.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:44.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:44.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:44.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:44.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:45.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:45 smithi066 ceph-mon[112137]: pgmap v10666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:45.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:45 smithi066 ceph-mon[112137]: from='client.295410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:45.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:45 smithi203 ceph-mon[117428]: pgmap v10666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:45.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:45 smithi203 ceph-mon[117428]: from='client.295410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:45.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:45 smithi137 ceph-mon[117020]: pgmap v10666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:45.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:45 smithi137 ceph-mon[117020]: from='client.295410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:46.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:08:46.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:08:46.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:08:46.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:46.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:47.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:47 smithi066 ceph-mon[112137]: pgmap v10667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:47.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:08:47.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:08:47.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:47.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:08:47.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:08:47.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:47 smithi203 ceph-mon[117428]: pgmap v10667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:08:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:08:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:47.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:08:47.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:08:47.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:47.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:47 smithi137 ceph-mon[117020]: pgmap v10667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:08:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:08:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:08:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:08:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:08:48.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:48 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16146M 2023-12-07T23:08:48.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:48 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16146M 2023-12-07T23:08:48.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:48 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16146M 2023-12-07T23:08:49.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:49.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:49.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:49.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:49 smithi066 ceph-mon[112137]: pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:49.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:49 smithi203 ceph-mon[117428]: pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:49 smithi137 ceph-mon[117020]: pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:49.978 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:49.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:49.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:49.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:49.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:51.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:51 smithi066 ceph-mon[112137]: from='client.295488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:51.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:51 smithi066 ceph-mon[112137]: pgmap v10669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:51.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:51 smithi203 ceph-mon[117428]: from='client.295488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:51.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:51 smithi203 ceph-mon[117428]: pgmap v10669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:51.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:51 smithi137 ceph-mon[117020]: from='client.295488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:51.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:51 smithi137 ceph-mon[117020]: pgmap v10669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:53.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:53 smithi066 ceph-mon[112137]: pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:53.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:53 smithi203 ceph-mon[117428]: pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:53.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:53 smithi137 ceph-mon[117020]: pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:54.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:08:54.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:54.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:55.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:55 smithi066 ceph-mon[112137]: pgmap v10671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:08:55.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:55 smithi203 ceph-mon[117428]: pgmap v10671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:08:55.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:55 smithi137 ceph-mon[117020]: pgmap v10671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:08:55.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:08:55.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:55.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:55.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:55.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:08:57.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:57 smithi066 ceph-mon[112137]: from='client.295557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:57.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:57 smithi066 ceph-mon[112137]: pgmap v10672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:57 smithi203 ceph-mon[117428]: from='client.295557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:57 smithi203 ceph-mon[117428]: pgmap v10672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:57.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:57 smithi137 ceph-mon[117020]: from='client.295557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:57.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:57 smithi137 ceph-mon[117020]: pgmap v10672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:59.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:08:59 smithi066 ceph-mon[112137]: pgmap v10673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:59.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:08:59 smithi203 ceph-mon[117428]: pgmap v10673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:59.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:08:59 smithi137 ceph-mon[117020]: pgmap v10673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:00.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:00.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:00.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:01.451 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:01.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:01.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:01.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:01.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:01.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:01 smithi066 ceph-mon[112137]: pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:09:01.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:01 smithi203 ceph-mon[117428]: pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:09:01.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:01 smithi137 ceph-mon[117020]: pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:09:02.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:02 smithi066 ceph-mon[112137]: from='client.295635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:02.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:02 smithi203 ceph-mon[117428]: from='client.295635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:02.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:02 smithi137 ceph-mon[117020]: from='client.295635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:03.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:03 smithi066 ceph-mon[112137]: pgmap v10675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:03.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:03 smithi203 ceph-mon[117428]: pgmap v10675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:03.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:03 smithi137 ceph-mon[117020]: pgmap v10675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:05.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:05 smithi066 ceph-mon[112137]: pgmap v10676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:09:05.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:05 smithi203 ceph-mon[117428]: pgmap v10676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:09:05.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:05 smithi137 ceph-mon[117020]: pgmap v10676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:09:06.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:06.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:06.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:07.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:07.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:07 smithi066 ceph-mon[112137]: pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:07.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:07 smithi203 ceph-mon[117428]: pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:07.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:07 smithi137 ceph-mon[117020]: pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:08.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:08 smithi066 ceph-mon[112137]: from='client.295713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:08.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:08 smithi203 ceph-mon[117428]: from='client.295713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:08.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:08 smithi137 ceph-mon[117020]: from='client.295713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:09.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:09 smithi066 ceph-mon[112137]: pgmap v10678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:09.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:09 smithi203 ceph-mon[117428]: pgmap v10678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:09.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:09 smithi137 ceph-mon[117020]: pgmap v10678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:11.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:11 smithi203 ceph-mon[117428]: pgmap v10679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:09:11.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:11 smithi137 ceph-mon[117020]: pgmap v10679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:09:11.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:11 smithi066 ceph-mon[112137]: pgmap v10679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:09:12.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:12.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:12.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:12.909 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:12.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:12.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:12.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:12.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:13.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:13 smithi203 ceph-mon[117428]: pgmap v10680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:13.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:13 smithi137 ceph-mon[117020]: pgmap v10680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:13.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:13 smithi066 ceph-mon[112137]: pgmap v10680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:14.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:14 smithi203 ceph-mon[117428]: from='client.295785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:14.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:14 smithi137 ceph-mon[117020]: from='client.295785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:14.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:14 smithi066 ceph-mon[112137]: from='client.295785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:15.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:15 smithi203 ceph-mon[117428]: pgmap v10681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:15.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:15 smithi137 ceph-mon[117020]: pgmap v10681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:15.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:15 smithi066 ceph-mon[112137]: pgmap v10681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:17.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:17 smithi203 ceph-mon[117428]: pgmap v10682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:17.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:17 smithi137 ceph-mon[117020]: pgmap v10682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:17.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:17 smithi066 ceph-mon[112137]: pgmap v10682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:17.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:17.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:17.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:18.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:18.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:18.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:18.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:18.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:19.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:19 smithi203 ceph-mon[117428]: pgmap v10683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:19.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:19 smithi203 ceph-mon[117428]: from='client.295860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:19.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:19 smithi137 ceph-mon[117020]: pgmap v10683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:19.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:19 smithi137 ceph-mon[117020]: from='client.295860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:19.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:19 smithi066 ceph-mon[112137]: pgmap v10683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:19.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:19 smithi066 ceph-mon[112137]: from='client.295860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:21.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:21 smithi203 ceph-mon[117428]: pgmap v10684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:09:21.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:21 smithi137 ceph-mon[117020]: pgmap v10684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:09:21.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:21 smithi066 ceph-mon[112137]: pgmap v10684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:09:23.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:23 smithi203 ceph-mon[117428]: pgmap v10685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:23.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:23 smithi137 ceph-mon[117020]: pgmap v10685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:23.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:23.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:23.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:23.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:23 smithi066 ceph-mon[112137]: pgmap v10685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:24.361 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:24.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:24.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:24.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:24.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:25.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:25 smithi203 ceph-mon[117428]: pgmap v10686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:25.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:25 smithi203 ceph-mon[117428]: from='client.295938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:25.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:25 smithi137 ceph-mon[117020]: pgmap v10686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:25.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:25 smithi137 ceph-mon[117020]: from='client.295938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:25.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:25 smithi066 ceph-mon[112137]: pgmap v10686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:25.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:25 smithi066 ceph-mon[112137]: from='client.295938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:27.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:27 smithi203 ceph-mon[117428]: pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:27.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:27 smithi137 ceph-mon[117020]: pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:27.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:27 smithi066 ceph-mon[112137]: pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:29.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:29.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:29.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:29.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:29 smithi203 ceph-mon[117428]: pgmap v10688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:29.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:29 smithi137 ceph-mon[117020]: pgmap v10688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:29.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:29 smithi066 ceph-mon[112137]: pgmap v10688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:30.089 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:30.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:30.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:30.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:30.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:31.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:31 smithi203 ceph-mon[117428]: from='client.296013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:31.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:31 smithi203 ceph-mon[117428]: pgmap v10689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:31.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:31 smithi137 ceph-mon[117020]: from='client.296013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:31.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:31 smithi137 ceph-mon[117020]: pgmap v10689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:31.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:31 smithi066 ceph-mon[112137]: from='client.296013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:31.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:31 smithi066 ceph-mon[112137]: pgmap v10689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:33.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:33 smithi203 ceph-mon[117428]: pgmap v10690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:09:33.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:33 smithi137 ceph-mon[117020]: pgmap v10690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:09:33.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:33 smithi066 ceph-mon[112137]: pgmap v10690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:09:35.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:35.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:35.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:35.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:35 smithi203 ceph-mon[117428]: pgmap v10691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:35.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:35 smithi137 ceph-mon[117020]: pgmap v10691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:35.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:35 smithi066 ceph-mon[112137]: pgmap v10691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:35.821 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:35.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:35.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:35.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:35.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:37.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:37 smithi203 ceph-mon[117428]: from='client.296088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:37.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:37 smithi203 ceph-mon[117428]: pgmap v10692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:37.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:37 smithi137 ceph-mon[117020]: from='client.296088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:37.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:37 smithi137 ceph-mon[117020]: pgmap v10692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:37.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:37 smithi066 ceph-mon[112137]: from='client.296088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:37.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:37 smithi066 ceph-mon[112137]: pgmap v10692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:39.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:39 smithi203 ceph-mon[117428]: pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:39.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:39 smithi137 ceph-mon[117020]: pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:39.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:39 smithi066 ceph-mon[112137]: pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:40.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:40.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:40.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:41.547 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:41.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:41.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:41.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:41.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:41.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:41 smithi203 ceph-mon[117428]: pgmap v10694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:09:41.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:41 smithi137 ceph-mon[117020]: pgmap v10694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:09:41.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:41 smithi066 ceph-mon[112137]: pgmap v10694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:09:42.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:42 smithi203 ceph-mon[117428]: from='client.296163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:42.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:42 smithi137 ceph-mon[117020]: from='client.296163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:42.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:42 smithi066 ceph-mon[112137]: from='client.296163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:43.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:43 smithi203 ceph-mon[117428]: pgmap v10695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:43.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:43 smithi137 ceph-mon[117020]: pgmap v10695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:43.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:43 smithi066 ceph-mon[112137]: pgmap v10695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:45.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:45 smithi203 ceph-mon[117428]: pgmap v10696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:45.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:45 smithi137 ceph-mon[117020]: pgmap v10696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:45.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:45 smithi066 ceph-mon[112137]: pgmap v10696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:46.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:46.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:46.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:47.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:47.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:47.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:47.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:47.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:47 smithi203 ceph-mon[117428]: pgmap v10697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:09:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:09:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:09:47.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:47 smithi137 ceph-mon[117020]: pgmap v10697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:47.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:09:47.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:09:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:09:47.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:47 smithi066 ceph-mon[112137]: pgmap v10697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:47.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:09:47.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:09:47.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:09:48.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:48 smithi203 ceph-mon[117428]: from='client.296241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:48.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:09:48.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:48 smithi137 ceph-mon[117020]: from='client.296241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:48.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:09:48.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:48 smithi066 ceph-mon[112137]: from='client.296241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:48.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:09:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:49 smithi203 ceph-mon[117428]: pgmap v10698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:49 smithi137 ceph-mon[117020]: pgmap v10698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:49.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:49 smithi066 ceph-mon[112137]: pgmap v10698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:51.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:51 smithi137 ceph-mon[117020]: pgmap v10699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:09:51.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:51 smithi066 ceph-mon[112137]: pgmap v10699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:09:51.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:51 smithi203 ceph-mon[117428]: pgmap v10699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:09:52.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:52.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:52.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:53.066 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:53.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:53.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:53.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:53.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:53.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:53 smithi137 ceph-mon[117020]: pgmap v10700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:53 smithi066 ceph-mon[112137]: pgmap v10700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:53.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:53 smithi203 ceph-mon[117428]: pgmap v10700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:09:54.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:54 smithi137 ceph-mon[117020]: from='client.296319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:54.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:54 smithi066 ceph-mon[112137]: from='client.296319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:54.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:54 smithi203 ceph-mon[117428]: from='client.296319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:55.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:55 smithi137 ceph-mon[117020]: pgmap v10701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:55.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:55 smithi066 ceph-mon[112137]: pgmap v10701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:55.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:55 smithi203 ceph-mon[117428]: pgmap v10701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:57.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:57 smithi137 ceph-mon[117020]: pgmap v10702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:57.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:57 smithi066 ceph-mon[112137]: pgmap v10702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:57.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:57 smithi203 ceph-mon[117428]: pgmap v10702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:58.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:09:58.068 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:58.068 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:58.786 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:09:58.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:58.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:58.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:58.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:09:59.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:09:59 smithi137 ceph-mon[117020]: pgmap v10703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:59.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:09:59 smithi066 ceph-mon[112137]: pgmap v10703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:59.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:09:59 smithi203 ceph-mon[117428]: pgmap v10703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:00.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:00 smithi137 ceph-mon[117020]: from='client.296394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:00.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T23:10:00.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:00 smithi066 ceph-mon[112137]: from='client.296394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:00.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T23:10:00.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:00 smithi203 ceph-mon[117428]: from='client.296394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:00.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T23:10:01.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:01 smithi137 ceph-mon[117020]: pgmap v10704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:10:01.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:01 smithi066 ceph-mon[112137]: pgmap v10704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:10:01.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:01 smithi203 ceph-mon[117428]: pgmap v10704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:10:02.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:02 smithi137 ceph-mon[117020]: pgmap v10705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:10:02.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:02 smithi066 ceph-mon[112137]: pgmap v10705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:10:02.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:02 smithi203 ceph-mon[117428]: pgmap v10705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:10:03.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:03.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:03.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:04.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:04.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:04.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:04.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:04.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:05.064 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:04 smithi203 ceph-mon[117428]: pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:05.064 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:04 smithi203 ceph-mon[117428]: from='client.296466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:05.114 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:04 smithi137 ceph-mon[117020]: pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:05.114 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:04 smithi137 ceph-mon[117020]: from='client.296466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:05.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:04 smithi066 ceph-mon[112137]: pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:05.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:04 smithi066 ceph-mon[112137]: from='client.296466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:07.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:06 smithi066 ceph-mon[112137]: pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:07.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:06 smithi203 ceph-mon[117428]: pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:07.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:06 smithi137 ceph-mon[117020]: pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:09.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:08 smithi066 ceph-mon[112137]: pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:09.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:08 smithi203 ceph-mon[117428]: pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:09.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:08 smithi137 ceph-mon[117020]: pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:09.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:09.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:09.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:10.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:10.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:10.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:10.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:10.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:11.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:10 smithi066 ceph-mon[112137]: pgmap v10709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:11.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:10 smithi066 ceph-mon[112137]: from='client.296535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:11.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:10 smithi203 ceph-mon[117428]: pgmap v10709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:11.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:10 smithi203 ceph-mon[117428]: from='client.296535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:11.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:10 smithi137 ceph-mon[117020]: pgmap v10709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:11.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:10 smithi137 ceph-mon[117020]: from='client.296535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:13.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:12 smithi066 ceph-mon[112137]: pgmap v10710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:10:13.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:12 smithi203 ceph-mon[117428]: pgmap v10710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:10:13.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:12 smithi137 ceph-mon[117020]: pgmap v10710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:10:15.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:14 smithi066 ceph-mon[112137]: pgmap v10711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:15.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:15.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:15.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:15.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:14 smithi203 ceph-mon[117428]: pgmap v10711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:15.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:14 smithi137 ceph-mon[117020]: pgmap v10711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:15.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:15.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:15.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:15.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:15.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:17.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:16 smithi066 ceph-mon[112137]: from='client.296610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:17.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:16 smithi066 ceph-mon[112137]: pgmap v10712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:17.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:16 smithi203 ceph-mon[117428]: from='client.296610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:17.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:16 smithi203 ceph-mon[117428]: pgmap v10712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:17.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:16 smithi137 ceph-mon[117020]: from='client.296610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:17.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:16 smithi137 ceph-mon[117020]: pgmap v10712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:19.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:18 smithi066 ceph-mon[112137]: pgmap v10713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:19.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:18 smithi203 ceph-mon[117428]: pgmap v10713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:19.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:18 smithi137 ceph-mon[117020]: pgmap v10713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:20.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:20.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:20.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:21.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:20 smithi066 ceph-mon[112137]: pgmap v10714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:10:21.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:20 smithi203 ceph-mon[117428]: pgmap v10714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:10:21.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:20 smithi137 ceph-mon[117020]: pgmap v10714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:10:21.718 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:21.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:21.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:21.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:21.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:23.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:22 smithi066 ceph-mon[112137]: from='client.296688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:23.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:22 smithi066 ceph-mon[112137]: pgmap v10715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:23.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:22 smithi203 ceph-mon[117428]: from='client.296688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:23.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:22 smithi203 ceph-mon[117428]: pgmap v10715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:23.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:22 smithi137 ceph-mon[117020]: from='client.296688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:23.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:22 smithi137 ceph-mon[117020]: pgmap v10715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:25.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:24 smithi066 ceph-mon[112137]: pgmap v10716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:25.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:24 smithi203 ceph-mon[117428]: pgmap v10716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:25.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:24 smithi137 ceph-mon[117020]: pgmap v10716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:26.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:26.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:26.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:27.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:26 smithi066 ceph-mon[112137]: pgmap v10717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:27.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:26 smithi203 ceph-mon[117428]: pgmap v10717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:27.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:26 smithi137 ceph-mon[117020]: pgmap v10717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:27.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:27.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:27.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:28.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:27 smithi066 ceph-mon[112137]: from='client.296766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:28.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:27 smithi203 ceph-mon[117428]: from='client.296766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:28.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:27 smithi137 ceph-mon[117020]: from='client.296766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:29.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:28 smithi066 ceph-mon[112137]: pgmap v10718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:29.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:28 smithi203 ceph-mon[117428]: pgmap v10718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:29.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:28 smithi137 ceph-mon[117020]: pgmap v10718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:31.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:30 smithi066 ceph-mon[112137]: pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:10:31.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:30 smithi203 ceph-mon[117428]: pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:10:31.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:30 smithi137 ceph-mon[117020]: pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:10:32.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:32.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:32.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:33.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:33.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:33.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:33.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:33.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:33.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:32 smithi066 ceph-mon[112137]: pgmap v10720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:10:33.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:32 smithi203 ceph-mon[117428]: pgmap v10720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:10:33.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:32 smithi137 ceph-mon[117020]: pgmap v10720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:10:34.229 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:33 smithi066 ceph-mon[112137]: from='client.296844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:34.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:33 smithi203 ceph-mon[117428]: from='client.296844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:34.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:33 smithi137 ceph-mon[117020]: from='client.296844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:35.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:34 smithi066 ceph-mon[112137]: pgmap v10721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:35.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:34 smithi203 ceph-mon[117428]: pgmap v10721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:35.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:34 smithi137 ceph-mon[117020]: pgmap v10721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:37.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:36 smithi066 ceph-mon[112137]: pgmap v10722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:37.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:36 smithi203 ceph-mon[117428]: pgmap v10722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:37.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:36 smithi137 ceph-mon[117020]: pgmap v10722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:38.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:38.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:38.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:38.906 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:38.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:38.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:38.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:38.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:39.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:38 smithi066 ceph-mon[112137]: pgmap v10723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:39.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:38 smithi203 ceph-mon[117428]: pgmap v10723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:39.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:38 smithi137 ceph-mon[117020]: pgmap v10723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:40.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:39 smithi203 ceph-mon[117428]: from='client.296919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:40.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:39 smithi137 ceph-mon[117020]: from='client.296919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:40.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:39 smithi066 ceph-mon[112137]: from='client.296919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:41.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:40 smithi203 ceph-mon[117428]: pgmap v10724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:10:41.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:40 smithi137 ceph-mon[117020]: pgmap v10724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:10:41.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:40 smithi066 ceph-mon[112137]: pgmap v10724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:10:43.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:42 smithi203 ceph-mon[117428]: pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:10:43.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:42 smithi137 ceph-mon[117020]: pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:10:43.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:42 smithi066 ceph-mon[112137]: pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:10:43.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:43.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:43.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:44.629 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:44.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:44.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:44.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:44.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:45.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:44 smithi203 ceph-mon[117428]: pgmap v10726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:45.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:44 smithi203 ceph-mon[117428]: from='client.296997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:45.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:44 smithi137 ceph-mon[117020]: pgmap v10726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:45.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:44 smithi137 ceph-mon[117020]: from='client.296997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:45.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:44 smithi066 ceph-mon[112137]: pgmap v10726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:45.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:44 smithi066 ceph-mon[112137]: from='client.296997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:47.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:47 smithi203 ceph-mon[117428]: pgmap v10727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:47.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:47 smithi137 ceph-mon[117020]: pgmap v10727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:47.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:47 smithi066 ceph-mon[112137]: pgmap v10727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:48.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:10:48.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:10:48.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:10:48.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:10:48.385 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:10:48.385 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:10:48.385 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:10:48.385 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:10:48.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:10:48.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:10:48.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:10:48.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:10:49.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:49 smithi203 ceph-mon[117428]: pgmap v10728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:49.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:49 smithi137 ceph-mon[117020]: pgmap v10728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:49.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:49 smithi066 ceph-mon[112137]: pgmap v10728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:49.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:49.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:49.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:50.359 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:50.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:50.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:50.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:50.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:51.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:51 smithi203 ceph-mon[117428]: pgmap v10729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:51.315 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:51 smithi203 ceph-mon[117428]: from='client.297072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:51.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:51 smithi137 ceph-mon[117020]: pgmap v10729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:51.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:51 smithi137 ceph-mon[117020]: from='client.297072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:51 smithi066 ceph-mon[112137]: pgmap v10729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:51.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:51 smithi066 ceph-mon[112137]: from='client.297072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:53.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:53 smithi203 ceph-mon[117428]: pgmap v10730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:10:53.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:53 smithi137 ceph-mon[117020]: pgmap v10730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:10:53.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:53 smithi066 ceph-mon[112137]: pgmap v10730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:10:55.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:55 smithi203 ceph-mon[117428]: pgmap v10731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:55.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:10:55.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:55.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:55.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:55 smithi137 ceph-mon[117020]: pgmap v10731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:55.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:55 smithi066 ceph-mon[112137]: pgmap v10731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:56.090 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:10:56.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:56.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:56.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:56.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:10:57.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:57 smithi203 ceph-mon[117428]: from='client.297147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:57.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:57 smithi203 ceph-mon[117428]: pgmap v10732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:57 smithi137 ceph-mon[117020]: from='client.297147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:57 smithi137 ceph-mon[117020]: pgmap v10732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:57 smithi066 ceph-mon[112137]: from='client.297147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:57.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:57 smithi066 ceph-mon[112137]: pgmap v10732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:59.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:10:59 smithi203 ceph-mon[117428]: pgmap v10733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:59.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:10:59 smithi137 ceph-mon[117020]: pgmap v10733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:59.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:10:59 smithi066 ceph-mon[112137]: pgmap v10733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:01.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:01.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:01.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:01.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:01 smithi203 ceph-mon[117428]: pgmap v10734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:11:01.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:01 smithi137 ceph-mon[117020]: pgmap v10734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:11:01.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:01 smithi066 ceph-mon[112137]: pgmap v10734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:11:01.820 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:01.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:01.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:01.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:01.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:03.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:03 smithi203 ceph-mon[117428]: from='client.297222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:03.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:03 smithi203 ceph-mon[117428]: pgmap v10735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:03.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:03 smithi137 ceph-mon[117020]: from='client.297222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:03.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:03 smithi137 ceph-mon[117020]: pgmap v10735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:03.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:03 smithi066 ceph-mon[112137]: from='client.297222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:03.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:03 smithi066 ceph-mon[112137]: pgmap v10735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:05.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:05 smithi203 ceph-mon[117428]: pgmap v10736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:05.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:05 smithi137 ceph-mon[117020]: pgmap v10736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:05.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:05 smithi066 ceph-mon[112137]: pgmap v10736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:06.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:06.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:06.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:07.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:07 smithi203 ceph-mon[117428]: pgmap v10737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:07.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:07 smithi137 ceph-mon[117020]: pgmap v10737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:07.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:07 smithi066 ceph-mon[112137]: pgmap v10737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:07.544 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:07.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:07.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:07.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:07.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:08.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:08 smithi203 ceph-mon[117428]: from='client.297294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:08.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:08 smithi137 ceph-mon[117020]: from='client.297294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:08.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:08 smithi066 ceph-mon[112137]: from='client.297294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:09.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:09 smithi203 ceph-mon[117428]: pgmap v10738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:09.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:09 smithi137 ceph-mon[117020]: pgmap v10738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:09.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:09 smithi066 ceph-mon[112137]: pgmap v10738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:11.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:11 smithi203 ceph-mon[117428]: pgmap v10739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:11:11.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:11 smithi137 ceph-mon[117020]: pgmap v10739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:11:11.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:11 smithi066 ceph-mon[112137]: pgmap v10739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:11:12.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:12.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:12.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:13.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:13.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:13.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:13.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:13.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:13.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:13 smithi203 ceph-mon[117428]: pgmap v10740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:11:13.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:13 smithi137 ceph-mon[117020]: pgmap v10740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:11:13.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:13 smithi066 ceph-mon[112137]: pgmap v10740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:11:14.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:14 smithi203 ceph-mon[117428]: from='client.297372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:14.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:14 smithi137 ceph-mon[117020]: from='client.297372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:14.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:14 smithi066 ceph-mon[112137]: from='client.297372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:15.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:15 smithi203 ceph-mon[117428]: pgmap v10741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:15.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:15 smithi137 ceph-mon[117020]: pgmap v10741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:15.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:15 smithi066 ceph-mon[112137]: pgmap v10741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:17.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:17 smithi203 ceph-mon[117428]: pgmap v10742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:17.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:17 smithi137 ceph-mon[117020]: pgmap v10742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:17.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:17 smithi066 ceph-mon[112137]: pgmap v10742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:18.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:18.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:18.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:19.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:19.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:19.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:19.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:19.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:19.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:19 smithi203 ceph-mon[117428]: pgmap v10743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:19.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:19 smithi137 ceph-mon[117020]: pgmap v10743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:19.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:19 smithi066 ceph-mon[112137]: pgmap v10743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:20.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:20 smithi203 ceph-mon[117428]: from='client.297450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:20.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:20 smithi137 ceph-mon[117020]: from='client.297450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:20.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:20 smithi066 ceph-mon[112137]: from='client.297450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:21.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:21 smithi137 ceph-mon[117020]: pgmap v10744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:11:21.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:21 smithi066 ceph-mon[112137]: pgmap v10744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:11:21.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:21 smithi203 ceph-mon[117428]: pgmap v10744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:11:23.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:23 smithi137 ceph-mon[117020]: pgmap v10745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:11:23.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:23 smithi066 ceph-mon[112137]: pgmap v10745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:11:23.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:23 smithi203 ceph-mon[117428]: pgmap v10745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:11:24.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:24.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:24.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:24.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:24.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:24.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:24.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:24.748 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:25.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:25 smithi137 ceph-mon[117020]: pgmap v10746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:25.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:25 smithi066 ceph-mon[112137]: pgmap v10746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:25.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:25 smithi203 ceph-mon[117428]: pgmap v10746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:26.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:26 smithi137 ceph-mon[117020]: from='client.297525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:26.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:26 smithi066 ceph-mon[112137]: from='client.297525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:26.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:26 smithi203 ceph-mon[117428]: from='client.297525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:27.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:27 smithi137 ceph-mon[117020]: pgmap v10747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:27.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:27 smithi066 ceph-mon[112137]: pgmap v10747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:27.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:27 smithi203 ceph-mon[117428]: pgmap v10747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:29.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:29 smithi137 ceph-mon[117020]: pgmap v10748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:29 smithi066 ceph-mon[112137]: pgmap v10748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:29.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:29 smithi203 ceph-mon[117428]: pgmap v10748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:29.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:29.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:29.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:30.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:30.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:30.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:30.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:30.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:31.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:31 smithi137 ceph-mon[117020]: pgmap v10749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:31.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:31 smithi137 ceph-mon[117020]: from='client.297603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:31.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:31 smithi066 ceph-mon[112137]: pgmap v10749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:31.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:31 smithi066 ceph-mon[112137]: from='client.297603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:31.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:31 smithi203 ceph-mon[117428]: pgmap v10749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:31.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:31 smithi203 ceph-mon[117428]: from='client.297603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:33.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:33 smithi137 ceph-mon[117020]: pgmap v10750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:11:33.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:33 smithi066 ceph-mon[112137]: pgmap v10750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:11:33.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:33 smithi203 ceph-mon[117428]: pgmap v10750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:11:35.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:35 smithi137 ceph-mon[117020]: pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:35.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:35.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:35.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:35.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:35 smithi066 ceph-mon[112137]: pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:35.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:35 smithi203 ceph-mon[117428]: pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:36.201 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:36.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:36.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:36.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:36.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:37.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:37 smithi137 ceph-mon[117020]: pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:37.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:37 smithi137 ceph-mon[117020]: from='client.297678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:37.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:37 smithi066 ceph-mon[112137]: pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:37.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:37 smithi066 ceph-mon[112137]: from='client.297678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:37.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:37 smithi203 ceph-mon[117428]: pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:37.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:37 smithi203 ceph-mon[117428]: from='client.297678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:39.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:39 smithi137 ceph-mon[117020]: pgmap v10753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:39.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:39 smithi066 ceph-mon[112137]: pgmap v10753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:39.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:39 smithi203 ceph-mon[117428]: pgmap v10753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:41.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:41.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:41.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:41.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:41 smithi137 ceph-mon[117020]: pgmap v10754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:11:41.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:41 smithi066 ceph-mon[112137]: pgmap v10754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:11:41.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:41 smithi203 ceph-mon[117428]: pgmap v10754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:11:41.924 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:41.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:41.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:41.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:41.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:43.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:43 smithi137 ceph-mon[117020]: from='client.297753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:43.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:43 smithi137 ceph-mon[117020]: pgmap v10755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:43.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:43 smithi066 ceph-mon[112137]: from='client.297753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:43.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:43 smithi066 ceph-mon[112137]: pgmap v10755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:43.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:43 smithi203 ceph-mon[117428]: from='client.297753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:43.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:43 smithi203 ceph-mon[117428]: pgmap v10755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:45.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:45 smithi137 ceph-mon[117020]: pgmap v10756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:45.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:45 smithi066 ceph-mon[112137]: pgmap v10756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:45.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:45 smithi203 ceph-mon[117428]: pgmap v10756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:46.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:46.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:46.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:47.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:47 smithi137 ceph-mon[117020]: pgmap v10757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:47.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:47 smithi066 ceph-mon[112137]: pgmap v10757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:47 smithi203 ceph-mon[117428]: pgmap v10757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:47.664 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:47.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:47.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:47.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:47.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:48.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:48 smithi066 ceph-mon[112137]: from='client.297831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:48.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:48 smithi203 ceph-mon[117428]: from='client.297831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:48.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:48 smithi137 ceph-mon[117020]: from='client.297831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:49.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:49 smithi066 ceph-mon[112137]: pgmap v10758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:49.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:11:49.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:11:49.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:11:49.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:11:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:49 smithi203 ceph-mon[117428]: pgmap v10758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:11:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:11:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:11:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:11:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:49 smithi137 ceph-mon[117020]: pgmap v10758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:11:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:11:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:11:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:11:51.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:51 smithi066 ceph-mon[112137]: pgmap v10759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:11:51.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:51 smithi203 ceph-mon[117428]: pgmap v10759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:11:51.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:51 smithi137 ceph-mon[117020]: pgmap v10759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:11:52.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:52.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:52.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:53.402 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:53.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:53.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:53.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:53.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:53.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:53 smithi066 ceph-mon[112137]: pgmap v10760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:11:53.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:53 smithi203 ceph-mon[117428]: pgmap v10760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:11:53.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:53 smithi137 ceph-mon[117020]: pgmap v10760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:11:54.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:54 smithi066 ceph-mon[112137]: from='client.297909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:54.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:54 smithi203 ceph-mon[117428]: from='client.297909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:54.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:54 smithi137 ceph-mon[117020]: from='client.297909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:55.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:55 smithi066 ceph-mon[112137]: pgmap v10761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:55.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:55 smithi203 ceph-mon[117428]: pgmap v10761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:55.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:55 smithi137 ceph-mon[117020]: pgmap v10761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:57 smithi066 ceph-mon[112137]: pgmap v10762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:57 smithi203 ceph-mon[117428]: pgmap v10762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:57.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:57 smithi137 ceph-mon[117020]: pgmap v10762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:58.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:11:58.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:58.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:59.124 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:11:59.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:59.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:59.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:59.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:11:59.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:11:59 smithi066 ceph-mon[112137]: pgmap v10763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:59.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:11:59 smithi203 ceph-mon[117428]: pgmap v10763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:59.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:11:59 smithi137 ceph-mon[117020]: pgmap v10763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:00.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:00 smithi066 ceph-mon[112137]: from='client.297984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:00.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:00 smithi203 ceph-mon[117428]: from='client.297984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:00.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:00 smithi137 ceph-mon[117020]: from='client.297984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:01.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:01 smithi066 ceph-mon[112137]: pgmap v10764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:12:01.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:01 smithi203 ceph-mon[117428]: pgmap v10764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:12:01.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:01 smithi137 ceph-mon[117020]: pgmap v10764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:12:03.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:03 smithi066 ceph-mon[112137]: pgmap v10765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:03.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:03 smithi203 ceph-mon[117428]: pgmap v10765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:03.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:03 smithi137 ceph-mon[117020]: pgmap v10765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:04.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:04.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:04.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:04.855 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:04.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:04.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:04.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:04.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:05.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:05 smithi066 ceph-mon[112137]: pgmap v10766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:05.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:05 smithi203 ceph-mon[117428]: pgmap v10766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:05.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:05 smithi137 ceph-mon[117020]: pgmap v10766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:06.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:06 smithi066 ceph-mon[112137]: from='client.298062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:06.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:06 smithi203 ceph-mon[117428]: from='client.298062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:06.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:06 smithi137 ceph-mon[117020]: from='client.298062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:07.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:07 smithi066 ceph-mon[112137]: pgmap v10767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:12:07.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:07 smithi203 ceph-mon[117428]: pgmap v10767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:12:07.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:07 smithi137 ceph-mon[117020]: pgmap v10767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:12:09.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:09 smithi066 ceph-mon[112137]: pgmap v10768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:12:09.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:09 smithi203 ceph-mon[117428]: pgmap v10768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:12:09.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:09 smithi137 ceph-mon[117020]: pgmap v10768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:12:09.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:10.578 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:10.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:10.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:10.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:10.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:11.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:11 smithi066 ceph-mon[112137]: pgmap v10769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:12:11.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:11 smithi066 ceph-mon[112137]: from='client.298140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:11.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:11 smithi203 ceph-mon[117428]: pgmap v10769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:12:11.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:11 smithi203 ceph-mon[117428]: from='client.298140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:11.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:11 smithi137 ceph-mon[117020]: pgmap v10769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:12:11.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:11 smithi137 ceph-mon[117020]: from='client.298140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:13.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:13 smithi066 ceph-mon[112137]: pgmap v10770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:12:13.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:13 smithi203 ceph-mon[117428]: pgmap v10770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:12:13.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:13 smithi137 ceph-mon[117020]: pgmap v10770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:12:15.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:15 smithi066 ceph-mon[112137]: pgmap v10771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:15.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:15 smithi203 ceph-mon[117428]: pgmap v10771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:15.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:15.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:15.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:15.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:15 smithi137 ceph-mon[117020]: pgmap v10771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:16.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:16.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:16.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:16.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:16.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:17.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:17 smithi066 ceph-mon[112137]: pgmap v10772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:17.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:17 smithi066 ceph-mon[112137]: from='client.298218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:17.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:17 smithi203 ceph-mon[117428]: pgmap v10772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:17.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:17 smithi203 ceph-mon[117428]: from='client.298218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:17.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:17 smithi137 ceph-mon[117020]: pgmap v10772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:17.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:17 smithi137 ceph-mon[117020]: from='client.298218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:19.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:19 smithi066 ceph-mon[112137]: pgmap v10773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:12:19.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:19 smithi203 ceph-mon[117428]: pgmap v10773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:12:19.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:19 smithi137 ceph-mon[117020]: pgmap v10773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:12:21.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:21.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:21.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:21.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:21 smithi066 ceph-mon[112137]: pgmap v10774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:21.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:21 smithi203 ceph-mon[117428]: pgmap v10774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:21.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:21 smithi137 ceph-mon[117020]: pgmap v10774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:22.033 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:22.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:22.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:22.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:22.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:23.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:23 smithi066 ceph-mon[112137]: from='client.298293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:23.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:23 smithi066 ceph-mon[112137]: pgmap v10775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:12:23.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:23 smithi203 ceph-mon[117428]: from='client.298293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:23.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:23 smithi203 ceph-mon[117428]: pgmap v10775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:12:23.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:23 smithi137 ceph-mon[117020]: from='client.298293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:23.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:23 smithi137 ceph-mon[117020]: pgmap v10775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:12:25.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:25 smithi066 ceph-mon[112137]: pgmap v10776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:25.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:25 smithi203 ceph-mon[117428]: pgmap v10776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:25.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:25 smithi137 ceph-mon[117020]: pgmap v10776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:27.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:27.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:27.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:27.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:27 smithi066 ceph-mon[112137]: pgmap v10777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:27.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:27 smithi203 ceph-mon[117428]: pgmap v10777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:27.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:27 smithi137 ceph-mon[117020]: pgmap v10777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:27.753 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:27.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:27.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:27.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:27.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:29 smithi066 ceph-mon[112137]: from='client.298368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:29.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:29 smithi066 ceph-mon[112137]: pgmap v10778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:29.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:29 smithi203 ceph-mon[117428]: from='client.298368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:29.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:29 smithi203 ceph-mon[117428]: pgmap v10778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:29.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:29 smithi137 ceph-mon[117020]: from='client.298368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:29.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:29 smithi137 ceph-mon[117020]: pgmap v10778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:31.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:31 smithi066 ceph-mon[112137]: pgmap v10779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:12:31.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:31 smithi203 ceph-mon[117428]: pgmap v10779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:12:31.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:31 smithi137 ceph-mon[117020]: pgmap v10779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:12:32.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:32.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:32.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:33.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:33 smithi066 ceph-mon[112137]: pgmap v10780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:33.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:33.483 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:33.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:33.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:33.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:33.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:33 smithi203 ceph-mon[117428]: pgmap v10780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:33.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:33 smithi137 ceph-mon[117020]: pgmap v10780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:34.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:34 smithi066 ceph-mon[112137]: from='client.298446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:34.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:34 smithi203 ceph-mon[117428]: from='client.298446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:34.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:34 smithi137 ceph-mon[117020]: from='client.298446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:35.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:35 smithi066 ceph-mon[112137]: pgmap v10781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:35.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:35 smithi203 ceph-mon[117428]: pgmap v10781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:35.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:35 smithi137 ceph-mon[117020]: pgmap v10781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:37.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:37 smithi066 ceph-mon[112137]: pgmap v10782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:37.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:37 smithi203 ceph-mon[117428]: pgmap v10782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:37.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:37 smithi137 ceph-mon[117020]: pgmap v10782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:38.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:38.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:38.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:39.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:39.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:39.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:39.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:39.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:39.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:39 smithi066 ceph-mon[112137]: pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:39.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:39 smithi203 ceph-mon[117428]: pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:39.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:39 smithi137 ceph-mon[117020]: pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:40.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:40 smithi066 ceph-mon[112137]: from='client.298524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:40.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:40 smithi203 ceph-mon[117428]: from='client.298524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:40.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:40 smithi137 ceph-mon[117020]: from='client.298524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:41.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:41 smithi066 ceph-mon[112137]: pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:41.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:41 smithi203 ceph-mon[117428]: pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:41.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:41 smithi137 ceph-mon[117020]: pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:43.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:43 smithi066 ceph-mon[112137]: pgmap v10785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:43.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:43 smithi203 ceph-mon[117428]: pgmap v10785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:43.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:43 smithi137 ceph-mon[117020]: pgmap v10785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:44.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:44.206 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:44.206 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:44.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:44.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:44.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:44.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:44.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:45.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:45 smithi066 ceph-mon[112137]: pgmap v10786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:45.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:45 smithi203 ceph-mon[117428]: pgmap v10786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:45.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:45 smithi137 ceph-mon[117020]: pgmap v10786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:46.479 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:46 smithi066 ceph-mon[112137]: from='client.298593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:46.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:46 smithi203 ceph-mon[117428]: from='client.298593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:46.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:46 smithi137 ceph-mon[117020]: from='client.298593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:47.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:47 smithi066 ceph-mon[112137]: pgmap v10787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:47.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:47 smithi203 ceph-mon[117428]: pgmap v10787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:47.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:47 smithi137 ceph-mon[117020]: pgmap v10787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:12:49.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:49 smithi066 ceph-mon[112137]: pgmap v10788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:12:49.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:12:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:49 smithi203 ceph-mon[117428]: pgmap v10788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:12:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:12:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:49 smithi137 ceph-mon[117020]: pgmap v10788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:12:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:12:49.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:49.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:49.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:50.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:12:50.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:12:50.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:12:50.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:12:50.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:12:50.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:12:50.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:12:50.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:12:50.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:12:50.642 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:50.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:50.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:50.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:50.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:51.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:51 smithi203 ceph-mon[117428]: pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:51.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:51 smithi203 ceph-mon[117428]: from='client.298668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:51.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:51 smithi137 ceph-mon[117020]: pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:51.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:51 smithi137 ceph-mon[117020]: from='client.298668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:51.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:51 smithi066 ceph-mon[112137]: pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:51.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:51 smithi066 ceph-mon[112137]: from='client.298668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:53.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:53 smithi203 ceph-mon[117428]: pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:53.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:53 smithi137 ceph-mon[117020]: pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:53 smithi066 ceph-mon[112137]: pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:55.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:55 smithi203 ceph-mon[117428]: pgmap v10791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:55.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:55 smithi137 ceph-mon[117020]: pgmap v10791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:55.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:12:55.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:55.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:55.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:55 smithi066 ceph-mon[112137]: pgmap v10791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:56.363 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:12:56.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:56.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:56.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:56.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:12:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:57 smithi203 ceph-mon[117428]: pgmap v10792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:57 smithi203 ceph-mon[117428]: from='client.298746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:57.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:57 smithi137 ceph-mon[117020]: pgmap v10792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:57.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:57 smithi137 ceph-mon[117020]: from='client.298746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:57.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:57 smithi066 ceph-mon[112137]: pgmap v10792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:57.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:57 smithi066 ceph-mon[112137]: from='client.298746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:59.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:12:59 smithi203 ceph-mon[117428]: pgmap v10793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:12:59.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:12:59 smithi137 ceph-mon[117020]: pgmap v10793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:12:59.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:12:59 smithi066 ceph-mon[112137]: pgmap v10793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:13:01.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:01.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:01.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:01.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:01 smithi203 ceph-mon[117428]: pgmap v10794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:13:01.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:01 smithi137 ceph-mon[117020]: pgmap v10794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:13:01.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:01 smithi066 ceph-mon[112137]: pgmap v10794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:13:02.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:02.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:02.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:02.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:02.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:03.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:03 smithi203 ceph-mon[117428]: from='client.298821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:03.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:03 smithi203 ceph-mon[117428]: pgmap v10795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:03.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:03 smithi137 ceph-mon[117020]: from='client.298821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:03.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:03 smithi137 ceph-mon[117020]: pgmap v10795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:03.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:03 smithi066 ceph-mon[112137]: from='client.298821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:03.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:03 smithi066 ceph-mon[112137]: pgmap v10795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:05.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:05 smithi203 ceph-mon[117428]: pgmap v10796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:05.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:05 smithi137 ceph-mon[117020]: pgmap v10796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:05.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:05 smithi066 ceph-mon[112137]: pgmap v10796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:07.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:07.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:07.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:07.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:07 smithi203 ceph-mon[117428]: pgmap v10797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:07.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:07 smithi137 ceph-mon[117020]: pgmap v10797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:07.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:07 smithi066 ceph-mon[112137]: pgmap v10797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:07.813 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:07.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:07.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:07.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:07.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:09.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:09 smithi203 ceph-mon[117428]: from='client.298896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:09.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:09 smithi203 ceph-mon[117428]: pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:09.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:09 smithi137 ceph-mon[117020]: from='client.298896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:09.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:09 smithi137 ceph-mon[117020]: pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:09.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:09 smithi066 ceph-mon[112137]: from='client.298896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:09.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:09 smithi066 ceph-mon[112137]: pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:11.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:11 smithi203 ceph-mon[117428]: pgmap v10799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:11.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:11 smithi137 ceph-mon[117020]: pgmap v10799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:11.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:11 smithi066 ceph-mon[112137]: pgmap v10799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:12.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:12.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:12.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:13.537 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:13.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:13.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:13.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:13.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:13.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:13 smithi203 ceph-mon[117428]: pgmap v10800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:13.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:13 smithi137 ceph-mon[117020]: pgmap v10800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:13.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:13 smithi066 ceph-mon[112137]: pgmap v10800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:14.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:14 smithi203 ceph-mon[117428]: from='client.298968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:14.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:14 smithi137 ceph-mon[117020]: from='client.298968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:14.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:14 smithi066 ceph-mon[112137]: from='client.298968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:15.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:15 smithi203 ceph-mon[117428]: pgmap v10801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:15.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:15 smithi137 ceph-mon[117020]: pgmap v10801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:15.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:15 smithi066 ceph-mon[112137]: pgmap v10801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:17.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:17 smithi203 ceph-mon[117428]: pgmap v10802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:17.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:17 smithi137 ceph-mon[117020]: pgmap v10802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:17.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:17 smithi066 ceph-mon[112137]: pgmap v10802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:18.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:18.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:18.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:19.269 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:19.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:19.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:19.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:19.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:19.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:19 smithi203 ceph-mon[117428]: pgmap v10803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:19.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:19 smithi137 ceph-mon[117020]: pgmap v10803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:19.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:19 smithi066 ceph-mon[112137]: pgmap v10803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:20.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:20 smithi203 ceph-mon[117428]: from='client.299046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:20.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:20 smithi137 ceph-mon[117020]: from='client.299046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:20.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:20 smithi066 ceph-mon[112137]: from='client.299046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:21.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:21 smithi203 ceph-mon[117428]: pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:21.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:21 smithi137 ceph-mon[117020]: pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:21.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:21 smithi066 ceph-mon[112137]: pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:23.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:23 smithi203 ceph-mon[117428]: pgmap v10805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:23.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:23 smithi137 ceph-mon[117020]: pgmap v10805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:23.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:23 smithi066 ceph-mon[112137]: pgmap v10805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:24.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:24.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:24.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:25.003 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:25.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:25.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:25.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:25.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:25.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:25 smithi203 ceph-mon[117428]: pgmap v10806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:25.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:25 smithi137 ceph-mon[117020]: pgmap v10806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:25.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:25 smithi066 ceph-mon[112137]: pgmap v10806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:26.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:26 smithi203 ceph-mon[117428]: from='client.299124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:26.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:26 smithi137 ceph-mon[117020]: from='client.299124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:26.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:26 smithi066 ceph-mon[112137]: from='client.299124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:27.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:27 smithi203 ceph-mon[117428]: pgmap v10807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:27.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:27 smithi137 ceph-mon[117020]: pgmap v10807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:27.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:27 smithi066 ceph-mon[112137]: pgmap v10807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:29.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:29 smithi203 ceph-mon[117428]: pgmap v10808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:29.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:29 smithi137 ceph-mon[117020]: pgmap v10808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:29.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:29 smithi066 ceph-mon[112137]: pgmap v10808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:30.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:30.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:30.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:30.732 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:30.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:30.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:30.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:30.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:31.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:31 smithi203 ceph-mon[117428]: pgmap v10809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:31.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:31 smithi137 ceph-mon[117020]: pgmap v10809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:31.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:31 smithi066 ceph-mon[112137]: pgmap v10809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:32.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:32 smithi137 ceph-mon[117020]: from='client.299202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:32.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:32 smithi066 ceph-mon[112137]: from='client.299202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:32.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:32 smithi203 ceph-mon[117428]: from='client.299202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:33.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:33 smithi137 ceph-mon[117020]: pgmap v10810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:33.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:33 smithi066 ceph-mon[112137]: pgmap v10810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:33.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:33 smithi203 ceph-mon[117428]: pgmap v10810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:35.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:35 smithi137 ceph-mon[117020]: pgmap v10811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:35.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:35 smithi066 ceph-mon[112137]: pgmap v10811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:35.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:35.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:35.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:35.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:35 smithi203 ceph-mon[117428]: pgmap v10811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:36.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:36.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:36.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:36.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:36.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:37.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:37 smithi137 ceph-mon[117020]: pgmap v10812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:37.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:37 smithi137 ceph-mon[117020]: from='client.299274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:37.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:37 smithi066 ceph-mon[112137]: pgmap v10812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:37.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:37 smithi066 ceph-mon[112137]: from='client.299274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:37.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:37 smithi203 ceph-mon[117428]: pgmap v10812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:37.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:37 smithi203 ceph-mon[117428]: from='client.299274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:39.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:39 smithi137 ceph-mon[117020]: pgmap v10813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:39.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:39 smithi066 ceph-mon[112137]: pgmap v10813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:39.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:39 smithi203 ceph-mon[117428]: pgmap v10813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:41.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:41.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:41.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:41.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:41 smithi137 ceph-mon[117020]: pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:41.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:41 smithi066 ceph-mon[112137]: pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:41.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:41 smithi203 ceph-mon[117428]: pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:42.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:42.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:42.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:42.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:42.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:43.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:43 smithi137 ceph-mon[117020]: pgmap v10815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:43.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:43 smithi137 ceph-mon[117020]: from='client.299346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:43.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:43 smithi066 ceph-mon[112137]: pgmap v10815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:43.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:43 smithi066 ceph-mon[112137]: from='client.299346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:43.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:43 smithi203 ceph-mon[117428]: pgmap v10815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:43.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:43 smithi203 ceph-mon[117428]: from='client.299346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:45.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:45 smithi137 ceph-mon[117020]: pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:45.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:45 smithi066 ceph-mon[112137]: pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:45.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:45 smithi203 ceph-mon[117428]: pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:47.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:47.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:47.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:47.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:47 smithi137 ceph-mon[117020]: pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:47.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:47 smithi066 ceph-mon[112137]: pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:47.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:47 smithi203 ceph-mon[117428]: pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:47.915 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:47.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:47.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:47.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:47.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:49 smithi137 ceph-mon[117020]: from='client.299424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:49 smithi137 ceph-mon[117020]: pgmap v10818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:49.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:49 smithi066 ceph-mon[112137]: from='client.299424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:49.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:49 smithi066 ceph-mon[112137]: pgmap v10818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:49.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:49 smithi203 ceph-mon[117428]: from='client.299424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:49.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:49 smithi203 ceph-mon[117428]: pgmap v10818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:50.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:13:50.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:13:50.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:13:50.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:13:50.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:13:50.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:13:50.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:13:50.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:13:50.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:13:50.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:13:50.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:13:50.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:13:51.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:51 smithi137 ceph-mon[117020]: pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:51.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:51 smithi066 ceph-mon[112137]: pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:51.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:51 smithi203 ceph-mon[117428]: pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:52.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:52.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:52.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:53.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:53 smithi137 ceph-mon[117020]: pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:53.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:53.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:53.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:53.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:53.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:53 smithi066 ceph-mon[112137]: pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:53.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:53 smithi203 ceph-mon[117428]: pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:54.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:54 smithi137 ceph-mon[117020]: from='client.299499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:54.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:54 smithi066 ceph-mon[112137]: from='client.299499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:54.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:54 smithi203 ceph-mon[117428]: from='client.299499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:55.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:55 smithi137 ceph-mon[117020]: pgmap v10821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:55.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:55 smithi066 ceph-mon[112137]: pgmap v10821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:55.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:55 smithi203 ceph-mon[117428]: pgmap v10821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:57.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:57 smithi137 ceph-mon[117020]: pgmap v10822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:57.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:57 smithi066 ceph-mon[112137]: pgmap v10822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:57.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:57 smithi203 ceph-mon[117428]: pgmap v10822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:58.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:13:58.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:58.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:59.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:13:59.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:59.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:59.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:59.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:13:59.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:13:59 smithi066 ceph-mon[112137]: pgmap v10823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:59.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:13:59 smithi203 ceph-mon[117428]: pgmap v10823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:59.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:13:59 smithi137 ceph-mon[117020]: pgmap v10823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:00.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:00 smithi066 ceph-mon[112137]: from='client.299571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:00.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:00 smithi203 ceph-mon[117428]: from='client.299571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:00.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:00 smithi137 ceph-mon[117020]: from='client.299571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:01.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:01 smithi066 ceph-mon[112137]: pgmap v10824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:01.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:01 smithi203 ceph-mon[117428]: pgmap v10824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:01.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:01 smithi137 ceph-mon[117020]: pgmap v10824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:03.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:03 smithi066 ceph-mon[112137]: pgmap v10825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:03.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:03 smithi203 ceph-mon[117428]: pgmap v10825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:03.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:03 smithi137 ceph-mon[117020]: pgmap v10825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:04.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:04.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:04.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:05.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:05.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:05.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:05.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:05.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:05.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:05 smithi066 ceph-mon[112137]: pgmap v10826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:05.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:05 smithi203 ceph-mon[117428]: pgmap v10826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:05.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:05 smithi137 ceph-mon[117020]: pgmap v10826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:06.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:06 smithi066 ceph-mon[112137]: from='client.299649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:06.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:06 smithi203 ceph-mon[117428]: from='client.299649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:06.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:06 smithi137 ceph-mon[117020]: from='client.299649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:07.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:07 smithi066 ceph-mon[112137]: pgmap v10827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:07.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:07 smithi203 ceph-mon[117428]: pgmap v10827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:07.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:07 smithi137 ceph-mon[117020]: pgmap v10827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:08.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:08 smithi066 ceph-mon[112137]: pgmap v10828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:08.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:08 smithi203 ceph-mon[117428]: pgmap v10828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:08.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:08 smithi137 ceph-mon[117020]: pgmap v10828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:10.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:10.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:10.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:10.837 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:10.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:10.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:10.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:10.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:11.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:10 smithi066 ceph-mon[112137]: pgmap v10829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:11.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:10 smithi203 ceph-mon[117428]: pgmap v10829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:11.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:10 smithi137 ceph-mon[117020]: pgmap v10829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:12.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:11 smithi066 ceph-mon[112137]: from='client.299724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:12.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:11 smithi203 ceph-mon[117428]: from='client.299724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:12.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:11 smithi137 ceph-mon[117020]: from='client.299724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:13.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:12 smithi066 ceph-mon[112137]: pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:13.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:12 smithi203 ceph-mon[117428]: pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:13.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:12 smithi137 ceph-mon[117020]: pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:15.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:14 smithi066 ceph-mon[112137]: pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:15.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:14 smithi203 ceph-mon[117428]: pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:15.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:14 smithi137 ceph-mon[117020]: pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:15.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:15.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:15.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:16.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:16.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:16.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:16.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:16.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:17.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:16 smithi066 ceph-mon[112137]: pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:17.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:16 smithi066 ceph-mon[112137]: from='client.299802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:17.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:16 smithi203 ceph-mon[117428]: pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:17.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:16 smithi203 ceph-mon[117428]: from='client.299802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:17.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:16 smithi137 ceph-mon[117020]: pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:17.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:16 smithi137 ceph-mon[117020]: from='client.299802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:19.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:18 smithi203 ceph-mon[117428]: pgmap v10833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:19.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:18 smithi137 ceph-mon[117020]: pgmap v10833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:19.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:18 smithi066 ceph-mon[112137]: pgmap v10833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:21.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:20 smithi203 ceph-mon[117428]: pgmap v10834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:21.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:20 smithi137 ceph-mon[117020]: pgmap v10834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:21.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:20 smithi066 ceph-mon[112137]: pgmap v10834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:21.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:21.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:21.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:22.286 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:22.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:22.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:22.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:22.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:23.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:22 smithi203 ceph-mon[117428]: pgmap v10835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:23.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:22 smithi203 ceph-mon[117428]: from='client.299880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:23.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:22 smithi137 ceph-mon[117020]: pgmap v10835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:23.365 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:22 smithi137 ceph-mon[117020]: from='client.299880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:23.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:22 smithi066 ceph-mon[112137]: pgmap v10835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:23.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:22 smithi066 ceph-mon[112137]: from='client.299880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:25.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:24 smithi203 ceph-mon[117428]: pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:25.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:24 smithi137 ceph-mon[117020]: pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:25.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:24 smithi066 ceph-mon[112137]: pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:27.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:27.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:27.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:27.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:26 smithi203 ceph-mon[117428]: pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:27.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:26 smithi137 ceph-mon[117020]: pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:27.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:26 smithi066 ceph-mon[112137]: pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:28.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:28.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:28.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:28.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:28.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:29.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:29 smithi203 ceph-mon[117428]: from='client.299958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:29.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:29 smithi203 ceph-mon[117428]: pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:29.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:29 smithi137 ceph-mon[117020]: from='client.299958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:29.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:29 smithi137 ceph-mon[117020]: pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:29 smithi066 ceph-mon[112137]: from='client.299958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:29 smithi066 ceph-mon[112137]: pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:31.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:31 smithi203 ceph-mon[117428]: pgmap v10839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:31.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:31 smithi137 ceph-mon[117020]: pgmap v10839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:31.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:31 smithi066 ceph-mon[112137]: pgmap v10839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:33.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:33.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:33.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:33.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:33 smithi203 ceph-mon[117428]: pgmap v10840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:33.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:33 smithi137 ceph-mon[117020]: pgmap v10840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:33.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:33 smithi066 ceph-mon[112137]: pgmap v10840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:33.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:33.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:33.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:33.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:33.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:34.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:34 smithi203 ceph-mon[117428]: from='client.300033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:34.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:34 smithi137 ceph-mon[117020]: from='client.300033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:34.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:34 smithi066 ceph-mon[112137]: from='client.300033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:35.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:35 smithi203 ceph-mon[117428]: pgmap v10841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:35.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:35 smithi137 ceph-mon[117020]: pgmap v10841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:35.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:35 smithi066 ceph-mon[112137]: pgmap v10841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:37.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:37 smithi203 ceph-mon[117428]: pgmap v10842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:37.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:37 smithi137 ceph-mon[117020]: pgmap v10842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:37.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:37 smithi066 ceph-mon[112137]: pgmap v10842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:38.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:38.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:38.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:39.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:39 smithi203 ceph-mon[117428]: pgmap v10843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:39.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:39 smithi137 ceph-mon[117020]: pgmap v10843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:39.467 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:39.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:39.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:39.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:39.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:39.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:39 smithi066 ceph-mon[112137]: pgmap v10843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:40.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:40 smithi203 ceph-mon[117428]: from='client.300108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:40.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:40 smithi137 ceph-mon[117020]: from='client.300108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:40.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:40 smithi066 ceph-mon[112137]: from='client.300108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:41.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:41 smithi203 ceph-mon[117428]: pgmap v10844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:41.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:41 smithi137 ceph-mon[117020]: pgmap v10844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:41.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:41 smithi066 ceph-mon[112137]: pgmap v10844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:43.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:43 smithi203 ceph-mon[117428]: pgmap v10845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:43.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:43 smithi137 ceph-mon[117020]: pgmap v10845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:43.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:43 smithi066 ceph-mon[112137]: pgmap v10845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:44.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:44.469 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:44.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:45.207 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:45.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:45.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:45.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:45.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:45.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:45 smithi203 ceph-mon[117428]: pgmap v10846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:45.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:45 smithi137 ceph-mon[117020]: pgmap v10846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:45.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:45 smithi066 ceph-mon[112137]: pgmap v10846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:46.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:46 smithi203 ceph-mon[117428]: from='client.300177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:46.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:46 smithi137 ceph-mon[117020]: from='client.300177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:46.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:46 smithi066 ceph-mon[112137]: from='client.300177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:47.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:47 smithi203 ceph-mon[117428]: pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:47.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:47 smithi137 ceph-mon[117020]: pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:47.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:47 smithi066 ceph-mon[112137]: pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:49.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:49 smithi203 ceph-mon[117428]: pgmap v10848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:49.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:49 smithi137 ceph-mon[117020]: pgmap v10848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:49.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:49 smithi066 ceph-mon[112137]: pgmap v10848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:50.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:50.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:50.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:50.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:51.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:51 smithi203 ceph-mon[117428]: pgmap v10849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:51.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:14:51.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:14:51.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:14:51.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:14:51.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:51 smithi137 ceph-mon[117020]: pgmap v10849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:51.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:14:51.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:14:51.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:14:51.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:14:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:51 smithi066 ceph-mon[112137]: pgmap v10849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:14:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:14:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:14:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:14:52.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:52 smithi203 ceph-mon[117428]: from='client.300249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:52.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:52 smithi137 ceph-mon[117020]: from='client.300249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:52.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:52 smithi066 ceph-mon[112137]: from='client.300249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:53.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:53 smithi203 ceph-mon[117428]: pgmap v10850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:53.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:53 smithi137 ceph-mon[117020]: pgmap v10850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:53.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:53 smithi066 ceph-mon[112137]: pgmap v10850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:55.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:55 smithi203 ceph-mon[117428]: pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:55.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:55 smithi137 ceph-mon[117020]: pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:55.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:55 smithi066 ceph-mon[112137]: pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:55.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:14:55.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:55.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:56.719 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:14:56.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:56.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:56.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:56.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:14:57.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:57 smithi203 ceph-mon[117428]: pgmap v10852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:57.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:57 smithi203 ceph-mon[117428]: from='client.300321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:57 smithi137 ceph-mon[117020]: pgmap v10852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:57.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:57 smithi137 ceph-mon[117020]: from='client.300321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:57 smithi066 ceph-mon[112137]: pgmap v10852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:57 smithi066 ceph-mon[112137]: from='client.300321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:59.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:14:59 smithi203 ceph-mon[117428]: pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:59.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:14:59 smithi137 ceph-mon[117020]: pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:59.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:14:59 smithi066 ceph-mon[112137]: pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:01.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:01 smithi203 ceph-mon[117428]: pgmap v10854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:01.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:01 smithi137 ceph-mon[117020]: pgmap v10854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:01.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:01 smithi066 ceph-mon[112137]: pgmap v10854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:01.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:01.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:01.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:02.442 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:02.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:02.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:02.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:02.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:03.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:03 smithi203 ceph-mon[117428]: pgmap v10855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:03.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:03 smithi203 ceph-mon[117428]: from='client.300396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:03.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:03 smithi137 ceph-mon[117020]: pgmap v10855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:03.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:03 smithi137 ceph-mon[117020]: from='client.300396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:03.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:03 smithi066 ceph-mon[112137]: pgmap v10855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:03.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:03 smithi066 ceph-mon[112137]: from='client.300396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:05.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:05 smithi203 ceph-mon[117428]: pgmap v10856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:05.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:05 smithi137 ceph-mon[117020]: pgmap v10856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:05.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:05 smithi066 ceph-mon[112137]: pgmap v10856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:07.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:07 smithi137 ceph-mon[117020]: pgmap v10857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:07.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:07.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:07.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:07.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:07 smithi066 ceph-mon[112137]: pgmap v10857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:07.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:07 smithi203 ceph-mon[117428]: pgmap v10857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:08.164 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:08.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:08.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:08.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:08.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:09.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:09 smithi137 ceph-mon[117020]: from='client.300474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:09.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:09 smithi137 ceph-mon[117020]: pgmap v10858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:09.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:09 smithi066 ceph-mon[112137]: from='client.300474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:09.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:09 smithi066 ceph-mon[112137]: pgmap v10858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:09.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:09 smithi203 ceph-mon[117428]: from='client.300474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:09.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:09 smithi203 ceph-mon[117428]: pgmap v10858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:11.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:11 smithi137 ceph-mon[117020]: pgmap v10859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:11.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:11 smithi066 ceph-mon[112137]: pgmap v10859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:11.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:11 smithi203 ceph-mon[117428]: pgmap v10859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:13.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:13.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:13.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:13.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:13 smithi137 ceph-mon[117020]: pgmap v10860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:13.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:13 smithi066 ceph-mon[112137]: pgmap v10860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:13.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:13 smithi203 ceph-mon[117428]: pgmap v10860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:13.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:13.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:13.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:13.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:13.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:15.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:15 smithi137 ceph-mon[117020]: from='client.300549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:15.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:15 smithi137 ceph-mon[117020]: pgmap v10861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:15.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:15 smithi066 ceph-mon[112137]: from='client.300549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:15.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:15 smithi066 ceph-mon[112137]: pgmap v10861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:15.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:15 smithi203 ceph-mon[117428]: from='client.300549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:15.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:15 smithi203 ceph-mon[117428]: pgmap v10861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:17.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:17 smithi137 ceph-mon[117020]: pgmap v10862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:17.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:17 smithi066 ceph-mon[112137]: pgmap v10862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:17.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:17 smithi203 ceph-mon[117428]: pgmap v10862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:18.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:18.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:18.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:19.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:19 smithi137 ceph-mon[117020]: pgmap v10863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:19.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:19 smithi066 ceph-mon[112137]: pgmap v10863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:19.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:19 smithi203 ceph-mon[117428]: pgmap v10863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:19.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:19.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:19.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:19.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:19.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:20.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:20 smithi137 ceph-mon[117020]: from='client.300624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:20.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:20 smithi066 ceph-mon[112137]: from='client.300624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:20.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:20 smithi203 ceph-mon[117428]: from='client.300624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:21.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:21 smithi137 ceph-mon[117020]: pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:15:21.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:21 smithi066 ceph-mon[112137]: pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:15:21.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:21 smithi203 ceph-mon[117428]: pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:15:23.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:23 smithi137 ceph-mon[117020]: pgmap v10865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:15:23.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:23 smithi066 ceph-mon[112137]: pgmap v10865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:15:23.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:23 smithi203 ceph-mon[117428]: pgmap v10865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:15:24.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:24.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:24.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:25.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:25.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:25.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:25.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:25.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:25.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:25 smithi137 ceph-mon[117020]: pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:15:25.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:25 smithi066 ceph-mon[112137]: pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:15:25.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:25 smithi203 ceph-mon[117428]: pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:15:26.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:26 smithi137 ceph-mon[117020]: from='client.300702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:26.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:26 smithi066 ceph-mon[112137]: from='client.300702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:26.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:26 smithi203 ceph-mon[117428]: from='client.300702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:27.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:27 smithi137 ceph-mon[117020]: pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:27.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:27 smithi066 ceph-mon[112137]: pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:27.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:27 smithi203 ceph-mon[117428]: pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:29.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:29 smithi137 ceph-mon[117020]: pgmap v10868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:29 smithi066 ceph-mon[112137]: pgmap v10868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:29.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:29 smithi203 ceph-mon[117428]: pgmap v10868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:30.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:30.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:30.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:31.084 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:31.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:31.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:31.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:31.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:31.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:31 smithi137 ceph-mon[117020]: pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:31.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:31 smithi066 ceph-mon[112137]: pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:31.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:31 smithi203 ceph-mon[117428]: pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:32.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:32 smithi137 ceph-mon[117020]: from='client.300777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:32.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:32 smithi066 ceph-mon[112137]: from='client.300777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:32.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:32 smithi203 ceph-mon[117428]: from='client.300777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:33.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:33 smithi137 ceph-mon[117020]: pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:15:33.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:33 smithi066 ceph-mon[112137]: pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:15:33.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:33 smithi203 ceph-mon[117428]: pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:15:35.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:35 smithi066 ceph-mon[112137]: pgmap v10871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:15:35.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:35 smithi203 ceph-mon[117428]: pgmap v10871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:15:35.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:35 smithi137 ceph-mon[117020]: pgmap v10871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:15:36.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:36.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:36.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:36.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:36.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:36.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:36.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:36.819 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:37.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:37 smithi066 ceph-mon[112137]: pgmap v10872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:15:37.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:37 smithi203 ceph-mon[117428]: pgmap v10872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:15:37.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:37 smithi137 ceph-mon[117020]: pgmap v10872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:15:38.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:38 smithi066 ceph-mon[112137]: from='client.300855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:38.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:38 smithi203 ceph-mon[117428]: from='client.300855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:38.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:38 smithi137 ceph-mon[117020]: from='client.300855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:39.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:39 smithi066 ceph-mon[112137]: pgmap v10873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:39.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:39 smithi203 ceph-mon[117428]: pgmap v10873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:39.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:39 smithi137 ceph-mon[117020]: pgmap v10873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:41.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:41 smithi066 ceph-mon[112137]: pgmap v10874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:41.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:41 smithi203 ceph-mon[117428]: pgmap v10874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:41.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:41 smithi137 ceph-mon[117020]: pgmap v10874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:41.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:41.820 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:41.820 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:42.551 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:42.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:42.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:42.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:42.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:43.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:43 smithi066 ceph-mon[112137]: pgmap v10875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:43.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:43 smithi066 ceph-mon[112137]: from='client.300930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:43.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:43 smithi203 ceph-mon[117428]: pgmap v10875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:43.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:43 smithi203 ceph-mon[117428]: from='client.300930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:43.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:43 smithi137 ceph-mon[117020]: pgmap v10875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:43.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:43 smithi137 ceph-mon[117020]: from='client.300930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:45.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:45 smithi066 ceph-mon[112137]: pgmap v10876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:45.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:45 smithi203 ceph-mon[117428]: pgmap v10876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:45.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:45 smithi137 ceph-mon[117020]: pgmap v10876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:47.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:47 smithi066 ceph-mon[112137]: pgmap v10877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:47.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:47.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:47.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:47.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:47 smithi203 ceph-mon[117428]: pgmap v10877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:47.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:47 smithi137 ceph-mon[117020]: pgmap v10877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:48.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:48.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:48.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:48.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:48.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:49.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:49 smithi066 ceph-mon[112137]: pgmap v10878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:49.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:49 smithi066 ceph-mon[112137]: from='client.301002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:49.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:49 smithi203 ceph-mon[117428]: pgmap v10878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:49.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:49 smithi203 ceph-mon[117428]: from='client.301002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:49.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:49 smithi137 ceph-mon[117020]: pgmap v10878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:49 smithi137 ceph-mon[117020]: from='client.301002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:51 smithi066 ceph-mon[112137]: pgmap v10879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:15:51.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:51 smithi203 ceph-mon[117428]: pgmap v10879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:51.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:15:51.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:51 smithi137 ceph-mon[117020]: pgmap v10879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:51.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:15:52.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:15:52.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:15:52.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:15:52.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:15:52.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:15:52.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:15:52.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:15:52.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:15:52.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:15:53.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:53.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:53.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:53.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:53 smithi066 ceph-mon[112137]: pgmap v10880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:53.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:53 smithi203 ceph-mon[117428]: pgmap v10880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:53.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:53 smithi137 ceph-mon[117020]: pgmap v10880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:54.006 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:15:54.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:54.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:54.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:54.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:55.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:55 smithi066 ceph-mon[112137]: from='client.301071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:55.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:55 smithi066 ceph-mon[112137]: pgmap v10881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:55.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:55 smithi203 ceph-mon[117428]: from='client.301071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:55.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:55 smithi203 ceph-mon[117428]: pgmap v10881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:55.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:55 smithi137 ceph-mon[117020]: from='client.301071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:55.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:55 smithi137 ceph-mon[117020]: pgmap v10881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:57 smithi066 ceph-mon[112137]: pgmap v10882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:57.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:57 smithi203 ceph-mon[117428]: pgmap v10882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:57.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:57 smithi137 ceph-mon[117020]: pgmap v10882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:59.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:15:59.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:59.010 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:59.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:15:59 smithi066 ceph-mon[112137]: pgmap v10883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:59.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:15:59 smithi203 ceph-mon[117428]: pgmap v10883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:59.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:15:59 smithi137 ceph-mon[117020]: pgmap v10883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:59.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:59.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:59.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:59.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:15:59.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:00.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:00 smithi066 ceph-mon[112137]: from='client.301146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:00.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:00 smithi203 ceph-mon[117428]: from='client.301146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:00.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:00 smithi137 ceph-mon[117020]: from='client.301146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:01.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:01 smithi066 ceph-mon[112137]: pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:16:01.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:01 smithi203 ceph-mon[117428]: pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:16:01.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:01 smithi137 ceph-mon[117020]: pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:16:03.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:03 smithi066 ceph-mon[112137]: pgmap v10885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:16:03.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:03 smithi203 ceph-mon[117428]: pgmap v10885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:16:03.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:03 smithi137 ceph-mon[117020]: pgmap v10885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:16:04.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:04.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:04.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:05.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:05.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:05.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:05.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:05.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:05.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:05 smithi066 ceph-mon[112137]: pgmap v10886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:16:05.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:05 smithi203 ceph-mon[117428]: pgmap v10886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:16:05.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:05 smithi137 ceph-mon[117020]: pgmap v10886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:16:06.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:06 smithi066 ceph-mon[112137]: from='client.301221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:06.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:06 smithi203 ceph-mon[117428]: from='client.301221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:06.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:06 smithi137 ceph-mon[117020]: from='client.301221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:07.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:07 smithi066 ceph-mon[112137]: pgmap v10887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:07.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:07 smithi203 ceph-mon[117428]: pgmap v10887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:07.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:07 smithi137 ceph-mon[117020]: pgmap v10887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:09.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:09 smithi066 ceph-mon[112137]: pgmap v10888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:09.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:09 smithi203 ceph-mon[117428]: pgmap v10888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:09.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:09 smithi137 ceph-mon[117020]: pgmap v10888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:10.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:10.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:10.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:11.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:11.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:11.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:11.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:11.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:11.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:11 smithi066 ceph-mon[112137]: pgmap v10889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:11.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:11 smithi203 ceph-mon[117428]: pgmap v10889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:11.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:11 smithi137 ceph-mon[117020]: pgmap v10889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:12.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:12 smithi066 ceph-mon[112137]: from='client.301296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:12.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:12 smithi203 ceph-mon[117428]: from='client.301296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:12.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:12 smithi137 ceph-mon[117020]: from='client.301296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:13.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:13 smithi066 ceph-mon[112137]: pgmap v10890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:13.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:13 smithi203 ceph-mon[117428]: pgmap v10890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:13.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:13 smithi137 ceph-mon[117020]: pgmap v10890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:15.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:15 smithi066 ceph-mon[112137]: pgmap v10891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:15.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:15 smithi203 ceph-mon[117428]: pgmap v10891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:15.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:15 smithi137 ceph-mon[117020]: pgmap v10891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:16.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:16.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:16.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:16.927 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:16.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:16.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:16.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:16.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:17.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:17 smithi066 ceph-mon[112137]: pgmap v10892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:16:17.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:17 smithi203 ceph-mon[117428]: pgmap v10892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:16:17.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:17 smithi137 ceph-mon[117020]: pgmap v10892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:16:18.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:18 smithi066 ceph-mon[112137]: from='client.301374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:18.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:18 smithi203 ceph-mon[117428]: from='client.301374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:18.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:18 smithi137 ceph-mon[117020]: from='client.301374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:19.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:19 smithi066 ceph-mon[112137]: pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:19.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:19 smithi203 ceph-mon[117428]: pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:19.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:19 smithi137 ceph-mon[117020]: pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:21.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:21 smithi066 ceph-mon[112137]: pgmap v10894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:21.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:21 smithi203 ceph-mon[117428]: pgmap v10894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:21.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:21 smithi137 ceph-mon[117020]: pgmap v10894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:21.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:21.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:21.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:22.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:22.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:22.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:22.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:22.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:23.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:23 smithi066 ceph-mon[112137]: pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:23.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:23 smithi066 ceph-mon[112137]: from='client.301449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:23.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:23 smithi203 ceph-mon[117428]: pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:23.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:23 smithi203 ceph-mon[117428]: from='client.301449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:23.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:23 smithi137 ceph-mon[117020]: pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:23.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:23 smithi137 ceph-mon[117020]: from='client.301449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:25.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:25 smithi066 ceph-mon[112137]: pgmap v10896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:25.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:25 smithi203 ceph-mon[117428]: pgmap v10896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:25.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:25 smithi137 ceph-mon[117020]: pgmap v10896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:27.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:27 smithi066 ceph-mon[112137]: pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:27.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:27 smithi203 ceph-mon[117428]: pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:27.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:27 smithi137 ceph-mon[117020]: pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:27.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:27.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:27.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:28.403 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:28.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:28.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:28.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:28.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:29 smithi066 ceph-mon[112137]: pgmap v10898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:29 smithi066 ceph-mon[112137]: from='client.301527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:29.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:29 smithi203 ceph-mon[117428]: pgmap v10898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:29.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:29 smithi203 ceph-mon[117428]: from='client.301527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:29.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:29 smithi137 ceph-mon[117020]: pgmap v10898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:29.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:29 smithi137 ceph-mon[117020]: from='client.301527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:31.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:31 smithi066 ceph-mon[112137]: pgmap v10899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:31.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:31 smithi203 ceph-mon[117428]: pgmap v10899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:31.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:31 smithi137 ceph-mon[117020]: pgmap v10899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:33.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:33.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:33.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:33.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:33 smithi066 ceph-mon[112137]: pgmap v10900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:33.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:33 smithi203 ceph-mon[117428]: pgmap v10900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:33.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:33 smithi137 ceph-mon[117020]: pgmap v10900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:34.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:34.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:34.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:34.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:34.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:35.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:35 smithi066 ceph-mon[112137]: from='client.301602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:35.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:35 smithi066 ceph-mon[112137]: pgmap v10901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:35.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:35 smithi203 ceph-mon[117428]: from='client.301602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:35.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:35 smithi203 ceph-mon[117428]: pgmap v10901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:35.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:35 smithi137 ceph-mon[117020]: from='client.301602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:35.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:35 smithi137 ceph-mon[117020]: pgmap v10901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:37.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:37 smithi066 ceph-mon[112137]: pgmap v10902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:37.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:37 smithi203 ceph-mon[117428]: pgmap v10902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:37.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:37 smithi137 ceph-mon[117020]: pgmap v10902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:39.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:39.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:39.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:39.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:39 smithi066 ceph-mon[112137]: pgmap v10903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:39.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:39 smithi203 ceph-mon[117428]: pgmap v10903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:39.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:39 smithi137 ceph-mon[117020]: pgmap v10903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:39.850 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:39.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:39.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:39.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:39.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:41.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:41 smithi203 ceph-mon[117428]: from='client.301674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:41.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:41 smithi203 ceph-mon[117428]: pgmap v10904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:16:41.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:41 smithi137 ceph-mon[117020]: from='client.301674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:41.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:41 smithi137 ceph-mon[117020]: pgmap v10904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:16:41.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:41 smithi066 ceph-mon[112137]: from='client.301674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:41.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:41 smithi066 ceph-mon[112137]: pgmap v10904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:16:43.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:43 smithi203 ceph-mon[117428]: pgmap v10905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:16:43.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:43 smithi137 ceph-mon[117020]: pgmap v10905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:16:43.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:43 smithi066 ceph-mon[112137]: pgmap v10905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:16:44.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:44.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:44.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:45.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:45 smithi203 ceph-mon[117428]: pgmap v10906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:16:45.584 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:45.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:45.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:45.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:45.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:45.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:45 smithi137 ceph-mon[117020]: pgmap v10906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:16:45.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:45 smithi066 ceph-mon[112137]: pgmap v10906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:16:46.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:46 smithi203 ceph-mon[117428]: from='client.301743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:46.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:46 smithi137 ceph-mon[117020]: from='client.301743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:46.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:46 smithi066 ceph-mon[112137]: from='client.301743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:47.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:47 smithi203 ceph-mon[117428]: pgmap v10907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:47.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:47 smithi137 ceph-mon[117020]: pgmap v10907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:47.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:47 smithi066 ceph-mon[112137]: pgmap v10907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:49.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:49 smithi203 ceph-mon[117428]: pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:49.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:49 smithi137 ceph-mon[117020]: pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:49.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:49 smithi066 ceph-mon[112137]: pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:50.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:50.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:50.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:51.319 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:51.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:51.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:51.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:51.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:51.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:51 smithi203 ceph-mon[117428]: pgmap v10909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:51.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:51 smithi137 ceph-mon[117020]: pgmap v10909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:51.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:51 smithi066 ceph-mon[112137]: pgmap v10909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:52.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:52 smithi203 ceph-mon[117428]: from='client.301818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:52.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:16:52.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:52 smithi137 ceph-mon[117020]: from='client.301818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:52.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:16:52.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:52 smithi066 ceph-mon[112137]: from='client.301818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:52.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:16:52.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:52.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:53.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:53 smithi203 ceph-mon[117428]: pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:16:53.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:16:53.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:16:53.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:53.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:53 smithi137 ceph-mon[117020]: pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:16:53.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:16:53.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:16:53.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:53 smithi066 ceph-mon[112137]: pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:16:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:16:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:16:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:16:55.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:55 smithi203 ceph-mon[117428]: pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:16:55.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:55 smithi137 ceph-mon[117020]: pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:16:55.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:55 smithi066 ceph-mon[112137]: pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:16:56.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:16:56.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:56.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:57.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:16:57.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:57.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:57.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:57.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:16:57.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:57 smithi203 ceph-mon[117428]: pgmap v10912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:16:57.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:57 smithi137 ceph-mon[117020]: pgmap v10912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:16:57.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:57 smithi066 ceph-mon[112137]: pgmap v10912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:16:58.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:58 smithi203 ceph-mon[117428]: from='client.301896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:58.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:58 smithi137 ceph-mon[117020]: from='client.301896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:58.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:58 smithi066 ceph-mon[112137]: from='client.301896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:59.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:16:59 smithi203 ceph-mon[117428]: pgmap v10913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:59.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:16:59 smithi137 ceph-mon[117020]: pgmap v10913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:59.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:16:59 smithi066 ceph-mon[112137]: pgmap v10913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:01.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:01 smithi203 ceph-mon[117428]: pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:01.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:01 smithi137 ceph-mon[117020]: pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:01.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:01 smithi066 ceph-mon[112137]: pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:02.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:02.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:02.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:02.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:02.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:02.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:02.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:02.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:03.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:03 smithi203 ceph-mon[117428]: pgmap v10915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:03.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:03 smithi137 ceph-mon[117020]: pgmap v10915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:03.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:03 smithi066 ceph-mon[112137]: pgmap v10915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:04.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:04 smithi203 ceph-mon[117428]: from='client.301971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:04.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:04 smithi137 ceph-mon[117020]: from='client.301971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:04.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:04 smithi066 ceph-mon[112137]: from='client.301971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:05.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:05 smithi203 ceph-mon[117428]: pgmap v10916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:05.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:05 smithi137 ceph-mon[117020]: pgmap v10916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:05.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:05 smithi066 ceph-mon[112137]: pgmap v10916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:07.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:07 smithi203 ceph-mon[117428]: pgmap v10917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:07.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:07 smithi137 ceph-mon[117020]: pgmap v10917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:07.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:07 smithi066 ceph-mon[112137]: pgmap v10917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:07.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:07.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:07.785 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:08.510 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:08.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:08.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:08.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:08.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:09.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:09 smithi203 ceph-mon[117428]: pgmap v10918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:09.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:09 smithi203 ceph-mon[117428]: from='client.302049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:09.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:09 smithi137 ceph-mon[117020]: pgmap v10918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:09.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:09 smithi137 ceph-mon[117020]: from='client.302049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:09.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:09 smithi066 ceph-mon[112137]: pgmap v10918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:09.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:09 smithi066 ceph-mon[112137]: from='client.302049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:11.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:11 smithi203 ceph-mon[117428]: pgmap v10919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:11.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:11 smithi137 ceph-mon[117020]: pgmap v10919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:11.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:11 smithi066 ceph-mon[112137]: pgmap v10919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:13.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:13.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:13.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:13.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:13 smithi203 ceph-mon[117428]: pgmap v10920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:13.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:13 smithi137 ceph-mon[117020]: pgmap v10920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:13.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:13 smithi066 ceph-mon[112137]: pgmap v10920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:14.237 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:14.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:14.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:14.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:14.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:15.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:15 smithi203 ceph-mon[117428]: pgmap v10921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:15.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:15 smithi203 ceph-mon[117428]: from='client.302121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:15.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:15 smithi137 ceph-mon[117020]: pgmap v10921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:15.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:15 smithi137 ceph-mon[117020]: from='client.302121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:15.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:15 smithi066 ceph-mon[112137]: pgmap v10921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:15.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:15 smithi066 ceph-mon[112137]: from='client.302121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:17.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:17 smithi203 ceph-mon[117428]: pgmap v10922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:17.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:17 smithi137 ceph-mon[117020]: pgmap v10922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:17.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:17 smithi066 ceph-mon[112137]: pgmap v10922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:19.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:19.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:19.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:19.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:19 smithi203 ceph-mon[117428]: pgmap v10923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:19.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:19 smithi137 ceph-mon[117020]: pgmap v10923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:19.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:19 smithi066 ceph-mon[112137]: pgmap v10923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:19.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:19.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:19.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:19.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:19.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:21.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:21 smithi203 ceph-mon[117428]: from='client.302196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:21.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:21 smithi203 ceph-mon[117428]: pgmap v10924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:21.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:21 smithi137 ceph-mon[117020]: from='client.302196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:21.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:21 smithi137 ceph-mon[117020]: pgmap v10924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:21.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:21 smithi066 ceph-mon[112137]: from='client.302196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:21.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:21 smithi066 ceph-mon[112137]: pgmap v10924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:23.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:23 smithi203 ceph-mon[117428]: pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:23.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:23 smithi137 ceph-mon[117020]: pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:23.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:23 smithi066 ceph-mon[112137]: pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:24.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:24.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:24.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:25.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:25 smithi137 ceph-mon[117020]: pgmap v10926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:25.687 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:25.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:25.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:25.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:25.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:25.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:25 smithi066 ceph-mon[112137]: pgmap v10926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:25.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:25 smithi203 ceph-mon[117428]: pgmap v10926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:26.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:26 smithi137 ceph-mon[117020]: from='client.302271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:26.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:26 smithi066 ceph-mon[112137]: from='client.302271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:26.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:26 smithi203 ceph-mon[117428]: from='client.302271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:27.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:27 smithi137 ceph-mon[117020]: pgmap v10927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:27.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:27 smithi066 ceph-mon[112137]: pgmap v10927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:27.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:27 smithi203 ceph-mon[117428]: pgmap v10927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:29.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:29 smithi137 ceph-mon[117020]: pgmap v10928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:29.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:29 smithi066 ceph-mon[112137]: pgmap v10928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:29.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:29 smithi203 ceph-mon[117428]: pgmap v10928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:30.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:30.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:30.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:31.428 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:31.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:31.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:31.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:31.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:31.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:31 smithi137 ceph-mon[117020]: pgmap v10929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:31.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:31 smithi066 ceph-mon[112137]: pgmap v10929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:31.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:31 smithi203 ceph-mon[117428]: pgmap v10929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:32.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:32 smithi137 ceph-mon[117020]: from='client.302349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:32.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:32 smithi066 ceph-mon[112137]: from='client.302349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:32.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:32 smithi203 ceph-mon[117428]: from='client.302349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:33.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:33 smithi137 ceph-mon[117020]: pgmap v10930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:33.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:33 smithi066 ceph-mon[112137]: pgmap v10930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:33.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:33 smithi203 ceph-mon[117428]: pgmap v10930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:35.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:35 smithi137 ceph-mon[117020]: pgmap v10931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:35.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:35 smithi066 ceph-mon[112137]: pgmap v10931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:35.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:35 smithi203 ceph-mon[117428]: pgmap v10931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:36.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:36.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:36.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:37.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:37.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:37.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:37.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:37.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:37.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:37 smithi137 ceph-mon[117020]: pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:37.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:37 smithi066 ceph-mon[112137]: pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:37.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:37 smithi203 ceph-mon[117428]: pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:38.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:38 smithi137 ceph-mon[117020]: from='client.302424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:38.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:38 smithi066 ceph-mon[112137]: from='client.302424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:38.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:38 smithi203 ceph-mon[117428]: from='client.302424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:39.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:39 smithi137 ceph-mon[117020]: pgmap v10933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:39.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:39 smithi066 ceph-mon[112137]: pgmap v10933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:39.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:39 smithi203 ceph-mon[117428]: pgmap v10933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:41.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:41 smithi137 ceph-mon[117020]: pgmap v10934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:41.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:41 smithi066 ceph-mon[112137]: pgmap v10934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:41.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:41 smithi203 ceph-mon[117428]: pgmap v10934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:42.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:42.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:42.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:42.888 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:42.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:42.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:42.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:42.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:43.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:43 smithi137 ceph-mon[117020]: pgmap v10935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:43.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:43 smithi066 ceph-mon[112137]: pgmap v10935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:43.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:43 smithi203 ceph-mon[117428]: pgmap v10935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:44.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:44 smithi137 ceph-mon[117020]: from='client.302502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:44.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:44 smithi066 ceph-mon[112137]: from='client.302502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:44.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:44 smithi203 ceph-mon[117428]: from='client.302502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:45.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:45 smithi066 ceph-mon[112137]: pgmap v10936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:45.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:45 smithi203 ceph-mon[117428]: pgmap v10936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:45.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:45 smithi137 ceph-mon[117020]: pgmap v10936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:47.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:47 smithi066 ceph-mon[112137]: pgmap v10937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:47.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:47 smithi203 ceph-mon[117428]: pgmap v10937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:47.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:47 smithi137 ceph-mon[117020]: pgmap v10937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:47.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:47.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:47.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:48.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:48.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:48.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:48.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:48.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:49.727 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:49 smithi066 ceph-mon[112137]: pgmap v10938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:49.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:49 smithi066 ceph-mon[112137]: from='client.302577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:49.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:49 smithi203 ceph-mon[117428]: pgmap v10938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:49.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:49 smithi203 ceph-mon[117428]: from='client.302577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:49.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:49 smithi137 ceph-mon[117020]: pgmap v10938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:49.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:49 smithi137 ceph-mon[117020]: from='client.302577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:51.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:51 smithi066 ceph-mon[112137]: pgmap v10939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:51.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:51 smithi203 ceph-mon[117428]: pgmap v10939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:51.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:51 smithi137 ceph-mon[117020]: pgmap v10939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:53.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:53.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:53.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:53 smithi066 ceph-mon[112137]: pgmap v10940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:17:53.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:53 smithi203 ceph-mon[117428]: pgmap v10940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:53.813 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:17:53.818 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:53 smithi137 ceph-mon[117020]: pgmap v10940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:53.818 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:17:54.368 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:17:54.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:54.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:54.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:54.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:17:55.646 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:55 smithi066 ceph-mon[112137]: pgmap v10941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:55.646 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:55 smithi066 ceph-mon[112137]: from='client.302655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:55.671 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:55 smithi203 ceph-mon[117428]: pgmap v10941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:55.672 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:55 smithi203 ceph-mon[117428]: from='client.302655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:55.681 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:55 smithi137 ceph-mon[117020]: pgmap v10941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:55.682 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:55 smithi137 ceph-mon[117020]: from='client.302655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:57.117 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: pgmap v10942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:17:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:17:57.118 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: pgmap v10942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:17:57.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: pgmap v10942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:57.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:57.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:17:57.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:17:57.314 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:17:59.228 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:17:58 smithi066 ceph-mon[112137]: pgmap v10943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:59.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:17:58 smithi203 ceph-mon[117428]: pgmap v10943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:59.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:17:58 smithi137 ceph-mon[117020]: pgmap v10943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:59.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:17:59.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:59.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:00.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:00.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:00.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:00.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:00.094 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:01.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:01 smithi203 ceph-mon[117428]: from='client.302730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:01.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:01 smithi203 ceph-mon[117428]: pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:01.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:01 smithi137 ceph-mon[117020]: from='client.302730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:01.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:01 smithi137 ceph-mon[117020]: pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:01.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:01 smithi066 ceph-mon[112137]: from='client.302730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:01.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:01 smithi066 ceph-mon[112137]: pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:03.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:03 smithi203 ceph-mon[117428]: pgmap v10945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:03.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:03 smithi137 ceph-mon[117020]: pgmap v10945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:03.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:03 smithi066 ceph-mon[112137]: pgmap v10945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:05.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:05.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:05.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:05.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:05 smithi203 ceph-mon[117428]: pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:05.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:05 smithi137 ceph-mon[117020]: pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:05.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:05 smithi066 ceph-mon[112137]: pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:05.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:05.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:05.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:05.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:05.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:07.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:07 smithi203 ceph-mon[117428]: from='client.302805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:07.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:07 smithi203 ceph-mon[117428]: pgmap v10947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:07.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:07 smithi137 ceph-mon[117020]: from='client.302805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:07.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:07 smithi137 ceph-mon[117020]: pgmap v10947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:07.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:07 smithi066 ceph-mon[112137]: from='client.302805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:07.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:07 smithi066 ceph-mon[112137]: pgmap v10947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:09.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:09 smithi203 ceph-mon[117428]: pgmap v10948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:09.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:09 smithi137 ceph-mon[117020]: pgmap v10948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:09.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:09 smithi066 ceph-mon[112137]: pgmap v10948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:10.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:10.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:10.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:11.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:11 smithi203 ceph-mon[117428]: pgmap v10949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:11.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:11 smithi137 ceph-mon[117020]: pgmap v10949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:11.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:11 smithi066 ceph-mon[112137]: pgmap v10949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:11.565 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:11.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:11.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:11.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:11.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:12.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:12 smithi203 ceph-mon[117428]: from='client.302883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:12.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:12 smithi137 ceph-mon[117020]: from='client.302883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:12.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:12 smithi066 ceph-mon[112137]: from='client.302883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:13.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:13 smithi203 ceph-mon[117428]: pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:13.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:13 smithi137 ceph-mon[117020]: pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:13.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:13 smithi066 ceph-mon[112137]: pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:15.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:15 smithi203 ceph-mon[117428]: pgmap v10951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:15.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:15 smithi137 ceph-mon[117020]: pgmap v10951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:15.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:15 smithi066 ceph-mon[112137]: pgmap v10951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:16.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:16.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:16.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:17.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:17.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:17.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:17.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:17.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:17.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:17 smithi203 ceph-mon[117428]: pgmap v10952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:17.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:17 smithi137 ceph-mon[117020]: pgmap v10952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:17.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:17 smithi066 ceph-mon[112137]: pgmap v10952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:18.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:18 smithi203 ceph-mon[117428]: from='client.302958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:18.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:18 smithi137 ceph-mon[117020]: from='client.302958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:18.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:18 smithi066 ceph-mon[112137]: from='client.302958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:19.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:19 smithi203 ceph-mon[117428]: pgmap v10953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:19.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:19 smithi137 ceph-mon[117020]: pgmap v10953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:19.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:19 smithi066 ceph-mon[112137]: pgmap v10953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:21.313 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:21 smithi203 ceph-mon[117428]: pgmap v10954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:21.364 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:21 smithi137 ceph-mon[117020]: pgmap v10954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:21.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:21 smithi066 ceph-mon[112137]: pgmap v10954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:22.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:22.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:22.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:23.008 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:23.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:23.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:23.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:23.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:23.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:23 smithi137 ceph-mon[117020]: pgmap v10955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:23.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:23 smithi066 ceph-mon[112137]: pgmap v10955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:23.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:23 smithi203 ceph-mon[117428]: pgmap v10955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:24.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:24 smithi137 ceph-mon[117020]: from='client.303036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:24.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:24 smithi066 ceph-mon[112137]: from='client.303036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:24.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:24 smithi203 ceph-mon[117428]: from='client.303036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:25.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:25 smithi137 ceph-mon[117020]: pgmap v10956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:25.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:25 smithi066 ceph-mon[112137]: pgmap v10956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:25.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:25 smithi203 ceph-mon[117428]: pgmap v10956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:27.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:27 smithi137 ceph-mon[117020]: pgmap v10957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:27.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:27 smithi066 ceph-mon[112137]: pgmap v10957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:27.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:27 smithi203 ceph-mon[117428]: pgmap v10957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:28.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:28.010 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:28.010 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:28.731 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:29.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:29 smithi137 ceph-mon[117020]: pgmap v10958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:29.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:29 smithi137 ceph-mon[117020]: from='client.303111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:29 smithi066 ceph-mon[112137]: pgmap v10958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:29 smithi066 ceph-mon[112137]: from='client.303111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:29.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:29 smithi203 ceph-mon[117428]: pgmap v10958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:29.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:29 smithi203 ceph-mon[117428]: from='client.303111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:31.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:31 smithi137 ceph-mon[117020]: pgmap v10959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:31.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:31 smithi066 ceph-mon[112137]: pgmap v10959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:31.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:31 smithi203 ceph-mon[117428]: pgmap v10959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:33.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:33 smithi137 ceph-mon[117020]: pgmap v10960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:33.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:33 smithi066 ceph-mon[112137]: pgmap v10960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:33.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:33 smithi203 ceph-mon[117428]: pgmap v10960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:33.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:33.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:33.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:34.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:34.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:34.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:34.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:34.462 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:35.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:35 smithi137 ceph-mon[117020]: pgmap v10961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:35.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:35 smithi137 ceph-mon[117020]: from='client.303189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:35.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:35 smithi066 ceph-mon[112137]: pgmap v10961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:35.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:35 smithi066 ceph-mon[112137]: from='client.303189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:35.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:35 smithi203 ceph-mon[117428]: pgmap v10961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:35.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:35 smithi203 ceph-mon[117428]: from='client.303189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:37.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:37 smithi137 ceph-mon[117020]: pgmap v10962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:37.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:37 smithi066 ceph-mon[112137]: pgmap v10962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:37.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:37 smithi203 ceph-mon[117428]: pgmap v10962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:39.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:39 smithi137 ceph-mon[117020]: pgmap v10963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:39.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:39.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:39.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:39.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:39 smithi066 ceph-mon[112137]: pgmap v10963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:39.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:39 smithi203 ceph-mon[117428]: pgmap v10963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:40.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:40.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:40.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:40.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:40.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:41.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:41 smithi137 ceph-mon[117020]: from='client.303267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:41.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:41 smithi137 ceph-mon[117020]: pgmap v10964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:41.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:41 smithi066 ceph-mon[112137]: from='client.303267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:41.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:41 smithi066 ceph-mon[112137]: pgmap v10964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:41.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:41 smithi203 ceph-mon[117428]: from='client.303267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:41.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:41 smithi203 ceph-mon[117428]: pgmap v10964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:43.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:43 smithi137 ceph-mon[117020]: pgmap v10965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:43.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:43 smithi066 ceph-mon[112137]: pgmap v10965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:43.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:43 smithi203 ceph-mon[117428]: pgmap v10965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:45.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:45.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:45.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:45.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:45 smithi137 ceph-mon[117020]: pgmap v10966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:45.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:45 smithi066 ceph-mon[112137]: pgmap v10966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:45.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:45 smithi203 ceph-mon[117428]: pgmap v10966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:45.921 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:45.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:45.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:45.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:45.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:47.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:47 smithi137 ceph-mon[117020]: from='client.303342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:47.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:47 smithi137 ceph-mon[117020]: pgmap v10967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:47.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:47 smithi066 ceph-mon[112137]: from='client.303342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:47.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:47 smithi066 ceph-mon[112137]: pgmap v10967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:47.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:47 smithi203 ceph-mon[117428]: from='client.303342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:47.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:47 smithi203 ceph-mon[117428]: pgmap v10967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:49.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:49 smithi137 ceph-mon[117020]: pgmap v10968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:49.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:49 smithi066 ceph-mon[112137]: pgmap v10968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:49.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:49 smithi203 ceph-mon[117428]: pgmap v10968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:50.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:50.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:50.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:51.363 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:51 smithi137 ceph-mon[117020]: pgmap v10969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:51.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:51 smithi066 ceph-mon[112137]: pgmap v10969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:51.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:51 smithi203 ceph-mon[117428]: pgmap v10969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:51.663 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:51.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:51.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:51.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:51.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:52.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:52 smithi066 ceph-mon[112137]: from='client.303417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:52.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:52 smithi203 ceph-mon[117428]: from='client.303417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:52.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:52 smithi137 ceph-mon[117020]: from='client.303417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:53.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:53 smithi066 ceph-mon[112137]: pgmap v10970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:53.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:53 smithi203 ceph-mon[117428]: pgmap v10970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:53.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:53 smithi137 ceph-mon[117020]: pgmap v10970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:55.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:55 smithi066 ceph-mon[112137]: pgmap v10971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:55.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:55 smithi203 ceph-mon[117428]: pgmap v10971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:55.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:55 smithi137 ceph-mon[117020]: pgmap v10971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:56.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:18:56.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:18:56.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:18:56.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:18:56.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:56.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:57.462 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:18:57.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:57.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:57.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:57.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:18:57.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:57 smithi066 ceph-mon[112137]: pgmap v10972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:57 smithi203 ceph-mon[117428]: pgmap v10972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:57.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:57 smithi137 ceph-mon[117020]: pgmap v10972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:57.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:57.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='client.303489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:58.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:18:58.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:18:58.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:18:58.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:18:58.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.565 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='client.303489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:58.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:18:58.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:18:58.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:18:58.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:18:58.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='client.303489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:58.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:18:58.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:18:58.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:58.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:18:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:18:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:18:59.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:59 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16092M 2023-12-07T23:18:59.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:18:59 smithi066 ceph-mon[112137]: pgmap v10973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:59.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:59 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16092M 2023-12-07T23:18:59.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:18:59 smithi203 ceph-mon[117428]: pgmap v10973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:59.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:59 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16092M 2023-12-07T23:18:59.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:18:59 smithi137 ceph-mon[117020]: pgmap v10973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:01.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:01 smithi066 ceph-mon[112137]: pgmap v10974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:01.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:01 smithi203 ceph-mon[117428]: pgmap v10974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:01.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:01 smithi137 ceph-mon[117020]: pgmap v10974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:02.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:02.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:02.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:03.194 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:03.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:03.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:03.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:03.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:03.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:03 smithi066 ceph-mon[112137]: pgmap v10975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:03.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:03 smithi203 ceph-mon[117428]: pgmap v10975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:03.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:03 smithi137 ceph-mon[117020]: pgmap v10975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:04.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:04 smithi066 ceph-mon[112137]: from='client.303561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:04.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:04 smithi203 ceph-mon[117428]: from='client.303561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:04.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:04 smithi137 ceph-mon[117020]: from='client.303561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:05.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:05 smithi066 ceph-mon[112137]: pgmap v10976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:05.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:05 smithi203 ceph-mon[117428]: pgmap v10976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:05.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:05 smithi137 ceph-mon[117020]: pgmap v10976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:07.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:07 smithi066 ceph-mon[112137]: pgmap v10977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:07.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:07 smithi203 ceph-mon[117428]: pgmap v10977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:07.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:07 smithi137 ceph-mon[117020]: pgmap v10977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:08.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:08.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:08.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:08.922 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:08.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:08.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:08.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:08.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:09.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:09 smithi066 ceph-mon[112137]: pgmap v10978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:09.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:09 smithi203 ceph-mon[117428]: pgmap v10978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:09.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:09 smithi137 ceph-mon[117020]: pgmap v10978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:10.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:10 smithi066 ceph-mon[112137]: from='client.303639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:10.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:10 smithi203 ceph-mon[117428]: from='client.303639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:10.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:10 smithi137 ceph-mon[117020]: from='client.303639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:11.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:11 smithi066 ceph-mon[112137]: pgmap v10979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:11.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:11 smithi203 ceph-mon[117428]: pgmap v10979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:11.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:11 smithi137 ceph-mon[117020]: pgmap v10979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:13.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:13 smithi066 ceph-mon[112137]: pgmap v10980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:13.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:13 smithi203 ceph-mon[117428]: pgmap v10980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:13.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:13 smithi137 ceph-mon[117020]: pgmap v10980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:13.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:13.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:13.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:14.656 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:15.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:15 smithi066 ceph-mon[112137]: pgmap v10981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:15.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:15 smithi066 ceph-mon[112137]: from='client.303717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:15.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:15 smithi203 ceph-mon[117428]: pgmap v10981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:15.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:15 smithi203 ceph-mon[117428]: from='client.303717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:15.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:15 smithi137 ceph-mon[117020]: pgmap v10981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:15.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:15 smithi137 ceph-mon[117020]: from='client.303717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:17.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:17 smithi066 ceph-mon[112137]: pgmap v10982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:19:17.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:17 smithi203 ceph-mon[117428]: pgmap v10982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:19:17.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:17 smithi137 ceph-mon[117020]: pgmap v10982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:19:19.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:19 smithi066 ceph-mon[112137]: pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:19:19.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:19 smithi203 ceph-mon[117428]: pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:19:19.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:19 smithi137 ceph-mon[117020]: pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:19:19.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:19.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:19.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:20.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:20.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:20.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:20.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:20.380 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:21.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:21 smithi066 ceph-mon[112137]: pgmap v10984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:21.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:21 smithi066 ceph-mon[112137]: from='client.303792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:21.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:21 smithi203 ceph-mon[117428]: pgmap v10984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:21.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:21 smithi203 ceph-mon[117428]: from='client.303792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:21.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:21 smithi137 ceph-mon[117020]: pgmap v10984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:21.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:21 smithi137 ceph-mon[117020]: from='client.303792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:23.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:23 smithi066 ceph-mon[112137]: pgmap v10985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:23.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:23 smithi203 ceph-mon[117428]: pgmap v10985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:23.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:23 smithi137 ceph-mon[117020]: pgmap v10985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:25.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:25.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:25.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:25.477 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:25 smithi066 ceph-mon[112137]: pgmap v10986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:25.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:25 smithi203 ceph-mon[117428]: pgmap v10986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:25.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:25 smithi137 ceph-mon[117020]: pgmap v10986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:26.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:26.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:26.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:26.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:26.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:27.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:27 smithi066 ceph-mon[112137]: from='client.303867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:27.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:27 smithi066 ceph-mon[112137]: pgmap v10987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:27.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:27 smithi203 ceph-mon[117428]: from='client.303867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:27.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:27 smithi203 ceph-mon[117428]: pgmap v10987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:27.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:27 smithi137 ceph-mon[117020]: from='client.303867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:27.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:27 smithi137 ceph-mon[117020]: pgmap v10987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:29.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:29 smithi066 ceph-mon[112137]: pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:19:29.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:29 smithi203 ceph-mon[117428]: pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:19:29.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:29 smithi137 ceph-mon[117020]: pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:19:31.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:31.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:31.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:31.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:31 smithi066 ceph-mon[112137]: pgmap v10989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:19:31.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:31 smithi203 ceph-mon[117428]: pgmap v10989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:19:31.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:31 smithi137 ceph-mon[117020]: pgmap v10989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:19:31.837 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:31.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:31.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:31.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:31.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:33.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:33 smithi066 ceph-mon[112137]: from='client.303942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:33.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:33 smithi066 ceph-mon[112137]: pgmap v10990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:33.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:33 smithi203 ceph-mon[117428]: from='client.303942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:33.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:33 smithi203 ceph-mon[117428]: pgmap v10990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:33.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:33 smithi137 ceph-mon[117020]: from='client.303942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:33.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:33 smithi137 ceph-mon[117020]: pgmap v10990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:35.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:35 smithi066 ceph-mon[112137]: pgmap v10991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:35.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:35 smithi203 ceph-mon[117428]: pgmap v10991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:35.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:35 smithi137 ceph-mon[117020]: pgmap v10991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:36.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:36.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:36.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:37.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:37 smithi066 ceph-mon[112137]: pgmap v10992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:37.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:37.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:37.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:37.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:37.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:37.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:37 smithi203 ceph-mon[117428]: pgmap v10992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:37.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:37 smithi137 ceph-mon[117020]: pgmap v10992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:38.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:38 smithi066 ceph-mon[112137]: from='client.304017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:38.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:38 smithi203 ceph-mon[117428]: from='client.304017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:38.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:38 smithi137 ceph-mon[117020]: from='client.304017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:39.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:39 smithi066 ceph-mon[112137]: pgmap v10993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:39.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:39 smithi203 ceph-mon[117428]: pgmap v10993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:39.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:39 smithi137 ceph-mon[117020]: pgmap v10993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:41.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:41 smithi066 ceph-mon[112137]: pgmap v10994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:41.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:41 smithi203 ceph-mon[117428]: pgmap v10994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:41.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:41 smithi137 ceph-mon[117020]: pgmap v10994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:42.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:42.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:42.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:43.299 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:43.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:43.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:43.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:43.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:43.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:43 smithi066 ceph-mon[112137]: pgmap v10995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:43.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:43 smithi203 ceph-mon[117428]: pgmap v10995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:43.613 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:43 smithi137 ceph-mon[117020]: pgmap v10995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:44.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:44 smithi066 ceph-mon[112137]: from='client.304095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:44.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:44 smithi203 ceph-mon[117428]: from='client.304095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:44.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:44 smithi137 ceph-mon[117020]: from='client.304095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:45.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:45 smithi066 ceph-mon[112137]: pgmap v10996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:45.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:45 smithi203 ceph-mon[117428]: pgmap v10996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:45.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:45 smithi137 ceph-mon[117020]: pgmap v10996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:47.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:47 smithi066 ceph-mon[112137]: pgmap v10997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:47.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:47 smithi203 ceph-mon[117428]: pgmap v10997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:47.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:47 smithi137 ceph-mon[117020]: pgmap v10997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:48.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:48.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:48.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:49.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:49.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:49.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:49.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:49.031 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:49.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:49 smithi066 ceph-mon[112137]: pgmap v10998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:49.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:49 smithi203 ceph-mon[117428]: pgmap v10998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:49.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:49 smithi137 ceph-mon[117020]: pgmap v10998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:50.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:50 smithi066 ceph-mon[112137]: from='client.304170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:50.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:50 smithi203 ceph-mon[117428]: from='client.304170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:50.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:50 smithi137 ceph-mon[117020]: from='client.304170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:51.478 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:51 smithi066 ceph-mon[112137]: pgmap v10999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:51.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:51 smithi203 ceph-mon[117428]: pgmap v10999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:51.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:51 smithi137 ceph-mon[117020]: pgmap v10999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:53.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:53 smithi203 ceph-mon[117428]: pgmap v11000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:53.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:53 smithi137 ceph-mon[117020]: pgmap v11000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:53.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:53 smithi066 ceph-mon[112137]: pgmap v11000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:54.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:54.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:54.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:54.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:19:54.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:54.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:54.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:54.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:19:55.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:55 smithi203 ceph-mon[117428]: pgmap v11001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:55.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:55 smithi203 ceph-mon[117428]: from='client.304242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:55.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:55 smithi137 ceph-mon[117020]: pgmap v11001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:55.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:55 smithi137 ceph-mon[117020]: from='client.304242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:55.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:55 smithi066 ceph-mon[112137]: pgmap v11001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:55.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:55 smithi066 ceph-mon[112137]: from='client.304242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:57.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:57 smithi203 ceph-mon[117428]: pgmap v11002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:19:57.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:57 smithi137 ceph-mon[117020]: pgmap v11002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:19:57.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:57 smithi066 ceph-mon[112137]: pgmap v11002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:19:58.563 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:19:58.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:19:58.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:19:59.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:59 smithi203 ceph-mon[117428]: pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:19:59.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:19:59.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:19:59.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:19:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:19:59.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:59 smithi137 ceph-mon[117020]: pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:19:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:19:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:19:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:19:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:19:59.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:59 smithi066 ceph-mon[112137]: pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:19:59.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:19:59.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:19:59.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:19:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:19:59.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:19:59.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:59.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:00.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:00.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:00.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:00.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:00.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:00.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T23:20:00.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T23:20:00.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T23:20:01.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:01 smithi203 ceph-mon[117428]: pgmap v11004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:01.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:01 smithi203 ceph-mon[117428]: from='client.304320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:01.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:01 smithi137 ceph-mon[117020]: pgmap v11004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:01.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:01 smithi137 ceph-mon[117020]: from='client.304320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:01.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:01 smithi066 ceph-mon[112137]: pgmap v11004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:01.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:01 smithi066 ceph-mon[112137]: from='client.304320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:03.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:03 smithi203 ceph-mon[117428]: pgmap v11005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:03.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:03 smithi137 ceph-mon[117020]: pgmap v11005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:03.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:03 smithi066 ceph-mon[112137]: pgmap v11005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:05.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:05.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:05.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:05.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:05 smithi203 ceph-mon[117428]: pgmap v11006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:05.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:05 smithi137 ceph-mon[117020]: pgmap v11006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:05.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:05 smithi066 ceph-mon[112137]: pgmap v11006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:06.228 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:06.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:06.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:06.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:06.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:07.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:07 smithi203 ceph-mon[117428]: from='client.304398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:07.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:07 smithi203 ceph-mon[117428]: pgmap v11007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:07.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:07 smithi137 ceph-mon[117020]: from='client.304398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:07.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:07 smithi137 ceph-mon[117020]: pgmap v11007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:07.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:07 smithi066 ceph-mon[112137]: from='client.304398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:07.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:07 smithi066 ceph-mon[112137]: pgmap v11007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:09.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:09 smithi203 ceph-mon[117428]: pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:20:09.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:09 smithi137 ceph-mon[117020]: pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:20:09.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:09 smithi066 ceph-mon[112137]: pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:20:11.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:11.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:11.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:11.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:11 smithi203 ceph-mon[117428]: pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:20:11.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:11 smithi137 ceph-mon[117020]: pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:20:11.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:11 smithi066 ceph-mon[112137]: pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:20:11.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:11.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:11.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:11.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:11.956 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:13.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:13 smithi203 ceph-mon[117428]: from='client.304476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:13.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:13 smithi203 ceph-mon[117428]: pgmap v11010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:13.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:13 smithi137 ceph-mon[117020]: from='client.304476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:13.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:13 smithi137 ceph-mon[117020]: pgmap v11010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:13.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:13 smithi066 ceph-mon[112137]: from='client.304476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:13.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:13 smithi066 ceph-mon[112137]: pgmap v11010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:15.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:15 smithi203 ceph-mon[117428]: pgmap v11011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:15.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:15 smithi137 ceph-mon[117020]: pgmap v11011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:15.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:15 smithi066 ceph-mon[112137]: pgmap v11011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:16.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:16.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:16.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:17.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:17 smithi203 ceph-mon[117428]: pgmap v11012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:17.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:17 smithi137 ceph-mon[117020]: pgmap v11012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:17.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:17.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:17.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:17.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:17.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:17.728 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:17 smithi066 ceph-mon[112137]: pgmap v11012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:18.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:18 smithi203 ceph-mon[117428]: from='client.304548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:18.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:18 smithi137 ceph-mon[117020]: from='client.304548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:18.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:18 smithi066 ceph-mon[112137]: from='client.304548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:19.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:19 smithi203 ceph-mon[117428]: pgmap v11013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:19.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:19 smithi137 ceph-mon[117020]: pgmap v11013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:19.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:19 smithi066 ceph-mon[112137]: pgmap v11013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:21.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:21 smithi203 ceph-mon[117428]: pgmap v11014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:21.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:21 smithi137 ceph-mon[117020]: pgmap v11014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:21.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:21 smithi066 ceph-mon[112137]: pgmap v11014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:22.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:22.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:22.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:23.417 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:23.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:23.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:23.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:23.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:23.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:23 smithi203 ceph-mon[117428]: pgmap v11015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:23.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:23 smithi137 ceph-mon[117020]: pgmap v11015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:23.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:23 smithi066 ceph-mon[112137]: pgmap v11015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:24.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:24 smithi203 ceph-mon[117428]: from='client.304623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:24.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:24 smithi137 ceph-mon[117020]: from='client.304623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:24.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:24 smithi066 ceph-mon[112137]: from='client.304623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:25.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:25 smithi203 ceph-mon[117428]: pgmap v11016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:25.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:25 smithi137 ceph-mon[117020]: pgmap v11016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:25.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:25 smithi066 ceph-mon[112137]: pgmap v11016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:27.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:27 smithi203 ceph-mon[117428]: pgmap v11017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:27.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:27 smithi137 ceph-mon[117020]: pgmap v11017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:27.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:27 smithi066 ceph-mon[112137]: pgmap v11017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:28.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:28.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:28.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:29.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:29.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:29.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:29.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:29.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:29.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:29 smithi203 ceph-mon[117428]: pgmap v11018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:29.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:29 smithi137 ceph-mon[117020]: pgmap v11018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:29.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:29 smithi066 ceph-mon[112137]: pgmap v11018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:30.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:30 smithi203 ceph-mon[117428]: from='client.304701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:30.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:30 smithi137 ceph-mon[117020]: from='client.304701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:30.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:30 smithi066 ceph-mon[112137]: from='client.304701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:31.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:31 smithi203 ceph-mon[117428]: pgmap v11019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:31.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:31 smithi137 ceph-mon[117020]: pgmap v11019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:31.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:31 smithi066 ceph-mon[112137]: pgmap v11019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:33.564 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:33 smithi203 ceph-mon[117428]: pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:33.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:33 smithi137 ceph-mon[117020]: pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:33.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:33 smithi066 ceph-mon[112137]: pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:34.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:34.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:34.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:34.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:34.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:34.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:34.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:34.892 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:35.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:35 smithi137 ceph-mon[117020]: pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:35.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:35 smithi066 ceph-mon[112137]: pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:35.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:35 smithi203 ceph-mon[117428]: pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:36.614 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:36 smithi137 ceph-mon[117020]: from='client.304776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:36.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:36 smithi066 ceph-mon[112137]: from='client.304776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:36.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:36 smithi203 ceph-mon[117428]: from='client.304776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:37.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:37 smithi137 ceph-mon[117020]: pgmap v11022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:20:37.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:37 smithi066 ceph-mon[112137]: pgmap v11022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:20:37.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:37 smithi203 ceph-mon[117428]: pgmap v11022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:20:39.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:39 smithi137 ceph-mon[117020]: pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:20:39.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:39 smithi066 ceph-mon[112137]: pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:20:39.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:39 smithi203 ceph-mon[117428]: pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:20:39.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:39.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:39.894 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:40.618 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:40.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:40.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:40.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:40.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:41.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:41 smithi137 ceph-mon[117020]: pgmap v11024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:41.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:41 smithi137 ceph-mon[117020]: from='client.304851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:41.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:41 smithi066 ceph-mon[112137]: pgmap v11024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:41.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:41 smithi066 ceph-mon[112137]: from='client.304851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:41.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:41 smithi203 ceph-mon[117428]: pgmap v11024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:41.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:41 smithi203 ceph-mon[117428]: from='client.304851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:43.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:43 smithi137 ceph-mon[117020]: pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:43.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:43 smithi066 ceph-mon[112137]: pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:43.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:43 smithi203 ceph-mon[117428]: pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:45.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:45 smithi137 ceph-mon[117020]: pgmap v11026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:45.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:45.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:45.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:45.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:45 smithi066 ceph-mon[112137]: pgmap v11026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:45.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:45 smithi203 ceph-mon[117428]: pgmap v11026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:46.344 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:46.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:46.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:46.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:46.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:47 smithi137 ceph-mon[117020]: pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:47.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:47 smithi137 ceph-mon[117020]: from='client.304923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:47.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:47 smithi066 ceph-mon[112137]: pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:47.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:47 smithi066 ceph-mon[112137]: from='client.304923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:47.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:47 smithi203 ceph-mon[117428]: pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:47.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:47 smithi203 ceph-mon[117428]: from='client.304923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:49.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:49 smithi137 ceph-mon[117020]: pgmap v11028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:20:49.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:49 smithi066 ceph-mon[112137]: pgmap v11028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:20:49.814 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:49 smithi203 ceph-mon[117428]: pgmap v11028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:20:51.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:51.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:51.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:51.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:51 smithi137 ceph-mon[117020]: pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:20:51.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:51 smithi066 ceph-mon[112137]: pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:20:51.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:51 smithi203 ceph-mon[117428]: pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:20:52.083 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:52.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:52.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:52.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:52.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:53.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:53 smithi137 ceph-mon[117020]: from='client.304995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:53.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:53 smithi137 ceph-mon[117020]: pgmap v11030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:53.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:53 smithi066 ceph-mon[112137]: from='client.304995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:53.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:53 smithi066 ceph-mon[112137]: pgmap v11030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:53.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:53 smithi203 ceph-mon[117428]: from='client.304995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:53.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:53 smithi203 ceph-mon[117428]: pgmap v11030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:55.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:55 smithi137 ceph-mon[117020]: pgmap v11031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:55.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:55 smithi066 ceph-mon[112137]: pgmap v11031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:55.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:55 smithi203 ceph-mon[117428]: pgmap v11031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:57.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:20:57.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:57.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:57.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:57 smithi137 ceph-mon[117020]: pgmap v11032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:57.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:57 smithi066 ceph-mon[112137]: pgmap v11032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:57.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:20:57.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:57.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:57.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:57.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:20:57.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:57 smithi203 ceph-mon[117428]: pgmap v11032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:58.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:58 smithi137 ceph-mon[117020]: from='client.305070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:58.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:58 smithi066 ceph-mon[112137]: from='client.305070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:58.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:58 smithi203 ceph-mon[117428]: from='client.305070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:59 smithi137 ceph-mon[117020]: pgmap v11033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:20:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:20:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:20:59.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:20:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:20:59.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:59 smithi066 ceph-mon[112137]: pgmap v11033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:59.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:20:59.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:20:59.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:20:59.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:20:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:20:59.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:59 smithi203 ceph-mon[117428]: pgmap v11033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:59.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:20:59.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:20:59.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:20:59.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:20:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:21:01.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:01 smithi066 ceph-mon[112137]: pgmap v11034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:01.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:01 smithi203 ceph-mon[117428]: pgmap v11034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:01.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:01 smithi137 ceph-mon[117020]: pgmap v11034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:02.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:02.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:02.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:03.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:03.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:03.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:03.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:03.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:03.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:03 smithi066 ceph-mon[112137]: pgmap v11035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:03.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:03 smithi203 ceph-mon[117428]: pgmap v11035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:03.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:03 smithi137 ceph-mon[117020]: pgmap v11035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:04.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:04 smithi066 ceph-mon[112137]: from='client.305142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:04.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:04 smithi203 ceph-mon[117428]: from='client.305142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:04.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:04 smithi137 ceph-mon[117020]: from='client.305142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:05.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:05 smithi066 ceph-mon[112137]: pgmap v11036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:05.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:05 smithi203 ceph-mon[117428]: pgmap v11036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:05.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:05 smithi137 ceph-mon[117020]: pgmap v11036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:07.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:07 smithi066 ceph-mon[112137]: pgmap v11037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:07.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:07 smithi203 ceph-mon[117428]: pgmap v11037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:07.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:07 smithi137 ceph-mon[117020]: pgmap v11037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:08.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:08.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:08.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:09.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:09.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:09.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:09.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:09.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:09.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:09 smithi066 ceph-mon[112137]: pgmap v11038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:09.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:09 smithi203 ceph-mon[117428]: pgmap v11038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:09.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:09 smithi137 ceph-mon[117020]: pgmap v11038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:10.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:10 smithi066 ceph-mon[112137]: from='client.305217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:10.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:10 smithi203 ceph-mon[117428]: from='client.305217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:10.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:10 smithi137 ceph-mon[117020]: from='client.305217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:11.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:11 smithi066 ceph-mon[112137]: pgmap v11039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:11.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:11 smithi203 ceph-mon[117428]: pgmap v11039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:11.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:11 smithi137 ceph-mon[117020]: pgmap v11039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:13.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:13 smithi066 ceph-mon[112137]: pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:13.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:13 smithi203 ceph-mon[117428]: pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:13.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:13 smithi137 ceph-mon[117020]: pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:14.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:14.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:14.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:15.015 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:15.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:15.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:15.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:15.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:15.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:15 smithi066 ceph-mon[112137]: pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:15.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:15 smithi203 ceph-mon[117428]: pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:15.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:15 smithi137 ceph-mon[117020]: pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:16.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:16 smithi066 ceph-mon[112137]: from='client.305292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:16.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:16 smithi203 ceph-mon[117428]: from='client.305292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:16.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:16 smithi137 ceph-mon[117020]: from='client.305292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:17.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:17 smithi066 ceph-mon[112137]: pgmap v11042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:17.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:17 smithi203 ceph-mon[117428]: pgmap v11042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:17.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:17 smithi137 ceph-mon[117020]: pgmap v11042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:19.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:19 smithi066 ceph-mon[112137]: pgmap v11043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:19.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:19 smithi203 ceph-mon[117428]: pgmap v11043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:19.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:19 smithi137 ceph-mon[117020]: pgmap v11043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:20.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:20.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:20.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:20.744 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:20.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:20.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:20.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:20.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:21.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:21 smithi066 ceph-mon[112137]: pgmap v11044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:21.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:21 smithi066 ceph-mon[112137]: from='client.305367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:21.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:21 smithi203 ceph-mon[117428]: pgmap v11044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:21.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:21 smithi203 ceph-mon[117428]: from='client.305367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:21.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:21 smithi137 ceph-mon[117020]: pgmap v11044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:21.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:21 smithi137 ceph-mon[117020]: from='client.305367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:23.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:23 smithi066 ceph-mon[112137]: pgmap v11045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:23.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:23 smithi203 ceph-mon[117428]: pgmap v11045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:23.905 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:23 smithi137 ceph-mon[117020]: pgmap v11045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:25.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:25 smithi066 ceph-mon[112137]: pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:25.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:25.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:25.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:25.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:25 smithi203 ceph-mon[117428]: pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:25.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:25 smithi137 ceph-mon[117020]: pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:26.472 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:26.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:26.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:26.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:26.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:27.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:27 smithi066 ceph-mon[112137]: pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:27.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:27 smithi066 ceph-mon[112137]: from='client.305445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:27.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:27 smithi203 ceph-mon[117428]: pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:27.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:27 smithi203 ceph-mon[117428]: from='client.305445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:27.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:27 smithi137 ceph-mon[117020]: pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:27.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:27 smithi137 ceph-mon[117020]: from='client.305445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:29.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:29 smithi066 ceph-mon[112137]: pgmap v11048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:29.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:29 smithi203 ceph-mon[117428]: pgmap v11048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:29.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:29 smithi137 ceph-mon[117020]: pgmap v11048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:31.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:31.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:31.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:31.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:31 smithi066 ceph-mon[112137]: pgmap v11049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:31.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:31 smithi203 ceph-mon[117428]: pgmap v11049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:31.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:31 smithi137 ceph-mon[117020]: pgmap v11049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:32.193 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:32.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:32.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:32.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:32.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:33.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:33 smithi066 ceph-mon[112137]: from='client.305523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:33.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:33 smithi066 ceph-mon[112137]: pgmap v11050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:33.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:33 smithi203 ceph-mon[117428]: from='client.305523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:33.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:33 smithi203 ceph-mon[117428]: pgmap v11050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:33.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:33 smithi137 ceph-mon[117020]: from='client.305523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:33.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:33 smithi137 ceph-mon[117020]: pgmap v11050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:35.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:35 smithi066 ceph-mon[112137]: pgmap v11051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:35.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:35 smithi203 ceph-mon[117428]: pgmap v11051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:35.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:35 smithi137 ceph-mon[117020]: pgmap v11051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:37.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:37.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:37.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:37.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:37 smithi066 ceph-mon[112137]: pgmap v11052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:37.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:37 smithi203 ceph-mon[117428]: pgmap v11052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:37.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:37 smithi137 ceph-mon[117020]: pgmap v11052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:37.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:37.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:37.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:37.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:37.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:39.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:39 smithi066 ceph-mon[112137]: from='client.305601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:39.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:39 smithi066 ceph-mon[112137]: pgmap v11053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:39.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:39 smithi203 ceph-mon[117428]: from='client.305601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:39.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:39 smithi203 ceph-mon[117428]: pgmap v11053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:39.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:39 smithi137 ceph-mon[117020]: from='client.305601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:39.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:39 smithi137 ceph-mon[117020]: pgmap v11053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:41.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:41 smithi066 ceph-mon[112137]: pgmap v11054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:41.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:41 smithi203 ceph-mon[117428]: pgmap v11054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:41.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:41 smithi137 ceph-mon[117020]: pgmap v11054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:42.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:42.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:42.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:43.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:43.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:43.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:43.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:43.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:43.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:43 smithi066 ceph-mon[112137]: pgmap v11055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:43.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:43 smithi203 ceph-mon[117428]: pgmap v11055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:43.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:43 smithi137 ceph-mon[117020]: pgmap v11055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:44.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:44 smithi066 ceph-mon[112137]: from='client.305676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:44.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:44 smithi203 ceph-mon[117428]: from='client.305676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:44.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:44 smithi137 ceph-mon[117020]: from='client.305676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:45.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:45 smithi066 ceph-mon[112137]: pgmap v11056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:45.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:45 smithi203 ceph-mon[117428]: pgmap v11056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:45.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:45 smithi137 ceph-mon[117020]: pgmap v11056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:47.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:47 smithi066 ceph-mon[112137]: pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:47.815 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:47 smithi203 ceph-mon[117428]: pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:47.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:47 smithi137 ceph-mon[117020]: pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:48.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:48.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:48.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:49.387 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:49.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:49.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:49.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:49.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:49.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:49 smithi066 ceph-mon[112137]: pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:49.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:49 smithi203 ceph-mon[117428]: pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:49.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:49 smithi137 ceph-mon[117020]: pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:50.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:50 smithi066 ceph-mon[112137]: from='client.305751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:50.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:50 smithi203 ceph-mon[117428]: from='client.305751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:50.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:50 smithi137 ceph-mon[117020]: from='client.305751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:51.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:51 smithi066 ceph-mon[112137]: pgmap v11059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:51.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:51 smithi203 ceph-mon[117428]: pgmap v11059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:51.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:51 smithi137 ceph-mon[117020]: pgmap v11059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:53.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:53 smithi066 ceph-mon[112137]: pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:53.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:53 smithi203 ceph-mon[117428]: pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:53.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:53 smithi137 ceph-mon[117020]: pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:54.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:21:54.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:54.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:55.118 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:21:55.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:55.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:55.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:55.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:21:55.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:55 smithi066 ceph-mon[112137]: pgmap v11061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:55.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:55 smithi203 ceph-mon[117428]: pgmap v11061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:55.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:55 smithi137 ceph-mon[117020]: pgmap v11061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:56.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:56 smithi066 ceph-mon[112137]: from='client.305829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:56.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:56 smithi203 ceph-mon[117428]: from='client.305829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:56.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:56 smithi137 ceph-mon[117020]: from='client.305829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:57.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:57 smithi066 ceph-mon[112137]: pgmap v11062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:57.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:57 smithi203 ceph-mon[117428]: pgmap v11062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:57.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:57 smithi137 ceph-mon[117020]: pgmap v11062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:58.730 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:58 smithi066 ceph-mon[112137]: pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:58.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:58 smithi203 ceph-mon[117428]: pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:58.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:58 smithi137 ceph-mon[117020]: pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:59.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:21:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:21:59.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:21:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:21:59.980 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:21:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:22:00.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:00.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:00.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:00.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:00 smithi203 ceph-mon[117428]: pgmap v11064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:00.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:22:00.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:22:00.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:22:00.830 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:00.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:00.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:00.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:00.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:00.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:00 smithi137 ceph-mon[117020]: pgmap v11064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:00.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:22:00.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:22:00.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:22:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:00 smithi066 ceph-mon[112137]: pgmap v11064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:22:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:22:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:22:01.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:01 smithi203 ceph-mon[117428]: from='client.305904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:01.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:01 smithi137 ceph-mon[117020]: from='client.305904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:01.981 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:01 smithi066 ceph-mon[112137]: from='client.305904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:02.816 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:02 smithi203 ceph-mon[117428]: pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:02.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:02 smithi137 ceph-mon[117020]: pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:02.980 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:02 smithi066 ceph-mon[112137]: pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:05.316 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:04 smithi203 ceph-mon[117428]: pgmap v11066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:05.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:04 smithi137 ceph-mon[117020]: pgmap v11066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:05.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:04 smithi066 ceph-mon[112137]: pgmap v11066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:05.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:05.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:05.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:06.554 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:06.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:06.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:06.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:06.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:07.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:07 smithi137 ceph-mon[117020]: pgmap v11067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:07.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:07 smithi137 ceph-mon[117020]: from='client.305979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:07.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:07 smithi066 ceph-mon[112137]: pgmap v11067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:07.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:07 smithi066 ceph-mon[112137]: from='client.305979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:07.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:07 smithi203 ceph-mon[117428]: pgmap v11067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:07.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:07 smithi203 ceph-mon[117428]: from='client.305979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:09.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:09 smithi137 ceph-mon[117020]: pgmap v11068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:09.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:09 smithi066 ceph-mon[112137]: pgmap v11068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:09.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:09 smithi203 ceph-mon[117428]: pgmap v11068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:11.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:11 smithi137 ceph-mon[117020]: pgmap v11069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:11.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:11 smithi066 ceph-mon[112137]: pgmap v11069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:11.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:11.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:11.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:11.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:11 smithi203 ceph-mon[117428]: pgmap v11069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:12.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:12.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:12.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:12.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:12.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:13.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:13 smithi137 ceph-mon[117020]: from='client.306057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:13.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:13 smithi137 ceph-mon[117020]: pgmap v11070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:13.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:13 smithi066 ceph-mon[112137]: from='client.306057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:13.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:13 smithi066 ceph-mon[112137]: pgmap v11070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:13.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:13 smithi203 ceph-mon[117428]: from='client.306057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:13.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:13 smithi203 ceph-mon[117428]: pgmap v11070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:15.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:15 smithi137 ceph-mon[117020]: pgmap v11071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:15.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:15 smithi066 ceph-mon[112137]: pgmap v11071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:15.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:15 smithi203 ceph-mon[117428]: pgmap v11071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:17.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:17.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:17.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:17.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:17 smithi137 ceph-mon[117020]: pgmap v11072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:17.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:17 smithi066 ceph-mon[112137]: pgmap v11072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:17.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:17 smithi203 ceph-mon[117428]: pgmap v11072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:18.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:18.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:18.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:18.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:18.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:19.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:19 smithi137 ceph-mon[117020]: from='client.306132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:19.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:19 smithi137 ceph-mon[117020]: pgmap v11073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:19.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:19 smithi066 ceph-mon[112137]: from='client.306132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:19.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:19 smithi066 ceph-mon[112137]: pgmap v11073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:19.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:19 smithi203 ceph-mon[117428]: from='client.306132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:19.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:19 smithi203 ceph-mon[117428]: pgmap v11073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:21.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:21 smithi137 ceph-mon[117020]: pgmap v11074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:21.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:21 smithi066 ceph-mon[112137]: pgmap v11074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:21.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:21 smithi203 ceph-mon[117428]: pgmap v11074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:23.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:23.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:23.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:23.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:23 smithi137 ceph-mon[117020]: pgmap v11075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:23.480 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:23 smithi066 ceph-mon[112137]: pgmap v11075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:23.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:23 smithi203 ceph-mon[117428]: pgmap v11075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:23.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:23.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:23.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:23.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:23.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:24.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:24 smithi137 ceph-mon[117020]: from='client.306210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:24.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:24 smithi066 ceph-mon[112137]: from='client.306210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:24.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:24 smithi203 ceph-mon[117428]: from='client.306210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:25.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:25 smithi137 ceph-mon[117020]: pgmap v11076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:25.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:25 smithi066 ceph-mon[112137]: pgmap v11076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:25.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:25 smithi203 ceph-mon[117428]: pgmap v11076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:27.366 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:27 smithi137 ceph-mon[117020]: pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:27.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:27 smithi066 ceph-mon[112137]: pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:27.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:27 smithi203 ceph-mon[117428]: pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:28.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:28.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:28.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:29.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:29 smithi137 ceph-mon[117020]: pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:29.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:29.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:29.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:29.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:29.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:29.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:29 smithi066 ceph-mon[112137]: pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:29.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:29 smithi203 ceph-mon[117428]: pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:30.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:30 smithi066 ceph-mon[112137]: from='client.306288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:30.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:30 smithi203 ceph-mon[117428]: from='client.306288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:30.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:30 smithi137 ceph-mon[117020]: from='client.306288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:31.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:31 smithi066 ceph-mon[112137]: pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:31.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:31 smithi203 ceph-mon[117428]: pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:31.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:31 smithi137 ceph-mon[117020]: pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:33.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:33 smithi066 ceph-mon[112137]: pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:33.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:33 smithi203 ceph-mon[117428]: pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:33.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:33 smithi137 ceph-mon[117020]: pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:34.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:34.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:34.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:35.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:35.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:35.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:35.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:35.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:35.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:35 smithi066 ceph-mon[112137]: pgmap v11081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:35.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:35 smithi203 ceph-mon[117428]: pgmap v11081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:35.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:35 smithi137 ceph-mon[117020]: pgmap v11081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:36.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:36 smithi066 ceph-mon[112137]: from='client.306363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:36.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:36 smithi203 ceph-mon[117428]: from='client.306363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:36.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:36 smithi137 ceph-mon[117020]: from='client.306363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:37.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:37 smithi066 ceph-mon[112137]: pgmap v11082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:37.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:37 smithi203 ceph-mon[117428]: pgmap v11082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:37.616 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:37 smithi137 ceph-mon[117020]: pgmap v11082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:39.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:39 smithi066 ceph-mon[112137]: pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:39.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:39 smithi203 ceph-mon[117428]: pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:39.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:39 smithi137 ceph-mon[117020]: pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:40.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:40.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:40.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:40.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:40.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:40.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:40.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:40.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:41.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:41 smithi066 ceph-mon[112137]: pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:41.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:41 smithi203 ceph-mon[117428]: pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:41.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:41 smithi137 ceph-mon[117020]: pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:42.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:42 smithi066 ceph-mon[112137]: from='client.306441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:42.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:42 smithi203 ceph-mon[117428]: from='client.306441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:42.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:42 smithi137 ceph-mon[117020]: from='client.306441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:43.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:43 smithi066 ceph-mon[112137]: pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:43.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:43 smithi203 ceph-mon[117428]: pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:43.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:43 smithi137 ceph-mon[117020]: pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:45.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:45 smithi066 ceph-mon[112137]: pgmap v11086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:45.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:45 smithi203 ceph-mon[117428]: pgmap v11086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:45.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:45 smithi137 ceph-mon[117020]: pgmap v11086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:45.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:45.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:45.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:46.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:46.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:46.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:46.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:46.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:47.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:47 smithi066 ceph-mon[112137]: pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:47.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:47 smithi066 ceph-mon[112137]: from='client.306516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:47.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:47 smithi203 ceph-mon[117428]: pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:47.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:47 smithi203 ceph-mon[117428]: from='client.306516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:47.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:47 smithi137 ceph-mon[117020]: pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:47.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:47 smithi137 ceph-mon[117020]: from='client.306516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:49.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:49 smithi066 ceph-mon[112137]: pgmap v11088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:49.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:49 smithi203 ceph-mon[117428]: pgmap v11088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:49.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:49 smithi137 ceph-mon[117020]: pgmap v11088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:51.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:51 smithi066 ceph-mon[112137]: pgmap v11089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:51.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:51 smithi203 ceph-mon[117428]: pgmap v11089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:51.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:51 smithi137 ceph-mon[117020]: pgmap v11089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:51.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:51.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:51.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:52.382 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:52.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:52.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:52.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:52.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:53.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:53 smithi066 ceph-mon[112137]: pgmap v11090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:53.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:53 smithi066 ceph-mon[112137]: from='client.306591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:53.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:53 smithi203 ceph-mon[117428]: pgmap v11090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:53.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:53 smithi203 ceph-mon[117428]: from='client.306591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:53.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:53 smithi137 ceph-mon[117020]: pgmap v11090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:53.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:53 smithi137 ceph-mon[117020]: from='client.306591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:55.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:55 smithi066 ceph-mon[112137]: pgmap v11091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:55.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:55 smithi203 ceph-mon[117428]: pgmap v11091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:55.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:55 smithi137 ceph-mon[117020]: pgmap v11091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:57.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:22:57.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:57.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:57.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:57 smithi066 ceph-mon[112137]: pgmap v11092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:57.566 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:57 smithi203 ceph-mon[117428]: pgmap v11092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:57.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:57 smithi137 ceph-mon[117020]: pgmap v11092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:58.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:22:58.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:58.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:58.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:58.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:22:59.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:59 smithi066 ceph-mon[112137]: from='client.306669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:59.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:22:59 smithi066 ceph-mon[112137]: pgmap v11093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:59.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:59 smithi203 ceph-mon[117428]: from='client.306669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:59.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:22:59 smithi203 ceph-mon[117428]: pgmap v11093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:59.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:59 smithi137 ceph-mon[117020]: from='client.306669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:59.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:22:59 smithi137 ceph-mon[117020]: pgmap v11093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:01.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:01 smithi137 ceph-mon[117020]: pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:01.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:23:01.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:23:01.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:23:01.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:23:01.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:01 smithi066 ceph-mon[112137]: pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:01.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:23:01.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:23:01.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:23:01.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:23:01.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:01 smithi203 ceph-mon[117428]: pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:01.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:23:01.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:23:01.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:23:01.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:23:03.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:03.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:03.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:03.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:03 smithi137 ceph-mon[117020]: pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:03.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:03 smithi066 ceph-mon[112137]: pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:03.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:03 smithi203 ceph-mon[117428]: pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:03.849 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:03.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:03.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:03.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:03.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:04.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:04 smithi137 ceph-mon[117020]: from='client.306744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:04.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:04 smithi066 ceph-mon[112137]: from='client.306744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:04.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:04 smithi203 ceph-mon[117428]: from='client.306744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:05.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:05 smithi137 ceph-mon[117020]: pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:05.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:05 smithi066 ceph-mon[112137]: pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:05.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:05 smithi203 ceph-mon[117428]: pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:07.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:07 smithi137 ceph-mon[117020]: pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:07.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:07 smithi066 ceph-mon[112137]: pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:07.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:07 smithi203 ceph-mon[117428]: pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:08.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:08.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:08.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:09.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:09 smithi137 ceph-mon[117020]: pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:09.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:09 smithi066 ceph-mon[112137]: pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:09.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:09 smithi203 ceph-mon[117428]: pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:09.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:09.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:09.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:09.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:09.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:10.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:10 smithi137 ceph-mon[117020]: from='client.306819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:10.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:10 smithi066 ceph-mon[112137]: from='client.306819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:10.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:10 smithi203 ceph-mon[117428]: from='client.306819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:11.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:11 smithi137 ceph-mon[117020]: pgmap v11099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:11.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:11 smithi066 ceph-mon[112137]: pgmap v11099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:11.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:11 smithi203 ceph-mon[117428]: pgmap v11099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:13.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:13 smithi137 ceph-mon[117020]: pgmap v11100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:13.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:13 smithi066 ceph-mon[112137]: pgmap v11100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:13.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:13 smithi203 ceph-mon[117428]: pgmap v11100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:14.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:14.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:14.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:15.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:15.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:15.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:15.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:15.310 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:15.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:15 smithi137 ceph-mon[117020]: pgmap v11101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:15.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:15 smithi066 ceph-mon[112137]: pgmap v11101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:15.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:15 smithi203 ceph-mon[117428]: pgmap v11101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:16.367 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:16 smithi137 ceph-mon[117020]: from='client.306897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:16.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:16 smithi066 ceph-mon[112137]: from='client.306897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:16.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:16 smithi203 ceph-mon[117428]: from='client.306897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:17.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:17 smithi066 ceph-mon[112137]: pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:17.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:17 smithi203 ceph-mon[117428]: pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:17.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:17 smithi137 ceph-mon[117020]: pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:19.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:19 smithi066 ceph-mon[112137]: pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:19.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:19 smithi203 ceph-mon[117428]: pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:19.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:19 smithi137 ceph-mon[117020]: pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:20.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:20.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:20.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:21.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:21.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:21.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:21.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:21.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:21.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:21 smithi066 ceph-mon[112137]: pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:21.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:21 smithi203 ceph-mon[117428]: pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:21.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:21 smithi137 ceph-mon[117020]: pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:22.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:22 smithi066 ceph-mon[112137]: from='client.306972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:22.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:22 smithi203 ceph-mon[117428]: from='client.306972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:22.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:22 smithi137 ceph-mon[117020]: from='client.306972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:23.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:23 smithi066 ceph-mon[112137]: pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:23.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:23 smithi203 ceph-mon[117428]: pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:23.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:23 smithi137 ceph-mon[117020]: pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:25.481 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:25 smithi066 ceph-mon[112137]: pgmap v11106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:25.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:25 smithi203 ceph-mon[117428]: pgmap v11106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:25.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:25 smithi137 ceph-mon[117020]: pgmap v11106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:26.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:26.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:26.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:26.778 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:26.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:26.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:26.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:26.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:27.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:27 smithi066 ceph-mon[112137]: pgmap v11107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:27.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:27 smithi066 ceph-mon[112137]: from='client.307050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:27.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:27 smithi203 ceph-mon[117428]: pgmap v11107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:27.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:27 smithi203 ceph-mon[117428]: from='client.307050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:27.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:27 smithi137 ceph-mon[117020]: pgmap v11107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:27.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:27 smithi137 ceph-mon[117020]: from='client.307050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:29.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:29 smithi066 ceph-mon[112137]: pgmap v11108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:29.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:29 smithi203 ceph-mon[117428]: pgmap v11108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:29.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:29 smithi137 ceph-mon[117020]: pgmap v11108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:31.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:31 smithi066 ceph-mon[112137]: pgmap v11109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:31.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:31 smithi203 ceph-mon[117428]: pgmap v11109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:31.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:31 smithi137 ceph-mon[117020]: pgmap v11109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:31.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:31.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:31.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:32.504 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:32.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:32.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:32.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:32.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:33.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:33 smithi066 ceph-mon[112137]: pgmap v11110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:33.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:33 smithi066 ceph-mon[112137]: from='client.307122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:33.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:33 smithi203 ceph-mon[117428]: pgmap v11110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:33.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:33 smithi203 ceph-mon[117428]: from='client.307122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:33.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:33 smithi137 ceph-mon[117020]: pgmap v11110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:33.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:33 smithi137 ceph-mon[117020]: from='client.307122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:35.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:35 smithi066 ceph-mon[112137]: pgmap v11111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:35.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:35 smithi203 ceph-mon[117428]: pgmap v11111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:35.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:35 smithi137 ceph-mon[117020]: pgmap v11111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:37.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:37 smithi066 ceph-mon[112137]: pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:37.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:37.506 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:37.506 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:37.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:37 smithi203 ceph-mon[117428]: pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:37.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:37 smithi137 ceph-mon[117020]: pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:38.234 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:38.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:38.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:38.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:38.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:39.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:39 smithi066 ceph-mon[112137]: from='client.307197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:39.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:39 smithi066 ceph-mon[112137]: pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:39.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:39 smithi203 ceph-mon[117428]: from='client.307197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:39.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:39 smithi203 ceph-mon[117428]: pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:39.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:39 smithi137 ceph-mon[117020]: from='client.307197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:39.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:39 smithi137 ceph-mon[117020]: pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:41.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:41 smithi066 ceph-mon[112137]: pgmap v11114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:41.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:41 smithi203 ceph-mon[117428]: pgmap v11114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:41.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:41 smithi137 ceph-mon[117020]: pgmap v11114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:43.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:43.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:43.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:43.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:43 smithi066 ceph-mon[112137]: pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:43.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:43 smithi203 ceph-mon[117428]: pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:43.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:43 smithi137 ceph-mon[117020]: pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:43.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:43.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:45.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:45 smithi066 ceph-mon[112137]: from='client.307275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:45.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:45 smithi066 ceph-mon[112137]: pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:45.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:45 smithi203 ceph-mon[117428]: from='client.307275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:45.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:45 smithi203 ceph-mon[117428]: pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:45.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:45 smithi137 ceph-mon[117020]: from='client.307275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:45.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:45 smithi137 ceph-mon[117020]: pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:47.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:47 smithi066 ceph-mon[112137]: pgmap v11117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:47.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:47 smithi203 ceph-mon[117428]: pgmap v11117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:47.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:47 smithi137 ceph-mon[117020]: pgmap v11117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:48.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:48.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:48.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:49.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:49 smithi066 ceph-mon[112137]: pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:49.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:49 smithi203 ceph-mon[117428]: pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:49.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:49 smithi137 ceph-mon[117020]: pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:49.683 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:49.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:49.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:49.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:49.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:50.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:50 smithi066 ceph-mon[112137]: from='client.307353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:50.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:50 smithi203 ceph-mon[117428]: from='client.307353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:50.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:50 smithi137 ceph-mon[117020]: from='client.307353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:51.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:51 smithi066 ceph-mon[112137]: pgmap v11119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:23:51.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:51 smithi203 ceph-mon[117428]: pgmap v11119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:23:51.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:51 smithi137 ceph-mon[117020]: pgmap v11119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:23:53.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:53 smithi066 ceph-mon[112137]: pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:23:53.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:53 smithi203 ceph-mon[117428]: pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:23:53.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:53 smithi137 ceph-mon[117020]: pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:23:54.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:23:54.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:54.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:55.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:23:55.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:55.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:55.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:55.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:23:55.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:55 smithi066 ceph-mon[112137]: pgmap v11121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:23:55.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:55 smithi203 ceph-mon[117428]: pgmap v11121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:23:55.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:55 smithi137 ceph-mon[117020]: pgmap v11121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:23:56.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:56 smithi066 ceph-mon[112137]: from='client.307428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:56.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:56 smithi203 ceph-mon[117428]: from='client.307428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:56.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:56 smithi137 ceph-mon[117020]: from='client.307428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:57.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:57 smithi066 ceph-mon[112137]: pgmap v11122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:57.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:57 smithi203 ceph-mon[117428]: pgmap v11122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:57.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:57 smithi137 ceph-mon[117020]: pgmap v11122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:59.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:23:59 smithi066 ceph-mon[112137]: pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:59.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:23:59 smithi203 ceph-mon[117428]: pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:59.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:23:59 smithi137 ceph-mon[117020]: pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:00.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:00.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:00.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:01.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:01.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:01.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:01.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:01.180 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:01.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:01 smithi066 ceph-mon[112137]: pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:01.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:24:01.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:01 smithi203 ceph-mon[117428]: pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:01.567 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:24:01.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:01 smithi137 ceph-mon[117020]: pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:01.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:24:02.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:02 smithi066 ceph-mon[112137]: from='client.307503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:02.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:24:02.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:24:02.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:24:02.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:02 smithi203 ceph-mon[117428]: from='client.307503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:02.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:24:02.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:24:02.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:24:02.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:02 smithi137 ceph-mon[117020]: from='client.307503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:02.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:24:02.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:24:02.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:24:03.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:03 smithi066 ceph-mon[112137]: pgmap v11125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:03.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:03 smithi203 ceph-mon[117428]: pgmap v11125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:03.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:03 smithi137 ceph-mon[117020]: pgmap v11125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:05.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:05 smithi066 ceph-mon[112137]: pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:05.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:05 smithi203 ceph-mon[117428]: pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:05.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:05 smithi137 ceph-mon[117020]: pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:06.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:06.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:06.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:06.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:06.896 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:06.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:06.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:06.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:07.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:07 smithi066 ceph-mon[112137]: pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:24:07.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:07 smithi203 ceph-mon[117428]: pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:24:07.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:07 smithi137 ceph-mon[117020]: pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:24:08.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:08 smithi066 ceph-mon[112137]: from='client.307581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:08.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:08 smithi203 ceph-mon[117428]: from='client.307581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:08.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:08 smithi137 ceph-mon[117020]: from='client.307581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:09.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:09 smithi066 ceph-mon[112137]: pgmap v11128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:09.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:09 smithi203 ceph-mon[117428]: pgmap v11128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:09.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:09 smithi137 ceph-mon[117020]: pgmap v11128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:11.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:11 smithi066 ceph-mon[112137]: pgmap v11129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:11.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:11 smithi203 ceph-mon[117428]: pgmap v11129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:11.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:11 smithi137 ceph-mon[117020]: pgmap v11129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:11.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:11.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:11.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:12.626 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:12.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:12.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:12.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:12.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:13.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:13 smithi066 ceph-mon[112137]: pgmap v11130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:13.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:13 smithi066 ceph-mon[112137]: from='client.307650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:13.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:13 smithi203 ceph-mon[117428]: pgmap v11130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:13.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:13 smithi203 ceph-mon[117428]: from='client.307650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:13.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:13 smithi137 ceph-mon[117020]: pgmap v11130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:13.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:13 smithi137 ceph-mon[117020]: from='client.307650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:15.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:15 smithi066 ceph-mon[112137]: pgmap v11131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:15.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:15 smithi203 ceph-mon[117428]: pgmap v11131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:15.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:15 smithi137 ceph-mon[117020]: pgmap v11131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:17.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:17.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:17.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:17.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:17 smithi066 ceph-mon[112137]: pgmap v11132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:17.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:17 smithi203 ceph-mon[117428]: pgmap v11132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:17.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:17 smithi137 ceph-mon[117020]: pgmap v11132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:18.356 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:18.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:18.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:18.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:18.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:19.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:19 smithi066 ceph-mon[112137]: pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:19.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:19 smithi066 ceph-mon[112137]: from='client.307728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:19.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:19 smithi203 ceph-mon[117428]: pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:19.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:19 smithi203 ceph-mon[117428]: from='client.307728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:19.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:19 smithi137 ceph-mon[117020]: pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:19.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:19 smithi137 ceph-mon[117020]: from='client.307728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:21.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:21 smithi066 ceph-mon[112137]: pgmap v11134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:21.817 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:21 smithi203 ceph-mon[117428]: pgmap v11134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:21.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:21 smithi137 ceph-mon[117020]: pgmap v11134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:23.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:23.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:23.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:23.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:23 smithi066 ceph-mon[112137]: pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:23.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:23 smithi203 ceph-mon[117428]: pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:23.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:23 smithi137 ceph-mon[117020]: pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:24.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:24.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:24.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:24.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:24.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:25.732 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:25 smithi066 ceph-mon[112137]: from='client.307803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:25.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:25 smithi066 ceph-mon[112137]: pgmap v11136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:25.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:25 smithi203 ceph-mon[117428]: from='client.307803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:25.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:25 smithi203 ceph-mon[117428]: pgmap v11136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:25.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:25 smithi137 ceph-mon[117020]: from='client.307803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:25.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:25 smithi137 ceph-mon[117020]: pgmap v11136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:27.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:27 smithi203 ceph-mon[117428]: pgmap v11137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:27.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:27 smithi137 ceph-mon[117020]: pgmap v11137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:27.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:27 smithi066 ceph-mon[112137]: pgmap v11137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:29.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:29.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:29.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:29.801 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:29.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:29.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:29.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:29.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:29.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:29 smithi203 ceph-mon[117428]: pgmap v11138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:29.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:29 smithi137 ceph-mon[117020]: pgmap v11138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:29.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:29 smithi066 ceph-mon[112137]: pgmap v11138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:30.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:30 smithi203 ceph-mon[117428]: from='client.307878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:30.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:30 smithi137 ceph-mon[117020]: from='client.307878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:30.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:30 smithi066 ceph-mon[112137]: from='client.307878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:31.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:31 smithi203 ceph-mon[117428]: pgmap v11139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:24:31.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:31 smithi137 ceph-mon[117020]: pgmap v11139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:24:31.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:31 smithi066 ceph-mon[112137]: pgmap v11139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:24:33.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:33 smithi203 ceph-mon[117428]: pgmap v11140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:33.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:33 smithi137 ceph-mon[117020]: pgmap v11140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:33.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:33 smithi066 ceph-mon[112137]: pgmap v11140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:34.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:34.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:34.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:35.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:35.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:35.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:35.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:35.528 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:35.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:35 smithi203 ceph-mon[117428]: pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:35.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:35 smithi137 ceph-mon[117020]: pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:35.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:35 smithi066 ceph-mon[112137]: pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:24:36.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:36 smithi203 ceph-mon[117428]: from='client.307956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:36.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:36 smithi137 ceph-mon[117020]: from='client.307956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:36.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:36 smithi066 ceph-mon[112137]: from='client.307956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:37.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:37 smithi203 ceph-mon[117428]: pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:37.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:37 smithi137 ceph-mon[117020]: pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:37.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:37 smithi066 ceph-mon[112137]: pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:38.818 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:38 smithi203 ceph-mon[117428]: pgmap v11143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:38.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:38 smithi137 ceph-mon[117020]: pgmap v11143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:38.982 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:38 smithi066 ceph-mon[112137]: pgmap v11143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:40.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:40.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:40.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:41.256 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:41.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:41.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:41.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:41.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:41.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:41 smithi137 ceph-mon[117020]: pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:41.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:41 smithi066 ceph-mon[112137]: pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:41.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:41 smithi203 ceph-mon[117428]: pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:42.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:42 smithi137 ceph-mon[117020]: from='client.308031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:42.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:42 smithi066 ceph-mon[112137]: from='client.308031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:42.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:42 smithi203 ceph-mon[117428]: from='client.308031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:43.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:43 smithi137 ceph-mon[117020]: pgmap v11145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:24:43.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:43 smithi066 ceph-mon[112137]: pgmap v11145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:24:43.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:43 smithi203 ceph-mon[117428]: pgmap v11145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:24:45.368 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:45 smithi137 ceph-mon[117020]: pgmap v11146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:24:45.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:45 smithi066 ceph-mon[112137]: pgmap v11146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:24:45.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:45 smithi203 ceph-mon[117428]: pgmap v11146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:24:46.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:46.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:46.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:46.982 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:46.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:46.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:46.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:46.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:47.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:47 smithi066 ceph-mon[112137]: pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:24:47.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:47 smithi203 ceph-mon[117428]: pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:24:47.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:47 smithi137 ceph-mon[117020]: pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:24:48.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:48 smithi066 ceph-mon[112137]: from='client.308109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:48.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:48 smithi203 ceph-mon[117428]: from='client.308109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:48.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:48 smithi137 ceph-mon[117020]: from='client.308109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:49.482 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:49 smithi066 ceph-mon[112137]: pgmap v11148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:49.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:49 smithi203 ceph-mon[117428]: pgmap v11148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:49.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:49 smithi137 ceph-mon[117020]: pgmap v11148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:51.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:51 smithi066 ceph-mon[112137]: pgmap v11149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:51.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:51 smithi203 ceph-mon[117428]: pgmap v11149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:51.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:51 smithi137 ceph-mon[117020]: pgmap v11149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:51.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:51.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:51.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:52.715 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:52.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:52.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:52.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:52.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:53.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:53 smithi066 ceph-mon[112137]: pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:53.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:53 smithi066 ceph-mon[112137]: from='client.308187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:53.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:53 smithi203 ceph-mon[117428]: pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:53.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:53 smithi203 ceph-mon[117428]: from='client.308187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:53.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:53 smithi137 ceph-mon[117020]: pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:53.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:53 smithi137 ceph-mon[117020]: from='client.308187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:55.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:55 smithi066 ceph-mon[112137]: pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:55.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:55 smithi203 ceph-mon[117428]: pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:55.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:55 smithi137 ceph-mon[117020]: pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:57.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:57 smithi066 ceph-mon[112137]: pgmap v11152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:57.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:57 smithi203 ceph-mon[117428]: pgmap v11152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:57.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:57 smithi137 ceph-mon[117020]: pgmap v11152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:57.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:24:57.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:57.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:58.439 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:24:58.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:58.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:58.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:58.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:24:59.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:59 smithi066 ceph-mon[112137]: pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:59.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:24:59 smithi066 ceph-mon[112137]: from='client.308265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:59.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:59 smithi203 ceph-mon[117428]: pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:59.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:24:59 smithi203 ceph-mon[117428]: from='client.308265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:59.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:59 smithi137 ceph-mon[117020]: pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:59.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:24:59 smithi137 ceph-mon[117020]: from='client.308265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:01.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:01 smithi066 ceph-mon[112137]: pgmap v11154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:01.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:01 smithi203 ceph-mon[117428]: pgmap v11154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:01.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:01 smithi137 ceph-mon[117020]: pgmap v11154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:02.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:25:02.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:25:02.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:25:02.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:25:02.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:25:02.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:25:03.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:03.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:03.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:03.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:03 smithi066 ceph-mon[112137]: pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:03.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:25:03.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:25:03.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:03 smithi203 ceph-mon[117428]: pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:03.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:25:03.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:25:03.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:03 smithi137 ceph-mon[117020]: pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:03.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:25:03.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:25:04.161 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:04.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:04.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:04.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:04.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:05.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:05 smithi066 ceph-mon[112137]: from='client.308343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:05.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:05 smithi066 ceph-mon[112137]: pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:05.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:05 smithi203 ceph-mon[117428]: from='client.308343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:05.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:05 smithi203 ceph-mon[117428]: pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:05.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:05 smithi137 ceph-mon[117020]: from='client.308343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:05.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:05 smithi137 ceph-mon[117020]: pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:07.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:07 smithi066 ceph-mon[112137]: pgmap v11157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:07.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:07 smithi203 ceph-mon[117428]: pgmap v11157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:07.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:07 smithi137 ceph-mon[117020]: pgmap v11157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:09.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:09.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:09.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:09.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:09 smithi066 ceph-mon[112137]: pgmap v11158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:09.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:09 smithi203 ceph-mon[117428]: pgmap v11158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:09.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:09 smithi137 ceph-mon[117020]: pgmap v11158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:09.895 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:09.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:09.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:09.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:09.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:11.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:11 smithi066 ceph-mon[112137]: from='client.308421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:11.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:11 smithi066 ceph-mon[112137]: pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:25:11.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:11 smithi203 ceph-mon[117428]: from='client.308421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:11.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:11 smithi203 ceph-mon[117428]: pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:25:11.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:11 smithi137 ceph-mon[117020]: from='client.308421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:11.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:11 smithi137 ceph-mon[117020]: pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:25:13.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:13 smithi066 ceph-mon[112137]: pgmap v11160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:25:13.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:13 smithi203 ceph-mon[117428]: pgmap v11160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:25:13.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:13 smithi137 ceph-mon[117020]: pgmap v11160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:25:14.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:14.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:14.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:15.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:15 smithi066 ceph-mon[112137]: pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:25:15.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:15 smithi203 ceph-mon[117428]: pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:25:15.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:15 smithi137 ceph-mon[117020]: pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:25:15.619 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:15.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:15.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:15.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:15.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:16.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:16 smithi066 ceph-mon[112137]: from='client.308496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:16.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:16 smithi203 ceph-mon[117428]: from='client.308496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:16.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:16 smithi137 ceph-mon[117020]: from='client.308496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:17.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:17 smithi066 ceph-mon[112137]: pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:17.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:17 smithi203 ceph-mon[117428]: pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:17.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:17 smithi137 ceph-mon[117020]: pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:19.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:19 smithi066 ceph-mon[112137]: pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:19.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:19 smithi203 ceph-mon[117428]: pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:19.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:19 smithi137 ceph-mon[117020]: pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:20.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:20.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:20.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:21.343 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:21.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:21.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:21.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:21.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:21.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:21 smithi066 ceph-mon[112137]: pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:21.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:21 smithi203 ceph-mon[117428]: pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:21.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:21 smithi137 ceph-mon[117020]: pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:22.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:22 smithi066 ceph-mon[112137]: from='client.308568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:22.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:22 smithi203 ceph-mon[117428]: from='client.308568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:22.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:22 smithi137 ceph-mon[117020]: from='client.308568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:23.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:23 smithi066 ceph-mon[112137]: pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:25:23.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:23 smithi203 ceph-mon[117428]: pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:25:23.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:23 smithi137 ceph-mon[117020]: pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:25:25.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:25 smithi066 ceph-mon[112137]: pgmap v11166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:25:25.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:25 smithi203 ceph-mon[117428]: pgmap v11166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:25:25.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:25 smithi137 ceph-mon[117020]: pgmap v11166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:25:26.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:26.345 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:26.345 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:27.070 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:27.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:27.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:27.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:27.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:27.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:27 smithi066 ceph-mon[112137]: pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:25:27.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:27 smithi203 ceph-mon[117428]: pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:25:27.618 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:27 smithi137 ceph-mon[117020]: pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:25:28.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:28 smithi066 ceph-mon[112137]: from='client.308646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:28.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:28 smithi203 ceph-mon[117428]: from='client.308646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:28.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:28 smithi137 ceph-mon[117020]: from='client.308646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:29.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:29 smithi066 ceph-mon[112137]: pgmap v11168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:29.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:29 smithi203 ceph-mon[117428]: pgmap v11168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:29.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:29 smithi137 ceph-mon[117020]: pgmap v11168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:31.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:31 smithi066 ceph-mon[112137]: pgmap v11169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:31.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:31 smithi203 ceph-mon[117428]: pgmap v11169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:31.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:31 smithi137 ceph-mon[117020]: pgmap v11169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:32.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:32.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:32.073 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:32.794 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:32.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:32.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:32.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:32.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:33 smithi066 ceph-mon[112137]: pgmap v11170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:33.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:33 smithi066 ceph-mon[112137]: from='client.308718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:33.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:33 smithi203 ceph-mon[117428]: pgmap v11170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:33.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:33 smithi203 ceph-mon[117428]: from='client.308718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:33.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:33 smithi137 ceph-mon[117020]: pgmap v11170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:33.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:33 smithi137 ceph-mon[117020]: from='client.308718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:35.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:35 smithi066 ceph-mon[112137]: pgmap v11171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:35.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:35 smithi203 ceph-mon[117428]: pgmap v11171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:35.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:35 smithi137 ceph-mon[117020]: pgmap v11171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:37.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:37 smithi066 ceph-mon[112137]: pgmap v11172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:37.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:37 smithi203 ceph-mon[117428]: pgmap v11172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:37.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:37 smithi137 ceph-mon[117020]: pgmap v11172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:37.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:37.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:37.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:38.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:38.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:38.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:38.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:38.527 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:39.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:39 smithi066 ceph-mon[112137]: pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:39.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:39 smithi066 ceph-mon[112137]: from='client.308796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:39.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:39 smithi203 ceph-mon[117428]: pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:39.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:39 smithi203 ceph-mon[117428]: from='client.308796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:39.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:39 smithi137 ceph-mon[117020]: pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:39.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:39 smithi137 ceph-mon[117020]: from='client.308796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:41.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:41 smithi066 ceph-mon[112137]: pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:41.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:41 smithi203 ceph-mon[117428]: pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:41.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:41 smithi137 ceph-mon[117020]: pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:43.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:43 smithi066 ceph-mon[112137]: pgmap v11175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:43.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:43.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:43.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:43.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:43 smithi203 ceph-mon[117428]: pgmap v11175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:43.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:43 smithi137 ceph-mon[117020]: pgmap v11175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:44.250 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:44.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:44.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:44.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:44.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:45.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:45 smithi066 ceph-mon[112137]: from='client.308871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:45.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:45 smithi066 ceph-mon[112137]: pgmap v11176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:45.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:45 smithi203 ceph-mon[117428]: from='client.308871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:45.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:45 smithi203 ceph-mon[117428]: pgmap v11176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:45.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:45 smithi137 ceph-mon[117020]: from='client.308871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:45.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:45 smithi137 ceph-mon[117020]: pgmap v11176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:47.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:47 smithi066 ceph-mon[112137]: pgmap v11177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:47.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:47 smithi203 ceph-mon[117428]: pgmap v11177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:47.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:47 smithi137 ceph-mon[117020]: pgmap v11177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:49.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:49.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:49.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:49.483 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:49 smithi066 ceph-mon[112137]: pgmap v11178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:49.568 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:49 smithi203 ceph-mon[117428]: pgmap v11178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:49.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:49 smithi137 ceph-mon[117020]: pgmap v11178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:49.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:49.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:49.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:49.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:49.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:51.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:51 smithi203 ceph-mon[117428]: from='client.308946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:51.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:51 smithi203 ceph-mon[117428]: pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:51.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:51 smithi137 ceph-mon[117020]: from='client.308946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:51.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:51 smithi137 ceph-mon[117020]: pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:51.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:51 smithi066 ceph-mon[112137]: from='client.308946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:51.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:51 smithi066 ceph-mon[112137]: pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:53.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:53 smithi203 ceph-mon[117428]: pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:53.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:53 smithi137 ceph-mon[117020]: pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:53.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:53 smithi066 ceph-mon[112137]: pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:54.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:25:54.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:54.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:55.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:55 smithi203 ceph-mon[117428]: pgmap v11181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:55.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:55 smithi137 ceph-mon[117020]: pgmap v11181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:55.695 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:25:55.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:55.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:55.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:55.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:25:55.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:55 smithi066 ceph-mon[112137]: pgmap v11181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:56.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:56 smithi203 ceph-mon[117428]: from='client.309021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:56.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:56 smithi137 ceph-mon[117020]: from='client.309021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:56.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:56 smithi066 ceph-mon[112137]: from='client.309021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:57.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:57 smithi203 ceph-mon[117428]: pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:57.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:57 smithi137 ceph-mon[117020]: pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:57.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:57 smithi066 ceph-mon[112137]: pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:59.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:25:59 smithi203 ceph-mon[117428]: pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:59.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:25:59 smithi137 ceph-mon[117020]: pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:59.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:25:59 smithi066 ceph-mon[112137]: pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:00.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:00.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:00.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:01.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:01.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:01.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:01.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:01.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:01.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:01 smithi203 ceph-mon[117428]: pgmap v11184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:01.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:01 smithi137 ceph-mon[117020]: pgmap v11184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:01.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:01 smithi066 ceph-mon[112137]: pgmap v11184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:02.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:02 smithi203 ceph-mon[117428]: from='client.309093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:02.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:02 smithi137 ceph-mon[117020]: from='client.309093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:02.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:02 smithi066 ceph-mon[112137]: from='client.309093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:03.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:03 smithi203 ceph-mon[117428]: pgmap v11185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:03.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:26:03.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:26:03.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:26:03.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:26:03.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:03 smithi137 ceph-mon[117020]: pgmap v11185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:03.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:26:03.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:26:03.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:26:03.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:26:03.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:03 smithi066 ceph-mon[112137]: pgmap v11185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:03.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:26:03.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:26:03.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:26:03.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:26:05.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:05 smithi203 ceph-mon[117428]: pgmap v11186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:05.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:05 smithi137 ceph-mon[117020]: pgmap v11186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:05.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:05 smithi066 ceph-mon[112137]: pgmap v11186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:06.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:06.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:06.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:07.166 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:07.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:07.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:07.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:07.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:07.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:07 smithi203 ceph-mon[117428]: pgmap v11187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:07.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:07 smithi137 ceph-mon[117020]: pgmap v11187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:07.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:07 smithi066 ceph-mon[112137]: pgmap v11187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:08.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:08 smithi203 ceph-mon[117428]: from='client.309168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:08.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:08 smithi137 ceph-mon[117020]: from='client.309168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:08.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:08 smithi066 ceph-mon[112137]: from='client.309168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:09.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:09 smithi203 ceph-mon[117428]: pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:09.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:09 smithi137 ceph-mon[117020]: pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:09.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:09 smithi066 ceph-mon[112137]: pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:11.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:11 smithi203 ceph-mon[117428]: pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:11.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:11 smithi137 ceph-mon[117020]: pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:11.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:11 smithi066 ceph-mon[112137]: pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:12.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:12.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:12.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:12.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:12.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:12.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:12.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:12.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:13.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:13 smithi203 ceph-mon[117428]: pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:13.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:13 smithi137 ceph-mon[117020]: pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:13.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:13 smithi066 ceph-mon[112137]: pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:14.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:14 smithi203 ceph-mon[117428]: from='client.309246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:14.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:14 smithi137 ceph-mon[117020]: from='client.309246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:14.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:14 smithi066 ceph-mon[112137]: from='client.309246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:15.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:15 smithi203 ceph-mon[117428]: pgmap v11191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:15.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:15 smithi137 ceph-mon[117020]: pgmap v11191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:15.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:15 smithi066 ceph-mon[112137]: pgmap v11191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:17.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:17 smithi203 ceph-mon[117428]: pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:17.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:17 smithi137 ceph-mon[117020]: pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:17.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:17 smithi066 ceph-mon[112137]: pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:17.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:17.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:17.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:18.625 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:18.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:18.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:18.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:18.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:19.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:19 smithi203 ceph-mon[117428]: pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:19.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:19 smithi203 ceph-mon[117428]: from='client.309315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:19.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:19 smithi137 ceph-mon[117020]: pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:19.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:19 smithi137 ceph-mon[117020]: from='client.309315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:19.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:19 smithi066 ceph-mon[112137]: pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:19.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:19 smithi066 ceph-mon[112137]: from='client.309315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:21.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:21 smithi203 ceph-mon[117428]: pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:21.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:21 smithi137 ceph-mon[117020]: pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:21.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:21 smithi066 ceph-mon[112137]: pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:23.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:23 smithi203 ceph-mon[117428]: pgmap v11195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:23.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:23 smithi137 ceph-mon[117020]: pgmap v11195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:23.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:23.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:23.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:23.733 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:23 smithi066 ceph-mon[112137]: pgmap v11195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:24.350 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:24.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:24.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:24.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:24.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:25.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:25 smithi203 ceph-mon[117428]: from='client.309393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:25.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:25 smithi203 ceph-mon[117428]: pgmap v11196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:25.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:25 smithi137 ceph-mon[117020]: from='client.309393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:25.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:25 smithi137 ceph-mon[117020]: pgmap v11196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:25.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:25 smithi066 ceph-mon[112137]: from='client.309393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:25.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:25 smithi066 ceph-mon[112137]: pgmap v11196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:27.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:27 smithi203 ceph-mon[117428]: pgmap v11197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:27.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:27 smithi137 ceph-mon[117020]: pgmap v11197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:27.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:27 smithi066 ceph-mon[112137]: pgmap v11197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:29.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:29.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:29.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:29.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:29 smithi203 ceph-mon[117428]: pgmap v11198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:29.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:29 smithi137 ceph-mon[117020]: pgmap v11198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:29.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:29 smithi066 ceph-mon[112137]: pgmap v11198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:30.083 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:30.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:30.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:30.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:30.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:31.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:31 smithi203 ceph-mon[117428]: from='client.309468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:31.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:31 smithi203 ceph-mon[117428]: pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:31.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:31 smithi137 ceph-mon[117020]: from='client.309468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:31.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:31 smithi137 ceph-mon[117020]: pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:31.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:31 smithi066 ceph-mon[112137]: from='client.309468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:31.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:31 smithi066 ceph-mon[112137]: pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:33.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:33 smithi203 ceph-mon[117428]: pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:33 smithi137 ceph-mon[117020]: pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:33.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:33 smithi066 ceph-mon[112137]: pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:35.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:35.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:35.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:35.569 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:35 smithi203 ceph-mon[117428]: pgmap v11201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:35.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:35 smithi137 ceph-mon[117020]: pgmap v11201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:35.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:35 smithi066 ceph-mon[112137]: pgmap v11201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:35.810 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:35.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:35.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:35.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:35.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:36.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:36 smithi137 ceph-mon[117020]: from='client.309537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:36.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:36 smithi066 ceph-mon[112137]: from='client.309537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:36.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:36 smithi203 ceph-mon[117428]: from='client.309537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:37.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:37 smithi137 ceph-mon[117020]: pgmap v11202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:37.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:37 smithi066 ceph-mon[112137]: pgmap v11202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:37.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:37 smithi203 ceph-mon[117428]: pgmap v11202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:39.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:39 smithi137 ceph-mon[117020]: pgmap v11203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:39.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:39 smithi066 ceph-mon[112137]: pgmap v11203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:39.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:39 smithi203 ceph-mon[117428]: pgmap v11203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:40.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:40.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:40.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:41.544 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:41.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:41.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:41.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:41.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:41.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:41 smithi137 ceph-mon[117020]: pgmap v11204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:41.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:41 smithi066 ceph-mon[112137]: pgmap v11204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:41.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:41 smithi203 ceph-mon[117428]: pgmap v11204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:42.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:42 smithi137 ceph-mon[117020]: from='client.309612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:42.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:42 smithi066 ceph-mon[112137]: from='client.309612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:42.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:42 smithi203 ceph-mon[117428]: from='client.309612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:43.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:43 smithi137 ceph-mon[117020]: pgmap v11205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:43.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:43 smithi066 ceph-mon[112137]: pgmap v11205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:43.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:43 smithi203 ceph-mon[117428]: pgmap v11205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:45.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:45 smithi137 ceph-mon[117020]: pgmap v11206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:45.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:45 smithi066 ceph-mon[112137]: pgmap v11206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:45.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:45 smithi203 ceph-mon[117428]: pgmap v11206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:46.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:46.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:47.275 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:47.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:47.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:47.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:47.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:47.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:47 smithi137 ceph-mon[117020]: pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:47.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:47 smithi066 ceph-mon[112137]: pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:47.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:47 smithi203 ceph-mon[117428]: pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:48.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:48 smithi137 ceph-mon[117020]: from='client.309690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:48.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:48 smithi066 ceph-mon[112137]: from='client.309690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:48.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:48 smithi203 ceph-mon[117428]: from='client.309690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:49.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:49 smithi137 ceph-mon[117020]: pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:49.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:49 smithi066 ceph-mon[112137]: pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:49.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:49 smithi203 ceph-mon[117428]: pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:51.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:51 smithi137 ceph-mon[117020]: pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:51.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:51 smithi066 ceph-mon[112137]: pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:51.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:51 smithi203 ceph-mon[117428]: pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:52.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:52.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:52.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:53.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:53.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:53.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:53.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:53.003 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:53.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:53 smithi137 ceph-mon[117020]: pgmap v11210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:53.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:53 smithi066 ceph-mon[112137]: pgmap v11210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:53.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:53 smithi203 ceph-mon[117428]: pgmap v11210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:54.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:54 smithi137 ceph-mon[117020]: from='client.309759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:54.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:54 smithi066 ceph-mon[112137]: from='client.309759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:54.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:54 smithi203 ceph-mon[117428]: from='client.309759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:55.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:55 smithi137 ceph-mon[117020]: pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:55.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:55 smithi066 ceph-mon[112137]: pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:55.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:55 smithi203 ceph-mon[117428]: pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:57.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:57 smithi137 ceph-mon[117020]: pgmap v11212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:57.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:57 smithi066 ceph-mon[112137]: pgmap v11212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:57.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:57 smithi203 ceph-mon[117428]: pgmap v11212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:58.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:26:58.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:58.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:58.745 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:26:58.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:58.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:58.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:58.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:26:59.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:59 smithi137 ceph-mon[117020]: pgmap v11213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:59.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:26:59 smithi137 ceph-mon[117020]: from='client.309837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:59.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:59 smithi066 ceph-mon[112137]: pgmap v11213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:59.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:26:59 smithi066 ceph-mon[112137]: from='client.309837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:59.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:59 smithi203 ceph-mon[117428]: pgmap v11213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:59.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:26:59 smithi203 ceph-mon[117428]: from='client.309837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:01.619 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:01 smithi137 ceph-mon[117020]: pgmap v11214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:01.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:01 smithi066 ceph-mon[112137]: pgmap v11214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:01.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:01 smithi203 ceph-mon[117428]: pgmap v11214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:03.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:03 smithi066 ceph-mon[112137]: pgmap v11215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:03.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:27:03.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:03.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:03.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:03.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:03 smithi203 ceph-mon[117428]: pgmap v11215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:03.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:27:03.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:03 smithi137 ceph-mon[117020]: pgmap v11215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:03.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:27:04.471 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:04.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:04.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:04.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:04.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:04.743 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:27:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:27:04.744 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.835 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.835 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.835 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.835 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.835 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.835 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.835 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:27:04.836 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:27:04.836 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:27:05.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:05 smithi066 ceph-mon[112137]: pgmap v11216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:05.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:05 smithi066 ceph-mon[112137]: from='client.309915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:05.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:05 smithi203 ceph-mon[117428]: pgmap v11216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:05.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:05 smithi203 ceph-mon[117428]: from='client.309915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:05.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:05 smithi137 ceph-mon[117020]: pgmap v11216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:05.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:05 smithi137 ceph-mon[117020]: from='client.309915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:07.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:07 smithi066 ceph-mon[112137]: pgmap v11217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:07.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:07 smithi203 ceph-mon[117428]: pgmap v11217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:07.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:07 smithi137 ceph-mon[117020]: pgmap v11217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:09.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:09.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:09.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:09.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:09 smithi066 ceph-mon[112137]: pgmap v11218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:09.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:09 smithi203 ceph-mon[117428]: pgmap v11218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:09.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:09 smithi137 ceph-mon[117020]: pgmap v11218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:10.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:10.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:10.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:10.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:10.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:11.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:11 smithi066 ceph-mon[112137]: from='client.309993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:11.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:11 smithi066 ceph-mon[112137]: pgmap v11219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:11.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:11 smithi203 ceph-mon[117428]: from='client.309993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:11.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:11 smithi203 ceph-mon[117428]: pgmap v11219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:11.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:11 smithi137 ceph-mon[117020]: from='client.309993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:11.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:11 smithi137 ceph-mon[117020]: pgmap v11219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:13.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:13 smithi066 ceph-mon[112137]: pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:13.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:13 smithi203 ceph-mon[117428]: pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:13.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:13 smithi137 ceph-mon[117020]: pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:15.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:15.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:15.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:15.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:15 smithi066 ceph-mon[112137]: pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:15.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:15 smithi203 ceph-mon[117428]: pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:15.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:15 smithi137 ceph-mon[117020]: pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:15.934 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:15.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:15.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:15.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:15.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:17.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:17 smithi203 ceph-mon[117428]: from='client.310071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:17.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:17 smithi203 ceph-mon[117428]: pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:17.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:17 smithi137 ceph-mon[117020]: from='client.310071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:17.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:17 smithi137 ceph-mon[117020]: pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:17.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:17 smithi066 ceph-mon[112137]: from='client.310071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:17.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:17 smithi066 ceph-mon[112137]: pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:19.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:19 smithi203 ceph-mon[117428]: pgmap v11223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:19.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:19 smithi137 ceph-mon[117020]: pgmap v11223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:19.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:19 smithi066 ceph-mon[112137]: pgmap v11223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:20.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:20.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:20.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:21.663 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:21.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:21.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:21.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:21.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:21.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:21 smithi203 ceph-mon[117428]: pgmap v11224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:21.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:21 smithi137 ceph-mon[117020]: pgmap v11224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:21.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:21 smithi066 ceph-mon[112137]: pgmap v11224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:22.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:22 smithi203 ceph-mon[117428]: from='client.310146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:22.929 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:22 smithi137 ceph-mon[117020]: from='client.310146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:22 smithi066 ceph-mon[112137]: from='client.310146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:23 smithi203 ceph-mon[117428]: pgmap v11225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:23.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:23 smithi137 ceph-mon[117020]: pgmap v11225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:23.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:23 smithi066 ceph-mon[112137]: pgmap v11225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:25 smithi203 ceph-mon[117428]: pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:25.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:25 smithi137 ceph-mon[117020]: pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:25.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:25 smithi066 ceph-mon[112137]: pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:26.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:26.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:26.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:27.392 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:27.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:27.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:27.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:27.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:27.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:27 smithi203 ceph-mon[117428]: pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:27.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:27 smithi137 ceph-mon[117020]: pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:27 smithi066 ceph-mon[112137]: pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:28 smithi203 ceph-mon[117428]: from='client.310224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:28 smithi137 ceph-mon[117020]: from='client.310224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:28 smithi066 ceph-mon[112137]: from='client.310224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:29.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:29 smithi203 ceph-mon[117428]: pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:29.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:29 smithi137 ceph-mon[117020]: pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:29.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:29 smithi066 ceph-mon[112137]: pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:31.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:31 smithi203 ceph-mon[117428]: pgmap v11229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:31.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:31 smithi137 ceph-mon[117020]: pgmap v11229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:31.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:31 smithi066 ceph-mon[112137]: pgmap v11229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:32.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:32.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:32.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:33.133 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:33.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:33.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:33.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:33.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:33 smithi203 ceph-mon[117428]: pgmap v11230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:33.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:33 smithi137 ceph-mon[117020]: pgmap v11230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:33.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:33 smithi066 ceph-mon[112137]: pgmap v11230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:34 smithi203 ceph-mon[117428]: from='client.310299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:34 smithi137 ceph-mon[117020]: from='client.310299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:34 smithi066 ceph-mon[112137]: from='client.310299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:35.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:35 smithi203 ceph-mon[117428]: pgmap v11231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:35.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:35 smithi137 ceph-mon[117020]: pgmap v11231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:35.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:35 smithi066 ceph-mon[112137]: pgmap v11231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:37.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:37 smithi203 ceph-mon[117428]: pgmap v11232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:37.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:37 smithi137 ceph-mon[117020]: pgmap v11232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:37.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:37 smithi066 ceph-mon[112137]: pgmap v11232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:38.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:38.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:38.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:38.853 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:38.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:38.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:38.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:38.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:39 smithi203 ceph-mon[117428]: pgmap v11233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:39 smithi203 ceph-mon[117428]: from='client.310377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:39.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:39 smithi137 ceph-mon[117020]: pgmap v11233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:39.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:39 smithi137 ceph-mon[117020]: from='client.310377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:39.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:39 smithi066 ceph-mon[112137]: pgmap v11233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:39.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:39 smithi066 ceph-mon[112137]: from='client.310377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:41 smithi203 ceph-mon[117428]: pgmap v11234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:41.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:41 smithi137 ceph-mon[117020]: pgmap v11234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:41.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:41 smithi066 ceph-mon[112137]: pgmap v11234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:43 smithi203 ceph-mon[117428]: pgmap v11235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:43.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:43.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:43.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:43.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:43 smithi137 ceph-mon[117020]: pgmap v11235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:43.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:43 smithi066 ceph-mon[112137]: pgmap v11235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:44.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:44.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:44.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:44.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:44.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:44 smithi137 ceph-mon[117020]: pgmap v11236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:44 smithi137 ceph-mon[117020]: from='client.310455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:44 smithi066 ceph-mon[112137]: pgmap v11236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:44 smithi066 ceph-mon[112137]: from='client.310455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:44 smithi203 ceph-mon[117428]: pgmap v11236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:44 smithi203 ceph-mon[117428]: from='client.310455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:47.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:47 smithi066 ceph-mon[112137]: pgmap v11237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:47.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:47 smithi203 ceph-mon[117428]: pgmap v11237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:47.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:47 smithi137 ceph-mon[117020]: pgmap v11237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:49.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:49 smithi066 ceph-mon[112137]: pgmap v11238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:49.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:49 smithi203 ceph-mon[117428]: pgmap v11238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:49.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:49.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:49.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:49.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:49 smithi137 ceph-mon[117020]: pgmap v11238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:50.324 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:50.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:50.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:50.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:50.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:51 smithi066 ceph-mon[112137]: from='client.310533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:51 smithi066 ceph-mon[112137]: pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:51.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:51 smithi203 ceph-mon[117428]: from='client.310533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:51.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:51 smithi203 ceph-mon[117428]: pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:51.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:51 smithi137 ceph-mon[117020]: from='client.310533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:51.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:51 smithi137 ceph-mon[117020]: pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:53.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:53 smithi066 ceph-mon[112137]: pgmap v11240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:53.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:53 smithi203 ceph-mon[117428]: pgmap v11240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:53.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:53 smithi137 ceph-mon[117020]: pgmap v11240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:55.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:27:55.326 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:55.326 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:55.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:55 smithi066 ceph-mon[112137]: pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:55.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:55 smithi203 ceph-mon[117428]: pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:55.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:55 smithi137 ceph-mon[117020]: pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:56.048 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:27:56.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:56.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:56.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:56.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:27:57.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:57 smithi066 ceph-mon[112137]: from='client.310611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:57.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:57 smithi066 ceph-mon[112137]: pgmap v11242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:57.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:57 smithi203 ceph-mon[117428]: from='client.310611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:57.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:57 smithi203 ceph-mon[117428]: pgmap v11242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:57.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:57 smithi137 ceph-mon[117020]: from='client.310611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:57.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:57 smithi137 ceph-mon[117020]: pgmap v11242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:59.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:27:59 smithi066 ceph-mon[112137]: pgmap v11243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:59.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:27:59 smithi203 ceph-mon[117428]: pgmap v11243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:59.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:27:59 smithi137 ceph-mon[117020]: pgmap v11243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:01.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:01.050 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:01.050 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:01.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:01 smithi066 ceph-mon[112137]: pgmap v11244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:01.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:01 smithi203 ceph-mon[117428]: pgmap v11244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:01.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:01 smithi137 ceph-mon[117020]: pgmap v11244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:01.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:01.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:01.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:01.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:01.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:02.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:02 smithi066 ceph-mon[112137]: from='client.310683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:02.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:02 smithi203 ceph-mon[117428]: from='client.310683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:02.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:02 smithi137 ceph-mon[117020]: from='client.310683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:03.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:03 smithi066 ceph-mon[112137]: pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:03.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:03 smithi203 ceph-mon[117428]: pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:03.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:03 smithi137 ceph-mon[117020]: pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:04.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:28:04.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:28:04.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:28:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:05 smithi066 ceph-mon[112137]: pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:28:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:28:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:28:05.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:05 smithi203 ceph-mon[117428]: pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:05.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:28:05.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:28:05.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:28:05.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:05 smithi137 ceph-mon[117020]: pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:05.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:28:05.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:28:05.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:28:06.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:06.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:06.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:07.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:07 smithi066 ceph-mon[112137]: pgmap v11247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:07.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:07.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:07.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:07.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:07.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:07.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:07 smithi203 ceph-mon[117428]: pgmap v11247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:07.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:07 smithi137 ceph-mon[117020]: pgmap v11247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:08 smithi066 ceph-mon[112137]: from='client.310761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:08.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:08 smithi203 ceph-mon[117428]: from='client.310761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:08.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:08 smithi137 ceph-mon[117020]: from='client.310761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:09 smithi066 ceph-mon[112137]: pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:09.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:09 smithi203 ceph-mon[117428]: pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:09.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:09 smithi137 ceph-mon[117020]: pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:11 smithi066 ceph-mon[112137]: pgmap v11249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:11.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:11 smithi203 ceph-mon[117428]: pgmap v11249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:11.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:11 smithi137 ceph-mon[117020]: pgmap v11249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:12.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:12.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:12.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:13.241 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:13.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:13.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:13.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:13.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:13.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:13 smithi066 ceph-mon[112137]: pgmap v11250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:13 smithi203 ceph-mon[117428]: pgmap v11250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:13.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:13 smithi137 ceph-mon[117020]: pgmap v11250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:14.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:14 smithi066 ceph-mon[112137]: from='client.310839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:14.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:14 smithi203 ceph-mon[117428]: from='client.310839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:14.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:14 smithi137 ceph-mon[117020]: from='client.310839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:15.484 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:15 smithi066 ceph-mon[112137]: pgmap v11251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:15.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:15 smithi203 ceph-mon[117428]: pgmap v11251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:15.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:15 smithi137 ceph-mon[117020]: pgmap v11251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:17.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:17 smithi066 ceph-mon[112137]: pgmap v11252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:17.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:17 smithi203 ceph-mon[117428]: pgmap v11252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:17.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:17 smithi137 ceph-mon[117020]: pgmap v11252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:18.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:18.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:18.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:18.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:18.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:18.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:18.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:18.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:19.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:19 smithi066 ceph-mon[112137]: pgmap v11253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:19.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:19 smithi203 ceph-mon[117428]: pgmap v11253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:19.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:19 smithi137 ceph-mon[117020]: pgmap v11253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:20 smithi066 ceph-mon[112137]: from='client.310914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:20.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:20 smithi203 ceph-mon[117428]: from='client.310914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:20.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:20 smithi137 ceph-mon[117020]: from='client.310914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:21 smithi066 ceph-mon[112137]: pgmap v11254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:21.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:21 smithi203 ceph-mon[117428]: pgmap v11254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:21.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:21 smithi137 ceph-mon[117020]: pgmap v11254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:23 smithi066 ceph-mon[112137]: pgmap v11255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:23.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:23 smithi203 ceph-mon[117428]: pgmap v11255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:23.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:23 smithi137 ceph-mon[117020]: pgmap v11255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:23.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:23.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:23.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:24.698 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:24.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:24.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:24.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:24.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:25 smithi066 ceph-mon[112137]: pgmap v11256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:25 smithi066 ceph-mon[112137]: from='client.310989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:25.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:25 smithi203 ceph-mon[117428]: pgmap v11256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:25.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:25 smithi203 ceph-mon[117428]: from='client.310989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:25.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:25 smithi137 ceph-mon[117020]: pgmap v11256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:25 smithi137 ceph-mon[117020]: from='client.310989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:27 smithi066 ceph-mon[112137]: pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:28:27.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:27 smithi203 ceph-mon[117428]: pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:28:27.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:27 smithi137 ceph-mon[117020]: pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:28:29.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:29 smithi203 ceph-mon[117428]: pgmap v11258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:28:29.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:29 smithi137 ceph-mon[117020]: pgmap v11258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:28:29.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:29.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:29.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:29.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:29 smithi066 ceph-mon[112137]: pgmap v11258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:28:30.434 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:30.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:30.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:30.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:30.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:31.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:31 smithi203 ceph-mon[117428]: pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:31.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:31 smithi203 ceph-mon[117428]: from='client.311064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:31.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:31 smithi137 ceph-mon[117020]: pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:31.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:31 smithi137 ceph-mon[117020]: from='client.311064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:31 smithi066 ceph-mon[112137]: pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:31 smithi066 ceph-mon[112137]: from='client.311064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:33 smithi203 ceph-mon[117428]: pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:33.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:33 smithi137 ceph-mon[117020]: pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:33 smithi066 ceph-mon[112137]: pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:35.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:35.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:35.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:35.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:35 smithi203 ceph-mon[117428]: pgmap v11261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:35.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:35 smithi137 ceph-mon[117020]: pgmap v11261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:35 smithi066 ceph-mon[112137]: pgmap v11261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:36.173 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:36.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:36.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:36.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:36.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:37.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:37 smithi203 ceph-mon[117428]: from='client.311142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:37.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:37 smithi203 ceph-mon[117428]: pgmap v11262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:37.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:37 smithi137 ceph-mon[117020]: from='client.311142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:37 smithi137 ceph-mon[117020]: pgmap v11262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:37 smithi066 ceph-mon[112137]: from='client.311142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:37 smithi066 ceph-mon[112137]: pgmap v11262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:39.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:39 smithi203 ceph-mon[117428]: pgmap v11263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:28:39.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:39 smithi137 ceph-mon[117020]: pgmap v11263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:28:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:39 smithi066 ceph-mon[112137]: pgmap v11263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:28:41.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:41.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:41.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:41.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:41 smithi203 ceph-mon[117428]: pgmap v11264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:28:41.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:41 smithi137 ceph-mon[117020]: pgmap v11264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:28:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:41 smithi066 ceph-mon[112137]: pgmap v11264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:28:41.918 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:41.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:41.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:41.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:41.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:42.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:42 smithi203 ceph-mon[117428]: from='client.311214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:42.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:42 smithi137 ceph-mon[117020]: from='client.311214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:42 smithi066 ceph-mon[112137]: from='client.311214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:43.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:43 smithi203 ceph-mon[117428]: pgmap v11265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:43.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:43 smithi137 ceph-mon[117020]: pgmap v11265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:43.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:43 smithi066 ceph-mon[112137]: pgmap v11265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:45.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:45 smithi203 ceph-mon[117428]: pgmap v11266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:45.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:45 smithi137 ceph-mon[117020]: pgmap v11266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:45.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:45 smithi066 ceph-mon[112137]: pgmap v11266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:46.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:46.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:46.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:47.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:47 smithi203 ceph-mon[117428]: pgmap v11267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:47 smithi137 ceph-mon[117020]: pgmap v11267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:47.650 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:47.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:47.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:47.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:47.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:47 smithi066 ceph-mon[112137]: pgmap v11267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:48.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:48 smithi203 ceph-mon[117428]: from='client.311289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:48.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:48 smithi137 ceph-mon[117020]: from='client.311289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:48 smithi066 ceph-mon[112137]: from='client.311289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:49.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:49 smithi203 ceph-mon[117428]: pgmap v11268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:49.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:49 smithi137 ceph-mon[117020]: pgmap v11268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:49.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:49 smithi066 ceph-mon[112137]: pgmap v11268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:51.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:51 smithi203 ceph-mon[117428]: pgmap v11269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:51 smithi137 ceph-mon[117020]: pgmap v11269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:51.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:51 smithi066 ceph-mon[112137]: pgmap v11269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:52.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:52.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:52.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:53.380 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:53.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:53.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:53.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:53.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:53.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:53 smithi203 ceph-mon[117428]: pgmap v11270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:53.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:53 smithi137 ceph-mon[117020]: pgmap v11270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:53 smithi066 ceph-mon[112137]: pgmap v11270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:54.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:54 smithi203 ceph-mon[117428]: from='client.311361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:54.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:54 smithi137 ceph-mon[117020]: from='client.311361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:54 smithi066 ceph-mon[112137]: from='client.311361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:55.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:55 smithi203 ceph-mon[117428]: pgmap v11271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:55 smithi137 ceph-mon[117020]: pgmap v11271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:55 smithi066 ceph-mon[112137]: pgmap v11271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:57.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:57 smithi203 ceph-mon[117428]: pgmap v11272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:57.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:57 smithi137 ceph-mon[117020]: pgmap v11272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:57 smithi066 ceph-mon[112137]: pgmap v11272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:58.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:28:58.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:58.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:59.114 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:28:59.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:59.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:59.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:59.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:28:59.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:28:59 smithi203 ceph-mon[117428]: pgmap v11273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:59.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:28:59 smithi137 ceph-mon[117020]: pgmap v11273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:28:59 smithi066 ceph-mon[112137]: pgmap v11273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:00.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:00 smithi203 ceph-mon[117428]: from='client.311439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:00 smithi137 ceph-mon[117020]: from='client.311439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:00 smithi066 ceph-mon[112137]: from='client.311439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:01.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:01 smithi203 ceph-mon[117428]: pgmap v11274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:01 smithi137 ceph-mon[117020]: pgmap v11274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:01 smithi066 ceph-mon[112137]: pgmap v11274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:03.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:03 smithi203 ceph-mon[117428]: pgmap v11275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:03.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:03 smithi137 ceph-mon[117020]: pgmap v11275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:03 smithi066 ceph-mon[112137]: pgmap v11275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:04.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:04.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:04.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:04.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:04.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:04.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:04.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:04.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:05.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:05 smithi203 ceph-mon[117428]: pgmap v11276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:05.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:05 smithi203 ceph-mon[117428]: from='client.311511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:05.594 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:29:05.636 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:05 smithi137 ceph-mon[117020]: pgmap v11276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:05.637 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:05 smithi137 ceph-mon[117020]: from='client.311511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:05.637 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:29:05.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:05 smithi066 ceph-mon[112137]: pgmap v11276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:05.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:05 smithi066 ceph-mon[112137]: from='client.311511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:05.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:29:06.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 16037M 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:06.999 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:29:07.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:29:07.000 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 16037M 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:29:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:29:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:29:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:29:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 16037M 2023-12-07T23:29:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:29:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:29:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:29:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:09 smithi137 ceph-mon[117020]: pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:29:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:09 smithi066 ceph-mon[112137]: pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:29:09.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:09 smithi203 ceph-mon[117428]: pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:29:09.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:09.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:09.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:10.569 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:10.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:10.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:10.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:10.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:11 smithi066 ceph-mon[112137]: pgmap v11279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:11 smithi066 ceph-mon[112137]: from='client.311589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:11.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:11 smithi203 ceph-mon[117428]: pgmap v11279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:11 smithi203 ceph-mon[117428]: from='client.311589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:11 smithi137 ceph-mon[117020]: pgmap v11279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:11 smithi137 ceph-mon[117020]: from='client.311589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:13.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:13 smithi066 ceph-mon[112137]: pgmap v11280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:13.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:13 smithi203 ceph-mon[117428]: pgmap v11280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:13 smithi137 ceph-mon[117020]: pgmap v11280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:15.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:15 smithi066 ceph-mon[112137]: pgmap v11281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:15.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:15.571 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:15.571 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:15 smithi203 ceph-mon[117428]: pgmap v11281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:15 smithi137 ceph-mon[117020]: pgmap v11281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:16.308 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:16.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:16.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:16.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:16.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:17.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:17 smithi066 ceph-mon[112137]: from='client.311667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:17.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:17 smithi066 ceph-mon[112137]: pgmap v11282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:17.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:17 smithi203 ceph-mon[117428]: from='client.311667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:17.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:17 smithi203 ceph-mon[117428]: pgmap v11282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:17 smithi137 ceph-mon[117020]: from='client.311667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:17 smithi137 ceph-mon[117020]: pgmap v11282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:19.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:19 smithi066 ceph-mon[112137]: pgmap v11283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:29:19.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:19 smithi203 ceph-mon[117428]: pgmap v11283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:29:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:19 smithi137 ceph-mon[117020]: pgmap v11283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:29:21.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:21.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:21.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:21 smithi066 ceph-mon[112137]: pgmap v11284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:29:21.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:21 smithi203 ceph-mon[117428]: pgmap v11284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:29:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:21 smithi137 ceph-mon[117020]: pgmap v11284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:29:22.022 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:22.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:22.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:22.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:22.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:23 smithi066 ceph-mon[112137]: from='client.311739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:23.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:23 smithi066 ceph-mon[112137]: pgmap v11285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:23 smithi203 ceph-mon[117428]: from='client.311739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:23 smithi203 ceph-mon[117428]: pgmap v11285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:23 smithi137 ceph-mon[117020]: from='client.311739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:23 smithi137 ceph-mon[117020]: pgmap v11285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:25 smithi066 ceph-mon[112137]: pgmap v11286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:25.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:25 smithi203 ceph-mon[117428]: pgmap v11286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:25 smithi137 ceph-mon[117020]: pgmap v11286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:27.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:27.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:27.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:27 smithi066 ceph-mon[112137]: pgmap v11287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:27.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:27 smithi203 ceph-mon[117428]: pgmap v11287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:27.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:27 smithi137 ceph-mon[117020]: pgmap v11287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:27.759 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:27.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:27.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:27.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:27.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:28 smithi066 ceph-mon[112137]: from='client.311817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:28 smithi203 ceph-mon[117428]: from='client.311817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:28 smithi137 ceph-mon[117020]: from='client.311817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:29.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:29 smithi066 ceph-mon[112137]: pgmap v11288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:29.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:29 smithi203 ceph-mon[117428]: pgmap v11288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:29 smithi137 ceph-mon[117020]: pgmap v11288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:31 smithi066 ceph-mon[112137]: pgmap v11289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:31.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:31 smithi203 ceph-mon[117428]: pgmap v11289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:31 smithi137 ceph-mon[117020]: pgmap v11289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:32.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:32.761 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:32.761 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:33 smithi066 ceph-mon[112137]: pgmap v11290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:33.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:33.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:33.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:33.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:33.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:33.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:33 smithi203 ceph-mon[117428]: pgmap v11290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:33 smithi137 ceph-mon[117020]: pgmap v11290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:34.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:34 smithi066 ceph-mon[112137]: from='client.311895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:34.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:34 smithi203 ceph-mon[117428]: from='client.311895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:34 smithi137 ceph-mon[117020]: from='client.311895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:35.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:35 smithi066 ceph-mon[112137]: pgmap v11291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:35.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:35 smithi203 ceph-mon[117428]: pgmap v11291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:35 smithi137 ceph-mon[117020]: pgmap v11291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:37 smithi066 ceph-mon[112137]: pgmap v11292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:37.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:37 smithi203 ceph-mon[117428]: pgmap v11292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:37 smithi137 ceph-mon[117020]: pgmap v11292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:38.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:38.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:38.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:39.234 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:39.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:39.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:39.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:39.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:39.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:39 smithi066 ceph-mon[112137]: pgmap v11293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:39.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:39 smithi203 ceph-mon[117428]: pgmap v11293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:39 smithi137 ceph-mon[117020]: pgmap v11293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:40 smithi066 ceph-mon[112137]: from='client.311970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:40.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:40 smithi203 ceph-mon[117428]: from='client.311970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:40 smithi137 ceph-mon[117020]: from='client.311970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:41.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:41 smithi066 ceph-mon[112137]: pgmap v11294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:41 smithi203 ceph-mon[117428]: pgmap v11294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:41 smithi137 ceph-mon[117020]: pgmap v11294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:43.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:43 smithi066 ceph-mon[112137]: pgmap v11295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:43.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:43 smithi203 ceph-mon[117428]: pgmap v11295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:43 smithi137 ceph-mon[117020]: pgmap v11295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:44.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:44.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:44.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:44.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:44.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:44.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:44.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:44.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:45 smithi066 ceph-mon[112137]: pgmap v11296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:45 smithi203 ceph-mon[117428]: pgmap v11296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:45 smithi137 ceph-mon[117020]: pgmap v11296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:46 smithi066 ceph-mon[112137]: from='client.312042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:46 smithi203 ceph-mon[117428]: from='client.312042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:46 smithi137 ceph-mon[117020]: from='client.312042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:47 smithi066 ceph-mon[112137]: pgmap v11297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:47.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:47 smithi203 ceph-mon[117428]: pgmap v11297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:47 smithi137 ceph-mon[117020]: pgmap v11297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:49 smithi066 ceph-mon[112137]: pgmap v11298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:49.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:49 smithi203 ceph-mon[117428]: pgmap v11298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:49 smithi137 ceph-mon[117020]: pgmap v11298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:49.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:49.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:49.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:50.695 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:50.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:50.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:50.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:50.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:51 smithi066 ceph-mon[112137]: pgmap v11299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:51 smithi066 ceph-mon[112137]: from='client.312117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:51 smithi203 ceph-mon[117428]: pgmap v11299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:51 smithi203 ceph-mon[117428]: from='client.312117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:51 smithi137 ceph-mon[117020]: pgmap v11299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:51 smithi137 ceph-mon[117020]: from='client.312117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:53 smithi203 ceph-mon[117428]: pgmap v11300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:53 smithi137 ceph-mon[117020]: pgmap v11300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:53 smithi066 ceph-mon[112137]: pgmap v11300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:55 smithi203 ceph-mon[117428]: pgmap v11301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:55 smithi137 ceph-mon[117020]: pgmap v11301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:55.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:29:55.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:55.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:55 smithi066 ceph-mon[112137]: pgmap v11301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:56.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:56.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:56.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:56.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:29:56.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:29:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:57 smithi203 ceph-mon[117428]: pgmap v11302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:57 smithi203 ceph-mon[117428]: from='client.312189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:57 smithi137 ceph-mon[117020]: pgmap v11302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:57 smithi137 ceph-mon[117020]: from='client.312189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:57.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:57 smithi066 ceph-mon[112137]: pgmap v11302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:57 smithi066 ceph-mon[112137]: from='client.312189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:29:59 smithi203 ceph-mon[117428]: pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:29:59 smithi137 ceph-mon[117020]: pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:29:59 smithi066 ceph-mon[112137]: pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:00.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T23:30:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T23:30:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T23:30:01.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:01.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:01.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:01 smithi203 ceph-mon[117428]: pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:01 smithi137 ceph-mon[117020]: pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:01 smithi066 ceph-mon[112137]: pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:02.180 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:02.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:02.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:02.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:02.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:03 smithi203 ceph-mon[117428]: from='client.312264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:03 smithi203 ceph-mon[117428]: pgmap v11305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:03 smithi137 ceph-mon[117020]: from='client.312264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:03 smithi137 ceph-mon[117020]: pgmap v11305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:03 smithi066 ceph-mon[112137]: from='client.312264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:03 smithi066 ceph-mon[112137]: pgmap v11305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:05 smithi203 ceph-mon[117428]: pgmap v11306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:05 smithi137 ceph-mon[117020]: pgmap v11306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:05 smithi066 ceph-mon[112137]: pgmap v11306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:07 smithi203 ceph-mon[117428]: pgmap v11307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:30:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:30:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:30:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:30:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:07 smithi137 ceph-mon[117020]: pgmap v11307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:30:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:30:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:30:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:30:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:07 smithi066 ceph-mon[112137]: pgmap v11307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:30:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:30:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:30:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:30:07.895 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:07.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:07.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:07.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:07.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:08 smithi203 ceph-mon[117428]: from='client.312339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:08 smithi137 ceph-mon[117020]: from='client.312339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:08 smithi066 ceph-mon[112137]: from='client.312339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:09 smithi203 ceph-mon[117428]: pgmap v11308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:09 smithi137 ceph-mon[117020]: pgmap v11308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:09.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:09 smithi066 ceph-mon[112137]: pgmap v11308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:11 smithi203 ceph-mon[117428]: pgmap v11309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:11 smithi137 ceph-mon[117020]: pgmap v11309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:11.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:11 smithi066 ceph-mon[112137]: pgmap v11309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:12.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:12.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:12.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:13 smithi203 ceph-mon[117428]: pgmap v11310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:13.618 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:13.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:13.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:13.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:13.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:13 smithi137 ceph-mon[117020]: pgmap v11310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:13 smithi066 ceph-mon[112137]: pgmap v11310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:14 smithi203 ceph-mon[117428]: from='client.312417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:14 smithi137 ceph-mon[117020]: from='client.312417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:14 smithi066 ceph-mon[112137]: from='client.312417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:15.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:15 smithi203 ceph-mon[117428]: pgmap v11311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:15 smithi137 ceph-mon[117020]: pgmap v11311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:15 smithi066 ceph-mon[112137]: pgmap v11311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:17 smithi203 ceph-mon[117428]: pgmap v11312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:17 smithi137 ceph-mon[117020]: pgmap v11312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:17 smithi066 ceph-mon[112137]: pgmap v11312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:18.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:18.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:18.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:19.359 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:19.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:19.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:19.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:19.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:19 smithi203 ceph-mon[117428]: pgmap v11313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:19 smithi137 ceph-mon[117020]: pgmap v11313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:19.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:19 smithi066 ceph-mon[112137]: pgmap v11313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:20 smithi203 ceph-mon[117428]: from='client.312495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:20 smithi137 ceph-mon[117020]: from='client.312495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:20 smithi066 ceph-mon[112137]: from='client.312495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:21 smithi203 ceph-mon[117428]: pgmap v11314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:21 smithi137 ceph-mon[117020]: pgmap v11314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:21 smithi066 ceph-mon[112137]: pgmap v11314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:23 smithi203 ceph-mon[117428]: pgmap v11315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:23 smithi137 ceph-mon[117020]: pgmap v11315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:23 smithi066 ceph-mon[112137]: pgmap v11315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:24.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:24.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:24.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:25.087 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:25.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:25.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:25.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:25.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:25 smithi203 ceph-mon[117428]: pgmap v11316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:25 smithi137 ceph-mon[117020]: pgmap v11316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:25.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:25 smithi066 ceph-mon[112137]: pgmap v11316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:26 smithi203 ceph-mon[117428]: from='client.312570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:26 smithi137 ceph-mon[117020]: from='client.312570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:26 smithi066 ceph-mon[112137]: from='client.312570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:27 smithi203 ceph-mon[117428]: pgmap v11317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:27 smithi137 ceph-mon[117020]: pgmap v11317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:27 smithi066 ceph-mon[112137]: pgmap v11317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:29 smithi137 ceph-mon[117020]: pgmap v11318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:29 smithi066 ceph-mon[112137]: pgmap v11318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:29 smithi203 ceph-mon[117428]: pgmap v11318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:30.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:30.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:30.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:30.817 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:30.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:30.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:30.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:30.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:31 smithi137 ceph-mon[117020]: pgmap v11319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:31 smithi137 ceph-mon[117020]: from='client.312648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:31 smithi066 ceph-mon[112137]: pgmap v11319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:31 smithi066 ceph-mon[112137]: from='client.312648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:31 smithi203 ceph-mon[117428]: pgmap v11319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:31 smithi203 ceph-mon[117428]: from='client.312648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:33 smithi137 ceph-mon[117020]: pgmap v11320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:33 smithi066 ceph-mon[112137]: pgmap v11320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:33 smithi203 ceph-mon[117428]: pgmap v11320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:35 smithi137 ceph-mon[117020]: pgmap v11321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:35 smithi066 ceph-mon[112137]: pgmap v11321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:35.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:35.819 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:35.819 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:35 smithi203 ceph-mon[117428]: pgmap v11321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:36.540 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:36.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:36.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:36.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:36.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:37 smithi137 ceph-mon[117020]: pgmap v11322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:37 smithi137 ceph-mon[117020]: from='client.312717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:37 smithi066 ceph-mon[112137]: pgmap v11322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:37 smithi066 ceph-mon[112137]: from='client.312717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:37 smithi203 ceph-mon[117428]: pgmap v11322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:37 smithi203 ceph-mon[117428]: from='client.312717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:39 smithi137 ceph-mon[117020]: pgmap v11323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:39 smithi066 ceph-mon[112137]: pgmap v11323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:39 smithi203 ceph-mon[117428]: pgmap v11323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:41.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:41.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:41.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:41 smithi137 ceph-mon[117020]: pgmap v11324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:41 smithi066 ceph-mon[112137]: pgmap v11324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:41 smithi203 ceph-mon[117428]: pgmap v11324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:42.271 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:42.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:42.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:42.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:42.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:43 smithi137 ceph-mon[117020]: from='client.312795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:43 smithi137 ceph-mon[117020]: pgmap v11325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:43 smithi066 ceph-mon[112137]: from='client.312795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:43 smithi066 ceph-mon[112137]: pgmap v11325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:43.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:43 smithi203 ceph-mon[117428]: from='client.312795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:43.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:43 smithi203 ceph-mon[117428]: pgmap v11325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:45 smithi137 ceph-mon[117020]: pgmap v11326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:45 smithi066 ceph-mon[112137]: pgmap v11326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:45 smithi203 ceph-mon[117428]: pgmap v11326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:47.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:47.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:47.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:47 smithi137 ceph-mon[117020]: pgmap v11327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:47 smithi066 ceph-mon[112137]: pgmap v11327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:47 smithi203 ceph-mon[117428]: pgmap v11327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:47.989 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:47.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:47.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:47.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:47.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:49 smithi137 ceph-mon[117020]: from='client.312873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:49 smithi137 ceph-mon[117020]: pgmap v11328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:49 smithi066 ceph-mon[112137]: from='client.312873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:49 smithi066 ceph-mon[112137]: pgmap v11328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:49 smithi203 ceph-mon[117428]: from='client.312873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:49 smithi203 ceph-mon[117428]: pgmap v11328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:51 smithi137 ceph-mon[117020]: pgmap v11329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:51 smithi066 ceph-mon[112137]: pgmap v11329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:51 smithi203 ceph-mon[117428]: pgmap v11329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:52.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:52.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:52.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:53 smithi137 ceph-mon[117020]: pgmap v11330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:53.715 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:53.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:53.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:53.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:53.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:53 smithi066 ceph-mon[112137]: pgmap v11330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:53 smithi203 ceph-mon[117428]: pgmap v11330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:54 smithi137 ceph-mon[117020]: from='client.312948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:54 smithi066 ceph-mon[112137]: from='client.312948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:54 smithi203 ceph-mon[117428]: from='client.312948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:55 smithi137 ceph-mon[117020]: pgmap v11331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:55 smithi066 ceph-mon[112137]: pgmap v11331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:55 smithi203 ceph-mon[117428]: pgmap v11331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:57 smithi137 ceph-mon[117020]: pgmap v11332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:57 smithi066 ceph-mon[112137]: pgmap v11332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:57 smithi203 ceph-mon[117428]: pgmap v11332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:58.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:30:58.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:58.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:59.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:30:59.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:59.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:59.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:59.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:30:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:30:59 smithi137 ceph-mon[117020]: pgmap v11333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:30:59 smithi066 ceph-mon[112137]: pgmap v11333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:59.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:30:59 smithi203 ceph-mon[117428]: pgmap v11333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:00 smithi066 ceph-mon[112137]: from='client.313023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:00 smithi203 ceph-mon[117428]: from='client.313023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:00 smithi137 ceph-mon[117020]: from='client.313023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:01 smithi066 ceph-mon[112137]: pgmap v11334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:01 smithi203 ceph-mon[117428]: pgmap v11334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:01 smithi137 ceph-mon[117020]: pgmap v11334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:03 smithi066 ceph-mon[112137]: pgmap v11335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:03 smithi203 ceph-mon[117428]: pgmap v11335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:03 smithi137 ceph-mon[117020]: pgmap v11335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:04.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:04.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:04.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:05.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:05.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:05.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:05.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:05.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:05 smithi066 ceph-mon[112137]: pgmap v11336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:05 smithi203 ceph-mon[117428]: pgmap v11336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:05 smithi137 ceph-mon[117020]: pgmap v11336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:06 smithi066 ceph-mon[112137]: from='client.313095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:06 smithi203 ceph-mon[117428]: from='client.313095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:06 smithi137 ceph-mon[117020]: from='client.313095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:07 smithi066 ceph-mon[112137]: pgmap v11337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:31:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:07 smithi203 ceph-mon[117428]: pgmap v11337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:07.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:31:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:07 smithi137 ceph-mon[117020]: pgmap v11337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:31:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:31:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:31:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:31:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:31:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:31:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:31:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:31:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:31:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:31:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:09 smithi203 ceph-mon[117428]: pgmap v11338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:09 smithi137 ceph-mon[117020]: pgmap v11338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:09 smithi066 ceph-mon[112137]: pgmap v11338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:10.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:10.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:10.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:10.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:11 smithi203 ceph-mon[117428]: pgmap v11339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:11 smithi203 ceph-mon[117428]: from='client.313173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:11 smithi137 ceph-mon[117020]: pgmap v11339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:11.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:11 smithi137 ceph-mon[117020]: from='client.313173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:11 smithi066 ceph-mon[112137]: pgmap v11339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:11 smithi066 ceph-mon[112137]: from='client.313173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:13 smithi203 ceph-mon[117428]: pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:13 smithi137 ceph-mon[117020]: pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:13.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:13 smithi066 ceph-mon[112137]: pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:15 smithi203 ceph-mon[117428]: pgmap v11341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:15 smithi137 ceph-mon[117020]: pgmap v11341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:15.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:15.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:15.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:15 smithi066 ceph-mon[112137]: pgmap v11341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:16.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:16.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:16.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:16.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:16.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:17 smithi137 ceph-mon[117020]: pgmap v11342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:17.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:17 smithi137 ceph-mon[117020]: from='client.313251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:17 smithi066 ceph-mon[112137]: pgmap v11342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:17 smithi066 ceph-mon[112137]: from='client.313251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:17 smithi203 ceph-mon[117428]: pgmap v11342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:17 smithi203 ceph-mon[117428]: from='client.313251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:19.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:19 smithi137 ceph-mon[117020]: pgmap v11343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:19 smithi066 ceph-mon[112137]: pgmap v11343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:19 smithi203 ceph-mon[117428]: pgmap v11343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:21.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:21.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:21.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:21 smithi137 ceph-mon[117020]: pgmap v11344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:21 smithi066 ceph-mon[112137]: pgmap v11344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:21 smithi203 ceph-mon[117428]: pgmap v11344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:22.417 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:22.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:22.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:22.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:22.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:23.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:23 smithi137 ceph-mon[117020]: from='client.313326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:23.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:23 smithi137 ceph-mon[117020]: pgmap v11345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:23.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:23 smithi066 ceph-mon[112137]: from='client.313326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:23.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:23 smithi066 ceph-mon[112137]: pgmap v11345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:23 smithi203 ceph-mon[117428]: from='client.313326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:23 smithi203 ceph-mon[117428]: pgmap v11345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:24 smithi137 ceph-mon[117020]: pgmap v11346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:24 smithi066 ceph-mon[112137]: pgmap v11346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:24 smithi203 ceph-mon[117428]: pgmap v11346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:27.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:27.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:27.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:27 smithi066 ceph-mon[112137]: pgmap v11347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:27 smithi203 ceph-mon[117428]: pgmap v11347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:27 smithi137 ceph-mon[117020]: pgmap v11347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:28.148 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:28.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:28.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:28.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:28.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:29 smithi066 ceph-mon[112137]: from='client.313404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:29 smithi066 ceph-mon[112137]: pgmap v11348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:29 smithi203 ceph-mon[117428]: from='client.313404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:29 smithi203 ceph-mon[117428]: pgmap v11348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:29 smithi137 ceph-mon[117020]: from='client.313404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:29.673 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:29 smithi137 ceph-mon[117020]: pgmap v11348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:31 smithi066 ceph-mon[112137]: pgmap v11349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:31 smithi203 ceph-mon[117428]: pgmap v11349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:31 smithi137 ceph-mon[117020]: pgmap v11349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:33.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:33.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:33.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:33 smithi066 ceph-mon[112137]: pgmap v11350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:33 smithi203 ceph-mon[117428]: pgmap v11350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:33 smithi137 ceph-mon[117020]: pgmap v11350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:33.872 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:33.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:33.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:33.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:33.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:34 smithi066 ceph-mon[112137]: from='client.313479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:34 smithi203 ceph-mon[117428]: from='client.313479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:34 smithi137 ceph-mon[117020]: from='client.313479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:35 smithi066 ceph-mon[112137]: pgmap v11351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:35 smithi203 ceph-mon[117428]: pgmap v11351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:35 smithi137 ceph-mon[117020]: pgmap v11351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:37 smithi066 ceph-mon[112137]: pgmap v11352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:37 smithi203 ceph-mon[117428]: pgmap v11352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:37 smithi137 ceph-mon[117020]: pgmap v11352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:38.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:38.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:38.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:39 smithi066 ceph-mon[112137]: pgmap v11353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:39 smithi203 ceph-mon[117428]: pgmap v11353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:39.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:39.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:39.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:39.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:39.610 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:39 smithi137 ceph-mon[117020]: pgmap v11353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:40 smithi066 ceph-mon[112137]: from='client.313557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:40 smithi203 ceph-mon[117428]: from='client.313557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:40 smithi137 ceph-mon[117020]: from='client.313557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:41 smithi066 ceph-mon[112137]: pgmap v11354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:41 smithi203 ceph-mon[117428]: pgmap v11354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:41 smithi137 ceph-mon[117020]: pgmap v11354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:43 smithi066 ceph-mon[112137]: pgmap v11355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:43 smithi203 ceph-mon[117428]: pgmap v11355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:43 smithi137 ceph-mon[117020]: pgmap v11355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:44.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:44.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:44.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:45.362 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:45.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:45.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:45.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:45.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:45 smithi066 ceph-mon[112137]: pgmap v11356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:45 smithi203 ceph-mon[117428]: pgmap v11356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:45 smithi137 ceph-mon[117020]: pgmap v11356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:46 smithi066 ceph-mon[112137]: from='client.313635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:46 smithi203 ceph-mon[117428]: from='client.313635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:46 smithi137 ceph-mon[117020]: from='client.313635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:47 smithi066 ceph-mon[112137]: pgmap v11357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:47 smithi203 ceph-mon[117428]: pgmap v11357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:47 smithi137 ceph-mon[117020]: pgmap v11357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:49 smithi203 ceph-mon[117428]: pgmap v11358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:49 smithi137 ceph-mon[117020]: pgmap v11358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:49 smithi066 ceph-mon[112137]: pgmap v11358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:50.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:50.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:50.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:51.094 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:51 smithi203 ceph-mon[117428]: pgmap v11359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:51 smithi137 ceph-mon[117020]: pgmap v11359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:51 smithi066 ceph-mon[112137]: pgmap v11359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:52 smithi203 ceph-mon[117428]: from='client.313710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:52 smithi137 ceph-mon[117020]: from='client.313710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:52 smithi066 ceph-mon[112137]: from='client.313710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:53 smithi203 ceph-mon[117428]: pgmap v11360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:53 smithi137 ceph-mon[117020]: pgmap v11360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:53.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:53 smithi066 ceph-mon[112137]: pgmap v11360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:55 smithi203 ceph-mon[117428]: pgmap v11361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:55 smithi137 ceph-mon[117020]: pgmap v11361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:55 smithi066 ceph-mon[112137]: pgmap v11361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:56.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:31:56.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:56.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:56.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:31:56.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:56.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:56.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:56.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:31:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:57 smithi203 ceph-mon[117428]: pgmap v11362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:57 smithi203 ceph-mon[117428]: from='client.313788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:57 smithi137 ceph-mon[117020]: pgmap v11362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:57 smithi137 ceph-mon[117020]: from='client.313788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:57 smithi066 ceph-mon[112137]: pgmap v11362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:57 smithi066 ceph-mon[112137]: from='client.313788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:31:59 smithi203 ceph-mon[117428]: pgmap v11363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:31:59 smithi137 ceph-mon[117020]: pgmap v11363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:31:59 smithi066 ceph-mon[112137]: pgmap v11363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:01 smithi203 ceph-mon[117428]: pgmap v11364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:01 smithi137 ceph-mon[117020]: pgmap v11364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:01 smithi066 ceph-mon[112137]: pgmap v11364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:01.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:01.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:01.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:02.572 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:02.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:02.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:02.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:02.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:03 smithi203 ceph-mon[117428]: pgmap v11365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:03 smithi203 ceph-mon[117428]: from='client.313866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:03 smithi137 ceph-mon[117020]: pgmap v11365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:03 smithi137 ceph-mon[117020]: from='client.313866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:03 smithi066 ceph-mon[112137]: pgmap v11365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:03 smithi066 ceph-mon[112137]: from='client.313866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:05 smithi203 ceph-mon[117428]: pgmap v11366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:05 smithi137 ceph-mon[117020]: pgmap v11366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:05 smithi066 ceph-mon[112137]: pgmap v11366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:07 smithi203 ceph-mon[117428]: pgmap v11367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:07.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:07.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:07.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:07 smithi137 ceph-mon[117020]: pgmap v11367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:07 smithi066 ceph-mon[112137]: pgmap v11367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:08.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:08.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:08.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:08.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:08.334 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:32:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:32:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:32:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:09 smithi203 ceph-mon[117428]: from='client.313944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:09 smithi203 ceph-mon[117428]: pgmap v11368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:32:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:32:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:32:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:09 smithi137 ceph-mon[117020]: from='client.313944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:09 smithi137 ceph-mon[117020]: pgmap v11368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:32:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:32:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:32:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:09 smithi066 ceph-mon[112137]: from='client.313944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:09 smithi066 ceph-mon[112137]: pgmap v11368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:32:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:32:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:32:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:11 smithi203 ceph-mon[117428]: pgmap v11369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:11 smithi137 ceph-mon[117020]: pgmap v11369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:11 smithi066 ceph-mon[112137]: pgmap v11369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:13.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:13.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:13.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:13 smithi203 ceph-mon[117428]: pgmap v11370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:13 smithi137 ceph-mon[117020]: pgmap v11370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:13.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:13 smithi066 ceph-mon[112137]: pgmap v11370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:14.053 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:14.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:14.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:14.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:14.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:15 smithi203 ceph-mon[117428]: from='client.314016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:15 smithi203 ceph-mon[117428]: pgmap v11371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:15 smithi137 ceph-mon[117020]: from='client.314016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:15 smithi137 ceph-mon[117020]: pgmap v11371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:15 smithi066 ceph-mon[112137]: from='client.314016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:15 smithi066 ceph-mon[112137]: pgmap v11371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:17 smithi203 ceph-mon[117428]: pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:17 smithi137 ceph-mon[117020]: pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:17 smithi066 ceph-mon[112137]: pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:19.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:19.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:19.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:19 smithi203 ceph-mon[117428]: pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:19 smithi137 ceph-mon[117020]: pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:19 smithi066 ceph-mon[112137]: pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:19.784 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:19.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:19.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:19.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:19.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:20 smithi203 ceph-mon[117428]: from='client.314088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:20 smithi137 ceph-mon[117020]: from='client.314088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:20 smithi066 ceph-mon[112137]: from='client.314088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:21 smithi203 ceph-mon[117428]: pgmap v11374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:32:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:21 smithi137 ceph-mon[117020]: pgmap v11374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:32:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:21 smithi066 ceph-mon[112137]: pgmap v11374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:32:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:23 smithi203 ceph-mon[117428]: pgmap v11375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:23 smithi137 ceph-mon[117020]: pgmap v11375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:23 smithi066 ceph-mon[112137]: pgmap v11375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:24.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:24.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:24.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:25.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:25.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:25.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:25.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:25.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:25 smithi203 ceph-mon[117428]: pgmap v11376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:25 smithi137 ceph-mon[117020]: pgmap v11376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:25 smithi066 ceph-mon[112137]: pgmap v11376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:26 smithi203 ceph-mon[117428]: from='client.314163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:26 smithi137 ceph-mon[117020]: from='client.314163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:26 smithi066 ceph-mon[112137]: from='client.314163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:27 smithi203 ceph-mon[117428]: pgmap v11377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:27 smithi137 ceph-mon[117020]: pgmap v11377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:27 smithi066 ceph-mon[112137]: pgmap v11377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:29 smithi203 ceph-mon[117428]: pgmap v11378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:29 smithi137 ceph-mon[117020]: pgmap v11378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:29 smithi066 ceph-mon[112137]: pgmap v11378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:30.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:30.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:30.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:31.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:31.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:31.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:31.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:31.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:31 smithi137 ceph-mon[117020]: pgmap v11379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:31 smithi066 ceph-mon[112137]: pgmap v11379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:31 smithi203 ceph-mon[117428]: pgmap v11379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:32 smithi137 ceph-mon[117020]: from='client.314238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:32 smithi066 ceph-mon[112137]: from='client.314238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:32 smithi203 ceph-mon[117428]: from='client.314238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:33 smithi137 ceph-mon[117020]: pgmap v11380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:33 smithi066 ceph-mon[112137]: pgmap v11380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:33 smithi203 ceph-mon[117428]: pgmap v11380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:35 smithi137 ceph-mon[117020]: pgmap v11381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:35 smithi066 ceph-mon[112137]: pgmap v11381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:35 smithi203 ceph-mon[117428]: pgmap v11381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:32:36.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:36.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:36.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:36.974 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:36.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:36.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:36.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:36.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:37 smithi137 ceph-mon[117020]: pgmap v11382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:32:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:37 smithi066 ceph-mon[112137]: pgmap v11382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:32:37.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:37 smithi203 ceph-mon[117428]: pgmap v11382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:32:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:38 smithi137 ceph-mon[117020]: from='client.314313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:38 smithi066 ceph-mon[112137]: from='client.314313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:38 smithi203 ceph-mon[117428]: from='client.314313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:39 smithi137 ceph-mon[117020]: pgmap v11383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:39 smithi066 ceph-mon[112137]: pgmap v11383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:39 smithi203 ceph-mon[117428]: pgmap v11383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:41 smithi137 ceph-mon[117020]: pgmap v11384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:41 smithi066 ceph-mon[112137]: pgmap v11384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:41 smithi203 ceph-mon[117428]: pgmap v11384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:41.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:41.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:41.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:42.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:42.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:42.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:42.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:42.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:43 smithi137 ceph-mon[117020]: pgmap v11385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:43 smithi137 ceph-mon[117020]: from='client.314385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:43 smithi066 ceph-mon[112137]: pgmap v11385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:43 smithi066 ceph-mon[112137]: from='client.314385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:43.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:43 smithi203 ceph-mon[117428]: pgmap v11385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:43.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:43 smithi203 ceph-mon[117428]: from='client.314385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:45 smithi137 ceph-mon[117020]: pgmap v11386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:45 smithi066 ceph-mon[112137]: pgmap v11386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:45 smithi203 ceph-mon[117428]: pgmap v11386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:47 smithi137 ceph-mon[117020]: pgmap v11387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:47.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:47.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:47.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:47 smithi066 ceph-mon[112137]: pgmap v11387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:47 smithi203 ceph-mon[117428]: pgmap v11387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:48.424 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:48.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:48.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:48.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:48.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:49 smithi137 ceph-mon[117020]: from='client.314463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:49 smithi137 ceph-mon[117020]: pgmap v11388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:49 smithi066 ceph-mon[112137]: from='client.314463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:49 smithi066 ceph-mon[112137]: pgmap v11388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:49 smithi203 ceph-mon[117428]: from='client.314463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:49 smithi203 ceph-mon[117428]: pgmap v11388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:51 smithi137 ceph-mon[117020]: pgmap v11389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:51 smithi066 ceph-mon[112137]: pgmap v11389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:51.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:51 smithi203 ceph-mon[117428]: pgmap v11389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:53.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:53.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:53.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:53.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:53 smithi066 ceph-mon[112137]: pgmap v11390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:53 smithi203 ceph-mon[117428]: pgmap v11390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:53.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:53 smithi137 ceph-mon[117020]: pgmap v11390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:54.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:54.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:54.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:54.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:54.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:32:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:55 smithi066 ceph-mon[112137]: from='client.314541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:55 smithi066 ceph-mon[112137]: pgmap v11391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:55 smithi203 ceph-mon[117428]: from='client.314541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:55 smithi203 ceph-mon[117428]: pgmap v11391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:55 smithi137 ceph-mon[117020]: from='client.314541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:55 smithi137 ceph-mon[117020]: pgmap v11391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:57 smithi066 ceph-mon[112137]: pgmap v11392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:57 smithi203 ceph-mon[117428]: pgmap v11392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:57.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:57 smithi137 ceph-mon[117020]: pgmap v11392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:59.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:32:59.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:59.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:32:59 smithi066 ceph-mon[112137]: pgmap v11393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:59.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:32:59 smithi203 ceph-mon[117428]: pgmap v11393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:32:59 smithi137 ceph-mon[117020]: pgmap v11393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:59.908 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:32:59.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:59.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:59.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:59.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:00 smithi066 ceph-mon[112137]: from='client.314619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:00 smithi203 ceph-mon[117428]: from='client.314619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:00 smithi137 ceph-mon[117020]: from='client.314619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:01 smithi066 ceph-mon[112137]: pgmap v11394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:33:01.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:01 smithi203 ceph-mon[117428]: pgmap v11394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:33:01.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:01 smithi137 ceph-mon[117020]: pgmap v11394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:33:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:03 smithi066 ceph-mon[112137]: pgmap v11395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:33:03.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:03 smithi203 ceph-mon[117428]: pgmap v11395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:33:03.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:03 smithi137 ceph-mon[117020]: pgmap v11395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:33:04.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:04.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:04.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:05.630 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:05.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:05.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:05.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:05.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:05 smithi066 ceph-mon[112137]: pgmap v11396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:33:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:05 smithi203 ceph-mon[117428]: pgmap v11396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:33:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:05 smithi137 ceph-mon[117020]: pgmap v11396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:33:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:06 smithi066 ceph-mon[112137]: from='client.314691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:06.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:06 smithi203 ceph-mon[117428]: from='client.314691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:06 smithi137 ceph-mon[117020]: from='client.314691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:07 smithi066 ceph-mon[112137]: pgmap v11397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:07.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:07 smithi203 ceph-mon[117428]: pgmap v11397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:07.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:07 smithi137 ceph-mon[117020]: pgmap v11397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:09 smithi066 ceph-mon[112137]: pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:33:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:33:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:33:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:33:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:09 smithi203 ceph-mon[117428]: pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:33:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:33:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:33:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:33:09.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:09 smithi137 ceph-mon[117020]: pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:09.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:33:09.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:33:09.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:33:09.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:33:10.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:10.632 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:10.632 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:11.353 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:11.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:11.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:11.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:11.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:11 smithi066 ceph-mon[112137]: pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:11.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:11 smithi203 ceph-mon[117428]: pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:11 smithi137 ceph-mon[117020]: pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:12 smithi066 ceph-mon[112137]: from='client.314760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:12 smithi203 ceph-mon[117428]: from='client.314760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:12 smithi137 ceph-mon[117020]: from='client.314760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:13.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:13 smithi066 ceph-mon[112137]: pgmap v11400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:33:13.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:13 smithi203 ceph-mon[117428]: pgmap v11400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:33:13.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:13 smithi137 ceph-mon[117020]: pgmap v11400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:33:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:15 smithi066 ceph-mon[112137]: pgmap v11401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:33:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:15 smithi203 ceph-mon[117428]: pgmap v11401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:33:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:15 smithi137 ceph-mon[117020]: pgmap v11401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:33:16.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:16.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:16.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:17.082 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:17.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:17.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:17.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:17.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:17 smithi066 ceph-mon[112137]: pgmap v11402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:33:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:17 smithi203 ceph-mon[117428]: pgmap v11402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:33:17.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:17 smithi137 ceph-mon[117020]: pgmap v11402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:33:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:18 smithi066 ceph-mon[112137]: from='client.314838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:18 smithi203 ceph-mon[117428]: from='client.314838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:18 smithi137 ceph-mon[117020]: from='client.314838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:19 smithi066 ceph-mon[112137]: pgmap v11403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:19.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:19 smithi203 ceph-mon[117428]: pgmap v11403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:19.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:19 smithi137 ceph-mon[117020]: pgmap v11403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:21 smithi066 ceph-mon[112137]: pgmap v11404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:21.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:21 smithi203 ceph-mon[117428]: pgmap v11404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:21.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:21 smithi137 ceph-mon[117020]: pgmap v11404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:22.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:22.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:22.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:22.814 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:22.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:22.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:22.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:22.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:23 smithi066 ceph-mon[112137]: pgmap v11405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:23 smithi066 ceph-mon[112137]: from='client.314916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:23 smithi203 ceph-mon[117428]: pgmap v11405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:23 smithi203 ceph-mon[117428]: from='client.314916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:23.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:23 smithi137 ceph-mon[117020]: pgmap v11405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:23.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:23 smithi137 ceph-mon[117020]: from='client.314916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:25 smithi066 ceph-mon[112137]: pgmap v11406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:25 smithi203 ceph-mon[117428]: pgmap v11406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:25.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:25 smithi137 ceph-mon[117020]: pgmap v11406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:27 smithi066 ceph-mon[112137]: pgmap v11407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:27.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:27.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:27.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:27 smithi203 ceph-mon[117428]: pgmap v11407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:27 smithi137 ceph-mon[117020]: pgmap v11407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:28.543 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:28.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:28.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:28.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:28.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:29 smithi066 ceph-mon[112137]: pgmap v11408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:29 smithi066 ceph-mon[112137]: from='client.314991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:29 smithi203 ceph-mon[117428]: pgmap v11408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:29 smithi203 ceph-mon[117428]: from='client.314991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:29 smithi137 ceph-mon[117020]: pgmap v11408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:29 smithi137 ceph-mon[117020]: from='client.314991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:31 smithi066 ceph-mon[112137]: pgmap v11409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:31 smithi203 ceph-mon[117428]: pgmap v11409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:31 smithi137 ceph-mon[117020]: pgmap v11409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:33.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:33.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:33.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:33 smithi066 ceph-mon[112137]: pgmap v11410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:33 smithi203 ceph-mon[117428]: pgmap v11410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:33.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:33 smithi137 ceph-mon[117020]: pgmap v11410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:34.281 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:34.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:34.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:34.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:34.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:35 smithi066 ceph-mon[112137]: from='client.315066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:35 smithi066 ceph-mon[112137]: pgmap v11411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:35 smithi203 ceph-mon[117428]: from='client.315066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:35 smithi203 ceph-mon[117428]: pgmap v11411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:35 smithi137 ceph-mon[117020]: from='client.315066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:35 smithi137 ceph-mon[117020]: pgmap v11411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:37 smithi066 ceph-mon[112137]: pgmap v11412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:37.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:37 smithi203 ceph-mon[117428]: pgmap v11412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:37 smithi137 ceph-mon[117020]: pgmap v11412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:39.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:39.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:39.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:39 smithi066 ceph-mon[112137]: pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:39 smithi203 ceph-mon[117428]: pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:39 smithi137 ceph-mon[117020]: pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:40.016 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:40.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:40.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:40.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:40.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:41.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:41 smithi066 ceph-mon[112137]: from='client.315141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:41.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:41 smithi066 ceph-mon[112137]: pgmap v11414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:41 smithi203 ceph-mon[117428]: from='client.315141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:41 smithi203 ceph-mon[117428]: pgmap v11414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:41 smithi137 ceph-mon[117020]: from='client.315141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:41 smithi137 ceph-mon[117020]: pgmap v11414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:43 smithi066 ceph-mon[112137]: pgmap v11415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:43.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:43 smithi203 ceph-mon[117428]: pgmap v11415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:43.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:43 smithi137 ceph-mon[117020]: pgmap v11415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:45.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:45.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:45.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:45 smithi066 ceph-mon[112137]: pgmap v11416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:45.746 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:45.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:45.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:45.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:45.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:45 smithi203 ceph-mon[117428]: pgmap v11416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:45 smithi137 ceph-mon[117020]: pgmap v11416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:46 smithi066 ceph-mon[112137]: from='client.315216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:46 smithi203 ceph-mon[117428]: from='client.315216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:46 smithi137 ceph-mon[117020]: from='client.315216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:47 smithi066 ceph-mon[112137]: pgmap v11417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:47.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:47 smithi203 ceph-mon[117428]: pgmap v11417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:47.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:47 smithi137 ceph-mon[117020]: pgmap v11417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:49 smithi066 ceph-mon[112137]: pgmap v11418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:49 smithi203 ceph-mon[117428]: pgmap v11418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:49.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:49 smithi137 ceph-mon[117020]: pgmap v11418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:50.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:50.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:50.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:51.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:51.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:51.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:51.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:51.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:51 smithi066 ceph-mon[112137]: pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:51.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:51 smithi203 ceph-mon[117428]: pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:51.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:51 smithi137 ceph-mon[117020]: pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:52 smithi203 ceph-mon[117428]: from='client.315291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:52 smithi137 ceph-mon[117020]: from='client.315291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:52 smithi066 ceph-mon[112137]: from='client.315291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:53 smithi203 ceph-mon[117428]: pgmap v11420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:53.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:53 smithi137 ceph-mon[117020]: pgmap v11420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:53.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:53 smithi066 ceph-mon[112137]: pgmap v11420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:55 smithi203 ceph-mon[117428]: pgmap v11421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:55 smithi137 ceph-mon[117020]: pgmap v11421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:55.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:55 smithi066 ceph-mon[112137]: pgmap v11421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:56.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:33:56.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:56.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:57.204 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:33:57.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:57.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:57.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:57.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:33:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:57 smithi203 ceph-mon[117428]: pgmap v11422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:57.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:57 smithi137 ceph-mon[117020]: pgmap v11422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:57.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:57 smithi066 ceph-mon[112137]: pgmap v11422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:58 smithi203 ceph-mon[117428]: from='client.315366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:58.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:58 smithi137 ceph-mon[117020]: from='client.315366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:58.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:58 smithi066 ceph-mon[112137]: from='client.315366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:59.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:33:59 smithi203 ceph-mon[117428]: pgmap v11423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:33:59 smithi137 ceph-mon[117020]: pgmap v11423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:59.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:33:59 smithi066 ceph-mon[112137]: pgmap v11423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:01.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:01 smithi203 ceph-mon[117428]: pgmap v11424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:01.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:01 smithi137 ceph-mon[117020]: pgmap v11424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:01.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:01 smithi066 ceph-mon[112137]: pgmap v11424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:02.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:02.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:02.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:02.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:02.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:02.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:02.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:02.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:03.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:03 smithi203 ceph-mon[117428]: pgmap v11425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:03.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:03 smithi203 ceph-mon[117428]: from='client.315444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:03.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:03 smithi137 ceph-mon[117020]: pgmap v11425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:03.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:03 smithi137 ceph-mon[117020]: from='client.315444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:03.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:03 smithi066 ceph-mon[112137]: pgmap v11425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:03.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:03 smithi066 ceph-mon[112137]: from='client.315444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:05 smithi203 ceph-mon[117428]: pgmap v11426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:05 smithi137 ceph-mon[117020]: pgmap v11426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:05.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:05 smithi066 ceph-mon[112137]: pgmap v11426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:07.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:07 smithi203 ceph-mon[117428]: pgmap v11427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:07.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:07 smithi137 ceph-mon[117020]: pgmap v11427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:07.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:07.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:07.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:07 smithi066 ceph-mon[112137]: pgmap v11427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:08.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:08.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:08.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:08.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:08.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:09 smithi203 ceph-mon[117428]: pgmap v11428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:09 smithi203 ceph-mon[117428]: from='client.315522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:34:09.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:09 smithi137 ceph-mon[117020]: pgmap v11428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:09.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:09 smithi137 ceph-mon[117020]: from='client.315522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:09.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:34:09.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:09 smithi066 ceph-mon[112137]: pgmap v11428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:09.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:09 smithi066 ceph-mon[112137]: from='client.315522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:09.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:34:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:34:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:34:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:34:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:34:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:34:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:34:10.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:34:10.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:34:10.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:34:11.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:11 smithi203 ceph-mon[117428]: pgmap v11429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:11 smithi137 ceph-mon[117020]: pgmap v11429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:11 smithi066 ceph-mon[112137]: pgmap v11429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:13.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:13.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:13.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:13.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:13 smithi203 ceph-mon[117428]: pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:13.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:13 smithi137 ceph-mon[117020]: pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:13.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:13 smithi066 ceph-mon[112137]: pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:14.386 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:14.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:14.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:14.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:14.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:15 smithi203 ceph-mon[117428]: from='client.315591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:15 smithi203 ceph-mon[117428]: pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:15 smithi137 ceph-mon[117020]: from='client.315591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:15 smithi137 ceph-mon[117020]: pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:15.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:15 smithi066 ceph-mon[112137]: from='client.315591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:15.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:15 smithi066 ceph-mon[112137]: pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:17 smithi203 ceph-mon[117428]: pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:17.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:17 smithi137 ceph-mon[117020]: pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:17.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:17 smithi066 ceph-mon[112137]: pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:19.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:19.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:19.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:19.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:19 smithi203 ceph-mon[117428]: pgmap v11433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:19.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:19 smithi137 ceph-mon[117020]: pgmap v11433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:19.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:19 smithi066 ceph-mon[112137]: pgmap v11433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:20.118 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:20.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:20.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:20.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:20.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:21.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:21 smithi203 ceph-mon[117428]: from='client.315669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:21.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:21 smithi203 ceph-mon[117428]: pgmap v11434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:21.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:21 smithi137 ceph-mon[117020]: from='client.315669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:21.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:21 smithi137 ceph-mon[117020]: pgmap v11434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:21.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:21 smithi066 ceph-mon[112137]: from='client.315669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:21.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:21 smithi066 ceph-mon[112137]: pgmap v11434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:23 smithi203 ceph-mon[117428]: pgmap v11435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:23.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:23 smithi137 ceph-mon[117020]: pgmap v11435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:23.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:23 smithi066 ceph-mon[112137]: pgmap v11435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:25.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:25.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:25.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:25 smithi203 ceph-mon[117428]: pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:25.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:25.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:25.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:25.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:25.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:25.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:25 smithi137 ceph-mon[117020]: pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:25.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:25 smithi066 ceph-mon[112137]: pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:26 smithi203 ceph-mon[117428]: from='client.315744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:26 smithi137 ceph-mon[117020]: from='client.315744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:26.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:26 smithi066 ceph-mon[112137]: from='client.315744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:27 smithi203 ceph-mon[117428]: pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:27 smithi137 ceph-mon[117020]: pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:27.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:27 smithi066 ceph-mon[112137]: pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:29 smithi203 ceph-mon[117428]: pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:29 smithi137 ceph-mon[117020]: pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:29.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:29 smithi066 ceph-mon[112137]: pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:30.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:30.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:30.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:31.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:31.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:31.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:31.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:31.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:31 smithi203 ceph-mon[117428]: pgmap v11439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:31 smithi137 ceph-mon[117020]: pgmap v11439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:31.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:31 smithi066 ceph-mon[112137]: pgmap v11439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:32 smithi203 ceph-mon[117428]: from='client.315816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:32 smithi137 ceph-mon[117020]: from='client.315816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:32 smithi066 ceph-mon[112137]: from='client.315816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:33 smithi203 ceph-mon[117428]: pgmap v11440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:33.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:33 smithi137 ceph-mon[117020]: pgmap v11440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:33.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:33 smithi066 ceph-mon[112137]: pgmap v11440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:35 smithi203 ceph-mon[117428]: pgmap v11441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:35 smithi137 ceph-mon[117020]: pgmap v11441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:35.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:35 smithi066 ceph-mon[112137]: pgmap v11441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:36.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:36.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:36.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:37.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:37.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:37.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:37.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:37.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:37.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:37 smithi203 ceph-mon[117428]: pgmap v11442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:37 smithi137 ceph-mon[117020]: pgmap v11442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:37.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:37 smithi066 ceph-mon[112137]: pgmap v11442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:38 smithi203 ceph-mon[117428]: from='client.315894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:38 smithi137 ceph-mon[117020]: from='client.315894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:38.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:38 smithi066 ceph-mon[112137]: from='client.315894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:39 smithi203 ceph-mon[117428]: pgmap v11443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:39 smithi137 ceph-mon[117020]: pgmap v11443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:39 smithi066 ceph-mon[112137]: pgmap v11443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:41 smithi137 ceph-mon[117020]: pgmap v11444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:41.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:41 smithi066 ceph-mon[112137]: pgmap v11444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:42.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:41 smithi203 ceph-mon[117428]: pgmap v11444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:42.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:42.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:42.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:43.017 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:43.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:43.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:43.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:43.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:43.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:43 smithi137 ceph-mon[117020]: pgmap v11445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:43 smithi066 ceph-mon[112137]: pgmap v11445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:43 smithi203 ceph-mon[117428]: pgmap v11445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:44 smithi137 ceph-mon[117020]: from='client.315969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:44 smithi066 ceph-mon[112137]: from='client.315969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:44 smithi203 ceph-mon[117428]: from='client.315969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:45.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:45 smithi137 ceph-mon[117020]: pgmap v11446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:45.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:45 smithi066 ceph-mon[112137]: pgmap v11446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:46.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:45 smithi203 ceph-mon[117428]: pgmap v11446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:47.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:47 smithi137 ceph-mon[117020]: pgmap v11447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:47.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:47 smithi066 ceph-mon[112137]: pgmap v11447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:48.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:48.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:48.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:48.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:47 smithi203 ceph-mon[117428]: pgmap v11447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:48.744 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:48.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:48.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:48.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:48.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:49.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:49 smithi137 ceph-mon[117020]: pgmap v11448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:49.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:49 smithi137 ceph-mon[117020]: from='client.316047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:49.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:49 smithi066 ceph-mon[112137]: pgmap v11448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:49.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:49 smithi066 ceph-mon[112137]: from='client.316047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:50.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:49 smithi203 ceph-mon[117428]: pgmap v11448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:50.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:49 smithi203 ceph-mon[117428]: from='client.316047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:51.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:51 smithi137 ceph-mon[117020]: pgmap v11449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:51.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:51 smithi066 ceph-mon[112137]: pgmap v11449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:52.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:51 smithi203 ceph-mon[117428]: pgmap v11449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:53.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:53.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:53.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:53.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:53 smithi137 ceph-mon[117020]: pgmap v11450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:53.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:53 smithi066 ceph-mon[112137]: pgmap v11450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:53 smithi203 ceph-mon[117428]: pgmap v11450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:54.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:34:54.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:54.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:54.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:54.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:34:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:55 smithi137 ceph-mon[117020]: from='client.316125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:55.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:55 smithi137 ceph-mon[117020]: pgmap v11451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:55 smithi066 ceph-mon[112137]: from='client.316125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:55 smithi066 ceph-mon[112137]: pgmap v11451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:56.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:55 smithi203 ceph-mon[117428]: from='client.316125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:56.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:55 smithi203 ceph-mon[117428]: pgmap v11451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:57.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:57 smithi137 ceph-mon[117020]: pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:57.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:57 smithi066 ceph-mon[112137]: pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:58.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:57 smithi203 ceph-mon[117428]: pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:59.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:34:59.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:59.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:34:59 smithi137 ceph-mon[117020]: pgmap v11453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:59.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:34:59 smithi066 ceph-mon[112137]: pgmap v11453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:00.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:34:59 smithi203 ceph-mon[117428]: pgmap v11453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:00.193 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:00.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:00.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:00.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:00.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:01 smithi137 ceph-mon[117020]: from='client.316200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:01 smithi137 ceph-mon[117020]: pgmap v11454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:01.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:01 smithi066 ceph-mon[112137]: from='client.316200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:01.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:01 smithi066 ceph-mon[112137]: pgmap v11454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:02.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:01 smithi203 ceph-mon[117428]: from='client.316200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:02.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:01 smithi203 ceph-mon[117428]: pgmap v11454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:03.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:03 smithi137 ceph-mon[117020]: pgmap v11455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:03.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:03 smithi066 ceph-mon[112137]: pgmap v11455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:04.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:03 smithi203 ceph-mon[117428]: pgmap v11455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:05.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:05.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:05.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:05 smithi137 ceph-mon[117020]: pgmap v11456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:05.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:05.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:05.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:05.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:05.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:05.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:05 smithi066 ceph-mon[112137]: pgmap v11456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:06.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:05 smithi203 ceph-mon[117428]: pgmap v11456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:06 smithi137 ceph-mon[117020]: from='client.316278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:06.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:06 smithi066 ceph-mon[112137]: from='client.316278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:06 smithi203 ceph-mon[117428]: from='client.316278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:07.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:07 smithi137 ceph-mon[117020]: pgmap v11457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:07.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:07 smithi066 ceph-mon[112137]: pgmap v11457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:08.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:07 smithi203 ceph-mon[117428]: pgmap v11457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:08.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:08 smithi066 ceph-mon[112137]: pgmap v11458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:08 smithi203 ceph-mon[117428]: pgmap v11458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:08 smithi137 ceph-mon[117020]: pgmap v11458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:35:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:35:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:35:10.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:11 smithi203 ceph-mon[117428]: pgmap v11459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:35:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:35:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:35:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:11 smithi137 ceph-mon[117020]: pgmap v11459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:35:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:35:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:35:11.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:11.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:11.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:11.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:11.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:11 smithi066 ceph-mon[112137]: pgmap v11459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:35:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:35:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:35:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:12 smithi203 ceph-mon[117428]: from='client.316353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:12 smithi137 ceph-mon[117020]: from='client.316353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:12.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:12 smithi066 ceph-mon[112137]: from='client.316353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:13 smithi203 ceph-mon[117428]: pgmap v11460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:13 smithi137 ceph-mon[117020]: pgmap v11460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:13.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:13 smithi066 ceph-mon[112137]: pgmap v11460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:15 smithi203 ceph-mon[117428]: pgmap v11461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:15 smithi137 ceph-mon[117020]: pgmap v11461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:15 smithi066 ceph-mon[112137]: pgmap v11461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:16.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:16.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:16.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:17.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:17.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:17.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:17.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:17.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:17 smithi203 ceph-mon[117428]: pgmap v11462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:17 smithi137 ceph-mon[117020]: pgmap v11462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:17 smithi066 ceph-mon[112137]: pgmap v11462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:18 smithi203 ceph-mon[117428]: from='client.316431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:18 smithi137 ceph-mon[117020]: from='client.316431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:18 smithi066 ceph-mon[112137]: from='client.316431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:19.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:19 smithi203 ceph-mon[117428]: pgmap v11463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:19 smithi137 ceph-mon[117020]: pgmap v11463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:19.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:19 smithi066 ceph-mon[112137]: pgmap v11463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:21 smithi203 ceph-mon[117428]: pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:21 smithi137 ceph-mon[117020]: pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:21 smithi066 ceph-mon[112137]: pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:22.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:22.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:22.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:23.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:23.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:23.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:23.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:23.095 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:23 smithi203 ceph-mon[117428]: pgmap v11465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:23 smithi137 ceph-mon[117020]: pgmap v11465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:23 smithi066 ceph-mon[112137]: pgmap v11465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:24 smithi203 ceph-mon[117428]: from='client.316503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:24 smithi137 ceph-mon[117020]: from='client.316503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:24 smithi066 ceph-mon[112137]: from='client.316503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:25 smithi203 ceph-mon[117428]: pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:25.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:25 smithi137 ceph-mon[117020]: pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:25 smithi066 ceph-mon[112137]: pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:27 smithi203 ceph-mon[117428]: pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:27 smithi137 ceph-mon[117020]: pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:27 smithi066 ceph-mon[112137]: pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:28.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:28.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:28.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:28.827 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:28.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:28.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:28.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:28.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:29 smithi203 ceph-mon[117428]: pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:29 smithi203 ceph-mon[117428]: from='client.316578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:29 smithi137 ceph-mon[117020]: pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:29 smithi137 ceph-mon[117020]: from='client.316578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:29 smithi066 ceph-mon[112137]: pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:29 smithi066 ceph-mon[112137]: from='client.316578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:31 smithi203 ceph-mon[117428]: pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:31 smithi137 ceph-mon[117020]: pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:31 smithi066 ceph-mon[112137]: pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:33.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:33 smithi203 ceph-mon[117428]: pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:33 smithi137 ceph-mon[117020]: pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:33 smithi066 ceph-mon[112137]: pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:33.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:33.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:33.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:34.563 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:34.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:34.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:34.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:34.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:35 smithi203 ceph-mon[117428]: pgmap v11471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:35 smithi203 ceph-mon[117428]: from='client.316656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:35 smithi137 ceph-mon[117020]: pgmap v11471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:35 smithi137 ceph-mon[117020]: from='client.316656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:35 smithi066 ceph-mon[112137]: pgmap v11471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:35 smithi066 ceph-mon[112137]: from='client.316656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:37 smithi203 ceph-mon[117428]: pgmap v11472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:37 smithi137 ceph-mon[117020]: pgmap v11472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:37 smithi066 ceph-mon[112137]: pgmap v11472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:39.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:39.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:39.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:39 smithi203 ceph-mon[117428]: pgmap v11473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:39.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:39 smithi137 ceph-mon[117020]: pgmap v11473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:39.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:39 smithi066 ceph-mon[112137]: pgmap v11473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:40.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:40.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:40.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:40.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:40.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:41.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:41 smithi203 ceph-mon[117428]: from='client.316731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:41 smithi203 ceph-mon[117428]: pgmap v11474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:41 smithi137 ceph-mon[117020]: from='client.316731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:41 smithi137 ceph-mon[117020]: pgmap v11474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:41.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:41 smithi066 ceph-mon[112137]: from='client.316731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:41.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:41 smithi066 ceph-mon[112137]: pgmap v11474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:43 smithi203 ceph-mon[117428]: pgmap v11475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:43 smithi137 ceph-mon[117020]: pgmap v11475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:43 smithi066 ceph-mon[112137]: pgmap v11475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:45.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:45.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:45.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:45 smithi203 ceph-mon[117428]: pgmap v11476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:45.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:45 smithi137 ceph-mon[117020]: pgmap v11476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:45.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:45 smithi066 ceph-mon[112137]: pgmap v11476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:46.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:46.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:46.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:46.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:46.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:47 smithi203 ceph-mon[117428]: from='client.316809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:47 smithi203 ceph-mon[117428]: pgmap v11477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:47 smithi137 ceph-mon[117020]: from='client.316809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:47 smithi137 ceph-mon[117020]: pgmap v11477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:47 smithi066 ceph-mon[112137]: from='client.316809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:47 smithi066 ceph-mon[112137]: pgmap v11477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:49 smithi203 ceph-mon[117428]: pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:49 smithi137 ceph-mon[117020]: pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:49 smithi066 ceph-mon[112137]: pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:51.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:51.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:51.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:51 smithi203 ceph-mon[117428]: pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:51 smithi137 ceph-mon[117020]: pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:51 smithi066 ceph-mon[112137]: pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:51.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:51.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:51.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:51.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:51.745 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:52 smithi137 ceph-mon[117020]: from='client.316887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:52 smithi066 ceph-mon[112137]: from='client.316887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:52 smithi203 ceph-mon[117428]: from='client.316887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:53 smithi137 ceph-mon[117020]: pgmap v11480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:53.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:53 smithi066 ceph-mon[112137]: pgmap v11480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:53 smithi203 ceph-mon[117428]: pgmap v11480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:55.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:55 smithi137 ceph-mon[117020]: pgmap v11481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:55 smithi066 ceph-mon[112137]: pgmap v11481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:55 smithi203 ceph-mon[117428]: pgmap v11481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:56.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:35:56.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:56.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:57.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:35:57.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:57.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:57.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:57.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:35:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:57 smithi137 ceph-mon[117020]: pgmap v11482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:57.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:57 smithi066 ceph-mon[112137]: pgmap v11482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:57 smithi203 ceph-mon[117428]: pgmap v11482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:58 smithi137 ceph-mon[117020]: from='client.316959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:58 smithi066 ceph-mon[112137]: from='client.316959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:58 smithi203 ceph-mon[117428]: from='client.316959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:35:59 smithi137 ceph-mon[117020]: pgmap v11483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:59.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:35:59 smithi066 ceph-mon[112137]: pgmap v11483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:35:59 smithi203 ceph-mon[117428]: pgmap v11483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:01 smithi137 ceph-mon[117020]: pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:01.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:01 smithi066 ceph-mon[112137]: pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:01.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:01 smithi203 ceph-mon[117428]: pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:02.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:02.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:02.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:03.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:03.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:03.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:03.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:03.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:03 smithi137 ceph-mon[117020]: pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:03 smithi066 ceph-mon[112137]: pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:03.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:03 smithi203 ceph-mon[117428]: pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:04.628 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:04 smithi137 ceph-mon[117020]: from='client.317037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:04 smithi066 ceph-mon[112137]: from='client.317037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:04 smithi203 ceph-mon[117428]: from='client.317037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:05.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:05 smithi137 ceph-mon[117020]: pgmap v11486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:05.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:05 smithi066 ceph-mon[112137]: pgmap v11486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:05 smithi203 ceph-mon[117428]: pgmap v11486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:07 smithi137 ceph-mon[117020]: pgmap v11487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:07.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:07 smithi066 ceph-mon[112137]: pgmap v11487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:07.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:07 smithi203 ceph-mon[117428]: pgmap v11487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:08.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:08.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:08.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:08.930 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:08.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:08.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:08.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:08.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:09 smithi137 ceph-mon[117020]: pgmap v11488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:09 smithi137 ceph-mon[117020]: from='client.317115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:09 smithi066 ceph-mon[112137]: pgmap v11488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:09 smithi066 ceph-mon[112137]: from='client.317115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:09 smithi203 ceph-mon[117428]: pgmap v11488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:09 smithi203 ceph-mon[117428]: from='client.317115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:11 smithi137 ceph-mon[117020]: pgmap v11489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:36:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:36:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:36:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:36:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:11 smithi066 ceph-mon[112137]: pgmap v11489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:36:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:36:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:36:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:36:11.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:11 smithi203 ceph-mon[117428]: pgmap v11489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:36:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:36:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:36:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:36:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:13 smithi137 ceph-mon[117020]: pgmap v11490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:13.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:13 smithi066 ceph-mon[112137]: pgmap v11490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:13 smithi203 ceph-mon[117428]: pgmap v11490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:13.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:13.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:13.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:14.657 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:15 smithi137 ceph-mon[117020]: pgmap v11491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:15 smithi137 ceph-mon[117020]: from='client.317193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:15 smithi066 ceph-mon[112137]: pgmap v11491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:15 smithi066 ceph-mon[112137]: from='client.317193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:15 smithi203 ceph-mon[117428]: pgmap v11491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:15 smithi203 ceph-mon[117428]: from='client.317193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:17 smithi137 ceph-mon[117020]: pgmap v11492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:17 smithi066 ceph-mon[112137]: pgmap v11492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:17 smithi203 ceph-mon[117428]: pgmap v11492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:19 smithi137 ceph-mon[117020]: pgmap v11493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:19.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:19.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:19.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:19.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:19 smithi066 ceph-mon[112137]: pgmap v11493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:19.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:19 smithi203 ceph-mon[117428]: pgmap v11493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:20.387 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:20.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:20.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:20.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:20.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:21 smithi137 ceph-mon[117020]: from='client.317268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:21 smithi137 ceph-mon[117020]: pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:21 smithi066 ceph-mon[112137]: from='client.317268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:21 smithi066 ceph-mon[112137]: pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:21 smithi203 ceph-mon[117428]: from='client.317268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:21 smithi203 ceph-mon[117428]: pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:23 smithi066 ceph-mon[112137]: pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:23.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:23 smithi203 ceph-mon[117428]: pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:23 smithi137 ceph-mon[117020]: pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:25.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:25.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:25.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:25 smithi066 ceph-mon[112137]: pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:25 smithi203 ceph-mon[117428]: pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:25.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:25 smithi137 ceph-mon[117020]: pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:26.116 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:26.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:26.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:26.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:26.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:27 smithi066 ceph-mon[112137]: from='client.317346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:27 smithi066 ceph-mon[112137]: pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:27 smithi203 ceph-mon[117428]: from='client.317346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:27 smithi203 ceph-mon[117428]: pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:27 smithi137 ceph-mon[117020]: from='client.317346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:27 smithi137 ceph-mon[117020]: pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:29 smithi066 ceph-mon[112137]: pgmap v11498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:29 smithi203 ceph-mon[117428]: pgmap v11498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:29.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:29 smithi137 ceph-mon[117020]: pgmap v11498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:31.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:31.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:31.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:31 smithi066 ceph-mon[112137]: pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:31 smithi203 ceph-mon[117428]: pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:31.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:31.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:31.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:31.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:31.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:31.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:31 smithi137 ceph-mon[117020]: pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:32 smithi066 ceph-mon[112137]: from='client.317424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:32 smithi203 ceph-mon[117428]: from='client.317424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:32 smithi137 ceph-mon[117020]: from='client.317424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:33 smithi066 ceph-mon[112137]: pgmap v11500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:33 smithi203 ceph-mon[117428]: pgmap v11500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:33 smithi137 ceph-mon[117020]: pgmap v11500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:35 smithi066 ceph-mon[112137]: pgmap v11501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:35 smithi203 ceph-mon[117428]: pgmap v11501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:35.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:35 smithi137 ceph-mon[117020]: pgmap v11501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:36.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:36.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:36.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:37.596 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:37.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:37.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:37.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:37.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:37 smithi066 ceph-mon[112137]: pgmap v11502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:37 smithi203 ceph-mon[117428]: pgmap v11502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:37.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:37 smithi137 ceph-mon[117020]: pgmap v11502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:38.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:38 smithi066 ceph-mon[112137]: from='client.317499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:38 smithi203 ceph-mon[117428]: from='client.317499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:38 smithi137 ceph-mon[117020]: from='client.317499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:39.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:39 smithi066 ceph-mon[112137]: pgmap v11503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:39 smithi203 ceph-mon[117428]: pgmap v11503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:39.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:39 smithi137 ceph-mon[117020]: pgmap v11503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:41.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:41 smithi066 ceph-mon[112137]: pgmap v11504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:41 smithi203 ceph-mon[117428]: pgmap v11504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:41.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:41 smithi137 ceph-mon[117020]: pgmap v11504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:42.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:42.592 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:42.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:43.329 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:43.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:43.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:43.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:43.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:43 smithi066 ceph-mon[112137]: pgmap v11505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:43 smithi203 ceph-mon[117428]: pgmap v11505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:43.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:43 smithi137 ceph-mon[117020]: pgmap v11505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:44 smithi066 ceph-mon[112137]: from='client.317574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:44 smithi203 ceph-mon[117428]: from='client.317574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:44 smithi137 ceph-mon[117020]: from='client.317574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:45.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:45 smithi066 ceph-mon[112137]: pgmap v11506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:45 smithi203 ceph-mon[117428]: pgmap v11506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:45.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:45 smithi137 ceph-mon[117020]: pgmap v11506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:47 smithi066 ceph-mon[112137]: pgmap v11507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:47.837 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:47 smithi203 ceph-mon[117428]: pgmap v11507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:47.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:47 smithi137 ceph-mon[117020]: pgmap v11507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:48.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:48.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:48.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:49.069 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:49.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:49.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:49.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:49.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:49 smithi066 ceph-mon[112137]: pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:49 smithi203 ceph-mon[117428]: pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:49.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:49 smithi137 ceph-mon[117020]: pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:50 smithi066 ceph-mon[112137]: from='client.317649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:50 smithi203 ceph-mon[117428]: from='client.317649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:50 smithi137 ceph-mon[117020]: from='client.317649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:51 smithi066 ceph-mon[112137]: pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:51.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:51 smithi203 ceph-mon[117428]: pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:51.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:51 smithi137 ceph-mon[117020]: pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:53.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:53 smithi066 ceph-mon[112137]: pgmap v11510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:53 smithi203 ceph-mon[117428]: pgmap v11510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:53.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:53 smithi137 ceph-mon[117020]: pgmap v11510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:54.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:54.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:54.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:54.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:36:54.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:54.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:54.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:54.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:36:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:55 smithi066 ceph-mon[112137]: pgmap v11511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:55 smithi066 ceph-mon[112137]: from='client.317721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:55.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:55 smithi203 ceph-mon[117428]: pgmap v11511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:55.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:55 smithi203 ceph-mon[117428]: from='client.317721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:55.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:55 smithi137 ceph-mon[117020]: pgmap v11511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:55.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:55 smithi137 ceph-mon[117020]: from='client.317721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:57.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:57 smithi066 ceph-mon[112137]: pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:36:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:57 smithi203 ceph-mon[117428]: pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:36:57.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:57 smithi137 ceph-mon[117020]: pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:36:59.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:36:59 smithi066 ceph-mon[112137]: pgmap v11513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:36:59.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:36:59.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:59.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:36:59 smithi203 ceph-mon[117428]: pgmap v11513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:36:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:36:59 smithi137 ceph-mon[117020]: pgmap v11513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:37:00.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:00.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:00.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:00.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:00.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:01.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:01 smithi066 ceph-mon[112137]: pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:01 smithi066 ceph-mon[112137]: from='client.317796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:01 smithi203 ceph-mon[117428]: pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:01 smithi203 ceph-mon[117428]: from='client.317796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:01 smithi137 ceph-mon[117020]: pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:01 smithi137 ceph-mon[117020]: from='client.317796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:03 smithi066 ceph-mon[112137]: pgmap v11515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:03 smithi203 ceph-mon[117428]: pgmap v11515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:03 smithi137 ceph-mon[117020]: pgmap v11515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:05.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:05.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:05.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:05.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:05 smithi066 ceph-mon[112137]: pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:05 smithi203 ceph-mon[117428]: pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:05.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:05 smithi137 ceph-mon[117020]: pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:06.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:06.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:06.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:06.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:06.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:07.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:07 smithi066 ceph-mon[112137]: from='client.317874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:07.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:07 smithi066 ceph-mon[112137]: pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:07 smithi203 ceph-mon[117428]: from='client.317874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:07 smithi203 ceph-mon[117428]: pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:07.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:07 smithi137 ceph-mon[117020]: from='client.317874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:07.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:07 smithi137 ceph-mon[117020]: pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:09 smithi066 ceph-mon[112137]: pgmap v11518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:37:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:09 smithi203 ceph-mon[117428]: pgmap v11518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:37:09.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:09 smithi137 ceph-mon[117020]: pgmap v11518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:37:11.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:11.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:11.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:11 smithi066 ceph-mon[112137]: pgmap v11519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:37:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:37:11.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:11 smithi203 ceph-mon[117428]: pgmap v11519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:37:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:37:11.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:11 smithi137 ceph-mon[117020]: pgmap v11519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:37:11.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:37:12.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:12.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:12.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:12.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:12.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:12.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='client.317952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:12.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:12.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:12.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:12.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:12.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:12.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:12.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: pgmap v11520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:12.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:37:12.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:37:12.998 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='client.317952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: pgmap v11520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:37:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='client.317952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: pgmap v11520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:37:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:37:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:37:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:15 smithi066 ceph-mon[112137]: pgmap v11521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:15 smithi203 ceph-mon[117428]: pgmap v11521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:15 smithi137 ceph-mon[117020]: pgmap v11521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:17.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:17.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:17.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:17 smithi203 ceph-mon[117428]: pgmap v11522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:17 smithi137 ceph-mon[117020]: pgmap v11522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:17 smithi066 ceph-mon[112137]: pgmap v11522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:17.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:18 smithi203 ceph-mon[117428]: from='client.318024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:18 smithi137 ceph-mon[117020]: from='client.318024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:18 smithi066 ceph-mon[112137]: from='client.318024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:19 smithi203 ceph-mon[117428]: pgmap v11523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:19 smithi137 ceph-mon[117020]: pgmap v11523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:19.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:19 smithi066 ceph-mon[112137]: pgmap v11523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:21 smithi203 ceph-mon[117428]: pgmap v11524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:21 smithi137 ceph-mon[117020]: pgmap v11524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:21 smithi066 ceph-mon[112137]: pgmap v11524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:22.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:22.794 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:22.794 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:23.522 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:23.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:23.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:23.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:23.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:23 smithi203 ceph-mon[117428]: pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:23.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:23 smithi137 ceph-mon[117020]: pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:23 smithi066 ceph-mon[112137]: pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:24 smithi203 ceph-mon[117428]: from='client.318099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:24 smithi137 ceph-mon[117020]: from='client.318099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:24 smithi066 ceph-mon[112137]: from='client.318099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:25 smithi203 ceph-mon[117428]: pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:25 smithi137 ceph-mon[117020]: pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:25 smithi066 ceph-mon[112137]: pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:27 smithi203 ceph-mon[117428]: pgmap v11527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:27 smithi137 ceph-mon[117020]: pgmap v11527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:27 smithi066 ceph-mon[112137]: pgmap v11527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:28.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:28.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:28.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:29.257 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:29.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:29.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:29.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:29.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:29 smithi203 ceph-mon[117428]: pgmap v11528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:29 smithi137 ceph-mon[117020]: pgmap v11528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:29 smithi066 ceph-mon[112137]: pgmap v11528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:30 smithi203 ceph-mon[117428]: from='client.318174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:30 smithi137 ceph-mon[117020]: from='client.318174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:30 smithi066 ceph-mon[112137]: from='client.318174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:31 smithi203 ceph-mon[117428]: pgmap v11529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:31 smithi137 ceph-mon[117020]: pgmap v11529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:31 smithi066 ceph-mon[112137]: pgmap v11529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:33 smithi203 ceph-mon[117428]: pgmap v11530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:33 smithi137 ceph-mon[117020]: pgmap v11530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:33 smithi066 ceph-mon[112137]: pgmap v11530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:34.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:34.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:34.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:34.977 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:34.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:34.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:34.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:34.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:35 smithi203 ceph-mon[117428]: pgmap v11531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:35 smithi203 ceph-mon[117428]: from='client.318252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:35 smithi137 ceph-mon[117020]: pgmap v11531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:35 smithi137 ceph-mon[117020]: from='client.318252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:35 smithi066 ceph-mon[112137]: pgmap v11531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:35 smithi066 ceph-mon[112137]: from='client.318252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:37 smithi137 ceph-mon[117020]: pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:37 smithi066 ceph-mon[112137]: pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:37 smithi203 ceph-mon[117428]: pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:39 smithi137 ceph-mon[117020]: pgmap v11533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:39.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:39 smithi066 ceph-mon[112137]: pgmap v11533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:39 smithi203 ceph-mon[117428]: pgmap v11533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:39.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:39.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:39.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:40.705 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:40.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:40.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:40.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:40.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:41 smithi137 ceph-mon[117020]: pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:41 smithi137 ceph-mon[117020]: from='client.318327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:41.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:41 smithi066 ceph-mon[112137]: pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:41 smithi066 ceph-mon[112137]: from='client.318327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:41 smithi203 ceph-mon[117428]: pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:41 smithi203 ceph-mon[117428]: from='client.318327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:43 smithi137 ceph-mon[117020]: pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:43 smithi066 ceph-mon[112137]: pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:43 smithi203 ceph-mon[117428]: pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:45.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:45 smithi137 ceph-mon[117020]: pgmap v11536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:45.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:45.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:45.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:45.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:45 smithi066 ceph-mon[112137]: pgmap v11536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:45.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:45 smithi203 ceph-mon[117428]: pgmap v11536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:46.441 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:46.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:46.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:46.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:46.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:47 smithi137 ceph-mon[117020]: from='client.318399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:47 smithi137 ceph-mon[117020]: pgmap v11537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:47 smithi066 ceph-mon[112137]: from='client.318399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:47 smithi066 ceph-mon[112137]: pgmap v11537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:47 smithi203 ceph-mon[117428]: from='client.318399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:47 smithi203 ceph-mon[117428]: pgmap v11537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:49 smithi137 ceph-mon[117020]: pgmap v11538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:49 smithi066 ceph-mon[112137]: pgmap v11538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:49 smithi203 ceph-mon[117428]: pgmap v11538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:51.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:51.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:51.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:51 smithi137 ceph-mon[117020]: pgmap v11539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:51 smithi066 ceph-mon[112137]: pgmap v11539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:51 smithi203 ceph-mon[117428]: pgmap v11539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:52.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:52.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:52.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:52.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:52.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:53 smithi137 ceph-mon[117020]: from='client.318477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:53 smithi137 ceph-mon[117020]: pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:53.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:53 smithi066 ceph-mon[112137]: from='client.318477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:53 smithi066 ceph-mon[112137]: pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:53 smithi203 ceph-mon[117428]: from='client.318477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:53 smithi203 ceph-mon[117428]: pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:55.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:55 smithi137 ceph-mon[117020]: pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:55 smithi066 ceph-mon[112137]: pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:55 smithi203 ceph-mon[117428]: pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:57.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:37:57.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:57.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:57 smithi137 ceph-mon[117020]: pgmap v11542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:57.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:57 smithi066 ceph-mon[112137]: pgmap v11542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:57 smithi203 ceph-mon[117428]: pgmap v11542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:57.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:37:57.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:57.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:57.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:57.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:37:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:58 smithi137 ceph-mon[117020]: from='client.318555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:58 smithi066 ceph-mon[112137]: from='client.318555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:58 smithi203 ceph-mon[117428]: from='client.318555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:59.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:37:59 smithi137 ceph-mon[117020]: pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:59.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:37:59 smithi066 ceph-mon[112137]: pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:37:59 smithi203 ceph-mon[117428]: pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:01 smithi137 ceph-mon[117020]: pgmap v11544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:01.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:01 smithi066 ceph-mon[112137]: pgmap v11544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:01 smithi203 ceph-mon[117428]: pgmap v11544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:02.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:02.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:02.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:03 smithi137 ceph-mon[117020]: pgmap v11545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:03.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:03.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:03.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:03.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:03.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:03 smithi066 ceph-mon[112137]: pgmap v11545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:03 smithi203 ceph-mon[117428]: pgmap v11545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:04 smithi066 ceph-mon[112137]: from='client.318624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:04 smithi203 ceph-mon[117428]: from='client.318624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:04 smithi137 ceph-mon[117020]: from='client.318624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:05.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:05 smithi066 ceph-mon[112137]: pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:05.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:05 smithi203 ceph-mon[117428]: pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:05.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:05 smithi137 ceph-mon[117020]: pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:07 smithi066 ceph-mon[112137]: pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:07 smithi203 ceph-mon[117428]: pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:07.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:07 smithi137 ceph-mon[117020]: pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:08.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:08.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:08.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:09.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:09.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:09.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:09.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:09.394 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:09 smithi066 ceph-mon[112137]: pgmap v11548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:09 smithi203 ceph-mon[117428]: pgmap v11548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:09 smithi137 ceph-mon[117020]: pgmap v11548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:10 smithi066 ceph-mon[112137]: from='client.318699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:10 smithi203 ceph-mon[117428]: from='client.318699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:10 smithi137 ceph-mon[117020]: from='client.318699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:11 smithi066 ceph-mon[112137]: pgmap v11549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:11 smithi203 ceph-mon[117428]: pgmap v11549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:11.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:11 smithi137 ceph-mon[117020]: pgmap v11549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:13 smithi066 ceph-mon[112137]: pgmap v11550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:38:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:38:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:38:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:38:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:13 smithi203 ceph-mon[117428]: pgmap v11550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:38:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:38:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:38:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:38:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:13 smithi137 ceph-mon[117020]: pgmap v11550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:38:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:38:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:38:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:38:14.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:14.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:14.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:15.126 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:15.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:15.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:15.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:15.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:15 smithi066 ceph-mon[112137]: pgmap v11551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:15 smithi203 ceph-mon[117428]: pgmap v11551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:15.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:15 smithi137 ceph-mon[117020]: pgmap v11551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:16 smithi066 ceph-mon[112137]: from='client.318777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:16 smithi203 ceph-mon[117428]: from='client.318777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:16 smithi137 ceph-mon[117020]: from='client.318777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:17 smithi066 ceph-mon[112137]: pgmap v11552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:17 smithi203 ceph-mon[117428]: pgmap v11552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:17 smithi137 ceph-mon[117020]: pgmap v11552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:19.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:19 smithi066 ceph-mon[112137]: pgmap v11553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:19 smithi203 ceph-mon[117428]: pgmap v11553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:19 smithi137 ceph-mon[117020]: pgmap v11553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:20.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:20.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:20.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:20.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:20.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:20.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:20.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:20.855 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:21 smithi066 ceph-mon[112137]: pgmap v11554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:21 smithi066 ceph-mon[112137]: from='client.318852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:21 smithi203 ceph-mon[117428]: pgmap v11554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:21 smithi203 ceph-mon[117428]: from='client.318852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:21 smithi137 ceph-mon[117020]: pgmap v11554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:21 smithi137 ceph-mon[117020]: from='client.318852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:23 smithi066 ceph-mon[112137]: pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:23 smithi203 ceph-mon[117428]: pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:23 smithi137 ceph-mon[117020]: pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:25 smithi066 ceph-mon[112137]: pgmap v11556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:25.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:25 smithi203 ceph-mon[117428]: pgmap v11556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:25.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:25.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:25.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:25.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:25 smithi137 ceph-mon[117020]: pgmap v11556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:26.594 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:26.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:26.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:26.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:26.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:27 smithi066 ceph-mon[112137]: pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:27 smithi066 ceph-mon[112137]: from='client.318927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:27 smithi203 ceph-mon[117428]: pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:27 smithi203 ceph-mon[117428]: from='client.318927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:27 smithi137 ceph-mon[117020]: pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:27 smithi137 ceph-mon[117020]: from='client.318927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:29 smithi066 ceph-mon[112137]: pgmap v11558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:29 smithi203 ceph-mon[117428]: pgmap v11558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:29.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:29 smithi137 ceph-mon[117020]: pgmap v11558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:31.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:31.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:31.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:31 smithi066 ceph-mon[112137]: pgmap v11559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:31 smithi203 ceph-mon[117428]: pgmap v11559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:31.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:31 smithi137 ceph-mon[117020]: pgmap v11559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:32.320 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:32.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:32.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:32.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:32.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:33 smithi066 ceph-mon[112137]: from='client.319005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:33 smithi066 ceph-mon[112137]: pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:33 smithi203 ceph-mon[117428]: from='client.319005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:33 smithi203 ceph-mon[117428]: pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:33 smithi137 ceph-mon[117020]: from='client.319005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:33 smithi137 ceph-mon[117020]: pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:35 smithi066 ceph-mon[112137]: pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:35.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:35 smithi203 ceph-mon[117428]: pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:35.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:35 smithi137 ceph-mon[117020]: pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:37.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:37.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:37.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:37 smithi066 ceph-mon[112137]: pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:37 smithi203 ceph-mon[117428]: pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:37.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:37 smithi137 ceph-mon[117020]: pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:38.051 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:38.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:38.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:38.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:38.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:39.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:39 smithi066 ceph-mon[112137]: from='client.319080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:39 smithi066 ceph-mon[112137]: pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:39 smithi203 ceph-mon[117428]: from='client.319080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:39 smithi203 ceph-mon[117428]: pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:39.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:39 smithi137 ceph-mon[117020]: from='client.319080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:39.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:39 smithi137 ceph-mon[117020]: pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:41 smithi066 ceph-mon[112137]: pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:41 smithi203 ceph-mon[117428]: pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:41.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:41 smithi137 ceph-mon[117020]: pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:43.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:43.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:43.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:43 smithi066 ceph-mon[112137]: pgmap v11565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:43.786 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:43.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:43.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:43.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:43.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:43 smithi203 ceph-mon[117428]: pgmap v11565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:43.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:43 smithi137 ceph-mon[117020]: pgmap v11565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:44 smithi066 ceph-mon[112137]: from='client.319155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:44 smithi203 ceph-mon[117428]: from='client.319155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:44 smithi137 ceph-mon[117020]: from='client.319155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:45 smithi066 ceph-mon[112137]: pgmap v11566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:45.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:45 smithi203 ceph-mon[117428]: pgmap v11566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:45.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:45 smithi137 ceph-mon[117020]: pgmap v11566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:47 smithi066 ceph-mon[112137]: pgmap v11567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:47 smithi203 ceph-mon[117428]: pgmap v11567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:47.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:47 smithi137 ceph-mon[117020]: pgmap v11567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:48.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:48.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:48.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:49.510 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:49.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:49.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:49.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:49.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:49 smithi066 ceph-mon[112137]: pgmap v11568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:49 smithi203 ceph-mon[117428]: pgmap v11568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:49.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:49 smithi137 ceph-mon[117020]: pgmap v11568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:50.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:50 smithi066 ceph-mon[112137]: from='client.319233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:50 smithi203 ceph-mon[117428]: from='client.319233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:50 smithi137 ceph-mon[117020]: from='client.319233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:51 smithi066 ceph-mon[112137]: pgmap v11569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:51 smithi203 ceph-mon[117428]: pgmap v11569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:51.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:51 smithi137 ceph-mon[117020]: pgmap v11569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:53 smithi066 ceph-mon[112137]: pgmap v11570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:53 smithi203 ceph-mon[117428]: pgmap v11570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:53.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:53 smithi137 ceph-mon[117020]: pgmap v11570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:54.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:38:54.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:54.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:55.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:55.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:55.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:55.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:38:55.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:38:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:55 smithi066 ceph-mon[112137]: pgmap v11571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:55 smithi203 ceph-mon[117428]: pgmap v11571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:55.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:55 smithi137 ceph-mon[117020]: pgmap v11571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:56.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:56 smithi066 ceph-mon[112137]: from='client.319305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:56 smithi203 ceph-mon[117428]: from='client.319305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:56 smithi137 ceph-mon[117020]: from='client.319305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:57 smithi066 ceph-mon[112137]: pgmap v11572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:57 smithi203 ceph-mon[117428]: pgmap v11572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:57.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:57 smithi137 ceph-mon[117020]: pgmap v11572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:38:59 smithi066 ceph-mon[112137]: pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:38:59 smithi203 ceph-mon[117428]: pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:59.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:38:59 smithi137 ceph-mon[117020]: pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:00.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:00.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:00.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:00.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:00.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:00.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:00.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:00.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:01 smithi066 ceph-mon[112137]: pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:01 smithi066 ceph-mon[112137]: from='client.319380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:01 smithi203 ceph-mon[117428]: pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:01 smithi203 ceph-mon[117428]: from='client.319380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:01 smithi137 ceph-mon[117020]: pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:01 smithi137 ceph-mon[117020]: from='client.319380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:03.742 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:03 smithi066 ceph-mon[112137]: pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:03 smithi203 ceph-mon[117428]: pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:03 smithi137 ceph-mon[117020]: pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:05 smithi066 ceph-mon[112137]: pgmap v11576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:05.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:05 smithi203 ceph-mon[117428]: pgmap v11576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:05 smithi137 ceph-mon[117020]: pgmap v11576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:05.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:05.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:05.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:06.717 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:06.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:06.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:06.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:06.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:07 smithi203 ceph-mon[117428]: pgmap v11577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:07 smithi203 ceph-mon[117428]: from='client.319458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:07.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:07 smithi137 ceph-mon[117020]: pgmap v11577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:07.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:07 smithi137 ceph-mon[117020]: from='client.319458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:07 smithi066 ceph-mon[112137]: pgmap v11577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:07 smithi066 ceph-mon[112137]: from='client.319458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:09 smithi203 ceph-mon[117428]: pgmap v11578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:09.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:09 smithi137 ceph-mon[117020]: pgmap v11578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:09 smithi066 ceph-mon[112137]: pgmap v11578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:11.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:11.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:11.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:11 smithi203 ceph-mon[117428]: pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:11.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:11 smithi137 ceph-mon[117020]: pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:11 smithi066 ceph-mon[112137]: pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:12.453 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:12.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:12.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:12.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:12.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:13.813 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:13 smithi137 ceph-mon[117020]: from='client.319527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:13.813 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:13 smithi137 ceph-mon[117020]: pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:13.813 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:39:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:13 smithi203 ceph-mon[117428]: from='client.319527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:13 smithi203 ceph-mon[117428]: pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:13.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:39:13.832 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:13 smithi066 ceph-mon[112137]: from='client.319527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:13.832 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:13 smithi066 ceph-mon[112137]: pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:13.832 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: pgmap v11581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:39:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:39:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15981M 2023-12-07T23:39:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:39:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:39:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: pgmap v11581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15981M 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:39:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: pgmap v11581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15981M 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:39:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:39:15.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:39:17.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:17.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:17.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:17 smithi203 ceph-mon[117428]: pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:17 smithi137 ceph-mon[117020]: pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:17 smithi066 ceph-mon[112137]: pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:18.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:18.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:18.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:18.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:18.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:19 smithi203 ceph-mon[117428]: from='client.319602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:19 smithi203 ceph-mon[117428]: pgmap v11583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:19 smithi137 ceph-mon[117020]: from='client.319602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:19 smithi137 ceph-mon[117020]: pgmap v11583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:19 smithi066 ceph-mon[112137]: from='client.319602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:19 smithi066 ceph-mon[112137]: pgmap v11583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:21 smithi203 ceph-mon[117428]: pgmap v11584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:21.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:21 smithi137 ceph-mon[117020]: pgmap v11584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:21 smithi066 ceph-mon[112137]: pgmap v11584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:23.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:23.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:23.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:23 smithi203 ceph-mon[117428]: pgmap v11585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:23 smithi137 ceph-mon[117020]: pgmap v11585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:23 smithi066 ceph-mon[112137]: pgmap v11585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:23.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:23.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:23.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:23.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:23.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:24 smithi203 ceph-mon[117428]: from='client.319677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:24 smithi137 ceph-mon[117020]: from='client.319677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:24 smithi066 ceph-mon[112137]: from='client.319677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:25 smithi203 ceph-mon[117428]: pgmap v11586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:25 smithi137 ceph-mon[117020]: pgmap v11586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:25 smithi066 ceph-mon[112137]: pgmap v11586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:27 smithi203 ceph-mon[117428]: pgmap v11587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:27 smithi137 ceph-mon[117020]: pgmap v11587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:27 smithi066 ceph-mon[112137]: pgmap v11587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:28.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:28.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:28.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:29 smithi203 ceph-mon[117428]: pgmap v11588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:29 smithi137 ceph-mon[117020]: pgmap v11588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:29.661 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:29.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:29.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:29.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:29.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:29 smithi066 ceph-mon[112137]: pgmap v11588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:30.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:30 smithi137 ceph-mon[117020]: from='client.319752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:30 smithi066 ceph-mon[112137]: from='client.319752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:30 smithi203 ceph-mon[117428]: from='client.319752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:31 smithi137 ceph-mon[117020]: pgmap v11589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:31 smithi066 ceph-mon[112137]: pgmap v11589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:31 smithi203 ceph-mon[117428]: pgmap v11589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:33 smithi137 ceph-mon[117020]: pgmap v11590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:33 smithi066 ceph-mon[112137]: pgmap v11590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:33 smithi203 ceph-mon[117428]: pgmap v11590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:34.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:34.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:34.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:35.409 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:35.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:35.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:35.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:35.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:35 smithi137 ceph-mon[117020]: pgmap v11591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:35 smithi066 ceph-mon[112137]: pgmap v11591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:35.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:35 smithi203 ceph-mon[117428]: pgmap v11591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:36 smithi137 ceph-mon[117020]: from='client.319824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:36.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:36 smithi066 ceph-mon[112137]: from='client.319824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:36 smithi203 ceph-mon[117428]: from='client.319824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:37 smithi137 ceph-mon[117020]: pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:37 smithi066 ceph-mon[112137]: pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:37 smithi203 ceph-mon[117428]: pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:39 smithi137 ceph-mon[117020]: pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:39 smithi066 ceph-mon[112137]: pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:39 smithi203 ceph-mon[117428]: pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:40.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:40.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:40.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:41.150 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:41.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:41.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:41.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:41.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:41.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:41 smithi137 ceph-mon[117020]: pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:41 smithi066 ceph-mon[112137]: pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:41 smithi203 ceph-mon[117428]: pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:42 smithi137 ceph-mon[117020]: from='client.319899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:42 smithi066 ceph-mon[112137]: from='client.319899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:42.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:42 smithi203 ceph-mon[117428]: from='client.319899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:43 smithi137 ceph-mon[117020]: pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:43 smithi066 ceph-mon[112137]: pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:43 smithi203 ceph-mon[117428]: pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:45.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:45 smithi137 ceph-mon[117020]: pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:45 smithi066 ceph-mon[112137]: pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:45.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:45 smithi203 ceph-mon[117428]: pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:46.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:46.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:46.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:46.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:46.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:46.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:46.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:46.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:47 smithi137 ceph-mon[117020]: pgmap v11597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:47 smithi137 ceph-mon[117020]: from='client.319971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:47 smithi066 ceph-mon[112137]: pgmap v11597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:47 smithi066 ceph-mon[112137]: from='client.319971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:47 smithi203 ceph-mon[117428]: pgmap v11597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:47 smithi203 ceph-mon[117428]: from='client.319971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:49.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:49 smithi137 ceph-mon[117020]: pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:49.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:49 smithi066 ceph-mon[112137]: pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:49 smithi203 ceph-mon[117428]: pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:51 smithi137 ceph-mon[117020]: pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:51 smithi066 ceph-mon[112137]: pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:51 smithi203 ceph-mon[117428]: pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:51.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:51.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:51.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:52.599 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:52.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:52.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:52.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:52.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:53 smithi066 ceph-mon[112137]: pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:53 smithi066 ceph-mon[112137]: from='client.320049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:53 smithi203 ceph-mon[117428]: pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:53 smithi203 ceph-mon[117428]: from='client.320049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:53.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:53 smithi137 ceph-mon[117020]: pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:53 smithi137 ceph-mon[117020]: from='client.320049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:55 smithi066 ceph-mon[112137]: pgmap v11601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:55 smithi203 ceph-mon[117428]: pgmap v11601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:55.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:55 smithi137 ceph-mon[117020]: pgmap v11601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:57.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:39:57.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:57.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:57 smithi066 ceph-mon[112137]: pgmap v11602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:57 smithi203 ceph-mon[117428]: pgmap v11602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:57.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:57 smithi137 ceph-mon[117020]: pgmap v11602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:58.333 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:39:58.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:58.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:58.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:58.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:39:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:59 smithi066 ceph-mon[112137]: from='client.320127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:39:59 smithi066 ceph-mon[112137]: pgmap v11603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:59 smithi203 ceph-mon[117428]: from='client.320127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:39:59 smithi203 ceph-mon[117428]: pgmap v11603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:59.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:59 smithi137 ceph-mon[117020]: from='client.320127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:39:59 smithi137 ceph-mon[117020]: pgmap v11603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T23:40:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T23:40:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T23:40:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:01 smithi066 ceph-mon[112137]: pgmap v11604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:01 smithi203 ceph-mon[117428]: pgmap v11604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:01 smithi137 ceph-mon[117020]: pgmap v11604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:03.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:03.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:03.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:03 smithi066 ceph-mon[112137]: pgmap v11605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:03 smithi203 ceph-mon[117428]: pgmap v11605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:03 smithi137 ceph-mon[117020]: pgmap v11605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:04.061 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:04.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:04.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:04.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:04.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:05 smithi066 ceph-mon[112137]: from='client.320199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:05 smithi066 ceph-mon[112137]: pgmap v11606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:05.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:05 smithi203 ceph-mon[117428]: from='client.320199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:05.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:05 smithi203 ceph-mon[117428]: pgmap v11606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:05.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:05 smithi137 ceph-mon[117020]: from='client.320199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:05.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:05 smithi137 ceph-mon[117020]: pgmap v11606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:07 smithi066 ceph-mon[112137]: pgmap v11607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:07.751 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:07 smithi203 ceph-mon[117428]: pgmap v11607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:07.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:07 smithi137 ceph-mon[117020]: pgmap v11607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:09.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:09.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:09.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:09 smithi066 ceph-mon[112137]: pgmap v11608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:09.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:09.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:09.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:09.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:09.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:09 smithi203 ceph-mon[117428]: pgmap v11608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:09.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:09 smithi137 ceph-mon[117020]: pgmap v11608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:10.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:10 smithi066 ceph-mon[112137]: from='client.320274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:10.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:10 smithi203 ceph-mon[117428]: from='client.320274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:10 smithi137 ceph-mon[117020]: from='client.320274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:11 smithi066 ceph-mon[112137]: pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:11 smithi203 ceph-mon[117428]: pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:40:11.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:11 smithi137 ceph-mon[117020]: pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:40:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:13 smithi066 ceph-mon[112137]: pgmap v11610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:13 smithi203 ceph-mon[117428]: pgmap v11610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:13.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:13 smithi137 ceph-mon[117020]: pgmap v11610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:14.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:14.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:14.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:15.540 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:15.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:15.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:15.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:15.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:15 smithi066 ceph-mon[112137]: pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:40:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:40:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:40:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:15 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:40:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:15 smithi203 ceph-mon[117428]: pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:40:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:40:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:40:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:15 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:40:15.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:15 smithi137 ceph-mon[117020]: pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:40:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:40:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:40:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:15 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:40:16.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:16 smithi066 ceph-mon[112137]: from='client.320352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:16 smithi203 ceph-mon[117428]: from='client.320352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:16 smithi137 ceph-mon[117020]: from='client.320352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:17 smithi066 ceph-mon[112137]: pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:17 smithi203 ceph-mon[117428]: pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:17.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:17 smithi137 ceph-mon[117020]: pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:19.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:19 smithi066 ceph-mon[112137]: pgmap v11613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:19 smithi203 ceph-mon[117428]: pgmap v11613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:19 smithi137 ceph-mon[117020]: pgmap v11613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:20.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:20.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:20.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:21.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:21.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:21.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:21.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:21.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:21 smithi066 ceph-mon[112137]: pgmap v11614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:21 smithi203 ceph-mon[117428]: pgmap v11614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:21.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:21 smithi137 ceph-mon[117020]: pgmap v11614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:22 smithi066 ceph-mon[112137]: from='client.320430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:22.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:22 smithi203 ceph-mon[117428]: from='client.320430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:22 smithi137 ceph-mon[117020]: from='client.320430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:23 smithi066 ceph-mon[112137]: pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:23 smithi203 ceph-mon[117428]: pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:23 smithi137 ceph-mon[117020]: pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:25 smithi066 ceph-mon[112137]: pgmap v11616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:25.792 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:25 smithi137 ceph-mon[117020]: pgmap v11616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:25.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:25 smithi203 ceph-mon[117428]: pgmap v11616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:40:26.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:26.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:26.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:27.001 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:27.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:27.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:27.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:27.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:27 smithi066 ceph-mon[112137]: pgmap v11617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:40:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:27 smithi066 ceph-mon[112137]: from='client.320505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:27 smithi203 ceph-mon[117428]: pgmap v11617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:40:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:27 smithi203 ceph-mon[117428]: from='client.320505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:27 smithi137 ceph-mon[117020]: pgmap v11617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:40:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:27 smithi137 ceph-mon[117020]: from='client.320505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:29.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:29 smithi066 ceph-mon[112137]: pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:29 smithi203 ceph-mon[117428]: pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:29 smithi137 ceph-mon[117020]: pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:31 smithi066 ceph-mon[112137]: pgmap v11619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:31 smithi203 ceph-mon[117428]: pgmap v11619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:31.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:31 smithi137 ceph-mon[117020]: pgmap v11619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:32.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:32.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:32.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:32.737 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:32.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:32.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:32.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:32.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:33 smithi066 ceph-mon[112137]: pgmap v11620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:33 smithi066 ceph-mon[112137]: from='client.320583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:33 smithi203 ceph-mon[117428]: pgmap v11620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:33 smithi203 ceph-mon[117428]: from='client.320583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:33 smithi137 ceph-mon[117020]: pgmap v11620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:33 smithi137 ceph-mon[117020]: from='client.320583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:35 smithi066 ceph-mon[112137]: pgmap v11621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:35.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:35 smithi203 ceph-mon[117428]: pgmap v11621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:35 smithi137 ceph-mon[117020]: pgmap v11621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:37 smithi066 ceph-mon[112137]: pgmap v11622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:37.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:37.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:37.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:37 smithi203 ceph-mon[117428]: pgmap v11622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:37 smithi137 ceph-mon[117020]: pgmap v11622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:38.474 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:38.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:38.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:38.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:38.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:39 smithi066 ceph-mon[112137]: from='client.320655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:39 smithi066 ceph-mon[112137]: pgmap v11623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:39 smithi203 ceph-mon[117428]: from='client.320655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:39 smithi203 ceph-mon[117428]: pgmap v11623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:39 smithi137 ceph-mon[117020]: from='client.320655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:39 smithi137 ceph-mon[117020]: pgmap v11623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:41 smithi066 ceph-mon[112137]: pgmap v11624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:41 smithi203 ceph-mon[117428]: pgmap v11624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:41 smithi137 ceph-mon[117020]: pgmap v11624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:43.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:43.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:43.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:43 smithi066 ceph-mon[112137]: pgmap v11625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:43 smithi203 ceph-mon[117428]: pgmap v11625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:43 smithi137 ceph-mon[117020]: pgmap v11625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:44.202 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:45 smithi066 ceph-mon[112137]: from='client.320733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:45 smithi066 ceph-mon[112137]: pgmap v11626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:45.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:45 smithi203 ceph-mon[117428]: from='client.320733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:45.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:45 smithi203 ceph-mon[117428]: pgmap v11626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:45.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:45 smithi137 ceph-mon[117020]: from='client.320733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:45 smithi137 ceph-mon[117020]: pgmap v11626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:47 smithi066 ceph-mon[112137]: pgmap v11627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:47 smithi203 ceph-mon[117428]: pgmap v11627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:47 smithi137 ceph-mon[117020]: pgmap v11627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:49.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:49.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:49.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:49 smithi066 ceph-mon[112137]: pgmap v11628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:49 smithi203 ceph-mon[117428]: pgmap v11628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:49.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:49 smithi137 ceph-mon[117020]: pgmap v11628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:49.942 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:49.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:49.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:49.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:49.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:50.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:50 smithi203 ceph-mon[117428]: from='client.320805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:50 smithi137 ceph-mon[117020]: from='client.320805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:50 smithi066 ceph-mon[112137]: from='client.320805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:51 smithi203 ceph-mon[117428]: pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:40:51.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:51 smithi137 ceph-mon[117020]: pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:40:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:51 smithi066 ceph-mon[112137]: pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:40:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:53 smithi203 ceph-mon[117428]: pgmap v11630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:40:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:53 smithi137 ceph-mon[117020]: pgmap v11630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:40:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:53 smithi066 ceph-mon[112137]: pgmap v11630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:40:54.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:40:54.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:54.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:55.664 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:40:55.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:55.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:55.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:55.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:40:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:55 smithi203 ceph-mon[117428]: pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:40:55.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:55 smithi137 ceph-mon[117020]: pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:40:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:55 smithi066 ceph-mon[112137]: pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:40:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:56 smithi203 ceph-mon[117428]: from='client.320883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:56 smithi137 ceph-mon[117020]: from='client.320883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:56.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:56 smithi066 ceph-mon[112137]: from='client.320883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:57 smithi203 ceph-mon[117428]: pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:57.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:57 smithi137 ceph-mon[117020]: pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:57 smithi066 ceph-mon[112137]: pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:40:59 smithi203 ceph-mon[117428]: pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:40:59 smithi137 ceph-mon[117020]: pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:40:59 smithi066 ceph-mon[112137]: pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:00.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:00.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:00.667 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:01.395 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:01.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:01.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:01.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:01.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:01 smithi203 ceph-mon[117428]: pgmap v11634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:01 smithi137 ceph-mon[117020]: pgmap v11634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:01 smithi066 ceph-mon[112137]: pgmap v11634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:02 smithi203 ceph-mon[117428]: from='client.320958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:02 smithi137 ceph-mon[117020]: from='client.320958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:02 smithi066 ceph-mon[112137]: from='client.320958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:03 smithi203 ceph-mon[117428]: pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:41:03.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:03 smithi137 ceph-mon[117020]: pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:41:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:03 smithi066 ceph-mon[112137]: pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:41:05.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:05 smithi203 ceph-mon[117428]: pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:41:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:05 smithi137 ceph-mon[117020]: pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:41:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:05 smithi066 ceph-mon[112137]: pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:41:06.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:06.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:06.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:07.126 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:07.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:07.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:07.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:07.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:07 smithi203 ceph-mon[117428]: pgmap v11637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:41:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:07 smithi137 ceph-mon[117020]: pgmap v11637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:41:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:07 smithi066 ceph-mon[112137]: pgmap v11637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:41:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:08 smithi203 ceph-mon[117428]: from='client.321033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:08 smithi137 ceph-mon[117020]: from='client.321033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:08 smithi066 ceph-mon[112137]: from='client.321033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:09 smithi203 ceph-mon[117428]: pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:09 smithi137 ceph-mon[117020]: pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:09 smithi066 ceph-mon[112137]: pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:11 smithi203 ceph-mon[117428]: pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:11 smithi137 ceph-mon[117020]: pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:11 smithi066 ceph-mon[112137]: pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:12.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:12.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:12.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:12.851 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:12.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:12.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:12.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:12.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:13 smithi203 ceph-mon[117428]: pgmap v11640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:13 smithi203 ceph-mon[117428]: from='client.321099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:13 smithi137 ceph-mon[117020]: pgmap v11640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:13 smithi137 ceph-mon[117020]: from='client.321099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:13 smithi066 ceph-mon[112137]: pgmap v11640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:13 smithi066 ceph-mon[112137]: from='client.321099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:15 smithi203 ceph-mon[117428]: pgmap v11641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:41:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:15 smithi137 ceph-mon[117020]: pgmap v11641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:41:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:15 smithi066 ceph-mon[112137]: pgmap v11641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:41:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:41:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:41:16.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:41:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:41:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:41:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:41:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:41:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:41:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:41:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:17 smithi203 ceph-mon[117428]: pgmap v11642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:17.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:17.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:17.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:17 smithi137 ceph-mon[117020]: pgmap v11642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:17 smithi066 ceph-mon[112137]: pgmap v11642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:18.587 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:18.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:18.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:18.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:18.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:19 smithi203 ceph-mon[117428]: from='client.321177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:19 smithi203 ceph-mon[117428]: pgmap v11643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:19 smithi137 ceph-mon[117020]: from='client.321177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:19 smithi137 ceph-mon[117020]: pgmap v11643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:19 smithi066 ceph-mon[112137]: from='client.321177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:19 smithi066 ceph-mon[112137]: pgmap v11643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:21 smithi203 ceph-mon[117428]: pgmap v11644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:21.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:21 smithi137 ceph-mon[117020]: pgmap v11644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:21 smithi066 ceph-mon[112137]: pgmap v11644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:23.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:23.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:23.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:23 smithi203 ceph-mon[117428]: pgmap v11645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:23.876 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:23 smithi137 ceph-mon[117020]: pgmap v11645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:23 smithi066 ceph-mon[112137]: pgmap v11645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:24.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:24.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:24.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:24.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:24.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:25.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:25 smithi203 ceph-mon[117428]: from='client.321255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:25.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:25 smithi203 ceph-mon[117428]: pgmap v11646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:25 smithi137 ceph-mon[117020]: from='client.321255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:25 smithi137 ceph-mon[117020]: pgmap v11646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:25 smithi066 ceph-mon[112137]: from='client.321255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:25 smithi066 ceph-mon[112137]: pgmap v11646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:27 smithi203 ceph-mon[117428]: pgmap v11647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:27 smithi137 ceph-mon[117020]: pgmap v11647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:27 smithi066 ceph-mon[112137]: pgmap v11647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:29.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:29.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:29.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:29 smithi203 ceph-mon[117428]: pgmap v11648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:29 smithi137 ceph-mon[117020]: pgmap v11648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:29 smithi066 ceph-mon[112137]: pgmap v11648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:30.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:30.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:30.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:30.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:30.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:30 smithi203 ceph-mon[117428]: from='client.321330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:30 smithi137 ceph-mon[117020]: from='client.321330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:30 smithi066 ceph-mon[112137]: from='client.321330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:31 smithi203 ceph-mon[117428]: pgmap v11649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:31 smithi137 ceph-mon[117020]: pgmap v11649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:31 smithi066 ceph-mon[112137]: pgmap v11649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:33 smithi203 ceph-mon[117428]: pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:33 smithi137 ceph-mon[117020]: pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:33 smithi066 ceph-mon[112137]: pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:35.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:35.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:35.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:35.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:35.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:35.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:35.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:35.771 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:35.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:35 smithi203 ceph-mon[117428]: pgmap v11651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:35 smithi137 ceph-mon[117020]: pgmap v11651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:35 smithi066 ceph-mon[112137]: pgmap v11651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:36 smithi137 ceph-mon[117020]: from='client.321402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:36.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:36 smithi066 ceph-mon[112137]: from='client.321402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:36 smithi203 ceph-mon[117428]: from='client.321402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:37 smithi137 ceph-mon[117020]: pgmap v11652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:37 smithi066 ceph-mon[112137]: pgmap v11652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:37 smithi203 ceph-mon[117428]: pgmap v11652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:39 smithi137 ceph-mon[117020]: pgmap v11653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:39 smithi066 ceph-mon[112137]: pgmap v11653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:39 smithi203 ceph-mon[117428]: pgmap v11653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:40.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:40.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:40.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:41.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:41.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:41.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:41.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:41.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:41 smithi137 ceph-mon[117020]: pgmap v11654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:41 smithi066 ceph-mon[112137]: pgmap v11654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:41 smithi203 ceph-mon[117428]: pgmap v11654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:42 smithi137 ceph-mon[117020]: from='client.321480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:42 smithi066 ceph-mon[112137]: from='client.321480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:43.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:42 smithi203 ceph-mon[117428]: from='client.321480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:43 smithi137 ceph-mon[117020]: pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:43 smithi066 ceph-mon[112137]: pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:43 smithi203 ceph-mon[117428]: pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:45 smithi137 ceph-mon[117020]: pgmap v11656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:45 smithi066 ceph-mon[112137]: pgmap v11656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:45 smithi203 ceph-mon[117428]: pgmap v11656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:46.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:46.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:46.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:47.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:47.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:47.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:47.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:47.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:47 smithi137 ceph-mon[117020]: pgmap v11657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:47 smithi066 ceph-mon[112137]: pgmap v11657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:47 smithi203 ceph-mon[117428]: pgmap v11657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:48 smithi137 ceph-mon[117020]: from='client.321555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:48 smithi066 ceph-mon[112137]: from='client.321555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:48 smithi203 ceph-mon[117428]: from='client.321555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:49 smithi137 ceph-mon[117020]: pgmap v11658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:49 smithi066 ceph-mon[112137]: pgmap v11658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:49 smithi203 ceph-mon[117428]: pgmap v11658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:51 smithi137 ceph-mon[117020]: pgmap v11659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:51 smithi066 ceph-mon[112137]: pgmap v11659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:51 smithi203 ceph-mon[117428]: pgmap v11659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:52.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:52.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:52.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:52.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:53 smithi137 ceph-mon[117020]: pgmap v11660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:53 smithi137 ceph-mon[117020]: from='client.321627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:53 smithi066 ceph-mon[112137]: pgmap v11660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:53 smithi066 ceph-mon[112137]: from='client.321627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:53 smithi203 ceph-mon[117428]: pgmap v11660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:53 smithi203 ceph-mon[117428]: from='client.321627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:55 smithi137 ceph-mon[117020]: pgmap v11661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:55 smithi066 ceph-mon[112137]: pgmap v11661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:55 smithi203 ceph-mon[117428]: pgmap v11661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:57 smithi137 ceph-mon[117020]: pgmap v11662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:57.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:41:57.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:57.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:57 smithi066 ceph-mon[112137]: pgmap v11662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:57 smithi203 ceph-mon[117428]: pgmap v11662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:58.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:41:58.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:58.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:58.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:58.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:41:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:59 smithi137 ceph-mon[117020]: pgmap v11663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:41:59 smithi137 ceph-mon[117020]: from='client.321705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:59 smithi066 ceph-mon[112137]: pgmap v11663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:41:59 smithi066 ceph-mon[112137]: from='client.321705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:59 smithi203 ceph-mon[117428]: pgmap v11663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:41:59 smithi203 ceph-mon[117428]: from='client.321705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:01 smithi137 ceph-mon[117020]: pgmap v11664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:01 smithi066 ceph-mon[112137]: pgmap v11664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:01 smithi203 ceph-mon[117428]: pgmap v11664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:03.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:03.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:03.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:03 smithi137 ceph-mon[117020]: pgmap v11665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:03 smithi066 ceph-mon[112137]: pgmap v11665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:03 smithi203 ceph-mon[117428]: pgmap v11665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:04.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:04.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:04.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:04.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:04.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:05 smithi066 ceph-mon[112137]: from='client.321780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:05 smithi066 ceph-mon[112137]: pgmap v11666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:05 smithi203 ceph-mon[117428]: from='client.321780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:05 smithi203 ceph-mon[117428]: pgmap v11666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:05 smithi137 ceph-mon[117020]: from='client.321780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:05 smithi137 ceph-mon[117020]: pgmap v11666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:07 smithi066 ceph-mon[112137]: pgmap v11667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:07 smithi203 ceph-mon[117428]: pgmap v11667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:07 smithi137 ceph-mon[117020]: pgmap v11667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:09.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:09.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:09.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:09 smithi066 ceph-mon[112137]: pgmap v11668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:09 smithi203 ceph-mon[117428]: pgmap v11668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:09 smithi137 ceph-mon[117020]: pgmap v11668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:10.148 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:10.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:10.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:10.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:10.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:11 smithi066 ceph-mon[112137]: from='client.321858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:11 smithi066 ceph-mon[112137]: pgmap v11669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:11 smithi203 ceph-mon[117428]: from='client.321858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:11 smithi203 ceph-mon[117428]: pgmap v11669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:12.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:11 smithi137 ceph-mon[117020]: from='client.321858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:12.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:11 smithi137 ceph-mon[117020]: pgmap v11669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:13 smithi066 ceph-mon[112137]: pgmap v11670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:13 smithi203 ceph-mon[117428]: pgmap v11670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:13 smithi137 ceph-mon[117020]: pgmap v11670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:15.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:15.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:15.150 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:15.895 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:15.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:15.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:15.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:15.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:15 smithi066 ceph-mon[112137]: pgmap v11671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:15 smithi203 ceph-mon[117428]: pgmap v11671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:15 smithi137 ceph-mon[117020]: pgmap v11671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:16 smithi066 ceph-mon[112137]: from='client.321936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:16.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:42:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:16 smithi203 ceph-mon[117428]: from='client.321936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:42:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:16 smithi137 ceph-mon[117020]: from='client.321936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:42:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:17 smithi066 ceph-mon[112137]: pgmap v11672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:42:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:42:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:42:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:17 smithi203 ceph-mon[117428]: pgmap v11672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:42:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:42:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:42:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:17 smithi137 ceph-mon[117020]: pgmap v11672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:42:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:42:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:42:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:19 smithi066 ceph-mon[112137]: pgmap v11673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:19 smithi203 ceph-mon[117428]: pgmap v11673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:19 smithi137 ceph-mon[117020]: pgmap v11673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:20.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:20.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:20.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:21.629 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:21.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:21.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:21.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:21.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:21 smithi066 ceph-mon[112137]: pgmap v11674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:21 smithi203 ceph-mon[117428]: pgmap v11674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:21 smithi137 ceph-mon[117020]: pgmap v11674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:22 smithi066 ceph-mon[112137]: from='client.322014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:23.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:22 smithi203 ceph-mon[117428]: from='client.322014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:22 smithi137 ceph-mon[117020]: from='client.322014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:23 smithi066 ceph-mon[112137]: pgmap v11675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:23 smithi203 ceph-mon[117428]: pgmap v11675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:23 smithi137 ceph-mon[117020]: pgmap v11675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:25 smithi066 ceph-mon[112137]: pgmap v11676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:25 smithi203 ceph-mon[117428]: pgmap v11676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:25 smithi137 ceph-mon[117020]: pgmap v11676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:26.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:26.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:26.632 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:27.352 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:27.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:27.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:27.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:27.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:27 smithi066 ceph-mon[112137]: pgmap v11677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:27 smithi203 ceph-mon[117428]: pgmap v11677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:27 smithi137 ceph-mon[117020]: pgmap v11677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:28 smithi066 ceph-mon[112137]: from='client.322092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:28 smithi203 ceph-mon[117428]: from='client.322092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:28 smithi137 ceph-mon[117020]: from='client.322092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:29 smithi066 ceph-mon[112137]: pgmap v11678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:29 smithi203 ceph-mon[117428]: pgmap v11678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:29 smithi137 ceph-mon[117020]: pgmap v11678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:31 smithi066 ceph-mon[112137]: pgmap v11679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:31 smithi203 ceph-mon[117428]: pgmap v11679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:31 smithi137 ceph-mon[117020]: pgmap v11679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:32.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:32.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:32.354 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:33.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:33.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:33.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:33.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:33.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:33 smithi066 ceph-mon[112137]: pgmap v11680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:33 smithi203 ceph-mon[117428]: pgmap v11680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:33 smithi137 ceph-mon[117020]: pgmap v11680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:34 smithi066 ceph-mon[112137]: from='client.322167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:34 smithi203 ceph-mon[117428]: from='client.322167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:34 smithi137 ceph-mon[117020]: from='client.322167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:35 smithi066 ceph-mon[112137]: pgmap v11681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:35 smithi203 ceph-mon[117428]: pgmap v11681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:35 smithi137 ceph-mon[117020]: pgmap v11681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:37 smithi066 ceph-mon[112137]: pgmap v11682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:37 smithi203 ceph-mon[117428]: pgmap v11682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:38.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:38.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:38.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:37 smithi137 ceph-mon[117020]: pgmap v11682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:38.814 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:38.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:38.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:38.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:38.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:39 smithi066 ceph-mon[112137]: pgmap v11683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:39 smithi066 ceph-mon[112137]: from='client.322242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:39 smithi203 ceph-mon[117428]: pgmap v11683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:39 smithi203 ceph-mon[117428]: from='client.322242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:39 smithi137 ceph-mon[117020]: pgmap v11683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:39 smithi137 ceph-mon[117020]: from='client.322242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:41 smithi066 ceph-mon[112137]: pgmap v11684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:41 smithi203 ceph-mon[117428]: pgmap v11684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:41 smithi137 ceph-mon[117020]: pgmap v11684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:43.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:43.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:43.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:43 smithi066 ceph-mon[112137]: pgmap v11685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:43 smithi203 ceph-mon[117428]: pgmap v11685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:43 smithi137 ceph-mon[117020]: pgmap v11685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:44.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:44.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:44.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:44.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:44.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:45 smithi066 ceph-mon[112137]: from='client.322317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:45 smithi066 ceph-mon[112137]: pgmap v11686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:45 smithi203 ceph-mon[117428]: from='client.322317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:45 smithi203 ceph-mon[117428]: pgmap v11686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:45 smithi137 ceph-mon[117020]: from='client.322317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:45 smithi137 ceph-mon[117020]: pgmap v11686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:47 smithi066 ceph-mon[112137]: pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:47 smithi203 ceph-mon[117428]: pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:47 smithi137 ceph-mon[117020]: pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:49.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:49.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:49.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:49 smithi066 ceph-mon[112137]: pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:49 smithi203 ceph-mon[117428]: pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:49 smithi137 ceph-mon[117020]: pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:50.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:50.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:50.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:50.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:50.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:51 smithi137 ceph-mon[117020]: from='client.322392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:51 smithi137 ceph-mon[117020]: pgmap v11689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:51 smithi066 ceph-mon[112137]: from='client.322392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:51 smithi066 ceph-mon[112137]: pgmap v11689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:51 smithi203 ceph-mon[117428]: from='client.322392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:51 smithi203 ceph-mon[117428]: pgmap v11689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:53.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:53 smithi137 ceph-mon[117020]: pgmap v11690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:53 smithi066 ceph-mon[112137]: pgmap v11690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:53 smithi203 ceph-mon[117428]: pgmap v11690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:55.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:42:55.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:55.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:55 smithi137 ceph-mon[117020]: pgmap v11691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:55 smithi066 ceph-mon[112137]: pgmap v11691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:55.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:55 smithi203 ceph-mon[117428]: pgmap v11691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:56.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:42:56.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:56.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:56.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:56.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:42:56.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:56 smithi137 ceph-mon[117020]: from='client.322467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:56.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:56 smithi066 ceph-mon[112137]: from='client.322467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:56 smithi203 ceph-mon[117428]: from='client.322467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:57 smithi137 ceph-mon[117020]: pgmap v11692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:57 smithi066 ceph-mon[112137]: pgmap v11692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:57 smithi203 ceph-mon[117428]: pgmap v11692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:59.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:42:59 smithi137 ceph-mon[117020]: pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:42:59 smithi066 ceph-mon[112137]: pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:42:59 smithi203 ceph-mon[117428]: pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:01.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:01.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:01.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:01.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:01 smithi137 ceph-mon[117020]: pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:01.732 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:01.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:01.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:01.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:01.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:01 smithi066 ceph-mon[112137]: pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:01 smithi203 ceph-mon[117428]: pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:02 smithi066 ceph-mon[112137]: from='client.322542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:02.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:02 smithi203 ceph-mon[117428]: from='client.322542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:02 smithi137 ceph-mon[117020]: from='client.322542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:03 smithi066 ceph-mon[112137]: pgmap v11695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:03 smithi203 ceph-mon[117428]: pgmap v11695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:03 smithi137 ceph-mon[117020]: pgmap v11695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:05 smithi066 ceph-mon[112137]: pgmap v11696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:05.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:05 smithi203 ceph-mon[117428]: pgmap v11696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:05 smithi137 ceph-mon[117020]: pgmap v11696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:06.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:06.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:06.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:07.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:07.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:07.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:07.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:07.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:07 smithi066 ceph-mon[112137]: pgmap v11697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:07 smithi203 ceph-mon[117428]: pgmap v11697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:07 smithi137 ceph-mon[117020]: pgmap v11697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:08 smithi066 ceph-mon[112137]: from='client.322617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:08.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:08 smithi203 ceph-mon[117428]: from='client.322617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:08 smithi137 ceph-mon[117020]: from='client.322617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:09 smithi066 ceph-mon[112137]: pgmap v11698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:09 smithi203 ceph-mon[117428]: pgmap v11698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:09 smithi137 ceph-mon[117020]: pgmap v11698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:11 smithi066 ceph-mon[112137]: pgmap v11699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:11 smithi203 ceph-mon[117428]: pgmap v11699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:11 smithi137 ceph-mon[117020]: pgmap v11699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:12.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:12.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:12.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:13.178 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:13.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:13.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:13.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:13.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:13 smithi066 ceph-mon[112137]: pgmap v11700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:13 smithi203 ceph-mon[117428]: pgmap v11700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:13 smithi137 ceph-mon[117020]: pgmap v11700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:14 smithi066 ceph-mon[112137]: from='client.322692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:14 smithi203 ceph-mon[117428]: from='client.322692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:14 smithi137 ceph-mon[117020]: from='client.322692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:15 smithi066 ceph-mon[112137]: pgmap v11701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:15.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:15 smithi203 ceph-mon[117428]: pgmap v11701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:15 smithi137 ceph-mon[117020]: pgmap v11701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:17 smithi066 ceph-mon[112137]: pgmap v11702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:43:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:17 smithi203 ceph-mon[117428]: pgmap v11702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:43:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:17 smithi137 ceph-mon[117020]: pgmap v11702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:43:18.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:18.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:18.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:18.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:43:18.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:43:18.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:43:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:43:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:43:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:43:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:43:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:43:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:43:18.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:18.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:18.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:18.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:18.893 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:19 smithi066 ceph-mon[112137]: pgmap v11703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:19 smithi066 ceph-mon[112137]: from='client.322770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:19 smithi203 ceph-mon[117428]: pgmap v11703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:19 smithi203 ceph-mon[117428]: from='client.322770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:19 smithi137 ceph-mon[117020]: pgmap v11703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:19 smithi137 ceph-mon[117020]: from='client.322770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:21 smithi066 ceph-mon[112137]: pgmap v11704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:21 smithi203 ceph-mon[117428]: pgmap v11704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:21 smithi137 ceph-mon[117020]: pgmap v11704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:23 smithi066 ceph-mon[112137]: pgmap v11705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:23 smithi203 ceph-mon[117428]: pgmap v11705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:23 smithi137 ceph-mon[117020]: pgmap v11705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:23.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:23.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:23.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:24.613 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:24.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:24.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:24.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:24.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:25.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:25 smithi066 ceph-mon[112137]: pgmap v11706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:25.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:25 smithi066 ceph-mon[112137]: from='client.322845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:25.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:25 smithi203 ceph-mon[117428]: pgmap v11706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:25.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:25 smithi203 ceph-mon[117428]: from='client.322845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:25 smithi137 ceph-mon[117020]: pgmap v11706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:25 smithi137 ceph-mon[117020]: from='client.322845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:27 smithi066 ceph-mon[112137]: pgmap v11707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:43:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:27 smithi203 ceph-mon[117428]: pgmap v11707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:43:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:27 smithi137 ceph-mon[117020]: pgmap v11707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:43:29.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:29.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:29.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:29 smithi066 ceph-mon[112137]: pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:43:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:29 smithi203 ceph-mon[117428]: pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:43:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:29 smithi137 ceph-mon[117020]: pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:43:30.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:30.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:30.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:30.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:30.347 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:31 smithi066 ceph-mon[112137]: from='client.322923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:31.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:31 smithi066 ceph-mon[112137]: pgmap v11709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:31 smithi203 ceph-mon[117428]: from='client.322923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:31 smithi203 ceph-mon[117428]: pgmap v11709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:31 smithi137 ceph-mon[117020]: from='client.322923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:31 smithi137 ceph-mon[117020]: pgmap v11709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:33 smithi066 ceph-mon[112137]: pgmap v11710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:33 smithi203 ceph-mon[117428]: pgmap v11710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:33 smithi137 ceph-mon[117020]: pgmap v11710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:35.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:35.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:35.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:35 smithi066 ceph-mon[112137]: pgmap v11711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:35 smithi203 ceph-mon[117428]: pgmap v11711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:35 smithi137 ceph-mon[117020]: pgmap v11711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:36.083 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:36.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:36.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:36.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:36.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:37 smithi066 ceph-mon[112137]: from='client.322998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:37.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:37 smithi066 ceph-mon[112137]: pgmap v11712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:37 smithi203 ceph-mon[117428]: from='client.322998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:37 smithi203 ceph-mon[117428]: pgmap v11712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:37 smithi137 ceph-mon[117020]: from='client.322998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:37 smithi137 ceph-mon[117020]: pgmap v11712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:39 smithi066 ceph-mon[112137]: pgmap v11713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:43:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:39 smithi203 ceph-mon[117428]: pgmap v11713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:43:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:39 smithi137 ceph-mon[117020]: pgmap v11713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:43:41.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:41.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:41.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:41 smithi066 ceph-mon[112137]: pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:43:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:41 smithi203 ceph-mon[117428]: pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:43:41.825 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:41.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:41.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:41.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:41.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:41 smithi137 ceph-mon[117020]: pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:43:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:42 smithi066 ceph-mon[112137]: from='client.323073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:42 smithi203 ceph-mon[117428]: from='client.323073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:42 smithi137 ceph-mon[117020]: from='client.323073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:43 smithi066 ceph-mon[112137]: pgmap v11715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:43 smithi203 ceph-mon[117428]: pgmap v11715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:43 smithi137 ceph-mon[117020]: pgmap v11715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:45.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:45 smithi066 ceph-mon[112137]: pgmap v11716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:45.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:45 smithi203 ceph-mon[117428]: pgmap v11716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:45 smithi137 ceph-mon[117020]: pgmap v11716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:46.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:46.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:46.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:47.562 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:47.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:47.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:47.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:47.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:47 smithi066 ceph-mon[112137]: pgmap v11717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:47 smithi203 ceph-mon[117428]: pgmap v11717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:47 smithi137 ceph-mon[117020]: pgmap v11717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:48 smithi203 ceph-mon[117428]: from='client.323151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:48 smithi137 ceph-mon[117020]: from='client.323151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:48 smithi066 ceph-mon[112137]: from='client.323151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:49 smithi203 ceph-mon[117428]: pgmap v11718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:49 smithi137 ceph-mon[117020]: pgmap v11718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:49 smithi066 ceph-mon[112137]: pgmap v11718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:51 smithi203 ceph-mon[117428]: pgmap v11719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:51 smithi137 ceph-mon[117020]: pgmap v11719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:51 smithi066 ceph-mon[112137]: pgmap v11719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:52.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:52.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:52.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:53.278 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:53.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:53.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:53.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:53.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:53 smithi203 ceph-mon[117428]: pgmap v11720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:53 smithi137 ceph-mon[117020]: pgmap v11720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:53 smithi066 ceph-mon[112137]: pgmap v11720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:54 smithi203 ceph-mon[117428]: from='client.323223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:54 smithi137 ceph-mon[117020]: from='client.323223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:54 smithi066 ceph-mon[112137]: from='client.323223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:55.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:55 smithi203 ceph-mon[117428]: pgmap v11721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:55 smithi137 ceph-mon[117020]: pgmap v11721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:55 smithi066 ceph-mon[112137]: pgmap v11721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:57 smithi203 ceph-mon[117428]: pgmap v11722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:57 smithi137 ceph-mon[117020]: pgmap v11722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:57 smithi066 ceph-mon[112137]: pgmap v11722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:58.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:43:58.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:58.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:59.002 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:43:59.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:59.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:59.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:59.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:43:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:59 smithi203 ceph-mon[117428]: pgmap v11723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:43:59 smithi203 ceph-mon[117428]: from='client.323295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:59 smithi137 ceph-mon[117020]: pgmap v11723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:43:59 smithi137 ceph-mon[117020]: from='client.323295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:59 smithi066 ceph-mon[112137]: pgmap v11723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:43:59 smithi066 ceph-mon[112137]: from='client.323295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:01 smithi203 ceph-mon[117428]: pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:01 smithi137 ceph-mon[117020]: pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:01 smithi066 ceph-mon[112137]: pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:03 smithi203 ceph-mon[117428]: pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:03 smithi137 ceph-mon[117020]: pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:03 smithi066 ceph-mon[112137]: pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:04.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:04.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:04.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:04.738 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:04.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:04.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:04.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:04.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:05 smithi203 ceph-mon[117428]: pgmap v11726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:05 smithi203 ceph-mon[117428]: from='client.323373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:05 smithi137 ceph-mon[117020]: pgmap v11726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:05 smithi137 ceph-mon[117020]: from='client.323373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:05 smithi066 ceph-mon[112137]: pgmap v11726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:05 smithi066 ceph-mon[112137]: from='client.323373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:07 smithi203 ceph-mon[117428]: pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:44:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:07 smithi137 ceph-mon[117020]: pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:44:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:07 smithi066 ceph-mon[112137]: pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:44:09.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:09.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:09.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:09 smithi203 ceph-mon[117428]: pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:44:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:09 smithi137 ceph-mon[117020]: pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:44:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:09 smithi066 ceph-mon[112137]: pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:44:10.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:10.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:10.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:10.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:10.460 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:11 smithi203 ceph-mon[117428]: from='client.323448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:11 smithi203 ceph-mon[117428]: pgmap v11729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:11 smithi137 ceph-mon[117020]: from='client.323448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:11 smithi137 ceph-mon[117020]: pgmap v11729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:11 smithi066 ceph-mon[112137]: from='client.323448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:11 smithi066 ceph-mon[112137]: pgmap v11729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:13 smithi203 ceph-mon[117428]: pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:13 smithi137 ceph-mon[117020]: pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:13 smithi066 ceph-mon[112137]: pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:15.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:15.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:15.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:15.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:15 smithi203 ceph-mon[117428]: pgmap v11731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:15 smithi137 ceph-mon[117020]: pgmap v11731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:15 smithi066 ceph-mon[112137]: pgmap v11731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:16.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:16.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:16.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:16.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:16.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:17 smithi203 ceph-mon[117428]: from='client.323526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:17 smithi203 ceph-mon[117428]: pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:17 smithi137 ceph-mon[117020]: from='client.323526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:17 smithi137 ceph-mon[117020]: pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:17 smithi066 ceph-mon[112137]: from='client.323526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:17 smithi066 ceph-mon[112137]: pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:44:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:44:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:44:18.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:44:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:44:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:44:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:44:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:44:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:44:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:44:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:44:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:44:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:19 smithi203 ceph-mon[117428]: pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:44:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:19 smithi137 ceph-mon[117020]: pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:44:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:19 smithi066 ceph-mon[112137]: pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:44:21.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:21.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:21.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:21 smithi203 ceph-mon[117428]: pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:44:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:21 smithi137 ceph-mon[117020]: pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:44:21.916 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:21.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:21.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:21.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:21.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:21 smithi066 ceph-mon[112137]: pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:44:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:22 smithi203 ceph-mon[117428]: from='client.323604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:22 smithi137 ceph-mon[117020]: from='client.323604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:22 smithi066 ceph-mon[112137]: from='client.323604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:23 smithi203 ceph-mon[117428]: pgmap v11735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:23 smithi137 ceph-mon[117020]: pgmap v11735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:23 smithi066 ceph-mon[112137]: pgmap v11735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:25.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:25 smithi203 ceph-mon[117428]: pgmap v11736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:25 smithi137 ceph-mon[117020]: pgmap v11736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:25 smithi066 ceph-mon[112137]: pgmap v11736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:26.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:26.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:26.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:27.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:27.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:27.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:27.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:27.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:27 smithi203 ceph-mon[117428]: pgmap v11737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:27.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:27 smithi137 ceph-mon[117020]: pgmap v11737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:27 smithi066 ceph-mon[112137]: pgmap v11737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:28 smithi203 ceph-mon[117428]: from='client.323679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:28 smithi137 ceph-mon[117020]: from='client.323679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:28 smithi066 ceph-mon[112137]: from='client.323679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:29 smithi203 ceph-mon[117428]: pgmap v11738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:29 smithi137 ceph-mon[117020]: pgmap v11738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:29 smithi066 ceph-mon[112137]: pgmap v11738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:31 smithi203 ceph-mon[117428]: pgmap v11739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:31 smithi137 ceph-mon[117020]: pgmap v11739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:31 smithi066 ceph-mon[112137]: pgmap v11739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:32.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:32.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:32.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:33.369 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:33.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:33.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:33.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:33.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:33 smithi203 ceph-mon[117428]: pgmap v11740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:33 smithi137 ceph-mon[117020]: pgmap v11740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:33 smithi066 ceph-mon[112137]: pgmap v11740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:34 smithi203 ceph-mon[117428]: from='client.323754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:34 smithi137 ceph-mon[117020]: from='client.323754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:34 smithi066 ceph-mon[112137]: from='client.323754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:35 smithi203 ceph-mon[117428]: pgmap v11741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:35 smithi137 ceph-mon[117020]: pgmap v11741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:35 smithi066 ceph-mon[112137]: pgmap v11741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:37 smithi203 ceph-mon[117428]: pgmap v11742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:37 smithi137 ceph-mon[117020]: pgmap v11742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:37 smithi066 ceph-mon[112137]: pgmap v11742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:38.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:38.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:38.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:39.102 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:39.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:39.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:39.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:39.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:39 smithi137 ceph-mon[117020]: pgmap v11743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:39 smithi066 ceph-mon[112137]: pgmap v11743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:39 smithi203 ceph-mon[117428]: pgmap v11743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:40 smithi137 ceph-mon[117020]: from='client.323826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:40 smithi066 ceph-mon[112137]: from='client.323826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:40 smithi203 ceph-mon[117428]: from='client.323826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:41 smithi137 ceph-mon[117020]: pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:41 smithi066 ceph-mon[112137]: pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:41 smithi203 ceph-mon[117428]: pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:43 smithi137 ceph-mon[117020]: pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:43 smithi066 ceph-mon[112137]: pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:43 smithi203 ceph-mon[117428]: pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:44.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:44.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:44.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:44.839 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:44.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:44.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:44.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:44.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:45 smithi137 ceph-mon[117020]: pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:45 smithi137 ceph-mon[117020]: from='client.323901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:45 smithi066 ceph-mon[112137]: pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:45 smithi066 ceph-mon[112137]: from='client.323901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:45 smithi203 ceph-mon[117428]: pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:45 smithi203 ceph-mon[117428]: from='client.323901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:47 smithi137 ceph-mon[117020]: pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:44:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:47 smithi066 ceph-mon[112137]: pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:44:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:47 smithi203 ceph-mon[117428]: pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:44:49.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:49.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:49.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:49 smithi137 ceph-mon[117020]: pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:44:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:49 smithi066 ceph-mon[112137]: pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:44:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:49 smithi203 ceph-mon[117428]: pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:44:50.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:50.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:50.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:50.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:50.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:51 smithi137 ceph-mon[117020]: from='client.323976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:51 smithi137 ceph-mon[117020]: pgmap v11749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:51 smithi066 ceph-mon[112137]: from='client.323976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:51 smithi066 ceph-mon[112137]: pgmap v11749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:51 smithi203 ceph-mon[117428]: from='client.323976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:51 smithi203 ceph-mon[117428]: pgmap v11749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:53 smithi137 ceph-mon[117020]: pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:53 smithi066 ceph-mon[112137]: pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:53 smithi203 ceph-mon[117428]: pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:55.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:44:55.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:55.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:55 smithi137 ceph-mon[117020]: pgmap v11751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:55 smithi066 ceph-mon[112137]: pgmap v11751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:55 smithi203 ceph-mon[117428]: pgmap v11751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:56.289 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:44:56.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:56.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:56.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:56.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:44:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:57 smithi137 ceph-mon[117020]: from='client.324048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:57 smithi137 ceph-mon[117020]: pgmap v11752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:57 smithi066 ceph-mon[112137]: from='client.324048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:57 smithi066 ceph-mon[112137]: pgmap v11752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:57 smithi203 ceph-mon[117428]: from='client.324048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:57 smithi203 ceph-mon[117428]: pgmap v11752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:44:59 smithi137 ceph-mon[117020]: pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:44:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:44:59 smithi066 ceph-mon[112137]: pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:45:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:44:59 smithi203 ceph-mon[117428]: pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:45:01.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:01.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:01.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:01 smithi137 ceph-mon[117020]: pgmap v11754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:45:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:01 smithi066 ceph-mon[112137]: pgmap v11754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:45:02.014 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:02.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:02.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:02.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:02.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:02.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:01 smithi203 ceph-mon[117428]: pgmap v11754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:45:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:02 smithi137 ceph-mon[117020]: from='client.324126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:02 smithi066 ceph-mon[112137]: from='client.324126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:02 smithi203 ceph-mon[117428]: from='client.324126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:03 smithi137 ceph-mon[117020]: pgmap v11755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:03 smithi066 ceph-mon[112137]: pgmap v11755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:03 smithi203 ceph-mon[117428]: pgmap v11755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:05 smithi066 ceph-mon[112137]: pgmap v11756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:05 smithi203 ceph-mon[117428]: pgmap v11756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:05 smithi137 ceph-mon[117020]: pgmap v11756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:07.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:07.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:07.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:07.744 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:07.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:07.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:07.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:07.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:07 smithi066 ceph-mon[112137]: pgmap v11757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:07 smithi203 ceph-mon[117428]: pgmap v11757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:07 smithi137 ceph-mon[117020]: pgmap v11757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:08 smithi066 ceph-mon[112137]: from='client.324201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:08 smithi203 ceph-mon[117428]: from='client.324201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:08 smithi137 ceph-mon[117020]: from='client.324201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:09 smithi066 ceph-mon[112137]: pgmap v11758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:09 smithi203 ceph-mon[117428]: pgmap v11758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:09 smithi137 ceph-mon[117020]: pgmap v11758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:11 smithi066 ceph-mon[112137]: pgmap v11759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:11 smithi203 ceph-mon[117428]: pgmap v11759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:11 smithi137 ceph-mon[117020]: pgmap v11759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:12.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:12.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:12.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:13.473 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:13.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:13.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:13.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:13.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:13 smithi066 ceph-mon[112137]: pgmap v11760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:13 smithi203 ceph-mon[117428]: pgmap v11760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:13 smithi137 ceph-mon[117020]: pgmap v11760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:14 smithi066 ceph-mon[112137]: from='client.324279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:14 smithi203 ceph-mon[117428]: from='client.324279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:14 smithi137 ceph-mon[117020]: from='client.324279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:15 smithi066 ceph-mon[112137]: pgmap v11761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:15 smithi203 ceph-mon[117428]: pgmap v11761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:15 smithi137 ceph-mon[117020]: pgmap v11761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:17 smithi066 ceph-mon[112137]: pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:17 smithi203 ceph-mon[117428]: pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:18.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:17 smithi137 ceph-mon[117020]: pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:18.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:18.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:18.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:45:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:45:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:45:19.230 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:19.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:19.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:19.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:19.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:19 smithi066 ceph-mon[112137]: pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:45:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:45:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:45:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:19 smithi203 ceph-mon[117428]: pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:45:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:45:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:45:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:19 smithi137 ceph-mon[117020]: pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:45:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:45:20.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:45:20.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:20 smithi066 ceph-mon[112137]: from='client.324354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:20 smithi203 ceph-mon[117428]: from='client.324354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:20 smithi137 ceph-mon[117020]: from='client.324354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:21 smithi066 ceph-mon[112137]: pgmap v11764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:21 smithi203 ceph-mon[117428]: pgmap v11764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:21 smithi137 ceph-mon[117020]: pgmap v11764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:23 smithi066 ceph-mon[112137]: pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:23 smithi203 ceph-mon[117428]: pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:23 smithi137 ceph-mon[117020]: pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:24.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:24.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:24.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:24.963 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:24.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:24.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:24.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:24.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:25 smithi066 ceph-mon[112137]: pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:25 smithi066 ceph-mon[112137]: from='client.324426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:25 smithi203 ceph-mon[117428]: pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:25 smithi203 ceph-mon[117428]: from='client.324426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:25 smithi137 ceph-mon[117020]: pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:25 smithi137 ceph-mon[117020]: from='client.324426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:27 smithi066 ceph-mon[112137]: pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:45:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:27 smithi203 ceph-mon[117428]: pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:45:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:27 smithi137 ceph-mon[117020]: pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:45:29.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:29.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:29.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:29 smithi066 ceph-mon[112137]: pgmap v11768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:45:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:29 smithi203 ceph-mon[117428]: pgmap v11768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:45:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:29 smithi137 ceph-mon[117020]: pgmap v11768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:45:30.703 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:30.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:30.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:30.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:30.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:31 smithi066 ceph-mon[112137]: pgmap v11769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:31 smithi066 ceph-mon[112137]: from='client.324498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:31 smithi203 ceph-mon[117428]: pgmap v11769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:31 smithi203 ceph-mon[117428]: from='client.324498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:31 smithi137 ceph-mon[117020]: pgmap v11769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:31 smithi137 ceph-mon[117020]: from='client.324498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:33 smithi066 ceph-mon[112137]: pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:33 smithi203 ceph-mon[117428]: pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:33 smithi137 ceph-mon[117020]: pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:35.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:35.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:35.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:35 smithi066 ceph-mon[112137]: pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:35 smithi203 ceph-mon[117428]: pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:35 smithi137 ceph-mon[117020]: pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:36.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:36.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:36.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:36.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:36.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:37 smithi066 ceph-mon[112137]: from='client.324573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:37 smithi066 ceph-mon[112137]: pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:37 smithi203 ceph-mon[117428]: from='client.324573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:37 smithi203 ceph-mon[117428]: pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:37 smithi137 ceph-mon[117020]: from='client.324573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:37 smithi137 ceph-mon[117020]: pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:39 smithi066 ceph-mon[112137]: pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:45:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:39 smithi203 ceph-mon[117428]: pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:45:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:39 smithi137 ceph-mon[117020]: pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:45:41.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:41.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:41.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:41 smithi066 ceph-mon[112137]: pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:45:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:41 smithi203 ceph-mon[117428]: pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:45:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:41 smithi137 ceph-mon[117020]: pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:45:42.169 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:42.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:42.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:42.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:42.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:43 smithi066 ceph-mon[112137]: from='client.324648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:43 smithi066 ceph-mon[112137]: pgmap v11775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:43 smithi203 ceph-mon[117428]: from='client.324648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:43 smithi203 ceph-mon[117428]: pgmap v11775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:43 smithi137 ceph-mon[117020]: from='client.324648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:43 smithi137 ceph-mon[117020]: pgmap v11775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:45 smithi066 ceph-mon[112137]: pgmap v11776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:45 smithi203 ceph-mon[117428]: pgmap v11776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:45 smithi137 ceph-mon[117020]: pgmap v11776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:47.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:47.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:47.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:47.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:47.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:47.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:47.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:47.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:47 smithi066 ceph-mon[112137]: pgmap v11777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:47 smithi203 ceph-mon[117428]: pgmap v11777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:47 smithi137 ceph-mon[117020]: pgmap v11777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:48.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:48 smithi066 ceph-mon[112137]: from='client.324723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:48 smithi203 ceph-mon[117428]: from='client.324723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:48 smithi137 ceph-mon[117020]: from='client.324723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:49 smithi066 ceph-mon[112137]: pgmap v11778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:49 smithi203 ceph-mon[117428]: pgmap v11778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:49 smithi137 ceph-mon[117020]: pgmap v11778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:51 smithi066 ceph-mon[112137]: pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:51 smithi203 ceph-mon[117428]: pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:51 smithi137 ceph-mon[117020]: pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:52.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:52.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:52.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:53.641 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:53.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:53.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:53.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:53.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:53 smithi066 ceph-mon[112137]: pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:53 smithi203 ceph-mon[117428]: pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:53 smithi137 ceph-mon[117020]: pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:54 smithi066 ceph-mon[112137]: from='client.324801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:54 smithi203 ceph-mon[117428]: from='client.324801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:54 smithi137 ceph-mon[117020]: from='client.324801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:55 smithi066 ceph-mon[112137]: pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:55 smithi203 ceph-mon[117428]: pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:55 smithi137 ceph-mon[117020]: pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:57 smithi066 ceph-mon[112137]: pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:57 smithi203 ceph-mon[117428]: pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:57 smithi137 ceph-mon[117020]: pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:58.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:45:58.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:58.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:59.374 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:45:59.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:59.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:59.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:59.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:45:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:45:59 smithi066 ceph-mon[112137]: pgmap v11783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:45:59 smithi203 ceph-mon[117428]: pgmap v11783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:45:59 smithi137 ceph-mon[117020]: pgmap v11783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:00 smithi203 ceph-mon[117428]: from='client.324873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:00 smithi137 ceph-mon[117020]: from='client.324873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:00 smithi066 ceph-mon[112137]: from='client.324873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:01 smithi203 ceph-mon[117428]: pgmap v11784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:01 smithi137 ceph-mon[117020]: pgmap v11784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:01 smithi066 ceph-mon[112137]: pgmap v11784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:02 smithi203 ceph-mon[117428]: pgmap v11785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:02 smithi137 ceph-mon[117020]: pgmap v11785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:02 smithi066 ceph-mon[112137]: pgmap v11785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:04.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:04.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:04.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:05.114 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:05.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:05.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:05.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:05.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:05 smithi137 ceph-mon[117020]: pgmap v11786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:05.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:05 smithi066 ceph-mon[112137]: pgmap v11786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:05 smithi203 ceph-mon[117428]: pgmap v11786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:06.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:06 smithi066 ceph-mon[112137]: from='client.324951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:06 smithi203 ceph-mon[117428]: from='client.324951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:06 smithi137 ceph-mon[117020]: from='client.324951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:07 smithi066 ceph-mon[112137]: pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:07 smithi203 ceph-mon[117428]: pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:07 smithi137 ceph-mon[117020]: pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:09.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:09 smithi066 ceph-mon[112137]: pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:09 smithi203 ceph-mon[117428]: pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:09 smithi137 ceph-mon[117020]: pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:10.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:10.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:10.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:10.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:10.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:10.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:10.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:10.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:11 smithi066 ceph-mon[112137]: pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:11 smithi066 ceph-mon[112137]: from='client.325026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:11 smithi203 ceph-mon[117428]: pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:11 smithi203 ceph-mon[117428]: from='client.325026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:11 smithi137 ceph-mon[117020]: pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:11 smithi137 ceph-mon[117020]: from='client.325026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:13 smithi066 ceph-mon[112137]: pgmap v11790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:13 smithi203 ceph-mon[117428]: pgmap v11790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:13 smithi137 ceph-mon[117020]: pgmap v11790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:15.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:15 smithi066 ceph-mon[112137]: pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:15.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:15 smithi203 ceph-mon[117428]: pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:15.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:15.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:15.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:15 smithi137 ceph-mon[117020]: pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:16.572 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:17.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:17 smithi066 ceph-mon[112137]: from='client.325101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:17.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:17 smithi066 ceph-mon[112137]: pgmap v11792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:17 smithi203 ceph-mon[117428]: from='client.325101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:17 smithi203 ceph-mon[117428]: pgmap v11792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:17 smithi137 ceph-mon[117020]: from='client.325101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:17 smithi137 ceph-mon[117020]: pgmap v11792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:19 smithi066 ceph-mon[112137]: pgmap v11793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:46:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:19 smithi203 ceph-mon[117428]: pgmap v11793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:46:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:19 smithi137 ceph-mon[117020]: pgmap v11793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:46:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:46:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:46:20.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:46:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:46:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:46:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:46:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:46:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:46:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:46:21.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:21.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:21.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:21 smithi203 ceph-mon[117428]: pgmap v11794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:21 smithi137 ceph-mon[117020]: pgmap v11794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:21 smithi066 ceph-mon[112137]: pgmap v11794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:22.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:22.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:22.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:22.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:22.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:23 smithi203 ceph-mon[117428]: from='client.325179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:23 smithi203 ceph-mon[117428]: pgmap v11795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:23 smithi137 ceph-mon[117020]: from='client.325179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:23 smithi137 ceph-mon[117020]: pgmap v11795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:23 smithi066 ceph-mon[112137]: from='client.325179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:23 smithi066 ceph-mon[112137]: pgmap v11795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:25 smithi137 ceph-mon[117020]: pgmap v11796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:25 smithi066 ceph-mon[112137]: pgmap v11796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:25 smithi203 ceph-mon[117428]: pgmap v11796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:27.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:27.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:27.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:27 smithi137 ceph-mon[117020]: pgmap v11797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:27 smithi066 ceph-mon[112137]: pgmap v11797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:28.022 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:28.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:28.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:28.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:28.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:27 smithi203 ceph-mon[117428]: pgmap v11797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:28 smithi137 ceph-mon[117020]: from='client.325257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:28 smithi066 ceph-mon[112137]: from='client.325257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:28 smithi203 ceph-mon[117428]: from='client.325257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:29 smithi137 ceph-mon[117020]: pgmap v11798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:29 smithi066 ceph-mon[112137]: pgmap v11798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:29 smithi203 ceph-mon[117428]: pgmap v11798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:31 smithi137 ceph-mon[117020]: pgmap v11799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:31 smithi066 ceph-mon[112137]: pgmap v11799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:31 smithi203 ceph-mon[117428]: pgmap v11799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:33.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:33.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:33.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:33.750 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:33.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:33.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:33.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:33.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:33 smithi137 ceph-mon[117020]: pgmap v11800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:33 smithi066 ceph-mon[112137]: pgmap v11800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:33 smithi203 ceph-mon[117428]: pgmap v11800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:34 smithi137 ceph-mon[117020]: from='client.325335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:34 smithi066 ceph-mon[112137]: from='client.325335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:34 smithi203 ceph-mon[117428]: from='client.325335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:35 smithi137 ceph-mon[117020]: pgmap v11801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:35.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:35 smithi066 ceph-mon[112137]: pgmap v11801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:35 smithi203 ceph-mon[117428]: pgmap v11801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:37 smithi137 ceph-mon[117020]: pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:37 smithi066 ceph-mon[112137]: pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:37 smithi203 ceph-mon[117428]: pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:38.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:38.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:38.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:39.470 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:39.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:39.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:39.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:39.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:39 smithi137 ceph-mon[117020]: pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:39 smithi066 ceph-mon[112137]: pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:39 smithi203 ceph-mon[117428]: pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:40 smithi137 ceph-mon[117020]: from='client.325407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:40 smithi066 ceph-mon[112137]: from='client.325407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:40 smithi203 ceph-mon[117428]: from='client.325407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:41 smithi137 ceph-mon[117020]: pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:41 smithi066 ceph-mon[112137]: pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:41 smithi203 ceph-mon[117428]: pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:43 smithi137 ceph-mon[117020]: pgmap v11805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:43 smithi066 ceph-mon[112137]: pgmap v11805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:43 smithi203 ceph-mon[117428]: pgmap v11805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:44.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:44.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:44.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:45.193 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:45.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:45.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:45.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:45.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:45 smithi137 ceph-mon[117020]: pgmap v11806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:45 smithi066 ceph-mon[112137]: pgmap v11806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:45 smithi203 ceph-mon[117428]: pgmap v11806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:46 smithi137 ceph-mon[117020]: from='client.325485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:46 smithi066 ceph-mon[112137]: from='client.325485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:46 smithi203 ceph-mon[117428]: from='client.325485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:47 smithi137 ceph-mon[117020]: pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:47 smithi066 ceph-mon[112137]: pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:47 smithi203 ceph-mon[117428]: pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:49 smithi137 ceph-mon[117020]: pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:49 smithi066 ceph-mon[112137]: pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:49 smithi203 ceph-mon[117428]: pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:50.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:50.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:50.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:50.923 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:50.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:50.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:50.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:50.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:51.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:51 smithi066 ceph-mon[112137]: pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:51.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:51 smithi066 ceph-mon[112137]: from='client.325563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:51 smithi203 ceph-mon[117428]: pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:51 smithi203 ceph-mon[117428]: from='client.325563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:51 smithi137 ceph-mon[117020]: pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:51 smithi137 ceph-mon[117020]: from='client.325563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:53 smithi066 ceph-mon[112137]: pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:53 smithi203 ceph-mon[117428]: pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:53 smithi137 ceph-mon[117020]: pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:55.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:46:55.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:55.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:55 smithi066 ceph-mon[112137]: pgmap v11811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:55 smithi203 ceph-mon[117428]: pgmap v11811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:55 smithi137 ceph-mon[117020]: pgmap v11811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:56.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:46:56.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:56.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:56.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:56.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:46:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:57 smithi066 ceph-mon[112137]: from='client.325635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:57 smithi066 ceph-mon[112137]: pgmap v11812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:57 smithi203 ceph-mon[117428]: from='client.325635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:57 smithi203 ceph-mon[117428]: pgmap v11812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:57 smithi137 ceph-mon[117020]: from='client.325635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:57 smithi137 ceph-mon[117020]: pgmap v11812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:46:59 smithi066 ceph-mon[112137]: pgmap v11813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:46:59 smithi203 ceph-mon[117428]: pgmap v11813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:46:59 smithi137 ceph-mon[117020]: pgmap v11813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:01.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:01.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:01.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:01 smithi066 ceph-mon[112137]: pgmap v11814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:01 smithi203 ceph-mon[117428]: pgmap v11814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:01 smithi137 ceph-mon[117020]: pgmap v11814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:02.377 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:02.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:02.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:02.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:02.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:03 smithi066 ceph-mon[112137]: from='client.325707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:03 smithi066 ceph-mon[112137]: pgmap v11815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:03 smithi203 ceph-mon[117428]: from='client.325707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:03 smithi203 ceph-mon[117428]: pgmap v11815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:03 smithi137 ceph-mon[117020]: from='client.325707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:03 smithi137 ceph-mon[117020]: pgmap v11815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:05 smithi066 ceph-mon[112137]: pgmap v11816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:06.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:05 smithi203 ceph-mon[117428]: pgmap v11816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:05 smithi137 ceph-mon[117020]: pgmap v11816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:07.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:07.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:07.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:07 smithi066 ceph-mon[112137]: pgmap v11817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:07 smithi203 ceph-mon[117428]: pgmap v11817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:08.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:08.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:08.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:08.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:08.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:07 smithi137 ceph-mon[117020]: pgmap v11817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:08 smithi066 ceph-mon[112137]: from='client.325782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:08 smithi203 ceph-mon[117428]: from='client.325782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:08 smithi137 ceph-mon[117020]: from='client.325782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:09 smithi066 ceph-mon[112137]: pgmap v11818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:09 smithi203 ceph-mon[117428]: pgmap v11818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:09 smithi137 ceph-mon[117020]: pgmap v11818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:11 smithi066 ceph-mon[112137]: pgmap v11819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:11 smithi203 ceph-mon[117428]: pgmap v11819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:11 smithi137 ceph-mon[117020]: pgmap v11819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:13.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:13.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:13.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:13.848 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:13.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:13.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:13.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:13.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:13 smithi066 ceph-mon[112137]: pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:13 smithi203 ceph-mon[117428]: pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:13 smithi137 ceph-mon[117020]: pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:14.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:14 smithi066 ceph-mon[112137]: from='client.325857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:14 smithi203 ceph-mon[117428]: from='client.325857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:14 smithi137 ceph-mon[117020]: from='client.325857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:15 smithi066 ceph-mon[112137]: pgmap v11821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:15 smithi203 ceph-mon[117428]: pgmap v11821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:15 smithi137 ceph-mon[117020]: pgmap v11821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:17 smithi066 ceph-mon[112137]: pgmap v11822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:17 smithi203 ceph-mon[117428]: pgmap v11822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:17 smithi137 ceph-mon[117020]: pgmap v11822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:18.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:18.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:18.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:19.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:19.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:19.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:19.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:19.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:19 smithi066 ceph-mon[112137]: pgmap v11823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:19 smithi203 ceph-mon[117428]: pgmap v11823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:19 smithi137 ceph-mon[117020]: pgmap v11823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='client.325932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:47:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:47:20.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='client.325932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:47:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:47:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:47:21.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='client.325932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:47:21.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:47:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:21 smithi066 ceph-mon[112137]: pgmap v11824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:21 smithi203 ceph-mon[117428]: pgmap v11824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:21 smithi137 ceph-mon[117020]: pgmap v11824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:23 smithi066 ceph-mon[112137]: pgmap v11825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:23 smithi203 ceph-mon[117428]: pgmap v11825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:23 smithi137 ceph-mon[117020]: pgmap v11825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:24.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:24.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:24.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:25.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:25.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:25.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:25.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:25.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:25 smithi066 ceph-mon[112137]: pgmap v11826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:25 smithi203 ceph-mon[117428]: pgmap v11826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:25 smithi137 ceph-mon[117020]: pgmap v11826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:26 smithi066 ceph-mon[112137]: from='client.326010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:26 smithi203 ceph-mon[117428]: from='client.326010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:26 smithi137 ceph-mon[117020]: from='client.326010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:27 smithi066 ceph-mon[112137]: pgmap v11827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:27 smithi203 ceph-mon[117428]: pgmap v11827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:27 smithi137 ceph-mon[117020]: pgmap v11827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:29 smithi066 ceph-mon[112137]: pgmap v11828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:29 smithi203 ceph-mon[117428]: pgmap v11828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:29 smithi137 ceph-mon[117020]: pgmap v11828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:30.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:30.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:30.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:31.018 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:31.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:31.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:31.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:31.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:31 smithi066 ceph-mon[112137]: pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:31 smithi066 ceph-mon[112137]: from='client.326082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:31 smithi203 ceph-mon[117428]: pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:31 smithi203 ceph-mon[117428]: from='client.326082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:31 smithi137 ceph-mon[117020]: pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:31 smithi137 ceph-mon[117020]: from='client.326082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:33 smithi066 ceph-mon[112137]: pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:33 smithi203 ceph-mon[117428]: pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:33 smithi137 ceph-mon[117020]: pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:35 smithi066 ceph-mon[112137]: pgmap v11831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:36.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:36.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:36.020 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:35 smithi203 ceph-mon[117428]: pgmap v11831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:35 smithi137 ceph-mon[117020]: pgmap v11831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:36.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:36.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:36.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:36.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:36.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:37 smithi066 ceph-mon[112137]: pgmap v11832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:37 smithi066 ceph-mon[112137]: from='client.326157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:37 smithi203 ceph-mon[117428]: pgmap v11832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:37 smithi203 ceph-mon[117428]: from='client.326157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:37 smithi137 ceph-mon[117020]: pgmap v11832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:37 smithi137 ceph-mon[117020]: from='client.326157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:39 smithi066 ceph-mon[112137]: pgmap v11833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:39 smithi203 ceph-mon[117428]: pgmap v11833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:39 smithi137 ceph-mon[117020]: pgmap v11833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:41.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:41.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:41.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:41 smithi066 ceph-mon[112137]: pgmap v11834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:41 smithi203 ceph-mon[117428]: pgmap v11834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:41 smithi137 ceph-mon[117020]: pgmap v11834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:42.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:42.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:42.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:42.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:42.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:43 smithi066 ceph-mon[112137]: from='client.326232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:43 smithi066 ceph-mon[112137]: pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:43 smithi203 ceph-mon[117428]: from='client.326232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:43 smithi203 ceph-mon[117428]: pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:43 smithi137 ceph-mon[117020]: from='client.326232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:44.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:43 smithi137 ceph-mon[117020]: pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:45 smithi066 ceph-mon[112137]: pgmap v11836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:45 smithi203 ceph-mon[117428]: pgmap v11836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:45 smithi137 ceph-mon[117020]: pgmap v11836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:47.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:47.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:47.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:47 smithi066 ceph-mon[112137]: pgmap v11837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:47 smithi203 ceph-mon[117428]: pgmap v11837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:48.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:47 smithi137 ceph-mon[117020]: pgmap v11837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:48.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:48.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:48.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:48.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:48.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:49 smithi066 ceph-mon[112137]: from='client.326307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:49 smithi066 ceph-mon[112137]: pgmap v11838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:49 smithi203 ceph-mon[117428]: from='client.326307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:49 smithi203 ceph-mon[117428]: pgmap v11838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:49 smithi137 ceph-mon[117020]: from='client.326307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:50.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:49 smithi137 ceph-mon[117020]: pgmap v11838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:51 smithi066 ceph-mon[112137]: pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:51 smithi203 ceph-mon[117428]: pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:51 smithi137 ceph-mon[117020]: pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:53.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:53.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:53.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:53.924 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:53.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:53.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:53.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:53.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:47:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:53 smithi066 ceph-mon[112137]: pgmap v11840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:53 smithi203 ceph-mon[117428]: pgmap v11840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:53 smithi137 ceph-mon[117020]: pgmap v11840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:55.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:54 smithi203 ceph-mon[117428]: from='client.326385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:55.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:54 smithi137 ceph-mon[117020]: from='client.326385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:55.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:54 smithi066 ceph-mon[112137]: from='client.326385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:55 smithi203 ceph-mon[117428]: pgmap v11841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:55 smithi137 ceph-mon[117020]: pgmap v11841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:55 smithi066 ceph-mon[112137]: pgmap v11841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:57 smithi203 ceph-mon[117428]: pgmap v11842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:57 smithi137 ceph-mon[117020]: pgmap v11842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:57 smithi066 ceph-mon[112137]: pgmap v11842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:58.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:47:58.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:58.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:59.656 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:47:59.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:59.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:59.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:59.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:47:59 smithi203 ceph-mon[117428]: pgmap v11843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:47:59 smithi137 ceph-mon[117020]: pgmap v11843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:47:59 smithi066 ceph-mon[112137]: pgmap v11843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:00 smithi203 ceph-mon[117428]: from='client.326463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:00 smithi137 ceph-mon[117020]: from='client.326463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:01.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:00 smithi066 ceph-mon[112137]: from='client.326463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:01 smithi203 ceph-mon[117428]: pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:48:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:01 smithi137 ceph-mon[117020]: pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:48:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:01 smithi066 ceph-mon[112137]: pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:48:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:03 smithi203 ceph-mon[117428]: pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:03 smithi137 ceph-mon[117020]: pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:04.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:03 smithi066 ceph-mon[112137]: pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:04.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:04.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:04.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:05.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:05.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:05.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:05.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:05.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:05 smithi203 ceph-mon[117428]: pgmap v11846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:05 smithi137 ceph-mon[117020]: pgmap v11846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:06.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:05 smithi066 ceph-mon[112137]: pgmap v11846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:06 smithi203 ceph-mon[117428]: from='client.326541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:06 smithi137 ceph-mon[117020]: from='client.326541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:06 smithi066 ceph-mon[112137]: from='client.326541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:07 smithi203 ceph-mon[117428]: pgmap v11847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:07 smithi137 ceph-mon[117020]: pgmap v11847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:07 smithi066 ceph-mon[112137]: pgmap v11847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:08 smithi203 ceph-mon[117428]: pgmap v11848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:48:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:08 smithi137 ceph-mon[117020]: pgmap v11848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:48:09.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:08 smithi066 ceph-mon[112137]: pgmap v11848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:48:10.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:10.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:10.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:11.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:11.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:11.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:11.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:11.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:11 smithi066 ceph-mon[112137]: pgmap v11849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:11 smithi066 ceph-mon[112137]: from='client.326616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:11 smithi203 ceph-mon[117428]: pgmap v11849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:11 smithi203 ceph-mon[117428]: from='client.326616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:11 smithi137 ceph-mon[117020]: pgmap v11849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:11 smithi137 ceph-mon[117020]: from='client.326616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:13 smithi066 ceph-mon[112137]: pgmap v11850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:48:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:13 smithi203 ceph-mon[117428]: pgmap v11850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:48:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:13 smithi137 ceph-mon[117020]: pgmap v11850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:48:15.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:15 smithi066 ceph-mon[112137]: pgmap v11851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:48:15.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:15 smithi203 ceph-mon[117428]: pgmap v11851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:48:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:15 smithi137 ceph-mon[117020]: pgmap v11851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:48:16.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:16.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:16.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:16.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:16.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:16.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:16.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:16.831 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:17.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:17 smithi066 ceph-mon[112137]: pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:48:17.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:17 smithi066 ceph-mon[112137]: from='client.326694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:17 smithi203 ceph-mon[117428]: pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:48:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:17 smithi203 ceph-mon[117428]: from='client.326694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:17 smithi137 ceph-mon[117020]: pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:48:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:17 smithi137 ceph-mon[117020]: from='client.326694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:19 smithi066 ceph-mon[112137]: pgmap v11853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:19 smithi203 ceph-mon[117428]: pgmap v11853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:19 smithi137 ceph-mon[117020]: pgmap v11853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:21.702 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:21 smithi203 ceph-mon[117428]: pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:21.702 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:48:21.723 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:21 smithi066 ceph-mon[112137]: pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:21.724 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:48:21.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:21.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:21.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:21.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:21 smithi137 ceph-mon[117020]: pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:21.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:48:22.592 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:22.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:22.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:22.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:22.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:23.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:23 smithi203 ceph-mon[117428]: from='client.326769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:23.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:23 smithi203 ceph-mon[117428]: pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:23.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:23 smithi137 ceph-mon[117020]: from='client.326769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:23.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:23 smithi137 ceph-mon[117020]: pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:23.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:23 smithi066 ceph-mon[112137]: from='client.326769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:23.729 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:23 smithi066 ceph-mon[112137]: pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:48:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:48:24.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:48:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:48:25.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:48:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:48:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:48:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:25 smithi066 ceph-mon[112137]: pgmap v11856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:25 smithi203 ceph-mon[117428]: pgmap v11856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:25 smithi137 ceph-mon[117020]: pgmap v11856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:27.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:27.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:27.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:27 smithi066 ceph-mon[112137]: pgmap v11857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:27 smithi203 ceph-mon[117428]: pgmap v11857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:27 smithi137 ceph-mon[117020]: pgmap v11857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:28.315 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:28.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:28.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:28.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:28.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:29 smithi066 ceph-mon[112137]: from='client.326847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:29 smithi066 ceph-mon[112137]: pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:29 smithi203 ceph-mon[117428]: from='client.326847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:29 smithi203 ceph-mon[117428]: pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:29 smithi137 ceph-mon[117020]: from='client.326847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:29 smithi137 ceph-mon[117020]: pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:31 smithi066 ceph-mon[112137]: pgmap v11859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:31 smithi203 ceph-mon[117428]: pgmap v11859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:31 smithi137 ceph-mon[117020]: pgmap v11859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:33.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:33.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:33.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:33 smithi066 ceph-mon[112137]: pgmap v11860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:34.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:34.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:34.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:34.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:34.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:33 smithi203 ceph-mon[117428]: pgmap v11860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:33 smithi137 ceph-mon[117020]: pgmap v11860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:34 smithi066 ceph-mon[112137]: from='client.326925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:34 smithi203 ceph-mon[117428]: from='client.326925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:34 smithi137 ceph-mon[117020]: from='client.326925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:35 smithi066 ceph-mon[112137]: pgmap v11861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:35 smithi203 ceph-mon[117428]: pgmap v11861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:36.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:35 smithi137 ceph-mon[117020]: pgmap v11861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:37 smithi066 ceph-mon[112137]: pgmap v11862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:37 smithi203 ceph-mon[117428]: pgmap v11862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:37 smithi137 ceph-mon[117020]: pgmap v11862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:39.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:39.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:39.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:39.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:39.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:39.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:39.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:39.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:39 smithi066 ceph-mon[112137]: pgmap v11863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:39 smithi203 ceph-mon[117428]: pgmap v11863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:39 smithi137 ceph-mon[117020]: pgmap v11863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:40 smithi066 ceph-mon[112137]: from='client.327003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:40 smithi203 ceph-mon[117428]: from='client.327003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:41.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:40 smithi137 ceph-mon[117020]: from='client.327003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:41 smithi066 ceph-mon[112137]: pgmap v11864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:48:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:41 smithi203 ceph-mon[117428]: pgmap v11864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:48:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:41 smithi137 ceph-mon[117020]: pgmap v11864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:48:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:43 smithi066 ceph-mon[112137]: pgmap v11865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:43 smithi203 ceph-mon[117428]: pgmap v11865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:44.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:43 smithi137 ceph-mon[117020]: pgmap v11865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:44.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:44.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:44.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:45.498 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:45.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:45.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:45.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:45.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:45 smithi066 ceph-mon[112137]: pgmap v11866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:45 smithi203 ceph-mon[117428]: pgmap v11866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:45 smithi137 ceph-mon[117020]: pgmap v11866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:46 smithi066 ceph-mon[112137]: from='client.327075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:47.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:46 smithi203 ceph-mon[117428]: from='client.327075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:46 smithi137 ceph-mon[117020]: from='client.327075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:47 smithi066 ceph-mon[112137]: pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:47 smithi203 ceph-mon[117428]: pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:47 smithi137 ceph-mon[117020]: pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:49 smithi066 ceph-mon[112137]: pgmap v11868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:48:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:49 smithi203 ceph-mon[117428]: pgmap v11868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:48:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:49 smithi137 ceph-mon[117020]: pgmap v11868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:48:50.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:50.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:50.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:51.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:51.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:51.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:51.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:51.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:51 smithi066 ceph-mon[112137]: pgmap v11869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:51 smithi203 ceph-mon[117428]: pgmap v11869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:51 smithi137 ceph-mon[117020]: pgmap v11869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:52 smithi066 ceph-mon[112137]: from='client.327153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:52 smithi203 ceph-mon[117428]: from='client.327153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:52 smithi137 ceph-mon[117020]: from='client.327153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:53 smithi066 ceph-mon[112137]: pgmap v11870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:53 smithi203 ceph-mon[117428]: pgmap v11870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:53 smithi137 ceph-mon[117020]: pgmap v11870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:55 smithi203 ceph-mon[117428]: pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:55 smithi137 ceph-mon[117020]: pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:56.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:48:56.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:56.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:55 smithi066 ceph-mon[112137]: pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:48:56.960 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:48:56.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:56.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:56.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:56.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:48:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:57 smithi203 ceph-mon[117428]: pgmap v11872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:48:58.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:57 smithi203 ceph-mon[117428]: from='client.327231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:57 smithi137 ceph-mon[117020]: pgmap v11872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:48:58.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:57 smithi137 ceph-mon[117020]: from='client.327231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:57 smithi066 ceph-mon[112137]: pgmap v11872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:48:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:57 smithi066 ceph-mon[112137]: from='client.327231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:48:59 smithi203 ceph-mon[117428]: pgmap v11873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:48:59 smithi137 ceph-mon[117020]: pgmap v11873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:48:59 smithi066 ceph-mon[112137]: pgmap v11873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:01.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:01.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:01.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:02.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:01 smithi203 ceph-mon[117428]: pgmap v11874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:02.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:01 smithi137 ceph-mon[117020]: pgmap v11874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:01 smithi066 ceph-mon[112137]: pgmap v11874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:02.682 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:02.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:02.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:02.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:02.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:03 smithi203 ceph-mon[117428]: from='client.327306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:03 smithi203 ceph-mon[117428]: pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:03 smithi137 ceph-mon[117020]: from='client.327306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:04.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:03 smithi137 ceph-mon[117020]: pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:04.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:03 smithi066 ceph-mon[112137]: from='client.327306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:04.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:03 smithi066 ceph-mon[112137]: pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:05 smithi203 ceph-mon[117428]: pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:06.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:05 smithi137 ceph-mon[117020]: pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:06.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:05 smithi066 ceph-mon[112137]: pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:07.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:07.684 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:07.684 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:07 smithi203 ceph-mon[117428]: pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:07 smithi137 ceph-mon[117020]: pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:07 smithi066 ceph-mon[112137]: pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:08.404 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:08.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:08.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:08.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:08.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:09 smithi203 ceph-mon[117428]: from='client.327384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:09 smithi203 ceph-mon[117428]: pgmap v11878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:10.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:09 smithi137 ceph-mon[117020]: from='client.327384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:10.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:09 smithi137 ceph-mon[117020]: pgmap v11878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:10.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:09 smithi066 ceph-mon[112137]: from='client.327384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:10.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:09 smithi066 ceph-mon[112137]: pgmap v11878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:11 smithi203 ceph-mon[117428]: pgmap v11879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:12.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:11 smithi137 ceph-mon[117020]: pgmap v11879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:11 smithi066 ceph-mon[112137]: pgmap v11879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:13.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:13.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:13.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:13 smithi203 ceph-mon[117428]: pgmap v11880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:14.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:13 smithi137 ceph-mon[117020]: pgmap v11880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:14.129 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:14.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:14.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:14.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:14.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:14.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:13 smithi066 ceph-mon[112137]: pgmap v11880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:14 smithi203 ceph-mon[117428]: from='client.327456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:14 smithi137 ceph-mon[117020]: from='client.327456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:14 smithi066 ceph-mon[112137]: from='client.327456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:15 smithi203 ceph-mon[117428]: pgmap v11881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:15 smithi137 ceph-mon[117020]: pgmap v11881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:15 smithi066 ceph-mon[112137]: pgmap v11881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:17 smithi203 ceph-mon[117428]: pgmap v11882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:18.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:17 smithi137 ceph-mon[117020]: pgmap v11882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:17 smithi066 ceph-mon[112137]: pgmap v11882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:19.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:19.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:19.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:19.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:19.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:19.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:19.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:19.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:19 smithi203 ceph-mon[117428]: pgmap v11883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:19 smithi137 ceph-mon[117020]: pgmap v11883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:19 smithi066 ceph-mon[112137]: pgmap v11883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:20 smithi203 ceph-mon[117428]: from='client.327534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:20 smithi137 ceph-mon[117020]: from='client.327534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:21.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:20 smithi066 ceph-mon[112137]: from='client.327534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:21 smithi203 ceph-mon[117428]: pgmap v11884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:49:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:21 smithi137 ceph-mon[117020]: pgmap v11884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:49:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:21 smithi066 ceph-mon[112137]: pgmap v11884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:49:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:22 smithi137 ceph-mon[117020]: pgmap v11885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:49:23.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:22 smithi066 ceph-mon[112137]: pgmap v11885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:49:23.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:22 smithi203 ceph-mon[117428]: pgmap v11885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:49:24.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:49:24.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:49:24.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:49:24.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:24.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:24.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:25 smithi203 ceph-mon[117428]: pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:49:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:25 smithi137 ceph-mon[117020]: pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:49:25.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:25 smithi066 ceph-mon[112137]: pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:49:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:25.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:25.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:25.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:25.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:25.635 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='client.327609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15927M 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:49:26.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='client.327609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15927M 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:49:27.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='client.327609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15927M 2023-12-07T23:49:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:49:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:49:27.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:49:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:27 smithi203 ceph-mon[117428]: pgmap v11887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:27 smithi137 ceph-mon[117020]: pgmap v11887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:28.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:27 smithi066 ceph-mon[112137]: pgmap v11887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:29 smithi203 ceph-mon[117428]: pgmap v11888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:29 smithi137 ceph-mon[117020]: pgmap v11888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:29 smithi066 ceph-mon[112137]: pgmap v11888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:30.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:30.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:30.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:31.361 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:31.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:31.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:31.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:31.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:31.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:31 smithi066 ceph-mon[112137]: pgmap v11889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:31 smithi203 ceph-mon[117428]: pgmap v11889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:31 smithi137 ceph-mon[117020]: pgmap v11889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:32 smithi066 ceph-mon[112137]: from='client.327675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:32 smithi203 ceph-mon[117428]: from='client.327675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:32 smithi137 ceph-mon[117020]: from='client.327675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:33 smithi066 ceph-mon[112137]: pgmap v11890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:49:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:33 smithi203 ceph-mon[117428]: pgmap v11890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:49:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:33 smithi137 ceph-mon[117020]: pgmap v11890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:49:35.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:35 smithi066 ceph-mon[112137]: pgmap v11891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:49:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:35 smithi203 ceph-mon[117428]: pgmap v11891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:49:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:35 smithi137 ceph-mon[117020]: pgmap v11891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:49:36.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:36.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:36.364 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:37.087 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:37.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:37.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:37.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:37.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:37.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:37 smithi066 ceph-mon[112137]: pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:49:37.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:37 smithi066 ceph-mon[112137]: from='client.327753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:37.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:37 smithi203 ceph-mon[117428]: pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:49:37.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:37 smithi203 ceph-mon[117428]: from='client.327753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:37 smithi137 ceph-mon[117020]: pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:49:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:37 smithi137 ceph-mon[117020]: from='client.327753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:39.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:39 smithi066 ceph-mon[112137]: pgmap v11893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:39 smithi203 ceph-mon[117428]: pgmap v11893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:39.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:39 smithi137 ceph-mon[117020]: pgmap v11893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:41.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:41 smithi066 ceph-mon[112137]: pgmap v11894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:41 smithi203 ceph-mon[117428]: pgmap v11894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:41 smithi137 ceph-mon[117020]: pgmap v11894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:42.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:42.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:42.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:42.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:42.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:42.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:42.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:42.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:43.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:43 smithi066 ceph-mon[112137]: pgmap v11895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:43.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:43 smithi066 ceph-mon[112137]: from='client.327831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:43 smithi203 ceph-mon[117428]: pgmap v11895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:43 smithi203 ceph-mon[117428]: from='client.327831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:43 smithi137 ceph-mon[117020]: pgmap v11895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:43.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:43 smithi137 ceph-mon[117020]: from='client.327831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:45.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:45 smithi066 ceph-mon[112137]: pgmap v11896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:45.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:45 smithi203 ceph-mon[117428]: pgmap v11896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:45.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:45 smithi137 ceph-mon[117020]: pgmap v11896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:47.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:47 smithi066 ceph-mon[112137]: pgmap v11897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:47.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:47.869 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:47 smithi203 ceph-mon[117428]: pgmap v11897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:47.869 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:47.869 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:47 smithi137 ceph-mon[117020]: pgmap v11897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:48.551 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:48.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:48.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:48.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:48.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:49.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:49 smithi066 ceph-mon[112137]: from='client.327903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:49.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:49 smithi066 ceph-mon[112137]: pgmap v11898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:49 smithi203 ceph-mon[117428]: from='client.327903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:49 smithi203 ceph-mon[117428]: pgmap v11898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:49 smithi137 ceph-mon[117020]: from='client.327903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:49.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:49 smithi137 ceph-mon[117020]: pgmap v11898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:51.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:51 smithi066 ceph-mon[112137]: pgmap v11899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:51 smithi203 ceph-mon[117428]: pgmap v11899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:51 smithi137 ceph-mon[117020]: pgmap v11899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:53.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:53.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:53.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:53.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:53 smithi066 ceph-mon[112137]: pgmap v11900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:53 smithi203 ceph-mon[117428]: pgmap v11900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:53 smithi137 ceph-mon[117020]: pgmap v11900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:54.287 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:49:54.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:54.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:54.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:54.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:49:55.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:55 smithi066 ceph-mon[112137]: from='client.327978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:55.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:55 smithi066 ceph-mon[112137]: pgmap v11901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:55.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:55 smithi203 ceph-mon[117428]: from='client.327978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:55.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:55 smithi203 ceph-mon[117428]: pgmap v11901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:55.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:55 smithi137 ceph-mon[117020]: from='client.327978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:55.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:55 smithi137 ceph-mon[117020]: pgmap v11901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:57 smithi066 ceph-mon[112137]: pgmap v11902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:57 smithi203 ceph-mon[117428]: pgmap v11902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:57 smithi137 ceph-mon[117020]: pgmap v11902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:59.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:49:59.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:59.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:59.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:49:59 smithi066 ceph-mon[112137]: pgmap v11903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:49:59 smithi203 ceph-mon[117428]: pgmap v11903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:49:59 smithi137 ceph-mon[117020]: pgmap v11903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:00.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:00.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:00.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:00.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:00.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:00 smithi066 ceph-mon[112137]: from='client.328056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:00.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-07T23:50:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:00 smithi203 ceph-mon[117428]: from='client.328056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-07T23:50:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:00 smithi137 ceph-mon[117020]: from='client.328056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-07T23:50:01.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:01 smithi066 ceph-mon[112137]: pgmap v11904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:50:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:01 smithi203 ceph-mon[117428]: pgmap v11904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:50:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:01 smithi137 ceph-mon[117020]: pgmap v11904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:50:03.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:03 smithi066 ceph-mon[112137]: pgmap v11905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:50:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:03 smithi203 ceph-mon[117428]: pgmap v11905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:50:03.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:03 smithi137 ceph-mon[117020]: pgmap v11905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:50:05.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:05.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:05.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:05.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:05 smithi066 ceph-mon[112137]: pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:50:05.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:05.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:05.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:05.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:05.744 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:05 smithi203 ceph-mon[117428]: pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:50:05.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:05 smithi137 ceph-mon[117020]: pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:50:06.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:06 smithi203 ceph-mon[117428]: from='client.328134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:06.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:06 smithi137 ceph-mon[117020]: from='client.328134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:06 smithi066 ceph-mon[112137]: from='client.328134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:07.752 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:07 smithi203 ceph-mon[117428]: pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:07.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:07 smithi137 ceph-mon[117020]: pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:07 smithi066 ceph-mon[112137]: pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:09 smithi203 ceph-mon[117428]: pgmap v11908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:09 smithi137 ceph-mon[117020]: pgmap v11908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:09.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:09 smithi066 ceph-mon[112137]: pgmap v11908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:10.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:10.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:10.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:11.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:11.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:11.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:11.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:11.479 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:11 smithi203 ceph-mon[117428]: pgmap v11909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:11 smithi137 ceph-mon[117020]: pgmap v11909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:11 smithi066 ceph-mon[112137]: pgmap v11909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:12 smithi203 ceph-mon[117428]: from='client.328209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:12 smithi137 ceph-mon[117020]: from='client.328209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:12 smithi066 ceph-mon[112137]: from='client.328209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:13 smithi203 ceph-mon[117428]: pgmap v11910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:50:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:13 smithi137 ceph-mon[117020]: pgmap v11910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:50:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:13 smithi066 ceph-mon[112137]: pgmap v11910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:50:15.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:15 smithi203 ceph-mon[117428]: pgmap v11911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:50:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:15 smithi137 ceph-mon[117020]: pgmap v11911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:50:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:15 smithi066 ceph-mon[112137]: pgmap v11911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:50:16.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:16.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:16.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:17.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:17.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:17.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:17.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:17.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:17.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:17 smithi203 ceph-mon[117428]: pgmap v11912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:50:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:17 smithi137 ceph-mon[117020]: pgmap v11912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:50:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:17 smithi066 ceph-mon[112137]: pgmap v11912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:50:18.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:18 smithi203 ceph-mon[117428]: from='client.328287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:18.933 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:18 smithi137 ceph-mon[117020]: from='client.328287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:18 smithi066 ceph-mon[112137]: from='client.328287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:19 smithi203 ceph-mon[117428]: pgmap v11913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:19.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:19 smithi137 ceph-mon[117020]: pgmap v11913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:19 smithi066 ceph-mon[112137]: pgmap v11913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:21 smithi203 ceph-mon[117428]: pgmap v11914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:21 smithi137 ceph-mon[117020]: pgmap v11914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:21 smithi066 ceph-mon[112137]: pgmap v11914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:22.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:22.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:22.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:22.921 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:22.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:22.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:22.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:22.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:23 smithi203 ceph-mon[117428]: pgmap v11915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:23.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:23 smithi203 ceph-mon[117428]: from='client.328359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:23 smithi137 ceph-mon[117020]: pgmap v11915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:23.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:23 smithi137 ceph-mon[117020]: from='client.328359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:23 smithi066 ceph-mon[112137]: pgmap v11915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:23 smithi066 ceph-mon[112137]: from='client.328359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:25.793 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:25 smithi137 ceph-mon[117020]: pgmap v11916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:25.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:25 smithi203 ceph-mon[117428]: pgmap v11916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:25 smithi066 ceph-mon[112137]: pgmap v11916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:50:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:50:26.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:50:26.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:50:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:50:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:50:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:50:26.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:50:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:50:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:50:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:50:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:50:27.827 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:27 smithi203 ceph-mon[117428]: pgmap v11917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:27.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:27 smithi137 ceph-mon[117020]: pgmap v11917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:27.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:27.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:27.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:27 smithi066 ceph-mon[112137]: pgmap v11917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:28.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:28.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:28.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:28.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:28.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:29 smithi203 ceph-mon[117428]: from='client.328437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:29 smithi203 ceph-mon[117428]: pgmap v11918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:29.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:29 smithi137 ceph-mon[117020]: from='client.328437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:29.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:29 smithi137 ceph-mon[117020]: pgmap v11918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:29 smithi066 ceph-mon[112137]: from='client.328437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:29 smithi066 ceph-mon[112137]: pgmap v11918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:31 smithi203 ceph-mon[117428]: pgmap v11919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:31.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:31 smithi137 ceph-mon[117020]: pgmap v11919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:31 smithi066 ceph-mon[112137]: pgmap v11919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:33.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:33.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:33.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:33 smithi203 ceph-mon[117428]: pgmap v11920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:33.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:33 smithi137 ceph-mon[117020]: pgmap v11920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:33 smithi066 ceph-mon[112137]: pgmap v11920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:34.377 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:34.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:34.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:34.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:34.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:35 smithi203 ceph-mon[117428]: from='client.328512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:35 smithi203 ceph-mon[117428]: pgmap v11921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:35.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:35 smithi137 ceph-mon[117020]: from='client.328512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:35.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:35 smithi137 ceph-mon[117020]: pgmap v11921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:35 smithi066 ceph-mon[112137]: from='client.328512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:35 smithi066 ceph-mon[112137]: pgmap v11921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:37 smithi203 ceph-mon[117428]: pgmap v11922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:37 smithi137 ceph-mon[117020]: pgmap v11922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:37 smithi066 ceph-mon[112137]: pgmap v11922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:39.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:39.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:39.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:39 smithi203 ceph-mon[117428]: pgmap v11923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:39.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:39 smithi137 ceph-mon[117020]: pgmap v11923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:39 smithi066 ceph-mon[112137]: pgmap v11923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:40.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:40.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:40.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:40.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:40.106 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:40 smithi203 ceph-mon[117428]: from='client.328587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:40 smithi137 ceph-mon[117020]: from='client.328587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:40 smithi066 ceph-mon[112137]: from='client.328587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:41 smithi203 ceph-mon[117428]: pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:41 smithi137 ceph-mon[117020]: pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:41 smithi066 ceph-mon[112137]: pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:43 smithi203 ceph-mon[117428]: pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:43.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:43 smithi137 ceph-mon[117020]: pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:43 smithi066 ceph-mon[112137]: pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:45.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:45.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:45.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:45.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:45 smithi203 ceph-mon[117428]: pgmap v11926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:45.826 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:45.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:45.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:45.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:45.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:45.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:45 smithi137 ceph-mon[117020]: pgmap v11926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:45 smithi066 ceph-mon[112137]: pgmap v11926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:46.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:46 smithi203 ceph-mon[117428]: from='client.328659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:46.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:46 smithi137 ceph-mon[117020]: from='client.328659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:46.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:46 smithi066 ceph-mon[112137]: from='client.328659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:47 smithi203 ceph-mon[117428]: pgmap v11927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:47.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:47 smithi137 ceph-mon[117020]: pgmap v11927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:47 smithi066 ceph-mon[112137]: pgmap v11927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:49 smithi203 ceph-mon[117428]: pgmap v11928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:49.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:49 smithi137 ceph-mon[117020]: pgmap v11928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:49 smithi066 ceph-mon[112137]: pgmap v11928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:50.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:50.828 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:50.828 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:51.557 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:51.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:51.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:51.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:51.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:51.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:51 smithi137 ceph-mon[117020]: pgmap v11929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:51 smithi066 ceph-mon[112137]: pgmap v11929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:51 smithi203 ceph-mon[117428]: pgmap v11929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:52.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:52 smithi137 ceph-mon[117020]: from='client.328734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:52 smithi066 ceph-mon[112137]: from='client.328734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:52 smithi203 ceph-mon[117428]: from='client.328734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:53.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:53 smithi137 ceph-mon[117020]: pgmap v11930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:53 smithi066 ceph-mon[112137]: pgmap v11930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:53 smithi203 ceph-mon[117428]: pgmap v11930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:55.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:55 smithi137 ceph-mon[117020]: pgmap v11931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:55 smithi066 ceph-mon[112137]: pgmap v11931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:55 smithi203 ceph-mon[117428]: pgmap v11931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:56.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:50:56.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:56.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:57.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:50:57.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:57.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:57.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:57.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:50:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:57 smithi137 ceph-mon[117020]: pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:57 smithi066 ceph-mon[112137]: pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:57 smithi203 ceph-mon[117428]: pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:58.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:58 smithi137 ceph-mon[117020]: from='client.328809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:58 smithi066 ceph-mon[112137]: from='client.328809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:58 smithi203 ceph-mon[117428]: from='client.328809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:59.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:50:59 smithi137 ceph-mon[117020]: pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:50:59 smithi066 ceph-mon[112137]: pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:50:59 smithi203 ceph-mon[117428]: pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:01.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:01 smithi137 ceph-mon[117020]: pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:01 smithi066 ceph-mon[112137]: pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:01 smithi203 ceph-mon[117428]: pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:02.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:02.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:02.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:03.022 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:03.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:03.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:03.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:03.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:03.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:03 smithi137 ceph-mon[117020]: pgmap v11935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:03.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:03 smithi137 ceph-mon[117020]: from='client.328887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:03 smithi066 ceph-mon[112137]: pgmap v11935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:03 smithi066 ceph-mon[112137]: from='client.328887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:03 smithi203 ceph-mon[117428]: pgmap v11935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:03 smithi203 ceph-mon[117428]: from='client.328887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:05.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:05 smithi137 ceph-mon[117020]: pgmap v11936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:05 smithi066 ceph-mon[112137]: pgmap v11936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:05 smithi203 ceph-mon[117428]: pgmap v11936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:07.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:07 smithi137 ceph-mon[117020]: pgmap v11937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:07 smithi066 ceph-mon[112137]: pgmap v11937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:08.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:08.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:08.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:07 smithi203 ceph-mon[117428]: pgmap v11937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:08.753 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:08.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:08.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:08.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:08.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:09.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:09 smithi137 ceph-mon[117020]: pgmap v11938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:09.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:09 smithi137 ceph-mon[117020]: from='client.328965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:09 smithi066 ceph-mon[112137]: pgmap v11938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:10.013 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:09 smithi066 ceph-mon[112137]: from='client.328965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:09 smithi203 ceph-mon[117428]: pgmap v11938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:09 smithi203 ceph-mon[117428]: from='client.328965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:11 smithi137 ceph-mon[117020]: pgmap v11939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:11 smithi066 ceph-mon[112137]: pgmap v11939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:11 smithi203 ceph-mon[117428]: pgmap v11939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:13.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:13.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:13.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:13.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:13 smithi137 ceph-mon[117020]: pgmap v11940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:13 smithi066 ceph-mon[112137]: pgmap v11940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:13 smithi203 ceph-mon[117428]: pgmap v11940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:14.492 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:14.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:14.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:14.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:14.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:15 smithi066 ceph-mon[112137]: from='client.329043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:15 smithi066 ceph-mon[112137]: pgmap v11941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:15 smithi203 ceph-mon[117428]: from='client.329043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:16.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:15 smithi203 ceph-mon[117428]: pgmap v11941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:16.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:15 smithi137 ceph-mon[117020]: from='client.329043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:16.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:15 smithi137 ceph-mon[117020]: pgmap v11941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:17 smithi066 ceph-mon[112137]: pgmap v11942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:17 smithi203 ceph-mon[117428]: pgmap v11942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:18.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:17 smithi137 ceph-mon[117020]: pgmap v11942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:19.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:19.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:19.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:19 smithi066 ceph-mon[112137]: pgmap v11943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:19 smithi203 ceph-mon[117428]: pgmap v11943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:20.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:19 smithi137 ceph-mon[117020]: pgmap v11943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:20.236 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:20.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:20.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:20.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:20.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:21 smithi066 ceph-mon[112137]: from='client.329121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:21.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:21 smithi066 ceph-mon[112137]: pgmap v11944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:21 smithi203 ceph-mon[117428]: from='client.329121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:21 smithi203 ceph-mon[117428]: pgmap v11944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:21 smithi137 ceph-mon[117020]: from='client.329121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:21 smithi137 ceph-mon[117020]: pgmap v11944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:23 smithi066 ceph-mon[112137]: pgmap v11945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:23 smithi203 ceph-mon[117428]: pgmap v11945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:23 smithi137 ceph-mon[117020]: pgmap v11945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:25.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:25.238 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:25.238 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:25.973 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:25.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:25.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:25.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:25.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:25 smithi066 ceph-mon[112137]: pgmap v11946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:26.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:25 smithi203 ceph-mon[117428]: pgmap v11946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:26.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:25 smithi137 ceph-mon[117020]: pgmap v11946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:26.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:26 smithi066 ceph-mon[112137]: from='client.329196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:26 smithi203 ceph-mon[117428]: from='client.329196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:27.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:26 smithi137 ceph-mon[117020]: from='client.329196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:27 smithi066 ceph-mon[112137]: pgmap v11947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:51:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:51:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:51:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:51:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:27 smithi203 ceph-mon[117428]: pgmap v11947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:51:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:51:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:51:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:51:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:27 smithi137 ceph-mon[117020]: pgmap v11947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:51:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:51:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:51:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:51:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:29 smithi066 ceph-mon[112137]: pgmap v11948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:29 smithi203 ceph-mon[117428]: pgmap v11948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:29 smithi137 ceph-mon[117020]: pgmap v11948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:30.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:30.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:30.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:31.700 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:31.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:31.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:31.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:31.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:31 smithi066 ceph-mon[112137]: pgmap v11949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:31 smithi203 ceph-mon[117428]: pgmap v11949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:32.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:31 smithi137 ceph-mon[117020]: pgmap v11949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:32 smithi066 ceph-mon[112137]: from='client.329271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:32 smithi203 ceph-mon[117428]: from='client.329271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:33.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:32 smithi137 ceph-mon[117020]: from='client.329271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:33 smithi066 ceph-mon[112137]: pgmap v11950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:33 smithi203 ceph-mon[117428]: pgmap v11950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:33 smithi137 ceph-mon[117020]: pgmap v11950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:35 smithi066 ceph-mon[112137]: pgmap v11951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:35 smithi203 ceph-mon[117428]: pgmap v11951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:36.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:35 smithi137 ceph-mon[117020]: pgmap v11951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:36.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:36.702 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:36.702 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:37.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:37.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:37.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:37.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:37.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:37 smithi066 ceph-mon[112137]: pgmap v11952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:37 smithi203 ceph-mon[117428]: pgmap v11952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:38.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:37 smithi137 ceph-mon[117020]: pgmap v11952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:38 smithi066 ceph-mon[112137]: from='client.329349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:38 smithi203 ceph-mon[117428]: from='client.329349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:38 smithi137 ceph-mon[117020]: from='client.329349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:39 smithi066 ceph-mon[112137]: pgmap v11953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:39 smithi203 ceph-mon[117428]: pgmap v11953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:39 smithi137 ceph-mon[117020]: pgmap v11953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:41 smithi066 ceph-mon[112137]: pgmap v11954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:41 smithi203 ceph-mon[117428]: pgmap v11954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:41 smithi137 ceph-mon[117020]: pgmap v11954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:42.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:42.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:42.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:43.164 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:43.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:43.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:43.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:43.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:43 smithi066 ceph-mon[112137]: pgmap v11955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:43 smithi066 ceph-mon[112137]: from='client.329427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:43 smithi203 ceph-mon[117428]: pgmap v11955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:43 smithi203 ceph-mon[117428]: from='client.329427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:44.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:43 smithi137 ceph-mon[117020]: pgmap v11955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:44.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:43 smithi137 ceph-mon[117020]: from='client.329427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:45 smithi066 ceph-mon[112137]: pgmap v11956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:45 smithi203 ceph-mon[117428]: pgmap v11956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:46.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:45 smithi137 ceph-mon[117020]: pgmap v11956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:47 smithi066 ceph-mon[112137]: pgmap v11957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:47 smithi203 ceph-mon[117428]: pgmap v11957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:47 smithi137 ceph-mon[117020]: pgmap v11957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:48.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:48.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:48.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:48.906 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:48.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:48.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:48.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:48.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:49.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:49 smithi066 ceph-mon[112137]: pgmap v11958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:49.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:49 smithi066 ceph-mon[112137]: from='client.329505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:49 smithi203 ceph-mon[117428]: pgmap v11958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:50.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:49 smithi203 ceph-mon[117428]: from='client.329505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:50.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:49 smithi137 ceph-mon[117020]: pgmap v11958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:50.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:49 smithi137 ceph-mon[117020]: from='client.329505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:51 smithi066 ceph-mon[112137]: pgmap v11959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:51 smithi203 ceph-mon[117428]: pgmap v11959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:52.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:51 smithi137 ceph-mon[117020]: pgmap v11959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:53.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:53.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:53.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:53 smithi203 ceph-mon[117428]: pgmap v11960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:54.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:53 smithi137 ceph-mon[117020]: pgmap v11960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:54.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:54.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:54.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:54.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:51:54.630 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:51:56.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:53 smithi066 ceph-mon[112137]: pgmap v11960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:56.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:55 smithi066 ceph-mon[112137]: from='client.329580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:56.014 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:55 smithi066 ceph-mon[112137]: pgmap v11961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:55 smithi203 ceph-mon[117428]: from='client.329580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:56.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:55 smithi203 ceph-mon[117428]: pgmap v11961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:55 smithi137 ceph-mon[117020]: from='client.329580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:55 smithi137 ceph-mon[117020]: pgmap v11961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:57 smithi066 ceph-mon[112137]: pgmap v11962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:57 smithi203 ceph-mon[117428]: pgmap v11962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:58.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:57 smithi137 ceph-mon[117020]: pgmap v11962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:59.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:51:59.632 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:59.632 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:51:59 smithi066 ceph-mon[112137]: pgmap v11963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:51:59 smithi203 ceph-mon[117428]: pgmap v11963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:00.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:51:59 smithi137 ceph-mon[117020]: pgmap v11963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:00.366 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:00.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:00.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:00.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:00.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:01 smithi066 ceph-mon[112137]: from='client.329658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:01 smithi066 ceph-mon[112137]: pgmap v11964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:01 smithi203 ceph-mon[117428]: from='client.329658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:01 smithi203 ceph-mon[117428]: pgmap v11964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:02.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:01 smithi137 ceph-mon[117020]: from='client.329658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:02.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:01 smithi137 ceph-mon[117020]: pgmap v11964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:03 smithi066 ceph-mon[112137]: pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:03 smithi203 ceph-mon[117428]: pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:04.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:03 smithi137 ceph-mon[117020]: pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:05.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:05.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:05.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:05 smithi066 ceph-mon[112137]: pgmap v11966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:05 smithi203 ceph-mon[117428]: pgmap v11966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:06.119 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:06.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:06.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:06.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:06.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:06.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:05 smithi137 ceph-mon[117020]: pgmap v11966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:06.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:06 smithi066 ceph-mon[112137]: from='client.329736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:07.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:06 smithi203 ceph-mon[117428]: from='client.329736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:06 smithi137 ceph-mon[117020]: from='client.329736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:07 smithi066 ceph-mon[112137]: pgmap v11967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:07 smithi203 ceph-mon[117428]: pgmap v11967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:07 smithi137 ceph-mon[117020]: pgmap v11967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:09 smithi066 ceph-mon[112137]: pgmap v11968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:10.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:09 smithi203 ceph-mon[117428]: pgmap v11968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:10.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:09 smithi137 ceph-mon[117020]: pgmap v11968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:11.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:11.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:11.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:11.841 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:11.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:11.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:11.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:11.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:11 smithi066 ceph-mon[112137]: pgmap v11969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:12.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:11 smithi203 ceph-mon[117428]: pgmap v11969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:12.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:11 smithi137 ceph-mon[117020]: pgmap v11969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:12 smithi066 ceph-mon[112137]: from='client.329814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:13.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:12 smithi203 ceph-mon[117428]: from='client.329814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:13.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:12 smithi137 ceph-mon[117020]: from='client.329814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:13 smithi066 ceph-mon[112137]: pgmap v11970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:13 smithi203 ceph-mon[117428]: pgmap v11970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:14.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:13 smithi137 ceph-mon[117020]: pgmap v11970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:16.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:15 smithi203 ceph-mon[117428]: pgmap v11971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:16.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:15 smithi137 ceph-mon[117020]: pgmap v11971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:15 smithi066 ceph-mon[112137]: pgmap v11971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:16.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:16.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:16.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:17.572 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:17.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:17.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:17.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:17.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:17 smithi203 ceph-mon[117428]: pgmap v11972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:18.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:17 smithi137 ceph-mon[117020]: pgmap v11972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:17 smithi066 ceph-mon[112137]: pgmap v11972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:18 smithi203 ceph-mon[117428]: from='client.329886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:19.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:18 smithi137 ceph-mon[117020]: from='client.329886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:19.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:18 smithi066 ceph-mon[112137]: from='client.329886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:19 smithi203 ceph-mon[117428]: pgmap v11973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:20.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:19 smithi137 ceph-mon[117020]: pgmap v11973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:19 smithi066 ceph-mon[112137]: pgmap v11973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:21 smithi203 ceph-mon[117428]: pgmap v11974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:21 smithi137 ceph-mon[117020]: pgmap v11974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:21 smithi066 ceph-mon[112137]: pgmap v11974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:22.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:22.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:22.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:23.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:23.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:23.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:23.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:23.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:23 smithi203 ceph-mon[117428]: pgmap v11975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:23 smithi137 ceph-mon[117020]: pgmap v11975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:24.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:23 smithi066 ceph-mon[112137]: pgmap v11975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:24 smithi203 ceph-mon[117428]: from='client.329958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:24 smithi137 ceph-mon[117020]: from='client.329958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:24 smithi066 ceph-mon[112137]: from='client.329958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:26.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:25 smithi203 ceph-mon[117428]: pgmap v11976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:26.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:25 smithi137 ceph-mon[117020]: pgmap v11976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:26.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:25 smithi066 ceph-mon[112137]: pgmap v11976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:27 smithi203 ceph-mon[117428]: pgmap v11977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:28.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:52:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:27 smithi137 ceph-mon[117020]: pgmap v11977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:52:28.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:27 smithi066 ceph-mon[112137]: pgmap v11977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:28.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:52:28.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:28.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:28.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:29.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:29.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:29.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:29.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:29.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:52:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:52:29.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:52:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:52:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:52:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:52:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:52:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:52:29.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:52:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:29 smithi203 ceph-mon[117428]: pgmap v11978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:30.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:29 smithi203 ceph-mon[117428]: from='client.330036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:29 smithi137 ceph-mon[117020]: pgmap v11978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:29 smithi137 ceph-mon[117020]: from='client.330036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:29 smithi066 ceph-mon[112137]: pgmap v11978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:29 smithi066 ceph-mon[112137]: from='client.330036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:32.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:31 smithi203 ceph-mon[117428]: pgmap v11979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:32.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:31 smithi137 ceph-mon[117020]: pgmap v11979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:31 smithi066 ceph-mon[112137]: pgmap v11979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:34.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:34.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:34.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:33 smithi203 ceph-mon[117428]: pgmap v11980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:33 smithi137 ceph-mon[117020]: pgmap v11980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:34.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:33 smithi066 ceph-mon[112137]: pgmap v11980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:34.754 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:34.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:34.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:34.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:34.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:36.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:35 smithi203 ceph-mon[117428]: from='client.330111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:36.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:35 smithi203 ceph-mon[117428]: pgmap v11981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:36.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:35 smithi137 ceph-mon[117020]: from='client.330111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:36.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:35 smithi137 ceph-mon[117020]: pgmap v11981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:36.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:35 smithi066 ceph-mon[112137]: from='client.330111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:36.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:35 smithi066 ceph-mon[112137]: pgmap v11981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:37 smithi203 ceph-mon[117428]: pgmap v11982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:52:38.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:37 smithi137 ceph-mon[117020]: pgmap v11982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:52:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:37 smithi066 ceph-mon[112137]: pgmap v11982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:52:39.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:39.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:39.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:39 smithi203 ceph-mon[117428]: pgmap v11983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:52:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:39 smithi137 ceph-mon[117020]: pgmap v11983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:52:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:39 smithi066 ceph-mon[112137]: pgmap v11983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:52:40.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:40.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:40.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:40.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:40.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:41 smithi203 ceph-mon[117428]: from='client.330186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:42.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:41 smithi203 ceph-mon[117428]: pgmap v11984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:41 smithi137 ceph-mon[117020]: from='client.330186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:41 smithi137 ceph-mon[117020]: pgmap v11984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:42.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:41 smithi066 ceph-mon[112137]: from='client.330186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:42.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:41 smithi066 ceph-mon[112137]: pgmap v11984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:44.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:43 smithi203 ceph-mon[117428]: pgmap v11985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:44.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:43 smithi137 ceph-mon[117020]: pgmap v11985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:43 smithi066 ceph-mon[112137]: pgmap v11985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:45.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:45.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:45.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:46.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:45 smithi203 ceph-mon[117428]: pgmap v11986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:46.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:45 smithi137 ceph-mon[117020]: pgmap v11986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:46.217 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:46.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:46.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:46.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:46.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:46.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:45 smithi066 ceph-mon[112137]: pgmap v11986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:47 smithi203 ceph-mon[117428]: from='client.330261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:48.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:47 smithi203 ceph-mon[117428]: pgmap v11987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:47 smithi137 ceph-mon[117020]: from='client.330261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:47 smithi137 ceph-mon[117020]: pgmap v11987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:48.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:47 smithi066 ceph-mon[112137]: from='client.330261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:48.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:47 smithi066 ceph-mon[112137]: pgmap v11987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:49 smithi203 ceph-mon[117428]: pgmap v11988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:52:50.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:49 smithi137 ceph-mon[117020]: pgmap v11988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:52:50.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:49 smithi066 ceph-mon[112137]: pgmap v11988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:52:51.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:51.219 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:51.219 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:51.944 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:51.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:51.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:51.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:51.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:51 smithi203 ceph-mon[117428]: pgmap v11989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:52:52.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:51 smithi137 ceph-mon[117020]: pgmap v11989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:52:52.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:51 smithi066 ceph-mon[112137]: pgmap v11989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:52:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:52 smithi203 ceph-mon[117428]: from='client.330336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:53.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:52 smithi137 ceph-mon[117020]: from='client.330336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:52 smithi066 ceph-mon[112137]: from='client.330336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:53 smithi203 ceph-mon[117428]: pgmap v11990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:54.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:53 smithi137 ceph-mon[117020]: pgmap v11990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:54.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:53 smithi066 ceph-mon[112137]: pgmap v11990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:55 smithi203 ceph-mon[117428]: pgmap v11991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:55 smithi137 ceph-mon[117020]: pgmap v11991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:55 smithi066 ceph-mon[112137]: pgmap v11991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:56.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:52:56.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:56.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:57.675 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:52:57.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:57.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:57.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:57.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:52:58.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:57 smithi203 ceph-mon[117428]: pgmap v11992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:58.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:57 smithi137 ceph-mon[117020]: pgmap v11992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:57 smithi066 ceph-mon[112137]: pgmap v11992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:59.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:58 smithi203 ceph-mon[117428]: from='client.330414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:58 smithi137 ceph-mon[117020]: from='client.330414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:58 smithi066 ceph-mon[112137]: from='client.330414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:52:59 smithi203 ceph-mon[117428]: pgmap v11993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:00.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:52:59 smithi137 ceph-mon[117020]: pgmap v11993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:52:59 smithi066 ceph-mon[112137]: pgmap v11993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:02.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:01 smithi203 ceph-mon[117428]: pgmap v11994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:02.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:01 smithi137 ceph-mon[117020]: pgmap v11994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:01 smithi066 ceph-mon[112137]: pgmap v11994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:02.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:02.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:02.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:03.402 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:03.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:03.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:03.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:03.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:04.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:03 smithi203 ceph-mon[117428]: pgmap v11995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:04.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:03 smithi137 ceph-mon[117020]: pgmap v11995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:04.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:03 smithi066 ceph-mon[112137]: pgmap v11995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:04 smithi137 ceph-mon[117020]: from='client.330489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:05.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:04 smithi066 ceph-mon[112137]: from='client.330489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:05.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:04 smithi203 ceph-mon[117428]: from='client.330489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:06.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:05 smithi137 ceph-mon[117020]: pgmap v11996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:06.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:05 smithi066 ceph-mon[112137]: pgmap v11996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:06.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:05 smithi203 ceph-mon[117428]: pgmap v11996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:07.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:06 smithi137 ceph-mon[117020]: pgmap v11997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:07.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:06 smithi066 ceph-mon[112137]: pgmap v11997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:07.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:06 smithi203 ceph-mon[117428]: pgmap v11997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:08.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:08.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:08.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:09.145 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:09.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:09.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:09.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:09.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:09.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:09 smithi066 ceph-mon[112137]: pgmap v11998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:09.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:09 smithi066 ceph-mon[112137]: from='client.330564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:09.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:09 smithi203 ceph-mon[117428]: pgmap v11998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:09.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:09 smithi203 ceph-mon[117428]: from='client.330564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:09 smithi137 ceph-mon[117020]: pgmap v11998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:09 smithi137 ceph-mon[117020]: from='client.330564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:11 smithi066 ceph-mon[112137]: pgmap v11999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:11.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:11 smithi203 ceph-mon[117428]: pgmap v11999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:11 smithi137 ceph-mon[117020]: pgmap v11999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:13 smithi066 ceph-mon[112137]: pgmap v12000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:13.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:13 smithi203 ceph-mon[117428]: pgmap v12000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:13.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:13 smithi137 ceph-mon[117020]: pgmap v12000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:14.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:14.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:14.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:14.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:15.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:15 smithi203 ceph-mon[117428]: pgmap v12001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:15.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:15 smithi203 ceph-mon[117428]: from='client.330639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:15 smithi137 ceph-mon[117020]: pgmap v12001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:15 smithi137 ceph-mon[117020]: from='client.330639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:15 smithi066 ceph-mon[112137]: pgmap v12001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:15.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:15 smithi066 ceph-mon[112137]: from='client.330639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:17.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:17 smithi203 ceph-mon[117428]: pgmap v12002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:53:17.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:17 smithi137 ceph-mon[117020]: pgmap v12002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:53:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:17 smithi066 ceph-mon[112137]: pgmap v12002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:53:19.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:19 smithi203 ceph-mon[117428]: pgmap v12003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:53:19.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:19 smithi137 ceph-mon[117020]: pgmap v12003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:53:19.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:19.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:19.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:19 smithi066 ceph-mon[112137]: pgmap v12003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:53:20.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:20.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:20.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:20.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:20.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:21.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:21 smithi203 ceph-mon[117428]: from='client.330711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:21.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:21 smithi203 ceph-mon[117428]: pgmap v12004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:21.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:21 smithi137 ceph-mon[117020]: from='client.330711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:21.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:21 smithi137 ceph-mon[117020]: pgmap v12004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:21 smithi066 ceph-mon[112137]: from='client.330711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:21 smithi066 ceph-mon[112137]: pgmap v12004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:23 smithi203 ceph-mon[117428]: pgmap v12005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:23.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:23 smithi137 ceph-mon[117020]: pgmap v12005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:23 smithi066 ceph-mon[112137]: pgmap v12005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:25.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:25.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:25.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:25.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:25 smithi203 ceph-mon[117428]: pgmap v12006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:25.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:25 smithi137 ceph-mon[117020]: pgmap v12006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:25 smithi066 ceph-mon[112137]: pgmap v12006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:26.360 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:26.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:26.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:26.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:26.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:27.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:27 smithi203 ceph-mon[117428]: from='client.330786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:27.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:27 smithi203 ceph-mon[117428]: pgmap v12007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:27.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:27 smithi137 ceph-mon[117020]: from='client.330786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:27.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:27 smithi137 ceph-mon[117020]: pgmap v12007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:27 smithi066 ceph-mon[112137]: from='client.330786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:27 smithi066 ceph-mon[112137]: pgmap v12007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:53:28.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:53:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:53:29.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:29 smithi203 ceph-mon[117428]: pgmap v12008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:53:29.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:53:29.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:53:29.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:53:29.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:29 smithi137 ceph-mon[117020]: pgmap v12008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:53:29.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:53:29.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:53:29.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:53:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:29 smithi066 ceph-mon[112137]: pgmap v12008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:53:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:53:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:53:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:53:31.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:31.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:31.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:31 smithi203 ceph-mon[117428]: pgmap v12009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:53:31.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:31 smithi137 ceph-mon[117020]: pgmap v12009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:53:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:31 smithi066 ceph-mon[112137]: pgmap v12009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:53:32.090 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:32.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:32.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:32.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:32.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:32 smithi203 ceph-mon[117428]: from='client.330861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:32 smithi137 ceph-mon[117020]: from='client.330861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:32 smithi066 ceph-mon[112137]: from='client.330861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:33.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:33 smithi203 ceph-mon[117428]: pgmap v12010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:33.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:33 smithi137 ceph-mon[117020]: pgmap v12010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:33 smithi066 ceph-mon[112137]: pgmap v12010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:35.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:35 smithi203 ceph-mon[117428]: pgmap v12011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:35.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:35 smithi137 ceph-mon[117020]: pgmap v12011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:35 smithi066 ceph-mon[112137]: pgmap v12011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:37.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:37.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:37.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:37.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:37 smithi203 ceph-mon[117428]: pgmap v12012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:37.829 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:37.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:37.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:37.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:37.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:37 smithi137 ceph-mon[117020]: pgmap v12012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:37 smithi066 ceph-mon[112137]: pgmap v12012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:38 smithi203 ceph-mon[117428]: from='client.330936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:38.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:38 smithi137 ceph-mon[117020]: from='client.330936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:38 smithi066 ceph-mon[112137]: from='client.330936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:39 smithi203 ceph-mon[117428]: pgmap v12013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:39.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:39 smithi137 ceph-mon[117020]: pgmap v12013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:39 smithi066 ceph-mon[112137]: pgmap v12013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:41.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:41 smithi203 ceph-mon[117428]: pgmap v12014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:41.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:41 smithi137 ceph-mon[117020]: pgmap v12014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:41 smithi066 ceph-mon[112137]: pgmap v12014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:42.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:42.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:42.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:43.568 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:43.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:43.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:43.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:43.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:43.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:43 smithi203 ceph-mon[117428]: pgmap v12015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:43.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:43 smithi137 ceph-mon[117020]: pgmap v12015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:43 smithi066 ceph-mon[112137]: pgmap v12015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:44.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:44 smithi203 ceph-mon[117428]: from='client.331014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:44.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:44 smithi137 ceph-mon[117020]: from='client.331014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:44 smithi066 ceph-mon[112137]: from='client.331014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:45.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:45 smithi203 ceph-mon[117428]: pgmap v12016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:45.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:45 smithi137 ceph-mon[117020]: pgmap v12016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:45 smithi066 ceph-mon[112137]: pgmap v12016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:47 smithi203 ceph-mon[117428]: pgmap v12017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:47.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:47 smithi137 ceph-mon[117020]: pgmap v12017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:47 smithi066 ceph-mon[112137]: pgmap v12017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:48.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:48.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:48.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:49.308 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:49.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:49.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:49.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:49.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:49.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:49 smithi203 ceph-mon[117428]: pgmap v12018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:49.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:49 smithi137 ceph-mon[117020]: pgmap v12018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:49 smithi066 ceph-mon[112137]: pgmap v12018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:50.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:50 smithi203 ceph-mon[117428]: from='client.331089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:50.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:50 smithi137 ceph-mon[117020]: from='client.331089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:50 smithi066 ceph-mon[112137]: from='client.331089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:51 smithi203 ceph-mon[117428]: pgmap v12019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:51.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:51 smithi137 ceph-mon[117020]: pgmap v12019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:51 smithi066 ceph-mon[112137]: pgmap v12019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:53.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:53 smithi137 ceph-mon[117020]: pgmap v12020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:53 smithi066 ceph-mon[112137]: pgmap v12020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:53 smithi203 ceph-mon[117428]: pgmap v12020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:54.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:53:54.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:54.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:55.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:55.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:55.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:55.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:53:55.041 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:53:55.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:55 smithi137 ceph-mon[117020]: pgmap v12021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:55.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:55 smithi137 ceph-mon[117020]: from='client.331164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:55 smithi066 ceph-mon[112137]: pgmap v12021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:55 smithi066 ceph-mon[112137]: from='client.331164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:55 smithi203 ceph-mon[117428]: pgmap v12021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:56.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:55 smithi203 ceph-mon[117428]: from='client.331164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:57 smithi137 ceph-mon[117020]: pgmap v12022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:53:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:57 smithi066 ceph-mon[112137]: pgmap v12022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:53:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:57 smithi203 ceph-mon[117428]: pgmap v12022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:53:59.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:53:59 smithi137 ceph-mon[117020]: pgmap v12023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:53:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:53:59 smithi066 ceph-mon[112137]: pgmap v12023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:54:00.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:00.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:00.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:53:59 smithi203 ceph-mon[117428]: pgmap v12023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:54:00.772 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:00.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:00.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:00.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:00.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:01.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:01 smithi137 ceph-mon[117020]: from='client.331239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:01.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:01 smithi137 ceph-mon[117020]: pgmap v12024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:01 smithi066 ceph-mon[112137]: from='client.331239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:01 smithi066 ceph-mon[112137]: pgmap v12024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:01 smithi203 ceph-mon[117428]: from='client.331239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:02.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:01 smithi203 ceph-mon[117428]: pgmap v12024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:03.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:03 smithi137 ceph-mon[117020]: pgmap v12025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:03 smithi066 ceph-mon[112137]: pgmap v12025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:03 smithi203 ceph-mon[117428]: pgmap v12025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:05.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:05.774 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:05.774 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:05.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:05 smithi137 ceph-mon[117020]: pgmap v12026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:05 smithi066 ceph-mon[112137]: pgmap v12026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:05 smithi203 ceph-mon[117428]: pgmap v12026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:06.497 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:06.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:06.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:06.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:06.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:07.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:07 smithi137 ceph-mon[117020]: from='client.331311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:07.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:07 smithi137 ceph-mon[117020]: pgmap v12027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:07 smithi066 ceph-mon[112137]: from='client.331311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:07 smithi066 ceph-mon[112137]: pgmap v12027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:08.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:07 smithi203 ceph-mon[117428]: from='client.331311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:08.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:07 smithi203 ceph-mon[117428]: pgmap v12027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:09.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:09 smithi137 ceph-mon[117020]: pgmap v12028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:54:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:09 smithi066 ceph-mon[112137]: pgmap v12028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:54:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:09 smithi203 ceph-mon[117428]: pgmap v12028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:54:11.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:11.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:11.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:11 smithi137 ceph-mon[117020]: pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:54:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:11 smithi066 ceph-mon[112137]: pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:54:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:11 smithi203 ceph-mon[117428]: pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:54:12.228 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:12.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:12.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:12.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:12.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:13.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:13 smithi137 ceph-mon[117020]: from='client.331389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:13.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:13 smithi137 ceph-mon[117020]: pgmap v12030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:13 smithi066 ceph-mon[112137]: from='client.331389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:13 smithi066 ceph-mon[112137]: pgmap v12030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:13 smithi203 ceph-mon[117428]: from='client.331389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:14.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:13 smithi203 ceph-mon[117428]: pgmap v12030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:15.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:15 smithi137 ceph-mon[117020]: pgmap v12031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:15 smithi066 ceph-mon[112137]: pgmap v12031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:15 smithi203 ceph-mon[117428]: pgmap v12031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:17.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:17.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:17.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:17.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:17 smithi137 ceph-mon[117020]: pgmap v12032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:17.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:17.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:17.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:17.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:17.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:17 smithi066 ceph-mon[112137]: pgmap v12032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:17 smithi203 ceph-mon[117428]: pgmap v12032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:18.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:18 smithi137 ceph-mon[117020]: from='client.331467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:18.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:18 smithi066 ceph-mon[112137]: from='client.331467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:18 smithi203 ceph-mon[117428]: from='client.331467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:19.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:19 smithi137 ceph-mon[117020]: pgmap v12033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:19 smithi066 ceph-mon[112137]: pgmap v12033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:19 smithi203 ceph-mon[117428]: pgmap v12033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:21.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:21 smithi137 ceph-mon[117020]: pgmap v12034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:21 smithi066 ceph-mon[112137]: pgmap v12034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:21 smithi203 ceph-mon[117428]: pgmap v12034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:22.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:22.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:22.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:23.674 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:23.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:23 smithi137 ceph-mon[117020]: pgmap v12035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:23 smithi066 ceph-mon[112137]: pgmap v12035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:23 smithi203 ceph-mon[117428]: pgmap v12035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:24.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:24 smithi066 ceph-mon[112137]: from='client.331542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:24 smithi203 ceph-mon[117428]: from='client.331542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:24 smithi137 ceph-mon[117020]: from='client.331542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:25 smithi066 ceph-mon[112137]: pgmap v12036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:25 smithi203 ceph-mon[117428]: pgmap v12036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:26.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:25 smithi137 ceph-mon[117020]: pgmap v12036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:27 smithi066 ceph-mon[112137]: pgmap v12037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:27 smithi203 ceph-mon[117428]: pgmap v12037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:27 smithi137 ceph-mon[117020]: pgmap v12037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:28.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:28.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:28.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:29.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:29.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:29.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:29.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:29.474 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:29 smithi066 ceph-mon[112137]: pgmap v12038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:54:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:54:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:54:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:54:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:29 smithi203 ceph-mon[117428]: pgmap v12038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:30.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:54:30.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:54:30.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:54:30.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:54:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:29 smithi137 ceph-mon[117020]: pgmap v12038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:54:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:54:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:54:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:54:30.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:30 smithi066 ceph-mon[112137]: from='client.331617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:30 smithi203 ceph-mon[117428]: from='client.331617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:31.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:30 smithi137 ceph-mon[117020]: from='client.331617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:31 smithi066 ceph-mon[112137]: pgmap v12039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:31 smithi203 ceph-mon[117428]: pgmap v12039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:32.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:31 smithi137 ceph-mon[117020]: pgmap v12039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:33 smithi066 ceph-mon[112137]: pgmap v12040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:33 smithi203 ceph-mon[117428]: pgmap v12040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:33 smithi137 ceph-mon[117020]: pgmap v12040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:34.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:34.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:34.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:35.206 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:35.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:35.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:35.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:35.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:35 smithi066 ceph-mon[112137]: pgmap v12041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:35 smithi203 ceph-mon[117428]: pgmap v12041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:36.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:35 smithi137 ceph-mon[117020]: pgmap v12041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:36 smithi066 ceph-mon[112137]: from='client.331686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:36 smithi203 ceph-mon[117428]: from='client.331686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:37.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:36 smithi137 ceph-mon[117020]: from='client.331686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:37.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:37 smithi066 ceph-mon[112137]: pgmap v12042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:37 smithi203 ceph-mon[117428]: pgmap v12042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:38.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:37 smithi137 ceph-mon[117020]: pgmap v12042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:39 smithi066 ceph-mon[112137]: pgmap v12043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:39 smithi203 ceph-mon[117428]: pgmap v12043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:39 smithi137 ceph-mon[117020]: pgmap v12043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:40.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:40.208 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:40.208 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:40.937 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:40.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:40.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:40.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:40.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:41 smithi066 ceph-mon[112137]: pgmap v12044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:41 smithi066 ceph-mon[112137]: from='client.331761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:41 smithi203 ceph-mon[117428]: pgmap v12044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:41 smithi203 ceph-mon[117428]: from='client.331761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:41 smithi137 ceph-mon[117020]: pgmap v12044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:42.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:41 smithi137 ceph-mon[117020]: from='client.331761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:43 smithi066 ceph-mon[112137]: pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:44.077 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:43 smithi203 ceph-mon[117428]: pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:44.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:43 smithi137 ceph-mon[117020]: pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:45.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:45.939 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:45.940 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:45 smithi066 ceph-mon[112137]: pgmap v12046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:45 smithi203 ceph-mon[117428]: pgmap v12046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:46.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:45 smithi137 ceph-mon[117020]: pgmap v12046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:46.672 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:46.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:46.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:46.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:46.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:47 smithi066 ceph-mon[112137]: from='client.331836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:47 smithi066 ceph-mon[112137]: pgmap v12047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:47 smithi203 ceph-mon[117428]: from='client.331836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:48.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:47 smithi203 ceph-mon[117428]: pgmap v12047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:47 smithi137 ceph-mon[117020]: from='client.331836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:48.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:47 smithi137 ceph-mon[117020]: pgmap v12047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:49 smithi066 ceph-mon[112137]: pgmap v12048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:50.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:49 smithi203 ceph-mon[117428]: pgmap v12048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:50.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:49 smithi137 ceph-mon[117020]: pgmap v12048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:51.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:51.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:51.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:51 smithi066 ceph-mon[112137]: pgmap v12049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:51 smithi203 ceph-mon[117428]: pgmap v12049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:52.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:51 smithi137 ceph-mon[117020]: pgmap v12049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:52.399 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:52.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:52.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:52.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:52.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:53 smithi066 ceph-mon[112137]: from='client.331914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:53 smithi066 ceph-mon[112137]: pgmap v12050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:53 smithi203 ceph-mon[117428]: from='client.331914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:53 smithi203 ceph-mon[117428]: pgmap v12050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:54.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:53 smithi137 ceph-mon[117020]: from='client.331914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:54.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:53 smithi137 ceph-mon[117020]: pgmap v12050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:55 smithi066 ceph-mon[112137]: pgmap v12051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:55 smithi203 ceph-mon[117428]: pgmap v12051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:55 smithi137 ceph-mon[117020]: pgmap v12051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:57.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:54:57.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:57.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:57 smithi066 ceph-mon[112137]: pgmap v12052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:57 smithi203 ceph-mon[117428]: pgmap v12052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:57 smithi137 ceph-mon[117020]: pgmap v12052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:58.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:58.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:58.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:58.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:54:58.147 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:54:58.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:58 smithi066 ceph-mon[112137]: from='client.331992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:58 smithi203 ceph-mon[117428]: from='client.331992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:59.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:58 smithi137 ceph-mon[117020]: from='client.331992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:54:59 smithi066 ceph-mon[112137]: pgmap v12053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:54:59 smithi203 ceph-mon[117428]: pgmap v12053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:00.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:54:59 smithi137 ceph-mon[117020]: pgmap v12053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:01.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:01 smithi066 ceph-mon[112137]: pgmap v12054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:01 smithi203 ceph-mon[117428]: pgmap v12054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:02.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:01 smithi137 ceph-mon[117020]: pgmap v12054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:03.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:03.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:03.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:03.870 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:03.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:03.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:03.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:03.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:03 smithi066 ceph-mon[112137]: pgmap v12055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:03 smithi203 ceph-mon[117428]: pgmap v12055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:03 smithi137 ceph-mon[117020]: pgmap v12055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:04.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:04 smithi066 ceph-mon[112137]: from='client.332067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:04 smithi203 ceph-mon[117428]: from='client.332067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:04 smithi137 ceph-mon[117020]: from='client.332067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:05 smithi066 ceph-mon[112137]: pgmap v12056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:05 smithi203 ceph-mon[117428]: pgmap v12056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:05 smithi137 ceph-mon[117020]: pgmap v12056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:07 smithi066 ceph-mon[112137]: pgmap v12057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:07 smithi203 ceph-mon[117428]: pgmap v12057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:07 smithi137 ceph-mon[117020]: pgmap v12057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:08.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:08.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:08.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:09.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:09.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:09.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:09.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:09.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:09 smithi066 ceph-mon[112137]: pgmap v12058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:09 smithi203 ceph-mon[117428]: pgmap v12058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:09 smithi137 ceph-mon[117020]: pgmap v12058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:10 smithi066 ceph-mon[112137]: from='client.332145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:10 smithi203 ceph-mon[117428]: from='client.332145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:11.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:10 smithi137 ceph-mon[117020]: from='client.332145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:11 smithi066 ceph-mon[112137]: pgmap v12059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:11 smithi203 ceph-mon[117428]: pgmap v12059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:11 smithi137 ceph-mon[117020]: pgmap v12059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:13 smithi066 ceph-mon[112137]: pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:13 smithi203 ceph-mon[117428]: pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:13 smithi137 ceph-mon[117020]: pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:14.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:14.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:14.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:15.338 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:15.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:15.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:15.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:15.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:15 smithi066 ceph-mon[112137]: pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:15 smithi203 ceph-mon[117428]: pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:15 smithi137 ceph-mon[117020]: pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:16 smithi203 ceph-mon[117428]: from='client.332220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:16 smithi137 ceph-mon[117020]: from='client.332220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:17.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:16 smithi066 ceph-mon[112137]: from='client.332220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:17 smithi203 ceph-mon[117428]: pgmap v12062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:17 smithi137 ceph-mon[117020]: pgmap v12062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:17 smithi066 ceph-mon[112137]: pgmap v12062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:19 smithi203 ceph-mon[117428]: pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:19 smithi137 ceph-mon[117020]: pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:19 smithi066 ceph-mon[112137]: pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:20.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:20.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:20.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:21.074 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:21.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:21.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:21.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:21.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:21 smithi203 ceph-mon[117428]: pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:21 smithi203 ceph-mon[117428]: from='client.332295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:21 smithi137 ceph-mon[117020]: pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:21 smithi137 ceph-mon[117020]: from='client.332295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:21 smithi066 ceph-mon[112137]: pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:21 smithi066 ceph-mon[112137]: from='client.332295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:23 smithi203 ceph-mon[117428]: pgmap v12065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:23 smithi137 ceph-mon[117020]: pgmap v12065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:24.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:23 smithi066 ceph-mon[112137]: pgmap v12065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:25 smithi203 ceph-mon[117428]: pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:26.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:26.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:26.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:25 smithi137 ceph-mon[117020]: pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:26.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:25 smithi066 ceph-mon[112137]: pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:26.810 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:26.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:26.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:26.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:26.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:27 smithi203 ceph-mon[117428]: pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:27 smithi203 ceph-mon[117428]: from='client.332370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:27 smithi137 ceph-mon[117020]: pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:28.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:27 smithi137 ceph-mon[117020]: from='client.332370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:28.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:27 smithi066 ceph-mon[112137]: pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:28.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:27 smithi066 ceph-mon[112137]: from='client.332370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:29 smithi203 ceph-mon[117428]: pgmap v12068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:55:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:29 smithi137 ceph-mon[117020]: pgmap v12068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:30.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:55:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:29 smithi066 ceph-mon[112137]: pgmap v12068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:55:31.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:55:31.088 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:55:31.098 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:55:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:55:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:55:31.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:55:31.244 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:55:31.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:55:31.246 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:55:31.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:31.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:31.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:31 smithi203 ceph-mon[117428]: pgmap v12069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:31 smithi137 ceph-mon[117020]: pgmap v12069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:31 smithi066 ceph-mon[112137]: pgmap v12069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:32.551 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:32.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:32.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:32.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:32.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:33 smithi203 ceph-mon[117428]: from='client.332442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:33 smithi203 ceph-mon[117428]: pgmap v12070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:33 smithi137 ceph-mon[117020]: from='client.332442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:33 smithi137 ceph-mon[117020]: pgmap v12070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:34.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:33 smithi066 ceph-mon[112137]: from='client.332442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:34.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:33 smithi066 ceph-mon[112137]: pgmap v12070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:35 smithi203 ceph-mon[117428]: pgmap v12071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:35 smithi137 ceph-mon[117020]: pgmap v12071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:36.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:35 smithi066 ceph-mon[112137]: pgmap v12071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:37.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:37.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:37.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:37 smithi203 ceph-mon[117428]: pgmap v12072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:38.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:37 smithi137 ceph-mon[117020]: pgmap v12072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:37 smithi066 ceph-mon[112137]: pgmap v12072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:38.276 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:38.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:38.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:38.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:38.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:39 smithi203 ceph-mon[117428]: from='client.332517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:40.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:39 smithi203 ceph-mon[117428]: pgmap v12073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:39 smithi137 ceph-mon[117020]: from='client.332517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:40.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:39 smithi137 ceph-mon[117020]: pgmap v12073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:39 smithi066 ceph-mon[112137]: from='client.332517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:39 smithi066 ceph-mon[112137]: pgmap v12073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:41 smithi203 ceph-mon[117428]: pgmap v12074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:41 smithi137 ceph-mon[117020]: pgmap v12074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:42.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:41 smithi066 ceph-mon[112137]: pgmap v12074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:43.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:43.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:43.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:44.001 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:44.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:44.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:44.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:44.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:43 smithi203 ceph-mon[117428]: pgmap v12075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:43 smithi137 ceph-mon[117020]: pgmap v12075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:43 smithi066 ceph-mon[112137]: pgmap v12075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:45.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:44 smithi203 ceph-mon[117428]: from='client.332592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:44 smithi137 ceph-mon[117020]: from='client.332592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:44 smithi066 ceph-mon[112137]: from='client.332592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:45 smithi203 ceph-mon[117428]: pgmap v12076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:45 smithi137 ceph-mon[117020]: pgmap v12076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:46.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:45 smithi066 ceph-mon[112137]: pgmap v12076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:47 smithi203 ceph-mon[117428]: pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:47 smithi137 ceph-mon[117020]: pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:48.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:47 smithi066 ceph-mon[112137]: pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:49.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:49.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:49.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:49.732 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:49.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:49.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:49.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:49.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:49 smithi203 ceph-mon[117428]: pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:49 smithi137 ceph-mon[117020]: pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:50.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:49 smithi066 ceph-mon[112137]: pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:50 smithi203 ceph-mon[117428]: from='client.332667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:50 smithi137 ceph-mon[117020]: from='client.332667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:50 smithi066 ceph-mon[112137]: from='client.332667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:51 smithi203 ceph-mon[117428]: pgmap v12079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:55:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:51 smithi137 ceph-mon[117020]: pgmap v12079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:55:52.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:51 smithi066 ceph-mon[112137]: pgmap v12079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:55:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:53 smithi203 ceph-mon[117428]: pgmap v12080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:55:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:53 smithi137 ceph-mon[117020]: pgmap v12080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:55:54.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:53 smithi066 ceph-mon[112137]: pgmap v12080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:55:54.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:55:54.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:54.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:55.454 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:55:55.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:55.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:55.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:55.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:55:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:55 smithi203 ceph-mon[117428]: pgmap v12081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:55:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:55 smithi137 ceph-mon[117020]: pgmap v12081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:55:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:55 smithi066 ceph-mon[112137]: pgmap v12081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:55:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:56 smithi203 ceph-mon[117428]: from='client.332742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:56 smithi137 ceph-mon[117020]: from='client.332742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:56 smithi066 ceph-mon[112137]: from='client.332742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:57 smithi203 ceph-mon[117428]: pgmap v12082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:58.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:57 smithi137 ceph-mon[117020]: pgmap v12082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:57 smithi066 ceph-mon[112137]: pgmap v12082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:55:59 smithi203 ceph-mon[117428]: pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:55:59 smithi137 ceph-mon[117020]: pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:55:59 smithi066 ceph-mon[112137]: pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:00.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:00.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:00.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:01.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:01.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:01.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:01.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:01.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:01 smithi203 ceph-mon[117428]: pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:02.101 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:01 smithi203 ceph-mon[117428]: from='client.332817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:02.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:01 smithi137 ceph-mon[117020]: pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:02.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:01 smithi137 ceph-mon[117020]: from='client.332817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:01 smithi066 ceph-mon[112137]: pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:01 smithi066 ceph-mon[112137]: from='client.332817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:03 smithi203 ceph-mon[117428]: pgmap v12085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:56:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:03 smithi137 ceph-mon[117020]: pgmap v12085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:56:04.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:03 smithi066 ceph-mon[112137]: pgmap v12085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:56:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:05 smithi203 ceph-mon[117428]: pgmap v12086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:56:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:05 smithi137 ceph-mon[117020]: pgmap v12086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:56:06.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:06.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:06.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:06.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:05 smithi066 ceph-mon[112137]: pgmap v12086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:56:06.895 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:06.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:06.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:06.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:06.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:07 smithi137 ceph-mon[117020]: pgmap v12087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:56:08.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:07 smithi137 ceph-mon[117020]: from='client.332895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:07 smithi066 ceph-mon[112137]: pgmap v12087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:56:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:07 smithi066 ceph-mon[112137]: from='client.332895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:08.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:07 smithi203 ceph-mon[117428]: pgmap v12087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:56:08.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:07 smithi203 ceph-mon[117428]: from='client.332895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:09 smithi137 ceph-mon[117020]: pgmap v12088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:10.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:09 smithi066 ceph-mon[112137]: pgmap v12088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:09 smithi203 ceph-mon[117428]: pgmap v12088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:11.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:11.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:11.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:11 smithi137 ceph-mon[117020]: pgmap v12089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:11 smithi066 ceph-mon[112137]: pgmap v12089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:11 smithi203 ceph-mon[117428]: pgmap v12089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:12.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:12.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:12.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:12.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:12.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:13 smithi137 ceph-mon[117020]: from='client.332970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:14.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:13 smithi137 ceph-mon[117020]: pgmap v12090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:14.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:13 smithi066 ceph-mon[112137]: from='client.332970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:14.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:13 smithi066 ceph-mon[112137]: pgmap v12090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:14.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:13 smithi203 ceph-mon[117428]: from='client.332970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:14.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:13 smithi203 ceph-mon[117428]: pgmap v12090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:16.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:15 smithi137 ceph-mon[117020]: pgmap v12091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:15 smithi066 ceph-mon[112137]: pgmap v12091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:15 smithi203 ceph-mon[117428]: pgmap v12091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:17.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:17.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:17.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:17 smithi137 ceph-mon[117020]: pgmap v12092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:17 smithi066 ceph-mon[112137]: pgmap v12092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:17 smithi203 ceph-mon[117428]: pgmap v12092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:18.381 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:18.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:18.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:18.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:18.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:20.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:19 smithi137 ceph-mon[117020]: from='client.333048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:20.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:19 smithi137 ceph-mon[117020]: pgmap v12093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:19 smithi066 ceph-mon[112137]: from='client.333048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:19 smithi066 ceph-mon[112137]: pgmap v12093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:19 smithi203 ceph-mon[117428]: from='client.333048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:19 smithi203 ceph-mon[117428]: pgmap v12093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:21 smithi137 ceph-mon[117020]: pgmap v12094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:21 smithi066 ceph-mon[112137]: pgmap v12094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:21 smithi203 ceph-mon[117428]: pgmap v12094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:23.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:23.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:23.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:24.109 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:24.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:24.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:24.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:24.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:23 smithi137 ceph-mon[117020]: pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:24.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:23 smithi066 ceph-mon[112137]: pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:24.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:23 smithi203 ceph-mon[117428]: pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:24 smithi137 ceph-mon[117020]: from='client.333123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:24 smithi066 ceph-mon[112137]: from='client.333123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:24 smithi203 ceph-mon[117428]: from='client.333123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:25 smithi137 ceph-mon[117020]: pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:26.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:25 smithi066 ceph-mon[112137]: pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:26.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:25 smithi203 ceph-mon[117428]: pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:27 smithi137 ceph-mon[117020]: pgmap v12097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:28.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:27 smithi066 ceph-mon[112137]: pgmap v12097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:28.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:27 smithi203 ceph-mon[117428]: pgmap v12097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:29.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:29.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:29.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:29.838 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:29.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:29.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:29.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:29.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:29 smithi137 ceph-mon[117020]: pgmap v12098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:29 smithi066 ceph-mon[112137]: pgmap v12098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:30.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:29 smithi203 ceph-mon[117428]: pgmap v12098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:30 smithi137 ceph-mon[117020]: from='client.333201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:31.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:56:31.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:56:31.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:56:31.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:56:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:30 smithi066 ceph-mon[112137]: from='client.333201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:56:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:56:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:56:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:56:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:30 smithi203 ceph-mon[117428]: from='client.333201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:56:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:56:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:56:31.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:56:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:31 smithi137 ceph-mon[117020]: pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:56:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:31 smithi066 ceph-mon[112137]: pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:56:32.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:31 smithi203 ceph-mon[117428]: pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:56:33.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:32 smithi066 ceph-mon[112137]: pgmap v12100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:33.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:32 smithi203 ceph-mon[117428]: pgmap v12100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:33.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:32 smithi137 ceph-mon[117020]: pgmap v12100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:34.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:34.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:34.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:35.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:35.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:35.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:35.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:35.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:35.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:35 smithi203 ceph-mon[117428]: pgmap v12101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:35 smithi137 ceph-mon[117020]: pgmap v12101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:35 smithi066 ceph-mon[112137]: pgmap v12101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:36.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:36 smithi203 ceph-mon[117428]: from='client.333276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:36 smithi137 ceph-mon[117020]: from='client.333276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:36.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:36 smithi066 ceph-mon[112137]: from='client.333276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:37 smithi203 ceph-mon[117428]: pgmap v12102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:37 smithi137 ceph-mon[117020]: pgmap v12102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:37 smithi066 ceph-mon[112137]: pgmap v12102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:39 smithi203 ceph-mon[117428]: pgmap v12103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:39 smithi137 ceph-mon[117020]: pgmap v12103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:39 smithi066 ceph-mon[112137]: pgmap v12103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:40.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:40.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:40.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:41.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:41.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:41.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:41.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:41.309 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:41 smithi203 ceph-mon[117428]: pgmap v12104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:41 smithi137 ceph-mon[117020]: pgmap v12104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:41 smithi066 ceph-mon[112137]: pgmap v12104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:42 smithi203 ceph-mon[117428]: from='client.333354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:42.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:42 smithi137 ceph-mon[117020]: from='client.333354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:42 smithi066 ceph-mon[112137]: from='client.333354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:43 smithi203 ceph-mon[117428]: pgmap v12105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:43 smithi137 ceph-mon[117020]: pgmap v12105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:43 smithi066 ceph-mon[112137]: pgmap v12105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:45.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:45 smithi203 ceph-mon[117428]: pgmap v12106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:45 smithi137 ceph-mon[117020]: pgmap v12106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:45 smithi066 ceph-mon[112137]: pgmap v12106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:56:46.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:46.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:46.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:47.041 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:47.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:47.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:47.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:47.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:47 smithi203 ceph-mon[117428]: pgmap v12107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:56:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:47 smithi203 ceph-mon[117428]: from='client.333432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:47 smithi137 ceph-mon[117020]: pgmap v12107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:56:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:47 smithi137 ceph-mon[117020]: from='client.333432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:47 smithi066 ceph-mon[112137]: pgmap v12107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:56:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:47 smithi066 ceph-mon[112137]: from='client.333432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:49 smithi203 ceph-mon[117428]: pgmap v12108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:49 smithi137 ceph-mon[117020]: pgmap v12108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:49 smithi066 ceph-mon[112137]: pgmap v12108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:51 smithi203 ceph-mon[117428]: pgmap v12109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:51 smithi137 ceph-mon[117020]: pgmap v12109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:51.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:51 smithi066 ceph-mon[112137]: pgmap v12109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:52.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:52.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:52.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:52.780 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:52.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:52.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:52.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:52.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:53 smithi203 ceph-mon[117428]: from='client.333504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:53.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:53 smithi203 ceph-mon[117428]: pgmap v12110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:53 smithi137 ceph-mon[117020]: from='client.333504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:53 smithi137 ceph-mon[117020]: pgmap v12110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:53 smithi066 ceph-mon[112137]: from='client.333504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:53 smithi066 ceph-mon[112137]: pgmap v12110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:55.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:55 smithi203 ceph-mon[117428]: pgmap v12111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:55 smithi137 ceph-mon[117020]: pgmap v12111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:55 smithi066 ceph-mon[112137]: pgmap v12111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:57.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:56:57.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:57.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:57 smithi203 ceph-mon[117428]: pgmap v12112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:57 smithi137 ceph-mon[117020]: pgmap v12112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:57 smithi066 ceph-mon[112137]: pgmap v12112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:58.516 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:56:58.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:58.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:58.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:58.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:56:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:59 smithi203 ceph-mon[117428]: from='client.333582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:56:59 smithi203 ceph-mon[117428]: pgmap v12113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:59 smithi137 ceph-mon[117020]: from='client.333582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:56:59 smithi137 ceph-mon[117020]: pgmap v12113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:59 smithi066 ceph-mon[112137]: from='client.333582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:56:59 smithi066 ceph-mon[112137]: pgmap v12113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:01 smithi137 ceph-mon[117020]: pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:01 smithi066 ceph-mon[112137]: pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:01 smithi203 ceph-mon[117428]: pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:03.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:03.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:03.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:03 smithi137 ceph-mon[117020]: pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:03 smithi066 ceph-mon[112137]: pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:03 smithi203 ceph-mon[117428]: pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:04.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:04.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:04.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:04.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:04.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:05 smithi137 ceph-mon[117020]: from='client.333654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:05.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:05 smithi137 ceph-mon[117020]: pgmap v12116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:05 smithi066 ceph-mon[112137]: from='client.333654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:05 smithi066 ceph-mon[112137]: pgmap v12116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:05 smithi203 ceph-mon[117428]: from='client.333654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:05 smithi203 ceph-mon[117428]: pgmap v12116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:07.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:07 smithi137 ceph-mon[117020]: pgmap v12117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:07 smithi066 ceph-mon[112137]: pgmap v12117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:07 smithi203 ceph-mon[117428]: pgmap v12117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:09.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:09.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:09.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:09 smithi137 ceph-mon[117020]: pgmap v12118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:09.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:09.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:09.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:09.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:09.979 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:09 smithi066 ceph-mon[112137]: pgmap v12118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:09 smithi203 ceph-mon[117428]: pgmap v12118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:10 smithi137 ceph-mon[117020]: from='client.333732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:10 smithi066 ceph-mon[112137]: from='client.333732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:10 smithi203 ceph-mon[117428]: from='client.333732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:11 smithi137 ceph-mon[117020]: pgmap v12119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:57:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:11 smithi066 ceph-mon[112137]: pgmap v12119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:57:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:11 smithi203 ceph-mon[117428]: pgmap v12119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:57:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:13 smithi137 ceph-mon[117020]: pgmap v12120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:13 smithi066 ceph-mon[112137]: pgmap v12120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:13 smithi203 ceph-mon[117428]: pgmap v12120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:14.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:14.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:14.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:15.706 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:15.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:15.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:15.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:15.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:15 smithi137 ceph-mon[117020]: pgmap v12121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:15 smithi066 ceph-mon[112137]: pgmap v12121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:15 smithi203 ceph-mon[117428]: pgmap v12121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:16.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:16 smithi137 ceph-mon[117020]: from='client.333804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:16 smithi066 ceph-mon[112137]: from='client.333804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:16 smithi203 ceph-mon[117428]: from='client.333804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:17 smithi137 ceph-mon[117020]: pgmap v12122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:17 smithi066 ceph-mon[112137]: pgmap v12122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:17 smithi203 ceph-mon[117428]: pgmap v12122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:19.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:19 smithi137 ceph-mon[117020]: pgmap v12123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:19 smithi066 ceph-mon[112137]: pgmap v12123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:19 smithi203 ceph-mon[117428]: pgmap v12123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:20.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:20.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:20.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:21.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:21.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:21.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:21.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:21.438 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:21 smithi137 ceph-mon[117020]: pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:21 smithi066 ceph-mon[112137]: pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:21 smithi203 ceph-mon[117428]: pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:22 smithi137 ceph-mon[117020]: from='client.333879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:22 smithi066 ceph-mon[112137]: from='client.333879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:22 smithi203 ceph-mon[117428]: from='client.333879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:23 smithi137 ceph-mon[117020]: pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:57:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:23 smithi066 ceph-mon[112137]: pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:57:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:23 smithi203 ceph-mon[117428]: pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:57:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:25 smithi137 ceph-mon[117020]: pgmap v12126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:57:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:25 smithi066 ceph-mon[112137]: pgmap v12126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:57:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:25 smithi203 ceph-mon[117428]: pgmap v12126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:57:26.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:26.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:26.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:27.160 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:27.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:27.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:27.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:27.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:27 smithi137 ceph-mon[117020]: pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:57:27.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:27 smithi137 ceph-mon[117020]: from='client.333957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:27 smithi066 ceph-mon[112137]: pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:57:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:27 smithi066 ceph-mon[112137]: from='client.333957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:27 smithi203 ceph-mon[117428]: pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:57:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:27 smithi203 ceph-mon[117428]: from='client.333957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:29 smithi066 ceph-mon[112137]: pgmap v12128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:29 smithi203 ceph-mon[117428]: pgmap v12128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:29 smithi137 ceph-mon[117020]: pgmap v12128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:31 smithi066 ceph-mon[112137]: pgmap v12129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:57:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:31.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:31 smithi203 ceph-mon[117428]: pgmap v12129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:32.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:57:32.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:31 smithi137 ceph-mon[117020]: pgmap v12129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:57:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:32.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:32.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:32.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:32.872 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:32.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:32.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:32.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:32.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:57:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:57:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:57:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:57:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:57:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:57:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:57:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:33 smithi137 ceph-mon[117020]: pgmap v12130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:34.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:33 smithi137 ceph-mon[117020]: from='client.334032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:33 smithi066 ceph-mon[112137]: pgmap v12130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:34.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:33 smithi066 ceph-mon[112137]: from='client.334032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:34.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:33 smithi203 ceph-mon[117428]: pgmap v12130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:34.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:33 smithi203 ceph-mon[117428]: from='client.334032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:35 smithi137 ceph-mon[117020]: pgmap v12131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:36.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:35 smithi066 ceph-mon[112137]: pgmap v12131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:35 smithi203 ceph-mon[117428]: pgmap v12131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:37.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:37.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:37.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:37 smithi137 ceph-mon[117020]: pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:37 smithi066 ceph-mon[112137]: pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:37 smithi203 ceph-mon[117428]: pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:38.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:38.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:38.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:38.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:38.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:39 smithi137 ceph-mon[117020]: from='client.334110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:39 smithi137 ceph-mon[117020]: pgmap v12133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:39 smithi066 ceph-mon[112137]: from='client.334110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:39 smithi066 ceph-mon[112137]: pgmap v12133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:39 smithi203 ceph-mon[117428]: from='client.334110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:39 smithi203 ceph-mon[117428]: pgmap v12133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:41 smithi137 ceph-mon[117020]: pgmap v12134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:41 smithi066 ceph-mon[112137]: pgmap v12134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:42.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:41 smithi203 ceph-mon[117428]: pgmap v12134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:43.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:43.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:43.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:43 smithi137 ceph-mon[117020]: pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:43 smithi066 ceph-mon[112137]: pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:44.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:43 smithi203 ceph-mon[117428]: pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:44.330 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:44.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:44.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:44.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:44.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:46.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:45 smithi066 ceph-mon[112137]: from='client.334188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:46.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:45 smithi066 ceph-mon[112137]: pgmap v12136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:45 smithi203 ceph-mon[117428]: from='client.334188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:45 smithi203 ceph-mon[117428]: pgmap v12136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:45 smithi137 ceph-mon[117020]: from='client.334188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:45 smithi137 ceph-mon[117020]: pgmap v12136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:47 smithi066 ceph-mon[112137]: pgmap v12137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:48.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:47 smithi203 ceph-mon[117428]: pgmap v12137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:47 smithi137 ceph-mon[117020]: pgmap v12137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:49.332 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:49.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:49.333 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:50.064 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:50.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:50.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:50.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:50.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:49 smithi066 ceph-mon[112137]: pgmap v12138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:50.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:49 smithi203 ceph-mon[117428]: pgmap v12138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:49 smithi137 ceph-mon[117020]: pgmap v12138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:50 smithi066 ceph-mon[112137]: from='client.334266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:51.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:50 smithi066 ceph-mon[112137]: pgmap v12139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:57:51.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:50 smithi203 ceph-mon[117428]: from='client.334266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:51.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:50 smithi203 ceph-mon[117428]: pgmap v12139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:57:51.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:50 smithi137 ceph-mon[117020]: from='client.334266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:51.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:50 smithi137 ceph-mon[117020]: pgmap v12139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:57:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:53 smithi203 ceph-mon[117428]: pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:53 smithi137 ceph-mon[117020]: pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:53 smithi066 ceph-mon[112137]: pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:55.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:57:55.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:55.067 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:55.791 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:57:55.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:55.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:55.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:55.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:57:55.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:55 smithi203 ceph-mon[117428]: pgmap v12141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:55 smithi137 ceph-mon[117020]: pgmap v12141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:55.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:55 smithi066 ceph-mon[112137]: pgmap v12141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:57:56.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:56 smithi203 ceph-mon[117428]: from='client.334338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:56 smithi137 ceph-mon[117020]: from='client.334338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:56.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:56 smithi066 ceph-mon[112137]: from='client.334338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:57 smithi203 ceph-mon[117428]: pgmap v12142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:57 smithi137 ceph-mon[117020]: pgmap v12142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:57 smithi066 ceph-mon[112137]: pgmap v12142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:57:59 smithi203 ceph-mon[117428]: pgmap v12143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:57:59 smithi137 ceph-mon[117020]: pgmap v12143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:57:59 smithi066 ceph-mon[112137]: pgmap v12143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:00.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:00.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:00.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:01.512 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:01.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:01.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:01.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:01.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:01 smithi203 ceph-mon[117428]: pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:01 smithi137 ceph-mon[117020]: pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:01 smithi066 ceph-mon[112137]: pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:02 smithi203 ceph-mon[117428]: from='client.334416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:02 smithi137 ceph-mon[117020]: from='client.334416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:02 smithi066 ceph-mon[112137]: from='client.334416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:03 smithi203 ceph-mon[117428]: pgmap v12145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:58:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:03 smithi137 ceph-mon[117020]: pgmap v12145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:58:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:03 smithi066 ceph-mon[112137]: pgmap v12145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:58:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:05 smithi203 ceph-mon[117428]: pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:58:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:05 smithi137 ceph-mon[117020]: pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:58:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:05 smithi066 ceph-mon[112137]: pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:58:06.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:06.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:06.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:07.235 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:07.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:07.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:07.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:07.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:07.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:07 smithi137 ceph-mon[117020]: pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:58:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:07 smithi066 ceph-mon[112137]: pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:58:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:07 smithi203 ceph-mon[117428]: pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:58:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:08 smithi137 ceph-mon[117020]: from='client.334494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:08.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:08 smithi066 ceph-mon[112137]: from='client.334494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:08 smithi203 ceph-mon[117428]: from='client.334494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:09 smithi137 ceph-mon[117020]: pgmap v12148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:09 smithi066 ceph-mon[112137]: pgmap v12148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:09 smithi203 ceph-mon[117428]: pgmap v12148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:11 smithi137 ceph-mon[117020]: pgmap v12149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:11 smithi066 ceph-mon[112137]: pgmap v12149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:11 smithi203 ceph-mon[117428]: pgmap v12149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:12.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:12.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:12.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:12.963 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:12.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:12.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:12.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:12.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:13 smithi137 ceph-mon[117020]: pgmap v12150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:13 smithi137 ceph-mon[117020]: from='client.334569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:13 smithi066 ceph-mon[112137]: pgmap v12150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:13 smithi066 ceph-mon[112137]: from='client.334569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:13 smithi203 ceph-mon[117428]: pgmap v12150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:14.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:13 smithi203 ceph-mon[117428]: from='client.334569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:15 smithi137 ceph-mon[117020]: pgmap v12151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:15.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:15 smithi066 ceph-mon[112137]: pgmap v12151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:15 smithi203 ceph-mon[117428]: pgmap v12151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:17 smithi137 ceph-mon[117020]: pgmap v12152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:17.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:17.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:17.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:17 smithi066 ceph-mon[112137]: pgmap v12152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:17 smithi203 ceph-mon[117428]: pgmap v12152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:18.690 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:18.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:18.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:18.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:18.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:19 smithi137 ceph-mon[117020]: from='client.334644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:19 smithi137 ceph-mon[117020]: pgmap v12153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:19 smithi066 ceph-mon[112137]: from='client.334644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:19 smithi066 ceph-mon[112137]: pgmap v12153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:19 smithi203 ceph-mon[117428]: from='client.334644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:20.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:19 smithi203 ceph-mon[117428]: pgmap v12153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:21 smithi137 ceph-mon[117020]: pgmap v12154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:21 smithi066 ceph-mon[112137]: pgmap v12154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:21 smithi203 ceph-mon[117428]: pgmap v12154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:23.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:23.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:23.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:23 smithi137 ceph-mon[117020]: pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:23 smithi066 ceph-mon[112137]: pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:23 smithi203 ceph-mon[117428]: pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:24.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:24.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:24.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:24.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:24.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:25 smithi137 ceph-mon[117020]: from='client.334722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:25 smithi137 ceph-mon[117020]: pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:25 smithi066 ceph-mon[112137]: from='client.334722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:25 smithi066 ceph-mon[112137]: pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:25 smithi203 ceph-mon[117428]: from='client.334722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:25 smithi203 ceph-mon[117428]: pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:27 smithi137 ceph-mon[117020]: pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:27 smithi066 ceph-mon[112137]: pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:27 smithi203 ceph-mon[117428]: pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:29.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:29.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:29.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:29 smithi137 ceph-mon[117020]: pgmap v12158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:29 smithi066 ceph-mon[112137]: pgmap v12158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:29 smithi203 ceph-mon[117428]: pgmap v12158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:30.137 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:30.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:30.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:30.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:30.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:30 smithi137 ceph-mon[117020]: from='client.334800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:30 smithi066 ceph-mon[112137]: from='client.334800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:30 smithi203 ceph-mon[117428]: from='client.334800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:31 smithi137 ceph-mon[117020]: pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:31 smithi066 ceph-mon[112137]: pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:31 smithi203 ceph-mon[117428]: pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:58:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:58:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:58:32.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:58:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:58:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:58:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:58:32.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:58:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:58:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:58:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:58:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:58:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:33 smithi137 ceph-mon[117020]: pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:33 smithi066 ceph-mon[112137]: pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:33 smithi203 ceph-mon[117428]: pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:35.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:35.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:35.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:35.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:35.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:35.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:35.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:35.861 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:35 smithi066 ceph-mon[112137]: pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:35 smithi203 ceph-mon[117428]: pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:35 smithi137 ceph-mon[117020]: pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:36.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:36 smithi066 ceph-mon[112137]: from='client.334878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:36 smithi203 ceph-mon[117428]: from='client.334878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:36 smithi137 ceph-mon[117020]: from='client.334878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:37 smithi066 ceph-mon[112137]: pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:37 smithi203 ceph-mon[117428]: pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:37 smithi137 ceph-mon[117020]: pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:39 smithi066 ceph-mon[112137]: pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:39 smithi203 ceph-mon[117428]: pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:39 smithi137 ceph-mon[117020]: pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:40.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:40.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:40.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:41.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:41.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:41.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:41.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:41.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:41 smithi066 ceph-mon[112137]: pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:41 smithi203 ceph-mon[117428]: pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:41 smithi137 ceph-mon[117020]: pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:42 smithi066 ceph-mon[112137]: from='client.334956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:42 smithi203 ceph-mon[117428]: from='client.334956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:42 smithi137 ceph-mon[117020]: from='client.334956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:43 smithi066 ceph-mon[112137]: pgmap v12165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:43 smithi203 ceph-mon[117428]: pgmap v12165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:43 smithi137 ceph-mon[117020]: pgmap v12165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:45 smithi066 ceph-mon[112137]: pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:45 smithi203 ceph-mon[117428]: pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:45 smithi137 ceph-mon[117020]: pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:46.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:46.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:46.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:47.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:47.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:47.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:47.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:47.330 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:47 smithi066 ceph-mon[112137]: pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:47 smithi203 ceph-mon[117428]: pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:47 smithi137 ceph-mon[117020]: pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:48 smithi066 ceph-mon[112137]: from='client.335034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:48 smithi203 ceph-mon[117428]: from='client.335034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:49.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:48 smithi137 ceph-mon[117020]: from='client.335034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:49 smithi066 ceph-mon[112137]: pgmap v12168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:49 smithi203 ceph-mon[117428]: pgmap v12168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:50.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:49 smithi137 ceph-mon[117020]: pgmap v12168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:51 smithi066 ceph-mon[112137]: pgmap v12169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:51 smithi203 ceph-mon[117428]: pgmap v12169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:51 smithi137 ceph-mon[117020]: pgmap v12169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:52.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:52.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:52.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:53.053 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:53.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:53.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:53.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:53.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:53 smithi066 ceph-mon[112137]: pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:53 smithi066 ceph-mon[112137]: from='client.335112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:54.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:53 smithi203 ceph-mon[117428]: pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:54.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:53 smithi203 ceph-mon[117428]: from='client.335112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:53 smithi137 ceph-mon[117020]: pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:53 smithi137 ceph-mon[117020]: from='client.335112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:55.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:55 smithi066 ceph-mon[112137]: pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:55 smithi203 ceph-mon[117428]: pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:55 smithi137 ceph-mon[117020]: pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:57 smithi066 ceph-mon[112137]: pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:58.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:58:58.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:58.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:57 smithi203 ceph-mon[117428]: pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:57 smithi137 ceph-mon[117020]: pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:58.776 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:58:58.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:58.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:58.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:58.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:58:59.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:59 smithi066 ceph-mon[112137]: from='client.335184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:59.992 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:58:59 smithi066 ceph-mon[112137]: pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:59 smithi203 ceph-mon[117428]: from='client.335184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:58:59 smithi203 ceph-mon[117428]: pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:59 smithi137 ceph-mon[117020]: from='client.335184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:58:59 smithi137 ceph-mon[117020]: pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:01 smithi066 ceph-mon[112137]: pgmap v12174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:01 smithi203 ceph-mon[117428]: pgmap v12174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:01 smithi137 ceph-mon[117020]: pgmap v12174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:03.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:03.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:03.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:03 smithi066 ceph-mon[112137]: pgmap v12175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:03 smithi203 ceph-mon[117428]: pgmap v12175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:03 smithi137 ceph-mon[117020]: pgmap v12175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:04.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:04.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:04.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:04.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:04.499 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:05 smithi066 ceph-mon[112137]: from='client.335256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:05.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:05 smithi066 ceph-mon[112137]: pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:05 smithi203 ceph-mon[117428]: from='client.335256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:05 smithi203 ceph-mon[117428]: pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:05 smithi137 ceph-mon[117020]: from='client.335256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:05 smithi137 ceph-mon[117020]: pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:07 smithi066 ceph-mon[112137]: pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:07 smithi203 ceph-mon[117428]: pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:07 smithi137 ceph-mon[117020]: pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:09.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:09.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:09.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:09 smithi066 ceph-mon[112137]: pgmap v12178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:09 smithi203 ceph-mon[117428]: pgmap v12178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:09 smithi137 ceph-mon[117020]: pgmap v12178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:10.223 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:10.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:10.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:10.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:10.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:10.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:10 smithi066 ceph-mon[112137]: from='client.335328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:10 smithi203 ceph-mon[117428]: from='client.335328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:10 smithi137 ceph-mon[117020]: from='client.335328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:11 smithi066 ceph-mon[112137]: pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:11 smithi203 ceph-mon[117428]: pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:11 smithi137 ceph-mon[117020]: pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:13 smithi066 ceph-mon[112137]: pgmap v12180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:13 smithi203 ceph-mon[117428]: pgmap v12180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:13 smithi137 ceph-mon[117020]: pgmap v12180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:15.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:15.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:15.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:15.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:15.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:15.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:15.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:15.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:15 smithi066 ceph-mon[112137]: pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:15 smithi203 ceph-mon[117428]: pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:15 smithi137 ceph-mon[117020]: pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:16 smithi066 ceph-mon[112137]: from='client.335400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:16 smithi203 ceph-mon[117428]: from='client.335400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:17.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:16 smithi137 ceph-mon[117020]: from='client.335400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:17 smithi066 ceph-mon[112137]: pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:17 smithi203 ceph-mon[117428]: pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:17 smithi137 ceph-mon[117020]: pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:19 smithi066 ceph-mon[112137]: pgmap v12183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:19 smithi203 ceph-mon[117428]: pgmap v12183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:19 smithi137 ceph-mon[117020]: pgmap v12183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:20.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:20.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:20.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:21.715 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:21.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:21.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:21.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:21.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:21 smithi066 ceph-mon[112137]: pgmap v12184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:21 smithi203 ceph-mon[117428]: pgmap v12184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:21 smithi137 ceph-mon[117020]: pgmap v12184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:22 smithi066 ceph-mon[112137]: from='client.335478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:22 smithi203 ceph-mon[117428]: from='client.335478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:22 smithi137 ceph-mon[117020]: from='client.335478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:23 smithi066 ceph-mon[112137]: pgmap v12185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:23 smithi203 ceph-mon[117428]: pgmap v12185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:23 smithi137 ceph-mon[117020]: pgmap v12185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:25.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:25 smithi066 ceph-mon[112137]: pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:25 smithi203 ceph-mon[117428]: pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:25 smithi137 ceph-mon[117020]: pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:26.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:26.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:26.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:27.446 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:27.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:27 smithi066 ceph-mon[112137]: pgmap v12187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:27 smithi203 ceph-mon[117428]: pgmap v12187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:27 smithi137 ceph-mon[117020]: pgmap v12187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:28.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:28 smithi066 ceph-mon[112137]: from='client.335553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:28 smithi203 ceph-mon[117428]: from='client.335553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:28 smithi137 ceph-mon[117020]: from='client.335553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:29 smithi066 ceph-mon[112137]: pgmap v12188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:29 smithi203 ceph-mon[117428]: pgmap v12188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:29 smithi137 ceph-mon[117020]: pgmap v12188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:31 smithi066 ceph-mon[112137]: pgmap v12189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:31 smithi203 ceph-mon[117428]: pgmap v12189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:31 smithi137 ceph-mon[117020]: pgmap v12189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:32.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:32.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:32.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:33.232 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:33.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:33.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:33.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:33.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:34.020 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:33 smithi066 ceph-mon[112137]: pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:34.021 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:59:34.021 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:33 smithi066 ceph-mon[112137]: from='client.335625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:34.021 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.021 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.021 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.021 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.021 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.021 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:33 smithi203 ceph-mon[117428]: pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:34.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:59:34.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:33 smithi203 ceph-mon[117428]: from='client.335625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:34.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.134 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:33 smithi137 ceph-mon[117020]: pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:34.134 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:59:34.134 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:33 smithi137 ceph-mon[117020]: from='client.335625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:34.134 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.134 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.134 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.134 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.134 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:34.135 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:35.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:59:35.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:59:35.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:35.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:59:35.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:59:35.032 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:35.078 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:59:35.078 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:59:35.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:35.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:59:35.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:59:35.079 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:59:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T23:59:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:59:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:59:35.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-07T23:59:35.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:35 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15872M 2023-12-07T23:59:35.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:35 smithi066 ceph-mon[112137]: pgmap v12191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:35 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15872M 2023-12-07T23:59:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:35 smithi203 ceph-mon[117428]: pgmap v12191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:35 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15872M 2023-12-07T23:59:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:35 smithi137 ceph-mon[117020]: pgmap v12191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:37 smithi203 ceph-mon[117428]: pgmap v12192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:37 smithi137 ceph-mon[117020]: pgmap v12192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:38.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:38.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:38.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:37 smithi066 ceph-mon[112137]: pgmap v12192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:38.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:38.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:38.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:38.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:38.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:39 smithi203 ceph-mon[117428]: pgmap v12193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:39 smithi203 ceph-mon[117428]: from='client.335697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:39 smithi137 ceph-mon[117020]: pgmap v12193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:39 smithi137 ceph-mon[117020]: from='client.335697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:39 smithi066 ceph-mon[112137]: pgmap v12193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:39 smithi066 ceph-mon[112137]: from='client.335697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:41 smithi203 ceph-mon[117428]: pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:41 smithi137 ceph-mon[117020]: pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:42.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:41 smithi066 ceph-mon[112137]: pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:43.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:43.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:43.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:43 smithi203 ceph-mon[117428]: pgmap v12195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:43 smithi137 ceph-mon[117020]: pgmap v12195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:43 smithi066 ceph-mon[112137]: pgmap v12195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:44.714 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:44.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:44.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:44.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:44.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:45 smithi203 ceph-mon[117428]: from='client.335775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:45 smithi203 ceph-mon[117428]: pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:45 smithi137 ceph-mon[117020]: from='client.335775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:46.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:45 smithi137 ceph-mon[117020]: pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:45 smithi066 ceph-mon[112137]: from='client.335775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:45 smithi066 ceph-mon[112137]: pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:47 smithi203 ceph-mon[117428]: pgmap v12197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:59:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:47 smithi137 ceph-mon[117020]: pgmap v12197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:59:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:47 smithi066 ceph-mon[112137]: pgmap v12197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:59:49.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:49.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:49.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:49 smithi203 ceph-mon[117428]: pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:59:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:49 smithi137 ceph-mon[117020]: pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:59:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:49 smithi066 ceph-mon[112137]: pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:59:50.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:50.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:50.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:50.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:50.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:51 smithi203 ceph-mon[117428]: from='client.335847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:51 smithi203 ceph-mon[117428]: pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:51 smithi137 ceph-mon[117020]: from='client.335847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:51 smithi137 ceph-mon[117020]: pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:51 smithi066 ceph-mon[112137]: from='client.335847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:51 smithi066 ceph-mon[112137]: pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:53 smithi203 ceph-mon[117428]: pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:53 smithi137 ceph-mon[117020]: pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:53 smithi066 ceph-mon[112137]: pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:55.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-07T23:59:55.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:55.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:55 smithi203 ceph-mon[117428]: pgmap v12201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:55 smithi137 ceph-mon[117020]: pgmap v12201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:56.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-07T23:59:56.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:56.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:56.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:56.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-07T23:59:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:55 smithi066 ceph-mon[112137]: pgmap v12201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:56 smithi203 ceph-mon[117428]: from='client.335922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:57.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:56 smithi137 ceph-mon[117020]: from='client.335922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:56 smithi066 ceph-mon[112137]: from='client.335922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:57 smithi203 ceph-mon[117428]: pgmap v12202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:57 smithi137 ceph-mon[117020]: pgmap v12202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:57 smithi066 ceph-mon[112137]: pgmap v12202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 07 23:59:59 smithi203 ceph-mon[117428]: pgmap v12203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:00:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 07 23:59:59 smithi137 ceph-mon[117020]: pgmap v12203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:00:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 07 23:59:59 smithi066 ceph-mon[112137]: pgmap v12203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:00:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T00:00:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T00:00:01.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:01.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:01.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T00:00:01.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:01.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:01.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:01.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:01.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:01 smithi203 ceph-mon[117428]: pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:00:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:01 smithi137 ceph-mon[117020]: pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:00:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:01 smithi066 ceph-mon[112137]: pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:00:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:02 smithi203 ceph-mon[117428]: from='client.336000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:02 smithi137 ceph-mon[117020]: from='client.336000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:03.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:02 smithi066 ceph-mon[112137]: from='client.336000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:03 smithi203 ceph-mon[117428]: pgmap v12205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:03 smithi137 ceph-mon[117020]: pgmap v12205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:03 smithi066 ceph-mon[112137]: pgmap v12205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:05 smithi203 ceph-mon[117428]: pgmap v12206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:05 smithi137 ceph-mon[117020]: pgmap v12206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:05 smithi066 ceph-mon[112137]: pgmap v12206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:06.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:06.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:06.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:07.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:07.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:07.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:07.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:07.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:07 smithi203 ceph-mon[117428]: pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:07 smithi137 ceph-mon[117020]: pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:07 smithi066 ceph-mon[112137]: pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:08 smithi203 ceph-mon[117428]: from='client.336075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:08 smithi137 ceph-mon[117020]: from='client.336075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:08 smithi066 ceph-mon[112137]: from='client.336075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:09 smithi203 ceph-mon[117428]: pgmap v12208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:09 smithi137 ceph-mon[117020]: pgmap v12208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:10.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:09 smithi066 ceph-mon[112137]: pgmap v12208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:11 smithi203 ceph-mon[117428]: pgmap v12209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:11 smithi137 ceph-mon[117020]: pgmap v12209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:11 smithi066 ceph-mon[112137]: pgmap v12209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:12.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:12.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:12.644 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:13.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:13.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:13.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:13.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:13.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:13 smithi203 ceph-mon[117428]: pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:13 smithi137 ceph-mon[117020]: pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:13 smithi066 ceph-mon[112137]: pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:14 smithi203 ceph-mon[117428]: from='client.336150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:14 smithi137 ceph-mon[117020]: from='client.336150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:14 smithi066 ceph-mon[112137]: from='client.336150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:15 smithi203 ceph-mon[117428]: pgmap v12211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:15 smithi137 ceph-mon[117020]: pgmap v12211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:15 smithi066 ceph-mon[112137]: pgmap v12211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:17 smithi137 ceph-mon[117020]: pgmap v12212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:17 smithi203 ceph-mon[117428]: pgmap v12212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:17 smithi066 ceph-mon[112137]: pgmap v12212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:18.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:18.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:18.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:19.106 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:19.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:19.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:19.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:19.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:19 smithi203 ceph-mon[117428]: pgmap v12213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:19 smithi203 ceph-mon[117428]: from='client.336225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:19 smithi137 ceph-mon[117020]: pgmap v12213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:20.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:19 smithi137 ceph-mon[117020]: from='client.336225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:19 smithi066 ceph-mon[112137]: pgmap v12213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:20.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:19 smithi066 ceph-mon[112137]: from='client.336225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:21 smithi137 ceph-mon[117020]: pgmap v12214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:21 smithi066 ceph-mon[112137]: pgmap v12214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:21 smithi203 ceph-mon[117428]: pgmap v12214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:24.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:24.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:24.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:23 smithi137 ceph-mon[117020]: pgmap v12215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:23 smithi066 ceph-mon[112137]: pgmap v12215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:23 smithi203 ceph-mon[117428]: pgmap v12215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:24.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:24.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:24.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:24.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:24.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:25 smithi137 ceph-mon[117020]: from='client.336303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:25 smithi137 ceph-mon[117020]: pgmap v12216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:25 smithi066 ceph-mon[112137]: from='client.336303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:26.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:25 smithi066 ceph-mon[112137]: pgmap v12216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:26.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:25 smithi203 ceph-mon[117428]: from='client.336303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:26.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:25 smithi203 ceph-mon[117428]: pgmap v12216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:27 smithi137 ceph-mon[117020]: pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:00:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:27 smithi066 ceph-mon[112137]: pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:00:28.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:27 smithi203 ceph-mon[117428]: pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:00:29.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:29.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:29.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:29 smithi137 ceph-mon[117020]: pgmap v12218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:00:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:29 smithi066 ceph-mon[112137]: pgmap v12218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:00:30.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:29 smithi203 ceph-mon[117428]: pgmap v12218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:00:30.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:30.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:30.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:30.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:30.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:32.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:31 smithi137 ceph-mon[117020]: from='client.336381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:32.127 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:31 smithi137 ceph-mon[117020]: pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:31 smithi066 ceph-mon[112137]: from='client.336381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:31 smithi066 ceph-mon[112137]: pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:32.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:31 smithi203 ceph-mon[117428]: from='client.336381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:32.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:31 smithi203 ceph-mon[117428]: pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:33 smithi137 ceph-mon[117020]: pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:33 smithi066 ceph-mon[112137]: pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:33 smithi203 ceph-mon[117428]: pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:00:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:00:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:00:35.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:35.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:35.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:35 smithi137 ceph-mon[117020]: pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:00:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:00:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:00:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:35 smithi066 ceph-mon[112137]: pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:00:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:00:36.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:00:36.280 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:36.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:36.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:36.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:36.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:35 smithi203 ceph-mon[117428]: pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:00:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:00:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:00:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:37 smithi137 ceph-mon[117020]: from='client.336453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:37 smithi137 ceph-mon[117020]: pgmap v12222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:38.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:37 smithi066 ceph-mon[112137]: from='client.336453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:38.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:37 smithi066 ceph-mon[112137]: pgmap v12222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:37 smithi203 ceph-mon[117428]: from='client.336453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:37 smithi203 ceph-mon[117428]: pgmap v12222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:39 smithi137 ceph-mon[117020]: pgmap v12223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:00:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:39 smithi066 ceph-mon[112137]: pgmap v12223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:00:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:39 smithi203 ceph-mon[117428]: pgmap v12223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:00:41.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:41.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:41.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:41 smithi066 ceph-mon[112137]: pgmap v12224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:00:41.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:41.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:41.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:41.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:41.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:41 smithi137 ceph-mon[117020]: pgmap v12224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:00:42.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:41 smithi203 ceph-mon[117428]: pgmap v12224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:00:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:42 smithi137 ceph-mon[117020]: from='client.336531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:43.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:42 smithi066 ceph-mon[112137]: from='client.336531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:43.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:42 smithi203 ceph-mon[117428]: from='client.336531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:43 smithi137 ceph-mon[117020]: pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:43 smithi066 ceph-mon[112137]: pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:43 smithi203 ceph-mon[117428]: pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:45 smithi137 ceph-mon[117020]: pgmap v12226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:45 smithi066 ceph-mon[112137]: pgmap v12226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:45 smithi203 ceph-mon[117428]: pgmap v12226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:46.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:46.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:46.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:47.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:47.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:47.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:47.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:47.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:47 smithi137 ceph-mon[117020]: pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:47 smithi066 ceph-mon[112137]: pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:47 smithi203 ceph-mon[117428]: pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:48 smithi066 ceph-mon[112137]: from='client.336609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:48 smithi203 ceph-mon[117428]: from='client.336609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:48 smithi137 ceph-mon[117020]: from='client.336609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:49 smithi066 ceph-mon[112137]: pgmap v12228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:50.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:49 smithi203 ceph-mon[117428]: pgmap v12228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:49 smithi137 ceph-mon[117020]: pgmap v12228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:51 smithi066 ceph-mon[112137]: pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:52.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:51 smithi203 ceph-mon[117428]: pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:51 smithi137 ceph-mon[117020]: pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:52.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:52.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:52.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:53.471 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:53.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:53.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:53.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:53.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:00:54.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:53 smithi066 ceph-mon[112137]: pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:53 smithi203 ceph-mon[117428]: pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:53 smithi137 ceph-mon[117020]: pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:54 smithi066 ceph-mon[112137]: from='client.336687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:55.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:54 smithi203 ceph-mon[117428]: from='client.336687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:54 smithi137 ceph-mon[117020]: from='client.336687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:55 smithi066 ceph-mon[112137]: pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:56.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:55 smithi203 ceph-mon[117428]: pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:55 smithi137 ceph-mon[117020]: pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:57 smithi066 ceph-mon[112137]: pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:58.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:57 smithi203 ceph-mon[117428]: pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:57 smithi137 ceph-mon[117020]: pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:58.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:00:58.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:58.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:59.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:00:59.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:59.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:59.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:59.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:59 smithi066 ceph-mon[112137]: pgmap v12233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:00:59 smithi066 ceph-mon[112137]: from='client.336765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:59 smithi203 ceph-mon[117428]: pgmap v12233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:00:59 smithi203 ceph-mon[117428]: from='client.336765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:59 smithi137 ceph-mon[117020]: pgmap v12233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:00:59 smithi137 ceph-mon[117020]: from='client.336765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:01 smithi066 ceph-mon[112137]: pgmap v12234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:02.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:01 smithi203 ceph-mon[117428]: pgmap v12234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:01 smithi137 ceph-mon[117020]: pgmap v12234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:04.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:04.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:04.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:03 smithi066 ceph-mon[112137]: pgmap v12235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:04.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:03 smithi203 ceph-mon[117428]: pgmap v12235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:03 smithi137 ceph-mon[117020]: pgmap v12235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:04.924 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:04.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:04.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:04.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:04.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:05 smithi066 ceph-mon[112137]: pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:05 smithi066 ceph-mon[112137]: from='client.336837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:06.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:05 smithi203 ceph-mon[117428]: pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:06.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:05 smithi203 ceph-mon[117428]: from='client.336837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:05 smithi137 ceph-mon[117020]: pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:06.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:05 smithi137 ceph-mon[117020]: from='client.336837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:07 smithi066 ceph-mon[112137]: pgmap v12237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:08.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:07 smithi203 ceph-mon[117428]: pgmap v12237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:08.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:07 smithi137 ceph-mon[117020]: pgmap v12237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:09.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:09.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:09.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:09 smithi066 ceph-mon[112137]: pgmap v12238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:09 smithi203 ceph-mon[117428]: pgmap v12238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:09 smithi137 ceph-mon[117020]: pgmap v12238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:10.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:10.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:10.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:10.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:10.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:11 smithi137 ceph-mon[117020]: from='client.336915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:11 smithi137 ceph-mon[117020]: pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:11 smithi066 ceph-mon[112137]: from='client.336915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:11 smithi066 ceph-mon[112137]: pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:11 smithi203 ceph-mon[117428]: from='client.336915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:11 smithi203 ceph-mon[117428]: pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:13 smithi137 ceph-mon[117020]: pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:13 smithi066 ceph-mon[112137]: pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:13 smithi203 ceph-mon[117428]: pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:15.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:15.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:15.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:15 smithi137 ceph-mon[117020]: pgmap v12241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:15 smithi066 ceph-mon[112137]: pgmap v12241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:15 smithi203 ceph-mon[117428]: pgmap v12241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:16.381 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:16.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:16.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:16.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:16.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:17 smithi137 ceph-mon[117020]: from='client.336993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:17 smithi137 ceph-mon[117020]: pgmap v12242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:17 smithi066 ceph-mon[112137]: from='client.336993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:17 smithi066 ceph-mon[112137]: pgmap v12242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:17 smithi203 ceph-mon[117428]: from='client.336993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:17 smithi203 ceph-mon[117428]: pgmap v12242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:19.878 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:19 smithi137 ceph-mon[117020]: pgmap v12243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:19 smithi066 ceph-mon[112137]: pgmap v12243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:19 smithi203 ceph-mon[117428]: pgmap v12243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:21.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:21.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:21.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:21 smithi137 ceph-mon[117020]: pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:21 smithi066 ceph-mon[112137]: pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:21 smithi203 ceph-mon[117428]: pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:22.102 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:22.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:22.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:22.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:22.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:22 smithi137 ceph-mon[117020]: from='client.337068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:22 smithi066 ceph-mon[112137]: from='client.337068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:23.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:22 smithi203 ceph-mon[117428]: from='client.337068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:23 smithi137 ceph-mon[117020]: pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:23 smithi066 ceph-mon[112137]: pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:23 smithi203 ceph-mon[117428]: pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:25 smithi137 ceph-mon[117020]: pgmap v12246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:25 smithi066 ceph-mon[112137]: pgmap v12246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:25 smithi203 ceph-mon[117428]: pgmap v12246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:27.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:27.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:27.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:27.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:27.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:27.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:27.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:27.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:27 smithi137 ceph-mon[117020]: pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:27 smithi066 ceph-mon[112137]: pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:27 smithi203 ceph-mon[117428]: pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:28 smithi137 ceph-mon[117020]: from='client.337143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:28 smithi066 ceph-mon[112137]: from='client.337143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:28 smithi203 ceph-mon[117428]: from='client.337143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:29 smithi137 ceph-mon[117020]: pgmap v12248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:29.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:29 smithi066 ceph-mon[112137]: pgmap v12248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:29 smithi203 ceph-mon[117428]: pgmap v12248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:31 smithi137 ceph-mon[117020]: pgmap v12249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:31 smithi066 ceph-mon[112137]: pgmap v12249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:31 smithi203 ceph-mon[117428]: pgmap v12249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:32.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:32.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:32.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:33.547 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:33.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:33.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:33.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:33.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:33 smithi137 ceph-mon[117020]: pgmap v12250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:33.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:33 smithi066 ceph-mon[112137]: pgmap v12250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:33 smithi203 ceph-mon[117428]: pgmap v12250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:34 smithi066 ceph-mon[112137]: from='client.337218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:34 smithi203 ceph-mon[117428]: from='client.337218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:34 smithi137 ceph-mon[117020]: from='client.337218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:35 smithi066 ceph-mon[112137]: pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:01:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:01:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:01:35.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:01:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:35 smithi203 ceph-mon[117428]: pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:01:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:01:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:01:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:01:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:35 smithi137 ceph-mon[117020]: pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:01:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:01:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:01:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:01:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:37 smithi066 ceph-mon[112137]: pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:37 smithi203 ceph-mon[117428]: pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:37 smithi137 ceph-mon[117020]: pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:38.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:38.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:38.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:39.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:39.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:39.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:39.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:39.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:39 smithi066 ceph-mon[112137]: pgmap v12253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:39 smithi203 ceph-mon[117428]: pgmap v12253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:39 smithi137 ceph-mon[117020]: pgmap v12253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:40 smithi066 ceph-mon[112137]: from='client.337293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:40 smithi203 ceph-mon[117428]: from='client.337293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:40 smithi137 ceph-mon[117020]: from='client.337293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:41 smithi066 ceph-mon[112137]: pgmap v12254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:41 smithi203 ceph-mon[117428]: pgmap v12254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:41 smithi137 ceph-mon[117020]: pgmap v12254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:43 smithi066 ceph-mon[112137]: pgmap v12255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:43 smithi203 ceph-mon[117428]: pgmap v12255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:43 smithi137 ceph-mon[117020]: pgmap v12255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:44.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:44.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:44.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:45.010 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:45.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:45.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:45.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:45.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:45 smithi066 ceph-mon[112137]: pgmap v12256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:45 smithi066 ceph-mon[112137]: from='client.337371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:45 smithi203 ceph-mon[117428]: pgmap v12256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:45 smithi203 ceph-mon[117428]: from='client.337371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:45 smithi137 ceph-mon[117020]: pgmap v12256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:45 smithi137 ceph-mon[117020]: from='client.337371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:47 smithi066 ceph-mon[112137]: pgmap v12257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:47 smithi203 ceph-mon[117428]: pgmap v12257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:47 smithi137 ceph-mon[117020]: pgmap v12257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:49 smithi066 ceph-mon[112137]: pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:50.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:50.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:50.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:49 smithi203 ceph-mon[117428]: pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:49 smithi137 ceph-mon[117020]: pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:50.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:50.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:50.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:50.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:50.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:51 smithi066 ceph-mon[112137]: from='client.337446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:51 smithi066 ceph-mon[112137]: pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:51 smithi203 ceph-mon[117428]: from='client.337446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:51 smithi203 ceph-mon[117428]: pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:51 smithi137 ceph-mon[117020]: from='client.337446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:51 smithi137 ceph-mon[117020]: pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:53 smithi066 ceph-mon[112137]: pgmap v12260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:53 smithi203 ceph-mon[117428]: pgmap v12260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:53 smithi137 ceph-mon[117020]: pgmap v12260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:55.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:01:55.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:55.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:55 smithi066 ceph-mon[112137]: pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:55 smithi203 ceph-mon[117428]: pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:55 smithi137 ceph-mon[117020]: pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:56.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:01:56.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:56.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:56.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:56.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:01:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:57 smithi066 ceph-mon[112137]: from='client.337521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:57 smithi066 ceph-mon[112137]: pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:57 smithi203 ceph-mon[117428]: from='client.337521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:57 smithi203 ceph-mon[117428]: pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:57 smithi137 ceph-mon[117020]: from='client.337521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:57 smithi137 ceph-mon[117020]: pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:01:59 smithi066 ceph-mon[112137]: pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:01:59 smithi203 ceph-mon[117428]: pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:01:59 smithi137 ceph-mon[117020]: pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:01.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:01.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:01.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:01 smithi066 ceph-mon[112137]: pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:01 smithi203 ceph-mon[117428]: pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:01 smithi137 ceph-mon[117020]: pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:02.183 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:02.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:02.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:02.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:02.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:02 smithi066 ceph-mon[112137]: from='client.337593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:03.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:02 smithi203 ceph-mon[117428]: from='client.337593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:02 smithi137 ceph-mon[117020]: from='client.337593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:03 smithi066 ceph-mon[112137]: pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:03 smithi203 ceph-mon[117428]: pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:03 smithi137 ceph-mon[117020]: pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:05 smithi066 ceph-mon[112137]: pgmap v12266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:05 smithi203 ceph-mon[117428]: pgmap v12266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:05 smithi137 ceph-mon[117020]: pgmap v12266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:07.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:07.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:07.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:07.906 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:07.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:07.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:07.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:07.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:07 smithi066 ceph-mon[112137]: pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:07 smithi203 ceph-mon[117428]: pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:07 smithi137 ceph-mon[117020]: pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:08 smithi066 ceph-mon[112137]: from='client.337668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:08 smithi203 ceph-mon[117428]: from='client.337668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:08 smithi137 ceph-mon[117020]: from='client.337668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:09 smithi066 ceph-mon[112137]: pgmap v12268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:09 smithi203 ceph-mon[117428]: pgmap v12268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:09 smithi137 ceph-mon[117020]: pgmap v12268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:11 smithi066 ceph-mon[112137]: pgmap v12269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:11 smithi203 ceph-mon[117428]: pgmap v12269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:11 smithi137 ceph-mon[117020]: pgmap v12269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:12.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:12.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:12.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:13.623 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:13.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:13.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:13.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:13.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:13 smithi066 ceph-mon[112137]: pgmap v12270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:13 smithi203 ceph-mon[117428]: pgmap v12270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:13 smithi137 ceph-mon[117020]: pgmap v12270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:14 smithi066 ceph-mon[112137]: from='client.337746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:14 smithi203 ceph-mon[117428]: from='client.337746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:14 smithi137 ceph-mon[117020]: from='client.337746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:15.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:15 smithi066 ceph-mon[112137]: pgmap v12271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:15 smithi203 ceph-mon[117428]: pgmap v12271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:15 smithi137 ceph-mon[117020]: pgmap v12271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:17 smithi066 ceph-mon[112137]: pgmap v12272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:17 smithi203 ceph-mon[117428]: pgmap v12272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:17 smithi137 ceph-mon[117020]: pgmap v12272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:18.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:18.625 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:18.625 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:19.344 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:19.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:19.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:19.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:19.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:19 smithi066 ceph-mon[112137]: pgmap v12273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:19 smithi203 ceph-mon[117428]: pgmap v12273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:19 smithi137 ceph-mon[117020]: pgmap v12273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:20 smithi066 ceph-mon[112137]: from='client.337818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:20 smithi203 ceph-mon[117428]: from='client.337818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:20 smithi137 ceph-mon[117020]: from='client.337818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:21 smithi066 ceph-mon[112137]: pgmap v12274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:21 smithi203 ceph-mon[117428]: pgmap v12274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:21 smithi137 ceph-mon[117020]: pgmap v12274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:23 smithi066 ceph-mon[112137]: pgmap v12275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:23 smithi203 ceph-mon[117428]: pgmap v12275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:23 smithi137 ceph-mon[117020]: pgmap v12275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:24.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:24.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:24.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:25.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:25.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:25.069 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:25 smithi066 ceph-mon[112137]: pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:25 smithi066 ceph-mon[112137]: from='client.337896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:25 smithi203 ceph-mon[117428]: pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:25 smithi203 ceph-mon[117428]: from='client.337896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:25 smithi137 ceph-mon[117020]: pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:25 smithi137 ceph-mon[117020]: from='client.337896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:27 smithi066 ceph-mon[112137]: pgmap v12277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:27 smithi203 ceph-mon[117428]: pgmap v12277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:27 smithi137 ceph-mon[117020]: pgmap v12277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:29 smithi066 ceph-mon[112137]: pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:30.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:30.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:30.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:29 smithi203 ceph-mon[117428]: pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:29 smithi137 ceph-mon[117020]: pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:30.801 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:30.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:30.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:30.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:30.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:31 smithi066 ceph-mon[112137]: from='client.337971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:31 smithi066 ceph-mon[112137]: pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:31 smithi203 ceph-mon[117428]: from='client.337971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:31 smithi203 ceph-mon[117428]: pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:31 smithi137 ceph-mon[117020]: from='client.337971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:31 smithi137 ceph-mon[117020]: pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:33 smithi066 ceph-mon[112137]: pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:33 smithi203 ceph-mon[117428]: pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:33 smithi137 ceph-mon[117020]: pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:35.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:35.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:35.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:35 smithi203 ceph-mon[117428]: pgmap v12281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:35 smithi137 ceph-mon[117020]: pgmap v12281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:35 smithi066 ceph-mon[112137]: pgmap v12281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:36.580 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:36.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:36.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:36.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:36.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:02:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:02:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:02:37.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:02:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:02:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:02:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:02:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:02:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:02:37.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:02:37.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:02:37.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:02:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:37 smithi203 ceph-mon[117428]: from='client.338046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:37 smithi203 ceph-mon[117428]: pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:37 smithi137 ceph-mon[117020]: from='client.338046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:37 smithi137 ceph-mon[117020]: pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:37 smithi066 ceph-mon[112137]: from='client.338046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:37 smithi066 ceph-mon[112137]: pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:39 smithi203 ceph-mon[117428]: pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:39 smithi137 ceph-mon[117020]: pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:39 smithi066 ceph-mon[112137]: pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:41.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:41.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:41.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:41 smithi203 ceph-mon[117428]: pgmap v12284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:41 smithi137 ceph-mon[117020]: pgmap v12284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:41 smithi066 ceph-mon[112137]: pgmap v12284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:42.308 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:42.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:42.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:42.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:42.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:43 smithi203 ceph-mon[117428]: from='client.338121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:43 smithi203 ceph-mon[117428]: pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:43 smithi137 ceph-mon[117020]: from='client.338121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:43 smithi137 ceph-mon[117020]: pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:43 smithi066 ceph-mon[112137]: from='client.338121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:43 smithi066 ceph-mon[112137]: pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:45 smithi203 ceph-mon[117428]: pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:45 smithi137 ceph-mon[117020]: pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:45 smithi066 ceph-mon[112137]: pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:47.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:47.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:47.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:48.027 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:48.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:48.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:48.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:48.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:47 smithi203 ceph-mon[117428]: pgmap v12287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:47 smithi137 ceph-mon[117020]: pgmap v12287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:47 smithi066 ceph-mon[112137]: pgmap v12287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:48 smithi203 ceph-mon[117428]: from='client.338193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:48 smithi137 ceph-mon[117020]: from='client.338193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:48 smithi066 ceph-mon[112137]: from='client.338193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:49 smithi203 ceph-mon[117428]: pgmap v12288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:49 smithi137 ceph-mon[117020]: pgmap v12288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:49 smithi066 ceph-mon[112137]: pgmap v12288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:51 smithi203 ceph-mon[117428]: pgmap v12289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:51 smithi137 ceph-mon[117020]: pgmap v12289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:51 smithi066 ceph-mon[112137]: pgmap v12289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:53.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:53.029 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:53.029 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:53.760 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:53.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:53.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:53.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:53.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:02:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:53 smithi203 ceph-mon[117428]: pgmap v12290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:53 smithi137 ceph-mon[117020]: pgmap v12290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:53 smithi066 ceph-mon[112137]: pgmap v12290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:54 smithi203 ceph-mon[117428]: from='client.338265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:54 smithi137 ceph-mon[117020]: from='client.338265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:54 smithi066 ceph-mon[112137]: from='client.338265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:55 smithi203 ceph-mon[117428]: pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:55 smithi137 ceph-mon[117020]: pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:55 smithi066 ceph-mon[112137]: pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:57 smithi203 ceph-mon[117428]: pgmap v12292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:57 smithi137 ceph-mon[117020]: pgmap v12292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:57 smithi066 ceph-mon[112137]: pgmap v12292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:58.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:02:58.763 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:58.763 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:59.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:02:59.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:59.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:59.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:59.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:02:59 smithi203 ceph-mon[117428]: pgmap v12293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:02:59 smithi137 ceph-mon[117020]: pgmap v12293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:02:59 smithi066 ceph-mon[112137]: pgmap v12293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:00 smithi203 ceph-mon[117428]: from='client.338337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:00 smithi137 ceph-mon[117020]: from='client.338337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:00 smithi066 ceph-mon[112137]: from='client.338337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:01 smithi203 ceph-mon[117428]: pgmap v12294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:01 smithi137 ceph-mon[117020]: pgmap v12294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:01 smithi066 ceph-mon[112137]: pgmap v12294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:03 smithi203 ceph-mon[117428]: pgmap v12295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:03 smithi137 ceph-mon[117020]: pgmap v12295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:03 smithi066 ceph-mon[112137]: pgmap v12295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:04.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:04.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:04.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:05.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:05.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:05.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:05.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:05.211 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:05 smithi203 ceph-mon[117428]: pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:05 smithi203 ceph-mon[117428]: from='client.338409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:05 smithi137 ceph-mon[117020]: pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:05 smithi137 ceph-mon[117020]: from='client.338409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:05 smithi066 ceph-mon[112137]: pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:05 smithi066 ceph-mon[112137]: from='client.338409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:07 smithi203 ceph-mon[117428]: pgmap v12297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:07 smithi137 ceph-mon[117020]: pgmap v12297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:07 smithi066 ceph-mon[112137]: pgmap v12297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:09 smithi203 ceph-mon[117428]: pgmap v12298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:09 smithi137 ceph-mon[117020]: pgmap v12298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:10.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:10.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:10.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:09 smithi066 ceph-mon[112137]: pgmap v12298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:10.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:10.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:10.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:10.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:10.952 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:11 smithi203 ceph-mon[117428]: pgmap v12299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:11 smithi203 ceph-mon[117428]: from='client.338487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:11 smithi137 ceph-mon[117020]: pgmap v12299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:11 smithi137 ceph-mon[117020]: from='client.338487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:11 smithi066 ceph-mon[112137]: pgmap v12299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:11 smithi066 ceph-mon[112137]: from='client.338487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:13 smithi203 ceph-mon[117428]: pgmap v12300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:13 smithi137 ceph-mon[117020]: pgmap v12300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:13 smithi066 ceph-mon[112137]: pgmap v12300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:15.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:15.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:15.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:15 smithi203 ceph-mon[117428]: pgmap v12301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:15 smithi137 ceph-mon[117020]: pgmap v12301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:15 smithi066 ceph-mon[112137]: pgmap v12301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:16.683 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:16.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:16.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:16.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:16.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:17 smithi203 ceph-mon[117428]: from='client.338562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:17 smithi203 ceph-mon[117428]: pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:17 smithi137 ceph-mon[117020]: from='client.338562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:17 smithi137 ceph-mon[117020]: pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:17 smithi066 ceph-mon[112137]: from='client.338562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:17 smithi066 ceph-mon[112137]: pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:19 smithi203 ceph-mon[117428]: pgmap v12303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:19 smithi137 ceph-mon[117020]: pgmap v12303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:19 smithi066 ceph-mon[112137]: pgmap v12303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:21.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:21.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:21.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:21.886 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 00:03:21 smithi066 sudo[1991812]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-08T00:03:21.893 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 00:03:21 smithi066 sudo[1991812]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:21.893 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 00:03:21 smithi066 sudo[1991812]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:21.893 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 00:03:21 smithi066 sudo[1991812]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:21 smithi203 ceph-mon[117428]: pgmap v12304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:21 smithi137 ceph-mon[117020]: pgmap v12304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:22.193 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 00:03:22 smithi137 sudo[250644]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-08T00:03:22.193 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 00:03:22 smithi137 sudo[250644]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:22.194 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 00:03:22 smithi137 sudo[250644]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:22.194 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 00:03:22 smithi137 sudo[250644]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:21 smithi066 ceph-mon[112137]: pgmap v12304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:22.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:22.239 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 00:03:21 smithi066 sudo[1991818]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-08T00:03:22.239 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 00:03:21 smithi066 sudo[1991818]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:22.239 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 00:03:21 smithi066 sudo[1991818]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:22.239 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 00:03:21 smithi066 sudo[1991818]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:22.404 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:22.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:22.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:22.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:22.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:22.624 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 00:03:22 smithi137 sudo[250647]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-08T00:03:22.624 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 00:03:22 smithi137 sudo[250647]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:22.624 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 00:03:22 smithi137 sudo[250647]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:22.624 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 00:03:22 smithi137 sudo[250647]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:22.824 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 00:03:22 smithi203 sudo[249100]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-08T00:03:22.824 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 00:03:22 smithi203 sudo[249100]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:22.824 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 00:03:22 smithi203 sudo[249100]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:22.824 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 00:03:22 smithi203 sudo[249100]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:22.824 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 00:03:22 smithi203 sudo[249103]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-08T00:03:22.824 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 00:03:22 smithi203 sudo[249103]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:22.824 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 00:03:22 smithi203 sudo[249103]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:22.824 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 00:03:22 smithi203 sudo[249103]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:23.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 sudo[1994172]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-08T00:03:23.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 sudo[1994172]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:23.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 sudo[1994172]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:23.707 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 sudo[1994172]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 sudo[1994175]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-08T00:03:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 sudo[1994175]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 sudo[1994175]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 sudo[1994175]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:23.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:23 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:03:24.094 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:24.094 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:24.094 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:23 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:03:24.127 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:23 smithi203 sudo[249106]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-08T00:03:24.128 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:23 smithi203 sudo[249106]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:24.128 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:23 smithi203 sudo[249106]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:24.128 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:23 smithi203 sudo[249106]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:24.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:24.128 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:24.129 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:23 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:03:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 sudo[249109]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-08T00:03:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 sudo[249109]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 sudo[249109]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 sudo[249109]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:24.701 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 sudo[250650]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-08T00:03:24.701 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 sudo[250650]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:24.701 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 sudo[250650]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:24.701 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 sudo[250650]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:24.701 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 sudo[250653]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-08T00:03:24.702 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 sudo[250653]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-08T00:03:24.702 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 sudo[250653]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-08T00:03:24.702 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 sudo[250653]: pam_unix(sudo:session): session closed for user root 2023-12-08T00:03:25.059 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='client.338637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:25.059 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: pgmap v12305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:25.059 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:03:25.059 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:03:25.059 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:03:25.060 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:03:25.101 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='client.338637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:25.101 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: pgmap v12305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:03:25.102 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:03:25.103 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:03:25.103 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:03:25.103 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:03:25.103 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:03:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='client.338637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:25.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: pgmap v12305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:03:25.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:03:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:25 smithi066 ceph-mon[112137]: pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:25 smithi203 ceph-mon[117428]: pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:25 smithi137 ceph-mon[117020]: pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:27.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:27.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:27 smithi066 ceph-mon[112137]: pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 120 KiB/s wr, 13 op/s 2023-12-08T00:03:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:27 smithi203 ceph-mon[117428]: pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 120 KiB/s wr, 13 op/s 2023-12-08T00:03:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:27 smithi137 ceph-mon[117020]: pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 120 KiB/s wr, 13 op/s 2023-12-08T00:03:28.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:28.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:28.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:28.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:28.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:28 smithi066 ceph-mon[112137]: from='client.338715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:28 smithi203 ceph-mon[117428]: from='client.338715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:28 smithi137 ceph-mon[117020]: from='client.338715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:29 smithi066 ceph-mon[112137]: pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:03:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:29 smithi203 ceph-mon[117428]: pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:03:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:29 smithi137 ceph-mon[117020]: pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:03:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:31 smithi203 ceph-mon[117428]: pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 120 KiB/s wr, 13 op/s 2023-12-08T00:03:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:31 smithi137 ceph-mon[117020]: pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 120 KiB/s wr, 13 op/s 2023-12-08T00:03:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:31 smithi066 ceph-mon[112137]: pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 120 KiB/s wr, 13 op/s 2023-12-08T00:03:33.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:33.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:33.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:33.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:33.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:33.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:33.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:33.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:33 smithi203 ceph-mon[117428]: pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:03:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:33 smithi137 ceph-mon[117020]: pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:03:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:33 smithi066 ceph-mon[112137]: pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:03:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:34 smithi203 ceph-mon[117428]: from='client.338790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:34 smithi137 ceph-mon[117020]: from='client.338790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:34 smithi066 ceph-mon[112137]: from='client.338790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:35 smithi203 ceph-mon[117428]: pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:03:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:35 smithi137 ceph-mon[117020]: pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:03:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:35 smithi066 ceph-mon[112137]: pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:03:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:03:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:03:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:03:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:37 smithi203 ceph-mon[117428]: pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 120 KiB/s wr, 13 op/s 2023-12-08T00:03:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:03:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:03:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:37 smithi137 ceph-mon[117020]: pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 120 KiB/s wr, 13 op/s 2023-12-08T00:03:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:03:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:03:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:37 smithi066 ceph-mon[112137]: pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 120 KiB/s wr, 13 op/s 2023-12-08T00:03:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:03:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:03:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:03:38.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:38.846 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:38.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:39.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:39.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:39.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:39.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:39.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:39 smithi203 ceph-mon[117428]: pgmap v12313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:39 smithi137 ceph-mon[117020]: pgmap v12313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:39 smithi066 ceph-mon[112137]: pgmap v12313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:40 smithi203 ceph-mon[117428]: from='client.338865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:40 smithi137 ceph-mon[117020]: from='client.338865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:40 smithi066 ceph-mon[112137]: from='client.338865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:41 smithi203 ceph-mon[117428]: pgmap v12314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:41 smithi137 ceph-mon[117020]: pgmap v12314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:41 smithi066 ceph-mon[112137]: pgmap v12314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:43 smithi203 ceph-mon[117428]: pgmap v12315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:43 smithi137 ceph-mon[117020]: pgmap v12315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:43 smithi066 ceph-mon[112137]: pgmap v12315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:44.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:44.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:44.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:45.297 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:45.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:45.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:45.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:45.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:45 smithi203 ceph-mon[117428]: pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:45 smithi137 ceph-mon[117020]: pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:45 smithi066 ceph-mon[112137]: pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:46 smithi203 ceph-mon[117428]: from='client.338940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:46 smithi137 ceph-mon[117020]: from='client.338940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:46 smithi066 ceph-mon[112137]: from='client.338940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:47 smithi203 ceph-mon[117428]: pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:47 smithi137 ceph-mon[117020]: pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:47 smithi066 ceph-mon[112137]: pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:49 smithi203 ceph-mon[117428]: pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:49 smithi137 ceph-mon[117020]: pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:49 smithi066 ceph-mon[112137]: pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:50.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:50.299 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:50.299 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:51.016 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:51.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:51.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:51.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:51.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:51 smithi203 ceph-mon[117428]: pgmap v12319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:51 smithi203 ceph-mon[117428]: from='client.339009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:51 smithi137 ceph-mon[117020]: pgmap v12319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:51 smithi137 ceph-mon[117020]: from='client.339009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:51 smithi066 ceph-mon[112137]: pgmap v12319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:51 smithi066 ceph-mon[112137]: from='client.339009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:53 smithi203 ceph-mon[117428]: pgmap v12320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:53 smithi137 ceph-mon[117020]: pgmap v12320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:53 smithi066 ceph-mon[112137]: pgmap v12320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:56.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:03:56.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:56.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:55 smithi203 ceph-mon[117428]: pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:55 smithi137 ceph-mon[117020]: pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:55 smithi066 ceph-mon[112137]: pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:56.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:03:56.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:56.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:56.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:56.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:03:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:57 smithi203 ceph-mon[117428]: from='client.339087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:57 smithi203 ceph-mon[117428]: pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:57 smithi137 ceph-mon[117020]: from='client.339087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:57 smithi137 ceph-mon[117020]: pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:57 smithi066 ceph-mon[112137]: from='client.339087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:57 smithi066 ceph-mon[112137]: pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:03:59 smithi203 ceph-mon[117428]: pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:03:59 smithi137 ceph-mon[117020]: pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:03:59 smithi066 ceph-mon[112137]: pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:01.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:01.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:01.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:01 smithi203 ceph-mon[117428]: pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:01 smithi137 ceph-mon[117020]: pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:01 smithi066 ceph-mon[112137]: pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:02.472 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:02.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:02.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:02.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:02.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:03 smithi203 ceph-mon[117428]: from='client.339162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:03 smithi203 ceph-mon[117428]: pgmap v12325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:03 smithi137 ceph-mon[117020]: from='client.339162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:03 smithi137 ceph-mon[117020]: pgmap v12325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:03 smithi066 ceph-mon[112137]: from='client.339162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:03 smithi066 ceph-mon[112137]: pgmap v12325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:05 smithi203 ceph-mon[117428]: pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:05 smithi137 ceph-mon[117020]: pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:05 smithi066 ceph-mon[112137]: pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:07.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:07.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:07.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:07 smithi203 ceph-mon[117428]: pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:07 smithi137 ceph-mon[117020]: pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:08.208 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:08.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:08.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:08.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:08.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:07 smithi066 ceph-mon[112137]: pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:08 smithi203 ceph-mon[117428]: from='client.339237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:08 smithi137 ceph-mon[117020]: from='client.339237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:08 smithi066 ceph-mon[112137]: from='client.339237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:09 smithi203 ceph-mon[117428]: pgmap v12328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:09 smithi137 ceph-mon[117020]: pgmap v12328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:09 smithi066 ceph-mon[112137]: pgmap v12328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:11 smithi203 ceph-mon[117428]: pgmap v12329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:11 smithi137 ceph-mon[117020]: pgmap v12329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:11 smithi066 ceph-mon[112137]: pgmap v12329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:13.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:13.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:13.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:13.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:13.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:13.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:13.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:13.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:13 smithi203 ceph-mon[117428]: pgmap v12330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:13 smithi137 ceph-mon[117020]: pgmap v12330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:13 smithi066 ceph-mon[112137]: pgmap v12330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:14 smithi137 ceph-mon[117020]: from='client.339315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:14 smithi066 ceph-mon[112137]: from='client.339315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:14 smithi203 ceph-mon[117428]: from='client.339315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:15 smithi137 ceph-mon[117020]: pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:15 smithi066 ceph-mon[112137]: pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:15 smithi203 ceph-mon[117428]: pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:17 smithi137 ceph-mon[117020]: pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:17 smithi066 ceph-mon[112137]: pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:17 smithi203 ceph-mon[117428]: pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:18.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:18.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:18.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:19.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:19.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:19.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:19.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:19.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:19 smithi137 ceph-mon[117020]: pgmap v12333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:19 smithi066 ceph-mon[112137]: pgmap v12333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:19 smithi203 ceph-mon[117428]: pgmap v12333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:20 smithi137 ceph-mon[117020]: from='client.339393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:20 smithi066 ceph-mon[112137]: from='client.339393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:20 smithi203 ceph-mon[117428]: from='client.339393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:21 smithi137 ceph-mon[117020]: pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:04:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:21 smithi066 ceph-mon[112137]: pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:04:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:21 smithi203 ceph-mon[117428]: pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:04:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:23 smithi137 ceph-mon[117020]: pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:04:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:23 smithi066 ceph-mon[112137]: pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:04:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:23 smithi203 ceph-mon[117428]: pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:04:24.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:24.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:24.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:25.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:25.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:25.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:25.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:25.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:25 smithi137 ceph-mon[117020]: pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:04:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:25 smithi066 ceph-mon[112137]: pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:04:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:25 smithi203 ceph-mon[117428]: pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:04:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:26 smithi137 ceph-mon[117020]: from='client.339465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:27.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:26 smithi066 ceph-mon[112137]: from='client.339465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:26 smithi203 ceph-mon[117428]: from='client.339465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:27 smithi137 ceph-mon[117020]: pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:27 smithi066 ceph-mon[112137]: pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:27 smithi203 ceph-mon[117428]: pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:29 smithi137 ceph-mon[117020]: pgmap v12338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:29 smithi066 ceph-mon[112137]: pgmap v12338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:29 smithi203 ceph-mon[117428]: pgmap v12338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:30.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:30.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:30.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:31.131 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:31.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:31.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:31.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:31.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:31 smithi137 ceph-mon[117020]: pgmap v12339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:31 smithi137 ceph-mon[117020]: from='client.339540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:31 smithi066 ceph-mon[112137]: pgmap v12339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:31 smithi066 ceph-mon[112137]: from='client.339540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:31 smithi203 ceph-mon[117428]: pgmap v12339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:31 smithi203 ceph-mon[117428]: from='client.339540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:33 smithi137 ceph-mon[117020]: pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:04:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:33 smithi066 ceph-mon[112137]: pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:04:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:33 smithi203 ceph-mon[117428]: pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:04:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:35 smithi137 ceph-mon[117020]: pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:04:36.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:36.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:36.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:35 smithi066 ceph-mon[112137]: pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:04:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:35 smithi203 ceph-mon[117428]: pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:04:36.861 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:36.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:36.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:36.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:36.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:37 smithi066 ceph-mon[112137]: from='client.339612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:37 smithi066 ceph-mon[112137]: pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:04:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:04:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:04:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:04:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:04:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:37 smithi203 ceph-mon[117428]: from='client.339612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:37 smithi203 ceph-mon[117428]: pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:04:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:04:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:04:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:04:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:04:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:37 smithi137 ceph-mon[117020]: from='client.339612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:37 smithi137 ceph-mon[117020]: pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:04:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:04:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:04:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:04:38.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:04:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:39 smithi066 ceph-mon[112137]: pgmap v12343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:39 smithi203 ceph-mon[117428]: pgmap v12343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:39 smithi137 ceph-mon[117020]: pgmap v12343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:41.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:41.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:41.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:41 smithi066 ceph-mon[112137]: pgmap v12344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:41 smithi203 ceph-mon[117428]: pgmap v12344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:41 smithi137 ceph-mon[117020]: pgmap v12344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:42.583 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:42.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:42.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:42.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:42.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:43 smithi066 ceph-mon[112137]: from='client.339690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:43 smithi066 ceph-mon[112137]: pgmap v12345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:43 smithi203 ceph-mon[117428]: from='client.339690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:44.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:43 smithi203 ceph-mon[117428]: pgmap v12345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:43 smithi137 ceph-mon[117020]: from='client.339690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:43 smithi137 ceph-mon[117020]: pgmap v12345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:46.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:45 smithi066 ceph-mon[112137]: pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:45 smithi203 ceph-mon[117428]: pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:45 smithi137 ceph-mon[117020]: pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:47.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:47.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:47.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:47 smithi066 ceph-mon[112137]: pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:48.308 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:47 smithi203 ceph-mon[117428]: pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:47 smithi137 ceph-mon[117020]: pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:49 smithi066 ceph-mon[112137]: from='client.339762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:50.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:49 smithi066 ceph-mon[112137]: pgmap v12348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:49 smithi203 ceph-mon[117428]: from='client.339762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:50.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:49 smithi203 ceph-mon[117428]: pgmap v12348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:49 smithi137 ceph-mon[117020]: from='client.339762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:49 smithi137 ceph-mon[117020]: pgmap v12348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:51 smithi066 ceph-mon[112137]: pgmap v12349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:52.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:51 smithi203 ceph-mon[117428]: pgmap v12349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:51 smithi137 ceph-mon[117020]: pgmap v12349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:53.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:53.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:53.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:54.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:54.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:54.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:54.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:54.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:04:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:53 smithi066 ceph-mon[112137]: pgmap v12350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:53 smithi203 ceph-mon[117428]: pgmap v12350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:53 smithi137 ceph-mon[117020]: pgmap v12350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:54 smithi066 ceph-mon[112137]: from='client.339840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:54 smithi203 ceph-mon[117428]: from='client.339840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:54 smithi137 ceph-mon[117020]: from='client.339840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:55 smithi066 ceph-mon[112137]: pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:55 smithi203 ceph-mon[117428]: pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:55 smithi137 ceph-mon[117020]: pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:57 smithi066 ceph-mon[112137]: pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:57 smithi203 ceph-mon[117428]: pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:57 smithi137 ceph-mon[117020]: pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:59.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:04:59.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:59.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:59.773 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:04:59.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:59.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:59.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:59.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:04:59 smithi066 ceph-mon[112137]: pgmap v12353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:04:59 smithi203 ceph-mon[117428]: pgmap v12353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:04:59 smithi137 ceph-mon[117020]: pgmap v12353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:00 smithi066 ceph-mon[112137]: from='client.339915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:00 smithi203 ceph-mon[117428]: from='client.339915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:01.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:00 smithi137 ceph-mon[117020]: from='client.339915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:01 smithi066 ceph-mon[112137]: pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:05:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:01 smithi203 ceph-mon[117428]: pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:05:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:01 smithi137 ceph-mon[117020]: pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:05:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:03 smithi066 ceph-mon[112137]: pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:03 smithi203 ceph-mon[117428]: pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:03 smithi137 ceph-mon[117020]: pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:04.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:04.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:04.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:05.496 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:05.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:05.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:05.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:05.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:05 smithi066 ceph-mon[112137]: pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:05 smithi203 ceph-mon[117428]: pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:05 smithi137 ceph-mon[117020]: pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:06 smithi066 ceph-mon[112137]: from='client.339993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:06 smithi203 ceph-mon[117428]: from='client.339993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:06 smithi137 ceph-mon[117020]: from='client.339993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:07 smithi066 ceph-mon[112137]: pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:07 smithi203 ceph-mon[117428]: pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:07 smithi137 ceph-mon[117020]: pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:09 smithi066 ceph-mon[112137]: pgmap v12358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:09 smithi203 ceph-mon[117428]: pgmap v12358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:09 smithi137 ceph-mon[117020]: pgmap v12358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:10.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:10.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:10.498 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:11.228 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:11.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:11.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:11.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:11.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:11 smithi066 ceph-mon[112137]: pgmap v12359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:11 smithi066 ceph-mon[112137]: from='client.340068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:11 smithi203 ceph-mon[117428]: pgmap v12359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:11 smithi203 ceph-mon[117428]: from='client.340068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:11 smithi137 ceph-mon[117020]: pgmap v12359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:11 smithi137 ceph-mon[117020]: from='client.340068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:13 smithi066 ceph-mon[112137]: pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:13 smithi203 ceph-mon[117428]: pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:13 smithi137 ceph-mon[117020]: pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:16.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:16.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:16.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:15 smithi066 ceph-mon[112137]: pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:15 smithi203 ceph-mon[117428]: pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:15 smithi137 ceph-mon[117020]: pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:05:16.952 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:16.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:16.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:16.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:16.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:17 smithi066 ceph-mon[112137]: pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:05:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:17 smithi066 ceph-mon[112137]: from='client.340146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:17 smithi203 ceph-mon[117428]: pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:05:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:17 smithi203 ceph-mon[117428]: from='client.340146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:17 smithi137 ceph-mon[117020]: pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:05:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:17 smithi137 ceph-mon[117020]: from='client.340146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:19 smithi066 ceph-mon[112137]: pgmap v12363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:19 smithi203 ceph-mon[117428]: pgmap v12363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:19 smithi137 ceph-mon[117020]: pgmap v12363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:21.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:21.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:21.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:21 smithi066 ceph-mon[112137]: pgmap v12364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:21 smithi203 ceph-mon[117428]: pgmap v12364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:21 smithi137 ceph-mon[117020]: pgmap v12364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:22.684 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:22.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:22.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:22.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:22.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:23.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:22 smithi066 ceph-mon[112137]: from='client.340224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:23.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:22 smithi066 ceph-mon[112137]: pgmap v12365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:23.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:22 smithi203 ceph-mon[117428]: from='client.340224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:23.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:22 smithi203 ceph-mon[117428]: pgmap v12365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:23.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:22 smithi137 ceph-mon[117020]: from='client.340224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:23.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:22 smithi137 ceph-mon[117020]: pgmap v12365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:25 smithi066 ceph-mon[112137]: pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:25 smithi203 ceph-mon[117428]: pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:25 smithi137 ceph-mon[117020]: pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:27.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:27.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:27.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:27 smithi066 ceph-mon[112137]: pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:27 smithi203 ceph-mon[117428]: pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:27 smithi137 ceph-mon[117020]: pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:28.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:29 smithi066 ceph-mon[112137]: from='client.340299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:29 smithi066 ceph-mon[112137]: pgmap v12368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:29 smithi203 ceph-mon[117428]: from='client.340299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:29 smithi203 ceph-mon[117428]: pgmap v12368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:29 smithi137 ceph-mon[117020]: from='client.340299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:29 smithi137 ceph-mon[117020]: pgmap v12368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:31 smithi066 ceph-mon[112137]: pgmap v12369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:31 smithi203 ceph-mon[117428]: pgmap v12369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:31 smithi137 ceph-mon[117020]: pgmap v12369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:33.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:33.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:33.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:33 smithi066 ceph-mon[112137]: pgmap v12370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:33 smithi203 ceph-mon[117428]: pgmap v12370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:33 smithi137 ceph-mon[117020]: pgmap v12370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:34.169 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:34.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:34.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:34.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:34.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:34 smithi066 ceph-mon[112137]: from='client.340377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:34 smithi203 ceph-mon[117428]: from='client.340377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:34 smithi137 ceph-mon[117020]: from='client.340377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:35 smithi066 ceph-mon[112137]: pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:35 smithi203 ceph-mon[117428]: pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:35 smithi137 ceph-mon[117020]: pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:37 smithi066 ceph-mon[112137]: pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:37 smithi203 ceph-mon[117428]: pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:38.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:37 smithi137 ceph-mon[117020]: pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:05:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:05:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:05:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:05:39.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:05:39.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:05:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:05:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:05:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:05:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:05:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:05:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:05:39.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:39.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:39.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:39.893 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:39.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:39.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:39.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:39.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:39 smithi066 ceph-mon[112137]: pgmap v12373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:39 smithi203 ceph-mon[117428]: pgmap v12373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:39 smithi137 ceph-mon[117020]: pgmap v12373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:40 smithi066 ceph-mon[112137]: from='client.340455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:40 smithi203 ceph-mon[117428]: from='client.340455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:40 smithi137 ceph-mon[117020]: from='client.340455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:41 smithi066 ceph-mon[112137]: pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:05:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:41 smithi203 ceph-mon[117428]: pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:05:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:41 smithi137 ceph-mon[117020]: pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:05:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:43 smithi066 ceph-mon[112137]: pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:05:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:43 smithi203 ceph-mon[117428]: pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:05:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:43 smithi137 ceph-mon[117020]: pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:05:44.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:44.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:44.896 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:45.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:45.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:45.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:45.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:45.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:45 smithi066 ceph-mon[112137]: pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:05:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:45 smithi203 ceph-mon[117428]: pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:05:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:45 smithi137 ceph-mon[117020]: pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:05:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:46 smithi066 ceph-mon[112137]: from='client.340527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:46 smithi203 ceph-mon[117428]: from='client.340527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:47.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:46 smithi137 ceph-mon[117020]: from='client.340527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:47 smithi066 ceph-mon[112137]: pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:47 smithi203 ceph-mon[117428]: pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:47 smithi137 ceph-mon[117020]: pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:49 smithi066 ceph-mon[112137]: pgmap v12378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:49 smithi203 ceph-mon[117428]: pgmap v12378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:49 smithi137 ceph-mon[117020]: pgmap v12378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:50.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:50.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:50.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:51.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:51.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:51.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:51.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:51.365 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:51 smithi066 ceph-mon[112137]: pgmap v12379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:51 smithi203 ceph-mon[117428]: pgmap v12379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:51 smithi137 ceph-mon[117020]: pgmap v12379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:52 smithi066 ceph-mon[112137]: from='client.340605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:53.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:52 smithi203 ceph-mon[117428]: from='client.340605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:52 smithi137 ceph-mon[117020]: from='client.340605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:53 smithi066 ceph-mon[112137]: pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:05:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:53 smithi203 ceph-mon[117428]: pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:05:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:53 smithi137 ceph-mon[117020]: pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:05:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:55 smithi066 ceph-mon[112137]: pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:05:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:55 smithi203 ceph-mon[117428]: pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:05:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:55 smithi137 ceph-mon[117020]: pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:05:56.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:05:56.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:56.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:57.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:57.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:57.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:57.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:05:57.089 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:05:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:57 smithi066 ceph-mon[112137]: pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:05:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:57 smithi066 ceph-mon[112137]: from='client.340683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:57 smithi203 ceph-mon[117428]: pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:05:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:57 smithi203 ceph-mon[117428]: from='client.340683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:57 smithi137 ceph-mon[117020]: pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:05:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:57 smithi137 ceph-mon[117020]: from='client.340683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:05:59 smithi066 ceph-mon[112137]: pgmap v12383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:05:59 smithi203 ceph-mon[117428]: pgmap v12383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:05:59 smithi137 ceph-mon[117020]: pgmap v12383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:01 smithi066 ceph-mon[112137]: pgmap v12384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:01 smithi203 ceph-mon[117428]: pgmap v12384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:02.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:02.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:02.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:02.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:01 smithi137 ceph-mon[117020]: pgmap v12384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:02.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:02.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:02.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:02.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:02.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:03 smithi066 ceph-mon[112137]: from='client.340758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:03 smithi066 ceph-mon[112137]: pgmap v12385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:03 smithi203 ceph-mon[117428]: from='client.340758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:03 smithi203 ceph-mon[117428]: pgmap v12385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:03 smithi137 ceph-mon[117020]: from='client.340758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:03 smithi137 ceph-mon[117020]: pgmap v12385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:05 smithi066 ceph-mon[112137]: pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:05 smithi203 ceph-mon[117428]: pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:05 smithi137 ceph-mon[117020]: pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:07.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:07.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:07.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:07 smithi066 ceph-mon[112137]: pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:07 smithi203 ceph-mon[117428]: pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:07 smithi137 ceph-mon[117020]: pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:08.536 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:08.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:08.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:08.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:08.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:09 smithi066 ceph-mon[112137]: from='client.340830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:09 smithi066 ceph-mon[112137]: pgmap v12388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:09 smithi203 ceph-mon[117428]: from='client.340830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:09 smithi203 ceph-mon[117428]: pgmap v12388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:10.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:09 smithi137 ceph-mon[117020]: from='client.340830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:09 smithi137 ceph-mon[117020]: pgmap v12388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:11 smithi066 ceph-mon[112137]: pgmap v12389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:11 smithi203 ceph-mon[117428]: pgmap v12389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:11 smithi137 ceph-mon[117020]: pgmap v12389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:13.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:13.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:13.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:13 smithi066 ceph-mon[112137]: pgmap v12390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:13 smithi203 ceph-mon[117428]: pgmap v12390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:13 smithi137 ceph-mon[117020]: pgmap v12390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:14.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:14.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:14.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:14.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:14.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:14 smithi066 ceph-mon[112137]: from='client.340905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:14 smithi203 ceph-mon[117428]: from='client.340905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:14 smithi137 ceph-mon[117020]: from='client.340905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:15 smithi066 ceph-mon[112137]: pgmap v12391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:15 smithi203 ceph-mon[117428]: pgmap v12391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:16.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:15 smithi137 ceph-mon[117020]: pgmap v12391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:17 smithi066 ceph-mon[112137]: pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:17 smithi203 ceph-mon[117428]: pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:18.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:17 smithi137 ceph-mon[117020]: pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:19.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:19.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:19.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:19.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:19.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:19.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:19.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:19.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:19 smithi066 ceph-mon[112137]: pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:19 smithi203 ceph-mon[117428]: pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:19 smithi137 ceph-mon[117020]: pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:20 smithi066 ceph-mon[112137]: from='client.340983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:20 smithi203 ceph-mon[117428]: from='client.340983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:20 smithi137 ceph-mon[117020]: from='client.340983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:21 smithi066 ceph-mon[112137]: pgmap v12394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:21 smithi203 ceph-mon[117428]: pgmap v12394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:21 smithi137 ceph-mon[117020]: pgmap v12394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:23 smithi066 ceph-mon[112137]: pgmap v12395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:23 smithi203 ceph-mon[117428]: pgmap v12395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:23 smithi137 ceph-mon[117020]: pgmap v12395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:24.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:24.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:24.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:25.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:25.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:25.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:25.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:25.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:25 smithi203 ceph-mon[117428]: pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:25 smithi137 ceph-mon[117020]: pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:25 smithi066 ceph-mon[112137]: pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:26 smithi203 ceph-mon[117428]: from='client.341061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:27.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:26 smithi137 ceph-mon[117020]: from='client.341061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:26 smithi066 ceph-mon[112137]: from='client.341061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:27 smithi203 ceph-mon[117428]: pgmap v12397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:27 smithi137 ceph-mon[117020]: pgmap v12397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:27 smithi066 ceph-mon[112137]: pgmap v12397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:29 smithi203 ceph-mon[117428]: pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:29 smithi137 ceph-mon[117020]: pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:29 smithi066 ceph-mon[112137]: pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:30.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:30.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:30.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:31.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:31.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:31.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:31.435 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:31.435 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:31 smithi203 ceph-mon[117428]: pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:31 smithi137 ceph-mon[117020]: pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:31 smithi066 ceph-mon[112137]: pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:33.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:32 smithi203 ceph-mon[117428]: from='client.341139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:32 smithi137 ceph-mon[117020]: from='client.341139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:33.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:32 smithi066 ceph-mon[112137]: from='client.341139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:33 smithi203 ceph-mon[117428]: pgmap v12400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:33 smithi137 ceph-mon[117020]: pgmap v12400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:33 smithi066 ceph-mon[112137]: pgmap v12400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:35 smithi203 ceph-mon[117428]: pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:35 smithi137 ceph-mon[117020]: pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:35 smithi066 ceph-mon[112137]: pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:36.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:36.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:36.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:37.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:37.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:37.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:37.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:37.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:37 smithi203 ceph-mon[117428]: pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:37 smithi203 ceph-mon[117428]: from='client.341211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:37 smithi137 ceph-mon[117020]: pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:37 smithi137 ceph-mon[117020]: from='client.341211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:37 smithi066 ceph-mon[112137]: pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:37 smithi066 ceph-mon[112137]: from='client.341211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:39.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:06:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:06:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:06:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:39 smithi203 ceph-mon[117428]: pgmap v12403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:06:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:06:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:06:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:39 smithi137 ceph-mon[117020]: pgmap v12403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:06:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:06:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:06:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:39 smithi066 ceph-mon[112137]: pgmap v12403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:06:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:06:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:06:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:41 smithi203 ceph-mon[117428]: pgmap v12404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:41 smithi137 ceph-mon[117020]: pgmap v12404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:42.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:42.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:42.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:41 smithi066 ceph-mon[112137]: pgmap v12404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:42.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:42.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:42.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:43 smithi203 ceph-mon[117428]: from='client.341286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:43 smithi203 ceph-mon[117428]: pgmap v12405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:43 smithi137 ceph-mon[117020]: from='client.341286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:43 smithi137 ceph-mon[117020]: pgmap v12405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:43 smithi066 ceph-mon[112137]: from='client.341286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:43 smithi066 ceph-mon[112137]: pgmap v12405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:45 smithi203 ceph-mon[117428]: pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:45 smithi137 ceph-mon[117020]: pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:45 smithi066 ceph-mon[112137]: pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:47.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:47.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:47.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:47 smithi203 ceph-mon[117428]: pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:47 smithi137 ceph-mon[117020]: pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:47 smithi066 ceph-mon[112137]: pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:48.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:48.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:48.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:48.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:48.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:49 smithi203 ceph-mon[117428]: from='client.341361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:49 smithi203 ceph-mon[117428]: pgmap v12408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:49 smithi137 ceph-mon[117020]: from='client.341361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:49 smithi137 ceph-mon[117020]: pgmap v12408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:49 smithi066 ceph-mon[112137]: from='client.341361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:49 smithi066 ceph-mon[112137]: pgmap v12408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:51 smithi203 ceph-mon[117428]: pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:52.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:51 smithi137 ceph-mon[117020]: pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:51 smithi066 ceph-mon[112137]: pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:53.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:53.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:53.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:53 smithi203 ceph-mon[117428]: pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:53 smithi137 ceph-mon[117020]: pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:53 smithi066 ceph-mon[112137]: pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:54.390 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:06:54.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:54.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:54.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:54.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:06:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:55 smithi203 ceph-mon[117428]: from='client.341433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:55 smithi203 ceph-mon[117428]: pgmap v12411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:56.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:55 smithi137 ceph-mon[117020]: from='client.341433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:55 smithi137 ceph-mon[117020]: pgmap v12411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:55 smithi066 ceph-mon[112137]: from='client.341433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:55 smithi066 ceph-mon[112137]: pgmap v12411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:57 smithi203 ceph-mon[117428]: pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:57 smithi137 ceph-mon[117020]: pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:57 smithi066 ceph-mon[112137]: pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:59.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:06:59.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:59.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:06:59 smithi203 ceph-mon[117428]: pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:00.117 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:00.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:00.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:00.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:00.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:00.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:06:59 smithi137 ceph-mon[117020]: pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:06:59 smithi066 ceph-mon[112137]: pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:00 smithi203 ceph-mon[117428]: from='client.341508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:00 smithi137 ceph-mon[117020]: from='client.341508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:00 smithi066 ceph-mon[112137]: from='client.341508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:01 smithi203 ceph-mon[117428]: pgmap v12414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:02.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:01 smithi137 ceph-mon[117020]: pgmap v12414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:01 smithi066 ceph-mon[112137]: pgmap v12414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:03 smithi203 ceph-mon[117428]: pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:03 smithi137 ceph-mon[117020]: pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:03 smithi066 ceph-mon[112137]: pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:05.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:05.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:05.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:05.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:05.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:05.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:05.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:05.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:05 smithi137 ceph-mon[117020]: pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:05 smithi066 ceph-mon[112137]: pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:05 smithi203 ceph-mon[117428]: pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:06 smithi137 ceph-mon[117020]: from='client.341577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:06 smithi066 ceph-mon[112137]: from='client.341577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:06 smithi203 ceph-mon[117428]: from='client.341577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:07 smithi203 ceph-mon[117428]: pgmap v12417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:07 smithi137 ceph-mon[117020]: pgmap v12417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:07 smithi066 ceph-mon[112137]: pgmap v12417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:09 smithi137 ceph-mon[117020]: pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:09 smithi066 ceph-mon[112137]: pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:09 smithi203 ceph-mon[117428]: pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:10.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:10.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:10.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:11.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:11.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:11.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:11.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:11.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:11 smithi137 ceph-mon[117020]: pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:11 smithi066 ceph-mon[112137]: pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:11 smithi203 ceph-mon[117428]: pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:12 smithi137 ceph-mon[117020]: from='client.341655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:12 smithi066 ceph-mon[112137]: from='client.341655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:12 smithi203 ceph-mon[117428]: from='client.341655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:13 smithi137 ceph-mon[117020]: pgmap v12420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:13 smithi066 ceph-mon[112137]: pgmap v12420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:13 smithi203 ceph-mon[117428]: pgmap v12420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:15 smithi137 ceph-mon[117020]: pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:15 smithi066 ceph-mon[112137]: pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:15 smithi203 ceph-mon[117428]: pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:16.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:17.301 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:17.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:17.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:17.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:17.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:17 smithi137 ceph-mon[117020]: pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:17 smithi137 ceph-mon[117020]: from='client.341733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:17 smithi066 ceph-mon[112137]: pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:17 smithi066 ceph-mon[112137]: from='client.341733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:17 smithi203 ceph-mon[117428]: pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:17 smithi203 ceph-mon[117428]: from='client.341733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:19 smithi137 ceph-mon[117020]: pgmap v12423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:19 smithi066 ceph-mon[112137]: pgmap v12423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:19 smithi203 ceph-mon[117428]: pgmap v12423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:21 smithi137 ceph-mon[117020]: pgmap v12424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:21 smithi066 ceph-mon[112137]: pgmap v12424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:22.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:22.303 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:22.303 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:21 smithi203 ceph-mon[117428]: pgmap v12424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:23.053 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:23.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:23.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:23.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:23.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:23 smithi137 ceph-mon[117020]: pgmap v12425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:23 smithi137 ceph-mon[117020]: from='client.341808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:23 smithi066 ceph-mon[112137]: pgmap v12425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:23 smithi066 ceph-mon[112137]: from='client.341808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:23 smithi203 ceph-mon[117428]: pgmap v12425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:23 smithi203 ceph-mon[117428]: from='client.341808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:25 smithi137 ceph-mon[117020]: pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:25 smithi066 ceph-mon[112137]: pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:25 smithi203 ceph-mon[117428]: pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:28.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:28.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:28.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:27 smithi137 ceph-mon[117020]: pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:27 smithi066 ceph-mon[112137]: pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:27 smithi203 ceph-mon[117428]: pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:28.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:28.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:28.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:28.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:28.788 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:29 smithi066 ceph-mon[112137]: from='client.341886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:29 smithi066 ceph-mon[112137]: pgmap v12428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:29 smithi203 ceph-mon[117428]: from='client.341886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:29 smithi203 ceph-mon[117428]: pgmap v12428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:29 smithi137 ceph-mon[117020]: from='client.341886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:29 smithi137 ceph-mon[117020]: pgmap v12428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:31 smithi066 ceph-mon[112137]: pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:31 smithi203 ceph-mon[117428]: pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:31 smithi137 ceph-mon[117020]: pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:33.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:33.790 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:33.790 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:33 smithi066 ceph-mon[112137]: pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:33 smithi203 ceph-mon[117428]: pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:33 smithi137 ceph-mon[117020]: pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:34.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:34.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:34.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:34.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:34.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:36.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:35 smithi066 ceph-mon[112137]: from='client.341961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:36.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:35 smithi066 ceph-mon[112137]: pgmap v12431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:35 smithi203 ceph-mon[117428]: from='client.341961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:35 smithi203 ceph-mon[117428]: pgmap v12431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:35 smithi137 ceph-mon[117020]: from='client.341961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:35 smithi137 ceph-mon[117020]: pgmap v12431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:37 smithi066 ceph-mon[112137]: pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:37 smithi203 ceph-mon[117428]: pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:37 smithi137 ceph-mon[117020]: pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:39.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:39.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:39.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:39 smithi066 ceph-mon[112137]: pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:07:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:40.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:40.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:40.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:40.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:40.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:39 smithi203 ceph-mon[117428]: pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:40.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:07:40.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:39 smithi137 ceph-mon[117020]: pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:07:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:40 smithi066 ceph-mon[112137]: from='client.342036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:07:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:07:41.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:40 smithi203 ceph-mon[117428]: from='client.342036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:07:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:07:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:40 smithi137 ceph-mon[117020]: from='client.342036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:07:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:07:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:07:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:41 smithi066 ceph-mon[112137]: pgmap v12434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:41 smithi203 ceph-mon[117428]: pgmap v12434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:41 smithi137 ceph-mon[117020]: pgmap v12434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:43 smithi066 ceph-mon[112137]: pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:43 smithi203 ceph-mon[117428]: pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:43 smithi137 ceph-mon[117020]: pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:45.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:45.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:45.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:46.031 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:46.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:46.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:46.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:46.032 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:45 smithi066 ceph-mon[112137]: pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:45 smithi203 ceph-mon[117428]: pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:45 smithi137 ceph-mon[117020]: pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:46 smithi066 ceph-mon[112137]: from='client.342114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:46 smithi203 ceph-mon[117428]: from='client.342114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:46 smithi137 ceph-mon[117020]: from='client.342114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:47 smithi066 ceph-mon[112137]: pgmap v12437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:47 smithi203 ceph-mon[117428]: pgmap v12437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:47 smithi137 ceph-mon[117020]: pgmap v12437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:49 smithi066 ceph-mon[112137]: pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:49 smithi203 ceph-mon[117428]: pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:49 smithi137 ceph-mon[117020]: pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:51.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:51.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:51.033 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:51.756 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:51.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:51.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:51.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:51.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:51 smithi066 ceph-mon[112137]: pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:51 smithi203 ceph-mon[117428]: pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:51 smithi137 ceph-mon[117020]: pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:52 smithi066 ceph-mon[112137]: from='client.342192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:52 smithi203 ceph-mon[117428]: from='client.342192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:52 smithi137 ceph-mon[117020]: from='client.342192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:53 smithi066 ceph-mon[112137]: pgmap v12440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:53 smithi203 ceph-mon[117428]: pgmap v12440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:53 smithi137 ceph-mon[117020]: pgmap v12440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:55 smithi066 ceph-mon[112137]: pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:56.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:55 smithi203 ceph-mon[117428]: pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:55 smithi137 ceph-mon[117020]: pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:56.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:07:56.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:56.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:57.490 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:07:57.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:57.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:57.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:57.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:07:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:57 smithi066 ceph-mon[112137]: pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:57 smithi203 ceph-mon[117428]: pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:57 smithi137 ceph-mon[117020]: pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:58 smithi066 ceph-mon[112137]: from='client.342264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:58 smithi203 ceph-mon[117428]: from='client.342264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:58 smithi137 ceph-mon[117020]: from='client.342264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:07:59 smithi066 ceph-mon[112137]: pgmap v12443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:07:59 smithi203 ceph-mon[117428]: pgmap v12443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:07:59 smithi137 ceph-mon[117020]: pgmap v12443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:01 smithi066 ceph-mon[112137]: pgmap v12444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:01 smithi203 ceph-mon[117428]: pgmap v12444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:01 smithi137 ceph-mon[117020]: pgmap v12444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:02.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:02.492 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:02.492 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:03.212 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:03.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:03.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:03.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:03.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:03 smithi066 ceph-mon[112137]: pgmap v12445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:03 smithi066 ceph-mon[112137]: from='client.342339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:03 smithi203 ceph-mon[117428]: pgmap v12445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:03 smithi203 ceph-mon[117428]: from='client.342339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:03 smithi137 ceph-mon[117020]: pgmap v12445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:03 smithi137 ceph-mon[117020]: from='client.342339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:05 smithi066 ceph-mon[112137]: pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:05 smithi203 ceph-mon[117428]: pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:05 smithi137 ceph-mon[117020]: pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:08.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:08.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:08.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:07 smithi066 ceph-mon[112137]: pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:07 smithi203 ceph-mon[117428]: pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:07 smithi137 ceph-mon[117020]: pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:08.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:08.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:08.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:08.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:08.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:09 smithi066 ceph-mon[112137]: from='client.342414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:09 smithi066 ceph-mon[112137]: pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:09 smithi203 ceph-mon[117428]: from='client.342414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:09 smithi203 ceph-mon[117428]: pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:09 smithi137 ceph-mon[117020]: from='client.342414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:09 smithi137 ceph-mon[117020]: pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:11 smithi066 ceph-mon[112137]: pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:11 smithi203 ceph-mon[117428]: pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:11 smithi137 ceph-mon[117020]: pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:13.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:13.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:13.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:13 smithi066 ceph-mon[112137]: pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:14.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:13 smithi203 ceph-mon[117428]: pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:13 smithi137 ceph-mon[117020]: pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:14.680 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:14.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:14.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:14.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:14.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:15 smithi066 ceph-mon[112137]: from='client.342486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:15 smithi066 ceph-mon[112137]: pgmap v12451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:15 smithi203 ceph-mon[117428]: from='client.342486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:15 smithi203 ceph-mon[117428]: pgmap v12451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:15 smithi137 ceph-mon[117020]: from='client.342486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:15 smithi137 ceph-mon[117020]: pgmap v12451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:17 smithi066 ceph-mon[112137]: pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:08:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:17 smithi203 ceph-mon[117428]: pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:08:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:17 smithi137 ceph-mon[117020]: pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:08:19.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:19.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:19.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:19 smithi066 ceph-mon[112137]: pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:08:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:19 smithi203 ceph-mon[117428]: pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:08:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:19 smithi137 ceph-mon[117020]: pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:08:20.417 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:20.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:20.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:20.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:20.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:21 smithi066 ceph-mon[112137]: from='client.342561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:21 smithi066 ceph-mon[112137]: pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:21 smithi203 ceph-mon[117428]: from='client.342561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:21 smithi203 ceph-mon[117428]: pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:21 smithi137 ceph-mon[117020]: from='client.342561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:21 smithi137 ceph-mon[117020]: pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:23 smithi066 ceph-mon[112137]: pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:23 smithi203 ceph-mon[117428]: pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:23 smithi137 ceph-mon[117020]: pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:25.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:25.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:25.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:26.157 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:26.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:26.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:26.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:26.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:25 smithi066 ceph-mon[112137]: pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:25 smithi203 ceph-mon[117428]: pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:25 smithi137 ceph-mon[117020]: pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:26 smithi066 ceph-mon[112137]: from='client.342639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:26 smithi203 ceph-mon[117428]: from='client.342639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:26 smithi137 ceph-mon[117020]: from='client.342639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:27 smithi066 ceph-mon[112137]: pgmap v12457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:28.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:27 smithi203 ceph-mon[117428]: pgmap v12457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:27 smithi137 ceph-mon[117020]: pgmap v12457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:29 smithi066 ceph-mon[112137]: pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:08:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:29 smithi203 ceph-mon[117428]: pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:08:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:29 smithi137 ceph-mon[117020]: pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:08:31.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:31.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:31.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:31.876 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:31.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:31.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:31.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:31.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:31 smithi066 ceph-mon[112137]: pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:08:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:31 smithi203 ceph-mon[117428]: pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:08:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:31 smithi137 ceph-mon[117020]: pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:08:33.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:32 smithi066 ceph-mon[112137]: from='client.342717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:33.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:32 smithi203 ceph-mon[117428]: from='client.342717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:33.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:32 smithi137 ceph-mon[117020]: from='client.342717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:33 smithi066 ceph-mon[112137]: pgmap v12460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:33 smithi203 ceph-mon[117428]: pgmap v12460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:33 smithi137 ceph-mon[117020]: pgmap v12460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:35 smithi203 ceph-mon[117428]: pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:35 smithi137 ceph-mon[117020]: pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:35 smithi066 ceph-mon[112137]: pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:36.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:36.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:36.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:37 smithi203 ceph-mon[117428]: pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:37.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:37 smithi137 ceph-mon[117020]: pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:37 smithi066 ceph-mon[112137]: pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:37.613 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:37.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:37.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:37.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:37.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:38 smithi203 ceph-mon[117428]: from='client.342789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:38 smithi137 ceph-mon[117020]: from='client.342789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:38 smithi066 ceph-mon[112137]: from='client.342789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:39 smithi203 ceph-mon[117428]: pgmap v12463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:39.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:39 smithi137 ceph-mon[117020]: pgmap v12463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:39 smithi066 ceph-mon[112137]: pgmap v12463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:08:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:08:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:08:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:41 smithi066 ceph-mon[112137]: pgmap v12464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:08:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:08:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:08:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:41 smithi203 ceph-mon[117428]: pgmap v12464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:08:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:08:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:08:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:41 smithi137 ceph-mon[117020]: pgmap v12464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:08:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:08:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:08:42.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:42.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:42.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:43.347 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:43.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:43.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:43.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:43.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:43 smithi066 ceph-mon[112137]: pgmap v12465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:43 smithi066 ceph-mon[112137]: from='client.342864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:43 smithi203 ceph-mon[117428]: pgmap v12465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:43 smithi203 ceph-mon[117428]: from='client.342864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:43 smithi137 ceph-mon[117020]: pgmap v12465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:43 smithi137 ceph-mon[117020]: from='client.342864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:45 smithi066 ceph-mon[112137]: pgmap v12466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:45 smithi203 ceph-mon[117428]: pgmap v12466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:45 smithi137 ceph-mon[117020]: pgmap v12466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:47 smithi066 ceph-mon[112137]: pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:47 smithi203 ceph-mon[117428]: pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:47 smithi137 ceph-mon[117020]: pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:48.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:48.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:48.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:49.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:49.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:49.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:49.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:49.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:49 smithi066 ceph-mon[112137]: pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:49 smithi066 ceph-mon[112137]: from='client.342942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:49 smithi203 ceph-mon[117428]: pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:49 smithi203 ceph-mon[117428]: from='client.342942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:50.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:49 smithi137 ceph-mon[117020]: pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:49 smithi137 ceph-mon[117020]: from='client.342942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:51 smithi066 ceph-mon[112137]: pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:51 smithi203 ceph-mon[117428]: pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:51 smithi137 ceph-mon[117020]: pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:53 smithi066 ceph-mon[112137]: pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:53 smithi203 ceph-mon[117428]: pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:54.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:54.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:54.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:54.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:53 smithi137 ceph-mon[117020]: pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:54.802 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:08:54.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:54.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:54.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:54.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:08:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:55 smithi066 ceph-mon[112137]: from='client.343020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:55 smithi066 ceph-mon[112137]: pgmap v12471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:55 smithi203 ceph-mon[117428]: from='client.343020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:55 smithi203 ceph-mon[117428]: pgmap v12471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:56.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:55 smithi137 ceph-mon[117020]: from='client.343020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:55 smithi137 ceph-mon[117020]: pgmap v12471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:57 smithi066 ceph-mon[112137]: pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:08:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:57 smithi203 ceph-mon[117428]: pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:08:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:57 smithi137 ceph-mon[117020]: pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:08:59.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:08:59.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:59.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:08:59 smithi066 ceph-mon[112137]: pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:08:59 smithi203 ceph-mon[117428]: pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:08:59 smithi137 ceph-mon[117020]: pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:00.524 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:00.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:00.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:00.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:00.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:01 smithi066 ceph-mon[112137]: from='client.343098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:01 smithi066 ceph-mon[112137]: pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:01 smithi203 ceph-mon[117428]: from='client.343098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:01 smithi203 ceph-mon[117428]: pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:01 smithi137 ceph-mon[117020]: from='client.343098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:01 smithi137 ceph-mon[117020]: pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:03 smithi066 ceph-mon[112137]: pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:03 smithi203 ceph-mon[117428]: pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:04.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:03 smithi137 ceph-mon[117020]: pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:05.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:05.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:05.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:05 smithi066 ceph-mon[112137]: pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:05 smithi203 ceph-mon[117428]: pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:06.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:05 smithi137 ceph-mon[117020]: pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:06.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:06.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:06.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:06.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:06.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:06.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:06 smithi066 ceph-mon[112137]: from='client.343170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:06 smithi203 ceph-mon[117428]: from='client.343170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:07.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:06 smithi137 ceph-mon[117020]: from='client.343170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:07 smithi066 ceph-mon[112137]: pgmap v12477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:07 smithi203 ceph-mon[117428]: pgmap v12477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:07 smithi137 ceph-mon[117020]: pgmap v12477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:09 smithi066 ceph-mon[112137]: pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:09 smithi203 ceph-mon[117428]: pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:09 smithi137 ceph-mon[117020]: pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:11.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:11.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:11.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:11.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:11.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:11.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:11.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:11.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:11 smithi066 ceph-mon[112137]: pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:09:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:11 smithi203 ceph-mon[117428]: pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:09:12.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:11 smithi137 ceph-mon[117020]: pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:09:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:12 smithi066 ceph-mon[112137]: from='client.343245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:12 smithi203 ceph-mon[117428]: from='client.343245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:12 smithi137 ceph-mon[117020]: from='client.343245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:13 smithi066 ceph-mon[112137]: pgmap v12480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:13 smithi203 ceph-mon[117428]: pgmap v12480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:13 smithi137 ceph-mon[117020]: pgmap v12480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:15 smithi066 ceph-mon[112137]: pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:15 smithi203 ceph-mon[117428]: pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:16.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:15 smithi137 ceph-mon[117020]: pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:16.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:16.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:16.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:17.693 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:17.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:17.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:17.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:17.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:17 smithi203 ceph-mon[117428]: pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:18.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:17 smithi137 ceph-mon[117020]: pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:17 smithi066 ceph-mon[112137]: pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:18 smithi203 ceph-mon[117428]: from='client.343320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:18 smithi137 ceph-mon[117020]: from='client.343320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:18 smithi066 ceph-mon[112137]: from='client.343320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:19 smithi203 ceph-mon[117428]: pgmap v12483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:20.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:19 smithi137 ceph-mon[117020]: pgmap v12483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:19 smithi066 ceph-mon[112137]: pgmap v12483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:21 smithi203 ceph-mon[117428]: pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:22.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:21 smithi137 ceph-mon[117020]: pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:21 smithi066 ceph-mon[112137]: pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:22.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:22.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:22.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:23.421 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:23.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:23.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:23.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:23.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:23 smithi203 ceph-mon[117428]: pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:23 smithi137 ceph-mon[117020]: pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:23 smithi066 ceph-mon[112137]: pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:24 smithi203 ceph-mon[117428]: from='client.343398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:24 smithi137 ceph-mon[117020]: from='client.343398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:24 smithi066 ceph-mon[112137]: from='client.343398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:25 smithi203 ceph-mon[117428]: pgmap v12486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:25 smithi137 ceph-mon[117020]: pgmap v12486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:25 smithi066 ceph-mon[112137]: pgmap v12486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:27 smithi203 ceph-mon[117428]: pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:28.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:27 smithi137 ceph-mon[117020]: pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:27 smithi066 ceph-mon[112137]: pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:28.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:28.423 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:28.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:29.145 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:29.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:29.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:29.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:29.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:29 smithi203 ceph-mon[117428]: pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:29 smithi203 ceph-mon[117428]: from='client.343470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:29 smithi137 ceph-mon[117020]: pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:29 smithi137 ceph-mon[117020]: from='client.343470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:29 smithi066 ceph-mon[112137]: pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:29 smithi066 ceph-mon[112137]: from='client.343470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:31 smithi203 ceph-mon[117428]: pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:32.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:31 smithi137 ceph-mon[117020]: pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:31 smithi066 ceph-mon[112137]: pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:33 smithi203 ceph-mon[117428]: pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:34.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:33 smithi137 ceph-mon[117020]: pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:34.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:34.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:34.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:33 smithi066 ceph-mon[112137]: pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:34.871 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:34.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:34.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:34.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:34.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:35 smithi203 ceph-mon[117428]: from='client.343545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:35 smithi203 ceph-mon[117428]: pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:36.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:35 smithi137 ceph-mon[117020]: from='client.343545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:35 smithi137 ceph-mon[117020]: pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:35 smithi066 ceph-mon[112137]: from='client.343545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:35 smithi066 ceph-mon[112137]: pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:37 smithi203 ceph-mon[117428]: pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:09:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:37 smithi137 ceph-mon[117020]: pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:09:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:37 smithi066 ceph-mon[112137]: pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:09:39.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:39.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:39.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:39 smithi203 ceph-mon[117428]: pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:39 smithi137 ceph-mon[117020]: pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:39 smithi066 ceph-mon[112137]: pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:40.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:40.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:40.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:40.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:40.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:41 smithi203 ceph-mon[117428]: from='client.343623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:41 smithi203 ceph-mon[117428]: pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:09:42.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:41 smithi137 ceph-mon[117020]: from='client.343623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:41 smithi137 ceph-mon[117020]: pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:09:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:41 smithi066 ceph-mon[112137]: from='client.343623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:41 smithi066 ceph-mon[112137]: pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:09:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:09:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:09:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15817M 2023-12-08T00:09:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:09:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:09:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:43 smithi137 ceph-mon[117020]: pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15817M 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:43 smithi066 ceph-mon[112137]: pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15817M 2023-12-08T00:09:43.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:09:43.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:09:43.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:09:43.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:43 smithi203 ceph-mon[117428]: pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:45.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:45.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:45.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:45 smithi066 ceph-mon[112137]: pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:45 smithi203 ceph-mon[117428]: pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:46.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:45 smithi137 ceph-mon[117020]: pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:46.340 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:46.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:46.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:46.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:46.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:46.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:46 smithi066 ceph-mon[112137]: from='client.343698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:46 smithi203 ceph-mon[117428]: from='client.343698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:46 smithi137 ceph-mon[117020]: from='client.343698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:47 smithi066 ceph-mon[112137]: pgmap v12497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:47 smithi203 ceph-mon[117428]: pgmap v12497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:47 smithi137 ceph-mon[117020]: pgmap v12497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:49 smithi066 ceph-mon[112137]: pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:49 smithi203 ceph-mon[117428]: pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:49 smithi137 ceph-mon[117020]: pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:09:51.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:51.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:51.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:51 smithi066 ceph-mon[112137]: pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:09:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:51 smithi203 ceph-mon[117428]: pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:09:52.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:52.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:52.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:52.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:52.074 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:52.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:51 smithi137 ceph-mon[117020]: pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:09:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:52 smithi066 ceph-mon[112137]: from='client.343773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:53.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:52 smithi203 ceph-mon[117428]: from='client.343773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:52 smithi137 ceph-mon[117020]: from='client.343773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:53 smithi066 ceph-mon[112137]: pgmap v12500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:53 smithi203 ceph-mon[117428]: pgmap v12500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:54.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:53 smithi137 ceph-mon[117020]: pgmap v12500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:55 smithi066 ceph-mon[112137]: pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:55 smithi203 ceph-mon[117428]: pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:55 smithi137 ceph-mon[117020]: pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:57.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:09:57.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:57.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:57.803 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:09:57.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:57.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:57.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:57.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:09:57.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:57 smithi066 ceph-mon[112137]: pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:57 smithi203 ceph-mon[117428]: pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:57 smithi137 ceph-mon[117020]: pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:58 smithi066 ceph-mon[112137]: from='client.343848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:58 smithi203 ceph-mon[117428]: from='client.343848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:59.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:58 smithi137 ceph-mon[117020]: from='client.343848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:09:59 smithi066 ceph-mon[112137]: pgmap v12503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:09:59 smithi203 ceph-mon[117428]: pgmap v12503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:00.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:09:59 smithi137 ceph-mon[117020]: pgmap v12503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T00:10:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T00:10:01.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T00:10:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:01 smithi066 ceph-mon[112137]: pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:01 smithi203 ceph-mon[117428]: pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:01 smithi137 ceph-mon[117020]: pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:02.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:02.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:02.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:03.522 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:03.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:03.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:03.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:03.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:03 smithi066 ceph-mon[112137]: pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:03 smithi203 ceph-mon[117428]: pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:03 smithi137 ceph-mon[117020]: pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:04 smithi203 ceph-mon[117428]: from='client.343923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:04 smithi137 ceph-mon[117020]: from='client.343923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:04 smithi066 ceph-mon[112137]: from='client.343923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:05 smithi203 ceph-mon[117428]: pgmap v12506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:05 smithi137 ceph-mon[117020]: pgmap v12506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:05 smithi066 ceph-mon[112137]: pgmap v12506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:07 smithi203 ceph-mon[117428]: pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:08.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:07 smithi137 ceph-mon[117020]: pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:07 smithi066 ceph-mon[112137]: pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:08.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:08.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:08.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:09.242 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:09.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:09.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:09.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:09.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:09 smithi203 ceph-mon[117428]: pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:09 smithi203 ceph-mon[117428]: from='client.343998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:09 smithi137 ceph-mon[117020]: pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:09 smithi137 ceph-mon[117020]: from='client.343998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:09 smithi066 ceph-mon[112137]: pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:09 smithi066 ceph-mon[112137]: from='client.343998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:11 smithi203 ceph-mon[117428]: pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:11 smithi137 ceph-mon[117020]: pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:11 smithi066 ceph-mon[112137]: pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:13 smithi203 ceph-mon[117428]: pgmap v12510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:13 smithi137 ceph-mon[117020]: pgmap v12510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:13 smithi066 ceph-mon[112137]: pgmap v12510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:14.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:14.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:14.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:14.965 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:14.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:14.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:14.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:14.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:15 smithi203 ceph-mon[117428]: from='client.344076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:15 smithi203 ceph-mon[117428]: pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:15 smithi137 ceph-mon[117020]: from='client.344076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:15 smithi137 ceph-mon[117020]: pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:15 smithi066 ceph-mon[112137]: from='client.344076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:15 smithi066 ceph-mon[112137]: pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:17 smithi203 ceph-mon[117428]: pgmap v12512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:17 smithi137 ceph-mon[117020]: pgmap v12512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:17 smithi066 ceph-mon[112137]: pgmap v12512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:19.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:19.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:19.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:19 smithi203 ceph-mon[117428]: pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:19 smithi137 ceph-mon[117020]: pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:19 smithi066 ceph-mon[112137]: pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:20.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:20.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:20.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:20.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:20.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:21 smithi203 ceph-mon[117428]: from='client.344151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:21 smithi203 ceph-mon[117428]: pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:21 smithi137 ceph-mon[117020]: from='client.344151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:21 smithi137 ceph-mon[117020]: pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:21 smithi066 ceph-mon[112137]: from='client.344151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:21 smithi066 ceph-mon[112137]: pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:23 smithi203 ceph-mon[117428]: pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:24.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:23 smithi137 ceph-mon[117020]: pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:23 smithi066 ceph-mon[112137]: pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:25.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:25.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:25.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:25 smithi203 ceph-mon[117428]: pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:25 smithi137 ceph-mon[117020]: pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:25 smithi066 ceph-mon[112137]: pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:26.415 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:26.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:26.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:26.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:26.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:27 smithi203 ceph-mon[117428]: from='client.344223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:27 smithi203 ceph-mon[117428]: pgmap v12517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:27 smithi137 ceph-mon[117020]: from='client.344223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:27 smithi137 ceph-mon[117020]: pgmap v12517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:27 smithi066 ceph-mon[112137]: from='client.344223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:27 smithi066 ceph-mon[112137]: pgmap v12517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:29 smithi203 ceph-mon[117428]: pgmap v12518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:29 smithi137 ceph-mon[117020]: pgmap v12518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:29 smithi066 ceph-mon[112137]: pgmap v12518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:31.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:31.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:31.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:31 smithi203 ceph-mon[117428]: pgmap v12519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:31 smithi137 ceph-mon[117020]: pgmap v12519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:32.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:32.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:32.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:32.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:32.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:31 smithi066 ceph-mon[112137]: pgmap v12519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:33.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:32 smithi203 ceph-mon[117428]: from='client.344295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:33.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:32 smithi137 ceph-mon[117020]: from='client.344295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:33.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:32 smithi066 ceph-mon[112137]: from='client.344295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:33 smithi203 ceph-mon[117428]: pgmap v12520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:34.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:33 smithi137 ceph-mon[117020]: pgmap v12520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:33 smithi066 ceph-mon[112137]: pgmap v12520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:35 smithi203 ceph-mon[117428]: pgmap v12521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:36.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:35 smithi137 ceph-mon[117020]: pgmap v12521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:35 smithi066 ceph-mon[112137]: pgmap v12521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:37.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:37.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:37.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:37.877 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:37.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:37.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:37.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:37.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:37 smithi203 ceph-mon[117428]: pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:38.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:37 smithi137 ceph-mon[117020]: pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:37 smithi066 ceph-mon[112137]: pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:38 smithi203 ceph-mon[117428]: from='client.344373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:39.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:38 smithi137 ceph-mon[117020]: from='client.344373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:39.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:38 smithi066 ceph-mon[112137]: from='client.344373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:39 smithi203 ceph-mon[117428]: pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:39 smithi137 ceph-mon[117020]: pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:39 smithi066 ceph-mon[112137]: pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:41 smithi203 ceph-mon[117428]: pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:42.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:41 smithi137 ceph-mon[117020]: pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:41 smithi066 ceph-mon[112137]: pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:42.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:42.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:42.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:43.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:43.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:43.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:43.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:43.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:43 smithi203 ceph-mon[117428]: pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:10:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:10:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:10:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:10:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:43 smithi137 ceph-mon[117020]: pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:10:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:10:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:10:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:10:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:43 smithi066 ceph-mon[112137]: pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:10:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:10:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:10:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:10:45.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:44 smithi203 ceph-mon[117428]: from='client.344451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:44 smithi137 ceph-mon[117020]: from='client.344451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:44 smithi066 ceph-mon[112137]: from='client.344451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:45 smithi203 ceph-mon[117428]: pgmap v12526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:45 smithi137 ceph-mon[117020]: pgmap v12526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:45 smithi066 ceph-mon[112137]: pgmap v12526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:47 smithi137 ceph-mon[117020]: pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:47 smithi066 ceph-mon[112137]: pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:47 smithi203 ceph-mon[117428]: pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:48.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:48.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:48.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:49.379 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:49.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:49.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:49.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:49.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:49 smithi137 ceph-mon[117020]: pgmap v12528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:49 smithi137 ceph-mon[117020]: from='client.344529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:49 smithi066 ceph-mon[112137]: pgmap v12528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:50.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:49 smithi066 ceph-mon[112137]: from='client.344529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:49 smithi203 ceph-mon[117428]: pgmap v12528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:49 smithi203 ceph-mon[117428]: from='client.344529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:51 smithi137 ceph-mon[117020]: pgmap v12529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:51 smithi066 ceph-mon[112137]: pgmap v12529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:51 smithi203 ceph-mon[117428]: pgmap v12529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:54.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:53 smithi137 ceph-mon[117020]: pgmap v12530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:53 smithi066 ceph-mon[112137]: pgmap v12530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:53 smithi203 ceph-mon[117428]: pgmap v12530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:54.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:10:54.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:54.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:55.106 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:10:55.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:55.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:55.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:55.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:10:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:55 smithi137 ceph-mon[117020]: pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:55 smithi137 ceph-mon[117020]: from='client.344598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:55 smithi066 ceph-mon[112137]: pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:55 smithi066 ceph-mon[112137]: from='client.344598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:55 smithi203 ceph-mon[117428]: pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:55 smithi203 ceph-mon[117428]: from='client.344598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:57 smithi137 ceph-mon[117020]: pgmap v12532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:57 smithi066 ceph-mon[112137]: pgmap v12532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:57 smithi203 ceph-mon[117428]: pgmap v12532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:00.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:00.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:00.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:00.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:10:59 smithi137 ceph-mon[117020]: pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:10:59 smithi066 ceph-mon[112137]: pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:10:59 smithi203 ceph-mon[117428]: pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:00.831 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:00.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:00.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:00.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:00.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:01 smithi137 ceph-mon[117020]: from='client.344664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:01 smithi137 ceph-mon[117020]: pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:01 smithi066 ceph-mon[112137]: from='client.344664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:01 smithi066 ceph-mon[112137]: pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:01 smithi203 ceph-mon[117428]: from='client.344664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:02.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:01 smithi203 ceph-mon[117428]: pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:04.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:03 smithi137 ceph-mon[117020]: pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:03 smithi066 ceph-mon[112137]: pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:03 smithi203 ceph-mon[117428]: pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:05.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:05.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:05.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:06.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:05 smithi137 ceph-mon[117020]: pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:06.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:05 smithi066 ceph-mon[112137]: pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:05 smithi203 ceph-mon[117428]: pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:06.559 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:06.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:06.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:06.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:06.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:07 smithi137 ceph-mon[117020]: from='client.344742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:07 smithi137 ceph-mon[117020]: pgmap v12537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:07 smithi066 ceph-mon[112137]: from='client.344742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:07 smithi066 ceph-mon[112137]: pgmap v12537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:07 smithi203 ceph-mon[117428]: from='client.344742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:08.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:07 smithi203 ceph-mon[117428]: pgmap v12537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:09 smithi137 ceph-mon[117020]: pgmap v12538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:09 smithi066 ceph-mon[112137]: pgmap v12538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:09 smithi203 ceph-mon[117428]: pgmap v12538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:11.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:11.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:11.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:12.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:11 smithi137 ceph-mon[117020]: pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:11 smithi066 ceph-mon[112137]: pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:12.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:12.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:12.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:12.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:12.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:11 smithi203 ceph-mon[117428]: pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:12 smithi137 ceph-mon[117020]: from='client.344820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:12 smithi066 ceph-mon[112137]: from='client.344820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:12 smithi203 ceph-mon[117428]: from='client.344820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:13 smithi137 ceph-mon[117020]: pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:13 smithi066 ceph-mon[112137]: pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:14.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:13 smithi203 ceph-mon[117428]: pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:15 smithi137 ceph-mon[117020]: pgmap v12541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:15 smithi066 ceph-mon[112137]: pgmap v12541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:15 smithi203 ceph-mon[117428]: pgmap v12541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:17.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:17.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:17.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:18.011 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:18.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:18.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:18.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:18.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:17 smithi066 ceph-mon[112137]: pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:17 smithi203 ceph-mon[117428]: pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:17 smithi137 ceph-mon[117020]: pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:18 smithi066 ceph-mon[112137]: from='client.344895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:18 smithi203 ceph-mon[117428]: from='client.344895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:19.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:18 smithi137 ceph-mon[117020]: from='client.344895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:19 smithi066 ceph-mon[112137]: pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:19 smithi203 ceph-mon[117428]: pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:19 smithi137 ceph-mon[117020]: pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:21 smithi066 ceph-mon[112137]: pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:21 smithi203 ceph-mon[117428]: pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:21 smithi137 ceph-mon[117020]: pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:23.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:23.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:23.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:23.752 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:23.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:23.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:23.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:23.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:23 smithi066 ceph-mon[112137]: pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:23 smithi203 ceph-mon[117428]: pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:23 smithi137 ceph-mon[117020]: pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:24 smithi066 ceph-mon[112137]: from='client.344973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:24 smithi203 ceph-mon[117428]: from='client.344973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:24 smithi137 ceph-mon[117020]: from='client.344973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:25 smithi066 ceph-mon[112137]: pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:25 smithi203 ceph-mon[117428]: pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:25 smithi137 ceph-mon[117020]: pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:27 smithi066 ceph-mon[112137]: pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:27 smithi203 ceph-mon[117428]: pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:27 smithi137 ceph-mon[117020]: pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:28.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:28.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:28.755 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:29.478 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:29.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:29.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:29.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:29.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:29 smithi066 ceph-mon[112137]: pgmap v12548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:29 smithi203 ceph-mon[117428]: pgmap v12548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:29 smithi137 ceph-mon[117020]: pgmap v12548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:30 smithi066 ceph-mon[112137]: from='client.345051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:30 smithi203 ceph-mon[117428]: from='client.345051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:31.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:30 smithi137 ceph-mon[117020]: from='client.345051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:31 smithi066 ceph-mon[112137]: pgmap v12549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:31 smithi203 ceph-mon[117428]: pgmap v12549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:31 smithi137 ceph-mon[117020]: pgmap v12549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:33 smithi066 ceph-mon[112137]: pgmap v12550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:33 smithi203 ceph-mon[117428]: pgmap v12550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:33 smithi137 ceph-mon[117020]: pgmap v12550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:34.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:34.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:34.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:35.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:35.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:35.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:35.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:35.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:35 smithi066 ceph-mon[112137]: pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:35 smithi066 ceph-mon[112137]: from='client.345126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:35 smithi203 ceph-mon[117428]: pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:35 smithi203 ceph-mon[117428]: from='client.345126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:35 smithi137 ceph-mon[117020]: pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:35 smithi137 ceph-mon[117020]: from='client.345126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:37 smithi066 ceph-mon[112137]: pgmap v12552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:37 smithi203 ceph-mon[117428]: pgmap v12552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:37 smithi137 ceph-mon[117020]: pgmap v12552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:40.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:40.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:40.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:39 smithi066 ceph-mon[112137]: pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:39 smithi203 ceph-mon[117428]: pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:39 smithi137 ceph-mon[117020]: pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:40.964 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:40.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:40.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:40.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:40.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:41 smithi066 ceph-mon[112137]: from='client.345204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:41 smithi066 ceph-mon[112137]: pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:41 smithi203 ceph-mon[117428]: from='client.345204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:42.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:41 smithi203 ceph-mon[117428]: pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:41 smithi137 ceph-mon[117020]: from='client.345204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:41 smithi137 ceph-mon[117020]: pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:43 smithi066 ceph-mon[112137]: pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:11:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:43 smithi203 ceph-mon[117428]: pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:44.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:11:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:43 smithi137 ceph-mon[117020]: pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:11:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:11:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:11:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:11:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:11:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:11:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:11:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:11:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:11:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:11:45.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:45.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:45.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:45 smithi066 ceph-mon[112137]: pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:46.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:45 smithi203 ceph-mon[117428]: pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:45 smithi137 ceph-mon[117020]: pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:46.687 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:46.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:46.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:46.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:46.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:47 smithi066 ceph-mon[112137]: from='client.345279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:48.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:47 smithi066 ceph-mon[112137]: pgmap v12557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:47 smithi203 ceph-mon[117428]: from='client.345279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:47 smithi203 ceph-mon[117428]: pgmap v12557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:47 smithi137 ceph-mon[117020]: from='client.345279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:47 smithi137 ceph-mon[117020]: pgmap v12557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:49 smithi066 ceph-mon[112137]: pgmap v12558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:49 smithi203 ceph-mon[117428]: pgmap v12558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:49 smithi137 ceph-mon[117020]: pgmap v12558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:51.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:51.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:51.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:51 smithi066 ceph-mon[112137]: pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:51 smithi203 ceph-mon[117428]: pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:51 smithi137 ceph-mon[117020]: pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:52.411 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:52.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:52.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:52.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:52.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:54.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:53 smithi066 ceph-mon[112137]: from='client.345357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:54.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:53 smithi066 ceph-mon[112137]: pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:53 smithi203 ceph-mon[117428]: from='client.345357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:53 smithi203 ceph-mon[117428]: pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:53 smithi137 ceph-mon[117020]: from='client.345357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:53 smithi137 ceph-mon[117020]: pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:55 smithi066 ceph-mon[112137]: pgmap v12561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:56.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:55 smithi203 ceph-mon[117428]: pgmap v12561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:55 smithi137 ceph-mon[117020]: pgmap v12561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:57.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:11:57.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:57.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:58.145 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:11:58.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:58.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:58.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:58.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:11:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:57 smithi066 ceph-mon[112137]: pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:57 smithi203 ceph-mon[117428]: pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:57 smithi137 ceph-mon[117020]: pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:58 smithi066 ceph-mon[112137]: from='client.345426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:58 smithi203 ceph-mon[117428]: from='client.345426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:59.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:58 smithi137 ceph-mon[117020]: from='client.345426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:11:59 smithi066 ceph-mon[112137]: pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:11:59 smithi203 ceph-mon[117428]: pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:11:59 smithi137 ceph-mon[117020]: pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:01 smithi066 ceph-mon[112137]: pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:01 smithi203 ceph-mon[117428]: pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:01 smithi137 ceph-mon[117020]: pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:03.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:03.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:03.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:03.870 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:03.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:03.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:03.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:03.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:03 smithi066 ceph-mon[112137]: pgmap v12565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:03 smithi203 ceph-mon[117428]: pgmap v12565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:03 smithi137 ceph-mon[117020]: pgmap v12565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:04 smithi066 ceph-mon[112137]: from='client.345504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:04 smithi203 ceph-mon[117428]: from='client.345504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:04 smithi137 ceph-mon[117020]: from='client.345504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:05 smithi066 ceph-mon[112137]: pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:05 smithi203 ceph-mon[117428]: pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:05 smithi137 ceph-mon[117020]: pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:07 smithi066 ceph-mon[112137]: pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:07 smithi203 ceph-mon[117428]: pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:07 smithi137 ceph-mon[117020]: pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:08.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:08.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:08.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:09.597 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:09.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:09.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:09.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:09.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:09 smithi066 ceph-mon[112137]: pgmap v12568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:09 smithi203 ceph-mon[117428]: pgmap v12568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:09 smithi137 ceph-mon[117020]: pgmap v12568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:10 smithi066 ceph-mon[112137]: from='client.345576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:10 smithi203 ceph-mon[117428]: from='client.345576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:10 smithi137 ceph-mon[117020]: from='client.345576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:11 smithi066 ceph-mon[112137]: pgmap v12569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:11 smithi203 ceph-mon[117428]: pgmap v12569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:11 smithi137 ceph-mon[117020]: pgmap v12569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:13 smithi066 ceph-mon[112137]: pgmap v12570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:14.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:13 smithi203 ceph-mon[117428]: pgmap v12570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:13 smithi137 ceph-mon[117020]: pgmap v12570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:14.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:14.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:14.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:15.319 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:15.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:15.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:15.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:15.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:15 smithi066 ceph-mon[112137]: pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:15 smithi066 ceph-mon[112137]: from='client.345651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:15 smithi203 ceph-mon[117428]: pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:15 smithi203 ceph-mon[117428]: from='client.345651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:15 smithi137 ceph-mon[117020]: pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:15 smithi137 ceph-mon[117020]: from='client.345651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:17 smithi066 ceph-mon[112137]: pgmap v12572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:17 smithi203 ceph-mon[117428]: pgmap v12572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:17 smithi137 ceph-mon[117020]: pgmap v12572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:19 smithi066 ceph-mon[112137]: pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:20.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:20.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:20.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:19 smithi203 ceph-mon[117428]: pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:19 smithi137 ceph-mon[117020]: pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:21.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:21.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:21.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:21.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:21.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:21 smithi066 ceph-mon[112137]: pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:21 smithi066 ceph-mon[112137]: from='client.345726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:21 smithi203 ceph-mon[117428]: pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:21 smithi203 ceph-mon[117428]: from='client.345726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:21 smithi137 ceph-mon[117020]: pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:21 smithi137 ceph-mon[117020]: from='client.345726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:23 smithi203 ceph-mon[117428]: pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:23 smithi137 ceph-mon[117020]: pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:23 smithi066 ceph-mon[112137]: pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:26.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:26.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:26.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:25 smithi203 ceph-mon[117428]: pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:26.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:25 smithi137 ceph-mon[117020]: pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:25 smithi066 ceph-mon[112137]: pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:26.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:26.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:26.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:26.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:26.761 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:27 smithi203 ceph-mon[117428]: from='client.345804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:27 smithi203 ceph-mon[117428]: pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:27 smithi137 ceph-mon[117020]: from='client.345804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:27 smithi137 ceph-mon[117020]: pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:27 smithi066 ceph-mon[112137]: from='client.345804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:27 smithi066 ceph-mon[112137]: pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:29 smithi203 ceph-mon[117428]: pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:29 smithi137 ceph-mon[117020]: pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:29 smithi066 ceph-mon[112137]: pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:31.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:31.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:31.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:31 smithi203 ceph-mon[117428]: pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:31 smithi137 ceph-mon[117020]: pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:32.486 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:32.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:32.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:32.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:32.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:31 smithi066 ceph-mon[112137]: pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:34.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:34 smithi203 ceph-mon[117428]: from='client.345882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:34.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:34 smithi203 ceph-mon[117428]: pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:34 smithi137 ceph-mon[117020]: from='client.345882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:34 smithi137 ceph-mon[117020]: pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:34 smithi066 ceph-mon[112137]: from='client.345882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:34.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:34 smithi066 ceph-mon[112137]: pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:36.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:36 smithi203 ceph-mon[117428]: pgmap v12581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:36 smithi137 ceph-mon[117020]: pgmap v12581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:36 smithi066 ceph-mon[112137]: pgmap v12581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:37.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:37.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:37.489 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:38.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:38.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:38.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:38.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:38.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:38 smithi203 ceph-mon[117428]: pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:38 smithi137 ceph-mon[117020]: pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:38 smithi066 ceph-mon[112137]: pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:39 smithi203 ceph-mon[117428]: from='client.345957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:39 smithi137 ceph-mon[117020]: from='client.345957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:39 smithi066 ceph-mon[112137]: from='client.345957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:40 smithi203 ceph-mon[117428]: pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:40 smithi137 ceph-mon[117020]: pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:40 smithi066 ceph-mon[112137]: pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:42 smithi203 ceph-mon[117428]: pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:42 smithi137 ceph-mon[117020]: pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:42 smithi066 ceph-mon[112137]: pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:43.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:43.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:43.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:43.939 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:43.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:43.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:43.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:43.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:44 smithi203 ceph-mon[117428]: pgmap v12585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:44 smithi137 ceph-mon[117020]: pgmap v12585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:44 smithi066 ceph-mon[112137]: pgmap v12585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:45 smithi203 ceph-mon[117428]: from='client.346032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:12:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:12:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:12:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:12:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:45 smithi137 ceph-mon[117020]: from='client.346032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:12:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:12:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:12:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:12:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:45 smithi066 ceph-mon[112137]: from='client.346032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:12:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:12:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:12:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:12:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:46 smithi203 ceph-mon[117428]: pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:46 smithi137 ceph-mon[117020]: pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:46 smithi066 ceph-mon[112137]: pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:48 smithi203 ceph-mon[117428]: pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:48 smithi137 ceph-mon[117020]: pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:48 smithi066 ceph-mon[112137]: pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:48.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:48.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:48.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:49.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:49.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:49.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:49.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:49.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:50 smithi203 ceph-mon[117428]: pgmap v12588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:50 smithi137 ceph-mon[117020]: pgmap v12588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:50 smithi066 ceph-mon[112137]: pgmap v12588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:51 smithi203 ceph-mon[117428]: from='client.346110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:51.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:51 smithi137 ceph-mon[117020]: from='client.346110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:51.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:51 smithi066 ceph-mon[112137]: from='client.346110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:52 smithi203 ceph-mon[117428]: pgmap v12589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:52 smithi137 ceph-mon[117020]: pgmap v12589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:52 smithi066 ceph-mon[112137]: pgmap v12589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:53 smithi203 ceph-mon[117428]: pgmap v12590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:53 smithi137 ceph-mon[117020]: pgmap v12590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:53 smithi066 ceph-mon[112137]: pgmap v12590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:54.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:12:54.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:54.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:55.390 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:12:55.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:55.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:55.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:55.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:12:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:55 smithi066 ceph-mon[112137]: pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:55 smithi066 ceph-mon[112137]: from='client.346179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:56.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:55 smithi203 ceph-mon[117428]: pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:56.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:55 smithi203 ceph-mon[117428]: from='client.346179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:55 smithi137 ceph-mon[117020]: pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:55 smithi137 ceph-mon[117020]: from='client.346179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:57 smithi066 ceph-mon[112137]: pgmap v12592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:57 smithi203 ceph-mon[117428]: pgmap v12592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:58.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:57 smithi137 ceph-mon[117020]: pgmap v12592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:12:59 smithi203 ceph-mon[117428]: pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:00.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:12:59 smithi137 ceph-mon[117020]: pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:12:59 smithi066 ceph-mon[112137]: pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:00.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:00.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:00.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:01.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:01.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:01.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:01.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:01.114 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:01 smithi203 ceph-mon[117428]: pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:01 smithi203 ceph-mon[117428]: from='client.346257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:01 smithi137 ceph-mon[117020]: pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:01 smithi137 ceph-mon[117020]: from='client.346257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:01 smithi066 ceph-mon[112137]: pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:01 smithi066 ceph-mon[112137]: from='client.346257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:03 smithi203 ceph-mon[117428]: pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:04.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:03 smithi137 ceph-mon[117020]: pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:03 smithi066 ceph-mon[112137]: pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:05 smithi203 ceph-mon[117428]: pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:13:06.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:06.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:06.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:05 smithi137 ceph-mon[117020]: pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:13:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:05 smithi066 ceph-mon[112137]: pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:13:06.833 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:06.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:06.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:06.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:06.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:07 smithi203 ceph-mon[117428]: from='client.346335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:07 smithi203 ceph-mon[117428]: pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:08.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:07 smithi137 ceph-mon[117020]: from='client.346335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:07 smithi137 ceph-mon[117020]: pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:07 smithi066 ceph-mon[112137]: from='client.346335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:08.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:07 smithi066 ceph-mon[112137]: pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:09 smithi203 ceph-mon[117428]: pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:10.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:09 smithi137 ceph-mon[117020]: pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:09 smithi066 ceph-mon[112137]: pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:11.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:11.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:11.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:11 smithi203 ceph-mon[117428]: pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:11 smithi137 ceph-mon[117020]: pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:11 smithi066 ceph-mon[112137]: pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:12.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:12.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:12.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:12.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:12.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:13 smithi203 ceph-mon[117428]: from='client.346407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:13 smithi203 ceph-mon[117428]: pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:14.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:13 smithi137 ceph-mon[117020]: from='client.346407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:13 smithi137 ceph-mon[117020]: pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:13 smithi066 ceph-mon[112137]: from='client.346407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:13 smithi066 ceph-mon[112137]: pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:15 smithi203 ceph-mon[117428]: pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:13:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:15 smithi137 ceph-mon[117020]: pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:13:16.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:15 smithi066 ceph-mon[112137]: pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:13:17.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:17.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:17.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:17 smithi203 ceph-mon[117428]: pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:13:18.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:17 smithi137 ceph-mon[117020]: pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:13:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:17 smithi066 ceph-mon[112137]: pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:13:18.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:18.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:18.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:18.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:18.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:18 smithi203 ceph-mon[117428]: from='client.346482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:19.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:18 smithi137 ceph-mon[117020]: from='client.346482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:18 smithi066 ceph-mon[112137]: from='client.346482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:19 smithi203 ceph-mon[117428]: pgmap v12603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:20.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:19 smithi137 ceph-mon[117020]: pgmap v12603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:19 smithi066 ceph-mon[112137]: pgmap v12603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:21 smithi203 ceph-mon[117428]: pgmap v12604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:22.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:21 smithi137 ceph-mon[117020]: pgmap v12604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:21 smithi066 ceph-mon[112137]: pgmap v12604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:23.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:23.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:23.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:24.018 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:24.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:24.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:24.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:24.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:23 smithi203 ceph-mon[117428]: pgmap v12605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:24.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:23 smithi137 ceph-mon[117020]: pgmap v12605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:23 smithi066 ceph-mon[112137]: pgmap v12605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:24 smithi203 ceph-mon[117428]: from='client.346560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:24 smithi137 ceph-mon[117020]: from='client.346560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:24 smithi066 ceph-mon[112137]: from='client.346560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:25 smithi203 ceph-mon[117428]: pgmap v12606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:25 smithi137 ceph-mon[117020]: pgmap v12606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:25 smithi066 ceph-mon[112137]: pgmap v12606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:27 smithi203 ceph-mon[117428]: pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:13:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:27 smithi137 ceph-mon[117020]: pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:13:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:27 smithi066 ceph-mon[112137]: pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:13:29.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:29.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:29.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:29.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:29.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:29.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:29.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:29.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:29 smithi203 ceph-mon[117428]: pgmap v12608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:30.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:29 smithi137 ceph-mon[117020]: pgmap v12608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:29 smithi066 ceph-mon[112137]: pgmap v12608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:30 smithi203 ceph-mon[117428]: from='client.346632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:30 smithi137 ceph-mon[117020]: from='client.346632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:30 smithi066 ceph-mon[112137]: from='client.346632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:31 smithi203 ceph-mon[117428]: pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:13:32.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:31 smithi137 ceph-mon[117020]: pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:13:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:31 smithi066 ceph-mon[112137]: pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:13:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:33 smithi203 ceph-mon[117428]: pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:13:34.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:33 smithi137 ceph-mon[117020]: pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:13:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:33 smithi066 ceph-mon[112137]: pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:13:34.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:34.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:34.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:35.467 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:35.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:35.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:35.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:35.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:35 smithi203 ceph-mon[117428]: pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:35 smithi137 ceph-mon[117020]: pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:35 smithi066 ceph-mon[112137]: pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:36 smithi203 ceph-mon[117428]: from='client.346704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:36 smithi137 ceph-mon[117020]: from='client.346704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:36 smithi066 ceph-mon[112137]: from='client.346704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:37 smithi203 ceph-mon[117428]: pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:37 smithi137 ceph-mon[117020]: pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:37 smithi066 ceph-mon[112137]: pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:39 smithi137 ceph-mon[117020]: pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:39 smithi066 ceph-mon[112137]: pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:39 smithi203 ceph-mon[117428]: pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:40.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:40.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:40.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:41.192 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:41.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:41.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:41.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:41.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:41 smithi137 ceph-mon[117020]: pgmap v12614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:41 smithi137 ceph-mon[117020]: from='client.346776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:41 smithi066 ceph-mon[112137]: pgmap v12614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:41 smithi066 ceph-mon[112137]: from='client.346776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:41 smithi203 ceph-mon[117428]: pgmap v12614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:41 smithi203 ceph-mon[117428]: from='client.346776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:43 smithi137 ceph-mon[117020]: pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:13:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:43 smithi066 ceph-mon[112137]: pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:13:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:43 smithi203 ceph-mon[117428]: pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:13:46.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:45 smithi137 ceph-mon[117020]: pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:13:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:13:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:13:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:13:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:13:46.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:46.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:46.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:45 smithi066 ceph-mon[112137]: pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:13:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:13:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:13:46.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:13:46.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:13:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:45 smithi203 ceph-mon[117428]: pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:13:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:13:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:13:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:13:46.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:13:46.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:46.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:46.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:46.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:46.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:48.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:47 smithi137 ceph-mon[117020]: from='client.346854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:47 smithi137 ceph-mon[117020]: pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:47 smithi066 ceph-mon[112137]: from='client.346854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:47 smithi066 ceph-mon[112137]: pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:47 smithi203 ceph-mon[117428]: from='client.346854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:47 smithi203 ceph-mon[117428]: pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:49 smithi137 ceph-mon[117020]: pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:49 smithi066 ceph-mon[112137]: pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:49 smithi203 ceph-mon[117428]: pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:51.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:51.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:51.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:52.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:51 smithi137 ceph-mon[117020]: pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:51 smithi066 ceph-mon[112137]: pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:51 smithi203 ceph-mon[117428]: pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:52.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:52.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:52.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:52.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:52.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:53 smithi137 ceph-mon[117020]: from='client.346923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:53 smithi137 ceph-mon[117020]: pgmap v12620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:53 smithi066 ceph-mon[112137]: from='client.346923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:54.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:53 smithi066 ceph-mon[112137]: pgmap v12620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:53 smithi203 ceph-mon[117428]: from='client.346923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:53 smithi203 ceph-mon[117428]: pgmap v12620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:56.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:55 smithi137 ceph-mon[117020]: pgmap v12621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:55 smithi066 ceph-mon[112137]: pgmap v12621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:55 smithi203 ceph-mon[117428]: pgmap v12621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:57.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:13:57.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:57.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:58.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:57 smithi137 ceph-mon[117020]: pgmap v12622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:57 smithi066 ceph-mon[112137]: pgmap v12622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:57 smithi203 ceph-mon[117428]: pgmap v12622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:58.376 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:13:58.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:58.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:58.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:58.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:13:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:58 smithi137 ceph-mon[117020]: from='client.347001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:58 smithi066 ceph-mon[112137]: from='client.347001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:58 smithi203 ceph-mon[117428]: from='client.347001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:00.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:13:59 smithi137 ceph-mon[117020]: pgmap v12623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:13:59 smithi066 ceph-mon[112137]: pgmap v12623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:13:59 smithi203 ceph-mon[117428]: pgmap v12623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:01 smithi137 ceph-mon[117020]: pgmap v12624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:01 smithi066 ceph-mon[112137]: pgmap v12624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:01 smithi203 ceph-mon[117428]: pgmap v12624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:03.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:03.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:03.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:04.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:04.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:04.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:04.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:04.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:03 smithi137 ceph-mon[117020]: pgmap v12625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:03 smithi066 ceph-mon[112137]: pgmap v12625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:03 smithi203 ceph-mon[117428]: pgmap v12625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:04 smithi066 ceph-mon[112137]: from='client.347073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:04 smithi203 ceph-mon[117428]: from='client.347073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:04 smithi137 ceph-mon[117020]: from='client.347073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:05 smithi066 ceph-mon[112137]: pgmap v12626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:06.327 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:05 smithi203 ceph-mon[117428]: pgmap v12626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:05 smithi137 ceph-mon[117020]: pgmap v12626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:07 smithi066 ceph-mon[112137]: pgmap v12627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:08.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:07 smithi203 ceph-mon[117428]: pgmap v12627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:07 smithi137 ceph-mon[117020]: pgmap v12627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:09.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:09.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:09.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:09.839 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:09.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:09.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:09.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:09.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:09 smithi066 ceph-mon[112137]: pgmap v12628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:09 smithi203 ceph-mon[117428]: pgmap v12628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:09 smithi137 ceph-mon[117020]: pgmap v12628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:10 smithi066 ceph-mon[112137]: from='client.347148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:10 smithi203 ceph-mon[117428]: from='client.347148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:11.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:10 smithi137 ceph-mon[117020]: from='client.347148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:11 smithi066 ceph-mon[112137]: pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:14:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:11 smithi203 ceph-mon[117428]: pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:14:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:11 smithi137 ceph-mon[117020]: pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:14:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:13 smithi066 ceph-mon[112137]: pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:14:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:13 smithi203 ceph-mon[117428]: pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:14:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:13 smithi137 ceph-mon[117020]: pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:14:14.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:14.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:14.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:15.573 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:15.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:15.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:15.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:15.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:15 smithi066 ceph-mon[112137]: pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:15 smithi203 ceph-mon[117428]: pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:15 smithi137 ceph-mon[117020]: pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:16 smithi066 ceph-mon[112137]: from='client.347226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:16 smithi203 ceph-mon[117428]: from='client.347226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:16 smithi137 ceph-mon[117020]: from='client.347226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:17 smithi066 ceph-mon[112137]: pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:17 smithi203 ceph-mon[117428]: pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:17 smithi137 ceph-mon[117020]: pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:19 smithi066 ceph-mon[112137]: pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:19 smithi203 ceph-mon[117428]: pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:19 smithi137 ceph-mon[117020]: pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:20.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:20.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:20.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:21.305 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:21.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:21.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:21.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:21.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:21 smithi066 ceph-mon[112137]: pgmap v12634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:21 smithi066 ceph-mon[112137]: from='client.347304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:21 smithi203 ceph-mon[117428]: pgmap v12634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:21 smithi203 ceph-mon[117428]: from='client.347304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:21 smithi137 ceph-mon[117020]: pgmap v12634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:21 smithi137 ceph-mon[117020]: from='client.347304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:23 smithi066 ceph-mon[112137]: pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:14:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:23 smithi203 ceph-mon[117428]: pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:14:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:23 smithi137 ceph-mon[117020]: pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:14:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:25 smithi066 ceph-mon[112137]: pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:14:26.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:26.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:26.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:25 smithi203 ceph-mon[117428]: pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:14:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:25 smithi137 ceph-mon[117020]: pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:14:27.033 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:27.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:27.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:27.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:27.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:28.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:27 smithi066 ceph-mon[112137]: from='client.347379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:28.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:27 smithi066 ceph-mon[112137]: pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:28.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:27 smithi203 ceph-mon[117428]: from='client.347379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:28.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:27 smithi203 ceph-mon[117428]: pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:27 smithi137 ceph-mon[117020]: from='client.347379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:27 smithi137 ceph-mon[117020]: pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:29 smithi066 ceph-mon[112137]: pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:29 smithi203 ceph-mon[117428]: pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:29 smithi137 ceph-mon[117020]: pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:32.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:32.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:32.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:31 smithi066 ceph-mon[112137]: pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:31 smithi203 ceph-mon[117428]: pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:31 smithi137 ceph-mon[117020]: pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:32.759 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:32.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:32.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:32.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:32.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:33 smithi066 ceph-mon[112137]: from='client.347451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:33 smithi066 ceph-mon[112137]: pgmap v12640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:33 smithi203 ceph-mon[117428]: from='client.347451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:33 smithi203 ceph-mon[117428]: pgmap v12640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:33 smithi137 ceph-mon[117020]: from='client.347451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:33 smithi137 ceph-mon[117020]: pgmap v12640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:35 smithi066 ceph-mon[112137]: pgmap v12641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:35 smithi203 ceph-mon[117428]: pgmap v12641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:35 smithi137 ceph-mon[117020]: pgmap v12641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:37.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:37.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:37.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:37 smithi066 ceph-mon[112137]: pgmap v12642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:37 smithi203 ceph-mon[117428]: pgmap v12642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:37 smithi137 ceph-mon[117020]: pgmap v12642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:38.491 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:38.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:38.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:38.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:38.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:39 smithi066 ceph-mon[112137]: from='client.347529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:39 smithi066 ceph-mon[112137]: pgmap v12643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:39 smithi203 ceph-mon[117428]: from='client.347529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:39 smithi203 ceph-mon[117428]: pgmap v12643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:39 smithi137 ceph-mon[117020]: from='client.347529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:39 smithi137 ceph-mon[117020]: pgmap v12643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:41 smithi066 ceph-mon[112137]: pgmap v12644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:41 smithi203 ceph-mon[117428]: pgmap v12644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:41 smithi137 ceph-mon[117020]: pgmap v12644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:43.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:43.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:43.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:44.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:44.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:44.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:44.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:44.225 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:43 smithi066 ceph-mon[112137]: pgmap v12645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:43 smithi203 ceph-mon[117428]: pgmap v12645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:43 smithi137 ceph-mon[117020]: pgmap v12645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:44 smithi066 ceph-mon[112137]: from='client.347607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:44 smithi203 ceph-mon[117428]: from='client.347607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:44 smithi137 ceph-mon[117020]: from='client.347607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:45 smithi066 ceph-mon[112137]: pgmap v12646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:14:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:45 smithi203 ceph-mon[117428]: pgmap v12646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:14:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:45 smithi137 ceph-mon[117020]: pgmap v12646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:14:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:14:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:14:47.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:14:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:14:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:14:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:14:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:14:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:14:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:14:48.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:47 smithi066 ceph-mon[112137]: pgmap v12647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:48.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:47 smithi203 ceph-mon[117428]: pgmap v12647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:47 smithi137 ceph-mon[117020]: pgmap v12647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:49.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:49.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:49.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:49.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:49.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:49.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:49.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:49.946 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:49 smithi066 ceph-mon[112137]: pgmap v12648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:49 smithi203 ceph-mon[117428]: pgmap v12648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:49 smithi137 ceph-mon[117020]: pgmap v12648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:50 smithi066 ceph-mon[112137]: from='client.347682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:50 smithi203 ceph-mon[117428]: from='client.347682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:50 smithi137 ceph-mon[117020]: from='client.347682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:51 smithi066 ceph-mon[112137]: pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:14:52.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:51 smithi203 ceph-mon[117428]: pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:14:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:51 smithi137 ceph-mon[117020]: pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:14:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:53 smithi066 ceph-mon[112137]: pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:14:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:53 smithi203 ceph-mon[117428]: pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:14:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:53 smithi137 ceph-mon[117020]: pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:14:54.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:14:54.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:54.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:55.687 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:14:55.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:55.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:55.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:55.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:14:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:55 smithi066 ceph-mon[112137]: pgmap v12651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:55 smithi203 ceph-mon[117428]: pgmap v12651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:55 smithi137 ceph-mon[117020]: pgmap v12651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:56 smithi066 ceph-mon[112137]: from='client.347757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:56 smithi203 ceph-mon[117428]: from='client.347757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:56 smithi137 ceph-mon[117020]: from='client.347757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:57 smithi066 ceph-mon[112137]: pgmap v12652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:57 smithi203 ceph-mon[117428]: pgmap v12652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:57 smithi137 ceph-mon[117020]: pgmap v12652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:14:59 smithi066 ceph-mon[112137]: pgmap v12653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:14:59 smithi203 ceph-mon[117428]: pgmap v12653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:14:59 smithi137 ceph-mon[117020]: pgmap v12653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:00.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:00.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:00.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:01.425 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:01.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:01.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:01.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:01.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:01 smithi066 ceph-mon[112137]: pgmap v12654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:01 smithi066 ceph-mon[112137]: from='client.347823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:01 smithi203 ceph-mon[117428]: pgmap v12654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:01 smithi203 ceph-mon[117428]: from='client.347823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:01 smithi137 ceph-mon[117020]: pgmap v12654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:01 smithi137 ceph-mon[117020]: from='client.347823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:03 smithi066 ceph-mon[112137]: pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:15:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:03 smithi203 ceph-mon[117428]: pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:15:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:03 smithi137 ceph-mon[117020]: pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:15:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:05 smithi203 ceph-mon[117428]: pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:15:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:05 smithi137 ceph-mon[117020]: pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:15:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:06.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:05 smithi066 ceph-mon[112137]: pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:15:07.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:07.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:07.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:07.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:07.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:07 smithi203 ceph-mon[117428]: pgmap v12657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:08.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:07 smithi203 ceph-mon[117428]: from='client.347898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:07 smithi137 ceph-mon[117020]: pgmap v12657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:07 smithi137 ceph-mon[117020]: from='client.347898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:07 smithi066 ceph-mon[112137]: pgmap v12657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:07 smithi066 ceph-mon[112137]: from='client.347898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:09 smithi203 ceph-mon[117428]: pgmap v12658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:09 smithi137 ceph-mon[117020]: pgmap v12658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:09 smithi066 ceph-mon[112137]: pgmap v12658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:12.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:12.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:12.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:12 smithi203 ceph-mon[117428]: pgmap v12659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:12 smithi137 ceph-mon[117020]: pgmap v12659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:12 smithi066 ceph-mon[112137]: pgmap v12659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:12.891 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:12.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:12.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:12.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:12.892 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:14 smithi203 ceph-mon[117428]: from='client.347973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:14.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:14 smithi203 ceph-mon[117428]: pgmap v12660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:14 smithi137 ceph-mon[117020]: from='client.347973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:14 smithi137 ceph-mon[117020]: pgmap v12660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:14 smithi066 ceph-mon[112137]: from='client.347973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:14 smithi066 ceph-mon[112137]: pgmap v12660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:16 smithi203 ceph-mon[117428]: pgmap v12661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:16 smithi137 ceph-mon[117020]: pgmap v12661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:16 smithi066 ceph-mon[112137]: pgmap v12661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:17.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:17.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:17.893 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:18 smithi203 ceph-mon[117428]: pgmap v12662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:18 smithi137 ceph-mon[117020]: pgmap v12662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:18 smithi066 ceph-mon[112137]: pgmap v12662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:18.621 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:18.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:18.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:18.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:18.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:20 smithi203 ceph-mon[117428]: from='client.348042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:20.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:20 smithi203 ceph-mon[117428]: pgmap v12663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:20 smithi137 ceph-mon[117020]: from='client.348042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:20 smithi137 ceph-mon[117020]: pgmap v12663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:20 smithi066 ceph-mon[112137]: from='client.348042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:20 smithi066 ceph-mon[112137]: pgmap v12663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:22 smithi203 ceph-mon[117428]: pgmap v12664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:22 smithi137 ceph-mon[117020]: pgmap v12664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:22 smithi066 ceph-mon[112137]: pgmap v12664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:23.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:23.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:23.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:24 smithi203 ceph-mon[117428]: pgmap v12665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:24.364 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:24.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:24.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:24.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:24.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:24 smithi137 ceph-mon[117020]: pgmap v12665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:24 smithi066 ceph-mon[112137]: pgmap v12665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:25 smithi203 ceph-mon[117428]: from='client.348114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:25 smithi137 ceph-mon[117020]: from='client.348114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:25 smithi066 ceph-mon[112137]: from='client.348114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:26 smithi203 ceph-mon[117428]: pgmap v12666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:26 smithi137 ceph-mon[117020]: pgmap v12666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:26 smithi066 ceph-mon[112137]: pgmap v12666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:28 smithi203 ceph-mon[117428]: pgmap v12667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:28 smithi137 ceph-mon[117020]: pgmap v12667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:28 smithi066 ceph-mon[112137]: pgmap v12667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:29.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:29.366 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:29.366 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:30.084 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:30.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:30.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:30.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:30.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:30 smithi203 ceph-mon[117428]: pgmap v12668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:30 smithi137 ceph-mon[117020]: pgmap v12668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:30 smithi066 ceph-mon[112137]: pgmap v12668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:31 smithi203 ceph-mon[117428]: from='client.348183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:31 smithi137 ceph-mon[117020]: from='client.348183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:31.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:31 smithi066 ceph-mon[112137]: from='client.348183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:32.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:32 smithi203 ceph-mon[117428]: pgmap v12669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:32 smithi137 ceph-mon[117020]: pgmap v12669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:32 smithi066 ceph-mon[112137]: pgmap v12669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:34 smithi203 ceph-mon[117428]: pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:34 smithi137 ceph-mon[117020]: pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:34 smithi066 ceph-mon[112137]: pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:35.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:35.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:35.087 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:35.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:35.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:35.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:35.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:35.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:36 smithi203 ceph-mon[117428]: pgmap v12671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:36 smithi137 ceph-mon[117020]: pgmap v12671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:36 smithi066 ceph-mon[112137]: pgmap v12671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:37 smithi203 ceph-mon[117428]: from='client.348255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:37 smithi137 ceph-mon[117020]: from='client.348255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:37 smithi066 ceph-mon[112137]: from='client.348255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:38 smithi203 ceph-mon[117428]: pgmap v12672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:38 smithi137 ceph-mon[117020]: pgmap v12672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:38 smithi066 ceph-mon[112137]: pgmap v12672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:40 smithi203 ceph-mon[117428]: pgmap v12673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:40 smithi137 ceph-mon[117020]: pgmap v12673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:40 smithi066 ceph-mon[112137]: pgmap v12673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:40.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:40.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:40.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:41.544 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:41.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:41.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:41.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:41.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:42 smithi203 ceph-mon[117428]: pgmap v12674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:42 smithi137 ceph-mon[117020]: pgmap v12674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:42 smithi066 ceph-mon[112137]: pgmap v12674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:43.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:43 smithi203 ceph-mon[117428]: from='client.348333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:43 smithi137 ceph-mon[117020]: from='client.348333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:43 smithi066 ceph-mon[112137]: from='client.348333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:44 smithi137 ceph-mon[117020]: pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:44 smithi066 ceph-mon[112137]: pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:44 smithi203 ceph-mon[117428]: pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:46 smithi137 ceph-mon[117020]: pgmap v12676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:46 smithi066 ceph-mon[112137]: pgmap v12676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:46.546 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:46 smithi203 ceph-mon[117428]: pgmap v12676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:47.280 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:47.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:47.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:47.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:47.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:15:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:47 smithi137 ceph-mon[117020]: pgmap v12677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:47 smithi137 ceph-mon[117020]: from='client.348411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:15:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:15:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:15:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:15:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:47 smithi066 ceph-mon[112137]: pgmap v12677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:47 smithi066 ceph-mon[112137]: from='client.348411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:15:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:15:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:15:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:15:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:47 smithi203 ceph-mon[117428]: pgmap v12677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:47 smithi203 ceph-mon[117428]: from='client.348411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:15:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:15:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:15:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:49 smithi203 ceph-mon[117428]: pgmap v12678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:49 smithi137 ceph-mon[117020]: pgmap v12678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:50.240 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:49 smithi066 ceph-mon[112137]: pgmap v12678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:51 smithi203 ceph-mon[117428]: pgmap v12679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:52.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:51 smithi137 ceph-mon[117020]: pgmap v12679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:51 smithi066 ceph-mon[112137]: pgmap v12679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:52.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:52.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:52.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:53.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:53.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:53.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:53.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:53.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:15:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:53 smithi203 ceph-mon[117428]: from='client.348489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:53 smithi203 ceph-mon[117428]: pgmap v12680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:54.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:53 smithi137 ceph-mon[117020]: from='client.348489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:53 smithi137 ceph-mon[117020]: pgmap v12680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:53 smithi066 ceph-mon[112137]: from='client.348489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:53 smithi066 ceph-mon[112137]: pgmap v12680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:55 smithi203 ceph-mon[117428]: pgmap v12681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:56.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:55 smithi137 ceph-mon[117020]: pgmap v12681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:55 smithi066 ceph-mon[112137]: pgmap v12681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:58.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:15:58.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:58.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:57 smithi203 ceph-mon[117428]: pgmap v12682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:58.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:57 smithi137 ceph-mon[117020]: pgmap v12682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:57 smithi066 ceph-mon[112137]: pgmap v12682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:58.747 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:15:58.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:58.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:58.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:58.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:59 smithi203 ceph-mon[117428]: from='client.348558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:15:59 smithi203 ceph-mon[117428]: pgmap v12683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:59 smithi137 ceph-mon[117020]: from='client.348558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:15:59 smithi137 ceph-mon[117020]: pgmap v12683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:59 smithi066 ceph-mon[112137]: from='client.348558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:15:59 smithi066 ceph-mon[112137]: pgmap v12683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:01 smithi203 ceph-mon[117428]: pgmap v12684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:02.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:01 smithi137 ceph-mon[117020]: pgmap v12684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:01 smithi066 ceph-mon[112137]: pgmap v12684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:03.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:03.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:03.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:03 smithi203 ceph-mon[117428]: pgmap v12685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:04.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:03 smithi137 ceph-mon[117020]: pgmap v12685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:03 smithi066 ceph-mon[112137]: pgmap v12685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:04.494 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:04.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:04.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:04.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:04.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:05 smithi203 ceph-mon[117428]: from='client.348630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:06.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:05 smithi203 ceph-mon[117428]: pgmap v12686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:05 smithi137 ceph-mon[117020]: from='client.348630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:05 smithi137 ceph-mon[117020]: pgmap v12686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:05 smithi066 ceph-mon[112137]: from='client.348630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:05 smithi066 ceph-mon[112137]: pgmap v12686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:07 smithi203 ceph-mon[117428]: pgmap v12687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:07 smithi137 ceph-mon[117020]: pgmap v12687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:07 smithi066 ceph-mon[112137]: pgmap v12687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:09.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:09.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:09.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:09 smithi203 ceph-mon[117428]: pgmap v12688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:10.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:09 smithi137 ceph-mon[117020]: pgmap v12688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:10.230 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:10.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:10.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:10.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:10.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:09 smithi066 ceph-mon[112137]: pgmap v12688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:10 smithi203 ceph-mon[117428]: from='client.348708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:11.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:10 smithi137 ceph-mon[117020]: from='client.348708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:10 smithi066 ceph-mon[112137]: from='client.348708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:11 smithi203 ceph-mon[117428]: pgmap v12689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:12.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:11 smithi137 ceph-mon[117020]: pgmap v12689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:11 smithi066 ceph-mon[112137]: pgmap v12689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:13 smithi203 ceph-mon[117428]: pgmap v12690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:14.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:13 smithi137 ceph-mon[117020]: pgmap v12690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:13 smithi066 ceph-mon[112137]: pgmap v12690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:15.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:15.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:15.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:15.961 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:15.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:15.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:15.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:15.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:15 smithi203 ceph-mon[117428]: pgmap v12691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:15 smithi137 ceph-mon[117020]: pgmap v12691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:15 smithi066 ceph-mon[112137]: pgmap v12691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:17.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:16 smithi203 ceph-mon[117428]: from='client.348783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:16 smithi137 ceph-mon[117020]: from='client.348783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:16 smithi066 ceph-mon[112137]: from='client.348783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:17 smithi203 ceph-mon[117428]: pgmap v12692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:18.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:17 smithi137 ceph-mon[117020]: pgmap v12692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:17 smithi066 ceph-mon[112137]: pgmap v12692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:19 smithi137 ceph-mon[117020]: pgmap v12693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:19 smithi066 ceph-mon[112137]: pgmap v12693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:19 smithi203 ceph-mon[117428]: pgmap v12693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:20.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:20.963 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:20.963 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:21.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:21.692 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:21.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:21.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:21.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:21 smithi137 ceph-mon[117020]: pgmap v12694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:21 smithi066 ceph-mon[112137]: pgmap v12694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:21 smithi203 ceph-mon[117428]: pgmap v12694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:23.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:22 smithi137 ceph-mon[117020]: from='client.348861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:23.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:22 smithi066 ceph-mon[112137]: from='client.348861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:23.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:22 smithi203 ceph-mon[117428]: from='client.348861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:24.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:23 smithi137 ceph-mon[117020]: pgmap v12695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:23 smithi066 ceph-mon[112137]: pgmap v12695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:23 smithi203 ceph-mon[117428]: pgmap v12695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:25 smithi137 ceph-mon[117020]: pgmap v12696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:25 smithi066 ceph-mon[112137]: pgmap v12696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:25 smithi203 ceph-mon[117428]: pgmap v12696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:26.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:26.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:26.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:27.426 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:27.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:27.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:27.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:27.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:28.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:27 smithi137 ceph-mon[117020]: pgmap v12697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:27 smithi137 ceph-mon[117020]: from='client.348933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:27 smithi066 ceph-mon[112137]: pgmap v12697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:27 smithi066 ceph-mon[112137]: from='client.348933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:28.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:27 smithi203 ceph-mon[117428]: pgmap v12697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:28.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:27 smithi203 ceph-mon[117428]: from='client.348933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:30.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:29 smithi137 ceph-mon[117020]: pgmap v12698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:29 smithi066 ceph-mon[112137]: pgmap v12698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:29 smithi203 ceph-mon[117428]: pgmap v12698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:32.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:31 smithi137 ceph-mon[117020]: pgmap v12699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:32.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:31 smithi066 ceph-mon[112137]: pgmap v12699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:31 smithi203 ceph-mon[117428]: pgmap v12699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:32.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:32.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:32.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:33.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:33.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:33.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:33.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:33.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:33 smithi137 ceph-mon[117020]: pgmap v12700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:33 smithi137 ceph-mon[117020]: from='client.349008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:33 smithi066 ceph-mon[112137]: pgmap v12700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:33 smithi066 ceph-mon[112137]: from='client.349008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:33 smithi203 ceph-mon[117428]: pgmap v12700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:33 smithi203 ceph-mon[117428]: from='client.349008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:35 smithi137 ceph-mon[117020]: pgmap v12701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:35 smithi066 ceph-mon[112137]: pgmap v12701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:35 smithi203 ceph-mon[117428]: pgmap v12701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:37 smithi137 ceph-mon[117020]: pgmap v12702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:38.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:38.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:38.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:37 smithi066 ceph-mon[112137]: pgmap v12702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:37 smithi203 ceph-mon[117428]: pgmap v12702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:38.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:38.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:38.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:38.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:38.875 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:39 smithi137 ceph-mon[117020]: from='client.349083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:39 smithi137 ceph-mon[117020]: pgmap v12703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:39 smithi066 ceph-mon[112137]: from='client.349083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:39 smithi066 ceph-mon[112137]: pgmap v12703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:39 smithi203 ceph-mon[117428]: from='client.349083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:39 smithi203 ceph-mon[117428]: pgmap v12703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:41 smithi137 ceph-mon[117020]: pgmap v12704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:41 smithi066 ceph-mon[112137]: pgmap v12704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:41 smithi203 ceph-mon[117428]: pgmap v12704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:43.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:43.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:43.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:43 smithi137 ceph-mon[117020]: pgmap v12705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:43 smithi066 ceph-mon[112137]: pgmap v12705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:43 smithi203 ceph-mon[117428]: pgmap v12705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:44.594 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:44.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:44.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:44.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:44.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:45 smithi066 ceph-mon[112137]: from='client.349158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:45 smithi066 ceph-mon[112137]: pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:45 smithi203 ceph-mon[117428]: from='client.349158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:45 smithi203 ceph-mon[117428]: pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:45 smithi137 ceph-mon[117020]: from='client.349158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:45 smithi137 ceph-mon[117020]: pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:47 smithi066 ceph-mon[112137]: pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:48.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:16:48.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:16:48.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:16:48.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:16:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:47 smithi203 ceph-mon[117428]: pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:16:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:16:48.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:16:48.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:16:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:47 smithi137 ceph-mon[117020]: pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:16:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:16:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:16:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:16:49.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:49.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:49.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:49 smithi066 ceph-mon[112137]: pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:50.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:49 smithi203 ceph-mon[117428]: pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:50.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:50.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:50.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:50.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:50.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:49 smithi137 ceph-mon[117020]: pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:50 smithi066 ceph-mon[112137]: from='client.349233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:50 smithi203 ceph-mon[117428]: from='client.349233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:51.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:50 smithi137 ceph-mon[117020]: from='client.349233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:51 smithi066 ceph-mon[112137]: pgmap v12709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:51 smithi203 ceph-mon[117428]: pgmap v12709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:51 smithi137 ceph-mon[117020]: pgmap v12709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:53 smithi066 ceph-mon[112137]: pgmap v12710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:53 smithi203 ceph-mon[117428]: pgmap v12710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:53 smithi137 ceph-mon[117020]: pgmap v12710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:55.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:16:55.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:55.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:56.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:16:56.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:56.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:56.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:56.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:16:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:55 smithi066 ceph-mon[112137]: pgmap v12711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:55 smithi203 ceph-mon[117428]: pgmap v12711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:55 smithi137 ceph-mon[117020]: pgmap v12711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:56 smithi066 ceph-mon[112137]: from='client.349311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:56 smithi203 ceph-mon[117428]: from='client.349311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:56 smithi137 ceph-mon[117020]: from='client.349311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:57 smithi066 ceph-mon[112137]: pgmap v12712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:57 smithi203 ceph-mon[117428]: pgmap v12712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:57 smithi137 ceph-mon[117020]: pgmap v12712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:16:59 smithi066 ceph-mon[112137]: pgmap v12713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:16:59 smithi203 ceph-mon[117428]: pgmap v12713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:16:59 smithi137 ceph-mon[117020]: pgmap v12713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:01.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:01.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:01.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:01.779 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:01.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:01.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:01.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:01.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:01 smithi066 ceph-mon[112137]: pgmap v12714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:01 smithi203 ceph-mon[117428]: pgmap v12714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:01 smithi137 ceph-mon[117020]: pgmap v12714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:03.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:02 smithi066 ceph-mon[112137]: from='client.349386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:03.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:02 smithi203 ceph-mon[117428]: from='client.349386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:02 smithi137 ceph-mon[117020]: from='client.349386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:03 smithi066 ceph-mon[112137]: pgmap v12715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:03 smithi203 ceph-mon[117428]: pgmap v12715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:03 smithi137 ceph-mon[117020]: pgmap v12715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:05 smithi066 ceph-mon[112137]: pgmap v12716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:05 smithi203 ceph-mon[117428]: pgmap v12716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:05 smithi137 ceph-mon[117020]: pgmap v12716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:06.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:06.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:06.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:07.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:07.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:07.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:07.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:07.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:07 smithi066 ceph-mon[112137]: pgmap v12717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:07 smithi203 ceph-mon[117428]: pgmap v12717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:07 smithi137 ceph-mon[117020]: pgmap v12717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:08 smithi066 ceph-mon[112137]: from='client.349464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:08 smithi203 ceph-mon[117428]: from='client.349464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:08 smithi137 ceph-mon[117020]: from='client.349464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:09 smithi066 ceph-mon[112137]: pgmap v12718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:09 smithi203 ceph-mon[117428]: pgmap v12718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:09 smithi137 ceph-mon[117020]: pgmap v12718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:11 smithi066 ceph-mon[112137]: pgmap v12719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:11 smithi203 ceph-mon[117428]: pgmap v12719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:11 smithi137 ceph-mon[117020]: pgmap v12719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:12.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:12.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:12.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:13.240 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:13.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:13.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:13.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:13.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:13 smithi066 ceph-mon[112137]: pgmap v12720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:13 smithi066 ceph-mon[112137]: from='client.349539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:13 smithi203 ceph-mon[117428]: pgmap v12720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:13 smithi203 ceph-mon[117428]: from='client.349539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:13 smithi137 ceph-mon[117020]: pgmap v12720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:13 smithi137 ceph-mon[117020]: from='client.349539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:15 smithi066 ceph-mon[112137]: pgmap v12721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:15 smithi203 ceph-mon[117428]: pgmap v12721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:15 smithi137 ceph-mon[117020]: pgmap v12721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:17 smithi066 ceph-mon[112137]: pgmap v12722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:18.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:18.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:18.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:18.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:17 smithi203 ceph-mon[117428]: pgmap v12722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:17 smithi137 ceph-mon[117020]: pgmap v12722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:18.970 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:18.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:18.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:18.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:18.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:19 smithi066 ceph-mon[112137]: from='client.349614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:19 smithi066 ceph-mon[112137]: pgmap v12723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:19 smithi203 ceph-mon[117428]: from='client.349614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:19 smithi203 ceph-mon[117428]: pgmap v12723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:19 smithi137 ceph-mon[117020]: from='client.349614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:19 smithi137 ceph-mon[117020]: pgmap v12723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:21 smithi066 ceph-mon[112137]: pgmap v12724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:21 smithi203 ceph-mon[117428]: pgmap v12724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:21 smithi137 ceph-mon[117020]: pgmap v12724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:23.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:23.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:23.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:23 smithi066 ceph-mon[112137]: pgmap v12725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:23 smithi203 ceph-mon[117428]: pgmap v12725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:23 smithi137 ceph-mon[117020]: pgmap v12725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:24.703 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:24.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:24.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:24.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:24.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:25 smithi066 ceph-mon[112137]: from='client.349683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:25 smithi066 ceph-mon[112137]: pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:17:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:25 smithi203 ceph-mon[117428]: from='client.349683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:26.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:25 smithi203 ceph-mon[117428]: pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:17:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:25 smithi137 ceph-mon[117020]: from='client.349683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:25 smithi137 ceph-mon[117020]: pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:17:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:27 smithi066 ceph-mon[112137]: pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:27 smithi203 ceph-mon[117428]: pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:27 smithi137 ceph-mon[117020]: pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:29.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:29.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:29.705 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:29 smithi066 ceph-mon[112137]: pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:29 smithi203 ceph-mon[117428]: pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:29 smithi137 ceph-mon[117020]: pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:30.437 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:30.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:30.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:30.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:30.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:31.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:30 smithi066 ceph-mon[112137]: from='client.349761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:30 smithi203 ceph-mon[117428]: from='client.349761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:30 smithi137 ceph-mon[117020]: from='client.349761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:31 smithi066 ceph-mon[112137]: pgmap v12729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:31 smithi203 ceph-mon[117428]: pgmap v12729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:31 smithi137 ceph-mon[117020]: pgmap v12729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:33 smithi066 ceph-mon[112137]: pgmap v12730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:33 smithi203 ceph-mon[117428]: pgmap v12730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:33 smithi137 ceph-mon[117020]: pgmap v12730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:35.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:35.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:35.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:36.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:36.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:36.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:36.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:36.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:36.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:35 smithi066 ceph-mon[112137]: pgmap v12731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:35 smithi203 ceph-mon[117428]: pgmap v12731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:36.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:35 smithi137 ceph-mon[117020]: pgmap v12731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:36 smithi066 ceph-mon[112137]: from='client.349839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:36 smithi203 ceph-mon[117428]: from='client.349839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:37.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:36 smithi137 ceph-mon[117020]: from='client.349839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:37 smithi066 ceph-mon[112137]: pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:17:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:37 smithi203 ceph-mon[117428]: pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:17:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:37 smithi137 ceph-mon[117020]: pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:17:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:39 smithi066 ceph-mon[112137]: pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:17:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:39 smithi203 ceph-mon[117428]: pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:17:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:39 smithi137 ceph-mon[117020]: pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:17:41.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:41.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:41.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:41.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:41.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:41.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:41.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:41.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:41 smithi066 ceph-mon[112137]: pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:17:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:41 smithi203 ceph-mon[117428]: pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:17:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:41 smithi137 ceph-mon[117020]: pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:17:43.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:42 smithi203 ceph-mon[117428]: from='client.349914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:42 smithi137 ceph-mon[117020]: from='client.349914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:42 smithi066 ceph-mon[112137]: from='client.349914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:43 smithi203 ceph-mon[117428]: pgmap v12735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:43 smithi137 ceph-mon[117020]: pgmap v12735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:43 smithi066 ceph-mon[112137]: pgmap v12735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:45 smithi203 ceph-mon[117428]: pgmap v12736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:45 smithi137 ceph-mon[117020]: pgmap v12736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:45 smithi066 ceph-mon[112137]: pgmap v12736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:46.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:46.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:46.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:47.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:47.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:47.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:47.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:47.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:47 smithi203 ceph-mon[117428]: pgmap v12737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:17:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:47 smithi137 ceph-mon[117020]: pgmap v12737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:17:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:47 smithi066 ceph-mon[112137]: pgmap v12737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:17:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='client.349989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:17:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:17:49.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='client.349989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:17:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:17:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='client.349989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:49.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:17:49.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:17:49.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:17:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:50 smithi203 ceph-mon[117428]: pgmap v12738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:50 smithi137 ceph-mon[117020]: pgmap v12738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:50 smithi066 ceph-mon[112137]: pgmap v12738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:52 smithi203 ceph-mon[117428]: pgmap v12739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:52 smithi137 ceph-mon[117020]: pgmap v12739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:52 smithi066 ceph-mon[112137]: pgmap v12739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:52.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:52.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:52.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:53.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:53.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:53.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:53.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:17:53.382 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:54 smithi203 ceph-mon[117428]: pgmap v12740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:54 smithi203 ceph-mon[117428]: from='client.350064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:54 smithi137 ceph-mon[117020]: pgmap v12740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:54 smithi137 ceph-mon[117020]: from='client.350064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:54 smithi066 ceph-mon[112137]: pgmap v12740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:54 smithi066 ceph-mon[112137]: from='client.350064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:56 smithi203 ceph-mon[117428]: pgmap v12741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:56 smithi137 ceph-mon[117020]: pgmap v12741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:56 smithi066 ceph-mon[112137]: pgmap v12741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:17:58 smithi203 ceph-mon[117428]: pgmap v12742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:17:58 smithi137 ceph-mon[117020]: pgmap v12742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:58.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:17:58.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:58.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:17:58 smithi066 ceph-mon[112137]: pgmap v12742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:59.114 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:17:59.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:59.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:59.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:59.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:00 smithi203 ceph-mon[117428]: from='client.350142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:00 smithi203 ceph-mon[117428]: pgmap v12743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:00 smithi137 ceph-mon[117020]: from='client.350142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:00 smithi137 ceph-mon[117020]: pgmap v12743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:00 smithi066 ceph-mon[112137]: from='client.350142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:00 smithi066 ceph-mon[112137]: pgmap v12743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:02 smithi203 ceph-mon[117428]: pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:02 smithi137 ceph-mon[117020]: pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:02 smithi066 ceph-mon[112137]: pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:04.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:04.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:04.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:04 smithi203 ceph-mon[117428]: pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:04 smithi137 ceph-mon[117020]: pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:04 smithi066 ceph-mon[112137]: pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:04.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:04.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:04.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:04.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:04.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:06 smithi203 ceph-mon[117428]: from='client.350214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:06 smithi203 ceph-mon[117428]: pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:18:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:06 smithi137 ceph-mon[117020]: from='client.350214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:06 smithi137 ceph-mon[117020]: pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:18:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:06 smithi066 ceph-mon[112137]: from='client.350214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:06.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:06 smithi066 ceph-mon[112137]: pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:18:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:08 smithi203 ceph-mon[117428]: pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:08 smithi137 ceph-mon[117020]: pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:08 smithi066 ceph-mon[112137]: pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:09.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:09.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:09.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:10 smithi203 ceph-mon[117428]: pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:10 smithi137 ceph-mon[117020]: pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:10 smithi066 ceph-mon[112137]: pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:10.574 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:10.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:10.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:10.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:10.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:12 smithi203 ceph-mon[117428]: from='client.350292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:12 smithi203 ceph-mon[117428]: pgmap v12749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:12 smithi137 ceph-mon[117020]: from='client.350292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:12 smithi137 ceph-mon[117020]: pgmap v12749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:12 smithi066 ceph-mon[112137]: from='client.350292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:12 smithi066 ceph-mon[112137]: pgmap v12749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:14 smithi203 ceph-mon[117428]: pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:14 smithi137 ceph-mon[117020]: pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:14 smithi066 ceph-mon[112137]: pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:15.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:15.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:15.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:16.305 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:16.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:16.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:16.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:16.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:16 smithi203 ceph-mon[117428]: pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:16 smithi137 ceph-mon[117020]: pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:16 smithi066 ceph-mon[112137]: pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:17 smithi203 ceph-mon[117428]: from='client.350370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:17 smithi137 ceph-mon[117020]: from='client.350370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:17 smithi066 ceph-mon[112137]: from='client.350370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:18 smithi203 ceph-mon[117428]: pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:18:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:18 smithi137 ceph-mon[117020]: pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:18:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:18 smithi066 ceph-mon[112137]: pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:18:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:20 smithi203 ceph-mon[117428]: pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:18:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:20 smithi137 ceph-mon[117020]: pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:18:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:20 smithi066 ceph-mon[112137]: pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:18:21.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:21.307 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:21.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:22.035 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:22.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:22.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:22.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:22.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:22 smithi203 ceph-mon[117428]: pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:18:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:22 smithi137 ceph-mon[117020]: pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:18:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:22 smithi066 ceph-mon[112137]: pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:18:23.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:23 smithi203 ceph-mon[117428]: from='client.350445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:23 smithi137 ceph-mon[117020]: from='client.350445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:23 smithi066 ceph-mon[112137]: from='client.350445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:24 smithi203 ceph-mon[117428]: pgmap v12755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:24 smithi137 ceph-mon[117020]: pgmap v12755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:24 smithi066 ceph-mon[112137]: pgmap v12755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:26 smithi203 ceph-mon[117428]: pgmap v12756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:26 smithi137 ceph-mon[117020]: pgmap v12756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:26 smithi066 ceph-mon[112137]: pgmap v12756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:27.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:27.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:27.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:27.759 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:27.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:27.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:27.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:27.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:28 smithi203 ceph-mon[117428]: pgmap v12757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:28 smithi137 ceph-mon[117020]: pgmap v12757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:28 smithi066 ceph-mon[112137]: pgmap v12757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:29 smithi137 ceph-mon[117020]: from='client.350523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:29.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:29 smithi066 ceph-mon[112137]: from='client.350523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:29 smithi203 ceph-mon[117428]: from='client.350523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:30 smithi137 ceph-mon[117020]: pgmap v12758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:30 smithi066 ceph-mon[112137]: pgmap v12758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:30 smithi203 ceph-mon[117428]: pgmap v12758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:32 smithi137 ceph-mon[117020]: pgmap v12759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:32 smithi066 ceph-mon[112137]: pgmap v12759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:32 smithi203 ceph-mon[117428]: pgmap v12759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:32.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:32.761 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:32.761 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:33.481 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:33.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:33.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:33.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:33.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:34 smithi137 ceph-mon[117020]: pgmap v12760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:34 smithi066 ceph-mon[112137]: pgmap v12760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:34 smithi203 ceph-mon[117428]: pgmap v12760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:35 smithi137 ceph-mon[117020]: from='client.350601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:35 smithi066 ceph-mon[112137]: from='client.350601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:35 smithi203 ceph-mon[117428]: from='client.350601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:36 smithi137 ceph-mon[117020]: pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:36 smithi066 ceph-mon[112137]: pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:36 smithi203 ceph-mon[117428]: pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:38 smithi137 ceph-mon[117020]: pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:38.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:38.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:38.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:38 smithi066 ceph-mon[112137]: pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:38 smithi203 ceph-mon[117428]: pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:39.216 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:39.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:39.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:39.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:39.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:40 smithi137 ceph-mon[117020]: pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:40 smithi137 ceph-mon[117020]: from='client.350673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:40 smithi066 ceph-mon[112137]: pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:40 smithi066 ceph-mon[112137]: from='client.350673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:40 smithi203 ceph-mon[117428]: pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:40.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:40 smithi203 ceph-mon[117428]: from='client.350673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:42 smithi137 ceph-mon[117020]: pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:42 smithi066 ceph-mon[112137]: pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:42 smithi203 ceph-mon[117428]: pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:44.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:44.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:44.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:44 smithi137 ceph-mon[117020]: pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:44 smithi066 ceph-mon[112137]: pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:44 smithi203 ceph-mon[117428]: pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:44.938 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:44.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:44.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:44.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:44.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:46 smithi137 ceph-mon[117020]: from='client.350745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:46 smithi137 ceph-mon[117020]: pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:18:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:46 smithi066 ceph-mon[112137]: from='client.350745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:46 smithi066 ceph-mon[112137]: pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:18:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:46 smithi203 ceph-mon[117428]: from='client.350745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:46 smithi203 ceph-mon[117428]: pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:18:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:48 smithi137 ceph-mon[117020]: pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:48 smithi066 ceph-mon[112137]: pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:48 smithi203 ceph-mon[117428]: pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:49 smithi137 ceph-mon[117020]: pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:18:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:49 smithi066 ceph-mon[112137]: pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:18:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:49 smithi203 ceph-mon[117428]: pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:18:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:18:49.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:49.940 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:49.940 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:50.683 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:50.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:50.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:50.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:50.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:51 smithi137 ceph-mon[117020]: from='client.350817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:51 smithi137 ceph-mon[117020]: pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:51 smithi203 ceph-mon[117428]: from='client.350817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:51 smithi203 ceph-mon[117428]: pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:51 smithi066 ceph-mon[112137]: from='client.350817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:51 smithi066 ceph-mon[112137]: pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:52.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:52.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:18:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:18:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:18:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:18:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:18:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:18:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:18:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:53 smithi066 ceph-mon[112137]: pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:53 smithi203 ceph-mon[117428]: pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:53 smithi137 ceph-mon[117020]: pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:55.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:18:55.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:55.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:55 smithi066 ceph-mon[112137]: pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:55 smithi203 ceph-mon[117428]: pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:55 smithi137 ceph-mon[117020]: pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:56.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:56.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:56.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:56.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:18:56.437 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:18:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:56 smithi066 ceph-mon[112137]: from='client.350889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:56 smithi203 ceph-mon[117428]: from='client.350889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:56 smithi137 ceph-mon[117020]: from='client.350889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:57 smithi066 ceph-mon[112137]: pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:18:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:57 smithi203 ceph-mon[117428]: pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:18:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:57 smithi137 ceph-mon[117020]: pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:19:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:18:59 smithi066 ceph-mon[112137]: pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:19:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:18:59 smithi203 ceph-mon[117428]: pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:19:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:18:59 smithi137 ceph-mon[117020]: pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:19:01.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:01.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:01.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:02.169 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:02.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:02.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:02.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:02.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:01 smithi066 ceph-mon[112137]: pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:19:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:01 smithi203 ceph-mon[117428]: pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:19:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:01 smithi137 ceph-mon[117020]: pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:19:03.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:02 smithi066 ceph-mon[112137]: from='client.350961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:03.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:02 smithi203 ceph-mon[117428]: from='client.350961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:02 smithi137 ceph-mon[117020]: from='client.350961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:03 smithi066 ceph-mon[112137]: pgmap v12775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:03 smithi203 ceph-mon[117428]: pgmap v12775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:03 smithi137 ceph-mon[117020]: pgmap v12775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:05 smithi066 ceph-mon[112137]: pgmap v12776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:05 smithi203 ceph-mon[117428]: pgmap v12776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:05 smithi137 ceph-mon[117020]: pgmap v12776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:07.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:07.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:07.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:07.898 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:07.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:07.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:07.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:07.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:07 smithi066 ceph-mon[112137]: pgmap v12777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:07 smithi203 ceph-mon[117428]: pgmap v12777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:07 smithi137 ceph-mon[117020]: pgmap v12777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:08 smithi066 ceph-mon[112137]: from='client.351033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:08 smithi203 ceph-mon[117428]: from='client.351033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:09.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:08 smithi137 ceph-mon[117020]: from='client.351033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:09 smithi066 ceph-mon[112137]: pgmap v12778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:09 smithi203 ceph-mon[117428]: pgmap v12778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:09 smithi137 ceph-mon[117020]: pgmap v12778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:11 smithi066 ceph-mon[112137]: pgmap v12779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:11 smithi203 ceph-mon[117428]: pgmap v12779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:11 smithi137 ceph-mon[117020]: pgmap v12779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:12.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:12.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:12.900 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:13.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:13.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:13.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:13.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:13.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:13 smithi066 ceph-mon[112137]: pgmap v12780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:13 smithi203 ceph-mon[117428]: pgmap v12780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:13 smithi137 ceph-mon[117020]: pgmap v12780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:14 smithi066 ceph-mon[112137]: from='client.351108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:14 smithi203 ceph-mon[117428]: from='client.351108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:14 smithi137 ceph-mon[117020]: from='client.351108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:15 smithi066 ceph-mon[112137]: pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:15 smithi203 ceph-mon[117428]: pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:15 smithi137 ceph-mon[117020]: pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:17 smithi066 ceph-mon[112137]: pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:17 smithi203 ceph-mon[117428]: pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:17 smithi137 ceph-mon[117020]: pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:18.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:18.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:18.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:19.370 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:19.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:19.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:19.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:19.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:19 smithi066 ceph-mon[112137]: pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:19 smithi066 ceph-mon[112137]: from='client.351183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:19 smithi203 ceph-mon[117428]: pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:19 smithi203 ceph-mon[117428]: from='client.351183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:19 smithi137 ceph-mon[117020]: pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:19 smithi137 ceph-mon[117020]: from='client.351183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:21 smithi066 ceph-mon[112137]: pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:21 smithi203 ceph-mon[117428]: pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:21 smithi137 ceph-mon[117020]: pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:23 smithi066 ceph-mon[112137]: pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:23 smithi203 ceph-mon[117428]: pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:24.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:24.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:24.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:23 smithi137 ceph-mon[117020]: pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:25.105 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:25.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:25.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:25.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:25.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:26.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:25 smithi066 ceph-mon[112137]: from='client.351258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:26.272 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:25 smithi066 ceph-mon[112137]: pgmap v12786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:25 smithi203 ceph-mon[117428]: from='client.351258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:25 smithi203 ceph-mon[117428]: pgmap v12786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:25 smithi137 ceph-mon[117020]: from='client.351258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:25 smithi137 ceph-mon[117020]: pgmap v12786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:27 smithi066 ceph-mon[112137]: pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:27 smithi203 ceph-mon[117428]: pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:27 smithi137 ceph-mon[117020]: pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:30.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:30.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:30.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:29 smithi066 ceph-mon[112137]: pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:29 smithi203 ceph-mon[117428]: pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:29 smithi137 ceph-mon[117020]: pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:30.846 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:30.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:30.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:30.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:30.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:31 smithi066 ceph-mon[112137]: from='client.351327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:31 smithi066 ceph-mon[112137]: pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:31 smithi203 ceph-mon[117428]: from='client.351327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:31 smithi203 ceph-mon[117428]: pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:31 smithi137 ceph-mon[117020]: from='client.351327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:31 smithi137 ceph-mon[117020]: pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:33 smithi066 ceph-mon[112137]: pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:33 smithi203 ceph-mon[117428]: pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:33 smithi137 ceph-mon[117020]: pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:35.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:35.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:35.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:35 smithi066 ceph-mon[112137]: pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:35 smithi203 ceph-mon[117428]: pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:35 smithi137 ceph-mon[117020]: pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:36.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:36.579 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:36.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:36.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:36.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:37 smithi066 ceph-mon[112137]: from='client.351396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:37 smithi066 ceph-mon[112137]: pgmap v12792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:37 smithi203 ceph-mon[117428]: from='client.351396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:37 smithi203 ceph-mon[117428]: pgmap v12792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:37 smithi137 ceph-mon[117020]: from='client.351396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:37 smithi137 ceph-mon[117020]: pgmap v12792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:39 smithi203 ceph-mon[117428]: pgmap v12793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:39 smithi137 ceph-mon[117020]: pgmap v12793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:39 smithi066 ceph-mon[112137]: pgmap v12793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:41.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:41.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:41.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:42.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:42.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:42.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:42.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:42.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:41 smithi203 ceph-mon[117428]: pgmap v12794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:41 smithi137 ceph-mon[117020]: pgmap v12794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:41 smithi066 ceph-mon[112137]: pgmap v12794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:43.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:43 smithi203 ceph-mon[117428]: from='client.351474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:43 smithi137 ceph-mon[117020]: from='client.351474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:43 smithi066 ceph-mon[112137]: from='client.351474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:44 smithi203 ceph-mon[117428]: pgmap v12795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:44 smithi137 ceph-mon[117020]: pgmap v12795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:44 smithi066 ceph-mon[112137]: pgmap v12795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:46 smithi203 ceph-mon[117428]: pgmap v12796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:46 smithi137 ceph-mon[117020]: pgmap v12796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:46 smithi066 ceph-mon[112137]: pgmap v12796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:47.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:47.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:47.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:48.029 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:48.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:48.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:48.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:48.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:48 smithi203 ceph-mon[117428]: pgmap v12797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:48 smithi137 ceph-mon[117020]: pgmap v12797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:48 smithi066 ceph-mon[112137]: pgmap v12797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:49 smithi203 ceph-mon[117428]: from='client.351543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:49 smithi137 ceph-mon[117020]: from='client.351543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:49 smithi066 ceph-mon[112137]: from='client.351543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:50 smithi203 ceph-mon[117428]: pgmap v12798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:50 smithi137 ceph-mon[117020]: pgmap v12798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:50 smithi066 ceph-mon[112137]: pgmap v12798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:52 smithi203 ceph-mon[117428]: pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:52 smithi137 ceph-mon[117020]: pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:52 smithi066 ceph-mon[112137]: pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:53.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:53.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:53.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:19:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:19:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:19:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:53.784 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:53.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:53.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:53.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:53.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:19:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:19:54.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:19:54.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:19:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:19:54.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:19:54.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:19:54.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:19:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:19:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:19:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:19:54.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:19:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:55 smithi203 ceph-mon[117428]: from='client.351621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:55 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15763M 2023-12-08T00:19:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:55 smithi137 ceph-mon[117020]: from='client.351621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:55 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15763M 2023-12-08T00:19:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:55 smithi066 ceph-mon[112137]: from='client.351621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:55 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15763M 2023-12-08T00:19:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:56 smithi203 ceph-mon[117428]: pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:56 smithi137 ceph-mon[117020]: pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:56 smithi066 ceph-mon[112137]: pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:19:58 smithi203 ceph-mon[117428]: pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:19:58 smithi137 ceph-mon[117020]: pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:19:58 smithi066 ceph-mon[112137]: pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:58.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:19:58.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:58.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:59.509 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:19:59.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:59.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:59.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:59.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:00 smithi203 ceph-mon[117428]: pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T00:20:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:00 smithi137 ceph-mon[117020]: pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T00:20:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:00 smithi066 ceph-mon[112137]: pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T00:20:01.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:01 smithi203 ceph-mon[117428]: from='client.351699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:01 smithi137 ceph-mon[117020]: from='client.351699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:01 smithi066 ceph-mon[112137]: from='client.351699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:02 smithi203 ceph-mon[117428]: pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:02 smithi137 ceph-mon[117020]: pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:02 smithi066 ceph-mon[112137]: pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:04 smithi203 ceph-mon[117428]: pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:04 smithi137 ceph-mon[117020]: pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:04 smithi066 ceph-mon[112137]: pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:04.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:04.511 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:04.511 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:05.229 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:05.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:05.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:05.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:05.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:06 smithi203 ceph-mon[117428]: pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:06.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:06 smithi203 ceph-mon[117428]: from='client.351768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:06 smithi137 ceph-mon[117020]: pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:06 smithi137 ceph-mon[117020]: from='client.351768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:06 smithi066 ceph-mon[112137]: pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:06 smithi066 ceph-mon[112137]: from='client.351768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:08 smithi203 ceph-mon[117428]: pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:08 smithi137 ceph-mon[117020]: pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:08 smithi066 ceph-mon[112137]: pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:10.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:10.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:10.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:10 smithi203 ceph-mon[117428]: pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:10 smithi137 ceph-mon[117020]: pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:10 smithi066 ceph-mon[112137]: pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:10.955 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:10.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:10.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:10.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:10.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:12 smithi203 ceph-mon[117428]: from='client.351846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:12 smithi203 ceph-mon[117428]: pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:12 smithi137 ceph-mon[117020]: from='client.351846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:12 smithi137 ceph-mon[117020]: pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:12 smithi066 ceph-mon[112137]: from='client.351846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:12 smithi066 ceph-mon[112137]: pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:14 smithi203 ceph-mon[117428]: pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:14 smithi137 ceph-mon[117020]: pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:14 smithi066 ceph-mon[112137]: pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:15.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:15.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:15.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:16 smithi203 ceph-mon[117428]: pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:16 smithi137 ceph-mon[117020]: pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:16 smithi066 ceph-mon[112137]: pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:16.682 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:16.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:16.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:16.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:16.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:18 smithi203 ceph-mon[117428]: from='client.351918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:18 smithi203 ceph-mon[117428]: pgmap v12812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:18 smithi137 ceph-mon[117020]: from='client.351918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:18 smithi137 ceph-mon[117020]: pgmap v12812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:18 smithi066 ceph-mon[112137]: from='client.351918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:18 smithi066 ceph-mon[112137]: pgmap v12812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:20 smithi137 ceph-mon[117020]: pgmap v12813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:20 smithi066 ceph-mon[112137]: pgmap v12813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:20 smithi203 ceph-mon[117428]: pgmap v12813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:21.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:21.684 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:21.684 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:22 smithi137 ceph-mon[117020]: pgmap v12814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:22.410 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:22.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:22.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:22.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:22.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:22 smithi066 ceph-mon[112137]: pgmap v12814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:22 smithi203 ceph-mon[117428]: pgmap v12814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:23.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:23 smithi137 ceph-mon[117020]: from='client.351993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:23 smithi066 ceph-mon[112137]: from='client.351993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:23 smithi203 ceph-mon[117428]: from='client.351993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:24 smithi137 ceph-mon[117020]: pgmap v12815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:24 smithi066 ceph-mon[112137]: pgmap v12815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:24 smithi203 ceph-mon[117428]: pgmap v12815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:26 smithi137 ceph-mon[117020]: pgmap v12816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:26 smithi066 ceph-mon[112137]: pgmap v12816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:26.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:26 smithi203 ceph-mon[117428]: pgmap v12816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:27.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:27.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:27.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:28.165 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:28.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:28.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:28.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:28.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:28 smithi137 ceph-mon[117020]: pgmap v12817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:28 smithi066 ceph-mon[112137]: pgmap v12817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:28.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:28 smithi203 ceph-mon[117428]: pgmap v12817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:29.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:29 smithi137 ceph-mon[117020]: from='client.352068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:29.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:29 smithi066 ceph-mon[112137]: from='client.352068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:29 smithi203 ceph-mon[117428]: from='client.352068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:30 smithi137 ceph-mon[117020]: pgmap v12818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:30 smithi066 ceph-mon[112137]: pgmap v12818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:30 smithi203 ceph-mon[117428]: pgmap v12818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:32 smithi137 ceph-mon[117020]: pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:32 smithi066 ceph-mon[112137]: pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:32 smithi203 ceph-mon[117428]: pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:33.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:33.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:33.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:33.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:33.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:33.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:33.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:33.909 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:34 smithi137 ceph-mon[117020]: pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:34 smithi066 ceph-mon[112137]: pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:34 smithi203 ceph-mon[117428]: pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:35 smithi137 ceph-mon[117020]: from='client.352143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:35 smithi066 ceph-mon[112137]: from='client.352143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:35 smithi203 ceph-mon[117428]: from='client.352143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:36 smithi137 ceph-mon[117020]: pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:36 smithi066 ceph-mon[112137]: pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:36 smithi203 ceph-mon[117428]: pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:38 smithi137 ceph-mon[117020]: pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:38 smithi066 ceph-mon[112137]: pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:38 smithi203 ceph-mon[117428]: pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:38.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:38.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:38.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:39.641 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:39.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:39.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:39.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:39.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:40 smithi137 ceph-mon[117020]: pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:40 smithi066 ceph-mon[112137]: pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:40 smithi203 ceph-mon[117428]: pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:41 smithi137 ceph-mon[117020]: from='client.352218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:41 smithi066 ceph-mon[112137]: from='client.352218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:41 smithi203 ceph-mon[117428]: from='client.352218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:42 smithi137 ceph-mon[117020]: pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:42 smithi066 ceph-mon[112137]: pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:42 smithi203 ceph-mon[117428]: pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:44 smithi066 ceph-mon[112137]: pgmap v12825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:44 smithi203 ceph-mon[117428]: pgmap v12825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:44 smithi137 ceph-mon[117020]: pgmap v12825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:44.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:44.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:44.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:45.366 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:45.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:45.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:45.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:45.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:46 smithi066 ceph-mon[112137]: pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:46.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:46 smithi066 ceph-mon[112137]: from='client.352293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:46 smithi203 ceph-mon[117428]: pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:46 smithi203 ceph-mon[117428]: from='client.352293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:46 smithi137 ceph-mon[117020]: pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:46 smithi137 ceph-mon[117020]: from='client.352293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:48 smithi066 ceph-mon[112137]: pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:48 smithi203 ceph-mon[117428]: pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:48.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:48 smithi137 ceph-mon[117020]: pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:50.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:50.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:50.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:50 smithi066 ceph-mon[112137]: pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:50 smithi203 ceph-mon[117428]: pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:50 smithi137 ceph-mon[117020]: pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:51.099 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:51.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:51.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:51.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:51.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:52 smithi066 ceph-mon[112137]: from='client.352368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:52 smithi066 ceph-mon[112137]: pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:52 smithi203 ceph-mon[117428]: from='client.352368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:52 smithi203 ceph-mon[117428]: pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:52 smithi137 ceph-mon[117020]: from='client.352368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:52 smithi137 ceph-mon[117020]: pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:53 smithi066 ceph-mon[112137]: pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:53 smithi203 ceph-mon[117428]: pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:53.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:53 smithi137 ceph-mon[117020]: pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:20:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:20:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:20:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:20:55.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:20:55.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:20:55.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:55 smithi066 ceph-mon[112137]: pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:20:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:20:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:20:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:55 smithi203 ceph-mon[117428]: pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:20:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:20:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:20:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:55 smithi137 ceph-mon[117020]: pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:56.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:20:56.101 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:56.101 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:56.830 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:20:56.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:56.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:56.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:56.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:20:58.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:57 smithi137 ceph-mon[117020]: from='client.352446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:58.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:57 smithi137 ceph-mon[117020]: pgmap v12832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:57 smithi066 ceph-mon[112137]: from='client.352446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:57 smithi066 ceph-mon[112137]: pgmap v12832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:57 smithi203 ceph-mon[117428]: from='client.352446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:58.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:57 smithi203 ceph-mon[117428]: pgmap v12832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:20:59 smithi137 ceph-mon[117020]: pgmap v12833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:20:59 smithi066 ceph-mon[112137]: pgmap v12833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:20:59 smithi203 ceph-mon[117428]: pgmap v12833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:01.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:01.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:01.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:01 smithi137 ceph-mon[117020]: pgmap v12834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:01 smithi066 ceph-mon[112137]: pgmap v12834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:01 smithi203 ceph-mon[117428]: pgmap v12834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:02.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:02.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:02.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:02.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:02.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:03 smithi137 ceph-mon[117020]: from='client.352518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:03 smithi137 ceph-mon[117020]: pgmap v12835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:03 smithi066 ceph-mon[112137]: from='client.352518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:03 smithi066 ceph-mon[112137]: pgmap v12835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:03 smithi203 ceph-mon[117428]: from='client.352518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:04.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:03 smithi203 ceph-mon[117428]: pgmap v12835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:05 smithi137 ceph-mon[117020]: pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:06.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:05 smithi066 ceph-mon[112137]: pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:05 smithi203 ceph-mon[117428]: pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:07.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:07.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:07.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:07 smithi137 ceph-mon[117020]: pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:07 smithi066 ceph-mon[112137]: pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:08.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:08.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:08.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:08.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:08.286 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:07 smithi203 ceph-mon[117428]: pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:08 smithi137 ceph-mon[117020]: from='client.352596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:08 smithi066 ceph-mon[112137]: from='client.352596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:08 smithi203 ceph-mon[117428]: from='client.352596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:09 smithi137 ceph-mon[117020]: pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:09 smithi066 ceph-mon[112137]: pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:09 smithi203 ceph-mon[117428]: pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:11 smithi137 ceph-mon[117020]: pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:11 smithi066 ceph-mon[112137]: pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:11 smithi203 ceph-mon[117428]: pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:13.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:13.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:13.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:14.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:14.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:14.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:14.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:14.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:14.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:13 smithi137 ceph-mon[117020]: pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:13 smithi066 ceph-mon[112137]: pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:14.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:13 smithi203 ceph-mon[117428]: pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:14 smithi137 ceph-mon[117020]: from='client.352665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:14 smithi066 ceph-mon[112137]: from='client.352665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:14 smithi203 ceph-mon[117428]: from='client.352665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:16.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:15 smithi137 ceph-mon[117020]: pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:15 smithi066 ceph-mon[112137]: pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:15 smithi203 ceph-mon[117428]: pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:17 smithi137 ceph-mon[117020]: pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:17 smithi066 ceph-mon[112137]: pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:17 smithi203 ceph-mon[117428]: pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:19.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:19.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:19.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:19.750 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:19.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:19.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:19.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:19.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:19 smithi066 ceph-mon[112137]: pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:19 smithi203 ceph-mon[117428]: pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:19 smithi137 ceph-mon[117020]: pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:20 smithi066 ceph-mon[112137]: from='client.352740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:20 smithi203 ceph-mon[117428]: from='client.352740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:21.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:20 smithi137 ceph-mon[117020]: from='client.352740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:21 smithi066 ceph-mon[112137]: pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:21:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:21 smithi203 ceph-mon[117428]: pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:21:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:21 smithi137 ceph-mon[117020]: pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:21:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:23 smithi066 ceph-mon[112137]: pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:21:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:23 smithi203 ceph-mon[117428]: pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:21:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:23 smithi137 ceph-mon[117020]: pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:21:24.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:24.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:24.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:25.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:25.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:25.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:25.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:25.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:25 smithi066 ceph-mon[112137]: pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:25 smithi066 ceph-mon[112137]: from='client.352818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:25 smithi203 ceph-mon[117428]: pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:25 smithi203 ceph-mon[117428]: from='client.352818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:25 smithi137 ceph-mon[117020]: pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:25 smithi137 ceph-mon[117020]: from='client.352818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:27 smithi066 ceph-mon[112137]: pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:27 smithi203 ceph-mon[117428]: pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:27 smithi137 ceph-mon[117020]: pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:29 smithi066 ceph-mon[112137]: pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:29 smithi203 ceph-mon[117428]: pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:29 smithi137 ceph-mon[117020]: pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:30.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:31.205 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:31.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:31.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:31.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:31.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:31 smithi066 ceph-mon[112137]: pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:31 smithi066 ceph-mon[112137]: from='client.352896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:31 smithi203 ceph-mon[117428]: pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:32.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:31 smithi203 ceph-mon[117428]: from='client.352896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:31 smithi137 ceph-mon[117020]: pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:31 smithi137 ceph-mon[117020]: from='client.352896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:33 smithi066 ceph-mon[112137]: pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:21:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:33 smithi203 ceph-mon[117428]: pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:21:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:33 smithi137 ceph-mon[117020]: pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:21:36.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:36.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:36.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:35 smithi066 ceph-mon[112137]: pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:21:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:35 smithi203 ceph-mon[117428]: pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:21:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:35 smithi137 ceph-mon[117020]: pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:21:36.932 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:36.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:36.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:36.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:36.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:37 smithi066 ceph-mon[112137]: from='client.352968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:37 smithi066 ceph-mon[112137]: pgmap v12852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:37 smithi203 ceph-mon[117428]: from='client.352968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:37 smithi203 ceph-mon[117428]: pgmap v12852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:37 smithi137 ceph-mon[117020]: from='client.352968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:37 smithi137 ceph-mon[117020]: pgmap v12852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:39 smithi066 ceph-mon[112137]: pgmap v12853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:39 smithi203 ceph-mon[117428]: pgmap v12853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:39 smithi137 ceph-mon[117020]: pgmap v12853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:41.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:41.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:41.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:41 smithi066 ceph-mon[112137]: pgmap v12854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:41 smithi203 ceph-mon[117428]: pgmap v12854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:41 smithi137 ceph-mon[117020]: pgmap v12854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:42.674 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:42.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:42.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:42.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:42.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:44.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:43 smithi066 ceph-mon[112137]: from='client.353046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:44.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:43 smithi066 ceph-mon[112137]: pgmap v12855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:43 smithi203 ceph-mon[117428]: from='client.353046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:44.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:43 smithi203 ceph-mon[117428]: pgmap v12855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:43 smithi137 ceph-mon[117020]: from='client.353046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:43 smithi137 ceph-mon[117020]: pgmap v12855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:45 smithi066 ceph-mon[112137]: pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:45 smithi203 ceph-mon[117428]: pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:45 smithi137 ceph-mon[117020]: pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:47.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:47.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:47.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:47 smithi066 ceph-mon[112137]: pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:48.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:47 smithi203 ceph-mon[117428]: pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:47 smithi137 ceph-mon[117020]: pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:48.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:48.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:48.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:48.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:48.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:48 smithi066 ceph-mon[112137]: from='client.353124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:49.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:48 smithi203 ceph-mon[117428]: from='client.353124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:48 smithi137 ceph-mon[117020]: from='client.353124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:49 smithi066 ceph-mon[112137]: pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:49 smithi203 ceph-mon[117428]: pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:49 smithi137 ceph-mon[117020]: pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:51 smithi066 ceph-mon[112137]: pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:51 smithi203 ceph-mon[117428]: pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:51 smithi137 ceph-mon[117020]: pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:53.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:53.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:53.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:54.131 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:21:54.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:54.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:54.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:54.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:53 smithi066 ceph-mon[112137]: pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:53 smithi203 ceph-mon[117428]: pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:53 smithi137 ceph-mon[117020]: pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:54 smithi066 ceph-mon[112137]: from='client.353193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:21:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:54 smithi203 ceph-mon[117428]: from='client.353193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:21:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:54 smithi137 ceph-mon[117020]: from='client.353193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:21:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:55 smithi066 ceph-mon[112137]: pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:21:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:21:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:21:56.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:55 smithi203 ceph-mon[117428]: pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:56.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:21:56.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:21:56.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:21:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:55 smithi137 ceph-mon[117020]: pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:21:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:21:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:21:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:57 smithi066 ceph-mon[112137]: pgmap v12862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:57 smithi203 ceph-mon[117428]: pgmap v12862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:57 smithi137 ceph-mon[117020]: pgmap v12862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:59.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:21:59.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:59.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:59.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:59.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:59.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:59.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:21:59.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:21:59 smithi066 ceph-mon[112137]: pgmap v12863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:21:59 smithi203 ceph-mon[117428]: pgmap v12863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:21:59 smithi137 ceph-mon[117020]: pgmap v12863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:00 smithi066 ceph-mon[112137]: from='client.353268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:00 smithi203 ceph-mon[117428]: from='client.353268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:01.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:00 smithi137 ceph-mon[117020]: from='client.353268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:01 smithi066 ceph-mon[112137]: pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:22:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:01 smithi203 ceph-mon[117428]: pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:22:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:01 smithi137 ceph-mon[117020]: pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:22:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:03 smithi066 ceph-mon[112137]: pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:22:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:03 smithi203 ceph-mon[117428]: pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:22:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:03 smithi137 ceph-mon[117020]: pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:22:04.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:04.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:04.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:05.619 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:05.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:05.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:05.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:05.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:05 smithi066 ceph-mon[112137]: pgmap v12866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:05 smithi203 ceph-mon[117428]: pgmap v12866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:05 smithi137 ceph-mon[117020]: pgmap v12866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:06 smithi066 ceph-mon[112137]: from='client.353343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:06 smithi203 ceph-mon[117428]: from='client.353343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:06 smithi137 ceph-mon[117020]: from='client.353343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:07 smithi066 ceph-mon[112137]: pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:07 smithi203 ceph-mon[117428]: pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:07 smithi137 ceph-mon[117020]: pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:09 smithi066 ceph-mon[112137]: pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:09 smithi203 ceph-mon[117428]: pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:09 smithi137 ceph-mon[117020]: pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:10.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:10.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:10.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:11.356 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:11.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:11.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:11.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:11.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:11 smithi066 ceph-mon[112137]: pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:11 smithi066 ceph-mon[112137]: from='client.353421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:11 smithi203 ceph-mon[117428]: pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:12.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:11 smithi203 ceph-mon[117428]: from='client.353421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:11 smithi137 ceph-mon[117020]: pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:11 smithi137 ceph-mon[117020]: from='client.353421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:13 smithi066 ceph-mon[112137]: pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:22:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:13 smithi203 ceph-mon[117428]: pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:22:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:13 smithi137 ceph-mon[117020]: pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:22:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:15 smithi066 ceph-mon[112137]: pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:22:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:15 smithi203 ceph-mon[117428]: pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:22:16.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:16.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:16.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:15 smithi137 ceph-mon[117020]: pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:22:17.089 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:17.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:17.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:17.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:17.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:17 smithi066 ceph-mon[112137]: from='client.353496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:17 smithi066 ceph-mon[112137]: pgmap v12872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:17 smithi203 ceph-mon[117428]: from='client.353496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:17 smithi203 ceph-mon[117428]: pgmap v12872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:17 smithi137 ceph-mon[117020]: from='client.353496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:17 smithi137 ceph-mon[117020]: pgmap v12872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:19 smithi203 ceph-mon[117428]: pgmap v12873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:19 smithi137 ceph-mon[117020]: pgmap v12873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:19 smithi066 ceph-mon[112137]: pgmap v12873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:22.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:22.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:22.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:21 smithi203 ceph-mon[117428]: pgmap v12874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:21 smithi137 ceph-mon[117020]: pgmap v12874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:21 smithi066 ceph-mon[112137]: pgmap v12874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:22.819 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:22.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:22.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:22.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:22.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:23 smithi203 ceph-mon[117428]: from='client.353571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:24.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:23 smithi203 ceph-mon[117428]: pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:23 smithi137 ceph-mon[117020]: from='client.353571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:23 smithi137 ceph-mon[117020]: pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:23 smithi066 ceph-mon[112137]: from='client.353571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:23 smithi066 ceph-mon[112137]: pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:25 smithi203 ceph-mon[117428]: pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:25 smithi137 ceph-mon[117020]: pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:25 smithi066 ceph-mon[112137]: pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:27.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:27.821 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:27.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:28 smithi203 ceph-mon[117428]: pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:28 smithi137 ceph-mon[117020]: pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:28 smithi066 ceph-mon[112137]: pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:28.549 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:28.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:28.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:28.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:28.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:30.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:30 smithi203 ceph-mon[117428]: from='client.353649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:30.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:30 smithi203 ceph-mon[117428]: pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:30 smithi137 ceph-mon[117020]: from='client.353649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:30 smithi137 ceph-mon[117020]: pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:30 smithi066 ceph-mon[112137]: from='client.353649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:30.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:30 smithi066 ceph-mon[112137]: pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:32 smithi203 ceph-mon[117428]: pgmap v12879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:32 smithi137 ceph-mon[117020]: pgmap v12879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:32 smithi066 ceph-mon[112137]: pgmap v12879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:33.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:33.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:33.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:34.275 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:34.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:34.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:34.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:34.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:34 smithi203 ceph-mon[117428]: pgmap v12880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:34 smithi137 ceph-mon[117020]: pgmap v12880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:34 smithi066 ceph-mon[112137]: pgmap v12880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:35 smithi203 ceph-mon[117428]: from='client.353727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:35 smithi137 ceph-mon[117020]: from='client.353727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:35 smithi066 ceph-mon[112137]: from='client.353727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:36 smithi203 ceph-mon[117428]: pgmap v12881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:36 smithi137 ceph-mon[117020]: pgmap v12881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:36 smithi066 ceph-mon[112137]: pgmap v12881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:38 smithi203 ceph-mon[117428]: pgmap v12882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:38 smithi137 ceph-mon[117020]: pgmap v12882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:38 smithi066 ceph-mon[112137]: pgmap v12882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:39.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:39.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:39.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:39.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:39.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:39.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:39.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:39.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:40 smithi203 ceph-mon[117428]: pgmap v12883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:40 smithi137 ceph-mon[117020]: pgmap v12883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:40 smithi066 ceph-mon[112137]: pgmap v12883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:41.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:41 smithi203 ceph-mon[117428]: from='client.353802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:41 smithi137 ceph-mon[117020]: from='client.353802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:41 smithi066 ceph-mon[112137]: from='client.353802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:42 smithi203 ceph-mon[117428]: pgmap v12884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:22:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:42 smithi137 ceph-mon[117020]: pgmap v12884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:22:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:42 smithi066 ceph-mon[112137]: pgmap v12884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:22:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:44 smithi203 ceph-mon[117428]: pgmap v12885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:22:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:44 smithi137 ceph-mon[117020]: pgmap v12885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:22:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:44 smithi066 ceph-mon[112137]: pgmap v12885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:22:44.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:44.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:44.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:45.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:45.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:45.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:45.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:45.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:46 smithi203 ceph-mon[117428]: pgmap v12886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:46 smithi137 ceph-mon[117020]: pgmap v12886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:46 smithi066 ceph-mon[112137]: pgmap v12886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:47 smithi203 ceph-mon[117428]: from='client.353877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:47 smithi137 ceph-mon[117020]: from='client.353877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:47 smithi066 ceph-mon[112137]: from='client.353877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:48 smithi203 ceph-mon[117428]: pgmap v12887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:48 smithi137 ceph-mon[117020]: pgmap v12887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:48 smithi066 ceph-mon[112137]: pgmap v12887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:50 smithi203 ceph-mon[117428]: pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:50 smithi137 ceph-mon[117020]: pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:50 smithi066 ceph-mon[112137]: pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:50.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:50.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:50.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:51.453 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:51.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:51.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:51.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:51.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:52 smithi203 ceph-mon[117428]: pgmap v12889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:52.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:52 smithi203 ceph-mon[117428]: from='client.353955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:52 smithi137 ceph-mon[117020]: pgmap v12889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:52 smithi137 ceph-mon[117020]: from='client.353955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:52 smithi066 ceph-mon[112137]: pgmap v12889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:52.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:52 smithi066 ceph-mon[112137]: from='client.353955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:54 smithi203 ceph-mon[117428]: pgmap v12890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:22:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:54 smithi137 ceph-mon[117020]: pgmap v12890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:22:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:54 smithi066 ceph-mon[112137]: pgmap v12890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:22:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:56 smithi203 ceph-mon[117428]: pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:22:56.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:22:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:56 smithi137 ceph-mon[117020]: pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:22:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:22:56.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:22:56.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:56.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:56 smithi066 ceph-mon[112137]: pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:22:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:22:57.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:22:57.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:57.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:57.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:57.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:22:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:22:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:22:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:22:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:22:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:22:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:22:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:22:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:22:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:22:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:58 smithi137 ceph-mon[117020]: from='client.354030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:22:58 smithi137 ceph-mon[117020]: pgmap v12892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:58 smithi066 ceph-mon[112137]: from='client.354030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:22:58 smithi066 ceph-mon[112137]: pgmap v12892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:58 smithi203 ceph-mon[117428]: from='client.354030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:22:58 smithi203 ceph-mon[117428]: pgmap v12892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:00 smithi137 ceph-mon[117020]: pgmap v12893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:00 smithi066 ceph-mon[112137]: pgmap v12893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:00 smithi203 ceph-mon[117428]: pgmap v12893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:02.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:02.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:02.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:02 smithi137 ceph-mon[117020]: pgmap v12894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:02 smithi066 ceph-mon[112137]: pgmap v12894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:02.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:02 smithi203 ceph-mon[117428]: pgmap v12894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:02.905 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:02.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:02.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:02.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:02.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:04 smithi137 ceph-mon[117020]: from='client.354102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:04 smithi137 ceph-mon[117020]: pgmap v12895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:04 smithi066 ceph-mon[112137]: from='client.354102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:04 smithi066 ceph-mon[112137]: pgmap v12895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:04 smithi203 ceph-mon[117428]: from='client.354102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:04 smithi203 ceph-mon[117428]: pgmap v12895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:06 smithi137 ceph-mon[117020]: pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:06 smithi066 ceph-mon[112137]: pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:06 smithi203 ceph-mon[117428]: pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:07.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:07.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:07.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:08 smithi137 ceph-mon[117020]: pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:08 smithi066 ceph-mon[112137]: pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:08 smithi203 ceph-mon[117428]: pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:08.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:08.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:08.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:08.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:08.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:10 smithi137 ceph-mon[117020]: from='client.354180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:10 smithi137 ceph-mon[117020]: pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:10 smithi066 ceph-mon[112137]: from='client.354180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:10 smithi066 ceph-mon[112137]: pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:10 smithi203 ceph-mon[117428]: from='client.354180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:10.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:10 smithi203 ceph-mon[117428]: pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:12 smithi137 ceph-mon[117020]: pgmap v12899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:12 smithi066 ceph-mon[112137]: pgmap v12899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:12 smithi203 ceph-mon[117428]: pgmap v12899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:13.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:13.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:13.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:14 smithi137 ceph-mon[117020]: pgmap v12900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:14.378 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:14.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:14.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:14.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:14.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:14 smithi066 ceph-mon[112137]: pgmap v12900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:14 smithi203 ceph-mon[117428]: pgmap v12900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:15 smithi066 ceph-mon[112137]: from='client.354258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:15 smithi203 ceph-mon[117428]: from='client.354258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:15 smithi137 ceph-mon[117020]: from='client.354258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:16 smithi066 ceph-mon[112137]: pgmap v12901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:16 smithi203 ceph-mon[117428]: pgmap v12901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:16.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:16 smithi137 ceph-mon[117020]: pgmap v12901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:18 smithi066 ceph-mon[112137]: pgmap v12902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:18 smithi203 ceph-mon[117428]: pgmap v12902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:18.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:18 smithi137 ceph-mon[117020]: pgmap v12902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:19.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:19.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:19.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:20.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:20.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:20.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:20.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:20.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:20 smithi066 ceph-mon[112137]: pgmap v12903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:20 smithi203 ceph-mon[117428]: pgmap v12903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:20.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:20 smithi137 ceph-mon[117020]: pgmap v12903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:21 smithi066 ceph-mon[112137]: from='client.354336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:21 smithi203 ceph-mon[117428]: from='client.354336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:21.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:21 smithi137 ceph-mon[117020]: from='client.354336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:22.492 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:22 smithi066 ceph-mon[112137]: pgmap v12904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:22 smithi203 ceph-mon[117428]: pgmap v12904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:22.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:22 smithi137 ceph-mon[117020]: pgmap v12904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:24 smithi066 ceph-mon[112137]: pgmap v12905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:24 smithi203 ceph-mon[117428]: pgmap v12905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:24.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:24 smithi137 ceph-mon[117020]: pgmap v12905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:25.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:25.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:25.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:25.834 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:25.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:25.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:25.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:25.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:26 smithi066 ceph-mon[112137]: pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:26 smithi203 ceph-mon[117428]: pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:26.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:26 smithi137 ceph-mon[117020]: pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:27 smithi066 ceph-mon[112137]: from='client.354414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:27 smithi203 ceph-mon[117428]: from='client.354414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:27 smithi137 ceph-mon[117020]: from='client.354414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:28 smithi066 ceph-mon[112137]: pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:28.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:28 smithi203 ceph-mon[117428]: pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:28.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:28 smithi137 ceph-mon[117020]: pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:30.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:30 smithi066 ceph-mon[112137]: pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:30 smithi203 ceph-mon[117428]: pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:30 smithi137 ceph-mon[117020]: pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:30.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:30.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:30.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:31.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:31.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:31.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:31.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:31.577 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:32 smithi066 ceph-mon[112137]: pgmap v12909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:32 smithi203 ceph-mon[117428]: pgmap v12909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:32 smithi137 ceph-mon[117020]: pgmap v12909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:33.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:33 smithi066 ceph-mon[112137]: from='client.354492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:33 smithi203 ceph-mon[117428]: from='client.354492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:33 smithi137 ceph-mon[117020]: from='client.354492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:34 smithi066 ceph-mon[112137]: pgmap v12910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:34.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:34 smithi203 ceph-mon[117428]: pgmap v12910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:34.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:34 smithi137 ceph-mon[117020]: pgmap v12910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:35 smithi066 ceph-mon[112137]: pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:35 smithi203 ceph-mon[117428]: pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:35 smithi137 ceph-mon[117020]: pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:36.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:36.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:36.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:37.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:37.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:37.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:37.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:37.330 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:38.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:37 smithi137 ceph-mon[117020]: pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:37 smithi137 ceph-mon[117020]: from='client.354564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:37 smithi066 ceph-mon[112137]: pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:37 smithi066 ceph-mon[112137]: from='client.354564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:37 smithi203 ceph-mon[117428]: pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:37 smithi203 ceph-mon[117428]: from='client.354564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:39 smithi137 ceph-mon[117020]: pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:39 smithi066 ceph-mon[112137]: pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:39 smithi203 ceph-mon[117428]: pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:41 smithi066 ceph-mon[112137]: pgmap v12914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:42.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:41 smithi203 ceph-mon[117428]: pgmap v12914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:42.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:42.332 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:42.332 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:41 smithi137 ceph-mon[117020]: pgmap v12914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:43.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:43.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:43.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:43.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:43.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:43 smithi066 ceph-mon[112137]: from='client.354642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:43 smithi066 ceph-mon[112137]: pgmap v12915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:43 smithi203 ceph-mon[117428]: from='client.354642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:44.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:43 smithi203 ceph-mon[117428]: pgmap v12915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:43 smithi137 ceph-mon[117020]: from='client.354642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:43 smithi137 ceph-mon[117020]: pgmap v12915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:45 smithi066 ceph-mon[112137]: pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:45 smithi203 ceph-mon[117428]: pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:45 smithi137 ceph-mon[117020]: pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:48.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:48.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:48.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:47 smithi066 ceph-mon[112137]: pgmap v12917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:47 smithi203 ceph-mon[117428]: pgmap v12917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:47 smithi137 ceph-mon[117020]: pgmap v12917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:48.776 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:48.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:48.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:48.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:48.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:49 smithi066 ceph-mon[112137]: from='client.354720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:49 smithi066 ceph-mon[112137]: pgmap v12918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:49 smithi203 ceph-mon[117428]: from='client.354720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:50.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:49 smithi203 ceph-mon[117428]: pgmap v12918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:49 smithi137 ceph-mon[117020]: from='client.354720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:49 smithi137 ceph-mon[117020]: pgmap v12918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:51 smithi066 ceph-mon[112137]: pgmap v12919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:51 smithi203 ceph-mon[117428]: pgmap v12919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:51 smithi137 ceph-mon[117020]: pgmap v12919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:53.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:53.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:53.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:53 smithi066 ceph-mon[112137]: pgmap v12920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:53 smithi203 ceph-mon[117428]: pgmap v12920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:53 smithi137 ceph-mon[117020]: pgmap v12920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:54.509 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:23:54.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:54.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:54.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:54.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:23:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:54 smithi066 ceph-mon[112137]: from='client.354795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:54 smithi203 ceph-mon[117428]: from='client.354795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:54 smithi137 ceph-mon[117020]: from='client.354795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:55 smithi066 ceph-mon[112137]: pgmap v12921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:55 smithi203 ceph-mon[117428]: pgmap v12921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:55 smithi137 ceph-mon[117020]: pgmap v12921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:23:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:23:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:23:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:23:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:23:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:23:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:23:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:23:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:23:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:23:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:23:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:23:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:57 smithi066 ceph-mon[112137]: pgmap v12922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:57 smithi203 ceph-mon[117428]: pgmap v12922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:57 smithi137 ceph-mon[117020]: pgmap v12922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:59.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:23:59.511 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:59.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:00.232 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:00.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:00.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:00.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:00.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:23:59 smithi066 ceph-mon[112137]: pgmap v12923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:23:59 smithi203 ceph-mon[117428]: pgmap v12923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:23:59 smithi137 ceph-mon[117020]: pgmap v12923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:00 smithi066 ceph-mon[112137]: from='client.354873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:00 smithi203 ceph-mon[117428]: from='client.354873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:01.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:00 smithi137 ceph-mon[117020]: from='client.354873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:01 smithi066 ceph-mon[112137]: pgmap v12924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:01 smithi203 ceph-mon[117428]: pgmap v12924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:01 smithi137 ceph-mon[117020]: pgmap v12924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:04.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:03 smithi066 ceph-mon[112137]: pgmap v12925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:03 smithi203 ceph-mon[117428]: pgmap v12925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:03 smithi137 ceph-mon[117020]: pgmap v12925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:05.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:05.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:05.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:05.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:05.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:05.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:05.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:05.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:05 smithi066 ceph-mon[112137]: pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:05 smithi203 ceph-mon[117428]: pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:05 smithi137 ceph-mon[117020]: pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:06 smithi066 ceph-mon[112137]: from='client.354951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:06 smithi203 ceph-mon[117428]: from='client.354951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:06 smithi137 ceph-mon[117020]: from='client.354951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:07 smithi066 ceph-mon[112137]: pgmap v12927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:07 smithi203 ceph-mon[117428]: pgmap v12927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:07 smithi137 ceph-mon[117020]: pgmap v12927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:09 smithi066 ceph-mon[112137]: pgmap v12928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:09 smithi203 ceph-mon[117428]: pgmap v12928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:09 smithi137 ceph-mon[117020]: pgmap v12928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:10.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:10.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:10.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:11.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:11.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:11.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:11.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:11.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:11 smithi066 ceph-mon[112137]: pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:11 smithi203 ceph-mon[117428]: pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:11 smithi137 ceph-mon[117020]: pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:12 smithi066 ceph-mon[112137]: from='client.355026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:12 smithi203 ceph-mon[117428]: from='client.355026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:13.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:12 smithi137 ceph-mon[117020]: from='client.355026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:13 smithi066 ceph-mon[112137]: pgmap v12930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:13 smithi203 ceph-mon[117428]: pgmap v12930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:13 smithi137 ceph-mon[117020]: pgmap v12930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:15 smithi066 ceph-mon[112137]: pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:15 smithi203 ceph-mon[117428]: pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:15 smithi137 ceph-mon[117020]: pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:16.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:16.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:16.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:17.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:17.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:17.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:17.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:17.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:17 smithi066 ceph-mon[112137]: pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:17 smithi066 ceph-mon[112137]: from='client.355098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:17 smithi203 ceph-mon[117428]: pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:18.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:17 smithi203 ceph-mon[117428]: from='client.355098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:17 smithi137 ceph-mon[117020]: pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:17 smithi137 ceph-mon[117020]: from='client.355098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:19 smithi066 ceph-mon[112137]: pgmap v12933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:19 smithi203 ceph-mon[117428]: pgmap v12933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:19 smithi137 ceph-mon[117020]: pgmap v12933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:21 smithi066 ceph-mon[112137]: pgmap v12934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:21 smithi203 ceph-mon[117428]: pgmap v12934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:21 smithi137 ceph-mon[117020]: pgmap v12934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:22.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:22.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:22.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:23.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:23.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:23.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:23.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:23.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:23 smithi066 ceph-mon[112137]: from='client.355173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:24.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:23 smithi066 ceph-mon[112137]: pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:23 smithi203 ceph-mon[117428]: from='client.355173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:24.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:23 smithi203 ceph-mon[117428]: pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:23 smithi137 ceph-mon[117020]: from='client.355173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:23 smithi137 ceph-mon[117020]: pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:25 smithi066 ceph-mon[112137]: pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:25 smithi203 ceph-mon[117428]: pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:25 smithi137 ceph-mon[117020]: pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:28.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:28.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:28.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:27 smithi066 ceph-mon[112137]: pgmap v12937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:27 smithi203 ceph-mon[117428]: pgmap v12937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:27 smithi137 ceph-mon[117020]: pgmap v12937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:28.877 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:28.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:28.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:28.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:28.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:29 smithi066 ceph-mon[112137]: from='client.355248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:29 smithi066 ceph-mon[112137]: pgmap v12938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:29 smithi203 ceph-mon[117428]: from='client.355248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:30.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:29 smithi203 ceph-mon[117428]: pgmap v12938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:29 smithi137 ceph-mon[117020]: from='client.355248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:29 smithi137 ceph-mon[117020]: pgmap v12938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:31 smithi066 ceph-mon[112137]: pgmap v12939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:31 smithi203 ceph-mon[117428]: pgmap v12939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:31 smithi137 ceph-mon[117020]: pgmap v12939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:33.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:33.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:33.879 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:33 smithi066 ceph-mon[112137]: pgmap v12940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:33 smithi203 ceph-mon[117428]: pgmap v12940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:33 smithi137 ceph-mon[117020]: pgmap v12940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:34.599 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:34.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:34.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:34.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:34.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:36.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:35 smithi066 ceph-mon[112137]: from='client.355323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:36.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:35 smithi066 ceph-mon[112137]: pgmap v12941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:35 smithi203 ceph-mon[117428]: from='client.355323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:35 smithi203 ceph-mon[117428]: pgmap v12941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:35 smithi137 ceph-mon[117020]: from='client.355323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:35 smithi137 ceph-mon[117020]: pgmap v12941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:37 smithi066 ceph-mon[112137]: pgmap v12942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:37 smithi203 ceph-mon[117428]: pgmap v12942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:37 smithi137 ceph-mon[117020]: pgmap v12942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:39.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:39.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:39.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:39 smithi066 ceph-mon[112137]: pgmap v12943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:40.322 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:40.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:40.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:40.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:40.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:39 smithi203 ceph-mon[117428]: pgmap v12943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:39 smithi137 ceph-mon[117020]: pgmap v12943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:40 smithi066 ceph-mon[112137]: from='client.355398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:41.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:40 smithi203 ceph-mon[117428]: from='client.355398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:40 smithi137 ceph-mon[117020]: from='client.355398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:41 smithi203 ceph-mon[117428]: pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:41 smithi137 ceph-mon[117020]: pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:41 smithi066 ceph-mon[112137]: pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:43 smithi203 ceph-mon[117428]: pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:43 smithi137 ceph-mon[117020]: pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:43 smithi066 ceph-mon[112137]: pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:45.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:45.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:45.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:46.064 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:46.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:46.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:46.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:46.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:45 smithi203 ceph-mon[117428]: pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:45 smithi137 ceph-mon[117020]: pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:45 smithi066 ceph-mon[112137]: pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:46 smithi203 ceph-mon[117428]: from='client.355476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:46 smithi137 ceph-mon[117020]: from='client.355476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:46 smithi066 ceph-mon[112137]: from='client.355476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:47 smithi203 ceph-mon[117428]: pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:47 smithi137 ceph-mon[117020]: pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:47 smithi066 ceph-mon[112137]: pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:50 smithi203 ceph-mon[117428]: pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:50 smithi137 ceph-mon[117020]: pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:50 smithi066 ceph-mon[112137]: pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:51.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:51.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:51.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:51.796 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:51.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:51.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:51.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:51.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:52 smithi203 ceph-mon[117428]: pgmap v12949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:52 smithi137 ceph-mon[117020]: pgmap v12949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:52 smithi066 ceph-mon[112137]: pgmap v12949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:53 smithi203 ceph-mon[117428]: from='client.355554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:53 smithi137 ceph-mon[117020]: from='client.355554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:53 smithi066 ceph-mon[112137]: from='client.355554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:54 smithi203 ceph-mon[117428]: pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:54 smithi137 ceph-mon[117020]: pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:54 smithi066 ceph-mon[112137]: pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:56.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:56 smithi203 ceph-mon[117428]: pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:56 smithi137 ceph-mon[117020]: pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:56 smithi066 ceph-mon[112137]: pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:56.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:24:56.798 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:56.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:57.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:24:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:24:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:24:57.559 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:24:57.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:57.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:57.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:57.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:24:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:58 smithi203 ceph-mon[117428]: pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:58 smithi203 ceph-mon[117428]: from='client.355629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:58.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:24:58.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:24:58.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:24:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:24:58.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:58 smithi137 ceph-mon[117020]: pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:58.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:58 smithi137 ceph-mon[117020]: from='client.355629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:58.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:24:58.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:24:58.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:24:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:24:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:58 smithi066 ceph-mon[112137]: pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:58 smithi066 ceph-mon[112137]: from='client.355629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:58.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:24:58.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:24:58.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:24:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:25:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:00 smithi203 ceph-mon[117428]: pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:00 smithi137 ceph-mon[117020]: pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:00 smithi066 ceph-mon[112137]: pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:02.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:02 smithi203 ceph-mon[117428]: pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:02 smithi137 ceph-mon[117020]: pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:02 smithi066 ceph-mon[112137]: pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:02.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:02.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:02.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:03.311 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:03.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:03.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:03.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:03.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:04 smithi203 ceph-mon[117428]: pgmap v12955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:04.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:04 smithi203 ceph-mon[117428]: from='client.355701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:04 smithi137 ceph-mon[117020]: pgmap v12955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:04 smithi137 ceph-mon[117020]: from='client.355701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:04 smithi066 ceph-mon[112137]: pgmap v12955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:04 smithi066 ceph-mon[112137]: from='client.355701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:06 smithi203 ceph-mon[117428]: pgmap v12956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:06 smithi137 ceph-mon[117020]: pgmap v12956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:06 smithi066 ceph-mon[112137]: pgmap v12956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:08.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:08.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:08.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:08 smithi203 ceph-mon[117428]: pgmap v12957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:08 smithi137 ceph-mon[117020]: pgmap v12957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:08 smithi066 ceph-mon[112137]: pgmap v12957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:09.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:09.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:09.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:09.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:09.043 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:10 smithi203 ceph-mon[117428]: from='client.355773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:10 smithi203 ceph-mon[117428]: pgmap v12958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:10 smithi137 ceph-mon[117020]: from='client.355773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:10 smithi137 ceph-mon[117020]: pgmap v12958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:10 smithi066 ceph-mon[112137]: from='client.355773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:10 smithi066 ceph-mon[112137]: pgmap v12958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:12 smithi203 ceph-mon[117428]: pgmap v12959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:12 smithi137 ceph-mon[117020]: pgmap v12959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:12 smithi066 ceph-mon[112137]: pgmap v12959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:14.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:14.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:14.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:14 smithi203 ceph-mon[117428]: pgmap v12960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:14 smithi137 ceph-mon[117020]: pgmap v12960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:14 smithi066 ceph-mon[112137]: pgmap v12960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:14.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:14.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:14.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:14.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:14.758 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:16 smithi203 ceph-mon[117428]: from='client.355845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:16 smithi203 ceph-mon[117428]: pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:25:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:16 smithi137 ceph-mon[117020]: from='client.355845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:16 smithi137 ceph-mon[117020]: pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:25:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:16 smithi066 ceph-mon[112137]: from='client.355845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:16 smithi066 ceph-mon[112137]: pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:25:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:18 smithi203 ceph-mon[117428]: pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:25:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:18 smithi137 ceph-mon[117020]: pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:25:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:18 smithi066 ceph-mon[112137]: pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:25:19.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:19.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:19.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:20 smithi203 ceph-mon[117428]: pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:25:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:20 smithi137 ceph-mon[117020]: pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:25:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:20 smithi066 ceph-mon[112137]: pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:25:20.490 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:20.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:20.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:20.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:20.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:21.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:21 smithi203 ceph-mon[117428]: from='client.355923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:21.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:21 smithi137 ceph-mon[117020]: from='client.355923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:21 smithi066 ceph-mon[112137]: from='client.355923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:22 smithi203 ceph-mon[117428]: pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:22 smithi137 ceph-mon[117020]: pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:22 smithi066 ceph-mon[112137]: pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:24 smithi203 ceph-mon[117428]: pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:24 smithi137 ceph-mon[117020]: pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:24 smithi066 ceph-mon[112137]: pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:25.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:25.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:25.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:26.222 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:26.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:26.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:26.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:26.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:26 smithi203 ceph-mon[117428]: pgmap v12966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:26 smithi137 ceph-mon[117020]: pgmap v12966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:26 smithi066 ceph-mon[112137]: pgmap v12966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:27 smithi137 ceph-mon[117020]: from='client.355998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:27 smithi066 ceph-mon[112137]: from='client.355998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:27 smithi203 ceph-mon[117428]: from='client.355998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:28 smithi137 ceph-mon[117020]: pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:25:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:28 smithi066 ceph-mon[112137]: pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:25:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:28 smithi203 ceph-mon[117428]: pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:25:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:30 smithi137 ceph-mon[117020]: pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:25:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:30 smithi066 ceph-mon[112137]: pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:25:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:30 smithi203 ceph-mon[117428]: pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:25:31.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:31.224 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:31.224 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:31.945 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:31.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:31.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:31.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:31.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:32 smithi137 ceph-mon[117020]: pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:25:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:32 smithi066 ceph-mon[112137]: pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:25:32.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:32 smithi203 ceph-mon[117428]: pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:25:33.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:33 smithi137 ceph-mon[117020]: from='client.356076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:33.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:33 smithi066 ceph-mon[112137]: from='client.356076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:33 smithi203 ceph-mon[117428]: from='client.356076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:34 smithi137 ceph-mon[117020]: pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:34 smithi066 ceph-mon[112137]: pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:34 smithi203 ceph-mon[117428]: pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:36 smithi137 ceph-mon[117020]: pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:36 smithi066 ceph-mon[112137]: pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:36 smithi203 ceph-mon[117428]: pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:36.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:36.949 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:36.949 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:37.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:37.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:37.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:37.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:37.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:38 smithi137 ceph-mon[117020]: pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:38 smithi066 ceph-mon[112137]: pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:38 smithi203 ceph-mon[117428]: pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:39.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:39 smithi137 ceph-mon[117020]: from='client.356151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:39.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:39 smithi066 ceph-mon[112137]: from='client.356151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:39 smithi203 ceph-mon[117428]: from='client.356151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:40 smithi137 ceph-mon[117020]: pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:40 smithi066 ceph-mon[112137]: pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:40 smithi203 ceph-mon[117428]: pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:42 smithi137 ceph-mon[117020]: pgmap v12974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:42 smithi066 ceph-mon[112137]: pgmap v12974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:42 smithi203 ceph-mon[117428]: pgmap v12974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:42.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:42.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:42.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:43.414 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:43.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:43.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:43.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:43.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:44 smithi137 ceph-mon[117020]: pgmap v12975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:44 smithi137 ceph-mon[117020]: from='client.356223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:44 smithi066 ceph-mon[112137]: pgmap v12975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:44 smithi066 ceph-mon[112137]: from='client.356223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:44 smithi203 ceph-mon[117428]: pgmap v12975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:44.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:44 smithi203 ceph-mon[117428]: from='client.356223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:46 smithi137 ceph-mon[117020]: pgmap v12976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:46 smithi066 ceph-mon[112137]: pgmap v12976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:46 smithi203 ceph-mon[117428]: pgmap v12976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:48 smithi137 ceph-mon[117020]: pgmap v12977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:48.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:48.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:48.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:48 smithi066 ceph-mon[112137]: pgmap v12977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:48 smithi203 ceph-mon[117428]: pgmap v12977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:49.139 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:49.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:49.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:49.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:49.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:50.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:50 smithi066 ceph-mon[112137]: from='client.356292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:50.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:50 smithi066 ceph-mon[112137]: pgmap v12978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:50 smithi203 ceph-mon[117428]: from='client.356292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:50.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:50 smithi203 ceph-mon[117428]: pgmap v12978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:50.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:50 smithi137 ceph-mon[117020]: from='client.356292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:50.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:50 smithi137 ceph-mon[117020]: pgmap v12978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:52 smithi066 ceph-mon[112137]: pgmap v12979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:52 smithi203 ceph-mon[117428]: pgmap v12979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:52 smithi137 ceph-mon[117020]: pgmap v12979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:54.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:54.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:54.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:54 smithi066 ceph-mon[112137]: pgmap v12980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:54 smithi203 ceph-mon[117428]: pgmap v12980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:54.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:54 smithi137 ceph-mon[117020]: pgmap v12980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:54.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:25:54.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:54.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:54.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:54.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:25:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:56 smithi066 ceph-mon[112137]: from='client.356370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:56 smithi066 ceph-mon[112137]: pgmap v12981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:25:56.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:56 smithi203 ceph-mon[117428]: from='client.356370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:56.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:56 smithi203 ceph-mon[117428]: pgmap v12981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:25:56.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:56 smithi137 ceph-mon[117020]: from='client.356370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:56.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:56 smithi137 ceph-mon[117020]: pgmap v12981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:25:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:58 smithi066 ceph-mon[112137]: pgmap v12982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:25:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:25:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:58 smithi203 ceph-mon[117428]: pgmap v12982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:25:58.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:25:58.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:58 smithi137 ceph-mon[117020]: pgmap v12982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:25:58.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:25:59.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:25:59.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:25:59.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:25:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:25:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:25:59.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:25:59.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:25:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:25:59.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:25:59.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:25:59.627 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:25:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:25:59.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:25:59.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:59.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:00 smithi066 ceph-mon[112137]: pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:26:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:00 smithi203 ceph-mon[117428]: pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:26:00.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:00.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:00.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:00.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:00.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:00.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:00 smithi137 ceph-mon[117020]: pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:26:02.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:02 smithi066 ceph-mon[112137]: from='client.356442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:02.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:02 smithi066 ceph-mon[112137]: pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:02.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:02 smithi203 ceph-mon[117428]: from='client.356442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:02.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:02 smithi203 ceph-mon[117428]: pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:02.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:02 smithi137 ceph-mon[117020]: from='client.356442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:02.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:02 smithi137 ceph-mon[117020]: pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:04 smithi066 ceph-mon[112137]: pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:04 smithi203 ceph-mon[117428]: pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:04.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:04 smithi137 ceph-mon[117020]: pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:05.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:05.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:05.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:06.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:06.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:06.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:06.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:06.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:06 smithi066 ceph-mon[112137]: pgmap v12986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:06 smithi203 ceph-mon[117428]: pgmap v12986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:06 smithi137 ceph-mon[117020]: pgmap v12986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:07 smithi066 ceph-mon[112137]: from='client.356517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:07 smithi203 ceph-mon[117428]: from='client.356517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:07.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:07 smithi137 ceph-mon[117020]: from='client.356517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:08 smithi066 ceph-mon[112137]: pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:08 smithi203 ceph-mon[117428]: pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:08.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:08 smithi137 ceph-mon[117020]: pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:10 smithi066 ceph-mon[112137]: pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:10 smithi203 ceph-mon[117428]: pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:10.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:10 smithi137 ceph-mon[117020]: pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:11.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:11.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:11.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:12.063 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:12.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:12.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:12.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:12.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:12 smithi066 ceph-mon[112137]: pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:26:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:12 smithi203 ceph-mon[117428]: pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:26:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:12 smithi137 ceph-mon[117020]: pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:26:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:13 smithi066 ceph-mon[112137]: from='client.356592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:13 smithi203 ceph-mon[117428]: from='client.356592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:13.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:13 smithi137 ceph-mon[117020]: from='client.356592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:14 smithi066 ceph-mon[112137]: pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:14 smithi203 ceph-mon[117428]: pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:14 smithi137 ceph-mon[117020]: pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:16.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:16 smithi066 ceph-mon[112137]: pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:16 smithi203 ceph-mon[117428]: pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:16.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:16 smithi137 ceph-mon[117020]: pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:17.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:17.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:17.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:17.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:18 smithi066 ceph-mon[112137]: pgmap v12992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:18.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:18 smithi203 ceph-mon[117428]: pgmap v12992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:18.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:18 smithi137 ceph-mon[117020]: pgmap v12992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:19.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:19 smithi066 ceph-mon[112137]: from='client.356670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:19 smithi203 ceph-mon[117428]: from='client.356670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:19 smithi137 ceph-mon[117020]: from='client.356670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:20 smithi066 ceph-mon[112137]: pgmap v12993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:20 smithi203 ceph-mon[117428]: pgmap v12993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:20.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:20 smithi137 ceph-mon[117020]: pgmap v12993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:22 smithi066 ceph-mon[112137]: pgmap v12994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:22 smithi203 ceph-mon[117428]: pgmap v12994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:22 smithi137 ceph-mon[117020]: pgmap v12994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:22.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:22.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:22.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:23.528 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:23.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:23.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:23.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:23.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:24 smithi066 ceph-mon[112137]: pgmap v12995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:24.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:24 smithi066 ceph-mon[112137]: from='client.356742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:24 smithi203 ceph-mon[117428]: pgmap v12995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:24 smithi203 ceph-mon[117428]: from='client.356742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:24.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:24 smithi137 ceph-mon[117020]: pgmap v12995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:24.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:24 smithi137 ceph-mon[117020]: from='client.356742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:26 smithi066 ceph-mon[112137]: pgmap v12996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:26.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:26 smithi203 ceph-mon[117428]: pgmap v12996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:26.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:26 smithi137 ceph-mon[117020]: pgmap v12996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:28.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:28 smithi066 ceph-mon[112137]: pgmap v12997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:28.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:28.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:28.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:28 smithi203 ceph-mon[117428]: pgmap v12997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:28.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:28 smithi137 ceph-mon[117020]: pgmap v12997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:29.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:29.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:29.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:29.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:29.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:30 smithi066 ceph-mon[112137]: pgmap v12998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:30 smithi066 ceph-mon[112137]: from='client.356817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:30 smithi203 ceph-mon[117428]: pgmap v12998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:30 smithi203 ceph-mon[117428]: from='client.356817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:30.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:30 smithi137 ceph-mon[117020]: pgmap v12998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:30.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:30 smithi137 ceph-mon[117020]: from='client.356817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:31 smithi066 ceph-mon[112137]: pgmap v12999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:31 smithi203 ceph-mon[117428]: pgmap v12999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:31 smithi137 ceph-mon[117020]: pgmap v12999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:33 smithi066 ceph-mon[112137]: pgmap v13000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:34.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:34.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:34.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:33 smithi203 ceph-mon[117428]: pgmap v13000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:33 smithi137 ceph-mon[117020]: pgmap v13000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:35.027 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:35.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:35.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:35.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:35.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:35 smithi066 ceph-mon[112137]: from='client.356895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:35 smithi066 ceph-mon[112137]: pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:26:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:35 smithi203 ceph-mon[117428]: from='client.356895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:35 smithi203 ceph-mon[117428]: pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:26:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:35 smithi137 ceph-mon[117020]: from='client.356895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:35 smithi137 ceph-mon[117020]: pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:26:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:37 smithi066 ceph-mon[112137]: pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:26:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:37 smithi203 ceph-mon[117428]: pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:26:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:37 smithi137 ceph-mon[117020]: pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:26:40.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:40.029 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:40.029 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:39 smithi066 ceph-mon[112137]: pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:26:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:39 smithi203 ceph-mon[117428]: pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:26:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:39 smithi137 ceph-mon[117020]: pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:26:40.760 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:40.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:40.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:40.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:40.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:41 smithi066 ceph-mon[112137]: from='client.356973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:42.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:41 smithi066 ceph-mon[112137]: pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:41 smithi203 ceph-mon[117428]: from='client.356973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:42.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:41 smithi203 ceph-mon[117428]: pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:41 smithi137 ceph-mon[117020]: from='client.356973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:41 smithi137 ceph-mon[117020]: pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:43 smithi066 ceph-mon[112137]: pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:43 smithi203 ceph-mon[117428]: pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:43 smithi137 ceph-mon[117020]: pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:45.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:45.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:45.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:45 smithi066 ceph-mon[112137]: pgmap v13006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:46.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:45 smithi203 ceph-mon[117428]: pgmap v13006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:45 smithi137 ceph-mon[117020]: pgmap v13006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:46.478 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:46.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:46.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:46.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:46.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:47.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:46 smithi066 ceph-mon[112137]: from='client.357048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:46 smithi203 ceph-mon[117428]: from='client.357048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:46 smithi137 ceph-mon[117020]: from='client.357048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:47 smithi066 ceph-mon[112137]: pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:26:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:47 smithi203 ceph-mon[117428]: pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:26:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:47 smithi137 ceph-mon[117020]: pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:26:50.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:49 smithi066 ceph-mon[112137]: pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:26:50.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:49 smithi203 ceph-mon[117428]: pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:26:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:49 smithi137 ceph-mon[117020]: pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:26:51.480 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:51.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:51.480 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:52.214 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:52.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:52.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:52.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:52.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:51 smithi066 ceph-mon[112137]: pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:26:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:51 smithi203 ceph-mon[117428]: pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:26:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:51 smithi137 ceph-mon[117020]: pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:26:53.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:52 smithi066 ceph-mon[112137]: from='client.357126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:52 smithi203 ceph-mon[117428]: from='client.357126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:52 smithi137 ceph-mon[117020]: from='client.357126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:53 smithi066 ceph-mon[112137]: pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:53 smithi203 ceph-mon[117428]: pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:53 smithi137 ceph-mon[117020]: pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:55 smithi066 ceph-mon[112137]: pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:55 smithi203 ceph-mon[117428]: pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:55 smithi137 ceph-mon[117020]: pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:57.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:26:57.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:57.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:57.963 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:26:57.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:57.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:57.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:57.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:26:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:57 smithi066 ceph-mon[112137]: pgmap v13012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:58.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:57 smithi203 ceph-mon[117428]: pgmap v13012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:57 smithi137 ceph-mon[117020]: pgmap v13012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:58 smithi066 ceph-mon[112137]: from='client.357201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:26:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:58 smithi203 ceph-mon[117428]: from='client.357201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:59.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:26:59.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:58 smithi137 ceph-mon[117020]: from='client.357201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:59.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:27:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:59 smithi066 ceph-mon[112137]: pgmap v13013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:27:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:27:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:26:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:27:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:59 smithi203 ceph-mon[117428]: pgmap v13013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:27:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:27:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:26:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:27:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:59 smithi137 ceph-mon[117020]: pgmap v13013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:27:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:27:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:26:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:27:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:01 smithi066 ceph-mon[112137]: pgmap v13014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:01 smithi203 ceph-mon[117428]: pgmap v13014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:01 smithi137 ceph-mon[117020]: pgmap v13014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:02.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:02.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:02.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:03.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:03.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:03.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:03.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:03.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:03 smithi066 ceph-mon[112137]: pgmap v13015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:04.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:03 smithi203 ceph-mon[117428]: pgmap v13015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:03 smithi137 ceph-mon[117020]: pgmap v13015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:04 smithi066 ceph-mon[112137]: from='client.357276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:04 smithi203 ceph-mon[117428]: from='client.357276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:04 smithi137 ceph-mon[117020]: from='client.357276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:05 smithi066 ceph-mon[112137]: pgmap v13016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:05 smithi203 ceph-mon[117428]: pgmap v13016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:05 smithi137 ceph-mon[117020]: pgmap v13016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:07 smithi066 ceph-mon[112137]: pgmap v13017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:07 smithi203 ceph-mon[117428]: pgmap v13017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:07 smithi137 ceph-mon[117020]: pgmap v13017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:08.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:08.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:08.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:09.403 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:09.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:09.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:09.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:09.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:09 smithi066 ceph-mon[112137]: pgmap v13018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:10.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:09 smithi066 ceph-mon[112137]: from='client.357351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:09 smithi203 ceph-mon[117428]: pgmap v13018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:10.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:09 smithi203 ceph-mon[117428]: from='client.357351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:09 smithi137 ceph-mon[117020]: pgmap v13018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:09 smithi137 ceph-mon[117020]: from='client.357351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:11 smithi066 ceph-mon[112137]: pgmap v13019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:11 smithi203 ceph-mon[117428]: pgmap v13019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:11 smithi137 ceph-mon[117020]: pgmap v13019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:13 smithi066 ceph-mon[112137]: pgmap v13020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:13 smithi203 ceph-mon[117428]: pgmap v13020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:13 smithi137 ceph-mon[117020]: pgmap v13020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:14.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:14.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:14.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:15.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:15.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:15.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:15.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:15.130 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:15 smithi066 ceph-mon[112137]: from='client.357426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:15 smithi066 ceph-mon[112137]: pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:15 smithi203 ceph-mon[117428]: from='client.357426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:15 smithi203 ceph-mon[117428]: pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:15 smithi137 ceph-mon[117020]: from='client.357426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:15 smithi137 ceph-mon[117020]: pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:17 smithi066 ceph-mon[112137]: pgmap v13022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:17 smithi203 ceph-mon[117428]: pgmap v13022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:17 smithi137 ceph-mon[117020]: pgmap v13022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:20.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:20.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:20.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:19 smithi066 ceph-mon[112137]: pgmap v13023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:19 smithi203 ceph-mon[117428]: pgmap v13023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:19 smithi137 ceph-mon[117020]: pgmap v13023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:20.855 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:20.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:20.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:20.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:20.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:21 smithi203 ceph-mon[117428]: from='client.357498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:21 smithi203 ceph-mon[117428]: pgmap v13024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:21 smithi137 ceph-mon[117020]: from='client.357498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:21 smithi137 ceph-mon[117020]: pgmap v13024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:21 smithi066 ceph-mon[112137]: from='client.357498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:21 smithi066 ceph-mon[112137]: pgmap v13024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:23 smithi203 ceph-mon[117428]: pgmap v13025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:23 smithi137 ceph-mon[117020]: pgmap v13025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:23 smithi066 ceph-mon[112137]: pgmap v13025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:25.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:25.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:25.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:26.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:25 smithi203 ceph-mon[117428]: pgmap v13026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:25 smithi137 ceph-mon[117020]: pgmap v13026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:25 smithi066 ceph-mon[112137]: pgmap v13026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:26.587 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:26.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:26.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:26.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:26.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:28 smithi203 ceph-mon[117428]: from='client.357573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:28.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:28 smithi203 ceph-mon[117428]: pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:28 smithi137 ceph-mon[117020]: from='client.357573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:28 smithi137 ceph-mon[117020]: pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:28 smithi066 ceph-mon[112137]: from='client.357573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:28 smithi066 ceph-mon[112137]: pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:30 smithi203 ceph-mon[117428]: pgmap v13028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:30 smithi137 ceph-mon[117020]: pgmap v13028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:30 smithi066 ceph-mon[112137]: pgmap v13028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:31.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:31.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:31.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:32.323 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:32.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:32.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:32.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:32.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:32.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:32 smithi203 ceph-mon[117428]: pgmap v13029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:32.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:32 smithi137 ceph-mon[117020]: pgmap v13029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:32 smithi066 ceph-mon[112137]: pgmap v13029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:33.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:33 smithi203 ceph-mon[117428]: from='client.357651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:33.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:33 smithi137 ceph-mon[117020]: from='client.357651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:33.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:33 smithi066 ceph-mon[112137]: from='client.357651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:34 smithi203 ceph-mon[117428]: pgmap v13030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:34 smithi137 ceph-mon[117020]: pgmap v13030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:34 smithi066 ceph-mon[112137]: pgmap v13030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:36 smithi203 ceph-mon[117428]: pgmap v13031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:36 smithi137 ceph-mon[117020]: pgmap v13031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:36 smithi066 ceph-mon[112137]: pgmap v13031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:37.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:37.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:37.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:38.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:38.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:38.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:38.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:38.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:38 smithi203 ceph-mon[117428]: pgmap v13032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:38.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:38 smithi137 ceph-mon[117020]: pgmap v13032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:38 smithi066 ceph-mon[112137]: pgmap v13032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:39 smithi203 ceph-mon[117428]: from='client.357720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:39.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:39 smithi137 ceph-mon[117020]: from='client.357720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:39 smithi066 ceph-mon[112137]: from='client.357720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:40 smithi203 ceph-mon[117428]: pgmap v13033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:40.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:40 smithi137 ceph-mon[117020]: pgmap v13033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:40 smithi066 ceph-mon[112137]: pgmap v13033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:42 smithi203 ceph-mon[117428]: pgmap v13034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:42 smithi137 ceph-mon[117020]: pgmap v13034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:42 smithi066 ceph-mon[112137]: pgmap v13034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:43.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:43.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:43.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:43.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:43.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:43.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:43.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:43.779 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:44.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:44 smithi203 ceph-mon[117428]: pgmap v13035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:44 smithi137 ceph-mon[117020]: pgmap v13035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:44 smithi066 ceph-mon[112137]: pgmap v13035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:45 smithi203 ceph-mon[117428]: from='client.357798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:45 smithi137 ceph-mon[117020]: from='client.357798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:45 smithi066 ceph-mon[112137]: from='client.357798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:46 smithi203 ceph-mon[117428]: pgmap v13036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:46 smithi137 ceph-mon[117020]: pgmap v13036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:46 smithi066 ceph-mon[112137]: pgmap v13036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:48 smithi203 ceph-mon[117428]: pgmap v13037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:48 smithi137 ceph-mon[117020]: pgmap v13037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:48 smithi066 ceph-mon[112137]: pgmap v13037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:48.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:48.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:48.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:49.516 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:49.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:49.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:49.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:49.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:50 smithi203 ceph-mon[117428]: pgmap v13038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:50 smithi203 ceph-mon[117428]: from='client.357873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:50 smithi137 ceph-mon[117020]: pgmap v13038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:50 smithi137 ceph-mon[117020]: from='client.357873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:50 smithi066 ceph-mon[112137]: pgmap v13038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:50 smithi066 ceph-mon[112137]: from='client.357873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:52 smithi203 ceph-mon[117428]: pgmap v13039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:52.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:52 smithi137 ceph-mon[117020]: pgmap v13039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:52 smithi066 ceph-mon[112137]: pgmap v13039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:54 smithi203 ceph-mon[117428]: pgmap v13040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:54 smithi137 ceph-mon[117020]: pgmap v13040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:54 smithi066 ceph-mon[112137]: pgmap v13040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:54.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:27:54.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:54.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:55.241 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:27:55.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:55.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:55.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:55.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:27:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:56 smithi203 ceph-mon[117428]: from='client.357948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:56.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:56 smithi203 ceph-mon[117428]: pgmap v13041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:56 smithi137 ceph-mon[117020]: from='client.357948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:56 smithi137 ceph-mon[117020]: pgmap v13041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:56 smithi066 ceph-mon[112137]: from='client.357948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:56 smithi066 ceph-mon[112137]: pgmap v13041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:58.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:27:58 smithi203 ceph-mon[117428]: pgmap v13042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:27:58 smithi137 ceph-mon[117020]: pgmap v13042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:27:58 smithi066 ceph-mon[112137]: pgmap v13042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:00.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:00.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:00.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: pgmap v13043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:28:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: pgmap v13043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:28:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: pgmap v13043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:28:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:28:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:28:00.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:28:00.948 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:00.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:00.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:00.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:00.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:02.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:02 smithi203 ceph-mon[117428]: from='client.358026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:02.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:02 smithi203 ceph-mon[117428]: pgmap v13044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:02 smithi137 ceph-mon[117020]: from='client.358026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:02 smithi137 ceph-mon[117020]: pgmap v13044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:02.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:02 smithi066 ceph-mon[112137]: from='client.358026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:02.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:02 smithi066 ceph-mon[112137]: pgmap v13044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:04 smithi203 ceph-mon[117428]: pgmap v13045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:04 smithi137 ceph-mon[117020]: pgmap v13045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:04 smithi066 ceph-mon[112137]: pgmap v13045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:05.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:05.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:05.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:06 smithi203 ceph-mon[117428]: pgmap v13046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:06 smithi137 ceph-mon[117020]: pgmap v13046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:06 smithi066 ceph-mon[112137]: pgmap v13046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:06.684 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:06.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:06.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:06.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:06.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:08 smithi137 ceph-mon[117020]: from='client.358101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:08.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:08 smithi137 ceph-mon[117020]: pgmap v13047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:08 smithi066 ceph-mon[112137]: from='client.358101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:08.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:08 smithi066 ceph-mon[112137]: pgmap v13047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:08 smithi203 ceph-mon[117428]: from='client.358101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:08 smithi203 ceph-mon[117428]: pgmap v13047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:10 smithi137 ceph-mon[117020]: pgmap v13048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:10 smithi066 ceph-mon[112137]: pgmap v13048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:10 smithi203 ceph-mon[117428]: pgmap v13048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:11.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:11.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:11.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:12.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:12 smithi137 ceph-mon[117020]: pgmap v13049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:12.419 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:12.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:12.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:12.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:12.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:12 smithi066 ceph-mon[112137]: pgmap v13049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:12 smithi203 ceph-mon[117428]: pgmap v13049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:13.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:13 smithi137 ceph-mon[117020]: from='client.358179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:13 smithi066 ceph-mon[112137]: from='client.358179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:13 smithi203 ceph-mon[117428]: from='client.358179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:14.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:14 smithi137 ceph-mon[117020]: pgmap v13050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:14 smithi066 ceph-mon[112137]: pgmap v13050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:14.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:14 smithi203 ceph-mon[117428]: pgmap v13050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:16 smithi137 ceph-mon[117020]: pgmap v13051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:16 smithi066 ceph-mon[112137]: pgmap v13051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:16 smithi203 ceph-mon[117428]: pgmap v13051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:17.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:17.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:17.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:18.167 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:18.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:18.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:18.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:18.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:18 smithi137 ceph-mon[117020]: pgmap v13052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:18 smithi066 ceph-mon[112137]: pgmap v13052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:18 smithi203 ceph-mon[117428]: pgmap v13052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:19 smithi137 ceph-mon[117020]: from='client.358254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:19.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:19 smithi066 ceph-mon[112137]: from='client.358254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:19 smithi203 ceph-mon[117428]: from='client.358254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:20 smithi137 ceph-mon[117020]: pgmap v13053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:20 smithi066 ceph-mon[112137]: pgmap v13053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:20 smithi203 ceph-mon[117428]: pgmap v13053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:22 smithi137 ceph-mon[117020]: pgmap v13054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:22 smithi066 ceph-mon[112137]: pgmap v13054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:22 smithi203 ceph-mon[117428]: pgmap v13054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:23.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:23.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:23.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:23.900 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:23.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:23.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:23.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:23.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:24.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:24 smithi137 ceph-mon[117020]: pgmap v13055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:24 smithi066 ceph-mon[112137]: pgmap v13055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:24 smithi203 ceph-mon[117428]: pgmap v13055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:25 smithi137 ceph-mon[117020]: from='client.358326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:25 smithi066 ceph-mon[112137]: from='client.358326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:25 smithi203 ceph-mon[117428]: from='client.358326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:26 smithi137 ceph-mon[117020]: pgmap v13056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:26 smithi066 ceph-mon[112137]: pgmap v13056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:26 smithi203 ceph-mon[117428]: pgmap v13056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:28.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:28 smithi137 ceph-mon[117020]: pgmap v13057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:28 smithi066 ceph-mon[112137]: pgmap v13057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:28 smithi203 ceph-mon[117428]: pgmap v13057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:28.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:28.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:28.902 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:29.622 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:29.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:29.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:29.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:29.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:30.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:30 smithi137 ceph-mon[117020]: pgmap v13058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:30 smithi066 ceph-mon[112137]: pgmap v13058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:30 smithi203 ceph-mon[117428]: pgmap v13058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:31 smithi137 ceph-mon[117020]: from='client.358395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:31.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:31 smithi066 ceph-mon[112137]: from='client.358395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:31 smithi203 ceph-mon[117428]: from='client.358395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:32 smithi066 ceph-mon[112137]: pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:28:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:32 smithi203 ceph-mon[117428]: pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:28:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:32 smithi137 ceph-mon[117020]: pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:28:34.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:34 smithi066 ceph-mon[112137]: pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:28:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:34 smithi203 ceph-mon[117428]: pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:28:34.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:34.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:34 smithi137 ceph-mon[117020]: pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:28:34.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:34.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:35.347 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:35.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:35.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:35.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:35.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:36 smithi066 ceph-mon[112137]: pgmap v13061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:36 smithi066 ceph-mon[112137]: from='client.358473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:36 smithi203 ceph-mon[117428]: pgmap v13061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:36.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:36 smithi203 ceph-mon[117428]: from='client.358473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:36 smithi137 ceph-mon[117020]: pgmap v13061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:36.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:36 smithi137 ceph-mon[117020]: from='client.358473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:38 smithi066 ceph-mon[112137]: pgmap v13062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:38 smithi203 ceph-mon[117428]: pgmap v13062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:38.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:38 smithi137 ceph-mon[117020]: pgmap v13062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:40.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:40.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:40.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:40 smithi066 ceph-mon[112137]: pgmap v13063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:40 smithi203 ceph-mon[117428]: pgmap v13063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:40.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:40 smithi137 ceph-mon[117020]: pgmap v13063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:41.082 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:41.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:41.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:41.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:41.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:42 smithi066 ceph-mon[112137]: from='client.358548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:42 smithi066 ceph-mon[112137]: pgmap v13064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:42 smithi203 ceph-mon[117428]: from='client.358548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:42.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:42 smithi203 ceph-mon[117428]: pgmap v13064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:42 smithi137 ceph-mon[117020]: from='client.358548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:42 smithi137 ceph-mon[117020]: pgmap v13064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:44 smithi066 ceph-mon[112137]: pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:28:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:44 smithi203 ceph-mon[117428]: pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:28:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:44 smithi137 ceph-mon[117020]: pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:28:46.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:46.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:46.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:46 smithi066 ceph-mon[112137]: pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:28:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:46 smithi203 ceph-mon[117428]: pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:28:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:46 smithi137 ceph-mon[117020]: pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:28:46.818 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:46.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:46.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:46.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:46.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:48 smithi066 ceph-mon[112137]: from='client.358623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:48 smithi066 ceph-mon[112137]: pgmap v13067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:48 smithi203 ceph-mon[117428]: from='client.358623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:48.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:48 smithi203 ceph-mon[117428]: pgmap v13067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:48.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:48 smithi137 ceph-mon[117020]: from='client.358623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:48.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:48 smithi137 ceph-mon[117020]: pgmap v13067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:50 smithi066 ceph-mon[112137]: pgmap v13068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:50 smithi203 ceph-mon[117428]: pgmap v13068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:50.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:50 smithi137 ceph-mon[117020]: pgmap v13068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:51.820 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:51.820 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:51.821 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:52 smithi066 ceph-mon[112137]: pgmap v13069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:52.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:52.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:52.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:52.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:52.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:52 smithi203 ceph-mon[117428]: pgmap v13069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:52 smithi137 ceph-mon[117020]: pgmap v13069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:53 smithi066 ceph-mon[112137]: from='client.358698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:53 smithi203 ceph-mon[117428]: from='client.358698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:53 smithi137 ceph-mon[117020]: from='client.358698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:54 smithi066 ceph-mon[112137]: pgmap v13070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:54 smithi203 ceph-mon[117428]: pgmap v13070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:54 smithi137 ceph-mon[117020]: pgmap v13070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:56 smithi066 ceph-mon[112137]: pgmap v13071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:56.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:56 smithi203 ceph-mon[117428]: pgmap v13071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:56.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:56 smithi137 ceph-mon[117020]: pgmap v13071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:57.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:28:57.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:57.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:58.279 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:28:58.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:58.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:58.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:58.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:28:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:58 smithi066 ceph-mon[112137]: pgmap v13072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:58 smithi203 ceph-mon[117428]: pgmap v13072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:58 smithi137 ceph-mon[117020]: pgmap v13072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:59.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:28:59 smithi066 ceph-mon[112137]: from='client.358776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:28:59 smithi203 ceph-mon[117428]: from='client.358776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:28:59 smithi137 ceph-mon[117020]: from='client.358776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:00 smithi066 ceph-mon[112137]: pgmap v13073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:00.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:00 smithi203 ceph-mon[117428]: pgmap v13073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:00.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:00 smithi137 ceph-mon[117020]: pgmap v13073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:29:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:29:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:29:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:29:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:29:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:29:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:29:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:29:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:29:01.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:29:01.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:29:01.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:29:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:02 smithi066 ceph-mon[112137]: pgmap v13074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:02.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:02 smithi203 ceph-mon[117428]: pgmap v13074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:02 smithi137 ceph-mon[117020]: pgmap v13074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:03.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:03.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:03.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:04.001 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:04.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:04.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:04.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:04.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:04 smithi066 ceph-mon[112137]: pgmap v13075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:04 smithi203 ceph-mon[117428]: pgmap v13075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:04 smithi137 ceph-mon[117020]: pgmap v13075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:05 smithi066 ceph-mon[112137]: from='client.358848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:05.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:05 smithi203 ceph-mon[117428]: from='client.358848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:05.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:05 smithi137 ceph-mon[117020]: from='client.358848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:06 smithi066 ceph-mon[112137]: pgmap v13076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:06 smithi203 ceph-mon[117428]: pgmap v13076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:06 smithi137 ceph-mon[117020]: pgmap v13076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:08 smithi066 ceph-mon[112137]: pgmap v13077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:08 smithi203 ceph-mon[117428]: pgmap v13077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:08 smithi137 ceph-mon[117020]: pgmap v13077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:09.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:09.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:09.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:09.726 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:09.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:09.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:09.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:09.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:10 smithi066 ceph-mon[112137]: pgmap v13078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:10 smithi203 ceph-mon[117428]: pgmap v13078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:10 smithi137 ceph-mon[117020]: pgmap v13078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:11.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:11 smithi066 ceph-mon[112137]: from='client.358923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:11 smithi203 ceph-mon[117428]: from='client.358923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:11 smithi137 ceph-mon[117020]: from='client.358923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:12 smithi066 ceph-mon[112137]: pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:29:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:12 smithi203 ceph-mon[117428]: pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:29:12.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:12 smithi137 ceph-mon[117020]: pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:29:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:14 smithi066 ceph-mon[112137]: pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:29:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:14 smithi203 ceph-mon[117428]: pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:29:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:14 smithi137 ceph-mon[117020]: pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:29:14.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:14.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:14.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:15.451 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:15.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:15.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:15.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:15.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:16 smithi066 ceph-mon[112137]: pgmap v13081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:16 smithi066 ceph-mon[112137]: from='client.359001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:16 smithi203 ceph-mon[117428]: pgmap v13081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:16 smithi203 ceph-mon[117428]: from='client.359001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:16 smithi137 ceph-mon[117020]: pgmap v13081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:16.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:16 smithi137 ceph-mon[117020]: from='client.359001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:18 smithi066 ceph-mon[112137]: pgmap v13082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:18 smithi203 ceph-mon[117428]: pgmap v13082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:18.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:18 smithi137 ceph-mon[117020]: pgmap v13082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:20.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:20.453 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:20.453 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:20 smithi066 ceph-mon[112137]: pgmap v13083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:20 smithi203 ceph-mon[117428]: pgmap v13083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:20 smithi137 ceph-mon[117020]: pgmap v13083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:21.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:21.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:21.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:21.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:21.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:22 smithi066 ceph-mon[112137]: from='client.359079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:22 smithi066 ceph-mon[112137]: pgmap v13084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:22 smithi203 ceph-mon[117428]: from='client.359079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:22 smithi203 ceph-mon[117428]: pgmap v13084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:22 smithi137 ceph-mon[117020]: from='client.359079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:22 smithi137 ceph-mon[117020]: pgmap v13084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:24 smithi066 ceph-mon[112137]: pgmap v13085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:29:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:24 smithi203 ceph-mon[117428]: pgmap v13085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:29:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:24 smithi137 ceph-mon[117020]: pgmap v13085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:29:26.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:26.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:26.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:26 smithi066 ceph-mon[112137]: pgmap v13086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:29:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:26 smithi203 ceph-mon[117428]: pgmap v13086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:29:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:26 smithi137 ceph-mon[117020]: pgmap v13086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:29:26.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:26.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:26.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:26.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:26.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:28.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:28 smithi066 ceph-mon[112137]: from='client.359154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:28.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:28 smithi066 ceph-mon[112137]: pgmap v13087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:28 smithi203 ceph-mon[117428]: from='client.359154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:28.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:28 smithi203 ceph-mon[117428]: pgmap v13087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:28 smithi137 ceph-mon[117020]: from='client.359154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:28.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:28 smithi137 ceph-mon[117020]: pgmap v13087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:29.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:29 smithi066 ceph-mon[112137]: pgmap v13088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:29 smithi203 ceph-mon[117428]: pgmap v13088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:29 smithi137 ceph-mon[117020]: pgmap v13088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:31.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:31.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:31.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:31 smithi066 ceph-mon[112137]: pgmap v13089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:31 smithi203 ceph-mon[117428]: pgmap v13089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:31 smithi137 ceph-mon[117020]: pgmap v13089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:32.635 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:32.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:32.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:32.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:32.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:33 smithi066 ceph-mon[112137]: from='client.359232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:33 smithi066 ceph-mon[112137]: pgmap v13090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:33 smithi203 ceph-mon[117428]: from='client.359232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:33 smithi203 ceph-mon[117428]: pgmap v13090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:33 smithi137 ceph-mon[117020]: from='client.359232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:34.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:33 smithi137 ceph-mon[117020]: pgmap v13090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:35 smithi066 ceph-mon[112137]: pgmap v13091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:35 smithi203 ceph-mon[117428]: pgmap v13091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:35 smithi137 ceph-mon[117020]: pgmap v13091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:37.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:37.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:37.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:37 smithi203 ceph-mon[117428]: pgmap v13092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:37 smithi137 ceph-mon[117020]: pgmap v13092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:38.385 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:38.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:38.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:38.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:38.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:37 smithi066 ceph-mon[112137]: pgmap v13092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:38 smithi203 ceph-mon[117428]: from='client.359307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:38 smithi137 ceph-mon[117020]: from='client.359307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:38 smithi066 ceph-mon[112137]: from='client.359307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:39 smithi203 ceph-mon[117428]: pgmap v13093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:39 smithi137 ceph-mon[117020]: pgmap v13093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:39 smithi066 ceph-mon[112137]: pgmap v13093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:41 smithi203 ceph-mon[117428]: pgmap v13094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:41 smithi137 ceph-mon[117020]: pgmap v13094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:41 smithi066 ceph-mon[112137]: pgmap v13094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:43.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:43.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:43.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:44.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:44.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:44.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:44.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:44.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:43 smithi203 ceph-mon[117428]: pgmap v13095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:43 smithi137 ceph-mon[117020]: pgmap v13095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:43 smithi066 ceph-mon[112137]: pgmap v13095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:45 smithi203 ceph-mon[117428]: from='client.359385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:45 smithi137 ceph-mon[117020]: from='client.359385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:45 smithi066 ceph-mon[112137]: from='client.359385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:46 smithi203 ceph-mon[117428]: pgmap v13096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:46 smithi137 ceph-mon[117020]: pgmap v13096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:46 smithi066 ceph-mon[112137]: pgmap v13096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:48 smithi203 ceph-mon[117428]: pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:48 smithi137 ceph-mon[117020]: pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:48 smithi066 ceph-mon[112137]: pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:49.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:49.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:49.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:49.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:49.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:49.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:49.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:49.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:50 smithi203 ceph-mon[117428]: pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:50 smithi137 ceph-mon[117020]: pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:50 smithi066 ceph-mon[112137]: pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:51 smithi203 ceph-mon[117428]: from='client.359460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:51 smithi137 ceph-mon[117020]: from='client.359460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:51.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:51 smithi066 ceph-mon[112137]: from='client.359460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:52 smithi203 ceph-mon[117428]: pgmap v13099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:29:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:52 smithi137 ceph-mon[117020]: pgmap v13099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:29:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:52 smithi066 ceph-mon[112137]: pgmap v13099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:29:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:54 smithi203 ceph-mon[117428]: pgmap v13100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:29:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:54 smithi137 ceph-mon[117020]: pgmap v13100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:29:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:54 smithi066 ceph-mon[112137]: pgmap v13100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:29:54.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:29:54.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:54.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:55.555 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:29:55.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:55.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:55.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:55.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:29:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:56 smithi203 ceph-mon[117428]: pgmap v13101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:56 smithi203 ceph-mon[117428]: from='client.359535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:56 smithi137 ceph-mon[117020]: pgmap v13101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:56 smithi137 ceph-mon[117020]: from='client.359535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:56 smithi066 ceph-mon[112137]: pgmap v13101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:56 smithi066 ceph-mon[112137]: from='client.359535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:29:58 smithi203 ceph-mon[117428]: pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:29:58 smithi137 ceph-mon[117020]: pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:29:58 smithi066 ceph-mon[112137]: pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:00 smithi203 ceph-mon[117428]: pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T00:30:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:00 smithi137 ceph-mon[117020]: pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T00:30:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:00 smithi066 ceph-mon[112137]: pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T00:30:00.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:00.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:00.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:01.333 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:01.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:01.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:01.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:01.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:01 smithi066 ceph-mon[112137]: from='client.359610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:01 smithi066 ceph-mon[112137]: pgmap v13104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:30:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:01 smithi203 ceph-mon[117428]: from='client.359610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:01 smithi203 ceph-mon[117428]: pgmap v13104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:30:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:01 smithi137 ceph-mon[117020]: from='client.359610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:01 smithi137 ceph-mon[117020]: pgmap v13104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:30:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:30:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:30:03.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:30:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:30:03.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:30:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:30:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:30:03.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:30:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:03 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 17111M 2023-12-08T00:30:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:03 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15708M 2023-12-08T00:30:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:03 smithi066 ceph-mon[112137]: pgmap v13105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:30:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:03 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 17111M 2023-12-08T00:30:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:03 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15708M 2023-12-08T00:30:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:03 smithi203 ceph-mon[117428]: pgmap v13105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:30:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:03 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 17111M 2023-12-08T00:30:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:03 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15708M 2023-12-08T00:30:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:03 smithi137 ceph-mon[117020]: pgmap v13105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:30:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:05 smithi066 ceph-mon[112137]: pgmap v13106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:30:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:05 smithi203 ceph-mon[117428]: pgmap v13106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:30:06.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:06.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:06.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:05 smithi137 ceph-mon[117020]: pgmap v13106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:30:07.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:07.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:07.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:07.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:07.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:07 smithi066 ceph-mon[112137]: from='client.359688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:07 smithi066 ceph-mon[112137]: pgmap v13107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:07 smithi203 ceph-mon[117428]: from='client.359688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:07 smithi203 ceph-mon[117428]: pgmap v13107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:07 smithi137 ceph-mon[117020]: from='client.359688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:07 smithi137 ceph-mon[117020]: pgmap v13107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:09 smithi066 ceph-mon[112137]: pgmap v13108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:09 smithi203 ceph-mon[117428]: pgmap v13108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:09 smithi137 ceph-mon[117020]: pgmap v13108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:12.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:12.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:12.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:11 smithi066 ceph-mon[112137]: pgmap v13109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:11 smithi203 ceph-mon[117428]: pgmap v13109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:11 smithi137 ceph-mon[117020]: pgmap v13109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:12.826 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:12.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:12.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:12.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:12.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:13 smithi066 ceph-mon[112137]: from='client.359766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:13 smithi066 ceph-mon[112137]: pgmap v13110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:13 smithi203 ceph-mon[117428]: from='client.359766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:13 smithi203 ceph-mon[117428]: pgmap v13110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:13 smithi137 ceph-mon[117020]: from='client.359766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:13 smithi137 ceph-mon[117020]: pgmap v13110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:15 smithi066 ceph-mon[112137]: pgmap v13111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:15 smithi203 ceph-mon[117428]: pgmap v13111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:15 smithi137 ceph-mon[117020]: pgmap v13111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:17.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:17.828 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:17.828 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:17 smithi066 ceph-mon[112137]: pgmap v13112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:17 smithi203 ceph-mon[117428]: pgmap v13112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:17 smithi137 ceph-mon[117020]: pgmap v13112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:18.573 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:18.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:18.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:18.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:18.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:18 smithi066 ceph-mon[112137]: from='client.359844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:18 smithi203 ceph-mon[117428]: from='client.359844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:18 smithi137 ceph-mon[117020]: from='client.359844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:19 smithi066 ceph-mon[112137]: pgmap v13113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:19 smithi203 ceph-mon[117428]: pgmap v13113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:19 smithi137 ceph-mon[117020]: pgmap v13113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:21 smithi066 ceph-mon[112137]: pgmap v13114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:21 smithi203 ceph-mon[117428]: pgmap v13114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:21 smithi137 ceph-mon[117020]: pgmap v13114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:23.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:23.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:23.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:24.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:24.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:24.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:24.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:24.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:23 smithi203 ceph-mon[117428]: pgmap v13115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:23 smithi137 ceph-mon[117020]: pgmap v13115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:23 smithi066 ceph-mon[112137]: pgmap v13115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:24 smithi203 ceph-mon[117428]: from='client.359919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:24 smithi137 ceph-mon[117020]: from='client.359919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:24 smithi066 ceph-mon[112137]: from='client.359919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:25 smithi203 ceph-mon[117428]: pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:25 smithi137 ceph-mon[117020]: pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:25 smithi066 ceph-mon[112137]: pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:27 smithi203 ceph-mon[117428]: pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:27 smithi137 ceph-mon[117020]: pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:27 smithi066 ceph-mon[112137]: pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:29.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:29.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:29.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:30.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:30.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:30.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:30.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:30.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:30 smithi203 ceph-mon[117428]: pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:30 smithi137 ceph-mon[117020]: pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:29 smithi066 ceph-mon[112137]: pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:31 smithi203 ceph-mon[117428]: from='client.359994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:31.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:31 smithi137 ceph-mon[117020]: from='client.359994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:31.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:31 smithi066 ceph-mon[112137]: from='client.359994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:32 smithi203 ceph-mon[117428]: pgmap v13119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:32 smithi137 ceph-mon[117020]: pgmap v13119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:32 smithi066 ceph-mon[112137]: pgmap v13119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:34 smithi203 ceph-mon[117428]: pgmap v13120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:34 smithi137 ceph-mon[117020]: pgmap v13120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:34 smithi066 ceph-mon[112137]: pgmap v13120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:35.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:35.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:35.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:35.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:35.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:35.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:35.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:35.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:36 smithi203 ceph-mon[117428]: pgmap v13121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:36 smithi137 ceph-mon[117020]: pgmap v13121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:36 smithi066 ceph-mon[112137]: pgmap v13121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:37 smithi203 ceph-mon[117428]: from='client.360072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:37 smithi137 ceph-mon[117020]: from='client.360072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:37 smithi066 ceph-mon[112137]: from='client.360072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:38.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:38 smithi203 ceph-mon[117428]: pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:38 smithi137 ceph-mon[117020]: pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:38 smithi066 ceph-mon[112137]: pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:40.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:40 smithi203 ceph-mon[117428]: pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:40 smithi137 ceph-mon[117020]: pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:40 smithi066 ceph-mon[112137]: pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:40.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:40.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:40.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:41.492 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:41.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:41.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:41.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:41.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:42 smithi203 ceph-mon[117428]: pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:42.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:42 smithi203 ceph-mon[117428]: from='client.360150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:42 smithi137 ceph-mon[117020]: pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:42 smithi137 ceph-mon[117020]: from='client.360150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:42 smithi066 ceph-mon[112137]: pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:42 smithi066 ceph-mon[112137]: from='client.360150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:44.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:44 smithi203 ceph-mon[117428]: pgmap v13125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:44 smithi137 ceph-mon[117020]: pgmap v13125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:44 smithi066 ceph-mon[112137]: pgmap v13125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:46 smithi203 ceph-mon[117428]: pgmap v13126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:46 smithi137 ceph-mon[117020]: pgmap v13126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:46 smithi066 ceph-mon[112137]: pgmap v13126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:46.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:46.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:46.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:47.217 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:47.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:47.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:47.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:47.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:48 smithi203 ceph-mon[117428]: from='client.360225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:48 smithi203 ceph-mon[117428]: pgmap v13127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:48 smithi137 ceph-mon[117020]: from='client.360225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:48 smithi137 ceph-mon[117020]: pgmap v13127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:48 smithi066 ceph-mon[112137]: from='client.360225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:48 smithi066 ceph-mon[112137]: pgmap v13127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:50 smithi203 ceph-mon[117428]: pgmap v13128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:50 smithi137 ceph-mon[117020]: pgmap v13128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:50 smithi066 ceph-mon[112137]: pgmap v13128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:52.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:52.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:52.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:52 smithi203 ceph-mon[117428]: pgmap v13129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:52 smithi137 ceph-mon[117020]: pgmap v13129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:52 smithi066 ceph-mon[112137]: pgmap v13129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:52.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:52.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:30:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:54 smithi203 ceph-mon[117428]: from='client.360300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:54 smithi203 ceph-mon[117428]: pgmap v13130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:54 smithi137 ceph-mon[117020]: from='client.360300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:54 smithi137 ceph-mon[117020]: pgmap v13130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:54 smithi066 ceph-mon[112137]: from='client.360300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:54 smithi066 ceph-mon[112137]: pgmap v13130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:56 smithi203 ceph-mon[117428]: pgmap v13131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:56 smithi137 ceph-mon[117020]: pgmap v13131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:56 smithi066 ceph-mon[112137]: pgmap v13131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:57.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:30:57.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:57.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:30:58 smithi203 ceph-mon[117428]: pgmap v13132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:30:58 smithi137 ceph-mon[117020]: pgmap v13132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:30:58 smithi066 ceph-mon[112137]: pgmap v13132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:58.674 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:30:58.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:58.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:58.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:58.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:00 smithi203 ceph-mon[117428]: from='client.360378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:00 smithi203 ceph-mon[117428]: pgmap v13133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:00 smithi137 ceph-mon[117020]: from='client.360378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:00 smithi137 ceph-mon[117020]: pgmap v13133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:00 smithi066 ceph-mon[112137]: from='client.360378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:00 smithi066 ceph-mon[112137]: pgmap v13133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:02 smithi203 ceph-mon[117428]: pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:02 smithi137 ceph-mon[117020]: pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:02 smithi066 ceph-mon[112137]: pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:03.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:31:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:31:03.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:31:03.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:03.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:03.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:04 smithi203 ceph-mon[117428]: pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:31:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:31:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:31:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:04 smithi137 ceph-mon[117020]: pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:31:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:31:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:31:04.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:04.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:04.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:04.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:04.401 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:04 smithi066 ceph-mon[112137]: pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:31:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:31:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:31:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:05 smithi203 ceph-mon[117428]: from='client.360453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:05 smithi137 ceph-mon[117020]: from='client.360453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:05 smithi066 ceph-mon[112137]: from='client.360453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:06 smithi203 ceph-mon[117428]: pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:06 smithi137 ceph-mon[117020]: pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:06 smithi066 ceph-mon[112137]: pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:08 smithi203 ceph-mon[117428]: pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:08 smithi137 ceph-mon[117020]: pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:08 smithi066 ceph-mon[112137]: pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:09.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:09.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:09.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:10.135 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:10.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:10.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:10.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:10.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:10 smithi137 ceph-mon[117020]: pgmap v13138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:10 smithi066 ceph-mon[112137]: pgmap v13138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:10 smithi203 ceph-mon[117428]: pgmap v13138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:11 smithi137 ceph-mon[117020]: from='client.360525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:11.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:11 smithi066 ceph-mon[112137]: from='client.360525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:11 smithi203 ceph-mon[117428]: from='client.360525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:12 smithi137 ceph-mon[117020]: pgmap v13139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:12 smithi066 ceph-mon[112137]: pgmap v13139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:12 smithi203 ceph-mon[117428]: pgmap v13139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:14 smithi137 ceph-mon[117020]: pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:14 smithi066 ceph-mon[112137]: pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:14 smithi203 ceph-mon[117428]: pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:15.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:15.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:15.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:15.859 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:15.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:15.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:15.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:15.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:16 smithi137 ceph-mon[117020]: pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:16 smithi066 ceph-mon[112137]: pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:16 smithi203 ceph-mon[117428]: pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:17 smithi137 ceph-mon[117020]: from='client.360594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:17 smithi066 ceph-mon[112137]: from='client.360594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:17 smithi203 ceph-mon[117428]: from='client.360594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:18 smithi137 ceph-mon[117020]: pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:18 smithi066 ceph-mon[112137]: pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:18 smithi203 ceph-mon[117428]: pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:20 smithi137 ceph-mon[117020]: pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:20 smithi066 ceph-mon[112137]: pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:20 smithi203 ceph-mon[117428]: pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:20.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:20.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:20.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:21.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:21.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:21.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:21.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:21.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:22 smithi137 ceph-mon[117020]: pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:22 smithi137 ceph-mon[117020]: from='client.360672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:22 smithi066 ceph-mon[112137]: pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:22 smithi066 ceph-mon[112137]: from='client.360672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:22 smithi203 ceph-mon[117428]: pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:22 smithi203 ceph-mon[117428]: from='client.360672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:24 smithi137 ceph-mon[117020]: pgmap v13145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:24 smithi066 ceph-mon[112137]: pgmap v13145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:24 smithi203 ceph-mon[117428]: pgmap v13145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:26 smithi137 ceph-mon[117020]: pgmap v13146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:26.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:26 smithi066 ceph-mon[112137]: pgmap v13146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:26.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:26 smithi203 ceph-mon[117428]: pgmap v13146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:26.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:26.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:26.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:27.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:27.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:27.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:27.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:27.320 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:28 smithi137 ceph-mon[117020]: pgmap v13147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:28 smithi137 ceph-mon[117020]: from='client.360750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:28 smithi066 ceph-mon[112137]: pgmap v13147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:28 smithi066 ceph-mon[112137]: from='client.360750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:28 smithi203 ceph-mon[117428]: pgmap v13147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:28 smithi203 ceph-mon[117428]: from='client.360750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:30 smithi137 ceph-mon[117020]: pgmap v13148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:30 smithi066 ceph-mon[112137]: pgmap v13148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:30 smithi203 ceph-mon[117428]: pgmap v13148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:32.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:32.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:32.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:32 smithi137 ceph-mon[117020]: pgmap v13149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:32 smithi066 ceph-mon[112137]: pgmap v13149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:32 smithi203 ceph-mon[117428]: pgmap v13149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:33.044 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:33.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:33.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:33.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:33.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:34 smithi137 ceph-mon[117020]: from='client.360825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:34 smithi137 ceph-mon[117020]: pgmap v13150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:34 smithi066 ceph-mon[112137]: from='client.360825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:34 smithi066 ceph-mon[112137]: pgmap v13150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:34 smithi203 ceph-mon[117428]: from='client.360825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:34 smithi203 ceph-mon[117428]: pgmap v13150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:36 smithi137 ceph-mon[117020]: pgmap v13151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:36 smithi066 ceph-mon[112137]: pgmap v13151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:36 smithi203 ceph-mon[117428]: pgmap v13151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:38.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:38.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:38.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:38 smithi066 ceph-mon[112137]: pgmap v13152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:38 smithi203 ceph-mon[117428]: pgmap v13152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:38 smithi137 ceph-mon[117020]: pgmap v13152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:38.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:38.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:38.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:38.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:38.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:40 smithi066 ceph-mon[112137]: from='client.360903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:40 smithi066 ceph-mon[112137]: pgmap v13153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:40 smithi203 ceph-mon[117428]: from='client.360903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:40 smithi203 ceph-mon[117428]: pgmap v13153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:40 smithi137 ceph-mon[117020]: from='client.360903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:40 smithi137 ceph-mon[117020]: pgmap v13153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:42.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:42 smithi066 ceph-mon[112137]: pgmap v13154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:42 smithi203 ceph-mon[117428]: pgmap v13154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:42 smithi137 ceph-mon[117020]: pgmap v13154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:43.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:43.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:43.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:44 smithi066 ceph-mon[112137]: pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:44.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:44.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:44.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:44.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:44.497 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:44 smithi203 ceph-mon[117428]: pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:44 smithi137 ceph-mon[117020]: pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:45 smithi066 ceph-mon[112137]: from='client.360981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:45 smithi203 ceph-mon[117428]: from='client.360981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:45.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:45 smithi137 ceph-mon[117020]: from='client.360981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:46 smithi066 ceph-mon[112137]: pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:46 smithi203 ceph-mon[117428]: pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:46 smithi137 ceph-mon[117020]: pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:48 smithi066 ceph-mon[112137]: pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:48 smithi203 ceph-mon[117428]: pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:48 smithi137 ceph-mon[117020]: pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:49.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:49.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:49.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:50.221 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:50.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:50.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:50.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:50.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:50.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:50 smithi066 ceph-mon[112137]: pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:50 smithi203 ceph-mon[117428]: pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:50 smithi137 ceph-mon[117020]: pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:51.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:51 smithi066 ceph-mon[112137]: from='client.361056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:51 smithi203 ceph-mon[117428]: from='client.361056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:51 smithi137 ceph-mon[117020]: from='client.361056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:52 smithi066 ceph-mon[112137]: pgmap v13159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:52 smithi203 ceph-mon[117428]: pgmap v13159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:52 smithi137 ceph-mon[117020]: pgmap v13159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:54 smithi066 ceph-mon[112137]: pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:54 smithi203 ceph-mon[117428]: pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:54 smithi137 ceph-mon[117020]: pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:55.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:31:55.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:55.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:55.945 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:31:55.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:55.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:55.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:55.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:31:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:56 smithi066 ceph-mon[112137]: pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:56.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:56 smithi203 ceph-mon[117428]: pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:56 smithi137 ceph-mon[117020]: pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:57 smithi066 ceph-mon[112137]: from='client.361134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:57 smithi203 ceph-mon[117428]: from='client.361134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:57 smithi137 ceph-mon[117020]: from='client.361134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:31:58 smithi066 ceph-mon[112137]: pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:31:58 smithi203 ceph-mon[117428]: pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:31:58 smithi137 ceph-mon[117020]: pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:00.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:00 smithi066 ceph-mon[112137]: pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:00 smithi203 ceph-mon[117428]: pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:00 smithi137 ceph-mon[117020]: pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:00.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:00.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:00.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:01.686 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:01.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:01.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:01.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:01.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:02 smithi066 ceph-mon[112137]: pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:02.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:02 smithi203 ceph-mon[117428]: pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:02 smithi137 ceph-mon[117020]: pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:03.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:03 smithi066 ceph-mon[112137]: from='client.361209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:03 smithi203 ceph-mon[117428]: from='client.361209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:03 smithi137 ceph-mon[117020]: from='client.361209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:04 smithi066 ceph-mon[112137]: pgmap v13165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:32:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:32:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:32:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:32:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:04 smithi203 ceph-mon[117428]: pgmap v13165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:32:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:32:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:32:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:32:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:04 smithi137 ceph-mon[117020]: pgmap v13165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:32:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:32:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:32:04.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:32:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:06 smithi066 ceph-mon[112137]: pgmap v13166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:06 smithi203 ceph-mon[117428]: pgmap v13166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:06 smithi137 ceph-mon[117020]: pgmap v13166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:06.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:06.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:06.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:07.423 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:07.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:07.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:07.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:07.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:08 smithi066 ceph-mon[112137]: pgmap v13167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:08 smithi066 ceph-mon[112137]: from='client.361287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:08 smithi203 ceph-mon[117428]: pgmap v13167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:08 smithi203 ceph-mon[117428]: from='client.361287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:08 smithi137 ceph-mon[117020]: pgmap v13167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:08 smithi137 ceph-mon[117020]: from='client.361287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:10 smithi066 ceph-mon[112137]: pgmap v13168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:10 smithi203 ceph-mon[117428]: pgmap v13168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:10 smithi137 ceph-mon[117020]: pgmap v13168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:12.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:12.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:12.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:12 smithi066 ceph-mon[112137]: pgmap v13169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:12 smithi203 ceph-mon[117428]: pgmap v13169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:12 smithi137 ceph-mon[117020]: pgmap v13169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:13.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:13.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:13.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:13.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:13.157 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:14 smithi066 ceph-mon[112137]: from='client.361359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:14 smithi066 ceph-mon[112137]: pgmap v13170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:14 smithi203 ceph-mon[117428]: from='client.361359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:14 smithi203 ceph-mon[117428]: pgmap v13170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:14 smithi137 ceph-mon[117020]: from='client.361359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:14 smithi137 ceph-mon[117020]: pgmap v13170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:16 smithi066 ceph-mon[112137]: pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:16 smithi203 ceph-mon[117428]: pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:16 smithi137 ceph-mon[117020]: pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:18.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:18.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:18.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:18 smithi066 ceph-mon[112137]: pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:18 smithi203 ceph-mon[117428]: pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:18 smithi137 ceph-mon[117020]: pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:18.888 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:18.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:18.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:18.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:18.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:20 smithi066 ceph-mon[112137]: from='client.361434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:20 smithi066 ceph-mon[112137]: pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:20 smithi203 ceph-mon[117428]: from='client.361434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:20 smithi203 ceph-mon[117428]: pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:20 smithi137 ceph-mon[117020]: from='client.361434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:20 smithi137 ceph-mon[117020]: pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:22 smithi066 ceph-mon[112137]: pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:22 smithi203 ceph-mon[117428]: pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:22 smithi137 ceph-mon[117020]: pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:23.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:23.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:23.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:24 smithi066 ceph-mon[112137]: pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:24 smithi203 ceph-mon[117428]: pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:24.617 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:24.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:24.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:24.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:24.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:24 smithi137 ceph-mon[117020]: pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:25 smithi066 ceph-mon[112137]: from='client.361512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:25 smithi203 ceph-mon[117428]: from='client.361512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:25 smithi137 ceph-mon[117020]: from='client.361512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:26 smithi066 ceph-mon[112137]: pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:26 smithi203 ceph-mon[117428]: pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:26 smithi137 ceph-mon[117020]: pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:28 smithi066 ceph-mon[112137]: pgmap v13177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:28 smithi203 ceph-mon[117428]: pgmap v13177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:28 smithi137 ceph-mon[117020]: pgmap v13177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:29.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:29.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:29.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:30.348 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:30.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:30.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:30.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:30.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:30 smithi066 ceph-mon[112137]: pgmap v13178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:30 smithi203 ceph-mon[117428]: pgmap v13178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:30 smithi137 ceph-mon[117020]: pgmap v13178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:31.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:31 smithi066 ceph-mon[112137]: from='client.361590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:31 smithi203 ceph-mon[117428]: from='client.361590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:31 smithi137 ceph-mon[117020]: from='client.361590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:32 smithi066 ceph-mon[112137]: pgmap v13179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:32 smithi203 ceph-mon[117428]: pgmap v13179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:32 smithi137 ceph-mon[117020]: pgmap v13179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:34 smithi203 ceph-mon[117428]: pgmap v13180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:34 smithi137 ceph-mon[117020]: pgmap v13180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:34 smithi066 ceph-mon[112137]: pgmap v13180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:35.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:35.351 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:35.351 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:36.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:36.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:36.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:36.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:36.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:36 smithi203 ceph-mon[117428]: pgmap v13181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:36 smithi137 ceph-mon[117020]: pgmap v13181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:36 smithi066 ceph-mon[112137]: pgmap v13181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:37 smithi203 ceph-mon[117428]: from='client.361668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:37 smithi137 ceph-mon[117020]: from='client.361668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:37 smithi066 ceph-mon[112137]: from='client.361668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:38 smithi203 ceph-mon[117428]: pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:38 smithi137 ceph-mon[117020]: pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:38.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:38 smithi066 ceph-mon[112137]: pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:40 smithi203 ceph-mon[117428]: pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:40 smithi137 ceph-mon[117020]: pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:40 smithi066 ceph-mon[112137]: pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:41.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:41.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:41.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:41.815 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:41.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:41.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:41.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:41.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:42 smithi203 ceph-mon[117428]: pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:42 smithi137 ceph-mon[117020]: pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:42 smithi066 ceph-mon[112137]: pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:43 smithi203 ceph-mon[117428]: from='client.361743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:43 smithi137 ceph-mon[117020]: from='client.361743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:43 smithi066 ceph-mon[112137]: from='client.361743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:44 smithi203 ceph-mon[117428]: pgmap v13185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:44 smithi137 ceph-mon[117020]: pgmap v13185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:44.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:44 smithi066 ceph-mon[112137]: pgmap v13185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:45 smithi203 ceph-mon[117428]: pgmap v13186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:45.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:45 smithi137 ceph-mon[117020]: pgmap v13186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:45 smithi066 ceph-mon[112137]: pgmap v13186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:46.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:46.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:46.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:47.544 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:47.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:47.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:47.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:47.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:47 smithi066 ceph-mon[112137]: pgmap v13187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:47 smithi066 ceph-mon[112137]: from='client.361821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:47 smithi203 ceph-mon[117428]: pgmap v13187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:48.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:47 smithi203 ceph-mon[117428]: from='client.361821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:47 smithi137 ceph-mon[117020]: pgmap v13187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:47 smithi137 ceph-mon[117020]: from='client.361821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:49 smithi066 ceph-mon[112137]: pgmap v13188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:49 smithi203 ceph-mon[117428]: pgmap v13188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:50.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:49 smithi137 ceph-mon[117020]: pgmap v13188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:51 smithi203 ceph-mon[117428]: pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:51 smithi137 ceph-mon[117020]: pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:51 smithi066 ceph-mon[112137]: pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:52.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:52.546 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:52.546 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:53.271 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:53.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:53.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:53.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:53.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:32:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:53 smithi203 ceph-mon[117428]: from='client.361896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:53 smithi203 ceph-mon[117428]: pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:53 smithi137 ceph-mon[117020]: from='client.361896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:53 smithi137 ceph-mon[117020]: pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:53 smithi066 ceph-mon[112137]: from='client.361896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:53 smithi066 ceph-mon[112137]: pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:56.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:55 smithi203 ceph-mon[117428]: pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:55 smithi137 ceph-mon[117020]: pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:55 smithi066 ceph-mon[112137]: pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:58.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:32:58.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:58.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:32:57 smithi203 ceph-mon[117428]: pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:32:57 smithi137 ceph-mon[117020]: pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:32:57 smithi066 ceph-mon[112137]: pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:59.010 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:32:59.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:59.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:59.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:59.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:00 smithi203 ceph-mon[117428]: from='client.361971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:00 smithi203 ceph-mon[117428]: pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:00 smithi137 ceph-mon[117020]: from='client.361971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:00 smithi137 ceph-mon[117020]: pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:00 smithi066 ceph-mon[112137]: from='client.361971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:00 smithi066 ceph-mon[112137]: pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:02.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:02 smithi203 ceph-mon[117428]: pgmap v13194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:02 smithi137 ceph-mon[117020]: pgmap v13194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:02 smithi066 ceph-mon[112137]: pgmap v13194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:04.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:04.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:04.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:04 smithi203 ceph-mon[117428]: pgmap v13195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:04 smithi137 ceph-mon[117020]: pgmap v13195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:04 smithi066 ceph-mon[112137]: pgmap v13195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:04.794 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:04.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:04.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:04.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:04.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:33:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:33:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:33:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:33:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:33:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:33:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:33:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:33:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:33:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:33:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:33:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:33:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:06 smithi203 ceph-mon[117428]: from='client.362046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:06 smithi203 ceph-mon[117428]: pgmap v13196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:33:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:06 smithi137 ceph-mon[117020]: from='client.362046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:06 smithi137 ceph-mon[117020]: pgmap v13196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:33:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:06 smithi066 ceph-mon[112137]: from='client.362046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:06 smithi066 ceph-mon[112137]: pgmap v13196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:33:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:08 smithi203 ceph-mon[117428]: pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:33:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:08 smithi137 ceph-mon[117020]: pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:33:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:08 smithi066 ceph-mon[112137]: pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:33:09.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:09.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:09.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:10 smithi203 ceph-mon[117428]: pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:33:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:10 smithi137 ceph-mon[117020]: pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:33:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:10 smithi066 ceph-mon[112137]: pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:33:10.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:10.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:10.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:10.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:10.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:11 smithi203 ceph-mon[117428]: from='client.362124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:11 smithi137 ceph-mon[117020]: from='client.362124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:11 smithi066 ceph-mon[112137]: from='client.362124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:12.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:12 smithi203 ceph-mon[117428]: pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:12 smithi137 ceph-mon[117020]: pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:12 smithi066 ceph-mon[112137]: pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:14 smithi203 ceph-mon[117428]: pgmap v13200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:14 smithi137 ceph-mon[117020]: pgmap v13200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:14 smithi066 ceph-mon[112137]: pgmap v13200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:15.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:15.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:15.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:16.242 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:16.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:16.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:16.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:16.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:16 smithi203 ceph-mon[117428]: pgmap v13201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:16 smithi137 ceph-mon[117020]: pgmap v13201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:16 smithi066 ceph-mon[112137]: pgmap v13201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:17 smithi203 ceph-mon[117428]: from='client.362202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:17 smithi137 ceph-mon[117020]: from='client.362202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:17 smithi066 ceph-mon[112137]: from='client.362202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:18 smithi203 ceph-mon[117428]: pgmap v13202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:33:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:18 smithi137 ceph-mon[117020]: pgmap v13202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:33:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:18 smithi066 ceph-mon[112137]: pgmap v13202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:33:20.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:20 smithi203 ceph-mon[117428]: pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:33:20.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:20 smithi137 ceph-mon[117020]: pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:33:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:20 smithi066 ceph-mon[112137]: pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:33:21.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:21.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:21.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:21.974 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:21.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:21.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:21.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:21.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:22 smithi203 ceph-mon[117428]: pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:33:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:22 smithi137 ceph-mon[117020]: pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:33:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:22 smithi066 ceph-mon[112137]: pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:33:23.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:23 smithi203 ceph-mon[117428]: from='client.362271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:23 smithi137 ceph-mon[117020]: from='client.362271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:23 smithi066 ceph-mon[112137]: from='client.362271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:24.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:24 smithi203 ceph-mon[117428]: pgmap v13205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:24 smithi137 ceph-mon[117020]: pgmap v13205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:24 smithi066 ceph-mon[112137]: pgmap v13205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:26 smithi203 ceph-mon[117428]: pgmap v13206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:26 smithi137 ceph-mon[117020]: pgmap v13206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:26 smithi066 ceph-mon[112137]: pgmap v13206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:26.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:26.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:26.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:27.711 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:27.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:27.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:27.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:27.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:28 smithi203 ceph-mon[117428]: pgmap v13207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:28 smithi137 ceph-mon[117020]: pgmap v13207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:28 smithi066 ceph-mon[112137]: pgmap v13207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:29 smithi203 ceph-mon[117428]: from='client.362349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:29 smithi137 ceph-mon[117020]: from='client.362349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:29 smithi066 ceph-mon[112137]: from='client.362349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:30.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:30 smithi203 ceph-mon[117428]: pgmap v13208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:30 smithi137 ceph-mon[117020]: pgmap v13208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:30 smithi066 ceph-mon[112137]: pgmap v13208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:32 smithi203 ceph-mon[117428]: pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:32 smithi137 ceph-mon[117020]: pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:32 smithi066 ceph-mon[112137]: pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:32.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:32.713 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:32.713 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:33.445 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:33.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:33.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:33.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:33.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:34 smithi203 ceph-mon[117428]: pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:34 smithi203 ceph-mon[117428]: from='client.362427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:34 smithi137 ceph-mon[117020]: pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:34 smithi137 ceph-mon[117020]: from='client.362427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:34 smithi066 ceph-mon[112137]: pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:34.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:34 smithi066 ceph-mon[112137]: from='client.362427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:36.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:36 smithi203 ceph-mon[117428]: pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:36 smithi137 ceph-mon[117020]: pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:36.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:36 smithi066 ceph-mon[112137]: pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:38 smithi137 ceph-mon[117020]: pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:38.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:38.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:38.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:38 smithi066 ceph-mon[112137]: pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:38 smithi203 ceph-mon[117428]: pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:39.165 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:39.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:39.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:39.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:39.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:40 smithi137 ceph-mon[117020]: from='client.362505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:40 smithi137 ceph-mon[117020]: pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:40 smithi066 ceph-mon[112137]: from='client.362505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:40 smithi066 ceph-mon[112137]: pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:40 smithi203 ceph-mon[117428]: from='client.362505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:40 smithi203 ceph-mon[117428]: pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:42 smithi137 ceph-mon[117020]: pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:42 smithi066 ceph-mon[112137]: pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:42 smithi203 ceph-mon[117428]: pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:44.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:44.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:44.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:44 smithi137 ceph-mon[117020]: pgmap v13215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:44 smithi066 ceph-mon[112137]: pgmap v13215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:44 smithi203 ceph-mon[117428]: pgmap v13215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:44.908 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:44.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:44.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:44.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:44.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:46 smithi137 ceph-mon[117020]: from='client.362583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:46 smithi137 ceph-mon[117020]: pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:33:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:46 smithi066 ceph-mon[112137]: from='client.362583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:46 smithi066 ceph-mon[112137]: pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:33:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:46 smithi203 ceph-mon[117428]: from='client.362583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:46 smithi203 ceph-mon[117428]: pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:33:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:48 smithi137 ceph-mon[117020]: pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:33:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:48 smithi066 ceph-mon[112137]: pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:33:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:48 smithi203 ceph-mon[117428]: pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:33:49.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:49.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:49.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:50 smithi137 ceph-mon[117020]: pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:33:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:50 smithi066 ceph-mon[112137]: pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:33:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:50 smithi203 ceph-mon[117428]: pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:33:50.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:50.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:50.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:50.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:50.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:51 smithi137 ceph-mon[117020]: from='client.362658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:51.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:51 smithi066 ceph-mon[112137]: from='client.362658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:51 smithi203 ceph-mon[117428]: from='client.362658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:52 smithi137 ceph-mon[117020]: pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:52 smithi066 ceph-mon[112137]: pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:52 smithi203 ceph-mon[117428]: pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:54 smithi137 ceph-mon[117020]: pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:54 smithi066 ceph-mon[112137]: pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:54 smithi203 ceph-mon[117428]: pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:55.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:33:55.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:55.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:56.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:56.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:56.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:56.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:33:56.357 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:33:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:56 smithi137 ceph-mon[117020]: pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:56 smithi066 ceph-mon[112137]: pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:56.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:56 smithi203 ceph-mon[117428]: pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:57 smithi137 ceph-mon[117020]: from='client.362733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:57 smithi066 ceph-mon[112137]: from='client.362733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:57 smithi203 ceph-mon[117428]: from='client.362733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:33:58 smithi137 ceph-mon[117020]: pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:33:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:33:58 smithi066 ceph-mon[112137]: pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:33:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:33:58 smithi203 ceph-mon[117428]: pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:34:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:00 smithi137 ceph-mon[117020]: pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:34:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:00 smithi066 ceph-mon[112137]: pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:34:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:00 smithi203 ceph-mon[117428]: pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:34:01.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:01.359 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:01.359 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:02.075 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:02.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:02.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:02.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:02.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:02 smithi137 ceph-mon[117020]: pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:34:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:02 smithi066 ceph-mon[112137]: pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:34:02.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:02 smithi203 ceph-mon[117428]: pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:34:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:03 smithi066 ceph-mon[112137]: from='client.362805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:03 smithi203 ceph-mon[117428]: from='client.362805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:03 smithi137 ceph-mon[117020]: from='client.362805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:04 smithi066 ceph-mon[112137]: pgmap v13225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:04 smithi203 ceph-mon[117428]: pgmap v13225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:04 smithi137 ceph-mon[117020]: pgmap v13225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:34:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:34:05.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:34:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:06 smithi066 ceph-mon[112137]: pgmap v13226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:34:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:34:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:34:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:06 smithi203 ceph-mon[117428]: pgmap v13226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:34:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:34:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:34:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:06 smithi137 ceph-mon[117020]: pgmap v13226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:34:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:34:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:34:07.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:07.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:07.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:07.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:07.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:07.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:07.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:07.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:08 smithi066 ceph-mon[112137]: pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:08 smithi203 ceph-mon[117428]: pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:08 smithi137 ceph-mon[117020]: pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:09.493 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:09 smithi066 ceph-mon[112137]: from='client.362874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:09 smithi203 ceph-mon[117428]: from='client.362874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:09 smithi137 ceph-mon[117020]: from='client.362874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:10 smithi066 ceph-mon[112137]: pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:10 smithi203 ceph-mon[117428]: pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:10 smithi137 ceph-mon[117020]: pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:12 smithi066 ceph-mon[112137]: pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:12 smithi203 ceph-mon[117428]: pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:12 smithi137 ceph-mon[117020]: pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:12.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:12.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:12.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:13.523 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:13.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:13.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:13.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:13.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:14 smithi066 ceph-mon[112137]: pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:14 smithi066 ceph-mon[112137]: from='client.362946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:14 smithi203 ceph-mon[117428]: pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:14 smithi203 ceph-mon[117428]: from='client.362946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:14 smithi137 ceph-mon[117020]: pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:14 smithi137 ceph-mon[117020]: from='client.362946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:16 smithi066 ceph-mon[112137]: pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:16 smithi203 ceph-mon[117428]: pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:16 smithi137 ceph-mon[117020]: pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:18 smithi066 ceph-mon[112137]: pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:18.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:18.525 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:18.526 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:18 smithi203 ceph-mon[117428]: pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:18 smithi137 ceph-mon[117020]: pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:19.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:19.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:19.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:19.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:19.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:20 smithi066 ceph-mon[112137]: from='client.363015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:20 smithi066 ceph-mon[112137]: pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:20 smithi203 ceph-mon[117428]: from='client.363015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:20 smithi203 ceph-mon[117428]: pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:20 smithi137 ceph-mon[117020]: from='client.363015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:20 smithi137 ceph-mon[117020]: pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:22 smithi066 ceph-mon[112137]: pgmap v13234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:22 smithi203 ceph-mon[117428]: pgmap v13234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:22 smithi137 ceph-mon[117020]: pgmap v13234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:24.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:24.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:24.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:24 smithi066 ceph-mon[112137]: pgmap v13235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:24 smithi203 ceph-mon[117428]: pgmap v13235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:24 smithi137 ceph-mon[117020]: pgmap v13235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:24.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:24.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:24.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:24.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:24.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:26 smithi066 ceph-mon[112137]: from='client.363090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:26 smithi066 ceph-mon[112137]: pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:26 smithi203 ceph-mon[117428]: from='client.363090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:26 smithi203 ceph-mon[117428]: pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:26 smithi137 ceph-mon[117020]: from='client.363090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:26 smithi137 ceph-mon[117020]: pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:28 smithi066 ceph-mon[112137]: pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:28 smithi203 ceph-mon[117428]: pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:28 smithi137 ceph-mon[117020]: pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:29.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:29.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:29.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:30 smithi066 ceph-mon[112137]: pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:30 smithi203 ceph-mon[117428]: pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:30 smithi137 ceph-mon[117020]: pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:30.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:30.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:30.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:30.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:30.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:32 smithi066 ceph-mon[112137]: from='client.363165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:32 smithi066 ceph-mon[112137]: pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:32 smithi203 ceph-mon[117428]: from='client.363165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:32 smithi203 ceph-mon[117428]: pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:32 smithi137 ceph-mon[117020]: from='client.363165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:32 smithi137 ceph-mon[117020]: pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:34 smithi066 ceph-mon[112137]: pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:34 smithi203 ceph-mon[117428]: pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:34 smithi137 ceph-mon[117020]: pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:35.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:35.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:35.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:36.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:36.423 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:36.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:36.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:36.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:36 smithi066 ceph-mon[112137]: pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:36 smithi203 ceph-mon[117428]: pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:36 smithi137 ceph-mon[117020]: pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:37 smithi066 ceph-mon[112137]: from='client.363243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:37 smithi203 ceph-mon[117428]: from='client.363243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:37 smithi137 ceph-mon[117020]: from='client.363243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:38 smithi066 ceph-mon[112137]: pgmap v13242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:38 smithi203 ceph-mon[117428]: pgmap v13242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:38 smithi137 ceph-mon[117020]: pgmap v13242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:40.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:40 smithi066 ceph-mon[112137]: pgmap v13243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:40 smithi203 ceph-mon[117428]: pgmap v13243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:40 smithi137 ceph-mon[117020]: pgmap v13243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:41.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:41.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:41.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:42.145 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:42.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:42.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:42.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:42.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:42 smithi066 ceph-mon[112137]: pgmap v13244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:42 smithi203 ceph-mon[117428]: pgmap v13244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:42 smithi137 ceph-mon[117020]: pgmap v13244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:43 smithi066 ceph-mon[112137]: from='client.363318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:43 smithi203 ceph-mon[117428]: from='client.363318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:43 smithi137 ceph-mon[117020]: from='client.363318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:44 smithi066 ceph-mon[112137]: pgmap v13245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:44 smithi203 ceph-mon[117428]: pgmap v13245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:44 smithi137 ceph-mon[117020]: pgmap v13245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:46 smithi066 ceph-mon[112137]: pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:46 smithi203 ceph-mon[117428]: pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:46 smithi137 ceph-mon[117020]: pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:47.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:47.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:47.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:47.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:47.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:47.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:47.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:47.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:48 smithi066 ceph-mon[112137]: pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:48 smithi203 ceph-mon[117428]: pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:48 smithi137 ceph-mon[117020]: pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:49 smithi066 ceph-mon[112137]: from='client.363396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:49 smithi203 ceph-mon[117428]: from='client.363396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:49 smithi137 ceph-mon[117020]: from='client.363396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:50 smithi066 ceph-mon[112137]: pgmap v13248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:50 smithi203 ceph-mon[117428]: pgmap v13248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:50 smithi137 ceph-mon[117020]: pgmap v13248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:52 smithi066 ceph-mon[112137]: pgmap v13249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:52 smithi203 ceph-mon[117428]: pgmap v13249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:52 smithi137 ceph-mon[117020]: pgmap v13249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:52.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:52.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:52.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:53.603 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:53.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:34:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:54 smithi066 ceph-mon[112137]: pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:54 smithi066 ceph-mon[112137]: from='client.363471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:54 smithi203 ceph-mon[117428]: pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:54 smithi203 ceph-mon[117428]: from='client.363471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:54 smithi137 ceph-mon[117020]: pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:54 smithi137 ceph-mon[117020]: from='client.363471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:56 smithi066 ceph-mon[112137]: pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:56 smithi203 ceph-mon[117428]: pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:56 smithi137 ceph-mon[117020]: pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:34:58 smithi066 ceph-mon[112137]: pgmap v13252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:34:58 smithi203 ceph-mon[117428]: pgmap v13252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:58.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:34:58.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:58.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:34:58 smithi137 ceph-mon[117020]: pgmap v13252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:59.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:34:59.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:59.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:59.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:59.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:00 smithi066 ceph-mon[112137]: from='client.363543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:00 smithi066 ceph-mon[112137]: pgmap v13253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:00.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:00 smithi203 ceph-mon[117428]: from='client.363543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:00.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:00 smithi203 ceph-mon[117428]: pgmap v13253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:00 smithi137 ceph-mon[117020]: from='client.363543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:00 smithi137 ceph-mon[117020]: pgmap v13253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:02 smithi066 ceph-mon[112137]: pgmap v13254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:02 smithi203 ceph-mon[117428]: pgmap v13254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:02 smithi137 ceph-mon[117020]: pgmap v13254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:04.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:04.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:04.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:04 smithi066 ceph-mon[112137]: pgmap v13255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:04 smithi203 ceph-mon[117428]: pgmap v13255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:04 smithi137 ceph-mon[117020]: pgmap v13255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:05.071 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:05.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:05.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:05.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:05.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:06 smithi066 ceph-mon[112137]: from='client.363618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:06 smithi066 ceph-mon[112137]: pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:35:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:35:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:35:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:35:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:06 smithi203 ceph-mon[117428]: from='client.363618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:06 smithi203 ceph-mon[117428]: pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:35:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:35:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:35:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:35:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:06 smithi137 ceph-mon[117020]: from='client.363618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:06 smithi137 ceph-mon[117020]: pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:35:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:35:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:35:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:35:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:08 smithi203 ceph-mon[117428]: pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:08 smithi137 ceph-mon[117020]: pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:08 smithi066 ceph-mon[112137]: pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:10.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:10.073 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:10.073 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:10 smithi203 ceph-mon[117428]: pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:10.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:10 smithi137 ceph-mon[117020]: pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:10 smithi066 ceph-mon[112137]: pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:10.801 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:10.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:10.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:10.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:10.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:12 smithi203 ceph-mon[117428]: from='client.363696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:12 smithi203 ceph-mon[117428]: pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:12 smithi137 ceph-mon[117020]: from='client.363696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:12 smithi137 ceph-mon[117020]: pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:12 smithi066 ceph-mon[112137]: from='client.363696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:12 smithi066 ceph-mon[112137]: pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:14 smithi203 ceph-mon[117428]: pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:14 smithi137 ceph-mon[117020]: pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:14 smithi066 ceph-mon[112137]: pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:15.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:15.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:15.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:16.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:16.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:16.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:16.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:16.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:16 smithi203 ceph-mon[117428]: pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:16 smithi137 ceph-mon[117020]: pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:16 smithi066 ceph-mon[112137]: pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:17 smithi203 ceph-mon[117428]: from='client.363771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:17 smithi137 ceph-mon[117020]: from='client.363771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:17 smithi066 ceph-mon[112137]: from='client.363771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:18 smithi203 ceph-mon[117428]: pgmap v13262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:18 smithi137 ceph-mon[117020]: pgmap v13262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:18 smithi066 ceph-mon[112137]: pgmap v13262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:20 smithi203 ceph-mon[117428]: pgmap v13263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:20 smithi137 ceph-mon[117020]: pgmap v13263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:20 smithi066 ceph-mon[112137]: pgmap v13263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:21.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:21.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:21.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:22.268 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:22.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:22.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:22.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:22.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:22 smithi203 ceph-mon[117428]: pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:22 smithi137 ceph-mon[117020]: pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:22 smithi066 ceph-mon[112137]: pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:23 smithi203 ceph-mon[117428]: from='client.363849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:23 smithi137 ceph-mon[117020]: from='client.363849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:23 smithi066 ceph-mon[112137]: from='client.363849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:24 smithi203 ceph-mon[117428]: pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:24 smithi137 ceph-mon[117020]: pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:24 smithi066 ceph-mon[112137]: pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:26 smithi203 ceph-mon[117428]: pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:26 smithi137 ceph-mon[117020]: pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:26 smithi066 ceph-mon[112137]: pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:27.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:27.270 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:27.270 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:27.997 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:27.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:27.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:27.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:27.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:28 smithi203 ceph-mon[117428]: pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:28 smithi137 ceph-mon[117020]: pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:28 smithi066 ceph-mon[112137]: pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:29 smithi203 ceph-mon[117428]: from='client.363921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:29 smithi137 ceph-mon[117020]: from='client.363921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:29 smithi066 ceph-mon[112137]: from='client.363921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:30 smithi203 ceph-mon[117428]: pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:30 smithi137 ceph-mon[117020]: pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:30 smithi066 ceph-mon[112137]: pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:32 smithi203 ceph-mon[117428]: pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:32 smithi137 ceph-mon[117020]: pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:32 smithi066 ceph-mon[112137]: pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:32.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:32.999 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:32.999 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:33.723 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:33.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:33.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:33.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:33.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:34 smithi203 ceph-mon[117428]: pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:34 smithi137 ceph-mon[117020]: pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:34 smithi066 ceph-mon[112137]: pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:35 smithi203 ceph-mon[117428]: from='client.363999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:35 smithi203 ceph-mon[117428]: pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:35 smithi137 ceph-mon[117020]: from='client.363999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:35 smithi137 ceph-mon[117020]: pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:35 smithi066 ceph-mon[112137]: from='client.363999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:35 smithi066 ceph-mon[112137]: pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:38 smithi203 ceph-mon[117428]: pgmap v13272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:38 smithi137 ceph-mon[117020]: pgmap v13272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:38 smithi066 ceph-mon[112137]: pgmap v13272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:38.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:38.725 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:38.725 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:39.441 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:39.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:39.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:39.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:39.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:40 smithi203 ceph-mon[117428]: pgmap v13273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:40.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:40 smithi203 ceph-mon[117428]: from='client.364071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:40.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:40 smithi137 ceph-mon[117020]: pgmap v13273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:40.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:40 smithi137 ceph-mon[117020]: from='client.364071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:40 smithi066 ceph-mon[112137]: pgmap v13273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:40.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:40 smithi066 ceph-mon[112137]: from='client.364071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:42 smithi203 ceph-mon[117428]: pgmap v13274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:42 smithi137 ceph-mon[117020]: pgmap v13274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:42 smithi066 ceph-mon[112137]: pgmap v13274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:44.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:44 smithi203 ceph-mon[117428]: pgmap v13275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:44 smithi137 ceph-mon[117020]: pgmap v13275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:44.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:44.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:44.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:44 smithi066 ceph-mon[112137]: pgmap v13275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:45.167 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:45.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:45.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:45.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:45.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:46.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:46 smithi203 ceph-mon[117428]: from='client.364146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:46 smithi203 ceph-mon[117428]: pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:46 smithi137 ceph-mon[117020]: from='client.364146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:46 smithi137 ceph-mon[117020]: pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:46 smithi066 ceph-mon[112137]: from='client.364146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:46 smithi066 ceph-mon[112137]: pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:48.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:48 smithi203 ceph-mon[117428]: pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:48 smithi137 ceph-mon[117020]: pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:48 smithi066 ceph-mon[112137]: pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:50.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:50.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:50.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:50.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:50 smithi203 ceph-mon[117428]: pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:50 smithi137 ceph-mon[117020]: pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:50 smithi066 ceph-mon[112137]: pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:50.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:50.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:50.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:50.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:50.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:52 smithi203 ceph-mon[117428]: from='client.364221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:52.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:52 smithi203 ceph-mon[117428]: pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:52 smithi137 ceph-mon[117020]: from='client.364221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:52 smithi137 ceph-mon[117020]: pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:52 smithi066 ceph-mon[112137]: from='client.364221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:52.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:52 smithi066 ceph-mon[112137]: pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:54.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:54 smithi203 ceph-mon[117428]: pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:54 smithi137 ceph-mon[117020]: pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:54 smithi066 ceph-mon[112137]: pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:55.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:35:55.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:55.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:56.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:56 smithi203 ceph-mon[117428]: pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:56 smithi137 ceph-mon[117020]: pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:56 smithi066 ceph-mon[112137]: pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:56.605 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:35:56.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:56.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:56.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:56.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:35:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:57 smithi203 ceph-mon[117428]: from='client.364299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:57 smithi137 ceph-mon[117020]: from='client.364299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:57 smithi066 ceph-mon[112137]: from='client.364299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:58.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:35:58 smithi203 ceph-mon[117428]: pgmap v13282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:35:58 smithi137 ceph-mon[117020]: pgmap v13282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:35:58 smithi066 ceph-mon[112137]: pgmap v13282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:00 smithi203 ceph-mon[117428]: pgmap v13283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:00 smithi137 ceph-mon[117020]: pgmap v13283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:00 smithi066 ceph-mon[112137]: pgmap v13283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:01.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:01.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:01.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:02 smithi203 ceph-mon[117428]: pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:02.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:02.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:02.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:02.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:02.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:02 smithi137 ceph-mon[117020]: pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:02 smithi066 ceph-mon[112137]: pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:03.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:03 smithi203 ceph-mon[117428]: from='client.364371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:03 smithi137 ceph-mon[117020]: from='client.364371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:03 smithi066 ceph-mon[112137]: from='client.364371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:04 smithi203 ceph-mon[117428]: pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:04 smithi137 ceph-mon[117020]: pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:04 smithi066 ceph-mon[112137]: pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:06.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:06 smithi203 ceph-mon[117428]: pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:06 smithi137 ceph-mon[117020]: pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:06 smithi066 ceph-mon[112137]: pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:07.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:07.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:07.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:36:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:36:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:36:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:36:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:36:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:36:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:36:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:36:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:36:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:36:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:36:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:36:08.042 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:08.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:08.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:08.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:08.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:08 smithi137 ceph-mon[117020]: pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:08 smithi066 ceph-mon[112137]: pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:08 smithi203 ceph-mon[117428]: pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:09 smithi137 ceph-mon[117020]: from='client.364446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:09 smithi066 ceph-mon[112137]: from='client.364446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:09 smithi203 ceph-mon[117428]: from='client.364446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:10 smithi137 ceph-mon[117020]: pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:10 smithi066 ceph-mon[112137]: pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:10 smithi203 ceph-mon[117428]: pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:12.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:12 smithi137 ceph-mon[117020]: pgmap v13289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:12 smithi066 ceph-mon[112137]: pgmap v13289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:12 smithi203 ceph-mon[117428]: pgmap v13289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:13.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:13.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:13.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:13.771 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:13.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:13.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:13.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:13.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:14 smithi137 ceph-mon[117020]: pgmap v13290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:14 smithi066 ceph-mon[112137]: pgmap v13290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:14 smithi203 ceph-mon[117428]: pgmap v13290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:15 smithi137 ceph-mon[117020]: from='client.364524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:15 smithi066 ceph-mon[112137]: from='client.364524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:15 smithi203 ceph-mon[117428]: from='client.364524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:16 smithi137 ceph-mon[117020]: pgmap v13291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:16 smithi066 ceph-mon[112137]: pgmap v13291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:16 smithi203 ceph-mon[117428]: pgmap v13291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:18 smithi137 ceph-mon[117020]: pgmap v13292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:18 smithi066 ceph-mon[112137]: pgmap v13292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:18 smithi203 ceph-mon[117428]: pgmap v13292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:18.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:18.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:18.773 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:19.522 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:19.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:19.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:19.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:19.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:20 smithi137 ceph-mon[117020]: pgmap v13293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:20 smithi137 ceph-mon[117020]: from='client.364599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:20 smithi066 ceph-mon[112137]: pgmap v13293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:20 smithi066 ceph-mon[112137]: from='client.364599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:20 smithi203 ceph-mon[117428]: pgmap v13293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:20 smithi203 ceph-mon[117428]: from='client.364599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:22 smithi137 ceph-mon[117020]: pgmap v13294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:22 smithi066 ceph-mon[112137]: pgmap v13294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:22 smithi203 ceph-mon[117428]: pgmap v13294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:24 smithi137 ceph-mon[117020]: pgmap v13295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:24 smithi066 ceph-mon[112137]: pgmap v13295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:24.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:24.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:24.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:24 smithi203 ceph-mon[117428]: pgmap v13295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:25.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:25.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:25.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:25.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:25.245 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:26 smithi137 ceph-mon[117020]: from='client.364677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:26 smithi137 ceph-mon[117020]: pgmap v13296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:26 smithi066 ceph-mon[112137]: from='client.364677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:26 smithi066 ceph-mon[112137]: pgmap v13296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:26 smithi203 ceph-mon[117428]: from='client.364677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:26 smithi203 ceph-mon[117428]: pgmap v13296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:28 smithi137 ceph-mon[117020]: pgmap v13297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:28 smithi066 ceph-mon[112137]: pgmap v13297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:28 smithi203 ceph-mon[117428]: pgmap v13297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:30.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:30.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:30.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:30 smithi137 ceph-mon[117020]: pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:30 smithi066 ceph-mon[112137]: pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:30 smithi203 ceph-mon[117428]: pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:30.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:30.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:30.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:30.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:30.974 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:32 smithi137 ceph-mon[117020]: from='client.364752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:32 smithi137 ceph-mon[117020]: pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:32 smithi066 ceph-mon[112137]: from='client.364752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:32 smithi066 ceph-mon[112137]: pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:32 smithi203 ceph-mon[117428]: from='client.364752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:32 smithi203 ceph-mon[117428]: pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:34 smithi137 ceph-mon[117020]: pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:34 smithi066 ceph-mon[112137]: pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:34 smithi203 ceph-mon[117428]: pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:35.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:35.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:35.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:36 smithi137 ceph-mon[117020]: pgmap v13301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:36 smithi066 ceph-mon[112137]: pgmap v13301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:36 smithi203 ceph-mon[117428]: pgmap v13301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:36.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:36.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:36.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:36.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:36.695 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:38 smithi137 ceph-mon[117020]: from='client.364830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:38 smithi137 ceph-mon[117020]: pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:38 smithi066 ceph-mon[112137]: from='client.364830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:38 smithi066 ceph-mon[112137]: pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:38 smithi203 ceph-mon[117428]: from='client.364830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:38 smithi203 ceph-mon[117428]: pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:40 smithi066 ceph-mon[112137]: pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:40 smithi203 ceph-mon[117428]: pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:40 smithi137 ceph-mon[117020]: pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:41.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:41.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:41.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:42.445 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:42.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:42.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:42.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:42.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:42 smithi066 ceph-mon[112137]: pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:42 smithi203 ceph-mon[117428]: pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:42 smithi137 ceph-mon[117020]: pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:43 smithi066 ceph-mon[112137]: from='client.364908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:43 smithi203 ceph-mon[117428]: from='client.364908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:43 smithi137 ceph-mon[117020]: from='client.364908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:44 smithi066 ceph-mon[112137]: pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:44 smithi203 ceph-mon[117428]: pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:44 smithi137 ceph-mon[117020]: pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:46 smithi066 ceph-mon[112137]: pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:46 smithi203 ceph-mon[117428]: pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:46 smithi137 ceph-mon[117020]: pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:47.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:47.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:47.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:48.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:48.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:48.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:48.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:48.165 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:48 smithi066 ceph-mon[112137]: pgmap v13307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:48 smithi203 ceph-mon[117428]: pgmap v13307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:48 smithi137 ceph-mon[117020]: pgmap v13307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:49 smithi066 ceph-mon[112137]: from='client.364986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:49 smithi203 ceph-mon[117428]: from='client.364986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:49 smithi137 ceph-mon[117020]: from='client.364986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:50 smithi066 ceph-mon[112137]: pgmap v13308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:50 smithi203 ceph-mon[117428]: pgmap v13308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:50 smithi137 ceph-mon[117020]: pgmap v13308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:52 smithi066 ceph-mon[112137]: pgmap v13309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:52 smithi203 ceph-mon[117428]: pgmap v13309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:52 smithi137 ceph-mon[117020]: pgmap v13309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:53.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:53.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:53.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:53.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:53.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:53.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:53.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:36:53.918 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:54 smithi066 ceph-mon[112137]: pgmap v13310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:54 smithi203 ceph-mon[117428]: pgmap v13310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:54 smithi137 ceph-mon[117020]: pgmap v13310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:55 smithi066 ceph-mon[112137]: from='client.365064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:55.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:55 smithi203 ceph-mon[117428]: from='client.365064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:55.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:55 smithi137 ceph-mon[117020]: from='client.365064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:56 smithi066 ceph-mon[112137]: pgmap v13311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:56 smithi203 ceph-mon[117428]: pgmap v13311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:56 smithi137 ceph-mon[117020]: pgmap v13311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:36:58 smithi066 ceph-mon[112137]: pgmap v13312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:36:58 smithi203 ceph-mon[117428]: pgmap v13312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:36:58 smithi137 ceph-mon[117020]: pgmap v13312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:58.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:36:58.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:58.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:59.640 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:36:59.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:59.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:59.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:59.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:00 smithi066 ceph-mon[112137]: pgmap v13313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:00 smithi066 ceph-mon[112137]: from='client.365136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:00 smithi203 ceph-mon[117428]: pgmap v13313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:00 smithi203 ceph-mon[117428]: from='client.365136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:00 smithi137 ceph-mon[117020]: pgmap v13313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:00 smithi137 ceph-mon[117020]: from='client.365136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:02 smithi066 ceph-mon[112137]: pgmap v13314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:02 smithi203 ceph-mon[117428]: pgmap v13314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:02 smithi137 ceph-mon[117020]: pgmap v13314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:04 smithi066 ceph-mon[112137]: pgmap v13315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:04 smithi203 ceph-mon[117428]: pgmap v13315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:04 smithi137 ceph-mon[117020]: pgmap v13315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:04.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:04.642 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:04.642 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:05.363 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:05.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:05.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:05.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:05.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:06 smithi066 ceph-mon[112137]: from='client.365211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:06 smithi066 ceph-mon[112137]: pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:06 smithi203 ceph-mon[117428]: from='client.365211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:06 smithi203 ceph-mon[117428]: pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:06 smithi137 ceph-mon[117020]: from='client.365211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:06 smithi137 ceph-mon[117020]: pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:37:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:37:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:37:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:08 smithi066 ceph-mon[112137]: pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:37:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:37:08.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:37:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:08 smithi203 ceph-mon[117428]: pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:37:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:37:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:37:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:08 smithi137 ceph-mon[117020]: pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:37:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:37:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:37:10.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:10.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:10.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:10 smithi066 ceph-mon[112137]: pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:10 smithi203 ceph-mon[117428]: pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:10 smithi137 ceph-mon[117020]: pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:11.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:11.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:11.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:11.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:11.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:12 smithi066 ceph-mon[112137]: from='client.365286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:12 smithi066 ceph-mon[112137]: pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:12 smithi203 ceph-mon[117428]: from='client.365286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:12 smithi203 ceph-mon[117428]: pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:12 smithi137 ceph-mon[117020]: from='client.365286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:12 smithi137 ceph-mon[117020]: pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:14 smithi066 ceph-mon[112137]: pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:14 smithi203 ceph-mon[117428]: pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:14 smithi137 ceph-mon[117020]: pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:16.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:16.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:16.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:16 smithi066 ceph-mon[112137]: pgmap v13321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:16 smithi203 ceph-mon[117428]: pgmap v13321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:16 smithi137 ceph-mon[117020]: pgmap v13321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:16.808 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:16.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:16.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:16.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:16.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:18 smithi066 ceph-mon[112137]: from='client.365358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:18 smithi066 ceph-mon[112137]: pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:18 smithi203 ceph-mon[117428]: from='client.365358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:18 smithi203 ceph-mon[117428]: pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:18 smithi137 ceph-mon[117020]: from='client.365358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:18 smithi137 ceph-mon[117020]: pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:20 smithi066 ceph-mon[112137]: pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:20 smithi203 ceph-mon[117428]: pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:20 smithi137 ceph-mon[117020]: pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:21.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:21.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:21.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:22 smithi066 ceph-mon[112137]: pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:22.540 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:22.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:22.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:22.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:22.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:22 smithi203 ceph-mon[117428]: pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:22 smithi137 ceph-mon[117020]: pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:23 smithi066 ceph-mon[112137]: from='client.365433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:23 smithi203 ceph-mon[117428]: from='client.365433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:23 smithi137 ceph-mon[117020]: from='client.365433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:24 smithi066 ceph-mon[112137]: pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:24 smithi203 ceph-mon[117428]: pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:24 smithi137 ceph-mon[117020]: pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:26 smithi066 ceph-mon[112137]: pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:26 smithi203 ceph-mon[117428]: pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:26 smithi137 ceph-mon[117020]: pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:27.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:27.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:27.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:28.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:28 smithi066 ceph-mon[112137]: pgmap v13327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:28 smithi203 ceph-mon[117428]: pgmap v13327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:28 smithi137 ceph-mon[117020]: pgmap v13327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:29 smithi066 ceph-mon[112137]: from='client.365508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:29 smithi203 ceph-mon[117428]: from='client.365508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:29 smithi137 ceph-mon[117020]: from='client.365508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:30 smithi066 ceph-mon[112137]: pgmap v13328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:30 smithi203 ceph-mon[117428]: pgmap v13328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:30 smithi137 ceph-mon[117020]: pgmap v13328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:32 smithi066 ceph-mon[112137]: pgmap v13329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:32 smithi203 ceph-mon[117428]: pgmap v13329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:32 smithi137 ceph-mon[117020]: pgmap v13329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:33.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:33.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:33.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:33.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:33.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:33.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:33.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:33.988 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:34 smithi066 ceph-mon[112137]: pgmap v13330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:34 smithi203 ceph-mon[117428]: pgmap v13330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:34 smithi137 ceph-mon[117020]: pgmap v13330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:35 smithi066 ceph-mon[112137]: from='client.365586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:35 smithi203 ceph-mon[117428]: from='client.365586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:35 smithi137 ceph-mon[117020]: from='client.365586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:36 smithi066 ceph-mon[112137]: pgmap v13331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:36 smithi203 ceph-mon[117428]: pgmap v13331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:36 smithi137 ceph-mon[117020]: pgmap v13331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:38 smithi066 ceph-mon[112137]: pgmap v13332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:38 smithi203 ceph-mon[117428]: pgmap v13332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:38 smithi137 ceph-mon[117020]: pgmap v13332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:38.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:38.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:38.990 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:39.720 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:39.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:39.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:39.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:39.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:40 smithi066 ceph-mon[112137]: pgmap v13333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:40 smithi203 ceph-mon[117428]: pgmap v13333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:40 smithi137 ceph-mon[117020]: pgmap v13333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:41 smithi066 ceph-mon[112137]: from='client.365664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:41.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:41 smithi203 ceph-mon[117428]: from='client.365664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:41 smithi137 ceph-mon[117020]: from='client.365664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:42 smithi066 ceph-mon[112137]: pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:37:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:42 smithi203 ceph-mon[117428]: pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:37:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:42 smithi137 ceph-mon[117020]: pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:37:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:44 smithi203 ceph-mon[117428]: pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:37:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:44 smithi137 ceph-mon[117020]: pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:37:44.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:44.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:44.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:44 smithi066 ceph-mon[112137]: pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:37:45.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:45.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:45.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:45.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:45.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:46 smithi203 ceph-mon[117428]: pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:46 smithi203 ceph-mon[117428]: from='client.365739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:46 smithi137 ceph-mon[117020]: pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:46 smithi137 ceph-mon[117020]: from='client.365739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:46 smithi066 ceph-mon[112137]: pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:46 smithi066 ceph-mon[112137]: from='client.365739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:48 smithi203 ceph-mon[117428]: pgmap v13337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:48 smithi137 ceph-mon[117020]: pgmap v13337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:48 smithi066 ceph-mon[112137]: pgmap v13337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:50.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:50.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:50.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:50 smithi203 ceph-mon[117428]: pgmap v13338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:50 smithi137 ceph-mon[117020]: pgmap v13338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:50 smithi066 ceph-mon[112137]: pgmap v13338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:51.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:51.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:51.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:51.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:51.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:52 smithi203 ceph-mon[117428]: from='client.365814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:52 smithi203 ceph-mon[117428]: pgmap v13339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:52 smithi137 ceph-mon[117020]: from='client.365814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:52 smithi137 ceph-mon[117020]: pgmap v13339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:52 smithi066 ceph-mon[112137]: from='client.365814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:52 smithi066 ceph-mon[112137]: pgmap v13339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:54 smithi203 ceph-mon[117428]: pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:37:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:54 smithi137 ceph-mon[117020]: pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:37:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:54 smithi066 ceph-mon[112137]: pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:37:56.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:37:56.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:56.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:56.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:56 smithi203 ceph-mon[117428]: pgmap v13341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:37:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:56 smithi137 ceph-mon[117020]: pgmap v13341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:37:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:56 smithi066 ceph-mon[112137]: pgmap v13341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:37:56.914 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:37:56.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:56.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:56.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:56.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:37:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:58 smithi203 ceph-mon[117428]: from='client.365892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:37:58 smithi203 ceph-mon[117428]: pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:58 smithi137 ceph-mon[117020]: from='client.365892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:37:58 smithi137 ceph-mon[117020]: pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:58 smithi066 ceph-mon[112137]: from='client.365892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:37:58 smithi066 ceph-mon[112137]: pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:00 smithi203 ceph-mon[117428]: pgmap v13343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:00 smithi137 ceph-mon[117020]: pgmap v13343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:00 smithi066 ceph-mon[112137]: pgmap v13343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:01.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:01.916 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:01.916 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:02 smithi203 ceph-mon[117428]: pgmap v13344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:02 smithi137 ceph-mon[117020]: pgmap v13344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:02.635 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:02.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:02.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:02.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:02.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:02 smithi066 ceph-mon[112137]: pgmap v13344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:03 smithi203 ceph-mon[117428]: from='client.365964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:03 smithi137 ceph-mon[117020]: from='client.365964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:03 smithi066 ceph-mon[112137]: from='client.365964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:04 smithi203 ceph-mon[117428]: pgmap v13345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:04 smithi137 ceph-mon[117020]: pgmap v13345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:04 smithi066 ceph-mon[112137]: pgmap v13345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:06 smithi203 ceph-mon[117428]: pgmap v13346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:06 smithi137 ceph-mon[117020]: pgmap v13346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:06 smithi066 ceph-mon[112137]: pgmap v13346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:07.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:07.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:07.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:08.436 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:08.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:08.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:08.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:08.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:08 smithi203 ceph-mon[117428]: pgmap v13347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:38:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:08 smithi137 ceph-mon[117020]: pgmap v13347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:38:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:08 smithi066 ceph-mon[112137]: pgmap v13347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:38:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:09 smithi203 ceph-mon[117428]: from='client.366039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:38:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:38:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:09 smithi137 ceph-mon[117020]: from='client.366039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:38:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:38:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:09 smithi066 ceph-mon[112137]: from='client.366039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:38:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:38:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:38:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:10 smithi203 ceph-mon[117428]: pgmap v13348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:10 smithi137 ceph-mon[117020]: pgmap v13348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:10 smithi066 ceph-mon[112137]: pgmap v13348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:12 smithi203 ceph-mon[117428]: pgmap v13349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:12 smithi137 ceph-mon[117020]: pgmap v13349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:12 smithi066 ceph-mon[112137]: pgmap v13349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:13.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:13.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:13.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:14.160 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:14.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:14.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:14.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:14.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:14 smithi203 ceph-mon[117428]: pgmap v13350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:14 smithi137 ceph-mon[117020]: pgmap v13350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:14 smithi066 ceph-mon[112137]: pgmap v13350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:15 smithi203 ceph-mon[117428]: from='client.366114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:15 smithi137 ceph-mon[117020]: from='client.366114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:15 smithi066 ceph-mon[112137]: from='client.366114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:16 smithi203 ceph-mon[117428]: pgmap v13351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:16 smithi137 ceph-mon[117020]: pgmap v13351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:16 smithi066 ceph-mon[112137]: pgmap v13351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:18.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:18 smithi203 ceph-mon[117428]: pgmap v13352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:18 smithi137 ceph-mon[117020]: pgmap v13352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:18 smithi066 ceph-mon[112137]: pgmap v13352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:19.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:19.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:19.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:19.883 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:19.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:19.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:19.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:19.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:20 smithi203 ceph-mon[117428]: pgmap v13353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:20 smithi137 ceph-mon[117020]: pgmap v13353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:20 smithi066 ceph-mon[112137]: pgmap v13353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:21 smithi203 ceph-mon[117428]: from='client.366189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:21 smithi137 ceph-mon[117020]: from='client.366189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:21 smithi066 ceph-mon[112137]: from='client.366189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:22 smithi203 ceph-mon[117428]: pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:38:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:22 smithi137 ceph-mon[117020]: pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:38:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:22 smithi066 ceph-mon[112137]: pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:38:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:24 smithi137 ceph-mon[117020]: pgmap v13355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:38:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:24 smithi066 ceph-mon[112137]: pgmap v13355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:38:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:24 smithi203 ceph-mon[117428]: pgmap v13355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:38:24.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:24.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:24.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:25.615 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:25.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:25.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:25.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:25.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:26 smithi137 ceph-mon[117020]: pgmap v13356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:26 smithi137 ceph-mon[117020]: from='client.366264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:26 smithi066 ceph-mon[112137]: pgmap v13356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:26 smithi066 ceph-mon[112137]: from='client.366264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:26 smithi203 ceph-mon[117428]: pgmap v13356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:26 smithi203 ceph-mon[117428]: from='client.366264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:28 smithi137 ceph-mon[117020]: pgmap v13357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:28 smithi066 ceph-mon[112137]: pgmap v13357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:28 smithi203 ceph-mon[117428]: pgmap v13357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:30.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:30.617 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:30.617 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:30 smithi137 ceph-mon[117020]: pgmap v13358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:30 smithi066 ceph-mon[112137]: pgmap v13358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:30 smithi203 ceph-mon[117428]: pgmap v13358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:31.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:31.351 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:31.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:31.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:31.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:32 smithi203 ceph-mon[117428]: from='client.366339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:32.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:32 smithi203 ceph-mon[117428]: pgmap v13359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:32 smithi137 ceph-mon[117020]: from='client.366339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:32 smithi137 ceph-mon[117020]: pgmap v13359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:32 smithi066 ceph-mon[112137]: from='client.366339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:32 smithi066 ceph-mon[112137]: pgmap v13359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:34.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:34 smithi203 ceph-mon[117428]: pgmap v13360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:38:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:34 smithi137 ceph-mon[117020]: pgmap v13360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:38:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:34 smithi066 ceph-mon[112137]: pgmap v13360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:38:36.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:36 smithi203 ceph-mon[117428]: pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:38:36.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:36.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:36.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:36.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:36 smithi137 ceph-mon[117020]: pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:38:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:36 smithi066 ceph-mon[112137]: pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:38:37.080 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:37.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:37.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:37.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:37.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:38 smithi203 ceph-mon[117428]: from='client.366414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:38.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:38 smithi203 ceph-mon[117428]: pgmap v13362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:38 smithi137 ceph-mon[117020]: from='client.366414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:38 smithi137 ceph-mon[117020]: pgmap v13362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:38 smithi066 ceph-mon[112137]: from='client.366414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:38 smithi066 ceph-mon[112137]: pgmap v13362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:40.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:40 smithi203 ceph-mon[117428]: pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:40 smithi137 ceph-mon[117020]: pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:40 smithi066 ceph-mon[112137]: pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:42.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:42.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:42.082 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:42 smithi137 ceph-mon[117020]: pgmap v13364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:42 smithi066 ceph-mon[112137]: pgmap v13364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:42 smithi203 ceph-mon[117428]: pgmap v13364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:42.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:42.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:42.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:42.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:42.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:44 smithi137 ceph-mon[117020]: from='client.366486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:44 smithi137 ceph-mon[117020]: pgmap v13365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:44 smithi066 ceph-mon[112137]: from='client.366486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:44 smithi066 ceph-mon[112137]: pgmap v13365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:44 smithi203 ceph-mon[117428]: from='client.366486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:44 smithi203 ceph-mon[117428]: pgmap v13365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:46 smithi137 ceph-mon[117020]: pgmap v13366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:46 smithi066 ceph-mon[112137]: pgmap v13366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:46 smithi203 ceph-mon[117428]: pgmap v13366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:47.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:47.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:47.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:48 smithi137 ceph-mon[117020]: pgmap v13367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:48 smithi066 ceph-mon[112137]: pgmap v13367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:48.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:48.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:48.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:48.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:48.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:48 smithi203 ceph-mon[117428]: pgmap v13367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:49 smithi137 ceph-mon[117020]: from='client.366564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:49 smithi066 ceph-mon[112137]: from='client.366564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:49 smithi203 ceph-mon[117428]: from='client.366564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:50 smithi137 ceph-mon[117020]: pgmap v13368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:50 smithi066 ceph-mon[112137]: pgmap v13368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:50 smithi203 ceph-mon[117428]: pgmap v13368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:52 smithi137 ceph-mon[117020]: pgmap v13369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:52 smithi066 ceph-mon[112137]: pgmap v13369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:52 smithi203 ceph-mon[117428]: pgmap v13369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:53.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:53.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:53.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:54.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:54.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:54.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:54.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:38:54.262 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:54 smithi137 ceph-mon[117020]: pgmap v13370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:54 smithi066 ceph-mon[112137]: pgmap v13370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:54 smithi203 ceph-mon[117428]: pgmap v13370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:55 smithi137 ceph-mon[117020]: from='client.366639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:55 smithi066 ceph-mon[112137]: from='client.366639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:55.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:55 smithi203 ceph-mon[117428]: from='client.366639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:56 smithi137 ceph-mon[117020]: pgmap v13371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:56 smithi066 ceph-mon[112137]: pgmap v13371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:56 smithi203 ceph-mon[117428]: pgmap v13371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:38:58 smithi137 ceph-mon[117020]: pgmap v13372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:38:58 smithi066 ceph-mon[112137]: pgmap v13372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:38:58 smithi203 ceph-mon[117428]: pgmap v13372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:59.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:38:59.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:59.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:59.990 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:38:59.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:59.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:59.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:59.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:00 smithi137 ceph-mon[117020]: pgmap v13373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:00 smithi066 ceph-mon[112137]: pgmap v13373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:00 smithi203 ceph-mon[117428]: pgmap v13373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:01 smithi137 ceph-mon[117020]: from='client.366714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:01 smithi066 ceph-mon[112137]: from='client.366714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:01 smithi203 ceph-mon[117428]: from='client.366714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:02 smithi137 ceph-mon[117020]: pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:02 smithi066 ceph-mon[112137]: pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:02 smithi203 ceph-mon[117428]: pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:04 smithi137 ceph-mon[117020]: pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:04 smithi066 ceph-mon[112137]: pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:04 smithi203 ceph-mon[117428]: pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:04.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:04.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:04.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:05.714 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:05.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:05.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:05.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:05.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:06 smithi137 ceph-mon[117020]: pgmap v13376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:06 smithi066 ceph-mon[112137]: pgmap v13376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:06 smithi203 ceph-mon[117428]: pgmap v13376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:07 smithi066 ceph-mon[112137]: from='client.366792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:07 smithi203 ceph-mon[117428]: from='client.366792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:07 smithi137 ceph-mon[117020]: from='client.366792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:08 smithi066 ceph-mon[112137]: pgmap v13377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:08 smithi203 ceph-mon[117428]: pgmap v13377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:08 smithi137 ceph-mon[117020]: pgmap v13377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:39:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:39:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:39:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:10 smithi066 ceph-mon[112137]: pgmap v13378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:39:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:39:10.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:39:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:10 smithi203 ceph-mon[117428]: pgmap v13378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:39:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:39:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:39:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:10 smithi137 ceph-mon[117020]: pgmap v13378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:39:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:39:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:39:10.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:10.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:10.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:11.457 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:11.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:11.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:11.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:11.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:12 smithi066 ceph-mon[112137]: pgmap v13379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:12 smithi066 ceph-mon[112137]: from='client.366864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:12 smithi203 ceph-mon[117428]: pgmap v13379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:12 smithi203 ceph-mon[117428]: from='client.366864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:12 smithi137 ceph-mon[117020]: pgmap v13379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:12 smithi137 ceph-mon[117020]: from='client.366864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:14 smithi066 ceph-mon[112137]: pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:14 smithi203 ceph-mon[117428]: pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:14 smithi137 ceph-mon[117020]: pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:16.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:16.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:16.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:16 smithi066 ceph-mon[112137]: pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:16 smithi203 ceph-mon[117428]: pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:16 smithi137 ceph-mon[117020]: pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:17.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:17.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:17.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:17.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:17.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:18 smithi066 ceph-mon[112137]: from='client.366942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:18 smithi066 ceph-mon[112137]: pgmap v13382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:18 smithi203 ceph-mon[117428]: from='client.366942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:18 smithi203 ceph-mon[117428]: pgmap v13382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:18 smithi137 ceph-mon[117020]: from='client.366942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:18 smithi137 ceph-mon[117020]: pgmap v13382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:20 smithi066 ceph-mon[112137]: pgmap v13383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:20 smithi203 ceph-mon[117428]: pgmap v13383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:20 smithi137 ceph-mon[117020]: pgmap v13383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:22.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:22.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:22.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:22 smithi066 ceph-mon[112137]: pgmap v13384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:22 smithi203 ceph-mon[117428]: pgmap v13384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:22 smithi137 ceph-mon[117020]: pgmap v13384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:22.922 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:22.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:22.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:22.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:22.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:24 smithi066 ceph-mon[112137]: from='client.367017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:24 smithi066 ceph-mon[112137]: pgmap v13385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:24 smithi203 ceph-mon[117428]: from='client.367017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:24.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:24 smithi203 ceph-mon[117428]: pgmap v13385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:24 smithi137 ceph-mon[117020]: from='client.367017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:24 smithi137 ceph-mon[117020]: pgmap v13385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:26 smithi066 ceph-mon[112137]: pgmap v13386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:26.582 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:26 smithi203 ceph-mon[117428]: pgmap v13386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:26.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:26 smithi137 ceph-mon[117020]: pgmap v13386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:27.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:27.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:27.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:28 smithi066 ceph-mon[112137]: pgmap v13387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:28 smithi203 ceph-mon[117428]: pgmap v13387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:28 smithi137 ceph-mon[117020]: pgmap v13387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:28.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:28.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:28.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:28.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:28.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:29 smithi066 ceph-mon[112137]: from='client.367089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:29 smithi203 ceph-mon[117428]: from='client.367089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:29 smithi137 ceph-mon[117020]: from='client.367089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:30 smithi066 ceph-mon[112137]: pgmap v13388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:30 smithi203 ceph-mon[117428]: pgmap v13388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:30 smithi137 ceph-mon[117020]: pgmap v13388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:32 smithi066 ceph-mon[112137]: pgmap v13389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:32 smithi203 ceph-mon[117428]: pgmap v13389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:32 smithi137 ceph-mon[117020]: pgmap v13389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:33.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:33.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:33.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:34.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:34.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:34.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:34.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:34.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:34 smithi066 ceph-mon[112137]: pgmap v13390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:34 smithi203 ceph-mon[117428]: pgmap v13390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:34 smithi137 ceph-mon[117020]: pgmap v13390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:35 smithi066 ceph-mon[112137]: from='client.367161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:35 smithi203 ceph-mon[117428]: from='client.367161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:35 smithi137 ceph-mon[117020]: from='client.367161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:36 smithi066 ceph-mon[112137]: pgmap v13391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:36 smithi203 ceph-mon[117428]: pgmap v13391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:36 smithi137 ceph-mon[117020]: pgmap v13391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:38 smithi066 ceph-mon[112137]: pgmap v13392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:38 smithi203 ceph-mon[117428]: pgmap v13392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:38 smithi137 ceph-mon[117020]: pgmap v13392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:39.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:39.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:39.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:40.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:40.114 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:40.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:40.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:40.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:40 smithi066 ceph-mon[112137]: pgmap v13393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:40 smithi203 ceph-mon[117428]: pgmap v13393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:40 smithi137 ceph-mon[117020]: pgmap v13393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:41 smithi066 ceph-mon[112137]: from='client.367236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:41.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:41 smithi203 ceph-mon[117428]: from='client.367236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:41 smithi137 ceph-mon[117020]: from='client.367236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:42 smithi066 ceph-mon[112137]: pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:42 smithi203 ceph-mon[117428]: pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:42 smithi137 ceph-mon[117020]: pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:44 smithi066 ceph-mon[112137]: pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:44 smithi203 ceph-mon[117428]: pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:44 smithi137 ceph-mon[117020]: pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:45.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:45.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:45.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:45.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:45.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:45.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:45.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:45.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:46 smithi066 ceph-mon[112137]: pgmap v13396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:46 smithi203 ceph-mon[117428]: pgmap v13396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:46 smithi137 ceph-mon[117020]: pgmap v13396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:47 smithi066 ceph-mon[112137]: from='client.367311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:47 smithi203 ceph-mon[117428]: from='client.367311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:47 smithi137 ceph-mon[117020]: from='client.367311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:48 smithi066 ceph-mon[112137]: pgmap v13397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:48 smithi203 ceph-mon[117428]: pgmap v13397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:48 smithi137 ceph-mon[117020]: pgmap v13397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:50 smithi066 ceph-mon[112137]: pgmap v13398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:50 smithi203 ceph-mon[117428]: pgmap v13398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:50 smithi137 ceph-mon[117020]: pgmap v13398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:50.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:50.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:50.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:51.585 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:51.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:51.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:51.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:51.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:52 smithi066 ceph-mon[112137]: pgmap v13399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:52 smithi066 ceph-mon[112137]: from='client.367386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:52 smithi203 ceph-mon[117428]: pgmap v13399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:52 smithi203 ceph-mon[117428]: from='client.367386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:52 smithi137 ceph-mon[117020]: pgmap v13399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:52 smithi137 ceph-mon[117020]: from='client.367386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:54 smithi066 ceph-mon[112137]: pgmap v13400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:54 smithi203 ceph-mon[117428]: pgmap v13400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:54 smithi137 ceph-mon[117020]: pgmap v13400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:56 smithi066 ceph-mon[112137]: pgmap v13401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:56 smithi203 ceph-mon[117428]: pgmap v13401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:56.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:39:56.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:56.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:56 smithi137 ceph-mon[117020]: pgmap v13401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:57.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:57.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:57.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:57.306 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:39:57.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:39:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:58 smithi066 ceph-mon[112137]: from='client.367464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:39:58 smithi066 ceph-mon[112137]: pgmap v13402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:58 smithi203 ceph-mon[117428]: from='client.367464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:39:58 smithi203 ceph-mon[117428]: pgmap v13402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:58 smithi137 ceph-mon[117020]: from='client.367464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:39:58 smithi137 ceph-mon[117020]: pgmap v13402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:00 smithi066 ceph-mon[112137]: pgmap v13403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T00:40:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:00 smithi203 ceph-mon[117428]: pgmap v13403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T00:40:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:00 smithi137 ceph-mon[117020]: pgmap v13403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T00:40:02.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:02.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:02.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:02 smithi066 ceph-mon[112137]: pgmap v13404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:02 smithi203 ceph-mon[117428]: pgmap v13404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:02 smithi137 ceph-mon[117020]: pgmap v13404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:03.029 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:03.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:03.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:03.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:03.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:04 smithi066 ceph-mon[112137]: from='client.367542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:04 smithi066 ceph-mon[112137]: pgmap v13405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:04 smithi203 ceph-mon[117428]: from='client.367542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:04 smithi203 ceph-mon[117428]: pgmap v13405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:04 smithi137 ceph-mon[117020]: from='client.367542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:04 smithi137 ceph-mon[117020]: pgmap v13405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:06 smithi203 ceph-mon[117428]: pgmap v13406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:06 smithi137 ceph-mon[117020]: pgmap v13406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:06 smithi066 ceph-mon[112137]: pgmap v13406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:08.031 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:08.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:08.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:08 smithi203 ceph-mon[117428]: pgmap v13407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:08 smithi137 ceph-mon[117020]: pgmap v13407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:08 smithi066 ceph-mon[112137]: pgmap v13407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:08.754 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:08.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:08.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:08.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:08.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:10 smithi137 ceph-mon[117020]: from='client.367620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:10 smithi137 ceph-mon[117020]: pgmap v13408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:10.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:40:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:10 smithi066 ceph-mon[112137]: from='client.367620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:10 smithi066 ceph-mon[112137]: pgmap v13408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:40:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:10 smithi203 ceph-mon[117428]: from='client.367620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:10 smithi203 ceph-mon[117428]: pgmap v13408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:40:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:40:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:40:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:40:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:40:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:12 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15654M 2023-12-08T00:40:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:12 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 17087M 2023-12-08T00:40:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:12 smithi137 ceph-mon[117020]: pgmap v13409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:12 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15654M 2023-12-08T00:40:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:12 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 17087M 2023-12-08T00:40:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:12 smithi066 ceph-mon[112137]: pgmap v13409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:12 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15654M 2023-12-08T00:40:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:12 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 17087M 2023-12-08T00:40:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:12 smithi203 ceph-mon[117428]: pgmap v13409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:13.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:13.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:13.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:14.480 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:14.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:14.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:14.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:14.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:14 smithi137 ceph-mon[117020]: pgmap v13410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:14 smithi066 ceph-mon[112137]: pgmap v13410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:14 smithi203 ceph-mon[117428]: pgmap v13410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:15 smithi137 ceph-mon[117020]: from='client.367692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:15 smithi066 ceph-mon[112137]: from='client.367692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:15 smithi203 ceph-mon[117428]: from='client.367692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:16 smithi137 ceph-mon[117020]: pgmap v13411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:16 smithi066 ceph-mon[112137]: pgmap v13411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:16 smithi203 ceph-mon[117428]: pgmap v13411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:17 smithi137 ceph-mon[117020]: pgmap v13412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:17 smithi066 ceph-mon[112137]: pgmap v13412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:17 smithi203 ceph-mon[117428]: pgmap v13412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:19.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:19.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:19.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:20.219 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:20.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:20.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:20.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:20.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:20 smithi066 ceph-mon[112137]: pgmap v13413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:20 smithi203 ceph-mon[117428]: pgmap v13413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:20 smithi137 ceph-mon[117020]: pgmap v13413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:21 smithi066 ceph-mon[112137]: from='client.367770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:21 smithi203 ceph-mon[117428]: from='client.367770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:21 smithi137 ceph-mon[117020]: from='client.367770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:22 smithi066 ceph-mon[112137]: pgmap v13414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:22 smithi203 ceph-mon[117428]: pgmap v13414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:22 smithi137 ceph-mon[117020]: pgmap v13414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:24 smithi066 ceph-mon[112137]: pgmap v13415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:24 smithi203 ceph-mon[117428]: pgmap v13415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:24 smithi137 ceph-mon[117020]: pgmap v13415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:25.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:25.221 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:25.221 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:25.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:25.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:25.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:25.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:25.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:26 smithi066 ceph-mon[112137]: pgmap v13416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:26 smithi203 ceph-mon[117428]: pgmap v13416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:26 smithi137 ceph-mon[117020]: pgmap v13416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:27 smithi066 ceph-mon[112137]: from='client.367845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:27 smithi203 ceph-mon[117428]: from='client.367845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:27 smithi137 ceph-mon[117020]: from='client.367845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:28 smithi066 ceph-mon[112137]: pgmap v13417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:28 smithi203 ceph-mon[117428]: pgmap v13417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:28 smithi137 ceph-mon[117020]: pgmap v13417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:30 smithi066 ceph-mon[112137]: pgmap v13418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:30 smithi203 ceph-mon[117428]: pgmap v13418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:30 smithi137 ceph-mon[117020]: pgmap v13418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:30.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:30.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:30.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:31.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:31.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:31.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:31.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:31.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:32 smithi066 ceph-mon[112137]: pgmap v13419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:32 smithi066 ceph-mon[112137]: from='client.367923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:32 smithi203 ceph-mon[117428]: pgmap v13419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:32 smithi203 ceph-mon[117428]: from='client.367923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:32 smithi137 ceph-mon[117020]: pgmap v13419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:32 smithi137 ceph-mon[117020]: from='client.367923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:34 smithi066 ceph-mon[112137]: pgmap v13420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:34 smithi203 ceph-mon[117428]: pgmap v13420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:34 smithi137 ceph-mon[117020]: pgmap v13420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:36 smithi066 ceph-mon[112137]: pgmap v13421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:36 smithi203 ceph-mon[117428]: pgmap v13421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:36 smithi137 ceph-mon[117020]: pgmap v13421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:36.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:36.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:36.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:37.395 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:37.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:37.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:37.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:37.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:38 smithi066 ceph-mon[112137]: from='client.368001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:38 smithi066 ceph-mon[112137]: pgmap v13422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:38 smithi203 ceph-mon[117428]: from='client.368001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:38 smithi203 ceph-mon[117428]: pgmap v13422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:38 smithi137 ceph-mon[117020]: from='client.368001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:38 smithi137 ceph-mon[117020]: pgmap v13422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:40 smithi066 ceph-mon[112137]: pgmap v13423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:40 smithi203 ceph-mon[117428]: pgmap v13423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:40 smithi137 ceph-mon[117020]: pgmap v13423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:42 smithi137 ceph-mon[117020]: pgmap v13424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:42.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:42.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:42.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:42 smithi066 ceph-mon[112137]: pgmap v13424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:42 smithi203 ceph-mon[117428]: pgmap v13424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:43.133 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:43.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:43.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:43.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:43.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:44.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:44 smithi137 ceph-mon[117020]: from='client.368073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:44.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:44 smithi137 ceph-mon[117020]: pgmap v13425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:44 smithi066 ceph-mon[112137]: from='client.368073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:44 smithi066 ceph-mon[112137]: pgmap v13425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:44 smithi203 ceph-mon[117428]: from='client.368073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:44 smithi203 ceph-mon[117428]: pgmap v13425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:46 smithi137 ceph-mon[117020]: pgmap v13426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:46 smithi066 ceph-mon[112137]: pgmap v13426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:46 smithi203 ceph-mon[117428]: pgmap v13426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:48.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:48.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:48.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:48 smithi137 ceph-mon[117020]: pgmap v13427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:48 smithi066 ceph-mon[112137]: pgmap v13427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:48 smithi203 ceph-mon[117428]: pgmap v13427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:48.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:48.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:48.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:48.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:48.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:50 smithi137 ceph-mon[117020]: from='client.368148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:50 smithi137 ceph-mon[117020]: pgmap v13428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:50 smithi066 ceph-mon[112137]: from='client.368148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:50 smithi066 ceph-mon[112137]: pgmap v13428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:50 smithi203 ceph-mon[117428]: from='client.368148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:50 smithi203 ceph-mon[117428]: pgmap v13428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:52 smithi137 ceph-mon[117020]: pgmap v13429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:52 smithi066 ceph-mon[112137]: pgmap v13429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:52 smithi203 ceph-mon[117428]: pgmap v13429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:53.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:53.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:53.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:54 smithi137 ceph-mon[117020]: pgmap v13430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:54 smithi066 ceph-mon[112137]: pgmap v13430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:54 smithi203 ceph-mon[117428]: pgmap v13430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:54.595 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:40:54.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:54.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:54.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:54.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:40:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:55 smithi137 ceph-mon[117020]: from='client.368226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:55 smithi066 ceph-mon[112137]: from='client.368226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:55.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:55 smithi203 ceph-mon[117428]: from='client.368226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:56.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:56 smithi137 ceph-mon[117020]: pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:56 smithi066 ceph-mon[112137]: pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:56 smithi203 ceph-mon[117428]: pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:58.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:40:58 smithi137 ceph-mon[117020]: pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:40:58 smithi066 ceph-mon[112137]: pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:40:58 smithi203 ceph-mon[117428]: pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:59.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:40:59.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:59.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:00.321 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:00.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:00.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:00.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:00.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:00 smithi137 ceph-mon[117020]: pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:00 smithi066 ceph-mon[112137]: pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:00 smithi203 ceph-mon[117428]: pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:01 smithi137 ceph-mon[117020]: from='client.368295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:01 smithi066 ceph-mon[112137]: from='client.368295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:01 smithi203 ceph-mon[117428]: from='client.368295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:02 smithi137 ceph-mon[117020]: pgmap v13434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:02 smithi066 ceph-mon[112137]: pgmap v13434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:02 smithi203 ceph-mon[117428]: pgmap v13434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:04 smithi137 ceph-mon[117020]: pgmap v13435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:04 smithi066 ceph-mon[112137]: pgmap v13435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:04 smithi203 ceph-mon[117428]: pgmap v13435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:05.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:05.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:05.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:06.049 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:06.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:06.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:06.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:06.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:06 smithi137 ceph-mon[117020]: pgmap v13436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:06 smithi066 ceph-mon[112137]: pgmap v13436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:06.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:06 smithi203 ceph-mon[117428]: pgmap v13436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:07 smithi137 ceph-mon[117020]: from='client.368370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:07 smithi066 ceph-mon[112137]: from='client.368370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:07 smithi203 ceph-mon[117428]: from='client.368370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:08 smithi066 ceph-mon[112137]: pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:08 smithi203 ceph-mon[117428]: pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:08 smithi137 ceph-mon[117020]: pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:10 smithi066 ceph-mon[112137]: pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:10 smithi203 ceph-mon[117428]: pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:10 smithi137 ceph-mon[117020]: pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:11.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:11.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:11.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:41:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:41:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:41:11.810 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:11.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:11.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:11.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:11.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:12 smithi066 ceph-mon[112137]: pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:41:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:41:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:41:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:12 smithi203 ceph-mon[117428]: pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:41:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:41:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:41:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:12 smithi137 ceph-mon[117020]: pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:41:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:41:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:41:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:13 smithi066 ceph-mon[112137]: from='client.368448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:13 smithi203 ceph-mon[117428]: from='client.368448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:13 smithi137 ceph-mon[117020]: from='client.368448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:14 smithi066 ceph-mon[112137]: pgmap v13440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:14 smithi203 ceph-mon[117428]: pgmap v13440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:14 smithi137 ceph-mon[117020]: pgmap v13440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:16 smithi066 ceph-mon[112137]: pgmap v13441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:16 smithi203 ceph-mon[117428]: pgmap v13441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:16 smithi137 ceph-mon[117020]: pgmap v13441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:16.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:16.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:16.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:17.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:17.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:17.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:17.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:17.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:18 smithi066 ceph-mon[112137]: pgmap v13442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:18 smithi066 ceph-mon[112137]: from='client.368526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:18 smithi203 ceph-mon[117428]: pgmap v13442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:18 smithi203 ceph-mon[117428]: from='client.368526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:18 smithi137 ceph-mon[117020]: pgmap v13442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:18 smithi137 ceph-mon[117020]: from='client.368526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:20 smithi066 ceph-mon[112137]: pgmap v13443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:20 smithi203 ceph-mon[117428]: pgmap v13443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:20 smithi137 ceph-mon[117020]: pgmap v13443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:22 smithi137 ceph-mon[117020]: pgmap v13444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:22 smithi066 ceph-mon[112137]: pgmap v13444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:22.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:22.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:22.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:22 smithi203 ceph-mon[117428]: pgmap v13444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:23.265 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:23.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:23.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:23.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:23.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:24 smithi137 ceph-mon[117020]: from='client.368598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:24.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:24 smithi137 ceph-mon[117020]: pgmap v13445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:24 smithi066 ceph-mon[112137]: from='client.368598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:24 smithi066 ceph-mon[112137]: pgmap v13445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:24 smithi203 ceph-mon[117428]: from='client.368598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:24 smithi203 ceph-mon[117428]: pgmap v13445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:26.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:26 smithi137 ceph-mon[117020]: pgmap v13446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:26 smithi066 ceph-mon[112137]: pgmap v13446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:26 smithi203 ceph-mon[117428]: pgmap v13446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:28.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:28 smithi137 ceph-mon[117020]: pgmap v13447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:28 smithi066 ceph-mon[112137]: pgmap v13447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:28 smithi203 ceph-mon[117428]: pgmap v13447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:28.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:28.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:28.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:28.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:28.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:30 smithi137 ceph-mon[117020]: from='client.368676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:30 smithi137 ceph-mon[117020]: pgmap v13448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:30 smithi066 ceph-mon[112137]: from='client.368676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:30 smithi066 ceph-mon[112137]: pgmap v13448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:30 smithi203 ceph-mon[117428]: from='client.368676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:30 smithi203 ceph-mon[117428]: pgmap v13448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:32 smithi137 ceph-mon[117020]: pgmap v13449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:32 smithi066 ceph-mon[112137]: pgmap v13449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:32 smithi203 ceph-mon[117428]: pgmap v13449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:34.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:34.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:34.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:34.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:34 smithi137 ceph-mon[117020]: pgmap v13450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:34 smithi066 ceph-mon[112137]: pgmap v13450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:34 smithi203 ceph-mon[117428]: pgmap v13450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:34.719 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:34.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:34.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:34.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:34.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:36 smithi137 ceph-mon[117020]: from='client.368751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:36.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:36 smithi137 ceph-mon[117020]: pgmap v13451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:41:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:36 smithi066 ceph-mon[112137]: from='client.368751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:36 smithi066 ceph-mon[112137]: pgmap v13451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:41:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:36 smithi203 ceph-mon[117428]: from='client.368751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:36 smithi203 ceph-mon[117428]: pgmap v13451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:41:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:38 smithi066 ceph-mon[112137]: pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:38 smithi203 ceph-mon[117428]: pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:38 smithi137 ceph-mon[117020]: pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:39.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:39.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:39.722 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:40.447 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:40.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:40.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:40.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:40.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:40 smithi066 ceph-mon[112137]: pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:40 smithi203 ceph-mon[117428]: pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:40 smithi137 ceph-mon[117020]: pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:41 smithi066 ceph-mon[112137]: from='client.368826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:41.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:41 smithi203 ceph-mon[117428]: from='client.368826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:41 smithi137 ceph-mon[117020]: from='client.368826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:42 smithi066 ceph-mon[112137]: pgmap v13454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:42 smithi203 ceph-mon[117428]: pgmap v13454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:42 smithi137 ceph-mon[117020]: pgmap v13454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:44 smithi066 ceph-mon[112137]: pgmap v13455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:44 smithi203 ceph-mon[117428]: pgmap v13455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:44 smithi137 ceph-mon[117020]: pgmap v13455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:45.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:45.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:45.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:46.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:46.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:46.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:46.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:46.178 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:46 smithi066 ceph-mon[112137]: pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:46 smithi203 ceph-mon[117428]: pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:46 smithi137 ceph-mon[117020]: pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:47 smithi066 ceph-mon[112137]: from='client.368904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:47 smithi203 ceph-mon[117428]: from='client.368904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:47 smithi137 ceph-mon[117020]: from='client.368904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:48 smithi066 ceph-mon[112137]: pgmap v13457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:48 smithi203 ceph-mon[117428]: pgmap v13457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:48 smithi137 ceph-mon[117020]: pgmap v13457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:50 smithi066 ceph-mon[112137]: pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:50 smithi203 ceph-mon[117428]: pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:50 smithi137 ceph-mon[117020]: pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:51.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:51.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:51.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:51.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:51.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:51.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:51.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:51.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:52 smithi066 ceph-mon[112137]: pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:41:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:52 smithi203 ceph-mon[117428]: pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:41:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:52 smithi137 ceph-mon[117020]: pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:41:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:53 smithi066 ceph-mon[112137]: from='client.368982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:53.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:53 smithi203 ceph-mon[117428]: from='client.368982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:53 smithi137 ceph-mon[117020]: from='client.368982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:54 smithi066 ceph-mon[112137]: pgmap v13460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:54 smithi203 ceph-mon[117428]: pgmap v13460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:54 smithi137 ceph-mon[117020]: pgmap v13460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:56 smithi066 ceph-mon[112137]: pgmap v13461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:56 smithi203 ceph-mon[117428]: pgmap v13461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:56 smithi137 ceph-mon[117020]: pgmap v13461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:56.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:41:56.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:56.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:57.639 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:41:57.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:57.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:57.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:57.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:41:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:58 smithi066 ceph-mon[112137]: pgmap v13462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:41:58 smithi066 ceph-mon[112137]: from='client.369051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:58 smithi203 ceph-mon[117428]: pgmap v13462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:41:58 smithi203 ceph-mon[117428]: from='client.369051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:58 smithi137 ceph-mon[117020]: pgmap v13462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:41:58 smithi137 ceph-mon[117020]: from='client.369051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:00 smithi066 ceph-mon[112137]: pgmap v13463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:00 smithi203 ceph-mon[117428]: pgmap v13463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:00 smithi137 ceph-mon[117020]: pgmap v13463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:02.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:02 smithi066 ceph-mon[112137]: pgmap v13464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:02 smithi203 ceph-mon[117428]: pgmap v13464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:02 smithi137 ceph-mon[117020]: pgmap v13464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:02.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:02.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:02.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:03.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:03.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:03.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:03.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:03.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:04 smithi066 ceph-mon[112137]: from='client.369126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:04 smithi066 ceph-mon[112137]: pgmap v13465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:04 smithi203 ceph-mon[117428]: from='client.369126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:04 smithi203 ceph-mon[117428]: pgmap v13465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:04 smithi137 ceph-mon[117020]: from='client.369126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:04 smithi137 ceph-mon[117020]: pgmap v13465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:06 smithi066 ceph-mon[112137]: pgmap v13466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:06 smithi203 ceph-mon[117428]: pgmap v13466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:06 smithi137 ceph-mon[117020]: pgmap v13466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:08.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:08.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:08.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:08 smithi066 ceph-mon[112137]: pgmap v13467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:08 smithi203 ceph-mon[117428]: pgmap v13467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:08 smithi137 ceph-mon[117020]: pgmap v13467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:09.096 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:09.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:09.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:09.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:09.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:10 smithi066 ceph-mon[112137]: from='client.369201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:10 smithi066 ceph-mon[112137]: pgmap v13468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:10 smithi203 ceph-mon[117428]: from='client.369201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:10 smithi203 ceph-mon[117428]: pgmap v13468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:10 smithi137 ceph-mon[117020]: from='client.369201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:10 smithi137 ceph-mon[117020]: pgmap v13468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:12 smithi066 ceph-mon[112137]: pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:42:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:12 smithi203 ceph-mon[117428]: pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:42:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:12 smithi137 ceph-mon[117020]: pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:42:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:42:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:42:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:42:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:42:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:42:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:42:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:42:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:42:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:42:14.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:14.098 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:14.098 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:14 smithi203 ceph-mon[117428]: pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:14 smithi137 ceph-mon[117020]: pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:14 smithi066 ceph-mon[112137]: pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:14.825 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:14.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:14.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:14.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:14.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:16 smithi203 ceph-mon[117428]: from='client.369273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:16 smithi203 ceph-mon[117428]: pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:42:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:16 smithi137 ceph-mon[117020]: from='client.369273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:16 smithi137 ceph-mon[117020]: pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:42:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:16 smithi066 ceph-mon[112137]: from='client.369273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:16 smithi066 ceph-mon[112137]: pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:42:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:18 smithi203 ceph-mon[117428]: pgmap v13472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:42:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:18 smithi137 ceph-mon[117020]: pgmap v13472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:42:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:18 smithi066 ceph-mon[112137]: pgmap v13472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:42:19.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:19.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:19.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:20.561 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:20.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:20 smithi203 ceph-mon[117428]: pgmap v13473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:42:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:20 smithi137 ceph-mon[117020]: pgmap v13473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:42:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:20 smithi066 ceph-mon[112137]: pgmap v13473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:42:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:21 smithi203 ceph-mon[117428]: from='client.369348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:21 smithi137 ceph-mon[117020]: from='client.369348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:21 smithi066 ceph-mon[112137]: from='client.369348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:22 smithi203 ceph-mon[117428]: pgmap v13474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:22 smithi137 ceph-mon[117020]: pgmap v13474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:22 smithi066 ceph-mon[112137]: pgmap v13474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:24 smithi137 ceph-mon[117020]: pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:24 smithi066 ceph-mon[112137]: pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:24 smithi203 ceph-mon[117428]: pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:25.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:25.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:25.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:26.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:26.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:26.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:26.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:26.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:26 smithi137 ceph-mon[117020]: pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:26 smithi066 ceph-mon[112137]: pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:26 smithi203 ceph-mon[117428]: pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:27 smithi137 ceph-mon[117020]: from='client.369426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:27 smithi066 ceph-mon[112137]: from='client.369426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:27 smithi203 ceph-mon[117428]: from='client.369426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:28 smithi137 ceph-mon[117020]: pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:42:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:28 smithi066 ceph-mon[112137]: pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:42:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:28 smithi203 ceph-mon[117428]: pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:42:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:30 smithi137 ceph-mon[117020]: pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:42:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:30 smithi066 ceph-mon[112137]: pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:42:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:30 smithi203 ceph-mon[117428]: pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:42:31.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:31.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:31.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:32.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:32.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:32.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:32.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:32.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:32 smithi137 ceph-mon[117020]: pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:42:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:32 smithi066 ceph-mon[112137]: pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:42:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:32 smithi203 ceph-mon[117428]: pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:42:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:33 smithi137 ceph-mon[117020]: from='client.369501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:33 smithi066 ceph-mon[112137]: from='client.369501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:33 smithi203 ceph-mon[117428]: from='client.369501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:34 smithi137 ceph-mon[117020]: pgmap v13480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:34 smithi066 ceph-mon[112137]: pgmap v13480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:34 smithi203 ceph-mon[117428]: pgmap v13480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:36.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:36 smithi137 ceph-mon[117020]: pgmap v13481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:36 smithi066 ceph-mon[112137]: pgmap v13481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:36 smithi203 ceph-mon[117428]: pgmap v13481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:37.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:37.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:37.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:37.736 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:37.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:37.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:37.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:37.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:38 smithi137 ceph-mon[117020]: pgmap v13482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:38 smithi066 ceph-mon[112137]: pgmap v13482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:38 smithi203 ceph-mon[117428]: pgmap v13482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:39 smithi137 ceph-mon[117020]: from='client.369573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:39.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:39 smithi066 ceph-mon[112137]: from='client.369573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:39 smithi203 ceph-mon[117428]: from='client.369573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:40 smithi137 ceph-mon[117020]: pgmap v13483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:40 smithi066 ceph-mon[112137]: pgmap v13483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:40 smithi203 ceph-mon[117428]: pgmap v13483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:42 smithi137 ceph-mon[117020]: pgmap v13484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:42 smithi066 ceph-mon[112137]: pgmap v13484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:42.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:42.738 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:42.738 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:42 smithi203 ceph-mon[117428]: pgmap v13484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:43.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:43.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:43.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:43.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:43.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:44 smithi137 ceph-mon[117020]: from='client.369645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:44 smithi137 ceph-mon[117020]: pgmap v13485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:44 smithi066 ceph-mon[112137]: from='client.369645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:44 smithi066 ceph-mon[112137]: pgmap v13485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:44 smithi203 ceph-mon[117428]: from='client.369645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:44 smithi203 ceph-mon[117428]: pgmap v13485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:46 smithi137 ceph-mon[117020]: pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:46 smithi066 ceph-mon[112137]: pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:46 smithi203 ceph-mon[117428]: pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:48.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:48.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:48.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:48 smithi137 ceph-mon[117020]: pgmap v13487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:48 smithi066 ceph-mon[112137]: pgmap v13487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:48 smithi203 ceph-mon[117428]: pgmap v13487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:49.201 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:49.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:49.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:49.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:49.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:50 smithi137 ceph-mon[117020]: from='client.369723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:50 smithi137 ceph-mon[117020]: pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:50 smithi066 ceph-mon[112137]: from='client.369723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:50 smithi066 ceph-mon[112137]: pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:50 smithi203 ceph-mon[117428]: from='client.369723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:50 smithi203 ceph-mon[117428]: pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:52.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:52 smithi137 ceph-mon[117020]: pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:52 smithi066 ceph-mon[112137]: pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:52 smithi203 ceph-mon[117428]: pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:54.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:54.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:54.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:54 smithi066 ceph-mon[112137]: pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:54 smithi203 ceph-mon[117428]: pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:54 smithi137 ceph-mon[117020]: pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:54.926 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:42:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:42:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:56 smithi066 ceph-mon[112137]: from='client.369801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:56 smithi066 ceph-mon[112137]: pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:42:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:56 smithi203 ceph-mon[117428]: from='client.369801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:56 smithi203 ceph-mon[117428]: pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:42:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:56 smithi137 ceph-mon[117020]: from='client.369801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:56 smithi137 ceph-mon[117020]: pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:42:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:42:58 smithi066 ceph-mon[112137]: pgmap v13492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:42:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:42:58 smithi203 ceph-mon[117428]: pgmap v13492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:42:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:42:58 smithi137 ceph-mon[117020]: pgmap v13492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:42:59.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:42:59.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:59.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:00 smithi066 ceph-mon[112137]: pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:43:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:00 smithi203 ceph-mon[117428]: pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:43:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:00 smithi137 ceph-mon[117020]: pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:43:00.656 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:00.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:00.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:00.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:00.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:01 smithi066 ceph-mon[112137]: from='client.369870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:01 smithi203 ceph-mon[117428]: from='client.369870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:01 smithi137 ceph-mon[117020]: from='client.369870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:02 smithi066 ceph-mon[112137]: pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:02 smithi203 ceph-mon[117428]: pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:02 smithi137 ceph-mon[117020]: pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:04 smithi066 ceph-mon[112137]: pgmap v13495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:04 smithi203 ceph-mon[117428]: pgmap v13495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:04 smithi137 ceph-mon[117020]: pgmap v13495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:05.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:05.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:05.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:06.393 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:06.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:06.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:06.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:06.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:06 smithi066 ceph-mon[112137]: pgmap v13496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:06 smithi203 ceph-mon[117428]: pgmap v13496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:06 smithi137 ceph-mon[117020]: pgmap v13496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:07 smithi066 ceph-mon[112137]: from='client.369942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:07 smithi203 ceph-mon[117428]: from='client.369942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:07 smithi137 ceph-mon[117020]: from='client.369942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:08 smithi066 ceph-mon[112137]: pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:08 smithi203 ceph-mon[117428]: pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:08 smithi137 ceph-mon[117020]: pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:10 smithi066 ceph-mon[112137]: pgmap v13498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:10 smithi203 ceph-mon[117428]: pgmap v13498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:10 smithi137 ceph-mon[117020]: pgmap v13498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:11.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:11.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:11.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:12.129 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:12.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:12.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:12.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:12.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:12 smithi066 ceph-mon[112137]: pgmap v13499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:43:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:12 smithi203 ceph-mon[117428]: pgmap v13499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:43:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:12 smithi137 ceph-mon[117020]: pgmap v13499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:43:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:13 smithi066 ceph-mon[112137]: from='client.370017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:43:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:43:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:43:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:43:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:13 smithi203 ceph-mon[117428]: from='client.370017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:43:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:43:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:43:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:43:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:13 smithi137 ceph-mon[117020]: from='client.370017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:43:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:43:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:43:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:43:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:14 smithi066 ceph-mon[112137]: pgmap v13500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:14 smithi203 ceph-mon[117428]: pgmap v13500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:14 smithi137 ceph-mon[117020]: pgmap v13500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:16 smithi066 ceph-mon[112137]: pgmap v13501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:16 smithi203 ceph-mon[117428]: pgmap v13501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:16 smithi137 ceph-mon[117020]: pgmap v13501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:17.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:17.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:17.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:17.862 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:17.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:17.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:17.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:17.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:18 smithi066 ceph-mon[112137]: pgmap v13502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:18 smithi203 ceph-mon[117428]: pgmap v13502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:18 smithi137 ceph-mon[117020]: pgmap v13502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:19 smithi066 ceph-mon[112137]: from='client.370089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:19 smithi203 ceph-mon[117428]: from='client.370089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:19 smithi137 ceph-mon[117020]: from='client.370089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:20 smithi066 ceph-mon[112137]: pgmap v13503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:20 smithi203 ceph-mon[117428]: pgmap v13503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:20 smithi137 ceph-mon[117020]: pgmap v13503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:22 smithi066 ceph-mon[112137]: pgmap v13504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:22 smithi203 ceph-mon[117428]: pgmap v13504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:22 smithi137 ceph-mon[117020]: pgmap v13504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:22.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:22.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:22.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:23.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:23.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:23.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:23.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:23.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:24 smithi066 ceph-mon[112137]: pgmap v13505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:24 smithi066 ceph-mon[112137]: from='client.370167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:24 smithi203 ceph-mon[117428]: pgmap v13505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:24 smithi203 ceph-mon[117428]: from='client.370167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:24 smithi137 ceph-mon[117020]: pgmap v13505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:24 smithi137 ceph-mon[117020]: from='client.370167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:26 smithi066 ceph-mon[112137]: pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:26 smithi203 ceph-mon[117428]: pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:26 smithi137 ceph-mon[117020]: pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:28 smithi066 ceph-mon[112137]: pgmap v13507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:28 smithi203 ceph-mon[117428]: pgmap v13507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:28.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:28.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:28.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:28 smithi137 ceph-mon[117020]: pgmap v13507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:29.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:29.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:29.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:29.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:29.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:30 smithi066 ceph-mon[112137]: from='client.370245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:30 smithi066 ceph-mon[112137]: pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:30 smithi203 ceph-mon[117428]: from='client.370245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:30 smithi203 ceph-mon[117428]: pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:30 smithi137 ceph-mon[117020]: from='client.370245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:30 smithi137 ceph-mon[117020]: pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:32 smithi066 ceph-mon[112137]: pgmap v13509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:32 smithi203 ceph-mon[117428]: pgmap v13509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:32 smithi137 ceph-mon[117020]: pgmap v13509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:34.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:34.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:34.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:34 smithi066 ceph-mon[112137]: pgmap v13510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:34 smithi203 ceph-mon[117428]: pgmap v13510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:34 smithi137 ceph-mon[117020]: pgmap v13510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:35.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:35.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:35.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:35.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:35.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:36 smithi066 ceph-mon[112137]: from='client.370320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:36 smithi066 ceph-mon[112137]: pgmap v13511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:36 smithi203 ceph-mon[117428]: from='client.370320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:36 smithi203 ceph-mon[117428]: pgmap v13511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:36 smithi137 ceph-mon[117020]: from='client.370320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:36 smithi137 ceph-mon[117020]: pgmap v13511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:38 smithi066 ceph-mon[112137]: pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:38 smithi203 ceph-mon[117428]: pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:38 smithi137 ceph-mon[117020]: pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:40.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:40.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:40.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:40 smithi066 ceph-mon[112137]: pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:40 smithi203 ceph-mon[117428]: pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:40 smithi137 ceph-mon[117020]: pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:40.787 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:40.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:40.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:40.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:40.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:42 smithi066 ceph-mon[112137]: from='client.370398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:42 smithi066 ceph-mon[112137]: pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:42 smithi203 ceph-mon[117428]: from='client.370398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:42 smithi203 ceph-mon[117428]: pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:42 smithi137 ceph-mon[117020]: from='client.370398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:42 smithi137 ceph-mon[117020]: pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:44 smithi066 ceph-mon[112137]: pgmap v13515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:44 smithi203 ceph-mon[117428]: pgmap v13515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:44 smithi137 ceph-mon[117020]: pgmap v13515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:45.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:45.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:45.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:46 smithi066 ceph-mon[112137]: pgmap v13516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:46.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:46.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:46.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:46.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:46.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:46 smithi203 ceph-mon[117428]: pgmap v13516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:46 smithi137 ceph-mon[117020]: pgmap v13516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:47 smithi066 ceph-mon[112137]: from='client.370470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:47 smithi203 ceph-mon[117428]: from='client.370470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:47 smithi137 ceph-mon[117020]: from='client.370470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:48 smithi066 ceph-mon[112137]: pgmap v13517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:48 smithi203 ceph-mon[117428]: pgmap v13517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:48 smithi137 ceph-mon[117020]: pgmap v13517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:50 smithi066 ceph-mon[112137]: pgmap v13518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:50 smithi203 ceph-mon[117428]: pgmap v13518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:50 smithi137 ceph-mon[117020]: pgmap v13518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:51.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:51.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:51.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:52.251 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:52.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:52.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:52.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:52.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:52 smithi066 ceph-mon[112137]: pgmap v13519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:52 smithi203 ceph-mon[117428]: pgmap v13519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:52 smithi137 ceph-mon[117020]: pgmap v13519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:53 smithi066 ceph-mon[112137]: from='client.370545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:53.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:53 smithi203 ceph-mon[117428]: from='client.370545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:53 smithi137 ceph-mon[117020]: from='client.370545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:54 smithi066 ceph-mon[112137]: pgmap v13520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:54 smithi203 ceph-mon[117428]: pgmap v13520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:54 smithi137 ceph-mon[117020]: pgmap v13520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:56 smithi066 ceph-mon[112137]: pgmap v13521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:56 smithi203 ceph-mon[117428]: pgmap v13521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:56 smithi137 ceph-mon[117020]: pgmap v13521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:57.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:43:57.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:57.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:57.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:57.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:57.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:57.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:43:57.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:43:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:58 smithi066 ceph-mon[112137]: pgmap v13522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:58 smithi203 ceph-mon[117428]: pgmap v13522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:58 smithi137 ceph-mon[117020]: pgmap v13522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:43:59 smithi066 ceph-mon[112137]: from='client.370620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:43:59 smithi203 ceph-mon[117428]: from='client.370620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:43:59 smithi137 ceph-mon[117020]: from='client.370620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:00 smithi066 ceph-mon[112137]: pgmap v13523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:00 smithi203 ceph-mon[117428]: pgmap v13523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:00 smithi137 ceph-mon[117020]: pgmap v13523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:02 smithi066 ceph-mon[112137]: pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:02 smithi203 ceph-mon[117428]: pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:02 smithi137 ceph-mon[117020]: pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:02.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:02.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:02.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:03.721 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:03.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:03.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:03.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:03.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:04 smithi066 ceph-mon[112137]: pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:04 smithi066 ceph-mon[112137]: from='client.370698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:04 smithi203 ceph-mon[117428]: pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:04 smithi203 ceph-mon[117428]: from='client.370698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:04 smithi137 ceph-mon[117020]: pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:04 smithi137 ceph-mon[117020]: from='client.370698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:06 smithi066 ceph-mon[112137]: pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:06 smithi203 ceph-mon[117428]: pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:06 smithi137 ceph-mon[117020]: pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:08 smithi066 ceph-mon[112137]: pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:08 smithi203 ceph-mon[117428]: pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:08 smithi137 ceph-mon[117020]: pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:08.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:08.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:08.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:09.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:09.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:09.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:09.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:09.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:10 smithi066 ceph-mon[112137]: from='client.370773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:10 smithi066 ceph-mon[112137]: pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:10 smithi203 ceph-mon[117428]: from='client.370773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:10 smithi203 ceph-mon[117428]: pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:10 smithi137 ceph-mon[117020]: from='client.370773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:10 smithi137 ceph-mon[117020]: pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:12 smithi066 ceph-mon[112137]: pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:12 smithi203 ceph-mon[117428]: pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:12 smithi137 ceph-mon[117020]: pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:14.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:14.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:14.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:14 smithi066 ceph-mon[112137]: pgmap v13530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:44:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:44:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:44:14.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:44:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:14 smithi203 ceph-mon[117428]: pgmap v13530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:44:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:44:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:44:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:44:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:14 smithi137 ceph-mon[117020]: pgmap v13530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:44:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:44:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:44:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:44:15.190 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:15.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:15.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:15.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:15.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:16 smithi066 ceph-mon[112137]: from='client.370848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:16 smithi066 ceph-mon[112137]: pgmap v13531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:16 smithi203 ceph-mon[117428]: from='client.370848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:16 smithi203 ceph-mon[117428]: pgmap v13531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:16 smithi137 ceph-mon[117020]: from='client.370848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:16 smithi137 ceph-mon[117020]: pgmap v13531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:18 smithi066 ceph-mon[112137]: pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:18 smithi203 ceph-mon[117428]: pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:18.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:18 smithi137 ceph-mon[117020]: pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:20.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:20.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:20.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:20 smithi066 ceph-mon[112137]: pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:20 smithi203 ceph-mon[117428]: pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:20 smithi137 ceph-mon[117020]: pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:20.926 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:20.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:20.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:20.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:20.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:22 smithi066 ceph-mon[112137]: from='client.370926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:22 smithi066 ceph-mon[112137]: pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:22 smithi203 ceph-mon[117428]: from='client.370926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:22 smithi203 ceph-mon[117428]: pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:22 smithi137 ceph-mon[117020]: from='client.370926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:22 smithi137 ceph-mon[117020]: pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:24 smithi066 ceph-mon[112137]: pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:24 smithi203 ceph-mon[117428]: pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:24 smithi137 ceph-mon[117020]: pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:25.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:25.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:25.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:26 smithi066 ceph-mon[112137]: pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:26 smithi203 ceph-mon[117428]: pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:26 smithi137 ceph-mon[117020]: pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:26.658 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:26.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:26.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:26.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:26.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:27 smithi066 ceph-mon[112137]: from='client.370998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:27 smithi203 ceph-mon[117428]: from='client.370998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:27 smithi137 ceph-mon[117020]: from='client.370998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:28 smithi066 ceph-mon[112137]: pgmap v13537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:28 smithi203 ceph-mon[117428]: pgmap v13537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:28 smithi137 ceph-mon[117020]: pgmap v13537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:30 smithi066 ceph-mon[112137]: pgmap v13538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:30 smithi203 ceph-mon[117428]: pgmap v13538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:30 smithi137 ceph-mon[117020]: pgmap v13538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:31.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:31.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:31.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:32.386 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:32.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:32.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:32.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:32.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:32 smithi066 ceph-mon[112137]: pgmap v13539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:32 smithi203 ceph-mon[117428]: pgmap v13539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:32 smithi137 ceph-mon[117020]: pgmap v13539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:33 smithi066 ceph-mon[112137]: from='client.371073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:33.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:33 smithi203 ceph-mon[117428]: from='client.371073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:33 smithi137 ceph-mon[117020]: from='client.371073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:34 smithi066 ceph-mon[112137]: pgmap v13540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:34 smithi203 ceph-mon[117428]: pgmap v13540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:34 smithi137 ceph-mon[117020]: pgmap v13540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:36 smithi066 ceph-mon[112137]: pgmap v13541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:36.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:36 smithi203 ceph-mon[117428]: pgmap v13541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:36 smithi137 ceph-mon[117020]: pgmap v13541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:37.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:37.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:37.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:38.104 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:38.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:38.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:38.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:38.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:38 smithi066 ceph-mon[112137]: pgmap v13542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:38 smithi203 ceph-mon[117428]: pgmap v13542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:38 smithi137 ceph-mon[117020]: pgmap v13542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:39 smithi066 ceph-mon[112137]: from='client.371148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:39 smithi203 ceph-mon[117428]: from='client.371148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:39 smithi137 ceph-mon[117020]: from='client.371148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:40 smithi066 ceph-mon[112137]: pgmap v13543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:40 smithi203 ceph-mon[117428]: pgmap v13543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:40 smithi137 ceph-mon[117020]: pgmap v13543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:42 smithi066 ceph-mon[112137]: pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:42 smithi203 ceph-mon[117428]: pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:42 smithi137 ceph-mon[117020]: pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:43.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:43.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:43.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:43.824 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:43.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:43.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:43.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:43.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:44 smithi066 ceph-mon[112137]: pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:44 smithi203 ceph-mon[117428]: pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:44 smithi137 ceph-mon[117020]: pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:45 smithi066 ceph-mon[112137]: from='client.371226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:45 smithi203 ceph-mon[117428]: from='client.371226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:45 smithi137 ceph-mon[117020]: from='client.371226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:46 smithi066 ceph-mon[112137]: pgmap v13546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:46 smithi203 ceph-mon[117428]: pgmap v13546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:46 smithi137 ceph-mon[117020]: pgmap v13546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:48 smithi066 ceph-mon[112137]: pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:48 smithi203 ceph-mon[117428]: pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:48 smithi137 ceph-mon[117020]: pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:48.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:48.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:48.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:49.562 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:49.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:49.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:50 smithi066 ceph-mon[112137]: pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:50 smithi066 ceph-mon[112137]: from='client.371301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:50 smithi203 ceph-mon[117428]: pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:50 smithi203 ceph-mon[117428]: from='client.371301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:50 smithi137 ceph-mon[117020]: pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:50 smithi137 ceph-mon[117020]: from='client.371301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:52 smithi066 ceph-mon[112137]: pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:52 smithi203 ceph-mon[117428]: pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:52 smithi137 ceph-mon[117020]: pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:54 smithi066 ceph-mon[112137]: pgmap v13550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:54.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:44:54.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:54.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:54 smithi203 ceph-mon[117428]: pgmap v13550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:54 smithi137 ceph-mon[117020]: pgmap v13550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:55.286 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:44:55.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:55.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:55.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:55.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:44:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:56 smithi066 ceph-mon[112137]: from='client.371379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:56 smithi066 ceph-mon[112137]: pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:56 smithi203 ceph-mon[117428]: from='client.371379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:56 smithi203 ceph-mon[117428]: pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:56 smithi137 ceph-mon[117020]: from='client.371379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:56 smithi137 ceph-mon[117020]: pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:44:58 smithi066 ceph-mon[112137]: pgmap v13552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:44:58 smithi203 ceph-mon[117428]: pgmap v13552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:44:58 smithi137 ceph-mon[117020]: pgmap v13552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:00.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:00.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:00.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:00 smithi066 ceph-mon[112137]: pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:00 smithi203 ceph-mon[117428]: pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:00 smithi137 ceph-mon[117020]: pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:01.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:01.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:01.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:01.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:01.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:02 smithi066 ceph-mon[112137]: from='client.371451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:02 smithi066 ceph-mon[112137]: pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:02 smithi203 ceph-mon[117428]: from='client.371451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:02.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:02 smithi203 ceph-mon[117428]: pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:02 smithi137 ceph-mon[117020]: from='client.371451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:02 smithi137 ceph-mon[117020]: pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:04 smithi066 ceph-mon[112137]: pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:04 smithi203 ceph-mon[117428]: pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:04 smithi137 ceph-mon[117020]: pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:06.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:06.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:06.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:06 smithi066 ceph-mon[112137]: pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:06 smithi203 ceph-mon[117428]: pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:06 smithi137 ceph-mon[117020]: pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:06.745 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:06.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:06.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:06.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:06.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:07 smithi066 ceph-mon[112137]: from='client.371529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:07 smithi203 ceph-mon[117428]: from='client.371529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:07 smithi137 ceph-mon[117020]: from='client.371529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:08 smithi066 ceph-mon[112137]: pgmap v13557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:08 smithi203 ceph-mon[117428]: pgmap v13557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:08 smithi137 ceph-mon[117020]: pgmap v13557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:10.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:10 smithi066 ceph-mon[112137]: pgmap v13558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:10 smithi203 ceph-mon[117428]: pgmap v13558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:10 smithi137 ceph-mon[117020]: pgmap v13558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:11.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:11.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:11.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:12.471 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:12.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:12.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:12.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:12.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:12 smithi066 ceph-mon[112137]: pgmap v13559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:12 smithi203 ceph-mon[117428]: pgmap v13559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:12 smithi137 ceph-mon[117020]: pgmap v13559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:13 smithi066 ceph-mon[112137]: from='client.371601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:13 smithi203 ceph-mon[117428]: from='client.371601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:13 smithi137 ceph-mon[117020]: from='client.371601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:14 smithi066 ceph-mon[112137]: pgmap v13560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:45:14.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:14 smithi203 ceph-mon[117428]: pgmap v13560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:14.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:45:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:14 smithi137 ceph-mon[117020]: pgmap v13560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:45:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:45:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:45:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:15 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:45:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:45:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:45:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:15 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:45:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:45:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:45:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:15 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:45:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:16 smithi066 ceph-mon[112137]: pgmap v13561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:16 smithi203 ceph-mon[117428]: pgmap v13561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:16 smithi137 ceph-mon[117020]: pgmap v13561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:17.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:17.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:17.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:18.192 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:18.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:18.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:18.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:18.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:18 smithi066 ceph-mon[112137]: pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:18 smithi203 ceph-mon[117428]: pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:18 smithi137 ceph-mon[117020]: pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:19 smithi066 ceph-mon[112137]: from='client.371676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:19 smithi203 ceph-mon[117428]: from='client.371676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:19 smithi137 ceph-mon[117020]: from='client.371676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:20 smithi066 ceph-mon[112137]: pgmap v13563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:20 smithi203 ceph-mon[117428]: pgmap v13563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:20 smithi137 ceph-mon[117020]: pgmap v13563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:22 smithi066 ceph-mon[112137]: pgmap v13564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:22 smithi203 ceph-mon[117428]: pgmap v13564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:22 smithi137 ceph-mon[117020]: pgmap v13564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:23.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:23.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:23.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:23.916 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:23.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:23.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:23.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:23.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:24 smithi066 ceph-mon[112137]: pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:24 smithi203 ceph-mon[117428]: pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:24 smithi137 ceph-mon[117020]: pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:25 smithi066 ceph-mon[112137]: from='client.371754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:25 smithi203 ceph-mon[117428]: from='client.371754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:25 smithi137 ceph-mon[117020]: from='client.371754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:26 smithi066 ceph-mon[112137]: pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:26 smithi203 ceph-mon[117428]: pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:26 smithi137 ceph-mon[117020]: pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:28 smithi066 ceph-mon[112137]: pgmap v13567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:28 smithi203 ceph-mon[117428]: pgmap v13567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:28 smithi137 ceph-mon[117020]: pgmap v13567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:28.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:28.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:28.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:29.642 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:29.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:29.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:29.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:29.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:30 smithi066 ceph-mon[112137]: pgmap v13568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:30 smithi066 ceph-mon[112137]: from='client.371829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:30 smithi203 ceph-mon[117428]: pgmap v13568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:30 smithi203 ceph-mon[117428]: from='client.371829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:30 smithi137 ceph-mon[117020]: pgmap v13568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:30 smithi137 ceph-mon[117020]: from='client.371829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:32 smithi066 ceph-mon[112137]: pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:45:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:32 smithi203 ceph-mon[117428]: pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:45:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:32 smithi137 ceph-mon[117020]: pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:45:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:34 smithi066 ceph-mon[112137]: pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:45:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:34 smithi203 ceph-mon[117428]: pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:45:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:34 smithi137 ceph-mon[117020]: pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:45:34.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:34.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:34.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:35.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:35.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:35.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:35.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:35.367 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:36 smithi066 ceph-mon[112137]: from='client.371898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:36 smithi066 ceph-mon[112137]: pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:36 smithi203 ceph-mon[117428]: from='client.371898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:36 smithi203 ceph-mon[117428]: pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:36 smithi137 ceph-mon[117020]: from='client.371898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:36 smithi137 ceph-mon[117020]: pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:38 smithi066 ceph-mon[112137]: pgmap v13572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:38 smithi203 ceph-mon[117428]: pgmap v13572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:38 smithi137 ceph-mon[117020]: pgmap v13572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:40.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:40.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:40.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:40 smithi066 ceph-mon[112137]: pgmap v13573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:40 smithi203 ceph-mon[117428]: pgmap v13573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:40 smithi137 ceph-mon[117020]: pgmap v13573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:41.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:41.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:41.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:41.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:41.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:42 smithi066 ceph-mon[112137]: from='client.371973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:42 smithi066 ceph-mon[112137]: pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:42 smithi203 ceph-mon[117428]: from='client.371973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:42 smithi203 ceph-mon[117428]: pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:42 smithi137 ceph-mon[117020]: from='client.371973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:42 smithi137 ceph-mon[117020]: pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:44.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:44 smithi066 ceph-mon[112137]: pgmap v13575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:45:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:44 smithi203 ceph-mon[117428]: pgmap v13575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:45:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:44 smithi137 ceph-mon[117020]: pgmap v13575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:45:46.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:46.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:46.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:46 smithi066 ceph-mon[112137]: pgmap v13576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:45:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:46 smithi203 ceph-mon[117428]: pgmap v13576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:45:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:46 smithi137 ceph-mon[117020]: pgmap v13576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:45:46.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:46.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:46.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:46.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:46.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:48 smithi066 ceph-mon[112137]: from='client.372051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:48 smithi066 ceph-mon[112137]: pgmap v13577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:48 smithi203 ceph-mon[117428]: from='client.372051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:48 smithi203 ceph-mon[117428]: pgmap v13577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:48 smithi137 ceph-mon[117020]: from='client.372051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:48 smithi137 ceph-mon[117020]: pgmap v13577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:50 smithi066 ceph-mon[112137]: pgmap v13578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:50 smithi203 ceph-mon[117428]: pgmap v13578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:50 smithi137 ceph-mon[117020]: pgmap v13578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:51.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:51.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:51.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:52 smithi066 ceph-mon[112137]: pgmap v13579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:52.549 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:52.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:52.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:52.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:52.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:52 smithi203 ceph-mon[117428]: pgmap v13579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:52 smithi137 ceph-mon[117020]: pgmap v13579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:53 smithi066 ceph-mon[112137]: from='client.372126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:53.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:53 smithi203 ceph-mon[117428]: from='client.372126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:53 smithi137 ceph-mon[117020]: from='client.372126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:54 smithi066 ceph-mon[112137]: pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:54 smithi203 ceph-mon[117428]: pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:54 smithi137 ceph-mon[117020]: pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:56 smithi066 ceph-mon[112137]: pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:56 smithi203 ceph-mon[117428]: pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:56 smithi137 ceph-mon[117020]: pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:57.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:45:57.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:57.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:58.276 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:45:58.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:58.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:58.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:58.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:45:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:58 smithi066 ceph-mon[112137]: pgmap v13582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:58 smithi203 ceph-mon[117428]: pgmap v13582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:58.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:58 smithi137 ceph-mon[117020]: pgmap v13582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:45:59 smithi066 ceph-mon[112137]: from='client.372198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:45:59 smithi203 ceph-mon[117428]: from='client.372198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:45:59 smithi137 ceph-mon[117020]: from='client.372198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:00 smithi066 ceph-mon[112137]: pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:00 smithi203 ceph-mon[117428]: pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:00 smithi137 ceph-mon[117020]: pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:02 smithi066 ceph-mon[112137]: pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:02 smithi203 ceph-mon[117428]: pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:02 smithi137 ceph-mon[117020]: pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:03.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:03.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:03.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:03.999 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:03.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:03.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:03.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:03.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:04 smithi066 ceph-mon[112137]: pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:04 smithi203 ceph-mon[117428]: pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:04 smithi137 ceph-mon[117020]: pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:05 smithi066 ceph-mon[112137]: from='client.372276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:05 smithi203 ceph-mon[117428]: from='client.372276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:05 smithi137 ceph-mon[117020]: from='client.372276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:06 smithi066 ceph-mon[112137]: pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:06 smithi203 ceph-mon[117428]: pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:06 smithi137 ceph-mon[117020]: pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:08 smithi066 ceph-mon[112137]: pgmap v13587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:08 smithi203 ceph-mon[117428]: pgmap v13587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:08 smithi137 ceph-mon[117020]: pgmap v13587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:09.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:09.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:09.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:09.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:09.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:09.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:09.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:09.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:10 smithi066 ceph-mon[112137]: pgmap v13588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:10 smithi066 ceph-mon[112137]: from='client.372351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:10 smithi203 ceph-mon[117428]: pgmap v13588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:10 smithi203 ceph-mon[117428]: from='client.372351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:10 smithi137 ceph-mon[117020]: pgmap v13588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:10 smithi137 ceph-mon[117020]: from='client.372351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:12 smithi066 ceph-mon[112137]: pgmap v13589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:46:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:12 smithi203 ceph-mon[117428]: pgmap v13589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:46:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:12 smithi137 ceph-mon[117020]: pgmap v13589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:46:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:14 smithi066 ceph-mon[112137]: pgmap v13590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:46:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:14 smithi203 ceph-mon[117428]: pgmap v13590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:46:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:14 smithi137 ceph-mon[117020]: pgmap v13590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:46:14.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:14.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:14.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:46:15.506 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:15.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:15.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:15.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:15.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:46:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:46:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:16 smithi066 ceph-mon[112137]: from='client.372429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:16 smithi066 ceph-mon[112137]: pgmap v13591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:46:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:46:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:46:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:16 smithi203 ceph-mon[117428]: from='client.372429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:16 smithi203 ceph-mon[117428]: pgmap v13591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:46:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:46:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:46:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:16 smithi137 ceph-mon[117020]: from='client.372429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:16 smithi137 ceph-mon[117020]: pgmap v13591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:46:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:46:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:46:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:18 smithi066 ceph-mon[112137]: pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:18 smithi203 ceph-mon[117428]: pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:18 smithi137 ceph-mon[117020]: pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:20 smithi066 ceph-mon[112137]: pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:20.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:20.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:20.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:20 smithi203 ceph-mon[117428]: pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:20 smithi137 ceph-mon[117020]: pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:21.227 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:21.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:21.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:21.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:21.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:22 smithi066 ceph-mon[112137]: from='client.372504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:22 smithi066 ceph-mon[112137]: pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:22 smithi203 ceph-mon[117428]: from='client.372504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:22 smithi203 ceph-mon[117428]: pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:22 smithi137 ceph-mon[117020]: from='client.372504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:22 smithi137 ceph-mon[117020]: pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:24 smithi066 ceph-mon[112137]: pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:46:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:24 smithi203 ceph-mon[117428]: pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:46:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:24 smithi137 ceph-mon[117020]: pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:46:26.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:26.229 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:26.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:26 smithi066 ceph-mon[112137]: pgmap v13596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:46:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:26 smithi203 ceph-mon[117428]: pgmap v13596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:46:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:26 smithi137 ceph-mon[117020]: pgmap v13596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:46:26.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:26.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:26.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:26.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:26.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:28 smithi066 ceph-mon[112137]: from='client.372582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:28 smithi066 ceph-mon[112137]: pgmap v13597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:28 smithi203 ceph-mon[117428]: from='client.372582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:28 smithi203 ceph-mon[117428]: pgmap v13597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:28 smithi137 ceph-mon[117020]: from='client.372582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:28 smithi137 ceph-mon[117020]: pgmap v13597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:30 smithi066 ceph-mon[112137]: pgmap v13598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:30 smithi203 ceph-mon[117428]: pgmap v13598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:30.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:30 smithi137 ceph-mon[117020]: pgmap v13598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:31.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:31.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:31.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:32 smithi066 ceph-mon[112137]: pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:32 smithi203 ceph-mon[117428]: pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:32 smithi137 ceph-mon[117020]: pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:32.688 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:32.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:32.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:33 smithi066 ceph-mon[112137]: from='client.372657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:33.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:33 smithi203 ceph-mon[117428]: from='client.372657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:33 smithi137 ceph-mon[117020]: from='client.372657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:34 smithi066 ceph-mon[112137]: pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:34 smithi203 ceph-mon[117428]: pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:34 smithi137 ceph-mon[117020]: pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:36 smithi066 ceph-mon[112137]: pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:36 smithi203 ceph-mon[117428]: pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:36 smithi137 ceph-mon[117020]: pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:37.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:37.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:37.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:38.410 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:38.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:38.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:38.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:38.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:38 smithi066 ceph-mon[112137]: pgmap v13602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:38 smithi203 ceph-mon[117428]: pgmap v13602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:38 smithi137 ceph-mon[117020]: pgmap v13602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:39 smithi066 ceph-mon[112137]: from='client.372735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:39 smithi203 ceph-mon[117428]: from='client.372735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:39 smithi137 ceph-mon[117020]: from='client.372735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:40 smithi066 ceph-mon[112137]: pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:40 smithi203 ceph-mon[117428]: pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:40 smithi137 ceph-mon[117020]: pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:42 smithi066 ceph-mon[112137]: pgmap v13604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:42 smithi203 ceph-mon[117428]: pgmap v13604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:42 smithi137 ceph-mon[117020]: pgmap v13604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:43.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:43.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:43.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:44.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:44.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:44.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:44.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:44.131 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:44 smithi066 ceph-mon[112137]: pgmap v13605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:44 smithi203 ceph-mon[117428]: pgmap v13605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:44 smithi137 ceph-mon[117020]: pgmap v13605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:45 smithi066 ceph-mon[112137]: from='client.372807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:45 smithi203 ceph-mon[117428]: from='client.372807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:45 smithi137 ceph-mon[117020]: from='client.372807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:46 smithi066 ceph-mon[112137]: pgmap v13606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:46 smithi203 ceph-mon[117428]: pgmap v13606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:46 smithi137 ceph-mon[117020]: pgmap v13606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:48 smithi066 ceph-mon[112137]: pgmap v13607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:48 smithi203 ceph-mon[117428]: pgmap v13607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:48 smithi137 ceph-mon[117020]: pgmap v13607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:49.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:49.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:49.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:49.856 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:49.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:49.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:49.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:49.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:50 smithi066 ceph-mon[112137]: pgmap v13608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:50 smithi203 ceph-mon[117428]: pgmap v13608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:50 smithi137 ceph-mon[117020]: pgmap v13608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:51 smithi066 ceph-mon[112137]: from='client.372882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:51 smithi203 ceph-mon[117428]: from='client.372882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:51 smithi137 ceph-mon[117020]: from='client.372882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:52 smithi066 ceph-mon[112137]: pgmap v13609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:46:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:52 smithi203 ceph-mon[117428]: pgmap v13609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:46:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:52 smithi137 ceph-mon[117020]: pgmap v13609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:46:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:54 smithi066 ceph-mon[112137]: pgmap v13610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:46:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:54 smithi203 ceph-mon[117428]: pgmap v13610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:46:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:54 smithi137 ceph-mon[117020]: pgmap v13610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:46:54.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:46:54.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:54.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:55.583 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:46:55.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:55.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:55.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:55.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:46:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:56 smithi066 ceph-mon[112137]: pgmap v13611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:56 smithi066 ceph-mon[112137]: from='client.372960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:56 smithi203 ceph-mon[117428]: pgmap v13611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:56 smithi203 ceph-mon[117428]: from='client.372960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:56 smithi137 ceph-mon[117020]: pgmap v13611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:56.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:56 smithi137 ceph-mon[117020]: from='client.372960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:46:58 smithi066 ceph-mon[112137]: pgmap v13612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:46:58 smithi203 ceph-mon[117428]: pgmap v13612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:46:58 smithi137 ceph-mon[117020]: pgmap v13612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:00 smithi066 ceph-mon[112137]: pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:00 smithi203 ceph-mon[117428]: pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:00.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:00.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:00.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:00 smithi137 ceph-mon[117020]: pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:01.309 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:01.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:01.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:01.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:01.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:02 smithi066 ceph-mon[112137]: from='client.373038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:02 smithi066 ceph-mon[112137]: pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:02 smithi203 ceph-mon[117428]: from='client.373038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:02 smithi203 ceph-mon[117428]: pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:02 smithi137 ceph-mon[117020]: from='client.373038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:02 smithi137 ceph-mon[117020]: pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:04 smithi066 ceph-mon[112137]: pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:47:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:04 smithi203 ceph-mon[117428]: pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:47:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:04 smithi137 ceph-mon[117020]: pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:47:06.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:06.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:06.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:06.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:06 smithi066 ceph-mon[112137]: pgmap v13616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:47:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:06 smithi203 ceph-mon[117428]: pgmap v13616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:47:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:06 smithi137 ceph-mon[117020]: pgmap v13616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:47:07.036 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:07.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:07.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:07.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:07.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:08 smithi066 ceph-mon[112137]: from='client.373116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:08 smithi066 ceph-mon[112137]: pgmap v13617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:08 smithi203 ceph-mon[117428]: from='client.373116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:08 smithi203 ceph-mon[117428]: pgmap v13617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:08 smithi137 ceph-mon[117020]: from='client.373116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:08 smithi137 ceph-mon[117020]: pgmap v13617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:10 smithi066 ceph-mon[112137]: pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:10 smithi203 ceph-mon[117428]: pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:10 smithi137 ceph-mon[117020]: pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:12.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:12.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:12.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:12 smithi066 ceph-mon[112137]: pgmap v13619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:12 smithi203 ceph-mon[117428]: pgmap v13619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:12 smithi137 ceph-mon[117020]: pgmap v13619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:12.778 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:12.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:12.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:12.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:12.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:13 smithi066 ceph-mon[112137]: from='client.373191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:13 smithi203 ceph-mon[117428]: from='client.373191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:13 smithi137 ceph-mon[117020]: from='client.373191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:14 smithi066 ceph-mon[112137]: pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:14 smithi203 ceph-mon[117428]: pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:14 smithi137 ceph-mon[117020]: pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:16 smithi066 ceph-mon[112137]: pgmap v13621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:47:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:47:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:47:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:47:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:16 smithi203 ceph-mon[117428]: pgmap v13621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:47:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:47:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:47:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:47:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:16 smithi137 ceph-mon[117020]: pgmap v13621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:47:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:47:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:47:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:47:17.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:17.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:17.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:18.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:18 smithi066 ceph-mon[112137]: pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:18.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:18.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:18.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:18.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:18.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:18 smithi203 ceph-mon[117428]: pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:18 smithi137 ceph-mon[117020]: pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:19 smithi066 ceph-mon[112137]: from='client.373260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:19 smithi203 ceph-mon[117428]: from='client.373260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:19 smithi137 ceph-mon[117020]: from='client.373260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:20 smithi066 ceph-mon[112137]: pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:20 smithi203 ceph-mon[117428]: pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:20 smithi137 ceph-mon[117020]: pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:22 smithi066 ceph-mon[112137]: pgmap v13624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:22 smithi203 ceph-mon[117428]: pgmap v13624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:22 smithi137 ceph-mon[117020]: pgmap v13624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:23.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:23.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:23.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:24.257 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:24.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:24.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:24.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:24.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:24 smithi066 ceph-mon[112137]: pgmap v13625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:24 smithi203 ceph-mon[117428]: pgmap v13625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:24 smithi137 ceph-mon[117020]: pgmap v13625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:25 smithi066 ceph-mon[112137]: from='client.373338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:25 smithi203 ceph-mon[117428]: from='client.373338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:25 smithi137 ceph-mon[117020]: from='client.373338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:26 smithi066 ceph-mon[112137]: pgmap v13626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:26 smithi203 ceph-mon[117428]: pgmap v13626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:26 smithi137 ceph-mon[117020]: pgmap v13626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:28 smithi066 ceph-mon[112137]: pgmap v13627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:28 smithi203 ceph-mon[117428]: pgmap v13627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:28.968 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:28 smithi137 ceph-mon[117020]: pgmap v13627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:29.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:29.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:29.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:29.997 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:29.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:29.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:29.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:29.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:30 smithi066 ceph-mon[112137]: pgmap v13628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:30 smithi203 ceph-mon[117428]: pgmap v13628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:30 smithi137 ceph-mon[117020]: pgmap v13628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:31 smithi066 ceph-mon[112137]: from='client.373410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:31 smithi203 ceph-mon[117428]: from='client.373410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:31 smithi137 ceph-mon[117020]: from='client.373410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:32 smithi066 ceph-mon[112137]: pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:32 smithi203 ceph-mon[117428]: pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:32 smithi137 ceph-mon[117020]: pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:34 smithi066 ceph-mon[112137]: pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:34 smithi203 ceph-mon[117428]: pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:34 smithi137 ceph-mon[117020]: pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:34.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:34.999 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:34.999 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:35.717 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:35.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:35.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:35.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:35.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:36 smithi066 ceph-mon[112137]: pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:36.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:36 smithi066 ceph-mon[112137]: from='client.373488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:36 smithi203 ceph-mon[117428]: pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:36 smithi203 ceph-mon[117428]: from='client.373488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:36 smithi137 ceph-mon[117020]: pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:36 smithi137 ceph-mon[117020]: from='client.373488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:38 smithi066 ceph-mon[112137]: pgmap v13632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:38 smithi203 ceph-mon[117428]: pgmap v13632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:38 smithi137 ceph-mon[117020]: pgmap v13632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:40 smithi066 ceph-mon[112137]: pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:40 smithi203 ceph-mon[117428]: pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:40 smithi137 ceph-mon[117020]: pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:40.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:40.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:40.719 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:41.439 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:41.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:41.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:41.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:41.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:42 smithi066 ceph-mon[112137]: from='client.373560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:42 smithi066 ceph-mon[112137]: pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:42 smithi203 ceph-mon[117428]: from='client.373560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:42 smithi203 ceph-mon[117428]: pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:42 smithi137 ceph-mon[117020]: from='client.373560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:42 smithi137 ceph-mon[117020]: pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:44 smithi066 ceph-mon[112137]: pgmap v13635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:44 smithi203 ceph-mon[117428]: pgmap v13635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:44 smithi137 ceph-mon[117020]: pgmap v13635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:46.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:46.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:46.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:46 smithi066 ceph-mon[112137]: pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:46 smithi203 ceph-mon[117428]: pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:46 smithi137 ceph-mon[117020]: pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:47.161 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:47.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:47.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:47.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:47.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:48 smithi066 ceph-mon[112137]: from='client.373635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:48 smithi066 ceph-mon[112137]: pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:48 smithi203 ceph-mon[117428]: from='client.373635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:48 smithi203 ceph-mon[117428]: pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:48 smithi137 ceph-mon[117020]: from='client.373635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:48 smithi137 ceph-mon[117020]: pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:50 smithi066 ceph-mon[112137]: pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:50 smithi203 ceph-mon[117428]: pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:50 smithi137 ceph-mon[117020]: pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:52.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:52.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:52.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:52 smithi066 ceph-mon[112137]: pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:52 smithi203 ceph-mon[117428]: pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:52 smithi137 ceph-mon[117020]: pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:52.900 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:52.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:52.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:52.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:52.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:54 smithi066 ceph-mon[112137]: from='client.373710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:54.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:54 smithi066 ceph-mon[112137]: pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:54.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:54 smithi203 ceph-mon[117428]: from='client.373710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:54.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:54 smithi203 ceph-mon[117428]: pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:54 smithi137 ceph-mon[117020]: from='client.373710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:54.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:54 smithi137 ceph-mon[117020]: pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:56 smithi066 ceph-mon[112137]: pgmap v13641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:56 smithi203 ceph-mon[117428]: pgmap v13641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:56 smithi137 ceph-mon[117020]: pgmap v13641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:57.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:47:57.902 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:57.902 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:58 smithi066 ceph-mon[112137]: pgmap v13642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:58 smithi203 ceph-mon[117428]: pgmap v13642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:58 smithi137 ceph-mon[117020]: pgmap v13642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:58.627 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:47:58.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:58.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:58.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:58.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:47:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:47:59 smithi066 ceph-mon[112137]: from='client.373782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:47:59 smithi203 ceph-mon[117428]: from='client.373782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:47:59 smithi137 ceph-mon[117020]: from='client.373782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:00 smithi066 ceph-mon[112137]: pgmap v13643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:00 smithi203 ceph-mon[117428]: pgmap v13643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:00 smithi137 ceph-mon[117020]: pgmap v13643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:02 smithi066 ceph-mon[112137]: pgmap v13644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:02 smithi203 ceph-mon[117428]: pgmap v13644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:02 smithi137 ceph-mon[117020]: pgmap v13644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:03.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:03.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:03.629 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:04.358 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:04.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:04.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:04.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:04.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:04 smithi066 ceph-mon[112137]: pgmap v13645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:04 smithi203 ceph-mon[117428]: pgmap v13645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:04 smithi137 ceph-mon[117020]: pgmap v13645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:05 smithi066 ceph-mon[112137]: from='client.373860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:05 smithi203 ceph-mon[117428]: from='client.373860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:05 smithi137 ceph-mon[117020]: from='client.373860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:06.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:06 smithi066 ceph-mon[112137]: pgmap v13646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:06 smithi203 ceph-mon[117428]: pgmap v13646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:06 smithi137 ceph-mon[117020]: pgmap v13646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:08 smithi066 ceph-mon[112137]: pgmap v13647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:08 smithi203 ceph-mon[117428]: pgmap v13647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:08 smithi137 ceph-mon[117020]: pgmap v13647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:09.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:09.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:09.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:10.082 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:10.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:10.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:10.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:10.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:10 smithi066 ceph-mon[112137]: pgmap v13648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:10 smithi203 ceph-mon[117428]: pgmap v13648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:10 smithi137 ceph-mon[117020]: pgmap v13648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:11 smithi066 ceph-mon[112137]: from='client.373932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:11 smithi203 ceph-mon[117428]: from='client.373932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:11 smithi137 ceph-mon[117020]: from='client.373932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:12 smithi066 ceph-mon[112137]: pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:12 smithi203 ceph-mon[117428]: pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:12 smithi137 ceph-mon[117020]: pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:14 smithi066 ceph-mon[112137]: pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:14 smithi203 ceph-mon[117428]: pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:14 smithi137 ceph-mon[117020]: pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:15.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:15.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:15.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:15.812 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:15.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:15.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:15.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:15.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:16 smithi066 ceph-mon[112137]: pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:48:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:16 smithi203 ceph-mon[117428]: pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:48:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:16 smithi137 ceph-mon[117020]: pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:48:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='client.374010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:48:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:48:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='client.374010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:48:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:48:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='client.374010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:48:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:48:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:48:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:18 smithi066 ceph-mon[112137]: pgmap v13652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:18 smithi203 ceph-mon[117428]: pgmap v13652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:18 smithi137 ceph-mon[117020]: pgmap v13652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:20 smithi066 ceph-mon[112137]: pgmap v13653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:20.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:20 smithi203 ceph-mon[117428]: pgmap v13653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:20 smithi137 ceph-mon[117020]: pgmap v13653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:20.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:20.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:20.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:21.543 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:21.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:21.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:21.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:21.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:22 smithi066 ceph-mon[112137]: from='client.374088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:22 smithi066 ceph-mon[112137]: pgmap v13654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:22 smithi203 ceph-mon[117428]: from='client.374088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:22 smithi203 ceph-mon[117428]: pgmap v13654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:22 smithi137 ceph-mon[117020]: from='client.374088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:22 smithi137 ceph-mon[117020]: pgmap v13654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:24 smithi066 ceph-mon[112137]: pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:24 smithi203 ceph-mon[117428]: pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:24 smithi137 ceph-mon[117020]: pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:26 smithi066 ceph-mon[112137]: pgmap v13656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:26.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:26.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:26.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:26 smithi203 ceph-mon[117428]: pgmap v13656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:26 smithi137 ceph-mon[117020]: pgmap v13656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:27.264 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:27.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:27.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:27.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:27.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:28 smithi066 ceph-mon[112137]: from='client.374163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:28 smithi066 ceph-mon[112137]: pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:28 smithi203 ceph-mon[117428]: from='client.374163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:28 smithi203 ceph-mon[117428]: pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:28 smithi137 ceph-mon[117020]: from='client.374163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:28 smithi137 ceph-mon[117020]: pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:30 smithi066 ceph-mon[112137]: pgmap v13658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:30 smithi203 ceph-mon[117428]: pgmap v13658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:30 smithi137 ceph-mon[117020]: pgmap v13658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:32.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:32.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:32.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:32 smithi066 ceph-mon[112137]: pgmap v13659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:32 smithi203 ceph-mon[117428]: pgmap v13659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:32 smithi137 ceph-mon[117020]: pgmap v13659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:32.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:32.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:32.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:32.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:32.999 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:34 smithi203 ceph-mon[117428]: from='client.374241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:34 smithi203 ceph-mon[117428]: pgmap v13660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:34 smithi137 ceph-mon[117020]: from='client.374241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:34 smithi137 ceph-mon[117020]: pgmap v13660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:34 smithi066 ceph-mon[112137]: from='client.374241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:34 smithi066 ceph-mon[112137]: pgmap v13660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:36 smithi203 ceph-mon[117428]: pgmap v13661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:36 smithi137 ceph-mon[117020]: pgmap v13661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:36 smithi066 ceph-mon[112137]: pgmap v13661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:38.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:38.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:38.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:38 smithi203 ceph-mon[117428]: pgmap v13662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:38 smithi137 ceph-mon[117020]: pgmap v13662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:38.722 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:38.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:38.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:38.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:38.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:38 smithi066 ceph-mon[112137]: pgmap v13662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:39 smithi203 ceph-mon[117428]: from='client.374313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:39 smithi137 ceph-mon[117020]: from='client.374313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:39.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:39 smithi066 ceph-mon[112137]: from='client.374313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:40 smithi203 ceph-mon[117428]: pgmap v13663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:40 smithi137 ceph-mon[117020]: pgmap v13663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:40 smithi066 ceph-mon[112137]: pgmap v13663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:42 smithi066 ceph-mon[112137]: pgmap v13664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:42 smithi203 ceph-mon[117428]: pgmap v13664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:42 smithi137 ceph-mon[117020]: pgmap v13664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:43.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:43.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:43.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:44.454 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:44.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:44.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:44.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:44.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:44 smithi066 ceph-mon[112137]: pgmap v13665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:44 smithi203 ceph-mon[117428]: pgmap v13665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:44 smithi137 ceph-mon[117020]: pgmap v13665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:45 smithi066 ceph-mon[112137]: from='client.374385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:45 smithi203 ceph-mon[117428]: from='client.374385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:45 smithi137 ceph-mon[117020]: from='client.374385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:46 smithi066 ceph-mon[112137]: pgmap v13666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:46 smithi203 ceph-mon[117428]: pgmap v13666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:46 smithi137 ceph-mon[117020]: pgmap v13666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:48 smithi066 ceph-mon[112137]: pgmap v13667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:48 smithi203 ceph-mon[117428]: pgmap v13667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:48 smithi137 ceph-mon[117020]: pgmap v13667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:49.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:49.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:49.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:50.173 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:50.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:50.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:50.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:50.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:50 smithi066 ceph-mon[112137]: pgmap v13668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:50 smithi203 ceph-mon[117428]: pgmap v13668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:50 smithi137 ceph-mon[117020]: pgmap v13668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:51 smithi066 ceph-mon[112137]: from='client.374463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:51 smithi203 ceph-mon[117428]: from='client.374463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:51 smithi137 ceph-mon[117020]: from='client.374463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:52 smithi066 ceph-mon[112137]: pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:52 smithi203 ceph-mon[117428]: pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:52 smithi137 ceph-mon[117020]: pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:54 smithi066 ceph-mon[112137]: pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:54 smithi203 ceph-mon[117428]: pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:54 smithi137 ceph-mon[117020]: pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:55.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:48:55.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:55.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:55.916 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:48:55.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:55.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:55.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:55.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:48:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:56 smithi066 ceph-mon[112137]: pgmap v13671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:56 smithi203 ceph-mon[117428]: pgmap v13671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:56 smithi137 ceph-mon[117020]: pgmap v13671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:57 smithi066 ceph-mon[112137]: from='client.374538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:57 smithi203 ceph-mon[117428]: from='client.374538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:57 smithi137 ceph-mon[117020]: from='client.374538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:48:58 smithi066 ceph-mon[112137]: pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:48:58 smithi203 ceph-mon[117428]: pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:48:58 smithi137 ceph-mon[117020]: pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:00 smithi066 ceph-mon[112137]: pgmap v13673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:00 smithi203 ceph-mon[117428]: pgmap v13673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:00 smithi137 ceph-mon[117020]: pgmap v13673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:00.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:00.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:00.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:01.639 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:01.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:01.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:01.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:01.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:02 smithi066 ceph-mon[112137]: pgmap v13674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:02 smithi066 ceph-mon[112137]: from='client.374610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:02 smithi203 ceph-mon[117428]: pgmap v13674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:02 smithi203 ceph-mon[117428]: from='client.374610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:02 smithi137 ceph-mon[117020]: pgmap v13674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:02 smithi137 ceph-mon[117020]: from='client.374610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:04 smithi203 ceph-mon[117428]: pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:04 smithi137 ceph-mon[117020]: pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:04 smithi066 ceph-mon[112137]: pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:06 smithi203 ceph-mon[117428]: pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:06 smithi137 ceph-mon[117020]: pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:06.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:06.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:06.642 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:06 smithi066 ceph-mon[112137]: pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:07.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:07.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:07.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:07.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:07.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:08 smithi203 ceph-mon[117428]: from='client.374682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:08 smithi203 ceph-mon[117428]: pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:08 smithi137 ceph-mon[117020]: from='client.374682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:08 smithi137 ceph-mon[117020]: pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:08 smithi066 ceph-mon[112137]: from='client.374682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:08 smithi066 ceph-mon[112137]: pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:10 smithi203 ceph-mon[117428]: pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:10 smithi137 ceph-mon[117020]: pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:10 smithi066 ceph-mon[112137]: pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:12.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:12.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:12.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:12.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:12 smithi066 ceph-mon[112137]: pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:12 smithi203 ceph-mon[117428]: pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:12 smithi137 ceph-mon[117020]: pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:13.102 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:13.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:13.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:13.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:13.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:14 smithi203 ceph-mon[117428]: from='client.374754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:14 smithi203 ceph-mon[117428]: pgmap v13680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:14 smithi137 ceph-mon[117020]: from='client.374754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:14 smithi137 ceph-mon[117020]: pgmap v13680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:14 smithi066 ceph-mon[112137]: from='client.374754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:14 smithi066 ceph-mon[112137]: pgmap v13680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:16 smithi203 ceph-mon[117428]: pgmap v13681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:16 smithi137 ceph-mon[117020]: pgmap v13681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:16 smithi066 ceph-mon[112137]: pgmap v13681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:49:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:49:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:49:18.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:18.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:18.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:18 smithi137 ceph-mon[117020]: pgmap v13682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:18.399 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:18 smithi066 ceph-mon[112137]: pgmap v13682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:18.448 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:18 smithi203 ceph-mon[117428]: pgmap v13682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:18.836 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:18.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:18.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:18.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:18.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='client.374832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: pgmap v13683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:49:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:49:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='client.374832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: pgmap v13683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:49:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='client.374832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: pgmap v13683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:49:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:49:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:49:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:22 smithi066 ceph-mon[112137]: pgmap v13684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:22 smithi203 ceph-mon[117428]: pgmap v13684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:22 smithi137 ceph-mon[117020]: pgmap v13684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:23.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:23.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:23.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:24.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:24.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:24.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:24.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:24.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:24 smithi203 ceph-mon[117428]: pgmap v13685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:24 smithi137 ceph-mon[117020]: pgmap v13685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:24 smithi066 ceph-mon[112137]: pgmap v13685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:25 smithi203 ceph-mon[117428]: from='client.374907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:25 smithi137 ceph-mon[117020]: from='client.374907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:25 smithi066 ceph-mon[112137]: from='client.374907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:26 smithi203 ceph-mon[117428]: pgmap v13686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:26 smithi137 ceph-mon[117020]: pgmap v13686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:26 smithi066 ceph-mon[112137]: pgmap v13686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:28 smithi203 ceph-mon[117428]: pgmap v13687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:28 smithi137 ceph-mon[117020]: pgmap v13687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:28 smithi066 ceph-mon[112137]: pgmap v13687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:29.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:29.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:29.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:30.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:30.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:30.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:30.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:30.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:30 smithi203 ceph-mon[117428]: pgmap v13688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:30 smithi137 ceph-mon[117020]: pgmap v13688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:30 smithi066 ceph-mon[112137]: pgmap v13688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:31 smithi203 ceph-mon[117428]: from='client.374979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:31 smithi137 ceph-mon[117020]: from='client.374979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:31 smithi066 ceph-mon[112137]: from='client.374979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:32 smithi203 ceph-mon[117428]: pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:32 smithi137 ceph-mon[117020]: pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:32 smithi066 ceph-mon[112137]: pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:34 smithi203 ceph-mon[117428]: pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:34 smithi137 ceph-mon[117020]: pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:34 smithi066 ceph-mon[112137]: pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:35.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:35.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:35.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:36.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:36.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:36.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:36.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:36.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:36 smithi203 ceph-mon[117428]: pgmap v13691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:36 smithi137 ceph-mon[117020]: pgmap v13691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:36 smithi066 ceph-mon[112137]: pgmap v13691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:37 smithi203 ceph-mon[117428]: from='client.375054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:37 smithi137 ceph-mon[117020]: from='client.375054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:37 smithi066 ceph-mon[112137]: from='client.375054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:38 smithi203 ceph-mon[117428]: pgmap v13692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:38 smithi137 ceph-mon[117020]: pgmap v13692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:38.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:38 smithi066 ceph-mon[112137]: pgmap v13692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:40 smithi203 ceph-mon[117428]: pgmap v13693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:40 smithi137 ceph-mon[117020]: pgmap v13693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:40 smithi066 ceph-mon[112137]: pgmap v13693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:41.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:41.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:41.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:41.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:41.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:41.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:41.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:41.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:42 smithi066 ceph-mon[112137]: pgmap v13694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:42 smithi066 ceph-mon[112137]: from='client.375132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:42 smithi203 ceph-mon[117428]: pgmap v13694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:42 smithi203 ceph-mon[117428]: from='client.375132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:42 smithi137 ceph-mon[117020]: pgmap v13694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:42 smithi137 ceph-mon[117020]: from='client.375132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:44 smithi203 ceph-mon[117428]: pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:44 smithi137 ceph-mon[117020]: pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:44 smithi066 ceph-mon[112137]: pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:46 smithi203 ceph-mon[117428]: pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:46 smithi137 ceph-mon[117020]: pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:46 smithi066 ceph-mon[112137]: pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:46.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:46.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:46.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:47.488 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:47.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:47.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:47.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:47.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:48 smithi203 ceph-mon[117428]: from='client.375204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:48 smithi203 ceph-mon[117428]: pgmap v13697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:48 smithi137 ceph-mon[117020]: from='client.375204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:48 smithi137 ceph-mon[117020]: pgmap v13697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:48 smithi066 ceph-mon[112137]: from='client.375204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:48 smithi066 ceph-mon[112137]: pgmap v13697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:50 smithi203 ceph-mon[117428]: pgmap v13698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:50 smithi137 ceph-mon[117020]: pgmap v13698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:50 smithi066 ceph-mon[112137]: pgmap v13698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:52 smithi066 ceph-mon[112137]: pgmap v13699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:52.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:52.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:52.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:52 smithi203 ceph-mon[117428]: pgmap v13699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:52 smithi137 ceph-mon[117020]: pgmap v13699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:53.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:53.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:53.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:53.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:49:53.222 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:54 smithi203 ceph-mon[117428]: from='client.375282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:54 smithi203 ceph-mon[117428]: pgmap v13700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:54 smithi137 ceph-mon[117020]: from='client.375282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:54 smithi137 ceph-mon[117020]: pgmap v13700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:54.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:54 smithi066 ceph-mon[112137]: from='client.375282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:54.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:54 smithi066 ceph-mon[112137]: pgmap v13700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:56 smithi203 ceph-mon[117428]: pgmap v13701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:56 smithi137 ceph-mon[117020]: pgmap v13701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:56.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:56 smithi066 ceph-mon[112137]: pgmap v13701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:58.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:49:58.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:58.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:49:58 smithi203 ceph-mon[117428]: pgmap v13702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:49:58 smithi137 ceph-mon[117020]: pgmap v13702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:49:58 smithi066 ceph-mon[112137]: pgmap v13702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:58.947 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:49:58.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:58.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:58.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:58.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:00 smithi203 ceph-mon[117428]: from='client.375357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:00 smithi203 ceph-mon[117428]: pgmap v13703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T00:50:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:00 smithi137 ceph-mon[117020]: from='client.375357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:00 smithi137 ceph-mon[117020]: pgmap v13703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T00:50:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:00 smithi066 ceph-mon[112137]: from='client.375357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:00 smithi066 ceph-mon[112137]: pgmap v13703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T00:50:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:02 smithi066 ceph-mon[112137]: pgmap v13704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:02 smithi203 ceph-mon[117428]: pgmap v13704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:02 smithi137 ceph-mon[117020]: pgmap v13704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:03.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:03.948 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:03.949 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:04 smithi203 ceph-mon[117428]: pgmap v13705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:04 smithi137 ceph-mon[117020]: pgmap v13705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:04.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:04.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:04.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:04.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:04.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:04 smithi066 ceph-mon[112137]: pgmap v13705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:05 smithi203 ceph-mon[117428]: from='client.375435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:05 smithi137 ceph-mon[117020]: from='client.375435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:05 smithi066 ceph-mon[112137]: from='client.375435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:06.581 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:06 smithi203 ceph-mon[117428]: pgmap v13706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:50:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:06 smithi137 ceph-mon[117020]: pgmap v13706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:50:06.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:06 smithi066 ceph-mon[112137]: pgmap v13706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:50:08.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:08 smithi203 ceph-mon[117428]: pgmap v13707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:08 smithi137 ceph-mon[117020]: pgmap v13707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:08 smithi066 ceph-mon[112137]: pgmap v13707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:09.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:09.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:09.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:10.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:10.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:10.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:10.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:10.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:10 smithi203 ceph-mon[117428]: pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:10 smithi137 ceph-mon[117020]: pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:10 smithi066 ceph-mon[112137]: pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:11 smithi203 ceph-mon[117428]: from='client.375513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:11 smithi137 ceph-mon[117020]: from='client.375513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:11 smithi066 ceph-mon[112137]: from='client.375513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:12 smithi203 ceph-mon[117428]: pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:12 smithi137 ceph-mon[117020]: pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:12 smithi066 ceph-mon[112137]: pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:14 smithi203 ceph-mon[117428]: pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:14 smithi137 ceph-mon[117020]: pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:14 smithi066 ceph-mon[112137]: pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:16.109 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:16.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:16.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:16.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:16.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:16 smithi203 ceph-mon[117428]: pgmap v13711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:16 smithi137 ceph-mon[117020]: pgmap v13711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:16 smithi066 ceph-mon[112137]: pgmap v13711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:17 smithi203 ceph-mon[117428]: from='client.375591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:17 smithi137 ceph-mon[117020]: from='client.375591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:17 smithi066 ceph-mon[112137]: from='client.375591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:18 smithi203 ceph-mon[117428]: pgmap v13712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:50:18.639 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:18 smithi137 ceph-mon[117020]: pgmap v13712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:50:18.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:18 smithi066 ceph-mon[112137]: pgmap v13712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:50:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:20 smithi203 ceph-mon[117428]: pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:50:20.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:50:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:20 smithi137 ceph-mon[117020]: pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:50:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:50:20.640 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:20 smithi066 ceph-mon[112137]: pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:50:20.640 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:50:21.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:21.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:21.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:21.888 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:21.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:21.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:21.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:21.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: pgmap v13714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:50:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:50:22.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: pgmap v13714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:50:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:50:22.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: pgmap v13714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T00:50:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:50:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:50:22.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:50:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:23 smithi066 ceph-mon[112137]: from='client.375666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:23 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 17066M 2023-12-08T00:50:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:23 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15600M 2023-12-08T00:50:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:23 smithi203 ceph-mon[117428]: from='client.375666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:23 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 17066M 2023-12-08T00:50:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:23 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15600M 2023-12-08T00:50:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:23 smithi137 ceph-mon[117020]: from='client.375666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:23 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 17066M 2023-12-08T00:50:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:23 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15600M 2023-12-08T00:50:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:24 smithi066 ceph-mon[112137]: pgmap v13715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:24.576 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:24 smithi203 ceph-mon[117428]: pgmap v13715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:24 smithi137 ceph-mon[117020]: pgmap v13715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:26 smithi066 ceph-mon[112137]: pgmap v13716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:26 smithi203 ceph-mon[117428]: pgmap v13716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:26 smithi137 ceph-mon[117020]: pgmap v13716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:26.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:26.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:26.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:27.633 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:27.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:27.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:27.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:27.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:28 smithi066 ceph-mon[112137]: pgmap v13717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:28 smithi066 ceph-mon[112137]: from='client.375741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:28 smithi203 ceph-mon[117428]: pgmap v13717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:28 smithi203 ceph-mon[117428]: from='client.375741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:28 smithi137 ceph-mon[117020]: pgmap v13717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:28 smithi137 ceph-mon[117020]: from='client.375741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:30 smithi203 ceph-mon[117428]: pgmap v13718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:30 smithi137 ceph-mon[117020]: pgmap v13718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:30 smithi066 ceph-mon[112137]: pgmap v13718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:32 smithi066 ceph-mon[112137]: pgmap v13719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:32 smithi203 ceph-mon[117428]: pgmap v13719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:32 smithi137 ceph-mon[117020]: pgmap v13719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:32.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:32.632 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:32.632 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:33.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:33.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:33.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:33.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:33.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:34 smithi203 ceph-mon[117428]: from='client.375819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:34 smithi203 ceph-mon[117428]: pgmap v13720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:34.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:34 smithi137 ceph-mon[117020]: from='client.375819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:34.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:34 smithi137 ceph-mon[117020]: pgmap v13720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:34 smithi066 ceph-mon[112137]: from='client.375819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:34 smithi066 ceph-mon[112137]: pgmap v13720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:36 smithi203 ceph-mon[117428]: pgmap v13721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:36 smithi137 ceph-mon[117020]: pgmap v13721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:36 smithi066 ceph-mon[112137]: pgmap v13721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:38.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:38.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:38.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:38 smithi203 ceph-mon[117428]: pgmap v13722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:38 smithi137 ceph-mon[117020]: pgmap v13722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:38 smithi066 ceph-mon[112137]: pgmap v13722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:39.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:39.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:39.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:39.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:39.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:40 smithi203 ceph-mon[117428]: from='client.375897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:40 smithi203 ceph-mon[117428]: pgmap v13723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:40 smithi137 ceph-mon[117020]: from='client.375897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:40 smithi137 ceph-mon[117020]: pgmap v13723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:40 smithi066 ceph-mon[112137]: from='client.375897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:40 smithi066 ceph-mon[112137]: pgmap v13723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:42 smithi066 ceph-mon[112137]: pgmap v13724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:42.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:42 smithi203 ceph-mon[117428]: pgmap v13724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:42 smithi137 ceph-mon[117020]: pgmap v13724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:44.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:44.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:44.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:44 smithi203 ceph-mon[117428]: pgmap v13725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:44.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:44 smithi137 ceph-mon[117020]: pgmap v13725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:44 smithi066 ceph-mon[112137]: pgmap v13725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:44.863 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:44.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:44.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:44.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:44.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:46 smithi203 ceph-mon[117428]: from='client.375966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:46 smithi203 ceph-mon[117428]: pgmap v13726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:50:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:46 smithi137 ceph-mon[117020]: from='client.375966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:46 smithi137 ceph-mon[117020]: pgmap v13726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:50:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:46 smithi066 ceph-mon[112137]: from='client.375966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:46 smithi066 ceph-mon[112137]: pgmap v13726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:50:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:48 smithi203 ceph-mon[117428]: pgmap v13727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:50:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:48 smithi137 ceph-mon[117020]: pgmap v13727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:50:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:48 smithi066 ceph-mon[112137]: pgmap v13727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:50:49.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:49.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:49.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:50 smithi203 ceph-mon[117428]: pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:50:50.589 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:50.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:50.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:50.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:50.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:50 smithi137 ceph-mon[117020]: pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:50:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:50 smithi066 ceph-mon[112137]: pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:50:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:51 smithi203 ceph-mon[117428]: from='client.376038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:51 smithi137 ceph-mon[117020]: from='client.376038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:51 smithi066 ceph-mon[112137]: from='client.376038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:52 smithi203 ceph-mon[117428]: pgmap v13729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:52 smithi137 ceph-mon[117020]: pgmap v13729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:52 smithi066 ceph-mon[112137]: pgmap v13729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:54 smithi203 ceph-mon[117428]: pgmap v13730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:54 smithi137 ceph-mon[117020]: pgmap v13730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:54 smithi066 ceph-mon[112137]: pgmap v13730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:55.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:50:55.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:55.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:56.319 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:50:56.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:56.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:56.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:56.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:50:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:56 smithi203 ceph-mon[117428]: pgmap v13731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:56 smithi137 ceph-mon[117020]: pgmap v13731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:56 smithi066 ceph-mon[112137]: pgmap v13731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:57 smithi203 ceph-mon[117428]: from='client.376113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:57 smithi137 ceph-mon[117020]: from='client.376113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:57.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:57 smithi066 ceph-mon[112137]: from='client.376113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:50:58 smithi203 ceph-mon[117428]: pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:50:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:50:58 smithi137 ceph-mon[117020]: pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:50:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:50:58 smithi066 ceph-mon[112137]: pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:51:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:00 smithi203 ceph-mon[117428]: pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:51:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:00 smithi137 ceph-mon[117020]: pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:51:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:00 smithi066 ceph-mon[112137]: pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:51:01.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:01.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:01.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:02.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:02.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:02.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:02.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:02.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:02 smithi066 ceph-mon[112137]: pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:51:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:02 smithi203 ceph-mon[117428]: pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:51:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:02 smithi137 ceph-mon[117020]: pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:51:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:03 smithi066 ceph-mon[112137]: from='client.376185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:03 smithi203 ceph-mon[117428]: from='client.376185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:03 smithi137 ceph-mon[117020]: from='client.376185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:04 smithi203 ceph-mon[117428]: pgmap v13735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:04 smithi137 ceph-mon[117020]: pgmap v13735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:04 smithi066 ceph-mon[112137]: pgmap v13735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:06 smithi203 ceph-mon[117428]: pgmap v13736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:06 smithi137 ceph-mon[117020]: pgmap v13736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:06 smithi066 ceph-mon[112137]: pgmap v13736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:07.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:07.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:07.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:07.763 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:07.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:07.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:07.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:07.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:08 smithi203 ceph-mon[117428]: pgmap v13737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:08 smithi203 ceph-mon[117428]: from='client.376263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:08.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:08 smithi137 ceph-mon[117020]: pgmap v13737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:08.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:08 smithi137 ceph-mon[117020]: from='client.376263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:08 smithi066 ceph-mon[112137]: pgmap v13737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:08 smithi066 ceph-mon[112137]: from='client.376263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:10 smithi203 ceph-mon[117428]: pgmap v13738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:10.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:10 smithi137 ceph-mon[117020]: pgmap v13738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:10 smithi066 ceph-mon[112137]: pgmap v13738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:12 smithi066 ceph-mon[112137]: pgmap v13739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:12 smithi203 ceph-mon[117428]: pgmap v13739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:12 smithi137 ceph-mon[117020]: pgmap v13739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:12.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:12.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:12.765 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:13.485 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:13.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:13.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:13.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:13.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:14.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:14 smithi203 ceph-mon[117428]: from='client.376341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:14.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:14 smithi203 ceph-mon[117428]: pgmap v13740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:14 smithi137 ceph-mon[117020]: from='client.376341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:14 smithi137 ceph-mon[117020]: pgmap v13740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:14 smithi066 ceph-mon[112137]: from='client.376341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:14 smithi066 ceph-mon[112137]: pgmap v13740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:16 smithi203 ceph-mon[117428]: pgmap v13741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:16.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:16 smithi137 ceph-mon[117020]: pgmap v13741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:16 smithi066 ceph-mon[112137]: pgmap v13741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:18.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:18.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:18.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:18 smithi203 ceph-mon[117428]: pgmap v13742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:18 smithi137 ceph-mon[117020]: pgmap v13742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:18 smithi066 ceph-mon[112137]: pgmap v13742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:19.218 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:19.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:19.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:19.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:19.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:20 smithi203 ceph-mon[117428]: from='client.376419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:20 smithi203 ceph-mon[117428]: pgmap v13743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:20 smithi137 ceph-mon[117020]: from='client.376419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:20 smithi137 ceph-mon[117020]: pgmap v13743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:20 smithi066 ceph-mon[112137]: from='client.376419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:20 smithi066 ceph-mon[112137]: pgmap v13743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:22 smithi066 ceph-mon[112137]: pgmap v13744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:22 smithi203 ceph-mon[117428]: pgmap v13744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:22 smithi137 ceph-mon[117020]: pgmap v13744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:51:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:51:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:51:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:51:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:51:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:51:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:51:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:51:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:51:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:51:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:51:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:51:24.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:24.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:24.221 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:24.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:24 smithi203 ceph-mon[117428]: pgmap v13745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:24 smithi137 ceph-mon[117020]: pgmap v13745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:24 smithi066 ceph-mon[112137]: pgmap v13745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:24.957 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:24.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:24.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:24.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:24.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:26 smithi203 ceph-mon[117428]: from='client.376497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:26 smithi203 ceph-mon[117428]: pgmap v13746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:26 smithi137 ceph-mon[117020]: from='client.376497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:26 smithi137 ceph-mon[117020]: pgmap v13746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:26 smithi066 ceph-mon[112137]: from='client.376497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:26 smithi066 ceph-mon[112137]: pgmap v13746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:28 smithi203 ceph-mon[117428]: pgmap v13747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:28 smithi137 ceph-mon[117020]: pgmap v13747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:28 smithi066 ceph-mon[112137]: pgmap v13747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:29.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:29.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:29.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:30 smithi203 ceph-mon[117428]: pgmap v13748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:30 smithi137 ceph-mon[117020]: pgmap v13748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:30.677 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:30.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:30.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:30.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:30.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:30 smithi066 ceph-mon[112137]: pgmap v13748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:31 smithi203 ceph-mon[117428]: from='client.376572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:31 smithi137 ceph-mon[117020]: from='client.376572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:31 smithi066 ceph-mon[112137]: from='client.376572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:32 smithi203 ceph-mon[117428]: pgmap v13749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:32 smithi137 ceph-mon[117020]: pgmap v13749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:32 smithi066 ceph-mon[112137]: pgmap v13749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:34 smithi203 ceph-mon[117428]: pgmap v13750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:34 smithi137 ceph-mon[117020]: pgmap v13750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:34 smithi066 ceph-mon[112137]: pgmap v13750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:35.679 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:35.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:35.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:36.413 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:36.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:36.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:36.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:36.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:36 smithi203 ceph-mon[117428]: pgmap v13751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:36 smithi137 ceph-mon[117020]: pgmap v13751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:36 smithi066 ceph-mon[112137]: pgmap v13751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:37 smithi203 ceph-mon[117428]: from='client.376650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:37 smithi137 ceph-mon[117020]: from='client.376650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:37 smithi066 ceph-mon[112137]: from='client.376650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:38 smithi203 ceph-mon[117428]: pgmap v13752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:38 smithi137 ceph-mon[117020]: pgmap v13752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:38 smithi066 ceph-mon[112137]: pgmap v13752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:40 smithi203 ceph-mon[117428]: pgmap v13753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:40 smithi137 ceph-mon[117020]: pgmap v13753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:40 smithi066 ceph-mon[112137]: pgmap v13753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:41.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:41.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:41.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:42.143 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:42.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:42.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:42.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:42.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:42 smithi203 ceph-mon[117428]: pgmap v13754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:42.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:42 smithi137 ceph-mon[117020]: pgmap v13754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:42 smithi066 ceph-mon[112137]: pgmap v13754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:43 smithi203 ceph-mon[117428]: from='client.376722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:43 smithi137 ceph-mon[117020]: from='client.376722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:43 smithi066 ceph-mon[112137]: from='client.376722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:44 smithi203 ceph-mon[117428]: pgmap v13755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:44 smithi137 ceph-mon[117020]: pgmap v13755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:44.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:44 smithi066 ceph-mon[112137]: pgmap v13755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:46 smithi203 ceph-mon[117428]: pgmap v13756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:46 smithi137 ceph-mon[117020]: pgmap v13756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:46 smithi066 ceph-mon[112137]: pgmap v13756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:47.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:47.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:47.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:47.886 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:47.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:47.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:47.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:47.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:48 smithi203 ceph-mon[117428]: pgmap v13757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:48 smithi137 ceph-mon[117020]: pgmap v13757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:48.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:48 smithi066 ceph-mon[112137]: pgmap v13757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:49 smithi203 ceph-mon[117428]: from='client.376797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:49 smithi137 ceph-mon[117020]: from='client.376797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:49 smithi066 ceph-mon[112137]: from='client.376797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:50 smithi203 ceph-mon[117428]: pgmap v13758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:50 smithi137 ceph-mon[117020]: pgmap v13758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:50 smithi066 ceph-mon[112137]: pgmap v13758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:52 smithi203 ceph-mon[117428]: pgmap v13759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:52 smithi137 ceph-mon[117020]: pgmap v13759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:52 smithi066 ceph-mon[112137]: pgmap v13759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:52.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:52.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:52.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:53.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:51:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:54 smithi203 ceph-mon[117428]: pgmap v13760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:54 smithi203 ceph-mon[117428]: from='client.376875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:54 smithi137 ceph-mon[117020]: pgmap v13760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:54 smithi137 ceph-mon[117020]: from='client.376875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:54 smithi066 ceph-mon[112137]: pgmap v13760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:54 smithi066 ceph-mon[112137]: from='client.376875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:56 smithi203 ceph-mon[117428]: pgmap v13761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:56 smithi137 ceph-mon[117020]: pgmap v13761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:56 smithi066 ceph-mon[112137]: pgmap v13761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:58.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:51:58 smithi203 ceph-mon[117428]: pgmap v13762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:58.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:51:58.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:58.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:51:58 smithi137 ceph-mon[117020]: pgmap v13762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:51:58 smithi066 ceph-mon[112137]: pgmap v13762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:59.324 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:51:59.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:59.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:59.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:59.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:00 smithi203 ceph-mon[117428]: from='client.376950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:00 smithi203 ceph-mon[117428]: pgmap v13763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:00 smithi137 ceph-mon[117020]: from='client.376950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:00 smithi137 ceph-mon[117020]: pgmap v13763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:00 smithi066 ceph-mon[112137]: from='client.376950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:00 smithi066 ceph-mon[112137]: pgmap v13763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:02 smithi203 ceph-mon[117428]: pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:02 smithi137 ceph-mon[117020]: pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:02 smithi066 ceph-mon[112137]: pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:04.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:04.326 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:04.326 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:04.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:04 smithi203 ceph-mon[117428]: pgmap v13765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:04 smithi137 ceph-mon[117020]: pgmap v13765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:04.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:04 smithi066 ceph-mon[112137]: pgmap v13765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:05.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:05.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:05.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:05.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:05.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:06 smithi203 ceph-mon[117428]: from='client.377022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:06 smithi203 ceph-mon[117428]: pgmap v13766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:06.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:06 smithi137 ceph-mon[117020]: from='client.377022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:06.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:06 smithi137 ceph-mon[117020]: pgmap v13766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:06 smithi066 ceph-mon[112137]: from='client.377022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:06 smithi066 ceph-mon[112137]: pgmap v13766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:08 smithi203 ceph-mon[117428]: pgmap v13767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:08 smithi137 ceph-mon[117020]: pgmap v13767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:08 smithi066 ceph-mon[112137]: pgmap v13767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:10.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:10.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:10.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:10 smithi203 ceph-mon[117428]: pgmap v13768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:10 smithi137 ceph-mon[117020]: pgmap v13768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:10 smithi066 ceph-mon[112137]: pgmap v13768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:10.780 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:10.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:10.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:10.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:10.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:11 smithi203 ceph-mon[117428]: from='client.377097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:11 smithi137 ceph-mon[117020]: from='client.377097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:11 smithi066 ceph-mon[112137]: from='client.377097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:12 smithi203 ceph-mon[117428]: pgmap v13769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:12 smithi137 ceph-mon[117020]: pgmap v13769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:12 smithi066 ceph-mon[112137]: pgmap v13769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:14 smithi203 ceph-mon[117428]: pgmap v13770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:14 smithi137 ceph-mon[117020]: pgmap v13770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:14 smithi066 ceph-mon[112137]: pgmap v13770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:15.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:15.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:15.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:16.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:16.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:16.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:16.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:16.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:16 smithi203 ceph-mon[117428]: pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:16 smithi137 ceph-mon[117020]: pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:16 smithi066 ceph-mon[112137]: pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:17 smithi137 ceph-mon[117020]: from='client.377169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:17 smithi066 ceph-mon[112137]: from='client.377169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:17 smithi203 ceph-mon[117428]: from='client.377169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:18 smithi137 ceph-mon[117020]: pgmap v13772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:18 smithi066 ceph-mon[112137]: pgmap v13772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:18 smithi203 ceph-mon[117428]: pgmap v13772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:20 smithi137 ceph-mon[117020]: pgmap v13773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:20 smithi066 ceph-mon[112137]: pgmap v13773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:20 smithi203 ceph-mon[117428]: pgmap v13773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:21.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:21.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:21.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:22.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:22.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:22.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:22.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:22.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:22 smithi203 ceph-mon[117428]: pgmap v13774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:22 smithi137 ceph-mon[117020]: pgmap v13774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:22 smithi066 ceph-mon[112137]: pgmap v13774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:23 smithi203 ceph-mon[117428]: from='client.377244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:52:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:23 smithi137 ceph-mon[117020]: from='client.377244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:52:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:23 smithi066 ceph-mon[112137]: from='client.377244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:52:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:24 smithi203 ceph-mon[117428]: pgmap v13775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:52:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:52:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:52:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:24 smithi137 ceph-mon[117020]: pgmap v13775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:52:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:52:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:52:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:24 smithi066 ceph-mon[112137]: pgmap v13775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:52:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:52:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:52:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:26 smithi203 ceph-mon[117428]: pgmap v13776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:26 smithi137 ceph-mon[117020]: pgmap v13776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:26 smithi066 ceph-mon[112137]: pgmap v13776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:27.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:27.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:27.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:27.983 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:27.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:27.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:27.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:27.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:28 smithi203 ceph-mon[117428]: pgmap v13777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:28 smithi137 ceph-mon[117020]: pgmap v13777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:28 smithi066 ceph-mon[112137]: pgmap v13777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:29.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:29 smithi203 ceph-mon[117428]: from='client.377319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:29 smithi137 ceph-mon[117020]: from='client.377319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:29 smithi066 ceph-mon[112137]: from='client.377319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:30 smithi203 ceph-mon[117428]: pgmap v13778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:30 smithi137 ceph-mon[117020]: pgmap v13778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:30 smithi066 ceph-mon[112137]: pgmap v13778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:32 smithi203 ceph-mon[117428]: pgmap v13779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:32 smithi137 ceph-mon[117020]: pgmap v13779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:32 smithi066 ceph-mon[112137]: pgmap v13779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:32.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:32.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:32.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:33.705 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:33.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:33.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:33.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:33.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:34 smithi203 ceph-mon[117428]: pgmap v13780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:34 smithi203 ceph-mon[117428]: from='client.377397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:34 smithi137 ceph-mon[117020]: pgmap v13780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:34 smithi137 ceph-mon[117020]: from='client.377397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:34 smithi066 ceph-mon[112137]: pgmap v13780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:34 smithi066 ceph-mon[112137]: from='client.377397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:36 smithi203 ceph-mon[117428]: pgmap v13781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:36.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:36 smithi137 ceph-mon[117020]: pgmap v13781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:36 smithi066 ceph-mon[112137]: pgmap v13781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:38 smithi203 ceph-mon[117428]: pgmap v13782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:38.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:38 smithi137 ceph-mon[117020]: pgmap v13782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:38.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:38.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:38.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:38 smithi066 ceph-mon[112137]: pgmap v13782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:39.447 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:39.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:39.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:39.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:39.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:40 smithi203 ceph-mon[117428]: from='client.377475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:40 smithi203 ceph-mon[117428]: pgmap v13783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:40 smithi137 ceph-mon[117020]: from='client.377475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:40 smithi137 ceph-mon[117020]: pgmap v13783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:40 smithi066 ceph-mon[112137]: from='client.377475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:40 smithi066 ceph-mon[112137]: pgmap v13783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:42 smithi203 ceph-mon[117428]: pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:42 smithi137 ceph-mon[117020]: pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:42 smithi066 ceph-mon[112137]: pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:44.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:44.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:44.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:44 smithi203 ceph-mon[117428]: pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:44 smithi137 ceph-mon[117020]: pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:44 smithi066 ceph-mon[112137]: pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:45.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:45.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:45.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:45.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:45.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:46 smithi203 ceph-mon[117428]: from='client.377553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:46 smithi203 ceph-mon[117428]: pgmap v13786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:46 smithi137 ceph-mon[117020]: from='client.377553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:46 smithi137 ceph-mon[117020]: pgmap v13786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:46 smithi066 ceph-mon[112137]: from='client.377553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:46 smithi066 ceph-mon[112137]: pgmap v13786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:48 smithi137 ceph-mon[117020]: pgmap v13787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:48 smithi066 ceph-mon[112137]: pgmap v13787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:48 smithi203 ceph-mon[117428]: pgmap v13787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:50.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:50.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:50.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:50 smithi137 ceph-mon[117020]: pgmap v13788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:50 smithi066 ceph-mon[112137]: pgmap v13788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:50 smithi203 ceph-mon[117428]: pgmap v13788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:50.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:50.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:50.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:50.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:50.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:52 smithi203 ceph-mon[117428]: from='client.377631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:52 smithi203 ceph-mon[117428]: pgmap v13789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:52 smithi137 ceph-mon[117020]: from='client.377631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:52 smithi137 ceph-mon[117020]: pgmap v13789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:52 smithi066 ceph-mon[112137]: from='client.377631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:52.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:52 smithi066 ceph-mon[112137]: pgmap v13789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:54 smithi203 ceph-mon[117428]: pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:54 smithi137 ceph-mon[117020]: pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:54 smithi066 ceph-mon[112137]: pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:55.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:52:55.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:55.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:56 smithi137 ceph-mon[117020]: pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:56.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:52:56.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:56.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:56.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:56.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:52:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:56 smithi066 ceph-mon[112137]: pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:56 smithi203 ceph-mon[117428]: pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:57 smithi137 ceph-mon[117020]: from='client.377703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:57.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:57 smithi066 ceph-mon[112137]: from='client.377703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:57 smithi203 ceph-mon[117428]: from='client.377703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:52:58 smithi137 ceph-mon[117020]: pgmap v13792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:52:58 smithi066 ceph-mon[112137]: pgmap v13792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:52:58 smithi203 ceph-mon[117428]: pgmap v13792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:00 smithi137 ceph-mon[117020]: pgmap v13793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:00 smithi066 ceph-mon[112137]: pgmap v13793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:00 smithi203 ceph-mon[117428]: pgmap v13793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:01.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:01.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:01.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:02.374 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:02.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:02.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:02.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:02.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:02 smithi203 ceph-mon[117428]: pgmap v13794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:02 smithi137 ceph-mon[117020]: pgmap v13794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:02 smithi066 ceph-mon[112137]: pgmap v13794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:03 smithi203 ceph-mon[117428]: from='client.377778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:03 smithi137 ceph-mon[117020]: from='client.377778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:03 smithi066 ceph-mon[112137]: from='client.377778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:04 smithi203 ceph-mon[117428]: pgmap v13795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:04 smithi137 ceph-mon[117020]: pgmap v13795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:04 smithi066 ceph-mon[112137]: pgmap v13795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:06 smithi137 ceph-mon[117020]: pgmap v13796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:06 smithi066 ceph-mon[112137]: pgmap v13796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:06 smithi203 ceph-mon[117428]: pgmap v13796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:07.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:07.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:07.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:08.097 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:08.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:08.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:08.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:08.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:08 smithi137 ceph-mon[117020]: pgmap v13797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:08 smithi066 ceph-mon[112137]: pgmap v13797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:08 smithi203 ceph-mon[117428]: pgmap v13797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:09 smithi137 ceph-mon[117020]: from='client.377856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:09 smithi066 ceph-mon[112137]: from='client.377856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:09 smithi203 ceph-mon[117428]: from='client.377856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:10 smithi137 ceph-mon[117020]: pgmap v13798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:10 smithi066 ceph-mon[112137]: pgmap v13798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:10 smithi203 ceph-mon[117428]: pgmap v13798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:12 smithi203 ceph-mon[117428]: pgmap v13799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:12 smithi137 ceph-mon[117020]: pgmap v13799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:12 smithi066 ceph-mon[112137]: pgmap v13799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:13.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:13.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:13.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:13.821 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:13.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:13.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:13.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:13.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:14 smithi137 ceph-mon[117020]: pgmap v13800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:14 smithi137 ceph-mon[117020]: from='client.377931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:14 smithi066 ceph-mon[112137]: pgmap v13800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:14 smithi066 ceph-mon[112137]: from='client.377931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:14 smithi203 ceph-mon[117428]: pgmap v13800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:14 smithi203 ceph-mon[117428]: from='client.377931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:16 smithi137 ceph-mon[117020]: pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:16 smithi066 ceph-mon[112137]: pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:16 smithi203 ceph-mon[117428]: pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:18 smithi137 ceph-mon[117020]: pgmap v13802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:18 smithi066 ceph-mon[112137]: pgmap v13802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:18.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:18 smithi203 ceph-mon[117428]: pgmap v13802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:18.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:18.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:19.549 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:19.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:19.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:19.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:19.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:20 smithi137 ceph-mon[117020]: from='client.378009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:20 smithi137 ceph-mon[117020]: pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:20 smithi066 ceph-mon[112137]: from='client.378009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:20 smithi066 ceph-mon[112137]: pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:20 smithi203 ceph-mon[117428]: from='client.378009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:20 smithi203 ceph-mon[117428]: pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:22 smithi203 ceph-mon[117428]: pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:22 smithi137 ceph-mon[117020]: pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:22 smithi066 ceph-mon[112137]: pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:24.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:24.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:24.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:24 smithi137 ceph-mon[117020]: pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:53:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:53:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:53:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:53:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:24 smithi066 ceph-mon[112137]: pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:53:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:53:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:53:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:53:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:24 smithi203 ceph-mon[117428]: pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:53:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:53:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:53:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:53:25.266 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:25.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:25.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:25.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:25.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:26 smithi137 ceph-mon[117020]: from='client.378084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:26 smithi137 ceph-mon[117020]: pgmap v13806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:26 smithi066 ceph-mon[112137]: from='client.378084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:26 smithi066 ceph-mon[112137]: pgmap v13806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:26 smithi203 ceph-mon[117428]: from='client.378084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:26 smithi203 ceph-mon[117428]: pgmap v13806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:28 smithi137 ceph-mon[117020]: pgmap v13807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:28 smithi066 ceph-mon[112137]: pgmap v13807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:28 smithi203 ceph-mon[117428]: pgmap v13807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:30.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:30.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:30.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:30.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:30 smithi137 ceph-mon[117020]: pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:30 smithi066 ceph-mon[112137]: pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:30 smithi203 ceph-mon[117428]: pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:30.991 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:30.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:30.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:30.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:30.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:32 smithi203 ceph-mon[117428]: from='client.378156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:32 smithi203 ceph-mon[117428]: pgmap v13809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:32 smithi137 ceph-mon[117020]: from='client.378156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:32 smithi137 ceph-mon[117020]: pgmap v13809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:32 smithi066 ceph-mon[112137]: from='client.378156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:32 smithi066 ceph-mon[112137]: pgmap v13809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:34 smithi137 ceph-mon[117020]: pgmap v13810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:34 smithi066 ceph-mon[112137]: pgmap v13810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:34 smithi203 ceph-mon[117428]: pgmap v13810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:35.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:35.993 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:35.993 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:36 smithi137 ceph-mon[117020]: pgmap v13811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:36.718 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:36.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:36.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:36.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:36.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:36 smithi066 ceph-mon[112137]: pgmap v13811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:36 smithi203 ceph-mon[117428]: pgmap v13811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:37 smithi137 ceph-mon[117020]: from='client.378234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:37.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:37 smithi066 ceph-mon[112137]: from='client.378234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:37.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:37 smithi203 ceph-mon[117428]: from='client.378234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:38 smithi137 ceph-mon[117020]: pgmap v13812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:38 smithi066 ceph-mon[112137]: pgmap v13812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:38 smithi203 ceph-mon[117428]: pgmap v13812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:40 smithi137 ceph-mon[117020]: pgmap v13813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:40 smithi066 ceph-mon[112137]: pgmap v13813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:40 smithi203 ceph-mon[117428]: pgmap v13813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:41.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:41.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:41.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:42.440 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:42.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:42.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:42.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:42.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:42 smithi203 ceph-mon[117428]: pgmap v13814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:42 smithi137 ceph-mon[117020]: pgmap v13814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:42 smithi066 ceph-mon[112137]: pgmap v13814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:43 smithi203 ceph-mon[117428]: from='client.378306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:43 smithi137 ceph-mon[117020]: from='client.378306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:43.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:43 smithi066 ceph-mon[112137]: from='client.378306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:44 smithi203 ceph-mon[117428]: pgmap v13815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:44 smithi137 ceph-mon[117020]: pgmap v13815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:44 smithi066 ceph-mon[112137]: pgmap v13815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:46 smithi137 ceph-mon[117020]: pgmap v13816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:46 smithi066 ceph-mon[112137]: pgmap v13816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:46 smithi203 ceph-mon[117428]: pgmap v13816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:47.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:47.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:47.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:48.170 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:48.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:48.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:48.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:48.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:48 smithi137 ceph-mon[117020]: pgmap v13817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:48 smithi066 ceph-mon[112137]: pgmap v13817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:48 smithi203 ceph-mon[117428]: pgmap v13817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:49 smithi137 ceph-mon[117020]: from='client.378384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:49 smithi066 ceph-mon[112137]: from='client.378384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:49 smithi203 ceph-mon[117428]: from='client.378384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:50 smithi137 ceph-mon[117020]: pgmap v13818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:50.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:50 smithi066 ceph-mon[112137]: pgmap v13818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:50 smithi203 ceph-mon[117428]: pgmap v13818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:52.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:52 smithi203 ceph-mon[117428]: pgmap v13819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:52 smithi137 ceph-mon[117020]: pgmap v13819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:52 smithi066 ceph-mon[112137]: pgmap v13819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:53.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:53.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:53.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:53.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:53.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:53.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:53.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:53.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:53:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:54 smithi137 ceph-mon[117020]: pgmap v13820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:54 smithi066 ceph-mon[112137]: pgmap v13820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:54 smithi203 ceph-mon[117428]: pgmap v13820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:55 smithi137 ceph-mon[117020]: from='client.378459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:55 smithi066 ceph-mon[112137]: from='client.378459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:55 smithi203 ceph-mon[117428]: from='client.378459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:56 smithi137 ceph-mon[117020]: pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:56 smithi066 ceph-mon[112137]: pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:56 smithi203 ceph-mon[117428]: pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:53:58 smithi137 ceph-mon[117020]: pgmap v13822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:53:58 smithi066 ceph-mon[112137]: pgmap v13822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:53:58 smithi203 ceph-mon[117428]: pgmap v13822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:58.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:53:58.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:58.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:59.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:53:59.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:59.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:59.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:59.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:00 smithi137 ceph-mon[117020]: from='client.378534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:00 smithi137 ceph-mon[117020]: pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:00 smithi066 ceph-mon[112137]: from='client.378534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:00 smithi066 ceph-mon[112137]: pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:00 smithi203 ceph-mon[117428]: from='client.378534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:00 smithi203 ceph-mon[117428]: pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:02 smithi203 ceph-mon[117428]: pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:02 smithi137 ceph-mon[117020]: pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:02 smithi066 ceph-mon[112137]: pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:04 smithi137 ceph-mon[117020]: pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:04.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:04.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:04.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:04 smithi066 ceph-mon[112137]: pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:04 smithi203 ceph-mon[117428]: pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:05.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:05.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:05.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:05.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:05.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:06 smithi137 ceph-mon[117020]: from='client.378612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:06.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:06 smithi137 ceph-mon[117020]: pgmap v13826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:06 smithi066 ceph-mon[112137]: from='client.378612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:06 smithi066 ceph-mon[112137]: pgmap v13826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:06 smithi203 ceph-mon[117428]: from='client.378612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:06 smithi203 ceph-mon[117428]: pgmap v13826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:08 smithi137 ceph-mon[117020]: pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:08 smithi066 ceph-mon[112137]: pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:08 smithi203 ceph-mon[117428]: pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:10.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:10.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:10.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:10 smithi137 ceph-mon[117020]: pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:10 smithi066 ceph-mon[112137]: pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:10 smithi203 ceph-mon[117428]: pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:11.113 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:11.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:11.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:11.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:11.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:12 smithi203 ceph-mon[117428]: from='client.378684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:12 smithi203 ceph-mon[117428]: pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:12 smithi137 ceph-mon[117020]: from='client.378684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:12 smithi137 ceph-mon[117020]: pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:12 smithi066 ceph-mon[112137]: from='client.378684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:12 smithi066 ceph-mon[112137]: pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:14 smithi137 ceph-mon[117020]: pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:14 smithi066 ceph-mon[112137]: pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:14 smithi203 ceph-mon[117428]: pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:16.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:16.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:16.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:16 smithi137 ceph-mon[117020]: pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:16 smithi066 ceph-mon[112137]: pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:16 smithi203 ceph-mon[117428]: pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:16.859 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:16.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:16.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:16.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:16.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:17 smithi137 ceph-mon[117020]: from='client.378759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:17 smithi066 ceph-mon[112137]: from='client.378759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:17 smithi203 ceph-mon[117428]: from='client.378759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:18 smithi137 ceph-mon[117020]: pgmap v13832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:18 smithi066 ceph-mon[112137]: pgmap v13832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:18 smithi203 ceph-mon[117428]: pgmap v13832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:20 smithi137 ceph-mon[117020]: pgmap v13833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:20 smithi066 ceph-mon[112137]: pgmap v13833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:20 smithi203 ceph-mon[117428]: pgmap v13833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:21.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:21.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:21.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:22 smithi203 ceph-mon[117428]: pgmap v13834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:22.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:22.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:22.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:22.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:22.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:22 smithi137 ceph-mon[117020]: pgmap v13834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:22 smithi066 ceph-mon[112137]: pgmap v13834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:23 smithi203 ceph-mon[117428]: from='client.378837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:23 smithi137 ceph-mon[117020]: from='client.378837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:23 smithi066 ceph-mon[112137]: from='client.378837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:24 smithi203 ceph-mon[117428]: pgmap v13835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:24 smithi137 ceph-mon[117020]: pgmap v13835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:24 smithi066 ceph-mon[112137]: pgmap v13835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:54:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:54:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:54:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:54:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:54:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:54:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:54:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:54:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:54:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:54:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:54:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:54:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:26 smithi203 ceph-mon[117428]: pgmap v13836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:26 smithi137 ceph-mon[117020]: pgmap v13836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:26 smithi066 ceph-mon[112137]: pgmap v13836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:27.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:27.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:27.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:28.317 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:28.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:28.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:28.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:28.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:28 smithi137 ceph-mon[117020]: pgmap v13837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:28 smithi066 ceph-mon[112137]: pgmap v13837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:28 smithi203 ceph-mon[117428]: pgmap v13837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:29 smithi137 ceph-mon[117020]: from='client.378915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:29 smithi066 ceph-mon[112137]: from='client.378915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:29 smithi203 ceph-mon[117428]: from='client.378915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:30 smithi137 ceph-mon[117020]: pgmap v13838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:30 smithi066 ceph-mon[112137]: pgmap v13838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:30 smithi203 ceph-mon[117428]: pgmap v13838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:32 smithi203 ceph-mon[117428]: pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:32 smithi137 ceph-mon[117020]: pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:32 smithi066 ceph-mon[112137]: pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:33.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:33.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:33.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:34.050 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:34.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:34.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:34.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:34.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:34 smithi137 ceph-mon[117020]: pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:34 smithi066 ceph-mon[112137]: pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:34 smithi203 ceph-mon[117428]: pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:35 smithi137 ceph-mon[117020]: from='client.378993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:35 smithi066 ceph-mon[112137]: from='client.378993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:35 smithi203 ceph-mon[117428]: from='client.378993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:36 smithi137 ceph-mon[117020]: pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:36 smithi066 ceph-mon[112137]: pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:36 smithi203 ceph-mon[117428]: pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:38.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:38 smithi137 ceph-mon[117020]: pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:38 smithi066 ceph-mon[112137]: pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:38 smithi203 ceph-mon[117428]: pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:39.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:39.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:39.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:39.786 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:39.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:39.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:39.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:39.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:40 smithi137 ceph-mon[117020]: pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:40 smithi137 ceph-mon[117020]: from='client.379071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:40 smithi066 ceph-mon[112137]: pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:40 smithi066 ceph-mon[112137]: from='client.379071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:40 smithi203 ceph-mon[117428]: pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:40 smithi203 ceph-mon[117428]: from='client.379071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:42 smithi203 ceph-mon[117428]: pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:54:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:42 smithi137 ceph-mon[117020]: pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:54:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:42 smithi066 ceph-mon[112137]: pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:54:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:44 smithi137 ceph-mon[117020]: pgmap v13845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:54:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:44 smithi066 ceph-mon[112137]: pgmap v13845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:54:44.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:44.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:44.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:44 smithi203 ceph-mon[117428]: pgmap v13845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:54:45.508 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:45.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:45.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:45.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:45.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:46 smithi137 ceph-mon[117020]: from='client.379143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:46 smithi137 ceph-mon[117020]: pgmap v13846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:46 smithi066 ceph-mon[112137]: from='client.379143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:46 smithi066 ceph-mon[112137]: pgmap v13846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:46 smithi203 ceph-mon[117428]: from='client.379143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:46 smithi203 ceph-mon[117428]: pgmap v13846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:48 smithi137 ceph-mon[117020]: pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:48 smithi066 ceph-mon[112137]: pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:48 smithi203 ceph-mon[117428]: pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:50.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:50.511 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:50.511 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:50 smithi137 ceph-mon[117020]: pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:50 smithi066 ceph-mon[112137]: pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:50 smithi203 ceph-mon[117428]: pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:51.245 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:51.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:51.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:51.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:51.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:52 smithi203 ceph-mon[117428]: from='client.379215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:52.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:52 smithi203 ceph-mon[117428]: pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:52 smithi137 ceph-mon[117020]: from='client.379215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:52 smithi137 ceph-mon[117020]: pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:52 smithi066 ceph-mon[112137]: from='client.379215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:52 smithi066 ceph-mon[112137]: pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:54 smithi137 ceph-mon[117020]: pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:54:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:54 smithi066 ceph-mon[112137]: pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:54:54.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:54 smithi203 ceph-mon[117428]: pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:54:56.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:54:56.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:56.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:56 smithi137 ceph-mon[117020]: pgmap v13851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:54:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:56 smithi066 ceph-mon[112137]: pgmap v13851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:54:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:56 smithi203 ceph-mon[117428]: pgmap v13851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:54:56.973 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:54:56.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:56.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:56.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:56.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:54:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:58 smithi137 ceph-mon[117020]: from='client.379287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:54:58 smithi137 ceph-mon[117020]: pgmap v13852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:58 smithi066 ceph-mon[112137]: from='client.379287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:54:58 smithi066 ceph-mon[112137]: pgmap v13852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:58 smithi203 ceph-mon[117428]: from='client.379287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:54:58 smithi203 ceph-mon[117428]: pgmap v13852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:00 smithi137 ceph-mon[117020]: pgmap v13853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:00 smithi066 ceph-mon[112137]: pgmap v13853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:00 smithi203 ceph-mon[117428]: pgmap v13853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:01.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:01.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:01.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:02 smithi203 ceph-mon[117428]: pgmap v13854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:02 smithi137 ceph-mon[117020]: pgmap v13854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:02.720 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:02.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:02.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:02.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:02.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:02 smithi066 ceph-mon[112137]: pgmap v13854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:03 smithi203 ceph-mon[117428]: from='client.379365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:03 smithi137 ceph-mon[117020]: from='client.379365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:03 smithi066 ceph-mon[112137]: from='client.379365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:04 smithi203 ceph-mon[117428]: pgmap v13855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:04 smithi137 ceph-mon[117020]: pgmap v13855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:04 smithi066 ceph-mon[112137]: pgmap v13855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:06 smithi137 ceph-mon[117020]: pgmap v13856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:06 smithi066 ceph-mon[112137]: pgmap v13856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:06 smithi203 ceph-mon[117428]: pgmap v13856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:07.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:07.722 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:07.722 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:08.457 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:08.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:08.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:08.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:08.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:08 smithi137 ceph-mon[117020]: pgmap v13857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:08 smithi066 ceph-mon[112137]: pgmap v13857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:08 smithi203 ceph-mon[117428]: pgmap v13857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:09 smithi137 ceph-mon[117020]: from='client.379443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:09 smithi066 ceph-mon[112137]: from='client.379443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:09 smithi203 ceph-mon[117428]: from='client.379443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:10 smithi137 ceph-mon[117020]: pgmap v13858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:10 smithi066 ceph-mon[112137]: pgmap v13858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:10 smithi203 ceph-mon[117428]: pgmap v13858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:12 smithi203 ceph-mon[117428]: pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:12 smithi137 ceph-mon[117020]: pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:12 smithi066 ceph-mon[112137]: pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:13.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:13.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:13.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:14.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:14.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:14.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:14.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:14.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:14 smithi137 ceph-mon[117020]: pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:14 smithi066 ceph-mon[112137]: pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:14 smithi203 ceph-mon[117428]: pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:15 smithi137 ceph-mon[117020]: from='client.379521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:15 smithi066 ceph-mon[112137]: from='client.379521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:15 smithi203 ceph-mon[117428]: from='client.379521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:16 smithi137 ceph-mon[117020]: pgmap v13861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:16 smithi066 ceph-mon[112137]: pgmap v13861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:16 smithi203 ceph-mon[117428]: pgmap v13861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:18 smithi137 ceph-mon[117020]: pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:18 smithi066 ceph-mon[112137]: pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:18 smithi203 ceph-mon[117428]: pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:19.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:19.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:19.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:19.915 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:19.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:19.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:19.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:19.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:20 smithi137 ceph-mon[117020]: pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:20 smithi066 ceph-mon[112137]: pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:20 smithi203 ceph-mon[117428]: pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:21 smithi137 ceph-mon[117020]: from='client.379593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:21 smithi066 ceph-mon[112137]: from='client.379593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:21.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:21 smithi203 ceph-mon[117428]: from='client.379593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:22 smithi137 ceph-mon[117020]: pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:55:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:22 smithi066 ceph-mon[112137]: pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:55:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:22 smithi203 ceph-mon[117428]: pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:55:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:24 smithi066 ceph-mon[112137]: pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:55:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:24 smithi203 ceph-mon[117428]: pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:55:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:24 smithi137 ceph-mon[117020]: pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:55:24.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:24.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:24.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:25.713 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:25.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:25.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:25.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:25.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:55:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:55:25.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:55:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:26 smithi066 ceph-mon[112137]: from='client.379668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:26 smithi066 ceph-mon[112137]: pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:55:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:55:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:55:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:26 smithi203 ceph-mon[117428]: from='client.379668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:26 smithi203 ceph-mon[117428]: pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:55:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:55:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:55:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:26 smithi137 ceph-mon[117020]: from='client.379668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:26 smithi137 ceph-mon[117020]: pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:55:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:55:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:55:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:28 smithi066 ceph-mon[112137]: pgmap v13867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:28 smithi203 ceph-mon[117428]: pgmap v13867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:28 smithi137 ceph-mon[117020]: pgmap v13867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:30.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:30.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:30.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:30 smithi066 ceph-mon[112137]: pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:30 smithi203 ceph-mon[117428]: pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:30 smithi137 ceph-mon[117020]: pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:31.448 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:31.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:31.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:31.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:31.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:32 smithi203 ceph-mon[117428]: from='client.379746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:32 smithi203 ceph-mon[117428]: pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:32 smithi137 ceph-mon[117020]: from='client.379746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:32 smithi137 ceph-mon[117020]: pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:32 smithi066 ceph-mon[112137]: from='client.379746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:32 smithi066 ceph-mon[112137]: pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:34 smithi137 ceph-mon[117020]: pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:55:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:34 smithi066 ceph-mon[112137]: pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:55:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:34 smithi203 ceph-mon[117428]: pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:55:36.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:36.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:36.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:36 smithi137 ceph-mon[117020]: pgmap v13871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:55:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:36 smithi066 ceph-mon[112137]: pgmap v13871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:55:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:36 smithi203 ceph-mon[117428]: pgmap v13871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:55:37.175 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:37.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:37.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:37.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:37.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:38 smithi137 ceph-mon[117020]: from='client.379824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:38 smithi137 ceph-mon[117020]: pgmap v13872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:38 smithi066 ceph-mon[112137]: from='client.379824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:38 smithi066 ceph-mon[112137]: pgmap v13872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:38 smithi203 ceph-mon[117428]: from='client.379824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:38 smithi203 ceph-mon[117428]: pgmap v13872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:40 smithi137 ceph-mon[117020]: pgmap v13873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:40 smithi066 ceph-mon[112137]: pgmap v13873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:40 smithi203 ceph-mon[117428]: pgmap v13873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:42.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:42.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:42.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:42 smithi203 ceph-mon[117428]: pgmap v13874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:42 smithi137 ceph-mon[117020]: pgmap v13874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:42 smithi066 ceph-mon[112137]: pgmap v13874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:42.918 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:44 smithi137 ceph-mon[117020]: from='client.379896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:44 smithi137 ceph-mon[117020]: pgmap v13875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:44 smithi066 ceph-mon[112137]: from='client.379896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:44 smithi066 ceph-mon[112137]: pgmap v13875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:44 smithi203 ceph-mon[117428]: from='client.379896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:44 smithi203 ceph-mon[117428]: pgmap v13875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:46 smithi137 ceph-mon[117020]: pgmap v13876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:46 smithi066 ceph-mon[112137]: pgmap v13876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:46 smithi203 ceph-mon[117428]: pgmap v13876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:47.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:47.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:47.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:48 smithi137 ceph-mon[117020]: pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:48.657 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:48.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:48.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:48.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:48.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:48 smithi066 ceph-mon[112137]: pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:48 smithi203 ceph-mon[117428]: pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:49 smithi066 ceph-mon[112137]: from='client.379968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:49 smithi203 ceph-mon[117428]: from='client.379968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:49.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:49 smithi137 ceph-mon[117020]: from='client.379968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:50 smithi066 ceph-mon[112137]: pgmap v13878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:50 smithi203 ceph-mon[117428]: pgmap v13878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:50 smithi137 ceph-mon[117020]: pgmap v13878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:52 smithi203 ceph-mon[117428]: pgmap v13879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:52 smithi137 ceph-mon[117020]: pgmap v13879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:52 smithi066 ceph-mon[112137]: pgmap v13879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:53.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:53.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:53.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:54.388 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:55:54.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:54.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:54.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:54.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:55:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:54 smithi137 ceph-mon[117020]: pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:54 smithi066 ceph-mon[112137]: pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:54 smithi203 ceph-mon[117428]: pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:55 smithi137 ceph-mon[117020]: from='client.380046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:55 smithi066 ceph-mon[112137]: from='client.380046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:55 smithi203 ceph-mon[117428]: from='client.380046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:56 smithi066 ceph-mon[112137]: pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:56 smithi203 ceph-mon[117428]: pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:56 smithi137 ceph-mon[117020]: pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:55:58 smithi066 ceph-mon[112137]: pgmap v13882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:55:58 smithi203 ceph-mon[117428]: pgmap v13882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:55:58 smithi137 ceph-mon[117020]: pgmap v13882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:59.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:55:59.391 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:59.391 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:00.106 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:00.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:00.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:00.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:00.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:00 smithi066 ceph-mon[112137]: pgmap v13883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:00 smithi203 ceph-mon[117428]: pgmap v13883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:00 smithi137 ceph-mon[117020]: pgmap v13883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:01.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:01 smithi066 ceph-mon[112137]: from='client.380124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:01.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:01 smithi203 ceph-mon[117428]: from='client.380124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:01.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:01 smithi137 ceph-mon[117020]: from='client.380124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:02 smithi066 ceph-mon[112137]: pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:02 smithi203 ceph-mon[117428]: pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:02.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:02 smithi137 ceph-mon[117020]: pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:04 smithi066 ceph-mon[112137]: pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:04 smithi203 ceph-mon[117428]: pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:04 smithi137 ceph-mon[117020]: pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:05.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:05.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:05.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:05.838 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:05.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:05.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:05.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:05.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:06 smithi066 ceph-mon[112137]: pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:06 smithi066 ceph-mon[112137]: from='client.380199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:06 smithi203 ceph-mon[117428]: pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:06 smithi203 ceph-mon[117428]: from='client.380199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:06 smithi137 ceph-mon[117020]: pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:06.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:06 smithi137 ceph-mon[117020]: from='client.380199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:08 smithi066 ceph-mon[112137]: pgmap v13887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:08 smithi203 ceph-mon[117428]: pgmap v13887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:08 smithi137 ceph-mon[117020]: pgmap v13887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:10 smithi066 ceph-mon[112137]: pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:10 smithi203 ceph-mon[117428]: pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:10.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:10.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:10.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:10 smithi137 ceph-mon[117020]: pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:11.566 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:11.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:11.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:11.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:11.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:12 smithi203 ceph-mon[117428]: from='client.380274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:12 smithi203 ceph-mon[117428]: pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:12 smithi137 ceph-mon[117020]: from='client.380274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:12 smithi137 ceph-mon[117020]: pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:12 smithi066 ceph-mon[112137]: from='client.380274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:12 smithi066 ceph-mon[112137]: pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:14 smithi137 ceph-mon[117020]: pgmap v13890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:14 smithi066 ceph-mon[112137]: pgmap v13890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:14 smithi203 ceph-mon[117428]: pgmap v13890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:16.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:16.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:16.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:16 smithi066 ceph-mon[112137]: pgmap v13891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:16 smithi203 ceph-mon[117428]: pgmap v13891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:16 smithi137 ceph-mon[117020]: pgmap v13891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:17.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:17.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:17.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:17.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:17.298 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:18 smithi066 ceph-mon[112137]: from='client.380349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:18 smithi066 ceph-mon[112137]: pgmap v13892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:18 smithi203 ceph-mon[117428]: from='client.380349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:18 smithi203 ceph-mon[117428]: pgmap v13892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:18 smithi137 ceph-mon[117020]: from='client.380349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:18 smithi137 ceph-mon[117020]: pgmap v13892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:20 smithi066 ceph-mon[112137]: pgmap v13893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:20 smithi203 ceph-mon[117428]: pgmap v13893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:20 smithi137 ceph-mon[117020]: pgmap v13893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:22.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:22.300 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:22.300 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:22 smithi203 ceph-mon[117428]: pgmap v13894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:22 smithi137 ceph-mon[117020]: pgmap v13894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:22 smithi066 ceph-mon[112137]: pgmap v13894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:23.048 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:23.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:23.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:23.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:23.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:24 smithi066 ceph-mon[112137]: from='client.380427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:24 smithi066 ceph-mon[112137]: pgmap v13895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:24 smithi203 ceph-mon[117428]: from='client.380427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:24 smithi203 ceph-mon[117428]: pgmap v13895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:24 smithi137 ceph-mon[117020]: from='client.380427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:24 smithi137 ceph-mon[117020]: pgmap v13895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:26 smithi066 ceph-mon[112137]: pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:56:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:56:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:56:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:56:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:26 smithi203 ceph-mon[117428]: pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:56:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:56:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:56:26.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:56:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:26 smithi137 ceph-mon[117020]: pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:56:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:56:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:56:26.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:56:28.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:28.050 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:28.050 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:28 smithi066 ceph-mon[112137]: pgmap v13897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:28.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:28.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:28.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:28.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:28.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:28 smithi203 ceph-mon[117428]: pgmap v13897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:28 smithi137 ceph-mon[117020]: pgmap v13897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:29 smithi066 ceph-mon[112137]: from='client.380499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:29 smithi203 ceph-mon[117428]: from='client.380499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:29 smithi137 ceph-mon[117020]: from='client.380499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:30 smithi066 ceph-mon[112137]: pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:30 smithi203 ceph-mon[117428]: pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:30 smithi137 ceph-mon[117020]: pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:32 smithi203 ceph-mon[117428]: pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:32 smithi137 ceph-mon[117020]: pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:32 smithi066 ceph-mon[112137]: pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:33.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:33.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:33.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:34.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:34.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:34.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:34.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:34.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:34 smithi066 ceph-mon[112137]: pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:34 smithi203 ceph-mon[117428]: pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:34 smithi137 ceph-mon[117020]: pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:35 smithi066 ceph-mon[112137]: from='client.380574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:35 smithi203 ceph-mon[117428]: from='client.380574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:35 smithi137 ceph-mon[117020]: from='client.380574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:36 smithi066 ceph-mon[112137]: pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:36 smithi203 ceph-mon[117428]: pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:36 smithi137 ceph-mon[117020]: pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:38 smithi066 ceph-mon[112137]: pgmap v13902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:38 smithi203 ceph-mon[117428]: pgmap v13902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:38 smithi137 ceph-mon[117020]: pgmap v13902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:39.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:39.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:39.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:40.249 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:40.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:40.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:40.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:40.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:40 smithi066 ceph-mon[112137]: pgmap v13903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:40 smithi203 ceph-mon[117428]: pgmap v13903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:40 smithi137 ceph-mon[117020]: pgmap v13903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:41.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:41 smithi066 ceph-mon[112137]: from='client.380649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:41 smithi203 ceph-mon[117428]: from='client.380649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:41 smithi137 ceph-mon[117020]: from='client.380649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:42 smithi066 ceph-mon[112137]: pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:42 smithi203 ceph-mon[117428]: pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:42 smithi137 ceph-mon[117020]: pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:44 smithi066 ceph-mon[112137]: pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:44 smithi203 ceph-mon[117428]: pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:44 smithi137 ceph-mon[117020]: pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:45.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:45.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:45.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:45.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:45.987 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:45.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:45.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:45.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:46 smithi066 ceph-mon[112137]: pgmap v13906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:46 smithi203 ceph-mon[117428]: pgmap v13906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:46 smithi137 ceph-mon[117020]: pgmap v13906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:47 smithi066 ceph-mon[112137]: from='client.380727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:47.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:47 smithi203 ceph-mon[117428]: from='client.380727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:47.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:47 smithi137 ceph-mon[117020]: from='client.380727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:48 smithi066 ceph-mon[112137]: pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:48 smithi203 ceph-mon[117428]: pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:48 smithi137 ceph-mon[117020]: pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:50 smithi066 ceph-mon[112137]: pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:50 smithi203 ceph-mon[117428]: pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:50 smithi137 ceph-mon[117020]: pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:50.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:50.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:50.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:51.720 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:51.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:51.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:51.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:51.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:52 smithi203 ceph-mon[117428]: pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:52 smithi203 ceph-mon[117428]: from='client.380805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:52 smithi137 ceph-mon[117020]: pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:52 smithi137 ceph-mon[117020]: from='client.380805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:52 smithi066 ceph-mon[112137]: pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:52 smithi066 ceph-mon[112137]: from='client.380805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:54 smithi066 ceph-mon[112137]: pgmap v13910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:54 smithi203 ceph-mon[117428]: pgmap v13910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:54 smithi137 ceph-mon[117020]: pgmap v13910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:56.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:56:56.722 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:56.722 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:56 smithi066 ceph-mon[112137]: pgmap v13911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:56 smithi203 ceph-mon[117428]: pgmap v13911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:56 smithi137 ceph-mon[117020]: pgmap v13911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:57.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:56:57.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:57.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:57.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:57.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:56:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:58 smithi066 ceph-mon[112137]: from='client.380883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:56:58 smithi066 ceph-mon[112137]: pgmap v13912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:58 smithi203 ceph-mon[117428]: from='client.380883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:56:58 smithi203 ceph-mon[117428]: pgmap v13912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:58.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:58 smithi137 ceph-mon[117020]: from='client.380883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:58.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:56:58 smithi137 ceph-mon[117020]: pgmap v13912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:00 smithi066 ceph-mon[112137]: pgmap v13913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:00 smithi203 ceph-mon[117428]: pgmap v13913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:00 smithi137 ceph-mon[117020]: pgmap v13913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:02.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:02.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:02.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:02 smithi203 ceph-mon[117428]: pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:02 smithi137 ceph-mon[117020]: pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:02 smithi066 ceph-mon[112137]: pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:03.163 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:03.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:03.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:03.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:03.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:04 smithi066 ceph-mon[112137]: from='client.380958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:04 smithi066 ceph-mon[112137]: pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:04 smithi203 ceph-mon[117428]: from='client.380958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:04 smithi203 ceph-mon[117428]: pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:04 smithi137 ceph-mon[117020]: from='client.380958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:04 smithi137 ceph-mon[117020]: pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:06 smithi066 ceph-mon[112137]: pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:06 smithi203 ceph-mon[117428]: pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:06 smithi137 ceph-mon[117020]: pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:08.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:08.164 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:08.164 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:08 smithi066 ceph-mon[112137]: pgmap v13917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:08 smithi203 ceph-mon[117428]: pgmap v13917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:08 smithi137 ceph-mon[117020]: pgmap v13917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:08.893 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:08.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:08.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:08.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:08.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:09 smithi066 ceph-mon[112137]: from='client.381036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:09 smithi203 ceph-mon[117428]: from='client.381036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:09.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:09 smithi137 ceph-mon[117020]: from='client.381036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:10 smithi066 ceph-mon[112137]: pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:10 smithi203 ceph-mon[117428]: pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:10 smithi137 ceph-mon[117020]: pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:12 smithi203 ceph-mon[117428]: pgmap v13919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:12 smithi137 ceph-mon[117020]: pgmap v13919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:12 smithi066 ceph-mon[112137]: pgmap v13919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:13.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:13.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:13.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:14.616 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:14.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:14.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:14.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:14.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:14 smithi066 ceph-mon[112137]: pgmap v13920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:14 smithi203 ceph-mon[117428]: pgmap v13920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:14 smithi137 ceph-mon[117020]: pgmap v13920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:15 smithi066 ceph-mon[112137]: from='client.381114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:15 smithi203 ceph-mon[117428]: from='client.381114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:15.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:15 smithi137 ceph-mon[117020]: from='client.381114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:16 smithi066 ceph-mon[112137]: pgmap v13921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:16 smithi203 ceph-mon[117428]: pgmap v13921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:16 smithi137 ceph-mon[117020]: pgmap v13921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:18 smithi066 ceph-mon[112137]: pgmap v13922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:18 smithi203 ceph-mon[117428]: pgmap v13922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:18 smithi137 ceph-mon[117020]: pgmap v13922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:19.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:19.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:19.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:20.345 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:20 smithi066 ceph-mon[112137]: pgmap v13923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:20 smithi203 ceph-mon[117428]: pgmap v13923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:20 smithi137 ceph-mon[117020]: pgmap v13923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:21 smithi066 ceph-mon[112137]: from='client.381192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:21.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:21 smithi203 ceph-mon[117428]: from='client.381192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:21.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:21 smithi137 ceph-mon[117020]: from='client.381192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:22 smithi066 ceph-mon[112137]: pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:22 smithi203 ceph-mon[117428]: pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:22 smithi137 ceph-mon[117020]: pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:24 smithi066 ceph-mon[112137]: pgmap v13925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:24 smithi203 ceph-mon[117428]: pgmap v13925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:24 smithi137 ceph-mon[117020]: pgmap v13925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:25.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:25.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:25.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:26.079 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:26.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:26.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:26.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:26.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:26 smithi066 ceph-mon[112137]: pgmap v13926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:26 smithi203 ceph-mon[117428]: pgmap v13926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:26 smithi137 ceph-mon[117020]: pgmap v13926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:27 smithi066 ceph-mon[112137]: from='client.381270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:57:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:57:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:57:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:57:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:27 smithi203 ceph-mon[117428]: from='client.381270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:57:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:57:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:57:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:57:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:27 smithi137 ceph-mon[117020]: from='client.381270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:57:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:57:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:57:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:57:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:28 smithi066 ceph-mon[112137]: pgmap v13927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:28 smithi203 ceph-mon[117428]: pgmap v13927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:28 smithi137 ceph-mon[117020]: pgmap v13927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:30 smithi066 ceph-mon[112137]: pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:30 smithi203 ceph-mon[117428]: pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:30 smithi137 ceph-mon[117020]: pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:31.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:31.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:31.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:31.801 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:31.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:31.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:31.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:31.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:32 smithi203 ceph-mon[117428]: pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:32 smithi203 ceph-mon[117428]: from='client.381348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:32 smithi137 ceph-mon[117020]: pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:32 smithi137 ceph-mon[117020]: from='client.381348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:32 smithi066 ceph-mon[112137]: pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:32 smithi066 ceph-mon[112137]: from='client.381348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:34 smithi066 ceph-mon[112137]: pgmap v13930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:34 smithi203 ceph-mon[117428]: pgmap v13930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:34 smithi137 ceph-mon[117020]: pgmap v13930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:36 smithi066 ceph-mon[112137]: pgmap v13931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:36.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:36.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:36.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:36 smithi203 ceph-mon[117428]: pgmap v13931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:36 smithi137 ceph-mon[117020]: pgmap v13931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:37.530 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:37.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:37.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:37.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:37.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:38 smithi066 ceph-mon[112137]: from='client.381426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:38 smithi066 ceph-mon[112137]: pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:38 smithi203 ceph-mon[117428]: from='client.381426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:38.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:38 smithi203 ceph-mon[117428]: pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:38 smithi137 ceph-mon[117020]: from='client.381426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:38 smithi137 ceph-mon[117020]: pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:40 smithi066 ceph-mon[112137]: pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:40 smithi203 ceph-mon[117428]: pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:40 smithi137 ceph-mon[117020]: pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:42.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:42.533 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:42.533 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:42 smithi203 ceph-mon[117428]: pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:42 smithi137 ceph-mon[117020]: pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:42 smithi066 ceph-mon[112137]: pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:43.270 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:43.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:43.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:43.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:43.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:44 smithi066 ceph-mon[112137]: from='client.381498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:44 smithi066 ceph-mon[112137]: pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:44 smithi203 ceph-mon[117428]: from='client.381498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:44 smithi203 ceph-mon[117428]: pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:44 smithi137 ceph-mon[117020]: from='client.381498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:44 smithi137 ceph-mon[117020]: pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:46 smithi066 ceph-mon[112137]: pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:46 smithi203 ceph-mon[117428]: pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:46 smithi137 ceph-mon[117020]: pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:48.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:48.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:48.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:48 smithi066 ceph-mon[112137]: pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:48 smithi203 ceph-mon[117428]: pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:48 smithi137 ceph-mon[117020]: pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:49.001 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:49.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:49.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:49.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:49.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:50 smithi066 ceph-mon[112137]: from='client.381573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:50 smithi066 ceph-mon[112137]: pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:50 smithi203 ceph-mon[117428]: from='client.381573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:50 smithi203 ceph-mon[117428]: pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:50 smithi137 ceph-mon[117020]: from='client.381573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:50 smithi137 ceph-mon[117020]: pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:52 smithi203 ceph-mon[117428]: pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:52 smithi137 ceph-mon[117020]: pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:52 smithi066 ceph-mon[112137]: pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:54.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:54.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:54.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:57:54.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:54.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:54.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:54.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:57:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:54 smithi066 ceph-mon[112137]: pgmap v13940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:54 smithi203 ceph-mon[117428]: pgmap v13940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:54 smithi137 ceph-mon[117020]: pgmap v13940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:55 smithi066 ceph-mon[112137]: from='client.381648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:55 smithi203 ceph-mon[117428]: from='client.381648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:55 smithi137 ceph-mon[117020]: from='client.381648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:56 smithi066 ceph-mon[112137]: pgmap v13941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:57:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:56 smithi203 ceph-mon[117428]: pgmap v13941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:57:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:56 smithi137 ceph-mon[117020]: pgmap v13941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:57:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:57:58 smithi066 ceph-mon[112137]: pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:57:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:57:58 smithi203 ceph-mon[117428]: pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:57:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:57:58 smithi137 ceph-mon[117020]: pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:57:59.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:57:59.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:59.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:00.457 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:00.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:00.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:00.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:00.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:00 smithi066 ceph-mon[112137]: pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:58:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:00 smithi203 ceph-mon[117428]: pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:58:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:00 smithi137 ceph-mon[117020]: pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:58:01.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:01 smithi066 ceph-mon[112137]: from='client.381717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:01.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:01 smithi203 ceph-mon[117428]: from='client.381717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:01.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:01 smithi137 ceph-mon[117020]: from='client.381717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:02 smithi066 ceph-mon[112137]: pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:02 smithi203 ceph-mon[117428]: pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:02 smithi137 ceph-mon[117020]: pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:04 smithi066 ceph-mon[112137]: pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:04 smithi203 ceph-mon[117428]: pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:04 smithi137 ceph-mon[117020]: pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:05.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:05.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:05.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:06.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:06.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:06.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:06.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:06.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:06 smithi066 ceph-mon[112137]: pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:06 smithi203 ceph-mon[117428]: pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:06 smithi137 ceph-mon[117020]: pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:07.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:07 smithi066 ceph-mon[112137]: from='client.381795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:07.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:07 smithi203 ceph-mon[117428]: from='client.381795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:07.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:07 smithi137 ceph-mon[117020]: from='client.381795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:08 smithi066 ceph-mon[112137]: pgmap v13947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:58:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:08 smithi203 ceph-mon[117428]: pgmap v13947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:58:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:08 smithi137 ceph-mon[117020]: pgmap v13947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:58:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:10 smithi066 ceph-mon[112137]: pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:58:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:10 smithi203 ceph-mon[117428]: pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:58:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:10 smithi137 ceph-mon[117020]: pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:58:11.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:11.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:11.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:11.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:11.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:11.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:11.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:11.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:12 smithi203 ceph-mon[117428]: pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:58:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:12 smithi137 ceph-mon[117020]: pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:58:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:12 smithi066 ceph-mon[112137]: pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:58:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:13 smithi203 ceph-mon[117428]: from='client.381870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:13 smithi137 ceph-mon[117020]: from='client.381870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:13.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:13 smithi066 ceph-mon[112137]: from='client.381870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:14 smithi137 ceph-mon[117020]: pgmap v13950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:14 smithi066 ceph-mon[112137]: pgmap v13950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:14 smithi203 ceph-mon[117428]: pgmap v13950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:16 smithi066 ceph-mon[112137]: pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:16 smithi203 ceph-mon[117428]: pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:16 smithi137 ceph-mon[117020]: pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:16.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:16.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:16.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:17.639 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:17.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:17.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:17.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:17.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:18 smithi066 ceph-mon[112137]: from='client.381945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:18 smithi066 ceph-mon[112137]: pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:18 smithi203 ceph-mon[117428]: from='client.381945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:18 smithi203 ceph-mon[117428]: pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:18 smithi137 ceph-mon[117020]: from='client.381945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:18.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:18 smithi137 ceph-mon[117020]: pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:20 smithi066 ceph-mon[112137]: pgmap v13953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:20 smithi203 ceph-mon[117428]: pgmap v13953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:20 smithi137 ceph-mon[117020]: pgmap v13953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:22 smithi203 ceph-mon[117428]: pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:22 smithi137 ceph-mon[117020]: pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:22.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:22.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:22.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:22 smithi066 ceph-mon[112137]: pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:23.360 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:23.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:23.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:23.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:23.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:24 smithi066 ceph-mon[112137]: from='client.382020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:24 smithi066 ceph-mon[112137]: pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:24 smithi203 ceph-mon[117428]: from='client.382020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:24 smithi203 ceph-mon[117428]: pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:24 smithi137 ceph-mon[117020]: from='client.382020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:24 smithi137 ceph-mon[117020]: pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:26 smithi066 ceph-mon[112137]: pgmap v13956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:26 smithi203 ceph-mon[117428]: pgmap v13956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:26 smithi137 ceph-mon[117020]: pgmap v13956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:58:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:58:27.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:58:28.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:28.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:28.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: pgmap v13957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:58:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:58:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: pgmap v13957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:58:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:58:28.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: pgmap v13957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:58:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:58:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:58:29.075 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:29.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:29.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:29.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:29.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:30 smithi066 ceph-mon[112137]: from='client.382095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:30 smithi066 ceph-mon[112137]: pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:30 smithi203 ceph-mon[117428]: from='client.382095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:30 smithi203 ceph-mon[117428]: pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:30 smithi137 ceph-mon[117020]: from='client.382095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:30 smithi137 ceph-mon[117020]: pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:32 smithi137 ceph-mon[117020]: pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:32 smithi066 ceph-mon[112137]: pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:32 smithi203 ceph-mon[117428]: pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:34.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:34.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:34.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:34 smithi066 ceph-mon[112137]: pgmap v13960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:34.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:34.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:34.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:34.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:34.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:34 smithi203 ceph-mon[117428]: pgmap v13960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:34 smithi137 ceph-mon[117020]: pgmap v13960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:35 smithi066 ceph-mon[112137]: from='client.382164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:35 smithi203 ceph-mon[117428]: from='client.382164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:35 smithi137 ceph-mon[117020]: from='client.382164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:36 smithi066 ceph-mon[112137]: pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:58:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:36 smithi203 ceph-mon[117428]: pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:58:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:36 smithi137 ceph-mon[117020]: pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:58:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:38 smithi066 ceph-mon[112137]: pgmap v13962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:58:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:38 smithi203 ceph-mon[117428]: pgmap v13962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:58:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:38 smithi137 ceph-mon[117020]: pgmap v13962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:58:39.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:39.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:39.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:40.519 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:40.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:40.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:40.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:40.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:40 smithi066 ceph-mon[112137]: pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:58:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:40 smithi203 ceph-mon[117428]: pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:58:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:40 smithi137 ceph-mon[117020]: pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:58:41.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:41 smithi066 ceph-mon[112137]: from='client.382242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:41 smithi203 ceph-mon[117428]: from='client.382242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:41 smithi137 ceph-mon[117020]: from='client.382242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:42 smithi066 ceph-mon[112137]: pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:42 smithi203 ceph-mon[117428]: pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:42 smithi137 ceph-mon[117020]: pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:44 smithi066 ceph-mon[112137]: pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:44 smithi203 ceph-mon[117428]: pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:44 smithi137 ceph-mon[117020]: pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:45.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:45.522 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:45.522 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:46.239 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:46.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:46.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:46.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:46.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:46 smithi066 ceph-mon[112137]: pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:46 smithi203 ceph-mon[117428]: pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:46 smithi137 ceph-mon[117020]: pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:47 smithi066 ceph-mon[112137]: from='client.382320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:47.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:47 smithi203 ceph-mon[117428]: from='client.382320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:47.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:47 smithi137 ceph-mon[117020]: from='client.382320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:48 smithi066 ceph-mon[112137]: pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:58:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:48 smithi203 ceph-mon[117428]: pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:58:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:48 smithi137 ceph-mon[117020]: pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:58:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:50 smithi066 ceph-mon[112137]: pgmap v13968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:58:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:50 smithi203 ceph-mon[117428]: pgmap v13968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:58:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:50 smithi137 ceph-mon[117020]: pgmap v13968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:58:51.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:51.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:51.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:51.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:51.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:51.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:51.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:51.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:52 smithi137 ceph-mon[117020]: pgmap v13969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:58:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:52 smithi066 ceph-mon[112137]: pgmap v13969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:58:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:52 smithi203 ceph-mon[117428]: pgmap v13969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:58:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:53 smithi137 ceph-mon[117020]: from='client.382395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:53.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:53 smithi066 ceph-mon[112137]: from='client.382395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:53 smithi203 ceph-mon[117428]: from='client.382395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:54 smithi137 ceph-mon[117020]: pgmap v13970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:54 smithi066 ceph-mon[112137]: pgmap v13970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:54.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:54 smithi203 ceph-mon[117428]: pgmap v13970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:56 smithi066 ceph-mon[112137]: pgmap v13971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:56 smithi203 ceph-mon[117428]: pgmap v13971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:56 smithi137 ceph-mon[117020]: pgmap v13971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:56.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:58:56.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:56.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:57.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:58:57.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:57.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:57.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:57.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:58:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:58 smithi066 ceph-mon[112137]: from='client.382473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:58:58 smithi066 ceph-mon[112137]: pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:58 smithi203 ceph-mon[117428]: from='client.382473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:58:58 smithi203 ceph-mon[117428]: pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:58 smithi137 ceph-mon[117020]: from='client.382473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:58.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:58:58 smithi137 ceph-mon[117020]: pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:00 smithi066 ceph-mon[112137]: pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:00 smithi203 ceph-mon[117428]: pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:00 smithi137 ceph-mon[117020]: pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:02 smithi137 ceph-mon[117020]: pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:02.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:02.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:02.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:02 smithi066 ceph-mon[112137]: pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:02 smithi203 ceph-mon[117428]: pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:03.442 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:03.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:03.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:03.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:03.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:04 smithi066 ceph-mon[112137]: from='client.382548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:04 smithi066 ceph-mon[112137]: pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:04 smithi203 ceph-mon[117428]: from='client.382548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:04 smithi203 ceph-mon[117428]: pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:04 smithi137 ceph-mon[117020]: from='client.382548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:04 smithi137 ceph-mon[117020]: pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:06 smithi066 ceph-mon[112137]: pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:06 smithi203 ceph-mon[117428]: pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:06 smithi137 ceph-mon[117020]: pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:08.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:08.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:08.445 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:08 smithi066 ceph-mon[112137]: pgmap v13977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:08 smithi203 ceph-mon[117428]: pgmap v13977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:08.880 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:08 smithi137 ceph-mon[117020]: pgmap v13977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:09.162 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:09.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:09.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:09.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:09.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:10 smithi066 ceph-mon[112137]: from='client.382626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:10 smithi066 ceph-mon[112137]: pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:10 smithi203 ceph-mon[117428]: from='client.382626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:10 smithi203 ceph-mon[117428]: pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:10 smithi137 ceph-mon[117020]: from='client.382626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:10.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:10 smithi137 ceph-mon[117020]: pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:12 smithi137 ceph-mon[117020]: pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:12 smithi066 ceph-mon[112137]: pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:12 smithi203 ceph-mon[117428]: pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:14.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:14.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:14.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:14 smithi066 ceph-mon[112137]: pgmap v13980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:14 smithi203 ceph-mon[117428]: pgmap v13980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:14 smithi137 ceph-mon[117020]: pgmap v13980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:14.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:14.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:14.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:14.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:14.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:15.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:15 smithi066 ceph-mon[112137]: from='client.382704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:15 smithi203 ceph-mon[117428]: from='client.382704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:15 smithi137 ceph-mon[117020]: from='client.382704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:16 smithi066 ceph-mon[112137]: pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:59:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:16 smithi203 ceph-mon[117428]: pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:59:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:16 smithi137 ceph-mon[117020]: pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:59:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:18 smithi066 ceph-mon[112137]: pgmap v13982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:59:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:18 smithi203 ceph-mon[117428]: pgmap v13982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:59:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:18 smithi137 ceph-mon[117020]: pgmap v13982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:59:19.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:19.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:19.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:20.616 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:20.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:20.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:20.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:20.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:20 smithi066 ceph-mon[112137]: pgmap v13983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:59:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:20 smithi203 ceph-mon[117428]: pgmap v13983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:59:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:20 smithi137 ceph-mon[117020]: pgmap v13983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:59:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:21 smithi066 ceph-mon[112137]: from='client.382773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:21.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:21 smithi203 ceph-mon[117428]: from='client.382773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:21.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:21 smithi137 ceph-mon[117020]: from='client.382773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:22 smithi066 ceph-mon[112137]: pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:22 smithi203 ceph-mon[117428]: pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:22 smithi137 ceph-mon[117020]: pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:24 smithi066 ceph-mon[112137]: pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:24 smithi203 ceph-mon[117428]: pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:24 smithi137 ceph-mon[117020]: pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:25.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:25.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:25.618 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:26.335 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:26.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:26.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:26.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:26.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:26 smithi066 ceph-mon[112137]: pgmap v13986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:26 smithi203 ceph-mon[117428]: pgmap v13986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:26 smithi137 ceph-mon[117020]: pgmap v13986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:27 smithi066 ceph-mon[112137]: from='client.382845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:27 smithi203 ceph-mon[117428]: from='client.382845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:27 smithi137 ceph-mon[117020]: from='client.382845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:28 smithi066 ceph-mon[112137]: pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:59:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:59:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:28 smithi203 ceph-mon[117428]: pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:59:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:59:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:28 smithi137 ceph-mon[117020]: pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:59:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:59:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:59:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:59:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:59:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:59:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:59:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:59:29.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:59:29.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:59:29.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T00:59:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:30 smithi066 ceph-mon[112137]: pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:59:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:30 smithi203 ceph-mon[117428]: pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:59:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:30 smithi137 ceph-mon[117020]: pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:59:31.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:31.337 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:31.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:32.066 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:32.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:32.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:32.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:32.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:32 smithi137 ceph-mon[117020]: pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:59:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:32 smithi066 ceph-mon[112137]: pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:59:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:32 smithi203 ceph-mon[117428]: pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:59:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:33 smithi137 ceph-mon[117020]: from='client.382923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:33.741 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:33 smithi066 ceph-mon[112137]: from='client.382923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:33 smithi203 ceph-mon[117428]: from='client.382923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:34 smithi137 ceph-mon[117020]: pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:34 smithi066 ceph-mon[112137]: pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:34 smithi203 ceph-mon[117428]: pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:36 smithi066 ceph-mon[112137]: pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:36 smithi203 ceph-mon[117428]: pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:36 smithi137 ceph-mon[117020]: pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:37.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:37.068 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:37.068 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:37.807 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:37.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:37.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:37.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:37.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:38 smithi066 ceph-mon[112137]: pgmap v13992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:38 smithi066 ceph-mon[112137]: from='client.383001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:38 smithi203 ceph-mon[117428]: pgmap v13992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:38 smithi203 ceph-mon[117428]: from='client.383001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:38 smithi137 ceph-mon[117020]: pgmap v13992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:38 smithi137 ceph-mon[117020]: from='client.383001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:40 smithi066 ceph-mon[112137]: pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:40 smithi203 ceph-mon[117428]: pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:40 smithi137 ceph-mon[117020]: pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:42 smithi137 ceph-mon[117020]: pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:42 smithi066 ceph-mon[112137]: pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:42.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:42.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:42.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:42 smithi203 ceph-mon[117428]: pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:43.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:43.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:43.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:43.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:43.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:44 smithi066 ceph-mon[112137]: from='client.383073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:44 smithi066 ceph-mon[112137]: pgmap v13995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:44 smithi203 ceph-mon[117428]: from='client.383073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:44 smithi203 ceph-mon[117428]: pgmap v13995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:44 smithi137 ceph-mon[117020]: from='client.383073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:44 smithi137 ceph-mon[117020]: pgmap v13995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:46 smithi066 ceph-mon[112137]: pgmap v13996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:46 smithi203 ceph-mon[117428]: pgmap v13996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:46 smithi137 ceph-mon[117020]: pgmap v13996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:48.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:48.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:48.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:48 smithi066 ceph-mon[112137]: pgmap v13997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:48 smithi203 ceph-mon[117428]: pgmap v13997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:48 smithi137 ceph-mon[117020]: pgmap v13997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:49.261 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:49.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:49.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:49.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:49.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:50 smithi066 ceph-mon[112137]: from='client.383148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:50 smithi066 ceph-mon[112137]: pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:50 smithi203 ceph-mon[117428]: from='client.383148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:50 smithi203 ceph-mon[117428]: pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:50 smithi137 ceph-mon[117020]: from='client.383148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:50.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:50 smithi137 ceph-mon[117020]: pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:52 smithi137 ceph-mon[117020]: pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:52 smithi066 ceph-mon[112137]: pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:52 smithi203 ceph-mon[117428]: pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:54.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T00:59:54.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:54.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:54 smithi066 ceph-mon[112137]: pgmap v14000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:54 smithi203 ceph-mon[117428]: pgmap v14000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:54 smithi137 ceph-mon[117020]: pgmap v14000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:55.002 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T00:59:55.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:55.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:55.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:55.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T00:59:56.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:56 smithi066 ceph-mon[112137]: from='client.383223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:56.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:56 smithi066 ceph-mon[112137]: pgmap v14001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:56 smithi203 ceph-mon[117428]: from='client.383223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:56 smithi203 ceph-mon[117428]: pgmap v14001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:56 smithi137 ceph-mon[117020]: from='client.383223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:56 smithi137 ceph-mon[117020]: pgmap v14001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 00:59:58 smithi066 ceph-mon[112137]: pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 00:59:58 smithi203 ceph-mon[117428]: pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 00:59:58 smithi137 ceph-mon[117020]: pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:00.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:00.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:00.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:00.723 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:00.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:00.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:00.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:00.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:00 smithi066 ceph-mon[112137]: pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T01:00:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:00 smithi203 ceph-mon[117428]: pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T01:00:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:00 smithi137 ceph-mon[117020]: pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:00.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T01:00:01.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:01 smithi066 ceph-mon[112137]: from='client.383295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:01.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:01 smithi203 ceph-mon[117428]: from='client.383295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:01.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:01 smithi137 ceph-mon[117020]: from='client.383295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:02 smithi066 ceph-mon[112137]: pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:02 smithi203 ceph-mon[117428]: pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:02 smithi137 ceph-mon[117020]: pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:04 smithi066 ceph-mon[112137]: pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:04 smithi203 ceph-mon[117428]: pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:04 smithi137 ceph-mon[117020]: pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:05.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:05.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:05.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:06.450 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:06.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:06.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:06.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:06.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:06 smithi066 ceph-mon[112137]: pgmap v14006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:06 smithi203 ceph-mon[117428]: pgmap v14006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:06 smithi137 ceph-mon[117020]: pgmap v14006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:07.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:07 smithi066 ceph-mon[112137]: from='client.383370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:07.750 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:07 smithi203 ceph-mon[117428]: from='client.383370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:07.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:07 smithi137 ceph-mon[117020]: from='client.383370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:08 smithi066 ceph-mon[112137]: pgmap v14007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:08 smithi203 ceph-mon[117428]: pgmap v14007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:08 smithi137 ceph-mon[117020]: pgmap v14007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:10 smithi066 ceph-mon[112137]: pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:10 smithi203 ceph-mon[117428]: pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:10 smithi137 ceph-mon[117020]: pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:11.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:11.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:11.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:12.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:12.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:12.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:12.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:12.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:12 smithi137 ceph-mon[117020]: pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:12 smithi066 ceph-mon[112137]: pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:12 smithi203 ceph-mon[117428]: pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:13 smithi137 ceph-mon[117020]: from='client.383445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:13.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:13 smithi066 ceph-mon[112137]: from='client.383445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:13.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:13 smithi203 ceph-mon[117428]: from='client.383445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:14 smithi137 ceph-mon[117020]: pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:14 smithi066 ceph-mon[112137]: pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:14 smithi203 ceph-mon[117428]: pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:16 smithi066 ceph-mon[112137]: pgmap v14011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:16 smithi203 ceph-mon[117428]: pgmap v14011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:16 smithi137 ceph-mon[117020]: pgmap v14011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:17.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:17.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:17.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:17.908 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:17.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:17.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:17.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:17.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:18 smithi066 ceph-mon[112137]: pgmap v14012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:18 smithi066 ceph-mon[112137]: from='client.383520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:18 smithi203 ceph-mon[117428]: pgmap v14012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:18 smithi203 ceph-mon[117428]: from='client.383520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:18.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:18 smithi137 ceph-mon[117020]: pgmap v14012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:18.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:18 smithi137 ceph-mon[117020]: from='client.383520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:20 smithi066 ceph-mon[112137]: pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:20 smithi203 ceph-mon[117428]: pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:20 smithi137 ceph-mon[117020]: pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:22 smithi137 ceph-mon[117020]: pgmap v14014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:22 smithi066 ceph-mon[112137]: pgmap v14014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:22 smithi203 ceph-mon[117428]: pgmap v14014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:22.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:22.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:22.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:23.633 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:23.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:23.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:23.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:23.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:24 smithi066 ceph-mon[112137]: from='client.383595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:24 smithi066 ceph-mon[112137]: pgmap v14015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:24 smithi203 ceph-mon[117428]: from='client.383595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:24 smithi203 ceph-mon[117428]: pgmap v14015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:24 smithi137 ceph-mon[117020]: from='client.383595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:24.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:24 smithi137 ceph-mon[117020]: pgmap v14015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:26 smithi066 ceph-mon[112137]: pgmap v14016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:26 smithi203 ceph-mon[117428]: pgmap v14016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:26 smithi137 ceph-mon[117020]: pgmap v14016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:28.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:28.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:28.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:28 smithi066 ceph-mon[112137]: pgmap v14017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:28 smithi203 ceph-mon[117428]: pgmap v14017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:28 smithi137 ceph-mon[117020]: pgmap v14017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:29.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:29.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:29.394 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:29.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:29.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:00:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:00:29.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:00:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='client.383670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:00:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='client.383670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:00:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='client.383670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:00:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:00:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:00:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:31 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 17041M 2023-12-08T01:00:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:31 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15544M 2023-12-08T01:00:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:31 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 17041M 2023-12-08T01:00:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:31 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15544M 2023-12-08T01:00:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:31 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 17041M 2023-12-08T01:00:31.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:31 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15544M 2023-12-08T01:00:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:32 smithi066 ceph-mon[112137]: pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:32 smithi203 ceph-mon[117428]: pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:32 smithi137 ceph-mon[117020]: pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:34.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:34.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:34.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:34 smithi066 ceph-mon[112137]: pgmap v14020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:34 smithi203 ceph-mon[117428]: pgmap v14020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:34 smithi137 ceph-mon[117020]: pgmap v14020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:35.129 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:35.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:35.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:35.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:35.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:36 smithi066 ceph-mon[112137]: from='client.383745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:36 smithi066 ceph-mon[112137]: pgmap v14021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:36 smithi203 ceph-mon[117428]: from='client.383745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:36 smithi203 ceph-mon[117428]: pgmap v14021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:36 smithi137 ceph-mon[117020]: from='client.383745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:36.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:36 smithi137 ceph-mon[117020]: pgmap v14021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:38 smithi066 ceph-mon[112137]: pgmap v14022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:38 smithi203 ceph-mon[117428]: pgmap v14022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:38 smithi137 ceph-mon[117020]: pgmap v14022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:40.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:40.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:40.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:40 smithi066 ceph-mon[112137]: pgmap v14023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:40 smithi203 ceph-mon[117428]: pgmap v14023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:40.852 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:40.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:40.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:40.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:40.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:40 smithi137 ceph-mon[117020]: pgmap v14023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:41.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:41 smithi066 ceph-mon[112137]: from='client.383820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:41 smithi203 ceph-mon[117428]: from='client.383820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:41 smithi137 ceph-mon[117020]: from='client.383820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:42 smithi066 ceph-mon[112137]: pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:42 smithi203 ceph-mon[117428]: pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:42 smithi137 ceph-mon[117020]: pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:44 smithi066 ceph-mon[112137]: pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:44 smithi203 ceph-mon[117428]: pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:44 smithi137 ceph-mon[117020]: pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:45.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:45.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:45.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:46.585 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:46.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:46.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:46.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:46.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:46 smithi066 ceph-mon[112137]: pgmap v14026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:46 smithi203 ceph-mon[117428]: pgmap v14026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:46 smithi137 ceph-mon[117020]: pgmap v14026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:47 smithi066 ceph-mon[112137]: from='client.383892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:47.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:47 smithi203 ceph-mon[117428]: from='client.383892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:47.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:47 smithi137 ceph-mon[117020]: from='client.383892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:48 smithi066 ceph-mon[112137]: pgmap v14027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:48 smithi203 ceph-mon[117428]: pgmap v14027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:48.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:48 smithi137 ceph-mon[117020]: pgmap v14027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:50 smithi066 ceph-mon[112137]: pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:50 smithi203 ceph-mon[117428]: pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:50 smithi137 ceph-mon[117020]: pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:51.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:51.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:51.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:52.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:52.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:52.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:52.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:52.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:52 smithi137 ceph-mon[117020]: pgmap v14029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:52 smithi066 ceph-mon[112137]: pgmap v14029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:52 smithi203 ceph-mon[117428]: pgmap v14029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:53 smithi137 ceph-mon[117020]: from='client.383970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:53.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:53 smithi066 ceph-mon[112137]: from='client.383970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:53 smithi203 ceph-mon[117428]: from='client.383970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:54 smithi137 ceph-mon[117020]: pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:54 smithi066 ceph-mon[112137]: pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:54 smithi203 ceph-mon[117428]: pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:56 smithi066 ceph-mon[112137]: pgmap v14031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:56 smithi203 ceph-mon[117428]: pgmap v14031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:56 smithi137 ceph-mon[117020]: pgmap v14031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:57.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:00:57.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:57.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:58.064 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:00:58.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:58.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:58.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:58.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:00:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:58 smithi066 ceph-mon[112137]: pgmap v14032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:58 smithi203 ceph-mon[117428]: pgmap v14032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:58 smithi137 ceph-mon[117020]: pgmap v14032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:59.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:00:59 smithi066 ceph-mon[112137]: from='client.384045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:59.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:00:59 smithi203 ceph-mon[117428]: from='client.384045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:00:59 smithi137 ceph-mon[117020]: from='client.384045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:00 smithi066 ceph-mon[112137]: pgmap v14033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:00 smithi203 ceph-mon[117428]: pgmap v14033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:00 smithi137 ceph-mon[117020]: pgmap v14033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:02 smithi137 ceph-mon[117020]: pgmap v14034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:02 smithi066 ceph-mon[112137]: pgmap v14034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:02 smithi203 ceph-mon[117428]: pgmap v14034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:03.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:03.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:03.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:03.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:03.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:03.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:03.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:03.803 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:04 smithi066 ceph-mon[112137]: pgmap v14035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:04 smithi066 ceph-mon[112137]: from='client.384120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:04 smithi203 ceph-mon[117428]: pgmap v14035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:04 smithi203 ceph-mon[117428]: from='client.384120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:04 smithi137 ceph-mon[117020]: pgmap v14035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:04 smithi137 ceph-mon[117020]: from='client.384120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:06 smithi066 ceph-mon[112137]: pgmap v14036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:06 smithi203 ceph-mon[117428]: pgmap v14036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:06 smithi137 ceph-mon[117020]: pgmap v14036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:08 smithi066 ceph-mon[112137]: pgmap v14037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:08.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:08.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:08.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:08 smithi203 ceph-mon[117428]: pgmap v14037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:08 smithi137 ceph-mon[117020]: pgmap v14037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:09.526 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:09.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:09.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:09.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:09.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:10 smithi066 ceph-mon[112137]: from='client.384195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:10 smithi066 ceph-mon[112137]: pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:10 smithi203 ceph-mon[117428]: from='client.384195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:10 smithi203 ceph-mon[117428]: pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:10 smithi137 ceph-mon[117020]: from='client.384195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:10 smithi137 ceph-mon[117020]: pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:12 smithi137 ceph-mon[117020]: pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:12 smithi066 ceph-mon[112137]: pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:12 smithi203 ceph-mon[117428]: pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:14.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:14.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:14.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:14 smithi066 ceph-mon[112137]: pgmap v14040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:14 smithi203 ceph-mon[117428]: pgmap v14040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:14 smithi137 ceph-mon[117020]: pgmap v14040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:15.265 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:15.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:15.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:15.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:15.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:16 smithi066 ceph-mon[112137]: from='client.384270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:16 smithi066 ceph-mon[112137]: pgmap v14041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:16 smithi203 ceph-mon[117428]: from='client.384270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:16 smithi203 ceph-mon[117428]: pgmap v14041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:16 smithi137 ceph-mon[117020]: from='client.384270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:16 smithi137 ceph-mon[117020]: pgmap v14041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:18 smithi066 ceph-mon[112137]: pgmap v14042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:18 smithi203 ceph-mon[117428]: pgmap v14042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:18 smithi137 ceph-mon[117020]: pgmap v14042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:20.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:20.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:20.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:20 smithi066 ceph-mon[112137]: pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:20 smithi203 ceph-mon[117428]: pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:20 smithi137 ceph-mon[117020]: pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:20.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:20.988 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:20.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:20.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:20.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:22 smithi137 ceph-mon[117020]: from='client.384348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:22 smithi137 ceph-mon[117020]: pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:22 smithi066 ceph-mon[112137]: from='client.384348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:22 smithi066 ceph-mon[112137]: pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:22 smithi203 ceph-mon[117428]: from='client.384348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:22 smithi203 ceph-mon[117428]: pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:24 smithi066 ceph-mon[112137]: pgmap v14045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:24 smithi203 ceph-mon[117428]: pgmap v14045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:24 smithi137 ceph-mon[117020]: pgmap v14045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:25.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:25.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:25.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:26 smithi066 ceph-mon[112137]: pgmap v14046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:26.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:26.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:26.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:26.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:26.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:26 smithi203 ceph-mon[117428]: pgmap v14046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:26 smithi137 ceph-mon[117020]: pgmap v14046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:27.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:27 smithi066 ceph-mon[112137]: from='client.384420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:27.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:27 smithi203 ceph-mon[117428]: from='client.384420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:27 smithi137 ceph-mon[117020]: from='client.384420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:28 smithi066 ceph-mon[112137]: pgmap v14047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:28 smithi203 ceph-mon[117428]: pgmap v14047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:28 smithi137 ceph-mon[117020]: pgmap v14047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:30 smithi066 ceph-mon[112137]: pgmap v14048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:30 smithi203 ceph-mon[117428]: pgmap v14048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:30 smithi137 ceph-mon[117020]: pgmap v14048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:01:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:01:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:01:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:01:31.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:31.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:31.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:01:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:01:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:01:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:01:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:01:31.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:01:31.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:01:31.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:01:32.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:32.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:32.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:32.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:32.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:32 smithi066 ceph-mon[112137]: pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:32 smithi203 ceph-mon[117428]: pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:32 smithi137 ceph-mon[117020]: pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:33 smithi066 ceph-mon[112137]: from='client.384492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:33 smithi203 ceph-mon[117428]: from='client.384492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:33 smithi137 ceph-mon[117020]: from='client.384492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:34 smithi066 ceph-mon[112137]: pgmap v14050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:34 smithi203 ceph-mon[117428]: pgmap v14050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:34 smithi137 ceph-mon[117020]: pgmap v14050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:36 smithi066 ceph-mon[112137]: pgmap v14051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:36 smithi203 ceph-mon[117428]: pgmap v14051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:36 smithi137 ceph-mon[117020]: pgmap v14051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:37.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:37.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:37.452 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:38.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:38.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:38.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:38.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:38.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:38.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:38 smithi066 ceph-mon[112137]: pgmap v14052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:38 smithi203 ceph-mon[117428]: pgmap v14052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:38 smithi137 ceph-mon[117020]: pgmap v14052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:39.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:39 smithi066 ceph-mon[112137]: from='client.384570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:39 smithi203 ceph-mon[117428]: from='client.384570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:39.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:39 smithi137 ceph-mon[117020]: from='client.384570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:40 smithi066 ceph-mon[112137]: pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:40 smithi203 ceph-mon[117428]: pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:40 smithi137 ceph-mon[117020]: pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:42 smithi137 ceph-mon[117020]: pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:42 smithi066 ceph-mon[112137]: pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:42 smithi203 ceph-mon[117428]: pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:43.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:43.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:43.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:43.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:43.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:43.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:43.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:43.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:44 smithi066 ceph-mon[112137]: pgmap v14055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:44 smithi066 ceph-mon[112137]: from='client.384645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:44 smithi203 ceph-mon[117428]: pgmap v14055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:44 smithi203 ceph-mon[117428]: from='client.384645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:44 smithi137 ceph-mon[117020]: pgmap v14055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:44 smithi137 ceph-mon[117020]: from='client.384645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:46 smithi066 ceph-mon[112137]: pgmap v14056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:46.825 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:46 smithi203 ceph-mon[117428]: pgmap v14056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:46 smithi137 ceph-mon[117020]: pgmap v14056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:48 smithi066 ceph-mon[112137]: pgmap v14057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:48 smithi203 ceph-mon[117428]: pgmap v14057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:48 smithi137 ceph-mon[117020]: pgmap v14057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:48.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:48.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:48.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:49.658 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:49.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:49.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:49.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:49.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:50 smithi066 ceph-mon[112137]: from='client.384720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:50 smithi066 ceph-mon[112137]: pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:50 smithi203 ceph-mon[117428]: from='client.384720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:50 smithi203 ceph-mon[117428]: pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:50 smithi137 ceph-mon[117020]: from='client.384720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:50 smithi137 ceph-mon[117020]: pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:52 smithi137 ceph-mon[117020]: pgmap v14059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:01:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:52 smithi066 ceph-mon[112137]: pgmap v14059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:01:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:52 smithi203 ceph-mon[117428]: pgmap v14059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:01:54.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:01:54.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:54.660 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:54 smithi066 ceph-mon[112137]: pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:01:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:54 smithi203 ceph-mon[117428]: pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:01:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:54 smithi137 ceph-mon[117020]: pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:01:55.386 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:01:55.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:55.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:55.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:55.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:01:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:56 smithi066 ceph-mon[112137]: from='client.384795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:56 smithi066 ceph-mon[112137]: pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:56 smithi203 ceph-mon[117428]: from='client.384795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:56 smithi203 ceph-mon[117428]: pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:56 smithi137 ceph-mon[117020]: from='client.384795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:56.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:56 smithi137 ceph-mon[117020]: pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:01:58 smithi066 ceph-mon[112137]: pgmap v14062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:01:58 smithi203 ceph-mon[117428]: pgmap v14062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:01:58 smithi137 ceph-mon[117020]: pgmap v14062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:00.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:00.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:00.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:00 smithi066 ceph-mon[112137]: pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:00 smithi203 ceph-mon[117428]: pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:00 smithi137 ceph-mon[117020]: pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:01.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:01.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:01.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:01.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:01.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:02 smithi137 ceph-mon[117020]: from='client.384873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:02 smithi137 ceph-mon[117020]: pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:02 smithi066 ceph-mon[112137]: from='client.384873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:02 smithi066 ceph-mon[112137]: pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:02 smithi203 ceph-mon[117428]: from='client.384873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:02 smithi203 ceph-mon[117428]: pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:04 smithi066 ceph-mon[112137]: pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:02:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:04 smithi203 ceph-mon[117428]: pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:02:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:04 smithi137 ceph-mon[117020]: pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:02:06.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:06.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:06.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:06 smithi066 ceph-mon[112137]: pgmap v14066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:02:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:06 smithi203 ceph-mon[117428]: pgmap v14066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:02:06.841 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:06.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:06.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:06.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:06.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:06 smithi137 ceph-mon[117020]: pgmap v14066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:02:07.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:07 smithi066 ceph-mon[112137]: from='client.384951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:07.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:07 smithi203 ceph-mon[117428]: from='client.384951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:07.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:07 smithi137 ceph-mon[117020]: from='client.384951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:08 smithi066 ceph-mon[112137]: pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:08 smithi203 ceph-mon[117428]: pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:08 smithi137 ceph-mon[117020]: pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:10 smithi066 ceph-mon[112137]: pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:10 smithi203 ceph-mon[117428]: pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:10 smithi137 ceph-mon[117020]: pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:11.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:11.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:11.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:12.567 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:12.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:12.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:12.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:12.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:12 smithi137 ceph-mon[117020]: pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:12 smithi066 ceph-mon[112137]: pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:12 smithi203 ceph-mon[117428]: pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:13.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:13 smithi066 ceph-mon[112137]: from='client.385026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:13.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:13 smithi203 ceph-mon[117428]: from='client.385026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:13.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:13 smithi137 ceph-mon[117020]: from='client.385026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:14 smithi066 ceph-mon[112137]: pgmap v14070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:14 smithi203 ceph-mon[117428]: pgmap v14070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:14 smithi137 ceph-mon[117020]: pgmap v14070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:16 smithi066 ceph-mon[112137]: pgmap v14071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:16 smithi203 ceph-mon[117428]: pgmap v14071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:16 smithi137 ceph-mon[117020]: pgmap v14071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:17.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:17.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:18.312 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:18.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:18.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:18.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:18.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:18 smithi066 ceph-mon[112137]: pgmap v14072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:18 smithi203 ceph-mon[117428]: pgmap v14072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:18 smithi137 ceph-mon[117020]: pgmap v14072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:19.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:19 smithi066 ceph-mon[112137]: from='client.385098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:19.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:19 smithi203 ceph-mon[117428]: from='client.385098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:19.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:19 smithi137 ceph-mon[117020]: from='client.385098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:20 smithi066 ceph-mon[112137]: pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:20 smithi203 ceph-mon[117428]: pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:20 smithi137 ceph-mon[117020]: pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:22 smithi066 ceph-mon[112137]: pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:22 smithi203 ceph-mon[117428]: pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:22 smithi137 ceph-mon[117020]: pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:23.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:23.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:23.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:24.033 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:24.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:24.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:24.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:24.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:24 smithi066 ceph-mon[112137]: pgmap v14075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:24 smithi203 ceph-mon[117428]: pgmap v14075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:24 smithi137 ceph-mon[117020]: pgmap v14075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:25.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:25 smithi066 ceph-mon[112137]: from='client.385170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:25 smithi203 ceph-mon[117428]: from='client.385170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:25.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:25 smithi137 ceph-mon[117020]: from='client.385170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:26 smithi066 ceph-mon[112137]: pgmap v14076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:26 smithi203 ceph-mon[117428]: pgmap v14076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:26 smithi137 ceph-mon[117020]: pgmap v14076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:28 smithi066 ceph-mon[112137]: pgmap v14077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:28 smithi203 ceph-mon[117428]: pgmap v14077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:28 smithi137 ceph-mon[117020]: pgmap v14077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:29.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:29.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:29.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:29.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:29.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:29.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:29.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:29.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:30 smithi066 ceph-mon[112137]: from='client.385242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:30 smithi066 ceph-mon[112137]: pgmap v14078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:30 smithi203 ceph-mon[117428]: from='client.385242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:30 smithi203 ceph-mon[117428]: pgmap v14078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:30 smithi137 ceph-mon[117020]: from='client.385242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:30 smithi137 ceph-mon[117020]: pgmap v14078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:02:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:02:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:02:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:32 smithi066 ceph-mon[112137]: pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:02:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:02:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:02:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:02:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:32 smithi203 ceph-mon[117428]: pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:02:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:02:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:02:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:02:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:32 smithi137 ceph-mon[117020]: pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:02:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:02:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:02:32.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:02:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:34 smithi066 ceph-mon[112137]: pgmap v14080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:02:34.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:34 smithi203 ceph-mon[117428]: pgmap v14080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:02:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:34 smithi137 ceph-mon[117020]: pgmap v14080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:02:35.497 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:35.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:35.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:35.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:35.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:36 smithi066 ceph-mon[112137]: from='client.385314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:36 smithi066 ceph-mon[112137]: pgmap v14081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:36 smithi203 ceph-mon[117428]: from='client.385314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:36 smithi203 ceph-mon[117428]: pgmap v14081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:36 smithi137 ceph-mon[117020]: from='client.385314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:36 smithi137 ceph-mon[117020]: pgmap v14081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:38 smithi203 ceph-mon[117428]: pgmap v14082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:38 smithi137 ceph-mon[117020]: pgmap v14082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:38.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:38 smithi066 ceph-mon[112137]: pgmap v14082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:40.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:40.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:40.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:40 smithi203 ceph-mon[117428]: pgmap v14083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:40 smithi137 ceph-mon[117020]: pgmap v14083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:40.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:40 smithi066 ceph-mon[112137]: pgmap v14083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:41.229 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:41.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:41.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:41.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:41.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:42 smithi066 ceph-mon[112137]: from='client.385392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:42 smithi066 ceph-mon[112137]: pgmap v14084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:42 smithi203 ceph-mon[117428]: from='client.385392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:42 smithi203 ceph-mon[117428]: pgmap v14084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:42 smithi137 ceph-mon[117020]: from='client.385392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:42 smithi137 ceph-mon[117020]: pgmap v14084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:44 smithi066 ceph-mon[112137]: pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:02:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:44 smithi203 ceph-mon[117428]: pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:02:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:44 smithi137 ceph-mon[117020]: pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:02:46.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:46.231 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:46.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:46 smithi066 ceph-mon[112137]: pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:02:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:46 smithi203 ceph-mon[117428]: pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:02:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:46 smithi137 ceph-mon[117020]: pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:02:46.968 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:46.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:46.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:46.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:46.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:47 smithi066 ceph-mon[112137]: from='client.385467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:47.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:47 smithi203 ceph-mon[117428]: from='client.385467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:47.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:47 smithi137 ceph-mon[117020]: from='client.385467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:48.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:48 smithi066 ceph-mon[112137]: pgmap v14087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:48 smithi203 ceph-mon[117428]: pgmap v14087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:48 smithi137 ceph-mon[117020]: pgmap v14087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:50 smithi066 ceph-mon[112137]: pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:50 smithi203 ceph-mon[117428]: pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:50 smithi137 ceph-mon[117020]: pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:51.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:51.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:51.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:52.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:52.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:52.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:52.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:52.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:52 smithi066 ceph-mon[112137]: pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:52 smithi203 ceph-mon[117428]: pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:52 smithi137 ceph-mon[117020]: pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:53.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:53 smithi066 ceph-mon[112137]: from='client.385545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:53 smithi203 ceph-mon[117428]: from='client.385545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:53.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:53 smithi137 ceph-mon[117020]: from='client.385545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:54 smithi066 ceph-mon[112137]: pgmap v14090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:54 smithi203 ceph-mon[117428]: pgmap v14090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:54 smithi137 ceph-mon[117020]: pgmap v14090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:56 smithi066 ceph-mon[112137]: pgmap v14091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:56 smithi203 ceph-mon[117428]: pgmap v14091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:56 smithi137 ceph-mon[117020]: pgmap v14091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:57.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:02:57.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:57.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:58.411 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:02:58.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:58.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:58.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:58.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:02:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:58 smithi066 ceph-mon[112137]: pgmap v14092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:58 smithi203 ceph-mon[117428]: pgmap v14092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:58 smithi137 ceph-mon[117020]: pgmap v14092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:59.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:02:59 smithi066 ceph-mon[112137]: from='client.385623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:59.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:02:59 smithi203 ceph-mon[117428]: from='client.385623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:02:59 smithi137 ceph-mon[117020]: from='client.385623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:00 smithi066 ceph-mon[112137]: pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:00 smithi203 ceph-mon[117428]: pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:00 smithi137 ceph-mon[117020]: pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:02 smithi066 ceph-mon[112137]: pgmap v14094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:02 smithi203 ceph-mon[117428]: pgmap v14094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:02 smithi137 ceph-mon[117020]: pgmap v14094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:03.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:03.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:03.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:04.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:04.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:04.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:04.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:04.131 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:04 smithi066 ceph-mon[112137]: pgmap v14095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:04 smithi203 ceph-mon[117428]: pgmap v14095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:04 smithi137 ceph-mon[117020]: pgmap v14095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:05.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:05 smithi066 ceph-mon[112137]: from='client.385701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:05 smithi203 ceph-mon[117428]: from='client.385701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:05 smithi137 ceph-mon[117020]: from='client.385701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:06 smithi066 ceph-mon[112137]: pgmap v14096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:06 smithi203 ceph-mon[117428]: pgmap v14096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:06 smithi137 ceph-mon[117020]: pgmap v14096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:08 smithi066 ceph-mon[112137]: pgmap v14097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:08 smithi203 ceph-mon[117428]: pgmap v14097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:08 smithi137 ceph-mon[117020]: pgmap v14097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:09.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:09.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:09.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:09.860 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:09.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:09.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:09.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:09.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:10 smithi066 ceph-mon[112137]: pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:10 smithi066 ceph-mon[112137]: from='client.385779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:10 smithi203 ceph-mon[117428]: pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:10 smithi203 ceph-mon[117428]: from='client.385779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:10 smithi137 ceph-mon[117020]: pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:10 smithi137 ceph-mon[117020]: from='client.385779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:12 smithi066 ceph-mon[112137]: pgmap v14099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:03:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:12 smithi203 ceph-mon[117428]: pgmap v14099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:03:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:12 smithi137 ceph-mon[117020]: pgmap v14099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:03:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:14 smithi066 ceph-mon[112137]: pgmap v14100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:03:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:14 smithi203 ceph-mon[117428]: pgmap v14100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:03:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:14.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:14.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:14 smithi137 ceph-mon[117020]: pgmap v14100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:03:15.593 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:15.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:15.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:15.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:15.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:16 smithi066 ceph-mon[112137]: from='client.385857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:16 smithi066 ceph-mon[112137]: pgmap v14101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:16 smithi203 ceph-mon[117428]: from='client.385857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:16 smithi203 ceph-mon[117428]: pgmap v14101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:16 smithi137 ceph-mon[117020]: from='client.385857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:16 smithi137 ceph-mon[117020]: pgmap v14101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:18.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:18 smithi066 ceph-mon[112137]: pgmap v14102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:18 smithi203 ceph-mon[117428]: pgmap v14102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:18 smithi137 ceph-mon[117020]: pgmap v14102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:20.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:20.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:20.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:20 smithi066 ceph-mon[112137]: pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:20 smithi203 ceph-mon[117428]: pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:20 smithi137 ceph-mon[117020]: pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:21.316 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:21.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:21.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:21.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:21.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:22 smithi066 ceph-mon[112137]: from='client.385935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:22 smithi066 ceph-mon[112137]: pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:22 smithi203 ceph-mon[117428]: from='client.385935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:22 smithi203 ceph-mon[117428]: pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:22 smithi137 ceph-mon[117020]: from='client.385935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:22 smithi137 ceph-mon[117020]: pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:24 smithi066 ceph-mon[112137]: pgmap v14105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:03:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:24 smithi203 ceph-mon[117428]: pgmap v14105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:03:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:24 smithi137 ceph-mon[117020]: pgmap v14105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:03:26.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:26.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:26.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:26 smithi066 ceph-mon[112137]: pgmap v14106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:03:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:26 smithi203 ceph-mon[117428]: pgmap v14106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:03:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:26 smithi137 ceph-mon[117020]: pgmap v14106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:03:27.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:27.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:27.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:27.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:27.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:28 smithi066 ceph-mon[112137]: from='client.386007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:28 smithi066 ceph-mon[112137]: pgmap v14107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:28 smithi203 ceph-mon[117428]: from='client.386007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:28 smithi203 ceph-mon[117428]: pgmap v14107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:28.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:28 smithi137 ceph-mon[117020]: from='client.386007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:28 smithi137 ceph-mon[117020]: pgmap v14107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:30 smithi203 ceph-mon[117428]: pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:30.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:30 smithi137 ceph-mon[117020]: pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:30.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:30 smithi066 ceph-mon[112137]: pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:32.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:32.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:32.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:32 smithi066 ceph-mon[112137]: pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:03:32.802 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:32.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:32.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:32.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:32.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:32 smithi203 ceph-mon[117428]: pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:03:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:32 smithi137 ceph-mon[117020]: pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:03:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:33 smithi066 ceph-mon[112137]: from='client.386085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:03:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:03:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:03:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:33 smithi203 ceph-mon[117428]: from='client.386085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:03:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:03:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:03:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:33 smithi137 ceph-mon[117020]: from='client.386085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:03:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:03:33.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:03:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:34 smithi066 ceph-mon[112137]: pgmap v14110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:34 smithi203 ceph-mon[117428]: pgmap v14110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:34 smithi137 ceph-mon[117020]: pgmap v14110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:36 smithi066 ceph-mon[112137]: pgmap v14111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:36 smithi203 ceph-mon[117428]: pgmap v14111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:36 smithi137 ceph-mon[117020]: pgmap v14111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:37.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:37.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:37.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:38.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:38.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:38.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:38.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:38.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:38 smithi066 ceph-mon[112137]: pgmap v14112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:38 smithi203 ceph-mon[117428]: pgmap v14112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:38 smithi137 ceph-mon[117020]: pgmap v14112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:39 smithi203 ceph-mon[117428]: from='client.386160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:39 smithi137 ceph-mon[117020]: from='client.386160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:39 smithi066 ceph-mon[112137]: from='client.386160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:40 smithi203 ceph-mon[117428]: pgmap v14113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:40 smithi137 ceph-mon[117020]: pgmap v14113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:40 smithi066 ceph-mon[112137]: pgmap v14113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:42 smithi066 ceph-mon[112137]: pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:42 smithi203 ceph-mon[117428]: pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:42 smithi137 ceph-mon[117020]: pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:43.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:43.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:43.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:44.264 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:44.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:44.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:44.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:44.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:44 smithi066 ceph-mon[112137]: pgmap v14115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:44 smithi203 ceph-mon[117428]: pgmap v14115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:44 smithi137 ceph-mon[117020]: pgmap v14115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:45 smithi203 ceph-mon[117428]: from='client.386232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:45.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:45 smithi137 ceph-mon[117020]: from='client.386232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:45 smithi066 ceph-mon[112137]: from='client.386232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:46 smithi203 ceph-mon[117428]: pgmap v14116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:46 smithi137 ceph-mon[117020]: pgmap v14116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:46 smithi066 ceph-mon[112137]: pgmap v14116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:48 smithi203 ceph-mon[117428]: pgmap v14117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:48 smithi137 ceph-mon[117020]: pgmap v14117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:48 smithi066 ceph-mon[112137]: pgmap v14117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:49.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:49.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:49.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:49.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:49.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:49.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:49.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:49.991 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:50 smithi203 ceph-mon[117428]: pgmap v14118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:50 smithi137 ceph-mon[117020]: pgmap v14118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:50 smithi066 ceph-mon[112137]: pgmap v14118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:51.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:51 smithi203 ceph-mon[117428]: from='client.386307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:51.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:51 smithi137 ceph-mon[117020]: from='client.386307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:51 smithi066 ceph-mon[112137]: from='client.386307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:52 smithi203 ceph-mon[117428]: pgmap v14119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:03:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:52 smithi137 ceph-mon[117020]: pgmap v14119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:03:52.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:52 smithi066 ceph-mon[112137]: pgmap v14119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:03:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:54 smithi203 ceph-mon[117428]: pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:03:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:54 smithi137 ceph-mon[117020]: pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:03:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:54 smithi066 ceph-mon[112137]: pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:03:54.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:03:54.992 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:54.992 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:55.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:03:55.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:55.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:55.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:55.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:03:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:56 smithi203 ceph-mon[117428]: from='client.386376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:56 smithi203 ceph-mon[117428]: pgmap v14121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:56 smithi137 ceph-mon[117020]: from='client.386376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:56 smithi137 ceph-mon[117020]: pgmap v14121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:56 smithi066 ceph-mon[112137]: from='client.386376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:56.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:56 smithi066 ceph-mon[112137]: pgmap v14121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:03:58 smithi203 ceph-mon[117428]: pgmap v14122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:03:58 smithi137 ceph-mon[117020]: pgmap v14122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:58.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:03:58 smithi066 ceph-mon[112137]: pgmap v14122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:00.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:00.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:00.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:00 smithi203 ceph-mon[117428]: pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:00 smithi137 ceph-mon[117020]: pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:00 smithi066 ceph-mon[112137]: pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:01.485 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:01.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:01.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:01.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:01.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:02 smithi066 ceph-mon[112137]: from='client.386454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:02 smithi066 ceph-mon[112137]: pgmap v14124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:02 smithi203 ceph-mon[117428]: from='client.386454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:02 smithi203 ceph-mon[117428]: pgmap v14124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:02 smithi137 ceph-mon[117020]: from='client.386454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:02 smithi137 ceph-mon[117020]: pgmap v14124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:04 smithi203 ceph-mon[117428]: pgmap v14125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:04:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:04 smithi137 ceph-mon[117020]: pgmap v14125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:04:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:04 smithi066 ceph-mon[112137]: pgmap v14125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:04:06.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:06.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:06.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:06 smithi203 ceph-mon[117428]: pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:04:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:06 smithi137 ceph-mon[117020]: pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:04:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:06 smithi066 ceph-mon[112137]: pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:04:07.207 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:07.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:07.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:07.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:07.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:08 smithi203 ceph-mon[117428]: from='client.386532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:08 smithi203 ceph-mon[117428]: pgmap v14127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:08 smithi137 ceph-mon[117020]: from='client.386532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:08 smithi137 ceph-mon[117020]: pgmap v14127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:08.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:08 smithi066 ceph-mon[112137]: from='client.386532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:08.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:08 smithi066 ceph-mon[112137]: pgmap v14127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:10 smithi203 ceph-mon[117428]: pgmap v14128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:10 smithi137 ceph-mon[117020]: pgmap v14128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:10.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:10 smithi066 ceph-mon[112137]: pgmap v14128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:12.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:12.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:12.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:12 smithi066 ceph-mon[112137]: pgmap v14129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:12 smithi203 ceph-mon[117428]: pgmap v14129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:12 smithi137 ceph-mon[117020]: pgmap v14129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:12.941 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:12.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:12.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:12.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:12.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:13.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:13 smithi066 ceph-mon[112137]: from='client.386610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:13.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:13 smithi203 ceph-mon[117428]: from='client.386610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:13.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:13 smithi137 ceph-mon[117020]: from='client.386610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:14 smithi066 ceph-mon[112137]: pgmap v14130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:14 smithi203 ceph-mon[117428]: pgmap v14130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:14 smithi137 ceph-mon[117020]: pgmap v14130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:16 smithi203 ceph-mon[117428]: pgmap v14131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:16 smithi137 ceph-mon[117020]: pgmap v14131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:16 smithi066 ceph-mon[112137]: pgmap v14131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:17.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:17.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:17.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:18.672 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:18.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:18.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:18.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:18.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:18 smithi203 ceph-mon[117428]: pgmap v14132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:18 smithi137 ceph-mon[117020]: pgmap v14132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:18 smithi066 ceph-mon[112137]: pgmap v14132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:19.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:19 smithi203 ceph-mon[117428]: from='client.386688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:19.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:19 smithi137 ceph-mon[117020]: from='client.386688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:19 smithi066 ceph-mon[112137]: from='client.386688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:20 smithi203 ceph-mon[117428]: pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:20 smithi137 ceph-mon[117020]: pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:20 smithi066 ceph-mon[112137]: pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:22 smithi066 ceph-mon[112137]: pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:22 smithi203 ceph-mon[117428]: pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:22 smithi137 ceph-mon[117020]: pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:24.398 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:24.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:24.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:24.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:24.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:24 smithi203 ceph-mon[117428]: pgmap v14135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:24 smithi137 ceph-mon[117020]: pgmap v14135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:24 smithi066 ceph-mon[112137]: pgmap v14135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:25 smithi203 ceph-mon[117428]: from='client.386760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:25.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:25 smithi137 ceph-mon[117020]: from='client.386760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:25.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:25 smithi066 ceph-mon[112137]: from='client.386760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:26 smithi203 ceph-mon[117428]: pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:26 smithi137 ceph-mon[117020]: pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:26 smithi066 ceph-mon[112137]: pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:28 smithi203 ceph-mon[117428]: pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:28 smithi137 ceph-mon[117020]: pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:28 smithi066 ceph-mon[112137]: pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:29.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:29.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:29.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:30.132 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:30.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:30.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:30.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:30.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:30 smithi203 ceph-mon[117428]: pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:30 smithi137 ceph-mon[117020]: pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:30 smithi066 ceph-mon[112137]: pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:31 smithi203 ceph-mon[117428]: from='client.386835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:31 smithi137 ceph-mon[117020]: from='client.386835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:31.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:31 smithi066 ceph-mon[112137]: from='client.386835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:32 smithi203 ceph-mon[117428]: pgmap v14139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:32 smithi137 ceph-mon[117020]: pgmap v14139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:32 smithi066 ceph-mon[112137]: pgmap v14139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:04:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:04:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:04:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:04:33.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:04:33.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:04:33.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:04:33.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:04:33.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:04:33.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:04:33.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:04:33.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:04:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:34 smithi203 ceph-mon[117428]: pgmap v14140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:34 smithi137 ceph-mon[117020]: pgmap v14140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:34 smithi066 ceph-mon[112137]: pgmap v14140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:35.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:35.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:35.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:35.861 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:35.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:35.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:35.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:35.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:36 smithi203 ceph-mon[117428]: pgmap v14141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:36 smithi203 ceph-mon[117428]: from='client.386913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:36 smithi137 ceph-mon[117020]: pgmap v14141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:36 smithi137 ceph-mon[117020]: from='client.386913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:36 smithi066 ceph-mon[112137]: pgmap v14141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:36 smithi066 ceph-mon[112137]: from='client.386913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:38.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:38 smithi203 ceph-mon[117428]: pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:38 smithi137 ceph-mon[117020]: pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:38 smithi066 ceph-mon[112137]: pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:40 smithi203 ceph-mon[117428]: pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:40.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:40.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:40.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:40 smithi137 ceph-mon[117020]: pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:40 smithi066 ceph-mon[112137]: pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:41.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:41.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:41.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:41.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:41.587 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:42 smithi066 ceph-mon[112137]: from='client.386991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:42 smithi066 ceph-mon[112137]: pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:42 smithi203 ceph-mon[117428]: from='client.386991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:42 smithi203 ceph-mon[117428]: pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:42 smithi137 ceph-mon[117020]: from='client.386991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:42 smithi137 ceph-mon[117020]: pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:44 smithi203 ceph-mon[117428]: pgmap v14145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:44 smithi137 ceph-mon[117020]: pgmap v14145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:44 smithi066 ceph-mon[112137]: pgmap v14145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:46.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:46.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:46.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:46 smithi203 ceph-mon[117428]: pgmap v14146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:46 smithi137 ceph-mon[117020]: pgmap v14146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:46 smithi066 ceph-mon[112137]: pgmap v14146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:47.309 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:47.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:47.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:47.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:47.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:48 smithi203 ceph-mon[117428]: from='client.387066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:48 smithi203 ceph-mon[117428]: pgmap v14147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:48 smithi137 ceph-mon[117020]: from='client.387066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:48 smithi137 ceph-mon[117020]: pgmap v14147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:48 smithi066 ceph-mon[112137]: from='client.387066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:48 smithi066 ceph-mon[112137]: pgmap v14147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:50 smithi203 ceph-mon[117428]: pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:50 smithi137 ceph-mon[117020]: pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:50 smithi066 ceph-mon[112137]: pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:52.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:52.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:52.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:52 smithi066 ceph-mon[112137]: pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:52 smithi203 ceph-mon[117428]: pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:52 smithi137 ceph-mon[117020]: pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:53.047 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:53.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:53.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:53.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:53.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:54 smithi203 ceph-mon[117428]: from='client.387138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:54 smithi203 ceph-mon[117428]: pgmap v14150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:54 smithi137 ceph-mon[117020]: from='client.387138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:54 smithi137 ceph-mon[117020]: pgmap v14150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:54 smithi066 ceph-mon[112137]: from='client.387138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:54 smithi066 ceph-mon[112137]: pgmap v14150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:56 smithi203 ceph-mon[117428]: pgmap v14151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:56 smithi137 ceph-mon[117020]: pgmap v14151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:56 smithi066 ceph-mon[112137]: pgmap v14151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:58.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:04:58.049 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:58.050 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:58.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:04:58.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:58.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:58.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:58.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:04:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:58 smithi203 ceph-mon[117428]: pgmap v14152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:58 smithi137 ceph-mon[117020]: pgmap v14152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:58.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:58 smithi066 ceph-mon[112137]: pgmap v14152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:59.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:04:59 smithi203 ceph-mon[117428]: from='client.387210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:59.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:04:59 smithi137 ceph-mon[117020]: from='client.387210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:59.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:04:59 smithi066 ceph-mon[112137]: from='client.387210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:00 smithi203 ceph-mon[117428]: pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:00 smithi137 ceph-mon[117020]: pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:00 smithi066 ceph-mon[112137]: pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:02 smithi066 ceph-mon[112137]: pgmap v14154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:02 smithi203 ceph-mon[117428]: pgmap v14154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:02 smithi137 ceph-mon[117020]: pgmap v14154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:03.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:03.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:03.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:04.523 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:04.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:04.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:04.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:04.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:04 smithi203 ceph-mon[117428]: pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:04 smithi137 ceph-mon[117020]: pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:04 smithi066 ceph-mon[112137]: pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:05 smithi203 ceph-mon[117428]: from='client.387285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:05 smithi137 ceph-mon[117020]: from='client.387285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:05 smithi066 ceph-mon[112137]: from='client.387285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:06 smithi203 ceph-mon[117428]: pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:06 smithi137 ceph-mon[117020]: pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:06 smithi066 ceph-mon[112137]: pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:08 smithi203 ceph-mon[117428]: pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:08 smithi137 ceph-mon[117020]: pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:08 smithi066 ceph-mon[112137]: pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:09.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:09.525 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:09.525 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:10.252 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:10.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:10.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:10.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:10.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:10 smithi203 ceph-mon[117428]: pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:10 smithi137 ceph-mon[117020]: pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:10 smithi066 ceph-mon[112137]: pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:11 smithi203 ceph-mon[117428]: from='client.387360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:11 smithi137 ceph-mon[117020]: from='client.387360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:11.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:11 smithi066 ceph-mon[112137]: from='client.387360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:12 smithi203 ceph-mon[117428]: pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:12 smithi137 ceph-mon[117020]: pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:12 smithi066 ceph-mon[112137]: pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:14 smithi203 ceph-mon[117428]: pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:14 smithi137 ceph-mon[117020]: pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:14 smithi066 ceph-mon[112137]: pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:15.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:15.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:15.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:15.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:15.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:15.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:15.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:15.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:16 smithi203 ceph-mon[117428]: pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:16 smithi203 ceph-mon[117428]: from='client.387438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:16 smithi137 ceph-mon[117020]: pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:16 smithi137 ceph-mon[117020]: from='client.387438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:16 smithi066 ceph-mon[112137]: pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:16 smithi066 ceph-mon[112137]: from='client.387438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:18 smithi203 ceph-mon[117428]: pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:18 smithi137 ceph-mon[117020]: pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:18 smithi066 ceph-mon[112137]: pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:20 smithi203 ceph-mon[117428]: pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:20 smithi137 ceph-mon[117020]: pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:20 smithi066 ceph-mon[112137]: pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:20.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:20.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:20.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:21.722 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:21.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:21.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:21.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:21.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:22 smithi066 ceph-mon[112137]: from='client.387516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:22.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:22 smithi066 ceph-mon[112137]: pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:22 smithi203 ceph-mon[117428]: from='client.387516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:22 smithi203 ceph-mon[117428]: pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:22 smithi137 ceph-mon[117020]: from='client.387516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:22 smithi137 ceph-mon[117020]: pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:24 smithi203 ceph-mon[117428]: pgmap v14165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:24 smithi137 ceph-mon[117020]: pgmap v14165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:24 smithi066 ceph-mon[112137]: pgmap v14165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:26.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:26.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:26.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:26 smithi203 ceph-mon[117428]: pgmap v14166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:26 smithi137 ceph-mon[117020]: pgmap v14166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:26 smithi066 ceph-mon[112137]: pgmap v14166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:27.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:27.446 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:28 smithi203 ceph-mon[117428]: from='client.387588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:28 smithi203 ceph-mon[117428]: pgmap v14167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:28 smithi137 ceph-mon[117020]: from='client.387588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:28 smithi137 ceph-mon[117020]: pgmap v14167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:28 smithi066 ceph-mon[112137]: from='client.387588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:28 smithi066 ceph-mon[112137]: pgmap v14167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:30 smithi203 ceph-mon[117428]: pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:30 smithi137 ceph-mon[117020]: pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:30 smithi066 ceph-mon[112137]: pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:32.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:32.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:32.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:32 smithi066 ceph-mon[112137]: pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:32 smithi203 ceph-mon[117428]: pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:32 smithi137 ceph-mon[117020]: pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:33.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:33.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:33.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:33.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:33.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:05:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:05:33.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:05:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:34 smithi203 ceph-mon[117428]: from='client.387663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:34 smithi203 ceph-mon[117428]: pgmap v14170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:05:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:05:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:05:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:34 smithi137 ceph-mon[117020]: from='client.387663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:34 smithi137 ceph-mon[117020]: pgmap v14170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:05:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:05:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:05:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:34 smithi066 ceph-mon[112137]: from='client.387663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:34 smithi066 ceph-mon[112137]: pgmap v14170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:05:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:05:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:05:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:36 smithi203 ceph-mon[117428]: pgmap v14171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:36 smithi137 ceph-mon[117020]: pgmap v14171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:36 smithi066 ceph-mon[112137]: pgmap v14171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:38.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:38.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:38.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:38 smithi203 ceph-mon[117428]: pgmap v14172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:38 smithi137 ceph-mon[117020]: pgmap v14172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:38.915 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:38.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:38.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:38.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:38.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:38 smithi066 ceph-mon[112137]: pgmap v14172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:39 smithi203 ceph-mon[117428]: from='client.387741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:39 smithi137 ceph-mon[117020]: from='client.387741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:39 smithi066 ceph-mon[112137]: from='client.387741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:40 smithi203 ceph-mon[117428]: pgmap v14173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:40 smithi137 ceph-mon[117020]: pgmap v14173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:40 smithi066 ceph-mon[112137]: pgmap v14173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:42 smithi066 ceph-mon[112137]: pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:42 smithi203 ceph-mon[117428]: pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:42 smithi137 ceph-mon[117020]: pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:43.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:43.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:43.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:44.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:44.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:44.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:44.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:44.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:44 smithi203 ceph-mon[117428]: pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:44 smithi137 ceph-mon[117020]: pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:44 smithi066 ceph-mon[112137]: pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:45 smithi203 ceph-mon[117428]: from='client.387816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:45 smithi137 ceph-mon[117020]: from='client.387816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:45 smithi066 ceph-mon[112137]: from='client.387816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:46 smithi203 ceph-mon[117428]: pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:46 smithi137 ceph-mon[117020]: pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:46 smithi066 ceph-mon[112137]: pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:48 smithi203 ceph-mon[117428]: pgmap v14177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:48 smithi137 ceph-mon[117020]: pgmap v14177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:48 smithi066 ceph-mon[112137]: pgmap v14177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:49.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:49.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:49.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:50.368 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:50.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:50.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:50.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:50.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:50 smithi203 ceph-mon[117428]: pgmap v14178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:50 smithi137 ceph-mon[117020]: pgmap v14178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:50 smithi066 ceph-mon[112137]: pgmap v14178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:51.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:51 smithi203 ceph-mon[117428]: from='client.387891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:51.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:51 smithi137 ceph-mon[117020]: from='client.387891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:51 smithi066 ceph-mon[112137]: from='client.387891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:52 smithi203 ceph-mon[117428]: pgmap v14179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:52 smithi137 ceph-mon[117020]: pgmap v14179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:52 smithi066 ceph-mon[112137]: pgmap v14179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:54 smithi203 ceph-mon[117428]: pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:54 smithi137 ceph-mon[117020]: pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:54 smithi066 ceph-mon[112137]: pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:55.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:05:55.370 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:55.370 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:56.090 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:05:56.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:56.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:56.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:56.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:05:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:56 smithi203 ceph-mon[117428]: pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:56 smithi137 ceph-mon[117020]: pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:56 smithi066 ceph-mon[112137]: pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:57 smithi203 ceph-mon[117428]: from='client.387963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:57.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:57 smithi137 ceph-mon[117020]: from='client.387963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:57 smithi066 ceph-mon[112137]: from='client.387963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:05:58 smithi203 ceph-mon[117428]: pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:05:58 smithi137 ceph-mon[117020]: pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:05:58 smithi066 ceph-mon[112137]: pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:00 smithi203 ceph-mon[117428]: pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:00 smithi137 ceph-mon[117020]: pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:00 smithi066 ceph-mon[112137]: pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:01.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:01.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:01.092 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:01.821 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:01.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:01.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:01.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:01.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:02 smithi066 ceph-mon[112137]: from='client.388041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:02 smithi066 ceph-mon[112137]: pgmap v14184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:02 smithi203 ceph-mon[117428]: from='client.388041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:02 smithi203 ceph-mon[117428]: pgmap v14184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:02 smithi137 ceph-mon[117020]: from='client.388041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:02 smithi137 ceph-mon[117020]: pgmap v14184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:04 smithi203 ceph-mon[117428]: pgmap v14185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:04 smithi137 ceph-mon[117020]: pgmap v14185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:04 smithi066 ceph-mon[112137]: pgmap v14185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:06 smithi203 ceph-mon[117428]: pgmap v14186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:06.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:06.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:06.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:06 smithi137 ceph-mon[117020]: pgmap v14186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:06 smithi066 ceph-mon[112137]: pgmap v14186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:07.554 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:07.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:07.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:07.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:07.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:08 smithi203 ceph-mon[117428]: from='client.388116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:08 smithi203 ceph-mon[117428]: pgmap v14187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:08 smithi137 ceph-mon[117020]: from='client.388116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:08 smithi137 ceph-mon[117020]: pgmap v14187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:08 smithi066 ceph-mon[112137]: from='client.388116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:08.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:08 smithi066 ceph-mon[112137]: pgmap v14187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:10 smithi203 ceph-mon[117428]: pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:10 smithi137 ceph-mon[117020]: pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:10 smithi066 ceph-mon[112137]: pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:12.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:12 smithi066 ceph-mon[112137]: pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:12 smithi203 ceph-mon[117428]: pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:12 smithi137 ceph-mon[117020]: pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:13.275 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:13.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:13.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:13.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:13.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:14 smithi203 ceph-mon[117428]: from='client.388191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:14 smithi203 ceph-mon[117428]: pgmap v14190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:14 smithi137 ceph-mon[117020]: from='client.388191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:14 smithi137 ceph-mon[117020]: pgmap v14190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:14 smithi066 ceph-mon[112137]: from='client.388191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:14 smithi066 ceph-mon[112137]: pgmap v14190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:16 smithi203 ceph-mon[117428]: pgmap v14191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:16 smithi137 ceph-mon[117020]: pgmap v14191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:16 smithi066 ceph-mon[112137]: pgmap v14191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:18.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:18.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:18.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:18 smithi203 ceph-mon[117428]: pgmap v14192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:18 smithi137 ceph-mon[117020]: pgmap v14192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:18 smithi066 ceph-mon[112137]: pgmap v14192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:19.007 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:19.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:19.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:19.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:19.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:19 smithi203 ceph-mon[117428]: from='client.388260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:19.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:19 smithi137 ceph-mon[117020]: from='client.388260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:19 smithi066 ceph-mon[112137]: from='client.388260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:20 smithi203 ceph-mon[117428]: pgmap v14193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:20 smithi137 ceph-mon[117020]: pgmap v14193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:20 smithi066 ceph-mon[112137]: pgmap v14193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:22 smithi066 ceph-mon[112137]: pgmap v14194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:22 smithi203 ceph-mon[117428]: pgmap v14194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:22 smithi137 ceph-mon[117020]: pgmap v14194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:24.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:24.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:24.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:24.736 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:24.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:24.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:24.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:24.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:24 smithi203 ceph-mon[117428]: pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:24 smithi137 ceph-mon[117020]: pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:24 smithi066 ceph-mon[112137]: pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:25 smithi203 ceph-mon[117428]: from='client.388332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:25.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:25 smithi137 ceph-mon[117020]: from='client.388332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:25.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:25 smithi066 ceph-mon[112137]: from='client.388332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:26 smithi203 ceph-mon[117428]: pgmap v14196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:06:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:26 smithi137 ceph-mon[117020]: pgmap v14196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:06:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:26 smithi066 ceph-mon[112137]: pgmap v14196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:06:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:28 smithi203 ceph-mon[117428]: pgmap v14197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:06:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:28 smithi137 ceph-mon[117020]: pgmap v14197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:06:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:28 smithi066 ceph-mon[112137]: pgmap v14197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:06:29.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:29.738 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:29.738 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:30.465 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:30.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:30.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:30.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:30.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:30 smithi203 ceph-mon[117428]: pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:06:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:30 smithi137 ceph-mon[117020]: pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:06:30.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:30 smithi066 ceph-mon[112137]: pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:06:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:31 smithi203 ceph-mon[117428]: from='client.388410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:31 smithi137 ceph-mon[117020]: from='client.388410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:31 smithi066 ceph-mon[112137]: from='client.388410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:32 smithi203 ceph-mon[117428]: pgmap v14199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:32 smithi137 ceph-mon[117020]: pgmap v14199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:32 smithi066 ceph-mon[112137]: pgmap v14199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:34 smithi203 ceph-mon[117428]: pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:06:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:34 smithi137 ceph-mon[117020]: pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:06:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:34 smithi066 ceph-mon[112137]: pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:06:35.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:35.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:35.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:06:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:06:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:06:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:06:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:06:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:06:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:06:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:06:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:06:36.205 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:36.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:36.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:36.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:36.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:36 smithi137 ceph-mon[117020]: pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:36 smithi066 ceph-mon[112137]: pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:36 smithi203 ceph-mon[117428]: pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:37 smithi066 ceph-mon[112137]: from='client.388485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:37 smithi203 ceph-mon[117428]: from='client.388485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:38.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:37 smithi137 ceph-mon[117020]: from='client.388485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:38 smithi066 ceph-mon[112137]: pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:06:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:38 smithi203 ceph-mon[117428]: pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:06:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:38 smithi137 ceph-mon[117020]: pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:06:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:40 smithi066 ceph-mon[112137]: pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:06:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:40 smithi203 ceph-mon[117428]: pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:06:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:40 smithi137 ceph-mon[117020]: pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:06:41.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:41.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:41.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:41.926 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:41.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:41.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:41.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:41.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:42 smithi066 ceph-mon[112137]: pgmap v14204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:06:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:42 smithi066 ceph-mon[112137]: from='client.388560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:42 smithi203 ceph-mon[117428]: pgmap v14204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:06:42.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:42 smithi203 ceph-mon[117428]: from='client.388560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:42 smithi137 ceph-mon[117020]: pgmap v14204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:06:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:42 smithi137 ceph-mon[117020]: from='client.388560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:44 smithi203 ceph-mon[117428]: pgmap v14205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:44 smithi137 ceph-mon[117020]: pgmap v14205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:44 smithi066 ceph-mon[112137]: pgmap v14205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:46 smithi203 ceph-mon[117428]: pgmap v14206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:46.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:46 smithi137 ceph-mon[117020]: pgmap v14206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:46.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:46.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:46.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:46 smithi066 ceph-mon[112137]: pgmap v14206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:47.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:47.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:48 smithi203 ceph-mon[117428]: from='client.388635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:48 smithi203 ceph-mon[117428]: pgmap v14207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:48 smithi137 ceph-mon[117020]: from='client.388635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:48 smithi137 ceph-mon[117020]: pgmap v14207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:48 smithi066 ceph-mon[112137]: from='client.388635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:48 smithi066 ceph-mon[112137]: pgmap v14207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:50 smithi203 ceph-mon[117428]: pgmap v14208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:50 smithi137 ceph-mon[117020]: pgmap v14208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:50 smithi066 ceph-mon[112137]: pgmap v14208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:52.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:52.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:52.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:52 smithi066 ceph-mon[112137]: pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:52 smithi203 ceph-mon[117428]: pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:52 smithi137 ceph-mon[117020]: pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:53.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:53.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:53.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:53.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:06:53.376 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:54 smithi203 ceph-mon[117428]: from='client.388713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:54 smithi203 ceph-mon[117428]: pgmap v14210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:54 smithi137 ceph-mon[117020]: from='client.388713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:54 smithi137 ceph-mon[117020]: pgmap v14210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:54 smithi066 ceph-mon[112137]: from='client.388713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:54 smithi066 ceph-mon[112137]: pgmap v14210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:56 smithi203 ceph-mon[117428]: pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:56 smithi137 ceph-mon[117020]: pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:56 smithi066 ceph-mon[112137]: pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:58.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:06:58.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:58.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:06:58 smithi203 ceph-mon[117428]: pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:06:58 smithi137 ceph-mon[117020]: pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:06:58 smithi066 ceph-mon[112137]: pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:59.103 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:06:59.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:59.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:59.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:59.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:00 smithi203 ceph-mon[117428]: from='client.388791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:00 smithi203 ceph-mon[117428]: pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:00 smithi137 ceph-mon[117020]: from='client.388791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:00 smithi137 ceph-mon[117020]: pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:00 smithi066 ceph-mon[112137]: from='client.388791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:00 smithi066 ceph-mon[112137]: pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:02 smithi066 ceph-mon[112137]: pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:02 smithi203 ceph-mon[117428]: pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:02 smithi137 ceph-mon[117020]: pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:04.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:04.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:04.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:04 smithi203 ceph-mon[117428]: pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:04.824 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:04.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:04.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:04.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:04.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:04 smithi137 ceph-mon[117020]: pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:04 smithi066 ceph-mon[112137]: pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:05 smithi203 ceph-mon[117428]: from='client.388866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:05 smithi137 ceph-mon[117020]: from='client.388866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:05 smithi066 ceph-mon[112137]: from='client.388866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:06 smithi203 ceph-mon[117428]: pgmap v14216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:07:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:06 smithi137 ceph-mon[117020]: pgmap v14216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:07:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:06 smithi066 ceph-mon[112137]: pgmap v14216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:07:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:08 smithi203 ceph-mon[117428]: pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:08 smithi137 ceph-mon[117020]: pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:08 smithi066 ceph-mon[112137]: pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:09.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:09.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:09.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:10.562 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:10.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:10.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:10.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:10.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:10 smithi203 ceph-mon[117428]: pgmap v14218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:10 smithi137 ceph-mon[117020]: pgmap v14218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:10 smithi066 ceph-mon[112137]: pgmap v14218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:11 smithi203 ceph-mon[117428]: from='client.388938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:11 smithi137 ceph-mon[117020]: from='client.388938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:11 smithi066 ceph-mon[112137]: from='client.388938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:12 smithi203 ceph-mon[117428]: pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:12 smithi137 ceph-mon[117020]: pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:12 smithi066 ceph-mon[112137]: pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:14 smithi203 ceph-mon[117428]: pgmap v14220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:14 smithi137 ceph-mon[117020]: pgmap v14220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:14 smithi066 ceph-mon[112137]: pgmap v14220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:15.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:15.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:15.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:16.284 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:16.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:16.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:16.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:16.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:16 smithi203 ceph-mon[117428]: pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:16 smithi137 ceph-mon[117020]: pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:16 smithi066 ceph-mon[112137]: pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:17.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:17 smithi203 ceph-mon[117428]: from='client.389013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:17.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:17 smithi137 ceph-mon[117020]: from='client.389013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:17 smithi066 ceph-mon[112137]: from='client.389013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:18.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:18 smithi203 ceph-mon[117428]: pgmap v14222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:18 smithi137 ceph-mon[117020]: pgmap v14222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:18 smithi066 ceph-mon[112137]: pgmap v14222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:20 smithi203 ceph-mon[117428]: pgmap v14223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:20 smithi137 ceph-mon[117020]: pgmap v14223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:20 smithi066 ceph-mon[112137]: pgmap v14223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:07:21.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:21.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:21.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:22.009 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:22.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:22.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:22.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:22.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:22 smithi066 ceph-mon[112137]: pgmap v14224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:07:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:22 smithi066 ceph-mon[112137]: from='client.389088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:22 smithi203 ceph-mon[117428]: pgmap v14224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:07:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:22 smithi203 ceph-mon[117428]: from='client.389088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:22 smithi137 ceph-mon[117020]: pgmap v14224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:07:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:22 smithi137 ceph-mon[117020]: from='client.389088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:24 smithi203 ceph-mon[117428]: pgmap v14225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:24 smithi137 ceph-mon[117020]: pgmap v14225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:24 smithi066 ceph-mon[112137]: pgmap v14225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:26 smithi203 ceph-mon[117428]: pgmap v14226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:26 smithi137 ceph-mon[117020]: pgmap v14226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:26 smithi066 ceph-mon[112137]: pgmap v14226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:27.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:27.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:27.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:27.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:27.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:27.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:27.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:27.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:28 smithi203 ceph-mon[117428]: from='client.389166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:28.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:28 smithi203 ceph-mon[117428]: pgmap v14227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:28 smithi137 ceph-mon[117020]: from='client.389166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:28 smithi137 ceph-mon[117020]: pgmap v14227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:28 smithi066 ceph-mon[112137]: from='client.389166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:28 smithi066 ceph-mon[112137]: pgmap v14227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:30 smithi203 ceph-mon[117428]: pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:30 smithi137 ceph-mon[117020]: pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:30 smithi066 ceph-mon[112137]: pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:32 smithi066 ceph-mon[112137]: pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:32.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:32.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:32.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:32 smithi203 ceph-mon[117428]: pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:32 smithi137 ceph-mon[117020]: pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:33.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:33.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:33.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:33.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:33.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:34 smithi203 ceph-mon[117428]: from='client.389238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:34 smithi203 ceph-mon[117428]: pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:34 smithi137 ceph-mon[117020]: from='client.389238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:34 smithi137 ceph-mon[117020]: pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:34 smithi066 ceph-mon[112137]: from='client.389238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:34 smithi066 ceph-mon[112137]: pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:07:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:07:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:07:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:07:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:07:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:07:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:07:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:07:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:07:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:07:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:07:35.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:07:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:36 smithi203 ceph-mon[117428]: pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:36 smithi137 ceph-mon[117020]: pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:36 smithi066 ceph-mon[112137]: pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:38.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:38.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:38.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:38 smithi203 ceph-mon[117428]: pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:38 smithi137 ceph-mon[117020]: pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:38 smithi066 ceph-mon[112137]: pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:39.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:39.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:39.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:39.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:39.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:40 smithi203 ceph-mon[117428]: from='client.389313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:40 smithi203 ceph-mon[117428]: pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:40 smithi137 ceph-mon[117020]: from='client.389313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:40 smithi137 ceph-mon[117020]: pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:40 smithi066 ceph-mon[112137]: from='client.389313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:40 smithi066 ceph-mon[112137]: pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:42 smithi066 ceph-mon[112137]: pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:42 smithi203 ceph-mon[117428]: pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:42 smithi137 ceph-mon[117020]: pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:44.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:44.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:44.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:44 smithi203 ceph-mon[117428]: pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:44 smithi137 ceph-mon[117020]: pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:44.931 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:44.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:44.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:44.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:44.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:44 smithi066 ceph-mon[112137]: pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:45 smithi203 ceph-mon[117428]: from='client.389391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:45 smithi137 ceph-mon[117020]: from='client.389391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:45 smithi066 ceph-mon[112137]: from='client.389391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:46 smithi203 ceph-mon[117428]: pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:07:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:46 smithi137 ceph-mon[117020]: pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:07:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:46 smithi066 ceph-mon[112137]: pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:07:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:48 smithi203 ceph-mon[117428]: pgmap v14237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:07:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:48 smithi137 ceph-mon[117020]: pgmap v14237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:07:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:48 smithi066 ceph-mon[112137]: pgmap v14237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:07:49.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:49.933 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:49.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:50.651 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:50.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:50.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:50.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:50.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:50 smithi203 ceph-mon[117428]: pgmap v14238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:07:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:50 smithi137 ceph-mon[117020]: pgmap v14238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:07:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:50 smithi066 ceph-mon[112137]: pgmap v14238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:07:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:51 smithi203 ceph-mon[117428]: from='client.389469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:51.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:51 smithi137 ceph-mon[117020]: from='client.389469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:51.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:51 smithi066 ceph-mon[112137]: from='client.389469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:52 smithi203 ceph-mon[117428]: pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:52 smithi137 ceph-mon[117020]: pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:52 smithi066 ceph-mon[112137]: pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:54 smithi203 ceph-mon[117428]: pgmap v14240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:54 smithi137 ceph-mon[117020]: pgmap v14240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:54 smithi066 ceph-mon[112137]: pgmap v14240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:55.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:07:55.653 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:55.653 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:56.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:07:56.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:56.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:56.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:56.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:07:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:56 smithi203 ceph-mon[117428]: pgmap v14241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:56 smithi137 ceph-mon[117020]: pgmap v14241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:56 smithi066 ceph-mon[112137]: pgmap v14241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:57 smithi203 ceph-mon[117428]: from='client.389547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:57.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:57 smithi137 ceph-mon[117020]: from='client.389547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:57 smithi066 ceph-mon[112137]: from='client.389547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:07:58 smithi137 ceph-mon[117020]: pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:07:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:07:58 smithi066 ceph-mon[112137]: pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:07:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:07:58 smithi203 ceph-mon[117428]: pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:08:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:00 smithi137 ceph-mon[117020]: pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:08:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:00 smithi066 ceph-mon[112137]: pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:08:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:00 smithi203 ceph-mon[117428]: pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:08:01.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:01.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:01.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:02.116 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:02.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:02.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:02.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:02.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:02 smithi066 ceph-mon[112137]: pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:08:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:02 smithi203 ceph-mon[117428]: pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:08:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:02 smithi137 ceph-mon[117020]: pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:08:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:03 smithi066 ceph-mon[112137]: from='client.389619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:03 smithi203 ceph-mon[117428]: from='client.389619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:03.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:03 smithi137 ceph-mon[117020]: from='client.389619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:04 smithi066 ceph-mon[112137]: pgmap v14245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:04 smithi203 ceph-mon[117428]: pgmap v14245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:04 smithi137 ceph-mon[117020]: pgmap v14245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:06 smithi203 ceph-mon[117428]: pgmap v14246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:06 smithi137 ceph-mon[117020]: pgmap v14246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:06 smithi066 ceph-mon[112137]: pgmap v14246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:07.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:07.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:07.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:07.853 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:07.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:07.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:07.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:07.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:08 smithi203 ceph-mon[117428]: from='client.389697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:08.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:08 smithi203 ceph-mon[117428]: pgmap v14247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:08 smithi137 ceph-mon[117020]: from='client.389697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:08 smithi137 ceph-mon[117020]: pgmap v14247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:08 smithi066 ceph-mon[112137]: from='client.389697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:08 smithi066 ceph-mon[112137]: pgmap v14247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:10 smithi203 ceph-mon[117428]: pgmap v14248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:10 smithi137 ceph-mon[117020]: pgmap v14248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:10 smithi066 ceph-mon[112137]: pgmap v14248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:12 smithi066 ceph-mon[112137]: pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:12 smithi203 ceph-mon[117428]: pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:12.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:12.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:12.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:12 smithi137 ceph-mon[117020]: pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:13.576 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:13.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:13.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:13.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:13.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:14 smithi203 ceph-mon[117428]: from='client.389775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:14 smithi203 ceph-mon[117428]: pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:14 smithi137 ceph-mon[117020]: from='client.389775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:14 smithi137 ceph-mon[117020]: pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:14 smithi066 ceph-mon[112137]: from='client.389775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:14 smithi066 ceph-mon[112137]: pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:16 smithi203 ceph-mon[117428]: pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:16 smithi137 ceph-mon[117020]: pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:16 smithi066 ceph-mon[112137]: pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:18.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:18.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:18.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:18 smithi203 ceph-mon[117428]: pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:18 smithi137 ceph-mon[117020]: pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:18 smithi066 ceph-mon[112137]: pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:19.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:19.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:19.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:19.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:19.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:20 smithi203 ceph-mon[117428]: from='client.389853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:20 smithi203 ceph-mon[117428]: pgmap v14253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:20 smithi137 ceph-mon[117020]: from='client.389853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:20 smithi137 ceph-mon[117020]: pgmap v14253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:20 smithi066 ceph-mon[112137]: from='client.389853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:20.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:20 smithi066 ceph-mon[112137]: pgmap v14253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:22 smithi066 ceph-mon[112137]: pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:22 smithi203 ceph-mon[117428]: pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:22 smithi137 ceph-mon[117020]: pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:24.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:24.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:24.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:24 smithi203 ceph-mon[117428]: pgmap v14255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:24 smithi137 ceph-mon[117020]: pgmap v14255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:24 smithi066 ceph-mon[112137]: pgmap v14255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:25.033 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:25.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:25.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:25.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:25.033 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:25 smithi203 ceph-mon[117428]: from='client.389931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:25.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:25 smithi137 ceph-mon[117020]: from='client.389931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:25.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:25 smithi066 ceph-mon[112137]: from='client.389931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:26 smithi203 ceph-mon[117428]: pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:08:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:26 smithi137 ceph-mon[117020]: pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:08:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:26 smithi066 ceph-mon[112137]: pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:08:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:28 smithi203 ceph-mon[117428]: pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:08:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:28 smithi137 ceph-mon[117020]: pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:08:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:28 smithi066 ceph-mon[112137]: pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:08:30.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:30.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:30.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:30.758 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:30.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:30.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:30.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:30.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:30 smithi203 ceph-mon[117428]: pgmap v14258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:08:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:30 smithi137 ceph-mon[117020]: pgmap v14258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:08:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:30 smithi066 ceph-mon[112137]: pgmap v14258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:08:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:31 smithi203 ceph-mon[117428]: from='client.390006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:31.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:31 smithi137 ceph-mon[117020]: from='client.390006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:31.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:31 smithi066 ceph-mon[112137]: from='client.390006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:32 smithi137 ceph-mon[117020]: pgmap v14259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:32 smithi066 ceph-mon[112137]: pgmap v14259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:33.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:32 smithi203 ceph-mon[117428]: pgmap v14259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:34 smithi137 ceph-mon[117020]: pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:34 smithi066 ceph-mon[112137]: pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:34 smithi203 ceph-mon[117428]: pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:35.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:35.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:35.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:08:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:08:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:08:36.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:36.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:36.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:36.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:36.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:08:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:08:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:08:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:08:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:08:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:08:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:37 smithi137 ceph-mon[117020]: from='client.390078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:37 smithi066 ceph-mon[112137]: from='client.390078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:37 smithi203 ceph-mon[117428]: from='client.390078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:38 smithi137 ceph-mon[117020]: pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:08:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:38 smithi066 ceph-mon[112137]: pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:08:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:38 smithi203 ceph-mon[117428]: pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:08:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:40 smithi137 ceph-mon[117020]: pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:08:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:40 smithi066 ceph-mon[112137]: pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:08:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:40 smithi203 ceph-mon[117428]: pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:08:41.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:41.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:41.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:42.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:42.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:42.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:42.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:42.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:42 smithi066 ceph-mon[112137]: pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:08:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:42 smithi203 ceph-mon[117428]: pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:08:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:42 smithi137 ceph-mon[117020]: pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:08:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:43 smithi066 ceph-mon[112137]: from='client.390153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:43 smithi203 ceph-mon[117428]: from='client.390153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:43 smithi137 ceph-mon[117020]: from='client.390153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:44 smithi066 ceph-mon[112137]: pgmap v14265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:44 smithi203 ceph-mon[117428]: pgmap v14265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:44 smithi137 ceph-mon[117020]: pgmap v14265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:46 smithi203 ceph-mon[117428]: pgmap v14266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:46 smithi137 ceph-mon[117020]: pgmap v14266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:46 smithi066 ceph-mon[112137]: pgmap v14266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:47.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:47.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:47.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:47.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:47.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:47.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:47.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:47.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:48 smithi203 ceph-mon[117428]: pgmap v14267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:48 smithi203 ceph-mon[117428]: from='client.390228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:48 smithi137 ceph-mon[117020]: pgmap v14267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:48 smithi137 ceph-mon[117020]: from='client.390228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:48 smithi066 ceph-mon[112137]: pgmap v14267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:48 smithi066 ceph-mon[112137]: from='client.390228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:50 smithi203 ceph-mon[117428]: pgmap v14268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:50 smithi137 ceph-mon[117020]: pgmap v14268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:50 smithi066 ceph-mon[112137]: pgmap v14268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:52 smithi066 ceph-mon[112137]: pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:52 smithi203 ceph-mon[117428]: pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:52 smithi137 ceph-mon[117020]: pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:52.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:52.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:52.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:53.741 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:53.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:53.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:53.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:53.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:08:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:54 smithi203 ceph-mon[117428]: from='client.390306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:54 smithi203 ceph-mon[117428]: pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:54 smithi137 ceph-mon[117020]: from='client.390306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:54 smithi137 ceph-mon[117020]: pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:54 smithi066 ceph-mon[112137]: from='client.390306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:54 smithi066 ceph-mon[112137]: pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:56 smithi203 ceph-mon[117428]: pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:56 smithi137 ceph-mon[117020]: pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:56 smithi066 ceph-mon[112137]: pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:58.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:08:58.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:58.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:08:58 smithi203 ceph-mon[117428]: pgmap v14272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:08:58 smithi137 ceph-mon[117020]: pgmap v14272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:08:58 smithi066 ceph-mon[112137]: pgmap v14272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:59.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:08:59.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:59.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:59.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:59.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:00 smithi137 ceph-mon[117020]: from='client.390381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:00 smithi137 ceph-mon[117020]: pgmap v14273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:00 smithi066 ceph-mon[112137]: from='client.390381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:00 smithi066 ceph-mon[112137]: pgmap v14273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:00 smithi203 ceph-mon[117428]: from='client.390381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:00 smithi203 ceph-mon[117428]: pgmap v14273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:02 smithi066 ceph-mon[112137]: pgmap v14274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:02 smithi203 ceph-mon[117428]: pgmap v14274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:02 smithi137 ceph-mon[117020]: pgmap v14274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:04.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:04.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:04.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:04 smithi203 ceph-mon[117428]: pgmap v14275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:04 smithi137 ceph-mon[117020]: pgmap v14275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:04 smithi066 ceph-mon[112137]: pgmap v14275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:05.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:05.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:05.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:05.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:05.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:06 smithi203 ceph-mon[117428]: from='client.390459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:06 smithi203 ceph-mon[117428]: pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:06 smithi137 ceph-mon[117020]: from='client.390459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:06 smithi137 ceph-mon[117020]: pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:06 smithi066 ceph-mon[112137]: from='client.390459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:06 smithi066 ceph-mon[112137]: pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:08 smithi203 ceph-mon[117428]: pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:08 smithi137 ceph-mon[117020]: pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:08 smithi066 ceph-mon[112137]: pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:10.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:10.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:10.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:10 smithi137 ceph-mon[117020]: pgmap v14278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:10.926 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:10.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:10.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:10.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:10.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:10 smithi066 ceph-mon[112137]: pgmap v14278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:10 smithi203 ceph-mon[117428]: pgmap v14278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:11.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:11 smithi137 ceph-mon[117020]: from='client.390534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:11 smithi066 ceph-mon[112137]: from='client.390534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:11 smithi203 ceph-mon[117428]: from='client.390534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:12 smithi137 ceph-mon[117020]: pgmap v14279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:12 smithi066 ceph-mon[112137]: pgmap v14279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:12 smithi203 ceph-mon[117428]: pgmap v14279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:14 smithi137 ceph-mon[117020]: pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:14 smithi066 ceph-mon[112137]: pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:14 smithi203 ceph-mon[117428]: pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:15.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:15.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:15.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:16.676 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:16.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:16.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:16.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:16.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:16 smithi137 ceph-mon[117020]: pgmap v14281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:16 smithi066 ceph-mon[112137]: pgmap v14281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:16 smithi203 ceph-mon[117428]: pgmap v14281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:17.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:17 smithi137 ceph-mon[117020]: from='client.390603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:17 smithi066 ceph-mon[112137]: from='client.390603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:18.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:17 smithi203 ceph-mon[117428]: from='client.390603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:18 smithi137 ceph-mon[117020]: pgmap v14282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:18 smithi066 ceph-mon[112137]: pgmap v14282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:18 smithi203 ceph-mon[117428]: pgmap v14282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:20 smithi137 ceph-mon[117020]: pgmap v14283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:20 smithi066 ceph-mon[112137]: pgmap v14283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:20 smithi203 ceph-mon[117428]: pgmap v14283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:21.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:21.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:21.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:22.410 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:22.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:22.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:22.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:22.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:22 smithi066 ceph-mon[112137]: pgmap v14284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:22 smithi203 ceph-mon[117428]: pgmap v14284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:22 smithi137 ceph-mon[117020]: pgmap v14284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:23 smithi066 ceph-mon[112137]: from='client.390675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:23 smithi203 ceph-mon[117428]: from='client.390675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:23 smithi137 ceph-mon[117020]: from='client.390675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:24 smithi066 ceph-mon[112137]: pgmap v14285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:24 smithi203 ceph-mon[117428]: pgmap v14285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:24 smithi137 ceph-mon[117020]: pgmap v14285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:26 smithi203 ceph-mon[117428]: pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:26 smithi137 ceph-mon[117020]: pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:26 smithi066 ceph-mon[112137]: pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:27.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:27.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:27.412 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:28.136 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:28.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:28.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:28.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:28.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:28 smithi137 ceph-mon[117020]: pgmap v14287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:28 smithi066 ceph-mon[112137]: pgmap v14287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:28 smithi203 ceph-mon[117428]: pgmap v14287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:29 smithi137 ceph-mon[117020]: from='client.390753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:29 smithi066 ceph-mon[112137]: from='client.390753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:29 smithi203 ceph-mon[117428]: from='client.390753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:30 smithi137 ceph-mon[117020]: pgmap v14288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:30 smithi066 ceph-mon[112137]: pgmap v14288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:30 smithi203 ceph-mon[117428]: pgmap v14288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:32 smithi066 ceph-mon[112137]: pgmap v14289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:32 smithi203 ceph-mon[117428]: pgmap v14289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:32 smithi137 ceph-mon[117020]: pgmap v14289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:33.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:33.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:33.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:33.874 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:33.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:33.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:33.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:33.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:34 smithi203 ceph-mon[117428]: from='client.390831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:34 smithi203 ceph-mon[117428]: pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:34 smithi137 ceph-mon[117020]: from='client.390831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:34 smithi137 ceph-mon[117020]: pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:34 smithi066 ceph-mon[112137]: from='client.390831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:34 smithi066 ceph-mon[112137]: pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:36 smithi137 ceph-mon[117020]: pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:36 smithi066 ceph-mon[112137]: pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:36 smithi203 ceph-mon[117428]: pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:09:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:09:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:09:37.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:09:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:09:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:09:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:09:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:09:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:09:38.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:09:38.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:09:38.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:09:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:38 smithi137 ceph-mon[117020]: pgmap v14292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:38.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:38.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:38.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:38 smithi066 ceph-mon[112137]: pgmap v14292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:38 smithi203 ceph-mon[117428]: pgmap v14292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:39.618 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:39.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:39.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:39.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:39.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:40 smithi137 ceph-mon[117020]: from='client.390909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:40 smithi137 ceph-mon[117020]: pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:40 smithi066 ceph-mon[112137]: from='client.390909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:40 smithi066 ceph-mon[112137]: pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:40 smithi203 ceph-mon[117428]: from='client.390909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:40 smithi203 ceph-mon[117428]: pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:42 smithi066 ceph-mon[112137]: pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:42 smithi203 ceph-mon[117428]: pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:42 smithi137 ceph-mon[117020]: pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:44.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:44.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:44.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:44 smithi137 ceph-mon[117020]: pgmap v14295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:44 smithi066 ceph-mon[112137]: pgmap v14295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:44 smithi203 ceph-mon[117428]: pgmap v14295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:45.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:45.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:45.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:45.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:45.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:46 smithi137 ceph-mon[117020]: from='client.390984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:46 smithi137 ceph-mon[117020]: pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:46 smithi066 ceph-mon[112137]: from='client.390984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:46 smithi066 ceph-mon[112137]: pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:46 smithi203 ceph-mon[117428]: from='client.390984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:46 smithi203 ceph-mon[117428]: pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:48 smithi137 ceph-mon[117020]: pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:48 smithi066 ceph-mon[112137]: pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:48 smithi203 ceph-mon[117428]: pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:50.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:50.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:50.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:50 smithi137 ceph-mon[117020]: pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:50 smithi066 ceph-mon[112137]: pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:50 smithi203 ceph-mon[117428]: pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:51.113 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:51.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:51.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:51.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:51.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:52 smithi066 ceph-mon[112137]: from='client.391059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:52 smithi066 ceph-mon[112137]: pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:52 smithi203 ceph-mon[117428]: from='client.391059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:52 smithi203 ceph-mon[117428]: pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:52 smithi137 ceph-mon[117020]: from='client.391059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:52 smithi137 ceph-mon[117020]: pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:54 smithi137 ceph-mon[117020]: pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:54 smithi066 ceph-mon[112137]: pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:54 smithi203 ceph-mon[117428]: pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:56.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:09:56.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:56.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:56.850 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:09:56.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:56.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:56.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:56.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:09:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:56 smithi137 ceph-mon[117020]: pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:56 smithi066 ceph-mon[112137]: pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:56 smithi203 ceph-mon[117428]: pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:57.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:57 smithi137 ceph-mon[117020]: from='client.391137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:57 smithi066 ceph-mon[112137]: from='client.391137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:57 smithi203 ceph-mon[117428]: from='client.391137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:09:58 smithi137 ceph-mon[117020]: pgmap v14302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:09:58 smithi066 ceph-mon[112137]: pgmap v14302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:09:58 smithi203 ceph-mon[117428]: pgmap v14302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:00 smithi137 ceph-mon[117020]: pgmap v14303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T01:10:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:00 smithi066 ceph-mon[112137]: pgmap v14303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T01:10:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:00 smithi203 ceph-mon[117428]: pgmap v14303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T01:10:01.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:01.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:01.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:02.586 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:02.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:02.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:02.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:02.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:02 smithi066 ceph-mon[112137]: pgmap v14304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:02 smithi203 ceph-mon[117428]: pgmap v14304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:02 smithi137 ceph-mon[117020]: pgmap v14304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:03 smithi066 ceph-mon[112137]: from='client.391209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:03 smithi203 ceph-mon[117428]: from='client.391209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:03 smithi137 ceph-mon[117020]: from='client.391209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:04 smithi066 ceph-mon[112137]: pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:04 smithi203 ceph-mon[117428]: pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:04 smithi137 ceph-mon[117020]: pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:06 smithi137 ceph-mon[117020]: pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:06 smithi066 ceph-mon[112137]: pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:06 smithi203 ceph-mon[117428]: pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:07.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:07.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:07.588 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:08.309 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:08.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:08.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:08.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:08.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:08 smithi137 ceph-mon[117020]: pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:08 smithi066 ceph-mon[112137]: pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:08 smithi203 ceph-mon[117428]: pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:09 smithi137 ceph-mon[117020]: from='client.391284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:09 smithi066 ceph-mon[112137]: from='client.391284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:09 smithi203 ceph-mon[117428]: from='client.391284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:10 smithi137 ceph-mon[117020]: pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:10 smithi066 ceph-mon[112137]: pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:10 smithi203 ceph-mon[117428]: pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:12 smithi066 ceph-mon[112137]: pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:12 smithi203 ceph-mon[117428]: pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:12 smithi137 ceph-mon[117020]: pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:13.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:13.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:13.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:14.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:14.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:14.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:14.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:14.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:14 smithi137 ceph-mon[117020]: pgmap v14310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:14 smithi137 ceph-mon[117020]: from='client.391362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:14 smithi066 ceph-mon[112137]: pgmap v14310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:14 smithi066 ceph-mon[112137]: from='client.391362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:14 smithi203 ceph-mon[117428]: pgmap v14310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:14 smithi203 ceph-mon[117428]: from='client.391362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:16 smithi137 ceph-mon[117020]: pgmap v14311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:16 smithi066 ceph-mon[112137]: pgmap v14311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:16 smithi203 ceph-mon[117428]: pgmap v14311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:18 smithi137 ceph-mon[117020]: pgmap v14312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:18 smithi066 ceph-mon[112137]: pgmap v14312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:19.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:19.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:19.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:18 smithi203 ceph-mon[117428]: pgmap v14312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:19.762 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:19.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:19.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:19.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:19.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:20 smithi137 ceph-mon[117020]: from='client.391440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:20 smithi137 ceph-mon[117020]: pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:20 smithi066 ceph-mon[112137]: from='client.391440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:20 smithi066 ceph-mon[112137]: pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:20 smithi203 ceph-mon[117428]: from='client.391440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:20 smithi203 ceph-mon[117428]: pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:22 smithi066 ceph-mon[112137]: pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:10:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:22 smithi203 ceph-mon[117428]: pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:10:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:22 smithi137 ceph-mon[117020]: pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:10:24.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:24.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:24.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:24 smithi137 ceph-mon[117020]: pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:10:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:24 smithi066 ceph-mon[112137]: pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:10:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:24 smithi203 ceph-mon[117428]: pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:10:25.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:25.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:25.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:25.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:25.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:26 smithi137 ceph-mon[117020]: from='client.391515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:26 smithi137 ceph-mon[117020]: pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:26 smithi066 ceph-mon[112137]: from='client.391515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:26 smithi066 ceph-mon[112137]: pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:26 smithi203 ceph-mon[117428]: from='client.391515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:26 smithi203 ceph-mon[117428]: pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:28 smithi137 ceph-mon[117020]: pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:28 smithi066 ceph-mon[112137]: pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:28 smithi203 ceph-mon[117428]: pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:30.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:30.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:30.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:30 smithi137 ceph-mon[117020]: pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:30 smithi066 ceph-mon[112137]: pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:30 smithi203 ceph-mon[117428]: pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:31.223 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:31.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:31.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:31.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:31.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:32 smithi066 ceph-mon[112137]: from='client.391587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:32 smithi066 ceph-mon[112137]: pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:32 smithi203 ceph-mon[117428]: from='client.391587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:32 smithi203 ceph-mon[117428]: pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:32 smithi137 ceph-mon[117020]: from='client.391587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:32 smithi137 ceph-mon[117020]: pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:34 smithi137 ceph-mon[117020]: pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:10:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:34 smithi066 ceph-mon[112137]: pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:10:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:34 smithi203 ceph-mon[117428]: pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:10:36.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:36.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:36.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:36 smithi137 ceph-mon[117020]: pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:10:36.944 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:36.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:36.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:36.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:36.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:36 smithi066 ceph-mon[112137]: pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:10:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:36 smithi203 ceph-mon[117428]: pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:10:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:37 smithi137 ceph-mon[117020]: from='client.391665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:10:37.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:37 smithi066 ceph-mon[112137]: from='client.391665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:37.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:10:37.992 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:37 smithi203 ceph-mon[117428]: from='client.391665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:37.992 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:10:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:38 smithi137 ceph-mon[117020]: pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:38 smithi066 ceph-mon[112137]: pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:38.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:38 smithi203 ceph-mon[117428]: pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15490M 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 17018M 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:10:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:10:39.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15490M 2023-12-08T01:10:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 17018M 2023-12-08T01:10:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:10:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:10:39.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:10:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15490M 2023-12-08T01:10:40.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 17018M 2023-12-08T01:10:40.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:40.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:40.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:10:40.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:10:40.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:10:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:40 smithi066 ceph-mon[112137]: pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:40 smithi203 ceph-mon[117428]: pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:40 smithi137 ceph-mon[117020]: pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:41.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:41.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:41.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:42.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:42.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:42.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:42.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:42.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:42 smithi066 ceph-mon[112137]: pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:42 smithi203 ceph-mon[117428]: pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:42 smithi137 ceph-mon[117020]: pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:43 smithi066 ceph-mon[112137]: from='client.391743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:43 smithi203 ceph-mon[117428]: from='client.391743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:43 smithi137 ceph-mon[117020]: from='client.391743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:44 smithi066 ceph-mon[112137]: pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:44 smithi203 ceph-mon[117428]: pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:44 smithi137 ceph-mon[117020]: pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:46 smithi137 ceph-mon[117020]: pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:46 smithi066 ceph-mon[112137]: pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:46 smithi203 ceph-mon[117428]: pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:47.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:47.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:47.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:48.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:48.423 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:48.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:48.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:48.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:48 smithi137 ceph-mon[117020]: pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:48 smithi066 ceph-mon[112137]: pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:48 smithi203 ceph-mon[117428]: pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:49 smithi137 ceph-mon[117020]: from='client.391821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:49 smithi066 ceph-mon[112137]: from='client.391821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:49 smithi203 ceph-mon[117428]: from='client.391821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:50 smithi137 ceph-mon[117020]: pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:50 smithi066 ceph-mon[112137]: pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:50 smithi203 ceph-mon[117428]: pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:52 smithi066 ceph-mon[112137]: pgmap v14329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:52 smithi203 ceph-mon[117428]: pgmap v14329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:52 smithi137 ceph-mon[117020]: pgmap v14329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:53.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:53.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:53.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:54.147 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:10:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:54 smithi137 ceph-mon[117020]: pgmap v14330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:54 smithi066 ceph-mon[112137]: pgmap v14330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:54 smithi203 ceph-mon[117428]: pgmap v14330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:55 smithi137 ceph-mon[117020]: from='client.391899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:55 smithi066 ceph-mon[112137]: from='client.391899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:55 smithi203 ceph-mon[117428]: from='client.391899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:56 smithi137 ceph-mon[117020]: pgmap v14331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:56 smithi066 ceph-mon[112137]: pgmap v14331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:56 smithi203 ceph-mon[117428]: pgmap v14331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:10:58 smithi137 ceph-mon[117020]: pgmap v14332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:10:58 smithi066 ceph-mon[112137]: pgmap v14332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:10:58 smithi203 ceph-mon[117428]: pgmap v14332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:59.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:10:59.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:59.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:59.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:59.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:59.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:59.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:10:59.871 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:00 smithi137 ceph-mon[117020]: from='client.391974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:00 smithi137 ceph-mon[117020]: pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:00 smithi066 ceph-mon[112137]: from='client.391974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:00 smithi066 ceph-mon[112137]: pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:00 smithi203 ceph-mon[117428]: from='client.391974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:00 smithi203 ceph-mon[117428]: pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:02 smithi066 ceph-mon[112137]: pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:11:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:02 smithi203 ceph-mon[117428]: pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:11:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:02 smithi137 ceph-mon[117020]: pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:11:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:04 smithi137 ceph-mon[117020]: pgmap v14335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:11:04.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:04.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:04.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:04 smithi066 ceph-mon[112137]: pgmap v14335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:11:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:04 smithi203 ceph-mon[117428]: pgmap v14335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:11:05.610 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:05.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:05.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:05.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:05.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:06 smithi137 ceph-mon[117020]: from='client.392046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:06 smithi137 ceph-mon[117020]: pgmap v14336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:06 smithi066 ceph-mon[112137]: from='client.392046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:06 smithi066 ceph-mon[112137]: pgmap v14336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:06 smithi203 ceph-mon[117428]: from='client.392046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:06 smithi203 ceph-mon[117428]: pgmap v14336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:08 smithi137 ceph-mon[117020]: pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:08 smithi066 ceph-mon[112137]: pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:08 smithi203 ceph-mon[117428]: pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:10.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:10.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:10.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:10 smithi137 ceph-mon[117020]: pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:10 smithi066 ceph-mon[112137]: pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:10 smithi203 ceph-mon[117428]: pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:11.343 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:11.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:11.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:11.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:11.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:12 smithi066 ceph-mon[112137]: from='client.392121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:12 smithi066 ceph-mon[112137]: pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:12 smithi203 ceph-mon[117428]: from='client.392121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:12 smithi203 ceph-mon[117428]: pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:12 smithi137 ceph-mon[117020]: from='client.392121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:12 smithi137 ceph-mon[117020]: pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:14 smithi137 ceph-mon[117020]: pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:11:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:14 smithi066 ceph-mon[112137]: pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:11:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:14 smithi203 ceph-mon[117428]: pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:11:16.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:16.346 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:16.346 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:16 smithi137 ceph-mon[117020]: pgmap v14341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:16 smithi066 ceph-mon[112137]: pgmap v14341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:16 smithi203 ceph-mon[117428]: pgmap v14341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:17.074 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:17.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:17.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:17.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:17.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:18 smithi137 ceph-mon[117020]: from='client.392193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:18 smithi137 ceph-mon[117020]: pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:18 smithi066 ceph-mon[112137]: from='client.392193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:18 smithi066 ceph-mon[112137]: pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:18 smithi203 ceph-mon[117428]: from='client.392193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:18 smithi203 ceph-mon[117428]: pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:20 smithi137 ceph-mon[117020]: pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:20 smithi066 ceph-mon[112137]: pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:20 smithi203 ceph-mon[117428]: pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:22.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:22.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:22.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:22 smithi066 ceph-mon[112137]: pgmap v14344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:22.804 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:22.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:22.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:22.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:22.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:22 smithi203 ceph-mon[117428]: pgmap v14344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:22 smithi137 ceph-mon[117020]: pgmap v14344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:23 smithi203 ceph-mon[117428]: from='client.392265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:23.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:23 smithi137 ceph-mon[117020]: from='client.392265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:23.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:23 smithi066 ceph-mon[112137]: from='client.392265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:24 smithi203 ceph-mon[117428]: pgmap v14345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:24 smithi137 ceph-mon[117020]: pgmap v14345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:24 smithi066 ceph-mon[112137]: pgmap v14345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:26 smithi137 ceph-mon[117020]: pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:26 smithi066 ceph-mon[112137]: pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:26 smithi203 ceph-mon[117428]: pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:27.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:27.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:27.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:28.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:28.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:28.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:28.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:28.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:28 smithi137 ceph-mon[117020]: pgmap v14347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:28 smithi066 ceph-mon[112137]: pgmap v14347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:28 smithi203 ceph-mon[117428]: pgmap v14347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:29 smithi137 ceph-mon[117020]: from='client.392340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:29 smithi066 ceph-mon[112137]: from='client.392340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:29 smithi203 ceph-mon[117428]: from='client.392340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:30 smithi137 ceph-mon[117020]: pgmap v14348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:30 smithi066 ceph-mon[112137]: pgmap v14348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:30 smithi203 ceph-mon[117428]: pgmap v14348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:32 smithi203 ceph-mon[117428]: pgmap v14349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:32 smithi137 ceph-mon[117020]: pgmap v14349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:32 smithi066 ceph-mon[112137]: pgmap v14349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:33.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:33.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:33.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:34.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:34.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:34.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:34.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:34.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:34 smithi137 ceph-mon[117020]: pgmap v14350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:34 smithi066 ceph-mon[112137]: pgmap v14350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:34 smithi203 ceph-mon[117428]: pgmap v14350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:35 smithi137 ceph-mon[117020]: from='client.392418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:35 smithi066 ceph-mon[112137]: from='client.392418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:35 smithi203 ceph-mon[117428]: from='client.392418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:36 smithi137 ceph-mon[117020]: pgmap v14351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:36 smithi066 ceph-mon[112137]: pgmap v14351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:36 smithi203 ceph-mon[117428]: pgmap v14351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:38 smithi137 ceph-mon[117020]: pgmap v14352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:38 smithi066 ceph-mon[112137]: pgmap v14352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:38 smithi203 ceph-mon[117428]: pgmap v14352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:39.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:39.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:39.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:11:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:11:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:11:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:11:39.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:39.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:39.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:39.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:39.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:11:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:11:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:11:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:11:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:11:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:11:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:11:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:11:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:40 smithi137 ceph-mon[117020]: pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:40 smithi137 ceph-mon[117020]: from='client.392496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:40 smithi066 ceph-mon[112137]: pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:40 smithi066 ceph-mon[112137]: from='client.392496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:40 smithi203 ceph-mon[117428]: pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:40 smithi203 ceph-mon[117428]: from='client.392496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:42 smithi203 ceph-mon[117428]: pgmap v14354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:11:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:42 smithi137 ceph-mon[117020]: pgmap v14354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:11:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:42 smithi066 ceph-mon[112137]: pgmap v14354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:11:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:44 smithi137 ceph-mon[117020]: pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:11:44.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:44.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:44.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:44 smithi066 ceph-mon[112137]: pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:11:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:44 smithi203 ceph-mon[117428]: pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:11:45.708 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:45.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:45.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:45.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:45.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:46 smithi137 ceph-mon[117020]: from='client.392565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:46 smithi137 ceph-mon[117020]: pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:46 smithi066 ceph-mon[112137]: from='client.392565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:46 smithi066 ceph-mon[112137]: pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:46 smithi203 ceph-mon[117428]: from='client.392565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:46 smithi203 ceph-mon[117428]: pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:48 smithi137 ceph-mon[117020]: pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:48 smithi066 ceph-mon[112137]: pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:48 smithi203 ceph-mon[117428]: pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:50.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:50.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:50.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:50 smithi137 ceph-mon[117020]: pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:50 smithi066 ceph-mon[112137]: pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:50 smithi203 ceph-mon[117428]: pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:51.443 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:51.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:51.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:51.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:51.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:52 smithi203 ceph-mon[117428]: from='client.392640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:52 smithi203 ceph-mon[117428]: pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:52 smithi137 ceph-mon[117020]: from='client.392640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:52 smithi137 ceph-mon[117020]: pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:52 smithi066 ceph-mon[112137]: from='client.392640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:52 smithi066 ceph-mon[112137]: pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:54 smithi137 ceph-mon[117020]: pgmap v14360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:11:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:54 smithi066 ceph-mon[112137]: pgmap v14360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:11:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:54 smithi203 ceph-mon[117428]: pgmap v14360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:11:56.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:11:56.445 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:56.445 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:56 smithi137 ceph-mon[117020]: pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:11:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:56 smithi066 ceph-mon[112137]: pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:11:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:56 smithi203 ceph-mon[117428]: pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:11:57.166 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:11:57.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:57.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:57.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:57.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:11:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:58 smithi137 ceph-mon[117020]: from='client.392712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:11:58 smithi137 ceph-mon[117020]: pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:58 smithi066 ceph-mon[112137]: from='client.392712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:11:58 smithi066 ceph-mon[112137]: pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:58 smithi203 ceph-mon[117428]: from='client.392712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:11:58 smithi203 ceph-mon[117428]: pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:00 smithi137 ceph-mon[117020]: pgmap v14363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:00 smithi066 ceph-mon[112137]: pgmap v14363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:00 smithi203 ceph-mon[117428]: pgmap v14363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:02.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:02.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:02.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:02 smithi203 ceph-mon[117428]: pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:02 smithi137 ceph-mon[117020]: pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:02.898 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:02.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:02.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:02.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:02.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:02 smithi066 ceph-mon[112137]: pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:03 smithi203 ceph-mon[117428]: from='client.392784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:03 smithi137 ceph-mon[117020]: from='client.392784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:03.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:03 smithi066 ceph-mon[112137]: from='client.392784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:04 smithi203 ceph-mon[117428]: pgmap v14365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:04 smithi137 ceph-mon[117020]: pgmap v14365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:04 smithi066 ceph-mon[112137]: pgmap v14365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:06 smithi137 ceph-mon[117020]: pgmap v14366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:06 smithi066 ceph-mon[112137]: pgmap v14366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:06 smithi203 ceph-mon[117428]: pgmap v14366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:07.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:07.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:07.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:08.623 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:08.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:08.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:08.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:08.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:08 smithi137 ceph-mon[117020]: pgmap v14367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:08 smithi066 ceph-mon[112137]: pgmap v14367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:08 smithi203 ceph-mon[117428]: pgmap v14367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:09 smithi137 ceph-mon[117020]: from='client.392862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:09 smithi066 ceph-mon[112137]: from='client.392862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:09 smithi203 ceph-mon[117428]: from='client.392862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:10 smithi137 ceph-mon[117020]: pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:10 smithi066 ceph-mon[112137]: pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:10 smithi203 ceph-mon[117428]: pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:12 smithi203 ceph-mon[117428]: pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:12 smithi137 ceph-mon[117020]: pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:12 smithi066 ceph-mon[112137]: pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:13.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:13.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:13.626 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:14.341 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:14.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:14.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:14.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:14.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:14 smithi137 ceph-mon[117020]: pgmap v14370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:14 smithi066 ceph-mon[112137]: pgmap v14370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:14 smithi203 ceph-mon[117428]: pgmap v14370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:15 smithi137 ceph-mon[117020]: from='client.392937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:15 smithi066 ceph-mon[112137]: from='client.392937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:15 smithi203 ceph-mon[117428]: from='client.392937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:16 smithi137 ceph-mon[117020]: pgmap v14371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:16 smithi066 ceph-mon[112137]: pgmap v14371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:16 smithi203 ceph-mon[117428]: pgmap v14371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:18 smithi137 ceph-mon[117020]: pgmap v14372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:18 smithi066 ceph-mon[112137]: pgmap v14372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:18 smithi203 ceph-mon[117428]: pgmap v14372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:19.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:19.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:19.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:20.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:20.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:20.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:20.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:20.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:20 smithi137 ceph-mon[117020]: pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:20 smithi137 ceph-mon[117020]: from='client.393015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:20 smithi066 ceph-mon[112137]: pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:20 smithi066 ceph-mon[112137]: from='client.393015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:20 smithi203 ceph-mon[117428]: pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:20 smithi203 ceph-mon[117428]: from='client.393015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:22 smithi203 ceph-mon[117428]: pgmap v14374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:12:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:22 smithi137 ceph-mon[117020]: pgmap v14374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:12:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:22 smithi066 ceph-mon[112137]: pgmap v14374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:12:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:24 smithi137 ceph-mon[117020]: pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:12:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:24 smithi066 ceph-mon[112137]: pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:12:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:24 smithi203 ceph-mon[117428]: pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:12:25.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:25.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:25.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:25.804 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:25.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:25.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:25.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:25.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:26 smithi137 ceph-mon[117020]: from='client.393090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:26 smithi137 ceph-mon[117020]: pgmap v14376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:26 smithi066 ceph-mon[112137]: from='client.393090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:26 smithi066 ceph-mon[112137]: pgmap v14376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:26 smithi203 ceph-mon[117428]: from='client.393090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:26 smithi203 ceph-mon[117428]: pgmap v14376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:28 smithi137 ceph-mon[117020]: pgmap v14377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:28 smithi066 ceph-mon[112137]: pgmap v14377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:28 smithi203 ceph-mon[117428]: pgmap v14377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:30.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:30.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:30.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:30 smithi137 ceph-mon[117020]: pgmap v14378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:30 smithi066 ceph-mon[112137]: pgmap v14378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:30 smithi203 ceph-mon[117428]: pgmap v14378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:31.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:31.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:31.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:31.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:31.531 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:32 smithi203 ceph-mon[117428]: from='client.393168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:32 smithi203 ceph-mon[117428]: pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:32 smithi137 ceph-mon[117020]: from='client.393168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:32 smithi137 ceph-mon[117020]: pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:32 smithi066 ceph-mon[112137]: from='client.393168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:32 smithi066 ceph-mon[112137]: pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:34 smithi137 ceph-mon[117020]: pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:12:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:34 smithi066 ceph-mon[112137]: pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:12:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:34 smithi203 ceph-mon[117428]: pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:12:36.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:36.533 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:36.533 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:36 smithi137 ceph-mon[117020]: pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:12:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:36 smithi066 ceph-mon[112137]: pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:12:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:36 smithi203 ceph-mon[117428]: pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:12:37.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:37.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:37.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:37.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:37.277 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:38 smithi137 ceph-mon[117020]: from='client.393246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:38 smithi137 ceph-mon[117020]: pgmap v14382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:38 smithi066 ceph-mon[112137]: from='client.393246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:38 smithi066 ceph-mon[112137]: pgmap v14382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:38 smithi203 ceph-mon[117428]: from='client.393246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:38 smithi203 ceph-mon[117428]: pgmap v14382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:12:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:12:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:12:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:40 smithi066 ceph-mon[112137]: pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:12:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:12:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:12:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:40 smithi203 ceph-mon[117428]: pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:12:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:12:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:12:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:40 smithi137 ceph-mon[117020]: pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:12:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:12:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:12:42.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:42.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:42.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:42 smithi203 ceph-mon[117428]: pgmap v14384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:42 smithi137 ceph-mon[117020]: pgmap v14384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:42 smithi066 ceph-mon[112137]: pgmap v14384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:43.002 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:43.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:43.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:43.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:43.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:43 smithi203 ceph-mon[117428]: from='client.393321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:43 smithi137 ceph-mon[117020]: from='client.393321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:43 smithi066 ceph-mon[112137]: from='client.393321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:44 smithi203 ceph-mon[117428]: pgmap v14385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:44 smithi137 ceph-mon[117020]: pgmap v14385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:44 smithi066 ceph-mon[112137]: pgmap v14385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:46 smithi137 ceph-mon[117020]: pgmap v14386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:46 smithi066 ceph-mon[112137]: pgmap v14386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:46 smithi203 ceph-mon[117428]: pgmap v14386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:48.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:48.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:48.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:48.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:48.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:48.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:48.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:48.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:48 smithi137 ceph-mon[117020]: pgmap v14387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:48 smithi066 ceph-mon[112137]: pgmap v14387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:48 smithi203 ceph-mon[117428]: pgmap v14387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:49 smithi066 ceph-mon[112137]: from='client.393396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:50.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:49 smithi203 ceph-mon[117428]: from='client.393396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:49 smithi137 ceph-mon[117020]: from='client.393396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:50 smithi066 ceph-mon[112137]: pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:50 smithi203 ceph-mon[117428]: pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:50 smithi137 ceph-mon[117020]: pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:52 smithi203 ceph-mon[117428]: pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:52 smithi137 ceph-mon[117020]: pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:52 smithi066 ceph-mon[112137]: pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:53.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:53.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:53.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:54.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:12:54.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:54.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:54.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:54.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:12:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:54 smithi137 ceph-mon[117020]: pgmap v14390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:54 smithi066 ceph-mon[112137]: pgmap v14390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:54 smithi203 ceph-mon[117428]: pgmap v14390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:55 smithi066 ceph-mon[112137]: from='client.393474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:55 smithi203 ceph-mon[117428]: from='client.393474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:55 smithi137 ceph-mon[117020]: from='client.393474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:56 smithi066 ceph-mon[112137]: pgmap v14391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:56 smithi203 ceph-mon[117428]: pgmap v14391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:56 smithi137 ceph-mon[117020]: pgmap v14391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:12:58 smithi066 ceph-mon[112137]: pgmap v14392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:12:58 smithi203 ceph-mon[117428]: pgmap v14392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:12:58 smithi137 ceph-mon[117020]: pgmap v14392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:59.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:12:59.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:59.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:00.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:00.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:00.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:00.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:00.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:00 smithi066 ceph-mon[112137]: pgmap v14393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:00 smithi203 ceph-mon[117428]: pgmap v14393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:00 smithi137 ceph-mon[117020]: pgmap v14393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:01 smithi066 ceph-mon[112137]: from='client.393552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:01 smithi203 ceph-mon[117428]: from='client.393552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:01 smithi137 ceph-mon[117020]: from='client.393552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:02 smithi066 ceph-mon[112137]: pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:02 smithi203 ceph-mon[117428]: pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:02 smithi137 ceph-mon[117020]: pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:04 smithi066 ceph-mon[112137]: pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:04 smithi203 ceph-mon[117428]: pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:04 smithi137 ceph-mon[117020]: pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:05.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:05.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:05.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:05.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:05.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:05.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:05.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:05.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:06 smithi066 ceph-mon[112137]: from='client.393630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:06 smithi066 ceph-mon[112137]: pgmap v14396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:06 smithi203 ceph-mon[117428]: from='client.393630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:06 smithi203 ceph-mon[117428]: pgmap v14396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:06 smithi137 ceph-mon[117020]: from='client.393630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:06 smithi137 ceph-mon[117020]: pgmap v14396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:08 smithi066 ceph-mon[112137]: pgmap v14397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:08 smithi203 ceph-mon[117428]: pgmap v14397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:08 smithi137 ceph-mon[117020]: pgmap v14397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:10.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:10.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:10.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:10 smithi066 ceph-mon[112137]: pgmap v14398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:10 smithi203 ceph-mon[117428]: pgmap v14398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:10 smithi137 ceph-mon[117020]: pgmap v14398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:11.664 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:11.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:11.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:11.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:11.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:12 smithi203 ceph-mon[117428]: from='client.393705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:12 smithi203 ceph-mon[117428]: pgmap v14399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:12 smithi137 ceph-mon[117020]: from='client.393705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:12 smithi137 ceph-mon[117020]: pgmap v14399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:12 smithi066 ceph-mon[112137]: from='client.393705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:12 smithi066 ceph-mon[112137]: pgmap v14399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:14 smithi066 ceph-mon[112137]: pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:14 smithi203 ceph-mon[117428]: pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:14 smithi137 ceph-mon[117020]: pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:16.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:16.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:16.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:16 smithi066 ceph-mon[112137]: pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:16 smithi203 ceph-mon[117428]: pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:16 smithi137 ceph-mon[117020]: pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:17.409 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:17.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:17.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:17.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:17.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:18 smithi066 ceph-mon[112137]: from='client.393783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:18 smithi066 ceph-mon[112137]: pgmap v14402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:18 smithi203 ceph-mon[117428]: from='client.393783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:18 smithi203 ceph-mon[117428]: pgmap v14402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:18 smithi137 ceph-mon[117020]: from='client.393783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:18 smithi137 ceph-mon[117020]: pgmap v14402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:20 smithi066 ceph-mon[112137]: pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:13:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:20 smithi203 ceph-mon[117428]: pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:13:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:20 smithi137 ceph-mon[117020]: pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:13:22.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:22.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:22.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:22 smithi203 ceph-mon[117428]: pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:22 smithi137 ceph-mon[117020]: pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:22 smithi066 ceph-mon[112137]: pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:23.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:23.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:23.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:23.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:23.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:24 smithi066 ceph-mon[112137]: from='client.393861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:24 smithi066 ceph-mon[112137]: pgmap v14405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:24 smithi203 ceph-mon[117428]: from='client.393861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:24 smithi203 ceph-mon[117428]: pgmap v14405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:24 smithi137 ceph-mon[117020]: from='client.393861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:24 smithi137 ceph-mon[117020]: pgmap v14405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:26 smithi066 ceph-mon[112137]: pgmap v14406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:26 smithi203 ceph-mon[117428]: pgmap v14406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:26 smithi137 ceph-mon[117020]: pgmap v14406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:28.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:28.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:28.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:28.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:28.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:28.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:28.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:28.883 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:28 smithi066 ceph-mon[112137]: pgmap v14407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:28 smithi203 ceph-mon[117428]: pgmap v14407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:28 smithi137 ceph-mon[117020]: pgmap v14407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:29 smithi066 ceph-mon[112137]: from='client.393939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:30.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:29 smithi203 ceph-mon[117428]: from='client.393939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:29 smithi137 ceph-mon[117020]: from='client.393939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:30 smithi066 ceph-mon[112137]: pgmap v14408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:13:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:30 smithi203 ceph-mon[117428]: pgmap v14408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:13:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:30 smithi137 ceph-mon[117020]: pgmap v14408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:13:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:32 smithi203 ceph-mon[117428]: pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:13:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:32 smithi137 ceph-mon[117020]: pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:13:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:32 smithi066 ceph-mon[112137]: pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:13:33.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:33.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:33.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:34.617 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:34.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:34.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:34.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:34.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:34 smithi066 ceph-mon[112137]: pgmap v14410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:34 smithi203 ceph-mon[117428]: pgmap v14410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:34 smithi137 ceph-mon[117020]: pgmap v14410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:35 smithi066 ceph-mon[112137]: from='client.394017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:35 smithi203 ceph-mon[117428]: from='client.394017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:35 smithi137 ceph-mon[117020]: from='client.394017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:36 smithi066 ceph-mon[112137]: pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:13:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:36 smithi203 ceph-mon[117428]: pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:13:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:36 smithi137 ceph-mon[117020]: pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:13:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:38 smithi066 ceph-mon[112137]: pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:13:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:38 smithi203 ceph-mon[117428]: pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:13:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:38 smithi137 ceph-mon[117020]: pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:13:39.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:39.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:39.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:40.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:40.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:40.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:40.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:40.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:40 smithi066 ceph-mon[112137]: pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:13:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:40 smithi203 ceph-mon[117428]: pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:13:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:40 smithi137 ceph-mon[117020]: pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:13:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:41 smithi066 ceph-mon[112137]: from='client.394095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:13:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:13:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:13:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:41 smithi203 ceph-mon[117428]: from='client.394095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:13:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:13:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:13:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:41 smithi137 ceph-mon[117020]: from='client.394095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:13:42.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:13:42.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:13:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:42 smithi066 ceph-mon[112137]: pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:13:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:42 smithi203 ceph-mon[117428]: pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:13:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:42 smithi137 ceph-mon[117020]: pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:13:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:44 smithi066 ceph-mon[112137]: pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:44 smithi203 ceph-mon[117428]: pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:44 smithi137 ceph-mon[117020]: pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:45.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:45.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:45.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:46.094 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:46.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:46.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:46.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:46.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:46 smithi066 ceph-mon[112137]: pgmap v14416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:46 smithi066 ceph-mon[112137]: from='client.394173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:46 smithi203 ceph-mon[117428]: pgmap v14416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:46 smithi203 ceph-mon[117428]: from='client.394173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:46 smithi137 ceph-mon[117020]: pgmap v14416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:46 smithi137 ceph-mon[117020]: from='client.394173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:48 smithi066 ceph-mon[112137]: pgmap v14417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:13:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:48 smithi203 ceph-mon[117428]: pgmap v14417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:13:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:48 smithi137 ceph-mon[117020]: pgmap v14417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:13:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:50 smithi066 ceph-mon[112137]: pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:13:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:50 smithi203 ceph-mon[117428]: pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:13:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:50 smithi137 ceph-mon[117020]: pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:13:51.826 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:51.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:51.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:51.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:51.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:52 smithi203 ceph-mon[117428]: from='client.394251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:52 smithi203 ceph-mon[117428]: pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:52 smithi137 ceph-mon[117020]: from='client.394251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:52 smithi137 ceph-mon[117020]: pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:52 smithi066 ceph-mon[112137]: from='client.394251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:52 smithi066 ceph-mon[112137]: pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:54 smithi066 ceph-mon[112137]: pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:54 smithi203 ceph-mon[117428]: pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:54 smithi137 ceph-mon[117020]: pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:56.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:13:56.828 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:56.828 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:56 smithi066 ceph-mon[112137]: pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:56 smithi203 ceph-mon[117428]: pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:56 smithi137 ceph-mon[117020]: pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:57.549 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:13:57.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:57.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:57.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:57.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:13:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:58 smithi066 ceph-mon[112137]: from='client.394326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:13:58 smithi066 ceph-mon[112137]: pgmap v14422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:58 smithi203 ceph-mon[117428]: from='client.394326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:13:58 smithi203 ceph-mon[117428]: pgmap v14422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:58 smithi137 ceph-mon[117020]: from='client.394326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:13:58 smithi137 ceph-mon[117020]: pgmap v14422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:00 smithi066 ceph-mon[112137]: pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:00 smithi203 ceph-mon[117428]: pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:00 smithi137 ceph-mon[117020]: pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:02.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:02.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:02.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:02 smithi203 ceph-mon[117428]: pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:02 smithi137 ceph-mon[117020]: pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:02 smithi066 ceph-mon[112137]: pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:03.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:03.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:03.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:03.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:03.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:04 smithi066 ceph-mon[112137]: from='client.394401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:04 smithi066 ceph-mon[112137]: pgmap v14425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:04 smithi203 ceph-mon[117428]: from='client.394401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:04 smithi203 ceph-mon[117428]: pgmap v14425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:04 smithi137 ceph-mon[117020]: from='client.394401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:04 smithi137 ceph-mon[117020]: pgmap v14425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:06 smithi066 ceph-mon[112137]: pgmap v14426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:06 smithi203 ceph-mon[117428]: pgmap v14426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:06 smithi137 ceph-mon[117020]: pgmap v14426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:08.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:08.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:08.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:08 smithi066 ceph-mon[112137]: pgmap v14427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:09.016 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:09.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:09.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:09.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:09.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:08 smithi203 ceph-mon[117428]: pgmap v14427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:08 smithi137 ceph-mon[117020]: pgmap v14427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:09.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:09 smithi066 ceph-mon[112137]: from='client.394476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:10.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:09 smithi203 ceph-mon[117428]: from='client.394476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:09 smithi137 ceph-mon[117020]: from='client.394476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:10 smithi066 ceph-mon[112137]: pgmap v14428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:10 smithi203 ceph-mon[117428]: pgmap v14428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:10 smithi137 ceph-mon[117020]: pgmap v14428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:12 smithi203 ceph-mon[117428]: pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:12 smithi137 ceph-mon[117020]: pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:12 smithi066 ceph-mon[112137]: pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:14.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:14.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:14.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:14.731 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:14 smithi066 ceph-mon[112137]: pgmap v14430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:14 smithi203 ceph-mon[117428]: pgmap v14430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:14 smithi137 ceph-mon[117020]: pgmap v14430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:15.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:15 smithi066 ceph-mon[112137]: from='client.394551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:15 smithi203 ceph-mon[117428]: from='client.394551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:15 smithi137 ceph-mon[117020]: from='client.394551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:16 smithi066 ceph-mon[112137]: pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:14:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:16 smithi203 ceph-mon[117428]: pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:14:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:16 smithi137 ceph-mon[117020]: pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:14:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:18 smithi066 ceph-mon[112137]: pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:14:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:18 smithi203 ceph-mon[117428]: pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:14:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:18 smithi137 ceph-mon[117020]: pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:14:19.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:19.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:19.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:20.456 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:20.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:20.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:20.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:20.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:20 smithi066 ceph-mon[112137]: pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:14:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:20 smithi203 ceph-mon[117428]: pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:14:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:20 smithi137 ceph-mon[117020]: pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:14:21.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:21 smithi066 ceph-mon[112137]: from='client.394623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:21 smithi203 ceph-mon[117428]: from='client.394623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:21 smithi137 ceph-mon[117020]: from='client.394623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:22 smithi066 ceph-mon[112137]: pgmap v14434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:14:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:22 smithi203 ceph-mon[117428]: pgmap v14434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:14:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:22 smithi137 ceph-mon[117020]: pgmap v14434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:14:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:24 smithi066 ceph-mon[112137]: pgmap v14435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:24 smithi203 ceph-mon[117428]: pgmap v14435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:24 smithi137 ceph-mon[117020]: pgmap v14435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:25.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:25.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:25.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:26.183 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:26.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:26.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:26.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:26.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:26 smithi066 ceph-mon[112137]: pgmap v14436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:26 smithi203 ceph-mon[117428]: pgmap v14436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:26 smithi137 ceph-mon[117020]: pgmap v14436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:27 smithi066 ceph-mon[112137]: from='client.394698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:27 smithi203 ceph-mon[117428]: from='client.394698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:27 smithi137 ceph-mon[117020]: from='client.394698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:28 smithi066 ceph-mon[112137]: pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:14:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:28 smithi203 ceph-mon[117428]: pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:14:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:28 smithi137 ceph-mon[117020]: pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:14:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:30 smithi066 ceph-mon[112137]: pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:14:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:30 smithi203 ceph-mon[117428]: pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:14:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:30 smithi137 ceph-mon[117020]: pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:14:31.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:31.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:31.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:31.923 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:31.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:31.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:31.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:31.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:32 smithi203 ceph-mon[117428]: from='client.394776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:32 smithi203 ceph-mon[117428]: pgmap v14439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:32 smithi137 ceph-mon[117020]: from='client.394776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:32 smithi137 ceph-mon[117020]: pgmap v14439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:32 smithi066 ceph-mon[112137]: from='client.394776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:32 smithi066 ceph-mon[112137]: pgmap v14439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:34 smithi066 ceph-mon[112137]: pgmap v14440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:34 smithi203 ceph-mon[117428]: pgmap v14440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:34 smithi137 ceph-mon[117020]: pgmap v14440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:36.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:36.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:36.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:36 smithi066 ceph-mon[112137]: pgmap v14441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:36 smithi203 ceph-mon[117428]: pgmap v14441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:36 smithi137 ceph-mon[117020]: pgmap v14441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:37.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:37.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:37.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:37.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:37.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:38 smithi066 ceph-mon[112137]: from='client.394848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:38 smithi066 ceph-mon[112137]: pgmap v14442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:38 smithi203 ceph-mon[117428]: from='client.394848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:38 smithi203 ceph-mon[117428]: pgmap v14442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:38 smithi137 ceph-mon[117020]: from='client.394848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:38 smithi137 ceph-mon[117020]: pgmap v14442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:40 smithi066 ceph-mon[112137]: pgmap v14443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:40 smithi203 ceph-mon[117428]: pgmap v14443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:40 smithi137 ceph-mon[117020]: pgmap v14443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:14:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:14:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:14:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:14:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:14:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:14:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:14:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:14:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:14:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:14:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:14:42.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:14:42.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:42.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:42.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:42 smithi066 ceph-mon[112137]: pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:42 smithi203 ceph-mon[117428]: pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:42 smithi137 ceph-mon[117020]: pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:43.390 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:43.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:43.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:43.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:43.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:44 smithi066 ceph-mon[112137]: from='client.394926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:44 smithi066 ceph-mon[112137]: pgmap v14445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:44 smithi203 ceph-mon[117428]: from='client.394926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:44 smithi203 ceph-mon[117428]: pgmap v14445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:44 smithi137 ceph-mon[117020]: from='client.394926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:44 smithi137 ceph-mon[117020]: pgmap v14445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:46 smithi066 ceph-mon[112137]: pgmap v14446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:46 smithi203 ceph-mon[117428]: pgmap v14446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:46 smithi137 ceph-mon[117020]: pgmap v14446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:48.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:48.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:48.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:48 smithi066 ceph-mon[112137]: pgmap v14447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:48 smithi203 ceph-mon[117428]: pgmap v14447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:48 smithi137 ceph-mon[117020]: pgmap v14447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:49.130 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:49.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:49.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:49.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:49.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:50 smithi066 ceph-mon[112137]: from='client.395001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:50 smithi066 ceph-mon[112137]: pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:50 smithi203 ceph-mon[117428]: from='client.395001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:50 smithi203 ceph-mon[117428]: pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:50 smithi137 ceph-mon[117020]: from='client.395001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:50 smithi137 ceph-mon[117020]: pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:14:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:52 smithi203 ceph-mon[117428]: pgmap v14449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:52 smithi137 ceph-mon[117020]: pgmap v14449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:52 smithi066 ceph-mon[112137]: pgmap v14449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:14:54.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:54.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:54.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:54.866 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:14:54.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:54.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:54.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:54.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:14:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:54 smithi066 ceph-mon[112137]: pgmap v14450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:54 smithi203 ceph-mon[117428]: pgmap v14450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:54 smithi137 ceph-mon[117020]: pgmap v14450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:55.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:55 smithi066 ceph-mon[112137]: from='client.395067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:56.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:55 smithi203 ceph-mon[117428]: from='client.395067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:55 smithi137 ceph-mon[117020]: from='client.395067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:56 smithi066 ceph-mon[112137]: pgmap v14451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:56 smithi203 ceph-mon[117428]: pgmap v14451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:56 smithi137 ceph-mon[117020]: pgmap v14451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:14:58 smithi066 ceph-mon[112137]: pgmap v14452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:14:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:14:58 smithi203 ceph-mon[117428]: pgmap v14452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:14:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:14:58 smithi137 ceph-mon[117020]: pgmap v14452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:14:59.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:14:59.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:59.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:00.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:00.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:00.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:00.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:00.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:00 smithi066 ceph-mon[112137]: pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:15:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:00 smithi203 ceph-mon[117428]: pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:15:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:00 smithi137 ceph-mon[117020]: pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:15:01.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:01 smithi066 ceph-mon[112137]: from='client.395142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:01 smithi203 ceph-mon[117428]: from='client.395142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:01 smithi137 ceph-mon[117020]: from='client.395142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:02 smithi066 ceph-mon[112137]: pgmap v14454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:15:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:02 smithi203 ceph-mon[117428]: pgmap v14454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:15:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:02 smithi137 ceph-mon[117020]: pgmap v14454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:15:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:04 smithi066 ceph-mon[112137]: pgmap v14455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:04 smithi203 ceph-mon[117428]: pgmap v14455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:04 smithi137 ceph-mon[117020]: pgmap v14455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:05.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:05.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:05.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:06.336 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:06.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:06.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:06.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:06.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:06 smithi066 ceph-mon[112137]: pgmap v14456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:06 smithi203 ceph-mon[117428]: pgmap v14456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:06 smithi137 ceph-mon[117020]: pgmap v14456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:07 smithi066 ceph-mon[112137]: from='client.395217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:07 smithi203 ceph-mon[117428]: from='client.395217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:07 smithi137 ceph-mon[117020]: from='client.395217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:08 smithi066 ceph-mon[112137]: pgmap v14457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:15:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:08 smithi203 ceph-mon[117428]: pgmap v14457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:15:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:08 smithi137 ceph-mon[117020]: pgmap v14457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:15:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:10 smithi066 ceph-mon[112137]: pgmap v14458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:15:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:10 smithi203 ceph-mon[117428]: pgmap v14458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:15:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:10 smithi137 ceph-mon[117020]: pgmap v14458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:15:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:12.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:12.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:12.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:12.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:12.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:12 smithi203 ceph-mon[117428]: pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:12 smithi203 ceph-mon[117428]: from='client.395292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:12 smithi137 ceph-mon[117020]: pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:12 smithi137 ceph-mon[117020]: from='client.395292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:12 smithi066 ceph-mon[112137]: pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:12 smithi066 ceph-mon[112137]: from='client.395292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:14 smithi066 ceph-mon[112137]: pgmap v14460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:14 smithi203 ceph-mon[117428]: pgmap v14460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:14 smithi137 ceph-mon[117020]: pgmap v14460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:16 smithi066 ceph-mon[112137]: pgmap v14461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:17.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:17.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:17.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:16 smithi203 ceph-mon[117428]: pgmap v14461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:16 smithi137 ceph-mon[117020]: pgmap v14461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:17.798 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:17.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:17.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:17.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:17.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:18 smithi066 ceph-mon[112137]: from='client.395364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:18 smithi066 ceph-mon[112137]: pgmap v14462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:18 smithi203 ceph-mon[117428]: from='client.395364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:18 smithi203 ceph-mon[117428]: pgmap v14462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:18 smithi137 ceph-mon[117020]: from='client.395364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:18 smithi137 ceph-mon[117020]: pgmap v14462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:20 smithi066 ceph-mon[112137]: pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:20 smithi203 ceph-mon[117428]: pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:20 smithi137 ceph-mon[117020]: pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:22.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:22.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:22.801 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:22 smithi203 ceph-mon[117428]: pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:15:22.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:22 smithi137 ceph-mon[117020]: pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:15:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:22 smithi066 ceph-mon[112137]: pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:15:23.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:23.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:23.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:23.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:23.533 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:24 smithi066 ceph-mon[112137]: from='client.395442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:24 smithi066 ceph-mon[112137]: pgmap v14465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:24 smithi203 ceph-mon[117428]: from='client.395442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:24 smithi203 ceph-mon[117428]: pgmap v14465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:24 smithi137 ceph-mon[117020]: from='client.395442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:24 smithi137 ceph-mon[117020]: pgmap v14465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:26 smithi066 ceph-mon[112137]: pgmap v14466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:26 smithi203 ceph-mon[117428]: pgmap v14466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:26 smithi137 ceph-mon[117020]: pgmap v14466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:28.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:28.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:28.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:28 smithi066 ceph-mon[112137]: pgmap v14467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:28 smithi203 ceph-mon[117428]: pgmap v14467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:28 smithi137 ceph-mon[117020]: pgmap v14467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:29.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:29.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:29.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:29.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:29.265 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:30 smithi066 ceph-mon[112137]: from='client.395520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:30 smithi066 ceph-mon[112137]: pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:30 smithi203 ceph-mon[117428]: from='client.395520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:30 smithi203 ceph-mon[117428]: pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:30 smithi137 ceph-mon[117020]: from='client.395520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:30 smithi137 ceph-mon[117020]: pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:32 smithi203 ceph-mon[117428]: pgmap v14469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:15:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:32 smithi137 ceph-mon[117020]: pgmap v14469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:15:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:32 smithi066 ceph-mon[112137]: pgmap v14469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:15:34.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:34.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:34.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:34 smithi066 ceph-mon[112137]: pgmap v14470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:34.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:34.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:34.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:34.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:34.996 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:34 smithi203 ceph-mon[117428]: pgmap v14470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:34 smithi137 ceph-mon[117020]: pgmap v14470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:35.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:35 smithi066 ceph-mon[112137]: from='client.395598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:36.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:35 smithi203 ceph-mon[117428]: from='client.395598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:35 smithi137 ceph-mon[117020]: from='client.395598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:36 smithi066 ceph-mon[112137]: pgmap v14471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:36 smithi203 ceph-mon[117428]: pgmap v14471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:36 smithi137 ceph-mon[117020]: pgmap v14471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:38 smithi066 ceph-mon[112137]: pgmap v14472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:38 smithi203 ceph-mon[117428]: pgmap v14472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:38 smithi137 ceph-mon[117020]: pgmap v14472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:39.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:39.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:39.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:40.730 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:40.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:40.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:40.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:40.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:40 smithi066 ceph-mon[112137]: pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:15:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:40 smithi203 ceph-mon[117428]: pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:15:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:40 smithi137 ceph-mon[117020]: pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:15:41.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:41 smithi066 ceph-mon[112137]: from='client.395673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:15:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:41 smithi203 ceph-mon[117428]: from='client.395673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:15:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:41 smithi137 ceph-mon[117020]: from='client.395673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:15:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:42 smithi066 ceph-mon[112137]: pgmap v14474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:15:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:15:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:15:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:15:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:42 smithi203 ceph-mon[117428]: pgmap v14474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:15:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:15:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:15:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:15:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:42 smithi137 ceph-mon[117020]: pgmap v14474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:15:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:15:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:15:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:15:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:44 smithi066 ceph-mon[112137]: pgmap v14475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:44 smithi203 ceph-mon[117428]: pgmap v14475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:44 smithi137 ceph-mon[117020]: pgmap v14475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:45.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:45.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:45.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:46.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:46.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:46.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:46.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:46.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:46 smithi066 ceph-mon[112137]: pgmap v14476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:46 smithi203 ceph-mon[117428]: pgmap v14476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:46 smithi137 ceph-mon[117020]: pgmap v14476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:47 smithi066 ceph-mon[112137]: from='client.395745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:47 smithi203 ceph-mon[117428]: from='client.395745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:47 smithi137 ceph-mon[117020]: from='client.395745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:48 smithi066 ceph-mon[112137]: pgmap v14477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:48 smithi203 ceph-mon[117428]: pgmap v14477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:48 smithi137 ceph-mon[117020]: pgmap v14477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:50 smithi066 ceph-mon[112137]: pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:50 smithi203 ceph-mon[117428]: pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:50 smithi137 ceph-mon[117020]: pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:15:51.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:51.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:51.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:52.174 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:52.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:52.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:52.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:52.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:52 smithi203 ceph-mon[117428]: pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:15:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:52 smithi137 ceph-mon[117020]: pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:15:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:52 smithi066 ceph-mon[112137]: pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:15:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:53 smithi203 ceph-mon[117428]: from='client.395817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:53 smithi137 ceph-mon[117020]: from='client.395817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:53 smithi066 ceph-mon[112137]: from='client.395817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:54 smithi203 ceph-mon[117428]: pgmap v14480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:54 smithi137 ceph-mon[117020]: pgmap v14480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:54 smithi066 ceph-mon[112137]: pgmap v14480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:56 smithi066 ceph-mon[112137]: pgmap v14481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:56 smithi203 ceph-mon[117428]: pgmap v14481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:56 smithi137 ceph-mon[117020]: pgmap v14481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:57.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:15:57.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:57.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:57.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:15:57.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:57.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:57.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:57.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:15:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:58 smithi066 ceph-mon[112137]: from='client.395895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:15:58 smithi066 ceph-mon[112137]: pgmap v14482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:58 smithi203 ceph-mon[117428]: from='client.395895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:15:58 smithi203 ceph-mon[117428]: pgmap v14482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:58 smithi137 ceph-mon[117020]: from='client.395895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:15:58 smithi137 ceph-mon[117020]: pgmap v14482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:00 smithi066 ceph-mon[112137]: pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:00 smithi203 ceph-mon[117428]: pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:00 smithi137 ceph-mon[117020]: pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:02 smithi203 ceph-mon[117428]: pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:02 smithi137 ceph-mon[117020]: pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:02.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:02.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:02.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:02 smithi066 ceph-mon[112137]: pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:03.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:03.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:03.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:03.625 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:03.626 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:04 smithi066 ceph-mon[112137]: from='client.395970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:04 smithi066 ceph-mon[112137]: pgmap v14485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:04 smithi203 ceph-mon[117428]: from='client.395970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:04 smithi203 ceph-mon[117428]: pgmap v14485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:04 smithi137 ceph-mon[117020]: from='client.395970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:05.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:04 smithi137 ceph-mon[117020]: pgmap v14485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:06 smithi066 ceph-mon[112137]: pgmap v14486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:06 smithi203 ceph-mon[117428]: pgmap v14486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:06 smithi137 ceph-mon[117020]: pgmap v14486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:08.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:08.627 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:08.627 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:08 smithi066 ceph-mon[112137]: pgmap v14487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:08 smithi203 ceph-mon[117428]: pgmap v14487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:08 smithi137 ceph-mon[117020]: pgmap v14487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:09.370 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:09.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:09.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:09.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:09.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:10 smithi066 ceph-mon[112137]: from='client.396048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:10 smithi066 ceph-mon[112137]: pgmap v14488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:10 smithi203 ceph-mon[117428]: from='client.396048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:10 smithi203 ceph-mon[117428]: pgmap v14488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:10 smithi137 ceph-mon[117020]: from='client.396048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:10 smithi137 ceph-mon[117020]: pgmap v14488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:12 smithi203 ceph-mon[117428]: pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:12 smithi137 ceph-mon[117020]: pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:12 smithi066 ceph-mon[112137]: pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:14.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:14.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:14.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:14 smithi066 ceph-mon[112137]: pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:14 smithi203 ceph-mon[117428]: pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:15.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:15.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:15.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:15.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:15.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:14 smithi137 ceph-mon[117020]: pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:15 smithi066 ceph-mon[112137]: from='client.396126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:15 smithi203 ceph-mon[117428]: from='client.396126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:16.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:15 smithi137 ceph-mon[117020]: from='client.396126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:16 smithi066 ceph-mon[112137]: pgmap v14491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:16 smithi203 ceph-mon[117428]: pgmap v14491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:16 smithi137 ceph-mon[117020]: pgmap v14491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:18 smithi066 ceph-mon[112137]: pgmap v14492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:18 smithi203 ceph-mon[117428]: pgmap v14492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:18 smithi137 ceph-mon[117020]: pgmap v14492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:20.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:20.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:20.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:20.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:20.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:20.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:20.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:20.830 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:20 smithi066 ceph-mon[112137]: pgmap v14493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:16:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:20 smithi203 ceph-mon[117428]: pgmap v14493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:16:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:20 smithi137 ceph-mon[117020]: pgmap v14493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:16:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:21 smithi066 ceph-mon[112137]: from='client.396201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:22.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:21 smithi203 ceph-mon[117428]: from='client.396201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:21 smithi137 ceph-mon[117020]: from='client.396201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:22 smithi066 ceph-mon[112137]: pgmap v14494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:16:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:22 smithi203 ceph-mon[117428]: pgmap v14494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:16:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:22 smithi137 ceph-mon[117020]: pgmap v14494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:16:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:24 smithi066 ceph-mon[112137]: pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:24 smithi203 ceph-mon[117428]: pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:24 smithi137 ceph-mon[117020]: pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:25.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:25.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:25.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:26.557 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:26.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:26.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:26.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:26.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:26 smithi066 ceph-mon[112137]: pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:26 smithi203 ceph-mon[117428]: pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:26 smithi137 ceph-mon[117020]: pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:27 smithi066 ceph-mon[112137]: from='client.396279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:27 smithi203 ceph-mon[117428]: from='client.396279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:27 smithi137 ceph-mon[117020]: from='client.396279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:28 smithi066 ceph-mon[112137]: pgmap v14497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:28 smithi203 ceph-mon[117428]: pgmap v14497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:28 smithi137 ceph-mon[117020]: pgmap v14497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:30 smithi066 ceph-mon[112137]: pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:30 smithi203 ceph-mon[117428]: pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:30 smithi137 ceph-mon[117020]: pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:31.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:31.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:31.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:32.284 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:32.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:32.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:32.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:32.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:32 smithi203 ceph-mon[117428]: pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:32 smithi137 ceph-mon[117020]: pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:32 smithi066 ceph-mon[112137]: pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:33.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:33 smithi203 ceph-mon[117428]: from='client.396357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:33 smithi137 ceph-mon[117020]: from='client.396357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:33 smithi066 ceph-mon[112137]: from='client.396357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:34 smithi203 ceph-mon[117428]: pgmap v14500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:34 smithi137 ceph-mon[117020]: pgmap v14500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:34 smithi066 ceph-mon[112137]: pgmap v14500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:36 smithi066 ceph-mon[112137]: pgmap v14501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:36 smithi203 ceph-mon[117428]: pgmap v14501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:36 smithi137 ceph-mon[117020]: pgmap v14501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:37.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:37.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:37.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:38.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:38.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:38.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:38.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:38.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:38 smithi066 ceph-mon[112137]: pgmap v14502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:38 smithi066 ceph-mon[112137]: from='client.396435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:38 smithi203 ceph-mon[117428]: pgmap v14502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:38 smithi203 ceph-mon[117428]: from='client.396435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:38 smithi137 ceph-mon[117020]: pgmap v14502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:38 smithi137 ceph-mon[117020]: from='client.396435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:40 smithi066 ceph-mon[112137]: pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:40 smithi203 ceph-mon[117428]: pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:40 smithi137 ceph-mon[117020]: pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:42 smithi203 ceph-mon[117428]: pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:16:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:42 smithi137 ceph-mon[117020]: pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:16:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:42 smithi066 ceph-mon[112137]: pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:16:43.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:43.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:43.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:43.750 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:43.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:43.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:43.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:43.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:16:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:16:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:16:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:16:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:16:43.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:16:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:16:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:16:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:16:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:44 smithi203 ceph-mon[117428]: from='client.396513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:44 smithi203 ceph-mon[117428]: pgmap v14505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:44 smithi137 ceph-mon[117020]: from='client.396513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:44.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:44 smithi137 ceph-mon[117020]: pgmap v14505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:44 smithi066 ceph-mon[112137]: from='client.396513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:44 smithi066 ceph-mon[112137]: pgmap v14505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:46 smithi066 ceph-mon[112137]: pgmap v14506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:46 smithi203 ceph-mon[117428]: pgmap v14506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:46 smithi137 ceph-mon[117020]: pgmap v14506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:48.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:48.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:48.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:48 smithi066 ceph-mon[112137]: pgmap v14507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:48 smithi203 ceph-mon[117428]: pgmap v14507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:48 smithi137 ceph-mon[117020]: pgmap v14507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:49.485 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:49.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:49.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:49.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:49.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:50 smithi066 ceph-mon[112137]: from='client.396588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:50 smithi066 ceph-mon[112137]: pgmap v14508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:50 smithi203 ceph-mon[117428]: from='client.396588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:50 smithi203 ceph-mon[117428]: pgmap v14508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:50 smithi137 ceph-mon[117020]: from='client.396588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:50 smithi137 ceph-mon[117020]: pgmap v14508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:16:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:52 smithi203 ceph-mon[117428]: pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:52 smithi137 ceph-mon[117020]: pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:52 smithi066 ceph-mon[112137]: pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:16:54.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:16:54.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:54.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:54 smithi066 ceph-mon[112137]: pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:54 smithi203 ceph-mon[117428]: pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:54 smithi137 ceph-mon[117020]: pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:55.208 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:16:55.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:55.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:55.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:55.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:16:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:56 smithi066 ceph-mon[112137]: from='client.396666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:56 smithi066 ceph-mon[112137]: pgmap v14511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:56 smithi203 ceph-mon[117428]: from='client.396666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:56 smithi203 ceph-mon[117428]: pgmap v14511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:56 smithi137 ceph-mon[117020]: from='client.396666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:56 smithi137 ceph-mon[117020]: pgmap v14511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:16:58 smithi066 ceph-mon[112137]: pgmap v14512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:16:58 smithi203 ceph-mon[117428]: pgmap v14512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:16:58 smithi137 ceph-mon[117020]: pgmap v14512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:00.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:00.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:00.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:00.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:00.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:00.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:00.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:00.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:00 smithi066 ceph-mon[112137]: pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:17:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:00 smithi203 ceph-mon[117428]: pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:17:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:00 smithi137 ceph-mon[117020]: pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:17:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:01 smithi066 ceph-mon[112137]: from='client.396738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:02.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:01 smithi203 ceph-mon[117428]: from='client.396738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:02.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:01 smithi137 ceph-mon[117020]: from='client.396738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:02 smithi066 ceph-mon[112137]: pgmap v14514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:17:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:02 smithi203 ceph-mon[117428]: pgmap v14514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:17:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:02 smithi137 ceph-mon[117020]: pgmap v14514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:17:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:04 smithi066 ceph-mon[112137]: pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:04 smithi203 ceph-mon[117428]: pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:04 smithi137 ceph-mon[117020]: pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:05.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:05.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:05.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:06.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:06.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:06.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:06.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:06.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:06 smithi066 ceph-mon[112137]: pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:06 smithi203 ceph-mon[117428]: pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:06 smithi137 ceph-mon[117020]: pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:07.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:07 smithi066 ceph-mon[112137]: from='client.396807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:07 smithi203 ceph-mon[117428]: from='client.396807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:07 smithi137 ceph-mon[117020]: from='client.396807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:08 smithi066 ceph-mon[112137]: pgmap v14517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:08 smithi203 ceph-mon[117428]: pgmap v14517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:08 smithi137 ceph-mon[117020]: pgmap v14517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:10 smithi066 ceph-mon[112137]: pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:10 smithi203 ceph-mon[117428]: pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:10 smithi137 ceph-mon[117020]: pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:11.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:11.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:11.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:12.378 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:12.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:12.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:12.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:12.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:12 smithi203 ceph-mon[117428]: pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:12 smithi137 ceph-mon[117020]: pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:12 smithi066 ceph-mon[112137]: pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:13.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:13 smithi203 ceph-mon[117428]: from='client.396885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:13 smithi137 ceph-mon[117020]: from='client.396885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:13 smithi066 ceph-mon[112137]: from='client.396885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:14 smithi203 ceph-mon[117428]: pgmap v14520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:14 smithi137 ceph-mon[117020]: pgmap v14520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:14 smithi066 ceph-mon[112137]: pgmap v14520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:16 smithi066 ceph-mon[112137]: pgmap v14521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:16 smithi203 ceph-mon[117428]: pgmap v14521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:16 smithi137 ceph-mon[117020]: pgmap v14521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:17.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:17.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:17.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:18.113 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:18.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:18.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:18.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:18.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:18 smithi066 ceph-mon[112137]: pgmap v14522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:18 smithi066 ceph-mon[112137]: from='client.396957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:18 smithi203 ceph-mon[117428]: pgmap v14522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:18 smithi203 ceph-mon[117428]: from='client.396957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:18 smithi137 ceph-mon[117020]: pgmap v14522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:18 smithi137 ceph-mon[117020]: from='client.396957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:20 smithi066 ceph-mon[112137]: pgmap v14523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:20 smithi203 ceph-mon[117428]: pgmap v14523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:20 smithi137 ceph-mon[117020]: pgmap v14523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:22 smithi203 ceph-mon[117428]: pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:22 smithi137 ceph-mon[117020]: pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:22 smithi066 ceph-mon[112137]: pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:23.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:23.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:23.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:23.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:23.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:23.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:23.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:23.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:24 smithi066 ceph-mon[112137]: from='client.397035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:24 smithi066 ceph-mon[112137]: pgmap v14525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:24 smithi203 ceph-mon[117428]: from='client.397035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:24 smithi203 ceph-mon[117428]: pgmap v14525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:24 smithi137 ceph-mon[117020]: from='client.397035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:24 smithi137 ceph-mon[117020]: pgmap v14525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:26 smithi066 ceph-mon[112137]: pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:26 smithi203 ceph-mon[117428]: pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:26 smithi137 ceph-mon[117020]: pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:28.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:28.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:28.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:28 smithi066 ceph-mon[112137]: pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:28 smithi203 ceph-mon[117428]: pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:28 smithi137 ceph-mon[117020]: pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:29.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:29.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:29.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:29.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:29.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:30 smithi066 ceph-mon[112137]: from='client.397110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:30 smithi066 ceph-mon[112137]: pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:30 smithi203 ceph-mon[117428]: from='client.397110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:30 smithi203 ceph-mon[117428]: pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:30 smithi137 ceph-mon[117020]: from='client.397110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:30 smithi137 ceph-mon[117020]: pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:32 smithi203 ceph-mon[117428]: pgmap v14529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:32 smithi137 ceph-mon[117020]: pgmap v14529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:32 smithi066 ceph-mon[112137]: pgmap v14529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:34.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:34.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:34.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:34 smithi066 ceph-mon[112137]: pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:34 smithi203 ceph-mon[117428]: pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:34 smithi137 ceph-mon[117020]: pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:35.312 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:35.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:35.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:35.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:35.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:36 smithi066 ceph-mon[112137]: from='client.397185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:36 smithi066 ceph-mon[112137]: pgmap v14531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:36 smithi203 ceph-mon[117428]: from='client.397185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:36 smithi203 ceph-mon[117428]: pgmap v14531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:36 smithi137 ceph-mon[117020]: from='client.397185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:36 smithi137 ceph-mon[117020]: pgmap v14531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:38 smithi066 ceph-mon[112137]: pgmap v14532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:38 smithi203 ceph-mon[117428]: pgmap v14532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:38 smithi137 ceph-mon[117020]: pgmap v14532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:40.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:40.314 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:40.314 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:40 smithi066 ceph-mon[112137]: pgmap v14533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:17:41.037 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:41.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:41.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:41.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:41.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:40 smithi203 ceph-mon[117428]: pgmap v14533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:17:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:40 smithi137 ceph-mon[117020]: pgmap v14533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:17:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:41 smithi066 ceph-mon[112137]: from='client.397257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:42.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:41 smithi203 ceph-mon[117428]: from='client.397257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:42.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:41 smithi137 ceph-mon[117020]: from='client.397257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:42 smithi066 ceph-mon[112137]: pgmap v14534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:17:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:42 smithi203 ceph-mon[117428]: pgmap v14534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:17:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:42 smithi137 ceph-mon[117020]: pgmap v14534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:17:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:17:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:17:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:17:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:17:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:17:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:17:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:17:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:17:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:17:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:17:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:17:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:17:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:44 smithi066 ceph-mon[112137]: pgmap v14535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:44 smithi203 ceph-mon[117428]: pgmap v14535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:44 smithi137 ceph-mon[117020]: pgmap v14535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:46.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:46.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:46.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:46.774 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:46.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:46.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:46.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:46.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:46 smithi066 ceph-mon[112137]: pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:46 smithi203 ceph-mon[117428]: pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:46 smithi137 ceph-mon[117020]: pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:47 smithi066 ceph-mon[112137]: from='client.397329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:47 smithi203 ceph-mon[117428]: from='client.397329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:47 smithi137 ceph-mon[117020]: from='client.397329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:48 smithi066 ceph-mon[112137]: pgmap v14537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:48 smithi203 ceph-mon[117428]: pgmap v14537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:48 smithi137 ceph-mon[117020]: pgmap v14537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:50 smithi066 ceph-mon[112137]: pgmap v14538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:50 smithi203 ceph-mon[117428]: pgmap v14538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:50 smithi137 ceph-mon[117020]: pgmap v14538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:17:51.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:51.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:51.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:52.504 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:52.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:52.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:52.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:52.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:52 smithi203 ceph-mon[117428]: pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:52 smithi137 ceph-mon[117020]: pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:52 smithi066 ceph-mon[112137]: pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:17:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:53 smithi203 ceph-mon[117428]: from='client.397404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:53 smithi137 ceph-mon[117020]: from='client.397404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:53 smithi066 ceph-mon[112137]: from='client.397404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:54 smithi137 ceph-mon[117020]: pgmap v14540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:54 smithi066 ceph-mon[112137]: pgmap v14540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:54 smithi203 ceph-mon[117428]: pgmap v14540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:56 smithi066 ceph-mon[112137]: pgmap v14541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:56 smithi203 ceph-mon[117428]: pgmap v14541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:56 smithi137 ceph-mon[117020]: pgmap v14541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:57.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:17:57.506 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:57.506 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:58.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:17:58.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:58.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:58.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:58.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:17:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:58 smithi066 ceph-mon[112137]: pgmap v14542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:58 smithi203 ceph-mon[117428]: pgmap v14542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:58 smithi137 ceph-mon[117020]: pgmap v14542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:17:59 smithi066 ceph-mon[112137]: from='client.397479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:17:59 smithi203 ceph-mon[117428]: from='client.397479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:17:59 smithi137 ceph-mon[117020]: from='client.397479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:00 smithi066 ceph-mon[112137]: pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:18:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:00 smithi203 ceph-mon[117428]: pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:18:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:00 smithi137 ceph-mon[117020]: pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:18:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:02 smithi137 ceph-mon[117020]: pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:18:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:02 smithi066 ceph-mon[112137]: pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:18:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:02 smithi203 ceph-mon[117428]: pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:18:03.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:03.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:03.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:03.965 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:03.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:03.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:03.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:03.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:04 smithi066 ceph-mon[112137]: from='client.397557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:04 smithi066 ceph-mon[112137]: pgmap v14545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:04 smithi203 ceph-mon[117428]: from='client.397557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:04 smithi203 ceph-mon[117428]: pgmap v14545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:04 smithi137 ceph-mon[117020]: from='client.397557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:04 smithi137 ceph-mon[117020]: pgmap v14545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:06 smithi066 ceph-mon[112137]: pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:06 smithi203 ceph-mon[117428]: pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:06 smithi137 ceph-mon[117020]: pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:08.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:08.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:08.967 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:08 smithi066 ceph-mon[112137]: pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:08 smithi203 ceph-mon[117428]: pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:08 smithi137 ceph-mon[117020]: pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:09.687 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:09.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:09.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:09.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:09.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:10 smithi066 ceph-mon[112137]: from='client.397635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:10 smithi066 ceph-mon[112137]: pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:18:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:10 smithi203 ceph-mon[117428]: from='client.397635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:10 smithi203 ceph-mon[117428]: pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:18:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:10 smithi137 ceph-mon[117020]: from='client.397635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:10 smithi137 ceph-mon[117020]: pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:18:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:12 smithi203 ceph-mon[117428]: pgmap v14549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:18:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:12 smithi137 ceph-mon[117020]: pgmap v14549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:18:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:12 smithi066 ceph-mon[112137]: pgmap v14549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:18:14.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:14.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:14.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:14 smithi066 ceph-mon[112137]: pgmap v14550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:18:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:14 smithi203 ceph-mon[117428]: pgmap v14550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:18:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:14 smithi137 ceph-mon[117020]: pgmap v14550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:18:15.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:15.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:15.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:15.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:15.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:16 smithi066 ceph-mon[112137]: from='client.397713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:16 smithi066 ceph-mon[112137]: pgmap v14551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:16 smithi203 ceph-mon[117428]: from='client.397713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:16 smithi203 ceph-mon[117428]: pgmap v14551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:16 smithi137 ceph-mon[117020]: from='client.397713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:16 smithi137 ceph-mon[117020]: pgmap v14551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:18 smithi066 ceph-mon[112137]: pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:18 smithi203 ceph-mon[117428]: pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:18 smithi137 ceph-mon[117020]: pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:20.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:20.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:20.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:20 smithi066 ceph-mon[112137]: pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:18:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:20 smithi203 ceph-mon[117428]: pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:18:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:20 smithi137 ceph-mon[117020]: pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:18:21.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:21.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:21.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:21.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:21.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:21.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:21 smithi066 ceph-mon[112137]: from='client.397791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:21 smithi203 ceph-mon[117428]: from='client.397791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:22.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:21 smithi137 ceph-mon[117020]: from='client.397791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:22 smithi066 ceph-mon[112137]: pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:18:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:22 smithi203 ceph-mon[117428]: pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:18:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:22 smithi137 ceph-mon[117020]: pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:18:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:24 smithi066 ceph-mon[112137]: pgmap v14555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:18:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:24 smithi203 ceph-mon[117428]: pgmap v14555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:18:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:24 smithi137 ceph-mon[117020]: pgmap v14555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:18:26.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:26.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:26.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:26.881 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:26.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:26.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:26.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:26.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:26 smithi066 ceph-mon[112137]: pgmap v14556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:18:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:26 smithi203 ceph-mon[117428]: pgmap v14556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:18:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:26 smithi137 ceph-mon[117020]: pgmap v14556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:18:27.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:27 smithi066 ceph-mon[112137]: from='client.397869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:27 smithi203 ceph-mon[117428]: from='client.397869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:28.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:27 smithi137 ceph-mon[117020]: from='client.397869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:28 smithi066 ceph-mon[112137]: pgmap v14557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:28 smithi203 ceph-mon[117428]: pgmap v14557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:28 smithi137 ceph-mon[117020]: pgmap v14557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:30 smithi066 ceph-mon[112137]: pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:18:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:30 smithi203 ceph-mon[117428]: pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:18:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:30 smithi137 ceph-mon[117020]: pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:18:31.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:31.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:31.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:32.610 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:32.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:32.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:32.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:32.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:32 smithi137 ceph-mon[117020]: pgmap v14559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:18:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:32 smithi066 ceph-mon[112137]: pgmap v14559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:18:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:32 smithi203 ceph-mon[117428]: pgmap v14559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:18:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:33 smithi137 ceph-mon[117020]: from='client.397941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:33 smithi066 ceph-mon[112137]: from='client.397941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:33 smithi203 ceph-mon[117428]: from='client.397941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:34 smithi137 ceph-mon[117020]: pgmap v14560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:34 smithi066 ceph-mon[112137]: pgmap v14560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:34 smithi203 ceph-mon[117428]: pgmap v14560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:36 smithi066 ceph-mon[112137]: pgmap v14561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:36 smithi203 ceph-mon[117428]: pgmap v14561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:36 smithi137 ceph-mon[117020]: pgmap v14561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:37.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:37.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:37.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:38.348 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:38.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:38.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:38.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:38.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:38 smithi066 ceph-mon[112137]: pgmap v14562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:38 smithi203 ceph-mon[117428]: pgmap v14562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:38 smithi137 ceph-mon[117020]: pgmap v14562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:39 smithi066 ceph-mon[112137]: from='client.398019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:39 smithi203 ceph-mon[117428]: from='client.398019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:39 smithi137 ceph-mon[117020]: from='client.398019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:40 smithi066 ceph-mon[112137]: pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:18:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:40 smithi203 ceph-mon[117428]: pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:18:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:40 smithi137 ceph-mon[117020]: pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:18:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:42 smithi137 ceph-mon[117020]: pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:18:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:42 smithi066 ceph-mon[112137]: pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:18:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:42 smithi203 ceph-mon[117428]: pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:18:43.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:43.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:43.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:44.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:44.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:44.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:44.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:44.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='client.398097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:18:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:18:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='client.398097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:18:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:18:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='client.398097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:18:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:18:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:46 smithi066 ceph-mon[112137]: pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:46 smithi203 ceph-mon[117428]: pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:46 smithi137 ceph-mon[117020]: pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:48 smithi066 ceph-mon[112137]: pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:48 smithi203 ceph-mon[117428]: pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:49.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:49.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:49.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:48 smithi137 ceph-mon[117020]: pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:49.858 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:49.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:49.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:49.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:49.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:50 smithi066 ceph-mon[112137]: from='client.398169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:50 smithi066 ceph-mon[112137]: pgmap v14568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:18:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:50 smithi203 ceph-mon[117428]: from='client.398169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:50 smithi203 ceph-mon[117428]: pgmap v14568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:18:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:50 smithi137 ceph-mon[117020]: from='client.398169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:50 smithi137 ceph-mon[117020]: pgmap v14568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:18:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:52 smithi137 ceph-mon[117020]: pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:18:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:52 smithi066 ceph-mon[112137]: pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:18:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:52 smithi203 ceph-mon[117428]: pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:18:54.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:18:54.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:54.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:54 smithi066 ceph-mon[112137]: pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:18:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:54 smithi203 ceph-mon[117428]: pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:18:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:54 smithi137 ceph-mon[117020]: pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:18:55.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:18:55.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:55.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:55.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:55.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:18:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:56 smithi066 ceph-mon[112137]: from='client.398247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:56 smithi066 ceph-mon[112137]: pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:56 smithi203 ceph-mon[117428]: from='client.398247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:56 smithi203 ceph-mon[117428]: pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:56 smithi137 ceph-mon[117020]: from='client.398247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:56 smithi137 ceph-mon[117020]: pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:18:58 smithi066 ceph-mon[112137]: pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:18:58 smithi203 ceph-mon[117428]: pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:18:58 smithi137 ceph-mon[117020]: pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:00.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:00.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:00.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:00 smithi066 ceph-mon[112137]: pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:19:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:00 smithi203 ceph-mon[117428]: pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:19:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:00 smithi137 ceph-mon[117020]: pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:19:01.311 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:01.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:01.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:01.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:01.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:02 smithi137 ceph-mon[117020]: from='client.398325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:02 smithi137 ceph-mon[117020]: pgmap v14574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:19:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:02 smithi066 ceph-mon[112137]: from='client.398325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:02 smithi066 ceph-mon[112137]: pgmap v14574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:19:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:02 smithi203 ceph-mon[117428]: from='client.398325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:02 smithi203 ceph-mon[117428]: pgmap v14574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:19:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:04 smithi066 ceph-mon[112137]: pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:19:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:04 smithi203 ceph-mon[117428]: pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:19:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:04 smithi137 ceph-mon[117020]: pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:19:06.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:06.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:06.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:06 smithi066 ceph-mon[112137]: pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:19:07.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:07.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:07.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:07.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:07.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:06 smithi203 ceph-mon[117428]: pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:19:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:06 smithi137 ceph-mon[117020]: pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:19:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:07 smithi066 ceph-mon[112137]: from='client.398403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:07 smithi203 ceph-mon[117428]: from='client.398403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:07 smithi137 ceph-mon[117020]: from='client.398403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:08 smithi066 ceph-mon[112137]: pgmap v14577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:08 smithi203 ceph-mon[117428]: pgmap v14577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:08 smithi137 ceph-mon[117020]: pgmap v14577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:10 smithi066 ceph-mon[112137]: pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:19:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:10 smithi203 ceph-mon[117428]: pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:19:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:10 smithi137 ceph-mon[117020]: pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:19:12.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:12.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:12.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:12.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:12.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:12.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:12.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:12.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:12 smithi137 ceph-mon[117020]: pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:19:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:12 smithi066 ceph-mon[112137]: pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:19:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:12 smithi203 ceph-mon[117428]: pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:19:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:13 smithi137 ceph-mon[117020]: from='client.398481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:13.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:13 smithi066 ceph-mon[112137]: from='client.398481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:13 smithi203 ceph-mon[117428]: from='client.398481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:14 smithi137 ceph-mon[117020]: pgmap v14580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:14 smithi066 ceph-mon[112137]: pgmap v14580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:14 smithi203 ceph-mon[117428]: pgmap v14580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:16 smithi066 ceph-mon[112137]: pgmap v14581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:16 smithi203 ceph-mon[117428]: pgmap v14581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:16 smithi137 ceph-mon[117020]: pgmap v14581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:17.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:17.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:17.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:18.503 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:18.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:18.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:18.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:18.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:18 smithi066 ceph-mon[112137]: pgmap v14582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:18 smithi203 ceph-mon[117428]: pgmap v14582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:18 smithi137 ceph-mon[117020]: pgmap v14582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:19 smithi203 ceph-mon[117428]: from='client.398556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:19 smithi137 ceph-mon[117020]: from='client.398556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:19 smithi066 ceph-mon[112137]: from='client.398556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:20 smithi203 ceph-mon[117428]: pgmap v14583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:19:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:20 smithi137 ceph-mon[117020]: pgmap v14583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:19:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:20 smithi066 ceph-mon[112137]: pgmap v14583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:19:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:22 smithi137 ceph-mon[117020]: pgmap v14584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:19:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:22 smithi066 ceph-mon[112137]: pgmap v14584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:19:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:22 smithi203 ceph-mon[117428]: pgmap v14584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:19:23.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:23.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:23.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:24.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:24.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:24.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:24.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:24.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:24 smithi066 ceph-mon[112137]: pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:24 smithi203 ceph-mon[117428]: pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:24 smithi137 ceph-mon[117020]: pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:25.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:25 smithi066 ceph-mon[112137]: from='client.398631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:25 smithi203 ceph-mon[117428]: from='client.398631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:25 smithi137 ceph-mon[117020]: from='client.398631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:26 smithi066 ceph-mon[112137]: pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:26 smithi203 ceph-mon[117428]: pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:26 smithi137 ceph-mon[117020]: pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:28 smithi066 ceph-mon[112137]: pgmap v14587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:28 smithi203 ceph-mon[117428]: pgmap v14587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:28 smithi137 ceph-mon[117020]: pgmap v14587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:29.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:29.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:29.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:29.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:29.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:29.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:29.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:29.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:30 smithi203 ceph-mon[117428]: from='client.398706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:30 smithi203 ceph-mon[117428]: pgmap v14588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:30 smithi137 ceph-mon[117020]: from='client.398706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:30 smithi137 ceph-mon[117020]: pgmap v14588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:30 smithi066 ceph-mon[112137]: from='client.398706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:30 smithi066 ceph-mon[112137]: pgmap v14588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:32 smithi137 ceph-mon[117020]: pgmap v14589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:19:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:32 smithi066 ceph-mon[112137]: pgmap v14589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:19:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:32 smithi203 ceph-mon[117428]: pgmap v14589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:19:34.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:34.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:34.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:34 smithi066 ceph-mon[112137]: pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:34 smithi203 ceph-mon[117428]: pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:34 smithi137 ceph-mon[117020]: pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:35.696 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:35.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:35.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:35.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:35.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:36 smithi066 ceph-mon[112137]: from='client.398784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:36 smithi066 ceph-mon[112137]: pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:36 smithi203 ceph-mon[117428]: from='client.398784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:36 smithi203 ceph-mon[117428]: pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:36 smithi137 ceph-mon[117020]: from='client.398784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:36 smithi137 ceph-mon[117020]: pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:38 smithi066 ceph-mon[112137]: pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:38 smithi203 ceph-mon[117428]: pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:38 smithi137 ceph-mon[117020]: pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:40.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:40.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:40.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:40 smithi203 ceph-mon[117428]: pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:19:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:40 smithi137 ceph-mon[117020]: pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:19:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:40 smithi066 ceph-mon[112137]: pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:19:41.431 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:41.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:41.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:41.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:41.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:42 smithi137 ceph-mon[117020]: from='client.398862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:42 smithi137 ceph-mon[117020]: pgmap v14594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:42 smithi066 ceph-mon[112137]: from='client.398862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:42 smithi066 ceph-mon[112137]: pgmap v14594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:42 smithi203 ceph-mon[117428]: from='client.398862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:42 smithi203 ceph-mon[117428]: pgmap v14594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:44 smithi066 ceph-mon[112137]: pgmap v14595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:44 smithi203 ceph-mon[117428]: pgmap v14595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:44 smithi137 ceph-mon[117020]: pgmap v14595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:46.066 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:19:46.099 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:19:46.107 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:19:46.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:46.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:46.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:46 smithi203 ceph-mon[117428]: pgmap v14596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:46 smithi137 ceph-mon[117020]: pgmap v14596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:47.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:47.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:47.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:47.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:47.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:46 smithi066 ceph-mon[112137]: pgmap v14596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:47.810 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:47 smithi066 ceph-mon[112137]: from='client.398937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:47.810 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:47.810 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:47.811 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:47.811 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:48.089 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:47 smithi203 ceph-mon[117428]: from='client.398937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:48.090 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:48.090 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:48.090 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:48.090 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:47 smithi137 ceph-mon[117020]: from='client.398937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:48.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:48.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:48.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:48 smithi203 ceph-mon[117428]: pgmap v14597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:19:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:19:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:49.203 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:48 smithi137 ceph-mon[117020]: pgmap v14597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:49.203 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:49.203 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:49.203 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:19:49.203 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:19:49.204 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:49.257 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:48 smithi066 ceph-mon[112137]: pgmap v14597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:49.257 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:49.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:49.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:19:49.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:19:49.258 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:19:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:50 smithi203 ceph-mon[117428]: pgmap v14598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:19:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:50 smithi137 ceph-mon[117020]: pgmap v14598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:19:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:50 smithi066 ceph-mon[112137]: pgmap v14598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:19:52.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:52.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:52.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:52 smithi137 ceph-mon[117020]: pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:19:52.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:52.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:52.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:52.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:52.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:52 smithi066 ceph-mon[112137]: pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:19:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:52 smithi203 ceph-mon[117428]: pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:19:53.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:53 smithi137 ceph-mon[117020]: from='client.399009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:53 smithi066 ceph-mon[112137]: from='client.399009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:53 smithi203 ceph-mon[117428]: from='client.399009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:54 smithi137 ceph-mon[117020]: pgmap v14600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:54 smithi066 ceph-mon[112137]: pgmap v14600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:54 smithi203 ceph-mon[117428]: pgmap v14600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:56 smithi066 ceph-mon[112137]: pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:56 smithi203 ceph-mon[117428]: pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:56 smithi137 ceph-mon[117020]: pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:57.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:19:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:58.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:19:58.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:58.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:58.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:58.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:19:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:58 smithi203 ceph-mon[117428]: pgmap v14602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:58 smithi137 ceph-mon[117020]: pgmap v14602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:58 smithi066 ceph-mon[112137]: pgmap v14602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:19:59 smithi203 ceph-mon[117428]: from='client.399084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:19:59 smithi137 ceph-mon[117020]: from='client.399084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:19:59 smithi066 ceph-mon[112137]: from='client.399084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:00 smithi203 ceph-mon[117428]: pgmap v14603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T01:20:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:00 smithi137 ceph-mon[117020]: pgmap v14603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T01:20:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:00 smithi066 ceph-mon[112137]: pgmap v14603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T01:20:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:02 smithi137 ceph-mon[117020]: pgmap v14604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:02 smithi066 ceph-mon[112137]: pgmap v14604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:02 smithi203 ceph-mon[117428]: pgmap v14604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:03.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:03.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:03.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:04.367 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:04.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:04.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:04.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:04.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:04 smithi203 ceph-mon[117428]: pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:04 smithi137 ceph-mon[117020]: pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:04 smithi066 ceph-mon[112137]: pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:05 smithi203 ceph-mon[117428]: from='client.399159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:05 smithi137 ceph-mon[117020]: from='client.399159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:05 smithi066 ceph-mon[112137]: from='client.399159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:06 smithi203 ceph-mon[117428]: pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:06 smithi137 ceph-mon[117020]: pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:06 smithi066 ceph-mon[112137]: pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:08 smithi203 ceph-mon[117428]: pgmap v14607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:08 smithi137 ceph-mon[117020]: pgmap v14607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:08 smithi066 ceph-mon[112137]: pgmap v14607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:09.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:09.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:09.370 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:10.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:10.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:10.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:10.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:10.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:10 smithi203 ceph-mon[117428]: pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:10 smithi203 ceph-mon[117428]: from='client.399237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:10 smithi137 ceph-mon[117020]: pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:10 smithi137 ceph-mon[117020]: from='client.399237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:10 smithi066 ceph-mon[112137]: pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:10 smithi066 ceph-mon[112137]: from='client.399237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:12 smithi137 ceph-mon[117020]: pgmap v14609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:12 smithi066 ceph-mon[112137]: pgmap v14609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:12 smithi203 ceph-mon[117428]: pgmap v14609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:14 smithi203 ceph-mon[117428]: pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:15.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:15.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:15.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:14 smithi137 ceph-mon[117020]: pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:14 smithi066 ceph-mon[112137]: pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:15.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:15.809 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:15.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:15.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:15.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:16 smithi203 ceph-mon[117428]: from='client.399312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:16 smithi203 ceph-mon[117428]: pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:16 smithi137 ceph-mon[117020]: from='client.399312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:16 smithi137 ceph-mon[117020]: pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:16 smithi066 ceph-mon[112137]: from='client.399312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:16 smithi066 ceph-mon[112137]: pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:18 smithi203 ceph-mon[117428]: pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:18 smithi137 ceph-mon[117020]: pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:18 smithi066 ceph-mon[112137]: pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:20.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:20.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:20.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:20 smithi203 ceph-mon[117428]: pgmap v14613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:20:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:20 smithi137 ceph-mon[117020]: pgmap v14613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:20:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:20 smithi066 ceph-mon[112137]: pgmap v14613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:20:21.537 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:21.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:21.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:21.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:21.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:22 smithi137 ceph-mon[117020]: from='client.399390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:22 smithi137 ceph-mon[117020]: pgmap v14614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:22 smithi066 ceph-mon[112137]: from='client.399390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:22 smithi066 ceph-mon[112137]: pgmap v14614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:22 smithi203 ceph-mon[117428]: from='client.399390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:22 smithi203 ceph-mon[117428]: pgmap v14614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:24 smithi203 ceph-mon[117428]: pgmap v14615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:24 smithi137 ceph-mon[117020]: pgmap v14615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:24 smithi066 ceph-mon[112137]: pgmap v14615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:26.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:26.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:26.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:26 smithi203 ceph-mon[117428]: pgmap v14616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:26 smithi137 ceph-mon[117020]: pgmap v14616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:26 smithi066 ceph-mon[112137]: pgmap v14616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:27.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:27.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:27.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:27.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:27.263 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:28 smithi203 ceph-mon[117428]: from='client.399468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:28 smithi203 ceph-mon[117428]: pgmap v14617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:28 smithi137 ceph-mon[117020]: from='client.399468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:28 smithi137 ceph-mon[117020]: pgmap v14617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:28 smithi066 ceph-mon[112137]: from='client.399468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:28 smithi066 ceph-mon[112137]: pgmap v14617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:30 smithi203 ceph-mon[117428]: pgmap v14618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:30 smithi137 ceph-mon[117020]: pgmap v14618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:30 smithi066 ceph-mon[112137]: pgmap v14618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:32.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:32.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:32.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:32 smithi137 ceph-mon[117020]: pgmap v14619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:32 smithi066 ceph-mon[112137]: pgmap v14619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:32.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:32.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:32.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:32.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:32.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:32 smithi203 ceph-mon[117428]: pgmap v14619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:33 smithi137 ceph-mon[117020]: from='client.399543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:33 smithi066 ceph-mon[112137]: from='client.399543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:33 smithi203 ceph-mon[117428]: from='client.399543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:34 smithi137 ceph-mon[117020]: pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:34 smithi066 ceph-mon[112137]: pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:34 smithi203 ceph-mon[117428]: pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:36 smithi203 ceph-mon[117428]: pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:36 smithi137 ceph-mon[117020]: pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:36 smithi066 ceph-mon[112137]: pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:37.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:37.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:37.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:38.726 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:38.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:38.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:38.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:38.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:38 smithi203 ceph-mon[117428]: pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:38 smithi137 ceph-mon[117020]: pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:38 smithi066 ceph-mon[112137]: pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:40.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:39 smithi203 ceph-mon[117428]: from='client.399618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:39 smithi137 ceph-mon[117020]: from='client.399618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:39 smithi066 ceph-mon[112137]: from='client.399618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:40 smithi203 ceph-mon[117428]: pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:40 smithi137 ceph-mon[117020]: pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:40 smithi066 ceph-mon[112137]: pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:42 smithi137 ceph-mon[117020]: pgmap v14624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:42 smithi066 ceph-mon[112137]: pgmap v14624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:42 smithi203 ceph-mon[117428]: pgmap v14624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:43.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:43.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:43.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:44.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:44.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:44.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:44.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:44.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:44 smithi203 ceph-mon[117428]: pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:44 smithi137 ceph-mon[117020]: pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:44 smithi066 ceph-mon[112137]: pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:45 smithi203 ceph-mon[117428]: from='client.399696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:45 smithi137 ceph-mon[117020]: from='client.399696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:45 smithi066 ceph-mon[112137]: from='client.399696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:46 smithi203 ceph-mon[117428]: pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:46 smithi137 ceph-mon[117020]: pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:46 smithi066 ceph-mon[112137]: pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:48 smithi066 ceph-mon[112137]: pgmap v14627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:20:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:48 smithi203 ceph-mon[117428]: pgmap v14627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:20:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:48 smithi137 ceph-mon[117020]: pgmap v14627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:20:49.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:49.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:49.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:50.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:50.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:50.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:50.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:50.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:50.288 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16994M 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:50.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15435M 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:20:50.290 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.337 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.337 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.337 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.337 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.337 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.337 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.337 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.337 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.337 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16994M 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15435M 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:20:50.338 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.377 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16994M 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.378 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:20:50.379 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15435M 2023-12-08T01:20:50.379 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:50.379 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:20:50.379 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:20:50.379 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:20:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:51 smithi066 ceph-mon[112137]: from='client.250802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:52.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:51 smithi203 ceph-mon[117428]: from='client.250802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:51 smithi137 ceph-mon[117020]: from='client.250802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:52 smithi066 ceph-mon[112137]: pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:52 smithi203 ceph-mon[117428]: pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:52 smithi137 ceph-mon[117020]: pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:54 smithi066 ceph-mon[112137]: pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:54 smithi203 ceph-mon[117428]: pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:54 smithi137 ceph-mon[117020]: pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:55.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:20:55.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:55.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:55.929 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:20:55.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:55.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:55.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:55.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:20:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:56 smithi066 ceph-mon[112137]: from='client.399846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:56 smithi066 ceph-mon[112137]: pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:56 smithi203 ceph-mon[117428]: from='client.399846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:56 smithi203 ceph-mon[117428]: pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:56 smithi137 ceph-mon[117020]: from='client.399846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:56 smithi137 ceph-mon[117020]: pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:20:58 smithi066 ceph-mon[112137]: pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:20:58 smithi203 ceph-mon[117428]: pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:20:58 smithi137 ceph-mon[117020]: pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:00.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:00.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:00.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:00 smithi066 ceph-mon[112137]: pgmap v14633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:21:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:00 smithi203 ceph-mon[117428]: pgmap v14633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:21:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:00 smithi137 ceph-mon[117020]: pgmap v14633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:21:01.672 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:01.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:01.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:01.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:01.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:02 smithi137 ceph-mon[117020]: from='client.399915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:02 smithi137 ceph-mon[117020]: pgmap v14634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:02 smithi066 ceph-mon[112137]: from='client.399915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:02 smithi066 ceph-mon[112137]: pgmap v14634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:02 smithi203 ceph-mon[117428]: from='client.399915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:02 smithi203 ceph-mon[117428]: pgmap v14634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:04 smithi203 ceph-mon[117428]: pgmap v14635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:04 smithi137 ceph-mon[117020]: pgmap v14635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:04 smithi066 ceph-mon[112137]: pgmap v14635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:06.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:06.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:06.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:06 smithi203 ceph-mon[117428]: pgmap v14636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:06 smithi137 ceph-mon[117020]: pgmap v14636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:06 smithi066 ceph-mon[112137]: pgmap v14636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:07.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:07.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:07.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:07.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:07.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:08 smithi203 ceph-mon[117428]: from='client.399993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:08 smithi203 ceph-mon[117428]: pgmap v14637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:08 smithi137 ceph-mon[117020]: from='client.399993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:08 smithi137 ceph-mon[117020]: pgmap v14637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:08 smithi066 ceph-mon[112137]: from='client.399993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:08 smithi066 ceph-mon[112137]: pgmap v14637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:10 smithi203 ceph-mon[117428]: pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:10 smithi137 ceph-mon[117020]: pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:10 smithi066 ceph-mon[112137]: pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:12.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:12.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:12.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:12 smithi137 ceph-mon[117020]: pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:12 smithi066 ceph-mon[112137]: pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:12 smithi203 ceph-mon[117428]: pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:13.133 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:13.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:13.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:13.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:13.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:13 smithi137 ceph-mon[117020]: from='client.400071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:13 smithi066 ceph-mon[112137]: from='client.400071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:13 smithi203 ceph-mon[117428]: from='client.400071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:14 smithi137 ceph-mon[117020]: pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:14 smithi066 ceph-mon[112137]: pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:14 smithi203 ceph-mon[117428]: pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:16 smithi203 ceph-mon[117428]: pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:16 smithi137 ceph-mon[117020]: pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:16 smithi066 ceph-mon[112137]: pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:18.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:18.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:18.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:18.864 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:18.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:18.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:18.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:18.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:18 smithi203 ceph-mon[117428]: pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:18 smithi137 ceph-mon[117020]: pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:18 smithi066 ceph-mon[112137]: pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:20.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:19 smithi203 ceph-mon[117428]: from='client.400140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:19 smithi137 ceph-mon[117020]: from='client.400140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:19 smithi066 ceph-mon[112137]: from='client.400140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:20 smithi203 ceph-mon[117428]: pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:20 smithi137 ceph-mon[117020]: pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:20 smithi066 ceph-mon[112137]: pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:22 smithi137 ceph-mon[117020]: pgmap v14644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:22 smithi066 ceph-mon[112137]: pgmap v14644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:22 smithi203 ceph-mon[117428]: pgmap v14644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:23.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:23.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:23.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:24.592 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:24.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:24.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:24.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:24.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:24 smithi203 ceph-mon[117428]: pgmap v14645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:24 smithi137 ceph-mon[117020]: pgmap v14645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:24 smithi066 ceph-mon[112137]: pgmap v14645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:25 smithi203 ceph-mon[117428]: from='client.400215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:25 smithi137 ceph-mon[117020]: from='client.400215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:25 smithi066 ceph-mon[112137]: from='client.400215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:26 smithi203 ceph-mon[117428]: pgmap v14646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:26 smithi137 ceph-mon[117020]: pgmap v14646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:26 smithi066 ceph-mon[112137]: pgmap v14646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:28 smithi203 ceph-mon[117428]: pgmap v14647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:28 smithi137 ceph-mon[117020]: pgmap v14647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:28 smithi066 ceph-mon[112137]: pgmap v14647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:29.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:29.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:29.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:30.334 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:30.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:30.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:30.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:30.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:30 smithi203 ceph-mon[117428]: pgmap v14648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:30 smithi137 ceph-mon[117020]: pgmap v14648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:30 smithi066 ceph-mon[112137]: pgmap v14648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:32.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:31 smithi203 ceph-mon[117428]: from='client.400293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:31 smithi137 ceph-mon[117020]: from='client.400293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:31 smithi066 ceph-mon[112137]: from='client.400293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:32 smithi203 ceph-mon[117428]: pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:21:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:32 smithi137 ceph-mon[117020]: pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:21:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:32 smithi066 ceph-mon[112137]: pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:21:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:34 smithi203 ceph-mon[117428]: pgmap v14650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:34 smithi137 ceph-mon[117020]: pgmap v14650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:34 smithi066 ceph-mon[112137]: pgmap v14650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:35.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:35.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:35.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:36.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:36.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:36.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:36.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:36.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:36 smithi203 ceph-mon[117428]: from='client.400362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:36 smithi203 ceph-mon[117428]: pgmap v14651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:36 smithi137 ceph-mon[117020]: from='client.400362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:36 smithi137 ceph-mon[117020]: pgmap v14651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:36 smithi066 ceph-mon[112137]: from='client.400362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:36 smithi066 ceph-mon[112137]: pgmap v14651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:38 smithi203 ceph-mon[117428]: pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:38 smithi137 ceph-mon[117020]: pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:38 smithi066 ceph-mon[112137]: pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:41.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:41.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:41.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:40 smithi203 ceph-mon[117428]: pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:21:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:40 smithi137 ceph-mon[117020]: pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:21:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:40 smithi066 ceph-mon[112137]: pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:21:41.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:41.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:41.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:41.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:41.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:42 smithi137 ceph-mon[117020]: from='client.400440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:42 smithi137 ceph-mon[117020]: pgmap v14654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:42 smithi066 ceph-mon[112137]: from='client.400440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:42 smithi066 ceph-mon[112137]: pgmap v14654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:42 smithi203 ceph-mon[117428]: from='client.400440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:42 smithi203 ceph-mon[117428]: pgmap v14654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:44 smithi203 ceph-mon[117428]: pgmap v14655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:44 smithi137 ceph-mon[117020]: pgmap v14655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:44 smithi066 ceph-mon[112137]: pgmap v14655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:46.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:46.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:46.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:46 smithi203 ceph-mon[117428]: pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:46 smithi137 ceph-mon[117020]: pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:46 smithi066 ceph-mon[112137]: pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:47.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:47.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:47.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:47.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:47.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:48 smithi203 ceph-mon[117428]: from='client.400515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:48 smithi203 ceph-mon[117428]: pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:48 smithi137 ceph-mon[117020]: from='client.400515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:48 smithi137 ceph-mon[117020]: pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:48 smithi066 ceph-mon[112137]: from='client.400515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:48 smithi066 ceph-mon[112137]: pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:50 smithi203 ceph-mon[117428]: pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:21:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:21:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:21:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:21:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:50 smithi137 ceph-mon[117020]: pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:21:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:21:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:21:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:21:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:50 smithi066 ceph-mon[112137]: pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:21:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:21:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:21:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:21:52.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:52.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:52.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:52 smithi066 ceph-mon[112137]: pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:52 smithi203 ceph-mon[117428]: pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:52 smithi137 ceph-mon[117020]: pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:53.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:53.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:53.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:53.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:53.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:54 smithi203 ceph-mon[117428]: from='client.400590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:54 smithi203 ceph-mon[117428]: pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:54 smithi137 ceph-mon[117020]: from='client.400590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:54 smithi137 ceph-mon[117020]: pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:54 smithi066 ceph-mon[112137]: from='client.400590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:54 smithi066 ceph-mon[112137]: pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:56 smithi203 ceph-mon[117428]: pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:56 smithi137 ceph-mon[117020]: pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:56 smithi066 ceph-mon[112137]: pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:58.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:21:58.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:58.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:58.968 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:21:58.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:58.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:58.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:58.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:21:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:58 smithi203 ceph-mon[117428]: pgmap v14662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:58 smithi137 ceph-mon[117020]: pgmap v14662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:58 smithi066 ceph-mon[112137]: pgmap v14662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:21:59 smithi203 ceph-mon[117428]: from='client.400668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:21:59 smithi137 ceph-mon[117020]: from='client.400668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:21:59 smithi066 ceph-mon[112137]: from='client.400668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:00 smithi203 ceph-mon[117428]: pgmap v14663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:22:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:00 smithi137 ceph-mon[117020]: pgmap v14663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:22:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:00 smithi066 ceph-mon[112137]: pgmap v14663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:22:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:02 smithi066 ceph-mon[112137]: pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:22:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:02 smithi203 ceph-mon[117428]: pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:22:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:02 smithi137 ceph-mon[117020]: pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:22:03.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:03.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:03.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:04.700 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:04.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:04.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:04.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:04.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:04 smithi203 ceph-mon[117428]: pgmap v14665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:04 smithi137 ceph-mon[117020]: pgmap v14665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:04 smithi066 ceph-mon[112137]: pgmap v14665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:06.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:05 smithi203 ceph-mon[117428]: from='client.400740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:05 smithi137 ceph-mon[117020]: from='client.400740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:05 smithi066 ceph-mon[112137]: from='client.400740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:06 smithi203 ceph-mon[117428]: pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:22:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:06 smithi137 ceph-mon[117020]: pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:22:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:06 smithi066 ceph-mon[112137]: pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:22:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:08 smithi203 ceph-mon[117428]: pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:22:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:08 smithi137 ceph-mon[117020]: pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:22:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:08 smithi066 ceph-mon[112137]: pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:22:09.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:09.702 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:09.702 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:10.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:10.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:10.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:10.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:10.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:10 smithi203 ceph-mon[117428]: pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:10 smithi137 ceph-mon[117020]: pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:10 smithi066 ceph-mon[112137]: pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:12.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:11 smithi203 ceph-mon[117428]: from='client.400818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:11 smithi137 ceph-mon[117020]: from='client.400818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:11 smithi066 ceph-mon[112137]: from='client.400818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:12 smithi203 ceph-mon[117428]: pgmap v14669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:22:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:12 smithi137 ceph-mon[117020]: pgmap v14669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:22:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:12 smithi066 ceph-mon[112137]: pgmap v14669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:22:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:14 smithi203 ceph-mon[117428]: pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:14 smithi137 ceph-mon[117020]: pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:14 smithi066 ceph-mon[112137]: pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:15.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:15.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:15.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:16.151 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:16.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:16.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:16.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:16.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:16 smithi203 ceph-mon[117428]: pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:16 smithi203 ceph-mon[117428]: from='client.400887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:16 smithi137 ceph-mon[117020]: pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:16 smithi137 ceph-mon[117020]: from='client.400887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:16 smithi066 ceph-mon[112137]: pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:16 smithi066 ceph-mon[112137]: from='client.400887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:18 smithi203 ceph-mon[117428]: pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:22:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:18 smithi137 ceph-mon[117020]: pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:22:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:18 smithi066 ceph-mon[112137]: pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:22:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:20 smithi203 ceph-mon[117428]: pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:22:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:20 smithi137 ceph-mon[117020]: pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:22:21.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:21.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:21.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:20 smithi066 ceph-mon[112137]: pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:22:21.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:21.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:21.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:21.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:21.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:22 smithi066 ceph-mon[112137]: from='client.400962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:22 smithi066 ceph-mon[112137]: pgmap v14674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:22 smithi203 ceph-mon[117428]: from='client.400962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:22 smithi203 ceph-mon[117428]: pgmap v14674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:22 smithi137 ceph-mon[117020]: from='client.400962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:22 smithi137 ceph-mon[117020]: pgmap v14674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:24 smithi203 ceph-mon[117428]: pgmap v14675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:24 smithi137 ceph-mon[117020]: pgmap v14675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:24 smithi066 ceph-mon[112137]: pgmap v14675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:26.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:26.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:26.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:26 smithi203 ceph-mon[117428]: pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:26 smithi137 ceph-mon[117020]: pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:26 smithi066 ceph-mon[112137]: pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:27.641 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:27.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:27.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:27.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:27.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:28 smithi203 ceph-mon[117428]: from='client.401037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:28 smithi203 ceph-mon[117428]: pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:28 smithi137 ceph-mon[117020]: from='client.401037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:28 smithi137 ceph-mon[117020]: pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:28 smithi066 ceph-mon[112137]: from='client.401037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:28 smithi066 ceph-mon[112137]: pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:30 smithi203 ceph-mon[117428]: pgmap v14678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:22:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:30 smithi137 ceph-mon[117020]: pgmap v14678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:22:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:30 smithi066 ceph-mon[112137]: pgmap v14678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:22:32.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:32.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:32.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:32 smithi066 ceph-mon[112137]: pgmap v14679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:22:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:32 smithi203 ceph-mon[117428]: pgmap v14679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:22:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:32 smithi137 ceph-mon[117020]: pgmap v14679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:22:33.376 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:33.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:33.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:33.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:33.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:34 smithi203 ceph-mon[117428]: from='client.401112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:34 smithi203 ceph-mon[117428]: pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:34 smithi137 ceph-mon[117020]: from='client.401112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:34 smithi137 ceph-mon[117020]: pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:34 smithi066 ceph-mon[112137]: from='client.401112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:34 smithi066 ceph-mon[112137]: pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:36 smithi203 ceph-mon[117428]: pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:36 smithi137 ceph-mon[117020]: pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:36 smithi066 ceph-mon[112137]: pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:38.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:38.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:38.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:38 smithi203 ceph-mon[117428]: pgmap v14682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:39.098 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:39.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:39.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:39.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:39.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:38 smithi137 ceph-mon[117020]: pgmap v14682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:38 smithi066 ceph-mon[112137]: pgmap v14682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:40.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:39 smithi203 ceph-mon[117428]: from='client.401187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:39 smithi137 ceph-mon[117020]: from='client.401187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:39 smithi066 ceph-mon[112137]: from='client.401187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:40 smithi203 ceph-mon[117428]: pgmap v14683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:22:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:40 smithi137 ceph-mon[117020]: pgmap v14683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:22:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:40 smithi066 ceph-mon[112137]: pgmap v14683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:22:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:42 smithi066 ceph-mon[112137]: pgmap v14684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:22:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:42 smithi203 ceph-mon[117428]: pgmap v14684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:22:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:42 smithi137 ceph-mon[117020]: pgmap v14684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:22:44.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:44.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:44.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:44.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:44.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:44.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:44.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:44.826 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:44 smithi203 ceph-mon[117428]: pgmap v14685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:44 smithi137 ceph-mon[117020]: pgmap v14685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:44 smithi066 ceph-mon[112137]: pgmap v14685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:45 smithi203 ceph-mon[117428]: from='client.401265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:45 smithi137 ceph-mon[117020]: from='client.401265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:45 smithi066 ceph-mon[112137]: from='client.401265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:46 smithi203 ceph-mon[117428]: pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:22:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:46 smithi137 ceph-mon[117020]: pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:22:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:46 smithi066 ceph-mon[112137]: pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:22:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:48 smithi203 ceph-mon[117428]: pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:22:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:48 smithi137 ceph-mon[117020]: pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:22:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:48 smithi066 ceph-mon[112137]: pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:22:49.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:49.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:49.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:50.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:50.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:50.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:50.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:50.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:50 smithi203 ceph-mon[117428]: pgmap v14688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:22:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:22:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:50 smithi137 ceph-mon[117020]: pgmap v14688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:22:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:22:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:50 smithi066 ceph-mon[112137]: pgmap v14688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:22:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:22:52.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:51 smithi203 ceph-mon[117428]: from='client.401337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:22:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:22:52.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:22:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:51 smithi137 ceph-mon[117020]: from='client.401337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:22:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:22:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:22:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:51 smithi066 ceph-mon[112137]: from='client.401337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:22:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:22:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:22:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:52 smithi203 ceph-mon[117428]: pgmap v14689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:22:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:52 smithi137 ceph-mon[117020]: pgmap v14689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:22:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:52 smithi066 ceph-mon[112137]: pgmap v14689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:22:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:54 smithi203 ceph-mon[117428]: pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:54 smithi137 ceph-mon[117020]: pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:54 smithi066 ceph-mon[112137]: pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:22:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:56.283 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:22:56.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:56.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:56.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:56.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:22:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:56 smithi203 ceph-mon[117428]: pgmap v14691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:56 smithi137 ceph-mon[117020]: pgmap v14691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:56 smithi066 ceph-mon[112137]: pgmap v14691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:57 smithi203 ceph-mon[117428]: from='client.401409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:57 smithi137 ceph-mon[117020]: from='client.401409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:57 smithi066 ceph-mon[112137]: from='client.401409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:22:58 smithi203 ceph-mon[117428]: pgmap v14692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:22:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:22:58 smithi137 ceph-mon[117020]: pgmap v14692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:22:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:22:58 smithi066 ceph-mon[112137]: pgmap v14692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:23:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:00 smithi203 ceph-mon[117428]: pgmap v14693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:23:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:00 smithi137 ceph-mon[117020]: pgmap v14693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:23:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:00 smithi066 ceph-mon[112137]: pgmap v14693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:23:01.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:01.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:01.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:02.004 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:02.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:02.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:02.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:02.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:02 smithi066 ceph-mon[112137]: from='client.401487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:02 smithi066 ceph-mon[112137]: pgmap v14694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:23:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:02 smithi203 ceph-mon[117428]: from='client.401487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:02 smithi203 ceph-mon[117428]: pgmap v14694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:23:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:02 smithi137 ceph-mon[117020]: from='client.401487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:02 smithi137 ceph-mon[117020]: pgmap v14694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:23:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:04 smithi203 ceph-mon[117428]: pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:04 smithi137 ceph-mon[117020]: pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:04 smithi066 ceph-mon[112137]: pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:07.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:07.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:07.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:06 smithi203 ceph-mon[117428]: pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:06 smithi137 ceph-mon[117020]: pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:06 smithi066 ceph-mon[112137]: pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:07.749 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:07.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:07.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:07.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:07.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:08 smithi203 ceph-mon[117428]: from='client.401565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:08 smithi203 ceph-mon[117428]: pgmap v14697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:08 smithi137 ceph-mon[117020]: from='client.401565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:08 smithi137 ceph-mon[117020]: pgmap v14697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:08 smithi066 ceph-mon[112137]: from='client.401565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:08 smithi066 ceph-mon[112137]: pgmap v14697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:10 smithi203 ceph-mon[117428]: pgmap v14698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:10 smithi137 ceph-mon[117020]: pgmap v14698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:10 smithi066 ceph-mon[112137]: pgmap v14698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:12.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:12.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:12.751 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:12 smithi066 ceph-mon[112137]: pgmap v14699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:23:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:12 smithi203 ceph-mon[117428]: pgmap v14699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:23:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:12 smithi137 ceph-mon[117020]: pgmap v14699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:23:13.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:13.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:13.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:13.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:13.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:14 smithi203 ceph-mon[117428]: from='client.401643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:14 smithi203 ceph-mon[117428]: pgmap v14700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:14 smithi137 ceph-mon[117020]: from='client.401643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:14 smithi137 ceph-mon[117020]: pgmap v14700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:14 smithi066 ceph-mon[112137]: from='client.401643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:14 smithi066 ceph-mon[112137]: pgmap v14700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:16 smithi203 ceph-mon[117428]: pgmap v14701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:16 smithi137 ceph-mon[117020]: pgmap v14701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:16 smithi066 ceph-mon[112137]: pgmap v14701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:18.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:18.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:18.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:18 smithi203 ceph-mon[117428]: pgmap v14702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:18 smithi137 ceph-mon[117020]: pgmap v14702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:19.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:18 smithi066 ceph-mon[112137]: pgmap v14702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:19 smithi203 ceph-mon[117428]: from='client.401721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:20.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:19 smithi137 ceph-mon[117020]: from='client.401721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:19 smithi066 ceph-mon[112137]: from='client.401721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:20 smithi203 ceph-mon[117428]: pgmap v14703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:20 smithi137 ceph-mon[117020]: pgmap v14703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:20 smithi066 ceph-mon[112137]: pgmap v14703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:22 smithi066 ceph-mon[112137]: pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:23:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:22 smithi203 ceph-mon[117428]: pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:23:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:22 smithi137 ceph-mon[117020]: pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:23:24.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:24.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:24.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:24.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:24.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:24.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:24.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:24.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:24 smithi203 ceph-mon[117428]: pgmap v14705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:24 smithi137 ceph-mon[117020]: pgmap v14705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:24 smithi066 ceph-mon[112137]: pgmap v14705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:26.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:25 smithi203 ceph-mon[117428]: from='client.401793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:25 smithi137 ceph-mon[117020]: from='client.401793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:25 smithi066 ceph-mon[112137]: from='client.401793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:26 smithi203 ceph-mon[117428]: pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:23:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:26 smithi137 ceph-mon[117020]: pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:23:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:26 smithi066 ceph-mon[112137]: pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:23:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:28 smithi203 ceph-mon[117428]: pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:23:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:28 smithi137 ceph-mon[117020]: pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:23:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:28 smithi066 ceph-mon[112137]: pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:23:29.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:29.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:29.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:30.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:30.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:30.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:30.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:30.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:30 smithi203 ceph-mon[117428]: pgmap v14708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:23:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:30 smithi137 ceph-mon[117020]: pgmap v14708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:23:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:30 smithi066 ceph-mon[112137]: pgmap v14708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:23:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:31 smithi203 ceph-mon[117428]: from='client.401868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:31 smithi137 ceph-mon[117020]: from='client.401868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:31 smithi066 ceph-mon[112137]: from='client.401868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:32 smithi203 ceph-mon[117428]: pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:23:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:32 smithi137 ceph-mon[117020]: pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:23:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:32 smithi066 ceph-mon[112137]: pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:23:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:34 smithi203 ceph-mon[117428]: pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:34 smithi137 ceph-mon[117020]: pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:34 smithi066 ceph-mon[112137]: pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:35.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:35.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:35.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:36.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:36.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:36.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:36.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:36.369 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:36 smithi203 ceph-mon[117428]: pgmap v14711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:36 smithi137 ceph-mon[117020]: pgmap v14711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:36 smithi066 ceph-mon[112137]: pgmap v14711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:38.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:37 smithi203 ceph-mon[117428]: from='client.401940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:37 smithi137 ceph-mon[117020]: from='client.401940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:37 smithi066 ceph-mon[112137]: from='client.401940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:38 smithi203 ceph-mon[117428]: pgmap v14712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:23:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:38 smithi137 ceph-mon[117020]: pgmap v14712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:23:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:38 smithi066 ceph-mon[112137]: pgmap v14712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:23:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:40 smithi203 ceph-mon[117428]: pgmap v14713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:23:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:40 smithi137 ceph-mon[117020]: pgmap v14713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:23:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:40 smithi066 ceph-mon[112137]: pgmap v14713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:23:41.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:41.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:41.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:42.094 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:42.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:42.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:42.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:42.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:42 smithi066 ceph-mon[112137]: pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:42 smithi066 ceph-mon[112137]: from='client.402012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:42 smithi203 ceph-mon[117428]: pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:42 smithi203 ceph-mon[117428]: from='client.402012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:42 smithi137 ceph-mon[117020]: pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:42 smithi137 ceph-mon[117020]: from='client.402012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:44 smithi203 ceph-mon[117428]: pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:44 smithi137 ceph-mon[117020]: pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:44 smithi066 ceph-mon[112137]: pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:46 smithi203 ceph-mon[117428]: pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:47.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:47.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:47.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:46 smithi137 ceph-mon[117020]: pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:46 smithi066 ceph-mon[112137]: pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:47.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:47.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:47.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:47.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:47.833 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:49.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:48 smithi203 ceph-mon[117428]: from='client.402087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:49.076 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:48 smithi203 ceph-mon[117428]: pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:49.139 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:48 smithi137 ceph-mon[117020]: from='client.402087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:49.140 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:48 smithi137 ceph-mon[117020]: pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:49.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:48 smithi066 ceph-mon[112137]: from='client.402087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:49.242 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:48 smithi066 ceph-mon[112137]: pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:50 smithi203 ceph-mon[117428]: pgmap v14718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:50 smithi137 ceph-mon[117020]: pgmap v14718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:50 smithi066 ceph-mon[112137]: pgmap v14718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:23:52.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:23:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:23:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:23:52.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:52.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:52.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:52 smithi203 ceph-mon[117428]: pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:23:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:23:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:23:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:23:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:52 smithi137 ceph-mon[117020]: pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:23:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:23:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:23:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:23:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:52 smithi066 ceph-mon[112137]: pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:23:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:23:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:23:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:23:53.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:53.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:53.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:53.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:23:53.568 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:54 smithi203 ceph-mon[117428]: from='client.402162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:54 smithi203 ceph-mon[117428]: pgmap v14720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:54 smithi137 ceph-mon[117020]: from='client.402162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:54 smithi137 ceph-mon[117020]: pgmap v14720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:54 smithi066 ceph-mon[112137]: from='client.402162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:54 smithi066 ceph-mon[112137]: pgmap v14720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:56 smithi203 ceph-mon[117428]: pgmap v14721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:56 smithi137 ceph-mon[117020]: pgmap v14721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:56 smithi066 ceph-mon[112137]: pgmap v14721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:58.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:23:58.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:58.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:23:58 smithi203 ceph-mon[117428]: pgmap v14722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:23:58 smithi137 ceph-mon[117020]: pgmap v14722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:23:58 smithi066 ceph-mon[112137]: pgmap v14722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:59.314 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:23:59.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:59.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:59.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:59.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:00 smithi203 ceph-mon[117428]: from='client.402240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:00 smithi203 ceph-mon[117428]: pgmap v14723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:00 smithi137 ceph-mon[117020]: from='client.402240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:00 smithi137 ceph-mon[117020]: pgmap v14723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:00 smithi066 ceph-mon[112137]: from='client.402240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:00 smithi066 ceph-mon[112137]: pgmap v14723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:02 smithi066 ceph-mon[112137]: pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:02 smithi203 ceph-mon[117428]: pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:02 smithi137 ceph-mon[117020]: pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:04.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:04.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:04.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:05.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:05.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:05.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:05.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:05.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:04 smithi203 ceph-mon[117428]: pgmap v14725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:04 smithi137 ceph-mon[117020]: pgmap v14725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:04 smithi066 ceph-mon[112137]: pgmap v14725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:06.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:05 smithi203 ceph-mon[117428]: from='client.402315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:06.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:05 smithi137 ceph-mon[117020]: from='client.402315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:05 smithi066 ceph-mon[112137]: from='client.402315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:06 smithi203 ceph-mon[117428]: pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:06 smithi137 ceph-mon[117020]: pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:06 smithi066 ceph-mon[112137]: pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:08 smithi203 ceph-mon[117428]: pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:08 smithi137 ceph-mon[117020]: pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:08 smithi066 ceph-mon[112137]: pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:10.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:10.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:10.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:10.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:10.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:10.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:10.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:10.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:10 smithi203 ceph-mon[117428]: pgmap v14728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:10 smithi137 ceph-mon[117020]: pgmap v14728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:10 smithi066 ceph-mon[112137]: pgmap v14728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:12.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:11 smithi203 ceph-mon[117428]: from='client.402393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:11 smithi137 ceph-mon[117020]: from='client.402393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:11 smithi066 ceph-mon[112137]: from='client.402393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:12 smithi203 ceph-mon[117428]: pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:24:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:12 smithi137 ceph-mon[117020]: pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:24:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:12 smithi066 ceph-mon[112137]: pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:24:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:14 smithi137 ceph-mon[117020]: pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:14 smithi066 ceph-mon[112137]: pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:14 smithi203 ceph-mon[117428]: pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:15.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:15.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:15.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:16.502 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:16.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:16.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:16.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:16.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:16 smithi137 ceph-mon[117020]: pgmap v14731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:16 smithi066 ceph-mon[112137]: pgmap v14731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:16 smithi203 ceph-mon[117428]: pgmap v14731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:17 smithi137 ceph-mon[117020]: from='client.402471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:17 smithi066 ceph-mon[112137]: from='client.402471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:17 smithi203 ceph-mon[117428]: from='client.402471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:18 smithi137 ceph-mon[117020]: pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:18 smithi066 ceph-mon[112137]: pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:18 smithi203 ceph-mon[117428]: pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:20 smithi137 ceph-mon[117020]: pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:20 smithi066 ceph-mon[112137]: pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:20 smithi203 ceph-mon[117428]: pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:21.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:21.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:21.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:22.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:22.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:22.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:22.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:22.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:22 smithi066 ceph-mon[112137]: pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:22 smithi203 ceph-mon[117428]: pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:22 smithi137 ceph-mon[117020]: pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:23 smithi066 ceph-mon[112137]: from='client.402549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:23 smithi203 ceph-mon[117428]: from='client.402549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:23 smithi137 ceph-mon[117020]: from='client.402549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:24 smithi066 ceph-mon[112137]: pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:24 smithi203 ceph-mon[117428]: pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:24 smithi137 ceph-mon[117020]: pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:26 smithi203 ceph-mon[117428]: pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:26 smithi137 ceph-mon[117020]: pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:26 smithi066 ceph-mon[112137]: pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:27.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:27.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:27.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:27.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:27.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:27.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:27.970 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:27.970 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:28 smithi203 ceph-mon[117428]: from='client.402627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:28 smithi203 ceph-mon[117428]: pgmap v14737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:28 smithi137 ceph-mon[117020]: from='client.402627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:28 smithi137 ceph-mon[117020]: pgmap v14737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:28 smithi066 ceph-mon[112137]: from='client.402627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:28 smithi066 ceph-mon[112137]: pgmap v14737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:31.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:30 smithi203 ceph-mon[117428]: pgmap v14738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:30 smithi137 ceph-mon[117020]: pgmap v14738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:30 smithi066 ceph-mon[112137]: pgmap v14738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:32.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:32.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:32.972 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:32 smithi066 ceph-mon[112137]: pgmap v14739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:32 smithi203 ceph-mon[117428]: pgmap v14739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:32 smithi137 ceph-mon[117020]: pgmap v14739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:33.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:33.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:33.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:33.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:33.692 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:34 smithi203 ceph-mon[117428]: from='client.402696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:34 smithi203 ceph-mon[117428]: pgmap v14740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:34 smithi137 ceph-mon[117020]: from='client.402696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:34 smithi137 ceph-mon[117020]: pgmap v14740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:34 smithi066 ceph-mon[112137]: from='client.402696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:34 smithi066 ceph-mon[112137]: pgmap v14740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:36 smithi203 ceph-mon[117428]: pgmap v14741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:36 smithi137 ceph-mon[117020]: pgmap v14741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:36 smithi066 ceph-mon[112137]: pgmap v14741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:38.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:38.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:38.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:38 smithi203 ceph-mon[117428]: pgmap v14742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:38 smithi137 ceph-mon[117020]: pgmap v14742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:38 smithi066 ceph-mon[112137]: pgmap v14742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:39.413 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:39.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:39.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:39.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:39.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:40 smithi203 ceph-mon[117428]: from='client.402774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:40 smithi203 ceph-mon[117428]: pgmap v14743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:40 smithi137 ceph-mon[117020]: from='client.402774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:40 smithi137 ceph-mon[117020]: pgmap v14743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:40 smithi066 ceph-mon[112137]: from='client.402774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:40 smithi066 ceph-mon[112137]: pgmap v14743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:42 smithi066 ceph-mon[112137]: pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:42 smithi203 ceph-mon[117428]: pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:42 smithi137 ceph-mon[117020]: pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:24:44.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:44.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:44.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:44 smithi203 ceph-mon[117428]: pgmap v14745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:44 smithi137 ceph-mon[117020]: pgmap v14745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:45.143 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:45.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:45.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:45.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:45.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:44 smithi066 ceph-mon[112137]: pgmap v14745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:46.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:45 smithi203 ceph-mon[117428]: from='client.402849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:45 smithi137 ceph-mon[117020]: from='client.402849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:45 smithi066 ceph-mon[112137]: from='client.402849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:46 smithi203 ceph-mon[117428]: pgmap v14746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:46 smithi137 ceph-mon[117020]: pgmap v14746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:46 smithi066 ceph-mon[112137]: pgmap v14746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:48 smithi203 ceph-mon[117428]: pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:48 smithi137 ceph-mon[117020]: pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:48 smithi066 ceph-mon[112137]: pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:50.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:50.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:50.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:50.872 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:50.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:50.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:50.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:50.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:50 smithi137 ceph-mon[117020]: pgmap v14748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:50 smithi066 ceph-mon[112137]: pgmap v14748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:50 smithi203 ceph-mon[117428]: pgmap v14748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:51 smithi137 ceph-mon[117020]: from='client.402927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:51 smithi066 ceph-mon[112137]: from='client.402927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:51 smithi203 ceph-mon[117428]: from='client.402927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:52 smithi137 ceph-mon[117020]: pgmap v14749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:24:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:24:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:24:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:24:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:24:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:52 smithi066 ceph-mon[112137]: pgmap v14749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:24:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:24:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:24:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:24:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:24:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:52 smithi203 ceph-mon[117428]: pgmap v14749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:24:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:24:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:24:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:24:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:24:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:54 smithi137 ceph-mon[117020]: pgmap v14750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:54 smithi066 ceph-mon[112137]: pgmap v14750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:54 smithi203 ceph-mon[117428]: pgmap v14750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:55.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:24:55.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:55.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:56.593 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:24:56.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:56.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:56.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:56.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:24:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:56 smithi137 ceph-mon[117020]: pgmap v14751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:56 smithi066 ceph-mon[112137]: pgmap v14751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:56 smithi203 ceph-mon[117428]: pgmap v14751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:58.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:57 smithi137 ceph-mon[117020]: from='client.402999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:57 smithi066 ceph-mon[112137]: from='client.402999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:57 smithi203 ceph-mon[117428]: from='client.402999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:24:58 smithi137 ceph-mon[117020]: pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:24:58 smithi066 ceph-mon[112137]: pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:24:58 smithi203 ceph-mon[117428]: pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:00 smithi137 ceph-mon[117020]: pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:00 smithi066 ceph-mon[112137]: pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:00 smithi203 ceph-mon[117428]: pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:01.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:01.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:01.595 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:02.316 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:02.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:02.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:02.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:02.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:02 smithi066 ceph-mon[112137]: pgmap v14754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:02 smithi203 ceph-mon[117428]: pgmap v14754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:02 smithi137 ceph-mon[117020]: pgmap v14754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:03 smithi066 ceph-mon[112137]: from='client.403074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:03 smithi203 ceph-mon[117428]: from='client.403074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:03 smithi137 ceph-mon[117020]: from='client.403074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:04 smithi066 ceph-mon[112137]: pgmap v14755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:04 smithi203 ceph-mon[117428]: pgmap v14755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:04 smithi137 ceph-mon[117020]: pgmap v14755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:06 smithi203 ceph-mon[117428]: pgmap v14756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:06 smithi137 ceph-mon[117020]: pgmap v14756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:06 smithi066 ceph-mon[112137]: pgmap v14756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:07.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:07.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:07.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:08.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:08.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:08.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:08.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:08.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:08 smithi203 ceph-mon[117428]: from='client.403146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:08 smithi203 ceph-mon[117428]: pgmap v14757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:08 smithi137 ceph-mon[117020]: from='client.403146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:08 smithi137 ceph-mon[117020]: pgmap v14757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:08 smithi066 ceph-mon[112137]: from='client.403146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:08 smithi066 ceph-mon[112137]: pgmap v14757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:10 smithi203 ceph-mon[117428]: pgmap v14758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:10 smithi137 ceph-mon[117020]: pgmap v14758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:10 smithi066 ceph-mon[112137]: pgmap v14758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:12 smithi066 ceph-mon[112137]: pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:13.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:13.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:13.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:12 smithi203 ceph-mon[117428]: pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:12 smithi137 ceph-mon[117020]: pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:13.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:13.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:13.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:13.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:13.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:14 smithi203 ceph-mon[117428]: from='client.403218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:14 smithi203 ceph-mon[117428]: pgmap v14760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:14 smithi137 ceph-mon[117020]: from='client.403218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:14 smithi137 ceph-mon[117020]: pgmap v14760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:14 smithi066 ceph-mon[112137]: from='client.403218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:14 smithi066 ceph-mon[112137]: pgmap v14760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:16 smithi203 ceph-mon[117428]: pgmap v14761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:16 smithi137 ceph-mon[117020]: pgmap v14761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:16 smithi066 ceph-mon[112137]: pgmap v14761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:18.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:18.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:18.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:18 smithi137 ceph-mon[117020]: pgmap v14762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:18 smithi066 ceph-mon[112137]: pgmap v14762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:18 smithi203 ceph-mon[117428]: pgmap v14762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:19.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:19.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:19.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:19.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:19.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:20 smithi137 ceph-mon[117020]: from='client.403293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:20 smithi137 ceph-mon[117020]: pgmap v14763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:20 smithi066 ceph-mon[112137]: from='client.403293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:20 smithi066 ceph-mon[112137]: pgmap v14763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:20 smithi203 ceph-mon[117428]: from='client.403293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:20 smithi203 ceph-mon[117428]: pgmap v14763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:22 smithi066 ceph-mon[112137]: pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:22 smithi203 ceph-mon[117428]: pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:22 smithi137 ceph-mon[117020]: pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:24.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:24.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:24.492 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:25.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:24 smithi203 ceph-mon[117428]: pgmap v14765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:24 smithi137 ceph-mon[117020]: pgmap v14765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:25.223 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:25.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:25.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:25.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:25.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:24 smithi066 ceph-mon[112137]: pgmap v14765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:25 smithi137 ceph-mon[117020]: from='client.403365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:25 smithi066 ceph-mon[112137]: from='client.403365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:25 smithi203 ceph-mon[117428]: from='client.403365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:26 smithi137 ceph-mon[117020]: pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:26 smithi066 ceph-mon[112137]: pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:27.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:26 smithi203 ceph-mon[117428]: pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:28 smithi137 ceph-mon[117020]: pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:28 smithi066 ceph-mon[112137]: pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:28 smithi203 ceph-mon[117428]: pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:30.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:30.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:30.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:30.950 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:30.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:30.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:30.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:30.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:30 smithi137 ceph-mon[117020]: pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:25:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:30 smithi066 ceph-mon[112137]: pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:25:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:30 smithi203 ceph-mon[117428]: pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:25:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:31 smithi137 ceph-mon[117020]: from='client.403434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:31 smithi066 ceph-mon[112137]: from='client.403434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:31 smithi203 ceph-mon[117428]: from='client.403434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:32 smithi137 ceph-mon[117020]: pgmap v14769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:25:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:32 smithi066 ceph-mon[112137]: pgmap v14769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:25:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:32 smithi203 ceph-mon[117428]: pgmap v14769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:25:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:34 smithi137 ceph-mon[117020]: pgmap v14770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:34 smithi066 ceph-mon[112137]: pgmap v14770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:34 smithi203 ceph-mon[117428]: pgmap v14770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:35.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:35.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:35.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:36.687 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:36.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:36.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:36.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:36.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:36 smithi137 ceph-mon[117020]: pgmap v14771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:36 smithi066 ceph-mon[112137]: pgmap v14771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:36 smithi203 ceph-mon[117428]: pgmap v14771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:37 smithi137 ceph-mon[117020]: from='client.403509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:37 smithi066 ceph-mon[112137]: from='client.403509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:37 smithi203 ceph-mon[117428]: from='client.403509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:38 smithi137 ceph-mon[117020]: pgmap v14772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:38 smithi066 ceph-mon[112137]: pgmap v14772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:38 smithi203 ceph-mon[117428]: pgmap v14772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:40 smithi137 ceph-mon[117020]: pgmap v14773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:40 smithi066 ceph-mon[112137]: pgmap v14773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:40 smithi203 ceph-mon[117428]: pgmap v14773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:41.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:41.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:41.690 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:42.428 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:42.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:42.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:42.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:42.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:42 smithi066 ceph-mon[112137]: pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:42 smithi203 ceph-mon[117428]: pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:42 smithi137 ceph-mon[117020]: pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:43 smithi066 ceph-mon[112137]: from='client.403587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:43 smithi203 ceph-mon[117428]: from='client.403587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:43 smithi137 ceph-mon[117020]: from='client.403587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:44 smithi066 ceph-mon[112137]: pgmap v14775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:45.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:44 smithi203 ceph-mon[117428]: pgmap v14775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:44 smithi137 ceph-mon[117020]: pgmap v14775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:46 smithi137 ceph-mon[117020]: pgmap v14776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:46 smithi066 ceph-mon[112137]: pgmap v14776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:46 smithi203 ceph-mon[117428]: pgmap v14776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:47.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:47.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:47.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:48.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:48.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:48.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:48.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:48.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:48 smithi137 ceph-mon[117020]: pgmap v14777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:48 smithi137 ceph-mon[117020]: from='client.403662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:48 smithi066 ceph-mon[112137]: pgmap v14777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:48 smithi066 ceph-mon[112137]: from='client.403662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:48 smithi203 ceph-mon[117428]: pgmap v14777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:48 smithi203 ceph-mon[117428]: from='client.403662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:50 smithi137 ceph-mon[117020]: pgmap v14778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:50 smithi066 ceph-mon[112137]: pgmap v14778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:50 smithi203 ceph-mon[117428]: pgmap v14778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:25:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:52 smithi066 ceph-mon[112137]: pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:52 smithi203 ceph-mon[117428]: pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:52 smithi137 ceph-mon[117020]: pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:53.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:53.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:53.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:53.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:53.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:53.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:53.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:53.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:25:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:25:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:25:53.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:25:53.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:25:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:25:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:25:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:25:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:25:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:25:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:25:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:25:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:25:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:54 smithi066 ceph-mon[112137]: from='client.403734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:54 smithi066 ceph-mon[112137]: pgmap v14780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:54 smithi203 ceph-mon[117428]: from='client.403734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:55.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:54 smithi203 ceph-mon[117428]: pgmap v14780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:54 smithi137 ceph-mon[117020]: from='client.403734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:54 smithi137 ceph-mon[117020]: pgmap v14780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:56 smithi137 ceph-mon[117020]: pgmap v14781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:56 smithi066 ceph-mon[112137]: pgmap v14781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:56 smithi203 ceph-mon[117428]: pgmap v14781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:58.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:25:58.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:58.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:25:58 smithi137 ceph-mon[117020]: pgmap v14782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:25:58 smithi066 ceph-mon[112137]: pgmap v14782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:25:58 smithi203 ceph-mon[117428]: pgmap v14782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:59.610 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:25:59.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:59.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:59.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:59.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:00 smithi137 ceph-mon[117020]: from='client.403812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:00 smithi137 ceph-mon[117020]: pgmap v14783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:00 smithi066 ceph-mon[112137]: from='client.403812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:00 smithi066 ceph-mon[112137]: pgmap v14783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:00 smithi203 ceph-mon[117428]: from='client.403812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:00 smithi203 ceph-mon[117428]: pgmap v14783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:02 smithi066 ceph-mon[112137]: pgmap v14784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:02 smithi203 ceph-mon[117428]: pgmap v14784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:02 smithi137 ceph-mon[117020]: pgmap v14784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:04.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:04.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:04.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:04 smithi137 ceph-mon[117020]: pgmap v14785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:04 smithi066 ceph-mon[112137]: pgmap v14785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:04 smithi203 ceph-mon[117428]: pgmap v14785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:05.340 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:05.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:05.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:05.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:05.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:06 smithi137 ceph-mon[117020]: from='client.403887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:06 smithi137 ceph-mon[117020]: pgmap v14786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:06 smithi066 ceph-mon[112137]: from='client.403887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:06 smithi066 ceph-mon[112137]: pgmap v14786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:06 smithi203 ceph-mon[117428]: from='client.403887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:06 smithi203 ceph-mon[117428]: pgmap v14786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:08 smithi137 ceph-mon[117020]: pgmap v14787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:08 smithi066 ceph-mon[112137]: pgmap v14787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:08 smithi203 ceph-mon[117428]: pgmap v14787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:10.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:10.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:10.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:11.069 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:11.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:11.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:11.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:11.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:10 smithi137 ceph-mon[117020]: pgmap v14788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:26:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:10 smithi066 ceph-mon[112137]: pgmap v14788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:26:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:10 smithi203 ceph-mon[117428]: pgmap v14788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:26:12.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:11 smithi137 ceph-mon[117020]: from='client.403956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:11 smithi066 ceph-mon[112137]: from='client.403956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:11 smithi203 ceph-mon[117428]: from='client.403956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:12 smithi137 ceph-mon[117020]: pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:26:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:12 smithi066 ceph-mon[112137]: pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:26:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:12 smithi203 ceph-mon[117428]: pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:26:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:14 smithi137 ceph-mon[117020]: pgmap v14790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:14 smithi066 ceph-mon[112137]: pgmap v14790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:14 smithi203 ceph-mon[117428]: pgmap v14790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:16.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:16.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:16.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:16.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:16.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:16.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:16.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:16.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:16 smithi137 ceph-mon[117020]: pgmap v14791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:16 smithi066 ceph-mon[112137]: pgmap v14791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:16 smithi203 ceph-mon[117428]: pgmap v14791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:17 smithi137 ceph-mon[117020]: from='client.404025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:17 smithi066 ceph-mon[112137]: from='client.404025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:17 smithi203 ceph-mon[117428]: from='client.404025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:18 smithi137 ceph-mon[117020]: pgmap v14792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:18 smithi066 ceph-mon[112137]: pgmap v14792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:18 smithi203 ceph-mon[117428]: pgmap v14792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:20 smithi137 ceph-mon[117020]: pgmap v14793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:20 smithi066 ceph-mon[112137]: pgmap v14793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:20 smithi203 ceph-mon[117428]: pgmap v14793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:21.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:21.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:21.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:22.534 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:22.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:22.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:22.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:22.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:22 smithi066 ceph-mon[112137]: pgmap v14794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:22 smithi203 ceph-mon[117428]: pgmap v14794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:22 smithi137 ceph-mon[117020]: pgmap v14794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:23.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:23 smithi066 ceph-mon[112137]: from='client.404103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:24.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:23 smithi203 ceph-mon[117428]: from='client.404103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:23 smithi137 ceph-mon[117020]: from='client.404103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:24 smithi066 ceph-mon[112137]: pgmap v14795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:24 smithi203 ceph-mon[117428]: pgmap v14795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:24 smithi137 ceph-mon[117020]: pgmap v14795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:26 smithi137 ceph-mon[117020]: pgmap v14796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:26 smithi066 ceph-mon[112137]: pgmap v14796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:26 smithi203 ceph-mon[117428]: pgmap v14796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:27.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:27.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:27.536 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:28.261 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:28.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:28.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:28.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:28.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:28 smithi137 ceph-mon[117020]: pgmap v14797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:28 smithi066 ceph-mon[112137]: pgmap v14797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:28 smithi203 ceph-mon[117428]: pgmap v14797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:29 smithi137 ceph-mon[117020]: from='client.404178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:29 smithi066 ceph-mon[112137]: from='client.404178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:29 smithi203 ceph-mon[117428]: from='client.404178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:30 smithi137 ceph-mon[117020]: pgmap v14798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:30 smithi066 ceph-mon[112137]: pgmap v14798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:30 smithi203 ceph-mon[117428]: pgmap v14798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:32 smithi066 ceph-mon[112137]: pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:32 smithi203 ceph-mon[117428]: pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:32 smithi137 ceph-mon[117020]: pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:33.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:33.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:33.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:33.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:33.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:33.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:33.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:33.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:34 smithi137 ceph-mon[117020]: from='client.404250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:34 smithi137 ceph-mon[117020]: pgmap v14800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:34 smithi066 ceph-mon[112137]: from='client.404250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:34 smithi066 ceph-mon[112137]: pgmap v14800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:34 smithi203 ceph-mon[117428]: from='client.404250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:34 smithi203 ceph-mon[117428]: pgmap v14800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:36 smithi137 ceph-mon[117020]: pgmap v14801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:36 smithi066 ceph-mon[112137]: pgmap v14801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:36 smithi203 ceph-mon[117428]: pgmap v14801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:38.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:39.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:39.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:38 smithi137 ceph-mon[117020]: pgmap v14802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:38 smithi066 ceph-mon[112137]: pgmap v14802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:38 smithi203 ceph-mon[117428]: pgmap v14802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:39.725 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:39.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:39.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:39.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:39.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:40 smithi137 ceph-mon[117020]: from='client.404325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:40 smithi137 ceph-mon[117020]: pgmap v14803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:26:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:40 smithi066 ceph-mon[112137]: from='client.404325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:40 smithi066 ceph-mon[112137]: pgmap v14803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:26:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:40 smithi203 ceph-mon[117428]: from='client.404325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:40 smithi203 ceph-mon[117428]: pgmap v14803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:26:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:42 smithi066 ceph-mon[112137]: pgmap v14804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:26:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:42 smithi203 ceph-mon[117428]: pgmap v14804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:26:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:42 smithi137 ceph-mon[117020]: pgmap v14804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:26:44.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:44.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:44.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:44 smithi137 ceph-mon[117020]: pgmap v14805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:26:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:44 smithi066 ceph-mon[112137]: pgmap v14805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:26:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:44 smithi203 ceph-mon[117428]: pgmap v14805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:26:45.456 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:45.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:45.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:45.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:45.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:46 smithi137 ceph-mon[117020]: from='client.404403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:46 smithi137 ceph-mon[117020]: pgmap v14806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:46 smithi066 ceph-mon[112137]: from='client.404403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:46 smithi066 ceph-mon[112137]: pgmap v14806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:46 smithi203 ceph-mon[117428]: from='client.404403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:46 smithi203 ceph-mon[117428]: pgmap v14806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:48 smithi137 ceph-mon[117020]: pgmap v14807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:48 smithi066 ceph-mon[112137]: pgmap v14807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:48 smithi203 ceph-mon[117428]: pgmap v14807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:50.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:50.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:50.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:50 smithi137 ceph-mon[117020]: pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:26:51.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:51.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:51.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:51.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:51.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:50 smithi066 ceph-mon[112137]: pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:26:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:50 smithi203 ceph-mon[117428]: pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:26:52.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:51 smithi137 ceph-mon[117020]: from='client.404475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:51 smithi066 ceph-mon[112137]: from='client.404475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:51 smithi203 ceph-mon[117428]: from='client.404475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:52 smithi137 ceph-mon[117020]: pgmap v14809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:26:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:52 smithi066 ceph-mon[112137]: pgmap v14809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:26:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:52 smithi203 ceph-mon[117428]: pgmap v14809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:26:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:26:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:26:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:26:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:54 smithi137 ceph-mon[117020]: pgmap v14810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:26:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:26:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:26:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:26:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:54 smithi066 ceph-mon[112137]: pgmap v14810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:26:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:26:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:26:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:26:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:54 smithi203 ceph-mon[117428]: pgmap v14810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:26:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:26:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:26:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:26:56.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:26:56.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:56.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:56.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:56.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:56.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:56.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:26:56.913 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:26:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:56 smithi137 ceph-mon[117020]: pgmap v14811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:26:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:56 smithi066 ceph-mon[112137]: pgmap v14811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:26:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:56 smithi203 ceph-mon[117428]: pgmap v14811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:26:58.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:57 smithi137 ceph-mon[117020]: from='client.404550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:57 smithi066 ceph-mon[112137]: from='client.404550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:57 smithi203 ceph-mon[117428]: from='client.404550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:26:58 smithi137 ceph-mon[117020]: pgmap v14812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:26:58 smithi066 ceph-mon[112137]: pgmap v14812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:26:58 smithi203 ceph-mon[117428]: pgmap v14812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:00 smithi066 ceph-mon[112137]: pgmap v14813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:00 smithi203 ceph-mon[117428]: pgmap v14813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:00 smithi137 ceph-mon[117020]: pgmap v14813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:01.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:01.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:01.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:02.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:02.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:02.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:02.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:02.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:02 smithi066 ceph-mon[112137]: pgmap v14814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:27:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:02 smithi203 ceph-mon[117428]: pgmap v14814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:27:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:02 smithi137 ceph-mon[117020]: pgmap v14814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:27:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:03 smithi066 ceph-mon[112137]: from='client.404628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:03 smithi203 ceph-mon[117428]: from='client.404628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:03 smithi137 ceph-mon[117020]: from='client.404628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:04 smithi066 ceph-mon[112137]: pgmap v14815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:04 smithi203 ceph-mon[117428]: pgmap v14815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:04 smithi137 ceph-mon[117020]: pgmap v14815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:06 smithi137 ceph-mon[117020]: pgmap v14816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:06 smithi066 ceph-mon[112137]: pgmap v14816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:06 smithi203 ceph-mon[117428]: pgmap v14816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:07.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:07.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:07.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:08.369 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:08.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:08.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:08.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:08.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:08 smithi137 ceph-mon[117020]: pgmap v14817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:08 smithi066 ceph-mon[112137]: pgmap v14817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:08 smithi203 ceph-mon[117428]: pgmap v14817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:10.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:09 smithi137 ceph-mon[117020]: from='client.404703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:09 smithi066 ceph-mon[112137]: from='client.404703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:09 smithi203 ceph-mon[117428]: from='client.404703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:10 smithi137 ceph-mon[117020]: pgmap v14818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:10 smithi066 ceph-mon[112137]: pgmap v14818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:10 smithi203 ceph-mon[117428]: pgmap v14818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:12 smithi066 ceph-mon[112137]: pgmap v14819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:12 smithi203 ceph-mon[117428]: pgmap v14819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:12 smithi137 ceph-mon[117020]: pgmap v14819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:13.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:13.371 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:13.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:14.093 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:14.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:14.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:14.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:14.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:14 smithi137 ceph-mon[117020]: from='client.404781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:14 smithi137 ceph-mon[117020]: pgmap v14820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:14 smithi066 ceph-mon[112137]: from='client.404781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:14 smithi066 ceph-mon[112137]: pgmap v14820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:14 smithi203 ceph-mon[117428]: from='client.404781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:14 smithi203 ceph-mon[117428]: pgmap v14820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:16 smithi137 ceph-mon[117020]: pgmap v14821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:16 smithi066 ceph-mon[112137]: pgmap v14821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:16 smithi203 ceph-mon[117428]: pgmap v14821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:19.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:19.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:19.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:18 smithi137 ceph-mon[117020]: pgmap v14822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:18 smithi066 ceph-mon[112137]: pgmap v14822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:18 smithi203 ceph-mon[117428]: pgmap v14822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:19.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:19.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:19.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:19.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:19.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:20 smithi137 ceph-mon[117020]: from='client.404859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:20 smithi137 ceph-mon[117020]: pgmap v14823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:27:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:20 smithi066 ceph-mon[112137]: from='client.404859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:20 smithi066 ceph-mon[112137]: pgmap v14823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:27:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:20 smithi203 ceph-mon[117428]: from='client.404859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:20 smithi203 ceph-mon[117428]: pgmap v14823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:27:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:22 smithi066 ceph-mon[112137]: pgmap v14824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:22 smithi203 ceph-mon[117428]: pgmap v14824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:22 smithi137 ceph-mon[117020]: pgmap v14824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:24.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:24.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:24.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:24 smithi137 ceph-mon[117020]: pgmap v14825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:24 smithi066 ceph-mon[112137]: pgmap v14825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:24 smithi203 ceph-mon[117428]: pgmap v14825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:25.549 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:25.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:25.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:25.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:25.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:26 smithi137 ceph-mon[117020]: from='client.404934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:26 smithi137 ceph-mon[117020]: pgmap v14826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:26 smithi066 ceph-mon[112137]: from='client.404934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:26 smithi066 ceph-mon[112137]: pgmap v14826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:26 smithi203 ceph-mon[117428]: from='client.404934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:26 smithi203 ceph-mon[117428]: pgmap v14826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:28 smithi137 ceph-mon[117020]: pgmap v14827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:28 smithi066 ceph-mon[112137]: pgmap v14827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:28 smithi203 ceph-mon[117428]: pgmap v14827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:30.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:30.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:30.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:30 smithi137 ceph-mon[117020]: pgmap v14828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:30 smithi066 ceph-mon[112137]: pgmap v14828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:31.276 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:31.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:31.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:31.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:31.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:30 smithi203 ceph-mon[117428]: pgmap v14828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:32 smithi066 ceph-mon[112137]: from='client.405009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:32 smithi066 ceph-mon[112137]: pgmap v14829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:27:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:32 smithi203 ceph-mon[117428]: from='client.405009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:32 smithi203 ceph-mon[117428]: pgmap v14829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:27:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:32 smithi137 ceph-mon[117020]: from='client.405009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:32 smithi137 ceph-mon[117020]: pgmap v14829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:27:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:34 smithi137 ceph-mon[117020]: pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:27:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:34 smithi066 ceph-mon[112137]: pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:27:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:34 smithi203 ceph-mon[117428]: pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:27:36.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:36.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:36.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:37.014 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:37.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:37.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:37.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:37.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:36 smithi137 ceph-mon[117020]: pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:27:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:36 smithi066 ceph-mon[112137]: pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:27:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:36 smithi203 ceph-mon[117428]: pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:27:38.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:37 smithi137 ceph-mon[117020]: from='client.405087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:37 smithi066 ceph-mon[112137]: from='client.405087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:37 smithi203 ceph-mon[117428]: from='client.405087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:38 smithi137 ceph-mon[117020]: pgmap v14832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:38 smithi066 ceph-mon[112137]: pgmap v14832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:38 smithi203 ceph-mon[117428]: pgmap v14832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:40 smithi137 ceph-mon[117020]: pgmap v14833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:40 smithi066 ceph-mon[112137]: pgmap v14833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:40 smithi203 ceph-mon[117428]: pgmap v14833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:42.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:42.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:42.016 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:42.756 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:42.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:42.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:42.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:42.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:42 smithi066 ceph-mon[112137]: pgmap v14834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:42 smithi203 ceph-mon[117428]: pgmap v14834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:42 smithi137 ceph-mon[117020]: pgmap v14834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:43 smithi066 ceph-mon[112137]: from='client.405165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:43 smithi203 ceph-mon[117428]: from='client.405165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:43 smithi137 ceph-mon[117020]: from='client.405165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:44 smithi066 ceph-mon[112137]: pgmap v14835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:44 smithi203 ceph-mon[117428]: pgmap v14835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:44 smithi137 ceph-mon[117020]: pgmap v14835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:46 smithi137 ceph-mon[117020]: pgmap v14836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:46 smithi066 ceph-mon[112137]: pgmap v14836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:46 smithi203 ceph-mon[117428]: pgmap v14836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:47.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:47.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:47.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:48.488 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:48.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:48.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:48.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:48.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:48 smithi137 ceph-mon[117020]: pgmap v14837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:48 smithi066 ceph-mon[112137]: pgmap v14837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:48 smithi203 ceph-mon[117428]: pgmap v14837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:50.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:49 smithi137 ceph-mon[117020]: from='client.405234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:49 smithi066 ceph-mon[112137]: from='client.405234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:49 smithi203 ceph-mon[117428]: from='client.405234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:50 smithi137 ceph-mon[117020]: pgmap v14838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:50 smithi066 ceph-mon[112137]: pgmap v14838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:50 smithi203 ceph-mon[117428]: pgmap v14838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:52 smithi066 ceph-mon[112137]: pgmap v14839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:52 smithi203 ceph-mon[117428]: pgmap v14839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:52 smithi137 ceph-mon[117020]: pgmap v14839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:53.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:53.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:53.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:54.222 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:27:54.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:54.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:54.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:54.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:54 smithi137 ceph-mon[117020]: pgmap v14840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:54 smithi137 ceph-mon[117020]: from='client.405303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:27:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:27:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:27:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:27:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:54 smithi066 ceph-mon[112137]: pgmap v14840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:54 smithi066 ceph-mon[112137]: from='client.405303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:27:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:27:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:27:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:27:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:54 smithi203 ceph-mon[117428]: pgmap v14840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:54 smithi203 ceph-mon[117428]: from='client.405303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:27:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:27:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:27:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:27:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:56 smithi137 ceph-mon[117020]: pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:56 smithi066 ceph-mon[112137]: pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:56 smithi203 ceph-mon[117428]: pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:27:58 smithi137 ceph-mon[117020]: pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:59.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:27:59.224 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:59.224 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:27:58 smithi066 ceph-mon[112137]: pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:27:58 smithi203 ceph-mon[117428]: pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:59.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:59.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:59.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:59.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:27:59.956 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:00 smithi137 ceph-mon[117020]: from='client.405381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:00 smithi137 ceph-mon[117020]: pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:28:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:00 smithi066 ceph-mon[112137]: from='client.405381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:00 smithi066 ceph-mon[112137]: pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:28:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:00 smithi203 ceph-mon[117428]: from='client.405381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:00 smithi203 ceph-mon[117428]: pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:28:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:02 smithi066 ceph-mon[112137]: pgmap v14844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:28:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:02 smithi203 ceph-mon[117428]: pgmap v14844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:28:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:02 smithi137 ceph-mon[117020]: pgmap v14844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:28:04.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:04.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:04.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:04 smithi137 ceph-mon[117020]: pgmap v14845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:28:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:04 smithi066 ceph-mon[112137]: pgmap v14845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:28:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:04 smithi203 ceph-mon[117428]: pgmap v14845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:28:05.691 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:05.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:05.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:05.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:05.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:06 smithi137 ceph-mon[117020]: from='client.405459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:06 smithi137 ceph-mon[117020]: pgmap v14846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:06 smithi066 ceph-mon[112137]: from='client.405459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:06 smithi066 ceph-mon[112137]: pgmap v14846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:06 smithi203 ceph-mon[117428]: from='client.405459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:06 smithi203 ceph-mon[117428]: pgmap v14846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:08 smithi137 ceph-mon[117020]: pgmap v14847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:08 smithi066 ceph-mon[112137]: pgmap v14847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:08 smithi203 ceph-mon[117428]: pgmap v14847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:10.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:10.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:10.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:10 smithi137 ceph-mon[117020]: pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:10 smithi066 ceph-mon[112137]: pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:10 smithi203 ceph-mon[117428]: pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:11.428 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:11.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:11.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:11.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:11.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:12 smithi066 ceph-mon[112137]: from='client.405534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:12 smithi066 ceph-mon[112137]: pgmap v14849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:28:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:12 smithi203 ceph-mon[117428]: from='client.405534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:12 smithi203 ceph-mon[117428]: pgmap v14849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:28:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:12 smithi137 ceph-mon[117020]: from='client.405534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:12 smithi137 ceph-mon[117020]: pgmap v14849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:28:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:14 smithi137 ceph-mon[117020]: pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:28:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:14 smithi066 ceph-mon[112137]: pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:28:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:14 smithi203 ceph-mon[117428]: pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:28:16.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:16.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:16.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:16 smithi137 ceph-mon[117020]: pgmap v14851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:28:17.165 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:17.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:17.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:17.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:17.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:16 smithi066 ceph-mon[112137]: pgmap v14851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:28:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:16 smithi203 ceph-mon[117428]: pgmap v14851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:28:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:17 smithi137 ceph-mon[117020]: from='client.405612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:17 smithi066 ceph-mon[112137]: from='client.405612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:17 smithi203 ceph-mon[117428]: from='client.405612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:18 smithi137 ceph-mon[117020]: pgmap v14852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:18 smithi066 ceph-mon[112137]: pgmap v14852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:18 smithi203 ceph-mon[117428]: pgmap v14852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:20 smithi137 ceph-mon[117020]: pgmap v14853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:20 smithi066 ceph-mon[112137]: pgmap v14853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:20 smithi203 ceph-mon[117428]: pgmap v14853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:22.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:22.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:22.167 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:22.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:22.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:22.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:22.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:22.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:22 smithi066 ceph-mon[112137]: pgmap v14854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:23.086 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:22 smithi203 ceph-mon[117428]: pgmap v14854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:22 smithi137 ceph-mon[117020]: pgmap v14854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:23 smithi066 ceph-mon[112137]: from='client.405687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:23 smithi203 ceph-mon[117428]: from='client.405687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:23 smithi137 ceph-mon[117020]: from='client.405687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:24.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:24 smithi066 ceph-mon[112137]: pgmap v14855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:24 smithi203 ceph-mon[117428]: pgmap v14855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:24 smithi137 ceph-mon[117020]: pgmap v14855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:26 smithi137 ceph-mon[117020]: pgmap v14856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:26 smithi066 ceph-mon[112137]: pgmap v14856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:26 smithi203 ceph-mon[117428]: pgmap v14856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:27.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:27.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:27.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:28.629 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:28.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:28.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:28.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:28.629 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:28 smithi137 ceph-mon[117020]: pgmap v14857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:28 smithi066 ceph-mon[112137]: pgmap v14857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:28 smithi203 ceph-mon[117428]: pgmap v14857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:30.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:29 smithi137 ceph-mon[117020]: from='client.405759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:29 smithi066 ceph-mon[112137]: from='client.405759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:29 smithi203 ceph-mon[117428]: from='client.405759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:30 smithi137 ceph-mon[117020]: pgmap v14858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:30 smithi066 ceph-mon[112137]: pgmap v14858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:30 smithi203 ceph-mon[117428]: pgmap v14858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:32 smithi066 ceph-mon[112137]: pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:32 smithi203 ceph-mon[117428]: pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:32 smithi137 ceph-mon[117020]: pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:33.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:33.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:33.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:34.376 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:34.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:34.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:34.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:34.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:34 smithi137 ceph-mon[117020]: pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:34 smithi066 ceph-mon[112137]: pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:34 smithi203 ceph-mon[117428]: pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:36.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:35 smithi137 ceph-mon[117020]: from='client.405834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:35 smithi066 ceph-mon[112137]: from='client.405834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:35 smithi203 ceph-mon[117428]: from='client.405834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:36 smithi137 ceph-mon[117020]: pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:36 smithi066 ceph-mon[112137]: pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:36 smithi203 ceph-mon[117428]: pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:38 smithi066 ceph-mon[112137]: pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:38 smithi203 ceph-mon[117428]: pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:38 smithi137 ceph-mon[117020]: pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:39.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:39.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:39.379 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:40.109 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:40.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:40.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:40.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:40.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:40 smithi066 ceph-mon[112137]: from='client.405912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:40 smithi066 ceph-mon[112137]: pgmap v14863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:40 smithi203 ceph-mon[117428]: from='client.405912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:40 smithi203 ceph-mon[117428]: pgmap v14863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:40 smithi137 ceph-mon[117020]: from='client.405912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:40 smithi137 ceph-mon[117020]: pgmap v14863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:42 smithi066 ceph-mon[112137]: pgmap v14864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:42 smithi203 ceph-mon[117428]: pgmap v14864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:42 smithi137 ceph-mon[117020]: pgmap v14864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:45.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:45.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:45.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:44 smithi137 ceph-mon[117020]: pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:44 smithi066 ceph-mon[112137]: pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:44 smithi203 ceph-mon[117428]: pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:45.844 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:45.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:45.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:45.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:45.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:46 smithi137 ceph-mon[117020]: from='client.405984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:46 smithi137 ceph-mon[117020]: pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:46 smithi066 ceph-mon[112137]: from='client.405984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:46 smithi066 ceph-mon[112137]: pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:46 smithi203 ceph-mon[117428]: from='client.405984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:46 smithi203 ceph-mon[117428]: pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:48 smithi066 ceph-mon[112137]: pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:48 smithi203 ceph-mon[117428]: pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:48 smithi137 ceph-mon[117020]: pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:50.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:50.846 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:50.846 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:50 smithi066 ceph-mon[112137]: pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:50 smithi203 ceph-mon[117428]: pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:50 smithi137 ceph-mon[117020]: pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:51.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:51.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:51.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:51.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:51.569 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:52 smithi066 ceph-mon[112137]: from='client.406059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:52 smithi066 ceph-mon[112137]: pgmap v14869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:52 smithi203 ceph-mon[117428]: from='client.406059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:52 smithi203 ceph-mon[117428]: pgmap v14869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:52 smithi137 ceph-mon[117020]: from='client.406059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:52 smithi137 ceph-mon[117020]: pgmap v14869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:54 smithi137 ceph-mon[117020]: pgmap v14870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:54 smithi066 ceph-mon[112137]: pgmap v14870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:54 smithi203 ceph-mon[117428]: pgmap v14870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:56.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:28:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:28:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:28:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:28:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:28:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:28:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:28:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:28:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:28:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:28:56.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:28:56.571 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:56.571 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:56 smithi137 ceph-mon[117020]: pgmap v14871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:56 smithi066 ceph-mon[112137]: pgmap v14871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:57.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:28:57.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:57.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:57.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:57.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:28:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:56 smithi203 ceph-mon[117428]: pgmap v14871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:58 smithi066 ceph-mon[112137]: from='client.406137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:28:58 smithi066 ceph-mon[112137]: pgmap v14872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:58 smithi203 ceph-mon[117428]: from='client.406137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:28:58 smithi203 ceph-mon[117428]: pgmap v14872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:58 smithi137 ceph-mon[117020]: from='client.406137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:28:58 smithi137 ceph-mon[117020]: pgmap v14872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:00 smithi066 ceph-mon[112137]: pgmap v14873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:00 smithi203 ceph-mon[117428]: pgmap v14873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:00 smithi137 ceph-mon[117020]: pgmap v14873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:02.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:02.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:02.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:02 smithi066 ceph-mon[112137]: pgmap v14874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:03.020 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:03.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:03.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:03.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:03.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:02 smithi203 ceph-mon[117428]: pgmap v14874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:02 smithi137 ceph-mon[117020]: pgmap v14874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:03 smithi066 ceph-mon[112137]: from='client.406215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:03 smithi203 ceph-mon[117428]: from='client.406215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:03 smithi137 ceph-mon[117020]: from='client.406215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:04 smithi066 ceph-mon[112137]: pgmap v14875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:05.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:04 smithi203 ceph-mon[117428]: pgmap v14875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:04 smithi137 ceph-mon[117020]: pgmap v14875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:06 smithi066 ceph-mon[112137]: pgmap v14876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:06 smithi203 ceph-mon[117428]: pgmap v14876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:06 smithi137 ceph-mon[117020]: pgmap v14876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:08.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:08.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:08.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:08.738 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:08.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:08.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:08.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:08.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:08 smithi066 ceph-mon[112137]: pgmap v14877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:08 smithi203 ceph-mon[117428]: pgmap v14877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:08 smithi137 ceph-mon[117020]: pgmap v14877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:09 smithi066 ceph-mon[112137]: from='client.406287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:09 smithi203 ceph-mon[117428]: from='client.406287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:09 smithi137 ceph-mon[117020]: from='client.406287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:10 smithi066 ceph-mon[112137]: pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:10 smithi203 ceph-mon[117428]: pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:10 smithi137 ceph-mon[117020]: pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:12 smithi066 ceph-mon[112137]: pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:12 smithi203 ceph-mon[117428]: pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:12 smithi137 ceph-mon[117020]: pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:13.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:13.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:13.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:14.474 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:14.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:14.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:14.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:14.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:14 smithi066 ceph-mon[112137]: pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:14 smithi203 ceph-mon[117428]: pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:14 smithi137 ceph-mon[117020]: pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:15 smithi066 ceph-mon[112137]: from='client.406365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:15 smithi203 ceph-mon[117428]: from='client.406365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:15 smithi137 ceph-mon[117020]: from='client.406365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:16 smithi066 ceph-mon[112137]: pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:16 smithi203 ceph-mon[117428]: pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:16 smithi137 ceph-mon[117020]: pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:18 smithi066 ceph-mon[112137]: pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:18 smithi203 ceph-mon[117428]: pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:18 smithi137 ceph-mon[117020]: pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:19.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:19.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:19.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:20.210 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:20.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:20.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:20.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:20.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:20 smithi066 ceph-mon[112137]: pgmap v14883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:20 smithi066 ceph-mon[112137]: from='client.406443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:20 smithi203 ceph-mon[117428]: pgmap v14883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:20 smithi203 ceph-mon[117428]: from='client.406443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:20 smithi137 ceph-mon[117020]: pgmap v14883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:20 smithi137 ceph-mon[117020]: from='client.406443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:22 smithi066 ceph-mon[112137]: pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:22 smithi203 ceph-mon[117428]: pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:22 smithi137 ceph-mon[117020]: pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:25.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:25.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:25.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:24 smithi066 ceph-mon[112137]: pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:24 smithi203 ceph-mon[117428]: pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:24 smithi137 ceph-mon[117020]: pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:25.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:25.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:25.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:25.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:25.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:26 smithi066 ceph-mon[112137]: from='client.406518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:26 smithi066 ceph-mon[112137]: pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:26 smithi203 ceph-mon[117428]: from='client.406518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:26 smithi203 ceph-mon[117428]: pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:26 smithi137 ceph-mon[117020]: from='client.406518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:26 smithi137 ceph-mon[117020]: pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:28 smithi066 ceph-mon[112137]: pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:28 smithi203 ceph-mon[117428]: pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:28 smithi137 ceph-mon[117020]: pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:30.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:30.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:30.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:30 smithi066 ceph-mon[112137]: pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:30 smithi203 ceph-mon[117428]: pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:30 smithi137 ceph-mon[117020]: pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:31.668 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:31.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:31.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:31.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:31.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:32 smithi066 ceph-mon[112137]: from='client.406590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:32 smithi066 ceph-mon[112137]: pgmap v14889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:32 smithi203 ceph-mon[117428]: from='client.406590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:32 smithi203 ceph-mon[117428]: pgmap v14889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:32 smithi137 ceph-mon[117020]: from='client.406590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:32 smithi137 ceph-mon[117020]: pgmap v14889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:34 smithi066 ceph-mon[112137]: pgmap v14890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:34 smithi203 ceph-mon[117428]: pgmap v14890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:34 smithi137 ceph-mon[117020]: pgmap v14890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:36.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:36.670 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:36.670 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:36 smithi066 ceph-mon[112137]: pgmap v14891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:36 smithi203 ceph-mon[117428]: pgmap v14891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:36 smithi137 ceph-mon[117020]: pgmap v14891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:37.399 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:37.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:37.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:37.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:37.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:38 smithi066 ceph-mon[112137]: from='client.406665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:38 smithi066 ceph-mon[112137]: pgmap v14892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:38 smithi203 ceph-mon[117428]: from='client.406665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:38 smithi203 ceph-mon[117428]: pgmap v14892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:38 smithi137 ceph-mon[117020]: from='client.406665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:38 smithi137 ceph-mon[117020]: pgmap v14892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:40 smithi066 ceph-mon[112137]: pgmap v14893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:40 smithi203 ceph-mon[117428]: pgmap v14893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:40 smithi137 ceph-mon[117020]: pgmap v14893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:42.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:42.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:42.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:42 smithi066 ceph-mon[112137]: pgmap v14894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:42 smithi203 ceph-mon[117428]: pgmap v14894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:43.120 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:43.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:43.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:43.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:43.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:42 smithi137 ceph-mon[117020]: pgmap v14894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:43 smithi066 ceph-mon[112137]: from='client.406737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:44.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:43 smithi203 ceph-mon[117428]: from='client.406737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:44.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:43 smithi137 ceph-mon[117020]: from='client.406737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:44 smithi066 ceph-mon[112137]: pgmap v14895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:44 smithi203 ceph-mon[117428]: pgmap v14895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:44 smithi137 ceph-mon[117020]: pgmap v14895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:46 smithi066 ceph-mon[112137]: pgmap v14896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:46 smithi203 ceph-mon[117428]: pgmap v14896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:46 smithi137 ceph-mon[117020]: pgmap v14896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:48.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:48.122 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:48.122 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:48.853 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:48.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:48.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:48.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:48.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:48 smithi066 ceph-mon[112137]: pgmap v14897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:48 smithi203 ceph-mon[117428]: pgmap v14897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:48 smithi137 ceph-mon[117020]: pgmap v14897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:49 smithi066 ceph-mon[112137]: from='client.406812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:49 smithi203 ceph-mon[117428]: from='client.406812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:49 smithi137 ceph-mon[117020]: from='client.406812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:50 smithi066 ceph-mon[112137]: pgmap v14898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:50 smithi203 ceph-mon[117428]: pgmap v14898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:50 smithi137 ceph-mon[117020]: pgmap v14898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:52 smithi066 ceph-mon[112137]: pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:52 smithi203 ceph-mon[117428]: pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:52 smithi137 ceph-mon[117020]: pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:53.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:53.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:53.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:54.605 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:29:54.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:54.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:54.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:54.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:29:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:54 smithi066 ceph-mon[112137]: pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:54 smithi203 ceph-mon[117428]: pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:54 smithi137 ceph-mon[117020]: pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:55 smithi066 ceph-mon[112137]: from='client.406887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:55 smithi203 ceph-mon[117428]: from='client.406887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:55 smithi137 ceph-mon[117020]: from='client.406887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:56 smithi066 ceph-mon[112137]: pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:29:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:29:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:29:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:29:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:56 smithi203 ceph-mon[117428]: pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:29:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:29:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:29:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:29:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:56 smithi137 ceph-mon[117020]: pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:29:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:29:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:29:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:29:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:29:58 smithi066 ceph-mon[112137]: pgmap v14902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:29:58 smithi203 ceph-mon[117428]: pgmap v14902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:29:58 smithi137 ceph-mon[117020]: pgmap v14902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:59.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:29:59.607 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:59.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:00.332 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:00.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:00.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:00.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:00.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:00 smithi066 ceph-mon[112137]: pgmap v14903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T01:30:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:00 smithi203 ceph-mon[117428]: pgmap v14903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T01:30:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:00 smithi137 ceph-mon[117020]: pgmap v14903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T01:30:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:01 smithi066 ceph-mon[112137]: from='client.406959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:01 smithi203 ceph-mon[117428]: from='client.406959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:01 smithi137 ceph-mon[117020]: from='client.406959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:02 smithi066 ceph-mon[112137]: pgmap v14904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:02 smithi203 ceph-mon[117428]: pgmap v14904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:02 smithi137 ceph-mon[117020]: pgmap v14904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:04 smithi066 ceph-mon[112137]: pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:04 smithi203 ceph-mon[117428]: pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:05.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:05.334 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:05.334 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:04 smithi137 ceph-mon[117020]: pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:06.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:06.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:06.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:06.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:06.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:06 smithi066 ceph-mon[112137]: from='client.407034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:06 smithi066 ceph-mon[112137]: pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:06 smithi203 ceph-mon[117428]: from='client.407034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:06 smithi203 ceph-mon[117428]: pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:06 smithi137 ceph-mon[117020]: from='client.407034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:06 smithi137 ceph-mon[117020]: pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:08 smithi066 ceph-mon[112137]: pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:08 smithi203 ceph-mon[117428]: pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:08 smithi137 ceph-mon[117020]: pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:11.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:11.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:11.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:10 smithi066 ceph-mon[112137]: pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:10 smithi203 ceph-mon[117428]: pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:10 smithi137 ceph-mon[117020]: pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:11.804 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:11.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:11.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:11.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:11.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:12 smithi066 ceph-mon[112137]: from='client.407109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:12 smithi066 ceph-mon[112137]: pgmap v14909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:12 smithi203 ceph-mon[117428]: from='client.407109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:12 smithi203 ceph-mon[117428]: pgmap v14909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:12 smithi137 ceph-mon[117020]: from='client.407109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:12 smithi137 ceph-mon[117020]: pgmap v14909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:14 smithi066 ceph-mon[112137]: pgmap v14910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:14 smithi203 ceph-mon[117428]: pgmap v14910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:14 smithi137 ceph-mon[117020]: pgmap v14910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:16.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:16.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:16.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:16 smithi066 ceph-mon[112137]: pgmap v14911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:16 smithi203 ceph-mon[117428]: pgmap v14911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:16 smithi137 ceph-mon[117020]: pgmap v14911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:17.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:17.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:17.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:17.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:17.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:18 smithi066 ceph-mon[112137]: from='client.407184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:18 smithi066 ceph-mon[112137]: pgmap v14912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:18 smithi203 ceph-mon[117428]: from='client.407184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:18 smithi203 ceph-mon[117428]: pgmap v14912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:18 smithi137 ceph-mon[117020]: from='client.407184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:18 smithi137 ceph-mon[117020]: pgmap v14912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:20 smithi066 ceph-mon[112137]: pgmap v14913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:20 smithi203 ceph-mon[117428]: pgmap v14913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:20 smithi137 ceph-mon[117020]: pgmap v14913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:22.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:22.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:22.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:22.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:22 smithi066 ceph-mon[112137]: pgmap v14914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:22 smithi203 ceph-mon[117428]: pgmap v14914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:22 smithi137 ceph-mon[117020]: pgmap v14914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:23.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:23.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:23.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:23.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:23.266 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:23.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:23 smithi066 ceph-mon[112137]: from='client.407256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:24.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:23 smithi203 ceph-mon[117428]: from='client.407256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:23 smithi137 ceph-mon[117020]: from='client.407256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:24 smithi203 ceph-mon[117428]: pgmap v14915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:24 smithi137 ceph-mon[117020]: pgmap v14915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:24 smithi066 ceph-mon[112137]: pgmap v14915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:26 smithi066 ceph-mon[112137]: pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:26 smithi203 ceph-mon[117428]: pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:26 smithi137 ceph-mon[117020]: pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:28.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:28.268 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:28.268 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:28.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:28.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:28.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:28.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:28.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:28 smithi066 ceph-mon[112137]: pgmap v14917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:28 smithi203 ceph-mon[117428]: pgmap v14917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:28 smithi137 ceph-mon[117020]: pgmap v14917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:29 smithi066 ceph-mon[112137]: from='client.407334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:29 smithi203 ceph-mon[117428]: from='client.407334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:29 smithi137 ceph-mon[117020]: from='client.407334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:30 smithi066 ceph-mon[112137]: pgmap v14918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:30 smithi203 ceph-mon[117428]: pgmap v14918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:30 smithi137 ceph-mon[117020]: pgmap v14918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:32 smithi066 ceph-mon[112137]: pgmap v14919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:32 smithi203 ceph-mon[117428]: pgmap v14919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:32 smithi137 ceph-mon[117020]: pgmap v14919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:33.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:33.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:33.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:34.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:34.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:34.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:34.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:34.702 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:34 smithi066 ceph-mon[112137]: pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:34 smithi203 ceph-mon[117428]: pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:34 smithi137 ceph-mon[117020]: pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:35 smithi066 ceph-mon[112137]: from='client.407406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:35 smithi203 ceph-mon[117428]: from='client.407406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:35 smithi137 ceph-mon[117020]: from='client.407406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:36 smithi066 ceph-mon[112137]: pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:30:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:36 smithi203 ceph-mon[117428]: pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:30:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:36 smithi137 ceph-mon[117020]: pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:30:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:38 smithi066 ceph-mon[112137]: pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:30:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:38 smithi203 ceph-mon[117428]: pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:30:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:38 smithi137 ceph-mon[117020]: pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:30:39.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:39.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:39.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:40.438 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:40.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:40.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:40.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:40.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:40 smithi066 ceph-mon[112137]: pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:40 smithi203 ceph-mon[117428]: pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:40 smithi137 ceph-mon[117020]: pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:41 smithi066 ceph-mon[112137]: from='client.407481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:41 smithi203 ceph-mon[117428]: from='client.407481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:41 smithi137 ceph-mon[117020]: from='client.407481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:42 smithi066 ceph-mon[112137]: pgmap v14924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:42 smithi203 ceph-mon[117428]: pgmap v14924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:42 smithi137 ceph-mon[117020]: pgmap v14924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:44 smithi066 ceph-mon[112137]: pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:44 smithi203 ceph-mon[117428]: pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:44 smithi137 ceph-mon[117020]: pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:45.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:45.440 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:45.440 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:46.172 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:46.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:46.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:46.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:46.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:46 smithi066 ceph-mon[112137]: from='client.407553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:46 smithi066 ceph-mon[112137]: pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:46 smithi203 ceph-mon[117428]: from='client.407553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:46 smithi203 ceph-mon[117428]: pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:46 smithi137 ceph-mon[117020]: from='client.407553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:46 smithi137 ceph-mon[117020]: pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:48 smithi066 ceph-mon[112137]: pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:30:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:48 smithi203 ceph-mon[117428]: pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:30:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:48 smithi137 ceph-mon[117020]: pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:30:51.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:51.174 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:51.174 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:50 smithi066 ceph-mon[112137]: pgmap v14928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:30:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:50 smithi203 ceph-mon[117428]: pgmap v14928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:30:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:50 smithi137 ceph-mon[117020]: pgmap v14928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:30:51.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:51.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:51.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:51.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:51.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:52 smithi203 ceph-mon[117428]: from='client.407628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:52 smithi203 ceph-mon[117428]: pgmap v14929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:52 smithi137 ceph-mon[117020]: from='client.407628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:52 smithi137 ceph-mon[117020]: pgmap v14929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:52 smithi066 ceph-mon[112137]: from='client.407628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:52 smithi066 ceph-mon[112137]: pgmap v14929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:54 smithi066 ceph-mon[112137]: pgmap v14930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:54 smithi203 ceph-mon[117428]: pgmap v14930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:54 smithi137 ceph-mon[117020]: pgmap v14930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:56.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:30:56.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:56.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:56 smithi066 ceph-mon[112137]: pgmap v14931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:30:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:56 smithi203 ceph-mon[117428]: pgmap v14931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:30:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:56 smithi137 ceph-mon[117020]: pgmap v14931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:30:57.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:30:57.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:57.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:57.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:57.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='client.407703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: pgmap v14932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:30:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:30:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='client.407703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: pgmap v14932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:30:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:30:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='client.407703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: pgmap v14932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:30:58.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:30:58.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:30:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:59 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15381M 2023-12-08T01:30:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:30:59 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16970M 2023-12-08T01:31:00.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:59 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15381M 2023-12-08T01:31:00.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:30:59 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16970M 2023-12-08T01:31:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:59 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15381M 2023-12-08T01:31:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:30:59 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16970M 2023-12-08T01:31:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:00 smithi066 ceph-mon[112137]: pgmap v14933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:00 smithi203 ceph-mon[117428]: pgmap v14933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:00 smithi137 ceph-mon[117020]: pgmap v14933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:02.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:02.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:02.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:02 smithi203 ceph-mon[117428]: pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:02 smithi137 ceph-mon[117020]: pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:02 smithi066 ceph-mon[112137]: pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:03.392 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:03.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:03.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:03.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:03.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:04 smithi066 ceph-mon[112137]: from='client.407772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:04 smithi066 ceph-mon[112137]: pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:04 smithi203 ceph-mon[117428]: from='client.407772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:04 smithi203 ceph-mon[117428]: pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:04 smithi137 ceph-mon[117020]: from='client.407772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:04 smithi137 ceph-mon[117020]: pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:06 smithi066 ceph-mon[112137]: pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:06 smithi203 ceph-mon[117428]: pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:06 smithi137 ceph-mon[117020]: pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:08.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:08.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:08.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:09.143 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:09.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:09.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:09.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:09.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:08 smithi066 ceph-mon[112137]: pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:08 smithi203 ceph-mon[117428]: pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:08 smithi137 ceph-mon[117020]: pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:09 smithi066 ceph-mon[112137]: from='client.407850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:09 smithi203 ceph-mon[117428]: from='client.407850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:09 smithi137 ceph-mon[117020]: from='client.407850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:10 smithi066 ceph-mon[112137]: pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:10 smithi203 ceph-mon[117428]: pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:10 smithi137 ceph-mon[117020]: pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:12 smithi203 ceph-mon[117428]: pgmap v14939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:12 smithi137 ceph-mon[117020]: pgmap v14939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:12 smithi066 ceph-mon[112137]: pgmap v14939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:14.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:14.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:14.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:14.861 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:14 smithi066 ceph-mon[112137]: pgmap v14940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:14 smithi203 ceph-mon[117428]: pgmap v14940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:14 smithi137 ceph-mon[117020]: pgmap v14940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:15 smithi066 ceph-mon[112137]: from='client.407922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:15 smithi203 ceph-mon[117428]: from='client.407922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:15 smithi137 ceph-mon[117020]: from='client.407922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:16 smithi066 ceph-mon[112137]: pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:31:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:16 smithi203 ceph-mon[117428]: pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:31:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:16 smithi137 ceph-mon[117020]: pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:31:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:18 smithi066 ceph-mon[112137]: pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:31:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:18 smithi203 ceph-mon[117428]: pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:31:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:18 smithi137 ceph-mon[117020]: pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:31:19.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:19.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:19.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:20.594 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:20.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:20.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:20.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:20.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:20 smithi066 ceph-mon[112137]: pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:20 smithi203 ceph-mon[117428]: pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:20 smithi137 ceph-mon[117020]: pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:21 smithi066 ceph-mon[112137]: from='client.407997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:21 smithi203 ceph-mon[117428]: from='client.407997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:21 smithi137 ceph-mon[117020]: from='client.407997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:22 smithi066 ceph-mon[112137]: pgmap v14944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:22 smithi203 ceph-mon[117428]: pgmap v14944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:22 smithi137 ceph-mon[117020]: pgmap v14944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:25.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:24 smithi066 ceph-mon[112137]: pgmap v14945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:24 smithi203 ceph-mon[117428]: pgmap v14945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:24 smithi137 ceph-mon[117020]: pgmap v14945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:25.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:25.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:25.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:26.338 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:26.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:26.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:26.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:26.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:26 smithi066 ceph-mon[112137]: pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:26 smithi203 ceph-mon[117428]: pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:26 smithi137 ceph-mon[117020]: pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:27 smithi066 ceph-mon[112137]: from='client.408072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:27 smithi203 ceph-mon[117428]: from='client.408072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:27 smithi137 ceph-mon[117020]: from='client.408072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:28 smithi066 ceph-mon[112137]: pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:31:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:28 smithi203 ceph-mon[117428]: pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:31:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:28 smithi137 ceph-mon[117020]: pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:31:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:30 smithi066 ceph-mon[112137]: pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:31:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:30 smithi203 ceph-mon[117428]: pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:31:31.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:31.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:31.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:30 smithi137 ceph-mon[117020]: pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:31:32.061 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:32.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:32.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:32.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:32.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:32 smithi203 ceph-mon[117428]: from='client.408147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:32 smithi203 ceph-mon[117428]: pgmap v14949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:32 smithi137 ceph-mon[117020]: from='client.408147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:32 smithi137 ceph-mon[117020]: pgmap v14949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:32 smithi066 ceph-mon[112137]: from='client.408147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:32 smithi066 ceph-mon[112137]: pgmap v14949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:34 smithi066 ceph-mon[112137]: pgmap v14950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:34 smithi203 ceph-mon[117428]: pgmap v14950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:34 smithi137 ceph-mon[117020]: pgmap v14950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:37.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:37.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:37.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:36 smithi066 ceph-mon[112137]: pgmap v14951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:36 smithi203 ceph-mon[117428]: pgmap v14951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:36 smithi137 ceph-mon[117020]: pgmap v14951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:37.788 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:37.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:37.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:37.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:37.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:38 smithi066 ceph-mon[112137]: from='client.408225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:38 smithi066 ceph-mon[112137]: pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:38 smithi203 ceph-mon[117428]: from='client.408225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:38 smithi203 ceph-mon[117428]: pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:38 smithi137 ceph-mon[117020]: from='client.408225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:38 smithi137 ceph-mon[117020]: pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:40 smithi066 ceph-mon[112137]: pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:40 smithi203 ceph-mon[117428]: pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:40 smithi137 ceph-mon[117020]: pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:42.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:42.790 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:42.790 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:42 smithi203 ceph-mon[117428]: pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:42 smithi137 ceph-mon[117020]: pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:42 smithi066 ceph-mon[112137]: pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:43.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:43.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:43.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:43.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:43.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:44 smithi066 ceph-mon[112137]: from='client.408303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:44 smithi066 ceph-mon[112137]: pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:44 smithi203 ceph-mon[117428]: from='client.408303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:44 smithi203 ceph-mon[117428]: pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:44 smithi137 ceph-mon[117020]: from='client.408303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:44 smithi137 ceph-mon[117020]: pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:46 smithi066 ceph-mon[112137]: pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:46 smithi203 ceph-mon[117428]: pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:46 smithi137 ceph-mon[117020]: pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:48.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:48.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:48.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:48 smithi066 ceph-mon[112137]: pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:49.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:49.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:49.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:49.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:49.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:48 smithi203 ceph-mon[117428]: pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:48 smithi137 ceph-mon[117020]: pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:49 smithi066 ceph-mon[112137]: from='client.408381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:49 smithi203 ceph-mon[117428]: from='client.408381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:49 smithi137 ceph-mon[117020]: from='client.408381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:50 smithi066 ceph-mon[112137]: pgmap v14958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:50 smithi203 ceph-mon[117428]: pgmap v14958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:50 smithi137 ceph-mon[117020]: pgmap v14958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:52 smithi203 ceph-mon[117428]: pgmap v14959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:53.133 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:52 smithi137 ceph-mon[117020]: pgmap v14959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:52 smithi066 ceph-mon[112137]: pgmap v14959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:54.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:54.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:54.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:54.982 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:31:54.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:54.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:54.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:54.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:31:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:54 smithi066 ceph-mon[112137]: pgmap v14960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:54 smithi203 ceph-mon[117428]: pgmap v14960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:54 smithi137 ceph-mon[117020]: pgmap v14960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:55 smithi066 ceph-mon[112137]: from='client.408459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:55 smithi203 ceph-mon[117428]: from='client.408459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:55 smithi137 ceph-mon[117020]: from='client.408459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:56 smithi066 ceph-mon[112137]: pgmap v14961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:31:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:56 smithi203 ceph-mon[117428]: pgmap v14961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:31:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:56 smithi137 ceph-mon[117020]: pgmap v14961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:31:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:58 smithi066 ceph-mon[112137]: pgmap v14962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:31:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:31:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:58 smithi203 ceph-mon[117428]: pgmap v14962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:31:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:31:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:58 smithi137 ceph-mon[117020]: pgmap v14962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:31:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:31:59.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:31:59.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:59.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:32:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:32:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:31:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:32:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:32:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:32:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:31:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:32:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:32:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:32:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:31:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:32:00.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:00.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:00.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:00.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:00.708 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:00 smithi066 ceph-mon[112137]: pgmap v14963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:00 smithi203 ceph-mon[117428]: pgmap v14963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:00 smithi137 ceph-mon[117020]: pgmap v14963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:01 smithi066 ceph-mon[112137]: from='client.408534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:01 smithi203 ceph-mon[117428]: from='client.408534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:01 smithi137 ceph-mon[117020]: from='client.408534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:02 smithi066 ceph-mon[112137]: pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:02 smithi203 ceph-mon[117428]: pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:02 smithi137 ceph-mon[117020]: pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:04 smithi066 ceph-mon[112137]: pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:04 smithi203 ceph-mon[117428]: pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:04 smithi137 ceph-mon[117020]: pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:05.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:05.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:05.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:06.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:06.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:06.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:06.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:06.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:06 smithi066 ceph-mon[112137]: pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:06 smithi203 ceph-mon[117428]: pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:06 smithi137 ceph-mon[117020]: pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:07 smithi066 ceph-mon[112137]: from='client.408609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:08.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:07 smithi203 ceph-mon[117428]: from='client.408609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:07 smithi137 ceph-mon[117020]: from='client.408609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:08 smithi066 ceph-mon[112137]: pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:32:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:08 smithi203 ceph-mon[117428]: pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:32:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:08 smithi137 ceph-mon[117020]: pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:32:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:10 smithi066 ceph-mon[112137]: pgmap v14968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:32:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:10 smithi203 ceph-mon[117428]: pgmap v14968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:32:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:10 smithi137 ceph-mon[117020]: pgmap v14968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:32:11.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:11.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:11.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:12.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:12.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:12.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:12.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:12.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:12 smithi203 ceph-mon[117428]: from='client.408681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:12 smithi203 ceph-mon[117428]: pgmap v14969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:12 smithi137 ceph-mon[117020]: from='client.408681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:12 smithi137 ceph-mon[117020]: pgmap v14969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:12 smithi066 ceph-mon[112137]: from='client.408681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:12 smithi066 ceph-mon[112137]: pgmap v14969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:14 smithi066 ceph-mon[112137]: pgmap v14970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:14 smithi203 ceph-mon[117428]: pgmap v14970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:14 smithi137 ceph-mon[117020]: pgmap v14970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:17.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:17.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:17.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:16 smithi066 ceph-mon[112137]: pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:16 smithi203 ceph-mon[117428]: pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:16 smithi137 ceph-mon[117020]: pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:17.903 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:17.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:17.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:17.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:17.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:18 smithi066 ceph-mon[112137]: from='client.408759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:18 smithi066 ceph-mon[112137]: pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:18 smithi203 ceph-mon[117428]: from='client.408759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:18 smithi203 ceph-mon[117428]: pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:18 smithi137 ceph-mon[117020]: from='client.408759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:18 smithi137 ceph-mon[117020]: pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:20 smithi066 ceph-mon[112137]: pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:20 smithi203 ceph-mon[117428]: pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:20 smithi137 ceph-mon[117020]: pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:22.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:22.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:22.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:22 smithi203 ceph-mon[117428]: pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:22 smithi137 ceph-mon[117020]: pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:22 smithi066 ceph-mon[112137]: pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:23.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:23.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:23.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:23.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:23.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:24 smithi066 ceph-mon[112137]: from='client.408834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:24 smithi066 ceph-mon[112137]: pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:24 smithi203 ceph-mon[117428]: from='client.408834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:24 smithi203 ceph-mon[117428]: pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:24 smithi137 ceph-mon[117020]: from='client.408834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:24 smithi137 ceph-mon[117020]: pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:26 smithi066 ceph-mon[112137]: pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:26 smithi203 ceph-mon[117428]: pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:26 smithi137 ceph-mon[117020]: pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:28.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:28.633 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:28.633 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:28 smithi066 ceph-mon[112137]: pgmap v14977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:28 smithi203 ceph-mon[117428]: pgmap v14977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:29.356 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:29.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:28 smithi137 ceph-mon[117020]: pgmap v14977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:30 smithi066 ceph-mon[112137]: from='client.408912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:30 smithi066 ceph-mon[112137]: pgmap v14978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:30 smithi203 ceph-mon[117428]: from='client.408912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:30 smithi203 ceph-mon[117428]: pgmap v14978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:30 smithi137 ceph-mon[117020]: from='client.408912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:30 smithi137 ceph-mon[117020]: pgmap v14978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:32 smithi203 ceph-mon[117428]: pgmap v14979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:32 smithi137 ceph-mon[117020]: pgmap v14979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:32 smithi066 ceph-mon[112137]: pgmap v14979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:34.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:34.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:34.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:35.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:35.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:35.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:35.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:35.103 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:34 smithi066 ceph-mon[112137]: pgmap v14980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:34 smithi203 ceph-mon[117428]: pgmap v14980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:34 smithi137 ceph-mon[117020]: pgmap v14980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:35 smithi066 ceph-mon[112137]: from='client.408990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:35 smithi203 ceph-mon[117428]: from='client.408990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:35 smithi137 ceph-mon[117020]: from='client.408990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:36 smithi066 ceph-mon[112137]: pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:36 smithi203 ceph-mon[117428]: pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:36 smithi137 ceph-mon[117020]: pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:38 smithi066 ceph-mon[112137]: pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:38 smithi203 ceph-mon[117428]: pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:38 smithi137 ceph-mon[117020]: pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:40.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:40.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:40.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:40.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:40.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:40.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:40.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:40.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:40 smithi066 ceph-mon[112137]: pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:40 smithi203 ceph-mon[117428]: pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:40 smithi137 ceph-mon[117020]: pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:41 smithi066 ceph-mon[112137]: from='client.409065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:41 smithi203 ceph-mon[117428]: from='client.409065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:41 smithi137 ceph-mon[117020]: from='client.409065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:42 smithi066 ceph-mon[112137]: pgmap v14984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:42 smithi203 ceph-mon[117428]: pgmap v14984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:42 smithi137 ceph-mon[117020]: pgmap v14984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:44 smithi066 ceph-mon[112137]: pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:44 smithi203 ceph-mon[117428]: pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:44 smithi137 ceph-mon[117020]: pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:45.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:45.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:45.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:46.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:46.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:46.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:46.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:46.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:46 smithi066 ceph-mon[112137]: pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:46 smithi203 ceph-mon[117428]: pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:46 smithi137 ceph-mon[117020]: pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:47 smithi066 ceph-mon[112137]: from='client.409137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:47 smithi203 ceph-mon[117428]: from='client.409137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:47 smithi137 ceph-mon[117020]: from='client.409137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:48 smithi066 ceph-mon[112137]: pgmap v14987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:48 smithi203 ceph-mon[117428]: pgmap v14987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:48 smithi137 ceph-mon[117020]: pgmap v14987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:49 smithi066 ceph-mon[112137]: pgmap v14988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:49 smithi203 ceph-mon[117428]: pgmap v14988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:49 smithi137 ceph-mon[117020]: pgmap v14988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:51.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:51.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:51.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:52.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:52.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:52.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:52.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:52.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:52 smithi203 ceph-mon[117428]: pgmap v14989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:52 smithi203 ceph-mon[117428]: from='client.409215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:52 smithi137 ceph-mon[117020]: pgmap v14989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:52 smithi137 ceph-mon[117020]: from='client.409215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:52 smithi066 ceph-mon[112137]: pgmap v14989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:52 smithi066 ceph-mon[112137]: from='client.409215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:54 smithi066 ceph-mon[112137]: pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:54 smithi203 ceph-mon[117428]: pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:54 smithi137 ceph-mon[117020]: pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:56 smithi066 ceph-mon[112137]: pgmap v14991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:57.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:32:57.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:57.291 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:56 smithi203 ceph-mon[117428]: pgmap v14991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:56 smithi137 ceph-mon[117020]: pgmap v14991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:58.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:58.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:58.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:58.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:32:58.020 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:32:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:58 smithi066 ceph-mon[112137]: from='client.409290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:58 smithi066 ceph-mon[112137]: pgmap v14992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:58 smithi203 ceph-mon[117428]: from='client.409290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:58 smithi203 ceph-mon[117428]: pgmap v14992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:58 smithi137 ceph-mon[117020]: from='client.409290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:58 smithi137 ceph-mon[117020]: pgmap v14992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:33:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:33:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:33:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:32:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:33:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:33:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:33:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:33:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:32:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:33:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:33:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:33:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:33:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:32:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:33:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:00 smithi066 ceph-mon[112137]: pgmap v14993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:00 smithi203 ceph-mon[117428]: pgmap v14993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:00 smithi137 ceph-mon[117020]: pgmap v14993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:03.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:03.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:03.022 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:02 smithi203 ceph-mon[117428]: pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:02 smithi137 ceph-mon[117020]: pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:02 smithi066 ceph-mon[112137]: pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:03.754 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:03.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:03.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:03.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:03.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:04 smithi066 ceph-mon[112137]: from='client.409368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:04 smithi066 ceph-mon[112137]: pgmap v14995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:04 smithi203 ceph-mon[117428]: from='client.409368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:04 smithi203 ceph-mon[117428]: pgmap v14995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:04 smithi137 ceph-mon[117020]: from='client.409368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:04 smithi137 ceph-mon[117020]: pgmap v14995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:06 smithi066 ceph-mon[112137]: pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:06 smithi203 ceph-mon[117428]: pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:06 smithi137 ceph-mon[117020]: pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:08.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:08.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:08.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:08 smithi066 ceph-mon[112137]: pgmap v14997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:08 smithi203 ceph-mon[117428]: pgmap v14997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:08 smithi137 ceph-mon[117020]: pgmap v14997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:09.473 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:09.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:09.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:09.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:09.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:10 smithi066 ceph-mon[112137]: from='client.409443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:10 smithi066 ceph-mon[112137]: pgmap v14998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:10 smithi203 ceph-mon[117428]: from='client.409443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:10 smithi203 ceph-mon[117428]: pgmap v14998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:10 smithi137 ceph-mon[117020]: from='client.409443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:10 smithi137 ceph-mon[117020]: pgmap v14998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:12 smithi203 ceph-mon[117428]: pgmap v14999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:12 smithi137 ceph-mon[117020]: pgmap v14999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:12 smithi066 ceph-mon[112137]: pgmap v14999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:14.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:14.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:14.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:15.198 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:15.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:15.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:15.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:15.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:14 smithi066 ceph-mon[112137]: pgmap v15000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:14 smithi203 ceph-mon[117428]: pgmap v15000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:14 smithi137 ceph-mon[117020]: pgmap v15000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:15 smithi066 ceph-mon[112137]: from='client.409518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:15 smithi203 ceph-mon[117428]: from='client.409518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:15 smithi137 ceph-mon[117020]: from='client.409518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:16 smithi066 ceph-mon[112137]: pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:16 smithi203 ceph-mon[117428]: pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:16 smithi137 ceph-mon[117020]: pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:18 smithi066 ceph-mon[112137]: pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:18 smithi203 ceph-mon[117428]: pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:18 smithi137 ceph-mon[117020]: pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:20.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:20.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:20.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:20.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:20.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:20.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:20.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:20.927 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:20 smithi066 ceph-mon[112137]: pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:20 smithi203 ceph-mon[117428]: pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:20 smithi137 ceph-mon[117020]: pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:21 smithi066 ceph-mon[112137]: from='client.409593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:21 smithi203 ceph-mon[117428]: from='client.409593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:21 smithi137 ceph-mon[117020]: from='client.409593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:22 smithi066 ceph-mon[112137]: pgmap v15004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:22 smithi203 ceph-mon[117428]: pgmap v15004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:22 smithi137 ceph-mon[117020]: pgmap v15004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:24 smithi066 ceph-mon[112137]: pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:24 smithi203 ceph-mon[117428]: pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:25.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:24 smithi137 ceph-mon[117020]: pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:25.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:25.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:25.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:26.655 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:26.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:26.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:26.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:26.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:26 smithi066 ceph-mon[112137]: pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:26 smithi203 ceph-mon[117428]: pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:26 smithi137 ceph-mon[117020]: pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:27 smithi066 ceph-mon[112137]: from='client.409671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:27 smithi066 ceph-mon[112137]: pgmap v15007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:27 smithi203 ceph-mon[117428]: from='client.409671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:27 smithi203 ceph-mon[117428]: pgmap v15007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:27 smithi137 ceph-mon[117020]: from='client.409671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:27 smithi137 ceph-mon[117020]: pgmap v15007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:30 smithi066 ceph-mon[112137]: pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:30 smithi203 ceph-mon[117428]: pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:30 smithi137 ceph-mon[117020]: pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:31.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:31.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:31.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:32.382 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:32.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:32.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:32.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:32.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:32 smithi203 ceph-mon[117428]: pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:32 smithi137 ceph-mon[117020]: pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:32 smithi066 ceph-mon[112137]: pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:33 smithi203 ceph-mon[117428]: from='client.409746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:33 smithi137 ceph-mon[117020]: from='client.409746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:33 smithi066 ceph-mon[112137]: from='client.409746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:34 smithi203 ceph-mon[117428]: pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:34 smithi137 ceph-mon[117020]: pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:34 smithi066 ceph-mon[112137]: pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:36 smithi066 ceph-mon[112137]: pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:36 smithi203 ceph-mon[117428]: pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:36 smithi137 ceph-mon[117020]: pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:37.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:37.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:37.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:38.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:38.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:38.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:38.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:38.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:38 smithi066 ceph-mon[112137]: from='client.409824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:38 smithi066 ceph-mon[112137]: pgmap v15012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:38 smithi203 ceph-mon[117428]: from='client.409824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:38 smithi203 ceph-mon[117428]: pgmap v15012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:38 smithi137 ceph-mon[117020]: from='client.409824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:38 smithi137 ceph-mon[117020]: pgmap v15012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:40 smithi066 ceph-mon[112137]: pgmap v15013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:40 smithi203 ceph-mon[117428]: pgmap v15013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:40 smithi137 ceph-mon[117020]: pgmap v15013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:42 smithi203 ceph-mon[117428]: pgmap v15014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:43.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:43.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:43.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:42 smithi137 ceph-mon[117020]: pgmap v15014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:42 smithi066 ceph-mon[112137]: pgmap v15014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:43.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:43.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:43.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:43.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:43.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:44 smithi066 ceph-mon[112137]: from='client.409899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:44 smithi066 ceph-mon[112137]: pgmap v15015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:44 smithi203 ceph-mon[117428]: from='client.409899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:44 smithi203 ceph-mon[117428]: pgmap v15015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:44 smithi137 ceph-mon[117020]: from='client.409899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:44 smithi137 ceph-mon[117020]: pgmap v15015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:46 smithi066 ceph-mon[112137]: pgmap v15016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:46 smithi203 ceph-mon[117428]: pgmap v15016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:46 smithi137 ceph-mon[117020]: pgmap v15016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:48.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:48.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:48.835 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:48 smithi066 ceph-mon[112137]: pgmap v15017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:48 smithi203 ceph-mon[117428]: pgmap v15017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:48 smithi137 ceph-mon[117020]: pgmap v15017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:49.561 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:49.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:50 smithi066 ceph-mon[112137]: from='client.409974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:50 smithi066 ceph-mon[112137]: pgmap v15018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:50 smithi203 ceph-mon[117428]: from='client.409974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:50 smithi203 ceph-mon[117428]: pgmap v15018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:50 smithi137 ceph-mon[117020]: from='client.409974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:50 smithi137 ceph-mon[117020]: pgmap v15018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:52 smithi203 ceph-mon[117428]: pgmap v15019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:52 smithi137 ceph-mon[117020]: pgmap v15019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:52 smithi066 ceph-mon[112137]: pgmap v15019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:54.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:33:54.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:54.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:54 smithi066 ceph-mon[112137]: pgmap v15020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:55.302 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:33:55.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:55.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:55.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:55.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:33:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:54 smithi203 ceph-mon[117428]: pgmap v15020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:54 smithi137 ceph-mon[117020]: pgmap v15020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:55 smithi066 ceph-mon[112137]: from='client.410046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:56.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:55 smithi203 ceph-mon[117428]: from='client.410046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:55 smithi137 ceph-mon[117020]: from='client.410046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:56 smithi066 ceph-mon[112137]: pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:56 smithi203 ceph-mon[117428]: pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:56 smithi137 ceph-mon[117020]: pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:58 smithi066 ceph-mon[112137]: pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:58 smithi203 ceph-mon[117428]: pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:58 smithi137 ceph-mon[117020]: pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:33:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:34:00.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:00.304 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:00.304 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:33:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:34:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:33:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:34:01.043 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:01.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:01.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:01.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:01.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:00 smithi066 ceph-mon[112137]: pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:34:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:34:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:34:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:00 smithi203 ceph-mon[117428]: pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:34:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:34:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:34:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:00 smithi137 ceph-mon[117020]: pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:34:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:34:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:34:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:01 smithi066 ceph-mon[112137]: from='client.410121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:01 smithi203 ceph-mon[117428]: from='client.410121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:01 smithi137 ceph-mon[117020]: from='client.410121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:02 smithi066 ceph-mon[112137]: pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:02 smithi203 ceph-mon[117428]: pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:02 smithi137 ceph-mon[117020]: pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:04 smithi066 ceph-mon[112137]: pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:04 smithi203 ceph-mon[117428]: pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:04 smithi137 ceph-mon[117020]: pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:06.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:06.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:06.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:05 smithi066 ceph-mon[112137]: pgmap v15026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:05 smithi203 ceph-mon[117428]: pgmap v15026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:05 smithi137 ceph-mon[117020]: pgmap v15026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:06.778 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:06.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:06.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:06.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:06.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:07 smithi203 ceph-mon[117428]: from='client.410196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:08.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:07 smithi137 ceph-mon[117020]: from='client.410196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:07 smithi066 ceph-mon[112137]: from='client.410196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:08 smithi203 ceph-mon[117428]: pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:08 smithi137 ceph-mon[117020]: pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:08 smithi066 ceph-mon[112137]: pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:10 smithi066 ceph-mon[112137]: pgmap v15028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:10 smithi203 ceph-mon[117428]: pgmap v15028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:10 smithi137 ceph-mon[117020]: pgmap v15028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:11.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:11.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:11.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:12.505 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:12.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:12.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:12.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:12.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:12 smithi203 ceph-mon[117428]: pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:12 smithi137 ceph-mon[117020]: pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:12 smithi066 ceph-mon[112137]: pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:13 smithi203 ceph-mon[117428]: from='client.410271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:13 smithi137 ceph-mon[117020]: from='client.410271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:13 smithi066 ceph-mon[112137]: from='client.410271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:14 smithi203 ceph-mon[117428]: pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:14 smithi137 ceph-mon[117020]: pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:14 smithi066 ceph-mon[112137]: pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:16 smithi066 ceph-mon[112137]: pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:16 smithi203 ceph-mon[117428]: pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:16 smithi137 ceph-mon[117020]: pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:17.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:17.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:17.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:18.234 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:18.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:18.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:18.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:18.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:18 smithi066 ceph-mon[112137]: from='client.410349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:18 smithi066 ceph-mon[112137]: pgmap v15032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:18 smithi203 ceph-mon[117428]: from='client.410349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:18 smithi203 ceph-mon[117428]: pgmap v15032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:18 smithi137 ceph-mon[117020]: from='client.410349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:18 smithi137 ceph-mon[117020]: pgmap v15032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:20 smithi066 ceph-mon[112137]: pgmap v15033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:20 smithi203 ceph-mon[117428]: pgmap v15033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:20 smithi137 ceph-mon[117020]: pgmap v15033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:22 smithi203 ceph-mon[117428]: pgmap v15034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:22 smithi137 ceph-mon[117020]: pgmap v15034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:22 smithi066 ceph-mon[112137]: pgmap v15034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:23.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:23.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:23.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:23.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:23.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:23.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:23.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:23.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:24 smithi066 ceph-mon[112137]: from='client.410424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:24 smithi066 ceph-mon[112137]: pgmap v15035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:24 smithi203 ceph-mon[117428]: from='client.410424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:24 smithi203 ceph-mon[117428]: pgmap v15035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:24 smithi137 ceph-mon[117020]: from='client.410424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:24 smithi137 ceph-mon[117020]: pgmap v15035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:26 smithi066 ceph-mon[112137]: pgmap v15036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:26 smithi203 ceph-mon[117428]: pgmap v15036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:26 smithi137 ceph-mon[117020]: pgmap v15036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:28.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:28.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:28.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:28 smithi066 ceph-mon[112137]: pgmap v15037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:28 smithi203 ceph-mon[117428]: pgmap v15037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:28 smithi137 ceph-mon[117020]: pgmap v15037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:29.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:29.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:29.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:29.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:29.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:30 smithi066 ceph-mon[112137]: from='client.410502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:30 smithi066 ceph-mon[112137]: pgmap v15038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:34:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:30 smithi203 ceph-mon[117428]: from='client.410502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:30 smithi203 ceph-mon[117428]: pgmap v15038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:34:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:30 smithi137 ceph-mon[117020]: from='client.410502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:30 smithi137 ceph-mon[117020]: pgmap v15038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:34:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:32 smithi203 ceph-mon[117428]: pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:34:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:32 smithi137 ceph-mon[117020]: pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:34:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:32 smithi066 ceph-mon[112137]: pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:34:34.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:34.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:34.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:34 smithi066 ceph-mon[112137]: pgmap v15040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:34:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:34 smithi203 ceph-mon[117428]: pgmap v15040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:34:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:34 smithi137 ceph-mon[117020]: pgmap v15040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:34:35.420 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:35.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:35.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:35.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:35.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:36 smithi066 ceph-mon[112137]: from='client.410577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:36 smithi066 ceph-mon[112137]: pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:36 smithi203 ceph-mon[117428]: from='client.410577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:36 smithi203 ceph-mon[117428]: pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:36 smithi137 ceph-mon[117020]: from='client.410577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:36 smithi137 ceph-mon[117020]: pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:38 smithi066 ceph-mon[112137]: pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:38 smithi203 ceph-mon[117428]: pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:38 smithi137 ceph-mon[117020]: pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:40.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:40.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:40.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:41.143 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:41.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:41.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:41.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:41.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:40 smithi066 ceph-mon[112137]: pgmap v15043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:40 smithi203 ceph-mon[117428]: pgmap v15043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:40 smithi137 ceph-mon[117020]: pgmap v15043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:41 smithi066 ceph-mon[112137]: from='client.410652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:41 smithi203 ceph-mon[117428]: from='client.410652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:41 smithi137 ceph-mon[117020]: from='client.410652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:42 smithi066 ceph-mon[112137]: pgmap v15044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:42 smithi203 ceph-mon[117428]: pgmap v15044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:42 smithi137 ceph-mon[117020]: pgmap v15044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:44 smithi066 ceph-mon[112137]: pgmap v15045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:44 smithi203 ceph-mon[117428]: pgmap v15045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:44 smithi137 ceph-mon[117020]: pgmap v15045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:46.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:46.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:46.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:46.870 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:46.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:46.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:46.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:46.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:46 smithi066 ceph-mon[112137]: pgmap v15046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:34:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:46 smithi203 ceph-mon[117428]: pgmap v15046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:34:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:46 smithi137 ceph-mon[117020]: pgmap v15046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:34:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:47 smithi066 ceph-mon[112137]: from='client.410730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:47 smithi203 ceph-mon[117428]: from='client.410730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:47 smithi137 ceph-mon[117020]: from='client.410730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:48 smithi066 ceph-mon[112137]: pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:48 smithi203 ceph-mon[117428]: pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:48 smithi137 ceph-mon[117020]: pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:49 smithi066 ceph-mon[112137]: pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:49 smithi203 ceph-mon[117428]: pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:49 smithi137 ceph-mon[117020]: pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:51.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:51.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:51.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:52.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:52.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:52.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:52.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:52.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:52 smithi203 ceph-mon[117428]: pgmap v15049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:52 smithi137 ceph-mon[117020]: pgmap v15049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:52 smithi066 ceph-mon[112137]: pgmap v15049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:53 smithi203 ceph-mon[117428]: from='client.410805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:53 smithi137 ceph-mon[117020]: from='client.410805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:53 smithi066 ceph-mon[112137]: from='client.410805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:54 smithi203 ceph-mon[117428]: pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:54 smithi137 ceph-mon[117020]: pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:54 smithi066 ceph-mon[112137]: pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:56 smithi066 ceph-mon[112137]: pgmap v15051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:56 smithi203 ceph-mon[117428]: pgmap v15051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:56 smithi137 ceph-mon[117020]: pgmap v15051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:57.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:34:57.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:57.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:58.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:58.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:58.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:58.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:34:58.339 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:34:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:58 smithi066 ceph-mon[112137]: pgmap v15052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:58 smithi203 ceph-mon[117428]: pgmap v15052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:58 smithi137 ceph-mon[117020]: pgmap v15052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:34:59 smithi066 ceph-mon[112137]: from='client.410883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:34:59 smithi203 ceph-mon[117428]: from='client.410883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:34:59 smithi137 ceph-mon[117020]: from='client.410883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:00 smithi066 ceph-mon[112137]: pgmap v15053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:35:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:00 smithi203 ceph-mon[117428]: pgmap v15053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:35:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:00 smithi137 ceph-mon[117020]: pgmap v15053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:35:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:35:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:35:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:35:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:35:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:35:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:35:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:35:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:35:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:35:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:02 smithi066 ceph-mon[112137]: pgmap v15054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:02 smithi203 ceph-mon[117428]: pgmap v15054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:03.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:03.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:03.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:02 smithi137 ceph-mon[117020]: pgmap v15054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:04.072 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:04.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:04.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:04.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:04.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:04 smithi066 ceph-mon[112137]: from='client.410961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:04 smithi066 ceph-mon[112137]: pgmap v15055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:04 smithi203 ceph-mon[117428]: from='client.410961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:04 smithi203 ceph-mon[117428]: pgmap v15055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:04 smithi137 ceph-mon[117020]: from='client.410961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:04 smithi137 ceph-mon[117020]: pgmap v15055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:06 smithi066 ceph-mon[112137]: pgmap v15056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:06 smithi203 ceph-mon[117428]: pgmap v15056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:06 smithi137 ceph-mon[117020]: pgmap v15056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:07 smithi066 ceph-mon[112137]: pgmap v15057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:08.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:07 smithi203 ceph-mon[117428]: pgmap v15057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:07 smithi137 ceph-mon[117020]: pgmap v15057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:09.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:09.074 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:09.074 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:09.808 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:09.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:09.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:09.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:09.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:10 smithi066 ceph-mon[112137]: from='client.411033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:10 smithi066 ceph-mon[112137]: pgmap v15058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:35:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:10 smithi203 ceph-mon[117428]: from='client.411033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:10 smithi203 ceph-mon[117428]: pgmap v15058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:35:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:10 smithi137 ceph-mon[117020]: from='client.411033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:10 smithi137 ceph-mon[117020]: pgmap v15058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:35:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:12 smithi203 ceph-mon[117428]: pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:12 smithi137 ceph-mon[117020]: pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:12 smithi066 ceph-mon[112137]: pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:14.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:14.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:14.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:14 smithi066 ceph-mon[112137]: pgmap v15060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:14 smithi203 ceph-mon[117428]: pgmap v15060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:14 smithi137 ceph-mon[117020]: pgmap v15060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:15.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:15.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:15.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:15.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:15.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:16 smithi066 ceph-mon[112137]: from='client.411108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:16 smithi066 ceph-mon[112137]: pgmap v15061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:16 smithi203 ceph-mon[117428]: from='client.411108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:16 smithi203 ceph-mon[117428]: pgmap v15061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:16 smithi137 ceph-mon[117020]: from='client.411108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:16 smithi137 ceph-mon[117020]: pgmap v15061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:18 smithi066 ceph-mon[112137]: pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:18 smithi203 ceph-mon[117428]: pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:18 smithi137 ceph-mon[117020]: pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:20.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:20.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:20.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:20 smithi066 ceph-mon[112137]: pgmap v15063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:21.292 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:21.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:21.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:21.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:21.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:20 smithi203 ceph-mon[117428]: pgmap v15063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:20 smithi137 ceph-mon[117020]: pgmap v15063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:21 smithi066 ceph-mon[112137]: from='client.411183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:21 smithi203 ceph-mon[117428]: from='client.411183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:21 smithi137 ceph-mon[117020]: from='client.411183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:22 smithi066 ceph-mon[112137]: pgmap v15064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:22 smithi203 ceph-mon[117428]: pgmap v15064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:22 smithi137 ceph-mon[117020]: pgmap v15064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:24 smithi066 ceph-mon[112137]: pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:24 smithi203 ceph-mon[117428]: pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:24 smithi137 ceph-mon[117020]: pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:35:26.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:26.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:26.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:27.019 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:27.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:27.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:27.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:27.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:26 smithi066 ceph-mon[112137]: pgmap v15066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:35:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:26 smithi203 ceph-mon[117428]: pgmap v15066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:35:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:26 smithi137 ceph-mon[117020]: pgmap v15066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:35:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:27 smithi066 ceph-mon[112137]: from='client.411258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:28.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:27 smithi203 ceph-mon[117428]: from='client.411258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:27 smithi137 ceph-mon[117020]: from='client.411258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:28 smithi066 ceph-mon[112137]: pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:28 smithi203 ceph-mon[117428]: pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:28 smithi137 ceph-mon[117020]: pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:30 smithi203 ceph-mon[117428]: pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:30 smithi137 ceph-mon[117020]: pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:30.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:30 smithi066 ceph-mon[112137]: pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:32.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:32.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:32.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:32.746 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:32 smithi203 ceph-mon[117428]: pgmap v15069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:32 smithi137 ceph-mon[117020]: pgmap v15069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:32 smithi066 ceph-mon[112137]: pgmap v15069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:33 smithi203 ceph-mon[117428]: from='client.411336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:33 smithi137 ceph-mon[117020]: from='client.411336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:33 smithi066 ceph-mon[112137]: from='client.411336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:34 smithi203 ceph-mon[117428]: pgmap v15070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:34 smithi137 ceph-mon[117020]: pgmap v15070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:34 smithi066 ceph-mon[112137]: pgmap v15070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:36 smithi066 ceph-mon[112137]: pgmap v15071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:36 smithi203 ceph-mon[117428]: pgmap v15071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:36 smithi137 ceph-mon[117020]: pgmap v15071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:37.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:37.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:37.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:38.484 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:38.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:38.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:38.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:38.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:38 smithi066 ceph-mon[112137]: pgmap v15072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:38 smithi203 ceph-mon[117428]: pgmap v15072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:38 smithi137 ceph-mon[117020]: pgmap v15072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:39 smithi066 ceph-mon[112137]: from='client.411408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:39 smithi203 ceph-mon[117428]: from='client.411408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:39 smithi137 ceph-mon[117020]: from='client.411408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:40 smithi066 ceph-mon[112137]: pgmap v15073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:40 smithi203 ceph-mon[117428]: pgmap v15073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:40 smithi137 ceph-mon[117020]: pgmap v15073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:42 smithi203 ceph-mon[117428]: pgmap v15074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:42 smithi137 ceph-mon[117020]: pgmap v15074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:42 smithi066 ceph-mon[112137]: pgmap v15074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:43.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:43.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:43.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:44.210 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:44.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:44.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:44.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:44.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:44 smithi066 ceph-mon[112137]: from='client.411486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:44 smithi066 ceph-mon[112137]: pgmap v15075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:44 smithi203 ceph-mon[117428]: from='client.411486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:44 smithi203 ceph-mon[117428]: pgmap v15075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:44 smithi137 ceph-mon[117020]: from='client.411486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:44 smithi137 ceph-mon[117020]: pgmap v15075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:46 smithi066 ceph-mon[112137]: pgmap v15076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:46 smithi203 ceph-mon[117428]: pgmap v15076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:46 smithi137 ceph-mon[117020]: pgmap v15076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:49.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:49.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:49.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:48 smithi066 ceph-mon[112137]: pgmap v15077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:48 smithi203 ceph-mon[117428]: pgmap v15077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:48 smithi137 ceph-mon[117020]: pgmap v15077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:49.942 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:49.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:49.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:49.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:49.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:50 smithi066 ceph-mon[112137]: from='client.411561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:50 smithi066 ceph-mon[112137]: pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:35:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:50 smithi203 ceph-mon[117428]: from='client.411561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:50 smithi203 ceph-mon[117428]: pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:35:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:50 smithi137 ceph-mon[117020]: from='client.411561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:50 smithi137 ceph-mon[117020]: pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:35:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:52 smithi203 ceph-mon[117428]: pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:35:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:52 smithi137 ceph-mon[117020]: pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:35:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:52 smithi066 ceph-mon[112137]: pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:35:54.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:35:54.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:54.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:54 smithi066 ceph-mon[112137]: pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:35:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:54 smithi203 ceph-mon[117428]: pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:35:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:54 smithi137 ceph-mon[117020]: pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:35:55.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:35:55.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:55.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:55.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:55.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:35:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:56 smithi066 ceph-mon[112137]: from='client.411639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:56 smithi066 ceph-mon[112137]: pgmap v15081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:56 smithi203 ceph-mon[117428]: from='client.411639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:56 smithi203 ceph-mon[117428]: pgmap v15081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:56 smithi137 ceph-mon[117020]: from='client.411639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:56 smithi137 ceph-mon[117020]: pgmap v15081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:35:58 smithi066 ceph-mon[112137]: pgmap v15082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:35:58 smithi203 ceph-mon[117428]: pgmap v15082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:35:58 smithi137 ceph-mon[117020]: pgmap v15082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:00.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:00.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:00.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:00 smithi066 ceph-mon[112137]: pgmap v15083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:00 smithi203 ceph-mon[117428]: pgmap v15083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:00 smithi137 ceph-mon[117020]: pgmap v15083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:01.404 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:01.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:01.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:01.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:01.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:36:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:36:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:36:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:36:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:36:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:36:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:36:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:36:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:36:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:36:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:36:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:36:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:02 smithi066 ceph-mon[112137]: from='client.411714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:02 smithi066 ceph-mon[112137]: pgmap v15084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:36:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:02 smithi203 ceph-mon[117428]: from='client.411714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:02 smithi203 ceph-mon[117428]: pgmap v15084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:36:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:02 smithi137 ceph-mon[117020]: from='client.411714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:02 smithi137 ceph-mon[117020]: pgmap v15084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:36:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:04 smithi066 ceph-mon[112137]: pgmap v15085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:36:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:04 smithi203 ceph-mon[117428]: pgmap v15085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:36:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:04 smithi137 ceph-mon[117020]: pgmap v15085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:36:06.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:06.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:06.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:07.135 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:07.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:07.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:07.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:07.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:06 smithi066 ceph-mon[112137]: pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:36:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:06 smithi066 ceph-mon[112137]: from='client.411792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:06 smithi203 ceph-mon[117428]: pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:36:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:06 smithi203 ceph-mon[117428]: from='client.411792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:06 smithi137 ceph-mon[117020]: pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:36:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:06 smithi137 ceph-mon[117020]: from='client.411792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:08.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:07 smithi203 ceph-mon[117428]: pgmap v15087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:07 smithi137 ceph-mon[117020]: pgmap v15087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:08.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:07 smithi066 ceph-mon[112137]: pgmap v15087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:10 smithi066 ceph-mon[112137]: pgmap v15088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:10 smithi203 ceph-mon[117428]: pgmap v15088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:10 smithi137 ceph-mon[117020]: pgmap v15088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:12.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:12.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:12.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:12.858 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:12.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:12.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:12.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:12.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:12 smithi203 ceph-mon[117428]: pgmap v15089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:12 smithi137 ceph-mon[117020]: pgmap v15089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:12 smithi066 ceph-mon[112137]: pgmap v15089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:13 smithi203 ceph-mon[117428]: from='client.411870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:13 smithi137 ceph-mon[117020]: from='client.411870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:13 smithi066 ceph-mon[112137]: from='client.411870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:14 smithi203 ceph-mon[117428]: pgmap v15090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:14 smithi137 ceph-mon[117020]: pgmap v15090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:14 smithi066 ceph-mon[112137]: pgmap v15090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:16 smithi066 ceph-mon[112137]: pgmap v15091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:16 smithi203 ceph-mon[117428]: pgmap v15091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:16 smithi137 ceph-mon[117020]: pgmap v15091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:17.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:17.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:17.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:18.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:18.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:18.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:18.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:18.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:18 smithi066 ceph-mon[112137]: pgmap v15092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:18 smithi203 ceph-mon[117428]: pgmap v15092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:18 smithi137 ceph-mon[117020]: pgmap v15092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:19 smithi066 ceph-mon[112137]: from='client.411945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:19 smithi203 ceph-mon[117428]: from='client.411945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:19 smithi137 ceph-mon[117020]: from='client.411945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:20 smithi203 ceph-mon[117428]: pgmap v15093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:20 smithi137 ceph-mon[117020]: pgmap v15093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:20 smithi066 ceph-mon[112137]: pgmap v15093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:22 smithi203 ceph-mon[117428]: pgmap v15094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:22 smithi137 ceph-mon[117020]: pgmap v15094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:22 smithi066 ceph-mon[112137]: pgmap v15094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:23.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:23.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:23.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:24.319 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:24.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:24.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:24.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:24.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:24 smithi066 ceph-mon[112137]: pgmap v15095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:24 smithi066 ceph-mon[112137]: from='client.412020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:24 smithi203 ceph-mon[117428]: pgmap v15095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:24 smithi203 ceph-mon[117428]: from='client.412020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:24 smithi137 ceph-mon[117020]: pgmap v15095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:24 smithi137 ceph-mon[117020]: from='client.412020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:26 smithi066 ceph-mon[112137]: pgmap v15096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:26 smithi203 ceph-mon[117428]: pgmap v15096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:26 smithi137 ceph-mon[117020]: pgmap v15096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:28 smithi066 ceph-mon[112137]: pgmap v15097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:28 smithi203 ceph-mon[117428]: pgmap v15097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:29.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:29.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:29.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:28 smithi137 ceph-mon[117020]: pgmap v15097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:30.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:30.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:30.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:30.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:30.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:30 smithi066 ceph-mon[112137]: from='client.412092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:30 smithi066 ceph-mon[112137]: pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:30 smithi203 ceph-mon[117428]: from='client.412092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:30 smithi203 ceph-mon[117428]: pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:30 smithi137 ceph-mon[117020]: from='client.412092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:30 smithi137 ceph-mon[117020]: pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:32 smithi203 ceph-mon[117428]: pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:32 smithi137 ceph-mon[117020]: pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:32 smithi066 ceph-mon[112137]: pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:35.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:35.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:35.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:34 smithi066 ceph-mon[112137]: pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:34 smithi203 ceph-mon[117428]: pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:34 smithi137 ceph-mon[117020]: pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:35.791 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:35.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:35.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:35.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:35.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:36 smithi066 ceph-mon[112137]: from='client.412170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:36 smithi066 ceph-mon[112137]: pgmap v15101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:36 smithi203 ceph-mon[117428]: from='client.412170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:36 smithi203 ceph-mon[117428]: pgmap v15101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:36 smithi137 ceph-mon[117020]: from='client.412170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:36 smithi137 ceph-mon[117020]: pgmap v15101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:38 smithi203 ceph-mon[117428]: pgmap v15102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:38 smithi137 ceph-mon[117020]: pgmap v15102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:38 smithi066 ceph-mon[112137]: pgmap v15102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:40.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:40.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:40.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:40 smithi066 ceph-mon[112137]: pgmap v15103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:40 smithi203 ceph-mon[117428]: pgmap v15103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:40 smithi137 ceph-mon[117020]: pgmap v15103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:41.522 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:41.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:41.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:41.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:41.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:42 smithi203 ceph-mon[117428]: from='client.412242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:42 smithi203 ceph-mon[117428]: pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:42 smithi137 ceph-mon[117020]: from='client.412242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:42 smithi137 ceph-mon[117020]: pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:42 smithi066 ceph-mon[112137]: from='client.412242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:42 smithi066 ceph-mon[112137]: pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:44 smithi066 ceph-mon[112137]: pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:44 smithi203 ceph-mon[117428]: pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:44 smithi137 ceph-mon[117020]: pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:46.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:46.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:46.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:46 smithi066 ceph-mon[112137]: pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:47.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:47.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:47.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:47.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:47.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:46 smithi203 ceph-mon[117428]: pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:46 smithi137 ceph-mon[117020]: pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:47 smithi203 ceph-mon[117428]: from='client.412320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:47 smithi137 ceph-mon[117020]: from='client.412320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:47 smithi066 ceph-mon[112137]: from='client.412320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:48 smithi203 ceph-mon[117428]: pgmap v15107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:48 smithi137 ceph-mon[117020]: pgmap v15107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:48 smithi066 ceph-mon[112137]: pgmap v15107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:50 smithi203 ceph-mon[117428]: pgmap v15108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:50 smithi137 ceph-mon[117020]: pgmap v15108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:50 smithi066 ceph-mon[112137]: pgmap v15108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:52.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:52.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:52.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:52.977 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:52.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:52.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:52.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:52.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:52 smithi203 ceph-mon[117428]: pgmap v15109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:52 smithi137 ceph-mon[117020]: pgmap v15109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:52 smithi066 ceph-mon[112137]: pgmap v15109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:54.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:53 smithi203 ceph-mon[117428]: from='client.412395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:54.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:53 smithi137 ceph-mon[117020]: from='client.412395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:53 smithi066 ceph-mon[112137]: from='client.412395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:54 smithi137 ceph-mon[117020]: pgmap v15110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:54 smithi066 ceph-mon[112137]: pgmap v15110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:54 smithi203 ceph-mon[117428]: pgmap v15110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:56 smithi066 ceph-mon[112137]: pgmap v15111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:56 smithi203 ceph-mon[117428]: pgmap v15111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:56 smithi137 ceph-mon[117020]: pgmap v15111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:57.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:36:57.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:57.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:58.732 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:36:58.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:58.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:58.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:58.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:36:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:58 smithi066 ceph-mon[112137]: pgmap v15112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:58 smithi203 ceph-mon[117428]: pgmap v15112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:58 smithi137 ceph-mon[117020]: pgmap v15112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:36:59 smithi203 ceph-mon[117428]: from='client.412473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:36:59 smithi137 ceph-mon[117020]: from='client.412473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:00.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:36:59 smithi066 ceph-mon[112137]: from='client.412473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:00 smithi203 ceph-mon[117428]: pgmap v15113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:00 smithi137 ceph-mon[117020]: pgmap v15113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:00 smithi066 ceph-mon[112137]: pgmap v15113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:02 smithi203 ceph-mon[117428]: pgmap v15114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:37:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:37:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:37:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:37:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:02 smithi137 ceph-mon[117020]: pgmap v15114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:37:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:37:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:37:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:37:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:02 smithi066 ceph-mon[112137]: pgmap v15114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:37:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:37:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:37:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:37:03.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:03.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:03.734 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:04.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:04.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:04.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:04.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:04.467 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:04 smithi066 ceph-mon[112137]: pgmap v15115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:04 smithi203 ceph-mon[117428]: pgmap v15115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:04 smithi137 ceph-mon[117020]: pgmap v15115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:05 smithi203 ceph-mon[117428]: from='client.412548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:05 smithi137 ceph-mon[117020]: from='client.412548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:05 smithi066 ceph-mon[112137]: from='client.412548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:06 smithi203 ceph-mon[117428]: pgmap v15116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:06 smithi137 ceph-mon[117020]: pgmap v15116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:06 smithi066 ceph-mon[112137]: pgmap v15116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:08 smithi203 ceph-mon[117428]: pgmap v15117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:08 smithi137 ceph-mon[117020]: pgmap v15117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:09.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:09.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:09.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:08 smithi066 ceph-mon[112137]: pgmap v15117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:10.221 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:10.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:10.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:10.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:10.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:10 smithi203 ceph-mon[117428]: from='client.412620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:10 smithi203 ceph-mon[117428]: pgmap v15118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:10 smithi137 ceph-mon[117020]: from='client.412620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:10 smithi137 ceph-mon[117020]: pgmap v15118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:10 smithi066 ceph-mon[112137]: from='client.412620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:10 smithi066 ceph-mon[112137]: pgmap v15118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:12 smithi203 ceph-mon[117428]: pgmap v15119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:12 smithi137 ceph-mon[117020]: pgmap v15119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:12 smithi066 ceph-mon[112137]: pgmap v15119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:15.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:15.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:15.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:14 smithi066 ceph-mon[112137]: pgmap v15120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:14 smithi203 ceph-mon[117428]: pgmap v15120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:14 smithi137 ceph-mon[117020]: pgmap v15120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:15.946 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:15.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:15.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:15.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:15.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:16 smithi203 ceph-mon[117428]: from='client.412698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:16 smithi203 ceph-mon[117428]: pgmap v15121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:16 smithi137 ceph-mon[117020]: from='client.412698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:16 smithi137 ceph-mon[117020]: pgmap v15121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:17.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:16 smithi066 ceph-mon[112137]: from='client.412698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:16 smithi066 ceph-mon[112137]: pgmap v15121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:18 smithi203 ceph-mon[117428]: pgmap v15122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:18 smithi137 ceph-mon[117020]: pgmap v15122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:19.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:18 smithi066 ceph-mon[112137]: pgmap v15122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:20.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:20.948 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:20.949 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:20 smithi203 ceph-mon[117428]: pgmap v15123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:20 smithi137 ceph-mon[117020]: pgmap v15123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:20 smithi066 ceph-mon[112137]: pgmap v15123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:21.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:21.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:21.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:21.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:21.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:22 smithi137 ceph-mon[117020]: from='client.412773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:22 smithi137 ceph-mon[117020]: pgmap v15124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:22 smithi066 ceph-mon[112137]: from='client.412773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:22 smithi066 ceph-mon[112137]: pgmap v15124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:22 smithi203 ceph-mon[117428]: from='client.412773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:22 smithi203 ceph-mon[117428]: pgmap v15124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:24 smithi203 ceph-mon[117428]: pgmap v15125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:24 smithi137 ceph-mon[117020]: pgmap v15125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:24 smithi066 ceph-mon[112137]: pgmap v15125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:26.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:26.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:26.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:26 smithi203 ceph-mon[117428]: pgmap v15126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:26 smithi137 ceph-mon[117020]: pgmap v15126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:27.407 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:27.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:27.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:26 smithi066 ceph-mon[112137]: pgmap v15126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:28 smithi203 ceph-mon[117428]: from='client.412851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:28 smithi203 ceph-mon[117428]: pgmap v15127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:28 smithi137 ceph-mon[117020]: from='client.412851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:28 smithi137 ceph-mon[117020]: pgmap v15127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:29.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:28 smithi066 ceph-mon[112137]: from='client.412851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:28 smithi066 ceph-mon[112137]: pgmap v15127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:30 smithi203 ceph-mon[117428]: pgmap v15128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:30 smithi137 ceph-mon[117020]: pgmap v15128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:30 smithi066 ceph-mon[112137]: pgmap v15128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:32.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:32.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:32.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:32 smithi137 ceph-mon[117020]: pgmap v15129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:33.132 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:33.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:33.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:33.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:33.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:32 smithi066 ceph-mon[112137]: pgmap v15129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:32 smithi203 ceph-mon[117428]: pgmap v15129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:34.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:33 smithi137 ceph-mon[117020]: from='client.412926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:33 smithi066 ceph-mon[112137]: from='client.412926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:33 smithi203 ceph-mon[117428]: from='client.412926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:34 smithi137 ceph-mon[117020]: pgmap v15130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:34 smithi066 ceph-mon[112137]: pgmap v15130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:34 smithi203 ceph-mon[117428]: pgmap v15130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:36 smithi203 ceph-mon[117428]: pgmap v15131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:36 smithi137 ceph-mon[117020]: pgmap v15131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:36 smithi066 ceph-mon[112137]: pgmap v15131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:38.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:38.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:38.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:38.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:38.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:38.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:38.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:38.857 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:38 smithi203 ceph-mon[117428]: pgmap v15132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:38 smithi137 ceph-mon[117020]: pgmap v15132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:39.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:38 smithi066 ceph-mon[112137]: pgmap v15132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:39 smithi203 ceph-mon[117428]: from='client.413004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:39 smithi137 ceph-mon[117020]: from='client.413004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:39 smithi066 ceph-mon[112137]: from='client.413004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:41 smithi203 ceph-mon[117428]: pgmap v15133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:41 smithi137 ceph-mon[117020]: pgmap v15133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:41.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:40 smithi066 ceph-mon[112137]: pgmap v15133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:42 smithi137 ceph-mon[117020]: pgmap v15134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:42 smithi066 ceph-mon[112137]: pgmap v15134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:42 smithi203 ceph-mon[117428]: pgmap v15134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:43.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:43.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:43.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:44.599 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:44.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:44.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:44.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:44.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:44 smithi203 ceph-mon[117428]: pgmap v15135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:44 smithi137 ceph-mon[117020]: pgmap v15135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:44 smithi066 ceph-mon[112137]: pgmap v15135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:45 smithi203 ceph-mon[117428]: from='client.413082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:45 smithi137 ceph-mon[117020]: from='client.413082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:45 smithi066 ceph-mon[112137]: from='client.413082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:46 smithi203 ceph-mon[117428]: pgmap v15136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:46 smithi137 ceph-mon[117020]: pgmap v15136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:46 smithi066 ceph-mon[112137]: pgmap v15136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:49 smithi203 ceph-mon[117428]: pgmap v15137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:49 smithi137 ceph-mon[117020]: pgmap v15137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:49 smithi066 ceph-mon[112137]: pgmap v15137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:49.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:49.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:49.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:50.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:50.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:50.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:50.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:50.330 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:51 smithi203 ceph-mon[117428]: pgmap v15138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:51 smithi203 ceph-mon[117428]: from='client.413160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:51 smithi137 ceph-mon[117020]: pgmap v15138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:51 smithi137 ceph-mon[117020]: from='client.413160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:51 smithi066 ceph-mon[112137]: pgmap v15138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:51.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:51 smithi066 ceph-mon[112137]: from='client.413160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:52 smithi137 ceph-mon[117020]: pgmap v15139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:52 smithi066 ceph-mon[112137]: pgmap v15139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:52 smithi203 ceph-mon[117428]: pgmap v15139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:54 smithi203 ceph-mon[117428]: pgmap v15140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:55.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:37:55.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:55.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:54 smithi137 ceph-mon[117020]: pgmap v15140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:54 smithi066 ceph-mon[112137]: pgmap v15140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:56.054 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:37:56.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:56.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:56.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:56.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:37:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:57 smithi203 ceph-mon[117428]: from='client.413238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:57 smithi203 ceph-mon[117428]: pgmap v15141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:57 smithi137 ceph-mon[117020]: from='client.413238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:57 smithi137 ceph-mon[117020]: pgmap v15141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:57.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:57 smithi066 ceph-mon[112137]: from='client.413238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:57 smithi066 ceph-mon[112137]: pgmap v15141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:37:59 smithi203 ceph-mon[117428]: pgmap v15142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:37:59 smithi137 ceph-mon[117020]: pgmap v15142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:59.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:37:59 smithi066 ceph-mon[112137]: pgmap v15142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:01.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:01.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:01.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:01 smithi203 ceph-mon[117428]: pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:01 smithi137 ceph-mon[117020]: pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:01 smithi066 ceph-mon[112137]: pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:01.781 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:01.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:01.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:01.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:01.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:02 smithi137 ceph-mon[117020]: from='client.413316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:02 smithi137 ceph-mon[117020]: pgmap v15144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:38:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:02 smithi066 ceph-mon[112137]: from='client.413316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:02 smithi066 ceph-mon[112137]: pgmap v15144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:38:03.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:02 smithi203 ceph-mon[117428]: from='client.413316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:03.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:02 smithi203 ceph-mon[117428]: pgmap v15144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:03.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:38:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:38:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:38:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:38:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:38:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:38:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:38:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:38:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:38:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:38:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:04 smithi137 ceph-mon[117020]: pgmap v15145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:04 smithi066 ceph-mon[112137]: pgmap v15145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:04 smithi203 ceph-mon[117428]: pgmap v15145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:06.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:06.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:06.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:06 smithi203 ceph-mon[117428]: pgmap v15146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:06 smithi137 ceph-mon[117020]: pgmap v15146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:06 smithi066 ceph-mon[112137]: pgmap v15146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:07.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:07.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:07.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:07.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:07.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:09 smithi203 ceph-mon[117428]: from='client.413391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:09 smithi203 ceph-mon[117428]: pgmap v15147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:09 smithi137 ceph-mon[117020]: from='client.413391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:09 smithi137 ceph-mon[117020]: pgmap v15147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:09 smithi066 ceph-mon[112137]: from='client.413391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:09 smithi066 ceph-mon[112137]: pgmap v15147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:11 smithi203 ceph-mon[117428]: pgmap v15148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:11 smithi137 ceph-mon[117020]: pgmap v15148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:11 smithi066 ceph-mon[112137]: pgmap v15148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:12.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:12.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:12.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:12 smithi137 ceph-mon[117020]: pgmap v15149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:13.234 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:13.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:13.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:13.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:13.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:12 smithi066 ceph-mon[112137]: pgmap v15149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:12 smithi203 ceph-mon[117428]: pgmap v15149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:14.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:13 smithi137 ceph-mon[117020]: from='client.413469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:13 smithi066 ceph-mon[112137]: from='client.413469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:13 smithi203 ceph-mon[117428]: from='client.413469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:14 smithi137 ceph-mon[117020]: pgmap v15150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:14 smithi066 ceph-mon[112137]: pgmap v15150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:14 smithi203 ceph-mon[117428]: pgmap v15150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:17 smithi203 ceph-mon[117428]: pgmap v15151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:17 smithi137 ceph-mon[117020]: pgmap v15151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:17 smithi066 ceph-mon[112137]: pgmap v15151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:18.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:18.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:18.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:18.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:18.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:18.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:18.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:18.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:19 smithi203 ceph-mon[117428]: pgmap v15152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:19 smithi137 ceph-mon[117020]: pgmap v15152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:19.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:19 smithi066 ceph-mon[112137]: pgmap v15152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:20 smithi203 ceph-mon[117428]: from='client.413547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:20 smithi137 ceph-mon[117020]: from='client.413547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:20 smithi066 ceph-mon[112137]: from='client.413547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:21 smithi203 ceph-mon[117428]: pgmap v15153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:21 smithi137 ceph-mon[117020]: pgmap v15153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:21.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:21 smithi066 ceph-mon[112137]: pgmap v15153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:22 smithi137 ceph-mon[117020]: pgmap v15154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:22 smithi066 ceph-mon[112137]: pgmap v15154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:22 smithi203 ceph-mon[117428]: pgmap v15154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:23.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:23.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:23.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:24.708 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:24.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:24.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:24.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:24.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:25 smithi203 ceph-mon[117428]: pgmap v15155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:25 smithi137 ceph-mon[117020]: pgmap v15155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:25 smithi066 ceph-mon[112137]: pgmap v15155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:26 smithi203 ceph-mon[117428]: from='client.413622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:26 smithi137 ceph-mon[117020]: from='client.413622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:26.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:26 smithi066 ceph-mon[112137]: from='client.413622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:27 smithi203 ceph-mon[117428]: pgmap v15156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:38:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:27 smithi137 ceph-mon[117020]: pgmap v15156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:38:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:27 smithi066 ceph-mon[112137]: pgmap v15156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:38:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:28 smithi203 ceph-mon[117428]: pgmap v15157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:38:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:28 smithi137 ceph-mon[117020]: pgmap v15157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:38:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:28 smithi066 ceph-mon[112137]: pgmap v15157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:38:29.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:29.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:29.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:30.432 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:30.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:30.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:30.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:30.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:31 smithi203 ceph-mon[117428]: pgmap v15158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:31 smithi137 ceph-mon[117020]: pgmap v15158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:31.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:31 smithi066 ceph-mon[112137]: pgmap v15158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:32 smithi203 ceph-mon[117428]: from='client.413697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:32 smithi137 ceph-mon[117020]: from='client.413697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:32 smithi066 ceph-mon[112137]: from='client.413697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:33 smithi203 ceph-mon[117428]: pgmap v15159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:33 smithi137 ceph-mon[117020]: pgmap v15159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:33.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:33 smithi066 ceph-mon[112137]: pgmap v15159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:35 smithi203 ceph-mon[117428]: pgmap v15160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:35 smithi137 ceph-mon[117020]: pgmap v15160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:35.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:35.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:35.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:35.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:35 smithi066 ceph-mon[112137]: pgmap v15160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:36.150 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:36.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:36.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:36.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:36.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:37 smithi203 ceph-mon[117428]: from='client.413772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:37 smithi203 ceph-mon[117428]: pgmap v15161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:37 smithi137 ceph-mon[117020]: from='client.413772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:37 smithi137 ceph-mon[117020]: pgmap v15161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:37 smithi066 ceph-mon[112137]: from='client.413772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:37 smithi066 ceph-mon[112137]: pgmap v15161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:38.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:38 smithi203 ceph-mon[117428]: pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:38:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:38 smithi137 ceph-mon[117020]: pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:38:38.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:38 smithi066 ceph-mon[112137]: pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:38:41.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:41.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:41.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:41 smithi203 ceph-mon[117428]: pgmap v15163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:38:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:41 smithi137 ceph-mon[117020]: pgmap v15163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:38:41.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:41 smithi066 ceph-mon[112137]: pgmap v15163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:38:41.876 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:41.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:41.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:41.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:41.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:42 smithi137 ceph-mon[117020]: from='client.413844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:42 smithi137 ceph-mon[117020]: pgmap v15164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:42 smithi066 ceph-mon[112137]: from='client.413844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:42 smithi066 ceph-mon[112137]: pgmap v15164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:42 smithi203 ceph-mon[117428]: from='client.413844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:42 smithi203 ceph-mon[117428]: pgmap v15164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:45 smithi203 ceph-mon[117428]: pgmap v15165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:45 smithi137 ceph-mon[117020]: pgmap v15165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:45 smithi066 ceph-mon[112137]: pgmap v15165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:46.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:46.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:46.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:47 smithi203 ceph-mon[117428]: pgmap v15166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:47 smithi137 ceph-mon[117020]: pgmap v15166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:47.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:47 smithi066 ceph-mon[112137]: pgmap v15166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:47.619 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:47.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:47.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:47.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:47.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:49 smithi203 ceph-mon[117428]: from='client.413922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:49 smithi203 ceph-mon[117428]: pgmap v15167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:49 smithi137 ceph-mon[117020]: from='client.413922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:49 smithi137 ceph-mon[117020]: pgmap v15167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:49 smithi066 ceph-mon[112137]: from='client.413922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:49 smithi066 ceph-mon[112137]: pgmap v15167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:50 smithi203 ceph-mon[117428]: pgmap v15168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:50 smithi137 ceph-mon[117020]: pgmap v15168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:50.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:50 smithi066 ceph-mon[112137]: pgmap v15168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:52.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:52.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:52.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:52 smithi137 ceph-mon[117020]: pgmap v15169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:52 smithi066 ceph-mon[112137]: pgmap v15169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:52 smithi203 ceph-mon[117428]: pgmap v15169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:53.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:53.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:53.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:53.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:53.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:53 smithi137 ceph-mon[117020]: from='client.413994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:53 smithi066 ceph-mon[112137]: from='client.413994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:53 smithi203 ceph-mon[117428]: from='client.413994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:54 smithi137 ceph-mon[117020]: pgmap v15170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:54 smithi066 ceph-mon[112137]: pgmap v15170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:54 smithi203 ceph-mon[117428]: pgmap v15170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:57 smithi203 ceph-mon[117428]: pgmap v15171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:57 smithi137 ceph-mon[117020]: pgmap v15171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:57 smithi066 ceph-mon[112137]: pgmap v15171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:58.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:38:58.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:58.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:59.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:38:59.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:59.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:59.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:59.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:38:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:38:59 smithi203 ceph-mon[117428]: pgmap v15172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:38:59 smithi137 ceph-mon[117020]: pgmap v15172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:59.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:38:59 smithi066 ceph-mon[112137]: pgmap v15172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:00 smithi203 ceph-mon[117428]: from='client.414069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:00 smithi137 ceph-mon[117020]: from='client.414069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:00 smithi066 ceph-mon[112137]: from='client.414069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:01 smithi203 ceph-mon[117428]: pgmap v15173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:01 smithi137 ceph-mon[117020]: pgmap v15173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:01.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:01 smithi066 ceph-mon[112137]: pgmap v15173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:02 smithi137 ceph-mon[117020]: pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:02 smithi066 ceph-mon[112137]: pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:02 smithi203 ceph-mon[117428]: pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:04.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:04.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:04.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:04.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:39:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:39:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:39:04.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:04.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:04.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:04.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:04.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:39:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:39:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:39:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:39:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:39:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:05 smithi066 ceph-mon[112137]: from='client.414141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:05 smithi203 ceph-mon[117428]: from='client.414141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:05 smithi137 ceph-mon[117020]: from='client.414141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:06 smithi066 ceph-mon[112137]: pgmap v15176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:39:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:06 smithi203 ceph-mon[117428]: pgmap v15176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:39:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:06 smithi137 ceph-mon[117020]: pgmap v15176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:39:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:09 smithi203 ceph-mon[117428]: pgmap v15177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:39:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:09 smithi137 ceph-mon[117020]: pgmap v15177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:39:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:09 smithi066 ceph-mon[112137]: pgmap v15177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:39:09.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:09.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:09.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:10.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:10.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:10.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:10.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:10.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:11 smithi203 ceph-mon[117428]: pgmap v15178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:11 smithi137 ceph-mon[117020]: pgmap v15178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:11 smithi066 ceph-mon[112137]: pgmap v15178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:12 smithi203 ceph-mon[117428]: from='client.414213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:12 smithi137 ceph-mon[117020]: from='client.414213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:12 smithi066 ceph-mon[112137]: from='client.414213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:13 smithi203 ceph-mon[117428]: pgmap v15179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:13 smithi137 ceph-mon[117020]: pgmap v15179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:13 smithi066 ceph-mon[112137]: pgmap v15179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:14 smithi203 ceph-mon[117428]: pgmap v15180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:14 smithi137 ceph-mon[117020]: pgmap v15180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:14.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:14 smithi066 ceph-mon[112137]: pgmap v15180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:15.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:15.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:15.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:16.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:16.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:16.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:16.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:16.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:17 smithi203 ceph-mon[117428]: from='client.414291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:17 smithi203 ceph-mon[117428]: pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:17 smithi137 ceph-mon[117020]: from='client.414291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:17 smithi137 ceph-mon[117020]: pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:17 smithi066 ceph-mon[112137]: from='client.414291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:17 smithi066 ceph-mon[112137]: pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:19 smithi203 ceph-mon[117428]: pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:39:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:19 smithi137 ceph-mon[117020]: pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:39:19.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:19 smithi066 ceph-mon[112137]: pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:39:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:20 smithi203 ceph-mon[117428]: pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:39:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:20 smithi137 ceph-mon[117020]: pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:39:20.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:20 smithi066 ceph-mon[112137]: pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:39:21.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:21.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:21.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:22.041 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:22.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:22.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:22.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:22.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:22 smithi137 ceph-mon[117020]: from='client.414363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:22 smithi137 ceph-mon[117020]: pgmap v15184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:22 smithi066 ceph-mon[112137]: from='client.414363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:22 smithi066 ceph-mon[112137]: pgmap v15184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:22 smithi203 ceph-mon[117428]: from='client.414363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:22 smithi203 ceph-mon[117428]: pgmap v15184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:25 smithi203 ceph-mon[117428]: pgmap v15185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:25 smithi137 ceph-mon[117020]: pgmap v15185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:25.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:25 smithi066 ceph-mon[112137]: pgmap v15185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:27.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:27.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:27.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:27 smithi203 ceph-mon[117428]: pgmap v15186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:27 smithi137 ceph-mon[117020]: pgmap v15186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:27 smithi066 ceph-mon[112137]: pgmap v15186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:27.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:27.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:27.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:27.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:27.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:28 smithi203 ceph-mon[117428]: from='client.414441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:28 smithi203 ceph-mon[117428]: pgmap v15187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:28 smithi137 ceph-mon[117020]: from='client.414441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:28 smithi137 ceph-mon[117020]: pgmap v15187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:28 smithi066 ceph-mon[112137]: from='client.414441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:28 smithi066 ceph-mon[112137]: pgmap v15187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:31 smithi203 ceph-mon[117428]: pgmap v15188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:31 smithi137 ceph-mon[117020]: pgmap v15188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:31 smithi066 ceph-mon[112137]: pgmap v15188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:32.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:32.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:32.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:32 smithi137 ceph-mon[117020]: pgmap v15189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:32 smithi066 ceph-mon[112137]: pgmap v15189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:32 smithi203 ceph-mon[117428]: pgmap v15189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:33.508 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:33.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:33.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:33.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:33.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:35 smithi203 ceph-mon[117428]: from='client.414516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:35 smithi203 ceph-mon[117428]: pgmap v15190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:35 smithi137 ceph-mon[117020]: from='client.414516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:35 smithi137 ceph-mon[117020]: pgmap v15190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:35 smithi066 ceph-mon[112137]: from='client.414516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:35 smithi066 ceph-mon[112137]: pgmap v15190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:37 smithi203 ceph-mon[117428]: pgmap v15191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:37 smithi137 ceph-mon[117020]: pgmap v15191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:37 smithi066 ceph-mon[112137]: pgmap v15191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:38 smithi203 ceph-mon[117428]: pgmap v15192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:38 smithi137 ceph-mon[117020]: pgmap v15192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:38 smithi066 ceph-mon[112137]: pgmap v15192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:38.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:38.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:38.511 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:39.232 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:39.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:39.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:39.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:39.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:39 smithi203 ceph-mon[117428]: from='client.414588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:39 smithi137 ceph-mon[117020]: from='client.414588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:39 smithi066 ceph-mon[112137]: from='client.414588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:40 smithi203 ceph-mon[117428]: pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:40 smithi137 ceph-mon[117020]: pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:40.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:40 smithi066 ceph-mon[112137]: pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:42 smithi137 ceph-mon[117020]: pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:42 smithi066 ceph-mon[112137]: pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:42 smithi203 ceph-mon[117428]: pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:44.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:44.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:44.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:44.977 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:44.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:44.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:44.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:44.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:45 smithi203 ceph-mon[117428]: pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:45 smithi137 ceph-mon[117020]: pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:45.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:45 smithi066 ceph-mon[112137]: pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:46 smithi203 ceph-mon[117428]: from='client.414663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:46 smithi137 ceph-mon[117020]: from='client.414663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:46 smithi066 ceph-mon[112137]: from='client.414663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:47 smithi203 ceph-mon[117428]: pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:39:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:47 smithi137 ceph-mon[117020]: pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:39:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:47 smithi066 ceph-mon[112137]: pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:39:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:48 smithi203 ceph-mon[117428]: pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:39:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:48 smithi137 ceph-mon[117020]: pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:39:48.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:48 smithi066 ceph-mon[112137]: pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:39:49.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:49.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:49.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:50.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:50.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:50.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:50.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:50.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:51 smithi203 ceph-mon[117428]: pgmap v15198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:51 smithi137 ceph-mon[117020]: pgmap v15198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:51 smithi066 ceph-mon[112137]: pgmap v15198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:52 smithi203 ceph-mon[117428]: from='client.414741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:52 smithi137 ceph-mon[117020]: from='client.414741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:52 smithi066 ceph-mon[112137]: from='client.414741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:53 smithi203 ceph-mon[117428]: pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:53 smithi137 ceph-mon[117020]: pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:53 smithi066 ceph-mon[112137]: pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:54 smithi203 ceph-mon[117428]: pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:54.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:54 smithi137 ceph-mon[117020]: pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:54 smithi066 ceph-mon[112137]: pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:55.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:39:55.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:55.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:56.441 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:39:56.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:56.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:56.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:56.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:39:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:57 smithi203 ceph-mon[117428]: pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:57 smithi137 ceph-mon[117020]: pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:57 smithi066 ceph-mon[112137]: pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:58 smithi203 ceph-mon[117428]: from='client.414819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:58 smithi137 ceph-mon[117020]: from='client.414819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:58 smithi066 ceph-mon[112137]: from='client.414819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:39:59 smithi203 ceph-mon[117428]: pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:39:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:39:59 smithi137 ceph-mon[117020]: pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:39:59.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:39:59 smithi066 ceph-mon[112137]: pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:40:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:00 smithi203 ceph-mon[117428]: pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:40:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T01:40:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:00 smithi137 ceph-mon[117020]: pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:40:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T01:40:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:00 smithi066 ceph-mon[112137]: pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:40:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T01:40:01.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:01.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:01.443 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:02.172 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:02.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:02.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:02.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:02.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:02 smithi137 ceph-mon[117020]: from='client.414897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:02 smithi137 ceph-mon[117020]: pgmap v15204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:02 smithi066 ceph-mon[112137]: from='client.414897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:02 smithi066 ceph-mon[112137]: pgmap v15204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:02 smithi203 ceph-mon[117428]: from='client.414897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:02 smithi203 ceph-mon[117428]: pgmap v15204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:05 smithi203 ceph-mon[117428]: pgmap v15205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:40:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:05 smithi137 ceph-mon[117020]: pgmap v15205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:40:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:05 smithi066 ceph-mon[112137]: pgmap v15205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:40:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:40:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:40:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:40:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:06 smithi203 ceph-mon[117428]: pgmap v15206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:40:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:40:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:40:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:06 smithi137 ceph-mon[117020]: pgmap v15206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:40:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:40:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:40:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:06 smithi066 ceph-mon[112137]: pgmap v15206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:07.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:07.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:07.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:07.909 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:07.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:07.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:07.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:07.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:09 smithi203 ceph-mon[117428]: from='client.414972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:09 smithi203 ceph-mon[117428]: pgmap v15207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:09 smithi137 ceph-mon[117020]: from='client.414972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:09 smithi137 ceph-mon[117020]: pgmap v15207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:09 smithi066 ceph-mon[112137]: from='client.414972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:09 smithi066 ceph-mon[112137]: pgmap v15207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:10 smithi203 ceph-mon[117428]: pgmap v15208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:10 smithi137 ceph-mon[117020]: pgmap v15208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:10 smithi066 ceph-mon[112137]: pgmap v15208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:12.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:12.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:12.911 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:12 smithi137 ceph-mon[117020]: pgmap v15209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:12 smithi066 ceph-mon[112137]: pgmap v15209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:12 smithi203 ceph-mon[117428]: pgmap v15209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:13.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:13.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:13.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:13.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:13.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:15 smithi203 ceph-mon[117428]: from='client.415047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:15 smithi203 ceph-mon[117428]: pgmap v15210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:15 smithi137 ceph-mon[117020]: from='client.415047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:15 smithi137 ceph-mon[117020]: pgmap v15210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:15 smithi066 ceph-mon[112137]: from='client.415047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:15 smithi066 ceph-mon[112137]: pgmap v15210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:16 smithi203 ceph-mon[117428]: pgmap v15211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:16 smithi137 ceph-mon[117020]: pgmap v15211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:16 smithi066 ceph-mon[112137]: pgmap v15211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:18.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:18 smithi137 ceph-mon[117020]: pgmap v15212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:18 smithi066 ceph-mon[112137]: pgmap v15212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:18 smithi203 ceph-mon[117428]: pgmap v15212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:18.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:18.653 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:18.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:19 smithi137 ceph-mon[117020]: from='client.415125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:19.390 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:19.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:19.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:19.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:19.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:19.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:19 smithi066 ceph-mon[112137]: from='client.415125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:19 smithi203 ceph-mon[117428]: from='client.415125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:20 smithi137 ceph-mon[117020]: pgmap v15213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:20 smithi066 ceph-mon[112137]: pgmap v15213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:20 smithi203 ceph-mon[117428]: pgmap v15213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:22 smithi137 ceph-mon[117020]: pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:22 smithi066 ceph-mon[112137]: pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:22 smithi203 ceph-mon[117428]: pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:24.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:24.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:24.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:25.122 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:25.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:25.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:25.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:25.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:25 smithi203 ceph-mon[117428]: pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:25 smithi137 ceph-mon[117020]: pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:25 smithi066 ceph-mon[112137]: pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:26 smithi137 ceph-mon[117020]: from='client.415203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:26 smithi203 ceph-mon[117428]: from='client.415203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:26 smithi066 ceph-mon[112137]: from='client.415203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:27 smithi203 ceph-mon[117428]: pgmap v15216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:27 smithi137 ceph-mon[117020]: pgmap v15216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:27 smithi066 ceph-mon[112137]: pgmap v15216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:28 smithi203 ceph-mon[117428]: pgmap v15217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:28 smithi137 ceph-mon[117020]: pgmap v15217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:28 smithi066 ceph-mon[112137]: pgmap v15217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:30.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:30.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:30.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:30.853 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:30.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:30.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:30.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:30.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:31 smithi203 ceph-mon[117428]: pgmap v15218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:31 smithi137 ceph-mon[117020]: pgmap v15218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:31 smithi066 ceph-mon[112137]: pgmap v15218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:32 smithi203 ceph-mon[117428]: from='client.415278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:32 smithi137 ceph-mon[117020]: from='client.415278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:32 smithi066 ceph-mon[112137]: from='client.415278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:33 smithi203 ceph-mon[117428]: pgmap v15219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:33 smithi137 ceph-mon[117020]: pgmap v15219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:33 smithi066 ceph-mon[112137]: pgmap v15219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:34 smithi203 ceph-mon[117428]: pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:34 smithi137 ceph-mon[117020]: pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:34 smithi066 ceph-mon[112137]: pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:35.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:35.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:35.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:36.576 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:36.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:36.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:36.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:36.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:37 smithi203 ceph-mon[117428]: pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:37 smithi137 ceph-mon[117020]: pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:37 smithi066 ceph-mon[112137]: pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:38 smithi203 ceph-mon[117428]: from='client.415347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:38 smithi137 ceph-mon[117020]: from='client.415347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:38 smithi066 ceph-mon[112137]: from='client.415347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:39 smithi203 ceph-mon[117428]: pgmap v15222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:39 smithi137 ceph-mon[117020]: pgmap v15222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:39 smithi066 ceph-mon[112137]: pgmap v15222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:40 smithi203 ceph-mon[117428]: pgmap v15223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:40 smithi137 ceph-mon[117020]: pgmap v15223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:40 smithi066 ceph-mon[112137]: pgmap v15223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:41.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:41.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:41.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:42.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:42.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:42.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:42.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:42.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:42 smithi137 ceph-mon[117020]: from='client.415422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:42 smithi137 ceph-mon[117020]: pgmap v15224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:42 smithi066 ceph-mon[112137]: from='client.415422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:42 smithi066 ceph-mon[112137]: pgmap v15224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:42 smithi203 ceph-mon[117428]: from='client.415422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:42 smithi203 ceph-mon[117428]: pgmap v15224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:45 smithi203 ceph-mon[117428]: pgmap v15225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:45 smithi137 ceph-mon[117020]: pgmap v15225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:45 smithi066 ceph-mon[112137]: pgmap v15225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:46 smithi137 ceph-mon[117020]: pgmap v15226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:46 smithi066 ceph-mon[112137]: pgmap v15226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:46 smithi203 ceph-mon[117428]: pgmap v15226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:47.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:47.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:47.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:48.044 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:48.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:48.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:48.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:48.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:49 smithi203 ceph-mon[117428]: from='client.415500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:49 smithi203 ceph-mon[117428]: pgmap v15227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:49 smithi137 ceph-mon[117020]: from='client.415500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:49 smithi137 ceph-mon[117020]: pgmap v15227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:49 smithi066 ceph-mon[112137]: from='client.415500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:49 smithi066 ceph-mon[112137]: pgmap v15227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:50 smithi203 ceph-mon[117428]: pgmap v15228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:50 smithi137 ceph-mon[117020]: pgmap v15228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:50 smithi066 ceph-mon[112137]: pgmap v15228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:53.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:53.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:53.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:52 smithi137 ceph-mon[117020]: pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:52 smithi066 ceph-mon[112137]: pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:52 smithi203 ceph-mon[117428]: pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:53.774 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:53.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:53.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:53.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:53.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:40:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:55 smithi203 ceph-mon[117428]: from='client.415572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:55 smithi203 ceph-mon[117428]: pgmap v15230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:55 smithi137 ceph-mon[117020]: from='client.415572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:55 smithi137 ceph-mon[117020]: pgmap v15230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:55 smithi066 ceph-mon[112137]: from='client.415572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:55 smithi066 ceph-mon[112137]: pgmap v15230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:56 smithi203 ceph-mon[117428]: pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:56 smithi137 ceph-mon[117020]: pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:56 smithi066 ceph-mon[112137]: pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:58.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:40:58.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:58.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:40:59 smithi203 ceph-mon[117428]: pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:40:59 smithi137 ceph-mon[117020]: pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:59.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:40:59 smithi066 ceph-mon[112137]: pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:59.521 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:40:59.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:59.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:59.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:59.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:00 smithi203 ceph-mon[117428]: from='client.415647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:00 smithi203 ceph-mon[117428]: pgmap v15233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:00 smithi137 ceph-mon[117020]: from='client.415647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:00 smithi137 ceph-mon[117020]: pgmap v15233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:00 smithi066 ceph-mon[112137]: from='client.415647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:00 smithi066 ceph-mon[112137]: pgmap v15233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:02 smithi137 ceph-mon[117020]: pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:02 smithi066 ceph-mon[112137]: pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:02 smithi203 ceph-mon[117428]: pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:04.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:04.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:04.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:05.254 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:05.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:05.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:05.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:05.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:05 smithi203 ceph-mon[117428]: pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:05 smithi137 ceph-mon[117020]: pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:05.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:05 smithi066 ceph-mon[112137]: pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:06 smithi066 ceph-mon[112137]: from='client.415722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:41:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:06 smithi066 ceph-mon[112137]: pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:06 smithi203 ceph-mon[117428]: from='client.415722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:41:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:06 smithi203 ceph-mon[117428]: pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:06 smithi137 ceph-mon[117020]: from='client.415722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:41:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:06 smithi137 ceph-mon[117020]: pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15327M 2023-12-08T01:41:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16948M 2023-12-08T01:41:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:41:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:41:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15327M 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16948M 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:41:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15327M 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16948M 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:41:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:41:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:08 smithi066 ceph-mon[112137]: pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:08 smithi203 ceph-mon[117428]: pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:08 smithi137 ceph-mon[117020]: pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:10.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:10.257 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:10.257 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:10 smithi137 ceph-mon[117020]: pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:10 smithi066 ceph-mon[112137]: pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:10 smithi203 ceph-mon[117428]: pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:10.987 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:10.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:10.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:10.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:10.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:11 smithi137 ceph-mon[117020]: from='client.415794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:11.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:11 smithi066 ceph-mon[112137]: from='client.415794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:11 smithi203 ceph-mon[117428]: from='client.415794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:12 smithi066 ceph-mon[112137]: pgmap v15239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:12 smithi203 ceph-mon[117428]: pgmap v15239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:12 smithi137 ceph-mon[117020]: pgmap v15239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:14 smithi137 ceph-mon[117020]: pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:14 smithi066 ceph-mon[112137]: pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:14 smithi203 ceph-mon[117428]: pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:15.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:15.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:15.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:16 smithi137 ceph-mon[117020]: pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:16.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:16 smithi066 ceph-mon[112137]: pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:16 smithi203 ceph-mon[117428]: pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:16.708 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:16.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:16.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:16.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:16.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:17 smithi137 ceph-mon[117020]: from='client.415866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:17 smithi066 ceph-mon[112137]: from='client.415866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:17 smithi203 ceph-mon[117428]: from='client.415866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:18 smithi066 ceph-mon[112137]: pgmap v15242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:18 smithi203 ceph-mon[117428]: pgmap v15242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:18 smithi137 ceph-mon[117020]: pgmap v15242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:20 smithi137 ceph-mon[117020]: pgmap v15243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:20 smithi066 ceph-mon[112137]: pgmap v15243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:20 smithi203 ceph-mon[117428]: pgmap v15243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:21.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:21.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:21.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:22.434 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:22.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:22.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:22.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:22.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:22 smithi066 ceph-mon[112137]: pgmap v15244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:22 smithi203 ceph-mon[117428]: pgmap v15244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:22 smithi137 ceph-mon[117020]: pgmap v15244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:23 smithi066 ceph-mon[112137]: from='client.415944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:23 smithi203 ceph-mon[117428]: from='client.415944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:23 smithi137 ceph-mon[117020]: from='client.415944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:24 smithi066 ceph-mon[112137]: pgmap v15245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:24 smithi203 ceph-mon[117428]: pgmap v15245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:24 smithi137 ceph-mon[117020]: pgmap v15245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:26 smithi137 ceph-mon[117020]: pgmap v15246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:26 smithi066 ceph-mon[112137]: pgmap v15246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:26 smithi203 ceph-mon[117428]: pgmap v15246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:27.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:27.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:27.436 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:28.163 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:28.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:28.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:28.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:28.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:28 smithi137 ceph-mon[117020]: from='client.416019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:28 smithi137 ceph-mon[117020]: pgmap v15247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:28 smithi066 ceph-mon[112137]: from='client.416019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:28 smithi066 ceph-mon[112137]: pgmap v15247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:28 smithi203 ceph-mon[117428]: from='client.416019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:28 smithi203 ceph-mon[117428]: pgmap v15247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:30 smithi137 ceph-mon[117020]: pgmap v15248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:30 smithi066 ceph-mon[112137]: pgmap v15248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:30 smithi203 ceph-mon[117428]: pgmap v15248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:33.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:33.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:33.165 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:32 smithi066 ceph-mon[112137]: pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:32 smithi203 ceph-mon[117428]: pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:32 smithi137 ceph-mon[117020]: pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:33.892 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:33.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:33.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:33.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:33.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:34 smithi137 ceph-mon[117020]: from='client.416094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:34 smithi137 ceph-mon[117020]: pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:34 smithi066 ceph-mon[112137]: from='client.416094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:34 smithi066 ceph-mon[112137]: pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:34 smithi203 ceph-mon[117428]: from='client.416094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:34 smithi203 ceph-mon[117428]: pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:36 smithi137 ceph-mon[117020]: pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:36 smithi066 ceph-mon[112137]: pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:36 smithi203 ceph-mon[117428]: pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:38 smithi137 ceph-mon[117020]: pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:38 smithi066 ceph-mon[112137]: pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:38 smithi203 ceph-mon[117428]: pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:38.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:38.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:38.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:39.617 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:39.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:39.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:39.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:39.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:40 smithi137 ceph-mon[117020]: from='client.416169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:40 smithi137 ceph-mon[117020]: pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:40 smithi066 ceph-mon[112137]: from='client.416169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:40 smithi066 ceph-mon[112137]: pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:40 smithi203 ceph-mon[117428]: from='client.416169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:40 smithi203 ceph-mon[117428]: pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:42 smithi066 ceph-mon[112137]: pgmap v15254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:42 smithi203 ceph-mon[117428]: pgmap v15254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:42 smithi137 ceph-mon[117020]: pgmap v15254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:44 smithi137 ceph-mon[117020]: pgmap v15255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:44 smithi066 ceph-mon[112137]: pgmap v15255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:44 smithi203 ceph-mon[117428]: pgmap v15255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:44.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:44.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:44.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:45.348 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:45.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:45.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:45.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:45.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:45 smithi137 ceph-mon[117020]: from='client.416244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:45 smithi066 ceph-mon[112137]: from='client.416244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:45 smithi203 ceph-mon[117428]: from='client.416244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:46 smithi137 ceph-mon[117020]: pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:46 smithi066 ceph-mon[112137]: pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:46 smithi203 ceph-mon[117428]: pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:48 smithi137 ceph-mon[117020]: pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:48 smithi066 ceph-mon[112137]: pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:48 smithi203 ceph-mon[117428]: pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:50.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:50.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:50.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:50 smithi137 ceph-mon[117020]: pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:50 smithi066 ceph-mon[112137]: pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:50.578 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:50 smithi203 ceph-mon[117428]: pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:51.073 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:51.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:51.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:51.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:51.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:51 smithi137 ceph-mon[117020]: from='client.416319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:51 smithi066 ceph-mon[112137]: from='client.416319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:51 smithi203 ceph-mon[117428]: from='client.416319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:52 smithi066 ceph-mon[112137]: pgmap v15259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:52 smithi203 ceph-mon[117428]: pgmap v15259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:52 smithi137 ceph-mon[117020]: pgmap v15259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:54 smithi137 ceph-mon[117020]: pgmap v15260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:54 smithi066 ceph-mon[112137]: pgmap v15260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:54 smithi203 ceph-mon[117428]: pgmap v15260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:56.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:41:56.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:56.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:56 smithi137 ceph-mon[117020]: pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:56 smithi066 ceph-mon[112137]: pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:56 smithi203 ceph-mon[117428]: pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:56.820 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:41:56.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:56.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:56.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:56.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:41:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:57 smithi066 ceph-mon[112137]: from='client.416397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:57 smithi203 ceph-mon[117428]: from='client.416397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:57 smithi137 ceph-mon[117020]: from='client.416397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:41:58 smithi066 ceph-mon[112137]: pgmap v15262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:41:58 smithi203 ceph-mon[117428]: pgmap v15262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:41:58 smithi137 ceph-mon[117020]: pgmap v15262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:00 smithi137 ceph-mon[117020]: pgmap v15263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:00 smithi066 ceph-mon[112137]: pgmap v15263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:00 smithi203 ceph-mon[117428]: pgmap v15263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:01.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:01.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:01.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:02.553 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:02.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:02.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:02.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:02.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:02 smithi066 ceph-mon[112137]: pgmap v15264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:02 smithi203 ceph-mon[117428]: pgmap v15264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:02 smithi137 ceph-mon[117020]: pgmap v15264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:03 smithi066 ceph-mon[112137]: from='client.416472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:03 smithi203 ceph-mon[117428]: from='client.416472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:03 smithi137 ceph-mon[117020]: from='client.416472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:04 smithi066 ceph-mon[112137]: pgmap v15265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:04 smithi203 ceph-mon[117428]: pgmap v15265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:04 smithi137 ceph-mon[117020]: pgmap v15265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:06 smithi137 ceph-mon[117020]: pgmap v15266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:06 smithi066 ceph-mon[112137]: pgmap v15266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:06 smithi203 ceph-mon[117428]: pgmap v15266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:42:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:42:07.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:07.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:07.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:42:08.278 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:08.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:08.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:08.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:08.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:42:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:42:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:42:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:08 smithi137 ceph-mon[117020]: from='client.416547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:08 smithi137 ceph-mon[117020]: pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:42:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:42:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:42:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:08 smithi066 ceph-mon[112137]: from='client.416547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:08 smithi066 ceph-mon[112137]: pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:42:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:42:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:42:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:08 smithi203 ceph-mon[117428]: from='client.416547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:08 smithi203 ceph-mon[117428]: pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:10 smithi137 ceph-mon[117020]: pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:10 smithi066 ceph-mon[112137]: pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:10 smithi203 ceph-mon[117428]: pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:12 smithi066 ceph-mon[112137]: pgmap v15269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:13.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:13.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:13.280 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:12 smithi203 ceph-mon[117428]: pgmap v15269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:12 smithi137 ceph-mon[117020]: pgmap v15269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:14.004 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:14.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:14.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:14.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:14.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:14 smithi137 ceph-mon[117020]: from='client.416622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:14 smithi137 ceph-mon[117020]: pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:14 smithi066 ceph-mon[112137]: from='client.416622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:14 smithi066 ceph-mon[112137]: pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:14 smithi203 ceph-mon[117428]: from='client.416622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:14 smithi203 ceph-mon[117428]: pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:16 smithi137 ceph-mon[117020]: pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:16 smithi066 ceph-mon[112137]: pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:16 smithi203 ceph-mon[117428]: pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:18 smithi137 ceph-mon[117020]: pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:18 smithi066 ceph-mon[112137]: pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:18 smithi203 ceph-mon[117428]: pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:19.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:19.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:19.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:19.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:19.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:19.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:19.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:19.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:20 smithi137 ceph-mon[117020]: from='client.416700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:20 smithi137 ceph-mon[117020]: pgmap v15273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:42:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:20 smithi066 ceph-mon[112137]: from='client.416700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:20 smithi066 ceph-mon[112137]: pgmap v15273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:42:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:20 smithi203 ceph-mon[117428]: from='client.416700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:20 smithi203 ceph-mon[117428]: pgmap v15273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:42:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:22 smithi066 ceph-mon[112137]: pgmap v15274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:42:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:22 smithi203 ceph-mon[117428]: pgmap v15274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:42:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:22 smithi137 ceph-mon[117020]: pgmap v15274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:42:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:24 smithi137 ceph-mon[117020]: pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:42:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:24 smithi066 ceph-mon[112137]: pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:42:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:24 smithi203 ceph-mon[117428]: pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:42:24.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:24.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:24.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:25.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:25.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:25.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:25.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:25.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:26 smithi137 ceph-mon[117020]: from='client.416775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:26 smithi137 ceph-mon[117020]: pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:26 smithi066 ceph-mon[112137]: from='client.416775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:26 smithi066 ceph-mon[112137]: pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:26 smithi203 ceph-mon[117428]: from='client.416775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:26 smithi203 ceph-mon[117428]: pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:28 smithi137 ceph-mon[117020]: pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:28 smithi066 ceph-mon[112137]: pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:28 smithi203 ceph-mon[117428]: pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:30 smithi137 ceph-mon[117020]: pgmap v15278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:30.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:30.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:30.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:30 smithi066 ceph-mon[112137]: pgmap v15278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:30 smithi203 ceph-mon[117428]: pgmap v15278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:31.221 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:31.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:31.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:31.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:31.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:31 smithi137 ceph-mon[117020]: from='client.416853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:31 smithi066 ceph-mon[112137]: from='client.416853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:31 smithi203 ceph-mon[117428]: from='client.416853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:32 smithi066 ceph-mon[112137]: pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:42:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:32 smithi203 ceph-mon[117428]: pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:42:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:32 smithi137 ceph-mon[117020]: pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:42:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:34 smithi137 ceph-mon[117020]: pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:42:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:34 smithi066 ceph-mon[112137]: pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:42:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:34 smithi203 ceph-mon[117428]: pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:42:36.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:36.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:36.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:36 smithi137 ceph-mon[117020]: pgmap v15281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:42:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:36 smithi066 ceph-mon[112137]: pgmap v15281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:42:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:36 smithi203 ceph-mon[117428]: pgmap v15281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:42:36.956 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:36.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:36.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:36.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:36.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:37 smithi066 ceph-mon[112137]: from='client.416928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:37 smithi203 ceph-mon[117428]: from='client.416928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:37 smithi137 ceph-mon[117020]: from='client.416928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:38 smithi066 ceph-mon[112137]: pgmap v15282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:38 smithi203 ceph-mon[117428]: pgmap v15282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:38 smithi137 ceph-mon[117020]: pgmap v15282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:40 smithi137 ceph-mon[117020]: pgmap v15283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:40 smithi066 ceph-mon[112137]: pgmap v15283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:40 smithi203 ceph-mon[117428]: pgmap v15283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:41.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:41.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:41.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:42.693 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:42.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:42.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:42.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:42.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:42 smithi066 ceph-mon[112137]: pgmap v15284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:42 smithi203 ceph-mon[117428]: pgmap v15284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:42 smithi137 ceph-mon[117020]: pgmap v15284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:43 smithi066 ceph-mon[112137]: from='client.417000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:43 smithi203 ceph-mon[117428]: from='client.417000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:43 smithi137 ceph-mon[117020]: from='client.417000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:44 smithi066 ceph-mon[112137]: pgmap v15285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:44 smithi203 ceph-mon[117428]: pgmap v15285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:44 smithi137 ceph-mon[117020]: pgmap v15285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:46 smithi137 ceph-mon[117020]: pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:46 smithi066 ceph-mon[112137]: pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:46 smithi203 ceph-mon[117428]: pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:47.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:47.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:47.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:48 smithi137 ceph-mon[117020]: pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:48.424 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:48.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:48.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:48.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:48.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:48 smithi066 ceph-mon[112137]: pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:48 smithi203 ceph-mon[117428]: pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:49 smithi137 ceph-mon[117020]: from='client.417072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:49 smithi066 ceph-mon[112137]: from='client.417072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:49 smithi203 ceph-mon[117428]: from='client.417072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:50 smithi137 ceph-mon[117020]: pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:50 smithi066 ceph-mon[112137]: pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:50 smithi203 ceph-mon[117428]: pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:52 smithi066 ceph-mon[112137]: pgmap v15289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:52 smithi203 ceph-mon[117428]: pgmap v15289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:52 smithi137 ceph-mon[117020]: pgmap v15289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:53.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:53.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:53.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:54.146 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:54.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:42:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:54 smithi137 ceph-mon[117020]: from='client.417150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:54 smithi137 ceph-mon[117020]: pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:54 smithi066 ceph-mon[112137]: from='client.417150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:54 smithi066 ceph-mon[112137]: pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:54 smithi203 ceph-mon[117428]: from='client.417150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:54 smithi203 ceph-mon[117428]: pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:56 smithi137 ceph-mon[117020]: pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:56 smithi066 ceph-mon[112137]: pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:56 smithi203 ceph-mon[117428]: pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:42:58 smithi137 ceph-mon[117020]: pgmap v15292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:42:58 smithi066 ceph-mon[112137]: pgmap v15292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:42:58 smithi203 ceph-mon[117428]: pgmap v15292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:59.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:42:59.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:59.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:59.864 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:42:59.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:59.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:59.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:59.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:00 smithi137 ceph-mon[117020]: from='client.417225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:00 smithi137 ceph-mon[117020]: pgmap v15293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:43:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:00 smithi066 ceph-mon[112137]: from='client.417225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:00 smithi066 ceph-mon[112137]: pgmap v15293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:43:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:00 smithi203 ceph-mon[117428]: from='client.417225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:00 smithi203 ceph-mon[117428]: pgmap v15293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:43:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:02 smithi066 ceph-mon[112137]: pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:02 smithi203 ceph-mon[117428]: pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:02 smithi137 ceph-mon[117020]: pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:04 smithi137 ceph-mon[117020]: pgmap v15295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:04 smithi066 ceph-mon[112137]: pgmap v15295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:04 smithi203 ceph-mon[117428]: pgmap v15295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:04.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:04.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:04.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:05.596 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:06 smithi137 ceph-mon[117020]: from='client.417303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:06 smithi137 ceph-mon[117020]: pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:06 smithi066 ceph-mon[112137]: from='client.417303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:06 smithi066 ceph-mon[112137]: pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:06 smithi203 ceph-mon[117428]: from='client.417303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:06 smithi203 ceph-mon[117428]: pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:43:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:43:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:43:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:08 smithi066 ceph-mon[112137]: pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:43:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:43:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:43:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:08 smithi203 ceph-mon[117428]: pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:43:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:43:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:43:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:08 smithi137 ceph-mon[117020]: pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:43:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:43:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:43:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:10 smithi137 ceph-mon[117020]: pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:10 smithi066 ceph-mon[112137]: pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:10 smithi203 ceph-mon[117428]: pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:10.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:10.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:10.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:11.330 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:11.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:11.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:11.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:11.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:11 smithi137 ceph-mon[117020]: from='client.417378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:11 smithi066 ceph-mon[112137]: from='client.417378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:11 smithi203 ceph-mon[117428]: from='client.417378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:12 smithi066 ceph-mon[112137]: pgmap v15299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:12 smithi203 ceph-mon[117428]: pgmap v15299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:12 smithi137 ceph-mon[117020]: pgmap v15299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:14 smithi137 ceph-mon[117020]: pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:14 smithi066 ceph-mon[112137]: pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:14 smithi203 ceph-mon[117428]: pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:43:16.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:16.332 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:16.332 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:16 smithi137 ceph-mon[117020]: pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:43:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:16 smithi066 ceph-mon[112137]: pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:43:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:16 smithi203 ceph-mon[117428]: pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:43:17.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:17.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:17.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:17.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:17.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:17 smithi066 ceph-mon[112137]: from='client.417444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:17 smithi203 ceph-mon[117428]: from='client.417444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:17 smithi137 ceph-mon[117020]: from='client.417444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:18 smithi066 ceph-mon[112137]: pgmap v15302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:18 smithi203 ceph-mon[117428]: pgmap v15302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:18 smithi137 ceph-mon[117020]: pgmap v15302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:20 smithi137 ceph-mon[117020]: pgmap v15303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:20 smithi066 ceph-mon[112137]: pgmap v15303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:20 smithi203 ceph-mon[117428]: pgmap v15303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:22.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:22.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:22.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:22.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:22.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:22.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:22.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:22.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:22 smithi066 ceph-mon[112137]: pgmap v15304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:22 smithi203 ceph-mon[117428]: pgmap v15304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:22 smithi137 ceph-mon[117020]: pgmap v15304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:23 smithi066 ceph-mon[112137]: from='client.417513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:23 smithi203 ceph-mon[117428]: from='client.417513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:23 smithi137 ceph-mon[117020]: from='client.417513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:24 smithi066 ceph-mon[112137]: pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:24 smithi203 ceph-mon[117428]: pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:24 smithi137 ceph-mon[117020]: pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:26 smithi137 ceph-mon[117020]: pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:26 smithi066 ceph-mon[112137]: pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:26 smithi203 ceph-mon[117428]: pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:27.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:27.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:27.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:28 smithi137 ceph-mon[117020]: pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:28 smithi066 ceph-mon[112137]: pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:28.511 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:28.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:28.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:28.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:28.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:28 smithi203 ceph-mon[117428]: pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:29 smithi137 ceph-mon[117020]: from='client.417591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:29 smithi066 ceph-mon[112137]: from='client.417591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:29 smithi203 ceph-mon[117428]: from='client.417591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:30 smithi066 ceph-mon[112137]: pgmap v15308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:30 smithi203 ceph-mon[117428]: pgmap v15308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:30 smithi137 ceph-mon[117020]: pgmap v15308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:32 smithi066 ceph-mon[112137]: pgmap v15309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:32 smithi203 ceph-mon[117428]: pgmap v15309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:32 smithi137 ceph-mon[117020]: pgmap v15309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:33.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:33.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:33.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:34.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:34.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:34.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:34.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:34.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:34 smithi137 ceph-mon[117020]: from='client.417669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:34.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:34 smithi137 ceph-mon[117020]: pgmap v15310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:34 smithi066 ceph-mon[112137]: from='client.417669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:34 smithi066 ceph-mon[112137]: pgmap v15310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:34 smithi203 ceph-mon[117428]: from='client.417669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:34 smithi203 ceph-mon[117428]: pgmap v15310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:36 smithi066 ceph-mon[112137]: pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:36 smithi203 ceph-mon[117428]: pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:36 smithi137 ceph-mon[117020]: pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:38 smithi066 ceph-mon[112137]: pgmap v15312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:38 smithi203 ceph-mon[117428]: pgmap v15312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:38 smithi137 ceph-mon[117020]: pgmap v15312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:39.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:39.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:39.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:39.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:39.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:39.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:39.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:39.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:40 smithi066 ceph-mon[112137]: from='client.417738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:40 smithi066 ceph-mon[112137]: pgmap v15313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:40 smithi203 ceph-mon[117428]: from='client.417738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:40 smithi203 ceph-mon[117428]: pgmap v15313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:40 smithi137 ceph-mon[117020]: from='client.417738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:40 smithi137 ceph-mon[117020]: pgmap v15313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:42 smithi066 ceph-mon[112137]: pgmap v15314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:42 smithi203 ceph-mon[117428]: pgmap v15314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:42 smithi137 ceph-mon[117020]: pgmap v15314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:44 smithi066 ceph-mon[112137]: pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:44 smithi203 ceph-mon[117428]: pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:44 smithi137 ceph-mon[117020]: pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:44.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:44.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:44.974 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:45.697 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:45.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:45.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:45.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:45.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:46 smithi066 ceph-mon[112137]: from='client.417816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:46 smithi066 ceph-mon[112137]: pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:46 smithi203 ceph-mon[117428]: from='client.417816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:46 smithi203 ceph-mon[117428]: pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:46 smithi137 ceph-mon[117020]: from='client.417816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:46 smithi137 ceph-mon[117020]: pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:48 smithi066 ceph-mon[112137]: pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:48 smithi203 ceph-mon[117428]: pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:48 smithi137 ceph-mon[117020]: pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:50 smithi066 ceph-mon[112137]: pgmap v15318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:50 smithi203 ceph-mon[117428]: pgmap v15318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:50 smithi137 ceph-mon[117020]: pgmap v15318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:50.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:50.699 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:50.699 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:51.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:51.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:51.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:51.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:51.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:52 smithi066 ceph-mon[112137]: from='client.417894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:52 smithi066 ceph-mon[112137]: pgmap v15319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:52 smithi203 ceph-mon[117428]: from='client.417894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:52 smithi203 ceph-mon[117428]: pgmap v15319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:52 smithi137 ceph-mon[117020]: from='client.417894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:52 smithi137 ceph-mon[117020]: pgmap v15319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:54 smithi066 ceph-mon[112137]: pgmap v15320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:54 smithi203 ceph-mon[117428]: pgmap v15320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:54 smithi137 ceph-mon[117020]: pgmap v15320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:56.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:43:56.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:56.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:56 smithi066 ceph-mon[112137]: pgmap v15321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:56 smithi203 ceph-mon[117428]: pgmap v15321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:56 smithi137 ceph-mon[117020]: pgmap v15321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:57.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:43:57.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:57.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:57.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:57.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:43:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:57 smithi066 ceph-mon[112137]: from='client.417972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:57 smithi203 ceph-mon[117428]: from='client.417972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:57 smithi137 ceph-mon[117020]: from='client.417972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:43:58 smithi066 ceph-mon[112137]: pgmap v15322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:43:58 smithi203 ceph-mon[117428]: pgmap v15322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:43:58 smithi137 ceph-mon[117020]: pgmap v15322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:00 smithi066 ceph-mon[112137]: pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:00 smithi203 ceph-mon[117428]: pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:00 smithi137 ceph-mon[117020]: pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:02.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:02.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:02.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:02.872 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:02.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:02.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:02.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:02.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:02 smithi066 ceph-mon[112137]: pgmap v15324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:02 smithi203 ceph-mon[117428]: pgmap v15324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:02 smithi137 ceph-mon[117020]: pgmap v15324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:03 smithi066 ceph-mon[112137]: from='client.418050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:03 smithi203 ceph-mon[117428]: from='client.418050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:03 smithi137 ceph-mon[117020]: from='client.418050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:04 smithi066 ceph-mon[112137]: pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:04 smithi203 ceph-mon[117428]: pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:04 smithi137 ceph-mon[117020]: pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:06 smithi066 ceph-mon[112137]: pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:06 smithi203 ceph-mon[117428]: pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:06 smithi137 ceph-mon[117020]: pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:07.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:07.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:07.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:08 smithi066 ceph-mon[112137]: pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:08 smithi203 ceph-mon[117428]: pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:08 smithi137 ceph-mon[117020]: pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:08.637 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:08.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:08.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:08.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:08.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:09 smithi066 ceph-mon[112137]: from='client.418122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:44:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:44:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:44:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:44:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:09 smithi203 ceph-mon[117428]: from='client.418122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:44:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:44:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:44:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:44:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:09 smithi137 ceph-mon[117020]: from='client.418122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:44:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:44:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:44:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:44:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:10 smithi066 ceph-mon[112137]: pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:10 smithi203 ceph-mon[117428]: pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:10 smithi137 ceph-mon[117020]: pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:12 smithi066 ceph-mon[112137]: pgmap v15329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:12 smithi203 ceph-mon[117428]: pgmap v15329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:12 smithi137 ceph-mon[117020]: pgmap v15329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:13.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:13.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:13.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:14.365 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:14.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:14.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:14.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:14.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:14 smithi066 ceph-mon[112137]: from='client.418197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:14 smithi066 ceph-mon[112137]: pgmap v15330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:14 smithi203 ceph-mon[117428]: from='client.418197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:14 smithi203 ceph-mon[117428]: pgmap v15330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:14 smithi137 ceph-mon[117020]: from='client.418197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:14 smithi137 ceph-mon[117020]: pgmap v15330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:16 smithi066 ceph-mon[112137]: pgmap v15331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:16 smithi203 ceph-mon[117428]: pgmap v15331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:16 smithi137 ceph-mon[117020]: pgmap v15331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:18 smithi066 ceph-mon[112137]: pgmap v15332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:18 smithi203 ceph-mon[117428]: pgmap v15332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:18 smithi137 ceph-mon[117020]: pgmap v15332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:19.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:19.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:19.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:20.098 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:20.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:20.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:20.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:20.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:20 smithi066 ceph-mon[112137]: from='client.418272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:20 smithi066 ceph-mon[112137]: pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:20 smithi203 ceph-mon[117428]: from='client.418272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:20 smithi203 ceph-mon[117428]: pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:20 smithi137 ceph-mon[117020]: from='client.418272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:20 smithi137 ceph-mon[117020]: pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:22 smithi066 ceph-mon[112137]: pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:22 smithi203 ceph-mon[117428]: pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:22 smithi137 ceph-mon[117020]: pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:24 smithi066 ceph-mon[112137]: pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:24 smithi203 ceph-mon[117428]: pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:24 smithi137 ceph-mon[117020]: pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:25.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:25.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:25.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:25.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:25.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:25.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:25.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:25.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:26 smithi066 ceph-mon[112137]: from='client.418350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:26 smithi066 ceph-mon[112137]: pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:26 smithi203 ceph-mon[117428]: from='client.418350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:26 smithi203 ceph-mon[117428]: pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:26 smithi137 ceph-mon[117020]: from='client.418350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:26 smithi137 ceph-mon[117020]: pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:28 smithi066 ceph-mon[112137]: pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:28 smithi203 ceph-mon[117428]: pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:28 smithi137 ceph-mon[117020]: pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:30 smithi066 ceph-mon[112137]: pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:30 smithi203 ceph-mon[117428]: pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:30 smithi137 ceph-mon[117020]: pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:30.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:30.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:30.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:31.552 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:31.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:31.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:31.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:31.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:32 smithi066 ceph-mon[112137]: from='client.418428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:32 smithi066 ceph-mon[112137]: pgmap v15339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:32 smithi203 ceph-mon[117428]: from='client.418428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:32 smithi203 ceph-mon[117428]: pgmap v15339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:32 smithi137 ceph-mon[117020]: from='client.418428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:32 smithi137 ceph-mon[117020]: pgmap v15339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:34 smithi066 ceph-mon[112137]: pgmap v15340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:34 smithi203 ceph-mon[117428]: pgmap v15340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:34 smithi137 ceph-mon[117020]: pgmap v15340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:36 smithi066 ceph-mon[112137]: pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:36.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:36.554 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:36.554 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:36 smithi203 ceph-mon[117428]: pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:36 smithi137 ceph-mon[117020]: pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:37.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:37.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:37.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:37.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:37.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:37 smithi066 ceph-mon[112137]: from='client.418503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:37 smithi203 ceph-mon[117428]: from='client.418503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:37 smithi137 ceph-mon[117020]: from='client.418503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:38 smithi066 ceph-mon[112137]: pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:38 smithi203 ceph-mon[117428]: pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:38 smithi137 ceph-mon[117020]: pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:40 smithi066 ceph-mon[112137]: pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:40 smithi203 ceph-mon[117428]: pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:40 smithi137 ceph-mon[117020]: pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:42.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:42.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:42.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:43.016 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:43.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:43.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:43.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:43.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:42 smithi066 ceph-mon[112137]: pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:42 smithi203 ceph-mon[117428]: pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:42 smithi137 ceph-mon[117020]: pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:43 smithi066 ceph-mon[112137]: from='client.418575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:43 smithi203 ceph-mon[117428]: from='client.418575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:43 smithi137 ceph-mon[117020]: from='client.418575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:44 smithi066 ceph-mon[112137]: pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:44 smithi203 ceph-mon[117428]: pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:44 smithi137 ceph-mon[117020]: pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:46 smithi066 ceph-mon[112137]: pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:46 smithi203 ceph-mon[117428]: pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:46 smithi137 ceph-mon[117020]: pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:48.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:48.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:48.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:48 smithi066 ceph-mon[112137]: pgmap v15347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:48 smithi203 ceph-mon[117428]: pgmap v15347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:48 smithi137 ceph-mon[117020]: pgmap v15347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:48.747 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:48.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:48.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:48.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:48.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:49 smithi066 ceph-mon[112137]: from='client.418650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:49 smithi203 ceph-mon[117428]: from='client.418650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:49 smithi137 ceph-mon[117020]: from='client.418650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:50 smithi066 ceph-mon[112137]: pgmap v15348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:50 smithi203 ceph-mon[117428]: pgmap v15348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:50 smithi137 ceph-mon[117020]: pgmap v15348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:52 smithi066 ceph-mon[112137]: pgmap v15349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:52 smithi203 ceph-mon[117428]: pgmap v15349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:52 smithi137 ceph-mon[117020]: pgmap v15349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:53.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:53.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:53.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:54.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:54.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:54.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:54.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:44:54.472 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:44:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:54 smithi066 ceph-mon[112137]: pgmap v15350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:54 smithi203 ceph-mon[117428]: pgmap v15350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:54 smithi137 ceph-mon[117020]: pgmap v15350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:55 smithi066 ceph-mon[112137]: from='client.418728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:55 smithi203 ceph-mon[117428]: from='client.418728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:55 smithi137 ceph-mon[117020]: from='client.418728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:56 smithi066 ceph-mon[112137]: pgmap v15351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:56 smithi203 ceph-mon[117428]: pgmap v15351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:56 smithi137 ceph-mon[117020]: pgmap v15351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:44:58 smithi066 ceph-mon[112137]: pgmap v15352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:44:58 smithi203 ceph-mon[117428]: pgmap v15352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:44:58 smithi137 ceph-mon[117020]: pgmap v15352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:59.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:44:59.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:59.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:00.194 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:00.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:00.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:00.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:00.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:00 smithi066 ceph-mon[112137]: from='client.418806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:00 smithi066 ceph-mon[112137]: pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:00 smithi203 ceph-mon[117428]: from='client.418806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:00 smithi203 ceph-mon[117428]: pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:00 smithi137 ceph-mon[117020]: from='client.418806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:00 smithi137 ceph-mon[117020]: pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:02 smithi066 ceph-mon[112137]: pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:02 smithi203 ceph-mon[117428]: pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:02 smithi137 ceph-mon[117020]: pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:04 smithi066 ceph-mon[112137]: pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:04 smithi203 ceph-mon[117428]: pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:04 smithi137 ceph-mon[117020]: pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:05.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:05.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:05.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:05.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:05.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:05.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:05.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:05.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:06 smithi066 ceph-mon[112137]: from='client.418881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:06 smithi066 ceph-mon[112137]: pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:06 smithi203 ceph-mon[117428]: from='client.418881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:06 smithi203 ceph-mon[117428]: pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:06 smithi137 ceph-mon[117020]: from='client.418881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:06 smithi137 ceph-mon[117020]: pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:08 smithi066 ceph-mon[112137]: pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:08 smithi203 ceph-mon[117428]: pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:08 smithi137 ceph-mon[117020]: pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:45:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:45:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:45:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:45:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:45:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:45:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:10 smithi066 ceph-mon[112137]: pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:45:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:45:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:45:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:10 smithi203 ceph-mon[117428]: pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:45:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:45:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:45:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:10 smithi137 ceph-mon[117020]: pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:10.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:10.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:11.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:11.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:11.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:11.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:11.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:12 smithi066 ceph-mon[112137]: from='client.418953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:12 smithi066 ceph-mon[112137]: pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:12 smithi203 ceph-mon[117428]: from='client.418953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:12 smithi203 ceph-mon[117428]: pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:12 smithi137 ceph-mon[117020]: from='client.418953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:12 smithi137 ceph-mon[117020]: pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:14 smithi066 ceph-mon[112137]: pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:14 smithi203 ceph-mon[117428]: pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:14 smithi137 ceph-mon[117020]: pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:16 smithi066 ceph-mon[112137]: pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:16 smithi203 ceph-mon[117428]: pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:16 smithi137 ceph-mon[117020]: pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:16.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:16.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:16.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:17.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:17.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:17.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:17.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:17.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:17 smithi066 ceph-mon[112137]: from='client.419031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:17 smithi203 ceph-mon[117428]: from='client.419031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:17 smithi137 ceph-mon[117020]: from='client.419031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:18 smithi066 ceph-mon[112137]: pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:18 smithi203 ceph-mon[117428]: pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:18 smithi137 ceph-mon[117020]: pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:20 smithi066 ceph-mon[112137]: pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:20 smithi203 ceph-mon[117428]: pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:20 smithi137 ceph-mon[117020]: pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:22.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:22.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:22.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:23.129 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:23.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:23.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:23.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:23.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:22 smithi066 ceph-mon[112137]: pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:22 smithi203 ceph-mon[117428]: pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:22 smithi137 ceph-mon[117020]: pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:23 smithi066 ceph-mon[112137]: from='client.419109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:23 smithi203 ceph-mon[117428]: from='client.419109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:23 smithi137 ceph-mon[117020]: from='client.419109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:24 smithi066 ceph-mon[112137]: pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:24 smithi203 ceph-mon[117428]: pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:24 smithi137 ceph-mon[117020]: pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:26 smithi066 ceph-mon[112137]: pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:26 smithi203 ceph-mon[117428]: pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:26 smithi137 ceph-mon[117020]: pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:28.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:28.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:28.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:28 smithi066 ceph-mon[112137]: pgmap v15367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:28 smithi203 ceph-mon[117428]: pgmap v15367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:28 smithi137 ceph-mon[117020]: pgmap v15367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:28.862 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:28.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:28.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:28.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:28.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:29 smithi066 ceph-mon[112137]: from='client.419187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:29 smithi203 ceph-mon[117428]: from='client.419187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:29 smithi137 ceph-mon[117020]: from='client.419187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:30 smithi066 ceph-mon[112137]: pgmap v15368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:30 smithi203 ceph-mon[117428]: pgmap v15368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:30 smithi137 ceph-mon[117020]: pgmap v15368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:32 smithi066 ceph-mon[112137]: pgmap v15369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:32 smithi203 ceph-mon[117428]: pgmap v15369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:32 smithi137 ceph-mon[117020]: pgmap v15369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:33.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:33.864 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:33.864 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:34 smithi066 ceph-mon[112137]: pgmap v15370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:34.580 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:34 smithi203 ceph-mon[117428]: pgmap v15370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:34.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:34.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:34.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:34.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:34.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:34 smithi137 ceph-mon[117020]: pgmap v15370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:35 smithi066 ceph-mon[112137]: from='client.419265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:35 smithi203 ceph-mon[117428]: from='client.419265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:35 smithi137 ceph-mon[117020]: from='client.419265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:36 smithi066 ceph-mon[112137]: pgmap v15371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:36 smithi203 ceph-mon[117428]: pgmap v15371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:36 smithi137 ceph-mon[117020]: pgmap v15371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:38 smithi066 ceph-mon[112137]: pgmap v15372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:38 smithi203 ceph-mon[117428]: pgmap v15372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:38 smithi137 ceph-mon[117020]: pgmap v15372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:39.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:39.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:39.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:40.314 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:40.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:40.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:40.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:40.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:40 smithi066 ceph-mon[112137]: from='client.419340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:40 smithi066 ceph-mon[112137]: pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:40 smithi203 ceph-mon[117428]: from='client.419340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:40 smithi203 ceph-mon[117428]: pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:40 smithi137 ceph-mon[117020]: from='client.419340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:40 smithi137 ceph-mon[117020]: pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:42 smithi066 ceph-mon[112137]: pgmap v15374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:42 smithi203 ceph-mon[117428]: pgmap v15374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:42 smithi137 ceph-mon[117020]: pgmap v15374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:44 smithi066 ceph-mon[112137]: pgmap v15375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:44 smithi203 ceph-mon[117428]: pgmap v15375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:44 smithi137 ceph-mon[117020]: pgmap v15375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:45.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:45.317 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:45.317 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:46.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:46.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:46.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:46.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:46.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:46 smithi066 ceph-mon[112137]: from='client.419418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:46 smithi066 ceph-mon[112137]: pgmap v15376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:46 smithi203 ceph-mon[117428]: from='client.419418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:46 smithi203 ceph-mon[117428]: pgmap v15376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:46 smithi137 ceph-mon[117020]: from='client.419418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:46 smithi137 ceph-mon[117020]: pgmap v15376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:48 smithi066 ceph-mon[112137]: pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:48 smithi203 ceph-mon[117428]: pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:48 smithi137 ceph-mon[117020]: pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:50 smithi066 ceph-mon[112137]: pgmap v15378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:50 smithi203 ceph-mon[117428]: pgmap v15378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:50 smithi137 ceph-mon[117020]: pgmap v15378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:51.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:51.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:51.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:51.764 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:51.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:51.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:51.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:51.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:52 smithi066 ceph-mon[112137]: from='client.419490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:52 smithi066 ceph-mon[112137]: pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:52 smithi203 ceph-mon[117428]: from='client.419490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:52 smithi203 ceph-mon[117428]: pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:52 smithi137 ceph-mon[117020]: from='client.419490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:52 smithi137 ceph-mon[117020]: pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:54 smithi066 ceph-mon[112137]: pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:54 smithi203 ceph-mon[117428]: pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:54 smithi137 ceph-mon[117020]: pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:56 smithi066 ceph-mon[112137]: pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:56 smithi203 ceph-mon[117428]: pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:56 smithi137 ceph-mon[117020]: pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:56.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:45:56.766 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:56.766 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:57.486 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:45:57.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:57.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:57.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:57.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:45:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:58 smithi066 ceph-mon[112137]: from='client.419568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:45:58 smithi066 ceph-mon[112137]: pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:58 smithi203 ceph-mon[117428]: from='client.419568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:45:58 smithi203 ceph-mon[117428]: pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:58 smithi137 ceph-mon[117020]: from='client.419568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:45:58 smithi137 ceph-mon[117020]: pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:00 smithi066 ceph-mon[112137]: pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:00 smithi203 ceph-mon[117428]: pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:00 smithi137 ceph-mon[117020]: pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:02.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:02.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:02.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:03.205 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:03.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:03.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:03.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:03.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:02 smithi066 ceph-mon[112137]: pgmap v15384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:02 smithi203 ceph-mon[117428]: pgmap v15384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:02 smithi137 ceph-mon[117020]: pgmap v15384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:03 smithi066 ceph-mon[112137]: from='client.419646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:03 smithi203 ceph-mon[117428]: from='client.419646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:03 smithi137 ceph-mon[117020]: from='client.419646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:04 smithi066 ceph-mon[112137]: pgmap v15385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:04 smithi203 ceph-mon[117428]: pgmap v15385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:04 smithi137 ceph-mon[117020]: pgmap v15385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:06 smithi066 ceph-mon[112137]: pgmap v15386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:06 smithi203 ceph-mon[117428]: pgmap v15386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:06 smithi137 ceph-mon[117020]: pgmap v15386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:08.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:08.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:08.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:08 smithi066 ceph-mon[112137]: pgmap v15387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:08 smithi203 ceph-mon[117428]: pgmap v15387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:08 smithi137 ceph-mon[117020]: pgmap v15387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:08.927 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:08.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:08.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:08.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:08.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:09 smithi066 ceph-mon[112137]: from='client.419724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:09 smithi203 ceph-mon[117428]: from='client.419724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:09 smithi137 ceph-mon[117020]: from='client.419724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:46:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:10 smithi066 ceph-mon[112137]: pgmap v15388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:46:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:10 smithi203 ceph-mon[117428]: pgmap v15388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:46:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:10 smithi137 ceph-mon[117020]: pgmap v15388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:46:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:46:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:46:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:46:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:46:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:46:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:46:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:46:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:46:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:12 smithi066 ceph-mon[112137]: pgmap v15389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:12 smithi203 ceph-mon[117428]: pgmap v15389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:12 smithi137 ceph-mon[117020]: pgmap v15389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:13.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:13.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:13.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:14 smithi066 ceph-mon[112137]: pgmap v15390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:14 smithi203 ceph-mon[117428]: pgmap v15390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:14 smithi137 ceph-mon[117020]: pgmap v15390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:14.656 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:14.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:15 smithi066 ceph-mon[112137]: from='client.419802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:15 smithi203 ceph-mon[117428]: from='client.419802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:15 smithi137 ceph-mon[117020]: from='client.419802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:16 smithi066 ceph-mon[112137]: pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:46:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:16 smithi203 ceph-mon[117428]: pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:46:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:16 smithi137 ceph-mon[117020]: pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:46:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:18 smithi066 ceph-mon[112137]: pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:46:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:18 smithi203 ceph-mon[117428]: pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:46:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:18 smithi137 ceph-mon[117020]: pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:46:19.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:19.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:19.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:20.377 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:20.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:20.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:20.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:20.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:20 smithi066 ceph-mon[112137]: from='client.419880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:20 smithi066 ceph-mon[112137]: pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:20 smithi203 ceph-mon[117428]: from='client.419880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:20 smithi203 ceph-mon[117428]: pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:20 smithi137 ceph-mon[117020]: from='client.419880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:20 smithi137 ceph-mon[117020]: pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:22 smithi066 ceph-mon[112137]: pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:22 smithi203 ceph-mon[117428]: pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:22 smithi137 ceph-mon[117020]: pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:24 smithi066 ceph-mon[112137]: pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:24 smithi203 ceph-mon[117428]: pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:24 smithi137 ceph-mon[117020]: pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:25.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:25.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:25.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:26.104 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:26.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:26.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:26.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:26.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:26 smithi066 ceph-mon[112137]: from='client.419958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:26 smithi066 ceph-mon[112137]: pgmap v15396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:26 smithi203 ceph-mon[117428]: from='client.419958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:26 smithi203 ceph-mon[117428]: pgmap v15396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:26 smithi137 ceph-mon[117020]: from='client.419958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:26 smithi137 ceph-mon[117020]: pgmap v15396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:28 smithi066 ceph-mon[112137]: pgmap v15397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:46:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:28 smithi203 ceph-mon[117428]: pgmap v15397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:46:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:28 smithi137 ceph-mon[117020]: pgmap v15397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:46:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:30 smithi066 ceph-mon[112137]: pgmap v15398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:46:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:30 smithi203 ceph-mon[117428]: pgmap v15398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:46:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:30 smithi137 ceph-mon[117020]: pgmap v15398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:46:31.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:31.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:31.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:31.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:31.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:31.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:31.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:31.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:32 smithi066 ceph-mon[112137]: from='client.420030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:32 smithi066 ceph-mon[112137]: pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:32 smithi203 ceph-mon[117428]: from='client.420030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:32 smithi203 ceph-mon[117428]: pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:32 smithi137 ceph-mon[117020]: from='client.420030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:32 smithi137 ceph-mon[117020]: pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:34 smithi066 ceph-mon[112137]: pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:34 smithi203 ceph-mon[117428]: pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:34 smithi137 ceph-mon[117020]: pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:36 smithi066 ceph-mon[112137]: pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:36 smithi203 ceph-mon[117428]: pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:36 smithi137 ceph-mon[117020]: pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:36.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:36.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:36.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:37.569 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:37.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:37.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:37.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:37.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:38 smithi066 ceph-mon[112137]: from='client.420108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:38 smithi066 ceph-mon[112137]: pgmap v15402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:38 smithi203 ceph-mon[117428]: from='client.420108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:38 smithi203 ceph-mon[117428]: pgmap v15402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:38 smithi137 ceph-mon[117020]: from='client.420108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:38 smithi137 ceph-mon[117020]: pgmap v15402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:40 smithi066 ceph-mon[112137]: pgmap v15403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:40 smithi203 ceph-mon[117428]: pgmap v15403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:40 smithi137 ceph-mon[117020]: pgmap v15403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:42.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:42.571 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:42.571 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:42 smithi066 ceph-mon[112137]: pgmap v15404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:43.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:43.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:43.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:43.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:43.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:42 smithi203 ceph-mon[117428]: pgmap v15404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:42 smithi137 ceph-mon[117020]: pgmap v15404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:43 smithi066 ceph-mon[112137]: from='client.420183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:43 smithi203 ceph-mon[117428]: from='client.420183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:43 smithi137 ceph-mon[117020]: from='client.420183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:44 smithi066 ceph-mon[112137]: pgmap v15405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:44 smithi203 ceph-mon[117428]: pgmap v15405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:44 smithi137 ceph-mon[117020]: pgmap v15405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:46 smithi066 ceph-mon[112137]: pgmap v15406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:46 smithi203 ceph-mon[117428]: pgmap v15406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:46 smithi137 ceph-mon[117020]: pgmap v15406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:48.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:48.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:48.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:48 smithi066 ceph-mon[112137]: pgmap v15407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:48 smithi203 ceph-mon[117428]: pgmap v15407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:48 smithi137 ceph-mon[117020]: pgmap v15407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:49.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:49.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:49.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:49.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:49.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:49 smithi066 ceph-mon[112137]: from='client.420255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:49 smithi203 ceph-mon[117428]: from='client.420255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:49 smithi137 ceph-mon[117020]: from='client.420255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:50 smithi066 ceph-mon[112137]: pgmap v15408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:50 smithi203 ceph-mon[117428]: pgmap v15408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:50 smithi137 ceph-mon[117020]: pgmap v15408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:52 smithi066 ceph-mon[112137]: pgmap v15409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:52 smithi203 ceph-mon[117428]: pgmap v15409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:52 smithi137 ceph-mon[117020]: pgmap v15409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:54.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:54.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:54.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:54 smithi066 ceph-mon[112137]: pgmap v15410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:54 smithi203 ceph-mon[117428]: pgmap v15410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:54 smithi137 ceph-mon[117020]: pgmap v15410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:54.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:46:54.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:54.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:54.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:54.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:46:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:55 smithi066 ceph-mon[112137]: from='client.420333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:55 smithi203 ceph-mon[117428]: from='client.420333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:55 smithi137 ceph-mon[117020]: from='client.420333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:56 smithi066 ceph-mon[112137]: pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:46:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:56 smithi203 ceph-mon[117428]: pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:46:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:56 smithi137 ceph-mon[117020]: pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:46:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:46:58 smithi066 ceph-mon[112137]: pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:46:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:46:58 smithi203 ceph-mon[117428]: pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:46:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:46:58 smithi137 ceph-mon[117020]: pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:46:59.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:46:59.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:59.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:00 smithi066 ceph-mon[112137]: pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:00.492 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:00.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:00.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:00.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:00.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:00 smithi203 ceph-mon[117428]: pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:00 smithi137 ceph-mon[117020]: pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:01 smithi066 ceph-mon[112137]: from='client.420411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:01 smithi203 ceph-mon[117428]: from='client.420411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:01 smithi137 ceph-mon[117020]: from='client.420411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:02 smithi066 ceph-mon[112137]: pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:02 smithi203 ceph-mon[117428]: pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:02 smithi137 ceph-mon[117020]: pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:04 smithi066 ceph-mon[112137]: pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:04 smithi203 ceph-mon[117428]: pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:04 smithi137 ceph-mon[117020]: pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:05.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:05.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:05.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:06.222 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:06.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:06.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:06.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:06.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:06 smithi066 ceph-mon[112137]: from='client.420483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:06 smithi066 ceph-mon[112137]: pgmap v15416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:06 smithi203 ceph-mon[117428]: from='client.420483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:06 smithi203 ceph-mon[117428]: pgmap v15416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:06 smithi137 ceph-mon[117020]: from='client.420483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:06 smithi137 ceph-mon[117020]: pgmap v15416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:08 smithi066 ceph-mon[112137]: pgmap v15417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:47:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:08 smithi203 ceph-mon[117428]: pgmap v15417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:47:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:08 smithi137 ceph-mon[117020]: pgmap v15417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:47:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:10 smithi066 ceph-mon[112137]: pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:47:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:10 smithi203 ceph-mon[117428]: pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:47:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:10 smithi137 ceph-mon[117020]: pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:47:11.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:11.224 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:11.224 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:47:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:47:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:47:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:11 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:47:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:47:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:47:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:47:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:11 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:47:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:47:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:47:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:47:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:11 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:47:11.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:11.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:11.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:11.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:11.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:12 smithi066 ceph-mon[112137]: from='client.420561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:12 smithi066 ceph-mon[112137]: pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:12 smithi203 ceph-mon[117428]: from='client.420561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:12 smithi203 ceph-mon[117428]: pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:12 smithi137 ceph-mon[117020]: from='client.420561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:12 smithi137 ceph-mon[117020]: pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:14 smithi066 ceph-mon[112137]: pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:14 smithi203 ceph-mon[117428]: pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:14 smithi137 ceph-mon[117020]: pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:16 smithi066 ceph-mon[112137]: pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:16 smithi203 ceph-mon[117428]: pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:16 smithi137 ceph-mon[117020]: pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:16.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:16.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:16.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:17.661 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:17.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:17.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:17.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:17.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:18 smithi066 ceph-mon[112137]: from='client.420633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:18 smithi066 ceph-mon[112137]: pgmap v15422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:18 smithi203 ceph-mon[117428]: from='client.420633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:18 smithi203 ceph-mon[117428]: pgmap v15422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:18 smithi137 ceph-mon[117020]: from='client.420633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:18 smithi137 ceph-mon[117020]: pgmap v15422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:20 smithi066 ceph-mon[112137]: pgmap v15423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:20 smithi203 ceph-mon[117428]: pgmap v15423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:20 smithi137 ceph-mon[117020]: pgmap v15423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:22.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:22.663 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:22.663 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:22 smithi066 ceph-mon[112137]: pgmap v15424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:22 smithi203 ceph-mon[117428]: pgmap v15424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:22 smithi137 ceph-mon[117020]: pgmap v15424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:23.385 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:23.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:23.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:23.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:23.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:23 smithi066 ceph-mon[112137]: from='client.420708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:23 smithi203 ceph-mon[117428]: from='client.420708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:23 smithi137 ceph-mon[117020]: from='client.420708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:24 smithi066 ceph-mon[112137]: pgmap v15425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:24 smithi203 ceph-mon[117428]: pgmap v15425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:24 smithi137 ceph-mon[117020]: pgmap v15425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:26 smithi066 ceph-mon[112137]: pgmap v15426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:26 smithi203 ceph-mon[117428]: pgmap v15426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:26 smithi137 ceph-mon[117020]: pgmap v15426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:28.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:28.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:28.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:28 smithi066 ceph-mon[112137]: pgmap v15427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:28 smithi203 ceph-mon[117428]: pgmap v15427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:28 smithi137 ceph-mon[117020]: pgmap v15427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:29.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:29.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:29.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:29.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:29.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:29 smithi066 ceph-mon[112137]: from='client.420786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:29 smithi203 ceph-mon[117428]: from='client.420786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:29 smithi137 ceph-mon[117020]: from='client.420786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:30 smithi066 ceph-mon[112137]: pgmap v15428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:30 smithi203 ceph-mon[117428]: pgmap v15428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:30 smithi137 ceph-mon[117020]: pgmap v15428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:32 smithi066 ceph-mon[112137]: pgmap v15429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:32 smithi203 ceph-mon[117428]: pgmap v15429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:32 smithi137 ceph-mon[117020]: pgmap v15429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:34.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:34.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:34.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:34 smithi066 ceph-mon[112137]: pgmap v15430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:34 smithi203 ceph-mon[117428]: pgmap v15430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:34 smithi137 ceph-mon[117020]: pgmap v15430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:34.835 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:34.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:34.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:34.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:34.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:35 smithi066 ceph-mon[112137]: from='client.420861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:35 smithi203 ceph-mon[117428]: from='client.420861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:35 smithi137 ceph-mon[117020]: from='client.420861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:36 smithi066 ceph-mon[112137]: pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:47:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:36 smithi203 ceph-mon[117428]: pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:47:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:36 smithi137 ceph-mon[117020]: pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:47:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:38 smithi066 ceph-mon[112137]: pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:47:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:38 smithi203 ceph-mon[117428]: pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:47:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:38 smithi137 ceph-mon[117020]: pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:47:39.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:39.837 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:39.837 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:40 smithi066 ceph-mon[112137]: pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:40.566 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:40.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:40.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:40.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:40.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:40 smithi203 ceph-mon[117428]: pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:40 smithi137 ceph-mon[117020]: pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:41 smithi066 ceph-mon[112137]: from='client.420939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:41 smithi203 ceph-mon[117428]: from='client.420939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:41 smithi137 ceph-mon[117020]: from='client.420939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:42 smithi066 ceph-mon[112137]: pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:42 smithi203 ceph-mon[117428]: pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:42 smithi137 ceph-mon[117020]: pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:44 smithi066 ceph-mon[112137]: pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:44 smithi203 ceph-mon[117428]: pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:44 smithi137 ceph-mon[117020]: pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:45.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:45.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:45.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:46.297 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:46.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:46.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:46.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:46.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:46 smithi066 ceph-mon[112137]: from='client.421017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:46 smithi066 ceph-mon[112137]: pgmap v15436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:46 smithi203 ceph-mon[117428]: from='client.421017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:46 smithi203 ceph-mon[117428]: pgmap v15436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:46 smithi137 ceph-mon[117020]: from='client.421017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:46 smithi137 ceph-mon[117020]: pgmap v15436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:48 smithi066 ceph-mon[112137]: pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:47:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:48 smithi203 ceph-mon[117428]: pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:47:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:48 smithi137 ceph-mon[117020]: pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:47:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:50 smithi066 ceph-mon[112137]: pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:47:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:50 smithi203 ceph-mon[117428]: pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:47:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:50 smithi137 ceph-mon[117020]: pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:47:51.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:51.297 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:51.297 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:52.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:52.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:52.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:52.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:52.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:52 smithi066 ceph-mon[112137]: from='client.421092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:52 smithi066 ceph-mon[112137]: pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:52 smithi203 ceph-mon[117428]: from='client.421092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:52 smithi203 ceph-mon[117428]: pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:52 smithi137 ceph-mon[117020]: from='client.421092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:52 smithi137 ceph-mon[117020]: pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:54 smithi066 ceph-mon[112137]: pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:54 smithi203 ceph-mon[117428]: pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:54 smithi137 ceph-mon[117020]: pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:56 smithi066 ceph-mon[112137]: pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:56 smithi203 ceph-mon[117428]: pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:56 smithi137 ceph-mon[117020]: pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:57.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:47:57.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:57.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:57.748 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:47:57.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:57.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:57.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:57.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:47:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:58 smithi066 ceph-mon[112137]: from='client.421170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:47:58 smithi066 ceph-mon[112137]: pgmap v15442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:58 smithi203 ceph-mon[117428]: from='client.421170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:47:58 smithi203 ceph-mon[117428]: pgmap v15442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:58 smithi137 ceph-mon[117020]: from='client.421170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:47:58 smithi137 ceph-mon[117020]: pgmap v15442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:00 smithi066 ceph-mon[112137]: pgmap v15443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:00 smithi203 ceph-mon[117428]: pgmap v15443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:00 smithi137 ceph-mon[117020]: pgmap v15443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:02.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:02.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:02.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:02 smithi066 ceph-mon[112137]: pgmap v15444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:02 smithi203 ceph-mon[117428]: pgmap v15444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:02 smithi137 ceph-mon[117020]: pgmap v15444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:03.475 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:03.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:03.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:03.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:03.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:03 smithi066 ceph-mon[112137]: from='client.421245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:03 smithi203 ceph-mon[117428]: from='client.421245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:03 smithi137 ceph-mon[117020]: from='client.421245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:04 smithi066 ceph-mon[112137]: pgmap v15445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:04 smithi203 ceph-mon[117428]: pgmap v15445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:04 smithi137 ceph-mon[117020]: pgmap v15445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:06 smithi066 ceph-mon[112137]: pgmap v15446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:06 smithi203 ceph-mon[117428]: pgmap v15446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:06 smithi137 ceph-mon[117020]: pgmap v15446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:08.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:08.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:08.477 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:08 smithi066 ceph-mon[112137]: pgmap v15447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:08 smithi203 ceph-mon[117428]: pgmap v15447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:08 smithi137 ceph-mon[117020]: pgmap v15447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:09.204 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:09.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:09.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:09.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:09.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:09 smithi066 ceph-mon[112137]: from='client.421320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:09 smithi203 ceph-mon[117428]: from='client.421320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:09 smithi137 ceph-mon[117020]: from='client.421320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:10 smithi066 ceph-mon[112137]: pgmap v15448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:10 smithi203 ceph-mon[117428]: pgmap v15448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:10 smithi137 ceph-mon[117020]: pgmap v15448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:48:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:48:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:48:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:48:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:48:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:48:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:12 smithi066 ceph-mon[112137]: pgmap v15449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:48:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:48:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:48:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:12 smithi203 ceph-mon[117428]: pgmap v15449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:48:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:48:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:48:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:12 smithi137 ceph-mon[117020]: pgmap v15449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:14.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:14.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:14.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:14 smithi066 ceph-mon[112137]: pgmap v15450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:14 smithi203 ceph-mon[117428]: pgmap v15450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:14 smithi137 ceph-mon[117020]: pgmap v15450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:14.921 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:14.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:14.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:14.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:14.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:15 smithi066 ceph-mon[112137]: from='client.421398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:15 smithi203 ceph-mon[117428]: from='client.421398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:15 smithi137 ceph-mon[117020]: from='client.421398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:16 smithi066 ceph-mon[112137]: pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:16 smithi203 ceph-mon[117428]: pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:16 smithi137 ceph-mon[117020]: pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:18 smithi066 ceph-mon[112137]: pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:18 smithi203 ceph-mon[117428]: pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:18 smithi137 ceph-mon[117020]: pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:19.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:19.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:19.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:20 smithi066 ceph-mon[112137]: pgmap v15453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:20 smithi203 ceph-mon[117428]: pgmap v15453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:20 smithi137 ceph-mon[117020]: pgmap v15453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:20.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:20.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:20.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:20.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:20.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:21 smithi066 ceph-mon[112137]: from='client.421476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:21 smithi203 ceph-mon[117428]: from='client.421476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:21 smithi137 ceph-mon[117020]: from='client.421476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:22 smithi066 ceph-mon[112137]: pgmap v15454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:22 smithi203 ceph-mon[117428]: pgmap v15454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:22 smithi137 ceph-mon[117020]: pgmap v15454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:24 smithi066 ceph-mon[112137]: pgmap v15455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:24 smithi203 ceph-mon[117428]: pgmap v15455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:24 smithi137 ceph-mon[117020]: pgmap v15455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:25.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:25.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:25.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:26.374 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:26.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:26.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:26.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:26.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:26 smithi066 ceph-mon[112137]: from='client.421554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:26 smithi066 ceph-mon[112137]: pgmap v15456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:26 smithi203 ceph-mon[117428]: from='client.421554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:26 smithi203 ceph-mon[117428]: pgmap v15456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:26 smithi137 ceph-mon[117020]: from='client.421554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:26 smithi137 ceph-mon[117020]: pgmap v15456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:28 smithi066 ceph-mon[112137]: pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:28 smithi203 ceph-mon[117428]: pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:28 smithi137 ceph-mon[117020]: pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:30 smithi066 ceph-mon[112137]: pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:30 smithi203 ceph-mon[117428]: pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:30 smithi137 ceph-mon[117020]: pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:31.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:31.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:31.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:32.097 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:32.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:32.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:32.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:32.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:32 smithi066 ceph-mon[112137]: from='client.421629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:32 smithi066 ceph-mon[112137]: pgmap v15459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:32 smithi203 ceph-mon[117428]: from='client.421629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:32 smithi203 ceph-mon[117428]: pgmap v15459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:32 smithi137 ceph-mon[117020]: from='client.421629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:32 smithi137 ceph-mon[117020]: pgmap v15459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:34 smithi066 ceph-mon[112137]: pgmap v15460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:34 smithi203 ceph-mon[117428]: pgmap v15460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:34 smithi137 ceph-mon[117020]: pgmap v15460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:36 smithi066 ceph-mon[112137]: pgmap v15461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:36 smithi203 ceph-mon[117428]: pgmap v15461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:36 smithi137 ceph-mon[117020]: pgmap v15461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:37.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:37.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:37.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:37.836 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:37.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:37.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:37.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:37.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:38 smithi066 ceph-mon[112137]: from='client.421698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:38 smithi066 ceph-mon[112137]: pgmap v15462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:38.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:38 smithi203 ceph-mon[117428]: from='client.421698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:38.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:38 smithi203 ceph-mon[117428]: pgmap v15462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:38 smithi137 ceph-mon[117020]: from='client.421698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:38 smithi137 ceph-mon[117020]: pgmap v15462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:40 smithi066 ceph-mon[112137]: pgmap v15463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:40 smithi203 ceph-mon[117428]: pgmap v15463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:40 smithi137 ceph-mon[117020]: pgmap v15463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:42.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:42.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:42.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:42 smithi066 ceph-mon[112137]: pgmap v15464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:42 smithi203 ceph-mon[117428]: pgmap v15464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:42 smithi137 ceph-mon[117020]: pgmap v15464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:43.570 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:43.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:43.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:43.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:43.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:44 smithi066 ceph-mon[112137]: from='client.421773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:44 smithi066 ceph-mon[112137]: pgmap v15465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:44 smithi203 ceph-mon[117428]: from='client.421773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:44 smithi203 ceph-mon[117428]: pgmap v15465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:44 smithi137 ceph-mon[117020]: from='client.421773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:44 smithi137 ceph-mon[117020]: pgmap v15465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:46 smithi066 ceph-mon[112137]: pgmap v15466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:46 smithi203 ceph-mon[117428]: pgmap v15466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:46 smithi137 ceph-mon[117020]: pgmap v15466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:48 smithi066 ceph-mon[112137]: pgmap v15467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:48 smithi203 ceph-mon[117428]: pgmap v15467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:48.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:48.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:48.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:48 smithi137 ceph-mon[117020]: pgmap v15467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:49.308 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:49.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:49.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:49.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:49.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:49 smithi066 ceph-mon[112137]: from='client.421848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:49 smithi203 ceph-mon[117428]: from='client.421848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:49 smithi137 ceph-mon[117020]: from='client.421848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:50 smithi066 ceph-mon[112137]: pgmap v15468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:50 smithi203 ceph-mon[117428]: pgmap v15468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:50 smithi137 ceph-mon[117020]: pgmap v15468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:52 smithi066 ceph-mon[112137]: pgmap v15469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:52 smithi203 ceph-mon[117428]: pgmap v15469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:52 smithi137 ceph-mon[117020]: pgmap v15469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:54.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:48:54.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:54.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:54 smithi066 ceph-mon[112137]: pgmap v15470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:54 smithi203 ceph-mon[117428]: pgmap v15470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:54 smithi137 ceph-mon[117020]: pgmap v15470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:55.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:48:55.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:55.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:55.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:55.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:48:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:55 smithi066 ceph-mon[112137]: from='client.421926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:55 smithi203 ceph-mon[117428]: from='client.421926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:55 smithi137 ceph-mon[117020]: from='client.421926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:56 smithi066 ceph-mon[112137]: pgmap v15471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:56 smithi203 ceph-mon[117428]: pgmap v15471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:56 smithi137 ceph-mon[117020]: pgmap v15471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:48:58 smithi066 ceph-mon[112137]: pgmap v15472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:48:58 smithi203 ceph-mon[117428]: pgmap v15472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:48:58 smithi137 ceph-mon[117020]: pgmap v15472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:00.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:00.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:00.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:00 smithi066 ceph-mon[112137]: pgmap v15473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:00 smithi203 ceph-mon[117428]: pgmap v15473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:00 smithi137 ceph-mon[117020]: pgmap v15473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:00.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:00.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:00.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:00.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:00.763 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:01 smithi066 ceph-mon[112137]: from='client.422001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:01 smithi203 ceph-mon[117428]: from='client.422001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:01 smithi137 ceph-mon[117020]: from='client.422001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:02 smithi066 ceph-mon[112137]: pgmap v15474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:02 smithi203 ceph-mon[117428]: pgmap v15474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:02 smithi137 ceph-mon[117020]: pgmap v15474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:04 smithi066 ceph-mon[112137]: pgmap v15475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:04 smithi203 ceph-mon[117428]: pgmap v15475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:04 smithi137 ceph-mon[117020]: pgmap v15475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:05.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:05.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:05.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:06 smithi066 ceph-mon[112137]: pgmap v15476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:06.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:06.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:06.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:06.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:06.490 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:06 smithi203 ceph-mon[117428]: pgmap v15476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:06 smithi137 ceph-mon[117020]: pgmap v15476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:07 smithi066 ceph-mon[112137]: from='client.422079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:07 smithi203 ceph-mon[117428]: from='client.422079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:07 smithi137 ceph-mon[117020]: from='client.422079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:08 smithi066 ceph-mon[112137]: pgmap v15477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:08 smithi203 ceph-mon[117428]: pgmap v15477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:08 smithi137 ceph-mon[117020]: pgmap v15477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:10 smithi066 ceph-mon[112137]: pgmap v15478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:10 smithi203 ceph-mon[117428]: pgmap v15478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:10 smithi137 ceph-mon[117020]: pgmap v15478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:11.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:11.492 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:11.492 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:49:12.276 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:12.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:12.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:12.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:12.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:49:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:49:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='client.422157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: pgmap v15479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:49:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:49:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='client.422157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: pgmap v15479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:49:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:49:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='client.422157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: pgmap v15479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:49:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:14 smithi066 ceph-mon[112137]: pgmap v15480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:14 smithi203 ceph-mon[117428]: pgmap v15480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:14 smithi137 ceph-mon[117020]: pgmap v15480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:16 smithi066 ceph-mon[112137]: pgmap v15481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:16 smithi203 ceph-mon[117428]: pgmap v15481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:16 smithi137 ceph-mon[117020]: pgmap v15481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:17.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:17.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:17.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:17.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:17.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:17.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:17.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:17.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:18 smithi066 ceph-mon[112137]: from='client.422226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:18 smithi066 ceph-mon[112137]: pgmap v15482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:18 smithi203 ceph-mon[117428]: from='client.422226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:18 smithi203 ceph-mon[117428]: pgmap v15482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:18 smithi137 ceph-mon[117020]: from='client.422226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:18 smithi137 ceph-mon[117020]: pgmap v15482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:20 smithi066 ceph-mon[112137]: pgmap v15483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:20 smithi203 ceph-mon[117428]: pgmap v15483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:20 smithi137 ceph-mon[117020]: pgmap v15483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:22.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:22.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:22.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:22 smithi066 ceph-mon[112137]: pgmap v15484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:22 smithi203 ceph-mon[117428]: pgmap v15484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:22 smithi137 ceph-mon[117020]: pgmap v15484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:23.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:23.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:23.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:23.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:23.731 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:24 smithi066 ceph-mon[112137]: from='client.422301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:24.579 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:24 smithi066 ceph-mon[112137]: pgmap v15485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:24.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:24 smithi203 ceph-mon[117428]: from='client.422301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:24.579 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:24 smithi203 ceph-mon[117428]: pgmap v15485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:24 smithi137 ceph-mon[117020]: from='client.422301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:24 smithi137 ceph-mon[117020]: pgmap v15485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:26 smithi066 ceph-mon[112137]: pgmap v15486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:26 smithi203 ceph-mon[117428]: pgmap v15486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:26 smithi137 ceph-mon[117020]: pgmap v15486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:28 smithi066 ceph-mon[112137]: pgmap v15487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:28 smithi203 ceph-mon[117428]: pgmap v15487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:28 smithi137 ceph-mon[117020]: pgmap v15487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:28.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:29.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:29.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:29.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:29.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:29.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:29 smithi066 ceph-mon[112137]: from='client.422376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:29 smithi203 ceph-mon[117428]: from='client.422376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:29 smithi137 ceph-mon[117020]: from='client.422376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:30 smithi066 ceph-mon[112137]: pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:30 smithi203 ceph-mon[117428]: pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:30 smithi137 ceph-mon[117020]: pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:32 smithi066 ceph-mon[112137]: pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:32 smithi203 ceph-mon[117428]: pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:32 smithi137 ceph-mon[117020]: pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:34.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:34.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:34.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:34 smithi066 ceph-mon[112137]: pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:34 smithi203 ceph-mon[117428]: pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:34 smithi137 ceph-mon[117020]: pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:35.178 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:35.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:35.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:35.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:35.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:35 smithi066 ceph-mon[112137]: from='client.422454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:35 smithi203 ceph-mon[117428]: from='client.422454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:35 smithi137 ceph-mon[117020]: from='client.422454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:36 smithi066 ceph-mon[112137]: pgmap v15491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:36 smithi203 ceph-mon[117428]: pgmap v15491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:36 smithi137 ceph-mon[117020]: pgmap v15491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:38 smithi066 ceph-mon[112137]: pgmap v15492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:38 smithi203 ceph-mon[117428]: pgmap v15492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:38 smithi137 ceph-mon[117020]: pgmap v15492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:40.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:40.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:40.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:40 smithi066 ceph-mon[112137]: pgmap v15493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:40 smithi203 ceph-mon[117428]: pgmap v15493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:40 smithi137 ceph-mon[117020]: pgmap v15493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:40.920 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:40.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:40.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:40.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:40.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:41 smithi066 ceph-mon[112137]: from='client.422526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:41 smithi203 ceph-mon[117428]: from='client.422526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:41 smithi137 ceph-mon[117020]: from='client.422526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:42 smithi066 ceph-mon[112137]: pgmap v15494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:42 smithi203 ceph-mon[117428]: pgmap v15494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:42 smithi137 ceph-mon[117020]: pgmap v15494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:44 smithi066 ceph-mon[112137]: pgmap v15495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:44 smithi203 ceph-mon[117428]: pgmap v15495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:44 smithi137 ceph-mon[117020]: pgmap v15495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:45.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:45.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:45.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:46 smithi066 ceph-mon[112137]: pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:46 smithi203 ceph-mon[117428]: pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:46 smithi137 ceph-mon[117020]: pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:46.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:46.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:46.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:47 smithi066 ceph-mon[112137]: from='client.422604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:47 smithi203 ceph-mon[117428]: from='client.422604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:48.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:47 smithi137 ceph-mon[117020]: from='client.422604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:48 smithi066 ceph-mon[112137]: pgmap v15497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:48 smithi203 ceph-mon[117428]: pgmap v15497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:48 smithi137 ceph-mon[117020]: pgmap v15497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:50 smithi066 ceph-mon[112137]: pgmap v15498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:50 smithi203 ceph-mon[117428]: pgmap v15498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:50 smithi137 ceph-mon[117020]: pgmap v15498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:51.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:51.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:51.657 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:52.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:52.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:52.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:52.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:52.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:52 smithi066 ceph-mon[112137]: from='client.422673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:52 smithi066 ceph-mon[112137]: pgmap v15499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:52 smithi203 ceph-mon[117428]: from='client.422673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:52 smithi203 ceph-mon[117428]: pgmap v15499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:52 smithi137 ceph-mon[117020]: from='client.422673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:52 smithi137 ceph-mon[117020]: pgmap v15499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:54 smithi066 ceph-mon[112137]: pgmap v15500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:54 smithi203 ceph-mon[117428]: pgmap v15500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:54.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:54 smithi137 ceph-mon[117020]: pgmap v15500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:56.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:56 smithi066 ceph-mon[112137]: pgmap v15501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:56 smithi203 ceph-mon[117428]: pgmap v15501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:56 smithi137 ceph-mon[117020]: pgmap v15501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:57.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:49:57.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:57.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:58.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:58.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:58.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:58.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:49:58.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:49:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:58 smithi066 ceph-mon[112137]: from='client.422748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:49:58 smithi066 ceph-mon[112137]: pgmap v15502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:58 smithi203 ceph-mon[117428]: from='client.422748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:49:58 smithi203 ceph-mon[117428]: pgmap v15502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:58 smithi137 ceph-mon[117020]: from='client.422748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:49:58 smithi137 ceph-mon[117020]: pgmap v15502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T01:50:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T01:50:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T01:50:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:01 smithi203 ceph-mon[117428]: pgmap v15503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:01 smithi137 ceph-mon[117020]: pgmap v15503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:01 smithi066 ceph-mon[112137]: pgmap v15503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:03.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:03.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:03.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:02 smithi066 ceph-mon[112137]: pgmap v15504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:02 smithi203 ceph-mon[117428]: pgmap v15504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:02 smithi137 ceph-mon[117020]: pgmap v15504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:03.829 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:03.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:03.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:03.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:03.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:04 smithi066 ceph-mon[112137]: from='client.422826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:04 smithi066 ceph-mon[112137]: pgmap v15505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:04 smithi203 ceph-mon[117428]: from='client.422826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:04 smithi203 ceph-mon[117428]: pgmap v15505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:04 smithi137 ceph-mon[117020]: from='client.422826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:04 smithi137 ceph-mon[117020]: pgmap v15505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:06 smithi066 ceph-mon[112137]: pgmap v15506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:06 smithi203 ceph-mon[117428]: pgmap v15506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:06 smithi137 ceph-mon[117020]: pgmap v15506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:08 smithi066 ceph-mon[112137]: pgmap v15507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:08 smithi203 ceph-mon[117428]: pgmap v15507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:08 smithi137 ceph-mon[117020]: pgmap v15507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:08.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:08.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:08.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:09.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:09.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:09.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:09.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:09.555 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:10 smithi066 ceph-mon[112137]: from='client.422904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:10 smithi066 ceph-mon[112137]: pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:10 smithi203 ceph-mon[117428]: from='client.422904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:10.608 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:10 smithi203 ceph-mon[117428]: pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:10 smithi137 ceph-mon[117020]: from='client.422904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:10 smithi137 ceph-mon[117020]: pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:12 smithi066 ceph-mon[112137]: pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:50:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:12 smithi203 ceph-mon[117428]: pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:50:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:12 smithi137 ceph-mon[117020]: pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:50:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:14 smithi066 ceph-mon[112137]: pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:14.487 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:14 smithi137 ceph-mon[117020]: pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:14.520 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:14 smithi203 ceph-mon[117428]: pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:14.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:14.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:14.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:15.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:15.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:15.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:15.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:15.311 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:15 smithi066 ceph-mon[112137]: from='client.422982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:15.487 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:15 smithi137 ceph-mon[117020]: from='client.422982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:15.494 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:15 smithi203 ceph-mon[117428]: from='client.422982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:50:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:50:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:16 smithi066 ceph-mon[112137]: pgmap v15511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:50:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:50:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:16 smithi203 ceph-mon[117428]: pgmap v15511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:50:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:16 smithi137 ceph-mon[117020]: pgmap v15511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:18 smithi066 ceph-mon[112137]: pgmap v15512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:18 smithi203 ceph-mon[117428]: pgmap v15512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:18 smithi137 ceph-mon[117020]: pgmap v15512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:20.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:20.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:20.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:20 smithi066 ceph-mon[112137]: pgmap v15513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:20 smithi203 ceph-mon[117428]: pgmap v15513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:20 smithi137 ceph-mon[117020]: pgmap v15513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:21.035 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:21.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:21.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:21.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:21.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:21 smithi066 ceph-mon[112137]: from='client.423057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:21 smithi203 ceph-mon[117428]: from='client.423057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:21 smithi137 ceph-mon[117020]: from='client.423057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:22 smithi203 ceph-mon[117428]: pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:22 smithi137 ceph-mon[117020]: pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:22 smithi066 ceph-mon[112137]: pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:24 smithi066 ceph-mon[112137]: pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:24 smithi203 ceph-mon[117428]: pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:24 smithi137 ceph-mon[117020]: pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:26.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:26.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:26.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:26 smithi066 ceph-mon[112137]: pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:26 smithi203 ceph-mon[117428]: pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:26 smithi137 ceph-mon[117020]: pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:26.758 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:26.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:26.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:26.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:26.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:27 smithi066 ceph-mon[112137]: from='client.423135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:27 smithi203 ceph-mon[117428]: from='client.423135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:28.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:27 smithi137 ceph-mon[117020]: from='client.423135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:28 smithi203 ceph-mon[117428]: pgmap v15517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:28 smithi137 ceph-mon[117020]: pgmap v15517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:28 smithi066 ceph-mon[112137]: pgmap v15517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:30 smithi066 ceph-mon[112137]: pgmap v15518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:30 smithi203 ceph-mon[117428]: pgmap v15518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:30 smithi137 ceph-mon[117020]: pgmap v15518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:31.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:31.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:31.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:32.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:32.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:32.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:32.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:32.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:32 smithi203 ceph-mon[117428]: from='client.423213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:32 smithi203 ceph-mon[117428]: pgmap v15519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:32 smithi137 ceph-mon[117020]: from='client.423213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:32 smithi137 ceph-mon[117020]: pgmap v15519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:32 smithi066 ceph-mon[112137]: from='client.423213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:32 smithi066 ceph-mon[112137]: pgmap v15519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:34 smithi066 ceph-mon[112137]: pgmap v15520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:34 smithi203 ceph-mon[117428]: pgmap v15520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:34 smithi137 ceph-mon[117020]: pgmap v15520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:36 smithi066 ceph-mon[112137]: pgmap v15521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:36 smithi203 ceph-mon[117428]: pgmap v15521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:36 smithi137 ceph-mon[117020]: pgmap v15521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:37.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:37.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:37.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:38.251 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:38.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:38.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:38.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:38.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:38 smithi066 ceph-mon[112137]: from='client.423288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:38 smithi066 ceph-mon[112137]: pgmap v15522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:38 smithi203 ceph-mon[117428]: from='client.423288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:38 smithi203 ceph-mon[117428]: pgmap v15522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:38 smithi137 ceph-mon[117020]: from='client.423288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:38 smithi137 ceph-mon[117020]: pgmap v15522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:40 smithi066 ceph-mon[112137]: pgmap v15523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:40 smithi203 ceph-mon[117428]: pgmap v15523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:40 smithi137 ceph-mon[117020]: pgmap v15523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:43.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:43.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:43.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:42 smithi203 ceph-mon[117428]: pgmap v15524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:42 smithi137 ceph-mon[117020]: pgmap v15524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:42 smithi066 ceph-mon[112137]: pgmap v15524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:43.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:43.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:43.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:43.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:43.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:44 smithi066 ceph-mon[112137]: from='client.423363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:44 smithi066 ceph-mon[112137]: pgmap v15525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:44 smithi203 ceph-mon[117428]: from='client.423363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:44 smithi203 ceph-mon[117428]: pgmap v15525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:44 smithi137 ceph-mon[117020]: from='client.423363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:44 smithi137 ceph-mon[117020]: pgmap v15525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:46 smithi066 ceph-mon[112137]: pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:46 smithi203 ceph-mon[117428]: pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:46 smithi137 ceph-mon[117020]: pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:48 smithi066 ceph-mon[112137]: pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:48 smithi203 ceph-mon[117428]: pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:48 smithi137 ceph-mon[117020]: pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:48.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:48.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:48.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:49.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:49.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:49.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:49.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:49.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:50 smithi066 ceph-mon[112137]: from='client.423438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:50 smithi066 ceph-mon[112137]: pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:50:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:50 smithi203 ceph-mon[117428]: from='client.423438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:50 smithi203 ceph-mon[117428]: pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:50:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:50 smithi137 ceph-mon[117020]: from='client.423438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:50 smithi137 ceph-mon[117020]: pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:50:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:52 smithi203 ceph-mon[117428]: pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:50:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:52 smithi137 ceph-mon[117020]: pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:50:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:52 smithi066 ceph-mon[112137]: pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:50:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:54 smithi066 ceph-mon[112137]: pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:50:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:54 smithi203 ceph-mon[117428]: pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:50:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:54 smithi137 ceph-mon[117020]: pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:50:54.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:50:54.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:54.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:55.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:50:55.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:55.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:55.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:55.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:50:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:55 smithi066 ceph-mon[112137]: from='client.423507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:55 smithi203 ceph-mon[117428]: from='client.423507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:55 smithi137 ceph-mon[117020]: from='client.423507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:56 smithi066 ceph-mon[112137]: pgmap v15531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:56 smithi203 ceph-mon[117428]: pgmap v15531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:56 smithi137 ceph-mon[117020]: pgmap v15531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:50:58 smithi066 ceph-mon[112137]: pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:50:58 smithi203 ceph-mon[117428]: pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:50:58 smithi137 ceph-mon[117020]: pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:51:00.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:00.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:00.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:00 smithi066 ceph-mon[112137]: pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:00 smithi203 ceph-mon[117428]: pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:00 smithi137 ceph-mon[117020]: pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:01.192 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:01.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:01.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:01.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:01.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:01 smithi066 ceph-mon[112137]: from='client.423585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:01 smithi203 ceph-mon[117428]: from='client.423585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:01 smithi137 ceph-mon[117020]: from='client.423585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:02 smithi203 ceph-mon[117428]: pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:51:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:02 smithi137 ceph-mon[117020]: pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:51:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:02 smithi066 ceph-mon[112137]: pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:51:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:04 smithi066 ceph-mon[112137]: pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:51:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:04 smithi203 ceph-mon[117428]: pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:51:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:04 smithi137 ceph-mon[117020]: pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:51:06.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:06.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:06.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:06 smithi066 ceph-mon[112137]: pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:51:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:06 smithi203 ceph-mon[117428]: pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:51:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:06 smithi137 ceph-mon[117020]: pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:51:06.924 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:06.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:06.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:06.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:06.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:07 smithi203 ceph-mon[117428]: from='client.423657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:07 smithi137 ceph-mon[117020]: from='client.423657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:07 smithi066 ceph-mon[112137]: from='client.423657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:09 smithi203 ceph-mon[117428]: pgmap v15537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:09 smithi137 ceph-mon[117020]: pgmap v15537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:09 smithi066 ceph-mon[112137]: pgmap v15537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:10 smithi066 ceph-mon[112137]: pgmap v15538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:10 smithi203 ceph-mon[117428]: pgmap v15538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:10 smithi137 ceph-mon[117020]: pgmap v15538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:11.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:11.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:11.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:12.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:12.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:12.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:12.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:12.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:12 smithi203 ceph-mon[117428]: pgmap v15539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:12 smithi137 ceph-mon[117020]: pgmap v15539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:12 smithi066 ceph-mon[112137]: pgmap v15539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:14 smithi203 ceph-mon[117428]: from='client.423729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:13 smithi137 ceph-mon[117020]: from='client.423729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:13 smithi066 ceph-mon[112137]: from='client.423729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:15 smithi203 ceph-mon[117428]: pgmap v15540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:15 smithi137 ceph-mon[117020]: pgmap v15540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:15 smithi066 ceph-mon[112137]: pgmap v15540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:16 smithi066 ceph-mon[112137]: pgmap v15541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:51:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:16 smithi203 ceph-mon[117428]: pgmap v15541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:51:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:16 smithi137 ceph-mon[117020]: pgmap v15541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:51:17.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:17.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:17.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.266 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:51:18.267 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:51:18.268 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:51:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:51:18.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.389 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.389 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.389 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.389 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.389 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.389 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.389 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.389 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:51:18.390 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:51:18.391 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:51:18.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:18.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:18.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:18.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:18.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:19.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:18 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15273M 2023-12-08T01:51:19.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:18 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16922M 2023-12-08T01:51:19.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:18 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21200M 2023-12-08T01:51:19.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:18 smithi066 ceph-mon[112137]: from='client.423807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:19.289 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:18 smithi066 ceph-mon[112137]: pgmap v15542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:18 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15273M 2023-12-08T01:51:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:18 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16922M 2023-12-08T01:51:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:18 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21200M 2023-12-08T01:51:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:18 smithi203 ceph-mon[117428]: from='client.423807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:18 smithi203 ceph-mon[117428]: pgmap v15542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:18 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15273M 2023-12-08T01:51:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:18 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16922M 2023-12-08T01:51:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:18 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21200M 2023-12-08T01:51:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:18 smithi137 ceph-mon[117020]: from='client.423807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:18 smithi137 ceph-mon[117020]: pgmap v15542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:20 smithi066 ceph-mon[112137]: pgmap v15543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:20 smithi203 ceph-mon[117428]: pgmap v15543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:20 smithi137 ceph-mon[117020]: pgmap v15543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:23 smithi203 ceph-mon[117428]: pgmap v15544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:23 smithi137 ceph-mon[117020]: pgmap v15544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:23.384 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:23.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:23.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:23 smithi066 ceph-mon[112137]: pgmap v15544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:24.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:24.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:24.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:24.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:24.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:24 smithi066 ceph-mon[112137]: from='client.423885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:24 smithi066 ceph-mon[112137]: pgmap v15545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:24 smithi203 ceph-mon[117428]: from='client.423885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:24 smithi203 ceph-mon[117428]: pgmap v15545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:24 smithi137 ceph-mon[117020]: from='client.423885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:24 smithi137 ceph-mon[117020]: pgmap v15545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:26 smithi066 ceph-mon[112137]: pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:26 smithi203 ceph-mon[117428]: pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:26 smithi137 ceph-mon[117020]: pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:28 smithi066 ceph-mon[112137]: pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:28 smithi203 ceph-mon[117428]: pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:28 smithi137 ceph-mon[117020]: pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:29.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:29.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:29.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:29.843 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:29.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:29.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:29.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:29.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:30 smithi066 ceph-mon[112137]: from='client.423957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:30 smithi066 ceph-mon[112137]: pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:51:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:30 smithi203 ceph-mon[117428]: from='client.423957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:30 smithi203 ceph-mon[117428]: pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:51:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:30 smithi137 ceph-mon[117020]: from='client.423957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:30 smithi137 ceph-mon[117020]: pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:51:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:33 smithi203 ceph-mon[117428]: pgmap v15549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:51:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:33 smithi137 ceph-mon[117020]: pgmap v15549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:51:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:33 smithi066 ceph-mon[112137]: pgmap v15549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:51:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:34 smithi066 ceph-mon[112137]: pgmap v15550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:51:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:34 smithi203 ceph-mon[117428]: pgmap v15550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:51:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:34 smithi137 ceph-mon[117020]: pgmap v15550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:51:34.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:34.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:34.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:35.580 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:35.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:35.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:35.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:35.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:36 smithi066 ceph-mon[112137]: from='client.424029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:36 smithi066 ceph-mon[112137]: pgmap v15551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:36 smithi203 ceph-mon[117428]: from='client.424029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:36 smithi203 ceph-mon[117428]: pgmap v15551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:36 smithi137 ceph-mon[117020]: from='client.424029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:36 smithi137 ceph-mon[117020]: pgmap v15551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:38 smithi066 ceph-mon[112137]: pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:51:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:38 smithi203 ceph-mon[117428]: pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:51:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:38 smithi137 ceph-mon[117020]: pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:51:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:40 smithi066 ceph-mon[112137]: pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:40 smithi203 ceph-mon[117428]: pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:40.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:40.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:40.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:40 smithi137 ceph-mon[117020]: pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:41.304 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:41.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:41.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:41.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:41.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:41 smithi066 ceph-mon[112137]: from='client.424104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:41 smithi203 ceph-mon[117428]: from='client.424104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:41 smithi137 ceph-mon[117020]: from='client.424104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:43 smithi203 ceph-mon[117428]: pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:51:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:43 smithi137 ceph-mon[117020]: pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:51:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:43 smithi066 ceph-mon[112137]: pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:51:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:44 smithi066 ceph-mon[112137]: pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:51:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:44 smithi203 ceph-mon[117428]: pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:51:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:44 smithi137 ceph-mon[117020]: pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:51:46.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:46.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:46.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:46 smithi066 ceph-mon[112137]: pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:51:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:46 smithi203 ceph-mon[117428]: pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:51:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:46 smithi137 ceph-mon[117020]: pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:51:47.025 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:47.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:47.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:47.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:47.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:48 smithi203 ceph-mon[117428]: from='client.424176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:48 smithi137 ceph-mon[117020]: from='client.424176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:48 smithi066 ceph-mon[112137]: from='client.424176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:49 smithi203 ceph-mon[117428]: pgmap v15557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:49 smithi137 ceph-mon[117020]: pgmap v15557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:49 smithi066 ceph-mon[112137]: pgmap v15557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:50 smithi066 ceph-mon[112137]: pgmap v15558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:50 smithi203 ceph-mon[117428]: pgmap v15558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:50 smithi137 ceph-mon[117020]: pgmap v15558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:52.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:52.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:52.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:52.756 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:52.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:52.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:52.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:52.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:53 smithi203 ceph-mon[117428]: pgmap v15559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:53 smithi137 ceph-mon[117020]: pgmap v15559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:53 smithi066 ceph-mon[112137]: pgmap v15559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:54 smithi203 ceph-mon[117428]: from='client.424251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:54.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:54 smithi137 ceph-mon[117020]: from='client.424251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:54 smithi066 ceph-mon[112137]: from='client.424251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:55 smithi203 ceph-mon[117428]: pgmap v15560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:55 smithi137 ceph-mon[117020]: pgmap v15560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:55 smithi066 ceph-mon[112137]: pgmap v15560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:56 smithi066 ceph-mon[112137]: pgmap v15561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:56 smithi203 ceph-mon[117428]: pgmap v15561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:56 smithi137 ceph-mon[117020]: pgmap v15561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:57.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:51:57.758 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:57.758 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:58.483 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:51:58.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:58.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:58.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:58.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:51:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:58 smithi066 ceph-mon[112137]: from='client.424329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:51:58 smithi066 ceph-mon[112137]: pgmap v15562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:58.582 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:58 smithi203 ceph-mon[117428]: from='client.424329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:58.582 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:51:58 smithi203 ceph-mon[117428]: pgmap v15562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:58 smithi137 ceph-mon[117020]: from='client.424329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:51:58 smithi137 ceph-mon[117020]: pgmap v15562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:00 smithi066 ceph-mon[112137]: pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:00 smithi203 ceph-mon[117428]: pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:00 smithi137 ceph-mon[117020]: pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:03 smithi203 ceph-mon[117428]: pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:03 smithi137 ceph-mon[117020]: pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:03.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:03.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:03.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:03 smithi066 ceph-mon[112137]: pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:04.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:04.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:04.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:04.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:04.216 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:04 smithi066 ceph-mon[112137]: from='client.424407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:04 smithi203 ceph-mon[117428]: from='client.424407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:04 smithi137 ceph-mon[117020]: from='client.424407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:05 smithi066 ceph-mon[112137]: pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:05 smithi203 ceph-mon[117428]: pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:05 smithi137 ceph-mon[117020]: pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:08 smithi203 ceph-mon[117428]: pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:08 smithi137 ceph-mon[117020]: pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:08 smithi066 ceph-mon[112137]: pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:09.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:09.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:09.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:09.968 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:09.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:09.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:09.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:09.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:10 smithi203 ceph-mon[117428]: pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:10 smithi137 ceph-mon[117020]: pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:10 smithi066 ceph-mon[112137]: pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:11 smithi203 ceph-mon[117428]: from='client.424485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:11 smithi137 ceph-mon[117020]: from='client.424485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:11 smithi066 ceph-mon[112137]: from='client.424485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:12 smithi203 ceph-mon[117428]: pgmap v15568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:12 smithi137 ceph-mon[117020]: pgmap v15568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:12 smithi066 ceph-mon[112137]: pgmap v15568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:14 smithi203 ceph-mon[117428]: pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:14 smithi137 ceph-mon[117020]: pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:14 smithi066 ceph-mon[112137]: pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:14.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:14.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:14.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:15.699 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:15.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:15.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:15.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:15.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:16 smithi203 ceph-mon[117428]: pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:16.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:16 smithi137 ceph-mon[117020]: pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:16 smithi066 ceph-mon[112137]: pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:17 smithi203 ceph-mon[117428]: from='client.424563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:17 smithi137 ceph-mon[117020]: from='client.424563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:17 smithi066 ceph-mon[112137]: from='client.424563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:18 smithi203 ceph-mon[117428]: pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:52:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:18 smithi137 ceph-mon[117020]: pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:52:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:18 smithi066 ceph-mon[112137]: pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:52:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:52:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:52:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:52:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:52:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:52:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:52:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:52:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:52:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:52:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:20 smithi203 ceph-mon[117428]: pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:20 smithi137 ceph-mon[117020]: pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:20 smithi066 ceph-mon[112137]: pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:20.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:20.701 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:20.701 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:21.422 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:21.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:21.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:21.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:21.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:22 smithi203 ceph-mon[117428]: pgmap v15573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:22 smithi203 ceph-mon[117428]: from='client.424635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:22 smithi137 ceph-mon[117020]: pgmap v15573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:22 smithi137 ceph-mon[117020]: from='client.424635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:22 smithi066 ceph-mon[112137]: pgmap v15573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:22 smithi066 ceph-mon[112137]: from='client.424635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:23 smithi203 ceph-mon[117428]: pgmap v15574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:23 smithi137 ceph-mon[117020]: pgmap v15574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:23 smithi066 ceph-mon[112137]: pgmap v15574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:24 smithi066 ceph-mon[112137]: pgmap v15575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:24 smithi203 ceph-mon[117428]: pgmap v15575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:24 smithi137 ceph-mon[117020]: pgmap v15575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:26.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:26.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:26.425 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:26 smithi066 ceph-mon[112137]: pgmap v15576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:26 smithi203 ceph-mon[117428]: pgmap v15576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:26 smithi137 ceph-mon[117020]: pgmap v15576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:27.146 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:27.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:27.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:27.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:27.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:28 smithi203 ceph-mon[117428]: from='client.424713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:28.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:28 smithi137 ceph-mon[117020]: from='client.424713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:28 smithi066 ceph-mon[112137]: from='client.424713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:29 smithi203 ceph-mon[117428]: pgmap v15577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:29 smithi137 ceph-mon[117020]: pgmap v15577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:29 smithi066 ceph-mon[112137]: pgmap v15577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:30 smithi066 ceph-mon[112137]: pgmap v15578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:30 smithi203 ceph-mon[117428]: pgmap v15578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:30 smithi137 ceph-mon[117020]: pgmap v15578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:32.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:32.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:32.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:32.868 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:32.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:32.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:32.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:32.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:33 smithi203 ceph-mon[117428]: pgmap v15579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:33 smithi137 ceph-mon[117020]: pgmap v15579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:33 smithi066 ceph-mon[112137]: pgmap v15579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:34.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:34 smithi203 ceph-mon[117428]: from='client.424785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:34 smithi137 ceph-mon[117020]: from='client.424785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:34 smithi066 ceph-mon[112137]: from='client.424785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:35 smithi203 ceph-mon[117428]: pgmap v15580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:35 smithi137 ceph-mon[117020]: pgmap v15580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:35 smithi066 ceph-mon[112137]: pgmap v15580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:36 smithi066 ceph-mon[112137]: pgmap v15581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:36 smithi203 ceph-mon[117428]: pgmap v15581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:36 smithi137 ceph-mon[117020]: pgmap v15581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:37.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:37.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:37.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:38.590 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:38.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:38.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:38.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:38.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:39 smithi066 ceph-mon[112137]: pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:39 smithi066 ceph-mon[112137]: from='client.424863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:39 smithi203 ceph-mon[117428]: pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:39.593 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:39 smithi203 ceph-mon[117428]: from='client.424863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:39 smithi137 ceph-mon[117020]: pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:39 smithi137 ceph-mon[117020]: from='client.424863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:41 smithi066 ceph-mon[112137]: pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:41 smithi203 ceph-mon[117428]: pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:41 smithi137 ceph-mon[117020]: pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:43.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:43.592 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:43.592 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:44.318 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:44.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:44.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:44.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:44.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:44 smithi203 ceph-mon[117428]: pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:44.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:44 smithi137 ceph-mon[117020]: pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:44 smithi066 ceph-mon[112137]: pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:45 smithi203 ceph-mon[117428]: from='client.424941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:45 smithi137 ceph-mon[117020]: from='client.424941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:45 smithi066 ceph-mon[112137]: from='client.424941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:46 smithi203 ceph-mon[117428]: pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:46 smithi137 ceph-mon[117020]: pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:46 smithi066 ceph-mon[112137]: pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:48 smithi203 ceph-mon[117428]: pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:48 smithi137 ceph-mon[117020]: pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:48 smithi066 ceph-mon[112137]: pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:49.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:49.320 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:49.320 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:50.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:50.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:50.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:50.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:50.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:50 smithi203 ceph-mon[117428]: pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:50 smithi137 ceph-mon[117020]: pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:50 smithi066 ceph-mon[112137]: pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:51 smithi203 ceph-mon[117428]: from='client.425019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:51 smithi137 ceph-mon[117020]: from='client.425019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:51 smithi066 ceph-mon[112137]: from='client.425019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:52 smithi203 ceph-mon[117428]: pgmap v15588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:52.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:52 smithi137 ceph-mon[117020]: pgmap v15588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:52 smithi066 ceph-mon[112137]: pgmap v15588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:54.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:54 smithi203 ceph-mon[117428]: pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:54.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:54 smithi137 ceph-mon[117020]: pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:54 smithi066 ceph-mon[112137]: pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:55.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:52:55.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:55.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:55.803 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:52:55.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:55.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:55.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:55.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:52:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:56 smithi203 ceph-mon[117428]: pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:56.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:56 smithi137 ceph-mon[117020]: pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:56 smithi066 ceph-mon[112137]: pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:57 smithi203 ceph-mon[117428]: from='client.425094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:57 smithi137 ceph-mon[117020]: from='client.425094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:57 smithi066 ceph-mon[112137]: from='client.425094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:52:58 smithi203 ceph-mon[117428]: pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:58.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:52:58 smithi137 ceph-mon[117020]: pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:52:58 smithi066 ceph-mon[112137]: pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:00 smithi203 ceph-mon[117428]: pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:00 smithi137 ceph-mon[117020]: pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:00 smithi066 ceph-mon[112137]: pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:00.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:00.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:00.805 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:01.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:01.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:01.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:01.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:01.528 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:02 smithi203 ceph-mon[117428]: pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:02 smithi203 ceph-mon[117428]: from='client.425169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:02 smithi137 ceph-mon[117020]: pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:02 smithi137 ceph-mon[117020]: from='client.425169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:02 smithi066 ceph-mon[112137]: pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:02 smithi066 ceph-mon[112137]: from='client.425169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:03 smithi203 ceph-mon[117428]: pgmap v15594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:03 smithi137 ceph-mon[117020]: pgmap v15594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:03 smithi066 ceph-mon[112137]: pgmap v15594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:04 smithi066 ceph-mon[112137]: pgmap v15595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:04 smithi203 ceph-mon[117428]: pgmap v15595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:04 smithi137 ceph-mon[117020]: pgmap v15595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:06 smithi066 ceph-mon[112137]: pgmap v15596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:06.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:06.529 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:06.529 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:06 smithi203 ceph-mon[117428]: pgmap v15596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:06 smithi137 ceph-mon[117020]: pgmap v15596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:07.260 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:07.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:07.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:07.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:07.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:08 smithi203 ceph-mon[117428]: from='client.425241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:08 smithi137 ceph-mon[117020]: from='client.425241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:08 smithi066 ceph-mon[112137]: from='client.425241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:09 smithi203 ceph-mon[117428]: pgmap v15597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:09 smithi137 ceph-mon[117020]: pgmap v15597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:09 smithi066 ceph-mon[112137]: pgmap v15597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:10 smithi066 ceph-mon[112137]: pgmap v15598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:10 smithi203 ceph-mon[117428]: pgmap v15598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:10 smithi137 ceph-mon[117020]: pgmap v15598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:12.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:12.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:12.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:12.989 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:13 smithi203 ceph-mon[117428]: pgmap v15599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:13 smithi137 ceph-mon[117020]: pgmap v15599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:13 smithi066 ceph-mon[112137]: pgmap v15599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:14 smithi203 ceph-mon[117428]: from='client.425319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:14 smithi137 ceph-mon[117020]: from='client.425319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:14 smithi066 ceph-mon[112137]: from='client.425319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:15 smithi203 ceph-mon[117428]: pgmap v15600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:15 smithi137 ceph-mon[117020]: pgmap v15600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:15 smithi066 ceph-mon[112137]: pgmap v15600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:16 smithi203 ceph-mon[117428]: pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:16 smithi137 ceph-mon[117020]: pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:16 smithi066 ceph-mon[112137]: pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:17.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:17.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:17.991 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:18 smithi203 ceph-mon[117428]: pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:18 smithi137 ceph-mon[117020]: pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:18.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:18.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:18.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:18.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:18.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:18 smithi066 ceph-mon[112137]: pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:19 smithi203 ceph-mon[117428]: from='client.425397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:53:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:53:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:53:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:53:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:19 smithi137 ceph-mon[117020]: from='client.425397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:53:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:53:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:53:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:53:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:19 smithi066 ceph-mon[112137]: from='client.425397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:53:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:53:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:53:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:53:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:20 smithi203 ceph-mon[117428]: pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:20 smithi137 ceph-mon[117020]: pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:20 smithi066 ceph-mon[112137]: pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:23 smithi203 ceph-mon[117428]: pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:23 smithi137 ceph-mon[117020]: pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:23 smithi066 ceph-mon[112137]: pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:23.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:23.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:23.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:24.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:24.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:24.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:24.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:24.457 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:24 smithi203 ceph-mon[117428]: from='client.425469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:24 smithi203 ceph-mon[117428]: pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:24 smithi137 ceph-mon[117020]: from='client.425469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:24 smithi137 ceph-mon[117020]: pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:24 smithi066 ceph-mon[112137]: from='client.425469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:24 smithi066 ceph-mon[112137]: pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:26 smithi203 ceph-mon[117428]: pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:26 smithi137 ceph-mon[117020]: pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:26 smithi066 ceph-mon[112137]: pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:28 smithi203 ceph-mon[117428]: pgmap v15607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:28 smithi137 ceph-mon[117020]: pgmap v15607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:28 smithi066 ceph-mon[112137]: pgmap v15607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:29.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:29.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:29.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:30.192 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:30.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:30.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:30.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:30.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:30 smithi203 ceph-mon[117428]: from='client.425547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:30 smithi203 ceph-mon[117428]: pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:30 smithi137 ceph-mon[117020]: from='client.425547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:30 smithi137 ceph-mon[117020]: pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:30 smithi066 ceph-mon[112137]: from='client.425547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:30 smithi066 ceph-mon[112137]: pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:33 smithi203 ceph-mon[117428]: pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:33 smithi137 ceph-mon[117020]: pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:33 smithi066 ceph-mon[112137]: pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:34 smithi203 ceph-mon[117428]: pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:34 smithi137 ceph-mon[117020]: pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:34 smithi066 ceph-mon[112137]: pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:35.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:35.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:35.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:35.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:35.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:35.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:35.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:35.944 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:36 smithi203 ceph-mon[117428]: from='client.425622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:36 smithi203 ceph-mon[117428]: pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:36 smithi137 ceph-mon[117020]: from='client.425622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:36 smithi137 ceph-mon[117020]: pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:36 smithi066 ceph-mon[112137]: from='client.425622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:36 smithi066 ceph-mon[112137]: pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:38 smithi203 ceph-mon[117428]: pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:38 smithi137 ceph-mon[117020]: pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:38 smithi066 ceph-mon[112137]: pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:40 smithi203 ceph-mon[117428]: pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:40 smithi137 ceph-mon[117020]: pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:40 smithi066 ceph-mon[112137]: pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:40.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:40.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:40.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:41.690 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:41.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:41.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:41.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:41.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:43 smithi203 ceph-mon[117428]: from='client.425697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:43 smithi203 ceph-mon[117428]: pgmap v15614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:43 smithi137 ceph-mon[117020]: from='client.425697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:43 smithi137 ceph-mon[117020]: pgmap v15614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:43 smithi066 ceph-mon[112137]: from='client.425697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:43 smithi066 ceph-mon[112137]: pgmap v15614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:44 smithi203 ceph-mon[117428]: pgmap v15615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:44 smithi137 ceph-mon[117020]: pgmap v15615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:44 smithi066 ceph-mon[112137]: pgmap v15615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:46 smithi203 ceph-mon[117428]: pgmap v15616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:46 smithi137 ceph-mon[117020]: pgmap v15616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:46.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:46.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:46.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:46 smithi066 ceph-mon[112137]: pgmap v15616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:47.431 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:47.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:47.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:47.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:47.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:48 smithi203 ceph-mon[117428]: from='client.425772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:48 smithi137 ceph-mon[117020]: from='client.425772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:48 smithi066 ceph-mon[112137]: from='client.425772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:49 smithi203 ceph-mon[117428]: pgmap v15617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:49 smithi137 ceph-mon[117020]: pgmap v15617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:49 smithi066 ceph-mon[112137]: pgmap v15617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:50 smithi203 ceph-mon[117428]: pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:50 smithi137 ceph-mon[117020]: pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:50 smithi066 ceph-mon[112137]: pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:52.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:52.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:52.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:53.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:53.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:53.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:53.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:53.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:53 smithi203 ceph-mon[117428]: pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:53 smithi137 ceph-mon[117020]: pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:53 smithi066 ceph-mon[112137]: pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:54 smithi203 ceph-mon[117428]: from='client.425850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:54.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:54 smithi137 ceph-mon[117020]: from='client.425850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:54 smithi066 ceph-mon[112137]: from='client.425850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:55 smithi203 ceph-mon[117428]: pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:55 smithi137 ceph-mon[117020]: pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:55 smithi066 ceph-mon[112137]: pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:56 smithi203 ceph-mon[117428]: pgmap v15621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:56 smithi137 ceph-mon[117020]: pgmap v15621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:56 smithi066 ceph-mon[112137]: pgmap v15621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:58.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:53:58.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:58.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:58 smithi203 ceph-mon[117428]: pgmap v15622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:58 smithi137 ceph-mon[117020]: pgmap v15622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:58 smithi066 ceph-mon[112137]: pgmap v15622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:58.880 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:53:58.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:58.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:58.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:58.881 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:53:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:53:59 smithi203 ceph-mon[117428]: from='client.425925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:53:59 smithi137 ceph-mon[117020]: from='client.425925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:53:59 smithi066 ceph-mon[112137]: from='client.425925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:00 smithi203 ceph-mon[117428]: pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:00 smithi137 ceph-mon[117020]: pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:00 smithi066 ceph-mon[112137]: pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:03 smithi203 ceph-mon[117428]: pgmap v15624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:03 smithi137 ceph-mon[117020]: pgmap v15624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:03 smithi066 ceph-mon[112137]: pgmap v15624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:03.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:03.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:03.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:04 smithi203 ceph-mon[117428]: pgmap v15625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:04.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:04.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:04.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:04.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:04.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:04 smithi137 ceph-mon[117020]: pgmap v15625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:04 smithi066 ceph-mon[112137]: pgmap v15625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:05 smithi203 ceph-mon[117428]: from='client.425997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:05 smithi137 ceph-mon[117020]: from='client.425997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:05 smithi066 ceph-mon[112137]: from='client.425997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:06 smithi203 ceph-mon[117428]: pgmap v15626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:06.672 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:06 smithi137 ceph-mon[117020]: pgmap v15626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:06 smithi066 ceph-mon[112137]: pgmap v15626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:08 smithi203 ceph-mon[117428]: pgmap v15627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:08 smithi137 ceph-mon[117020]: pgmap v15627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:08 smithi066 ceph-mon[112137]: pgmap v15627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:09.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:09.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:09.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:10.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:10.342 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:10.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:10.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:10.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:10 smithi203 ceph-mon[117428]: from='client.426075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:10 smithi203 ceph-mon[117428]: pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:10 smithi137 ceph-mon[117020]: from='client.426075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:10 smithi137 ceph-mon[117020]: pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:10 smithi066 ceph-mon[112137]: from='client.426075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:10 smithi066 ceph-mon[112137]: pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:13 smithi203 ceph-mon[117428]: pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:13 smithi137 ceph-mon[117020]: pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:13 smithi066 ceph-mon[112137]: pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:14 smithi203 ceph-mon[117428]: pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:14 smithi137 ceph-mon[117020]: pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:14 smithi066 ceph-mon[112137]: pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:15.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:15.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:15.344 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:16.061 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:16.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:16.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:16.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:16.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:16 smithi203 ceph-mon[117428]: from='client.426150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:16 smithi203 ceph-mon[117428]: pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:16 smithi137 ceph-mon[117020]: from='client.426150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:16 smithi137 ceph-mon[117020]: pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:16 smithi066 ceph-mon[112137]: from='client.426150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:16 smithi066 ceph-mon[112137]: pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:18 smithi203 ceph-mon[117428]: pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:18 smithi137 ceph-mon[117020]: pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:18 smithi066 ceph-mon[112137]: pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:54:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:54:19.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:54:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:54:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:54:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:54:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:20 smithi066 ceph-mon[112137]: pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:54:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:54:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:54:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:20 smithi203 ceph-mon[117428]: pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:54:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:54:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:54:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:20 smithi137 ceph-mon[117020]: pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:21.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:21.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:21.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:21.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:21.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:21.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:21.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:21.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:23 smithi203 ceph-mon[117428]: from='client.426225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:23 smithi137 ceph-mon[117020]: from='client.426225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:23 smithi066 ceph-mon[112137]: from='client.426225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:24 smithi203 ceph-mon[117428]: pgmap v15634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:24 smithi137 ceph-mon[117020]: pgmap v15634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:24 smithi066 ceph-mon[112137]: pgmap v15634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:26 smithi203 ceph-mon[117428]: pgmap v15635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:26 smithi137 ceph-mon[117020]: pgmap v15635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:26 smithi066 ceph-mon[112137]: pgmap v15635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:26.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:26.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:26.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:27.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:27.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:27.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:27.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:27.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:28 smithi203 ceph-mon[117428]: pgmap v15636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:28 smithi203 ceph-mon[117428]: from='client.426297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:28 smithi137 ceph-mon[117020]: pgmap v15636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:28 smithi137 ceph-mon[117020]: from='client.426297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:28 smithi066 ceph-mon[112137]: pgmap v15636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:28 smithi066 ceph-mon[112137]: from='client.426297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:30 smithi203 ceph-mon[117428]: pgmap v15637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:30 smithi137 ceph-mon[117020]: pgmap v15637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:30 smithi066 ceph-mon[112137]: pgmap v15637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:32 smithi203 ceph-mon[117428]: pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:32 smithi137 ceph-mon[117020]: pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:32 smithi066 ceph-mon[112137]: pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:32.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:32.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:32.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:33.271 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:33.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:33.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:33.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:33.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:34 smithi203 ceph-mon[117428]: pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:34.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:34 smithi203 ceph-mon[117428]: from='client.426375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:34.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:34 smithi137 ceph-mon[117020]: pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:34.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:34 smithi137 ceph-mon[117020]: from='client.426375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:34 smithi066 ceph-mon[112137]: pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:34 smithi066 ceph-mon[112137]: from='client.426375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:36 smithi203 ceph-mon[117428]: pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:36 smithi137 ceph-mon[117020]: pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:36 smithi066 ceph-mon[112137]: pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:38.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:38.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:38.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:38 smithi203 ceph-mon[117428]: pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:38 smithi137 ceph-mon[117020]: pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:38 smithi066 ceph-mon[112137]: pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:39.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:39.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:39.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:39.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:39.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:40 smithi203 ceph-mon[117428]: pgmap v15642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:40 smithi203 ceph-mon[117428]: from='client.426450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:40 smithi137 ceph-mon[117020]: pgmap v15642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:40 smithi137 ceph-mon[117020]: from='client.426450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:40 smithi066 ceph-mon[112137]: pgmap v15642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:40 smithi066 ceph-mon[112137]: from='client.426450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:42 smithi203 ceph-mon[117428]: pgmap v15643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:42.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:42 smithi137 ceph-mon[117020]: pgmap v15643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:42 smithi066 ceph-mon[112137]: pgmap v15643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:44.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:44.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:44.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:44 smithi203 ceph-mon[117428]: pgmap v15644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:44 smithi137 ceph-mon[117020]: pgmap v15644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:44 smithi066 ceph-mon[112137]: pgmap v15644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:44.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:44.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:44.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:44.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:44.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:46.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:46 smithi137 ceph-mon[117020]: pgmap v15645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:46.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:46 smithi137 ceph-mon[117020]: from='client.426519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:46 smithi066 ceph-mon[112137]: pgmap v15645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:46 smithi066 ceph-mon[112137]: from='client.426519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:46 smithi203 ceph-mon[117428]: pgmap v15645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:46 smithi203 ceph-mon[117428]: from='client.426519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:48.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:48 smithi137 ceph-mon[117020]: pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:54:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:48 smithi066 ceph-mon[112137]: pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:54:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:48 smithi203 ceph-mon[117428]: pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:54:49.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:49.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:49.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:50.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:50 smithi137 ceph-mon[117020]: pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:54:50.470 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:50.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:50.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:50.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:50.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:50 smithi066 ceph-mon[112137]: pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:54:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:50 smithi203 ceph-mon[117428]: pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:54:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:51 smithi137 ceph-mon[117020]: from='client.426594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:51 smithi066 ceph-mon[112137]: from='client.426594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:51 smithi203 ceph-mon[117428]: from='client.426594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:52.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:52 smithi137 ceph-mon[117020]: pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:52 smithi066 ceph-mon[112137]: pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:52 smithi203 ceph-mon[117428]: pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:54.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:54 smithi137 ceph-mon[117020]: pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:54 smithi066 ceph-mon[112137]: pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:54 smithi203 ceph-mon[117428]: pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:55.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:54:55.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:55.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:56.197 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:54:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:56.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:54:56.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:56 smithi137 ceph-mon[117020]: pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:56 smithi066 ceph-mon[112137]: pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:56 smithi203 ceph-mon[117428]: pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:57 smithi137 ceph-mon[117020]: from='client.426672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:57 smithi066 ceph-mon[112137]: from='client.426672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:57 smithi203 ceph-mon[117428]: from='client.426672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:58.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:54:58 smithi137 ceph-mon[117020]: pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:54:58 smithi066 ceph-mon[112137]: pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:54:58 smithi203 ceph-mon[117428]: pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:00 smithi137 ceph-mon[117020]: pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:55:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:00 smithi066 ceph-mon[112137]: pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:55:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:00 smithi203 ceph-mon[117428]: pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:55:01.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:01.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:01.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:01.936 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:01.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:01.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:01.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:01.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:02 smithi137 ceph-mon[117020]: pgmap v15653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:55:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:02 smithi066 ceph-mon[112137]: pgmap v15653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:55:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:02 smithi203 ceph-mon[117428]: pgmap v15653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:55:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:03 smithi137 ceph-mon[117020]: from='client.426744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:03 smithi066 ceph-mon[112137]: from='client.426744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:03 smithi203 ceph-mon[117428]: from='client.426744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:04 smithi137 ceph-mon[117020]: pgmap v15654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:04 smithi066 ceph-mon[112137]: pgmap v15654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:04 smithi203 ceph-mon[117428]: pgmap v15654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:06 smithi137 ceph-mon[117020]: pgmap v15655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:06 smithi066 ceph-mon[112137]: pgmap v15655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:06 smithi203 ceph-mon[117428]: pgmap v15655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:06.937 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:06.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:06.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:07.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:07.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:07.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:07.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:07.677 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:08 smithi137 ceph-mon[117020]: pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:08 smithi066 ceph-mon[112137]: pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:08 smithi203 ceph-mon[117428]: pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:09 smithi137 ceph-mon[117020]: from='client.426813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:09 smithi066 ceph-mon[112137]: from='client.426813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:09 smithi203 ceph-mon[117428]: from='client.426813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:10 smithi066 ceph-mon[112137]: pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:10 smithi203 ceph-mon[117428]: pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:10 smithi137 ceph-mon[117020]: pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:12 smithi066 ceph-mon[112137]: pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:12 smithi203 ceph-mon[117428]: pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:12 smithi137 ceph-mon[117020]: pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:12.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:12.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:12.678 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:13.401 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:13.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:13.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:13.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:13.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:14 smithi066 ceph-mon[112137]: pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:14 smithi066 ceph-mon[112137]: from='client.426891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:14 smithi203 ceph-mon[117428]: pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:14 smithi203 ceph-mon[117428]: from='client.426891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:14 smithi137 ceph-mon[117020]: pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:14 smithi137 ceph-mon[117020]: from='client.426891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:16 smithi066 ceph-mon[112137]: pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:16 smithi203 ceph-mon[117428]: pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:16 smithi137 ceph-mon[117020]: pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:18.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:18.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:18.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:18 smithi066 ceph-mon[112137]: pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:18 smithi203 ceph-mon[117428]: pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:18 smithi137 ceph-mon[117020]: pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:19.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:19.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:19.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:19.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:19.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:20 smithi066 ceph-mon[112137]: pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:20 smithi066 ceph-mon[112137]: from='client.426966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:20 smithi203 ceph-mon[117428]: pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:20 smithi203 ceph-mon[117428]: from='client.426966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:20 smithi137 ceph-mon[117020]: pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:20 smithi137 ceph-mon[117020]: from='client.426966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:55:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:55:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:55:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:55:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:55:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:55:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:55:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:55:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:55:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:55:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:55:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:55:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:22 smithi066 ceph-mon[112137]: pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:22 smithi203 ceph-mon[117428]: pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:22 smithi137 ceph-mon[117020]: pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:24.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:24.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:24.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:24 smithi066 ceph-mon[112137]: pgmap v15664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:24 smithi203 ceph-mon[117428]: pgmap v15664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:24 smithi137 ceph-mon[117020]: pgmap v15664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:24.868 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:24.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:24.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:24.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:24.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:26 smithi066 ceph-mon[112137]: pgmap v15665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:26 smithi066 ceph-mon[112137]: from='client.427044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:26 smithi203 ceph-mon[117428]: pgmap v15665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:26 smithi203 ceph-mon[117428]: from='client.427044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:26 smithi137 ceph-mon[117020]: pgmap v15665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:26 smithi137 ceph-mon[117020]: from='client.427044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:28 smithi066 ceph-mon[112137]: pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:55:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:28 smithi203 ceph-mon[117428]: pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:55:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:28 smithi137 ceph-mon[117020]: pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:55:29.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:29.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:29.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:30 smithi066 ceph-mon[112137]: pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:55:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:30 smithi203 ceph-mon[117428]: pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:55:30.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:30.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:30.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:30.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:30.605 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:30 smithi137 ceph-mon[117020]: pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:55:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:32 smithi066 ceph-mon[112137]: pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:32 smithi066 ceph-mon[112137]: from='client.427107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:32 smithi203 ceph-mon[117428]: pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:32 smithi203 ceph-mon[117428]: from='client.427107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:32 smithi137 ceph-mon[117020]: pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:32 smithi137 ceph-mon[117020]: from='client.427107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:34 smithi066 ceph-mon[112137]: pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:34 smithi203 ceph-mon[117428]: pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:34 smithi137 ceph-mon[117020]: pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:35.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:35.607 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:35.607 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:36.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:36.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:36.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:36.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:36.331 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:36 smithi066 ceph-mon[112137]: pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:36 smithi203 ceph-mon[117428]: pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:36 smithi137 ceph-mon[117020]: pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:37 smithi066 ceph-mon[112137]: from='client.427185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:37 smithi203 ceph-mon[117428]: from='client.427185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:37 smithi137 ceph-mon[117020]: from='client.427185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:38 smithi066 ceph-mon[112137]: pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:38 smithi203 ceph-mon[117428]: pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:38 smithi137 ceph-mon[117020]: pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:40 smithi066 ceph-mon[112137]: pgmap v15672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:55:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:40 smithi203 ceph-mon[117428]: pgmap v15672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:55:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:40 smithi137 ceph-mon[117020]: pgmap v15672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:55:41.332 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:41.332 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:41.332 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:42.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:42.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:42.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:42.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:42.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:42 smithi066 ceph-mon[112137]: pgmap v15673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:55:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:42 smithi203 ceph-mon[117428]: pgmap v15673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:55:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:42 smithi137 ceph-mon[117020]: pgmap v15673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:55:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:43 smithi066 ceph-mon[112137]: from='client.427263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:43 smithi203 ceph-mon[117428]: from='client.427263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:43 smithi137 ceph-mon[117020]: from='client.427263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:44 smithi066 ceph-mon[112137]: pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:44 smithi203 ceph-mon[117428]: pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:44 smithi137 ceph-mon[117020]: pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:46 smithi066 ceph-mon[112137]: pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:46 smithi203 ceph-mon[117428]: pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:46 smithi137 ceph-mon[117020]: pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:47.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:47.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:47.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:47.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:47.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:47.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:47.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:47.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:48 smithi066 ceph-mon[112137]: pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:48 smithi203 ceph-mon[117428]: pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:48 smithi137 ceph-mon[117020]: pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:49 smithi066 ceph-mon[112137]: from='client.427338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:49 smithi203 ceph-mon[117428]: from='client.427338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:49 smithi137 ceph-mon[117020]: from='client.427338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:50 smithi066 ceph-mon[112137]: pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:50 smithi203 ceph-mon[117428]: pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:50 smithi137 ceph-mon[117020]: pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:52 smithi066 ceph-mon[112137]: pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:52 smithi203 ceph-mon[117428]: pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:52 smithi137 ceph-mon[117020]: pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:52.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:52.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:52.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:53.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:53.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:53.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:53.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:53.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:54 smithi066 ceph-mon[112137]: pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:54 smithi066 ceph-mon[112137]: from='client.427416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:54 smithi203 ceph-mon[117428]: pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:54 smithi203 ceph-mon[117428]: from='client.427416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:54 smithi137 ceph-mon[117020]: pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:54 smithi137 ceph-mon[117020]: from='client.427416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:56 smithi066 ceph-mon[112137]: pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:56 smithi203 ceph-mon[117428]: pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:56 smithi137 ceph-mon[117020]: pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:58 smithi066 ceph-mon[112137]: pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:58.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:55:58.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:58.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:58 smithi203 ceph-mon[117428]: pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:58 smithi137 ceph-mon[117020]: pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:59.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:59.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:59.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:59.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:55:59.247 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:55:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:59 smithi203 ceph-mon[117428]: pgmap v15682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:55:59 smithi203 ceph-mon[117428]: from='client.427491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:59 smithi137 ceph-mon[117020]: pgmap v15682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:55:59 smithi137 ceph-mon[117020]: from='client.427491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:59 smithi066 ceph-mon[112137]: pgmap v15682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:55:59 smithi066 ceph-mon[112137]: from='client.427491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:01 smithi203 ceph-mon[117428]: pgmap v15683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:01 smithi137 ceph-mon[117020]: pgmap v15683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:01 smithi066 ceph-mon[112137]: pgmap v15683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:04.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:04.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:04.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:04 smithi203 ceph-mon[117428]: pgmap v15684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:04 smithi137 ceph-mon[117020]: pgmap v15684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:04 smithi066 ceph-mon[112137]: pgmap v15684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:04.984 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:04.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:04.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:04.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:04.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:06 smithi203 ceph-mon[117428]: pgmap v15685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:06 smithi203 ceph-mon[117428]: from='client.427569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:06 smithi137 ceph-mon[117020]: pgmap v15685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:06 smithi137 ceph-mon[117020]: from='client.427569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:06 smithi066 ceph-mon[112137]: pgmap v15685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:06 smithi066 ceph-mon[112137]: from='client.427569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:08 smithi203 ceph-mon[117428]: pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:08 smithi137 ceph-mon[117020]: pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:08 smithi066 ceph-mon[112137]: pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:09.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:09.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:09.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:10 smithi203 ceph-mon[117428]: pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:10 smithi137 ceph-mon[117020]: pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:10 smithi066 ceph-mon[112137]: pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:10.711 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:10.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:10.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:10.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:10.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:12 smithi203 ceph-mon[117428]: pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:12 smithi203 ceph-mon[117428]: from='client.427644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:12 smithi137 ceph-mon[117020]: pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:12 smithi137 ceph-mon[117020]: from='client.427644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:12 smithi066 ceph-mon[112137]: pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:12 smithi066 ceph-mon[112137]: from='client.427644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:14 smithi137 ceph-mon[117020]: pgmap v15689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:14 smithi066 ceph-mon[112137]: pgmap v15689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:14 smithi203 ceph-mon[117428]: pgmap v15689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:15.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:15.714 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:15.714 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:16.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:16 smithi137 ceph-mon[117020]: pgmap v15690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:16.437 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:16.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:16.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:16.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:16.438 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:16 smithi066 ceph-mon[112137]: pgmap v15690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:16 smithi203 ceph-mon[117428]: pgmap v15690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:17 smithi137 ceph-mon[117020]: from='client.427722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:17 smithi066 ceph-mon[112137]: from='client.427722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:17 smithi203 ceph-mon[117428]: from='client.427722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:18 smithi137 ceph-mon[117020]: pgmap v15691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:18 smithi066 ceph-mon[112137]: pgmap v15691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:18 smithi203 ceph-mon[117428]: pgmap v15691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:20 smithi137 ceph-mon[117020]: pgmap v15692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:20 smithi066 ceph-mon[112137]: pgmap v15692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:20 smithi203 ceph-mon[117428]: pgmap v15692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:56:21.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:21.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:21.439 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:56:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:56:22.159 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:22.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:22.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:22.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:22.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:22 smithi137 ceph-mon[117020]: pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:56:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:56:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:56:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:22 smithi066 ceph-mon[112137]: pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:56:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:56:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:56:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:22 smithi203 ceph-mon[117428]: pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:56:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:56:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:56:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:23 smithi137 ceph-mon[117020]: from='client.427797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:23 smithi066 ceph-mon[112137]: from='client.427797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:23 smithi203 ceph-mon[117428]: from='client.427797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:24 smithi137 ceph-mon[117020]: pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:24 smithi066 ceph-mon[112137]: pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:24 smithi203 ceph-mon[117428]: pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:26 smithi137 ceph-mon[117020]: pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:26 smithi066 ceph-mon[112137]: pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:26 smithi203 ceph-mon[117428]: pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:27.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:27.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:27.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:27.889 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:27.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:27.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:27.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:27.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:28.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:28 smithi137 ceph-mon[117020]: pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:28 smithi066 ceph-mon[112137]: pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:28 smithi203 ceph-mon[117428]: pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:29 smithi137 ceph-mon[117020]: from='client.427872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:29 smithi066 ceph-mon[112137]: from='client.427872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:29 smithi203 ceph-mon[117428]: from='client.427872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:30 smithi137 ceph-mon[117020]: pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:30 smithi066 ceph-mon[112137]: pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:30 smithi203 ceph-mon[117428]: pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:32 smithi137 ceph-mon[117020]: pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:32 smithi066 ceph-mon[112137]: pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:32 smithi203 ceph-mon[117428]: pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:32.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:32.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:32.891 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:33.629 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:33.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:33.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:33.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:33.630 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:34.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:34 smithi137 ceph-mon[117020]: pgmap v15699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:34 smithi066 ceph-mon[112137]: pgmap v15699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:34 smithi203 ceph-mon[117428]: pgmap v15699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:35 smithi066 ceph-mon[112137]: from='client.427947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:35 smithi203 ceph-mon[117428]: from='client.427947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:35 smithi137 ceph-mon[117020]: from='client.427947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:36 smithi066 ceph-mon[112137]: pgmap v15700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:36 smithi203 ceph-mon[117428]: pgmap v15700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:36 smithi137 ceph-mon[117020]: pgmap v15700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:38 smithi066 ceph-mon[112137]: pgmap v15701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:38 smithi203 ceph-mon[117428]: pgmap v15701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:38 smithi137 ceph-mon[117020]: pgmap v15701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:38.631 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:38.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:38.631 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:39.353 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:39.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:39.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:39.353 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:39.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:40 smithi066 ceph-mon[112137]: pgmap v15702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:40 smithi066 ceph-mon[112137]: from='client.428022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:40 smithi203 ceph-mon[117428]: pgmap v15702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:40 smithi203 ceph-mon[117428]: from='client.428022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:40 smithi137 ceph-mon[117020]: pgmap v15702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:40 smithi137 ceph-mon[117020]: from='client.428022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:42 smithi066 ceph-mon[112137]: pgmap v15703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:42 smithi203 ceph-mon[117428]: pgmap v15703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:42 smithi137 ceph-mon[117020]: pgmap v15703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:44.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:44.355 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:44.355 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:44 smithi066 ceph-mon[112137]: pgmap v15704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:44 smithi203 ceph-mon[117428]: pgmap v15704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:44 smithi137 ceph-mon[117020]: pgmap v15704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:45.083 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:45.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:45.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:45.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:45.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:46 smithi066 ceph-mon[112137]: pgmap v15705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:46 smithi066 ceph-mon[112137]: from='client.428094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:46 smithi203 ceph-mon[117428]: pgmap v15705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:46 smithi203 ceph-mon[117428]: from='client.428094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:46 smithi137 ceph-mon[117020]: pgmap v15705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:46 smithi137 ceph-mon[117020]: from='client.428094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:48 smithi066 ceph-mon[112137]: pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:48 smithi203 ceph-mon[117428]: pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:48 smithi137 ceph-mon[117020]: pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:50.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:50.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:50.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:50 smithi066 ceph-mon[112137]: pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:50 smithi203 ceph-mon[117428]: pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:50 smithi137 ceph-mon[117020]: pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:50.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:50.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:50.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:50.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:50.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:52 smithi066 ceph-mon[112137]: pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:52 smithi066 ceph-mon[112137]: from='client.428169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:52 smithi203 ceph-mon[117428]: pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:52 smithi203 ceph-mon[117428]: from='client.428169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:52 smithi137 ceph-mon[117020]: pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:52 smithi137 ceph-mon[117020]: from='client.428169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:54 smithi066 ceph-mon[112137]: pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:54 smithi203 ceph-mon[117428]: pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:54 smithi137 ceph-mon[117020]: pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:55.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:56:55.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:55.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:56 smithi066 ceph-mon[112137]: pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:56.541 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:56:56.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:56.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:56.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:56.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:56:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:56 smithi203 ceph-mon[117428]: pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:56 smithi137 ceph-mon[117020]: pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:57 smithi066 ceph-mon[112137]: from='client.428247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:57.577 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:57 smithi203 ceph-mon[117428]: from='client.428247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:57 smithi137 ceph-mon[117020]: from='client.428247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:56:58 smithi066 ceph-mon[112137]: pgmap v15711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:56:58 smithi203 ceph-mon[117428]: pgmap v15711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:56:58 smithi137 ceph-mon[117020]: pgmap v15711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:00 smithi066 ceph-mon[112137]: pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:00 smithi203 ceph-mon[117428]: pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:00 smithi137 ceph-mon[117020]: pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:01.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:01.543 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:01.543 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:02.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:02.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:02.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:02.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:02.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:02 smithi066 ceph-mon[112137]: pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:02 smithi203 ceph-mon[117428]: pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:02 smithi137 ceph-mon[117020]: pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:03 smithi066 ceph-mon[112137]: from='client.428319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:03 smithi203 ceph-mon[117428]: from='client.428319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:03 smithi137 ceph-mon[117020]: from='client.428319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:04 smithi066 ceph-mon[112137]: pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:04 smithi203 ceph-mon[117428]: pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:04 smithi137 ceph-mon[117020]: pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:06 smithi066 ceph-mon[112137]: pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:06 smithi203 ceph-mon[117428]: pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:06 smithi137 ceph-mon[117020]: pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:07.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:07.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:07.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:08.017 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:08.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:08.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:08.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:08.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:08 smithi066 ceph-mon[112137]: pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:08 smithi203 ceph-mon[117428]: pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:08 smithi137 ceph-mon[117020]: pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:09 smithi066 ceph-mon[112137]: from='client.428394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:09.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:09 smithi203 ceph-mon[117428]: from='client.428394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:09 smithi137 ceph-mon[117020]: from='client.428394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:10 smithi066 ceph-mon[112137]: pgmap v15717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:10 smithi203 ceph-mon[117428]: pgmap v15717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:10 smithi137 ceph-mon[117020]: pgmap v15717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:12 smithi066 ceph-mon[112137]: pgmap v15718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:12 smithi203 ceph-mon[117428]: pgmap v15718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:12 smithi137 ceph-mon[117020]: pgmap v15718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:13.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:13.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:13.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:13.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:13.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:13.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:13.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:13.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:14 smithi066 ceph-mon[112137]: pgmap v15719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:14 smithi203 ceph-mon[117428]: pgmap v15719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:14 smithi137 ceph-mon[117020]: pgmap v15719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:15 smithi066 ceph-mon[112137]: from='client.428469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:15 smithi203 ceph-mon[117428]: from='client.428469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:15 smithi137 ceph-mon[117020]: from='client.428469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:16 smithi066 ceph-mon[112137]: pgmap v15720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:16 smithi203 ceph-mon[117428]: pgmap v15720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:16 smithi137 ceph-mon[117020]: pgmap v15720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:18 smithi066 ceph-mon[112137]: pgmap v15721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:18.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:18 smithi203 ceph-mon[117428]: pgmap v15721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:18 smithi137 ceph-mon[117020]: pgmap v15721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:18.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:18.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:18.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:19.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:19.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:19.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:19.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:19.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:20 smithi066 ceph-mon[112137]: pgmap v15722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:20 smithi066 ceph-mon[112137]: from='client.428541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:20 smithi203 ceph-mon[117428]: pgmap v15722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:20 smithi203 ceph-mon[117428]: from='client.428541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:20 smithi137 ceph-mon[117020]: pgmap v15722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:20 smithi137 ceph-mon[117020]: from='client.428541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:22 smithi066 ceph-mon[112137]: pgmap v15723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:57:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:57:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:57:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:57:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:22 smithi203 ceph-mon[117428]: pgmap v15723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:57:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:57:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:57:22.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:57:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:22 smithi137 ceph-mon[117020]: pgmap v15723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:57:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:57:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:57:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:57:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:24.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:24.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:24 smithi066 ceph-mon[112137]: pgmap v15724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:24 smithi203 ceph-mon[117428]: pgmap v15724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:24 smithi137 ceph-mon[117020]: pgmap v15724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:25.188 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:25.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:25.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:25.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:25.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:26 smithi066 ceph-mon[112137]: pgmap v15725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:26 smithi066 ceph-mon[112137]: from='client.428613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:26.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:26 smithi203 ceph-mon[117428]: pgmap v15725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:26.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:26 smithi203 ceph-mon[117428]: from='client.428613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:26 smithi137 ceph-mon[117020]: pgmap v15725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:26 smithi137 ceph-mon[117020]: from='client.428613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:28 smithi066 ceph-mon[112137]: pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:28 smithi203 ceph-mon[117428]: pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:28 smithi137 ceph-mon[117020]: pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:30.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:30.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:30.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:30 smithi066 ceph-mon[112137]: pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:30 smithi203 ceph-mon[117428]: pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:30 smithi137 ceph-mon[117020]: pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:30.911 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:30.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:30.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:30.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:30.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:32 smithi066 ceph-mon[112137]: pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:32 smithi066 ceph-mon[112137]: from='client.428682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:32 smithi203 ceph-mon[117428]: pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:32 smithi203 ceph-mon[117428]: from='client.428682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:32 smithi137 ceph-mon[117020]: pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:32 smithi137 ceph-mon[117020]: from='client.428682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:34 smithi066 ceph-mon[112137]: pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:34 smithi203 ceph-mon[117428]: pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:34 smithi137 ceph-mon[117020]: pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:35.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:35.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:35.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:36 smithi066 ceph-mon[112137]: pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:36 smithi203 ceph-mon[117428]: pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:36 smithi137 ceph-mon[117020]: pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:36.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:36.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:36.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:36.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:36.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:38 smithi066 ceph-mon[112137]: pgmap v15731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:38 smithi066 ceph-mon[112137]: from='client.428754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:38 smithi203 ceph-mon[117428]: pgmap v15731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:38 smithi203 ceph-mon[117428]: from='client.428754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:38 smithi137 ceph-mon[117020]: pgmap v15731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:38 smithi137 ceph-mon[117020]: from='client.428754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:40 smithi066 ceph-mon[112137]: pgmap v15732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:40 smithi203 ceph-mon[117428]: pgmap v15732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:40 smithi137 ceph-mon[117020]: pgmap v15732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:41.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:41.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:41.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:42.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:42.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:42.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:42.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:42.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:42 smithi066 ceph-mon[112137]: pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:42 smithi066 ceph-mon[112137]: from='client.428829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:42 smithi203 ceph-mon[117428]: pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:42 smithi203 ceph-mon[117428]: from='client.428829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:42 smithi137 ceph-mon[117020]: pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:42 smithi137 ceph-mon[117020]: from='client.428829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:43 smithi203 ceph-mon[117428]: pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:43 smithi137 ceph-mon[117020]: pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:43 smithi066 ceph-mon[112137]: pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:45 smithi203 ceph-mon[117428]: pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:45 smithi137 ceph-mon[117020]: pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:45 smithi066 ceph-mon[112137]: pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:47.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:47.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:47.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:48.096 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:48.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:48.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:48.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:48.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:48 smithi137 ceph-mon[117020]: pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:48 smithi066 ceph-mon[112137]: pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:48 smithi203 ceph-mon[117428]: pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:49 smithi137 ceph-mon[117020]: from='client.428907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:49 smithi066 ceph-mon[112137]: from='client.428907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:49 smithi203 ceph-mon[117428]: from='client.428907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:50.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:50 smithi137 ceph-mon[117020]: pgmap v15737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:50 smithi066 ceph-mon[112137]: pgmap v15737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:50 smithi203 ceph-mon[117428]: pgmap v15737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:52.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:52 smithi137 ceph-mon[117020]: pgmap v15738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:52 smithi066 ceph-mon[112137]: pgmap v15738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:52 smithi203 ceph-mon[117428]: pgmap v15738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:53.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:53.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:53.098 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:53.820 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:53.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:53.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:53.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:53.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:57:54.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:54 smithi137 ceph-mon[117020]: pgmap v15739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:54 smithi066 ceph-mon[112137]: pgmap v15739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:54 smithi203 ceph-mon[117428]: pgmap v15739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:55 smithi137 ceph-mon[117020]: from='client.428979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:55 smithi066 ceph-mon[112137]: from='client.428979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:55 smithi203 ceph-mon[117428]: from='client.428979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:56.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:56 smithi137 ceph-mon[117020]: pgmap v15740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:56 smithi066 ceph-mon[112137]: pgmap v15740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:56.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:56 smithi203 ceph-mon[117428]: pgmap v15740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:58.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:57:58 smithi137 ceph-mon[117020]: pgmap v15741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:57:58 smithi066 ceph-mon[112137]: pgmap v15741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:57:58 smithi203 ceph-mon[117428]: pgmap v15741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:58.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:57:58.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:58.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:59.544 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:57:59.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:59.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:59.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:59.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:00 smithi137 ceph-mon[117020]: pgmap v15742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:00 smithi137 ceph-mon[117020]: from='client.429054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:00 smithi066 ceph-mon[112137]: pgmap v15742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:00 smithi066 ceph-mon[112137]: from='client.429054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:00 smithi203 ceph-mon[117428]: pgmap v15742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:00 smithi203 ceph-mon[117428]: from='client.429054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:02 smithi137 ceph-mon[117020]: pgmap v15743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:02 smithi066 ceph-mon[112137]: pgmap v15743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:02 smithi203 ceph-mon[117428]: pgmap v15743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:04 smithi137 ceph-mon[117020]: pgmap v15744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:04 smithi066 ceph-mon[112137]: pgmap v15744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:04.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:04.546 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:04.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:04 smithi203 ceph-mon[117428]: pgmap v15744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:05.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:05.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:05.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:05.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:05.280 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:06 smithi137 ceph-mon[117020]: pgmap v15745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:06 smithi137 ceph-mon[117020]: from='client.429129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:06 smithi066 ceph-mon[112137]: pgmap v15745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:06 smithi066 ceph-mon[112137]: from='client.429129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:06 smithi203 ceph-mon[117428]: pgmap v15745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:06 smithi203 ceph-mon[117428]: from='client.429129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:08 smithi137 ceph-mon[117020]: pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:08 smithi066 ceph-mon[112137]: pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:08 smithi203 ceph-mon[117428]: pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:10.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:10.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:10.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:10 smithi137 ceph-mon[117020]: pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:10 smithi066 ceph-mon[112137]: pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:10 smithi203 ceph-mon[117428]: pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:11.016 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:11.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:11.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:11.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:11.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:12 smithi066 ceph-mon[112137]: pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:12 smithi066 ceph-mon[112137]: from='client.429207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:12 smithi203 ceph-mon[117428]: pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:12 smithi203 ceph-mon[117428]: from='client.429207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:12 smithi137 ceph-mon[117020]: pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:12 smithi137 ceph-mon[117020]: from='client.429207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:14 smithi066 ceph-mon[112137]: pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:14 smithi203 ceph-mon[117428]: pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:14 smithi137 ceph-mon[117020]: pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:16.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:16.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:16.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:16 smithi066 ceph-mon[112137]: pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:16 smithi203 ceph-mon[117428]: pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:16 smithi137 ceph-mon[117020]: pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:16.748 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:16.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:16.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:16.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:16.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:18 smithi066 ceph-mon[112137]: pgmap v15751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:18 smithi066 ceph-mon[112137]: from='client.429285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:18.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:18 smithi203 ceph-mon[117428]: pgmap v15751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:18.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:18 smithi203 ceph-mon[117428]: from='client.429285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:18 smithi137 ceph-mon[117020]: pgmap v15751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:18 smithi137 ceph-mon[117020]: from='client.429285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:20 smithi066 ceph-mon[112137]: pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:20 smithi203 ceph-mon[117428]: pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:20 smithi137 ceph-mon[117020]: pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:21.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:21.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:21.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:22 smithi066 ceph-mon[112137]: pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:22.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:22.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:22.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:22.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:22.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:22 smithi203 ceph-mon[117428]: pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:22 smithi137 ceph-mon[117020]: pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:23 smithi066 ceph-mon[112137]: from='client.429360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:58:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:58:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:58:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:58:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:23 smithi203 ceph-mon[117428]: from='client.429360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:58:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:58:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:58:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:58:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:23 smithi137 ceph-mon[117020]: from='client.429360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:58:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:58:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:58:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:58:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:24 smithi066 ceph-mon[112137]: pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:24 smithi203 ceph-mon[117428]: pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:24 smithi137 ceph-mon[117020]: pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:26 smithi066 ceph-mon[112137]: pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:26 smithi203 ceph-mon[117428]: pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:26 smithi137 ceph-mon[117020]: pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:27.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:27.490 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:27.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:28.217 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:28.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:28.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:28.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:28.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:28 smithi066 ceph-mon[112137]: pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:28 smithi203 ceph-mon[117428]: pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:28 smithi137 ceph-mon[117020]: pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:29 smithi066 ceph-mon[112137]: from='client.429438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:29 smithi203 ceph-mon[117428]: from='client.429438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:29 smithi137 ceph-mon[117020]: from='client.429438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:30 smithi066 ceph-mon[112137]: pgmap v15757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:30 smithi203 ceph-mon[117428]: pgmap v15757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:30 smithi137 ceph-mon[117020]: pgmap v15757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:32 smithi066 ceph-mon[112137]: pgmap v15758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:32 smithi203 ceph-mon[117428]: pgmap v15758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:32 smithi137 ceph-mon[117020]: pgmap v15758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:33.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:33.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:33.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:33.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:33.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:33.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:33.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:33.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:34 smithi066 ceph-mon[112137]: pgmap v15759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:34 smithi203 ceph-mon[117428]: pgmap v15759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:34 smithi137 ceph-mon[117020]: pgmap v15759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:35 smithi066 ceph-mon[112137]: from='client.429513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:35 smithi203 ceph-mon[117428]: from='client.429513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:35 smithi137 ceph-mon[117020]: from='client.429513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:36 smithi066 ceph-mon[112137]: pgmap v15760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:36 smithi203 ceph-mon[117428]: pgmap v15760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:36 smithi137 ceph-mon[117020]: pgmap v15760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:38 smithi066 ceph-mon[112137]: pgmap v15761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:38 smithi203 ceph-mon[117428]: pgmap v15761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:38 smithi137 ceph-mon[117020]: pgmap v15761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:38.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:38.943 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:38.943 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:39.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:39.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:39.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:39.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:39.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:40 smithi066 ceph-mon[112137]: pgmap v15762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:40 smithi203 ceph-mon[117428]: pgmap v15762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:40 smithi137 ceph-mon[117020]: pgmap v15762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:41 smithi066 ceph-mon[112137]: from='client.429588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:41 smithi203 ceph-mon[117428]: from='client.429588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:41 smithi137 ceph-mon[117020]: from='client.429588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:42 smithi066 ceph-mon[112137]: pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:58:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:42 smithi203 ceph-mon[117428]: pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:58:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:42 smithi137 ceph-mon[117020]: pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:58:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:44 smithi066 ceph-mon[112137]: pgmap v15764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:58:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:44 smithi203 ceph-mon[117428]: pgmap v15764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:58:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:44 smithi137 ceph-mon[117020]: pgmap v15764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:58:44.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:44.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:44.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:45.417 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:45.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:45.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:45.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:45.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:46 smithi066 ceph-mon[112137]: pgmap v15765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:58:46.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:46 smithi066 ceph-mon[112137]: from='client.429663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:46 smithi203 ceph-mon[117428]: pgmap v15765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:58:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:46 smithi203 ceph-mon[117428]: from='client.429663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:46 smithi137 ceph-mon[117020]: pgmap v15765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:58:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:46 smithi137 ceph-mon[117020]: from='client.429663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:48 smithi066 ceph-mon[112137]: pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:48 smithi203 ceph-mon[117428]: pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:48 smithi137 ceph-mon[117020]: pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:50.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:50.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:50.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:50 smithi066 ceph-mon[112137]: pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:50 smithi203 ceph-mon[117428]: pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:50 smithi137 ceph-mon[117020]: pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:51.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:51.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:51.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:51.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:51.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:52 smithi066 ceph-mon[112137]: pgmap v15768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:52 smithi066 ceph-mon[112137]: from='client.429741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:52 smithi203 ceph-mon[117428]: pgmap v15768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:52 smithi203 ceph-mon[117428]: from='client.429741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:52 smithi137 ceph-mon[117020]: pgmap v15768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:52 smithi137 ceph-mon[117020]: from='client.429741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:54 smithi066 ceph-mon[112137]: pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:58:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:54 smithi203 ceph-mon[117428]: pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:58:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:54 smithi137 ceph-mon[117020]: pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:58:56.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:58:56.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:56.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:56 smithi066 ceph-mon[112137]: pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:58:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:56 smithi203 ceph-mon[117428]: pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:58:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:56 smithi137 ceph-mon[117020]: pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:58:56.868 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:58:56.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:56.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:56.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:56.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:58:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:58 smithi066 ceph-mon[112137]: pgmap v15771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:58:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:58:58 smithi066 ceph-mon[112137]: from='client.429816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:58 smithi203 ceph-mon[117428]: pgmap v15771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:58:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:58:58 smithi203 ceph-mon[117428]: from='client.429816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:58 smithi137 ceph-mon[117020]: pgmap v15771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:58:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:58:58 smithi137 ceph-mon[117020]: from='client.429816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:00 smithi066 ceph-mon[112137]: pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:00 smithi203 ceph-mon[117428]: pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:00 smithi137 ceph-mon[117020]: pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:01.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:01.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:01.870 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:02 smithi066 ceph-mon[112137]: pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:02 smithi203 ceph-mon[117428]: pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:02.594 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:02.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:02.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:02.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:02.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:02 smithi137 ceph-mon[117020]: pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:03 smithi066 ceph-mon[112137]: from='client.429894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:03 smithi203 ceph-mon[117428]: from='client.429894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:03 smithi137 ceph-mon[117020]: from='client.429894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:04 smithi066 ceph-mon[112137]: pgmap v15774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:04 smithi203 ceph-mon[117428]: pgmap v15774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:04 smithi137 ceph-mon[117020]: pgmap v15774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:06 smithi066 ceph-mon[112137]: pgmap v15775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:06 smithi203 ceph-mon[117428]: pgmap v15775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:06 smithi137 ceph-mon[117020]: pgmap v15775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:07.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:07.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:07.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:08.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:08.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:08.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:08.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:08.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:08 smithi066 ceph-mon[112137]: pgmap v15776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:08 smithi203 ceph-mon[117428]: pgmap v15776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:08 smithi137 ceph-mon[117020]: pgmap v15776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:09 smithi203 ceph-mon[117428]: from='client.429972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:09 smithi137 ceph-mon[117020]: from='client.429972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:09 smithi066 ceph-mon[112137]: from='client.429972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:10 smithi203 ceph-mon[117428]: pgmap v15777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:10 smithi137 ceph-mon[117020]: pgmap v15777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:10 smithi066 ceph-mon[112137]: pgmap v15777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:12 smithi203 ceph-mon[117428]: pgmap v15778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:12 smithi137 ceph-mon[117020]: pgmap v15778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:12 smithi066 ceph-mon[112137]: pgmap v15778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:13.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:13.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:13.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:14.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:14.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:14 smithi203 ceph-mon[117428]: pgmap v15779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:14 smithi137 ceph-mon[117020]: pgmap v15779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:14 smithi066 ceph-mon[112137]: pgmap v15779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:15 smithi203 ceph-mon[117428]: from='client.430050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:15 smithi137 ceph-mon[117020]: from='client.430050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:15 smithi066 ceph-mon[112137]: from='client.430050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:16 smithi203 ceph-mon[117428]: pgmap v15780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:16 smithi137 ceph-mon[117020]: pgmap v15780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:16.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:16 smithi066 ceph-mon[112137]: pgmap v15780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:18 smithi137 ceph-mon[117020]: pgmap v15781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:18 smithi066 ceph-mon[112137]: pgmap v15781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:18 smithi203 ceph-mon[117428]: pgmap v15781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:19.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:19.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:19.060 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:19.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:19.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:19.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:19.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:19.796 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:20 smithi137 ceph-mon[117020]: pgmap v15782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:20 smithi066 ceph-mon[112137]: pgmap v15782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:20 smithi203 ceph-mon[117428]: pgmap v15782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:21 smithi137 ceph-mon[117020]: from='client.430125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:21 smithi066 ceph-mon[112137]: from='client.430125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:21 smithi203 ceph-mon[117428]: from='client.430125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:22 smithi137 ceph-mon[117020]: pgmap v15783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:59:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:22 smithi066 ceph-mon[112137]: pgmap v15783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:59:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:22 smithi203 ceph-mon[117428]: pgmap v15783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:59:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:59:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:59:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: pgmap v15784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:59:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: pgmap v15784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:59:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:59:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:59:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: pgmap v15784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:59:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:59:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:59:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T01:59:24.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:24.798 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:24.798 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:25.521 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:25.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:25.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:25.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:25.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:26 smithi137 ceph-mon[117020]: pgmap v15785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:59:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:26 smithi137 ceph-mon[117020]: from='client.430194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:26 smithi066 ceph-mon[112137]: pgmap v15785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:59:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:26 smithi066 ceph-mon[112137]: from='client.430194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:26 smithi203 ceph-mon[117428]: pgmap v15785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:59:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:26 smithi203 ceph-mon[117428]: from='client.430194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:28 smithi066 ceph-mon[112137]: pgmap v15786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:28 smithi203 ceph-mon[117428]: pgmap v15786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:28 smithi137 ceph-mon[117020]: pgmap v15786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:30 smithi066 ceph-mon[112137]: pgmap v15787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:30.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:30.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:30.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:30 smithi203 ceph-mon[117428]: pgmap v15787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:30 smithi137 ceph-mon[117020]: pgmap v15787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:31.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:31.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:31.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:31.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:31.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:32 smithi066 ceph-mon[112137]: pgmap v15788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:32 smithi066 ceph-mon[112137]: from='client.430272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:32 smithi203 ceph-mon[117428]: pgmap v15788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:32 smithi203 ceph-mon[117428]: from='client.430272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:32 smithi137 ceph-mon[117020]: pgmap v15788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:32 smithi137 ceph-mon[117020]: from='client.430272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:34 smithi066 ceph-mon[112137]: pgmap v15789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:59:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:34 smithi203 ceph-mon[117428]: pgmap v15789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:59:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:34 smithi137 ceph-mon[117020]: pgmap v15789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:59:36.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:36.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:36.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:36 smithi066 ceph-mon[112137]: pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:59:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:36 smithi203 ceph-mon[117428]: pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:59:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:36 smithi137 ceph-mon[117020]: pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:59:37.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:37.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:37.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:37.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:37.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:38 smithi066 ceph-mon[112137]: pgmap v15791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:59:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:38 smithi066 ceph-mon[112137]: from='client.430344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:38 smithi203 ceph-mon[117428]: pgmap v15791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:59:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:38 smithi203 ceph-mon[117428]: from='client.430344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:38 smithi137 ceph-mon[117020]: pgmap v15791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:59:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:38 smithi137 ceph-mon[117020]: from='client.430344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:40 smithi066 ceph-mon[112137]: pgmap v15792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:40 smithi203 ceph-mon[117428]: pgmap v15792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:40 smithi137 ceph-mon[117020]: pgmap v15792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:42.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:42.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:42.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:42 smithi066 ceph-mon[112137]: pgmap v15793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:42 smithi203 ceph-mon[117428]: pgmap v15793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:42 smithi137 ceph-mon[117020]: pgmap v15793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:42.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:42.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:42.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:42.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:42.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:44 smithi066 ceph-mon[112137]: pgmap v15794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:44 smithi066 ceph-mon[112137]: from='client.430413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:44 smithi203 ceph-mon[117428]: pgmap v15794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:44 smithi203 ceph-mon[117428]: from='client.430413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:44 smithi137 ceph-mon[117020]: pgmap v15794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:44 smithi137 ceph-mon[117020]: from='client.430413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:46 smithi066 ceph-mon[112137]: pgmap v15795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:46 smithi203 ceph-mon[117428]: pgmap v15795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:46 smithi137 ceph-mon[117020]: pgmap v15795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:47.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:47.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:47.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:48.461 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:48.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:48.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:48.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:48.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:48 smithi066 ceph-mon[112137]: pgmap v15796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:48 smithi203 ceph-mon[117428]: pgmap v15796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:48 smithi137 ceph-mon[117020]: pgmap v15796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:49 smithi066 ceph-mon[112137]: from='client.430491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:49 smithi203 ceph-mon[117428]: from='client.430491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:49 smithi137 ceph-mon[117020]: from='client.430491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:50 smithi066 ceph-mon[112137]: pgmap v15797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:50 smithi203 ceph-mon[117428]: pgmap v15797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:50 smithi137 ceph-mon[117020]: pgmap v15797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:52 smithi066 ceph-mon[112137]: pgmap v15798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:52 smithi203 ceph-mon[117428]: pgmap v15798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:52 smithi137 ceph-mon[117020]: pgmap v15798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:53.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:53.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:53.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:54.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:54.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:54.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:54.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:54.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T01:59:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:54 smithi066 ceph-mon[112137]: pgmap v15799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:54 smithi203 ceph-mon[117428]: pgmap v15799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:54 smithi137 ceph-mon[117020]: pgmap v15799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:55 smithi066 ceph-mon[112137]: from='client.430566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:55 smithi203 ceph-mon[117428]: from='client.430566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:55 smithi137 ceph-mon[117020]: from='client.430566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:56 smithi066 ceph-mon[112137]: pgmap v15800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:56 smithi203 ceph-mon[117428]: pgmap v15800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:56 smithi137 ceph-mon[117020]: pgmap v15800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 01:59:58 smithi066 ceph-mon[112137]: pgmap v15801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 01:59:58 smithi203 ceph-mon[117428]: pgmap v15801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 01:59:58 smithi137 ceph-mon[117020]: pgmap v15801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:59.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T01:59:59.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:59.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:59.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T01:59:59.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:59.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:59.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:59.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:00 smithi066 ceph-mon[112137]: pgmap v15802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T02:00:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:00 smithi203 ceph-mon[117428]: pgmap v15802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T02:00:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:00 smithi137 ceph-mon[117020]: pgmap v15802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T02:00:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:01 smithi066 ceph-mon[112137]: from='client.430641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:01 smithi203 ceph-mon[117428]: from='client.430641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:01 smithi137 ceph-mon[117020]: from='client.430641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:02 smithi066 ceph-mon[112137]: pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:02 smithi203 ceph-mon[117428]: pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:02 smithi137 ceph-mon[117020]: pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:04 smithi066 ceph-mon[112137]: pgmap v15804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:04 smithi203 ceph-mon[117428]: pgmap v15804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:04 smithi137 ceph-mon[117020]: pgmap v15804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:04.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:04.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:04.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:05.637 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:05.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:05.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:05.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:05.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:06 smithi066 ceph-mon[112137]: pgmap v15805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:06 smithi203 ceph-mon[117428]: pgmap v15805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:06 smithi137 ceph-mon[117020]: pgmap v15805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:07 smithi066 ceph-mon[112137]: from='client.430719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:07 smithi203 ceph-mon[117428]: from='client.430719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:07 smithi137 ceph-mon[117020]: from='client.430719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:08 smithi066 ceph-mon[112137]: pgmap v15806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:08 smithi203 ceph-mon[117428]: pgmap v15806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:08 smithi137 ceph-mon[117020]: pgmap v15806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:10 smithi066 ceph-mon[112137]: pgmap v15807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:10 smithi203 ceph-mon[117428]: pgmap v15807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:10 smithi137 ceph-mon[117020]: pgmap v15807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:10.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:10.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:10.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:11.364 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:11.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:11.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:11.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:11.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:12.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:12 smithi066 ceph-mon[112137]: pgmap v15808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:12.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:12 smithi066 ceph-mon[112137]: from='client.430797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:12 smithi203 ceph-mon[117428]: pgmap v15808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:12 smithi203 ceph-mon[117428]: from='client.430797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:12 smithi137 ceph-mon[117020]: pgmap v15808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:12 smithi137 ceph-mon[117020]: from='client.430797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:14 smithi066 ceph-mon[112137]: pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:14 smithi203 ceph-mon[117428]: pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:14 smithi137 ceph-mon[117020]: pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:16.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:16.366 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:16.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:16 smithi066 ceph-mon[112137]: pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:16 smithi203 ceph-mon[117428]: pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:16 smithi137 ceph-mon[117020]: pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:17.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:17.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:17.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:17.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:17.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:18 smithi066 ceph-mon[112137]: pgmap v15811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:18 smithi066 ceph-mon[112137]: from='client.430872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:18 smithi203 ceph-mon[117428]: pgmap v15811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:18 smithi203 ceph-mon[117428]: from='client.430872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:18 smithi137 ceph-mon[117020]: pgmap v15811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:18 smithi137 ceph-mon[117020]: from='client.430872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:20 smithi066 ceph-mon[112137]: pgmap v15812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:20 smithi203 ceph-mon[117428]: pgmap v15812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:20 smithi137 ceph-mon[117020]: pgmap v15812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:22.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:22.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:22.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:22 smithi066 ceph-mon[112137]: pgmap v15813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:22 smithi203 ceph-mon[117428]: pgmap v15813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:22 smithi137 ceph-mon[117020]: pgmap v15813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:22.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:22.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:22.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:22.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:22.829 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:24 smithi066 ceph-mon[112137]: pgmap v15814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:24 smithi066 ceph-mon[112137]: from='client.430947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:00:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:24 smithi203 ceph-mon[117428]: pgmap v15814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:24 smithi203 ceph-mon[117428]: from='client.430947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:00:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:24 smithi137 ceph-mon[117020]: pgmap v15814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:24 smithi137 ceph-mon[117020]: from='client.430947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:00:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:00:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:00:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:00:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:00:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:00:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:00:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:00:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:00:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:00:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:26 smithi066 ceph-mon[112137]: pgmap v15815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:26 smithi203 ceph-mon[117428]: pgmap v15815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:26 smithi137 ceph-mon[117020]: pgmap v15815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:27.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:27.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:27.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:28 smithi066 ceph-mon[112137]: pgmap v15816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:28.559 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:28.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:28.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:28.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:28.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:28 smithi203 ceph-mon[117428]: pgmap v15816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:28 smithi137 ceph-mon[117020]: pgmap v15816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:29 smithi066 ceph-mon[112137]: from='client.431022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:29 smithi203 ceph-mon[117428]: from='client.431022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:29 smithi137 ceph-mon[117020]: from='client.431022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:30 smithi066 ceph-mon[112137]: pgmap v15817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:30 smithi203 ceph-mon[117428]: pgmap v15817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:30 smithi137 ceph-mon[117020]: pgmap v15817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:32 smithi066 ceph-mon[112137]: pgmap v15818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:32 smithi203 ceph-mon[117428]: pgmap v15818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:32 smithi137 ceph-mon[117020]: pgmap v15818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:33.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:33.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:33.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:34.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:34.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:34.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:34.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:34.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:34 smithi203 ceph-mon[117428]: pgmap v15819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:34 smithi137 ceph-mon[117020]: pgmap v15819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:34 smithi066 ceph-mon[112137]: pgmap v15819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:35 smithi203 ceph-mon[117428]: from='client.431091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:35 smithi137 ceph-mon[117020]: from='client.431091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:35 smithi066 ceph-mon[112137]: from='client.431091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:36 smithi203 ceph-mon[117428]: pgmap v15820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:36 smithi137 ceph-mon[117020]: pgmap v15820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:36 smithi066 ceph-mon[112137]: pgmap v15820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:38 smithi203 ceph-mon[117428]: pgmap v15821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:38 smithi137 ceph-mon[117020]: pgmap v15821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:38 smithi066 ceph-mon[112137]: pgmap v15821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:39.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:39.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:39.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:40.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:40.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:40.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:40.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:40.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:40 smithi203 ceph-mon[117428]: pgmap v15822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:40 smithi137 ceph-mon[117020]: pgmap v15822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:40 smithi066 ceph-mon[112137]: pgmap v15822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:41 smithi203 ceph-mon[117428]: from='client.431169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:41 smithi137 ceph-mon[117020]: from='client.431169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:41 smithi066 ceph-mon[112137]: from='client.431169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:42 smithi203 ceph-mon[117428]: pgmap v15823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:42 smithi137 ceph-mon[117020]: pgmap v15823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:42 smithi066 ceph-mon[112137]: pgmap v15823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:44 smithi203 ceph-mon[117428]: pgmap v15824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:44 smithi137 ceph-mon[117020]: pgmap v15824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:44 smithi066 ceph-mon[112137]: pgmap v15824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:45.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:45.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:45.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:45 smithi203 ceph-mon[117428]: pgmap v15825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:45 smithi137 ceph-mon[117020]: pgmap v15825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:45 smithi066 ceph-mon[112137]: pgmap v15825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:45.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:45.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:45.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:45.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:45.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:46 smithi137 ceph-mon[117020]: from='client.431244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:46 smithi066 ceph-mon[112137]: from='client.431244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:46 smithi203 ceph-mon[117428]: from='client.431244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:48 smithi137 ceph-mon[117020]: pgmap v15826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:48 smithi066 ceph-mon[112137]: pgmap v15826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:48 smithi203 ceph-mon[117428]: pgmap v15826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:50.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:50 smithi137 ceph-mon[117020]: pgmap v15827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:50 smithi066 ceph-mon[112137]: pgmap v15827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:50 smithi203 ceph-mon[117428]: pgmap v15827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:50.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:50.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:51.722 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:51.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:51.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:51.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:51.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:52 smithi066 ceph-mon[112137]: pgmap v15828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:52 smithi203 ceph-mon[117428]: pgmap v15828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:52 smithi137 ceph-mon[117020]: pgmap v15828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:53 smithi066 ceph-mon[112137]: from='client.431319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:53 smithi203 ceph-mon[117428]: from='client.431319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:53 smithi137 ceph-mon[117020]: from='client.431319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:54 smithi066 ceph-mon[112137]: pgmap v15829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:54 smithi203 ceph-mon[117428]: pgmap v15829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:54 smithi137 ceph-mon[117020]: pgmap v15829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:56 smithi066 ceph-mon[112137]: pgmap v15830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:56 smithi203 ceph-mon[117428]: pgmap v15830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:56 smithi137 ceph-mon[117020]: pgmap v15830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:56.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:00:56.722 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:56.722 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:57.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:57.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:57.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:57.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:00:57.467 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:00:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:58 smithi066 ceph-mon[112137]: pgmap v15831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:00:58 smithi066 ceph-mon[112137]: from='client.431397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:58 smithi203 ceph-mon[117428]: pgmap v15831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:00:58 smithi203 ceph-mon[117428]: from='client.431397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:58 smithi137 ceph-mon[117020]: pgmap v15831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:00:58 smithi137 ceph-mon[117020]: from='client.431397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:00 smithi066 ceph-mon[112137]: pgmap v15832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:00 smithi203 ceph-mon[117428]: pgmap v15832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:00 smithi137 ceph-mon[117020]: pgmap v15832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:02 smithi066 ceph-mon[112137]: pgmap v15833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:02.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:02.469 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:02.469 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:02 smithi203 ceph-mon[117428]: pgmap v15833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:02 smithi137 ceph-mon[117020]: pgmap v15833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:03.185 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:03.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:03.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:03.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:03.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:04 smithi066 ceph-mon[112137]: pgmap v15834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:04 smithi066 ceph-mon[112137]: from='client.431475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:04 smithi203 ceph-mon[117428]: pgmap v15834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:04 smithi203 ceph-mon[117428]: from='client.431475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:04 smithi137 ceph-mon[117020]: pgmap v15834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:04 smithi137 ceph-mon[117020]: from='client.431475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:06 smithi066 ceph-mon[112137]: pgmap v15835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:06 smithi203 ceph-mon[117428]: pgmap v15835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:06 smithi137 ceph-mon[117020]: pgmap v15835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:08.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:08.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:08.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:08 smithi066 ceph-mon[112137]: pgmap v15836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:08 smithi203 ceph-mon[117428]: pgmap v15836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:08 smithi137 ceph-mon[117020]: pgmap v15836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:08.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:08.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:08.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:08.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:08.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:10 smithi066 ceph-mon[112137]: pgmap v15837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:10 smithi066 ceph-mon[112137]: from='client.431547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:10 smithi203 ceph-mon[117428]: pgmap v15837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:10 smithi203 ceph-mon[117428]: from='client.431547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:10 smithi137 ceph-mon[117020]: pgmap v15837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:10 smithi137 ceph-mon[117020]: from='client.431547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:12 smithi066 ceph-mon[112137]: pgmap v15838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:12 smithi203 ceph-mon[117428]: pgmap v15838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:12 smithi137 ceph-mon[117020]: pgmap v15838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:13.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:13.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:13.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:14 smithi066 ceph-mon[112137]: pgmap v15839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:14 smithi203 ceph-mon[117428]: pgmap v15839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:14 smithi137 ceph-mon[117020]: pgmap v15839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:14.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:14.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:16 smithi066 ceph-mon[112137]: pgmap v15840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:16 smithi066 ceph-mon[112137]: from='client.431622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:16 smithi203 ceph-mon[117428]: pgmap v15840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:16 smithi203 ceph-mon[117428]: from='client.431622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:16 smithi137 ceph-mon[117020]: pgmap v15840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:16 smithi137 ceph-mon[117020]: from='client.431622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:18 smithi066 ceph-mon[112137]: pgmap v15841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:01:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:18 smithi203 ceph-mon[117428]: pgmap v15841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:01:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:18 smithi137 ceph-mon[117020]: pgmap v15841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:01:19.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:19.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:19.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:20.368 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:20.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:20.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:20.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:20.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:20 smithi066 ceph-mon[112137]: pgmap v15842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:01:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:20 smithi203 ceph-mon[117428]: pgmap v15842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:01:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:20 smithi137 ceph-mon[117020]: pgmap v15842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:01:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:21 smithi066 ceph-mon[112137]: from='client.431700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:21 smithi203 ceph-mon[117428]: from='client.431700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:21 smithi137 ceph-mon[117020]: from='client.431700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:22 smithi066 ceph-mon[112137]: pgmap v15843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:22 smithi203 ceph-mon[117428]: pgmap v15843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:22 smithi137 ceph-mon[117020]: pgmap v15843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:24 smithi066 ceph-mon[112137]: pgmap v15844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:24 smithi203 ceph-mon[117428]: pgmap v15844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:24 smithi137 ceph-mon[117020]: pgmap v15844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:25.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:25.370 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:25.370 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:25.441 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:01:25.456 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:01:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:01:26.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:26.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:26.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:26.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:26.164 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:26 smithi066 ceph-mon[112137]: pgmap v15845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:26.588 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:26 smithi203 ceph-mon[117428]: pgmap v15845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:26.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:26.589 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:26.645 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:26 smithi137 ceph-mon[117020]: pgmap v15845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:26.646 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.646 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.646 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.646 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.646 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.646 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:26.646 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:26.646 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='client.431778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21180M 2023-12-08T02:01:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16900M 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15219M 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:01:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='client.431778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21180M 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16900M 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15219M 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:01:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='client.431778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21180M 2023-12-08T02:01:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16900M 2023-12-08T02:01:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:01:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15219M 2023-12-08T02:01:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:01:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:01:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:01:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:28 smithi203 ceph-mon[117428]: pgmap v15846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:28 smithi137 ceph-mon[117020]: pgmap v15846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:28 smithi066 ceph-mon[112137]: pgmap v15846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:30 smithi203 ceph-mon[117428]: pgmap v15847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:01:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:30 smithi137 ceph-mon[117020]: pgmap v15847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:01:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:30 smithi066 ceph-mon[112137]: pgmap v15847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:01:31.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:31.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:31.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:31.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:31.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:31.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:31.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:31.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:32 smithi203 ceph-mon[117428]: pgmap v15848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:01:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:32 smithi137 ceph-mon[117020]: pgmap v15848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:01:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:32 smithi066 ceph-mon[112137]: pgmap v15848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:01:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:33 smithi203 ceph-mon[117428]: from='client.431847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:33 smithi137 ceph-mon[117020]: from='client.431847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:33 smithi066 ceph-mon[112137]: from='client.431847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:34 smithi203 ceph-mon[117428]: pgmap v15849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:34 smithi137 ceph-mon[117020]: pgmap v15849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:34 smithi066 ceph-mon[112137]: pgmap v15849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:36 smithi203 ceph-mon[117428]: pgmap v15850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:36 smithi137 ceph-mon[117020]: pgmap v15850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:36 smithi066 ceph-mon[112137]: pgmap v15850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:36.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:36.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:36.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:37.632 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:37.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:37.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:37.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:37.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:38 smithi203 ceph-mon[117428]: pgmap v15851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:38 smithi203 ceph-mon[117428]: from='client.431922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:38 smithi137 ceph-mon[117020]: pgmap v15851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:38 smithi137 ceph-mon[117020]: from='client.431922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:38 smithi066 ceph-mon[112137]: pgmap v15851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:38 smithi066 ceph-mon[112137]: from='client.431922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:40 smithi203 ceph-mon[117428]: pgmap v15852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:40 smithi137 ceph-mon[117020]: pgmap v15852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:40 smithi066 ceph-mon[112137]: pgmap v15852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:42 smithi203 ceph-mon[117428]: pgmap v15853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:42 smithi137 ceph-mon[117020]: pgmap v15853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:42.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:42.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:42.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:42 smithi066 ceph-mon[112137]: pgmap v15853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:43.356 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:43.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:43.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:43.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:43.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:44 smithi203 ceph-mon[117428]: pgmap v15854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:44 smithi203 ceph-mon[117428]: from='client.431997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:44 smithi137 ceph-mon[117020]: pgmap v15854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:44 smithi137 ceph-mon[117020]: from='client.431997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:44 smithi066 ceph-mon[112137]: pgmap v15854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:44 smithi066 ceph-mon[112137]: from='client.431997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:46 smithi203 ceph-mon[117428]: pgmap v15855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:46 smithi137 ceph-mon[117020]: pgmap v15855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:46 smithi066 ceph-mon[112137]: pgmap v15855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:48.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:48.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:48.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:48 smithi203 ceph-mon[117428]: pgmap v15856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:48 smithi137 ceph-mon[117020]: pgmap v15856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:48 smithi066 ceph-mon[112137]: pgmap v15856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:49.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:49.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:49.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:49.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:49.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:50 smithi203 ceph-mon[117428]: pgmap v15857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:50 smithi203 ceph-mon[117428]: from='client.432072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:50 smithi137 ceph-mon[117020]: pgmap v15857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:50 smithi137 ceph-mon[117020]: from='client.432072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:50 smithi066 ceph-mon[112137]: pgmap v15857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:50 smithi066 ceph-mon[112137]: from='client.432072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:52 smithi203 ceph-mon[117428]: pgmap v15858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:52 smithi137 ceph-mon[117020]: pgmap v15858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:52 smithi066 ceph-mon[112137]: pgmap v15858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:54.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:54.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:54.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:54 smithi203 ceph-mon[117428]: pgmap v15859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:54 smithi137 ceph-mon[117020]: pgmap v15859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:54 smithi066 ceph-mon[112137]: pgmap v15859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:54.811 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:01:54.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:54.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:54.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:54.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:01:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:55 smithi203 ceph-mon[117428]: pgmap v15860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:55 smithi203 ceph-mon[117428]: from='client.432147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:55 smithi137 ceph-mon[117020]: pgmap v15860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:55 smithi137 ceph-mon[117020]: from='client.432147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:55 smithi066 ceph-mon[112137]: pgmap v15860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:55 smithi066 ceph-mon[112137]: from='client.432147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:01:58 smithi066 ceph-mon[112137]: pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:01:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:01:58 smithi203 ceph-mon[117428]: pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:01:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:01:58 smithi137 ceph-mon[117020]: pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:01:59.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:01:59.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:59.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:00 smithi066 ceph-mon[112137]: pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:02:00.529 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:00.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:00.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:00.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:00.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:00 smithi203 ceph-mon[117428]: pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:02:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:00 smithi137 ceph-mon[117020]: pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:02:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:01 smithi066 ceph-mon[112137]: from='client.432225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:01 smithi203 ceph-mon[117428]: from='client.432225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:01 smithi137 ceph-mon[117020]: from='client.432225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:02 smithi066 ceph-mon[112137]: pgmap v15863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:02 smithi203 ceph-mon[117428]: pgmap v15863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:02 smithi137 ceph-mon[117020]: pgmap v15863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:04 smithi066 ceph-mon[112137]: pgmap v15864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:04 smithi203 ceph-mon[117428]: pgmap v15864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:04 smithi137 ceph-mon[117020]: pgmap v15864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:05.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:05.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:05.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:06.261 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:06.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:06.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:06.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:06.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:06 smithi066 ceph-mon[112137]: pgmap v15865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:06 smithi203 ceph-mon[117428]: pgmap v15865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:06 smithi137 ceph-mon[117020]: pgmap v15865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:07 smithi066 ceph-mon[112137]: from='client.432294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:07 smithi203 ceph-mon[117428]: from='client.432294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:07 smithi137 ceph-mon[117020]: from='client.432294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:08.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:08 smithi066 ceph-mon[112137]: pgmap v15866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:08 smithi203 ceph-mon[117428]: pgmap v15866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:08 smithi137 ceph-mon[117020]: pgmap v15866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:10 smithi066 ceph-mon[112137]: pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:02:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:10 smithi203 ceph-mon[117428]: pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:02:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:10 smithi137 ceph-mon[117020]: pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:02:11.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:11.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:11.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:11.982 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:11.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:11.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:11.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:11.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:12 smithi066 ceph-mon[112137]: pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:02:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:12 smithi203 ceph-mon[117428]: pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:02:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:12 smithi137 ceph-mon[117020]: pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:02:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:13 smithi066 ceph-mon[112137]: from='client.432366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:13 smithi203 ceph-mon[117428]: from='client.432366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:13 smithi137 ceph-mon[117020]: from='client.432366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:14 smithi066 ceph-mon[112137]: pgmap v15869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:14 smithi203 ceph-mon[117428]: pgmap v15869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:14 smithi137 ceph-mon[117020]: pgmap v15869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:16.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:16 smithi066 ceph-mon[112137]: pgmap v15870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:16 smithi203 ceph-mon[117428]: pgmap v15870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:16 smithi137 ceph-mon[117020]: pgmap v15870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:16.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:16.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:16.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:17.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:17.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:17.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:17.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:17.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:18 smithi066 ceph-mon[112137]: pgmap v15871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:18 smithi203 ceph-mon[117428]: pgmap v15871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:18 smithi137 ceph-mon[117020]: pgmap v15871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:19 smithi066 ceph-mon[112137]: from='client.432441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:19 smithi203 ceph-mon[117428]: from='client.432441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:19 smithi137 ceph-mon[117020]: from='client.432441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:20 smithi066 ceph-mon[112137]: pgmap v15872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:20.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:20 smithi203 ceph-mon[117428]: pgmap v15872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:20 smithi137 ceph-mon[117020]: pgmap v15872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:22 smithi066 ceph-mon[112137]: pgmap v15873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:22 smithi203 ceph-mon[117428]: pgmap v15873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:22 smithi137 ceph-mon[117020]: pgmap v15873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:22.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:22.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:22.710 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:23.453 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:23.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:23.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:23.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:23.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:24 smithi066 ceph-mon[112137]: pgmap v15874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:24 smithi066 ceph-mon[112137]: from='client.432516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:24 smithi203 ceph-mon[117428]: pgmap v15874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:24 smithi203 ceph-mon[117428]: from='client.432516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:24 smithi137 ceph-mon[117020]: pgmap v15874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:24 smithi137 ceph-mon[117020]: from='client.432516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:26 smithi066 ceph-mon[112137]: pgmap v15875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:26 smithi203 ceph-mon[117428]: pgmap v15875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:26 smithi137 ceph-mon[117020]: pgmap v15875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:02:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:02:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:02:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:02:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:02:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:02:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:02:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:02:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:02:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:02:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:02:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:02:28.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:28.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:28.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:28 smithi066 ceph-mon[112137]: pgmap v15876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:28 smithi203 ceph-mon[117428]: pgmap v15876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:28 smithi137 ceph-mon[117020]: pgmap v15876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:29.183 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:29.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:29.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:29.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:29.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:30 smithi066 ceph-mon[112137]: pgmap v15877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:30 smithi066 ceph-mon[112137]: from='client.432591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:30 smithi203 ceph-mon[117428]: pgmap v15877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:30 smithi203 ceph-mon[117428]: from='client.432591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:30 smithi137 ceph-mon[117020]: pgmap v15877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:30 smithi137 ceph-mon[117020]: from='client.432591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:32 smithi066 ceph-mon[112137]: pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:32 smithi203 ceph-mon[117428]: pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:32 smithi137 ceph-mon[117020]: pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:34.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:34.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:34.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:34 smithi066 ceph-mon[112137]: pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:34 smithi203 ceph-mon[117428]: pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:34 smithi137 ceph-mon[117020]: pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:34.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:34.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:34.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:34.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:34.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:36 smithi066 ceph-mon[112137]: pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:36 smithi066 ceph-mon[112137]: from='client.432669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:36 smithi203 ceph-mon[117428]: pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:36 smithi203 ceph-mon[117428]: from='client.432669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:36 smithi137 ceph-mon[117020]: pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:36 smithi137 ceph-mon[117020]: from='client.432669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:38 smithi066 ceph-mon[112137]: pgmap v15881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:38 smithi203 ceph-mon[117428]: pgmap v15881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:38 smithi137 ceph-mon[117020]: pgmap v15881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:39.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:39.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:39.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:40 smithi066 ceph-mon[112137]: pgmap v15882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:40 smithi203 ceph-mon[117428]: pgmap v15882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:40 smithi137 ceph-mon[117020]: pgmap v15882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:40.641 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:40.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:40.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:40.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:40.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:41 smithi066 ceph-mon[112137]: from='client.432738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:41 smithi203 ceph-mon[117428]: from='client.432738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:41 smithi137 ceph-mon[117020]: from='client.432738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:42 smithi066 ceph-mon[112137]: pgmap v15883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:42 smithi203 ceph-mon[117428]: pgmap v15883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:42 smithi137 ceph-mon[117020]: pgmap v15883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:44 smithi066 ceph-mon[112137]: pgmap v15884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:44 smithi203 ceph-mon[117428]: pgmap v15884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:44 smithi137 ceph-mon[117020]: pgmap v15884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:45.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:45.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:45.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:46.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:46.381 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:46.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:46.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:46.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:46 smithi066 ceph-mon[112137]: pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:46 smithi203 ceph-mon[117428]: pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:46 smithi137 ceph-mon[117020]: pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:47 smithi066 ceph-mon[112137]: from='client.432813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:47 smithi203 ceph-mon[117428]: from='client.432813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:47 smithi137 ceph-mon[117020]: from='client.432813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:48 smithi066 ceph-mon[112137]: pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:48 smithi203 ceph-mon[117428]: pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:48 smithi137 ceph-mon[117020]: pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:50 smithi203 ceph-mon[117428]: pgmap v15887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:50 smithi137 ceph-mon[117020]: pgmap v15887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:50 smithi066 ceph-mon[112137]: pgmap v15887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:51.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:51.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:51.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:52.111 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:52.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:52.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:52.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:52.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:52 smithi203 ceph-mon[117428]: pgmap v15888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:52 smithi137 ceph-mon[117020]: pgmap v15888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:52 smithi066 ceph-mon[112137]: pgmap v15888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:53 smithi203 ceph-mon[117428]: from='client.432885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:53 smithi137 ceph-mon[117020]: from='client.432885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:53.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:53 smithi066 ceph-mon[112137]: from='client.432885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:54 smithi203 ceph-mon[117428]: pgmap v15889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:54 smithi137 ceph-mon[117020]: pgmap v15889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:54 smithi066 ceph-mon[112137]: pgmap v15889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:56 smithi203 ceph-mon[117428]: pgmap v15890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:56 smithi137 ceph-mon[117020]: pgmap v15890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:56 smithi066 ceph-mon[112137]: pgmap v15890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:57.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:02:57.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:57.113 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:57.849 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:02:57.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:57.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:57.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:57.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:02:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:58 smithi203 ceph-mon[117428]: pgmap v15891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:58 smithi137 ceph-mon[117020]: pgmap v15891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:58 smithi066 ceph-mon[112137]: pgmap v15891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:02:59 smithi203 ceph-mon[117428]: from='client.432960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:02:59 smithi137 ceph-mon[117020]: from='client.432960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:02:59 smithi066 ceph-mon[112137]: from='client.432960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:00 smithi203 ceph-mon[117428]: pgmap v15892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:00 smithi137 ceph-mon[117020]: pgmap v15892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:00 smithi066 ceph-mon[112137]: pgmap v15892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:02 smithi203 ceph-mon[117428]: pgmap v15893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:02 smithi137 ceph-mon[117020]: pgmap v15893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:02 smithi066 ceph-mon[112137]: pgmap v15893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:02.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:02.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:02.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:03.579 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:03.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:03.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:03.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:03.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:04 smithi203 ceph-mon[117428]: pgmap v15894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:04 smithi203 ceph-mon[117428]: from='client.433035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:04 smithi137 ceph-mon[117020]: pgmap v15894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:04 smithi137 ceph-mon[117020]: from='client.433035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:04 smithi066 ceph-mon[112137]: pgmap v15894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:04 smithi066 ceph-mon[112137]: from='client.433035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:06 smithi203 ceph-mon[117428]: pgmap v15895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:06 smithi137 ceph-mon[117020]: pgmap v15895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:06 smithi066 ceph-mon[112137]: pgmap v15895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:08 smithi203 ceph-mon[117428]: pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:08.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:08.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:08.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:08 smithi137 ceph-mon[117020]: pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:08 smithi066 ceph-mon[112137]: pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:09.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:09.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:09.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:09.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:09.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:10 smithi203 ceph-mon[117428]: pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:10 smithi203 ceph-mon[117428]: from='client.433113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:10 smithi137 ceph-mon[117020]: pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:10 smithi137 ceph-mon[117020]: from='client.433113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:10 smithi066 ceph-mon[112137]: pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:10 smithi066 ceph-mon[112137]: from='client.433113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:12 smithi203 ceph-mon[117428]: pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:12 smithi137 ceph-mon[117020]: pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:12 smithi066 ceph-mon[112137]: pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:14.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:14.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:14.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:14 smithi203 ceph-mon[117428]: pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:14 smithi137 ceph-mon[117020]: pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:14 smithi066 ceph-mon[112137]: pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:15.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:15.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:15.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:15.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:15.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:16 smithi203 ceph-mon[117428]: pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:16 smithi203 ceph-mon[117428]: from='client.433191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:16 smithi137 ceph-mon[117020]: pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:16 smithi137 ceph-mon[117020]: from='client.433191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:16 smithi066 ceph-mon[112137]: pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:16 smithi066 ceph-mon[112137]: from='client.433191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:18 smithi203 ceph-mon[117428]: pgmap v15901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:18 smithi137 ceph-mon[117020]: pgmap v15901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:18 smithi066 ceph-mon[112137]: pgmap v15901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:20.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:20.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:20.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:20 smithi203 ceph-mon[117428]: pgmap v15902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:20 smithi137 ceph-mon[117020]: pgmap v15902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:20 smithi066 ceph-mon[112137]: pgmap v15902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:20.750 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:20.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:20.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:20.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:20.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:22 smithi203 ceph-mon[117428]: pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:22 smithi203 ceph-mon[117428]: from='client.433269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:22 smithi137 ceph-mon[117020]: pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:22 smithi137 ceph-mon[117020]: from='client.433269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:22 smithi066 ceph-mon[112137]: pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:22 smithi066 ceph-mon[112137]: from='client.433269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:24 smithi203 ceph-mon[117428]: pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:24 smithi137 ceph-mon[117020]: pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:24 smithi066 ceph-mon[112137]: pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:25.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:25.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:25.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:26.479 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:26.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:26.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:26.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:26.479 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:26 smithi203 ceph-mon[117428]: pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:26 smithi137 ceph-mon[117020]: pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:26 smithi066 ceph-mon[112137]: pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:27 smithi203 ceph-mon[117428]: from='client.433347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:03:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:27 smithi137 ceph-mon[117020]: from='client.433347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:03:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:27 smithi066 ceph-mon[112137]: from='client.433347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:03:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:28 smithi203 ceph-mon[117428]: pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:03:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:03:28.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:03:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:28 smithi137 ceph-mon[117020]: pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:03:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:03:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:03:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:28 smithi066 ceph-mon[112137]: pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:03:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:03:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:03:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:29 smithi203 ceph-mon[117428]: pgmap v15907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:29 smithi137 ceph-mon[117020]: pgmap v15907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:29 smithi066 ceph-mon[112137]: pgmap v15907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:31.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:31.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:31.481 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:31 smithi066 ceph-mon[112137]: pgmap v15908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:31 smithi203 ceph-mon[117428]: pgmap v15908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:31 smithi137 ceph-mon[117020]: pgmap v15908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:32.216 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:32.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:32.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:32.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:32.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:33.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:33 smithi066 ceph-mon[112137]: from='client.433419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:33 smithi203 ceph-mon[117428]: from='client.433419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:33 smithi137 ceph-mon[117020]: from='client.433419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:34 smithi066 ceph-mon[112137]: pgmap v15909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:34 smithi203 ceph-mon[117428]: pgmap v15909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:34 smithi137 ceph-mon[117020]: pgmap v15909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:36 smithi066 ceph-mon[112137]: pgmap v15910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:36 smithi203 ceph-mon[117428]: pgmap v15910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:36 smithi137 ceph-mon[117020]: pgmap v15910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:37.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:37.219 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:37.219 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:37.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:37.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:37.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:37.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:37.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:38 smithi066 ceph-mon[112137]: pgmap v15911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:38 smithi203 ceph-mon[117428]: pgmap v15911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:38 smithi137 ceph-mon[117020]: pgmap v15911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:39 smithi066 ceph-mon[112137]: from='client.433494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:39 smithi203 ceph-mon[117428]: from='client.433494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:39 smithi137 ceph-mon[117020]: from='client.433494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:40 smithi066 ceph-mon[112137]: pgmap v15912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:40 smithi203 ceph-mon[117428]: pgmap v15912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:40 smithi137 ceph-mon[117020]: pgmap v15912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:42 smithi066 ceph-mon[112137]: pgmap v15913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:42 smithi203 ceph-mon[117428]: pgmap v15913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:42 smithi137 ceph-mon[117020]: pgmap v15913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:42.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:42.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:42.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:43.676 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:43.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:43.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:43.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:43.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:44 smithi066 ceph-mon[112137]: pgmap v15914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:44 smithi203 ceph-mon[117428]: pgmap v15914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:44 smithi137 ceph-mon[117020]: pgmap v15914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:45 smithi066 ceph-mon[112137]: from='client.433572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:45 smithi203 ceph-mon[117428]: from='client.433572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:45 smithi137 ceph-mon[117020]: from='client.433572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:46 smithi066 ceph-mon[112137]: pgmap v15915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:46 smithi203 ceph-mon[117428]: pgmap v15915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:46 smithi137 ceph-mon[117020]: pgmap v15915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:48 smithi066 ceph-mon[112137]: pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:48 smithi203 ceph-mon[117428]: pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:48 smithi137 ceph-mon[117020]: pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:48.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:48.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:48.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:49.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:49.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:49.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:49.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:49.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:50 smithi066 ceph-mon[112137]: pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:50 smithi066 ceph-mon[112137]: from='client.433647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:50 smithi203 ceph-mon[117428]: pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:50 smithi203 ceph-mon[117428]: from='client.433647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:50 smithi137 ceph-mon[117020]: pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:50 smithi137 ceph-mon[117020]: from='client.433647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:52 smithi066 ceph-mon[112137]: pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:52 smithi203 ceph-mon[117428]: pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:52 smithi137 ceph-mon[117020]: pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:54.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:03:54.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:54.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:54 smithi066 ceph-mon[112137]: pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:54 smithi203 ceph-mon[117428]: pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:54 smithi137 ceph-mon[117020]: pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:55.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:03:55.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:55.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:55.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:55.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:03:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:56 smithi066 ceph-mon[112137]: pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:56 smithi066 ceph-mon[112137]: from='client.433716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:56 smithi203 ceph-mon[117428]: pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:56 smithi203 ceph-mon[117428]: from='client.433716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:56 smithi137 ceph-mon[117020]: pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:56 smithi137 ceph-mon[117020]: from='client.433716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:03:58 smithi066 ceph-mon[112137]: pgmap v15921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:03:58 smithi203 ceph-mon[117428]: pgmap v15921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:03:58 smithi137 ceph-mon[117020]: pgmap v15921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:00.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:00.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:00.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:00 smithi066 ceph-mon[112137]: pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:00 smithi203 ceph-mon[117428]: pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:00 smithi137 ceph-mon[117020]: pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:00.916 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:00.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:00.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:00.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:00.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:02 smithi066 ceph-mon[112137]: pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:02 smithi066 ceph-mon[112137]: from='client.433788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:02 smithi203 ceph-mon[117428]: pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:02 smithi203 ceph-mon[117428]: from='client.433788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:02 smithi137 ceph-mon[117020]: pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:02 smithi137 ceph-mon[117020]: from='client.433788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:04 smithi066 ceph-mon[112137]: pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:04 smithi203 ceph-mon[117428]: pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:04 smithi137 ceph-mon[117020]: pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:05.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:05.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:05.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:06 smithi066 ceph-mon[112137]: pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:06 smithi203 ceph-mon[117428]: pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:06 smithi137 ceph-mon[117020]: pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:06.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:06.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:06.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:06.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:06.658 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:07 smithi066 ceph-mon[112137]: from='client.433860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:07 smithi203 ceph-mon[117428]: from='client.433860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:07 smithi137 ceph-mon[117020]: from='client.433860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:08 smithi066 ceph-mon[112137]: pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:08 smithi203 ceph-mon[117428]: pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:08 smithi137 ceph-mon[117020]: pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:10 smithi066 ceph-mon[112137]: pgmap v15927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:10 smithi203 ceph-mon[117428]: pgmap v15927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:10 smithi137 ceph-mon[117020]: pgmap v15927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:11.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:11.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:11.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:12.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:12.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:12.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:12.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:12.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:12 smithi066 ceph-mon[112137]: pgmap v15928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:12 smithi203 ceph-mon[117428]: pgmap v15928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:12 smithi137 ceph-mon[117020]: pgmap v15928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:13 smithi203 ceph-mon[117428]: from='client.433938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:13 smithi137 ceph-mon[117020]: from='client.433938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:13.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:13 smithi066 ceph-mon[112137]: from='client.433938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:14 smithi203 ceph-mon[117428]: pgmap v15929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:14 smithi137 ceph-mon[117020]: pgmap v15929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:14 smithi066 ceph-mon[112137]: pgmap v15929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:16 smithi203 ceph-mon[117428]: pgmap v15930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:16 smithi137 ceph-mon[117020]: pgmap v15930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:16 smithi066 ceph-mon[112137]: pgmap v15930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:17.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:17.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:17.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:18.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:18.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:18.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:18.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:18.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:18 smithi203 ceph-mon[117428]: pgmap v15931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:18 smithi137 ceph-mon[117020]: pgmap v15931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:18 smithi066 ceph-mon[112137]: pgmap v15931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:19 smithi203 ceph-mon[117428]: from='client.434016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:19 smithi137 ceph-mon[117020]: from='client.434016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:19 smithi066 ceph-mon[112137]: from='client.434016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:20 smithi203 ceph-mon[117428]: pgmap v15932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:20 smithi137 ceph-mon[117020]: pgmap v15932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:20 smithi066 ceph-mon[112137]: pgmap v15932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:22 smithi203 ceph-mon[117428]: pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:22 smithi137 ceph-mon[117020]: pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:22 smithi066 ceph-mon[112137]: pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:23.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:23.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:23.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:23.859 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:23.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:23.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:23.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:23.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:24 smithi203 ceph-mon[117428]: pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:24 smithi137 ceph-mon[117020]: pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:24 smithi066 ceph-mon[112137]: pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:25 smithi203 ceph-mon[117428]: from='client.434091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:25 smithi137 ceph-mon[117020]: from='client.434091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:25 smithi066 ceph-mon[112137]: from='client.434091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:26 smithi203 ceph-mon[117428]: pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:26 smithi137 ceph-mon[117020]: pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:26 smithi066 ceph-mon[112137]: pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:28 smithi203 ceph-mon[117428]: pgmap v15936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:04:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:28 smithi137 ceph-mon[117020]: pgmap v15936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:04:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:28 smithi066 ceph-mon[112137]: pgmap v15936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:04:28.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:28.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:28.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:04:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:04:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:04:29.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:29.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:29.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:29.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:29.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:04:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:04:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:04:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:04:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:04:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:04:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:30 smithi203 ceph-mon[117428]: pgmap v15937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:30 smithi203 ceph-mon[117428]: from='client.434166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:30 smithi137 ceph-mon[117020]: pgmap v15937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:30 smithi137 ceph-mon[117020]: from='client.434166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:30 smithi066 ceph-mon[112137]: pgmap v15937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:30 smithi066 ceph-mon[112137]: from='client.434166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:32 smithi203 ceph-mon[117428]: pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:32 smithi137 ceph-mon[117020]: pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:32 smithi066 ceph-mon[112137]: pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:34 smithi203 ceph-mon[117428]: pgmap v15939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:34.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:34.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:34.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:34 smithi137 ceph-mon[117020]: pgmap v15939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:34 smithi066 ceph-mon[112137]: pgmap v15939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:35.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:35.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:35.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:35.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:35.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:36 smithi203 ceph-mon[117428]: pgmap v15940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:36 smithi203 ceph-mon[117428]: from='client.434244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:36 smithi137 ceph-mon[117020]: pgmap v15940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:36 smithi137 ceph-mon[117020]: from='client.434244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:36 smithi066 ceph-mon[112137]: pgmap v15940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:36 smithi066 ceph-mon[112137]: from='client.434244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:38 smithi203 ceph-mon[117428]: pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:38 smithi137 ceph-mon[117020]: pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:38 smithi066 ceph-mon[112137]: pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:40.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:40.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:40.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:40 smithi203 ceph-mon[117428]: pgmap v15942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:40 smithi137 ceph-mon[117020]: pgmap v15942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:40 smithi066 ceph-mon[112137]: pgmap v15942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:41.076 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:41.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:41.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:41.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:41.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:42 smithi203 ceph-mon[117428]: pgmap v15943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:42 smithi203 ceph-mon[117428]: from='client.434322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:42 smithi137 ceph-mon[117020]: pgmap v15943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:42 smithi137 ceph-mon[117020]: from='client.434322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:42 smithi066 ceph-mon[112137]: pgmap v15943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:42.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:42 smithi066 ceph-mon[112137]: from='client.434322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:44 smithi203 ceph-mon[117428]: pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:44 smithi137 ceph-mon[117020]: pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:44 smithi066 ceph-mon[112137]: pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:46.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:46.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:46.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:46 smithi203 ceph-mon[117428]: pgmap v15945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:46 smithi137 ceph-mon[117020]: pgmap v15945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:46 smithi066 ceph-mon[112137]: pgmap v15945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:46.801 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:46.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:48 smithi203 ceph-mon[117428]: pgmap v15946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:48 smithi203 ceph-mon[117428]: from='client.434400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:48 smithi137 ceph-mon[117020]: pgmap v15946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:48 smithi137 ceph-mon[117020]: from='client.434400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:48 smithi066 ceph-mon[112137]: pgmap v15946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:48 smithi066 ceph-mon[112137]: from='client.434400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:50 smithi203 ceph-mon[117428]: pgmap v15947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:50 smithi137 ceph-mon[117020]: pgmap v15947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:50 smithi066 ceph-mon[112137]: pgmap v15947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:51.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:51.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:51.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:52.537 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:52.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:52.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:52.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:52.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:52 smithi203 ceph-mon[117428]: pgmap v15948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:52 smithi137 ceph-mon[117020]: pgmap v15948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:52 smithi066 ceph-mon[112137]: pgmap v15948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:53 smithi203 ceph-mon[117428]: from='client.434472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:53 smithi137 ceph-mon[117020]: from='client.434472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:53.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:53 smithi066 ceph-mon[112137]: from='client.434472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:54 smithi203 ceph-mon[117428]: pgmap v15949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:54 smithi137 ceph-mon[117020]: pgmap v15949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:54 smithi066 ceph-mon[112137]: pgmap v15949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:56 smithi137 ceph-mon[117020]: pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:56 smithi066 ceph-mon[112137]: pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:56 smithi203 ceph-mon[117428]: pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:57.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:04:57.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:57.539 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:58.269 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:04:58.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:58.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:58.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:58.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:04:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:58 smithi066 ceph-mon[112137]: pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:58 smithi203 ceph-mon[117428]: pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:58 smithi137 ceph-mon[117020]: pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:04:59 smithi066 ceph-mon[112137]: from='client.434550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:04:59 smithi203 ceph-mon[117428]: from='client.434550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:04:59 smithi137 ceph-mon[117020]: from='client.434550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:00 smithi066 ceph-mon[112137]: pgmap v15952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:00 smithi203 ceph-mon[117428]: pgmap v15952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:00 smithi137 ceph-mon[117020]: pgmap v15952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:02 smithi066 ceph-mon[112137]: pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:02 smithi203 ceph-mon[117428]: pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:02 smithi137 ceph-mon[117020]: pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:03.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:03.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:03.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:04.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:04.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:04.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:04.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:04.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:04 smithi066 ceph-mon[112137]: pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:04 smithi203 ceph-mon[117428]: pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:04 smithi137 ceph-mon[117020]: pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:05 smithi066 ceph-mon[112137]: from='client.434622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:05 smithi203 ceph-mon[117428]: from='client.434622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:05 smithi137 ceph-mon[117020]: from='client.434622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:06 smithi066 ceph-mon[112137]: pgmap v15955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:06 smithi203 ceph-mon[117428]: pgmap v15955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:06 smithi137 ceph-mon[117020]: pgmap v15955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:08 smithi066 ceph-mon[112137]: pgmap v15956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:08 smithi203 ceph-mon[117428]: pgmap v15956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:08 smithi137 ceph-mon[117020]: pgmap v15956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:09.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:09.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:09.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:09.730 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:09.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:09.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:09.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:09.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:10 smithi066 ceph-mon[112137]: pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:10 smithi203 ceph-mon[117428]: pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:10 smithi137 ceph-mon[117020]: pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:11 smithi066 ceph-mon[112137]: from='client.434700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:11 smithi203 ceph-mon[117428]: from='client.434700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:11 smithi137 ceph-mon[117020]: from='client.434700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:12 smithi066 ceph-mon[112137]: pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:05:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:12 smithi203 ceph-mon[117428]: pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:05:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:12 smithi137 ceph-mon[117020]: pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:05:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:14 smithi066 ceph-mon[112137]: pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:05:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:14 smithi203 ceph-mon[117428]: pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:05:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:14 smithi137 ceph-mon[117020]: pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:05:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:15.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:15.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:15.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:15.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:15.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:16 smithi066 ceph-mon[112137]: pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:05:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:16 smithi066 ceph-mon[112137]: from='client.434775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:16 smithi203 ceph-mon[117428]: pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:05:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:16 smithi203 ceph-mon[117428]: from='client.434775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:16 smithi137 ceph-mon[117020]: pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:05:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:16 smithi137 ceph-mon[117020]: from='client.434775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:18 smithi066 ceph-mon[112137]: pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:18 smithi203 ceph-mon[117428]: pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:18 smithi137 ceph-mon[117020]: pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:20.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:20.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:20.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:20 smithi066 ceph-mon[112137]: pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:05:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:20 smithi203 ceph-mon[117428]: pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:05:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:20 smithi137 ceph-mon[117020]: pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:05:21.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:21.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:21.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:21.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:21.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:22 smithi066 ceph-mon[112137]: pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:22 smithi066 ceph-mon[112137]: from='client.434847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:22 smithi203 ceph-mon[117428]: pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:22 smithi203 ceph-mon[117428]: from='client.434847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:22 smithi137 ceph-mon[117020]: pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:22 smithi137 ceph-mon[117020]: from='client.434847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:24 smithi066 ceph-mon[112137]: pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:05:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:24 smithi203 ceph-mon[117428]: pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:05:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:24 smithi137 ceph-mon[117020]: pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:05:26.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:26.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:26.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:26 smithi066 ceph-mon[112137]: pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:05:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:26 smithi203 ceph-mon[117428]: pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:05:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:26 smithi137 ceph-mon[117020]: pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:05:26.921 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:26.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:26.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:26.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:26.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:28 smithi066 ceph-mon[112137]: pgmap v15966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:05:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:28 smithi066 ceph-mon[112137]: from='client.434925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:28 smithi203 ceph-mon[117428]: pgmap v15966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:05:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:28 smithi203 ceph-mon[117428]: from='client.434925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:28 smithi137 ceph-mon[117020]: pgmap v15966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:05:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:28 smithi137 ceph-mon[117020]: from='client.434925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:05:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:05:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:05:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:05:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:05:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:05:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:05:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:05:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:05:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:05:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:05:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:05:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:30 smithi203 ceph-mon[117428]: pgmap v15967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:30 smithi137 ceph-mon[117020]: pgmap v15967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:30 smithi066 ceph-mon[112137]: pgmap v15967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:31.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:31.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:31.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:32 smithi203 ceph-mon[117428]: pgmap v15968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:32 smithi137 ceph-mon[117020]: pgmap v15968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:32.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:32.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:32.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:32.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:32.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:32 smithi066 ceph-mon[112137]: pgmap v15968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:33 smithi203 ceph-mon[117428]: from='client.435003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:33 smithi137 ceph-mon[117020]: from='client.435003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:33 smithi066 ceph-mon[112137]: from='client.435003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:34 smithi203 ceph-mon[117428]: pgmap v15969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:34 smithi137 ceph-mon[117020]: pgmap v15969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:34 smithi066 ceph-mon[112137]: pgmap v15969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:36 smithi203 ceph-mon[117428]: pgmap v15970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:36 smithi137 ceph-mon[117020]: pgmap v15970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:36 smithi066 ceph-mon[112137]: pgmap v15970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:37.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:37.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:37.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:38.398 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:38.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:38.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:38.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:38.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:38 smithi203 ceph-mon[117428]: pgmap v15971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:38 smithi137 ceph-mon[117020]: pgmap v15971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:38 smithi066 ceph-mon[112137]: pgmap v15971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:39 smithi203 ceph-mon[117428]: from='client.435078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:39 smithi137 ceph-mon[117020]: from='client.435078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:39 smithi066 ceph-mon[112137]: from='client.435078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:40 smithi203 ceph-mon[117428]: pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:40 smithi137 ceph-mon[117020]: pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:40 smithi066 ceph-mon[112137]: pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:42 smithi203 ceph-mon[117428]: pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:42 smithi137 ceph-mon[117020]: pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:42 smithi066 ceph-mon[112137]: pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:43.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:43.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:43.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:44.128 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:44.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:44.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:44.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:44.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:44 smithi203 ceph-mon[117428]: pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:44 smithi137 ceph-mon[117020]: pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:44 smithi066 ceph-mon[112137]: pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:45 smithi203 ceph-mon[117428]: from='client.435156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:45 smithi137 ceph-mon[117020]: from='client.435156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:45 smithi066 ceph-mon[112137]: from='client.435156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:46 smithi203 ceph-mon[117428]: pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:46 smithi137 ceph-mon[117020]: pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:46 smithi066 ceph-mon[112137]: pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:48 smithi203 ceph-mon[117428]: pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:48 smithi137 ceph-mon[117020]: pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:48 smithi066 ceph-mon[112137]: pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:49.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:49.130 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:49.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:49.874 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:49.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:49.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:49.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:49.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:50 smithi203 ceph-mon[117428]: pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:50 smithi137 ceph-mon[117020]: pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:50 smithi066 ceph-mon[112137]: pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:51 smithi203 ceph-mon[117428]: from='client.435234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:51 smithi137 ceph-mon[117020]: from='client.435234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:51 smithi066 ceph-mon[112137]: from='client.435234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:52 smithi203 ceph-mon[117428]: pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:05:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:52 smithi137 ceph-mon[117020]: pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:05:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:52 smithi066 ceph-mon[112137]: pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:05:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:54 smithi203 ceph-mon[117428]: pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:54 smithi137 ceph-mon[117020]: pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:54 smithi066 ceph-mon[112137]: pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:54.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:05:54.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:54.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:55.592 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:05:55.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:55.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:55.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:55.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:05:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:56 smithi203 ceph-mon[117428]: pgmap v15980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:56 smithi203 ceph-mon[117428]: from='client.435306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:56 smithi137 ceph-mon[117020]: pgmap v15980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:56 smithi137 ceph-mon[117020]: from='client.435306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:56 smithi066 ceph-mon[112137]: pgmap v15980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:56 smithi066 ceph-mon[112137]: from='client.435306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:05:58 smithi203 ceph-mon[117428]: pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:05:58 smithi137 ceph-mon[117020]: pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:05:58 smithi066 ceph-mon[112137]: pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:00 smithi203 ceph-mon[117428]: pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:00.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:00.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:00.594 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:00 smithi137 ceph-mon[117020]: pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:00 smithi066 ceph-mon[112137]: pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:01.336 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:02 smithi203 ceph-mon[117428]: pgmap v15983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:02 smithi203 ceph-mon[117428]: from='client.435384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:02 smithi137 ceph-mon[117020]: pgmap v15983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:02 smithi137 ceph-mon[117020]: from='client.435384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:02 smithi066 ceph-mon[112137]: pgmap v15983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:02 smithi066 ceph-mon[112137]: from='client.435384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:04 smithi203 ceph-mon[117428]: pgmap v15984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:06:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:04 smithi137 ceph-mon[117020]: pgmap v15984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:06:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:04 smithi066 ceph-mon[112137]: pgmap v15984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:06:06.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:06.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:06.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:06 smithi203 ceph-mon[117428]: pgmap v15985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:06:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:06 smithi137 ceph-mon[117020]: pgmap v15985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:06:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:06 smithi066 ceph-mon[112137]: pgmap v15985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:06:07.056 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:07.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:07.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:07.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:07.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:08 smithi203 ceph-mon[117428]: pgmap v15986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:06:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:08 smithi203 ceph-mon[117428]: from='client.435462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:08 smithi137 ceph-mon[117020]: pgmap v15986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:06:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:08 smithi137 ceph-mon[117020]: from='client.435462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:08 smithi066 ceph-mon[112137]: pgmap v15986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:06:08.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:08 smithi066 ceph-mon[112137]: from='client.435462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:10 smithi203 ceph-mon[117428]: pgmap v15987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:10 smithi137 ceph-mon[117020]: pgmap v15987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:10 smithi066 ceph-mon[112137]: pgmap v15987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:12.058 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:12.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:12.058 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:12 smithi203 ceph-mon[117428]: pgmap v15988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:12 smithi137 ceph-mon[117020]: pgmap v15988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:12 smithi066 ceph-mon[112137]: pgmap v15988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:12.780 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:12.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:12.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:12.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:12.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:14 smithi203 ceph-mon[117428]: pgmap v15989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:14 smithi203 ceph-mon[117428]: from='client.435540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:14 smithi137 ceph-mon[117020]: pgmap v15989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:14 smithi137 ceph-mon[117020]: from='client.435540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:14 smithi066 ceph-mon[112137]: pgmap v15989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:14 smithi066 ceph-mon[112137]: from='client.435540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:16 smithi203 ceph-mon[117428]: pgmap v15990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:16 smithi137 ceph-mon[117020]: pgmap v15990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:16 smithi066 ceph-mon[112137]: pgmap v15990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:17.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:17.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:17.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:18.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:18.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:18.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:18.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:18.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:18 smithi203 ceph-mon[117428]: pgmap v15991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:18 smithi137 ceph-mon[117020]: pgmap v15991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:18 smithi066 ceph-mon[112137]: pgmap v15991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:19 smithi137 ceph-mon[117020]: from='client.435615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:19 smithi066 ceph-mon[112137]: from='client.435615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:19.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:19 smithi203 ceph-mon[117428]: from='client.435615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:20 smithi137 ceph-mon[117020]: pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:20 smithi066 ceph-mon[112137]: pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:20 smithi203 ceph-mon[117428]: pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:22 smithi137 ceph-mon[117020]: pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:22 smithi066 ceph-mon[112137]: pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:22 smithi203 ceph-mon[117428]: pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:23.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:23.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:23.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:24.242 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:24.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:24.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:24.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:24.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:24 smithi137 ceph-mon[117020]: pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:24 smithi066 ceph-mon[112137]: pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:24 smithi203 ceph-mon[117428]: pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:25 smithi137 ceph-mon[117020]: from='client.435693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:25 smithi066 ceph-mon[112137]: from='client.435693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:25.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:25 smithi203 ceph-mon[117428]: from='client.435693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:26 smithi137 ceph-mon[117020]: pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:26 smithi066 ceph-mon[112137]: pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:26 smithi203 ceph-mon[117428]: pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:28 smithi137 ceph-mon[117020]: pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:28 smithi066 ceph-mon[112137]: pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:28 smithi203 ceph-mon[117428]: pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:29.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:29.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:29.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:30.001 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:30.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:30.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:30.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:30.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:30 smithi137 ceph-mon[117020]: pgmap v15997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:06:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:06:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:06:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:06:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:30 smithi066 ceph-mon[112137]: pgmap v15997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:06:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:06:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:06:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:06:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:30 smithi203 ceph-mon[117428]: pgmap v15997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:06:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:06:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:06:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:06:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:31 smithi137 ceph-mon[117020]: from='client.435771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:31 smithi137 ceph-mon[117020]: pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:31 smithi066 ceph-mon[112137]: from='client.435771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:31 smithi066 ceph-mon[112137]: pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:31 smithi203 ceph-mon[117428]: from='client.435771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:31 smithi203 ceph-mon[117428]: pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:34 smithi066 ceph-mon[112137]: pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:34 smithi203 ceph-mon[117428]: pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:34 smithi137 ceph-mon[117020]: pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:35.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:35.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:35.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:35.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:35.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:35.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:35.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:35.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:36 smithi066 ceph-mon[112137]: pgmap v16000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:36 smithi203 ceph-mon[117428]: pgmap v16000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:36 smithi137 ceph-mon[117020]: pgmap v16000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:37 smithi066 ceph-mon[112137]: from='client.435849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:37 smithi203 ceph-mon[117428]: from='client.435849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:37 smithi137 ceph-mon[117020]: from='client.435849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:38 smithi066 ceph-mon[112137]: pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:38 smithi203 ceph-mon[117428]: pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:38 smithi137 ceph-mon[117020]: pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:40 smithi066 ceph-mon[112137]: pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:40 smithi203 ceph-mon[117428]: pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:40 smithi137 ceph-mon[117020]: pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:40.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:40.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:40.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:41.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:41.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:41.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:41.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:41.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:42 smithi066 ceph-mon[112137]: pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:42 smithi066 ceph-mon[112137]: from='client.435921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:42 smithi203 ceph-mon[117428]: pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:42 smithi203 ceph-mon[117428]: from='client.435921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:42 smithi137 ceph-mon[117020]: pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:42 smithi137 ceph-mon[117020]: from='client.435921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:44 smithi066 ceph-mon[112137]: pgmap v16004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:44 smithi203 ceph-mon[117428]: pgmap v16004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:44 smithi137 ceph-mon[117020]: pgmap v16004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:46.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:46.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:46.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:46 smithi066 ceph-mon[112137]: pgmap v16005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:46 smithi203 ceph-mon[117428]: pgmap v16005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:46 smithi137 ceph-mon[117020]: pgmap v16005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:47.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:47.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:47.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:47.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:47.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:48 smithi066 ceph-mon[112137]: pgmap v16006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:48 smithi066 ceph-mon[112137]: from='client.435996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:48 smithi203 ceph-mon[117428]: pgmap v16006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:48 smithi203 ceph-mon[117428]: from='client.435996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:48 smithi137 ceph-mon[117020]: pgmap v16006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:48 smithi137 ceph-mon[117020]: from='client.435996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:50 smithi066 ceph-mon[112137]: pgmap v16007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:50 smithi203 ceph-mon[117428]: pgmap v16007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:50 smithi137 ceph-mon[117020]: pgmap v16007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:52.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:52.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:52.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:52 smithi066 ceph-mon[112137]: pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:52 smithi203 ceph-mon[117428]: pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:52 smithi137 ceph-mon[117020]: pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:52.928 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:52.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:52.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:52.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:52.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:54 smithi066 ceph-mon[112137]: pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:54 smithi066 ceph-mon[112137]: from='client.436071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:54 smithi203 ceph-mon[117428]: pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:54 smithi203 ceph-mon[117428]: from='client.436071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:54 smithi137 ceph-mon[117020]: pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:54 smithi137 ceph-mon[117020]: from='client.436071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:56 smithi203 ceph-mon[117428]: pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:56 smithi137 ceph-mon[117020]: pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:56 smithi066 ceph-mon[112137]: pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:57.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:06:57.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:57.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:58 smithi203 ceph-mon[117428]: pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:58 smithi137 ceph-mon[117020]: pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:58.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:06:58.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:58.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:58.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:58.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:06:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:58 smithi066 ceph-mon[112137]: pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:06:59 smithi203 ceph-mon[117428]: from='client.436149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:06:59 smithi137 ceph-mon[117020]: from='client.436149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:06:59 smithi066 ceph-mon[112137]: from='client.436149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:00 smithi203 ceph-mon[117428]: pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:00 smithi137 ceph-mon[117020]: pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:00 smithi066 ceph-mon[112137]: pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:02 smithi203 ceph-mon[117428]: pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:02 smithi137 ceph-mon[117020]: pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:02 smithi066 ceph-mon[112137]: pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:03.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:03.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:03.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:04.385 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:04.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:04.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:04.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:04.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:04 smithi203 ceph-mon[117428]: pgmap v16014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:04 smithi137 ceph-mon[117020]: pgmap v16014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:04 smithi066 ceph-mon[112137]: pgmap v16014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:05 smithi203 ceph-mon[117428]: from='client.436227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:05 smithi137 ceph-mon[117020]: from='client.436227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:05 smithi066 ceph-mon[112137]: from='client.436227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:06 smithi203 ceph-mon[117428]: pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:06 smithi137 ceph-mon[117020]: pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:06 smithi066 ceph-mon[112137]: pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:08 smithi203 ceph-mon[117428]: pgmap v16016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:08 smithi137 ceph-mon[117020]: pgmap v16016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:08 smithi066 ceph-mon[112137]: pgmap v16016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:09.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:09.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:09.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:10.113 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:10.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:10.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:10.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:10.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:10 smithi203 ceph-mon[117428]: pgmap v16017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:10 smithi137 ceph-mon[117020]: pgmap v16017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:10 smithi066 ceph-mon[112137]: pgmap v16017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:11 smithi203 ceph-mon[117428]: from='client.436305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:11 smithi137 ceph-mon[117020]: from='client.436305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:11 smithi066 ceph-mon[112137]: from='client.436305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:12 smithi203 ceph-mon[117428]: pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:12 smithi137 ceph-mon[117020]: pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:12 smithi066 ceph-mon[112137]: pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:14 smithi203 ceph-mon[117428]: pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:14 smithi137 ceph-mon[117020]: pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:14 smithi066 ceph-mon[112137]: pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:15.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:15.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:15.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:15.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:15.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:15.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:15.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:15.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:16 smithi203 ceph-mon[117428]: pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:16 smithi137 ceph-mon[117020]: pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:16 smithi066 ceph-mon[112137]: pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:17 smithi203 ceph-mon[117428]: from='client.436383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:17 smithi137 ceph-mon[117020]: from='client.436383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:17 smithi066 ceph-mon[112137]: from='client.436383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:18 smithi203 ceph-mon[117428]: pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:18 smithi137 ceph-mon[117020]: pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:18 smithi066 ceph-mon[112137]: pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:20 smithi203 ceph-mon[117428]: pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:20 smithi137 ceph-mon[117020]: pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:20 smithi066 ceph-mon[112137]: pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:20.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:20.835 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:20.835 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:21.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:21.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:21.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:21.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:21.574 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:22 smithi203 ceph-mon[117428]: pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:22 smithi203 ceph-mon[117428]: from='client.436458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:22 smithi137 ceph-mon[117020]: pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:22 smithi137 ceph-mon[117020]: from='client.436458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:22 smithi066 ceph-mon[112137]: pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:22 smithi066 ceph-mon[112137]: from='client.436458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:24 smithi203 ceph-mon[117428]: pgmap v16024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:24 smithi137 ceph-mon[117020]: pgmap v16024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:24 smithi066 ceph-mon[112137]: pgmap v16024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:26 smithi203 ceph-mon[117428]: pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:26.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:26.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:26.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:26 smithi137 ceph-mon[117020]: pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:26 smithi066 ceph-mon[112137]: pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:27.297 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:27.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:27.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:27.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:27.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:28 smithi203 ceph-mon[117428]: pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:28 smithi203 ceph-mon[117428]: from='client.436533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:28 smithi137 ceph-mon[117020]: pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:28 smithi137 ceph-mon[117020]: from='client.436533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:28 smithi066 ceph-mon[112137]: pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:28 smithi066 ceph-mon[112137]: from='client.436533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:30 smithi203 ceph-mon[117428]: pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:30.575 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:07:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:30 smithi137 ceph-mon[117020]: pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:07:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:30 smithi066 ceph-mon[112137]: pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:07:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:07:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:07:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:07:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:07:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:07:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:07:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:07:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:07:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:07:32.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:32.299 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:32.300 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:32 smithi137 ceph-mon[117020]: pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:32 smithi066 ceph-mon[112137]: pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:32 smithi203 ceph-mon[117428]: pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:33.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:33.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:33.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:33.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:33.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:34 smithi137 ceph-mon[117020]: pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:34 smithi137 ceph-mon[117020]: from='client.436608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:34 smithi066 ceph-mon[112137]: pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:34 smithi066 ceph-mon[112137]: from='client.436608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:34 smithi203 ceph-mon[117428]: pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:34 smithi203 ceph-mon[117428]: from='client.436608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:36 smithi137 ceph-mon[117020]: pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:36 smithi066 ceph-mon[112137]: pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:36 smithi203 ceph-mon[117428]: pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:38.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:38.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:38.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:38 smithi137 ceph-mon[117020]: pgmap v16031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:38 smithi066 ceph-mon[112137]: pgmap v16031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:38.770 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:38.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:38.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:38.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:38.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:38 smithi203 ceph-mon[117428]: pgmap v16031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:40 smithi137 ceph-mon[117020]: pgmap v16032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:40 smithi137 ceph-mon[117020]: from='client.436686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:40 smithi066 ceph-mon[112137]: pgmap v16032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:40 smithi066 ceph-mon[112137]: from='client.436686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:40 smithi203 ceph-mon[117428]: pgmap v16032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:40 smithi203 ceph-mon[117428]: from='client.436686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:42 smithi137 ceph-mon[117020]: pgmap v16033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:42 smithi066 ceph-mon[112137]: pgmap v16033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:42 smithi203 ceph-mon[117428]: pgmap v16033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:43.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:43.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:43.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:44.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:44.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:44.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:44.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:44.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:44 smithi137 ceph-mon[117020]: pgmap v16034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:44 smithi066 ceph-mon[112137]: pgmap v16034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:44 smithi203 ceph-mon[117428]: pgmap v16034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:45 smithi137 ceph-mon[117020]: from='client.436761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:45 smithi066 ceph-mon[112137]: from='client.436761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:45.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:45 smithi203 ceph-mon[117428]: from='client.436761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:46 smithi137 ceph-mon[117020]: pgmap v16035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:46 smithi066 ceph-mon[112137]: pgmap v16035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:46 smithi203 ceph-mon[117428]: pgmap v16035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:48 smithi137 ceph-mon[117020]: pgmap v16036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:48 smithi066 ceph-mon[112137]: pgmap v16036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:48 smithi203 ceph-mon[117428]: pgmap v16036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:49.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:49.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:49.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:50.221 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:50.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:50.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:50.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:50.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:50 smithi137 ceph-mon[117020]: pgmap v16037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:50 smithi066 ceph-mon[112137]: pgmap v16037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:50 smithi203 ceph-mon[117428]: pgmap v16037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:51 smithi137 ceph-mon[117020]: from='client.436836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:51 smithi066 ceph-mon[112137]: from='client.436836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:51.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:51 smithi203 ceph-mon[117428]: from='client.436836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:52 smithi137 ceph-mon[117020]: pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:52 smithi066 ceph-mon[112137]: pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:52 smithi203 ceph-mon[117428]: pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:53 smithi137 ceph-mon[117020]: pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:53.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:53 smithi066 ceph-mon[112137]: pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:53.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:53 smithi203 ceph-mon[117428]: pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:55.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:07:55.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:55.224 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:55 smithi066 ceph-mon[112137]: pgmap v16040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:55 smithi203 ceph-mon[117428]: pgmap v16040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:55 smithi137 ceph-mon[117020]: pgmap v16040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:55.955 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:07:55.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:55.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:55.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:55.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:07:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:56 smithi066 ceph-mon[112137]: from='client.436914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:56 smithi203 ceph-mon[117428]: from='client.436914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:56 smithi137 ceph-mon[117020]: from='client.436914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:07:58 smithi066 ceph-mon[112137]: pgmap v16041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:07:58 smithi203 ceph-mon[117428]: pgmap v16041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:07:58 smithi137 ceph-mon[117020]: pgmap v16041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:00 smithi066 ceph-mon[112137]: pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:00 smithi203 ceph-mon[117428]: pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:00 smithi137 ceph-mon[117020]: pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:00.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:00.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:00.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:01.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:01.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:01.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:01.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:01.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:02 smithi066 ceph-mon[112137]: pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:02 smithi066 ceph-mon[112137]: from='client.436986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:02 smithi203 ceph-mon[117428]: pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:02 smithi203 ceph-mon[117428]: from='client.436986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:02 smithi137 ceph-mon[117020]: pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:02 smithi137 ceph-mon[117020]: from='client.436986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:04 smithi066 ceph-mon[112137]: pgmap v16044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:04 smithi203 ceph-mon[117428]: pgmap v16044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:04 smithi137 ceph-mon[117020]: pgmap v16044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:06 smithi066 ceph-mon[112137]: pgmap v16045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:06 smithi203 ceph-mon[117428]: pgmap v16045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:06 smithi137 ceph-mon[117020]: pgmap v16045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:06.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:06.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:06.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:07.415 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:07.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:07.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:07.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:07.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:08 smithi066 ceph-mon[112137]: pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:08 smithi066 ceph-mon[112137]: from='client.437061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:08 smithi203 ceph-mon[117428]: pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:08 smithi203 ceph-mon[117428]: from='client.437061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:08 smithi137 ceph-mon[117020]: pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:08 smithi137 ceph-mon[117020]: from='client.437061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:10 smithi066 ceph-mon[112137]: pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:10 smithi203 ceph-mon[117428]: pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:10 smithi137 ceph-mon[117020]: pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:12.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:12.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:12.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:12 smithi066 ceph-mon[112137]: pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:12 smithi203 ceph-mon[117428]: pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:12 smithi137 ceph-mon[117020]: pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:13.134 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:13.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:13.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:13.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:13.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:14 smithi066 ceph-mon[112137]: pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:14 smithi066 ceph-mon[112137]: from='client.437133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:14 smithi203 ceph-mon[117428]: pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:14 smithi203 ceph-mon[117428]: from='client.437133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:14 smithi137 ceph-mon[117020]: pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:14 smithi137 ceph-mon[117020]: from='client.437133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:16 smithi203 ceph-mon[117428]: pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:16 smithi137 ceph-mon[117020]: pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:16 smithi066 ceph-mon[112137]: pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:18.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:18.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:18.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:18 smithi203 ceph-mon[117428]: pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:18 smithi137 ceph-mon[117020]: pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:18 smithi066 ceph-mon[112137]: pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:18.866 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:18.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:18.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:18.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:18.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:20 smithi203 ceph-mon[117428]: pgmap v16052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:20 smithi203 ceph-mon[117428]: from='client.437205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:20 smithi137 ceph-mon[117020]: pgmap v16052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:20 smithi137 ceph-mon[117020]: from='client.437205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:20 smithi066 ceph-mon[112137]: pgmap v16052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:20 smithi066 ceph-mon[112137]: from='client.437205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:22 smithi203 ceph-mon[117428]: pgmap v16053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:22 smithi137 ceph-mon[117020]: pgmap v16053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:22 smithi066 ceph-mon[112137]: pgmap v16053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:23.868 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:23.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:23.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:24 smithi203 ceph-mon[117428]: pgmap v16054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:24.613 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:24.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:24.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:24.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:24.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:24 smithi137 ceph-mon[117020]: pgmap v16054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:24 smithi066 ceph-mon[112137]: pgmap v16054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:25 smithi203 ceph-mon[117428]: from='client.437280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:25 smithi137 ceph-mon[117020]: from='client.437280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:25 smithi066 ceph-mon[112137]: from='client.437280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:26 smithi203 ceph-mon[117428]: pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:26 smithi137 ceph-mon[117020]: pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:26 smithi066 ceph-mon[112137]: pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:28 smithi203 ceph-mon[117428]: pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:28 smithi137 ceph-mon[117020]: pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:28.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:28 smithi066 ceph-mon[112137]: pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:29.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:29.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:29.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:30.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:30.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:30.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:30.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:30.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:30 smithi203 ceph-mon[117428]: pgmap v16057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:30 smithi137 ceph-mon[117020]: pgmap v16057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:30 smithi066 ceph-mon[112137]: pgmap v16057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:31 smithi203 ceph-mon[117428]: from='client.437358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:08:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:31 smithi137 ceph-mon[117020]: from='client.437358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:08:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:31 smithi066 ceph-mon[112137]: from='client.437358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:08:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:32 smithi203 ceph-mon[117428]: pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:08:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:08:32.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:08:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:32 smithi137 ceph-mon[117020]: pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:08:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:08:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:08:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:32 smithi066 ceph-mon[112137]: pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:08:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:08:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:08:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:34 smithi203 ceph-mon[117428]: pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:34 smithi137 ceph-mon[117020]: pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:34 smithi066 ceph-mon[112137]: pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:35.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:35.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:35.357 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:36.096 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:36.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:36.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:36.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:36.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:36 smithi203 ceph-mon[117428]: pgmap v16060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:36 smithi137 ceph-mon[117020]: pgmap v16060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:36 smithi066 ceph-mon[112137]: pgmap v16060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:37 smithi203 ceph-mon[117428]: from='client.437436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:37 smithi137 ceph-mon[117020]: from='client.437436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:37 smithi066 ceph-mon[112137]: from='client.437436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:38.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:38 smithi203 ceph-mon[117428]: pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:38 smithi137 ceph-mon[117020]: pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:38 smithi066 ceph-mon[112137]: pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:40 smithi203 ceph-mon[117428]: pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:40 smithi137 ceph-mon[117020]: pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:40 smithi066 ceph-mon[112137]: pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:41.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:41.098 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:41.099 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:41.829 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:41.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:41.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:41.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:41.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:42 smithi203 ceph-mon[117428]: pgmap v16063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:42 smithi137 ceph-mon[117020]: pgmap v16063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:42 smithi066 ceph-mon[112137]: pgmap v16063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:43 smithi203 ceph-mon[117428]: from='client.437511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:43 smithi137 ceph-mon[117020]: from='client.437511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:43 smithi066 ceph-mon[112137]: from='client.437511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:44 smithi203 ceph-mon[117428]: pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:44 smithi137 ceph-mon[117020]: pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:44 smithi066 ceph-mon[112137]: pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:46 smithi203 ceph-mon[117428]: pgmap v16065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:46 smithi137 ceph-mon[117020]: pgmap v16065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:46 smithi066 ceph-mon[112137]: pgmap v16065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:46.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:46.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:46.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:47.561 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:47.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:47.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:47.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:47.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:48 smithi203 ceph-mon[117428]: pgmap v16066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:48.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:48 smithi203 ceph-mon[117428]: from='client.437589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:48 smithi137 ceph-mon[117020]: pgmap v16066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:48 smithi137 ceph-mon[117020]: from='client.437589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:48 smithi066 ceph-mon[112137]: pgmap v16066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:48 smithi066 ceph-mon[112137]: from='client.437589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:50 smithi203 ceph-mon[117428]: pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:50 smithi137 ceph-mon[117020]: pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:50 smithi066 ceph-mon[112137]: pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:52.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:52.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:52.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:52 smithi203 ceph-mon[117428]: pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:52 smithi137 ceph-mon[117020]: pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:52 smithi066 ceph-mon[112137]: pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:53.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:08:53.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:53.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:53.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:53.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:54 smithi203 ceph-mon[117428]: pgmap v16069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:54 smithi203 ceph-mon[117428]: from='client.437658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:54 smithi137 ceph-mon[117020]: pgmap v16069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:54 smithi137 ceph-mon[117020]: from='client.437658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:54 smithi066 ceph-mon[112137]: pgmap v16069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:54 smithi066 ceph-mon[112137]: from='client.437658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:56 smithi203 ceph-mon[117428]: pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:56 smithi137 ceph-mon[117020]: pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:56 smithi066 ceph-mon[112137]: pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:58.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:08:58.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:58.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:08:58 smithi203 ceph-mon[117428]: pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:08:58 smithi137 ceph-mon[117020]: pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:08:58 smithi066 ceph-mon[112137]: pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:59.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:59.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:59.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:59.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:08:59.010 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:00 smithi203 ceph-mon[117428]: pgmap v16072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:00 smithi203 ceph-mon[117428]: from='client.437736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:00 smithi137 ceph-mon[117020]: pgmap v16072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:00 smithi137 ceph-mon[117020]: from='client.437736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:00 smithi066 ceph-mon[112137]: pgmap v16072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:00 smithi066 ceph-mon[112137]: from='client.437736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:02 smithi203 ceph-mon[117428]: pgmap v16073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:02 smithi137 ceph-mon[117020]: pgmap v16073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:02 smithi066 ceph-mon[112137]: pgmap v16073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:04.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:04.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:04.012 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:04 smithi203 ceph-mon[117428]: pgmap v16074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:04 smithi137 ceph-mon[117020]: pgmap v16074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:04 smithi066 ceph-mon[112137]: pgmap v16074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:04.746 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:04.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:04.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:04.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:04.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:06 smithi203 ceph-mon[117428]: from='client.437811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:06 smithi203 ceph-mon[117428]: pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:06 smithi137 ceph-mon[117020]: from='client.437811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:06 smithi137 ceph-mon[117020]: pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:06 smithi066 ceph-mon[112137]: from='client.437811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:06 smithi066 ceph-mon[112137]: pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:08 smithi137 ceph-mon[117020]: pgmap v16076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:09:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:08 smithi066 ceph-mon[112137]: pgmap v16076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:09:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:08 smithi203 ceph-mon[117428]: pgmap v16076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:09:09.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:09.748 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:09.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:10.477 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:10.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:10.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:10.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:10.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:10 smithi137 ceph-mon[117020]: pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:09:10.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:10 smithi066 ceph-mon[112137]: pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:09:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:10 smithi203 ceph-mon[117428]: pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:09:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:11 smithi137 ceph-mon[117020]: from='client.437886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:11 smithi066 ceph-mon[112137]: from='client.437886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:11.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:11 smithi203 ceph-mon[117428]: from='client.437886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:12 smithi137 ceph-mon[117020]: pgmap v16078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:12 smithi066 ceph-mon[112137]: pgmap v16078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:12 smithi203 ceph-mon[117428]: pgmap v16078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:14 smithi137 ceph-mon[117020]: pgmap v16079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:14 smithi066 ceph-mon[112137]: pgmap v16079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:14 smithi203 ceph-mon[117428]: pgmap v16079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:15.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:15.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:15.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:16.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:16.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:16.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:16.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:16.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:16 smithi137 ceph-mon[117020]: pgmap v16080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:16 smithi066 ceph-mon[112137]: pgmap v16080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:16 smithi203 ceph-mon[117428]: pgmap v16080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:17 smithi137 ceph-mon[117020]: from='client.437964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:17 smithi066 ceph-mon[112137]: from='client.437964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:17.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:17 smithi203 ceph-mon[117428]: from='client.437964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:18 smithi137 ceph-mon[117020]: pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:18 smithi066 ceph-mon[112137]: pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:18 smithi203 ceph-mon[117428]: pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:20 smithi137 ceph-mon[117020]: pgmap v16082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:20 smithi066 ceph-mon[112137]: pgmap v16082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:20 smithi203 ceph-mon[117428]: pgmap v16082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:21.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:21.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:21.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:21.938 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:21.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:21.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:21.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:21.938 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:22 smithi137 ceph-mon[117020]: pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:09:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:22 smithi066 ceph-mon[112137]: pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:09:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:22 smithi203 ceph-mon[117428]: pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:09:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:23 smithi137 ceph-mon[117020]: from='client.438042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:23 smithi066 ceph-mon[112137]: from='client.438042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:23 smithi203 ceph-mon[117428]: from='client.438042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:24 smithi137 ceph-mon[117020]: pgmap v16084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:24 smithi066 ceph-mon[112137]: pgmap v16084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:24 smithi203 ceph-mon[117428]: pgmap v16084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:26 smithi137 ceph-mon[117020]: pgmap v16085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:26 smithi066 ceph-mon[112137]: pgmap v16085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:26 smithi203 ceph-mon[117428]: pgmap v16085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:26.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:26.940 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:26.940 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:27.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:27.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:27.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:27.659 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:27.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:28 smithi137 ceph-mon[117020]: pgmap v16086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:28 smithi137 ceph-mon[117020]: from='client.438117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:28 smithi066 ceph-mon[112137]: pgmap v16086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:28 smithi066 ceph-mon[112137]: from='client.438117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:28 smithi203 ceph-mon[117428]: pgmap v16086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:28 smithi203 ceph-mon[117428]: from='client.438117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:30 smithi137 ceph-mon[117020]: pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:30 smithi066 ceph-mon[112137]: pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:30 smithi203 ceph-mon[117428]: pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:32 smithi137 ceph-mon[117020]: pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:09:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:32.661 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:32.661 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:32 smithi066 ceph-mon[112137]: pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:09:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:32 smithi203 ceph-mon[117428]: pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:09:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:33.366 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:33.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:33.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:33.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:33.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:09:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:09:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:09:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:09:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:09:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:09:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:09:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:34 smithi137 ceph-mon[117020]: pgmap v16089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:34 smithi137 ceph-mon[117020]: from='client.438189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:34 smithi066 ceph-mon[112137]: pgmap v16089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:34 smithi066 ceph-mon[112137]: from='client.438189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:34 smithi203 ceph-mon[117428]: pgmap v16089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:34 smithi203 ceph-mon[117428]: from='client.438189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:36 smithi066 ceph-mon[112137]: pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:36 smithi203 ceph-mon[117428]: pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:36 smithi137 ceph-mon[117020]: pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:38.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:38.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:38.369 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:38 smithi066 ceph-mon[112137]: pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:38 smithi203 ceph-mon[117428]: pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:38.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:38 smithi137 ceph-mon[117020]: pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:39.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:39.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:39.091 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:39.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:39.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:39 smithi066 ceph-mon[112137]: pgmap v16092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:39 smithi066 ceph-mon[112137]: from='client.438264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:39 smithi203 ceph-mon[117428]: pgmap v16092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:39 smithi203 ceph-mon[117428]: from='client.438264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:39 smithi137 ceph-mon[117020]: pgmap v16092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:39.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:39 smithi137 ceph-mon[117020]: from='client.438264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:41.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:41 smithi066 ceph-mon[112137]: pgmap v16093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:41 smithi203 ceph-mon[117428]: pgmap v16093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:41 smithi137 ceph-mon[117020]: pgmap v16093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:44.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:44.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:44.093 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:44 smithi066 ceph-mon[112137]: pgmap v16094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:44 smithi203 ceph-mon[117428]: pgmap v16094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:44 smithi137 ceph-mon[117020]: pgmap v16094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:44.830 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:44.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:44.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:44.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:44.830 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:46 smithi203 ceph-mon[117428]: pgmap v16095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:46 smithi203 ceph-mon[117428]: from='client.438342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:46 smithi137 ceph-mon[117020]: pgmap v16095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:46 smithi137 ceph-mon[117020]: from='client.438342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:46 smithi066 ceph-mon[112137]: pgmap v16095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:46 smithi066 ceph-mon[112137]: from='client.438342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:48 smithi203 ceph-mon[117428]: pgmap v16096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:09:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:48 smithi137 ceph-mon[117020]: pgmap v16096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:09:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:48 smithi066 ceph-mon[112137]: pgmap v16096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:09:49.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:49.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:49.832 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:50.563 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:50.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:50.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:50.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:50.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:50 smithi203 ceph-mon[117428]: pgmap v16097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:50 smithi137 ceph-mon[117020]: pgmap v16097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:50 smithi066 ceph-mon[112137]: pgmap v16097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:51 smithi203 ceph-mon[117428]: from='client.438420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:51 smithi137 ceph-mon[117020]: from='client.438420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:51 smithi066 ceph-mon[112137]: from='client.438420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:52 smithi203 ceph-mon[117428]: pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:52 smithi137 ceph-mon[117020]: pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:52 smithi066 ceph-mon[112137]: pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:54 smithi203 ceph-mon[117428]: pgmap v16099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:54 smithi137 ceph-mon[117020]: pgmap v16099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:54 smithi066 ceph-mon[112137]: pgmap v16099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:55.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:09:55.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:55.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:56.292 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:09:56.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:56.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:56.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:56.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:09:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:56 smithi203 ceph-mon[117428]: pgmap v16100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:56 smithi137 ceph-mon[117020]: pgmap v16100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:56 smithi066 ceph-mon[112137]: pgmap v16100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:57 smithi203 ceph-mon[117428]: from='client.438495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:57 smithi137 ceph-mon[117020]: from='client.438495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:57 smithi066 ceph-mon[112137]: from='client.438495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:09:58 smithi203 ceph-mon[117428]: pgmap v16101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:09:58 smithi137 ceph-mon[117020]: pgmap v16101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:09:58 smithi066 ceph-mon[112137]: pgmap v16101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:00 smithi203 ceph-mon[117428]: pgmap v16102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:10:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T02:10:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:00 smithi137 ceph-mon[117020]: pgmap v16102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:10:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T02:10:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:00 smithi066 ceph-mon[112137]: pgmap v16102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:10:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T02:10:01.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:01.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:01.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:02.016 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:02.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:02.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:02.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:02.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:02 smithi203 ceph-mon[117428]: pgmap v16103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:10:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:02 smithi137 ceph-mon[117020]: pgmap v16103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:10:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:02 smithi066 ceph-mon[112137]: pgmap v16103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:10:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:03 smithi203 ceph-mon[117428]: from='client.438573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:03 smithi137 ceph-mon[117020]: from='client.438573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:03 smithi066 ceph-mon[112137]: from='client.438573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:04 smithi203 ceph-mon[117428]: pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:04 smithi137 ceph-mon[117020]: pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:04 smithi066 ceph-mon[112137]: pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:06 smithi203 ceph-mon[117428]: pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:06 smithi137 ceph-mon[117020]: pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:06 smithi066 ceph-mon[112137]: pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:07.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:07.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:07.018 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:07.755 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:07.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:07.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:07.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:07.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:08 smithi203 ceph-mon[117428]: pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:08.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:08 smithi137 ceph-mon[117020]: pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:08 smithi066 ceph-mon[112137]: pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:09 smithi203 ceph-mon[117428]: from='client.438651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:09 smithi137 ceph-mon[117020]: from='client.438651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:09 smithi066 ceph-mon[112137]: from='client.438651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:10 smithi203 ceph-mon[117428]: pgmap v16107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:10 smithi137 ceph-mon[117020]: pgmap v16107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:10 smithi066 ceph-mon[112137]: pgmap v16107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:12 smithi203 ceph-mon[117428]: pgmap v16108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:12 smithi137 ceph-mon[117020]: pgmap v16108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:12 smithi066 ceph-mon[112137]: pgmap v16108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:12.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:12.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:12.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:13.494 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:13.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:13.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:13.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:13.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:14 smithi203 ceph-mon[117428]: pgmap v16109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:14 smithi203 ceph-mon[117428]: from='client.438726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:14 smithi137 ceph-mon[117020]: pgmap v16109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:14 smithi137 ceph-mon[117020]: from='client.438726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:14 smithi066 ceph-mon[112137]: pgmap v16109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:14 smithi066 ceph-mon[112137]: from='client.438726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:16 smithi203 ceph-mon[117428]: pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:16 smithi137 ceph-mon[117020]: pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:16 smithi066 ceph-mon[112137]: pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:18.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:18.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:18.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:18 smithi203 ceph-mon[117428]: pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:18.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:18 smithi137 ceph-mon[117020]: pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:18 smithi066 ceph-mon[112137]: pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:19.221 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:19.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:19.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:19.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:19.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:20 smithi203 ceph-mon[117428]: pgmap v16112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:20 smithi203 ceph-mon[117428]: from='client.438801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:20 smithi137 ceph-mon[117020]: pgmap v16112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:20 smithi137 ceph-mon[117020]: from='client.438801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:20 smithi066 ceph-mon[112137]: pgmap v16112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:20 smithi066 ceph-mon[112137]: from='client.438801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:22 smithi203 ceph-mon[117428]: pgmap v16113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:22 smithi137 ceph-mon[117020]: pgmap v16113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:22 smithi066 ceph-mon[112137]: pgmap v16113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:24.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:24.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:24.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:24 smithi203 ceph-mon[117428]: pgmap v16114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:24 smithi137 ceph-mon[117020]: pgmap v16114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:24 smithi066 ceph-mon[112137]: pgmap v16114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:24.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:24.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:24.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:24.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:24.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:26 smithi203 ceph-mon[117428]: pgmap v16115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:26 smithi203 ceph-mon[117428]: from='client.438876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:26 smithi137 ceph-mon[117020]: pgmap v16115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:26 smithi137 ceph-mon[117020]: from='client.438876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:26 smithi066 ceph-mon[112137]: pgmap v16115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:26 smithi066 ceph-mon[112137]: from='client.438876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:28 smithi203 ceph-mon[117428]: pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:10:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:28 smithi137 ceph-mon[117020]: pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:10:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:28 smithi066 ceph-mon[112137]: pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:10:29.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:29.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:29.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:30 smithi137 ceph-mon[117020]: pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:10:30.674 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:30.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:30.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:30.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:30.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:30 smithi066 ceph-mon[112137]: pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:10:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:30 smithi203 ceph-mon[117428]: pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:10:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:31 smithi137 ceph-mon[117020]: from='client.438951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:31 smithi066 ceph-mon[112137]: from='client.438951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:31.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:31 smithi203 ceph-mon[117428]: from='client.438951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:32 smithi137 ceph-mon[117020]: pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:32 smithi066 ceph-mon[112137]: pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:32 smithi203 ceph-mon[117428]: pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:10:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:10:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:10:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:10:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:10:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:10:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:10:33.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:10:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:10:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:10:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:10:33.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:10:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:34 smithi137 ceph-mon[117020]: pgmap v16119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:34 smithi066 ceph-mon[112137]: pgmap v16119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:34 smithi203 ceph-mon[117428]: pgmap v16119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:35.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:35.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:35.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:36.393 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:36.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:36.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:36.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:36.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:36 smithi137 ceph-mon[117020]: pgmap v16120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:36 smithi066 ceph-mon[112137]: pgmap v16120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:36 smithi203 ceph-mon[117428]: pgmap v16120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:37 smithi137 ceph-mon[117020]: from='client.439026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:37 smithi066 ceph-mon[112137]: from='client.439026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:37 smithi203 ceph-mon[117428]: from='client.439026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:38 smithi137 ceph-mon[117020]: pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:38 smithi066 ceph-mon[112137]: pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:38 smithi203 ceph-mon[117428]: pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:40 smithi137 ceph-mon[117020]: pgmap v16122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:10:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:40 smithi066 ceph-mon[112137]: pgmap v16122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:10:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:40 smithi203 ceph-mon[117428]: pgmap v16122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:10:41.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:41.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:41.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:42.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:42.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:42.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:42.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:42.130 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:42 smithi137 ceph-mon[117020]: pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:10:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:42 smithi066 ceph-mon[112137]: pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:10:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:42 smithi203 ceph-mon[117428]: pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:10:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:43 smithi137 ceph-mon[117020]: from='client.439101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:43 smithi066 ceph-mon[112137]: from='client.439101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:43.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:43 smithi203 ceph-mon[117428]: from='client.439101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:44 smithi137 ceph-mon[117020]: pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:44 smithi066 ceph-mon[112137]: pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:44 smithi203 ceph-mon[117428]: pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:46 smithi137 ceph-mon[117020]: pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:46 smithi066 ceph-mon[112137]: pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:46 smithi203 ceph-mon[117428]: pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:47.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:47.133 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:47.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:47.864 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:47.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:47.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:47.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:47.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:48 smithi137 ceph-mon[117020]: pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:48 smithi066 ceph-mon[112137]: pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:48 smithi203 ceph-mon[117428]: pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:49 smithi066 ceph-mon[112137]: from='client.439179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:49.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:49 smithi203 ceph-mon[117428]: from='client.439179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:49 smithi137 ceph-mon[117020]: from='client.439179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:50 smithi066 ceph-mon[112137]: pgmap v16127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:50 smithi203 ceph-mon[117428]: pgmap v16127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:50 smithi137 ceph-mon[117020]: pgmap v16127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:52 smithi066 ceph-mon[112137]: pgmap v16128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:52 smithi203 ceph-mon[117428]: pgmap v16128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:52.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:52.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:52.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:52 smithi137 ceph-mon[117020]: pgmap v16128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:53.584 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:53.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:53.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:53.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:53.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:10:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:54 smithi066 ceph-mon[112137]: pgmap v16129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:54 smithi066 ceph-mon[112137]: from='client.439251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:54 smithi203 ceph-mon[117428]: pgmap v16129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:54 smithi203 ceph-mon[117428]: from='client.439251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:54 smithi137 ceph-mon[117020]: pgmap v16129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:54 smithi137 ceph-mon[117020]: from='client.439251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:56 smithi066 ceph-mon[112137]: pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:56 smithi203 ceph-mon[117428]: pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:56 smithi137 ceph-mon[117020]: pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:58.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:10:58.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:58.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:10:58 smithi066 ceph-mon[112137]: pgmap v16131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:10:58 smithi203 ceph-mon[117428]: pgmap v16131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:10:58 smithi137 ceph-mon[117020]: pgmap v16131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:59.309 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:10:59.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:59.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:59.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:59.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:00 smithi066 ceph-mon[112137]: pgmap v16132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:00 smithi066 ceph-mon[112137]: from='client.439326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:00 smithi203 ceph-mon[117428]: pgmap v16132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:00 smithi203 ceph-mon[117428]: from='client.439326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:00 smithi137 ceph-mon[117020]: pgmap v16132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:00 smithi137 ceph-mon[117020]: from='client.439326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:02 smithi066 ceph-mon[112137]: pgmap v16133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:02 smithi203 ceph-mon[117428]: pgmap v16133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:02 smithi137 ceph-mon[117020]: pgmap v16133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:04.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:04.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:04.311 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:04 smithi066 ceph-mon[112137]: pgmap v16134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:04 smithi203 ceph-mon[117428]: pgmap v16134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:04 smithi137 ceph-mon[117020]: pgmap v16134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:05.033 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:05.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:05.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:05.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:05.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:05 smithi066 ceph-mon[112137]: pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:05 smithi066 ceph-mon[112137]: from='client.439404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:05 smithi203 ceph-mon[117428]: pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:05.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:05 smithi203 ceph-mon[117428]: from='client.439404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:05 smithi137 ceph-mon[117020]: pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:05 smithi137 ceph-mon[117020]: from='client.439404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:08 smithi203 ceph-mon[117428]: pgmap v16136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:08 smithi137 ceph-mon[117020]: pgmap v16136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:08 smithi066 ceph-mon[112137]: pgmap v16136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:10.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:10.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:10.035 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:10 smithi203 ceph-mon[117428]: pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:10 smithi137 ceph-mon[117020]: pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:10 smithi066 ceph-mon[112137]: pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:10.766 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:10.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:10.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:10.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:10.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:12 smithi203 ceph-mon[117428]: from='client.439479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:12 smithi203 ceph-mon[117428]: pgmap v16138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:12 smithi137 ceph-mon[117020]: from='client.439479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:12 smithi137 ceph-mon[117020]: pgmap v16138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:12 smithi066 ceph-mon[112137]: from='client.439479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:12 smithi066 ceph-mon[112137]: pgmap v16138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:14 smithi203 ceph-mon[117428]: pgmap v16139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:14 smithi137 ceph-mon[117020]: pgmap v16139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:14 smithi066 ceph-mon[112137]: pgmap v16139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:15.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:15.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:15.768 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:16.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:16.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:16.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:16.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:16.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:16 smithi203 ceph-mon[117428]: pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:16 smithi137 ceph-mon[117020]: pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:16 smithi066 ceph-mon[112137]: pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:17 smithi203 ceph-mon[117428]: from='client.439554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:17 smithi137 ceph-mon[117020]: from='client.439554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:17.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:17 smithi066 ceph-mon[112137]: from='client.439554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:18 smithi203 ceph-mon[117428]: pgmap v16141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:18 smithi137 ceph-mon[117020]: pgmap v16141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:18 smithi066 ceph-mon[112137]: pgmap v16141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:20 smithi203 ceph-mon[117428]: pgmap v16142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:20 smithi137 ceph-mon[117020]: pgmap v16142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:20 smithi066 ceph-mon[112137]: pgmap v16142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:21.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:21.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:21.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:22.222 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:22.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:22.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:22.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:22.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:22 smithi203 ceph-mon[117428]: pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:22 smithi137 ceph-mon[117020]: pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:22 smithi066 ceph-mon[112137]: pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:23 smithi203 ceph-mon[117428]: from='client.439629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:23 smithi137 ceph-mon[117020]: from='client.439629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:23 smithi066 ceph-mon[112137]: from='client.439629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:24 smithi203 ceph-mon[117428]: pgmap v16144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:24 smithi137 ceph-mon[117020]: pgmap v16144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:24 smithi066 ceph-mon[112137]: pgmap v16144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:26 smithi203 ceph-mon[117428]: pgmap v16145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:26 smithi137 ceph-mon[117020]: pgmap v16145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:26 smithi066 ceph-mon[112137]: pgmap v16145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:27.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:27.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:27.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:27.957 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:27.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:27.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:27.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:27.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:28 smithi203 ceph-mon[117428]: pgmap v16146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:28 smithi137 ceph-mon[117020]: pgmap v16146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:28 smithi066 ceph-mon[112137]: pgmap v16146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:29 smithi203 ceph-mon[117428]: from='client.439707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:29 smithi137 ceph-mon[117020]: from='client.439707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:29 smithi066 ceph-mon[112137]: from='client.439707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:30 smithi203 ceph-mon[117428]: pgmap v16147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:30 smithi137 ceph-mon[117020]: pgmap v16147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:30 smithi066 ceph-mon[112137]: pgmap v16147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:32 smithi203 ceph-mon[117428]: pgmap v16148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:32 smithi137 ceph-mon[117020]: pgmap v16148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:32 smithi066 ceph-mon[112137]: pgmap v16148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:32.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:32.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:32.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:33.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:33.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:33.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:33.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:33.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:34 smithi203 ceph-mon[117428]: pgmap v16149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:11:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:34 smithi203 ceph-mon[117428]: from='client.439785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:34 smithi137 ceph-mon[117020]: pgmap v16149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:11:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:34 smithi137 ceph-mon[117020]: from='client.439785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:34 smithi066 ceph-mon[112137]: pgmap v16149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:11:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:34 smithi066 ceph-mon[112137]: from='client.439785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:11:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:11:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:11:35.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:11:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:36 smithi203 ceph-mon[117428]: pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:36 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21160M 2023-12-08T02:11:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:36 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16876M 2023-12-08T02:11:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:36 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15164M 2023-12-08T02:11:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:36 smithi137 ceph-mon[117020]: pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:36 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21160M 2023-12-08T02:11:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:36 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16876M 2023-12-08T02:11:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:36 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15164M 2023-12-08T02:11:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:36 smithi066 ceph-mon[112137]: pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:36 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21160M 2023-12-08T02:11:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:36 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16876M 2023-12-08T02:11:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:36 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15164M 2023-12-08T02:11:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:38 smithi203 ceph-mon[117428]: pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:38 smithi137 ceph-mon[117020]: pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:38.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:38.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:38.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:38 smithi066 ceph-mon[112137]: pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:39.442 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:39.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:39.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:39.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:39.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:40 smithi203 ceph-mon[117428]: pgmap v16152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:40 smithi203 ceph-mon[117428]: from='client.439854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:40 smithi137 ceph-mon[117020]: pgmap v16152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:40 smithi137 ceph-mon[117020]: from='client.439854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:40 smithi066 ceph-mon[112137]: pgmap v16152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:40 smithi066 ceph-mon[112137]: from='client.439854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:42 smithi137 ceph-mon[117020]: pgmap v16153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:42 smithi066 ceph-mon[112137]: pgmap v16153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:42 smithi203 ceph-mon[117428]: pgmap v16153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:44.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:44.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:44.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:44 smithi137 ceph-mon[117020]: pgmap v16154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:44 smithi066 ceph-mon[112137]: pgmap v16154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:44 smithi203 ceph-mon[117428]: pgmap v16154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:45.170 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:45.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:45.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:45.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:45.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:46 smithi137 ceph-mon[117020]: pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:46 smithi137 ceph-mon[117020]: from='client.439926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:46 smithi066 ceph-mon[112137]: pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:46 smithi066 ceph-mon[112137]: from='client.439926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:46 smithi203 ceph-mon[117428]: pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:46 smithi203 ceph-mon[117428]: from='client.439926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:48 smithi137 ceph-mon[117020]: pgmap v16156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:48 smithi066 ceph-mon[112137]: pgmap v16156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:48 smithi203 ceph-mon[117428]: pgmap v16156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:50.171 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:50.172 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:50.172 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:50 smithi137 ceph-mon[117020]: pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:50 smithi066 ceph-mon[112137]: pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:50 smithi203 ceph-mon[117428]: pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:50.893 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:50.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:50.893 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:50.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:50.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:52 smithi137 ceph-mon[117020]: pgmap v16158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:52 smithi137 ceph-mon[117020]: from='client.440001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:52 smithi066 ceph-mon[112137]: pgmap v16158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:52 smithi066 ceph-mon[112137]: from='client.440001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:52 smithi203 ceph-mon[117428]: pgmap v16158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:52 smithi203 ceph-mon[117428]: from='client.440001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:54 smithi137 ceph-mon[117020]: pgmap v16159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:54 smithi066 ceph-mon[112137]: pgmap v16159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:54 smithi203 ceph-mon[117428]: pgmap v16159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:55.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:11:55.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:55.895 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:56.617 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:11:56.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:56.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:56.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:56.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:11:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:56 smithi137 ceph-mon[117020]: pgmap v16160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:56 smithi066 ceph-mon[112137]: pgmap v16160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:56 smithi203 ceph-mon[117428]: pgmap v16160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:57 smithi137 ceph-mon[117020]: from='client.440076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:57 smithi066 ceph-mon[112137]: from='client.440076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:57.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:57 smithi203 ceph-mon[117428]: from='client.440076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:11:58 smithi137 ceph-mon[117020]: pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:11:58 smithi066 ceph-mon[112137]: pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:11:58 smithi203 ceph-mon[117428]: pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:00 smithi137 ceph-mon[117020]: pgmap v16162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:00 smithi066 ceph-mon[112137]: pgmap v16162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:00 smithi203 ceph-mon[117428]: pgmap v16162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:01.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:01.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:01.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:02.341 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:02.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:02.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:02.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:02.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:02 smithi137 ceph-mon[117020]: pgmap v16163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:02 smithi066 ceph-mon[112137]: pgmap v16163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:02 smithi203 ceph-mon[117428]: pgmap v16163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:03 smithi137 ceph-mon[117020]: from='client.440154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:03.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:03 smithi066 ceph-mon[112137]: from='client.440154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:03 smithi203 ceph-mon[117428]: from='client.440154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:04 smithi137 ceph-mon[117020]: pgmap v16164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:04 smithi066 ceph-mon[112137]: pgmap v16164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:04 smithi203 ceph-mon[117428]: pgmap v16164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:06 smithi137 ceph-mon[117020]: pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:06 smithi066 ceph-mon[112137]: pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:06 smithi203 ceph-mon[117428]: pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:07.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:07.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:07.344 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:08.079 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:08.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:08.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:08.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:08.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:08 smithi137 ceph-mon[117020]: pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:08.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:08 smithi066 ceph-mon[112137]: pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:08 smithi203 ceph-mon[117428]: pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:09 smithi066 ceph-mon[112137]: from='client.440229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:09.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:09 smithi203 ceph-mon[117428]: from='client.440229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:09.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:09 smithi137 ceph-mon[117020]: from='client.440229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:10 smithi066 ceph-mon[112137]: pgmap v16167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:10 smithi203 ceph-mon[117428]: pgmap v16167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:10 smithi137 ceph-mon[117020]: pgmap v16167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:12 smithi066 ceph-mon[112137]: pgmap v16168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:12 smithi203 ceph-mon[117428]: pgmap v16168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:12 smithi137 ceph-mon[117020]: pgmap v16168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:13.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:13.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:13.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:13.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:13.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:13.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:13.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:13.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:14 smithi066 ceph-mon[112137]: pgmap v16169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:14 smithi203 ceph-mon[117428]: pgmap v16169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:14 smithi137 ceph-mon[117020]: pgmap v16169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:15 smithi066 ceph-mon[112137]: from='client.440307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:15.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:15 smithi203 ceph-mon[117428]: from='client.440307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:15 smithi137 ceph-mon[117020]: from='client.440307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:16 smithi066 ceph-mon[112137]: pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:16 smithi203 ceph-mon[117428]: pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:16 smithi137 ceph-mon[117020]: pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:18 smithi066 ceph-mon[112137]: pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:18 smithi203 ceph-mon[117428]: pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:18.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:18.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:18.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:18 smithi137 ceph-mon[117020]: pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:19.541 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:19.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:19.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:19.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:19.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:20 smithi066 ceph-mon[112137]: pgmap v16172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:20 smithi066 ceph-mon[112137]: from='client.440382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:20 smithi203 ceph-mon[117428]: pgmap v16172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:20 smithi203 ceph-mon[117428]: from='client.440382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:20 smithi137 ceph-mon[117020]: pgmap v16172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:20.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:20 smithi137 ceph-mon[117020]: from='client.440382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:22 smithi066 ceph-mon[112137]: pgmap v16173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:22 smithi203 ceph-mon[117428]: pgmap v16173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:22 smithi137 ceph-mon[117020]: pgmap v16173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:24.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:24.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:24.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:24 smithi066 ceph-mon[112137]: pgmap v16174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:24 smithi203 ceph-mon[117428]: pgmap v16174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:24 smithi137 ceph-mon[117020]: pgmap v16174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:25.269 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:25.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:25.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:25.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:25.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:26 smithi066 ceph-mon[112137]: pgmap v16175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:26 smithi066 ceph-mon[112137]: from='client.440457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:26 smithi203 ceph-mon[117428]: pgmap v16175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:26 smithi203 ceph-mon[117428]: from='client.440457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:26 smithi137 ceph-mon[117020]: pgmap v16175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:26 smithi137 ceph-mon[117020]: from='client.440457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:28 smithi066 ceph-mon[112137]: pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:28 smithi203 ceph-mon[117428]: pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:28 smithi137 ceph-mon[117020]: pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:30.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:30.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:30.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:30 smithi066 ceph-mon[112137]: pgmap v16177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:30 smithi203 ceph-mon[117428]: pgmap v16177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:30 smithi137 ceph-mon[117020]: pgmap v16177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:31.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:31.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:31.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:31.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:31.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:32 smithi066 ceph-mon[112137]: pgmap v16178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:32 smithi066 ceph-mon[112137]: from='client.440529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:32 smithi203 ceph-mon[117428]: pgmap v16178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:32 smithi203 ceph-mon[117428]: from='client.440529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:32 smithi137 ceph-mon[117020]: pgmap v16178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:32 smithi137 ceph-mon[117020]: from='client.440529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:34 smithi066 ceph-mon[112137]: pgmap v16179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:34 smithi203 ceph-mon[117428]: pgmap v16179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:34 smithi137 ceph-mon[117020]: pgmap v16179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:35 smithi066 ceph-mon[112137]: pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:12:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:35 smithi203 ceph-mon[117428]: pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:12:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:35 smithi137 ceph-mon[117020]: pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:12:36.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:36.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:36.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:36.728 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:36.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:36.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:36.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:36.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:12:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:12:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:12:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:36 smithi066 ceph-mon[112137]: from='client.440607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:12:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:12:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:12:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:36 smithi203 ceph-mon[117428]: from='client.440607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:12:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:12:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:12:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:36 smithi137 ceph-mon[117020]: from='client.440607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:38 smithi203 ceph-mon[117428]: pgmap v16181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:38 smithi137 ceph-mon[117020]: pgmap v16181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:38 smithi066 ceph-mon[112137]: pgmap v16181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:40 smithi203 ceph-mon[117428]: pgmap v16182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:40 smithi137 ceph-mon[117020]: pgmap v16182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:40 smithi066 ceph-mon[112137]: pgmap v16182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:41.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:41.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:41.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:42.453 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:42.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:42.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:42.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:42.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:42 smithi203 ceph-mon[117428]: pgmap v16183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:42 smithi137 ceph-mon[117020]: pgmap v16183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:42 smithi066 ceph-mon[112137]: pgmap v16183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:43 smithi203 ceph-mon[117428]: from='client.440685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:43 smithi137 ceph-mon[117020]: from='client.440685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:43.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:43 smithi066 ceph-mon[112137]: from='client.440685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:44 smithi203 ceph-mon[117428]: pgmap v16184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:44 smithi137 ceph-mon[117020]: pgmap v16184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:44 smithi066 ceph-mon[112137]: pgmap v16184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:46 smithi203 ceph-mon[117428]: pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:46 smithi137 ceph-mon[117020]: pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:46 smithi066 ceph-mon[112137]: pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:47.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:47.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:47.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:48.173 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:48 smithi203 ceph-mon[117428]: pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:48 smithi137 ceph-mon[117020]: pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:48 smithi066 ceph-mon[112137]: pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:49 smithi203 ceph-mon[117428]: from='client.440760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:49 smithi137 ceph-mon[117020]: from='client.440760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:49 smithi066 ceph-mon[112137]: from='client.440760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:50 smithi203 ceph-mon[117428]: pgmap v16187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:50 smithi137 ceph-mon[117020]: pgmap v16187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:50 smithi066 ceph-mon[112137]: pgmap v16187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:52 smithi203 ceph-mon[117428]: pgmap v16188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:52 smithi137 ceph-mon[117020]: pgmap v16188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:52 smithi066 ceph-mon[112137]: pgmap v16188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:53.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:53.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:53.175 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:53.904 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:53.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:53.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:53.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:53.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:12:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:54 smithi203 ceph-mon[117428]: pgmap v16189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:54 smithi137 ceph-mon[117020]: pgmap v16189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:54 smithi066 ceph-mon[112137]: pgmap v16189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:55 smithi203 ceph-mon[117428]: from='client.440835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:55 smithi137 ceph-mon[117020]: from='client.440835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:55 smithi066 ceph-mon[112137]: from='client.440835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:56 smithi203 ceph-mon[117428]: pgmap v16190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:56 smithi137 ceph-mon[117020]: pgmap v16190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:56 smithi066 ceph-mon[112137]: pgmap v16190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:12:58 smithi203 ceph-mon[117428]: pgmap v16191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:12:58 smithi137 ceph-mon[117020]: pgmap v16191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:12:58 smithi066 ceph-mon[112137]: pgmap v16191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:58.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:12:58.906 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:58.906 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:59.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:12:59.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:59.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:59.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:59.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:00 smithi203 ceph-mon[117428]: pgmap v16192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:00 smithi203 ceph-mon[117428]: from='client.440910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:00 smithi137 ceph-mon[117020]: pgmap v16192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:00 smithi137 ceph-mon[117020]: from='client.440910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:00 smithi066 ceph-mon[112137]: pgmap v16192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:00 smithi066 ceph-mon[112137]: from='client.440910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:02 smithi137 ceph-mon[117020]: pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:02 smithi066 ceph-mon[112137]: pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:02 smithi203 ceph-mon[117428]: pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:04 smithi137 ceph-mon[117020]: pgmap v16194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:04.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:04.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:04.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:04 smithi066 ceph-mon[112137]: pgmap v16194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:04 smithi203 ceph-mon[117428]: pgmap v16194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:05.366 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:05.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:05.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:05.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:05.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:06 smithi137 ceph-mon[117020]: pgmap v16195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:06 smithi137 ceph-mon[117020]: from='client.440988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:06 smithi066 ceph-mon[112137]: pgmap v16195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:06 smithi066 ceph-mon[112137]: from='client.440988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:06 smithi203 ceph-mon[117428]: pgmap v16195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:06 smithi203 ceph-mon[117428]: from='client.440988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:08 smithi137 ceph-mon[117020]: pgmap v16196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:08 smithi066 ceph-mon[112137]: pgmap v16196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:08 smithi203 ceph-mon[117428]: pgmap v16196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:10.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:10.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:10.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:10 smithi137 ceph-mon[117020]: pgmap v16197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:10 smithi066 ceph-mon[112137]: pgmap v16197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:10 smithi203 ceph-mon[117428]: pgmap v16197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:11.098 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:11.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:11.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:11.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:11.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:12 smithi137 ceph-mon[117020]: pgmap v16198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:12 smithi137 ceph-mon[117020]: from='client.441066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:12 smithi066 ceph-mon[112137]: pgmap v16198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:12.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:12 smithi066 ceph-mon[112137]: from='client.441066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:12 smithi203 ceph-mon[117428]: pgmap v16198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:12 smithi203 ceph-mon[117428]: from='client.441066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:14 smithi137 ceph-mon[117020]: pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:14 smithi066 ceph-mon[112137]: pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:14 smithi203 ceph-mon[117428]: pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:16.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:16.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:16.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:16 smithi137 ceph-mon[117020]: pgmap v16200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:16 smithi066 ceph-mon[112137]: pgmap v16200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:16 smithi203 ceph-mon[117428]: pgmap v16200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:16.838 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:16.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:16.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:16.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:16.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:18 smithi137 ceph-mon[117020]: pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:18 smithi137 ceph-mon[117020]: from='client.441144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:18 smithi066 ceph-mon[112137]: pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:18.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:18 smithi066 ceph-mon[112137]: from='client.441144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:18 smithi203 ceph-mon[117428]: pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:18 smithi203 ceph-mon[117428]: from='client.441144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:20 smithi137 ceph-mon[117020]: pgmap v16202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:20 smithi066 ceph-mon[112137]: pgmap v16202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:20.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:20 smithi203 ceph-mon[117428]: pgmap v16202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:21.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:21.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:21.840 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:22.572 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:22.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:22.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:22.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:22.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:22 smithi137 ceph-mon[117020]: pgmap v16203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:22 smithi066 ceph-mon[112137]: pgmap v16203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:22 smithi203 ceph-mon[117428]: pgmap v16203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:23 smithi137 ceph-mon[117020]: from='client.441213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:23.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:23 smithi066 ceph-mon[112137]: from='client.441213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:23.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:23 smithi203 ceph-mon[117428]: from='client.441213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:24 smithi137 ceph-mon[117020]: pgmap v16204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:24 smithi066 ceph-mon[112137]: pgmap v16204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:24 smithi203 ceph-mon[117428]: pgmap v16204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:26 smithi137 ceph-mon[117020]: pgmap v16205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:26 smithi066 ceph-mon[112137]: pgmap v16205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:26 smithi203 ceph-mon[117428]: pgmap v16205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:27.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:27.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:27.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:28.302 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:28.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:28.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:28.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:28.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:28 smithi137 ceph-mon[117020]: pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:28 smithi066 ceph-mon[112137]: pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:28.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:28 smithi203 ceph-mon[117428]: pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:29 smithi066 ceph-mon[112137]: from='client.441291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:29.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:29 smithi203 ceph-mon[117428]: from='client.441291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:29.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:29 smithi137 ceph-mon[117020]: from='client.441291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:30 smithi066 ceph-mon[112137]: pgmap v16207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:30 smithi203 ceph-mon[117428]: pgmap v16207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:30 smithi137 ceph-mon[117020]: pgmap v16207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:32 smithi066 ceph-mon[112137]: pgmap v16208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:32 smithi203 ceph-mon[117428]: pgmap v16208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:32 smithi137 ceph-mon[117020]: pgmap v16208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:33.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:33.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:33.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:34.043 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:34.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:34.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:34.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:34.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:34 smithi066 ceph-mon[112137]: pgmap v16209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:34 smithi203 ceph-mon[117428]: pgmap v16209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:34 smithi137 ceph-mon[117020]: pgmap v16209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:35 smithi066 ceph-mon[112137]: from='client.441366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:35.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:35 smithi203 ceph-mon[117428]: from='client.441366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:35 smithi137 ceph-mon[117020]: from='client.441366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:36 smithi066 ceph-mon[112137]: pgmap v16210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:13:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:13:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:13:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:13:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:36 smithi203 ceph-mon[117428]: pgmap v16210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:13:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:13:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:13:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:13:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:36 smithi137 ceph-mon[117020]: pgmap v16210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:13:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:13:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:13:36.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:13:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:38 smithi066 ceph-mon[112137]: pgmap v16211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:38 smithi203 ceph-mon[117428]: pgmap v16211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:38 smithi137 ceph-mon[117020]: pgmap v16211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:39.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:39.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:39.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:39.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:39.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:39.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:39.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:39.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:40 smithi066 ceph-mon[112137]: pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:40 smithi066 ceph-mon[112137]: from='client.441438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:40 smithi203 ceph-mon[117428]: pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:40 smithi203 ceph-mon[117428]: from='client.441438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:40 smithi137 ceph-mon[117020]: pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:40 smithi137 ceph-mon[117020]: from='client.441438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:42 smithi066 ceph-mon[112137]: pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:13:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:42 smithi203 ceph-mon[117428]: pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:13:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:42 smithi137 ceph-mon[117020]: pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:13:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:44 smithi066 ceph-mon[112137]: pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:13:44.790 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:44.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:44.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:44 smithi203 ceph-mon[117428]: pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:13:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:44 smithi137 ceph-mon[117020]: pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:13:45.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:45.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:45.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:45.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:45.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:46 smithi066 ceph-mon[112137]: pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:13:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:46 smithi066 ceph-mon[112137]: from='client.441516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:46 smithi203 ceph-mon[117428]: pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:13:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:46 smithi203 ceph-mon[117428]: from='client.441516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:46 smithi137 ceph-mon[117020]: pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:13:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:46 smithi137 ceph-mon[117020]: from='client.441516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:48 smithi066 ceph-mon[112137]: pgmap v16216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:48.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:48 smithi203 ceph-mon[117428]: pgmap v16216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:48 smithi137 ceph-mon[117020]: pgmap v16216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:50.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:50.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:50.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:50 smithi066 ceph-mon[112137]: pgmap v16217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:50 smithi203 ceph-mon[117428]: pgmap v16217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:50 smithi137 ceph-mon[117020]: pgmap v16217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:51.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:51.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:51.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:51.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:51.245 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:52 smithi066 ceph-mon[112137]: pgmap v16218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:52 smithi066 ceph-mon[112137]: from='client.441591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:52 smithi203 ceph-mon[117428]: pgmap v16218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:52 smithi203 ceph-mon[117428]: from='client.441591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:52 smithi137 ceph-mon[117020]: pgmap v16218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:52 smithi137 ceph-mon[117020]: from='client.441591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:54 smithi066 ceph-mon[112137]: pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:13:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:54 smithi203 ceph-mon[117428]: pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:13:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:54 smithi137 ceph-mon[117020]: pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:13:56.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:13:56.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:56.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:56.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:56 smithi066 ceph-mon[112137]: pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:13:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:56 smithi203 ceph-mon[117428]: pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:13:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:56 smithi137 ceph-mon[117020]: pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:13:56.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:13:56.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:56.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:56.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:56.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:13:58.422 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:58 smithi066 ceph-mon[112137]: pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:13:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:13:58 smithi066 ceph-mon[112137]: from='client.441663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:58 smithi203 ceph-mon[117428]: pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:13:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:13:58 smithi203 ceph-mon[117428]: from='client.441663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:58 smithi137 ceph-mon[117020]: pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:13:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:13:58 smithi137 ceph-mon[117020]: from='client.441663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:00 smithi066 ceph-mon[112137]: pgmap v16222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:00 smithi203 ceph-mon[117428]: pgmap v16222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:00 smithi137 ceph-mon[117020]: pgmap v16222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:01.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:01.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:01.984 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:02.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:02.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:02.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:02.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:02.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:02 smithi066 ceph-mon[112137]: pgmap v16223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:02 smithi203 ceph-mon[117428]: pgmap v16223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:02 smithi137 ceph-mon[117020]: pgmap v16223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:03.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:03 smithi066 ceph-mon[112137]: from='client.441738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:03.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:03 smithi203 ceph-mon[117428]: from='client.441738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:03.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:03 smithi137 ceph-mon[117020]: from='client.441738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:04 smithi066 ceph-mon[112137]: pgmap v16224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:04 smithi203 ceph-mon[117428]: pgmap v16224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:04 smithi137 ceph-mon[117020]: pgmap v16224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:05 smithi066 ceph-mon[112137]: pgmap v16225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:05 smithi203 ceph-mon[117428]: pgmap v16225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:05.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:05 smithi137 ceph-mon[117020]: pgmap v16225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:07.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:07.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:07.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:08.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:08.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:08.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:08.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:08.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:08.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:08 smithi203 ceph-mon[117428]: pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:08.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:08 smithi137 ceph-mon[117020]: pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:08 smithi066 ceph-mon[112137]: pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:09 smithi203 ceph-mon[117428]: from='client.441813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:09 smithi137 ceph-mon[117020]: from='client.441813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:09 smithi066 ceph-mon[112137]: from='client.441813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:10 smithi203 ceph-mon[117428]: pgmap v16227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:10 smithi137 ceph-mon[117020]: pgmap v16227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:10 smithi066 ceph-mon[112137]: pgmap v16227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:12 smithi203 ceph-mon[117428]: pgmap v16228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:12 smithi137 ceph-mon[117020]: pgmap v16228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:12 smithi066 ceph-mon[112137]: pgmap v16228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:13.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:13.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:13.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:14.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:14.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:14.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:14.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:14.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:14 smithi203 ceph-mon[117428]: pgmap v16229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:14.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:14 smithi137 ceph-mon[117020]: pgmap v16229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:14 smithi066 ceph-mon[112137]: pgmap v16229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:15 smithi203 ceph-mon[117428]: from='client.441891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:15 smithi137 ceph-mon[117020]: from='client.441891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:15 smithi066 ceph-mon[112137]: from='client.441891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:16 smithi203 ceph-mon[117428]: pgmap v16230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:16 smithi137 ceph-mon[117020]: pgmap v16230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:16 smithi066 ceph-mon[112137]: pgmap v16230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:18 smithi203 ceph-mon[117428]: pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:18 smithi137 ceph-mon[117020]: pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:18 smithi066 ceph-mon[112137]: pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:19.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:19.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:19.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:19.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:19.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:19.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:20 smithi137 ceph-mon[117020]: pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:20 smithi066 ceph-mon[112137]: pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:20 smithi203 ceph-mon[117428]: pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:21 smithi137 ceph-mon[117020]: from='client.441966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:21 smithi066 ceph-mon[112137]: from='client.441966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:21 smithi203 ceph-mon[117428]: from='client.441966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:22 smithi137 ceph-mon[117020]: pgmap v16233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:22 smithi066 ceph-mon[112137]: pgmap v16233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:22 smithi203 ceph-mon[117428]: pgmap v16233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:24 smithi137 ceph-mon[117020]: pgmap v16234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:24 smithi066 ceph-mon[112137]: pgmap v16234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:24 smithi203 ceph-mon[117428]: pgmap v16234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:24.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:24.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:24.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:25.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:25.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:25.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:25.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:25.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:26 smithi137 ceph-mon[117020]: pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:26 smithi137 ceph-mon[117020]: from='client.442038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:26 smithi066 ceph-mon[112137]: pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:26 smithi066 ceph-mon[112137]: from='client.442038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:26 smithi203 ceph-mon[117428]: pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:26 smithi203 ceph-mon[117428]: from='client.442038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:28 smithi137 ceph-mon[117020]: pgmap v16236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:28.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:28 smithi066 ceph-mon[112137]: pgmap v16236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:28 smithi203 ceph-mon[117428]: pgmap v16236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:30 smithi137 ceph-mon[117020]: pgmap v16237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:30.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:30.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:30.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:30 smithi066 ceph-mon[112137]: pgmap v16237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:30 smithi203 ceph-mon[117428]: pgmap v16237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:31.363 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:31.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:31.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:31.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:31.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:32 smithi137 ceph-mon[117020]: pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:32 smithi137 ceph-mon[117020]: from='client.442116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:32 smithi066 ceph-mon[112137]: pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:32 smithi066 ceph-mon[112137]: from='client.442116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:32 smithi203 ceph-mon[117428]: pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:32 smithi203 ceph-mon[117428]: from='client.442116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:34 smithi137 ceph-mon[117020]: pgmap v16239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:34 smithi066 ceph-mon[112137]: pgmap v16239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:34 smithi203 ceph-mon[117428]: pgmap v16239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:36.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:36.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:36.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:36 smithi137 ceph-mon[117020]: pgmap v16240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:36 smithi066 ceph-mon[112137]: pgmap v16240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:36 smithi203 ceph-mon[117428]: pgmap v16240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:37.142 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:37.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:37.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:37.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:37.143 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:14:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:14:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:14:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:14:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:14:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:14:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:14:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:14:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:14:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:14:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:14:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:14:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:38 smithi137 ceph-mon[117020]: pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:38 smithi137 ceph-mon[117020]: from='client.442185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:38 smithi066 ceph-mon[112137]: pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:38 smithi066 ceph-mon[112137]: from='client.442185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:38 smithi203 ceph-mon[117428]: pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:38 smithi203 ceph-mon[117428]: from='client.442185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:40 smithi137 ceph-mon[117020]: pgmap v16242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:40 smithi066 ceph-mon[112137]: pgmap v16242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:40 smithi203 ceph-mon[117428]: pgmap v16242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:42.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:42.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:42.145 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:42 smithi137 ceph-mon[117020]: pgmap v16243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:42 smithi066 ceph-mon[112137]: pgmap v16243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:42 smithi203 ceph-mon[117428]: pgmap v16243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:42.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:42.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:42.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:42.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:42.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:44 smithi137 ceph-mon[117020]: pgmap v16244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:44 smithi137 ceph-mon[117020]: from='client.442260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:44 smithi066 ceph-mon[112137]: pgmap v16244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:44 smithi066 ceph-mon[112137]: from='client.442260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:44 smithi203 ceph-mon[117428]: pgmap v16244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:44 smithi203 ceph-mon[117428]: from='client.442260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:46 smithi137 ceph-mon[117020]: pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:46 smithi066 ceph-mon[112137]: pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:46 smithi203 ceph-mon[117428]: pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:47.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:47.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:47.868 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:48.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:48.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:48.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:48.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:48.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:48 smithi066 ceph-mon[112137]: pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:48 smithi203 ceph-mon[117428]: pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:48 smithi137 ceph-mon[117020]: pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:49 smithi066 ceph-mon[112137]: from='client.442338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:49 smithi203 ceph-mon[117428]: from='client.442338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:49 smithi137 ceph-mon[117020]: from='client.442338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:50 smithi066 ceph-mon[112137]: pgmap v16247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:50 smithi203 ceph-mon[117428]: pgmap v16247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:50 smithi137 ceph-mon[117020]: pgmap v16247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:52 smithi066 ceph-mon[112137]: pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:52 smithi203 ceph-mon[117428]: pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:52 smithi137 ceph-mon[117020]: pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:53.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:54.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:14:54.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:54.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:54.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:54.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:14:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:54 smithi066 ceph-mon[112137]: pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:54 smithi203 ceph-mon[117428]: pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:54 smithi137 ceph-mon[117020]: pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:55 smithi066 ceph-mon[112137]: from='client.442416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:55 smithi203 ceph-mon[117428]: from='client.442416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:55 smithi137 ceph-mon[117020]: from='client.442416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:56 smithi066 ceph-mon[112137]: pgmap v16250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:56 smithi203 ceph-mon[117428]: pgmap v16250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:56 smithi137 ceph-mon[117020]: pgmap v16250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:58.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:14:58 smithi066 ceph-mon[112137]: pgmap v16251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:14:58 smithi203 ceph-mon[117428]: pgmap v16251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:14:58 smithi137 ceph-mon[117020]: pgmap v16251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:59.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:14:59.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:59.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:00.047 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:00.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:00.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:00.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:00.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:00 smithi066 ceph-mon[112137]: pgmap v16252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:00 smithi203 ceph-mon[117428]: pgmap v16252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:00 smithi137 ceph-mon[117020]: pgmap v16252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:01 smithi066 ceph-mon[112137]: from='client.442491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:01.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:01 smithi203 ceph-mon[117428]: from='client.442491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:01 smithi137 ceph-mon[117020]: from='client.442491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:02 smithi066 ceph-mon[112137]: pgmap v16253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:02 smithi203 ceph-mon[117428]: pgmap v16253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:02 smithi137 ceph-mon[117020]: pgmap v16253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:04 smithi066 ceph-mon[112137]: pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:04 smithi203 ceph-mon[117428]: pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:04 smithi137 ceph-mon[117020]: pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:05.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:05.049 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:05.049 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:05.770 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:05.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:05.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:05.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:05.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:06 smithi066 ceph-mon[112137]: pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:06 smithi066 ceph-mon[112137]: from='client.442569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:06 smithi203 ceph-mon[117428]: pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:06 smithi203 ceph-mon[117428]: from='client.442569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:06 smithi137 ceph-mon[117020]: pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:06 smithi137 ceph-mon[117020]: from='client.442569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:08 smithi066 ceph-mon[112137]: pgmap v16256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:08 smithi203 ceph-mon[117428]: pgmap v16256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:08 smithi137 ceph-mon[117020]: pgmap v16256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:10 smithi066 ceph-mon[112137]: pgmap v16257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:10.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:10.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:10.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:10 smithi203 ceph-mon[117428]: pgmap v16257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:10 smithi137 ceph-mon[117020]: pgmap v16257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:11.491 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:11.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:11.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:11.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:11.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:12 smithi066 ceph-mon[112137]: pgmap v16258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:12 smithi066 ceph-mon[112137]: from='client.442647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:12 smithi203 ceph-mon[117428]: pgmap v16258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:12 smithi203 ceph-mon[117428]: from='client.442647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:12 smithi137 ceph-mon[117020]: pgmap v16258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:12 smithi137 ceph-mon[117020]: from='client.442647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:14 smithi066 ceph-mon[112137]: pgmap v16259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:14.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:14 smithi203 ceph-mon[117428]: pgmap v16259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:14 smithi137 ceph-mon[117020]: pgmap v16259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:16.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:16.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:16.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:16 smithi066 ceph-mon[112137]: pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:16 smithi203 ceph-mon[117428]: pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:16 smithi137 ceph-mon[117020]: pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:17.214 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:17.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:17.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:17.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:17.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:18 smithi066 ceph-mon[112137]: pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:18 smithi066 ceph-mon[112137]: from='client.442725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:18 smithi203 ceph-mon[117428]: pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:18.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:18 smithi203 ceph-mon[117428]: from='client.442725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:18 smithi137 ceph-mon[117020]: pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:18 smithi137 ceph-mon[117020]: from='client.442725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:20 smithi066 ceph-mon[112137]: pgmap v16262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:20 smithi203 ceph-mon[117428]: pgmap v16262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:20 smithi137 ceph-mon[117020]: pgmap v16262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:22.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:22.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:22.217 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:22 smithi066 ceph-mon[112137]: pgmap v16263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:22 smithi203 ceph-mon[117428]: pgmap v16263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:22 smithi137 ceph-mon[117020]: pgmap v16263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:22.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:22.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:22.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:22.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:22.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:24 smithi066 ceph-mon[112137]: pgmap v16264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:24 smithi066 ceph-mon[112137]: from='client.442800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:24 smithi203 ceph-mon[117428]: pgmap v16264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:24 smithi203 ceph-mon[117428]: from='client.442800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:24 smithi137 ceph-mon[117020]: pgmap v16264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:24 smithi137 ceph-mon[117020]: from='client.442800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:26 smithi066 ceph-mon[112137]: pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:26 smithi203 ceph-mon[117428]: pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:26 smithi137 ceph-mon[117020]: pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:27.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:27.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:27.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:28.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:28 smithi203 ceph-mon[117428]: pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:28.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:28 smithi137 ceph-mon[117020]: pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:28.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:28.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:28.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:28.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:28.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:28 smithi066 ceph-mon[112137]: pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:29 smithi203 ceph-mon[117428]: from='client.442875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:29 smithi137 ceph-mon[117020]: from='client.442875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:29.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:29 smithi066 ceph-mon[112137]: from='client.442875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:30 smithi203 ceph-mon[117428]: pgmap v16267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:30 smithi137 ceph-mon[117020]: pgmap v16267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:30 smithi066 ceph-mon[112137]: pgmap v16267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:32 smithi137 ceph-mon[117020]: pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:32 smithi066 ceph-mon[112137]: pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:32 smithi203 ceph-mon[117428]: pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:33.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:33.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:33.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:34.415 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:34.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:34.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:34.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:34.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:34 smithi137 ceph-mon[117020]: pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:34 smithi066 ceph-mon[112137]: pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:34 smithi203 ceph-mon[117428]: pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:35 smithi137 ceph-mon[117020]: from='client.442947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:35 smithi066 ceph-mon[112137]: from='client.442947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:35.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:35 smithi203 ceph-mon[117428]: from='client.442947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:36 smithi137 ceph-mon[117020]: pgmap v16270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:36 smithi066 ceph-mon[112137]: pgmap v16270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:36 smithi203 ceph-mon[117428]: pgmap v16270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:15:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:15:37.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:15:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:38 smithi137 ceph-mon[117020]: pgmap v16271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:15:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:15:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:15:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:38 smithi066 ceph-mon[112137]: pgmap v16271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:15:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:15:38.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:15:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:38 smithi203 ceph-mon[117428]: pgmap v16271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:15:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:15:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:15:39.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:39.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:39.417 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:40.146 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:40.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:40.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:40.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:40.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:40 smithi137 ceph-mon[117020]: pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:40 smithi066 ceph-mon[112137]: pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:40 smithi203 ceph-mon[117428]: pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:41 smithi137 ceph-mon[117020]: from='client.443022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:41 smithi066 ceph-mon[112137]: from='client.443022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:41 smithi203 ceph-mon[117428]: from='client.443022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:42 smithi137 ceph-mon[117020]: pgmap v16273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:42 smithi066 ceph-mon[112137]: pgmap v16273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:42 smithi203 ceph-mon[117428]: pgmap v16273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:44 smithi137 ceph-mon[117020]: pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:44 smithi066 ceph-mon[112137]: pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:44 smithi203 ceph-mon[117428]: pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:45.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:45.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:45.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:45.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:45.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:45.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:45.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:45.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:46 smithi137 ceph-mon[117020]: pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:46 smithi066 ceph-mon[112137]: pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:46 smithi203 ceph-mon[117428]: pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:47 smithi137 ceph-mon[117020]: from='client.443097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:47 smithi066 ceph-mon[112137]: from='client.443097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:47 smithi203 ceph-mon[117428]: from='client.443097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:48 smithi137 ceph-mon[117020]: pgmap v16276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:48 smithi066 ceph-mon[112137]: pgmap v16276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:48 smithi203 ceph-mon[117428]: pgmap v16276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:50 smithi137 ceph-mon[117020]: pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:50 smithi066 ceph-mon[112137]: pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:50 smithi203 ceph-mon[117428]: pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:50.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:50.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:50.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:51.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:51.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:51.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:51.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:51.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:52 smithi066 ceph-mon[112137]: pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:52 smithi066 ceph-mon[112137]: from='client.443172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:52 smithi203 ceph-mon[117428]: pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:52 smithi203 ceph-mon[117428]: from='client.443172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:52 smithi137 ceph-mon[117020]: pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:52 smithi137 ceph-mon[117020]: from='client.443172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:54 smithi066 ceph-mon[112137]: pgmap v16279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:54 smithi203 ceph-mon[117428]: pgmap v16279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:54 smithi137 ceph-mon[117020]: pgmap v16279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:56.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:15:56.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:56.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:56 smithi066 ceph-mon[112137]: pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:56.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:56 smithi203 ceph-mon[117428]: pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:56 smithi137 ceph-mon[117020]: pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:57.346 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:15:57.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:57.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:57.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:57.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:15:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:58 smithi066 ceph-mon[112137]: pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:15:58 smithi066 ceph-mon[112137]: from='client.443250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:58 smithi203 ceph-mon[117428]: pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:15:58 smithi203 ceph-mon[117428]: from='client.443250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:58 smithi137 ceph-mon[117020]: pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:15:58 smithi137 ceph-mon[117020]: from='client.443250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:00 smithi066 ceph-mon[112137]: pgmap v16282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:00 smithi203 ceph-mon[117428]: pgmap v16282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:00 smithi137 ceph-mon[117020]: pgmap v16282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:02.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:02.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:02.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:02 smithi066 ceph-mon[112137]: pgmap v16283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:02 smithi203 ceph-mon[117428]: pgmap v16283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:02 smithi137 ceph-mon[117020]: pgmap v16283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:03.087 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:03.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:03.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:03.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:03.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:04 smithi066 ceph-mon[112137]: pgmap v16284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:04 smithi066 ceph-mon[112137]: from='client.443325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:04 smithi203 ceph-mon[117428]: pgmap v16284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:04 smithi203 ceph-mon[117428]: from='client.443325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:04 smithi137 ceph-mon[117020]: pgmap v16284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:04 smithi137 ceph-mon[117020]: from='client.443325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:06 smithi066 ceph-mon[112137]: pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:06 smithi203 ceph-mon[117428]: pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:06 smithi137 ceph-mon[117020]: pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:08.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:08.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:08.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:08 smithi066 ceph-mon[112137]: pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:08 smithi203 ceph-mon[117428]: pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:08.821 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:08.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:08.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:08.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:08.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:08 smithi137 ceph-mon[117020]: pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:10 smithi066 ceph-mon[112137]: from='client.443403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:10 smithi066 ceph-mon[112137]: pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:10 smithi203 ceph-mon[117428]: from='client.443403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:10 smithi203 ceph-mon[117428]: pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:10 smithi137 ceph-mon[117020]: from='client.443403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:10 smithi137 ceph-mon[117020]: pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:12 smithi066 ceph-mon[112137]: pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:12 smithi203 ceph-mon[117428]: pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:12 smithi137 ceph-mon[117020]: pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:13.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:13.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:13.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:14.547 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:14.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:14.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:14.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:14.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:14 smithi066 ceph-mon[112137]: pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:14 smithi203 ceph-mon[117428]: pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:14 smithi137 ceph-mon[117020]: pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:15.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:15 smithi066 ceph-mon[112137]: from='client.443478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:15.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:15 smithi203 ceph-mon[117428]: from='client.443478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:15 smithi137 ceph-mon[117020]: from='client.443478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:16 smithi066 ceph-mon[112137]: pgmap v16290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:16 smithi203 ceph-mon[117428]: pgmap v16290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:16 smithi137 ceph-mon[117020]: pgmap v16290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:18 smithi066 ceph-mon[112137]: pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:18 smithi203 ceph-mon[117428]: pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:18 smithi137 ceph-mon[117020]: pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:19.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:19.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:19.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:20.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:20.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:20.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:20.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:20.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:20 smithi066 ceph-mon[112137]: pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:20 smithi203 ceph-mon[117428]: pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:20 smithi137 ceph-mon[117020]: pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:21 smithi066 ceph-mon[112137]: from='client.443556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:21 smithi203 ceph-mon[117428]: from='client.443556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:21.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:21 smithi137 ceph-mon[117020]: from='client.443556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:22 smithi066 ceph-mon[112137]: pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:22 smithi203 ceph-mon[117428]: pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:22 smithi137 ceph-mon[117020]: pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:24 smithi066 ceph-mon[112137]: pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:24 smithi203 ceph-mon[117428]: pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:24 smithi137 ceph-mon[117020]: pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:25.287 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:25.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:25.288 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:26.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:26.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:26.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:26.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:26.009 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:26 smithi066 ceph-mon[112137]: pgmap v16295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:26 smithi203 ceph-mon[117428]: pgmap v16295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:26 smithi137 ceph-mon[117020]: pgmap v16295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:27 smithi066 ceph-mon[112137]: from='client.443628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:27 smithi203 ceph-mon[117428]: from='client.443628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:27 smithi137 ceph-mon[117020]: from='client.443628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:28 smithi066 ceph-mon[112137]: pgmap v16296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:28 smithi203 ceph-mon[117428]: pgmap v16296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:28 smithi137 ceph-mon[117020]: pgmap v16296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:30 smithi066 ceph-mon[112137]: pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:30 smithi203 ceph-mon[117428]: pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:30 smithi137 ceph-mon[117020]: pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:31.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:31.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:31.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:31.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:31.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:31.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:31.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:31.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:32 smithi066 ceph-mon[112137]: pgmap v16298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:32 smithi066 ceph-mon[112137]: from='client.443706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:32 smithi203 ceph-mon[117428]: pgmap v16298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:32 smithi203 ceph-mon[117428]: from='client.443706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:32 smithi137 ceph-mon[117020]: pgmap v16298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:32 smithi137 ceph-mon[117020]: from='client.443706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:34 smithi066 ceph-mon[112137]: pgmap v16299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:34 smithi203 ceph-mon[117428]: pgmap v16299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:34 smithi137 ceph-mon[117020]: pgmap v16299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:36 smithi066 ceph-mon[112137]: pgmap v16300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:36.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:36.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:36.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:36 smithi203 ceph-mon[117428]: pgmap v16300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:36 smithi137 ceph-mon[117020]: pgmap v16300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:37.470 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:37.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:37.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:37.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:37.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:38 smithi137 ceph-mon[117020]: pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:38 smithi137 ceph-mon[117020]: from='client.443784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:16:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:16:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:16:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:16:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:38 smithi066 ceph-mon[112137]: pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:38 smithi066 ceph-mon[112137]: from='client.443784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:16:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:16:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:16:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:16:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:38 smithi203 ceph-mon[117428]: pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:38 smithi203 ceph-mon[117428]: from='client.443784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:16:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:16:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:16:38.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:16:40.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:40 smithi137 ceph-mon[117020]: pgmap v16302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:40 smithi066 ceph-mon[112137]: pgmap v16302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:40 smithi203 ceph-mon[117428]: pgmap v16302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:42.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:42.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:42.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:42 smithi137 ceph-mon[117020]: pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:42 smithi066 ceph-mon[112137]: pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:42 smithi203 ceph-mon[117428]: pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:43.207 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:43.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:43.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:43.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:43.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:44 smithi137 ceph-mon[117020]: pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:44 smithi137 ceph-mon[117020]: from='client.443859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:44 smithi066 ceph-mon[112137]: pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:44 smithi066 ceph-mon[112137]: from='client.443859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:44 smithi203 ceph-mon[117428]: pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:44 smithi203 ceph-mon[117428]: from='client.443859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:46 smithi137 ceph-mon[117020]: pgmap v16305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:46 smithi066 ceph-mon[112137]: pgmap v16305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:46 smithi203 ceph-mon[117428]: pgmap v16305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:48.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:48.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:48.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:48.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:48 smithi137 ceph-mon[117020]: pgmap v16306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:48 smithi066 ceph-mon[112137]: pgmap v16306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:48 smithi203 ceph-mon[117428]: pgmap v16306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:48.930 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:48.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:48.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:48.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:48.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:50 smithi137 ceph-mon[117020]: pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:50 smithi137 ceph-mon[117020]: from='client.443931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:50 smithi066 ceph-mon[112137]: pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:50 smithi066 ceph-mon[112137]: from='client.443931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:50 smithi203 ceph-mon[117428]: pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:50.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:50 smithi203 ceph-mon[117428]: from='client.443931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:52 smithi137 ceph-mon[117020]: pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:52 smithi066 ceph-mon[112137]: pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:52.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:52 smithi203 ceph-mon[117428]: pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:53.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:53.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:53.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:54.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:54 smithi137 ceph-mon[117020]: pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:54.667 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:16:54.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:54.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:54.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:54.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:16:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:54 smithi066 ceph-mon[112137]: pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:54 smithi203 ceph-mon[117428]: pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:55 smithi137 ceph-mon[117020]: from='client.444006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:55.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:55 smithi066 ceph-mon[112137]: from='client.444006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:55 smithi203 ceph-mon[117428]: from='client.444006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:56 smithi137 ceph-mon[117020]: pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:56 smithi066 ceph-mon[112137]: pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:56 smithi203 ceph-mon[117428]: pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:16:58 smithi137 ceph-mon[117020]: pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:16:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:16:58 smithi066 ceph-mon[112137]: pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:16:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:16:58 smithi203 ceph-mon[117428]: pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:16:59.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:16:59.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:59.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:00.395 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:00.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:00.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:00.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:00.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:00 smithi137 ceph-mon[117020]: pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:17:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:00 smithi066 ceph-mon[112137]: pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:17:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:00 smithi203 ceph-mon[117428]: pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:17:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:01 smithi066 ceph-mon[112137]: from='client.444081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:01 smithi203 ceph-mon[117428]: from='client.444081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:01.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:01 smithi137 ceph-mon[117020]: from='client.444081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:02 smithi066 ceph-mon[112137]: pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:02 smithi203 ceph-mon[117428]: pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:02 smithi137 ceph-mon[117020]: pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:04 smithi066 ceph-mon[112137]: pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:04.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:04 smithi203 ceph-mon[117428]: pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:04 smithi137 ceph-mon[117020]: pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:05.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:05.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:05.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:06.118 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:06.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:06.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:06.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:06.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:06 smithi066 ceph-mon[112137]: pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:06 smithi203 ceph-mon[117428]: pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:06 smithi137 ceph-mon[117020]: pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:07 smithi066 ceph-mon[112137]: from='client.444156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:07 smithi203 ceph-mon[117428]: from='client.444156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:07.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:07 smithi137 ceph-mon[117020]: from='client.444156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:08 smithi066 ceph-mon[112137]: pgmap v16316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:08 smithi203 ceph-mon[117428]: pgmap v16316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:08 smithi137 ceph-mon[117020]: pgmap v16316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:10 smithi066 ceph-mon[112137]: pgmap v16317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:17:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:10 smithi203 ceph-mon[117428]: pgmap v16317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:17:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:10 smithi137 ceph-mon[117020]: pgmap v16317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:17:11.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:11.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:11.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:11.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:11.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:11.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:11.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:11.840 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:12 smithi066 ceph-mon[112137]: pgmap v16318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:17:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:12 smithi203 ceph-mon[117428]: pgmap v16318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:17:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:12 smithi137 ceph-mon[117020]: pgmap v16318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:17:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:13 smithi066 ceph-mon[112137]: from='client.444234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:13 smithi203 ceph-mon[117428]: from='client.444234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:13.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:13 smithi137 ceph-mon[117020]: from='client.444234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:14 smithi066 ceph-mon[112137]: pgmap v16319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:14 smithi203 ceph-mon[117428]: pgmap v16319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:14.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:14 smithi137 ceph-mon[117020]: pgmap v16319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:16 smithi066 ceph-mon[112137]: pgmap v16320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:16 smithi203 ceph-mon[117428]: pgmap v16320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:16.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:16.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:16.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:16 smithi137 ceph-mon[117020]: pgmap v16320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:17.564 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:17.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:17.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:17.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:17.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:18 smithi066 ceph-mon[112137]: pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:18 smithi066 ceph-mon[112137]: from='client.444312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:18 smithi203 ceph-mon[117428]: pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:18 smithi203 ceph-mon[117428]: from='client.444312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:18 smithi137 ceph-mon[117020]: pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:18 smithi137 ceph-mon[117020]: from='client.444312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:20 smithi066 ceph-mon[112137]: pgmap v16322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:20 smithi203 ceph-mon[117428]: pgmap v16322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:20 smithi137 ceph-mon[117020]: pgmap v16322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:22.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:22.566 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:22.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:22 smithi066 ceph-mon[112137]: pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:22 smithi203 ceph-mon[117428]: pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:22 smithi137 ceph-mon[117020]: pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:23.292 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:23.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:23.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:23.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:23.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:24 smithi066 ceph-mon[112137]: pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:24 smithi066 ceph-mon[112137]: from='client.444387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:24 smithi203 ceph-mon[117428]: pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:24.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:24 smithi203 ceph-mon[117428]: from='client.444387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:24 smithi137 ceph-mon[117020]: pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:24 smithi137 ceph-mon[117020]: from='client.444387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:26 smithi066 ceph-mon[112137]: pgmap v16325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:26 smithi203 ceph-mon[117428]: pgmap v16325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:26 smithi137 ceph-mon[117020]: pgmap v16325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:28.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:28.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:28.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:28 smithi066 ceph-mon[112137]: pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:28 smithi203 ceph-mon[117428]: pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:28 smithi137 ceph-mon[117020]: pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:29.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:29.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:29.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:29.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:29.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:30 smithi066 ceph-mon[112137]: pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:30 smithi066 ceph-mon[112137]: from='client.444459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:30 smithi203 ceph-mon[117428]: pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:30 smithi203 ceph-mon[117428]: from='client.444459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:30 smithi137 ceph-mon[117020]: pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:30 smithi137 ceph-mon[117020]: from='client.444459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:32 smithi066 ceph-mon[112137]: pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:32 smithi203 ceph-mon[117428]: pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:32 smithi137 ceph-mon[117020]: pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:34.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:34.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:34.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:34 smithi066 ceph-mon[112137]: pgmap v16329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:34.757 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:34.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:34.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:34.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:34.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:34 smithi203 ceph-mon[117428]: pgmap v16329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:34 smithi137 ceph-mon[117020]: pgmap v16329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:35.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:35 smithi066 ceph-mon[112137]: from='client.444534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:35.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:35 smithi203 ceph-mon[117428]: from='client.444534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:35.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:35 smithi137 ceph-mon[117020]: from='client.444534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:36 smithi066 ceph-mon[112137]: pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:36 smithi203 ceph-mon[117428]: pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:36 smithi137 ceph-mon[117020]: pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:38 smithi066 ceph-mon[112137]: pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:17:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:38 smithi203 ceph-mon[117428]: pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:17:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:38 smithi137 ceph-mon[117020]: pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:17:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:17:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:17:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:17:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:17:39.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:39.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:39.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:17:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:17:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:17:39.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:17:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:17:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:17:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:17:39.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:17:40.482 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:40.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:40.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:40.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:40.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:40 smithi066 ceph-mon[112137]: pgmap v16332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:17:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:40 smithi203 ceph-mon[117428]: pgmap v16332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:17:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:40 smithi137 ceph-mon[117020]: pgmap v16332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:17:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:41 smithi066 ceph-mon[112137]: from='client.444612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:41 smithi203 ceph-mon[117428]: from='client.444612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:41.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:41 smithi137 ceph-mon[117020]: from='client.444612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:42 smithi066 ceph-mon[112137]: pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:42 smithi203 ceph-mon[117428]: pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:42 smithi137 ceph-mon[117020]: pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:44 smithi066 ceph-mon[112137]: pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:44 smithi203 ceph-mon[117428]: pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:44 smithi137 ceph-mon[117020]: pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:45.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:45.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:45.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:46.216 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:46.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:46.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:46.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:46.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:46 smithi066 ceph-mon[112137]: pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:46 smithi203 ceph-mon[117428]: pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:46.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:46 smithi137 ceph-mon[117020]: pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:47 smithi066 ceph-mon[112137]: from='client.444681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:47 smithi066 ceph-mon[112137]: pgmap v16336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:47 smithi203 ceph-mon[117428]: from='client.444681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:47 smithi203 ceph-mon[117428]: pgmap v16336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:47.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:47 smithi137 ceph-mon[117020]: from='client.444681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:47.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:47 smithi137 ceph-mon[117020]: pgmap v16336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:49 smithi137 ceph-mon[117020]: pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:17:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:49 smithi066 ceph-mon[112137]: pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:17:50.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:49 smithi203 ceph-mon[117428]: pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:17:51.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:51.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:51.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:51.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:51 smithi137 ceph-mon[117020]: pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:17:51.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:51.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:51.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:51.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:51.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:51 smithi066 ceph-mon[112137]: pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:17:52.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:51 smithi203 ceph-mon[117428]: pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:17:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:53 smithi137 ceph-mon[117020]: from='client.444756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:53 smithi066 ceph-mon[112137]: from='client.444756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:53 smithi203 ceph-mon[117428]: from='client.444756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:54.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:54 smithi137 ceph-mon[117020]: pgmap v16339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:54 smithi066 ceph-mon[112137]: pgmap v16339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:54 smithi203 ceph-mon[117428]: pgmap v16339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:56 smithi137 ceph-mon[117020]: pgmap v16340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:56 smithi066 ceph-mon[112137]: pgmap v16340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:56 smithi203 ceph-mon[117428]: pgmap v16340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:56.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:17:56.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:56.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:57.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:17:57.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:57.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:57.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:57.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:17:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:58 smithi137 ceph-mon[117020]: pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:17:58 smithi137 ceph-mon[117020]: from='client.444831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:58 smithi066 ceph-mon[112137]: pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:17:58 smithi066 ceph-mon[112137]: from='client.444831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:58 smithi203 ceph-mon[117428]: pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:17:58 smithi203 ceph-mon[117428]: from='client.444831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:00 smithi137 ceph-mon[117020]: pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:00 smithi066 ceph-mon[112137]: pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:00 smithi203 ceph-mon[117428]: pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:02.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:02 smithi137 ceph-mon[117020]: pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:02.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:02.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:02.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:02 smithi066 ceph-mon[112137]: pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:02 smithi203 ceph-mon[117428]: pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:03.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:03.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:03.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:03.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:03.399 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:04 smithi137 ceph-mon[117020]: pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:04 smithi137 ceph-mon[117020]: from='client.444909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:04 smithi066 ceph-mon[112137]: pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:04 smithi066 ceph-mon[112137]: from='client.444909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:04 smithi203 ceph-mon[117428]: pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:04 smithi203 ceph-mon[117428]: from='client.444909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:06 smithi137 ceph-mon[117020]: pgmap v16345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:06 smithi066 ceph-mon[112137]: pgmap v16345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:06 smithi203 ceph-mon[117428]: pgmap v16345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:08.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:08.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:08.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:08 smithi066 ceph-mon[112137]: pgmap v16346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:08 smithi203 ceph-mon[117428]: pgmap v16346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:08 smithi137 ceph-mon[117020]: pgmap v16346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:09.118 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:09.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:09.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:09.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:09.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:10 smithi066 ceph-mon[112137]: pgmap v16347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:10 smithi066 ceph-mon[112137]: from='client.444987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:10 smithi203 ceph-mon[117428]: pgmap v16347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:10 smithi203 ceph-mon[117428]: from='client.444987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:10 smithi137 ceph-mon[117020]: pgmap v16347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:10 smithi137 ceph-mon[117020]: from='client.444987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:12 smithi066 ceph-mon[112137]: pgmap v16348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:12 smithi203 ceph-mon[117428]: pgmap v16348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:12 smithi137 ceph-mon[117020]: pgmap v16348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:14.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:14.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:14.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:14 smithi066 ceph-mon[112137]: pgmap v16349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:14 smithi203 ceph-mon[117428]: pgmap v16349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:14.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:14.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:14.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:14.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:14.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:14 smithi137 ceph-mon[117020]: pgmap v16349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:16 smithi066 ceph-mon[112137]: from='client.445062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:16 smithi066 ceph-mon[112137]: pgmap v16350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:16 smithi203 ceph-mon[117428]: from='client.445062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:16 smithi203 ceph-mon[117428]: pgmap v16350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:16 smithi137 ceph-mon[117020]: from='client.445062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:16 smithi137 ceph-mon[117020]: pgmap v16350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:18 smithi066 ceph-mon[112137]: pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:18:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:18 smithi203 ceph-mon[117428]: pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:18:18.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:18 smithi137 ceph-mon[117020]: pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:18:19.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:19.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:19.855 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:20.581 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:20.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:20.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:20.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:20.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:20 smithi066 ceph-mon[112137]: pgmap v16352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:18:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:20 smithi203 ceph-mon[117428]: pgmap v16352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:18:20.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:20 smithi137 ceph-mon[117020]: pgmap v16352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:18:21.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:21 smithi066 ceph-mon[112137]: from='client.445137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:21.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:21 smithi203 ceph-mon[117428]: from='client.445137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:21.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:21 smithi137 ceph-mon[117020]: from='client.445137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:22 smithi066 ceph-mon[112137]: pgmap v16353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:22 smithi203 ceph-mon[117428]: pgmap v16353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:22 smithi137 ceph-mon[117020]: pgmap v16353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:24 smithi066 ceph-mon[112137]: pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:24 smithi203 ceph-mon[117428]: pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:24 smithi137 ceph-mon[117020]: pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:25.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:25.583 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:25.583 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:26.316 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:26.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:26.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:26.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:26.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:26 smithi066 ceph-mon[112137]: pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:26 smithi203 ceph-mon[117428]: pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:26 smithi137 ceph-mon[117020]: pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:27 smithi066 ceph-mon[112137]: from='client.445212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:27 smithi203 ceph-mon[117428]: from='client.445212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:27.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:27 smithi137 ceph-mon[117020]: from='client.445212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:28 smithi066 ceph-mon[112137]: pgmap v16356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:28 smithi203 ceph-mon[117428]: pgmap v16356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:28 smithi137 ceph-mon[117020]: pgmap v16356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:30 smithi066 ceph-mon[112137]: pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:18:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:30 smithi203 ceph-mon[117428]: pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:18:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:30 smithi137 ceph-mon[117020]: pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:18:31.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:31.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:31.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:32.041 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:32.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:32.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:32.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:32.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:32 smithi066 ceph-mon[112137]: pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:18:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:32 smithi203 ceph-mon[117428]: pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:18:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:32 smithi137 ceph-mon[117020]: pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:18:33.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:33 smithi066 ceph-mon[112137]: from='client.445290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:33 smithi203 ceph-mon[117428]: from='client.445290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:33.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:33 smithi137 ceph-mon[117020]: from='client.445290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:34 smithi066 ceph-mon[112137]: pgmap v16359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:34 smithi203 ceph-mon[117428]: pgmap v16359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:34 smithi137 ceph-mon[117020]: pgmap v16359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:36 smithi066 ceph-mon[112137]: pgmap v16360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:36 smithi203 ceph-mon[117428]: pgmap v16360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:36 smithi137 ceph-mon[117020]: pgmap v16360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:37.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:37.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:37.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:37.787 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:37.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:37.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:37.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:37.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:38 smithi066 ceph-mon[112137]: pgmap v16361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:38 smithi066 ceph-mon[112137]: from='client.445365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:38 smithi203 ceph-mon[117428]: pgmap v16361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:38 smithi203 ceph-mon[117428]: from='client.445365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:38 smithi137 ceph-mon[117020]: pgmap v16361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:38 smithi137 ceph-mon[117020]: from='client.445365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:18:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:18:39.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:18:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:40 smithi066 ceph-mon[112137]: pgmap v16362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:18:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:18:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:18:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:40 smithi203 ceph-mon[117428]: pgmap v16362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:18:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:18:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:18:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:40 smithi137 ceph-mon[117020]: pgmap v16362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:18:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:18:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:18:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:42 smithi066 ceph-mon[112137]: pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:42.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:42.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:42.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:42 smithi203 ceph-mon[117428]: pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:42.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:42 smithi137 ceph-mon[117020]: pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:43.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:43.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:43.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:43.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:43.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:44 smithi066 ceph-mon[112137]: pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:44 smithi066 ceph-mon[112137]: from='client.445434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:44 smithi203 ceph-mon[117428]: pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:44 smithi203 ceph-mon[117428]: from='client.445434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:44 smithi137 ceph-mon[117020]: pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:44 smithi137 ceph-mon[117020]: from='client.445434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:46 smithi066 ceph-mon[112137]: pgmap v16365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:46 smithi203 ceph-mon[117428]: pgmap v16365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:46 smithi137 ceph-mon[117020]: pgmap v16365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:48.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:48.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:48.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:48 smithi066 ceph-mon[112137]: pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:48 smithi203 ceph-mon[117428]: pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:48 smithi137 ceph-mon[117020]: pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:49.242 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:49.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:49.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:49.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:49.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:50 smithi066 ceph-mon[112137]: pgmap v16367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:50 smithi066 ceph-mon[112137]: from='client.445509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:50 smithi203 ceph-mon[117428]: pgmap v16367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:50 smithi203 ceph-mon[117428]: from='client.445509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:50 smithi137 ceph-mon[117020]: pgmap v16367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:50 smithi137 ceph-mon[117020]: from='client.445509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:52 smithi066 ceph-mon[112137]: pgmap v16368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:52 smithi203 ceph-mon[117428]: pgmap v16368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:52 smithi137 ceph-mon[117020]: pgmap v16368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:54.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:54.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:54.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:54 smithi066 ceph-mon[112137]: pgmap v16369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:54 smithi203 ceph-mon[117428]: pgmap v16369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:54 smithi137 ceph-mon[117020]: pgmap v16369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:54.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:18:54.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:54.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:54.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:54.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:18:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:56 smithi066 ceph-mon[112137]: pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:56 smithi066 ceph-mon[112137]: from='client.445584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:56 smithi203 ceph-mon[117428]: pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:56 smithi203 ceph-mon[117428]: from='client.445584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:56 smithi137 ceph-mon[117020]: pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:56 smithi137 ceph-mon[117020]: from='client.445584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:18:58 smithi066 ceph-mon[112137]: pgmap v16371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:18:58 smithi203 ceph-mon[117428]: pgmap v16371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:18:58 smithi137 ceph-mon[117020]: pgmap v16371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:59.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:18:59.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:59.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:00.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:00.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:00.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:00.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:00.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:00 smithi066 ceph-mon[112137]: pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:00 smithi203 ceph-mon[117428]: pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:00 smithi137 ceph-mon[117020]: pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:01.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:01 smithi066 ceph-mon[112137]: from='client.445659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:01 smithi203 ceph-mon[117428]: from='client.445659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:01.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:01 smithi137 ceph-mon[117020]: from='client.445659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:02 smithi066 ceph-mon[112137]: pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:02 smithi203 ceph-mon[117428]: pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:02 smithi137 ceph-mon[117020]: pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:04 smithi066 ceph-mon[112137]: pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:04 smithi203 ceph-mon[117428]: pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:04 smithi137 ceph-mon[117020]: pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:05.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:05.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:05.694 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:06.422 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:06.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:06.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:06.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:06.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:06 smithi066 ceph-mon[112137]: pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:06 smithi203 ceph-mon[117428]: pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:06.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:06 smithi137 ceph-mon[117020]: pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:07 smithi066 ceph-mon[112137]: from='client.445734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:07 smithi203 ceph-mon[117428]: from='client.445734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:07.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:07 smithi137 ceph-mon[117020]: from='client.445734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:08 smithi066 ceph-mon[112137]: pgmap v16376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:08 smithi203 ceph-mon[117428]: pgmap v16376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:08 smithi137 ceph-mon[117020]: pgmap v16376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:10 smithi066 ceph-mon[112137]: pgmap v16377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:10 smithi203 ceph-mon[117428]: pgmap v16377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:10 smithi137 ceph-mon[117020]: pgmap v16377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:11.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:11.423 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:11.423 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:12.146 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:12.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:12.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:12.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:12.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:12 smithi066 ceph-mon[112137]: pgmap v16378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:12 smithi066 ceph-mon[112137]: from='client.445812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:12 smithi203 ceph-mon[117428]: pgmap v16378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:12 smithi203 ceph-mon[117428]: from='client.445812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:12 smithi137 ceph-mon[117020]: pgmap v16378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:12.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:12 smithi137 ceph-mon[117020]: from='client.445812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:13 smithi203 ceph-mon[117428]: pgmap v16379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:13.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:13 smithi137 ceph-mon[117020]: pgmap v16379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:13 smithi066 ceph-mon[112137]: pgmap v16379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:15 smithi137 ceph-mon[117020]: pgmap v16380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:15 smithi066 ceph-mon[112137]: pgmap v16380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:15 smithi203 ceph-mon[117428]: pgmap v16380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:17.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:17.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:17.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:17.875 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:17.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:17.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:17.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:17.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:18 smithi137 ceph-mon[117020]: pgmap v16381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:18 smithi066 ceph-mon[112137]: pgmap v16381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:18 smithi203 ceph-mon[117428]: pgmap v16381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:19.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:19 smithi137 ceph-mon[117020]: from='client.445881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:19.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:19 smithi066 ceph-mon[112137]: from='client.445881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:19 smithi203 ceph-mon[117428]: from='client.445881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:20 smithi137 ceph-mon[117020]: pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:20 smithi066 ceph-mon[112137]: pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:20 smithi203 ceph-mon[117428]: pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:22 smithi066 ceph-mon[112137]: pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:22 smithi203 ceph-mon[117428]: pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:22 smithi137 ceph-mon[117020]: pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:22.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:22.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:22.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:23.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:23.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:23.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:23.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:23.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:24 smithi066 ceph-mon[112137]: pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:24 smithi066 ceph-mon[112137]: from='client.445959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:24 smithi203 ceph-mon[117428]: pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:24 smithi203 ceph-mon[117428]: from='client.445959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:24 smithi137 ceph-mon[117020]: pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:24 smithi137 ceph-mon[117020]: from='client.445959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:26 smithi066 ceph-mon[112137]: pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:26 smithi203 ceph-mon[117428]: pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:26 smithi137 ceph-mon[117020]: pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:28.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:28.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:28.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:28 smithi066 ceph-mon[112137]: pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:28 smithi203 ceph-mon[117428]: pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:28 smithi137 ceph-mon[117020]: pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:29.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:29.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:29.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:29.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:29.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:30 smithi066 ceph-mon[112137]: pgmap v16387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:30 smithi066 ceph-mon[112137]: from='client.446037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:30 smithi203 ceph-mon[117428]: pgmap v16387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:30 smithi203 ceph-mon[117428]: from='client.446037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:30 smithi137 ceph-mon[117020]: pgmap v16387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:30 smithi137 ceph-mon[117020]: from='client.446037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:32 smithi066 ceph-mon[112137]: pgmap v16388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:32 smithi203 ceph-mon[117428]: pgmap v16388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:32 smithi137 ceph-mon[117020]: pgmap v16388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:34.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:34.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:34.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:34 smithi066 ceph-mon[112137]: pgmap v16389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:34 smithi203 ceph-mon[117428]: pgmap v16389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:34 smithi137 ceph-mon[117020]: pgmap v16389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:35.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:35.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:35.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:35.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:35.062 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:36 smithi066 ceph-mon[112137]: pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:36 smithi066 ceph-mon[112137]: from='client.446112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:36 smithi203 ceph-mon[117428]: pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:36 smithi203 ceph-mon[117428]: from='client.446112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:36 smithi137 ceph-mon[117020]: pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:36 smithi137 ceph-mon[117020]: from='client.446112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:38 smithi066 ceph-mon[112137]: pgmap v16391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:38 smithi203 ceph-mon[117428]: pgmap v16391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:38 smithi137 ceph-mon[117020]: pgmap v16391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:40.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:40.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:40.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:40 smithi066 ceph-mon[112137]: pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:19:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:40 smithi203 ceph-mon[117428]: pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:19:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.849 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:40.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:40.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:40.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:40.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:40 smithi137 ceph-mon[117020]: pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:19:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:41 smithi066 ceph-mon[112137]: from='client.446190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:19:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:19:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:41 smithi203 ceph-mon[117428]: from='client.446190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:19:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:19:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:41.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:41 smithi137 ceph-mon[117020]: from='client.446190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:19:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:19:41.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:19:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:42 smithi066 ceph-mon[112137]: pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:42 smithi203 ceph-mon[117428]: pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:42 smithi137 ceph-mon[117020]: pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:44.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:44 smithi066 ceph-mon[112137]: pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:44 smithi203 ceph-mon[117428]: pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:44 smithi137 ceph-mon[117020]: pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:45.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:45.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:45.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:46.570 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:46.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:46.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:46.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:46.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:46 smithi066 ceph-mon[112137]: pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:46 smithi203 ceph-mon[117428]: pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:46 smithi137 ceph-mon[117020]: pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:47 smithi066 ceph-mon[112137]: from='client.446256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:47 smithi203 ceph-mon[117428]: from='client.446256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:47.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:47 smithi137 ceph-mon[117020]: from='client.446256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:48 smithi066 ceph-mon[112137]: pgmap v16396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:48 smithi203 ceph-mon[117428]: pgmap v16396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:48 smithi137 ceph-mon[117020]: pgmap v16396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:50 smithi066 ceph-mon[112137]: pgmap v16397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:50 smithi203 ceph-mon[117428]: pgmap v16397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:50 smithi137 ceph-mon[117020]: pgmap v16397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:51.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:51.572 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:51.572 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:52.290 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:52.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:52.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:52.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:52.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:52 smithi066 ceph-mon[112137]: pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:52 smithi203 ceph-mon[117428]: pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:52 smithi137 ceph-mon[117020]: pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:53 smithi066 ceph-mon[112137]: from='client.446334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:53 smithi203 ceph-mon[117428]: from='client.446334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:53 smithi137 ceph-mon[117020]: from='client.446334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:54 smithi066 ceph-mon[112137]: pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:54 smithi203 ceph-mon[117428]: pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:54 smithi137 ceph-mon[117020]: pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:56 smithi066 ceph-mon[112137]: pgmap v16400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:56 smithi203 ceph-mon[117428]: pgmap v16400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:56 smithi137 ceph-mon[117020]: pgmap v16400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:57.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:19:57.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:57.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:58.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:58.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:58.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:58.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:19:58.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:19:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:58 smithi066 ceph-mon[112137]: pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:58 smithi203 ceph-mon[117428]: pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:58 smithi137 ceph-mon[117020]: pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:19:59 smithi066 ceph-mon[112137]: from='client.446409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:59.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:19:59 smithi203 ceph-mon[117428]: from='client.446409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:59.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:19:59 smithi137 ceph-mon[117020]: from='client.446409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:00 smithi066 ceph-mon[112137]: pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T02:20:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:00 smithi203 ceph-mon[117428]: pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T02:20:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:00 smithi137 ceph-mon[117020]: pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T02:20:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:02 smithi066 ceph-mon[112137]: pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:02 smithi203 ceph-mon[117428]: pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:02 smithi137 ceph-mon[117020]: pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:03.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:03.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:03.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:03.743 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:03.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:03.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:03.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:03.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:04 smithi066 ceph-mon[112137]: pgmap v16404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:04 smithi066 ceph-mon[112137]: from='client.446484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:04 smithi203 ceph-mon[117428]: pgmap v16404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:04 smithi203 ceph-mon[117428]: from='client.446484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:04 smithi137 ceph-mon[117020]: pgmap v16404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:04.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:04 smithi137 ceph-mon[117020]: from='client.446484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:06 smithi066 ceph-mon[112137]: pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:06 smithi203 ceph-mon[117428]: pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:06 smithi137 ceph-mon[117020]: pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:08 smithi066 ceph-mon[112137]: pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:08.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:08.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:08.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:08.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:08 smithi203 ceph-mon[117428]: pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:08 smithi137 ceph-mon[117020]: pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:09.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:09.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:09.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:09.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:09.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:10 smithi066 ceph-mon[112137]: pgmap v16407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:10 smithi066 ceph-mon[112137]: from='client.446562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:10 smithi203 ceph-mon[117428]: pgmap v16407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:10 smithi203 ceph-mon[117428]: from='client.446562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:10 smithi137 ceph-mon[117020]: pgmap v16407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:10 smithi137 ceph-mon[117020]: from='client.446562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:12 smithi066 ceph-mon[112137]: pgmap v16408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:12 smithi203 ceph-mon[117428]: pgmap v16408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:12 smithi137 ceph-mon[117020]: pgmap v16408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:14.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:14.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:14.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:14 smithi066 ceph-mon[112137]: pgmap v16409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:14 smithi203 ceph-mon[117428]: pgmap v16409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:14 smithi137 ceph-mon[117020]: pgmap v16409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:15.190 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:15.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:15.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:15.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:15.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:16 smithi066 ceph-mon[112137]: pgmap v16410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:16 smithi066 ceph-mon[112137]: from='client.446637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:16 smithi203 ceph-mon[117428]: pgmap v16410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:16 smithi203 ceph-mon[117428]: from='client.446637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:16 smithi137 ceph-mon[117020]: pgmap v16410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:16 smithi137 ceph-mon[117020]: from='client.446637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:18 smithi066 ceph-mon[112137]: pgmap v16411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:18 smithi203 ceph-mon[117428]: pgmap v16411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:18 smithi137 ceph-mon[117020]: pgmap v16411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:20.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:20.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:20.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:20 smithi066 ceph-mon[112137]: pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:20 smithi203 ceph-mon[117428]: pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:20 smithi137 ceph-mon[117020]: pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:20.922 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:20.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:20.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:20.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:20.922 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:22 smithi066 ceph-mon[112137]: pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:22 smithi066 ceph-mon[112137]: from='client.446715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:22 smithi203 ceph-mon[117428]: pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:22 smithi203 ceph-mon[117428]: from='client.446715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:22 smithi137 ceph-mon[117020]: pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:22 smithi137 ceph-mon[117020]: from='client.446715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:24 smithi066 ceph-mon[112137]: pgmap v16414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:24 smithi203 ceph-mon[117428]: pgmap v16414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:24 smithi137 ceph-mon[117020]: pgmap v16414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:25.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:25.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:25.924 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:26.655 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:26.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:26.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:26.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:26.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:26 smithi066 ceph-mon[112137]: pgmap v16415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:26 smithi203 ceph-mon[117428]: pgmap v16415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:26 smithi137 ceph-mon[117020]: pgmap v16415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:27.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:27 smithi066 ceph-mon[112137]: from='client.446787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:27.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:27 smithi203 ceph-mon[117428]: from='client.446787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:27.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:27 smithi137 ceph-mon[117020]: from='client.446787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:28 smithi066 ceph-mon[112137]: pgmap v16416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:28 smithi203 ceph-mon[117428]: pgmap v16416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:28 smithi137 ceph-mon[117020]: pgmap v16416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:30 smithi203 ceph-mon[117428]: pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:30 smithi137 ceph-mon[117020]: pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:30 smithi066 ceph-mon[112137]: pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:31.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:31.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:31.658 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:32.376 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:32.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:32.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:32.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:32.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:32 smithi203 ceph-mon[117428]: pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:32 smithi137 ceph-mon[117020]: pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:32 smithi066 ceph-mon[112137]: pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:33 smithi203 ceph-mon[117428]: from='client.446862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:33.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:33 smithi137 ceph-mon[117020]: from='client.446862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:33 smithi066 ceph-mon[112137]: from='client.446862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:34 smithi203 ceph-mon[117428]: pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:34 smithi137 ceph-mon[117020]: pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:34 smithi066 ceph-mon[112137]: pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:35.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:35 smithi203 ceph-mon[117428]: pgmap v16420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:35.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:35 smithi137 ceph-mon[117020]: pgmap v16420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:35.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:35 smithi066 ceph-mon[112137]: pgmap v16420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:37.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:37.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:37.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:38.100 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:38.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:38.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:38.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:38.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:38.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:38 smithi066 ceph-mon[112137]: pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:38 smithi203 ceph-mon[117428]: pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:38.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:38 smithi137 ceph-mon[117020]: pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:39.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:39 smithi066 ceph-mon[112137]: from='client.446934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:39 smithi203 ceph-mon[117428]: from='client.446934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:39.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:39 smithi137 ceph-mon[117020]: from='client.446934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:40 smithi066 ceph-mon[112137]: pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:40 smithi203 ceph-mon[117428]: pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:40 smithi137 ceph-mon[117020]: pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:41.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:20:41.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:20:41.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:20:42.436 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:42 smithi137 ceph-mon[117020]: pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:42.555 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:42 smithi203 ceph-mon[117428]: pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:42.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:42 smithi066 ceph-mon[112137]: pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:43.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:43.102 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:43.102 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:43.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:43.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:43.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:43.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:43.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: pgmap v16424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='client.447012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:20:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:20:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: pgmap v16424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='client.447012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:20:44.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: pgmap v16424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='client.447012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:20:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:20:44.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:20:46.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:46 smithi066 ceph-mon[112137]: pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:46 smithi203 ceph-mon[117428]: pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:46 smithi137 ceph-mon[117020]: pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:48 smithi066 ceph-mon[112137]: pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:48 smithi203 ceph-mon[117428]: pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:48.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:48.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:48.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:48 smithi137 ceph-mon[117020]: pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:49.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:49.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:49.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:49.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:49.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:50 smithi066 ceph-mon[112137]: pgmap v16427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:50 smithi066 ceph-mon[112137]: from='client.447087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:50 smithi203 ceph-mon[117428]: pgmap v16427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:50 smithi203 ceph-mon[117428]: from='client.447087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:50 smithi137 ceph-mon[117020]: pgmap v16427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:50 smithi137 ceph-mon[117020]: from='client.447087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:52 smithi066 ceph-mon[112137]: pgmap v16428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:52 smithi203 ceph-mon[117428]: pgmap v16428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:52 smithi137 ceph-mon[117020]: pgmap v16428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:54.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:20:54.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:54.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:54 smithi066 ceph-mon[112137]: pgmap v16429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:54 smithi203 ceph-mon[117428]: pgmap v16429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:54 smithi137 ceph-mon[117020]: pgmap v16429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:55.343 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:20:55.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:55.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:55.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:55.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:20:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:56 smithi066 ceph-mon[112137]: pgmap v16430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:56 smithi066 ceph-mon[112137]: from='client.447165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:56 smithi203 ceph-mon[117428]: pgmap v16430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:56 smithi203 ceph-mon[117428]: from='client.447165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:56 smithi137 ceph-mon[117020]: pgmap v16430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:56 smithi137 ceph-mon[117020]: from='client.447165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:20:58 smithi066 ceph-mon[112137]: pgmap v16431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:20:58 smithi203 ceph-mon[117428]: pgmap v16431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:20:58 smithi137 ceph-mon[117020]: pgmap v16431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:00.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:00.345 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:00.345 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:00 smithi066 ceph-mon[112137]: pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:00 smithi203 ceph-mon[117428]: pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:00 smithi137 ceph-mon[117020]: pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:01.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:01.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:01.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:01.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:01.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:02 smithi066 ceph-mon[112137]: pgmap v16433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:02 smithi066 ceph-mon[112137]: from='client.447243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:02 smithi203 ceph-mon[117428]: pgmap v16433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:02 smithi203 ceph-mon[117428]: from='client.447243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:02 smithi137 ceph-mon[117020]: pgmap v16433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:02 smithi137 ceph-mon[117020]: from='client.447243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:04 smithi066 ceph-mon[112137]: pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:04 smithi203 ceph-mon[117428]: pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:04 smithi137 ceph-mon[117020]: pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:06.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:06.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:06.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:06 smithi066 ceph-mon[112137]: pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:06.808 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:06.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:06.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:06.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:06.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:06 smithi203 ceph-mon[117428]: pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:06 smithi137 ceph-mon[117020]: pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:07.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:07 smithi066 ceph-mon[112137]: from='client.447321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:07.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:07 smithi203 ceph-mon[117428]: from='client.447321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:07.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:07 smithi137 ceph-mon[117020]: from='client.447321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:08 smithi066 ceph-mon[112137]: pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:08 smithi203 ceph-mon[117428]: pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:08 smithi137 ceph-mon[117020]: pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:10 smithi066 ceph-mon[112137]: pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:10 smithi203 ceph-mon[117428]: pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:10 smithi137 ceph-mon[117020]: pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:11.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:11.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:11.810 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:12.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:12.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:12.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:12.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:12.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:12 smithi066 ceph-mon[112137]: pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:12 smithi203 ceph-mon[117428]: pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:12 smithi137 ceph-mon[117020]: pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:13.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:13 smithi066 ceph-mon[112137]: from='client.447399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:13 smithi203 ceph-mon[117428]: from='client.447399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:13.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:13 smithi137 ceph-mon[117020]: from='client.447399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:14 smithi066 ceph-mon[112137]: pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:14 smithi203 ceph-mon[117428]: pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:14 smithi137 ceph-mon[117020]: pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:16 smithi066 ceph-mon[112137]: pgmap v16440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:16 smithi203 ceph-mon[117428]: pgmap v16440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:16 smithi137 ceph-mon[117020]: pgmap v16440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:17.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:17.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:17.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:18.271 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:18.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:18.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:18.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:18.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:18 smithi066 ceph-mon[112137]: pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:18 smithi203 ceph-mon[117428]: pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:18 smithi137 ceph-mon[117020]: pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:19.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:19 smithi066 ceph-mon[112137]: from='client.447477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:19 smithi203 ceph-mon[117428]: from='client.447477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:19.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:19 smithi137 ceph-mon[117020]: from='client.447477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:20 smithi066 ceph-mon[112137]: pgmap v16442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:20 smithi203 ceph-mon[117428]: pgmap v16442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:20 smithi137 ceph-mon[117020]: pgmap v16442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:22 smithi066 ceph-mon[112137]: pgmap v16443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:22 smithi203 ceph-mon[117428]: pgmap v16443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:22 smithi137 ceph-mon[117020]: pgmap v16443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:23.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:23.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:23.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:23.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:23.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:23.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:23.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:23.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:24 smithi066 ceph-mon[112137]: pgmap v16444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:24 smithi203 ceph-mon[117428]: pgmap v16444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:24 smithi137 ceph-mon[117020]: pgmap v16444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:25.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:25 smithi066 ceph-mon[112137]: from='client.447555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:25 smithi203 ceph-mon[117428]: from='client.447555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:25.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:25 smithi137 ceph-mon[117020]: from='client.447555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:26 smithi066 ceph-mon[112137]: pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:26 smithi203 ceph-mon[117428]: pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:26 smithi137 ceph-mon[117020]: pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:28 smithi066 ceph-mon[112137]: pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:28 smithi203 ceph-mon[117428]: pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:28 smithi137 ceph-mon[117020]: pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:29.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:29.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:29.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:29.738 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:29.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:29.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:29.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:29.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:30 smithi203 ceph-mon[117428]: pgmap v16447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:30 smithi203 ceph-mon[117428]: from='client.447630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:30 smithi137 ceph-mon[117020]: pgmap v16447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:30.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:30 smithi137 ceph-mon[117020]: from='client.447630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:30 smithi066 ceph-mon[112137]: pgmap v16447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:30.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:30 smithi066 ceph-mon[112137]: from='client.447630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:32 smithi203 ceph-mon[117428]: pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:21:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:32 smithi137 ceph-mon[117020]: pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:21:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:32 smithi066 ceph-mon[112137]: pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:21:34.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:34.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:34.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:34 smithi203 ceph-mon[117428]: pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:34 smithi137 ceph-mon[117020]: pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:34 smithi066 ceph-mon[112137]: pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:35.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:35.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:35.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:35.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:35.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:36 smithi203 ceph-mon[117428]: pgmap v16450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:36 smithi203 ceph-mon[117428]: from='client.447708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:36 smithi137 ceph-mon[117020]: pgmap v16450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:36 smithi137 ceph-mon[117020]: from='client.447708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:36 smithi066 ceph-mon[112137]: pgmap v16450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:36 smithi066 ceph-mon[112137]: from='client.447708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:38 smithi203 ceph-mon[117428]: pgmap v16451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:38 smithi137 ceph-mon[117020]: pgmap v16451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:38 smithi066 ceph-mon[112137]: pgmap v16451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:40.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:40.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:40.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:40 smithi203 ceph-mon[117428]: pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:40 smithi137 ceph-mon[117020]: pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:40 smithi066 ceph-mon[112137]: pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:41.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:41.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:41.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:41.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:41.197 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:42 smithi203 ceph-mon[117428]: pgmap v16453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:42 smithi203 ceph-mon[117428]: from='client.447783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:42 smithi137 ceph-mon[117020]: pgmap v16453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:42 smithi137 ceph-mon[117020]: from='client.447783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:42 smithi066 ceph-mon[112137]: pgmap v16453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:42 smithi066 ceph-mon[112137]: from='client.447783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:44 smithi203 ceph-mon[117428]: pgmap v16454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:21:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:44 smithi137 ceph-mon[117020]: pgmap v16454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:21:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:44 smithi066 ceph-mon[112137]: pgmap v16454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:21:46.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:46.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:46.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:21:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:21:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:21:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:21:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:21:46.740 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:21:46.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:46.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:46.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:46.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:46.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:47.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:47 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15110M 2023-12-08T02:21:47.620 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:47 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16852M 2023-12-08T02:21:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:47 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21140M 2023-12-08T02:21:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:47 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15110M 2023-12-08T02:21:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:47 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16852M 2023-12-08T02:21:47.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:47 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21140M 2023-12-08T02:21:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:47 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15110M 2023-12-08T02:21:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:47 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16852M 2023-12-08T02:21:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:47 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21140M 2023-12-08T02:21:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:48 smithi066 ceph-mon[112137]: from='client.447861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:48.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:48 smithi066 ceph-mon[112137]: pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:21:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:48 smithi203 ceph-mon[117428]: from='client.447861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:48 smithi203 ceph-mon[117428]: pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:21:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:48 smithi137 ceph-mon[117020]: from='client.447861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:48 smithi137 ceph-mon[117020]: pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:21:50.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:50 smithi066 ceph-mon[112137]: pgmap v16457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:50 smithi203 ceph-mon[117428]: pgmap v16457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:50 smithi137 ceph-mon[117020]: pgmap v16457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:51.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:51.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:51.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:52.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:52.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:52.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:52.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:52.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:52.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:52 smithi066 ceph-mon[112137]: pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:52 smithi203 ceph-mon[117428]: pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:52 smithi137 ceph-mon[117020]: pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:53.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:53 smithi066 ceph-mon[112137]: from='client.447936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:53 smithi203 ceph-mon[117428]: from='client.447936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:53 smithi137 ceph-mon[117020]: from='client.447936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:54 smithi066 ceph-mon[112137]: pgmap v16459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:54 smithi203 ceph-mon[117428]: pgmap v16459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:54 smithi137 ceph-mon[117020]: pgmap v16459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:56 smithi066 ceph-mon[112137]: pgmap v16460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:56 smithi203 ceph-mon[117428]: pgmap v16460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:56 smithi137 ceph-mon[117020]: pgmap v16460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:57.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:21:57.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:57.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:58.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:58.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:58.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:58.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:21:58.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:21:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:58 smithi066 ceph-mon[112137]: pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:58 smithi203 ceph-mon[117428]: pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:58 smithi137 ceph-mon[117020]: pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:59.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:21:59 smithi066 ceph-mon[112137]: from='client.448014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:59.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:21:59 smithi203 ceph-mon[117428]: from='client.448014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:59.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:21:59 smithi137 ceph-mon[117020]: from='client.448014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:00.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:00 smithi066 ceph-mon[112137]: pgmap v16462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:00 smithi203 ceph-mon[117428]: pgmap v16462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:00 smithi137 ceph-mon[117020]: pgmap v16462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:02 smithi066 ceph-mon[112137]: pgmap v16463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:02 smithi203 ceph-mon[117428]: pgmap v16463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:02 smithi137 ceph-mon[117020]: pgmap v16463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:03.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:03.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:03.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:04.100 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:04 smithi066 ceph-mon[112137]: pgmap v16464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:04 smithi203 ceph-mon[117428]: pgmap v16464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:04 smithi137 ceph-mon[117020]: pgmap v16464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:05 smithi066 ceph-mon[112137]: from='client.448086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:05 smithi203 ceph-mon[117428]: from='client.448086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:05.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:05 smithi137 ceph-mon[117020]: from='client.448086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:06 smithi066 ceph-mon[112137]: pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:06 smithi203 ceph-mon[117428]: pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:06 smithi137 ceph-mon[117020]: pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:08 smithi066 ceph-mon[112137]: pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:08 smithi203 ceph-mon[117428]: pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:08 smithi137 ceph-mon[117020]: pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:09.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:09.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:09.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:09.856 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:09.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:10 smithi066 ceph-mon[112137]: pgmap v16467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:10 smithi066 ceph-mon[112137]: from='client.448161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:10.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:10 smithi203 ceph-mon[117428]: pgmap v16467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:10 smithi203 ceph-mon[117428]: from='client.448161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:10 smithi137 ceph-mon[117020]: pgmap v16467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:10.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:10 smithi137 ceph-mon[117020]: from='client.448161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:12 smithi066 ceph-mon[112137]: pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:22:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:12 smithi203 ceph-mon[117428]: pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:22:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:12 smithi137 ceph-mon[117020]: pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:22:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:14 smithi066 ceph-mon[112137]: pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:22:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:14 smithi203 ceph-mon[117428]: pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:22:14.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:14.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:14.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:14 smithi137 ceph-mon[117020]: pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:22:15.581 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:15.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:15.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:15.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:15.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:16 smithi066 ceph-mon[112137]: pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:22:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:16 smithi066 ceph-mon[112137]: from='client.448236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:16 smithi203 ceph-mon[117428]: pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:22:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:16 smithi203 ceph-mon[117428]: from='client.448236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:16 smithi137 ceph-mon[117020]: pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:22:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:16 smithi137 ceph-mon[117020]: from='client.448236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:18 smithi066 ceph-mon[112137]: pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:18 smithi203 ceph-mon[117428]: pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:18 smithi137 ceph-mon[117020]: pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:20.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:20.583 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:20.583 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:20 smithi066 ceph-mon[112137]: pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:20 smithi203 ceph-mon[117428]: pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:20 smithi137 ceph-mon[117020]: pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:21.308 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:21.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:21.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:21.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:21.313 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:22 smithi066 ceph-mon[112137]: pgmap v16473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:22 smithi066 ceph-mon[112137]: from='client.448314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:22 smithi203 ceph-mon[117428]: pgmap v16473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:22 smithi203 ceph-mon[117428]: from='client.448314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:22 smithi137 ceph-mon[117020]: pgmap v16473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:22 smithi137 ceph-mon[117020]: from='client.448314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:24 smithi066 ceph-mon[112137]: pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:22:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:24 smithi203 ceph-mon[117428]: pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:22:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:24 smithi137 ceph-mon[117020]: pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:22:26.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:26.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:26.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:26 smithi066 ceph-mon[112137]: pgmap v16475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:22:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:26 smithi203 ceph-mon[117428]: pgmap v16475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:22:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:26 smithi137 ceph-mon[117020]: pgmap v16475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:22:27.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:27.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:27.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:27.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:27.042 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:28 smithi066 ceph-mon[112137]: pgmap v16476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:22:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:28 smithi066 ceph-mon[112137]: from='client.448389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:28 smithi203 ceph-mon[117428]: pgmap v16476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:22:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:28 smithi203 ceph-mon[117428]: from='client.448389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:28 smithi137 ceph-mon[117020]: pgmap v16476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:22:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:28 smithi137 ceph-mon[117020]: from='client.448389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:30 smithi066 ceph-mon[112137]: pgmap v16477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:30 smithi203 ceph-mon[117428]: pgmap v16477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:30 smithi137 ceph-mon[117020]: pgmap v16477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:32.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:32.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:32.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:32 smithi066 ceph-mon[112137]: pgmap v16478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:32.776 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:32.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:32.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:32.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:32.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:32 smithi203 ceph-mon[117428]: pgmap v16478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:32.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:32 smithi137 ceph-mon[117020]: pgmap v16478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:33.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:33 smithi203 ceph-mon[117428]: from='client.448464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:33.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:33 smithi137 ceph-mon[117020]: from='client.448464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:33.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:33 smithi066 ceph-mon[112137]: from='client.448464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:34 smithi203 ceph-mon[117428]: pgmap v16479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:34 smithi137 ceph-mon[117020]: pgmap v16479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:34.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:34 smithi066 ceph-mon[112137]: pgmap v16479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:36 smithi203 ceph-mon[117428]: pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:36 smithi137 ceph-mon[117020]: pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:36 smithi066 ceph-mon[112137]: pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:37.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:37.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:37.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:38.520 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:38.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:38.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:38.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:38.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:38 smithi203 ceph-mon[117428]: pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:38 smithi137 ceph-mon[117020]: pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:38 smithi066 ceph-mon[112137]: pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:39.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:39 smithi203 ceph-mon[117428]: from='client.448539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:39.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:39 smithi137 ceph-mon[117020]: from='client.448539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:39.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:39 smithi066 ceph-mon[112137]: from='client.448539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:40 smithi203 ceph-mon[117428]: pgmap v16482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:40 smithi137 ceph-mon[117020]: pgmap v16482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:40 smithi066 ceph-mon[112137]: pgmap v16482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:42 smithi203 ceph-mon[117428]: pgmap v16483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:42 smithi137 ceph-mon[117020]: pgmap v16483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:42 smithi066 ceph-mon[112137]: pgmap v16483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:43.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:43.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:43.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:44.254 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:44.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:44.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:44.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:44.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:44 smithi203 ceph-mon[117428]: pgmap v16484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:44 smithi137 ceph-mon[117020]: pgmap v16484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:44 smithi066 ceph-mon[112137]: pgmap v16484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:45.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:45 smithi203 ceph-mon[117428]: from='client.448617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:45.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:45 smithi137 ceph-mon[117020]: from='client.448617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:45 smithi066 ceph-mon[112137]: from='client.448617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:46 smithi203 ceph-mon[117428]: pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:22:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:46 smithi137 ceph-mon[117020]: pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:22:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:46 smithi066 ceph-mon[112137]: pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:22:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:22:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:22:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:22:47.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:22:47.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:22:47.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:22:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:22:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:22:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:22:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:48 smithi203 ceph-mon[117428]: pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:48 smithi137 ceph-mon[117020]: pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:48 smithi066 ceph-mon[112137]: pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:49.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:49.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:49.256 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:49.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:49 smithi137 ceph-mon[117020]: pgmap v16487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:49 smithi066 ceph-mon[112137]: pgmap v16487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:49.990 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:49.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:49.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:49.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:49.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:50.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:49 smithi203 ceph-mon[117428]: pgmap v16487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:50 smithi137 ceph-mon[117020]: from='client.448695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:50 smithi066 ceph-mon[112137]: from='client.448695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:50 smithi203 ceph-mon[117428]: from='client.448695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:51 smithi137 ceph-mon[117020]: pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:51 smithi066 ceph-mon[112137]: pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:52.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:51 smithi203 ceph-mon[117428]: pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:54.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:54 smithi066 ceph-mon[112137]: pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:54 smithi203 ceph-mon[117428]: pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:54.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:54 smithi137 ceph-mon[117020]: pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:54.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:22:54.992 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:54.992 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:55.716 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:22:55.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:55.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:55.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:55.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:22:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:56 smithi066 ceph-mon[112137]: pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:56.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:56 smithi066 ceph-mon[112137]: from='client.448770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:56 smithi203 ceph-mon[117428]: pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:56 smithi203 ceph-mon[117428]: from='client.448770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:56 smithi137 ceph-mon[117020]: pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:56.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:56 smithi137 ceph-mon[117020]: from='client.448770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:58.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:22:58 smithi066 ceph-mon[112137]: pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:22:58 smithi203 ceph-mon[117428]: pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:22:58 smithi137 ceph-mon[117020]: pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:00.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:00.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:00.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:00.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:00 smithi066 ceph-mon[112137]: pgmap v16492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:00 smithi203 ceph-mon[117428]: pgmap v16492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:00 smithi137 ceph-mon[117020]: pgmap v16492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:01.439 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:01.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:01.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:01.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:01.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:02 smithi066 ceph-mon[112137]: pgmap v16493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:02.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:02 smithi066 ceph-mon[112137]: from='client.448845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:02 smithi203 ceph-mon[117428]: pgmap v16493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:02 smithi203 ceph-mon[117428]: from='client.448845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:02 smithi137 ceph-mon[117020]: pgmap v16493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:02 smithi137 ceph-mon[117020]: from='client.448845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:04.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:04 smithi066 ceph-mon[112137]: pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:04 smithi203 ceph-mon[117428]: pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:04 smithi137 ceph-mon[117020]: pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:06.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:06.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:06.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:06 smithi066 ceph-mon[112137]: pgmap v16495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:06 smithi203 ceph-mon[117428]: pgmap v16495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:06 smithi137 ceph-mon[117020]: pgmap v16495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:07.182 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:07.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:08 smithi066 ceph-mon[112137]: pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:08 smithi066 ceph-mon[112137]: from='client.448914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:08 smithi203 ceph-mon[117428]: pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:08 smithi203 ceph-mon[117428]: from='client.448914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:08 smithi137 ceph-mon[117020]: pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:08 smithi137 ceph-mon[117020]: from='client.448914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:10 smithi066 ceph-mon[112137]: pgmap v16497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:10 smithi203 ceph-mon[117428]: pgmap v16497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:10 smithi137 ceph-mon[117020]: pgmap v16497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:12.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:12.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:12.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:12.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:12 smithi066 ceph-mon[112137]: pgmap v16498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:12 smithi203 ceph-mon[117428]: pgmap v16498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:12 smithi137 ceph-mon[117020]: pgmap v16498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:12.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:12.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:12.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:12.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:12.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:14 smithi066 ceph-mon[112137]: from='client.448992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:14 smithi066 ceph-mon[112137]: pgmap v16499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:14 smithi203 ceph-mon[117428]: from='client.448992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:14 smithi203 ceph-mon[117428]: pgmap v16499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:14 smithi137 ceph-mon[117020]: from='client.448992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:14 smithi137 ceph-mon[117020]: pgmap v16499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:16 smithi066 ceph-mon[112137]: pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:16 smithi203 ceph-mon[117428]: pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:16 smithi137 ceph-mon[117020]: pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:17.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:17.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:17.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:18.672 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:18.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:18.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:18.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:18.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:18 smithi066 ceph-mon[112137]: pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:18 smithi203 ceph-mon[117428]: pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:18 smithi137 ceph-mon[117020]: pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:19.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:19 smithi066 ceph-mon[112137]: from='client.449070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:19 smithi203 ceph-mon[117428]: from='client.449070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:19.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:19 smithi137 ceph-mon[117020]: from='client.449070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:20 smithi066 ceph-mon[112137]: pgmap v16502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:20 smithi203 ceph-mon[117428]: pgmap v16502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:20 smithi137 ceph-mon[117020]: pgmap v16502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:22 smithi066 ceph-mon[112137]: pgmap v16503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:22 smithi203 ceph-mon[117428]: pgmap v16503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:22 smithi137 ceph-mon[117020]: pgmap v16503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:23.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:24.395 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:24.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:24.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:24.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:24.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:24 smithi066 ceph-mon[112137]: pgmap v16504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:24 smithi203 ceph-mon[117428]: pgmap v16504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:24 smithi137 ceph-mon[117020]: pgmap v16504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:25.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:25 smithi066 ceph-mon[112137]: from='client.449148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:25 smithi203 ceph-mon[117428]: from='client.449148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:25.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:25 smithi137 ceph-mon[117020]: from='client.449148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:26 smithi066 ceph-mon[112137]: pgmap v16505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:26 smithi203 ceph-mon[117428]: pgmap v16505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:26 smithi137 ceph-mon[117020]: pgmap v16505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:28 smithi066 ceph-mon[112137]: pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:28 smithi203 ceph-mon[117428]: pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:28 smithi137 ceph-mon[117020]: pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:29.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:29.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:29.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:30.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:30.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:30.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:30.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:30.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:30 smithi066 ceph-mon[112137]: pgmap v16507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:30 smithi203 ceph-mon[117428]: pgmap v16507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:30 smithi137 ceph-mon[117020]: pgmap v16507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:31.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:31 smithi066 ceph-mon[112137]: from='client.449223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:31.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:31 smithi203 ceph-mon[117428]: from='client.449223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:31.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:31 smithi137 ceph-mon[117020]: from='client.449223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:32 smithi066 ceph-mon[112137]: pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:32 smithi203 ceph-mon[117428]: pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:32 smithi137 ceph-mon[117020]: pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:34 smithi066 ceph-mon[112137]: pgmap v16509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:34.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:34 smithi203 ceph-mon[117428]: pgmap v16509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:34 smithi137 ceph-mon[117020]: pgmap v16509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:35.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:35.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:35.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:35.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:35.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:35.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:35.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:35.871 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:36 smithi203 ceph-mon[117428]: pgmap v16510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:36 smithi203 ceph-mon[117428]: from='client.449295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:36 smithi137 ceph-mon[117020]: pgmap v16510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:36 smithi137 ceph-mon[117020]: from='client.449295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:36 smithi066 ceph-mon[112137]: pgmap v16510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:36.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:36 smithi066 ceph-mon[112137]: from='client.449295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:38 smithi203 ceph-mon[117428]: pgmap v16511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:38 smithi137 ceph-mon[117020]: pgmap v16511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:38 smithi066 ceph-mon[112137]: pgmap v16511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:40 smithi203 ceph-mon[117428]: pgmap v16512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:40 smithi137 ceph-mon[117020]: pgmap v16512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:40.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:40.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:40.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:40 smithi066 ceph-mon[112137]: pgmap v16512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:41.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:41.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:41.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:41.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:41.598 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:42 smithi203 ceph-mon[117428]: pgmap v16513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:42 smithi203 ceph-mon[117428]: from='client.449370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:42 smithi137 ceph-mon[117020]: pgmap v16513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:42 smithi137 ceph-mon[117020]: from='client.449370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:42 smithi066 ceph-mon[112137]: pgmap v16513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:42 smithi066 ceph-mon[112137]: from='client.449370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:44 smithi203 ceph-mon[117428]: pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:44 smithi137 ceph-mon[117020]: pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:44 smithi066 ceph-mon[112137]: pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:46.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:46.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:46.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:46 smithi203 ceph-mon[117428]: pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:46 smithi137 ceph-mon[117020]: pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:46 smithi066 ceph-mon[112137]: pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:47.394 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:47.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:47.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:47.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:47.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:47.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:23:47.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:23:47.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:23:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:48 smithi203 ceph-mon[117428]: pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:48 smithi203 ceph-mon[117428]: from='client.449445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:23:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:23:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:23:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:48 smithi137 ceph-mon[117020]: pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:48 smithi137 ceph-mon[117020]: from='client.449445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:23:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:23:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:23:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:48 smithi066 ceph-mon[112137]: pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:48 smithi066 ceph-mon[112137]: from='client.449445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:23:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:23:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:23:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:50 smithi203 ceph-mon[117428]: pgmap v16517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:50 smithi137 ceph-mon[117020]: pgmap v16517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:50 smithi066 ceph-mon[112137]: pgmap v16517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:52.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:52.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:52.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:52 smithi203 ceph-mon[117428]: pgmap v16518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:52 smithi137 ceph-mon[117020]: pgmap v16518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:52 smithi066 ceph-mon[112137]: pgmap v16518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:53.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:53.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:53.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:53.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:53.128 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:54 smithi203 ceph-mon[117428]: pgmap v16519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:54 smithi203 ceph-mon[117428]: from='client.449523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:54 smithi137 ceph-mon[117020]: pgmap v16519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:54 smithi137 ceph-mon[117020]: from='client.449523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:54 smithi066 ceph-mon[112137]: pgmap v16519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:54 smithi066 ceph-mon[112137]: from='client.449523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:56 smithi203 ceph-mon[117428]: pgmap v16520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:56 smithi137 ceph-mon[117020]: pgmap v16520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:56 smithi066 ceph-mon[112137]: pgmap v16520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:58.130 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:23:58.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:58.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:58.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:58 smithi203 ceph-mon[117428]: pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:58.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:23:58.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:58.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:58.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:58.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:23:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:58 smithi137 ceph-mon[117020]: pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:58 smithi066 ceph-mon[112137]: pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:59.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:23:59 smithi203 ceph-mon[117428]: from='client.449595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:59.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:23:59 smithi137 ceph-mon[117020]: from='client.449595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:23:59 smithi066 ceph-mon[112137]: from='client.449595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:00 smithi203 ceph-mon[117428]: pgmap v16522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:00 smithi137 ceph-mon[117020]: pgmap v16522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:00 smithi066 ceph-mon[112137]: pgmap v16522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:01.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:01 smithi137 ceph-mon[117020]: pgmap v16523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:01.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:01 smithi066 ceph-mon[112137]: pgmap v16523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:01 smithi203 ceph-mon[117428]: pgmap v16523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:03.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:03.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:03.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:04.578 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:04.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:04.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:04.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:04.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:04 smithi066 ceph-mon[112137]: pgmap v16524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:04 smithi203 ceph-mon[117428]: pgmap v16524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:04 smithi137 ceph-mon[117020]: pgmap v16524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:05.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:05 smithi066 ceph-mon[112137]: from='client.449670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:05.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:05 smithi203 ceph-mon[117428]: from='client.449670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:05.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:05 smithi137 ceph-mon[117020]: from='client.449670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:06.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:06 smithi066 ceph-mon[112137]: pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:06 smithi203 ceph-mon[117428]: pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:06 smithi137 ceph-mon[117020]: pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:08.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:08 smithi066 ceph-mon[112137]: pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:08 smithi203 ceph-mon[117428]: pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:08 smithi137 ceph-mon[117020]: pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:09.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:09.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:09.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:10.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:10.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:10.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:10.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:10.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:10.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:10 smithi066 ceph-mon[112137]: pgmap v16527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:10 smithi203 ceph-mon[117428]: pgmap v16527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:10 smithi137 ceph-mon[117020]: pgmap v16527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:11.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:11 smithi066 ceph-mon[112137]: from='client.449739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:11.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:11 smithi203 ceph-mon[117428]: from='client.449739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:11.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:11 smithi137 ceph-mon[117020]: from='client.449739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:12.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:12 smithi066 ceph-mon[112137]: pgmap v16528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:12 smithi203 ceph-mon[117428]: pgmap v16528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:12 smithi137 ceph-mon[117020]: pgmap v16528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:14 smithi066 ceph-mon[112137]: pgmap v16529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:14 smithi203 ceph-mon[117428]: pgmap v16529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:14 smithi137 ceph-mon[117020]: pgmap v16529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:15.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:15.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:15.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:16.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:16.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:16.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:16.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:16.036 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:16.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:16 smithi066 ceph-mon[112137]: pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:16 smithi203 ceph-mon[117428]: pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:16 smithi137 ceph-mon[117020]: pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:17.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:17 smithi066 ceph-mon[112137]: from='client.449817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:17.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:17 smithi203 ceph-mon[117428]: from='client.449817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:17.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:17 smithi137 ceph-mon[117020]: from='client.449817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:18.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:18 smithi066 ceph-mon[112137]: pgmap v16531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:18 smithi203 ceph-mon[117428]: pgmap v16531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:18 smithi137 ceph-mon[117020]: pgmap v16531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:20 smithi066 ceph-mon[112137]: pgmap v16532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:20 smithi203 ceph-mon[117428]: pgmap v16532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:20 smithi137 ceph-mon[117020]: pgmap v16532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:21.037 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:21.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:21.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:21.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:21.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:21.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:21.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:21.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:22 smithi066 ceph-mon[112137]: pgmap v16533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:22 smithi066 ceph-mon[112137]: from='client.449895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:22 smithi203 ceph-mon[117428]: pgmap v16533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:22 smithi203 ceph-mon[117428]: from='client.449895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:22 smithi137 ceph-mon[117020]: pgmap v16533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:22 smithi137 ceph-mon[117020]: from='client.449895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:24 smithi066 ceph-mon[112137]: pgmap v16534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:24 smithi203 ceph-mon[117428]: pgmap v16534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:24 smithi137 ceph-mon[117020]: pgmap v16534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:26.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:26 smithi066 ceph-mon[112137]: pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:26.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:26.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:26.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:26 smithi203 ceph-mon[117428]: pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:26 smithi137 ceph-mon[117020]: pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:27.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:27.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:27.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:27.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:27.512 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:28 smithi066 ceph-mon[112137]: pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:28.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:28 smithi066 ceph-mon[112137]: from='client.449970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:28 smithi203 ceph-mon[117428]: pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:28 smithi203 ceph-mon[117428]: from='client.449970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:28 smithi137 ceph-mon[117020]: pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:28 smithi137 ceph-mon[117020]: from='client.449970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:30 smithi066 ceph-mon[112137]: pgmap v16537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:30 smithi203 ceph-mon[117428]: pgmap v16537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:30 smithi137 ceph-mon[117020]: pgmap v16537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:32.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:32.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:32.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:32.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:32 smithi066 ceph-mon[112137]: pgmap v16538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:32 smithi203 ceph-mon[117428]: pgmap v16538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:32 smithi137 ceph-mon[117020]: pgmap v16538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:33.241 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:33.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:33.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:33.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:33.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:34 smithi066 ceph-mon[112137]: pgmap v16539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:34 smithi066 ceph-mon[112137]: from='client.450045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:34 smithi203 ceph-mon[117428]: pgmap v16539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:34 smithi203 ceph-mon[117428]: from='client.450045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:34 smithi137 ceph-mon[117020]: pgmap v16539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:34.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:34 smithi137 ceph-mon[117020]: from='client.450045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:36 smithi066 ceph-mon[112137]: pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:36 smithi203 ceph-mon[117428]: pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:36 smithi137 ceph-mon[117020]: pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:38.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:38.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:38.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:38 smithi203 ceph-mon[117428]: pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:38 smithi137 ceph-mon[117020]: pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:38.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:38.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:38.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:38.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:38.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:38 smithi066 ceph-mon[112137]: pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:40 smithi203 ceph-mon[117428]: from='client.450120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:40 smithi203 ceph-mon[117428]: pgmap v16542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:40 smithi137 ceph-mon[117020]: from='client.450120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:40 smithi137 ceph-mon[117020]: pgmap v16542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:40 smithi066 ceph-mon[112137]: from='client.450120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:40 smithi066 ceph-mon[112137]: pgmap v16542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:42 smithi203 ceph-mon[117428]: pgmap v16543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:42 smithi137 ceph-mon[117020]: pgmap v16543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:42 smithi066 ceph-mon[112137]: pgmap v16543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:43.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:43.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:43.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:44.719 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:44.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:44.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:44.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:44.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:44 smithi203 ceph-mon[117428]: pgmap v16544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:44 smithi137 ceph-mon[117020]: pgmap v16544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:44 smithi066 ceph-mon[112137]: pgmap v16544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:45.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:45 smithi203 ceph-mon[117428]: from='client.450195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:45.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:45 smithi137 ceph-mon[117020]: from='client.450195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:45.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:45 smithi066 ceph-mon[112137]: from='client.450195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:46 smithi203 ceph-mon[117428]: pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:46 smithi137 ceph-mon[117020]: pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:46 smithi066 ceph-mon[112137]: pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:48 smithi203 ceph-mon[117428]: pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:24:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:24:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:24:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:24:48.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:24:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:48 smithi137 ceph-mon[117020]: pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:24:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:24:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:24:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:24:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:24:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:48 smithi066 ceph-mon[112137]: pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:24:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:24:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:24:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:24:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:24:49.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:49.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:49.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:50.453 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:50.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:50.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:50.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:50.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:50 smithi203 ceph-mon[117428]: pgmap v16547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:24:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:50 smithi137 ceph-mon[117020]: pgmap v16547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:24:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:50 smithi066 ceph-mon[112137]: pgmap v16547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:24:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:51 smithi203 ceph-mon[117428]: from='client.450273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:51 smithi137 ceph-mon[117020]: from='client.450273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:51 smithi066 ceph-mon[112137]: from='client.450273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:52 smithi203 ceph-mon[117428]: pgmap v16548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:52 smithi137 ceph-mon[117020]: pgmap v16548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:52 smithi066 ceph-mon[112137]: pgmap v16548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:54 smithi203 ceph-mon[117428]: pgmap v16549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:54 smithi137 ceph-mon[117020]: pgmap v16549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:54 smithi066 ceph-mon[112137]: pgmap v16549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:55.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:24:55.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:55.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:56.188 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:24:56.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:56.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:56.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:56.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:24:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:56 smithi203 ceph-mon[117428]: pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:56 smithi137 ceph-mon[117020]: pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:56 smithi066 ceph-mon[112137]: pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:57.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:57 smithi203 ceph-mon[117428]: from='client.450351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:57.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:57 smithi137 ceph-mon[117020]: from='client.450351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:57.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:57 smithi066 ceph-mon[112137]: from='client.450351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:24:58 smithi203 ceph-mon[117428]: pgmap v16551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:24:58 smithi137 ceph-mon[117020]: pgmap v16551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:24:58 smithi066 ceph-mon[112137]: pgmap v16551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:00 smithi203 ceph-mon[117428]: pgmap v16552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:25:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:00 smithi137 ceph-mon[117020]: pgmap v16552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:25:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:00 smithi066 ceph-mon[112137]: pgmap v16552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:25:01.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:01.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:01.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:01.918 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:01.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:01.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:01.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:01.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:02 smithi203 ceph-mon[117428]: pgmap v16553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:25:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:02 smithi137 ceph-mon[117020]: pgmap v16553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:25:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:02 smithi066 ceph-mon[112137]: pgmap v16553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:25:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:03 smithi203 ceph-mon[117428]: from='client.450423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:03.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:03 smithi137 ceph-mon[117020]: from='client.450423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:03 smithi066 ceph-mon[112137]: from='client.450423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:04 smithi203 ceph-mon[117428]: pgmap v16554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:04 smithi137 ceph-mon[117020]: pgmap v16554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:04 smithi066 ceph-mon[112137]: pgmap v16554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:06 smithi203 ceph-mon[117428]: pgmap v16555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:06 smithi137 ceph-mon[117020]: pgmap v16555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:06.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:06.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:06.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:06 smithi066 ceph-mon[112137]: pgmap v16555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:07.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:07.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:07.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:07.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:07.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:08 smithi203 ceph-mon[117428]: pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:08 smithi203 ceph-mon[117428]: from='client.450495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:08 smithi137 ceph-mon[117020]: pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:08 smithi137 ceph-mon[117020]: from='client.450495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:08 smithi066 ceph-mon[112137]: pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:08 smithi066 ceph-mon[112137]: from='client.450495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:10 smithi203 ceph-mon[117428]: pgmap v16557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:10 smithi137 ceph-mon[117020]: pgmap v16557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:10 smithi066 ceph-mon[112137]: pgmap v16557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:12.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:12.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:12.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:12 smithi203 ceph-mon[117428]: pgmap v16558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:12 smithi137 ceph-mon[117020]: pgmap v16558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:12 smithi066 ceph-mon[112137]: pgmap v16558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:13.378 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:13.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:13.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:13.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:13.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:13 smithi203 ceph-mon[117428]: pgmap v16559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:13.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:13 smithi203 ceph-mon[117428]: from='client.450570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:13.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:13 smithi137 ceph-mon[117020]: pgmap v16559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:13.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:13 smithi137 ceph-mon[117020]: from='client.450570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:13 smithi066 ceph-mon[112137]: pgmap v16559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:13.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:13 smithi066 ceph-mon[112137]: from='client.450570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:15 smithi066 ceph-mon[112137]: pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:15 smithi203 ceph-mon[117428]: pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:15 smithi137 ceph-mon[117020]: pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:18.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:18.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:18.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:18.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:18 smithi066 ceph-mon[112137]: pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:18 smithi203 ceph-mon[117428]: pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:18 smithi137 ceph-mon[117020]: pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:19.132 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:19.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:19.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:19.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:19.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:20 smithi066 ceph-mon[112137]: pgmap v16562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:20.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:20 smithi066 ceph-mon[112137]: from='client.450645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:20 smithi203 ceph-mon[117428]: pgmap v16562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:20 smithi203 ceph-mon[117428]: from='client.450645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:20 smithi137 ceph-mon[117020]: pgmap v16562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:20 smithi137 ceph-mon[117020]: from='client.450645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:22.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:22 smithi066 ceph-mon[112137]: pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:22 smithi203 ceph-mon[117428]: pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:22 smithi137 ceph-mon[117020]: pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:24.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:24.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:24.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:24 smithi066 ceph-mon[112137]: pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:24 smithi203 ceph-mon[117428]: pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:24.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:24.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:24.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:24.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:24.871 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:24 smithi137 ceph-mon[117020]: pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:25.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:25 smithi066 ceph-mon[112137]: from='client.450720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:25.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:25 smithi203 ceph-mon[117428]: from='client.450720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:25.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:25 smithi137 ceph-mon[117020]: from='client.450720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:26 smithi066 ceph-mon[112137]: pgmap v16565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:26 smithi203 ceph-mon[117428]: pgmap v16565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:26 smithi137 ceph-mon[117020]: pgmap v16565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:28.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:28 smithi066 ceph-mon[112137]: pgmap v16566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:25:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:28 smithi203 ceph-mon[117428]: pgmap v16566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:25:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:28 smithi137 ceph-mon[117020]: pgmap v16566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:25:29.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:29.869 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:29.869 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:30.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:30.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:30.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:30.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:30.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:30 smithi066 ceph-mon[112137]: pgmap v16567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:25:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:30 smithi203 ceph-mon[117428]: pgmap v16567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:25:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:30 smithi137 ceph-mon[117020]: pgmap v16567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:25:31.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:31 smithi066 ceph-mon[112137]: from='client.450792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:31.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:31 smithi203 ceph-mon[117428]: from='client.450792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:31.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:31 smithi137 ceph-mon[117020]: from='client.450792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:32 smithi066 ceph-mon[112137]: pgmap v16568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:32 smithi203 ceph-mon[117428]: pgmap v16568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:32 smithi137 ceph-mon[117020]: pgmap v16568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:34 smithi066 ceph-mon[112137]: pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:34 smithi203 ceph-mon[117428]: pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:34 smithi137 ceph-mon[117020]: pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:35.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:35.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:35.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:36.335 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:36.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:36.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:36.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:36.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:36 smithi066 ceph-mon[112137]: pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:36 smithi203 ceph-mon[117428]: pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:36 smithi137 ceph-mon[117020]: pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:37.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:37 smithi066 ceph-mon[112137]: from='client.450870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:37.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:37 smithi203 ceph-mon[117428]: from='client.450870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:37.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:37 smithi137 ceph-mon[117020]: from='client.450870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:38.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:38 smithi066 ceph-mon[112137]: pgmap v16571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:38 smithi203 ceph-mon[117428]: pgmap v16571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:38 smithi137 ceph-mon[117020]: pgmap v16571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:40.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:40 smithi066 ceph-mon[112137]: pgmap v16572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:25:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:40 smithi203 ceph-mon[117428]: pgmap v16572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:25:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:40 smithi137 ceph-mon[117020]: pgmap v16572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:25:41.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:41.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:41.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:42.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:42.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:42.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:42.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:42.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:42 smithi203 ceph-mon[117428]: pgmap v16573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:25:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:42 smithi137 ceph-mon[117020]: pgmap v16573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:25:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:42 smithi066 ceph-mon[112137]: pgmap v16573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:25:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:43 smithi203 ceph-mon[117428]: from='client.450948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:43.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:43 smithi137 ceph-mon[117020]: from='client.450948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:43.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:43 smithi066 ceph-mon[112137]: from='client.450948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:44 smithi203 ceph-mon[117428]: pgmap v16574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:44 smithi137 ceph-mon[117020]: pgmap v16574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:44 smithi066 ceph-mon[112137]: pgmap v16574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:46 smithi203 ceph-mon[117428]: pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:46 smithi137 ceph-mon[117020]: pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:46 smithi066 ceph-mon[112137]: pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:47.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:47.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:47.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:47.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:47.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:47.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:47.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:47.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:48 smithi203 ceph-mon[117428]: pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:48 smithi203 ceph-mon[117428]: from='client.451026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:48 smithi137 ceph-mon[117020]: pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:48 smithi137 ceph-mon[117020]: from='client.451026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:48 smithi066 ceph-mon[112137]: pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:48 smithi066 ceph-mon[112137]: from='client.451026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:25:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:25:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:25:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:25:49.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:25:49.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:25:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:25:49.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:25:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:25:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:25:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:25:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:25:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:50 smithi203 ceph-mon[117428]: pgmap v16577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:50 smithi137 ceph-mon[117020]: pgmap v16577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:50 smithi066 ceph-mon[112137]: pgmap v16577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:52.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:52.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:52.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:52 smithi203 ceph-mon[117428]: pgmap v16578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:52 smithi137 ceph-mon[117020]: pgmap v16578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:52 smithi066 ceph-mon[112137]: pgmap v16578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:53.528 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:25:53.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:53.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:53.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:53.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:54 smithi203 ceph-mon[117428]: pgmap v16579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:54 smithi203 ceph-mon[117428]: from='client.451095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:54 smithi137 ceph-mon[117020]: pgmap v16579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:54 smithi137 ceph-mon[117020]: from='client.451095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:54 smithi066 ceph-mon[112137]: pgmap v16579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:54 smithi066 ceph-mon[112137]: from='client.451095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:56 smithi203 ceph-mon[117428]: pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:56 smithi137 ceph-mon[117020]: pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:56 smithi066 ceph-mon[112137]: pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:58.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:25:58.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:58.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:25:58 smithi203 ceph-mon[117428]: pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:25:58 smithi137 ceph-mon[117020]: pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:25:58 smithi066 ceph-mon[112137]: pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:59.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:59.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:59.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:59.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:25:59.270 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:00 smithi203 ceph-mon[117428]: pgmap v16582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:00 smithi203 ceph-mon[117428]: from='client.451173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:00 smithi137 ceph-mon[117020]: pgmap v16582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:00 smithi137 ceph-mon[117020]: from='client.451173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:00 smithi066 ceph-mon[112137]: pgmap v16582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:00.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:00 smithi066 ceph-mon[112137]: from='client.451173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:02 smithi203 ceph-mon[117428]: pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:02 smithi137 ceph-mon[117020]: pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:02.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:02 smithi066 ceph-mon[112137]: pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:04.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:04.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:04.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:04 smithi203 ceph-mon[117428]: pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:04 smithi137 ceph-mon[117020]: pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:04 smithi066 ceph-mon[112137]: pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:04.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:04.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:04.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:04.990 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:06 smithi203 ceph-mon[117428]: from='client.451251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:06 smithi203 ceph-mon[117428]: pgmap v16585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:06 smithi137 ceph-mon[117020]: from='client.451251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:06 smithi137 ceph-mon[117020]: pgmap v16585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:06 smithi066 ceph-mon[112137]: from='client.451251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:06 smithi066 ceph-mon[112137]: pgmap v16585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:08 smithi203 ceph-mon[117428]: pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:08 smithi137 ceph-mon[117020]: pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:08 smithi066 ceph-mon[112137]: pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:09.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:09.992 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:09.992 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:10.735 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:10.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:10.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:10.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:10.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:10 smithi203 ceph-mon[117428]: pgmap v16587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:10 smithi137 ceph-mon[117020]: pgmap v16587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:10 smithi066 ceph-mon[112137]: pgmap v16587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:11.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:11 smithi203 ceph-mon[117428]: from='client.451329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:11.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:11 smithi137 ceph-mon[117020]: from='client.451329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:11.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:11 smithi066 ceph-mon[112137]: from='client.451329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:12 smithi203 ceph-mon[117428]: pgmap v16588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:12 smithi137 ceph-mon[117020]: pgmap v16588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:12 smithi066 ceph-mon[112137]: pgmap v16588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:14 smithi203 ceph-mon[117428]: pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:14 smithi137 ceph-mon[117020]: pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:14 smithi066 ceph-mon[112137]: pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:15.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:15.737 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:15.737 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:16.469 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:16.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:16.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:16.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:16.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:16 smithi203 ceph-mon[117428]: pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:16 smithi137 ceph-mon[117020]: pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:16 smithi066 ceph-mon[112137]: pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:17.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:17 smithi203 ceph-mon[117428]: from='client.451404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:17.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:17 smithi137 ceph-mon[117020]: from='client.451404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:17.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:17 smithi066 ceph-mon[112137]: from='client.451404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:18 smithi203 ceph-mon[117428]: pgmap v16591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:18 smithi137 ceph-mon[117020]: pgmap v16591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:18 smithi066 ceph-mon[112137]: pgmap v16591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:19.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:19 smithi203 ceph-mon[117428]: pgmap v16592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:19.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:19 smithi137 ceph-mon[117020]: pgmap v16592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:19.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:19 smithi066 ceph-mon[112137]: pgmap v16592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:21.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:21.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:21.471 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:21.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:21 smithi066 ceph-mon[112137]: pgmap v16593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:21 smithi203 ceph-mon[117428]: pgmap v16593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:22.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:21 smithi137 ceph-mon[117020]: pgmap v16593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:22.197 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:22.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:22.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:22.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:22.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:23.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:23 smithi066 ceph-mon[112137]: from='client.451479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:23 smithi203 ceph-mon[117428]: from='client.451479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:23.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:23 smithi137 ceph-mon[117020]: from='client.451479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:24.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:24 smithi066 ceph-mon[112137]: pgmap v16594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:24 smithi203 ceph-mon[117428]: pgmap v16594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:24 smithi137 ceph-mon[117020]: pgmap v16594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:26 smithi066 ceph-mon[112137]: pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:26 smithi203 ceph-mon[117428]: pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:26 smithi137 ceph-mon[117020]: pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:27.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:27.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:27.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:27.935 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:27.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:27.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:27.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:27.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:28.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:28 smithi066 ceph-mon[112137]: pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:28 smithi203 ceph-mon[117428]: pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:28 smithi137 ceph-mon[117020]: pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:29.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:29 smithi066 ceph-mon[112137]: from='client.451557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:29.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:29 smithi203 ceph-mon[117428]: from='client.451557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:29.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:29 smithi137 ceph-mon[117020]: from='client.451557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:30.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:30 smithi066 ceph-mon[112137]: pgmap v16597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:30 smithi203 ceph-mon[117428]: pgmap v16597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:30 smithi137 ceph-mon[117020]: pgmap v16597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:32 smithi066 ceph-mon[112137]: pgmap v16598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:32.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:32 smithi203 ceph-mon[117428]: pgmap v16598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:32 smithi137 ceph-mon[117020]: pgmap v16598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:32.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:32.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:32.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:33.659 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:33.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:33.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:33.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:33.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:34 smithi066 ceph-mon[112137]: pgmap v16599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:34.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:34 smithi066 ceph-mon[112137]: from='client.451632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:34 smithi203 ceph-mon[117428]: pgmap v16599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:34 smithi203 ceph-mon[117428]: from='client.451632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:34 smithi137 ceph-mon[117020]: pgmap v16599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:34 smithi137 ceph-mon[117020]: from='client.451632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:36.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:36 smithi066 ceph-mon[112137]: pgmap v16600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:36 smithi203 ceph-mon[117428]: pgmap v16600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:36 smithi137 ceph-mon[117020]: pgmap v16600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:38.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:38.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:38.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:38 smithi203 ceph-mon[117428]: pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:38 smithi137 ceph-mon[117020]: pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:38 smithi066 ceph-mon[112137]: pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:39.392 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:39.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:39.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:39.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:39.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:40 smithi203 ceph-mon[117428]: pgmap v16602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:40 smithi203 ceph-mon[117428]: from='client.451707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:40 smithi137 ceph-mon[117020]: pgmap v16602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:40 smithi137 ceph-mon[117020]: from='client.451707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:40 smithi066 ceph-mon[112137]: pgmap v16602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:40 smithi066 ceph-mon[112137]: from='client.451707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:42 smithi203 ceph-mon[117428]: pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:42 smithi137 ceph-mon[117020]: pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:42 smithi066 ceph-mon[112137]: pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:44.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:44.394 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:44.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:44 smithi203 ceph-mon[117428]: pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:44 smithi137 ceph-mon[117020]: pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:44 smithi066 ceph-mon[112137]: pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:45.129 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:45.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:45.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:45.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:45.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:46 smithi203 ceph-mon[117428]: pgmap v16605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:46 smithi203 ceph-mon[117428]: from='client.451785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:46 smithi137 ceph-mon[117020]: pgmap v16605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:46 smithi137 ceph-mon[117020]: from='client.451785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:46 smithi066 ceph-mon[112137]: pgmap v16605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:46 smithi066 ceph-mon[112137]: from='client.451785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:48 smithi203 ceph-mon[117428]: pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:48 smithi137 ceph-mon[117020]: pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:48 smithi066 ceph-mon[112137]: pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:26:49.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:26:49.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:26:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:50 smithi203 ceph-mon[117428]: pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:26:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:26:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:26:50.849 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:50.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:50.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:50.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:50.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:50 smithi137 ceph-mon[117020]: pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:26:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:26:50.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:26:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:50 smithi066 ceph-mon[112137]: pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:26:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:26:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:26:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:51 smithi203 ceph-mon[117428]: from='client.451860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:51 smithi137 ceph-mon[117020]: from='client.451860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:51.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:51 smithi066 ceph-mon[112137]: from='client.451860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:52 smithi203 ceph-mon[117428]: pgmap v16608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:52 smithi137 ceph-mon[117020]: pgmap v16608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:52 smithi066 ceph-mon[112137]: pgmap v16608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:54 smithi203 ceph-mon[117428]: pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:54 smithi137 ceph-mon[117020]: pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:54 smithi066 ceph-mon[112137]: pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:55.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:26:55.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:55.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:56.581 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:26:56.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:56.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:56.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:56.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:26:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:56 smithi203 ceph-mon[117428]: pgmap v16610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:56 smithi137 ceph-mon[117020]: pgmap v16610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:56 smithi066 ceph-mon[112137]: pgmap v16610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:57.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:57 smithi203 ceph-mon[117428]: from='client.451938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:57.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:57 smithi137 ceph-mon[117020]: from='client.451938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:57 smithi066 ceph-mon[112137]: from='client.451938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:26:58 smithi203 ceph-mon[117428]: pgmap v16611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:26:58 smithi137 ceph-mon[117020]: pgmap v16611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:26:58 smithi066 ceph-mon[112137]: pgmap v16611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:00 smithi203 ceph-mon[117428]: pgmap v16612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:00 smithi137 ceph-mon[117020]: pgmap v16612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:00 smithi066 ceph-mon[112137]: pgmap v16612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:01.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:01.583 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:01.583 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:02.319 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:02.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:02.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:02.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:02.320 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:02 smithi203 ceph-mon[117428]: pgmap v16613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:02 smithi137 ceph-mon[117020]: pgmap v16613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:02 smithi066 ceph-mon[112137]: pgmap v16613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:03 smithi203 ceph-mon[117428]: from='client.452016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:03.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:03 smithi137 ceph-mon[117020]: from='client.452016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:03.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:03 smithi066 ceph-mon[112137]: from='client.452016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:04 smithi203 ceph-mon[117428]: pgmap v16614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:04 smithi137 ceph-mon[117020]: pgmap v16614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:04 smithi066 ceph-mon[112137]: pgmap v16614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:06 smithi203 ceph-mon[117428]: pgmap v16615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:06 smithi137 ceph-mon[117020]: pgmap v16615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:06 smithi066 ceph-mon[112137]: pgmap v16615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:07.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:07.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:07.321 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:08.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:08.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:08.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:08.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:08.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:08 smithi203 ceph-mon[117428]: pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:08 smithi137 ceph-mon[117020]: pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:08 smithi066 ceph-mon[112137]: pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:09.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:09 smithi203 ceph-mon[117428]: from='client.452085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:09.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:09 smithi137 ceph-mon[117020]: from='client.452085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:09.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:09 smithi066 ceph-mon[112137]: from='client.452085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:10 smithi203 ceph-mon[117428]: pgmap v16617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:10 smithi137 ceph-mon[117020]: pgmap v16617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:10 smithi066 ceph-mon[112137]: pgmap v16617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:12 smithi203 ceph-mon[117428]: pgmap v16618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:12 smithi137 ceph-mon[117020]: pgmap v16618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:12 smithi066 ceph-mon[112137]: pgmap v16618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:13.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:13.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:13.054 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:13.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:13.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:13.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:13.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:13.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:14 smithi203 ceph-mon[117428]: pgmap v16619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:14 smithi203 ceph-mon[117428]: from='client.452163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:14 smithi137 ceph-mon[117020]: pgmap v16619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:14 smithi137 ceph-mon[117020]: from='client.452163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:14 smithi066 ceph-mon[112137]: pgmap v16619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:14 smithi066 ceph-mon[112137]: from='client.452163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:16 smithi203 ceph-mon[117428]: pgmap v16620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:16 smithi137 ceph-mon[117020]: pgmap v16620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:16 smithi066 ceph-mon[112137]: pgmap v16620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:18.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:18.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:18.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:18.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:18 smithi203 ceph-mon[117428]: pgmap v16621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:18 smithi137 ceph-mon[117020]: pgmap v16621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:18 smithi066 ceph-mon[112137]: pgmap v16621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:19.503 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:19.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:19.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:19.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:19.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:20 smithi137 ceph-mon[117020]: pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:20 smithi137 ceph-mon[117020]: from='client.452241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:20 smithi066 ceph-mon[112137]: pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:20 smithi066 ceph-mon[112137]: from='client.452241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:20 smithi203 ceph-mon[117428]: pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:20 smithi203 ceph-mon[117428]: from='client.452241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:21.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:21 smithi137 ceph-mon[117020]: pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:21.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:21 smithi066 ceph-mon[112137]: pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:21 smithi203 ceph-mon[117428]: pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:24.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:24.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:24.506 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:24.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:24 smithi066 ceph-mon[112137]: pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:24 smithi203 ceph-mon[117428]: pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:24 smithi137 ceph-mon[117020]: pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:25.230 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:25.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:25.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:25.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:25.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:26 smithi066 ceph-mon[112137]: pgmap v16625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:26.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:26 smithi066 ceph-mon[112137]: from='client.452316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:26 smithi203 ceph-mon[117428]: pgmap v16625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:26.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:26 smithi203 ceph-mon[117428]: from='client.452316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:26 smithi137 ceph-mon[117020]: pgmap v16625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:26 smithi137 ceph-mon[117020]: from='client.452316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:28.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:28 smithi066 ceph-mon[112137]: pgmap v16626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:28.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:28 smithi203 ceph-mon[117428]: pgmap v16626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:28 smithi137 ceph-mon[117020]: pgmap v16626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:30.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:30.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:30.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:30.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:30 smithi066 ceph-mon[112137]: pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:30.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:30 smithi203 ceph-mon[117428]: pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:30 smithi137 ceph-mon[117020]: pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:30.963 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:30.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:30.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:30.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:30.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:32 smithi066 ceph-mon[112137]: from='client.452391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:32.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:32 smithi066 ceph-mon[112137]: pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:32 smithi203 ceph-mon[117428]: from='client.452391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:32.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:32 smithi203 ceph-mon[117428]: pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:32 smithi137 ceph-mon[117020]: from='client.452391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:32 smithi137 ceph-mon[117020]: pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:34 smithi066 ceph-mon[112137]: pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:34 smithi203 ceph-mon[117428]: pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:34 smithi137 ceph-mon[117020]: pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:35.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:35.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:35.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:36.691 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:36.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:36.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:36.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:36.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:36.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:36 smithi066 ceph-mon[112137]: pgmap v16630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:27:36.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:36 smithi203 ceph-mon[117428]: pgmap v16630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:27:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:36 smithi137 ceph-mon[117020]: pgmap v16630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:27:37.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:37 smithi203 ceph-mon[117428]: from='client.452466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:37.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:37 smithi137 ceph-mon[117020]: from='client.452466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:37.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:37 smithi066 ceph-mon[112137]: from='client.452466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:38 smithi203 ceph-mon[117428]: pgmap v16631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:38 smithi137 ceph-mon[117020]: pgmap v16631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:38 smithi066 ceph-mon[112137]: pgmap v16631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:40 smithi203 ceph-mon[117428]: pgmap v16632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:40 smithi137 ceph-mon[117020]: pgmap v16632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:40 smithi066 ceph-mon[112137]: pgmap v16632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:41.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:41.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:41.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:42.413 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:42.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:42.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:42.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:42.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:42 smithi203 ceph-mon[117428]: pgmap v16633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:42 smithi137 ceph-mon[117020]: pgmap v16633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:42 smithi066 ceph-mon[112137]: pgmap v16633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:43.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:43 smithi203 ceph-mon[117428]: from='client.452538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:43.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:43 smithi137 ceph-mon[117020]: from='client.452538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:43.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:43 smithi066 ceph-mon[112137]: from='client.452538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:44 smithi203 ceph-mon[117428]: pgmap v16634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:44 smithi137 ceph-mon[117020]: pgmap v16634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:44 smithi066 ceph-mon[112137]: pgmap v16634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:46 smithi203 ceph-mon[117428]: pgmap v16635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:27:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:46 smithi137 ceph-mon[117020]: pgmap v16635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:27:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:46 smithi066 ceph-mon[112137]: pgmap v16635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:27:47.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:47.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:47.416 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:48.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:48.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:48.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:48.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:48.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:48 smithi203 ceph-mon[117428]: pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:27:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:48 smithi137 ceph-mon[117020]: pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:27:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:48 smithi066 ceph-mon[112137]: pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:27:49.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:49 smithi203 ceph-mon[117428]: from='client.452610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:49.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:49 smithi137 ceph-mon[117020]: from='client.452610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:49.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:49 smithi066 ceph-mon[112137]: from='client.452610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:50 smithi203 ceph-mon[117428]: pgmap v16637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:27:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:27:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:27:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:27:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:50 smithi137 ceph-mon[117020]: pgmap v16637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:27:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:27:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:27:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:27:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:50 smithi066 ceph-mon[112137]: pgmap v16637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:27:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:27:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:27:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:27:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:52 smithi203 ceph-mon[117428]: pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:52 smithi137 ceph-mon[117020]: pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:52 smithi066 ceph-mon[112137]: pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:53.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:53.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:53.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:53.874 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:53.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:53.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:53.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:53.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:27:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:54 smithi203 ceph-mon[117428]: pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:54 smithi203 ceph-mon[117428]: from='client.452688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:54 smithi137 ceph-mon[117020]: pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:54 smithi137 ceph-mon[117020]: from='client.452688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:54 smithi066 ceph-mon[112137]: pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:54 smithi066 ceph-mon[112137]: from='client.452688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:56 smithi203 ceph-mon[117428]: pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:27:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:56 smithi137 ceph-mon[117020]: pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:27:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:56 smithi066 ceph-mon[112137]: pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:27:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:27:58 smithi203 ceph-mon[117428]: pgmap v16641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:27:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:27:58 smithi137 ceph-mon[117020]: pgmap v16641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:27:58.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:27:58.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:58.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:27:58 smithi066 ceph-mon[112137]: pgmap v16641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:27:59.595 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:27:59.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:59.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:59.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:59.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:00 smithi203 ceph-mon[117428]: pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:00 smithi203 ceph-mon[117428]: from='client.452766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:00 smithi137 ceph-mon[117020]: pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:00 smithi137 ceph-mon[117020]: from='client.452766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:00 smithi066 ceph-mon[112137]: pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:00 smithi066 ceph-mon[112137]: from='client.452766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:02 smithi203 ceph-mon[117428]: pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:02 smithi137 ceph-mon[117020]: pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:02 smithi066 ceph-mon[112137]: pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:04.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:04.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:04.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:04 smithi203 ceph-mon[117428]: pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:04 smithi137 ceph-mon[117020]: pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:04 smithi066 ceph-mon[112137]: pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:05.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:05.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:05.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:05.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:05.322 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:06 smithi203 ceph-mon[117428]: pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:06 smithi203 ceph-mon[117428]: from='client.452841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:06 smithi137 ceph-mon[117020]: pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:06 smithi137 ceph-mon[117020]: from='client.452841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:06 smithi066 ceph-mon[112137]: pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:06.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:06 smithi066 ceph-mon[112137]: from='client.452841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:08.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:08 smithi203 ceph-mon[117428]: pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:28:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:08 smithi137 ceph-mon[117020]: pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:28:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:08 smithi066 ceph-mon[112137]: pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:28:10.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:10.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:10.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:10 smithi203 ceph-mon[117428]: pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:10 smithi137 ceph-mon[117020]: pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:10 smithi066 ceph-mon[112137]: pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:11.047 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:11.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:11.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:11.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:11.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:12 smithi203 ceph-mon[117428]: pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:12 smithi203 ceph-mon[117428]: from='client.452913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:12 smithi137 ceph-mon[117020]: pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:12 smithi137 ceph-mon[117020]: from='client.452913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:12 smithi066 ceph-mon[112137]: pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:12 smithi066 ceph-mon[112137]: from='client.452913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:14 smithi203 ceph-mon[117428]: pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:14 smithi137 ceph-mon[117020]: pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:14 smithi066 ceph-mon[112137]: pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:16.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:16.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:16.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:16.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:16.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:16.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:16.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:16.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:16.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:16 smithi203 ceph-mon[117428]: pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:28:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:16 smithi137 ceph-mon[117020]: pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:28:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:16 smithi066 ceph-mon[112137]: pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:28:17.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:17 smithi203 ceph-mon[117428]: from='client.452991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:17.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:17 smithi137 ceph-mon[117020]: from='client.452991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:17.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:17 smithi066 ceph-mon[112137]: from='client.452991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:18.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:18 smithi203 ceph-mon[117428]: pgmap v16651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:18 smithi137 ceph-mon[117020]: pgmap v16651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:18 smithi066 ceph-mon[112137]: pgmap v16651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:20.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:20 smithi203 ceph-mon[117428]: pgmap v16652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:20 smithi137 ceph-mon[117020]: pgmap v16652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:20 smithi066 ceph-mon[112137]: pgmap v16652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:21.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:21.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:21.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:22.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:22.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:22.503 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:22.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:22.504 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:22.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:22 smithi203 ceph-mon[117428]: pgmap v16653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:22 smithi137 ceph-mon[117020]: pgmap v16653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:22 smithi066 ceph-mon[112137]: pgmap v16653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:23.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:23 smithi203 ceph-mon[117428]: from='client.453069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:23.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:23 smithi137 ceph-mon[117020]: from='client.453069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:23.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:23 smithi066 ceph-mon[112137]: from='client.453069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:24.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:24 smithi203 ceph-mon[117428]: pgmap v16654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:24 smithi137 ceph-mon[117020]: pgmap v16654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:24 smithi066 ceph-mon[112137]: pgmap v16654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:26 smithi137 ceph-mon[117020]: pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:28:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:26 smithi066 ceph-mon[112137]: pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:28:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:26 smithi203 ceph-mon[117428]: pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:28:27.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:27.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:27.505 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:28.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:28.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:28.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:28.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:28.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:28 smithi137 ceph-mon[117020]: pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:28:28.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:28 smithi066 ceph-mon[112137]: pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:28:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:28 smithi203 ceph-mon[117428]: pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:28:29.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:29 smithi137 ceph-mon[117020]: from='client.453141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:29.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:29 smithi066 ceph-mon[112137]: from='client.453141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:30.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:29 smithi203 ceph-mon[117428]: from='client.453141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:30 smithi137 ceph-mon[117020]: pgmap v16657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:30 smithi066 ceph-mon[112137]: pgmap v16657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:30 smithi203 ceph-mon[117428]: pgmap v16657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:31 smithi066 ceph-mon[112137]: pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:32.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:31 smithi203 ceph-mon[117428]: pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:32.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:31 smithi137 ceph-mon[117020]: pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:33.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:33.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:33.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:33.996 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:33.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:33.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:33.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:33.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:34.734 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:34 smithi066 ceph-mon[112137]: pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:34 smithi203 ceph-mon[117428]: pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:34 smithi137 ceph-mon[117020]: pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:35.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:35 smithi203 ceph-mon[117428]: from='client.453219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:35.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:35 smithi137 ceph-mon[117020]: from='client.453219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:35.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:35 smithi066 ceph-mon[112137]: from='client.453219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:36.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:36 smithi203 ceph-mon[117428]: pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:28:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:36 smithi137 ceph-mon[117020]: pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:28:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:36 smithi066 ceph-mon[112137]: pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:28:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:38 smithi203 ceph-mon[117428]: pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:28:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:38 smithi137 ceph-mon[117020]: pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:28:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:38 smithi066 ceph-mon[112137]: pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:28:38.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:38.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:38.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:39.722 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:39.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:39.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:39.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:39.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:40 smithi203 ceph-mon[117428]: pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:40 smithi203 ceph-mon[117428]: from='client.453291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:40 smithi137 ceph-mon[117020]: pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:40 smithi137 ceph-mon[117020]: from='client.453291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:40 smithi066 ceph-mon[112137]: pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:40.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:40 smithi066 ceph-mon[112137]: from='client.453291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:42 smithi203 ceph-mon[117428]: pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:28:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:42 smithi137 ceph-mon[117020]: pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:28:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:42 smithi066 ceph-mon[112137]: pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:28:44.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:44.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:44.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:44 smithi203 ceph-mon[117428]: pgmap v16664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:28:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:44 smithi137 ceph-mon[117020]: pgmap v16664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:28:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:44 smithi066 ceph-mon[112137]: pgmap v16664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:28:45.447 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:45.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:45.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:45.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:45.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:46 smithi203 ceph-mon[117428]: pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:28:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:46 smithi203 ceph-mon[117428]: from='client.453369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:46 smithi137 ceph-mon[117020]: pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:28:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:46 smithi137 ceph-mon[117020]: from='client.453369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:46 smithi066 ceph-mon[112137]: pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:28:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:46 smithi066 ceph-mon[112137]: from='client.453369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:48 smithi203 ceph-mon[117428]: pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:28:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:48 smithi137 ceph-mon[117020]: pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:28:48.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:48 smithi066 ceph-mon[112137]: pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:28:50.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:50.449 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:50.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:50 smithi203 ceph-mon[117428]: pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:50 smithi137 ceph-mon[117020]: pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:50 smithi066 ceph-mon[112137]: pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:51.237 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:51.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:51.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:51.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:51.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:28:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:28:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:28:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:28:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:28:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:28:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:28:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:28:51.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:28:51.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:28:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:28:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:28:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:52 smithi203 ceph-mon[117428]: pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:52 smithi203 ceph-mon[117428]: from='client.453444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:52 smithi137 ceph-mon[117020]: pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:52 smithi137 ceph-mon[117020]: from='client.453444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:52 smithi066 ceph-mon[112137]: pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:52 smithi066 ceph-mon[112137]: from='client.453444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:54 smithi203 ceph-mon[117428]: pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:28:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:54 smithi137 ceph-mon[117020]: pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:28:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:54 smithi066 ceph-mon[112137]: pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:28:56.238 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:28:56.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:56.239 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:56 smithi203 ceph-mon[117428]: pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:28:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:56 smithi137 ceph-mon[117020]: pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:28:56.961 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:28:56.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:56.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:56.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:56.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:28:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:56 smithi066 ceph-mon[112137]: pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:28:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:58 smithi203 ceph-mon[117428]: from='client.453522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:28:58 smithi203 ceph-mon[117428]: pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:28:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:58 smithi137 ceph-mon[117020]: from='client.453522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:58.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:28:58 smithi137 ceph-mon[117020]: pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:28:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:58 smithi066 ceph-mon[112137]: from='client.453522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:28:58 smithi066 ceph-mon[112137]: pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:29:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:00 smithi203 ceph-mon[117428]: pgmap v16672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:00 smithi137 ceph-mon[117020]: pgmap v16672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:00 smithi066 ceph-mon[112137]: pgmap v16672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:01.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:01.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:01.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:02.696 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:02.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:02.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:02.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:02.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:02.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:02 smithi203 ceph-mon[117428]: pgmap v16673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:02 smithi137 ceph-mon[117020]: pgmap v16673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:02 smithi066 ceph-mon[112137]: pgmap v16673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:03.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:03 smithi203 ceph-mon[117428]: from='client.453597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:03.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:03 smithi137 ceph-mon[117020]: from='client.453597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:03.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:03 smithi066 ceph-mon[112137]: from='client.453597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:04 smithi203 ceph-mon[117428]: pgmap v16674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:04 smithi137 ceph-mon[117020]: pgmap v16674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:04 smithi066 ceph-mon[112137]: pgmap v16674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:06 smithi203 ceph-mon[117428]: pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:06 smithi137 ceph-mon[117020]: pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:06 smithi066 ceph-mon[112137]: pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:07.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:07.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:07.698 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:08.438 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:08.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:08.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:08.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:08.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:08 smithi203 ceph-mon[117428]: pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:08 smithi137 ceph-mon[117020]: pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:08 smithi066 ceph-mon[112137]: pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:09.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:09 smithi203 ceph-mon[117428]: from='client.453672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:09.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:09 smithi137 ceph-mon[117020]: from='client.453672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:09.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:09 smithi066 ceph-mon[112137]: from='client.453672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:10.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:10 smithi203 ceph-mon[117428]: pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:10 smithi137 ceph-mon[117020]: pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:10 smithi066 ceph-mon[112137]: pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:12 smithi203 ceph-mon[117428]: pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:12 smithi137 ceph-mon[117020]: pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:12 smithi066 ceph-mon[112137]: pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:13.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:13.440 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:13.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:14.188 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:14.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:14.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:14.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:14.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:14 smithi203 ceph-mon[117428]: pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:14 smithi137 ceph-mon[117020]: pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:14 smithi066 ceph-mon[112137]: pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:15.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:15 smithi137 ceph-mon[117020]: from='client.453750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:15.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:15 smithi066 ceph-mon[112137]: from='client.453750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:15 smithi203 ceph-mon[117428]: from='client.453750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:16 smithi137 ceph-mon[117020]: pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:16 smithi066 ceph-mon[112137]: pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:16 smithi203 ceph-mon[117428]: pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:18 smithi137 ceph-mon[117020]: pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:18.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:18 smithi066 ceph-mon[112137]: pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:18 smithi203 ceph-mon[117428]: pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:19.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:19.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:19.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:19.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:19.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:19.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:19.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:19.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:20 smithi137 ceph-mon[117020]: pgmap v16682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:20 smithi137 ceph-mon[117020]: from='client.453825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:20 smithi066 ceph-mon[112137]: pgmap v16682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:20.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:20 smithi066 ceph-mon[112137]: from='client.453825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:20 smithi203 ceph-mon[117428]: pgmap v16682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:20 smithi203 ceph-mon[117428]: from='client.453825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:22 smithi137 ceph-mon[117020]: pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:29:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:22 smithi066 ceph-mon[112137]: pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:29:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:22 smithi203 ceph-mon[117428]: pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:29:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:24 smithi137 ceph-mon[117020]: pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:29:24.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:24.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:24.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:24 smithi066 ceph-mon[112137]: pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:29:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:24 smithi203 ceph-mon[117428]: pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:29:25.644 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:25.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:25.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:25.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:25.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:26 smithi137 ceph-mon[117020]: pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:29:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:26 smithi137 ceph-mon[117020]: from='client.453900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:26 smithi066 ceph-mon[112137]: pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:29:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:26 smithi066 ceph-mon[112137]: from='client.453900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:26 smithi203 ceph-mon[117428]: pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:29:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:26 smithi203 ceph-mon[117428]: from='client.453900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:28.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:28 smithi137 ceph-mon[117020]: pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:29:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:28 smithi066 ceph-mon[112137]: pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:29:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:28 smithi203 ceph-mon[117428]: pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:29:29.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:29 smithi137 ceph-mon[117020]: pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:29.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:29 smithi066 ceph-mon[112137]: pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:29 smithi203 ceph-mon[117428]: pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:30.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:30.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:30.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:31.386 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:31.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:31.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:31.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:31.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:31 smithi203 ceph-mon[117428]: pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:32.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:31 smithi203 ceph-mon[117428]: from='client.453978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:32.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:31 smithi137 ceph-mon[117020]: pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:32.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:31 smithi137 ceph-mon[117020]: from='client.453978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:32.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:31 smithi066 ceph-mon[112137]: pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:32.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:31 smithi066 ceph-mon[112137]: from='client.453978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:34 smithi203 ceph-mon[117428]: pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:29:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:34 smithi137 ceph-mon[117020]: pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:29:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:34 smithi066 ceph-mon[112137]: pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:29:36.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:36.388 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:36.389 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:36.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:36 smithi203 ceph-mon[117428]: pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:29:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:36 smithi137 ceph-mon[117020]: pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:29:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:36 smithi066 ceph-mon[112137]: pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:29:37.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:37.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:37.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:37.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:37.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:38 smithi203 ceph-mon[117428]: pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:29:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:38 smithi203 ceph-mon[117428]: from='client.454053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:38 smithi137 ceph-mon[117020]: pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:29:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:38 smithi137 ceph-mon[117020]: from='client.454053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:38 smithi066 ceph-mon[112137]: pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:29:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:38 smithi066 ceph-mon[112137]: from='client.454053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:40 smithi203 ceph-mon[117428]: pgmap v16692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:40 smithi137 ceph-mon[117020]: pgmap v16692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:40 smithi066 ceph-mon[112137]: pgmap v16692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:42.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:42.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:42.128 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:42.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:42 smithi203 ceph-mon[117428]: pgmap v16693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:42 smithi137 ceph-mon[117020]: pgmap v16693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:42.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:42.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:42.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:42.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:42.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:42 smithi066 ceph-mon[112137]: pgmap v16693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:43.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:43 smithi203 ceph-mon[117428]: from='client.454125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:43.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:43 smithi137 ceph-mon[117020]: from='client.454125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:43.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:43 smithi066 ceph-mon[112137]: from='client.454125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:44.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:44 smithi203 ceph-mon[117428]: pgmap v16694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:44 smithi137 ceph-mon[117020]: pgmap v16694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:44 smithi066 ceph-mon[112137]: pgmap v16694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:46 smithi203 ceph-mon[117428]: pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:46 smithi137 ceph-mon[117020]: pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:46.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:46 smithi066 ceph-mon[112137]: pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:47.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:47.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:47.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:48.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:48.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:48.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:48.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:48.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:48.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:48 smithi203 ceph-mon[117428]: pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:48 smithi137 ceph-mon[117020]: pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:48 smithi066 ceph-mon[112137]: pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:49.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:49 smithi203 ceph-mon[117428]: from='client.454200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:49.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:49 smithi137 ceph-mon[117020]: from='client.454200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:49.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:49 smithi066 ceph-mon[112137]: from='client.454200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:50 smithi203 ceph-mon[117428]: pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:50 smithi137 ceph-mon[117020]: pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:50 smithi066 ceph-mon[112137]: pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:51.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:29:51.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:29:51.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:29:52.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:29:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:29:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:29:52.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:29:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:29:53.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:53.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:53.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:54.327 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:29:54.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:54.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:54.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:54.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:29:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:54 smithi203 ceph-mon[117428]: pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:54 smithi137 ceph-mon[117020]: pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:54 smithi066 ceph-mon[112137]: pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:55 smithi203 ceph-mon[117428]: from='client.454275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:55 smithi137 ceph-mon[117020]: from='client.454275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:55.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:55 smithi066 ceph-mon[112137]: from='client.454275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:56 smithi203 ceph-mon[117428]: pgmap v16700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:56 smithi137 ceph-mon[117020]: pgmap v16700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:56 smithi066 ceph-mon[112137]: pgmap v16700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:29:58 smithi203 ceph-mon[117428]: pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:29:58 smithi137 ceph-mon[117020]: pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:29:58 smithi066 ceph-mon[112137]: pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:59.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:29:59.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:59.330 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:00.055 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:00.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:00.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:00.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:00.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:00 smithi203 ceph-mon[117428]: pgmap v16702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:00.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T02:30:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:00 smithi137 ceph-mon[117020]: pgmap v16702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T02:30:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:00 smithi066 ceph-mon[112137]: pgmap v16702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T02:30:01.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:01 smithi203 ceph-mon[117428]: from='client.454353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:01.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:01 smithi137 ceph-mon[117020]: from='client.454353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:01 smithi066 ceph-mon[112137]: from='client.454353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:02.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:02 smithi203 ceph-mon[117428]: pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:02 smithi137 ceph-mon[117020]: pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:02 smithi066 ceph-mon[112137]: pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:04 smithi203 ceph-mon[117428]: pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:04 smithi137 ceph-mon[117020]: pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:04 smithi066 ceph-mon[112137]: pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:05.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:05.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:05.057 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:05.785 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:05.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:05.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:05.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:05.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:06 smithi203 ceph-mon[117428]: pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:30:06.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:06 smithi203 ceph-mon[117428]: from='client.454428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:06 smithi137 ceph-mon[117020]: pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:30:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:06 smithi137 ceph-mon[117020]: from='client.454428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:06 smithi066 ceph-mon[112137]: pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:30:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:06 smithi066 ceph-mon[112137]: from='client.454428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:08 smithi203 ceph-mon[117428]: pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:30:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:08 smithi137 ceph-mon[117020]: pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:30:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:08 smithi066 ceph-mon[112137]: pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:30:10.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:10.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:10.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:10.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:10 smithi203 ceph-mon[117428]: pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:10 smithi137 ceph-mon[117020]: pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:10 smithi066 ceph-mon[112137]: pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:11.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:11.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:11.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:11.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:11.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:12 smithi203 ceph-mon[117428]: pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:12.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:12 smithi203 ceph-mon[117428]: from='client.454503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:12 smithi137 ceph-mon[117020]: pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:12 smithi137 ceph-mon[117020]: from='client.454503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:12 smithi066 ceph-mon[112137]: pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:12 smithi066 ceph-mon[112137]: from='client.454503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:14.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:14 smithi203 ceph-mon[117428]: pgmap v16709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:14 smithi137 ceph-mon[117020]: pgmap v16709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:14 smithi066 ceph-mon[112137]: pgmap v16709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:16.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:16.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:16.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:16 smithi137 ceph-mon[117020]: pgmap v16710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:30:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:16 smithi066 ceph-mon[112137]: pgmap v16710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:30:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:16 smithi203 ceph-mon[117428]: pgmap v16710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:30:17.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:17.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:17.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:17.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:17.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:18 smithi137 ceph-mon[117020]: pgmap v16711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:30:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:18 smithi137 ceph-mon[117020]: from='client.454578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:18 smithi066 ceph-mon[112137]: pgmap v16711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:30:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:18 smithi066 ceph-mon[112137]: from='client.454578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:18 smithi203 ceph-mon[117428]: pgmap v16711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:30:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:18 smithi203 ceph-mon[117428]: from='client.454578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:20 smithi137 ceph-mon[117020]: pgmap v16712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:20 smithi066 ceph-mon[112137]: pgmap v16712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:20 smithi203 ceph-mon[117428]: pgmap v16712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:22.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:22.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:22.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:22 smithi137 ceph-mon[117020]: pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:22 smithi066 ceph-mon[112137]: pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:22.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:22.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:22.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:22.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:22.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:22 smithi203 ceph-mon[117428]: pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:24 smithi137 ceph-mon[117020]: from='client.454653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:24.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:24 smithi137 ceph-mon[117020]: pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:24 smithi066 ceph-mon[112137]: from='client.454653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:24 smithi066 ceph-mon[112137]: pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:24 smithi203 ceph-mon[117428]: from='client.454653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:24 smithi203 ceph-mon[117428]: pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:26 smithi137 ceph-mon[117020]: pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:26 smithi066 ceph-mon[112137]: pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:26 smithi203 ceph-mon[117428]: pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:27.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:27.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:27.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:28.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:28.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:28.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:28.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:28.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:28 smithi137 ceph-mon[117020]: pgmap v16716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:30:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:28 smithi066 ceph-mon[112137]: pgmap v16716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:30:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:28 smithi203 ceph-mon[117428]: pgmap v16716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:30:29.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:29 smithi137 ceph-mon[117020]: from='client.454731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:29.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:29 smithi066 ceph-mon[112137]: from='client.454731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:30.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:29 smithi203 ceph-mon[117428]: from='client.454731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:30 smithi137 ceph-mon[117020]: pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:30 smithi066 ceph-mon[112137]: pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:30 smithi203 ceph-mon[117428]: pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:32 smithi137 ceph-mon[117020]: pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:32 smithi066 ceph-mon[112137]: pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:32 smithi203 ceph-mon[117428]: pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:33.731 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:33.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:33.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:34.454 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:34.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:34.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:34.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:34.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:34 smithi137 ceph-mon[117020]: pgmap v16719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:34 smithi066 ceph-mon[112137]: pgmap v16719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:34 smithi203 ceph-mon[117428]: pgmap v16719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:35.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:35 smithi137 ceph-mon[117020]: from='client.454809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:35.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:35 smithi066 ceph-mon[112137]: from='client.454809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:36.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:35 smithi203 ceph-mon[117428]: from='client.454809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:36 smithi137 ceph-mon[117020]: pgmap v16720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:36 smithi066 ceph-mon[112137]: pgmap v16720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:36 smithi203 ceph-mon[117428]: pgmap v16720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:38.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:38 smithi203 ceph-mon[117428]: pgmap v16721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:38 smithi137 ceph-mon[117020]: pgmap v16721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:38 smithi066 ceph-mon[112137]: pgmap v16721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:39.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:39.457 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:39.457 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:40.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:40.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:40.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:40.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:40.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:40.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:40 smithi203 ceph-mon[117428]: pgmap v16722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:40 smithi137 ceph-mon[117020]: pgmap v16722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:40 smithi066 ceph-mon[112137]: pgmap v16722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:41.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:41 smithi203 ceph-mon[117428]: from='client.454881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:41.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:41 smithi137 ceph-mon[117020]: from='client.454881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:41.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:41 smithi066 ceph-mon[112137]: from='client.454881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:42.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:42 smithi203 ceph-mon[117428]: pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:42 smithi137 ceph-mon[117020]: pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:42 smithi066 ceph-mon[112137]: pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:44 smithi203 ceph-mon[117428]: pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:44 smithi137 ceph-mon[117020]: pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:44 smithi066 ceph-mon[112137]: pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:45.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:45.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:45.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:45.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:45.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:45.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:45.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:45.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:46.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:46 smithi203 ceph-mon[117428]: pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:46.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:46 smithi203 ceph-mon[117428]: from='client.454959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:46 smithi137 ceph-mon[117020]: pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:46 smithi137 ceph-mon[117020]: from='client.454959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:46 smithi066 ceph-mon[112137]: pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:46 smithi066 ceph-mon[112137]: from='client.454959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:48.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:48 smithi203 ceph-mon[117428]: pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:48 smithi137 ceph-mon[117020]: pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:48 smithi066 ceph-mon[112137]: pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:50 smithi203 ceph-mon[117428]: pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:50 smithi137 ceph-mon[117020]: pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:50.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:50.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:50.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:50 smithi066 ceph-mon[112137]: pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:51.675 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:51.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:51.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:51.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:51.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:52.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:52 smithi203 ceph-mon[117428]: pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:52 smithi203 ceph-mon[117428]: from='client.455037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:30:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:52 smithi137 ceph-mon[117020]: pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:52 smithi137 ceph-mon[117020]: from='client.455037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:30:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:52 smithi066 ceph-mon[112137]: pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:52 smithi066 ceph-mon[112137]: from='client.455037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:30:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:30:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:30:53.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:30:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:30:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:30:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:30:53.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:30:53.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:30:53.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:30:54.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:54 smithi203 ceph-mon[117428]: pgmap v16729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:54 smithi137 ceph-mon[117020]: pgmap v16729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:54 smithi066 ceph-mon[112137]: pgmap v16729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:56.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:30:56.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:56.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:56 smithi203 ceph-mon[117428]: pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:56 smithi137 ceph-mon[117020]: pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:56 smithi066 ceph-mon[112137]: pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:57.402 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:30:57.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:57.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:57.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:57.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:30:58.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:58 smithi203 ceph-mon[117428]: pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:58.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:30:58 smithi203 ceph-mon[117428]: from='client.455112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:58 smithi137 ceph-mon[117020]: pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:30:58 smithi137 ceph-mon[117020]: from='client.455112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:58 smithi066 ceph-mon[112137]: pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:30:58 smithi066 ceph-mon[112137]: from='client.455112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:00.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:00 smithi203 ceph-mon[117428]: pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:00 smithi137 ceph-mon[117020]: pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:00 smithi066 ceph-mon[112137]: pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:02.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:02.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:02.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:02.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:02 smithi203 ceph-mon[117428]: pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:02 smithi137 ceph-mon[117020]: pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:02 smithi066 ceph-mon[112137]: pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:03.138 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:03.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:03.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:03.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:03.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:04 smithi203 ceph-mon[117428]: pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:04.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:04 smithi203 ceph-mon[117428]: from='client.455190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:04 smithi137 ceph-mon[117020]: pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:04 smithi137 ceph-mon[117020]: from='client.455190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:04 smithi066 ceph-mon[112137]: pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:04.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:04 smithi066 ceph-mon[112137]: from='client.455190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:06.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:06 smithi203 ceph-mon[117428]: pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:06 smithi137 ceph-mon[117020]: pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:06 smithi066 ceph-mon[112137]: pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:08.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:08.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:08.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:08.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:08 smithi203 ceph-mon[117428]: pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:08.869 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:08.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:08.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:08.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:08.869 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:08 smithi137 ceph-mon[117020]: pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:08 smithi066 ceph-mon[112137]: pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:09.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:09 smithi137 ceph-mon[117020]: from='client.455259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:09.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:09 smithi066 ceph-mon[112137]: from='client.455259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:10.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:09 smithi203 ceph-mon[117428]: from='client.455259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:10 smithi137 ceph-mon[117020]: pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:10 smithi066 ceph-mon[112137]: pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:10 smithi203 ceph-mon[117428]: pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:12 smithi137 ceph-mon[117020]: pgmap v16738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:12 smithi066 ceph-mon[112137]: pgmap v16738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:12 smithi203 ceph-mon[117428]: pgmap v16738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:13.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:13.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:13.871 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:14.605 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:14.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:14.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:14.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:14.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:14 smithi137 ceph-mon[117020]: pgmap v16739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:14 smithi066 ceph-mon[112137]: pgmap v16739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:14 smithi203 ceph-mon[117428]: pgmap v16739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:15.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:15 smithi137 ceph-mon[117020]: from='client.455328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:15.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:15 smithi066 ceph-mon[112137]: from='client.455328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:15 smithi203 ceph-mon[117428]: from='client.455328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:16 smithi137 ceph-mon[117020]: pgmap v16740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:16 smithi066 ceph-mon[112137]: pgmap v16740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:16 smithi203 ceph-mon[117428]: pgmap v16740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:18 smithi137 ceph-mon[117020]: pgmap v16741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:18 smithi066 ceph-mon[112137]: pgmap v16741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:18 smithi203 ceph-mon[117428]: pgmap v16741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:19.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:19.607 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:19.607 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:20.345 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:20.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:20 smithi137 ceph-mon[117020]: pgmap v16742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:20 smithi066 ceph-mon[112137]: pgmap v16742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:20 smithi203 ceph-mon[117428]: pgmap v16742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:21.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:21 smithi137 ceph-mon[117020]: from='client.455406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:21.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:21 smithi066 ceph-mon[112137]: from='client.455406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:22.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:21 smithi203 ceph-mon[117428]: from='client.455406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:22 smithi137 ceph-mon[117020]: pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:22 smithi066 ceph-mon[112137]: pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:22 smithi203 ceph-mon[117428]: pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:24 smithi137 ceph-mon[117020]: pgmap v16744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:24 smithi066 ceph-mon[112137]: pgmap v16744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:24 smithi203 ceph-mon[117428]: pgmap v16744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:25.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:25.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:25.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:26.065 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:26.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:26.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:26.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:26.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:26 smithi137 ceph-mon[117020]: pgmap v16745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:26 smithi066 ceph-mon[112137]: pgmap v16745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:26 smithi203 ceph-mon[117428]: pgmap v16745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:27.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:27 smithi137 ceph-mon[117020]: from='client.455481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:27.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:27 smithi066 ceph-mon[112137]: from='client.455481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:28.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:27 smithi203 ceph-mon[117428]: from='client.455481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:28 smithi137 ceph-mon[117020]: pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:28 smithi066 ceph-mon[112137]: pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:28 smithi203 ceph-mon[117428]: pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:30 smithi137 ceph-mon[117020]: pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:30 smithi066 ceph-mon[112137]: pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:31.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:31.068 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:31.068 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:30 smithi203 ceph-mon[117428]: pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:31.785 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:31.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:31.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:31.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:31.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:32 smithi066 ceph-mon[112137]: pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:32.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:32 smithi066 ceph-mon[112137]: from='client.455559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:32 smithi203 ceph-mon[117428]: pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:32 smithi203 ceph-mon[117428]: from='client.455559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:32 smithi137 ceph-mon[117020]: pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:32 smithi137 ceph-mon[117020]: from='client.455559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:33.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:33 smithi066 ceph-mon[112137]: pgmap v16749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:34.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:33 smithi203 ceph-mon[117428]: pgmap v16749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:33 smithi137 ceph-mon[117020]: pgmap v16749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:36.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:35 smithi203 ceph-mon[117428]: pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:36.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:35 smithi137 ceph-mon[117020]: pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:36.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:35 smithi066 ceph-mon[112137]: pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:36.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:36.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:36.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:37.519 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:37.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:37.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:37.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:37.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:38.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:38 smithi203 ceph-mon[117428]: pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:38 smithi203 ceph-mon[117428]: from='client.455634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:38 smithi137 ceph-mon[117020]: pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:38 smithi137 ceph-mon[117020]: from='client.455634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:38 smithi066 ceph-mon[112137]: pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:38.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:38 smithi066 ceph-mon[112137]: from='client.455634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:40.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:40 smithi203 ceph-mon[117428]: pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:40 smithi137 ceph-mon[117020]: pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:40 smithi066 ceph-mon[112137]: pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:42.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:42.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:42.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:42.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:42 smithi203 ceph-mon[117428]: pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:42 smithi137 ceph-mon[117020]: pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:42 smithi066 ceph-mon[112137]: pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:43.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:43.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:43.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:43.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:43.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:44 smithi203 ceph-mon[117428]: pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:44.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:44 smithi203 ceph-mon[117428]: from='client.455712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:44 smithi137 ceph-mon[117020]: pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:44 smithi137 ceph-mon[117020]: from='client.455712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:44 smithi066 ceph-mon[112137]: pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:44.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:44 smithi066 ceph-mon[112137]: from='client.455712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:46.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:46 smithi203 ceph-mon[117428]: pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:46 smithi137 ceph-mon[117020]: pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:46 smithi066 ceph-mon[112137]: pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:48.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:48.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:48.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:48.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:48 smithi203 ceph-mon[117428]: pgmap v16756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:48 smithi137 ceph-mon[117020]: pgmap v16756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:48 smithi066 ceph-mon[112137]: pgmap v16756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:49.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:49.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:49.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:49.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:49.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:50.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:50 smithi203 ceph-mon[117428]: from='client.455790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:50.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:50 smithi203 ceph-mon[117428]: pgmap v16757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:50 smithi137 ceph-mon[117020]: from='client.455790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:50 smithi137 ceph-mon[117020]: pgmap v16757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:50 smithi066 ceph-mon[112137]: from='client.455790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:50.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:50 smithi066 ceph-mon[112137]: pgmap v16757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:52.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:52 smithi203 ceph-mon[117428]: pgmap v16758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:52 smithi137 ceph-mon[117020]: pgmap v16758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:52 smithi066 ceph-mon[112137]: pgmap v16758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:53.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:31:53.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:31:53.866 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:31:54.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:54.779 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:31:54.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:54.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:54.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:54.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:31:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:54 smithi203 ceph-mon[117428]: pgmap v16759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:54.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:54 smithi137 ceph-mon[117020]: pgmap v16759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:54 smithi066 ceph-mon[112137]: pgmap v16759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:54.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='client.455868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16829M 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21121M 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:31:55.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:31:55.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='client.455868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16829M 2023-12-08T02:31:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21121M 2023-12-08T02:31:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:31:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:31:55.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='client.455868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16829M 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21121M 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:31:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:31:56.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:56 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15057M 2023-12-08T02:31:56.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:56 smithi203 ceph-mon[117428]: pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:31:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:56 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15057M 2023-12-08T02:31:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:56 smithi137 ceph-mon[117020]: pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:31:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:56 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15057M 2023-12-08T02:31:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:56 smithi066 ceph-mon[112137]: pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:31:58.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:31:58 smithi203 ceph-mon[117428]: pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:31:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:31:58 smithi137 ceph-mon[117020]: pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:31:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:31:58 smithi066 ceph-mon[112137]: pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:31:59.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:31:59.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:59.781 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:00.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:00.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:00.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:00.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:00.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:00.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:00 smithi203 ceph-mon[117428]: pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:32:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:00 smithi137 ceph-mon[117020]: pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:32:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:00 smithi066 ceph-mon[112137]: pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:32:01.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:01 smithi203 ceph-mon[117428]: from='client.455943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:01.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:01 smithi137 ceph-mon[117020]: from='client.455943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:01 smithi066 ceph-mon[112137]: from='client.455943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:02.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:02 smithi203 ceph-mon[117428]: pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:02 smithi137 ceph-mon[117020]: pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:02 smithi066 ceph-mon[112137]: pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:04 smithi137 ceph-mon[117020]: pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:04 smithi066 ceph-mon[112137]: pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:04 smithi203 ceph-mon[117428]: pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:05.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:05.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:05.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:06.241 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:06.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:06.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:06.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:06.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:06 smithi137 ceph-mon[117020]: pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:06 smithi066 ceph-mon[112137]: pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:06 smithi203 ceph-mon[117428]: pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:07.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:07 smithi137 ceph-mon[117020]: from='client.456018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:07.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:07 smithi066 ceph-mon[112137]: from='client.456018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:08.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:07 smithi203 ceph-mon[117428]: from='client.456018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:08 smithi137 ceph-mon[117020]: pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:32:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:08 smithi066 ceph-mon[112137]: pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:32:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:08 smithi203 ceph-mon[117428]: pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:32:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:10 smithi137 ceph-mon[117020]: pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:32:10.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:10 smithi066 ceph-mon[112137]: pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:32:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:10 smithi203 ceph-mon[117428]: pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:32:11.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:11.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:11.243 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:11.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:11.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:11.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:11.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:11.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:12 smithi137 ceph-mon[117020]: pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:32:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:12 smithi137 ceph-mon[117020]: from='client.456090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:12 smithi066 ceph-mon[112137]: pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:32:12.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:12 smithi066 ceph-mon[112137]: from='client.456090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:12 smithi203 ceph-mon[117428]: pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:32:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:12 smithi203 ceph-mon[117428]: from='client.456090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:14 smithi137 ceph-mon[117020]: pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:14 smithi066 ceph-mon[112137]: pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:14 smithi203 ceph-mon[117428]: pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:16 smithi137 ceph-mon[117020]: pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:16.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:16.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:16.969 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:16 smithi066 ceph-mon[112137]: pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:16 smithi203 ceph-mon[117428]: pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:17.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:17.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:17.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:17.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:17.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:18 smithi137 ceph-mon[117020]: pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:18 smithi137 ceph-mon[117020]: from='client.456168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:18 smithi066 ceph-mon[112137]: pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:18 smithi066 ceph-mon[112137]: from='client.456168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:18 smithi203 ceph-mon[117428]: pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:18 smithi203 ceph-mon[117428]: from='client.456168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:20 smithi137 ceph-mon[117020]: pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:20 smithi066 ceph-mon[112137]: pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:20 smithi203 ceph-mon[117428]: pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:22.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:22.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:22.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:22.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:22 smithi137 ceph-mon[117020]: pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:22 smithi066 ceph-mon[112137]: pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:22 smithi203 ceph-mon[117428]: pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:23.424 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:23.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:23.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:23.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:23.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:24 smithi137 ceph-mon[117020]: pgmap v16774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:24.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:24 smithi137 ceph-mon[117020]: from='client.456240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:24 smithi066 ceph-mon[112137]: pgmap v16774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:24 smithi066 ceph-mon[112137]: from='client.456240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:24 smithi203 ceph-mon[117428]: pgmap v16774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:24 smithi203 ceph-mon[117428]: from='client.456240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:26.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:26 smithi137 ceph-mon[117020]: pgmap v16775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:26 smithi066 ceph-mon[112137]: pgmap v16775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:26 smithi203 ceph-mon[117428]: pgmap v16775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:28.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:28.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:28.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:28.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:28 smithi137 ceph-mon[117020]: pgmap v16776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:28 smithi066 ceph-mon[112137]: pgmap v16776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:28 smithi203 ceph-mon[117428]: pgmap v16776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:29.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:29.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:29.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:29.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:29.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:30 smithi137 ceph-mon[117020]: pgmap v16777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:30.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:30 smithi137 ceph-mon[117020]: from='client.456315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:30 smithi066 ceph-mon[112137]: pgmap v16777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:30 smithi066 ceph-mon[112137]: from='client.456315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:30 smithi203 ceph-mon[117428]: pgmap v16777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:30 smithi203 ceph-mon[117428]: from='client.456315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:32.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:32 smithi137 ceph-mon[117020]: pgmap v16778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:32 smithi066 ceph-mon[112137]: pgmap v16778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:32 smithi203 ceph-mon[117428]: pgmap v16778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:34.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:34.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:34.157 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:34.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:34.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:34.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:34.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:34.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:34 smithi066 ceph-mon[112137]: pgmap v16779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:34 smithi203 ceph-mon[117428]: pgmap v16779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:34 smithi137 ceph-mon[117020]: pgmap v16779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:35.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:35 smithi066 ceph-mon[112137]: from='client.456390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:36.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:35 smithi203 ceph-mon[117428]: from='client.456390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:36.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:35 smithi137 ceph-mon[117020]: from='client.456390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:36 smithi066 ceph-mon[112137]: pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:36 smithi203 ceph-mon[117428]: pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:36 smithi137 ceph-mon[117020]: pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:38.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:38 smithi203 ceph-mon[117428]: pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:38 smithi137 ceph-mon[117020]: pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:38 smithi066 ceph-mon[112137]: pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:39.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:39.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:39.890 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:40.636 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:40.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:40.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:40.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:40.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:40.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:40 smithi203 ceph-mon[117428]: pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:40 smithi137 ceph-mon[117020]: pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:40 smithi066 ceph-mon[112137]: pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:41.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:41 smithi203 ceph-mon[117428]: from='client.456465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:41.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:41 smithi137 ceph-mon[117020]: from='client.456465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:41.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:41 smithi066 ceph-mon[112137]: from='client.456465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:42.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:42 smithi203 ceph-mon[117428]: pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:42 smithi137 ceph-mon[117020]: pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:42 smithi066 ceph-mon[112137]: pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:44.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:44 smithi203 ceph-mon[117428]: pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:44 smithi137 ceph-mon[117020]: pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:44 smithi066 ceph-mon[112137]: pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:45.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:45.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:45.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:46.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:46.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:46.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:46.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:46.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:46.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:46 smithi203 ceph-mon[117428]: pgmap v16785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:46 smithi137 ceph-mon[117020]: pgmap v16785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:46 smithi066 ceph-mon[112137]: pgmap v16785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:47.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:47 smithi203 ceph-mon[117428]: from='client.456543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:47.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:47 smithi137 ceph-mon[117020]: from='client.456543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:47.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:47 smithi066 ceph-mon[112137]: from='client.456543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:48.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:48 smithi203 ceph-mon[117428]: pgmap v16786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:32:48.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:48 smithi137 ceph-mon[117020]: pgmap v16786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:32:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:48 smithi066 ceph-mon[112137]: pgmap v16786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:32:50.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:50 smithi203 ceph-mon[117428]: pgmap v16787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:32:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:50 smithi137 ceph-mon[117020]: pgmap v16787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:32:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:50 smithi066 ceph-mon[112137]: pgmap v16787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:32:51.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:51.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:51.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:52.110 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:52.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:52.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:52.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:52.111 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:52.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:52 smithi203 ceph-mon[117428]: pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:32:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:52 smithi137 ceph-mon[117020]: pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:32:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:52 smithi066 ceph-mon[112137]: pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:32:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:53 smithi137 ceph-mon[117020]: from='client.456618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:53.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:53 smithi066 ceph-mon[112137]: from='client.456618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:54.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:53 smithi203 ceph-mon[117428]: from='client.456618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:54 smithi137 ceph-mon[117020]: pgmap v16789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:54 smithi066 ceph-mon[112137]: pgmap v16789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:54 smithi203 ceph-mon[117428]: pgmap v16789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:32:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:32:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:32:55.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:32:55.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:32:55.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:32:55.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:32:55.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:32:56.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:32:56.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:32:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:32:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:32:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:56 smithi137 ceph-mon[117020]: pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:56 smithi066 ceph-mon[112137]: pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:56 smithi203 ceph-mon[117428]: pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:57.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:32:57.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:57.112 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:57.846 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:32:57.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:57.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:57.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:57.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:32:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:58 smithi137 ceph-mon[117020]: pgmap v16791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:32:58 smithi137 ceph-mon[117020]: from='client.456696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:58 smithi066 ceph-mon[112137]: pgmap v16791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:32:58 smithi066 ceph-mon[112137]: from='client.456696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:58 smithi203 ceph-mon[117428]: pgmap v16791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:32:58 smithi203 ceph-mon[117428]: from='client.456696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:00 smithi137 ceph-mon[117020]: pgmap v16792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:00 smithi066 ceph-mon[112137]: pgmap v16792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:00 smithi203 ceph-mon[117428]: pgmap v16792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:02.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:02.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:02.848 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:02 smithi137 ceph-mon[117020]: pgmap v16793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:02 smithi066 ceph-mon[112137]: pgmap v16793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:02 smithi203 ceph-mon[117428]: pgmap v16793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:03.583 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:03.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:03.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:03.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:03.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:04 smithi137 ceph-mon[117020]: pgmap v16794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:04 smithi137 ceph-mon[117020]: from='client.456771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:04 smithi066 ceph-mon[112137]: pgmap v16794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:04 smithi066 ceph-mon[112137]: from='client.456771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:04 smithi203 ceph-mon[117428]: pgmap v16794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:04 smithi203 ceph-mon[117428]: from='client.456771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:06 smithi137 ceph-mon[117020]: pgmap v16795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:06 smithi066 ceph-mon[112137]: pgmap v16795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:06 smithi203 ceph-mon[117428]: pgmap v16795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:08.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:08.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:08.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:08 smithi137 ceph-mon[117020]: pgmap v16796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:08 smithi066 ceph-mon[112137]: pgmap v16796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:08 smithi203 ceph-mon[117428]: pgmap v16796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:09.314 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:09.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:09.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:09.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:09.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:10 smithi137 ceph-mon[117020]: pgmap v16797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:10 smithi137 ceph-mon[117020]: from='client.456846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:10 smithi066 ceph-mon[112137]: pgmap v16797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:10 smithi066 ceph-mon[112137]: from='client.456846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:10 smithi203 ceph-mon[117428]: pgmap v16797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:10 smithi203 ceph-mon[117428]: from='client.456846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:12 smithi137 ceph-mon[117020]: pgmap v16798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:12 smithi066 ceph-mon[112137]: pgmap v16798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:12 smithi203 ceph-mon[117428]: pgmap v16798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:14.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:14.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:14.317 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:14.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:14 smithi137 ceph-mon[117020]: pgmap v16799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:14 smithi066 ceph-mon[112137]: pgmap v16799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:15.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:15.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:15.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:15.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:15.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:14 smithi203 ceph-mon[117428]: pgmap v16799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:16 smithi137 ceph-mon[117020]: from='client.456921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:16 smithi137 ceph-mon[117020]: pgmap v16800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:16 smithi066 ceph-mon[112137]: from='client.456921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:16 smithi066 ceph-mon[112137]: pgmap v16800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:16 smithi203 ceph-mon[117428]: from='client.456921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:16 smithi203 ceph-mon[117428]: pgmap v16800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:18.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:18 smithi137 ceph-mon[117020]: pgmap v16801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:18 smithi066 ceph-mon[112137]: pgmap v16801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:18 smithi203 ceph-mon[117428]: pgmap v16801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:20.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:20.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:20.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:20.774 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:20.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:20.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:20.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:20.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:20.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:20 smithi137 ceph-mon[117020]: pgmap v16802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:20 smithi066 ceph-mon[112137]: pgmap v16802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:20 smithi203 ceph-mon[117428]: pgmap v16802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:21.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:21 smithi066 ceph-mon[112137]: from='client.456999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:22.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:21 smithi203 ceph-mon[117428]: from='client.456999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:22.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:21 smithi137 ceph-mon[117020]: from='client.456999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:22 smithi066 ceph-mon[112137]: pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:22 smithi203 ceph-mon[117428]: pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:22 smithi137 ceph-mon[117020]: pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:24 smithi066 ceph-mon[112137]: pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:24 smithi203 ceph-mon[117428]: pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:24 smithi137 ceph-mon[117020]: pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:25.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:25.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:25.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:26.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:26.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:26.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:26.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:26.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:26.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:26 smithi066 ceph-mon[112137]: pgmap v16805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:26 smithi203 ceph-mon[117428]: pgmap v16805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:26 smithi137 ceph-mon[117020]: pgmap v16805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:27.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:27 smithi066 ceph-mon[112137]: from='client.457071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:28.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:27 smithi203 ceph-mon[117428]: from='client.457071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:28.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:27 smithi137 ceph-mon[117020]: from='client.457071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:28 smithi066 ceph-mon[112137]: pgmap v16806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:28 smithi203 ceph-mon[117428]: pgmap v16806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:28 smithi137 ceph-mon[117020]: pgmap v16806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:29.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:29 smithi066 ceph-mon[112137]: pgmap v16807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:30.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:29 smithi203 ceph-mon[117428]: pgmap v16807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:30.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:29 smithi137 ceph-mon[117020]: pgmap v16807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:31.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:31.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:31.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:32.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:31 smithi203 ceph-mon[117428]: pgmap v16808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:32.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:31 smithi137 ceph-mon[117020]: pgmap v16808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:32.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:31 smithi066 ceph-mon[112137]: pgmap v16808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:32.244 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:32.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:32.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:32.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:32.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:33.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:33 smithi203 ceph-mon[117428]: from='client.457146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:33.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:33 smithi137 ceph-mon[117020]: from='client.457146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:33.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:33 smithi066 ceph-mon[112137]: from='client.457146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:34.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:34 smithi203 ceph-mon[117428]: pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:34 smithi137 ceph-mon[117020]: pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:34 smithi066 ceph-mon[112137]: pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:36.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:36 smithi203 ceph-mon[117428]: pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:36 smithi137 ceph-mon[117020]: pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:36 smithi066 ceph-mon[112137]: pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:37.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:37.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:37.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:37.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:37.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:37.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:37.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:37.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:38.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:38 smithi203 ceph-mon[117428]: pgmap v16811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:38.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:38 smithi203 ceph-mon[117428]: from='client.457221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:38 smithi137 ceph-mon[117020]: pgmap v16811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:38 smithi137 ceph-mon[117020]: from='client.457221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:38 smithi066 ceph-mon[112137]: pgmap v16811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:38 smithi066 ceph-mon[112137]: from='client.457221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:40.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:40 smithi203 ceph-mon[117428]: pgmap v16812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:40 smithi137 ceph-mon[117020]: pgmap v16812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:40 smithi066 ceph-mon[112137]: pgmap v16812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:42.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:42 smithi203 ceph-mon[117428]: pgmap v16813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:42 smithi137 ceph-mon[117020]: pgmap v16813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:42.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:42.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:42.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:42 smithi066 ceph-mon[112137]: pgmap v16813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:43.698 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:43.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:43.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:43.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:43.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:44.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:44 smithi203 ceph-mon[117428]: pgmap v16814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:44.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:44 smithi203 ceph-mon[117428]: from='client.457299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:44 smithi137 ceph-mon[117020]: pgmap v16814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:44 smithi137 ceph-mon[117020]: from='client.457299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:44 smithi066 ceph-mon[112137]: pgmap v16814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:44 smithi066 ceph-mon[112137]: from='client.457299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:46 smithi137 ceph-mon[117020]: pgmap v16815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:46 smithi066 ceph-mon[112137]: pgmap v16815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:46 smithi203 ceph-mon[117428]: pgmap v16815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:48.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:48.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:48.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:48 smithi137 ceph-mon[117020]: pgmap v16816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:48 smithi066 ceph-mon[112137]: pgmap v16816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:48 smithi203 ceph-mon[117428]: pgmap v16816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:49.422 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:49.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:49.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:49.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:49.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:50 smithi137 ceph-mon[117020]: pgmap v16817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:50 smithi137 ceph-mon[117020]: from='client.457371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:50 smithi066 ceph-mon[112137]: pgmap v16817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:50 smithi066 ceph-mon[112137]: from='client.457371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:50 smithi203 ceph-mon[117428]: pgmap v16817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:50 smithi203 ceph-mon[117428]: from='client.457371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:52 smithi137 ceph-mon[117020]: pgmap v16818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:52.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:52 smithi066 ceph-mon[112137]: pgmap v16818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:52 smithi203 ceph-mon[117428]: pgmap v16818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:54.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:33:54.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:54.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:54 smithi137 ceph-mon[117020]: pgmap v16819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:54 smithi066 ceph-mon[112137]: pgmap v16819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:54 smithi203 ceph-mon[117428]: pgmap v16819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:55.142 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:33:55.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:55.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:55.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:55.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:33:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:56 smithi137 ceph-mon[117020]: pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:56 smithi137 ceph-mon[117020]: from='client.457446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:33:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:33:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:33:56.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:33:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:56 smithi066 ceph-mon[112137]: pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:56 smithi066 ceph-mon[112137]: from='client.457446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:33:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:33:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:33:56.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:33:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:56 smithi203 ceph-mon[117428]: pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:56 smithi203 ceph-mon[117428]: from='client.457446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:33:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:33:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:33:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:33:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:33:58 smithi137 ceph-mon[117020]: pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:33:58 smithi066 ceph-mon[112137]: pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:33:58 smithi203 ceph-mon[117428]: pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:00.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:00.144 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:00.144 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:00 smithi137 ceph-mon[117020]: pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:00.890 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:00.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:00.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:00.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:00.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:00 smithi066 ceph-mon[112137]: pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:00 smithi203 ceph-mon[117428]: pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:01.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:01 smithi137 ceph-mon[117020]: from='client.457521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:01 smithi066 ceph-mon[112137]: from='client.457521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:02.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:01 smithi203 ceph-mon[117428]: from='client.457521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:02.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:02 smithi137 ceph-mon[117020]: pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:02 smithi066 ceph-mon[112137]: pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:02 smithi203 ceph-mon[117428]: pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:04.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:04 smithi137 ceph-mon[117020]: pgmap v16824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:04 smithi066 ceph-mon[112137]: pgmap v16824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:04 smithi203 ceph-mon[117428]: pgmap v16824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:05.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:05.892 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:05.892 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:06.617 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:06.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:06.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:06.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:06.617 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:06.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:06 smithi137 ceph-mon[117020]: pgmap v16825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:06 smithi066 ceph-mon[112137]: pgmap v16825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:06 smithi203 ceph-mon[117428]: pgmap v16825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:07.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:07 smithi137 ceph-mon[117020]: from='client.457596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:07.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:07 smithi066 ceph-mon[112137]: from='client.457596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:08.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:07 smithi203 ceph-mon[117428]: from='client.457596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:08.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:08 smithi137 ceph-mon[117020]: pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:08 smithi066 ceph-mon[112137]: pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:08 smithi203 ceph-mon[117428]: pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:10.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:10 smithi137 ceph-mon[117020]: pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:10 smithi066 ceph-mon[112137]: pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:10 smithi203 ceph-mon[117428]: pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:11.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:11.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:11.619 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:12.359 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:12.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:12.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:12.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:12.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:12.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:12 smithi137 ceph-mon[117020]: pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:12 smithi066 ceph-mon[112137]: pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:12 smithi203 ceph-mon[117428]: pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:13.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:13 smithi066 ceph-mon[112137]: from='client.457674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:14.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:13 smithi203 ceph-mon[117428]: from='client.457674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:13 smithi137 ceph-mon[117020]: from='client.457674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:14.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:14 smithi066 ceph-mon[112137]: pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:14 smithi203 ceph-mon[117428]: pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:14 smithi137 ceph-mon[117020]: pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:16 smithi066 ceph-mon[112137]: pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:16 smithi203 ceph-mon[117428]: pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:16 smithi137 ceph-mon[117020]: pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:17.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:17.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:17.362 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:18.107 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:18.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:18.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:18.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:18.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:18 smithi066 ceph-mon[112137]: pgmap v16831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:18 smithi203 ceph-mon[117428]: pgmap v16831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:18 smithi137 ceph-mon[117020]: pgmap v16831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:19.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:19 smithi066 ceph-mon[112137]: from='client.457746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:20.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:19 smithi203 ceph-mon[117428]: from='client.457746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:20.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:19 smithi137 ceph-mon[117020]: from='client.457746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:20 smithi066 ceph-mon[112137]: pgmap v16832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:20 smithi203 ceph-mon[117428]: pgmap v16832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:20 smithi137 ceph-mon[117020]: pgmap v16832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:22 smithi066 ceph-mon[112137]: pgmap v16833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:22 smithi203 ceph-mon[117428]: pgmap v16833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:23.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:23.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:23.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:22 smithi137 ceph-mon[117020]: pgmap v16833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:23.836 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:23.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:23.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:23.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:23.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:24 smithi066 ceph-mon[112137]: pgmap v16834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:24 smithi066 ceph-mon[112137]: from='client.457821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:24 smithi203 ceph-mon[117428]: pgmap v16834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:24 smithi203 ceph-mon[117428]: from='client.457821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:24 smithi137 ceph-mon[117020]: pgmap v16834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:24 smithi137 ceph-mon[117020]: from='client.457821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:26 smithi066 ceph-mon[112137]: pgmap v16835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:26 smithi203 ceph-mon[117428]: pgmap v16835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:26 smithi137 ceph-mon[117020]: pgmap v16835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:28.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:28.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:28.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:28 smithi066 ceph-mon[112137]: pgmap v16836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:28 smithi203 ceph-mon[117428]: pgmap v16836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:28 smithi137 ceph-mon[117020]: pgmap v16836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:29.569 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:29.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:29.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:29.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:29.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:30 smithi066 ceph-mon[112137]: pgmap v16837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:30 smithi066 ceph-mon[112137]: from='client.457896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:30 smithi203 ceph-mon[117428]: pgmap v16837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:30 smithi203 ceph-mon[117428]: from='client.457896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:30 smithi137 ceph-mon[117020]: pgmap v16837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:30 smithi137 ceph-mon[117020]: from='client.457896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:32 smithi066 ceph-mon[112137]: pgmap v16838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:32 smithi203 ceph-mon[117428]: pgmap v16838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:32 smithi137 ceph-mon[117020]: pgmap v16838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:34.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:34.571 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:34.571 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:34 smithi066 ceph-mon[112137]: pgmap v16839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:34 smithi203 ceph-mon[117428]: pgmap v16839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:34 smithi137 ceph-mon[117020]: pgmap v16839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:35.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:35.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:35.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:35.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:35.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:35.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:35 smithi066 ceph-mon[112137]: pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:35.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:35 smithi066 ceph-mon[112137]: from='client.457971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:36.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:35 smithi203 ceph-mon[117428]: pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:36.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:35 smithi203 ceph-mon[117428]: from='client.457971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:36.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:35 smithi137 ceph-mon[117020]: pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:36.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:35 smithi137 ceph-mon[117020]: from='client.457971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:38.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:38 smithi203 ceph-mon[117428]: pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:38 smithi137 ceph-mon[117020]: pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:38 smithi066 ceph-mon[112137]: pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:40.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:40.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:40.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:40.819 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:40 smithi203 ceph-mon[117428]: pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:40 smithi137 ceph-mon[117020]: pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:40 smithi066 ceph-mon[112137]: pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:41.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:41.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:41.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:41.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:41.023 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:42 smithi137 ceph-mon[117020]: from='client.458046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:42 smithi137 ceph-mon[117020]: pgmap v16843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:42 smithi066 ceph-mon[112137]: from='client.458046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:42.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:42 smithi066 ceph-mon[112137]: pgmap v16843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:42 smithi203 ceph-mon[117428]: from='client.458046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:42 smithi203 ceph-mon[117428]: pgmap v16843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:44 smithi137 ceph-mon[117020]: pgmap v16844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:44 smithi066 ceph-mon[112137]: pgmap v16844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:44 smithi203 ceph-mon[117428]: pgmap v16844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:46.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:46.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:46.025 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:46.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:46.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:46.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:46.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:46.752 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:46 smithi137 ceph-mon[117020]: pgmap v16845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:46 smithi066 ceph-mon[112137]: pgmap v16845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:46 smithi203 ceph-mon[117428]: pgmap v16845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:47.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:47 smithi137 ceph-mon[117020]: from='client.458124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:47.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:47 smithi066 ceph-mon[112137]: from='client.458124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:48.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:47 smithi203 ceph-mon[117428]: from='client.458124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:48 smithi137 ceph-mon[117020]: pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:48 smithi066 ceph-mon[112137]: pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:48 smithi203 ceph-mon[117428]: pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:50 smithi137 ceph-mon[117020]: pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:50 smithi066 ceph-mon[112137]: pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:50 smithi203 ceph-mon[117428]: pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:51.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:51.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:51.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:52.499 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:52.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:52.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:52.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:52.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:52 smithi137 ceph-mon[117020]: pgmap v16848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:52 smithi066 ceph-mon[112137]: pgmap v16848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:52 smithi203 ceph-mon[117428]: pgmap v16848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:53.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:53 smithi137 ceph-mon[117020]: from='client.458202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:53.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:53 smithi066 ceph-mon[112137]: from='client.458202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:54.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:53 smithi203 ceph-mon[117428]: from='client.458202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:54 smithi137 ceph-mon[117020]: pgmap v16849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:54 smithi066 ceph-mon[112137]: pgmap v16849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:54 smithi203 ceph-mon[117428]: pgmap v16849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:56 smithi137 ceph-mon[117020]: pgmap v16850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:34:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:56 smithi066 ceph-mon[112137]: pgmap v16850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:34:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:56 smithi203 ceph-mon[117428]: pgmap v16850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:34:57.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:34:57.501 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:57.501 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:57.606 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:34:57.607 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:34:57.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:34:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:34:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:34:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:34:58.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:34:58.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:34:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:34:58.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:58.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:58.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:58.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:34:58.216 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:34:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:58 smithi137 ceph-mon[117020]: pgmap v16851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:58 smithi066 ceph-mon[112137]: pgmap v16851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:58 smithi203 ceph-mon[117428]: pgmap v16851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:59.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:34:59 smithi137 ceph-mon[117020]: from='client.458280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:59.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:34:59 smithi066 ceph-mon[112137]: from='client.458280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:00.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:34:59 smithi203 ceph-mon[117428]: from='client.458280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:00.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:00 smithi137 ceph-mon[117020]: pgmap v16852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:00 smithi066 ceph-mon[112137]: pgmap v16852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:00 smithi203 ceph-mon[117428]: pgmap v16852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:02 smithi066 ceph-mon[112137]: pgmap v16853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:02 smithi203 ceph-mon[117428]: pgmap v16853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:02 smithi137 ceph-mon[117020]: pgmap v16853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:03.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:03.217 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:03.218 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:03.956 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:03.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:03.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:03.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:03.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:04 smithi066 ceph-mon[112137]: pgmap v16854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:04 smithi066 ceph-mon[112137]: from='client.458358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:04 smithi203 ceph-mon[117428]: pgmap v16854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:04 smithi203 ceph-mon[117428]: from='client.458358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:04 smithi137 ceph-mon[117020]: pgmap v16854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:04 smithi137 ceph-mon[117020]: from='client.458358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:06 smithi066 ceph-mon[112137]: pgmap v16855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:06 smithi203 ceph-mon[117428]: pgmap v16855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:06 smithi137 ceph-mon[117020]: pgmap v16855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:08.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:08.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:08.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:08 smithi066 ceph-mon[112137]: pgmap v16856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:08 smithi203 ceph-mon[117428]: pgmap v16856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:08 smithi137 ceph-mon[117020]: pgmap v16856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:09.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:09.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:09.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:09.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:09.683 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:10 smithi066 ceph-mon[112137]: pgmap v16857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:10 smithi066 ceph-mon[112137]: from='client.458436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:10 smithi203 ceph-mon[117428]: pgmap v16857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:10 smithi203 ceph-mon[117428]: from='client.458436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:10 smithi137 ceph-mon[117020]: pgmap v16857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:10 smithi137 ceph-mon[117020]: from='client.458436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:12 smithi066 ceph-mon[112137]: pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:35:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:12 smithi203 ceph-mon[117428]: pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:35:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:12 smithi137 ceph-mon[117020]: pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:35:14.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:14.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:14.686 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:14 smithi066 ceph-mon[112137]: pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:35:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:14 smithi203 ceph-mon[117428]: pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:35:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:14 smithi137 ceph-mon[117020]: pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:35:15.406 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:15.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:15.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:15.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:15.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:16 smithi066 ceph-mon[112137]: pgmap v16860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:16 smithi066 ceph-mon[112137]: from='client.458514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:16 smithi203 ceph-mon[117428]: pgmap v16860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:16 smithi203 ceph-mon[117428]: from='client.458514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:16 smithi137 ceph-mon[117020]: pgmap v16860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:16 smithi137 ceph-mon[117020]: from='client.458514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:18 smithi066 ceph-mon[112137]: pgmap v16861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:18 smithi203 ceph-mon[117428]: pgmap v16861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:18 smithi137 ceph-mon[117020]: pgmap v16861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:20.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:20.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:20.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:20 smithi066 ceph-mon[112137]: pgmap v16862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:20 smithi203 ceph-mon[117428]: pgmap v16862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:20 smithi137 ceph-mon[117020]: pgmap v16862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:21.139 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:21.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:21.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:21.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:21.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:22 smithi066 ceph-mon[112137]: from='client.458589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:22 smithi066 ceph-mon[112137]: pgmap v16863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:22 smithi203 ceph-mon[117428]: from='client.458589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:22 smithi203 ceph-mon[117428]: pgmap v16863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:22 smithi137 ceph-mon[117020]: from='client.458589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:22 smithi137 ceph-mon[117020]: pgmap v16863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:24 smithi066 ceph-mon[112137]: pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:35:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:24 smithi203 ceph-mon[117428]: pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:35:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:24 smithi137 ceph-mon[117020]: pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:35:26.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:26.141 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:26.142 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:26.870 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:26.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:26.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:26.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:26.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:26 smithi066 ceph-mon[112137]: pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:35:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:26 smithi203 ceph-mon[117428]: pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:35:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:26 smithi137 ceph-mon[117020]: pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:35:27.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:27 smithi066 ceph-mon[112137]: from='client.458667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:28.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:27 smithi203 ceph-mon[117428]: from='client.458667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:28.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:27 smithi137 ceph-mon[117020]: from='client.458667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:28 smithi066 ceph-mon[112137]: pgmap v16866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:28 smithi203 ceph-mon[117428]: pgmap v16866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:28 smithi137 ceph-mon[117020]: pgmap v16866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:30 smithi066 ceph-mon[112137]: pgmap v16867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:30 smithi203 ceph-mon[117428]: pgmap v16867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:30 smithi137 ceph-mon[117020]: pgmap v16867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:31.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:31.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:31.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:32.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:32.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:32.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:32.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:32.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:32 smithi066 ceph-mon[112137]: pgmap v16868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:32 smithi203 ceph-mon[117428]: pgmap v16868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:32 smithi137 ceph-mon[117020]: pgmap v16868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:33.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:33 smithi066 ceph-mon[112137]: from='client.458742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:33.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:33 smithi066 ceph-mon[112137]: pgmap v16869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:34.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:33 smithi203 ceph-mon[117428]: from='client.458742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:34.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:33 smithi203 ceph-mon[117428]: pgmap v16869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:33 smithi137 ceph-mon[117020]: from='client.458742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:33 smithi137 ceph-mon[117020]: pgmap v16869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:36.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:35 smithi137 ceph-mon[117020]: pgmap v16870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:36.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:35 smithi066 ceph-mon[112137]: pgmap v16870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:36.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:35 smithi203 ceph-mon[117428]: pgmap v16870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:37.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:37.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:37.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:38.313 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:38.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:38.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:38.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:38.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:38 smithi137 ceph-mon[117020]: pgmap v16871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:38 smithi066 ceph-mon[112137]: pgmap v16871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:38 smithi203 ceph-mon[117428]: pgmap v16871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:39.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:39 smithi137 ceph-mon[117020]: from='client.458820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:39.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:39 smithi066 ceph-mon[112137]: from='client.458820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:40.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:39 smithi203 ceph-mon[117428]: from='client.458820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:40 smithi137 ceph-mon[117020]: pgmap v16872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:40 smithi066 ceph-mon[112137]: pgmap v16872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:40 smithi203 ceph-mon[117428]: pgmap v16872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:42 smithi137 ceph-mon[117020]: pgmap v16873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:42 smithi066 ceph-mon[112137]: pgmap v16873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:42 smithi203 ceph-mon[117428]: pgmap v16873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:43.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:43.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:43.315 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:44.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:44.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:44.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:44.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:44.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:44 smithi137 ceph-mon[117020]: pgmap v16874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:44 smithi066 ceph-mon[112137]: pgmap v16874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:44 smithi203 ceph-mon[117428]: pgmap v16874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:45.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:45 smithi137 ceph-mon[117020]: from='client.458895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:45.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:45 smithi066 ceph-mon[112137]: from='client.458895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:46.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:45 smithi203 ceph-mon[117428]: from='client.458895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:46.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:46 smithi137 ceph-mon[117020]: pgmap v16875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:46 smithi066 ceph-mon[112137]: pgmap v16875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:46 smithi203 ceph-mon[117428]: pgmap v16875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:48 smithi137 ceph-mon[117020]: pgmap v16876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:48 smithi066 ceph-mon[112137]: pgmap v16876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:49.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:49.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:49.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:48 smithi203 ceph-mon[117428]: pgmap v16876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:49.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:49.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:49.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:49.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:49.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:50 smithi137 ceph-mon[117020]: pgmap v16877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:50 smithi137 ceph-mon[117020]: from='client.458967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:50 smithi066 ceph-mon[112137]: pgmap v16877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:50 smithi066 ceph-mon[112137]: from='client.458967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:50 smithi203 ceph-mon[117428]: pgmap v16877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:50 smithi203 ceph-mon[117428]: from='client.458967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:52 smithi137 ceph-mon[117020]: pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:35:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:52 smithi066 ceph-mon[112137]: pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:35:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:52 smithi203 ceph-mon[117428]: pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:35:54.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:35:54.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:54.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:54.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:54 smithi137 ceph-mon[117020]: pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:35:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:54 smithi066 ceph-mon[112137]: pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:35:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:54 smithi203 ceph-mon[117428]: pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:35:55.508 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:35:55.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:55.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:55.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:55.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:35:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:56 smithi137 ceph-mon[117020]: pgmap v16880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:56.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:56 smithi137 ceph-mon[117020]: from='client.459045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:56 smithi066 ceph-mon[112137]: pgmap v16880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:56 smithi066 ceph-mon[112137]: from='client.459045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:56 smithi203 ceph-mon[117428]: pgmap v16880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:56 smithi203 ceph-mon[117428]: from='client.459045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:57.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:35:57.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:35:57.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:35:57.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:35:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:35:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:35:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:35:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:35:58.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:35:58.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:35:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:35:58.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:35:58.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:35:58 smithi137 ceph-mon[117020]: pgmap v16881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:35:58 smithi066 ceph-mon[112137]: pgmap v16881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:35:58 smithi203 ceph-mon[117428]: pgmap v16881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:00.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:00.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:00.510 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:00 smithi066 ceph-mon[112137]: pgmap v16882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:00 smithi203 ceph-mon[117428]: pgmap v16882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:00 smithi137 ceph-mon[117020]: pgmap v16882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:01.245 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:01.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:01.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:01.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:01.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:02 smithi066 ceph-mon[112137]: pgmap v16883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:02 smithi066 ceph-mon[112137]: from='client.459120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:02 smithi203 ceph-mon[117428]: pgmap v16883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:02 smithi203 ceph-mon[117428]: from='client.459120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:02 smithi137 ceph-mon[117020]: pgmap v16883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:02 smithi137 ceph-mon[117020]: from='client.459120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:04 smithi066 ceph-mon[112137]: pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:36:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:04 smithi203 ceph-mon[117428]: pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:36:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:04 smithi137 ceph-mon[117020]: pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:36:06.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:06.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:06.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:06.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:06.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:06.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:06.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:06.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:06 smithi066 ceph-mon[112137]: pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:36:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:06 smithi203 ceph-mon[117428]: pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:36:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:06 smithi137 ceph-mon[117020]: pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:36:07.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:07 smithi066 ceph-mon[112137]: from='client.459195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:08.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:07 smithi203 ceph-mon[117428]: from='client.459195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:08.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:07 smithi137 ceph-mon[117020]: from='client.459195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:08 smithi066 ceph-mon[112137]: pgmap v16886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:08 smithi203 ceph-mon[117428]: pgmap v16886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:08 smithi137 ceph-mon[117020]: pgmap v16886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:10 smithi066 ceph-mon[112137]: pgmap v16887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:10 smithi203 ceph-mon[117428]: pgmap v16887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:10 smithi137 ceph-mon[117020]: pgmap v16887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:11.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:11.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:11.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:12.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:12.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:12.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:12.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:12.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:12 smithi066 ceph-mon[112137]: pgmap v16888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:12 smithi203 ceph-mon[117428]: pgmap v16888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:12 smithi137 ceph-mon[117020]: pgmap v16888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:13.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:13 smithi066 ceph-mon[112137]: from='client.459270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:14.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:13 smithi203 ceph-mon[117428]: from='client.459270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:13 smithi137 ceph-mon[117020]: from='client.459270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:14 smithi066 ceph-mon[112137]: pgmap v16889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:14 smithi203 ceph-mon[117428]: pgmap v16889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:14 smithi137 ceph-mon[117020]: pgmap v16889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:16 smithi066 ceph-mon[112137]: pgmap v16890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:16 smithi203 ceph-mon[117428]: pgmap v16890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:16 smithi137 ceph-mon[117020]: pgmap v16890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:17.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:17.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:17.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:18.422 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:18.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:18.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:18.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:18.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:18 smithi066 ceph-mon[112137]: pgmap v16891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:18 smithi203 ceph-mon[117428]: pgmap v16891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:18 smithi137 ceph-mon[117020]: pgmap v16891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:19.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:19 smithi066 ceph-mon[112137]: from='client.459342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:20.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:19 smithi203 ceph-mon[117428]: from='client.459342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:20.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:19 smithi137 ceph-mon[117020]: from='client.459342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:20 smithi066 ceph-mon[112137]: pgmap v16892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:20 smithi203 ceph-mon[117428]: pgmap v16892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:20 smithi137 ceph-mon[117020]: pgmap v16892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:22 smithi066 ceph-mon[112137]: pgmap v16893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:22 smithi203 ceph-mon[117428]: pgmap v16893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:22 smithi137 ceph-mon[117020]: pgmap v16893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:23.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:23.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:23.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:24.157 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:24.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:24.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:24.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:24.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:24 smithi066 ceph-mon[112137]: pgmap v16894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:24 smithi203 ceph-mon[117428]: pgmap v16894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:24 smithi137 ceph-mon[117020]: pgmap v16894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:25.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:25 smithi066 ceph-mon[112137]: from='client.459414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:26.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:25 smithi203 ceph-mon[117428]: from='client.459414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:26.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:25 smithi137 ceph-mon[117020]: from='client.459414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:26 smithi066 ceph-mon[112137]: pgmap v16895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:26 smithi203 ceph-mon[117428]: pgmap v16895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:27.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:26 smithi137 ceph-mon[117020]: pgmap v16895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:28 smithi066 ceph-mon[112137]: pgmap v16896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:28 smithi203 ceph-mon[117428]: pgmap v16896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:28 smithi137 ceph-mon[117020]: pgmap v16896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:29.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:29.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:29.159 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:29.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:29.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:29.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:29.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:29.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:30 smithi066 ceph-mon[112137]: pgmap v16897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:30 smithi066 ceph-mon[112137]: from='client.459489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:30 smithi203 ceph-mon[117428]: pgmap v16897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:30 smithi203 ceph-mon[117428]: from='client.459489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:30 smithi137 ceph-mon[117020]: pgmap v16897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:30 smithi137 ceph-mon[117020]: from='client.459489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:31 smithi066 ceph-mon[112137]: pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:36:32.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:31 smithi203 ceph-mon[117428]: pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:36:32.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:31 smithi137 ceph-mon[117020]: pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:36:34.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:34 smithi137 ceph-mon[117020]: pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:36:34.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:34.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:34.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:34 smithi066 ceph-mon[112137]: pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:36:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:34 smithi203 ceph-mon[117428]: pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:36:35.613 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:35.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:35.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:35.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:35.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:36 smithi137 ceph-mon[117020]: pgmap v16900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:36.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:36 smithi137 ceph-mon[117020]: from='client.459567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:36 smithi066 ceph-mon[112137]: pgmap v16900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:36 smithi066 ceph-mon[112137]: from='client.459567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:36 smithi203 ceph-mon[117428]: pgmap v16900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:36 smithi203 ceph-mon[117428]: from='client.459567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:38 smithi137 ceph-mon[117020]: pgmap v16901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:38 smithi066 ceph-mon[112137]: pgmap v16901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:38 smithi203 ceph-mon[117428]: pgmap v16901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:40.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:40.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:40.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:40 smithi137 ceph-mon[117020]: pgmap v16902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:40 smithi066 ceph-mon[112137]: pgmap v16902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:40 smithi203 ceph-mon[117428]: pgmap v16902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:41.334 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:41.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:41.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:41.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:41.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:42 smithi137 ceph-mon[117020]: pgmap v16903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:42 smithi137 ceph-mon[117020]: from='client.459645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:42 smithi066 ceph-mon[112137]: pgmap v16903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:42 smithi066 ceph-mon[112137]: from='client.459645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:42 smithi203 ceph-mon[117428]: pgmap v16903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:42 smithi203 ceph-mon[117428]: from='client.459645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:44 smithi137 ceph-mon[117020]: pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:36:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:44 smithi066 ceph-mon[112137]: pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:36:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:44 smithi203 ceph-mon[117428]: pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:36:46.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:46.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:46.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:46.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:46 smithi137 ceph-mon[117020]: pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:36:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:46 smithi066 ceph-mon[112137]: pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:36:47.059 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:47.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:47.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:47.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:47.059 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:46 smithi203 ceph-mon[117428]: pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:36:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:48 smithi137 ceph-mon[117020]: from='client.459723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:48.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:48 smithi137 ceph-mon[117020]: pgmap v16906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:48 smithi066 ceph-mon[112137]: from='client.459723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:48 smithi066 ceph-mon[112137]: pgmap v16906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:48 smithi203 ceph-mon[117428]: from='client.459723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:48 smithi203 ceph-mon[117428]: pgmap v16906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:50.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:50 smithi137 ceph-mon[117020]: pgmap v16907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:50 smithi066 ceph-mon[112137]: pgmap v16907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:50 smithi203 ceph-mon[117428]: pgmap v16907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:52.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:52.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:52.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:52.780 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:52.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:52.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:52.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:52.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:52.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:52 smithi137 ceph-mon[117020]: pgmap v16908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:52 smithi066 ceph-mon[112137]: pgmap v16908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:52 smithi203 ceph-mon[117428]: pgmap v16908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:53.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:53 smithi137 ceph-mon[117020]: from='client.459798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:53.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:53 smithi066 ceph-mon[112137]: from='client.459798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:54.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:53 smithi203 ceph-mon[117428]: from='client.459798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:54.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:54 smithi137 ceph-mon[117020]: pgmap v16909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:54 smithi066 ceph-mon[112137]: pgmap v16909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:54 smithi203 ceph-mon[117428]: pgmap v16909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:56.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:56 smithi137 ceph-mon[117020]: pgmap v16910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:56 smithi066 ceph-mon[112137]: pgmap v16910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:56 smithi203 ceph-mon[117428]: pgmap v16910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:57.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:36:57.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:57.782 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:58.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:36:58.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:58.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:58.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:58.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:36:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:58 smithi066 ceph-mon[112137]: pgmap v16911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:36:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:36:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:36:58.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:36:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:58 smithi203 ceph-mon[117428]: pgmap v16911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:36:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:36:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:36:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:36:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:58 smithi137 ceph-mon[117020]: pgmap v16911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:36:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:36:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:36:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:36:59.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:36:59 smithi066 ceph-mon[112137]: from='client.459876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:00.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:36:59 smithi203 ceph-mon[117428]: from='client.459876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:00.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:36:59 smithi137 ceph-mon[117020]: from='client.459876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:00 smithi066 ceph-mon[112137]: pgmap v16912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:00 smithi203 ceph-mon[117428]: pgmap v16912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:00 smithi137 ceph-mon[117020]: pgmap v16912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:02 smithi066 ceph-mon[112137]: pgmap v16913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:02 smithi203 ceph-mon[117428]: pgmap v16913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:02 smithi137 ceph-mon[117020]: pgmap v16913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:03.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:03.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:03.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:04.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:04.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:04.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:04.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:04.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:04 smithi066 ceph-mon[112137]: pgmap v16914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:04 smithi203 ceph-mon[117428]: pgmap v16914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:04 smithi137 ceph-mon[117020]: pgmap v16914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:05.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:05 smithi066 ceph-mon[112137]: from='client.459951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:06.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:05 smithi203 ceph-mon[117428]: from='client.459951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:06.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:05 smithi137 ceph-mon[117020]: from='client.459951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:06 smithi066 ceph-mon[112137]: pgmap v16915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:06 smithi203 ceph-mon[117428]: pgmap v16915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:06 smithi137 ceph-mon[117020]: pgmap v16915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:08 smithi066 ceph-mon[112137]: pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:08 smithi203 ceph-mon[117428]: pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:08 smithi137 ceph-mon[117020]: pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:09.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:09.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:09.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:09.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:09.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:09.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:09.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:09.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:10 smithi066 ceph-mon[112137]: pgmap v16917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:10 smithi066 ceph-mon[112137]: from='client.460029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:10 smithi203 ceph-mon[117428]: pgmap v16917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:10 smithi203 ceph-mon[117428]: from='client.460029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:10 smithi137 ceph-mon[117020]: pgmap v16917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:10 smithi137 ceph-mon[117020]: from='client.460029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:12 smithi066 ceph-mon[112137]: pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:37:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:12 smithi203 ceph-mon[117428]: pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:37:13.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:12 smithi137 ceph-mon[117020]: pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:37:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:14 smithi066 ceph-mon[112137]: pgmap v16919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:37:14.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:15.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:15.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:14 smithi203 ceph-mon[117428]: pgmap v16919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:37:15.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:14 smithi137 ceph-mon[117020]: pgmap v16919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:37:15.738 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:15.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:15.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:15.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:15.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:16 smithi066 ceph-mon[112137]: pgmap v16920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:16 smithi066 ceph-mon[112137]: from='client.460107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:16 smithi203 ceph-mon[117428]: pgmap v16920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:16 smithi203 ceph-mon[117428]: from='client.460107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:17.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:16 smithi137 ceph-mon[117020]: pgmap v16920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:16 smithi137 ceph-mon[117020]: from='client.460107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:18 smithi066 ceph-mon[112137]: pgmap v16921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:18 smithi203 ceph-mon[117428]: pgmap v16921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:19.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:18 smithi137 ceph-mon[117020]: pgmap v16921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:20.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:20.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:20.740 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:20 smithi066 ceph-mon[112137]: pgmap v16922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:20 smithi203 ceph-mon[117428]: pgmap v16922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:21.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:20 smithi137 ceph-mon[117020]: pgmap v16922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:21.481 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:21.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:21.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:21.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:21.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:22 smithi066 ceph-mon[112137]: pgmap v16923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:22 smithi066 ceph-mon[112137]: from='client.460182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:22 smithi203 ceph-mon[117428]: pgmap v16923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:22 smithi203 ceph-mon[117428]: from='client.460182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:22 smithi137 ceph-mon[117020]: pgmap v16923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:22 smithi137 ceph-mon[117020]: from='client.460182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:24 smithi066 ceph-mon[112137]: pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:37:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:24 smithi203 ceph-mon[117428]: pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:37:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:24 smithi137 ceph-mon[117020]: pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:37:26.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:26.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:26.483 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:26 smithi066 ceph-mon[112137]: pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:37:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:26 smithi203 ceph-mon[117428]: pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:37:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:26 smithi137 ceph-mon[117020]: pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:37:27.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:27.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:27.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:27.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:27.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:28 smithi066 ceph-mon[112137]: pgmap v16926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:28 smithi066 ceph-mon[112137]: from='client.460260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:28 smithi203 ceph-mon[117428]: pgmap v16926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:28 smithi203 ceph-mon[117428]: from='client.460260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:28 smithi137 ceph-mon[117020]: pgmap v16926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:28 smithi137 ceph-mon[117020]: from='client.460260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:30 smithi066 ceph-mon[112137]: pgmap v16927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:30 smithi203 ceph-mon[117428]: pgmap v16927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:30 smithi137 ceph-mon[117020]: pgmap v16927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:32.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:32.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:32.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:32.951 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:32.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:32.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:32.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:32.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:32 smithi066 ceph-mon[112137]: pgmap v16928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:32 smithi203 ceph-mon[117428]: pgmap v16928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:32 smithi137 ceph-mon[117020]: pgmap v16928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:33.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:33 smithi066 ceph-mon[112137]: from='client.460332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:34.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:33 smithi203 ceph-mon[117428]: from='client.460332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:33 smithi137 ceph-mon[117020]: from='client.460332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:34 smithi066 ceph-mon[112137]: pgmap v16929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:34 smithi203 ceph-mon[117428]: pgmap v16929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:35.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:34 smithi137 ceph-mon[117020]: pgmap v16929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:36 smithi066 ceph-mon[112137]: pgmap v16930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:36 smithi203 ceph-mon[117428]: pgmap v16930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:37.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:36 smithi137 ceph-mon[117020]: pgmap v16930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:37.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:37.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:37.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:38.674 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:38.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:38.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:38.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:38.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:38.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:38 smithi137 ceph-mon[117020]: pgmap v16931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:38 smithi066 ceph-mon[112137]: pgmap v16931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:38 smithi203 ceph-mon[117428]: pgmap v16931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:39.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:39 smithi137 ceph-mon[117020]: from='client.460404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:39.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:39 smithi066 ceph-mon[112137]: from='client.460404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:40.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:39 smithi203 ceph-mon[117428]: from='client.460404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:40 smithi137 ceph-mon[117020]: pgmap v16932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:40 smithi066 ceph-mon[112137]: pgmap v16932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:40 smithi203 ceph-mon[117428]: pgmap v16932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:42.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:42 smithi137 ceph-mon[117020]: pgmap v16933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:42 smithi066 ceph-mon[112137]: pgmap v16933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:42 smithi203 ceph-mon[117428]: pgmap v16933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:43.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:43.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:43.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:44.399 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:44.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:44.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:44.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:44.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:44.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:44 smithi137 ceph-mon[117020]: pgmap v16934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:44 smithi066 ceph-mon[112137]: pgmap v16934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:44 smithi203 ceph-mon[117428]: pgmap v16934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:45.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:45 smithi137 ceph-mon[117020]: from='client.460482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:45.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:45 smithi066 ceph-mon[112137]: from='client.460482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:46.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:45 smithi203 ceph-mon[117428]: from='client.460482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:46.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:46 smithi137 ceph-mon[117020]: pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:46 smithi066 ceph-mon[112137]: pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:46 smithi203 ceph-mon[117428]: pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:48 smithi066 ceph-mon[112137]: pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:48 smithi203 ceph-mon[117428]: pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:48 smithi137 ceph-mon[117020]: pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:49.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:49.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:49.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:50.130 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:50.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:50 smithi066 ceph-mon[112137]: pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:50 smithi203 ceph-mon[117428]: pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:51.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:50 smithi137 ceph-mon[117020]: pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:51.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:51 smithi066 ceph-mon[112137]: from='client.460560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:52.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:51 smithi203 ceph-mon[117428]: from='client.460560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:52.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:51 smithi137 ceph-mon[117020]: from='client.460560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:52 smithi066 ceph-mon[112137]: pgmap v16938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:52 smithi203 ceph-mon[117428]: pgmap v16938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:53.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:52 smithi137 ceph-mon[117020]: pgmap v16938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:54 smithi066 ceph-mon[112137]: pgmap v16939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:54 smithi203 ceph-mon[117428]: pgmap v16939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:54 smithi137 ceph-mon[117020]: pgmap v16939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:55.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:37:55.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:55.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:55.879 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:37:55.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:55.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:55.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:55.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:37:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:56 smithi066 ceph-mon[112137]: pgmap v16940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:56 smithi066 ceph-mon[112137]: from='client.460638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:56 smithi203 ceph-mon[117428]: pgmap v16940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:56 smithi203 ceph-mon[117428]: from='client.460638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:56 smithi137 ceph-mon[117020]: pgmap v16940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:56 smithi137 ceph-mon[117020]: from='client.460638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:58 smithi066 ceph-mon[112137]: pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:37:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:58 smithi203 ceph-mon[117428]: pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:37:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:58 smithi137 ceph-mon[117020]: pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:37:59.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:37:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:37:59.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:37:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:38:00.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:38:00.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:38:00.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:37:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:38:00.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:38:00.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:38:00.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:37:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:38:00.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:00.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:00.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:00 smithi066 ceph-mon[112137]: pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:00 smithi203 ceph-mon[117428]: pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:00 smithi137 ceph-mon[117020]: pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:01.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:01.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:01.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:01.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:01.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:02 smithi066 ceph-mon[112137]: pgmap v16943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:02 smithi066 ceph-mon[112137]: from='client.460713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:02 smithi203 ceph-mon[117428]: pgmap v16943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:02 smithi203 ceph-mon[117428]: from='client.460713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:03.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:02 smithi137 ceph-mon[117020]: pgmap v16943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:02 smithi137 ceph-mon[117020]: from='client.460713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:04 smithi066 ceph-mon[112137]: pgmap v16944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:04 smithi203 ceph-mon[117428]: pgmap v16944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:04 smithi137 ceph-mon[117020]: pgmap v16944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:06.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:06.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:06.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:06 smithi066 ceph-mon[112137]: pgmap v16945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:06 smithi203 ceph-mon[117428]: pgmap v16945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:07.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:06 smithi137 ceph-mon[117020]: pgmap v16945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:07.350 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:07.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:07.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:07.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:07.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:08 smithi066 ceph-mon[112137]: pgmap v16946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:08 smithi066 ceph-mon[112137]: from='client.460791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:08 smithi203 ceph-mon[117428]: pgmap v16946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:08 smithi203 ceph-mon[117428]: from='client.460791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:09.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:08 smithi137 ceph-mon[117020]: pgmap v16946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:08 smithi137 ceph-mon[117020]: from='client.460791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:10 smithi066 ceph-mon[112137]: pgmap v16947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:10 smithi203 ceph-mon[117428]: pgmap v16947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:11.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:10 smithi137 ceph-mon[117020]: pgmap v16947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:12.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:12.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:12.352 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:12 smithi066 ceph-mon[112137]: pgmap v16948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:12 smithi203 ceph-mon[117428]: pgmap v16948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:13.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:13.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:13.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:13.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:13.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:12 smithi137 ceph-mon[117020]: pgmap v16948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:14 smithi066 ceph-mon[112137]: from='client.460866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:14 smithi066 ceph-mon[112137]: pgmap v16949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:14 smithi203 ceph-mon[117428]: from='client.460866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:14 smithi203 ceph-mon[117428]: pgmap v16949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:14 smithi137 ceph-mon[117020]: from='client.460866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:14 smithi137 ceph-mon[117020]: pgmap v16949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:16 smithi066 ceph-mon[112137]: pgmap v16950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:16 smithi203 ceph-mon[117428]: pgmap v16950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:17.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:16 smithi137 ceph-mon[117020]: pgmap v16950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:18.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:18.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:18.080 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:18.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:18.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:18.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:18.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:18.823 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:18 smithi066 ceph-mon[112137]: pgmap v16951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:18 smithi203 ceph-mon[117428]: pgmap v16951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:19.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:18 smithi137 ceph-mon[117020]: pgmap v16951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:19.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:19 smithi066 ceph-mon[112137]: from='client.460938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:20.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:19 smithi203 ceph-mon[117428]: from='client.460938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:20.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:19 smithi137 ceph-mon[117020]: from='client.460938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:20 smithi066 ceph-mon[112137]: pgmap v16952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:20 smithi203 ceph-mon[117428]: pgmap v16952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:21.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:20 smithi137 ceph-mon[117020]: pgmap v16952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:22 smithi066 ceph-mon[112137]: pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:22 smithi203 ceph-mon[117428]: pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:22 smithi137 ceph-mon[117020]: pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:23.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:23.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:23.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:24.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:24.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:24.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:24.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:24.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:24 smithi066 ceph-mon[112137]: pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:24 smithi203 ceph-mon[117428]: pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:25.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:24 smithi137 ceph-mon[117020]: pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:25.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:25 smithi066 ceph-mon[112137]: from='client.461013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:26.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:25 smithi203 ceph-mon[117428]: from='client.461013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:26.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:25 smithi137 ceph-mon[117020]: from='client.461013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:26 smithi066 ceph-mon[112137]: pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:26 smithi203 ceph-mon[117428]: pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:27.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:26 smithi137 ceph-mon[117020]: pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:28 smithi066 ceph-mon[112137]: pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:28 smithi203 ceph-mon[117428]: pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:28 smithi137 ceph-mon[117020]: pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:29.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:29.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:29.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:29.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:29 smithi066 ceph-mon[112137]: pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:30.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:29 smithi203 ceph-mon[117428]: pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:30.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:29 smithi137 ceph-mon[117020]: pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:30.290 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:30.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:30.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:30.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:30.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:30 smithi066 ceph-mon[112137]: from='client.461088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:30 smithi203 ceph-mon[117428]: from='client.461088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:31.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:30 smithi137 ceph-mon[117020]: from='client.461088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:31.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:31 smithi066 ceph-mon[112137]: pgmap v16958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:32.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:31 smithi203 ceph-mon[117428]: pgmap v16958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:32.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:31 smithi137 ceph-mon[117020]: pgmap v16958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:34.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:34 smithi137 ceph-mon[117020]: pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:34 smithi066 ceph-mon[112137]: pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:34 smithi203 ceph-mon[117428]: pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:35.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:35.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:35.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:36.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:36.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:36.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:36.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:36.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:36 smithi066 ceph-mon[112137]: pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:36 smithi066 ceph-mon[112137]: from='client.461160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:36 smithi203 ceph-mon[117428]: pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:36 smithi203 ceph-mon[117428]: from='client.461160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:36 smithi137 ceph-mon[117020]: pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:36 smithi137 ceph-mon[117020]: from='client.461160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:38 smithi066 ceph-mon[112137]: pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:38 smithi203 ceph-mon[117428]: pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:39.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:38 smithi137 ceph-mon[117020]: pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:40 smithi066 ceph-mon[112137]: pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:41.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:41.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:41.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:40 smithi203 ceph-mon[117428]: pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:40 smithi137 ceph-mon[117020]: pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:41.747 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:41.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:41.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:41.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:41.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:42 smithi066 ceph-mon[112137]: pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:42 smithi066 ceph-mon[112137]: from='client.461238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:42 smithi203 ceph-mon[117428]: pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:42 smithi203 ceph-mon[117428]: from='client.461238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:42 smithi137 ceph-mon[117020]: pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:42 smithi137 ceph-mon[117020]: from='client.461238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:44 smithi066 ceph-mon[112137]: pgmap v16964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:44 smithi203 ceph-mon[117428]: pgmap v16964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:45.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:44 smithi137 ceph-mon[117020]: pgmap v16964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:46.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:46.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:46.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:46 smithi066 ceph-mon[112137]: pgmap v16965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:46 smithi203 ceph-mon[117428]: pgmap v16965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:47.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:46 smithi137 ceph-mon[117020]: pgmap v16965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:47.485 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:47.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:47.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:47.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:47.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:48 smithi066 ceph-mon[112137]: pgmap v16966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:48 smithi066 ceph-mon[112137]: from='client.461310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:48 smithi203 ceph-mon[117428]: pgmap v16966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:48 smithi203 ceph-mon[117428]: from='client.461310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:48 smithi137 ceph-mon[117020]: pgmap v16966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:48 smithi137 ceph-mon[117020]: from='client.461310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:50 smithi066 ceph-mon[112137]: pgmap v16967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:50 smithi203 ceph-mon[117428]: pgmap v16967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:51.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:50 smithi137 ceph-mon[117020]: pgmap v16967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:52.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:52.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:52.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:52 smithi066 ceph-mon[112137]: pgmap v16968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:52 smithi203 ceph-mon[117428]: pgmap v16968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:53.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:52 smithi137 ceph-mon[117020]: pgmap v16968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:53.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:53.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:53.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:53.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:53.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:54 smithi066 ceph-mon[112137]: pgmap v16969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:54 smithi066 ceph-mon[112137]: from='client.461382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:54 smithi203 ceph-mon[117428]: pgmap v16969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:54 smithi203 ceph-mon[117428]: from='client.461382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:54 smithi137 ceph-mon[117020]: pgmap v16969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:54 smithi137 ceph-mon[117020]: from='client.461382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:56 smithi066 ceph-mon[112137]: pgmap v16970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:56 smithi203 ceph-mon[117428]: pgmap v16970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:56 smithi137 ceph-mon[117020]: pgmap v16970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:58.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:38:58.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:58.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:58.939 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:38:58.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:58.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:58.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:58.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:38:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:58 smithi066 ceph-mon[112137]: pgmap v16971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:58 smithi203 ceph-mon[117428]: pgmap v16971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:58 smithi137 ceph-mon[117020]: pgmap v16971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:59.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:59 smithi066 ceph-mon[112137]: from='client.461457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:59.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:38:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:39:00.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:59 smithi203 ceph-mon[117428]: from='client.461457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:00.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:38:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:39:00.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:59 smithi137 ceph-mon[117020]: from='client.461457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:00.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:38:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:39:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:00 smithi066 ceph-mon[112137]: pgmap v16972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:39:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:39:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:39:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:00 smithi203 ceph-mon[117428]: pgmap v16972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:39:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:39:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:39:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:00 smithi137 ceph-mon[117020]: pgmap v16972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:39:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:39:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:39:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:02 smithi066 ceph-mon[112137]: pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:02 smithi203 ceph-mon[117428]: pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:03.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:02 smithi137 ceph-mon[117020]: pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:03.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:03.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:03.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:04.664 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:04.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:04.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:04.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:04.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:04 smithi066 ceph-mon[112137]: pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:04 smithi203 ceph-mon[117428]: pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:04 smithi137 ceph-mon[117020]: pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:05.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:05 smithi066 ceph-mon[112137]: from='client.461532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:06.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:05 smithi203 ceph-mon[117428]: from='client.461532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:06.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:05 smithi137 ceph-mon[117020]: from='client.461532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:06 smithi066 ceph-mon[112137]: pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:06 smithi203 ceph-mon[117428]: pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:07.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:06 smithi137 ceph-mon[117020]: pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:08 smithi066 ceph-mon[112137]: pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:08 smithi203 ceph-mon[117428]: pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:09.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:08 smithi137 ceph-mon[117020]: pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:09.666 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:09.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:09.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:10.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:10.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:10.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:10.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:10.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:10 smithi066 ceph-mon[112137]: pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:10 smithi203 ceph-mon[117428]: pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:10 smithi137 ceph-mon[117020]: pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:11.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:11 smithi066 ceph-mon[112137]: from='client.461610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:12.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:11 smithi203 ceph-mon[117428]: from='client.461610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:12.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:11 smithi137 ceph-mon[117020]: from='client.461610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:12 smithi066 ceph-mon[112137]: pgmap v16978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:12 smithi203 ceph-mon[117428]: pgmap v16978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:13.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:12 smithi137 ceph-mon[117020]: pgmap v16978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:14 smithi066 ceph-mon[112137]: pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:14 smithi203 ceph-mon[117428]: pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:14 smithi137 ceph-mon[117020]: pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:15.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:16.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:16.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:16.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:16.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:16.123 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:16 smithi066 ceph-mon[112137]: pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:16 smithi203 ceph-mon[117428]: pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:17.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:16 smithi137 ceph-mon[117020]: pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:17.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:17 smithi066 ceph-mon[112137]: from='client.461685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:18.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:17 smithi203 ceph-mon[117428]: from='client.461685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:18.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:17 smithi137 ceph-mon[117020]: from='client.461685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:18 smithi066 ceph-mon[112137]: pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:18 smithi203 ceph-mon[117428]: pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:18 smithi137 ceph-mon[117020]: pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:20 smithi066 ceph-mon[112137]: pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:20 smithi203 ceph-mon[117428]: pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:20 smithi137 ceph-mon[117020]: pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:21.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:21.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:21.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:21.847 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:21.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:21.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:21.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:21.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:22 smithi066 ceph-mon[112137]: pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:22 smithi066 ceph-mon[112137]: from='client.461757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:22 smithi203 ceph-mon[117428]: pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:22 smithi203 ceph-mon[117428]: from='client.461757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:22 smithi137 ceph-mon[117020]: pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:22 smithi137 ceph-mon[117020]: from='client.461757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:24 smithi066 ceph-mon[112137]: pgmap v16984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:24 smithi203 ceph-mon[117428]: pgmap v16984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:25.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:24 smithi137 ceph-mon[117020]: pgmap v16984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:26.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:26.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:26.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:26 smithi066 ceph-mon[112137]: pgmap v16985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:26 smithi203 ceph-mon[117428]: pgmap v16985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:27.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:26 smithi137 ceph-mon[117020]: pgmap v16985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:27.574 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:27.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:27.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:27.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:27.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:28 smithi066 ceph-mon[112137]: pgmap v16986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:28 smithi066 ceph-mon[112137]: from='client.461835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:28 smithi203 ceph-mon[117428]: pgmap v16986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:28 smithi203 ceph-mon[117428]: from='client.461835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:28 smithi137 ceph-mon[117020]: pgmap v16986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:28 smithi137 ceph-mon[117020]: from='client.461835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:30 smithi066 ceph-mon[112137]: pgmap v16987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:30 smithi203 ceph-mon[117428]: pgmap v16987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:31.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:30 smithi137 ceph-mon[117020]: pgmap v16987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:32.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:32.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:32.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:32 smithi066 ceph-mon[112137]: pgmap v16988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:32 smithi203 ceph-mon[117428]: pgmap v16988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:33.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:32 smithi137 ceph-mon[117020]: pgmap v16988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:33.301 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:33.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:33.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:33.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:33.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:34.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:33 smithi203 ceph-mon[117428]: pgmap v16989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:34.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:33 smithi203 ceph-mon[117428]: from='client.461913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:34.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:33 smithi137 ceph-mon[117020]: pgmap v16989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:33 smithi137 ceph-mon[117020]: from='client.461913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:34.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:33 smithi066 ceph-mon[112137]: pgmap v16989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:34.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:33 smithi066 ceph-mon[112137]: from='client.461913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:36.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:35 smithi066 ceph-mon[112137]: pgmap v16990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:36.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:35 smithi203 ceph-mon[117428]: pgmap v16990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:36.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:35 smithi137 ceph-mon[117020]: pgmap v16990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:38.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:38.303 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:38.303 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:38 smithi066 ceph-mon[112137]: pgmap v16991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:39.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:39.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:39.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:39.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:39.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:38 smithi203 ceph-mon[117428]: pgmap v16991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:39.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:38 smithi137 ceph-mon[117020]: pgmap v16991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:39.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:39 smithi066 ceph-mon[112137]: from='client.461985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:40.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:39 smithi203 ceph-mon[117428]: from='client.461985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:40.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:39 smithi137 ceph-mon[117020]: from='client.461985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:40 smithi066 ceph-mon[112137]: pgmap v16992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:40 smithi203 ceph-mon[117428]: pgmap v16992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:40 smithi137 ceph-mon[117020]: pgmap v16992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:42 smithi066 ceph-mon[112137]: pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:42 smithi203 ceph-mon[117428]: pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:43.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:42 smithi137 ceph-mon[117020]: pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:44.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:44.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:44.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:44.744 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:44.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:44.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:44.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:44.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:44 smithi066 ceph-mon[112137]: pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:44 smithi203 ceph-mon[117428]: pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:45.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:44 smithi137 ceph-mon[117020]: pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:45.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:45 smithi066 ceph-mon[112137]: from='client.462060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:46.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:45 smithi203 ceph-mon[117428]: from='client.462060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:46.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:45 smithi137 ceph-mon[117020]: from='client.462060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:46 smithi066 ceph-mon[112137]: pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:39:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:46 smithi203 ceph-mon[117428]: pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:39:47.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:46 smithi137 ceph-mon[117020]: pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:39:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:48 smithi066 ceph-mon[112137]: pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:39:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:48 smithi203 ceph-mon[117428]: pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:39:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:48 smithi137 ceph-mon[117020]: pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:39:49.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:49.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:49.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:50.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:50.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:50.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:50.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:50.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:50 smithi066 ceph-mon[112137]: pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:39:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:50 smithi203 ceph-mon[117428]: pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:39:51.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:50 smithi137 ceph-mon[117020]: pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:39:51.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:51 smithi066 ceph-mon[112137]: from='client.462135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:52.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:51 smithi203 ceph-mon[117428]: from='client.462135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:52.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:51 smithi137 ceph-mon[117020]: from='client.462135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:52 smithi066 ceph-mon[112137]: pgmap v16998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:52 smithi203 ceph-mon[117428]: pgmap v16998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:53.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:52 smithi137 ceph-mon[117020]: pgmap v16998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:54 smithi066 ceph-mon[112137]: pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:54 smithi203 ceph-mon[117428]: pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:54 smithi137 ceph-mon[117020]: pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:55.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:39:55.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:55.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:56.196 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:39:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:39:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:56 smithi066 ceph-mon[112137]: pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:56 smithi203 ceph-mon[117428]: pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:56 smithi137 ceph-mon[117020]: pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:57 smithi066 ceph-mon[112137]: from='client.462207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:58.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:57 smithi203 ceph-mon[117428]: from='client.462207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:58.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:57 smithi137 ceph-mon[117020]: from='client.462207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:39:58 smithi066 ceph-mon[112137]: pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:39:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:39:58 smithi203 ceph-mon[117428]: pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:39:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:39:58 smithi137 ceph-mon[117020]: pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:40:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:00 smithi066 ceph-mon[112137]: pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:40:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:40:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T02:40:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.117 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:00 smithi203 ceph-mon[117428]: pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:40:01.118 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:40:01.118 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T02:40:01.118 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.118 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.118 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.118 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.118 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.118 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.179 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:00 smithi137 ceph-mon[117020]: pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:40:01.179 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:40:01.179 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T02:40:01.179 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.179 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.179 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.179 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.179 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.180 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:01.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:01.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:01.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:01.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:01.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:01.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:01.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:01.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:40:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:40:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:02.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:40:02.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:40:02.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:02.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:40:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:40:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:40:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:02 smithi066 ceph-mon[112137]: pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:40:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:02 smithi066 ceph-mon[112137]: from='client.462282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:02 smithi203 ceph-mon[117428]: pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:40:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:02 smithi203 ceph-mon[117428]: from='client.462282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:03.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:02 smithi137 ceph-mon[117020]: pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:40:03.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:02 smithi137 ceph-mon[117020]: from='client.462282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:04 smithi066 ceph-mon[112137]: pgmap v17004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:04 smithi203 ceph-mon[117428]: pgmap v17004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:04 smithi137 ceph-mon[117020]: pgmap v17004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:06.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:06.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:06.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:06 smithi066 ceph-mon[112137]: pgmap v17005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:06 smithi203 ceph-mon[117428]: pgmap v17005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:07.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:06 smithi137 ceph-mon[117020]: pgmap v17005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:07.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:07.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:07.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:07.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:07.637 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:08 smithi066 ceph-mon[112137]: pgmap v17006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:08 smithi066 ceph-mon[112137]: from='client.462360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:08 smithi203 ceph-mon[117428]: pgmap v17006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:08 smithi203 ceph-mon[117428]: from='client.462360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:09.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:08 smithi137 ceph-mon[117020]: pgmap v17006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:08 smithi137 ceph-mon[117020]: from='client.462360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:10 smithi066 ceph-mon[112137]: pgmap v17007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:10 smithi203 ceph-mon[117428]: pgmap v17007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:11.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:10 smithi137 ceph-mon[117020]: pgmap v17007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:12.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:12.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:12.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:12 smithi066 ceph-mon[112137]: pgmap v17008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:12 smithi203 ceph-mon[117428]: pgmap v17008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:13.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:12 smithi137 ceph-mon[117020]: pgmap v17008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:13.370 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:13.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:13.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:13.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:13.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:14 smithi066 ceph-mon[112137]: pgmap v17009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:14 smithi066 ceph-mon[112137]: from='client.462438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:14 smithi203 ceph-mon[117428]: pgmap v17009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:14 smithi203 ceph-mon[117428]: from='client.462438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:15.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:14 smithi137 ceph-mon[117020]: pgmap v17009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:14 smithi137 ceph-mon[117020]: from='client.462438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:16 smithi066 ceph-mon[112137]: pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:16 smithi203 ceph-mon[117428]: pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:17.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:16 smithi137 ceph-mon[117020]: pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:18.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:18.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:18.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:18 smithi066 ceph-mon[112137]: pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:18 smithi203 ceph-mon[117428]: pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:19.091 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:19.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:19.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:19.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:19.092 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:19.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:18 smithi137 ceph-mon[117020]: pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:20 smithi066 ceph-mon[112137]: from='client.462516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:20 smithi066 ceph-mon[112137]: pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:20 smithi203 ceph-mon[117428]: from='client.462516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:20 smithi203 ceph-mon[117428]: pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:21.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:20 smithi137 ceph-mon[117020]: from='client.462516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:20 smithi137 ceph-mon[117020]: pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:22 smithi066 ceph-mon[112137]: pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:22 smithi203 ceph-mon[117428]: pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:22 smithi137 ceph-mon[117020]: pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:24.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:24.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:24.094 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:24.820 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:24.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:24.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:24.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:24.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:24 smithi066 ceph-mon[112137]: pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:24 smithi203 ceph-mon[117428]: pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:25.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:24 smithi137 ceph-mon[117020]: pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:25.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:25 smithi066 ceph-mon[112137]: from='client.462591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:26.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:25 smithi203 ceph-mon[117428]: from='client.462591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:26.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:25 smithi137 ceph-mon[117020]: from='client.462591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:26 smithi066 ceph-mon[112137]: pgmap v17015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:40:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:26 smithi203 ceph-mon[117428]: pgmap v17015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:40:27.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:26 smithi137 ceph-mon[117020]: pgmap v17015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:40:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:28 smithi066 ceph-mon[112137]: pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:28 smithi203 ceph-mon[117428]: pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:28 smithi137 ceph-mon[117020]: pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:29.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:29.822 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:29.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:30.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:29 smithi203 ceph-mon[117428]: pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:30.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:29 smithi137 ceph-mon[117020]: pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:30.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:29 smithi066 ceph-mon[112137]: pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:30.542 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:30.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:30.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:30.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:30.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:30 smithi203 ceph-mon[117428]: from='client.462666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:31.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:30 smithi137 ceph-mon[117020]: from='client.462666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:31.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:30 smithi066 ceph-mon[112137]: from='client.462666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:32.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:31 smithi203 ceph-mon[117428]: pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:32.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:31 smithi137 ceph-mon[117020]: pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:32.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:31 smithi066 ceph-mon[112137]: pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:34 smithi066 ceph-mon[112137]: pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:34 smithi203 ceph-mon[117428]: pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:35.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:34 smithi137 ceph-mon[117020]: pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:35.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:35.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:35.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:36.272 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:36.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:36.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:36.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:36.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:36 smithi066 ceph-mon[112137]: pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:36 smithi203 ceph-mon[117428]: pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:37.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:36 smithi137 ceph-mon[117020]: pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:37.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:37 smithi066 ceph-mon[112137]: from='client.462744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:38.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:37 smithi203 ceph-mon[117428]: from='client.462744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:38.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:37 smithi137 ceph-mon[117020]: from='client.462744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:38 smithi066 ceph-mon[112137]: pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:38 smithi203 ceph-mon[117428]: pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:39.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:38 smithi137 ceph-mon[117020]: pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:40 smithi066 ceph-mon[112137]: pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:40 smithi203 ceph-mon[117428]: pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:40 smithi137 ceph-mon[117020]: pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:40:41.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:41.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:41.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:41.997 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:41.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:41.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:41.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:41.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:42 smithi066 ceph-mon[112137]: pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:40:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:42 smithi066 ceph-mon[112137]: from='client.462822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:42 smithi203 ceph-mon[117428]: pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:40:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:42 smithi203 ceph-mon[117428]: from='client.462822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:43.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:42 smithi137 ceph-mon[117020]: pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:40:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:42 smithi137 ceph-mon[117020]: from='client.462822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:44 smithi066 ceph-mon[112137]: pgmap v17024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:44 smithi203 ceph-mon[117428]: pgmap v17024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:45.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:44 smithi137 ceph-mon[117020]: pgmap v17024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:46 smithi066 ceph-mon[112137]: pgmap v17025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:46.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:46.999 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:47.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:46 smithi203 ceph-mon[117428]: pgmap v17025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:47.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:46 smithi137 ceph-mon[117020]: pgmap v17025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:47.736 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:47.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:47.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:47.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:47.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:48 smithi066 ceph-mon[112137]: pgmap v17026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:48 smithi066 ceph-mon[112137]: from='client.462894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:48 smithi203 ceph-mon[117428]: pgmap v17026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:48 smithi203 ceph-mon[117428]: from='client.462894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:48 smithi137 ceph-mon[117020]: pgmap v17026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:48 smithi137 ceph-mon[117020]: from='client.462894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:50 smithi066 ceph-mon[112137]: pgmap v17027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:50 smithi203 ceph-mon[117428]: pgmap v17027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:51.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:50 smithi137 ceph-mon[117020]: pgmap v17027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:52.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:52.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:52.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:52 smithi066 ceph-mon[112137]: pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:52 smithi203 ceph-mon[117428]: pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:53.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:52 smithi137 ceph-mon[117020]: pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:53.468 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:53.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:53.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:53.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:53.469 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:40:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:54 smithi066 ceph-mon[112137]: pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:54 smithi066 ceph-mon[112137]: from='client.462972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:54 smithi203 ceph-mon[117428]: pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:54 smithi203 ceph-mon[117428]: from='client.462972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:54 smithi137 ceph-mon[117020]: pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:54 smithi137 ceph-mon[117020]: from='client.462972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:56 smithi066 ceph-mon[112137]: pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:56 smithi203 ceph-mon[117428]: pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:56 smithi137 ceph-mon[117020]: pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:58.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:40:58.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:58.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:40:58 smithi066 ceph-mon[112137]: pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:40:58 smithi203 ceph-mon[117428]: pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:40:58 smithi137 ceph-mon[117020]: pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:59.201 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:40:59.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:59.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:59.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:59.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:00 smithi066 ceph-mon[112137]: from='client.463050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:00 smithi066 ceph-mon[112137]: pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:00 smithi203 ceph-mon[117428]: from='client.463050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:00 smithi203 ceph-mon[117428]: pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:00 smithi137 ceph-mon[117020]: from='client.463050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:00 smithi137 ceph-mon[117020]: pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:41:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:41:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:41:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:41:02.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:41:02.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:41:02.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:41:02.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:41:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:41:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:41:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:41:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:41:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:02 smithi066 ceph-mon[112137]: pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:02 smithi203 ceph-mon[117428]: pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:03.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:02 smithi137 ceph-mon[117020]: pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:04.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:04.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:04.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:04.926 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:04.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:04.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:04.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:04.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:04 smithi066 ceph-mon[112137]: pgmap v17034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:04 smithi203 ceph-mon[117428]: pgmap v17034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:04 smithi137 ceph-mon[117020]: pgmap v17034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:05.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:05 smithi066 ceph-mon[112137]: from='client.463122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:06.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:05 smithi203 ceph-mon[117428]: from='client.463122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:06.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:05 smithi137 ceph-mon[117020]: from='client.463122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:06 smithi066 ceph-mon[112137]: pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:41:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:06 smithi203 ceph-mon[117428]: pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:41:07.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:06 smithi137 ceph-mon[117020]: pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:41:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:08 smithi066 ceph-mon[112137]: pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:41:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:08 smithi203 ceph-mon[117428]: pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:41:09.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:08 smithi137 ceph-mon[117020]: pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:41:09.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:09.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:09.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:10.661 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:10.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:10.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:10.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:10.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:10 smithi066 ceph-mon[112137]: pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:41:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:10 smithi203 ceph-mon[117428]: pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:41:11.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:10 smithi137 ceph-mon[117020]: pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:41:11.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:11 smithi066 ceph-mon[112137]: from='client.463197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:12.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:11 smithi203 ceph-mon[117428]: from='client.463197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:12.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:11 smithi137 ceph-mon[117020]: from='client.463197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:12 smithi066 ceph-mon[112137]: pgmap v17038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:12 smithi203 ceph-mon[117428]: pgmap v17038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:13.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:12 smithi137 ceph-mon[117020]: pgmap v17038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:14 smithi066 ceph-mon[112137]: pgmap v17039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:14 smithi203 ceph-mon[117428]: pgmap v17039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:15.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:14 smithi137 ceph-mon[117020]: pgmap v17039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:15.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:15.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:15.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:16.378 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:16.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:16.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:16.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:16.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:16 smithi066 ceph-mon[112137]: pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:16 smithi203 ceph-mon[117428]: pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:17.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:16 smithi137 ceph-mon[117020]: pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:18.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:17 smithi203 ceph-mon[117428]: from='client.463275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:18.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:17 smithi203 ceph-mon[117428]: pgmap v17041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:41:18.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:17 smithi137 ceph-mon[117020]: from='client.463275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:18.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:17 smithi137 ceph-mon[117020]: pgmap v17041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:41:18.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:17 smithi066 ceph-mon[112137]: from='client.463275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:18.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:17 smithi066 ceph-mon[112137]: pgmap v17041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:41:20.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:19 smithi066 ceph-mon[112137]: pgmap v17042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:41:20.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:19 smithi203 ceph-mon[117428]: pgmap v17042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:41:20.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:19 smithi137 ceph-mon[117020]: pgmap v17042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:41:21.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:21.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:21.381 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:22.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:22.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:22.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:22.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:22.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:22.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:21 smithi066 ceph-mon[112137]: pgmap v17043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:41:22.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:21 smithi203 ceph-mon[117428]: pgmap v17043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:41:22.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:21 smithi137 ceph-mon[117020]: pgmap v17043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:41:23.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:23 smithi066 ceph-mon[112137]: from='client.463347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:24.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:23 smithi203 ceph-mon[117428]: from='client.463347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:24.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:23 smithi137 ceph-mon[117020]: from='client.463347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:24 smithi066 ceph-mon[112137]: pgmap v17044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:24 smithi203 ceph-mon[117428]: pgmap v17044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:25.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:24 smithi137 ceph-mon[117020]: pgmap v17044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:26 smithi066 ceph-mon[112137]: pgmap v17045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:26 smithi203 ceph-mon[117428]: pgmap v17045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:27.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:27.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:27.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:27.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:26 smithi137 ceph-mon[117020]: pgmap v17045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:27.855 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:27.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:27.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:27.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:27.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:28 smithi066 ceph-mon[112137]: pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:28 smithi066 ceph-mon[112137]: from='client.463422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:28 smithi203 ceph-mon[117428]: pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:28 smithi203 ceph-mon[117428]: from='client.463422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:28 smithi137 ceph-mon[117020]: pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:28 smithi137 ceph-mon[117020]: from='client.463422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:30 smithi066 ceph-mon[112137]: pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:30 smithi203 ceph-mon[117428]: pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:31.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:30 smithi137 ceph-mon[117020]: pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:32.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:32.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:32.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:32 smithi066 ceph-mon[112137]: pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:32 smithi203 ceph-mon[117428]: pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:33.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:32 smithi137 ceph-mon[117020]: pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:33.585 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:33.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:33.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:33.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:33.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:34 smithi066 ceph-mon[112137]: pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:34 smithi066 ceph-mon[112137]: from='client.463500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:34 smithi203 ceph-mon[117428]: pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:34 smithi203 ceph-mon[117428]: from='client.463500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:35.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:34 smithi137 ceph-mon[117020]: pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:35.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:34 smithi137 ceph-mon[117020]: from='client.463500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:36 smithi066 ceph-mon[112137]: pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:36 smithi203 ceph-mon[117428]: pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:37.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:36 smithi137 ceph-mon[117020]: pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:38.586 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:38.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:38.587 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:38 smithi066 ceph-mon[112137]: pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:38 smithi203 ceph-mon[117428]: pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:39.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:38 smithi137 ceph-mon[117020]: pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:39.314 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:39.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:39.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:39.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:39.314 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:40 smithi066 ceph-mon[112137]: pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:40 smithi066 ceph-mon[112137]: from='client.463575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:40 smithi203 ceph-mon[117428]: pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:40 smithi203 ceph-mon[117428]: from='client.463575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:40 smithi137 ceph-mon[117020]: pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:40 smithi137 ceph-mon[117020]: from='client.463575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:42 smithi066 ceph-mon[112137]: pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:42 smithi203 ceph-mon[117428]: pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:43.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:42 smithi137 ceph-mon[117020]: pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:44.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:44.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:44.316 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:44 smithi066 ceph-mon[112137]: pgmap v17054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:45.063 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:45.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:45.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:45.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:45.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:44 smithi203 ceph-mon[117428]: pgmap v17054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:45.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:44 smithi137 ceph-mon[117020]: pgmap v17054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:45.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:45 smithi066 ceph-mon[112137]: from='client.463650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:46.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:45 smithi203 ceph-mon[117428]: from='client.463650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:46.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:45 smithi137 ceph-mon[117020]: from='client.463650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:46 smithi066 ceph-mon[112137]: pgmap v17055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:41:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:46 smithi203 ceph-mon[117428]: pgmap v17055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:41:47.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:46 smithi137 ceph-mon[117020]: pgmap v17055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:41:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:48 smithi066 ceph-mon[112137]: pgmap v17056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:41:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:48 smithi203 ceph-mon[117428]: pgmap v17056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:41:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:48 smithi137 ceph-mon[117020]: pgmap v17056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:41:50.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:50.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:50.065 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:50.786 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:50.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:50.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:50.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:50.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:50 smithi066 ceph-mon[112137]: pgmap v17057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:41:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:50 smithi203 ceph-mon[117428]: pgmap v17057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:41:51.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:50 smithi137 ceph-mon[117020]: pgmap v17057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:41:51.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:51 smithi066 ceph-mon[112137]: from='client.463722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:52.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:51 smithi203 ceph-mon[117428]: from='client.463722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:52.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:51 smithi137 ceph-mon[117020]: from='client.463722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:52 smithi066 ceph-mon[112137]: pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:52 smithi203 ceph-mon[117428]: pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:53.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:52 smithi137 ceph-mon[117020]: pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:54 smithi066 ceph-mon[112137]: pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:54 smithi203 ceph-mon[117428]: pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:54 smithi137 ceph-mon[117020]: pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:55.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:41:55.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:55.788 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:56.507 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:41:56.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:56.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:56.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:56.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:41:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:56 smithi066 ceph-mon[112137]: pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:56 smithi203 ceph-mon[117428]: pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:56 smithi137 ceph-mon[117020]: pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:57.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:57 smithi066 ceph-mon[112137]: from='client.463794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:58.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:57 smithi203 ceph-mon[117428]: from='client.463794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:58.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:57 smithi137 ceph-mon[117020]: from='client.463794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:41:58 smithi066 ceph-mon[112137]: pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:41:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:41:58 smithi203 ceph-mon[117428]: pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:41:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:41:58 smithi137 ceph-mon[117020]: pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:42:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:00 smithi066 ceph-mon[112137]: pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:42:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:00 smithi203 ceph-mon[117428]: pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:42:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:00 smithi137 ceph-mon[117020]: pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:42:01.508 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:01.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:01.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:02.275 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:02.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:02.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:02.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:02.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:02 smithi066 ceph-mon[112137]: pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:42:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:42:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:02 smithi203 ceph-mon[117428]: pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:42:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:42:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:02 smithi137 ceph-mon[117020]: pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:42:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:42:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='client.463869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:03.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:03.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:03.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:42:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:42:03.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:04.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='client.463869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:04.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:04.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:42:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:42:04.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:04.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='client.463869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:04.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:42:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:42:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:04 smithi066 ceph-mon[112137]: pgmap v17064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:04 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 15001M 2023-12-08T02:42:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:04 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16805M 2023-12-08T02:42:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:04 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21101M 2023-12-08T02:42:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:04 smithi203 ceph-mon[117428]: pgmap v17064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:04 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 15001M 2023-12-08T02:42:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:04 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16805M 2023-12-08T02:42:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:04 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21101M 2023-12-08T02:42:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:04 smithi137 ceph-mon[117020]: pgmap v17064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:04 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 15001M 2023-12-08T02:42:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:04 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16805M 2023-12-08T02:42:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:04 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21101M 2023-12-08T02:42:06.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:06 smithi066 ceph-mon[112137]: pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:06 smithi203 ceph-mon[117428]: pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:07.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:06 smithi137 ceph-mon[117020]: pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:07.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:07.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:07.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:08.000 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:08.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:08.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:08.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:08.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:08 smithi066 ceph-mon[112137]: pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:08 smithi066 ceph-mon[112137]: from='client.463941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:08 smithi203 ceph-mon[117428]: pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:08 smithi203 ceph-mon[117428]: from='client.463941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:09.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:08 smithi137 ceph-mon[117020]: pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:08 smithi137 ceph-mon[117020]: from='client.463941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:10 smithi203 ceph-mon[117428]: pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:11.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:10 smithi137 ceph-mon[117020]: pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:11.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:10 smithi066 ceph-mon[112137]: pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:13.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:13.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:13.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:12 smithi203 ceph-mon[117428]: pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:13.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:12 smithi137 ceph-mon[117020]: pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:12 smithi066 ceph-mon[112137]: pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:13.722 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:13.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:13.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:13.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:13.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:14.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:13 smithi203 ceph-mon[117428]: pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:14.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:13 smithi203 ceph-mon[117428]: from='client.464016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:14.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:13 smithi137 ceph-mon[117020]: pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:14.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:13 smithi137 ceph-mon[117020]: from='client.464016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:14.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:13 smithi066 ceph-mon[112137]: pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:14.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:13 smithi066 ceph-mon[112137]: from='client.464016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:16.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:15 smithi066 ceph-mon[112137]: pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:16.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:15 smithi203 ceph-mon[117428]: pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:16.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:15 smithi137 ceph-mon[117020]: pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:18.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:18.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:18.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:18 smithi066 ceph-mon[112137]: pgmap v17071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:18 smithi203 ceph-mon[117428]: pgmap v17071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:19.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:18 smithi137 ceph-mon[117020]: pgmap v17071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:19.446 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:19.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:19.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:19.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:19.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:20 smithi066 ceph-mon[112137]: pgmap v17072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:20 smithi066 ceph-mon[112137]: from='client.464091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:20 smithi203 ceph-mon[117428]: pgmap v17072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:20 smithi203 ceph-mon[117428]: from='client.464091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:21.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:20 smithi137 ceph-mon[117020]: pgmap v17072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:21.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:20 smithi137 ceph-mon[117020]: from='client.464091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:22 smithi066 ceph-mon[112137]: pgmap v17073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:22 smithi203 ceph-mon[117428]: pgmap v17073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:22 smithi137 ceph-mon[117020]: pgmap v17073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:24.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:24.448 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:24.448 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:24 smithi066 ceph-mon[112137]: pgmap v17074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:24 smithi203 ceph-mon[117428]: pgmap v17074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:25.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:24 smithi137 ceph-mon[117020]: pgmap v17074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:25.174 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:25.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:25.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:25.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:25.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:26 smithi066 ceph-mon[112137]: from='client.464169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:26 smithi066 ceph-mon[112137]: pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:26 smithi203 ceph-mon[117428]: from='client.464169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:26 smithi203 ceph-mon[117428]: pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:26 smithi137 ceph-mon[117020]: from='client.464169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:26 smithi137 ceph-mon[117020]: pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:28 smithi066 ceph-mon[112137]: pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:28 smithi203 ceph-mon[117428]: pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:28 smithi137 ceph-mon[117020]: pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:30.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:30.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:30.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:30.894 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:30.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:30.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:30.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:30.894 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:30 smithi066 ceph-mon[112137]: pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:30 smithi203 ceph-mon[117428]: pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:31.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:30 smithi137 ceph-mon[117020]: pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:31.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:31 smithi066 ceph-mon[112137]: from='client.464241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:32.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:31 smithi203 ceph-mon[117428]: from='client.464241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:32.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:31 smithi137 ceph-mon[117020]: from='client.464241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:32 smithi066 ceph-mon[112137]: pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:32 smithi203 ceph-mon[117428]: pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:33.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:32 smithi137 ceph-mon[117020]: pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:34 smithi066 ceph-mon[112137]: pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:34 smithi203 ceph-mon[117428]: pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:35.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:34 smithi137 ceph-mon[117020]: pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:35.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:35.896 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:35.896 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:36.633 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:36.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:36.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:36.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:36.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:36 smithi066 ceph-mon[112137]: pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:36 smithi203 ceph-mon[117428]: pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:36 smithi137 ceph-mon[117020]: pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:37.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:37 smithi066 ceph-mon[112137]: from='client.464319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:38.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:37 smithi203 ceph-mon[117428]: from='client.464319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:38.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:37 smithi137 ceph-mon[117020]: from='client.464319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:38 smithi066 ceph-mon[112137]: pgmap v17081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:38 smithi203 ceph-mon[117428]: pgmap v17081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:39.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:38 smithi137 ceph-mon[117020]: pgmap v17081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:40 smithi066 ceph-mon[112137]: pgmap v17082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:40 smithi203 ceph-mon[117428]: pgmap v17082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:40 smithi137 ceph-mon[117020]: pgmap v17082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:41.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:41.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:41.635 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:42.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:42.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:42.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:42.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:42.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:42 smithi066 ceph-mon[112137]: pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:42 smithi203 ceph-mon[117428]: pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:43.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:42 smithi137 ceph-mon[117020]: pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:43.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:43 smithi066 ceph-mon[112137]: from='client.464391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:44.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:43 smithi203 ceph-mon[117428]: from='client.464391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:44.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:43 smithi137 ceph-mon[117020]: from='client.464391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:44 smithi066 ceph-mon[112137]: pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:44 smithi203 ceph-mon[117428]: pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:45.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:44 smithi137 ceph-mon[117020]: pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:46 smithi066 ceph-mon[112137]: pgmap v17085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:46 smithi203 ceph-mon[117428]: pgmap v17085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:47.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:46 smithi137 ceph-mon[117020]: pgmap v17085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:47.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:47.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:47.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:48.093 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:48.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:48.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:48.093 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:48.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:48 smithi066 ceph-mon[112137]: pgmap v17086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:48 smithi066 ceph-mon[112137]: from='client.464466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:48 smithi203 ceph-mon[117428]: pgmap v17086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:48 smithi203 ceph-mon[117428]: from='client.464466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:48 smithi137 ceph-mon[117020]: pgmap v17086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:48 smithi137 ceph-mon[117020]: from='client.464466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:50 smithi066 ceph-mon[112137]: pgmap v17087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:50 smithi203 ceph-mon[117428]: pgmap v17087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:51.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:50 smithi137 ceph-mon[117020]: pgmap v17087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:52 smithi066 ceph-mon[112137]: pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:52 smithi203 ceph-mon[117428]: pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:53.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:53.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:53.095 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:53.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:52 smithi137 ceph-mon[117020]: pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:53.817 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:53.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:53.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:53.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:53.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:42:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:54 smithi066 ceph-mon[112137]: pgmap v17089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:54 smithi066 ceph-mon[112137]: from='client.464538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:54 smithi203 ceph-mon[117428]: pgmap v17089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:54 smithi203 ceph-mon[117428]: from='client.464538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:54 smithi137 ceph-mon[117020]: pgmap v17089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:54 smithi137 ceph-mon[117020]: from='client.464538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:56.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:56 smithi066 ceph-mon[112137]: pgmap v17090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:56 smithi203 ceph-mon[117428]: pgmap v17090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:56 smithi137 ceph-mon[117020]: pgmap v17090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:58.818 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:42:58.819 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:58.819 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:42:58 smithi066 ceph-mon[112137]: pgmap v17091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:42:58 smithi203 ceph-mon[117428]: pgmap v17091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:42:58 smithi137 ceph-mon[117020]: pgmap v17091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:59.552 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:42:59.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:59.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:59.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:59.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:00 smithi203 ceph-mon[117428]: pgmap v17092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:00 smithi203 ceph-mon[117428]: from='client.464616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:00 smithi137 ceph-mon[117020]: pgmap v17092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:00 smithi137 ceph-mon[117020]: from='client.464616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:01.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:00 smithi066 ceph-mon[112137]: pgmap v17092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:01.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:00 smithi066 ceph-mon[112137]: from='client.464616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:02 smithi203 ceph-mon[117428]: pgmap v17093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:03.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:02 smithi137 ceph-mon[117020]: pgmap v17093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:03.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:02 smithi066 ceph-mon[112137]: pgmap v17093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:04.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:43:04.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:43:04.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:43:04.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:04.554 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:04.554 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:04 smithi203 ceph-mon[117428]: pgmap v17094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:43:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:43:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:43:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:04 smithi137 ceph-mon[117020]: pgmap v17094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:43:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:43:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:43:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:04 smithi066 ceph-mon[112137]: pgmap v17094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:43:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:43:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:43:05.284 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:05.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:05.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:05.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:05.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:06 smithi203 ceph-mon[117428]: pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:06 smithi203 ceph-mon[117428]: from='client.464688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:07.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:06 smithi137 ceph-mon[117020]: pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:07.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:06 smithi137 ceph-mon[117020]: from='client.464688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:06 smithi066 ceph-mon[112137]: pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:06 smithi066 ceph-mon[112137]: from='client.464688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:08 smithi203 ceph-mon[117428]: pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:09.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:08 smithi137 ceph-mon[117020]: pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:09.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:08 smithi066 ceph-mon[112137]: pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:10.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:10.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:10.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:11.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:11.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:11.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:11.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:11.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:10 smithi203 ceph-mon[117428]: pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:11.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:10 smithi137 ceph-mon[117020]: pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:11.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:10 smithi066 ceph-mon[112137]: pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:12.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:11 smithi203 ceph-mon[117428]: from='client.464766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:12.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:11 smithi137 ceph-mon[117020]: from='client.464766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:12.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:11 smithi066 ceph-mon[112137]: from='client.464766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:12 smithi203 ceph-mon[117428]: pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:13.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:12 smithi137 ceph-mon[117020]: pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:12 smithi066 ceph-mon[112137]: pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:14.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:13 smithi203 ceph-mon[117428]: pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:14.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:13 smithi137 ceph-mon[117020]: pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:14.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:13 smithi066 ceph-mon[112137]: pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:16.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:16.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:16.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:16.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:15 smithi066 ceph-mon[112137]: pgmap v17100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:16.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:15 smithi203 ceph-mon[117428]: pgmap v17100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:16.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:15 smithi137 ceph-mon[117020]: pgmap v17100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:16.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:16.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:16.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:16.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:16.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:17.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:16 smithi066 ceph-mon[112137]: from='client.464838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:17.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:16 smithi203 ceph-mon[117428]: from='client.464838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:17.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:16 smithi137 ceph-mon[117020]: from='client.464838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:18 smithi066 ceph-mon[112137]: pgmap v17101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:18 smithi203 ceph-mon[117428]: pgmap v17101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:19.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:18 smithi137 ceph-mon[117020]: pgmap v17101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:20 smithi066 ceph-mon[112137]: pgmap v17102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:20 smithi203 ceph-mon[117428]: pgmap v17102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:21.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:20 smithi137 ceph-mon[117020]: pgmap v17102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:21.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:21.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:21.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:22.484 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:22.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:22.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:22.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:22.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:22 smithi066 ceph-mon[112137]: pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:22 smithi203 ceph-mon[117428]: pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:22 smithi137 ceph-mon[117020]: pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:23.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:23 smithi066 ceph-mon[112137]: from='client.464916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:24.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:23 smithi203 ceph-mon[117428]: from='client.464916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:24.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:23 smithi137 ceph-mon[117020]: from='client.464916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:24 smithi066 ceph-mon[112137]: pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:24 smithi203 ceph-mon[117428]: pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:25.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:24 smithi137 ceph-mon[117020]: pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:26 smithi066 ceph-mon[112137]: pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:26 smithi203 ceph-mon[117428]: pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:27.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:26 smithi137 ceph-mon[117020]: pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:27.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:27.486 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:27.486 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:28.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:28.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:28.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:28.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:28.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:28 smithi066 ceph-mon[112137]: pgmap v17106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:28 smithi203 ceph-mon[117428]: pgmap v17106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:28 smithi137 ceph-mon[117020]: pgmap v17106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:29.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:29 smithi066 ceph-mon[112137]: from='client.464991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:30.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:29 smithi203 ceph-mon[117428]: from='client.464991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:30.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:29 smithi137 ceph-mon[117020]: from='client.464991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:30 smithi066 ceph-mon[112137]: pgmap v17107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:30 smithi203 ceph-mon[117428]: pgmap v17107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:31.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:30 smithi137 ceph-mon[117020]: pgmap v17107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:32 smithi066 ceph-mon[112137]: pgmap v17108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:32 smithi203 ceph-mon[117428]: pgmap v17108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:33.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:32 smithi137 ceph-mon[117020]: pgmap v17108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:33.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:33.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:33.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:33.956 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:33.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:33.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:33.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:33.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:34 smithi066 ceph-mon[112137]: pgmap v17109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:34 smithi066 ceph-mon[112137]: from='client.465069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:34 smithi203 ceph-mon[117428]: pgmap v17109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:34 smithi203 ceph-mon[117428]: from='client.465069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:35.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:34 smithi137 ceph-mon[117020]: pgmap v17109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:35.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:34 smithi137 ceph-mon[117020]: from='client.465069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:36 smithi066 ceph-mon[112137]: pgmap v17110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:36 smithi203 ceph-mon[117428]: pgmap v17110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:37.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:36 smithi137 ceph-mon[117020]: pgmap v17110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:38.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:38.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:38.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:38.983 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:38 smithi066 ceph-mon[112137]: pgmap v17111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:38 smithi203 ceph-mon[117428]: pgmap v17111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:39.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:38 smithi137 ceph-mon[117020]: pgmap v17111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:39.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:39.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:39.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:39.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:39.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:40 smithi066 ceph-mon[112137]: pgmap v17112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:40 smithi066 ceph-mon[112137]: from='client.465141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:40 smithi203 ceph-mon[117428]: pgmap v17112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:40 smithi203 ceph-mon[117428]: from='client.465141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:40 smithi137 ceph-mon[117020]: pgmap v17112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:40 smithi137 ceph-mon[117020]: from='client.465141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:42 smithi066 ceph-mon[112137]: pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:43:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:42 smithi203 ceph-mon[117428]: pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:43:43.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:42 smithi137 ceph-mon[117020]: pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:43:44.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:44.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:44.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:44 smithi066 ceph-mon[112137]: pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:43:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:44 smithi203 ceph-mon[117428]: pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:43:45.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:44 smithi137 ceph-mon[117020]: pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:43:45.411 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:45.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:45.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:45.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:45.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:46 smithi066 ceph-mon[112137]: pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:46 smithi066 ceph-mon[112137]: from='client.465213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:46 smithi203 ceph-mon[117428]: pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:46 smithi203 ceph-mon[117428]: from='client.465213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:47.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:46 smithi137 ceph-mon[117020]: pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:47.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:46 smithi137 ceph-mon[117020]: from='client.465213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:48 smithi066 ceph-mon[112137]: pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:48 smithi203 ceph-mon[117428]: pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:48 smithi137 ceph-mon[117020]: pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:50.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:50.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:50.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:50 smithi066 ceph-mon[112137]: pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:50 smithi203 ceph-mon[117428]: pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:51.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:50 smithi137 ceph-mon[117020]: pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:51.159 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:51.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:51.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:51.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:51.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:52 smithi066 ceph-mon[112137]: from='client.465285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:52.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:52 smithi066 ceph-mon[112137]: pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:52 smithi203 ceph-mon[117428]: from='client.465285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:52 smithi203 ceph-mon[117428]: pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:53.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:52 smithi137 ceph-mon[117020]: from='client.465285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:53.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:52 smithi137 ceph-mon[117020]: pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:54.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:54 smithi066 ceph-mon[112137]: pgmap v17119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:43:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:54 smithi203 ceph-mon[117428]: pgmap v17119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:43:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:54 smithi137 ceph-mon[117020]: pgmap v17119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:43:56.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:43:56.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:56.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:56.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:43:56.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:56.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:56.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:56.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:43:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:56 smithi203 ceph-mon[117428]: pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:43:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:56 smithi137 ceph-mon[117020]: pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:43:57.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:56 smithi066 ceph-mon[112137]: pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:43:58.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:57 smithi203 ceph-mon[117428]: from='client.465360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:58.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:57 smithi137 ceph-mon[117020]: from='client.465360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:58.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:57 smithi066 ceph-mon[112137]: from='client.465360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:43:58 smithi203 ceph-mon[117428]: pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:43:58 smithi137 ceph-mon[117020]: pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:43:58 smithi066 ceph-mon[112137]: pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:00 smithi203 ceph-mon[117428]: pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:00 smithi137 ceph-mon[117020]: pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:01.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:00 smithi066 ceph-mon[112137]: pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:01.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:01.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:01.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:02.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:02.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:02.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:02.618 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:02.618 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:02 smithi203 ceph-mon[117428]: pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:03.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:02 smithi137 ceph-mon[117020]: pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:03.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:02 smithi066 ceph-mon[112137]: pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:04.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:03 smithi203 ceph-mon[117428]: from='client.465429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:04.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:03 smithi137 ceph-mon[117020]: from='client.465429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:04.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:03 smithi066 ceph-mon[112137]: from='client.465429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:04 smithi203 ceph-mon[117428]: pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:44:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:44:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:44:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:44:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:04 smithi137 ceph-mon[117020]: pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:44:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:44:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:44:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:44:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:04 smithi066 ceph-mon[112137]: pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:44:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:44:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:44:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:44:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:06 smithi203 ceph-mon[117428]: pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:07.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:06 smithi137 ceph-mon[117020]: pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:06 smithi066 ceph-mon[112137]: pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:07.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:07.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:07.620 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:08.340 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:08.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:08.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:08.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:08.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:08 smithi203 ceph-mon[117428]: pgmap v17126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:09.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:08 smithi137 ceph-mon[117020]: pgmap v17126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:09.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:08 smithi066 ceph-mon[112137]: pgmap v17126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:10.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:09 smithi203 ceph-mon[117428]: from='client.465504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:10.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:09 smithi137 ceph-mon[117020]: from='client.465504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:10.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:09 smithi066 ceph-mon[112137]: from='client.465504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:10 smithi203 ceph-mon[117428]: pgmap v17127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:11.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:10 smithi137 ceph-mon[117020]: pgmap v17127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:11.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:10 smithi066 ceph-mon[112137]: pgmap v17127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:12 smithi203 ceph-mon[117428]: pgmap v17128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:13.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:12 smithi137 ceph-mon[117020]: pgmap v17128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:12 smithi066 ceph-mon[112137]: pgmap v17128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:13.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:13.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:13.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:14.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:14.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:14.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:14.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:14.078 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:14.078 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:13 smithi203 ceph-mon[117428]: pgmap v17129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:14.078 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:13 smithi203 ceph-mon[117428]: from='client.465576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:14.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:13 smithi137 ceph-mon[117020]: pgmap v17129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:13 smithi137 ceph-mon[117020]: from='client.465576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:14.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:13 smithi066 ceph-mon[112137]: pgmap v17129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:14.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:13 smithi066 ceph-mon[112137]: from='client.465576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:16.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:15 smithi066 ceph-mon[112137]: pgmap v17130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:16.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:15 smithi203 ceph-mon[117428]: pgmap v17130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:16.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:15 smithi137 ceph-mon[117020]: pgmap v17130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:18 smithi066 ceph-mon[112137]: pgmap v17131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:19.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:19.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:19.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:18 smithi203 ceph-mon[117428]: pgmap v17131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:19.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:18 smithi137 ceph-mon[117020]: pgmap v17131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:19.801 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:19.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:19.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:19.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:19.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:20 smithi066 ceph-mon[112137]: pgmap v17132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:20 smithi066 ceph-mon[112137]: from='client.465651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:20 smithi203 ceph-mon[117428]: pgmap v17132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:20 smithi203 ceph-mon[117428]: from='client.465651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:21.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:20 smithi137 ceph-mon[117020]: pgmap v17132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:21.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:20 smithi137 ceph-mon[117020]: from='client.465651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:22 smithi066 ceph-mon[112137]: pgmap v17133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:44:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:22 smithi203 ceph-mon[117428]: pgmap v17133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:44:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:22 smithi137 ceph-mon[117020]: pgmap v17133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:44:24.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:24.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:24.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:24 smithi066 ceph-mon[112137]: pgmap v17134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:44:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:24 smithi203 ceph-mon[117428]: pgmap v17134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:44:25.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:24 smithi137 ceph-mon[117020]: pgmap v17134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:44:25.543 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:25.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:25.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:25.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:25.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:26 smithi066 ceph-mon[112137]: pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:26 smithi066 ceph-mon[112137]: from='client.465726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:26 smithi203 ceph-mon[117428]: pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:26 smithi203 ceph-mon[117428]: from='client.465726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:27.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:26 smithi137 ceph-mon[117020]: pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:27.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:26 smithi137 ceph-mon[117020]: from='client.465726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:28 smithi066 ceph-mon[112137]: pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:28 smithi203 ceph-mon[117428]: pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:28 smithi137 ceph-mon[117020]: pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:30.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:30.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:30.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:30 smithi066 ceph-mon[112137]: pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:30 smithi203 ceph-mon[117428]: pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:31.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:30 smithi137 ceph-mon[117020]: pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:31.272 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:31.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:31.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:31.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:31.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:32 smithi066 ceph-mon[112137]: pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:32 smithi066 ceph-mon[112137]: from='client.465801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:32 smithi203 ceph-mon[117428]: pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:32 smithi203 ceph-mon[117428]: from='client.465801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:33.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:32 smithi137 ceph-mon[117020]: pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:33.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:32 smithi137 ceph-mon[117020]: from='client.465801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:34 smithi066 ceph-mon[112137]: pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:44:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:34 smithi203 ceph-mon[117428]: pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:44:35.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:34 smithi137 ceph-mon[117020]: pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:44:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:36.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:36 smithi066 ceph-mon[112137]: pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:44:36.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:36.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:36.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:36.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:36.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:36 smithi203 ceph-mon[117428]: pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:44:37.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:36 smithi137 ceph-mon[117020]: pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:44:37.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:37 smithi066 ceph-mon[112137]: from='client.465876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:38.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:37 smithi203 ceph-mon[117428]: from='client.465876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:38.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:37 smithi137 ceph-mon[117020]: from='client.465876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:38.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:38 smithi066 ceph-mon[112137]: pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:38 smithi203 ceph-mon[117428]: pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:39.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:38 smithi137 ceph-mon[117020]: pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:40.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:40 smithi066 ceph-mon[112137]: pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:40 smithi203 ceph-mon[117428]: pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:40 smithi137 ceph-mon[117020]: pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:41.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:41.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:41.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:42.718 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:42.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:42.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:42.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:42.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:42.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:42 smithi066 ceph-mon[112137]: pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:42 smithi203 ceph-mon[117428]: pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:43.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:42 smithi137 ceph-mon[117020]: pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:43.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:43 smithi066 ceph-mon[112137]: from='client.465954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:44.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:43 smithi203 ceph-mon[117428]: from='client.465954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:44.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:43 smithi137 ceph-mon[117020]: from='client.465954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:44.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:44 smithi066 ceph-mon[112137]: pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:44 smithi203 ceph-mon[117428]: pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:45.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:44 smithi137 ceph-mon[117020]: pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:46.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:46 smithi066 ceph-mon[112137]: pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:46 smithi203 ceph-mon[117428]: pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:47.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:46 smithi137 ceph-mon[117020]: pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:47.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:47.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:47.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:48.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:48.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:48.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:48.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:48.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:48 smithi066 ceph-mon[112137]: pgmap v17146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:48 smithi203 ceph-mon[117428]: pgmap v17146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:48 smithi137 ceph-mon[117020]: pgmap v17146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:50.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:49 smithi203 ceph-mon[117428]: from='client.466026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:50.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:49 smithi137 ceph-mon[117020]: from='client.466026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:50.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:49 smithi066 ceph-mon[112137]: from='client.466026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:50 smithi203 ceph-mon[117428]: pgmap v17147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:51.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:50 smithi137 ceph-mon[117020]: pgmap v17147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:51.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:50 smithi066 ceph-mon[112137]: pgmap v17147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:52 smithi203 ceph-mon[117428]: pgmap v17148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:53.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:52 smithi137 ceph-mon[117020]: pgmap v17148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:52 smithi066 ceph-mon[112137]: pgmap v17148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:53.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:53.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:53.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:54.185 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:54.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:54.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:54.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:54.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:44:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:54 smithi203 ceph-mon[117428]: pgmap v17149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:54 smithi137 ceph-mon[117020]: pgmap v17149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:55.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:54 smithi066 ceph-mon[112137]: pgmap v17149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:56.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:55 smithi203 ceph-mon[117428]: from='client.466098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:56.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:55 smithi137 ceph-mon[117020]: from='client.466098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:56.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:55 smithi066 ceph-mon[112137]: from='client.466098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:56 smithi203 ceph-mon[117428]: pgmap v17150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:56 smithi137 ceph-mon[117020]: pgmap v17150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:57.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:56 smithi066 ceph-mon[112137]: pgmap v17150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:44:58 smithi203 ceph-mon[117428]: pgmap v17151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:44:58 smithi137 ceph-mon[117020]: pgmap v17151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:59.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:44:59.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:59.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:44:58 smithi066 ceph-mon[112137]: pgmap v17151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:59.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:44:59.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:59.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:59.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:59.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:00 smithi203 ceph-mon[117428]: pgmap v17152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:00 smithi203 ceph-mon[117428]: from='client.466173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:00 smithi137 ceph-mon[117020]: pgmap v17152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:00 smithi137 ceph-mon[117020]: from='client.466173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:01.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:00 smithi066 ceph-mon[112137]: pgmap v17152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:01.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:00 smithi066 ceph-mon[112137]: from='client.466173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:02 smithi203 ceph-mon[117428]: pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:03.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:02 smithi137 ceph-mon[117020]: pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:03.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:02 smithi066 ceph-mon[112137]: pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:04.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:04.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:04.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:04 smithi203 ceph-mon[117428]: pgmap v17154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:45:05.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:04 smithi137 ceph-mon[117020]: pgmap v17154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:45:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:04 smithi066 ceph-mon[112137]: pgmap v17154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:45:05.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:05.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:05.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:05.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:05.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:06.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:45:06.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:45:06.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:45:06.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:45:06.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:45:06.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:45:06.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:45:06.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:45:06.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:45:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:06 smithi203 ceph-mon[117428]: pgmap v17155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:06 smithi203 ceph-mon[117428]: from='client.466248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:07.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:06 smithi137 ceph-mon[117020]: pgmap v17155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:06 smithi137 ceph-mon[117020]: from='client.466248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:06 smithi066 ceph-mon[112137]: pgmap v17155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:06 smithi066 ceph-mon[112137]: from='client.466248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:08 smithi203 ceph-mon[117428]: pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:09.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:08 smithi137 ceph-mon[117020]: pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:09.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:08 smithi066 ceph-mon[112137]: pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:10.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:10.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:10.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:10 smithi203 ceph-mon[117428]: pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:11.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:10 smithi137 ceph-mon[117020]: pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:11.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:10 smithi066 ceph-mon[112137]: pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:11.376 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:11.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:11.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:11.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:11.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:12 smithi203 ceph-mon[117428]: pgmap v17158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:12 smithi203 ceph-mon[117428]: from='client.466323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:13.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:12 smithi137 ceph-mon[117020]: pgmap v17158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:12 smithi137 ceph-mon[117020]: from='client.466323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:12 smithi066 ceph-mon[112137]: pgmap v17158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:12 smithi066 ceph-mon[112137]: from='client.466323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:14.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:13 smithi203 ceph-mon[117428]: pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:14.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:13 smithi137 ceph-mon[117020]: pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:14.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:13 smithi066 ceph-mon[112137]: pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:16.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:15 smithi066 ceph-mon[112137]: pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:16.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:15 smithi203 ceph-mon[117428]: pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:16.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:15 smithi137 ceph-mon[117020]: pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:16.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:16.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:16.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:17.120 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:17.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:17.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:17.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:17.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:17.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:16 smithi066 ceph-mon[112137]: from='client.466398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:17.319 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:16 smithi203 ceph-mon[117428]: from='client.466398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:17.369 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:16 smithi137 ceph-mon[117020]: from='client.466398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:18 smithi066 ceph-mon[112137]: pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:18 smithi203 ceph-mon[117428]: pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:19.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:18 smithi137 ceph-mon[117020]: pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:20 smithi066 ceph-mon[112137]: pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:20 smithi203 ceph-mon[117428]: pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:21.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:20 smithi137 ceph-mon[117020]: pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:22.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:22.122 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:22.122 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:22.851 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:22.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:22.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:22.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:22.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:22.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:22 smithi066 ceph-mon[112137]: pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:22 smithi203 ceph-mon[117428]: pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:22 smithi137 ceph-mon[117020]: pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:23.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:23 smithi066 ceph-mon[112137]: from='client.466473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:24.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:23 smithi203 ceph-mon[117428]: from='client.466473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:24.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:23 smithi137 ceph-mon[117020]: from='client.466473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:24.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:24 smithi066 ceph-mon[112137]: pgmap v17164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:24 smithi203 ceph-mon[117428]: pgmap v17164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:25.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:24 smithi137 ceph-mon[117020]: pgmap v17164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:26.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:26 smithi066 ceph-mon[112137]: pgmap v17165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:26 smithi203 ceph-mon[117428]: pgmap v17165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:26 smithi137 ceph-mon[117020]: pgmap v17165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:27.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:27.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:27.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:28.589 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:28.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:28.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:28.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:28.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:28.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:28 smithi066 ceph-mon[112137]: pgmap v17166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:28 smithi203 ceph-mon[117428]: pgmap v17166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:29.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:28 smithi137 ceph-mon[117020]: pgmap v17166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:29.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:29 smithi066 ceph-mon[112137]: from='client.466551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:30.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:29 smithi203 ceph-mon[117428]: from='client.466551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:30.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:29 smithi137 ceph-mon[117020]: from='client.466551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:30.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:30 smithi066 ceph-mon[112137]: pgmap v17167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:30 smithi203 ceph-mon[117428]: pgmap v17167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:30 smithi137 ceph-mon[117020]: pgmap v17167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:32.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:32 smithi066 ceph-mon[112137]: pgmap v17168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:32 smithi203 ceph-mon[117428]: pgmap v17168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:33.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:32 smithi137 ceph-mon[117020]: pgmap v17168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:33.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:33.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:33.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:34.317 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:34.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:34.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:34.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:34.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:34.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:34 smithi066 ceph-mon[112137]: pgmap v17169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:34 smithi203 ceph-mon[117428]: pgmap v17169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:35.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:34 smithi137 ceph-mon[117020]: pgmap v17169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:35.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:35 smithi066 ceph-mon[112137]: from='client.466617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:36.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:35 smithi203 ceph-mon[117428]: from='client.466617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:36.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:35 smithi137 ceph-mon[117020]: from='client.466617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:36 smithi203 ceph-mon[117428]: pgmap v17170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:37.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:36 smithi137 ceph-mon[117020]: pgmap v17170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:37.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:36 smithi066 ceph-mon[112137]: pgmap v17170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:38 smithi203 ceph-mon[117428]: pgmap v17171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:39.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:38 smithi137 ceph-mon[117020]: pgmap v17171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:39.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:38 smithi066 ceph-mon[112137]: pgmap v17171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:39.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:39.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:39.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:40.041 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:40.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:40.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:40.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:40.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:40 smithi203 ceph-mon[117428]: pgmap v17172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:41.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:40 smithi203 ceph-mon[117428]: from='client.466692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:40 smithi137 ceph-mon[117020]: pgmap v17172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:41.134 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:40 smithi137 ceph-mon[117020]: from='client.466692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:41.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:40 smithi066 ceph-mon[112137]: pgmap v17172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:41.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:40 smithi066 ceph-mon[112137]: from='client.466692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:42 smithi203 ceph-mon[117428]: pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:43.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:42 smithi137 ceph-mon[117020]: pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:43.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:42 smithi066 ceph-mon[112137]: pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:45.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:45.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:45.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:44 smithi203 ceph-mon[117428]: pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:45.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:44 smithi137 ceph-mon[117020]: pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:45.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:44 smithi066 ceph-mon[112137]: pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:45.774 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:45.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:45.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:45.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:45.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:46 smithi203 ceph-mon[117428]: pgmap v17175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:46 smithi203 ceph-mon[117428]: from='client.466770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:47.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:46 smithi137 ceph-mon[117020]: pgmap v17175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:47.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:46 smithi137 ceph-mon[117020]: from='client.466770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:47.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:46 smithi066 ceph-mon[112137]: pgmap v17175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:47.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:46 smithi066 ceph-mon[112137]: from='client.466770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:48 smithi203 ceph-mon[117428]: pgmap v17176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:49.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:48 smithi137 ceph-mon[117020]: pgmap v17176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:49.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:48 smithi066 ceph-mon[112137]: pgmap v17176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:50.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:50.777 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:50.777 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:50 smithi203 ceph-mon[117428]: pgmap v17177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:51.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:50 smithi137 ceph-mon[117020]: pgmap v17177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:51.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:50 smithi066 ceph-mon[112137]: pgmap v17177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:51.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:51.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:51.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:51.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:51.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:52 smithi203 ceph-mon[117428]: pgmap v17178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:52 smithi203 ceph-mon[117428]: from='client.466845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:53.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:52 smithi137 ceph-mon[117020]: pgmap v17178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:53.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:52 smithi137 ceph-mon[117020]: from='client.466845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:52 smithi066 ceph-mon[112137]: pgmap v17178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:52 smithi066 ceph-mon[112137]: from='client.466845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:54 smithi203 ceph-mon[117428]: pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:55.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:54 smithi137 ceph-mon[117020]: pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:55.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:54 smithi066 ceph-mon[112137]: pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:56.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:45:56.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:56.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:56 smithi203 ceph-mon[117428]: pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:57.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:56 smithi137 ceph-mon[117020]: pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:57.225 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:45:57.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:57.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:57.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:57.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:45:57.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:56 smithi066 ceph-mon[112137]: pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:58 smithi203 ceph-mon[117428]: from='client.466920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:45:58 smithi203 ceph-mon[117428]: pgmap v17181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:58 smithi137 ceph-mon[117020]: from='client.466920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:59.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:45:58 smithi137 ceph-mon[117020]: pgmap v17181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:58 smithi066 ceph-mon[112137]: from='client.466920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:45:58 smithi066 ceph-mon[112137]: pgmap v17181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:00 smithi203 ceph-mon[117428]: pgmap v17182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:01.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:00 smithi137 ceph-mon[117020]: pgmap v17182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:01.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:00 smithi066 ceph-mon[112137]: pgmap v17182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:02.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:02.228 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:02.228 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:02.944 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:02.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:02.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:02.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:02.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:02 smithi203 ceph-mon[117428]: pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:02 smithi137 ceph-mon[117020]: pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:03.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:02 smithi066 ceph-mon[112137]: pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:04.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:03 smithi203 ceph-mon[117428]: from='client.466992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:04.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:03 smithi137 ceph-mon[117020]: from='client.466992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:04.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:03 smithi066 ceph-mon[112137]: from='client.466992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:05.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:04 smithi203 ceph-mon[117428]: pgmap v17184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:04 smithi137 ceph-mon[117020]: pgmap v17184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:04 smithi066 ceph-mon[112137]: pgmap v17184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:06.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:46:06.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:46:06.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:46:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:06 smithi203 ceph-mon[117428]: pgmap v17185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:46:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:46:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:46:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:06 smithi137 ceph-mon[117020]: pgmap v17185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:46:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:46:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:46:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:06 smithi066 ceph-mon[112137]: pgmap v17185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:46:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:46:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:46:07.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:07.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:07.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:08.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:08.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:08.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:08.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:08.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:08.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:08 smithi066 ceph-mon[112137]: pgmap v17186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:09.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:08 smithi203 ceph-mon[117428]: pgmap v17186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:09.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:08 smithi137 ceph-mon[117020]: pgmap v17186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:09.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:09 smithi066 ceph-mon[112137]: from='client.467067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:10.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:09 smithi203 ceph-mon[117428]: from='client.467067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:10.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:09 smithi137 ceph-mon[117020]: from='client.467067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:10.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:10 smithi066 ceph-mon[112137]: pgmap v17187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:10 smithi203 ceph-mon[117428]: pgmap v17187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:11.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:10 smithi137 ceph-mon[117020]: pgmap v17187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:12.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:12 smithi066 ceph-mon[112137]: pgmap v17188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:12 smithi203 ceph-mon[117428]: pgmap v17188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:12 smithi137 ceph-mon[117020]: pgmap v17188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:13.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:13.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:13.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:14.413 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:14.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:14.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:14.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:14.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:14.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:14 smithi066 ceph-mon[112137]: pgmap v17189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:15.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:14 smithi203 ceph-mon[117428]: pgmap v17189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:15.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:14 smithi137 ceph-mon[117020]: pgmap v17189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:15.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:15 smithi066 ceph-mon[112137]: from='client.467142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:16.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:15 smithi203 ceph-mon[117428]: from='client.467142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:15 smithi137 ceph-mon[117020]: from='client.467142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:16.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:16 smithi066 ceph-mon[112137]: pgmap v17190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:16 smithi203 ceph-mon[117428]: pgmap v17190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:16 smithi137 ceph-mon[117020]: pgmap v17190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:18.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:18 smithi066 ceph-mon[112137]: pgmap v17191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:19.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:18 smithi203 ceph-mon[117428]: pgmap v17191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:18 smithi137 ceph-mon[117020]: pgmap v17191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:19.415 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:19.415 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:19.415 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:20.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:20.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:20.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:20.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:20.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:20 smithi066 ceph-mon[112137]: pgmap v17192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:20.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:20 smithi066 ceph-mon[112137]: from='client.467220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:20 smithi203 ceph-mon[117428]: pgmap v17192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:20 smithi203 ceph-mon[117428]: from='client.467220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:20 smithi137 ceph-mon[117020]: pgmap v17192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:20 smithi137 ceph-mon[117020]: from='client.467220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:23.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:22 smithi203 ceph-mon[117428]: pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:23.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:22 smithi137 ceph-mon[117020]: pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:23.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:22 smithi066 ceph-mon[112137]: pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:25.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:24 smithi203 ceph-mon[117428]: pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:25.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:24 smithi137 ceph-mon[117020]: pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:25.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:25.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:25.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:25.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:24 smithi066 ceph-mon[112137]: pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:25.895 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:25.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:25.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:25.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:25.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:27.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:26 smithi203 ceph-mon[117428]: pgmap v17195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:26 smithi203 ceph-mon[117428]: from='client.467292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:27.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:26 smithi137 ceph-mon[117020]: pgmap v17195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:26 smithi137 ceph-mon[117020]: from='client.467292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:27.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:26 smithi066 ceph-mon[112137]: pgmap v17195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:27.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:26 smithi066 ceph-mon[112137]: from='client.467292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:28 smithi203 ceph-mon[117428]: pgmap v17196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:28 smithi137 ceph-mon[117020]: pgmap v17196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:29.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:28 smithi066 ceph-mon[112137]: pgmap v17196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:30.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:30.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:30.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:31.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:30 smithi203 ceph-mon[117428]: pgmap v17197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:30 smithi137 ceph-mon[117020]: pgmap v17197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:31.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:30 smithi066 ceph-mon[112137]: pgmap v17197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:31.635 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:31.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:31.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:31.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:31.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:33.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:32 smithi203 ceph-mon[117428]: pgmap v17198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:32 smithi203 ceph-mon[117428]: from='client.467364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:32 smithi137 ceph-mon[117020]: pgmap v17198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:32 smithi137 ceph-mon[117020]: from='client.467364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:33.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:32 smithi066 ceph-mon[112137]: pgmap v17198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:33.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:32 smithi066 ceph-mon[112137]: from='client.467364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:34 smithi203 ceph-mon[117428]: pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:34 smithi137 ceph-mon[117020]: pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:35.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:34 smithi066 ceph-mon[112137]: pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:36.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:36.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:36.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:36 smithi203 ceph-mon[117428]: pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:36 smithi137 ceph-mon[117020]: pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:37.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:36 smithi066 ceph-mon[112137]: pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:37.358 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:37.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:37.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:37.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:37.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:38 smithi203 ceph-mon[117428]: pgmap v17201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:38 smithi203 ceph-mon[117428]: from='client.467442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:38 smithi137 ceph-mon[117020]: pgmap v17201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:38 smithi137 ceph-mon[117020]: from='client.467442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:39.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:38 smithi066 ceph-mon[112137]: pgmap v17201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:39.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:38 smithi066 ceph-mon[112137]: from='client.467442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:40 smithi203 ceph-mon[117428]: pgmap v17202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:41.119 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:40 smithi137 ceph-mon[117020]: pgmap v17202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:41.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:40 smithi066 ceph-mon[112137]: pgmap v17202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:42.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:42.360 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:42.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:43.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:42 smithi203 ceph-mon[117428]: pgmap v17203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:43.086 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:43.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:43.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:43.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:43.086 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:42 smithi137 ceph-mon[117020]: pgmap v17203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:43.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:42 smithi066 ceph-mon[112137]: pgmap v17203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:44.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:43 smithi203 ceph-mon[117428]: from='client.467517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:44.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:43 smithi137 ceph-mon[117020]: from='client.467517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:44.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:43 smithi066 ceph-mon[112137]: from='client.467517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:45.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:44 smithi203 ceph-mon[117428]: pgmap v17204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:45.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:44 smithi137 ceph-mon[117020]: pgmap v17204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:45.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:44 smithi066 ceph-mon[112137]: pgmap v17204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:47.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:46 smithi203 ceph-mon[117428]: pgmap v17205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:47.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:46 smithi137 ceph-mon[117020]: pgmap v17205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:47.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:46 smithi066 ceph-mon[112137]: pgmap v17205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:48.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:48.088 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:48.088 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:48.810 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:48.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:48.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:48.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:48.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:49.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:48 smithi203 ceph-mon[117428]: pgmap v17206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:48 smithi137 ceph-mon[117020]: pgmap v17206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:49.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:48 smithi066 ceph-mon[112137]: pgmap v17206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:50.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:49 smithi203 ceph-mon[117428]: from='client.467586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:50.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:49 smithi137 ceph-mon[117020]: from='client.467586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:50.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:49 smithi066 ceph-mon[112137]: from='client.467586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:51.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:50 smithi203 ceph-mon[117428]: pgmap v17207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:51.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:50 smithi137 ceph-mon[117020]: pgmap v17207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:51.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:50 smithi066 ceph-mon[112137]: pgmap v17207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:53.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:52 smithi203 ceph-mon[117428]: pgmap v17208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:53.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:52 smithi137 ceph-mon[117020]: pgmap v17208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:52 smithi066 ceph-mon[112137]: pgmap v17208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:53.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:53.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:53.813 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:54.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:46:54.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:54.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:54.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:54.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:46:55.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:54 smithi203 ceph-mon[117428]: pgmap v17209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:54 smithi137 ceph-mon[117020]: pgmap v17209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:55.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:54 smithi066 ceph-mon[112137]: pgmap v17209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:56.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:55 smithi203 ceph-mon[117428]: from='client.467664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:56.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:55 smithi137 ceph-mon[117020]: from='client.467664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:56.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:55 smithi066 ceph-mon[112137]: from='client.467664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:56 smithi203 ceph-mon[117428]: pgmap v17210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:56 smithi137 ceph-mon[117020]: pgmap v17210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:57.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:56 smithi066 ceph-mon[112137]: pgmap v17210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:58.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:46:58 smithi066 ceph-mon[112137]: pgmap v17211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:59.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:46:58 smithi203 ceph-mon[117428]: pgmap v17211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:46:58 smithi137 ceph-mon[117020]: pgmap v17211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:59.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:46:59.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:59.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:00.280 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:00.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:00.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:00.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:00.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:00.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:00 smithi066 ceph-mon[112137]: pgmap v17212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:00 smithi203 ceph-mon[117428]: pgmap v17212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:00 smithi137 ceph-mon[117020]: pgmap v17212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:01.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:01 smithi066 ceph-mon[112137]: from='client.467742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:01 smithi203 ceph-mon[117428]: from='client.467742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:01 smithi137 ceph-mon[117020]: from='client.467742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:02.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:02 smithi066 ceph-mon[112137]: pgmap v17213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:03.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:02 smithi203 ceph-mon[117428]: pgmap v17213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:02 smithi137 ceph-mon[117020]: pgmap v17213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:04.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:04 smithi066 ceph-mon[112137]: pgmap v17214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:04 smithi203 ceph-mon[117428]: pgmap v17214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:04 smithi137 ceph-mon[117020]: pgmap v17214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:05.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:05.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:05.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:06.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:06.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:06.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:06.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:06.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:07.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:06 smithi203 ceph-mon[117428]: pgmap v17215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:06 smithi203 ceph-mon[117428]: from='client.467817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:47:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:47:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:47:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:47:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:06 smithi137 ceph-mon[117020]: pgmap v17215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:06 smithi137 ceph-mon[117020]: from='client.467817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:47:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:47:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:47:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:47:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:06 smithi066 ceph-mon[112137]: pgmap v17215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:06 smithi066 ceph-mon[112137]: from='client.467817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:47:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:47:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:47:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:47:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:08 smithi203 ceph-mon[117428]: pgmap v17216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:08 smithi137 ceph-mon[117020]: pgmap v17216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:09.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:08 smithi066 ceph-mon[112137]: pgmap v17216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:11.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:11.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:11.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:11.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:10 smithi203 ceph-mon[117428]: pgmap v17217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:10 smithi137 ceph-mon[117020]: pgmap v17217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:11.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:10 smithi066 ceph-mon[112137]: pgmap v17217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:11.750 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:11.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:11.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:11.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:11.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:13.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:12 smithi203 ceph-mon[117428]: pgmap v17218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:12 smithi203 ceph-mon[117428]: from='client.467895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:12 smithi137 ceph-mon[117020]: pgmap v17218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:12 smithi137 ceph-mon[117020]: from='client.467895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:12 smithi066 ceph-mon[112137]: pgmap v17218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:12 smithi066 ceph-mon[112137]: from='client.467895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:14 smithi203 ceph-mon[117428]: pgmap v17219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:14 smithi137 ceph-mon[117020]: pgmap v17219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:15.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:14 smithi066 ceph-mon[112137]: pgmap v17219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:16.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:16.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:16.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:17.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:16 smithi203 ceph-mon[117428]: pgmap v17220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:16 smithi137 ceph-mon[117020]: pgmap v17220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:17.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:16 smithi066 ceph-mon[112137]: pgmap v17220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:17.473 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:17.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:17.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:17.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:17.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:18 smithi203 ceph-mon[117428]: pgmap v17221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:18 smithi203 ceph-mon[117428]: from='client.467973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:18 smithi137 ceph-mon[117020]: pgmap v17221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:18 smithi137 ceph-mon[117020]: from='client.467973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:19.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:18 smithi066 ceph-mon[112137]: pgmap v17221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:18 smithi066 ceph-mon[112137]: from='client.467973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:21.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:20 smithi203 ceph-mon[117428]: pgmap v17222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:20 smithi137 ceph-mon[117020]: pgmap v17222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:21.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:20 smithi066 ceph-mon[112137]: pgmap v17222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:22.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:22.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:22.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:22 smithi203 ceph-mon[117428]: pgmap v17223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:22 smithi137 ceph-mon[117020]: pgmap v17223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:23.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:23.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:23.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:23.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:23.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:23.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:22 smithi066 ceph-mon[112137]: pgmap v17223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:24 smithi203 ceph-mon[117428]: from='client.468051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:24 smithi203 ceph-mon[117428]: pgmap v17224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:24 smithi137 ceph-mon[117020]: from='client.468051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:24 smithi137 ceph-mon[117020]: pgmap v17224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:25.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:24 smithi066 ceph-mon[112137]: from='client.468051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:25.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:24 smithi066 ceph-mon[112137]: pgmap v17224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:26 smithi203 ceph-mon[117428]: pgmap v17225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:26 smithi137 ceph-mon[117020]: pgmap v17225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:27.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:26 smithi066 ceph-mon[112137]: pgmap v17225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:28.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:28.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:28.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:28.935 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:28.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:28.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:28.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:28.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:29.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:28 smithi203 ceph-mon[117428]: pgmap v17226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:28 smithi137 ceph-mon[117020]: pgmap v17226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:29.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:28 smithi066 ceph-mon[112137]: pgmap v17226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:30.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:29 smithi203 ceph-mon[117428]: from='client.468129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:30.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:29 smithi137 ceph-mon[117020]: from='client.468129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:30.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:29 smithi066 ceph-mon[112137]: from='client.468129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:30 smithi203 ceph-mon[117428]: pgmap v17227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:30 smithi137 ceph-mon[117020]: pgmap v17227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:31.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:30 smithi066 ceph-mon[112137]: pgmap v17227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:32 smithi203 ceph-mon[117428]: pgmap v17228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:32 smithi137 ceph-mon[117020]: pgmap v17228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:33.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:32 smithi066 ceph-mon[112137]: pgmap v17228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:33.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:33.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:33.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:34.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:34.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:34.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:34.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:34.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:35.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:34 smithi203 ceph-mon[117428]: pgmap v17229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:34 smithi137 ceph-mon[117020]: pgmap v17229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:35.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:34 smithi066 ceph-mon[112137]: pgmap v17229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:36.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:35 smithi203 ceph-mon[117428]: from='client.468207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:36.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:35 smithi137 ceph-mon[117020]: from='client.468207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:36.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:35 smithi066 ceph-mon[112137]: from='client.468207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:37.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:36 smithi203 ceph-mon[117428]: pgmap v17230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:47:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:36 smithi137 ceph-mon[117020]: pgmap v17230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:47:37.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:36 smithi066 ceph-mon[112137]: pgmap v17230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:47:39.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:38 smithi203 ceph-mon[117428]: pgmap v17231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:47:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:38 smithi137 ceph-mon[117020]: pgmap v17231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:47:39.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:38 smithi066 ceph-mon[112137]: pgmap v17231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:47:39.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:39.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:39.684 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:40.412 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:40.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:40.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:40.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:40.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:40 smithi203 ceph-mon[117428]: pgmap v17232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:47:41.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:40 smithi137 ceph-mon[117020]: pgmap v17232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:47:41.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:40 smithi066 ceph-mon[112137]: pgmap v17232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:47:42.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:41 smithi203 ceph-mon[117428]: from='client.468282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:42.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:41 smithi137 ceph-mon[117020]: from='client.468282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:42.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:41 smithi066 ceph-mon[112137]: from='client.468282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:42 smithi203 ceph-mon[117428]: pgmap v17233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:42 smithi137 ceph-mon[117020]: pgmap v17233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:43.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:42 smithi066 ceph-mon[112137]: pgmap v17233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:43 smithi203 ceph-mon[117428]: pgmap v17234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:44.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:43 smithi137 ceph-mon[117020]: pgmap v17234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:43 smithi066 ceph-mon[112137]: pgmap v17234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:45.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:45.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:45.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:46.141 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:46.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:46.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:46.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:46.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:46 smithi203 ceph-mon[117428]: pgmap v17235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:46 smithi203 ceph-mon[117428]: from='client.468360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:46.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:46 smithi137 ceph-mon[117020]: pgmap v17235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:46.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:46 smithi137 ceph-mon[117020]: from='client.468360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:46 smithi066 ceph-mon[112137]: pgmap v17235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:46.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:46 smithi066 ceph-mon[112137]: from='client.468360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:48.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:48 smithi066 ceph-mon[112137]: pgmap v17236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:47:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:48 smithi203 ceph-mon[117428]: pgmap v17236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:47:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:48 smithi137 ceph-mon[117020]: pgmap v17236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:47:50.984 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:50 smithi066 ceph-mon[112137]: pgmap v17237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:47:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:50 smithi203 ceph-mon[117428]: pgmap v17237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:47:51.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:50 smithi137 ceph-mon[117020]: pgmap v17237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:47:51.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:51.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:51.143 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:51.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:51.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:51.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:51.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:51.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:52 smithi203 ceph-mon[117428]: pgmap v17238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:47:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:52 smithi203 ceph-mon[117428]: from='client.468438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:53.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:52 smithi137 ceph-mon[117020]: pgmap v17238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:47:53.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:52 smithi137 ceph-mon[117020]: from='client.468438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:52 smithi066 ceph-mon[112137]: pgmap v17238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:47:53.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:52 smithi066 ceph-mon[112137]: from='client.468438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:54 smithi203 ceph-mon[117428]: pgmap v17239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:54 smithi137 ceph-mon[117020]: pgmap v17239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:54 smithi066 ceph-mon[112137]: pgmap v17239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:56.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:47:56.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:56.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:57.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:56 smithi203 ceph-mon[117428]: pgmap v17240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:56 smithi137 ceph-mon[117020]: pgmap v17240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:57.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:56 smithi066 ceph-mon[112137]: pgmap v17240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:57.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:57.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:57.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:57.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:47:57.602 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:47:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:58 smithi203 ceph-mon[117428]: pgmap v17241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:47:58 smithi203 ceph-mon[117428]: from='client.468510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:58 smithi137 ceph-mon[117020]: pgmap v17241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:47:58 smithi137 ceph-mon[117020]: from='client.468510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:58 smithi066 ceph-mon[112137]: pgmap v17241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:47:58 smithi066 ceph-mon[112137]: from='client.468510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:01.069 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:00 smithi203 ceph-mon[117428]: pgmap v17242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:00 smithi137 ceph-mon[117020]: pgmap v17242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:01.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:00 smithi066 ceph-mon[112137]: pgmap v17242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:02.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:02.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:02.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:02 smithi203 ceph-mon[117428]: pgmap v17243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:02 smithi137 ceph-mon[117020]: pgmap v17243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:03.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:02 smithi066 ceph-mon[112137]: pgmap v17243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:03.345 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:03.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:03.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:03.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:03.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:04 smithi203 ceph-mon[117428]: pgmap v17244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:04 smithi203 ceph-mon[117428]: from='client.468588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:04 smithi137 ceph-mon[117020]: pgmap v17244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:04 smithi137 ceph-mon[117020]: from='client.468588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:05.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:04 smithi066 ceph-mon[112137]: pgmap v17244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:04 smithi066 ceph-mon[112137]: from='client.468588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:06 smithi203 ceph-mon[117428]: pgmap v17245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:06 smithi137 ceph-mon[117020]: pgmap v17245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:07.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:06 smithi066 ceph-mon[112137]: pgmap v17245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:48:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:48:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:48:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:07 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:48:08.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:48:08.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:48:08.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:48:08.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:07 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:48:08.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:48:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:48:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:48:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:07 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:48:08.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:08.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:08.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:08 smithi203 ceph-mon[117428]: pgmap v17246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:09.080 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:09.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:09.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:09.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:09.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:08 smithi137 ceph-mon[117020]: pgmap v17246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:09.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:08 smithi066 ceph-mon[112137]: pgmap v17246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:10.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:09 smithi203 ceph-mon[117428]: from='client.468663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:10.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:09 smithi137 ceph-mon[117020]: from='client.468663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:10.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:09 smithi066 ceph-mon[112137]: from='client.468663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:10 smithi203 ceph-mon[117428]: pgmap v17247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:10 smithi137 ceph-mon[117020]: pgmap v17247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:11.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:10 smithi066 ceph-mon[112137]: pgmap v17247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:12 smithi203 ceph-mon[117428]: pgmap v17248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:12 smithi137 ceph-mon[117020]: pgmap v17248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:13.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:12 smithi066 ceph-mon[112137]: pgmap v17248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:14.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:14.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:14.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:14.801 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:14.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:14.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:14.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:14.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:14 smithi203 ceph-mon[117428]: pgmap v17249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:14 smithi137 ceph-mon[117020]: pgmap v17249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:15.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:14 smithi066 ceph-mon[112137]: pgmap v17249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:15 smithi203 ceph-mon[117428]: from='client.468741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:15 smithi137 ceph-mon[117020]: from='client.468741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:16.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:15 smithi066 ceph-mon[112137]: from='client.468741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:16 smithi203 ceph-mon[117428]: pgmap v17250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:48:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:16 smithi137 ceph-mon[117020]: pgmap v17250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:48:17.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:16 smithi066 ceph-mon[112137]: pgmap v17250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:48:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:18 smithi203 ceph-mon[117428]: pgmap v17251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:48:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:18 smithi137 ceph-mon[117020]: pgmap v17251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:48:19.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:18 smithi066 ceph-mon[112137]: pgmap v17251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:48:19.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:19.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:19.803 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:20.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:20.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:20.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:20.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:20.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:20 smithi203 ceph-mon[117428]: pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:48:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:20 smithi137 ceph-mon[117020]: pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:48:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:20 smithi066 ceph-mon[112137]: pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:48:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:21 smithi203 ceph-mon[117428]: from='client.468813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:22.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:21 smithi137 ceph-mon[117020]: from='client.468813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:22.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:21 smithi066 ceph-mon[112137]: from='client.468813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:22 smithi203 ceph-mon[117428]: pgmap v17253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:22 smithi137 ceph-mon[117020]: pgmap v17253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:23.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:22 smithi066 ceph-mon[112137]: pgmap v17253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:24 smithi203 ceph-mon[117428]: pgmap v17254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:24 smithi137 ceph-mon[117020]: pgmap v17254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:25.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:24 smithi066 ceph-mon[112137]: pgmap v17254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:25.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:25.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:25.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:26.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:26.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:26.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:26.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:26.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:26 smithi203 ceph-mon[117428]: pgmap v17255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:26 smithi137 ceph-mon[117020]: pgmap v17255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:27.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:26 smithi066 ceph-mon[112137]: pgmap v17255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:27 smithi203 ceph-mon[117428]: from='client.468888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:28.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:27 smithi137 ceph-mon[117020]: from='client.468888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:28.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:27 smithi066 ceph-mon[112137]: from='client.468888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:28 smithi203 ceph-mon[117428]: pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:48:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:28 smithi137 ceph-mon[117020]: pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:48:29.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:28 smithi066 ceph-mon[112137]: pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:48:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:30 smithi203 ceph-mon[117428]: pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:48:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:30 smithi137 ceph-mon[117020]: pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:48:31.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:30 smithi066 ceph-mon[112137]: pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:48:31.255 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:31.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:31.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:31.991 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:31.991 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:31.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:31.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:31.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:32 smithi203 ceph-mon[117428]: pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:48:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:32 smithi203 ceph-mon[117428]: from='client.468960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:32 smithi137 ceph-mon[117020]: pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:48:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:32 smithi137 ceph-mon[117020]: from='client.468960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:33.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:32 smithi066 ceph-mon[112137]: pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:48:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:32 smithi066 ceph-mon[112137]: from='client.468960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:34 smithi203 ceph-mon[117428]: pgmap v17259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:34 smithi137 ceph-mon[117020]: pgmap v17259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:34 smithi066 ceph-mon[112137]: pgmap v17259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:36.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:36.993 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:36.993 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:36 smithi203 ceph-mon[117428]: pgmap v17260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:36 smithi137 ceph-mon[117020]: pgmap v17260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:37.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:36 smithi066 ceph-mon[112137]: pgmap v17260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:37.726 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:37.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:37.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:37.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:37.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:38 smithi203 ceph-mon[117428]: pgmap v17261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:38 smithi203 ceph-mon[117428]: from='client.469035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:38 smithi137 ceph-mon[117020]: pgmap v17261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:38 smithi137 ceph-mon[117020]: from='client.469035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:39.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:38 smithi066 ceph-mon[112137]: pgmap v17261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:38 smithi066 ceph-mon[112137]: from='client.469035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:40 smithi203 ceph-mon[117428]: pgmap v17262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:41.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:40 smithi137 ceph-mon[117020]: pgmap v17262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:41.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:40 smithi066 ceph-mon[112137]: pgmap v17262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:42.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:42.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:42.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:42 smithi203 ceph-mon[117428]: pgmap v17263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:42 smithi137 ceph-mon[117020]: pgmap v17263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:43.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:42 smithi066 ceph-mon[112137]: pgmap v17263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:43.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:43.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:43.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:43.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:43.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:44 smithi203 ceph-mon[117428]: pgmap v17264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:44 smithi203 ceph-mon[117428]: from='client.469110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:45.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:44 smithi137 ceph-mon[117020]: pgmap v17264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:45.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:44 smithi137 ceph-mon[117020]: from='client.469110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:44 smithi066 ceph-mon[112137]: pgmap v17264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:44 smithi066 ceph-mon[112137]: from='client.469110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:46 smithi203 ceph-mon[117428]: pgmap v17265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:47.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:46 smithi137 ceph-mon[117020]: pgmap v17265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:47.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:46 smithi066 ceph-mon[112137]: pgmap v17265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:48.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:48.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:48.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:48 smithi203 ceph-mon[117428]: pgmap v17266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:48 smithi137 ceph-mon[117020]: pgmap v17266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:49.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:49.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:49.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:49.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:49.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:48 smithi066 ceph-mon[112137]: pgmap v17266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:50 smithi203 ceph-mon[117428]: from='client.469188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:50 smithi203 ceph-mon[117428]: pgmap v17267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:50 smithi137 ceph-mon[117020]: from='client.469188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:50 smithi137 ceph-mon[117020]: pgmap v17267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:50 smithi066 ceph-mon[112137]: from='client.469188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:50 smithi066 ceph-mon[112137]: pgmap v17267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:52 smithi203 ceph-mon[117428]: pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:53.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:52 smithi137 ceph-mon[117020]: pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:52 smithi066 ceph-mon[112137]: pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:54.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:54.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:54.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:54.914 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:48:54.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:54.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:54.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:54.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:48:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:54 smithi203 ceph-mon[117428]: pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:54 smithi137 ceph-mon[117020]: pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:55.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:54 smithi066 ceph-mon[112137]: pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:56.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:55 smithi203 ceph-mon[117428]: from='client.469263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:56.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:55 smithi137 ceph-mon[117020]: from='client.469263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:56.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:55 smithi066 ceph-mon[112137]: from='client.469263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:56 smithi203 ceph-mon[117428]: pgmap v17270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:56 smithi137 ceph-mon[117020]: pgmap v17270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:56 smithi066 ceph-mon[112137]: pgmap v17270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:48:58 smithi203 ceph-mon[117428]: pgmap v17271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:48:58 smithi137 ceph-mon[117020]: pgmap v17271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:59.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:48:58 smithi066 ceph-mon[112137]: pgmap v17271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:59.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:48:59.916 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:59.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:00.640 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:00.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:00.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:00.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:00.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:00 smithi203 ceph-mon[117428]: pgmap v17272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:00 smithi137 ceph-mon[117020]: pgmap v17272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:00 smithi066 ceph-mon[112137]: pgmap v17272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:02.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:01 smithi203 ceph-mon[117428]: from='client.469338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:01 smithi137 ceph-mon[117020]: from='client.469338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:01 smithi066 ceph-mon[112137]: from='client.469338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:02 smithi203 ceph-mon[117428]: pgmap v17273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:02 smithi137 ceph-mon[117020]: pgmap v17273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:03.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:02 smithi066 ceph-mon[112137]: pgmap v17273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:04 smithi203 ceph-mon[117428]: pgmap v17274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:04 smithi137 ceph-mon[117020]: pgmap v17274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:04 smithi066 ceph-mon[112137]: pgmap v17274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:05.642 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:05.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:05.643 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:06.384 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:06.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:06.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:06.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:06.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:06 smithi203 ceph-mon[117428]: pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:06 smithi137 ceph-mon[117020]: pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:06 smithi066 ceph-mon[112137]: pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:07 smithi203 ceph-mon[117428]: from='client.469416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:08.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:07 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:49:08.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:07 smithi137 ceph-mon[117020]: from='client.469416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:08.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:07 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:49:08.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:07 smithi066 ceph-mon[112137]: from='client.469416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:08.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:07 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:49:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:08 smithi203 ceph-mon[117428]: pgmap v17276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:49:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:49:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:49:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:08 smithi137 ceph-mon[117020]: pgmap v17276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:49:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:49:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:49:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:08 smithi066 ceph-mon[112137]: pgmap v17276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:49:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:49:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:49:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:10 smithi203 ceph-mon[117428]: pgmap v17277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:10 smithi137 ceph-mon[117020]: pgmap v17277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:10 smithi066 ceph-mon[112137]: pgmap v17277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:11.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:11.386 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:11.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:12.122 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:12.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:12.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:12.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:12.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:12 smithi203 ceph-mon[117428]: pgmap v17278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:12 smithi203 ceph-mon[117428]: from='client.469494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:12 smithi137 ceph-mon[117020]: pgmap v17278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:12 smithi137 ceph-mon[117020]: from='client.469494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:12 smithi066 ceph-mon[112137]: pgmap v17278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:12 smithi066 ceph-mon[112137]: from='client.469494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:14 smithi203 ceph-mon[117428]: pgmap v17279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:14 smithi137 ceph-mon[117020]: pgmap v17279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:14 smithi066 ceph-mon[112137]: pgmap v17279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:16 smithi203 ceph-mon[117428]: pgmap v17280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:16 smithi137 ceph-mon[117020]: pgmap v17280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:17.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:17.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:17.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:17.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:16 smithi066 ceph-mon[112137]: pgmap v17280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:17.849 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:17.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:17.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:17.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:17.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:18 smithi203 ceph-mon[117428]: pgmap v17281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:18 smithi203 ceph-mon[117428]: from='client.469566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:18 smithi137 ceph-mon[117020]: pgmap v17281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:18 smithi137 ceph-mon[117020]: from='client.469566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:18 smithi066 ceph-mon[112137]: pgmap v17281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:18 smithi066 ceph-mon[112137]: from='client.469566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:20 smithi137 ceph-mon[117020]: pgmap v17282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:20 smithi066 ceph-mon[112137]: pgmap v17282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:20 smithi203 ceph-mon[117428]: pgmap v17282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:22.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:22.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:22.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:22 smithi137 ceph-mon[117020]: pgmap v17283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:23.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:22 smithi066 ceph-mon[112137]: pgmap v17283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:22 smithi203 ceph-mon[117428]: pgmap v17283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:23.578 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:23.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:23.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:23.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:23.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:24 smithi137 ceph-mon[117020]: pgmap v17284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:24 smithi137 ceph-mon[117020]: from='client.469644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:25.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:24 smithi066 ceph-mon[112137]: pgmap v17284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:24 smithi066 ceph-mon[112137]: from='client.469644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:24 smithi203 ceph-mon[117428]: pgmap v17284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:24 smithi203 ceph-mon[117428]: from='client.469644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:26 smithi137 ceph-mon[117020]: pgmap v17285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:26 smithi066 ceph-mon[112137]: pgmap v17285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:26 smithi203 ceph-mon[117428]: pgmap v17285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:28.581 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:28.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:28.581 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:28 smithi137 ceph-mon[117020]: pgmap v17286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:29.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:28 smithi066 ceph-mon[112137]: pgmap v17286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:29.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:29.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:29.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:29.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:29.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:28 smithi203 ceph-mon[117428]: pgmap v17286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:30.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:29 smithi137 ceph-mon[117020]: from='client.469716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:30.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:29 smithi137 ceph-mon[117020]: pgmap v17287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:29 smithi066 ceph-mon[112137]: from='client.469716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:29 smithi066 ceph-mon[112137]: pgmap v17287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:29 smithi203 ceph-mon[117428]: from='client.469716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:30.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:29 smithi203 ceph-mon[117428]: pgmap v17287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:32 smithi203 ceph-mon[117428]: pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:32.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:32 smithi137 ceph-mon[117020]: pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:32 smithi066 ceph-mon[112137]: pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:34.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:34.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:34.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:35.051 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:35.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:35.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:35.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:35.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:34 smithi203 ceph-mon[117428]: pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:34 smithi137 ceph-mon[117020]: pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:34 smithi066 ceph-mon[112137]: pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:36.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:35 smithi203 ceph-mon[117428]: from='client.469794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:36.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:35 smithi137 ceph-mon[117020]: from='client.469794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:36.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:35 smithi066 ceph-mon[112137]: from='client.469794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:36 smithi203 ceph-mon[117428]: pgmap v17290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:36 smithi137 ceph-mon[117020]: pgmap v17290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:36 smithi066 ceph-mon[112137]: pgmap v17290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:38 smithi203 ceph-mon[117428]: pgmap v17291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:38 smithi137 ceph-mon[117020]: pgmap v17291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:38 smithi066 ceph-mon[112137]: pgmap v17291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:40.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:40.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:40.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:40.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:40.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:40.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:40.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:40.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:41.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:40 smithi203 ceph-mon[117428]: pgmap v17292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:41.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:40 smithi137 ceph-mon[117020]: pgmap v17292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:40 smithi066 ceph-mon[112137]: pgmap v17292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:42.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:41 smithi203 ceph-mon[117428]: from='client.469866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:42.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:41 smithi137 ceph-mon[117020]: from='client.469866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:42.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:41 smithi066 ceph-mon[112137]: from='client.469866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:43.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:42 smithi203 ceph-mon[117428]: pgmap v17293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:42 smithi137 ceph-mon[117020]: pgmap v17293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:42 smithi066 ceph-mon[112137]: pgmap v17293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:45.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:44 smithi203 ceph-mon[117428]: pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:45.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:44 smithi137 ceph-mon[117020]: pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:44 smithi066 ceph-mon[112137]: pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:45.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:45.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:45.792 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:46.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:46.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:46.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:46.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:46.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:47.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:46 smithi203 ceph-mon[117428]: pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:47.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:46 smithi137 ceph-mon[117020]: pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:46 smithi066 ceph-mon[112137]: pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:48.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:47 smithi203 ceph-mon[117428]: from='client.469941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:48.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:47 smithi137 ceph-mon[117020]: from='client.469941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:47 smithi066 ceph-mon[112137]: from='client.469941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:49.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:48 smithi203 ceph-mon[117428]: pgmap v17296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:48 smithi137 ceph-mon[117020]: pgmap v17296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:48 smithi066 ceph-mon[112137]: pgmap v17296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:51.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:50 smithi203 ceph-mon[117428]: pgmap v17297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:51.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:50 smithi137 ceph-mon[117020]: pgmap v17297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:50 smithi066 ceph-mon[112137]: pgmap v17297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:51.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:51.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:51.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:52.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:52.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:52.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:52.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:52.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:53.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:52 smithi203 ceph-mon[117428]: pgmap v17298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:52 smithi137 ceph-mon[117020]: pgmap v17298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:52 smithi066 ceph-mon[112137]: pgmap v17298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:53 smithi203 ceph-mon[117428]: from='client.470016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:54.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:53 smithi137 ceph-mon[117020]: from='client.470016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:53 smithi066 ceph-mon[112137]: from='client.470016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:54 smithi203 ceph-mon[117428]: pgmap v17299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:54 smithi137 ceph-mon[117020]: pgmap v17299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:54 smithi066 ceph-mon[112137]: pgmap v17299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:56 smithi203 ceph-mon[117428]: pgmap v17300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:56 smithi137 ceph-mon[117020]: pgmap v17300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:56 smithi066 ceph-mon[112137]: pgmap v17300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:57.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:49:57.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:57.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:57.986 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:49:57.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:57.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:57.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:57.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:49:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:58 smithi203 ceph-mon[117428]: pgmap v17301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:49:58 smithi203 ceph-mon[117428]: from='client.470094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:58 smithi137 ceph-mon[117020]: pgmap v17301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:49:58 smithi137 ceph-mon[117020]: from='client.470094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:58 smithi066 ceph-mon[112137]: pgmap v17301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:49:58 smithi066 ceph-mon[112137]: from='client.470094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:00 smithi203 ceph-mon[117428]: pgmap v17302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T02:50:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:00 smithi137 ceph-mon[117020]: pgmap v17302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T02:50:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:00 smithi066 ceph-mon[112137]: pgmap v17302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T02:50:02.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:02.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:02.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:02 smithi203 ceph-mon[117428]: pgmap v17303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:02 smithi137 ceph-mon[117020]: pgmap v17303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:03.234 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:02 smithi066 ceph-mon[112137]: pgmap v17303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:03.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:03.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:03.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:03.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:03.711 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:04 smithi137 ceph-mon[117020]: pgmap v17304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:04 smithi137 ceph-mon[117020]: from='client.470172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:04 smithi066 ceph-mon[112137]: pgmap v17304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:04 smithi066 ceph-mon[112137]: from='client.470172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:04 smithi203 ceph-mon[117428]: pgmap v17304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:04 smithi203 ceph-mon[117428]: from='client.470172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:06 smithi137 ceph-mon[117020]: pgmap v17305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:06 smithi066 ceph-mon[112137]: pgmap v17305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:06 smithi203 ceph-mon[117428]: pgmap v17305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:08.713 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:08.714 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:08.714 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:08 smithi137 ceph-mon[117020]: pgmap v17306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:50:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:08 smithi066 ceph-mon[112137]: pgmap v17306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:50:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:08 smithi203 ceph-mon[117428]: pgmap v17306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:50:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:09.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:09.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:09.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:09.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:09.458 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:10.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:50:10.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:50:10.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:50:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:50:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:50:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:50:10.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:50:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:10 smithi137 ceph-mon[117020]: pgmap v17307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:10 smithi137 ceph-mon[117020]: from='client.470247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:10 smithi066 ceph-mon[112137]: pgmap v17307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:10 smithi066 ceph-mon[112137]: from='client.470247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:10 smithi203 ceph-mon[117428]: pgmap v17307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:10 smithi203 ceph-mon[117428]: from='client.470247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:11 smithi066 ceph-mon[112137]: pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:11 smithi203 ceph-mon[117428]: pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:12.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:11 smithi137 ceph-mon[117020]: pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:14.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:14.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:14.460 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:14 smithi203 ceph-mon[117428]: pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:14 smithi137 ceph-mon[117020]: pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:15.180 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:15.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:15.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:15.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:15.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:14 smithi066 ceph-mon[112137]: pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:15 smithi203 ceph-mon[117428]: from='client.470313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:15 smithi137 ceph-mon[117020]: from='client.470313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:15 smithi066 ceph-mon[112137]: from='client.470313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:16 smithi203 ceph-mon[117428]: pgmap v17310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:16 smithi137 ceph-mon[117020]: pgmap v17310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:16 smithi066 ceph-mon[112137]: pgmap v17310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:18 smithi203 ceph-mon[117428]: pgmap v17311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:18 smithi137 ceph-mon[117020]: pgmap v17311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:18 smithi066 ceph-mon[112137]: pgmap v17311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:20.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:20.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:20.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:20.934 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:20.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:20.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:20.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:20.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:20 smithi203 ceph-mon[117428]: pgmap v17312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:20 smithi137 ceph-mon[117020]: pgmap v17312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:20 smithi066 ceph-mon[112137]: pgmap v17312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:22.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:21 smithi203 ceph-mon[117428]: from='client.470388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:22.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:21 smithi137 ceph-mon[117020]: from='client.470388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:21 smithi066 ceph-mon[112137]: from='client.470388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:22 smithi203 ceph-mon[117428]: pgmap v17313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:22 smithi137 ceph-mon[117020]: pgmap v17313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:22 smithi066 ceph-mon[112137]: pgmap v17313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:24 smithi203 ceph-mon[117428]: pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:24 smithi137 ceph-mon[117020]: pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:24 smithi066 ceph-mon[112137]: pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:25.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:25.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:25.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:26.666 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:26.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:26.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:26.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:26.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:26 smithi203 ceph-mon[117428]: pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:26 smithi137 ceph-mon[117020]: pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:26 smithi066 ceph-mon[112137]: pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:27 smithi203 ceph-mon[117428]: from='client.470466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:28.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:27 smithi137 ceph-mon[117020]: from='client.470466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:27 smithi066 ceph-mon[112137]: from='client.470466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:28 smithi203 ceph-mon[117428]: pgmap v17316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:28 smithi137 ceph-mon[117020]: pgmap v17316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:28 smithi066 ceph-mon[112137]: pgmap v17316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:30 smithi203 ceph-mon[117428]: pgmap v17317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:30 smithi137 ceph-mon[117020]: pgmap v17317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:30 smithi066 ceph-mon[112137]: pgmap v17317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:31.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:31.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:31.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:32.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:32.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:32.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:32.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:32.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:32 smithi203 ceph-mon[117428]: pgmap v17318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:32 smithi137 ceph-mon[117020]: pgmap v17318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:32 smithi066 ceph-mon[112137]: pgmap v17318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:34.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:33 smithi203 ceph-mon[117428]: from='client.470544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:33 smithi137 ceph-mon[117020]: from='client.470544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:33 smithi066 ceph-mon[112137]: from='client.470544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:35.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:34 smithi203 ceph-mon[117428]: pgmap v17319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:34 smithi137 ceph-mon[117020]: pgmap v17319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:34 smithi066 ceph-mon[112137]: pgmap v17319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:37.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:36 smithi203 ceph-mon[117428]: pgmap v17320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:36 smithi137 ceph-mon[117020]: pgmap v17320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:36 smithi066 ceph-mon[112137]: pgmap v17320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:37.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:37.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:37.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:38.130 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:38.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:38.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:38.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:38.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:38 smithi203 ceph-mon[117428]: pgmap v17321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:38 smithi203 ceph-mon[117428]: from='client.470619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:38 smithi137 ceph-mon[117020]: pgmap v17321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:38 smithi137 ceph-mon[117020]: from='client.470619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:38 smithi066 ceph-mon[112137]: pgmap v17321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:38 smithi066 ceph-mon[112137]: from='client.470619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:40 smithi203 ceph-mon[117428]: pgmap v17322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:41.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:40 smithi137 ceph-mon[117020]: pgmap v17322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:40 smithi066 ceph-mon[112137]: pgmap v17322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:42 smithi137 ceph-mon[117020]: pgmap v17323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:43.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:43.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:43.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:42 smithi066 ceph-mon[112137]: pgmap v17323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:42 smithi203 ceph-mon[117428]: pgmap v17323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:43.859 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:43.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:43.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:43.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:43.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:45.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:44 smithi137 ceph-mon[117020]: pgmap v17324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:45.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:44 smithi137 ceph-mon[117020]: from='client.470697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:44 smithi066 ceph-mon[112137]: pgmap v17324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:44 smithi066 ceph-mon[112137]: from='client.470697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:44 smithi203 ceph-mon[117428]: pgmap v17324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:44 smithi203 ceph-mon[117428]: from='client.470697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:47.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:46 smithi137 ceph-mon[117020]: pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:46 smithi066 ceph-mon[112137]: pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:46 smithi203 ceph-mon[117428]: pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:48.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:48.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:48.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:48 smithi137 ceph-mon[117020]: pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:48 smithi066 ceph-mon[112137]: pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:48 smithi203 ceph-mon[117428]: pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:49.589 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:49.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:49.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:49.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:49.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:51.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:50 smithi137 ceph-mon[117020]: pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:50 smithi137 ceph-mon[117020]: from='client.470775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:50 smithi066 ceph-mon[112137]: pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:50 smithi066 ceph-mon[112137]: from='client.470775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:50 smithi203 ceph-mon[117428]: pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:50 smithi203 ceph-mon[117428]: from='client.470775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:53.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:52 smithi137 ceph-mon[117020]: pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:52 smithi066 ceph-mon[112137]: pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:52 smithi203 ceph-mon[117428]: pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:54.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:50:54.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:54.591 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:54 smithi137 ceph-mon[117020]: pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:54 smithi066 ceph-mon[112137]: pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:54 smithi203 ceph-mon[117428]: pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:55.345 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:50:55.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:55.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:55.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:55.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:50:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:56 smithi137 ceph-mon[117020]: from='client.470853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:56 smithi137 ceph-mon[117020]: pgmap v17330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:56 smithi066 ceph-mon[112137]: from='client.470853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:56 smithi066 ceph-mon[112137]: pgmap v17330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:56 smithi203 ceph-mon[117428]: from='client.470853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:56 smithi203 ceph-mon[117428]: pgmap v17330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:50:58 smithi137 ceph-mon[117020]: pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:50:58 smithi066 ceph-mon[112137]: pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:50:58 smithi203 ceph-mon[117428]: pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:00.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:00.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:00.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:01.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:01.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:01.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:01.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:01.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:00 smithi137 ceph-mon[117020]: pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:00 smithi066 ceph-mon[112137]: pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:00 smithi203 ceph-mon[117428]: pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:02.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:01 smithi137 ceph-mon[117020]: from='client.470928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:01 smithi066 ceph-mon[112137]: from='client.470928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:02.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:01 smithi203 ceph-mon[117428]: from='client.470928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:02 smithi137 ceph-mon[117020]: pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:02 smithi066 ceph-mon[112137]: pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:02 smithi203 ceph-mon[117428]: pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:04.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:03 smithi137 ceph-mon[117020]: pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:04.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:03 smithi066 ceph-mon[112137]: pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:03 smithi203 ceph-mon[117428]: pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:06.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:06.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:06.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:06.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:06 smithi137 ceph-mon[117020]: pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:06.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:06 smithi066 ceph-mon[112137]: pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:06.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:06 smithi203 ceph-mon[117428]: pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:06.794 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:06.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:06.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:06.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:06.795 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:07.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:07 smithi137 ceph-mon[117020]: from='client.471003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:07.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:07 smithi066 ceph-mon[112137]: from='client.471003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:07.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:07 smithi203 ceph-mon[117428]: from='client.471003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:08 smithi203 ceph-mon[117428]: pgmap v17336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:08 smithi137 ceph-mon[117020]: pgmap v17336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:08 smithi066 ceph-mon[112137]: pgmap v17336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:10.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:51:10.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:51:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:51:10.997 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:10 smithi066 ceph-mon[112137]: pgmap v17337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:11.015 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:10 smithi203 ceph-mon[117428]: pgmap v17337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:11.029 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:10 smithi137 ceph-mon[117020]: pgmap v17337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:11.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:11.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:11.796 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:12.536 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:12.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:12.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:12.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:12.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: pgmap v17338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:51:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:51:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: pgmap v17338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:51:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: pgmap v17338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:51:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:51:13.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:51:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:13 smithi203 ceph-mon[117428]: from='client.471081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:13 smithi137 ceph-mon[117020]: from='client.471081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:13 smithi066 ceph-mon[112137]: from='client.471081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:14 smithi203 ceph-mon[117428]: pgmap v17339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:14 smithi137 ceph-mon[117020]: pgmap v17339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:14 smithi066 ceph-mon[112137]: pgmap v17339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:16 smithi203 ceph-mon[117428]: pgmap v17340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:16 smithi137 ceph-mon[117020]: pgmap v17340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:16 smithi066 ceph-mon[112137]: pgmap v17340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:17.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:17.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:17.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:18.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:18.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:18.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:18.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:18.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:18 smithi203 ceph-mon[117428]: pgmap v17341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:18 smithi137 ceph-mon[117020]: pgmap v17341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:18 smithi066 ceph-mon[112137]: pgmap v17341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:20.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:19 smithi203 ceph-mon[117428]: from='client.471153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:20.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:19 smithi137 ceph-mon[117020]: from='client.471153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:19 smithi066 ceph-mon[112137]: from='client.471153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:20 smithi203 ceph-mon[117428]: pgmap v17342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:20 smithi137 ceph-mon[117020]: pgmap v17342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:20 smithi066 ceph-mon[112137]: pgmap v17342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:22 smithi203 ceph-mon[117428]: pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:22 smithi137 ceph-mon[117020]: pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:22 smithi066 ceph-mon[112137]: pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:23.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:23.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:23.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:23.985 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:23.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:23.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:23.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:23.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:24 smithi203 ceph-mon[117428]: pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:24 smithi203 ceph-mon[117428]: from='client.471225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:24 smithi137 ceph-mon[117020]: pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:24 smithi137 ceph-mon[117020]: from='client.471225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:24 smithi066 ceph-mon[112137]: pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:24 smithi066 ceph-mon[112137]: from='client.471225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:27.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:26 smithi203 ceph-mon[117428]: pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:26 smithi137 ceph-mon[117020]: pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:26 smithi066 ceph-mon[112137]: pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:28.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:28.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:28.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:28 smithi203 ceph-mon[117428]: pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:28 smithi137 ceph-mon[117020]: pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:28 smithi066 ceph-mon[112137]: pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:29.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:29.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:29.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:29.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:29.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:30 smithi203 ceph-mon[117428]: pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:30 smithi203 ceph-mon[117428]: from='client.471297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:31.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:30 smithi137 ceph-mon[117020]: pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:30 smithi137 ceph-mon[117020]: from='client.471297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:30 smithi066 ceph-mon[112137]: pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:30 smithi066 ceph-mon[112137]: from='client.471297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:32 smithi137 ceph-mon[117020]: pgmap v17348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:51:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:32 smithi066 ceph-mon[112137]: pgmap v17348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:51:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:32 smithi203 ceph-mon[117428]: pgmap v17348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:51:34.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:34.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:34.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:34 smithi137 ceph-mon[117020]: pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:51:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:34 smithi066 ceph-mon[112137]: pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:51:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:34 smithi203 ceph-mon[117428]: pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:51:35.432 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:35.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:35.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:35.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:35.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:36 smithi137 ceph-mon[117020]: pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:36 smithi137 ceph-mon[117020]: from='client.471372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:36 smithi066 ceph-mon[112137]: pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:36 smithi066 ceph-mon[112137]: from='client.471372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:36 smithi203 ceph-mon[117428]: pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:36 smithi203 ceph-mon[117428]: from='client.471372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:38 smithi137 ceph-mon[117020]: pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:38 smithi066 ceph-mon[112137]: pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:38 smithi203 ceph-mon[117428]: pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:40.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:40.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:40.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:41.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:40 smithi137 ceph-mon[117020]: pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:41.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:41.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:41.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:41.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:41.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:40 smithi066 ceph-mon[112137]: pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:40 smithi203 ceph-mon[117428]: pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:42.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:41 smithi137 ceph-mon[117020]: from='client.471450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:41 smithi066 ceph-mon[112137]: from='client.471450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:42.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:41 smithi203 ceph-mon[117428]: from='client.471450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:42 smithi137 ceph-mon[117020]: pgmap v17353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:42 smithi066 ceph-mon[112137]: pgmap v17353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:42 smithi203 ceph-mon[117428]: pgmap v17353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:45.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:44 smithi137 ceph-mon[117020]: pgmap v17354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:51:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:44 smithi066 ceph-mon[112137]: pgmap v17354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:51:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:44 smithi203 ceph-mon[117428]: pgmap v17354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:51:46.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:46.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:46.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:46.903 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:46.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:46.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:46.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:46.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:46 smithi137 ceph-mon[117020]: pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:51:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:46 smithi066 ceph-mon[112137]: pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:51:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:46 smithi203 ceph-mon[117428]: pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:51:48.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:47 smithi137 ceph-mon[117020]: from='client.471528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:47 smithi066 ceph-mon[112137]: from='client.471528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:47 smithi203 ceph-mon[117428]: from='client.471528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:49.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:48 smithi137 ceph-mon[117020]: pgmap v17356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:48 smithi066 ceph-mon[112137]: pgmap v17356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:48 smithi203 ceph-mon[117428]: pgmap v17356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:49 smithi066 ceph-mon[112137]: pgmap v17357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:50.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:49 smithi203 ceph-mon[117428]: pgmap v17357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:50.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:49 smithi137 ceph-mon[117020]: pgmap v17357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:51.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:51.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:51.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:52.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:52 smithi137 ceph-mon[117020]: pgmap v17358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:52.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:52 smithi066 ceph-mon[112137]: pgmap v17358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:52.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:52 smithi203 ceph-mon[117428]: pgmap v17358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:52.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:52.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:52.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:52.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:52.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:53 smithi203 ceph-mon[117428]: from='client.471600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:54.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:53 smithi137 ceph-mon[117020]: from='client.471600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:53 smithi066 ceph-mon[112137]: from='client.471600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:54 smithi203 ceph-mon[117428]: pgmap v17359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:54 smithi137 ceph-mon[117020]: pgmap v17359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:54 smithi066 ceph-mon[112137]: pgmap v17359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:56 smithi203 ceph-mon[117428]: pgmap v17360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:56 smithi137 ceph-mon[117020]: pgmap v17360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:56 smithi066 ceph-mon[112137]: pgmap v17360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:57.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:51:57.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:57.652 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:58.381 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:51:58.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:58.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:58.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:58.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:51:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:58 smithi203 ceph-mon[117428]: pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:58 smithi137 ceph-mon[117020]: pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:58 smithi066 ceph-mon[112137]: pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:00.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:51:59 smithi203 ceph-mon[117428]: from='client.471672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:51:59 smithi137 ceph-mon[117020]: from='client.471672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:51:59 smithi066 ceph-mon[112137]: from='client.471672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:01.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:00 smithi203 ceph-mon[117428]: pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:01.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:00 smithi137 ceph-mon[117020]: pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:00 smithi066 ceph-mon[112137]: pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:03.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:02 smithi203 ceph-mon[117428]: pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:02 smithi137 ceph-mon[117020]: pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:02 smithi066 ceph-mon[112137]: pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:03.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:03.383 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:03.383 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:04.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:04.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:04.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:04.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:04.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:04 smithi203 ceph-mon[117428]: pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:05.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:04 smithi203 ceph-mon[117428]: from='client.471750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:05.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:04 smithi137 ceph-mon[117020]: pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:04 smithi137 ceph-mon[117020]: from='client.471750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:04 smithi066 ceph-mon[112137]: pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:04 smithi066 ceph-mon[112137]: from='client.471750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:07.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:06 smithi203 ceph-mon[117428]: pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:07.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:06 smithi137 ceph-mon[117020]: pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:06 smithi066 ceph-mon[112137]: pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:08 smithi203 ceph-mon[117428]: pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:09.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:09.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:09.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:08 smithi137 ceph-mon[117020]: pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:08 smithi066 ceph-mon[112137]: pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:09.850 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:09.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:09.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:09.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:09.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:10 smithi203 ceph-mon[117428]: pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:10 smithi203 ceph-mon[117428]: from='client.471825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:10 smithi137 ceph-mon[117020]: pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:10 smithi137 ceph-mon[117020]: from='client.471825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:10 smithi066 ceph-mon[112137]: pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:10 smithi066 ceph-mon[112137]: from='client.471825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:12 smithi203 ceph-mon[117428]: pgmap v17368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:52:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:52:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:12 smithi137 ceph-mon[117020]: pgmap v17368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:52:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:52:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:12 smithi066 ceph-mon[112137]: pgmap v17368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:52:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:52:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: pgmap v17369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:52:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.735 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:52:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:52:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: pgmap v17369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:52:14.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:14.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:14.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: pgmap v17369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:52:15.562 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:15.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:15.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:15.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:15.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:15.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:15 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16781M 2023-12-08T02:52:15.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:15 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21081M 2023-12-08T02:52:15.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:15 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 14947M 2023-12-08T02:52:15.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:15 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16781M 2023-12-08T02:52:15.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:15 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21081M 2023-12-08T02:52:15.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:15 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 14947M 2023-12-08T02:52:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:15 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16781M 2023-12-08T02:52:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:15 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21081M 2023-12-08T02:52:15.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:15 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 14947M 2023-12-08T02:52:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:16 smithi203 ceph-mon[117428]: pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:16.820 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:16 smithi203 ceph-mon[117428]: from='client.471897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:16 smithi137 ceph-mon[117020]: pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:16.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:16 smithi137 ceph-mon[117020]: from='client.471897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:16 smithi066 ceph-mon[112137]: pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:16.985 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:16 smithi066 ceph-mon[112137]: from='client.471897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:18 smithi203 ceph-mon[117428]: pgmap v17371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:18 smithi137 ceph-mon[117020]: pgmap v17371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:18 smithi066 ceph-mon[112137]: pgmap v17371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:20.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:20.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:20.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:21.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:20 smithi203 ceph-mon[117428]: pgmap v17372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:20 smithi137 ceph-mon[117020]: pgmap v17372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:20 smithi066 ceph-mon[112137]: pgmap v17372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:21.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:21.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:21.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:21.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:21.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:22 smithi203 ceph-mon[117428]: from='client.471975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:23.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:22 smithi203 ceph-mon[117428]: pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:22 smithi137 ceph-mon[117020]: from='client.471975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:22 smithi137 ceph-mon[117020]: pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:22 smithi066 ceph-mon[112137]: from='client.471975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:22 smithi066 ceph-mon[112137]: pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:25.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:24 smithi203 ceph-mon[117428]: pgmap v17374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:52:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:24 smithi137 ceph-mon[117020]: pgmap v17374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:52:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:24 smithi066 ceph-mon[112137]: pgmap v17374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:52:26.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:26.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:26.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:27.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:27.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:27.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:27.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:27.007 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:26 smithi203 ceph-mon[117428]: pgmap v17375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:52:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:26 smithi137 ceph-mon[117020]: pgmap v17375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:52:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:26 smithi066 ceph-mon[112137]: pgmap v17375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:52:28.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:27 smithi203 ceph-mon[117428]: from='client.472050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:28.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:27 smithi137 ceph-mon[117020]: from='client.472050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:28.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:27 smithi066 ceph-mon[112137]: from='client.472050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:29.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:28 smithi203 ceph-mon[117428]: pgmap v17376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:29.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:28 smithi137 ceph-mon[117020]: pgmap v17376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:28 smithi066 ceph-mon[112137]: pgmap v17376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:31.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:30 smithi203 ceph-mon[117428]: pgmap v17377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:30 smithi137 ceph-mon[117020]: pgmap v17377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:30 smithi066 ceph-mon[112137]: pgmap v17377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:32.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:32.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:32.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:32.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:32.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:32.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:32.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:32.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:33.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:32 smithi203 ceph-mon[117428]: pgmap v17378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:32 smithi137 ceph-mon[117020]: pgmap v17378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:32 smithi066 ceph-mon[112137]: pgmap v17378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:34.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:33 smithi137 ceph-mon[117020]: from='client.472125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:33 smithi066 ceph-mon[112137]: from='client.472125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:33 smithi203 ceph-mon[117428]: from='client.472125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:34 smithi137 ceph-mon[117020]: pgmap v17379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:34 smithi066 ceph-mon[112137]: pgmap v17379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:34 smithi203 ceph-mon[117428]: pgmap v17379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:37.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:36 smithi137 ceph-mon[117020]: pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:36 smithi066 ceph-mon[112137]: pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:36 smithi203 ceph-mon[117428]: pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:37.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:37.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:37.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:38.462 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:38.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:38.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:38.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:38.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:38 smithi137 ceph-mon[117020]: pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:38 smithi066 ceph-mon[112137]: pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:38 smithi203 ceph-mon[117428]: pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:40.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:39 smithi137 ceph-mon[117020]: from='client.472197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:39 smithi066 ceph-mon[112137]: from='client.472197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:39 smithi203 ceph-mon[117428]: from='client.472197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:40 smithi137 ceph-mon[117020]: pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:40 smithi066 ceph-mon[112137]: pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:40 smithi203 ceph-mon[117428]: pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:42 smithi137 ceph-mon[117020]: pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:42 smithi066 ceph-mon[112137]: pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:42 smithi203 ceph-mon[117428]: pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:43.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:43.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:43.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:44.188 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:44.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:44.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:44.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:44.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:44 smithi137 ceph-mon[117020]: pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:44 smithi137 ceph-mon[117020]: from='client.472272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:44 smithi066 ceph-mon[112137]: pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:44 smithi066 ceph-mon[112137]: from='client.472272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:44 smithi203 ceph-mon[117428]: pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:44 smithi203 ceph-mon[117428]: from='client.472272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:46 smithi137 ceph-mon[117020]: pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:46 smithi066 ceph-mon[112137]: pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:46 smithi203 ceph-mon[117428]: pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:48 smithi137 ceph-mon[117020]: pgmap v17386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:49.190 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:49.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:49.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:48 smithi066 ceph-mon[112137]: pgmap v17386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:48 smithi203 ceph-mon[117428]: pgmap v17386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:49.924 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:49.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:49.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:49.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:49.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:51.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:50 smithi137 ceph-mon[117020]: pgmap v17387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:51.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:50 smithi137 ceph-mon[117020]: from='client.472347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:50 smithi066 ceph-mon[112137]: pgmap v17387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:50 smithi066 ceph-mon[112137]: from='client.472347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:50 smithi203 ceph-mon[117428]: pgmap v17387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:50 smithi203 ceph-mon[117428]: from='client.472347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:52 smithi137 ceph-mon[117020]: pgmap v17388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:52:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:52 smithi066 ceph-mon[112137]: pgmap v17388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:52:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:52 smithi203 ceph-mon[117428]: pgmap v17388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:52:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:52:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:55.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:54 smithi137 ceph-mon[117020]: pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:52:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:54 smithi066 ceph-mon[112137]: pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:52:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:54 smithi203 ceph-mon[117428]: pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:52:55.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:52:55.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:55.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:55.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:55.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:52:57.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:56 smithi137 ceph-mon[117020]: pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:56 smithi137 ceph-mon[117020]: from='client.472419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:56 smithi066 ceph-mon[112137]: pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:56 smithi066 ceph-mon[112137]: from='client.472419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:56 smithi203 ceph-mon[117428]: pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:56 smithi203 ceph-mon[117428]: from='client.472419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:59.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:52:58 smithi137 ceph-mon[117020]: pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:52:58 smithi066 ceph-mon[112137]: pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:52:58 smithi203 ceph-mon[117428]: pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:00.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:00.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:00.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:00 smithi137 ceph-mon[117020]: pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:00 smithi066 ceph-mon[112137]: pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:00 smithi203 ceph-mon[117428]: pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:01.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:01.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:01.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:01.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:01.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:02 smithi137 ceph-mon[117020]: from='client.472494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:02 smithi137 ceph-mon[117020]: pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:02 smithi066 ceph-mon[112137]: from='client.472494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:02 smithi066 ceph-mon[112137]: pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:02 smithi203 ceph-mon[117428]: from='client.472494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:02 smithi203 ceph-mon[117428]: pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:04 smithi066 ceph-mon[112137]: pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:53:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:04 smithi203 ceph-mon[117428]: pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:53:05.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:04 smithi137 ceph-mon[117020]: pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:53:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:05 smithi066 ceph-mon[112137]: pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:53:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:05 smithi203 ceph-mon[117428]: pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:53:06.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:05 smithi137 ceph-mon[117020]: pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:53:06.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:06.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:06.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:07.094 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:07.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:07.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:07.094 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:07.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:06 smithi066 ceph-mon[112137]: from='client.472569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:06 smithi203 ceph-mon[117428]: from='client.472569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:07.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:06 smithi137 ceph-mon[117020]: from='client.472569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:09.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:08 smithi203 ceph-mon[117428]: pgmap v17396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:09.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:08 smithi137 ceph-mon[117020]: pgmap v17396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:08 smithi066 ceph-mon[112137]: pgmap v17396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:11.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:10 smithi203 ceph-mon[117428]: pgmap v17397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:11.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:10 smithi137 ceph-mon[117020]: pgmap v17397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:10 smithi066 ceph-mon[112137]: pgmap v17397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:12.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:12.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:12.096 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:12.824 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:12.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:12.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:12.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:12.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:13.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:12 smithi203 ceph-mon[117428]: pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:13.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:12 smithi137 ceph-mon[117020]: pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:12 smithi066 ceph-mon[112137]: pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:14.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:13 smithi203 ceph-mon[117428]: from='client.472641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:14.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:13 smithi137 ceph-mon[117020]: from='client.472641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:13 smithi066 ceph-mon[112137]: from='client.472641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:14 smithi203 ceph-mon[117428]: pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:15.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:53:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:14 smithi137 ceph-mon[117020]: pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:15.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:53:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:14 smithi066 ceph-mon[112137]: pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:53:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:53:16.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:53:16.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:15 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:53:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:53:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:53:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:15 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:53:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:53:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:53:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:15 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:53:17.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:16 smithi203 ceph-mon[117428]: pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:17.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:16 smithi137 ceph-mon[117020]: pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:16 smithi066 ceph-mon[112137]: pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:17.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:17.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:17.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:18.558 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:18.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:18.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:18.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:18.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:19.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:18 smithi203 ceph-mon[117428]: pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:19.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:18 smithi137 ceph-mon[117020]: pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:18 smithi066 ceph-mon[112137]: pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:20.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:19 smithi203 ceph-mon[117428]: from='client.472716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:20.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:19 smithi137 ceph-mon[117020]: from='client.472716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:19 smithi066 ceph-mon[112137]: from='client.472716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:21.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:20 smithi137 ceph-mon[117020]: pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:20 smithi066 ceph-mon[112137]: pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:20 smithi203 ceph-mon[117428]: pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:23.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:22 smithi137 ceph-mon[117020]: pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:22 smithi066 ceph-mon[112137]: pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:22 smithi203 ceph-mon[117428]: pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:23.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:23.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:23.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:24.280 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:24.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:24.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:24.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:24.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:24 smithi137 ceph-mon[117020]: pgmap v17404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:25.753 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:24 smithi203 ceph-mon[117428]: pgmap v17404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:25.753 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:24 smithi066 ceph-mon[112137]: pgmap v17404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:25 smithi137 ceph-mon[117020]: from='client.472791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:25 smithi066 ceph-mon[112137]: from='client.472791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:25 smithi203 ceph-mon[117428]: from='client.472791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:27.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:26 smithi137 ceph-mon[117020]: pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:26 smithi066 ceph-mon[112137]: pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:26 smithi203 ceph-mon[117428]: pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:28 smithi137 ceph-mon[117020]: pgmap v17406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:28 smithi066 ceph-mon[112137]: pgmap v17406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:29.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:29.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:29.282 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:28 smithi203 ceph-mon[117428]: pgmap v17406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:30.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:30.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:30.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:30.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:30.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:30 smithi137 ceph-mon[117020]: pgmap v17407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:30 smithi137 ceph-mon[117020]: from='client.472869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:30 smithi066 ceph-mon[112137]: pgmap v17407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:30 smithi066 ceph-mon[112137]: from='client.472869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:30 smithi203 ceph-mon[117428]: pgmap v17407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:30 smithi203 ceph-mon[117428]: from='client.472869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:33.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:32 smithi137 ceph-mon[117020]: pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:32 smithi066 ceph-mon[112137]: pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:32 smithi203 ceph-mon[117428]: pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:35.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:35.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:35.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:35.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:34 smithi137 ceph-mon[117020]: pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:34 smithi066 ceph-mon[112137]: pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:34 smithi203 ceph-mon[117428]: pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:35.757 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:35.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:35.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:35.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:35.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:36 smithi137 ceph-mon[117020]: pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:36 smithi137 ceph-mon[117020]: from='client.472947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:36 smithi066 ceph-mon[112137]: pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:36 smithi066 ceph-mon[112137]: from='client.472947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:36 smithi203 ceph-mon[117428]: pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:36 smithi203 ceph-mon[117428]: from='client.472947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:38 smithi137 ceph-mon[117020]: pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:38 smithi066 ceph-mon[112137]: pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:38 smithi203 ceph-mon[117428]: pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:40.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:40.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:40.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:41.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:40 smithi137 ceph-mon[117020]: pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:40 smithi066 ceph-mon[112137]: pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:40 smithi203 ceph-mon[117428]: pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:41.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:41.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:41.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:41.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:41.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:42 smithi137 ceph-mon[117020]: pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:42 smithi137 ceph-mon[117020]: from='client.473019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:42 smithi066 ceph-mon[112137]: pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:42 smithi066 ceph-mon[112137]: from='client.473019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:42 smithi203 ceph-mon[117428]: pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:42 smithi203 ceph-mon[117428]: from='client.473019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:44 smithi137 ceph-mon[117020]: pgmap v17414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:44 smithi066 ceph-mon[112137]: pgmap v17414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:44 smithi203 ceph-mon[117428]: pgmap v17414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:46.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:46.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:46.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:47.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:46 smithi137 ceph-mon[117020]: pgmap v17415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:47.225 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:47.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:47.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:47.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:47.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:46 smithi066 ceph-mon[112137]: pgmap v17415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:46 smithi203 ceph-mon[117428]: pgmap v17415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:48.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:47 smithi137 ceph-mon[117020]: from='client.473094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:48.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:47 smithi066 ceph-mon[112137]: from='client.473094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:48.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:47 smithi203 ceph-mon[117428]: from='client.473094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:48 smithi066 ceph-mon[112137]: pgmap v17416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:48 smithi203 ceph-mon[117428]: pgmap v17416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:49.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:48 smithi137 ceph-mon[117020]: pgmap v17416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:50 smithi066 ceph-mon[112137]: pgmap v17417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:50 smithi203 ceph-mon[117428]: pgmap v17417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:51.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:50 smithi137 ceph-mon[117020]: pgmap v17417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:52.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:52.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:52.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:51 smithi066 ceph-mon[112137]: pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:51 smithi203 ceph-mon[117428]: pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:52.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:51 smithi137 ceph-mon[117020]: pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:52.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:52.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:52.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:52.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:52.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:54.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:53 smithi203 ceph-mon[117428]: from='client.473169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:54.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:53 smithi137 ceph-mon[117020]: from='client.473169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:53 smithi066 ceph-mon[112137]: from='client.473169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:55.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:54 smithi203 ceph-mon[117428]: pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:54 smithi137 ceph-mon[117020]: pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:54 smithi066 ceph-mon[112137]: pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:57.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:56 smithi203 ceph-mon[117428]: pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:56 smithi137 ceph-mon[117020]: pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:56 smithi066 ceph-mon[112137]: pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:57.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:53:57.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:57.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:58.680 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:53:58.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:58.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:58.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:58.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:53:59.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:58 smithi203 ceph-mon[117428]: pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:58 smithi137 ceph-mon[117020]: pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:58 smithi066 ceph-mon[112137]: pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:00.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:53:59 smithi137 ceph-mon[117020]: from='client.473244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:53:59 smithi066 ceph-mon[112137]: from='client.473244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:53:59 smithi203 ceph-mon[117428]: from='client.473244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:00 smithi137 ceph-mon[117020]: pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:00 smithi066 ceph-mon[112137]: pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:00 smithi203 ceph-mon[117428]: pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:03.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:02 smithi137 ceph-mon[117020]: pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:02 smithi066 ceph-mon[112137]: pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:02 smithi203 ceph-mon[117428]: pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:03.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:03.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:03.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:04.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:04.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:04.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:04.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:04.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:05.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:04 smithi137 ceph-mon[117020]: pgmap v17424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:04 smithi066 ceph-mon[112137]: pgmap v17424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:04 smithi203 ceph-mon[117428]: pgmap v17424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:06.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:05 smithi137 ceph-mon[117020]: from='client.473319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:05 smithi066 ceph-mon[112137]: from='client.473319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:05 smithi203 ceph-mon[117428]: from='client.473319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:06 smithi137 ceph-mon[117020]: pgmap v17425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:06 smithi066 ceph-mon[112137]: pgmap v17425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:06 smithi203 ceph-mon[117428]: pgmap v17425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:08 smithi137 ceph-mon[117020]: pgmap v17426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:08 smithi066 ceph-mon[112137]: pgmap v17426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:08 smithi203 ceph-mon[117428]: pgmap v17426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:09.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:09.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:09.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:10.151 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:10.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:10.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:10.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:10.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:10 smithi137 ceph-mon[117020]: pgmap v17427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:10 smithi137 ceph-mon[117020]: from='client.473397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:10 smithi066 ceph-mon[112137]: pgmap v17427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:10 smithi066 ceph-mon[112137]: from='client.473397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:10 smithi203 ceph-mon[117428]: pgmap v17427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:10 smithi203 ceph-mon[117428]: from='client.473397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:12 smithi137 ceph-mon[117020]: pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:12 smithi066 ceph-mon[112137]: pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:12 smithi203 ceph-mon[117428]: pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:14 smithi137 ceph-mon[117020]: pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:15.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:15.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:15.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:14 smithi066 ceph-mon[112137]: pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:14 smithi203 ceph-mon[117428]: pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:15.926 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:15.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:15.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:15.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:15.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:16.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:54:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:54:16.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:54:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:16 smithi137 ceph-mon[117020]: pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:16 smithi137 ceph-mon[117020]: from='client.473475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:54:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:54:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:54:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:16 smithi066 ceph-mon[112137]: pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:16 smithi066 ceph-mon[112137]: from='client.473475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:54:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:54:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:54:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:16 smithi203 ceph-mon[117428]: pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:16 smithi203 ceph-mon[117428]: from='client.473475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:54:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:54:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:54:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:18 smithi137 ceph-mon[117020]: pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:18 smithi066 ceph-mon[112137]: pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:18 smithi203 ceph-mon[117428]: pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:20.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:20.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:20.929 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:20 smithi137 ceph-mon[117020]: pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:20 smithi066 ceph-mon[112137]: pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:20 smithi203 ceph-mon[117428]: pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:21.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:21.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:21.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:21.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:21.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:22 smithi137 ceph-mon[117020]: pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:22 smithi137 ceph-mon[117020]: from='client.473547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:22 smithi066 ceph-mon[112137]: pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:22 smithi066 ceph-mon[112137]: from='client.473547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:22 smithi203 ceph-mon[117428]: pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:22 smithi203 ceph-mon[117428]: from='client.473547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:24 smithi137 ceph-mon[117020]: pgmap v17434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:24 smithi066 ceph-mon[112137]: pgmap v17434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:24 smithi203 ceph-mon[117428]: pgmap v17434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:26.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:26.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:26.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:26 smithi137 ceph-mon[117020]: pgmap v17435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:26 smithi066 ceph-mon[112137]: pgmap v17435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:26 smithi203 ceph-mon[117428]: pgmap v17435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:27.382 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:27.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:27.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:27.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:27.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:28 smithi066 ceph-mon[112137]: from='client.473619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:28 smithi066 ceph-mon[112137]: pgmap v17436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:28 smithi203 ceph-mon[117428]: from='client.473619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:28 smithi203 ceph-mon[117428]: pgmap v17436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:29.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:28 smithi137 ceph-mon[117020]: from='client.473619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:28 smithi137 ceph-mon[117020]: pgmap v17436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:30 smithi066 ceph-mon[112137]: pgmap v17437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:30 smithi203 ceph-mon[117428]: pgmap v17437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:30 smithi137 ceph-mon[117020]: pgmap v17437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:32.383 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:32.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:32.384 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:33.105 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:33.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:33.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:33.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:33.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:32 smithi066 ceph-mon[112137]: pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:32 smithi203 ceph-mon[117428]: pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:32 smithi137 ceph-mon[117020]: pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:33 smithi066 ceph-mon[112137]: from='client.473694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:33 smithi203 ceph-mon[117428]: from='client.473694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:33 smithi137 ceph-mon[117020]: from='client.473694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:34 smithi066 ceph-mon[112137]: pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:34 smithi203 ceph-mon[117428]: pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:34 smithi137 ceph-mon[117020]: pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:36.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:35 smithi066 ceph-mon[112137]: pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:36.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:35 smithi203 ceph-mon[117428]: pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:36.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:35 smithi137 ceph-mon[117020]: pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:38.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:38.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:38.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:38.842 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:38.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:38.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:38.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:38.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:39.070 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:38 smithi203 ceph-mon[117428]: pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:39.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:38 smithi137 ceph-mon[117020]: pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:38 smithi066 ceph-mon[112137]: pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:40.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:39 smithi137 ceph-mon[117020]: from='client.473763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:39 smithi066 ceph-mon[112137]: from='client.473763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:39 smithi203 ceph-mon[117428]: from='client.473763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:41.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:40 smithi137 ceph-mon[117020]: pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:40 smithi066 ceph-mon[112137]: pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:40 smithi203 ceph-mon[117428]: pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:43.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:42 smithi137 ceph-mon[117020]: pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:42 smithi066 ceph-mon[112137]: pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:42 smithi203 ceph-mon[117428]: pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:43.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:43.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:43.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:44.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:44.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:44.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:44.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:44.575 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:44 smithi137 ceph-mon[117020]: pgmap v17444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:44 smithi066 ceph-mon[112137]: pgmap v17444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:44 smithi203 ceph-mon[117428]: pgmap v17444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:46.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:45 smithi137 ceph-mon[117020]: from='client.473838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:45 smithi066 ceph-mon[112137]: from='client.473838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:46.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:45 smithi203 ceph-mon[117428]: from='client.473838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:47.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:46 smithi137 ceph-mon[117020]: pgmap v17445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:46 smithi066 ceph-mon[112137]: pgmap v17445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:46 smithi203 ceph-mon[117428]: pgmap v17445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:48 smithi137 ceph-mon[117020]: pgmap v17446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:48 smithi066 ceph-mon[112137]: pgmap v17446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:48 smithi203 ceph-mon[117428]: pgmap v17446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:49.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:49.577 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:49.577 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:50.299 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:50.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:50.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:50.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:50.299 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:51.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:50 smithi137 ceph-mon[117020]: pgmap v17447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:50 smithi066 ceph-mon[112137]: pgmap v17447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:50 smithi203 ceph-mon[117428]: pgmap v17447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:52.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:51 smithi137 ceph-mon[117020]: from='client.473916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:51 smithi066 ceph-mon[112137]: from='client.473916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:51 smithi203 ceph-mon[117428]: from='client.473916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:53.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:52 smithi137 ceph-mon[117020]: pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:52 smithi066 ceph-mon[112137]: pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:52 smithi203 ceph-mon[117428]: pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:55.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:54 smithi137 ceph-mon[117020]: pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:54 smithi066 ceph-mon[112137]: pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:55.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:54:55.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:55.301 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:54 smithi203 ceph-mon[117428]: pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:56.019 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:54:56.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:56.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:56.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:56.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:54:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:56 smithi137 ceph-mon[117020]: pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:57.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:56 smithi137 ceph-mon[117020]: from='client.473994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:56 smithi066 ceph-mon[112137]: pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:56 smithi066 ceph-mon[112137]: from='client.473994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:56 smithi203 ceph-mon[117428]: pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:56 smithi203 ceph-mon[117428]: from='client.473994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:54:58 smithi137 ceph-mon[117020]: pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:54:58 smithi066 ceph-mon[112137]: pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:54:58 smithi203 ceph-mon[117428]: pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:01.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:01.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:01.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:00 smithi137 ceph-mon[117020]: pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:00 smithi066 ceph-mon[112137]: pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:00 smithi203 ceph-mon[117428]: pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:01.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:01.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:01.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:01.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:01.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:02 smithi137 ceph-mon[117020]: pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:02 smithi137 ceph-mon[117020]: from='client.474072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:02 smithi066 ceph-mon[112137]: pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:02 smithi066 ceph-mon[112137]: from='client.474072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:02 smithi203 ceph-mon[117428]: pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:02 smithi203 ceph-mon[117428]: from='client.474072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:04 smithi137 ceph-mon[117020]: pgmap v17454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:04 smithi066 ceph-mon[112137]: pgmap v17454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:04 smithi203 ceph-mon[117428]: pgmap v17454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:06.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:06.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:06.741 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:06 smithi137 ceph-mon[117020]: pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:06 smithi066 ceph-mon[112137]: pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:06 smithi203 ceph-mon[117428]: pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:07.486 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:07.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:07.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:07.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:07.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:08 smithi066 ceph-mon[112137]: pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:08 smithi066 ceph-mon[112137]: from='client.474150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:08 smithi203 ceph-mon[117428]: pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:08 smithi203 ceph-mon[117428]: from='client.474150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:09.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:08 smithi137 ceph-mon[117020]: pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:08 smithi137 ceph-mon[117020]: from='client.474150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:10 smithi066 ceph-mon[112137]: pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:10 smithi203 ceph-mon[117428]: pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:11.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:10 smithi137 ceph-mon[117020]: pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:12.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:12.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:12.488 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:13.211 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:13.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:13.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:13.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:13.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:12 smithi066 ceph-mon[112137]: pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:12 smithi203 ceph-mon[117428]: pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:12 smithi137 ceph-mon[117020]: pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:14.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:13 smithi066 ceph-mon[112137]: from='client.474225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:14.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:13 smithi203 ceph-mon[117428]: from='client.474225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:13 smithi137 ceph-mon[117020]: from='client.474225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:14 smithi066 ceph-mon[112137]: pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:15.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:14 smithi203 ceph-mon[117428]: pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:14 smithi137 ceph-mon[117020]: pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:16 smithi066 ceph-mon[112137]: pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:55:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:55:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:55:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:55:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:16 smithi203 ceph-mon[117428]: pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:55:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:55:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:55:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:55:17.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:16 smithi137 ceph-mon[117020]: pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:55:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:55:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:55:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:55:18.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:18.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:18.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:18.935 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:18.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:18.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:18.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:18.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:18 smithi066 ceph-mon[112137]: pgmap v17461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:18 smithi203 ceph-mon[117428]: pgmap v17461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:18 smithi137 ceph-mon[117020]: pgmap v17461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:19 smithi066 ceph-mon[112137]: from='client.474303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:19 smithi203 ceph-mon[117428]: from='client.474303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:20.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:19 smithi137 ceph-mon[117020]: from='client.474303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:20 smithi066 ceph-mon[112137]: pgmap v17462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:20 smithi203 ceph-mon[117428]: pgmap v17462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:21.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:20 smithi137 ceph-mon[117020]: pgmap v17462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:21 smithi066 ceph-mon[112137]: pgmap v17463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:22.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:21 smithi203 ceph-mon[117428]: pgmap v17463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:22.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:21 smithi137 ceph-mon[117020]: pgmap v17463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:23.937 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:23.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:23.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:24.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:24.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:24.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:24.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:24.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:25.120 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:24 smithi137 ceph-mon[117020]: pgmap v17464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:24 smithi066 ceph-mon[112137]: pgmap v17464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:24 smithi203 ceph-mon[117428]: pgmap v17464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:26.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:25 smithi137 ceph-mon[117020]: from='client.474378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:25 smithi066 ceph-mon[112137]: from='client.474378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:25 smithi203 ceph-mon[117428]: from='client.474378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:26 smithi137 ceph-mon[117020]: pgmap v17465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:26 smithi066 ceph-mon[112137]: pgmap v17465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:26 smithi203 ceph-mon[117428]: pgmap v17465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:28 smithi137 ceph-mon[117020]: pgmap v17466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:28 smithi066 ceph-mon[112137]: pgmap v17466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:28 smithi203 ceph-mon[117428]: pgmap v17466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:29.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:29.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:29.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:30.390 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:30.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:30.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:30.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:30.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:30 smithi137 ceph-mon[117020]: pgmap v17467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:30 smithi066 ceph-mon[112137]: pgmap v17467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:30 smithi203 ceph-mon[117428]: pgmap v17467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:32.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:31 smithi137 ceph-mon[117020]: from='client.474450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:31 smithi066 ceph-mon[112137]: from='client.474450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:31 smithi203 ceph-mon[117428]: from='client.474450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:33.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:32 smithi137 ceph-mon[117020]: pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:32 smithi066 ceph-mon[112137]: pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:32 smithi203 ceph-mon[117428]: pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:35.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:34 smithi137 ceph-mon[117020]: pgmap v17469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:34 smithi066 ceph-mon[112137]: pgmap v17469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:34 smithi203 ceph-mon[117428]: pgmap v17469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:35.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:35.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:35.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:36.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:36.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:36.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:36.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:36.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:36 smithi137 ceph-mon[117020]: pgmap v17470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:37.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:36 smithi137 ceph-mon[117020]: from='client.474525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:36 smithi066 ceph-mon[112137]: pgmap v17470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:36 smithi066 ceph-mon[112137]: from='client.474525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:36 smithi203 ceph-mon[117428]: pgmap v17470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:36 smithi203 ceph-mon[117428]: from='client.474525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:38 smithi137 ceph-mon[117020]: pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:38 smithi066 ceph-mon[112137]: pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:38 smithi203 ceph-mon[117428]: pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:40 smithi137 ceph-mon[117020]: pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:41.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:41.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:41.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:40 smithi066 ceph-mon[112137]: pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:40 smithi203 ceph-mon[117428]: pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:41.861 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:41.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:41.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:41.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:41.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:42 smithi137 ceph-mon[117020]: pgmap v17473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:42 smithi137 ceph-mon[117020]: from='client.474600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:42 smithi066 ceph-mon[112137]: pgmap v17473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:42 smithi066 ceph-mon[112137]: from='client.474600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:42 smithi203 ceph-mon[117428]: pgmap v17473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:42 smithi203 ceph-mon[117428]: from='client.474600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:44 smithi137 ceph-mon[117020]: pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:44 smithi066 ceph-mon[112137]: pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:44 smithi203 ceph-mon[117428]: pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:46.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:46.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:46.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:46 smithi137 ceph-mon[117020]: pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:46 smithi066 ceph-mon[112137]: pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:46 smithi203 ceph-mon[117428]: pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:47.604 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:47.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:47.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:47.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:47.604 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:48 smithi137 ceph-mon[117020]: pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:49.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:48 smithi137 ceph-mon[117020]: from='client.474675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:48 smithi066 ceph-mon[112137]: pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:48 smithi066 ceph-mon[112137]: from='client.474675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:48 smithi203 ceph-mon[117428]: pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:48 smithi203 ceph-mon[117428]: from='client.474675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:50 smithi066 ceph-mon[112137]: pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:50 smithi203 ceph-mon[117428]: pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:50 smithi137 ceph-mon[117020]: pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:52.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:52.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:52.606 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:52 smithi066 ceph-mon[112137]: pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:52 smithi203 ceph-mon[117428]: pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:53.342 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:53.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:53.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:53.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:53.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:53.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:52 smithi137 ceph-mon[117020]: pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:54 smithi066 ceph-mon[112137]: from='client.474750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:54 smithi066 ceph-mon[112137]: pgmap v17479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:55.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:54 smithi203 ceph-mon[117428]: from='client.474750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:54 smithi203 ceph-mon[117428]: pgmap v17479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:54 smithi137 ceph-mon[117020]: from='client.474750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:54 smithi137 ceph-mon[117020]: pgmap v17479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:56 smithi066 ceph-mon[112137]: pgmap v17480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:56 smithi203 ceph-mon[117428]: pgmap v17480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:56 smithi137 ceph-mon[117020]: pgmap v17480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:58.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:55:58.344 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:58.344 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:59.061 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:55:59.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:59.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:59.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:59.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:55:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:58 smithi066 ceph-mon[112137]: pgmap v17481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:58 smithi203 ceph-mon[117428]: pgmap v17481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:58 smithi137 ceph-mon[117020]: pgmap v17481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:55:59 smithi066 ceph-mon[112137]: from='client.474825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:00.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:55:59 smithi203 ceph-mon[117428]: from='client.474825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:55:59 smithi137 ceph-mon[117020]: from='client.474825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:00 smithi066 ceph-mon[112137]: pgmap v17482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:00 smithi203 ceph-mon[117428]: pgmap v17482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:01.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:00 smithi137 ceph-mon[117020]: pgmap v17482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:02 smithi066 ceph-mon[112137]: pgmap v17483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:03.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:02 smithi203 ceph-mon[117428]: pgmap v17483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:02 smithi137 ceph-mon[117020]: pgmap v17483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:04.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:04.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:04.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:04.802 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:04.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:04.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:04.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:04.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:04 smithi066 ceph-mon[112137]: pgmap v17484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:04 smithi203 ceph-mon[117428]: pgmap v17484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:04 smithi137 ceph-mon[117020]: pgmap v17484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:05 smithi066 ceph-mon[112137]: from='client.474900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:05 smithi203 ceph-mon[117428]: from='client.474900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:05 smithi137 ceph-mon[117020]: from='client.474900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:06 smithi066 ceph-mon[112137]: pgmap v17485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:56:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:06 smithi203 ceph-mon[117428]: pgmap v17485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:56:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:06 smithi137 ceph-mon[117020]: pgmap v17485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:56:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:08 smithi066 ceph-mon[112137]: pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:56:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:08 smithi203 ceph-mon[117428]: pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:56:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:08 smithi137 ceph-mon[117020]: pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:56:09.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:09.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:09.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:09 smithi066 ceph-mon[112137]: pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:56:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:09 smithi203 ceph-mon[117428]: pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:56:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:09 smithi137 ceph-mon[117020]: pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:56:10.536 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:10.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:10.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:10.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:10.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:10 smithi066 ceph-mon[112137]: from='client.474975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:11.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:10 smithi203 ceph-mon[117428]: from='client.474975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:10 smithi137 ceph-mon[117020]: from='client.474975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:11 smithi066 ceph-mon[112137]: pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:12.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:11 smithi203 ceph-mon[117428]: pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:12.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:11 smithi137 ceph-mon[117020]: pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:14 smithi137 ceph-mon[117020]: pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:14 smithi066 ceph-mon[112137]: pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:14 smithi203 ceph-mon[117428]: pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:15.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:15.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:15.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:16.257 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:16.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:16.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:16.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:16.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:17.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:16 smithi137 ceph-mon[117020]: pgmap v17490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:16 smithi066 ceph-mon[112137]: pgmap v17490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:17.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:16 smithi203 ceph-mon[117428]: pgmap v17490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:17 smithi137 ceph-mon[117020]: from='client.475053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:56:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:56:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:56:18.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:56:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:17 smithi066 ceph-mon[112137]: from='client.475053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:56:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:56:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:56:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:56:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:17 smithi203 ceph-mon[117428]: from='client.475053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:56:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:56:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:56:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:56:19.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:18 smithi137 ceph-mon[117020]: pgmap v17491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:56:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:18 smithi066 ceph-mon[112137]: pgmap v17491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:56:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:18 smithi203 ceph-mon[117428]: pgmap v17491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:56:21.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:20 smithi137 ceph-mon[117020]: pgmap v17492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:56:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:20 smithi066 ceph-mon[112137]: pgmap v17492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:56:21.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:21.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:21.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:21.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:20 smithi203 ceph-mon[117428]: pgmap v17492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:56:21.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:21.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:21.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:21.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:21.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:22 smithi137 ceph-mon[117020]: pgmap v17493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:56:23.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:22 smithi137 ceph-mon[117020]: from='client.475125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:22 smithi066 ceph-mon[112137]: pgmap v17493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:56:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:22 smithi066 ceph-mon[112137]: from='client.475125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:23.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:22 smithi203 ceph-mon[117428]: pgmap v17493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:56:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:22 smithi203 ceph-mon[117428]: from='client.475125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:25.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:24 smithi137 ceph-mon[117020]: pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:24 smithi066 ceph-mon[112137]: pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:24 smithi203 ceph-mon[117428]: pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:26.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:26.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:26.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:27.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:26 smithi137 ceph-mon[117020]: pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:26 smithi066 ceph-mon[112137]: pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:27.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:26 smithi203 ceph-mon[117428]: pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:27.737 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:27.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:27.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:27.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:27.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:28 smithi137 ceph-mon[117020]: pgmap v17496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:29.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:28 smithi137 ceph-mon[117020]: from='client.475203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:28 smithi066 ceph-mon[112137]: pgmap v17496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:28 smithi066 ceph-mon[112137]: from='client.475203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:29.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:28 smithi203 ceph-mon[117428]: pgmap v17496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:28 smithi203 ceph-mon[117428]: from='client.475203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:31.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:30 smithi137 ceph-mon[117020]: pgmap v17497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:30 smithi066 ceph-mon[112137]: pgmap v17497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:30 smithi203 ceph-mon[117428]: pgmap v17497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:32.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:32.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:32.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:32 smithi066 ceph-mon[112137]: pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:32 smithi203 ceph-mon[117428]: pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:32 smithi137 ceph-mon[117020]: pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:33.462 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:33.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:33.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:33.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:33.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:34 smithi066 ceph-mon[112137]: pgmap v17499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:34 smithi066 ceph-mon[112137]: from='client.475278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:34 smithi203 ceph-mon[117428]: pgmap v17499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:34 smithi203 ceph-mon[117428]: from='client.475278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:34 smithi137 ceph-mon[117020]: pgmap v17499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:34 smithi137 ceph-mon[117020]: from='client.475278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:36 smithi066 ceph-mon[112137]: pgmap v17500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:36 smithi203 ceph-mon[117428]: pgmap v17500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:36 smithi137 ceph-mon[117020]: pgmap v17500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:38.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:38.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:38.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:39.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:39.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:39.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:39.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:39.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:38 smithi066 ceph-mon[112137]: pgmap v17501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:38 smithi203 ceph-mon[117428]: pgmap v17501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:38 smithi137 ceph-mon[117020]: pgmap v17501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:40.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:39 smithi066 ceph-mon[112137]: from='client.475353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:40.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:39 smithi203 ceph-mon[117428]: from='client.475353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:40.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:39 smithi137 ceph-mon[117020]: from='client.475353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:40 smithi066 ceph-mon[112137]: pgmap v17502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:40 smithi203 ceph-mon[117428]: pgmap v17502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:41.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:40 smithi137 ceph-mon[117020]: pgmap v17502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:42 smithi066 ceph-mon[112137]: pgmap v17503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:42 smithi203 ceph-mon[117428]: pgmap v17503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:42 smithi137 ceph-mon[117020]: pgmap v17503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:44.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:44.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:44.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:44.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:44.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:44.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:44.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:44 smithi066 ceph-mon[112137]: pgmap v17504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:44 smithi203 ceph-mon[117428]: pgmap v17504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:44 smithi137 ceph-mon[117020]: pgmap v17504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:45 smithi066 ceph-mon[112137]: from='client.475425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:45 smithi203 ceph-mon[117428]: from='client.475425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:45 smithi137 ceph-mon[117020]: from='client.475425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:46 smithi066 ceph-mon[112137]: pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:56:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:46 smithi203 ceph-mon[117428]: pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:56:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:46 smithi137 ceph-mon[117020]: pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:56:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:48 smithi066 ceph-mon[112137]: pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:56:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:48 smithi203 ceph-mon[117428]: pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:56:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:48 smithi137 ceph-mon[117020]: pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:56:49.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:49.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:49.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:50.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:50.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:50.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:50.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:50.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:50 smithi066 ceph-mon[112137]: pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:56:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:50 smithi203 ceph-mon[117428]: pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:56:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:50 smithi137 ceph-mon[117020]: pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:56:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:51 smithi066 ceph-mon[112137]: from='client.475494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:52.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:51 smithi203 ceph-mon[117428]: from='client.475494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:51 smithi137 ceph-mon[117020]: from='client.475494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:52 smithi066 ceph-mon[112137]: pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:53.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:52 smithi203 ceph-mon[117428]: pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:52 smithi137 ceph-mon[117020]: pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:54.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:53 smithi066 ceph-mon[112137]: pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:54.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:53 smithi203 ceph-mon[117428]: pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:53 smithi137 ceph-mon[117020]: pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:55.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:56:55.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:55.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:56.428 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:56:56.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:56.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:56.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:56.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:56:56.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:56 smithi066 ceph-mon[112137]: pgmap v17510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:56.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:56 smithi203 ceph-mon[117428]: pgmap v17510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:56 smithi137 ceph-mon[117020]: pgmap v17510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:57.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:57 smithi066 ceph-mon[112137]: from='client.475572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:57.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:57 smithi203 ceph-mon[117428]: from='client.475572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:57 smithi137 ceph-mon[117020]: from='client.475572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:59.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:56:58 smithi137 ceph-mon[117020]: pgmap v17511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:56:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:56:58 smithi066 ceph-mon[112137]: pgmap v17511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:56:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:56:58 smithi203 ceph-mon[117428]: pgmap v17511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:57:01.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:00 smithi137 ceph-mon[117020]: pgmap v17512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:57:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:00 smithi066 ceph-mon[112137]: pgmap v17512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:57:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:00 smithi203 ceph-mon[117428]: pgmap v17512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:57:01.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:01.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:01.430 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:02.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:02.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:02.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:02.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:02.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:02 smithi137 ceph-mon[117020]: pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:57:03.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:02 smithi137 ceph-mon[117020]: from='client.475644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:02 smithi066 ceph-mon[112137]: pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:57:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:02 smithi066 ceph-mon[112137]: from='client.475644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:02 smithi203 ceph-mon[117428]: pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:57:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:02 smithi203 ceph-mon[117428]: from='client.475644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:05.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:04 smithi137 ceph-mon[117020]: pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:04 smithi066 ceph-mon[112137]: pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:04 smithi203 ceph-mon[117428]: pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:07.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:06 smithi137 ceph-mon[117020]: pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:07.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:07.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:07.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:06 smithi066 ceph-mon[112137]: pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:06 smithi203 ceph-mon[117428]: pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:07.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:07.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:07.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:07.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:07.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:08 smithi137 ceph-mon[117020]: pgmap v17516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:09.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:08 smithi137 ceph-mon[117020]: from='client.475722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:08 smithi066 ceph-mon[112137]: pgmap v17516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:08 smithi066 ceph-mon[112137]: from='client.475722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:08 smithi203 ceph-mon[117428]: pgmap v17516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:08 smithi203 ceph-mon[117428]: from='client.475722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:11.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:10 smithi137 ceph-mon[117020]: pgmap v17517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:10 smithi066 ceph-mon[112137]: pgmap v17517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:10 smithi203 ceph-mon[117428]: pgmap v17517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:12.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:12.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:12.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:13.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:12 smithi137 ceph-mon[117020]: pgmap v17518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:12 smithi066 ceph-mon[112137]: pgmap v17518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:12 smithi203 ceph-mon[117428]: pgmap v17518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:13.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:13.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:13.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:13.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:13.603 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:14 smithi137 ceph-mon[117020]: pgmap v17519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:15.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:14 smithi137 ceph-mon[117020]: from='client.475797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:14 smithi066 ceph-mon[112137]: pgmap v17519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:14 smithi066 ceph-mon[112137]: from='client.475797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:14 smithi203 ceph-mon[117428]: pgmap v17519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:14 smithi203 ceph-mon[117428]: from='client.475797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:16 smithi066 ceph-mon[112137]: pgmap v17520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:16 smithi203 ceph-mon[117428]: pgmap v17520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:16 smithi137 ceph-mon[117020]: pgmap v17520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:57:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:57:18.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:57:18.605 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:18.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:18.605 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:18 smithi066 ceph-mon[112137]: pgmap v17521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:57:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:57:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:57:19.315 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:19.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:19.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:19.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:19.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:18 smithi203 ceph-mon[117428]: pgmap v17521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:19.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:57:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:57:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:57:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:18 smithi137 ceph-mon[117020]: pgmap v17521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:57:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:57:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:57:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:20 smithi066 ceph-mon[112137]: from='client.475875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:20 smithi066 ceph-mon[112137]: pgmap v17522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:20 smithi203 ceph-mon[117428]: from='client.475875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:20 smithi203 ceph-mon[117428]: pgmap v17522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:20 smithi137 ceph-mon[117020]: from='client.475875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:20 smithi137 ceph-mon[117020]: pgmap v17522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:22 smithi066 ceph-mon[112137]: pgmap v17523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:22 smithi203 ceph-mon[117428]: pgmap v17523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:22 smithi137 ceph-mon[117020]: pgmap v17523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:24.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:24.317 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:24.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:25.037 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:25.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:25.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:25.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:25.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:24 smithi066 ceph-mon[112137]: pgmap v17524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:25.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:24 smithi203 ceph-mon[117428]: pgmap v17524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:24 smithi137 ceph-mon[117020]: pgmap v17524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:26.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:25 smithi066 ceph-mon[112137]: from='client.475950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:26.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:25 smithi203 ceph-mon[117428]: from='client.475950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:25 smithi137 ceph-mon[117020]: from='client.475950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:26 smithi066 ceph-mon[112137]: pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:26 smithi203 ceph-mon[117428]: pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:26 smithi137 ceph-mon[117020]: pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:28 smithi066 ceph-mon[112137]: pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:28 smithi203 ceph-mon[117428]: pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:28 smithi137 ceph-mon[117020]: pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:30.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:30.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:30.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:30.756 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:30.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:30.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:30.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:30.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:30 smithi066 ceph-mon[112137]: pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:30 smithi203 ceph-mon[117428]: pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:30 smithi137 ceph-mon[117020]: pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:31 smithi066 ceph-mon[112137]: from='client.476028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:32.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:31 smithi203 ceph-mon[117428]: from='client.476028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:31 smithi137 ceph-mon[117020]: from='client.476028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:32 smithi066 ceph-mon[112137]: pgmap v17528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:32 smithi203 ceph-mon[117428]: pgmap v17528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:32 smithi137 ceph-mon[117020]: pgmap v17528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:34.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:33 smithi066 ceph-mon[112137]: pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:34.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:33 smithi203 ceph-mon[117428]: pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:33 smithi137 ceph-mon[117020]: pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:35.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:35.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:35.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:36 smithi066 ceph-mon[112137]: pgmap v17530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:36.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:36.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:36.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:36.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:36.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:36.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:36 smithi203 ceph-mon[117428]: pgmap v17530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:36 smithi137 ceph-mon[117020]: pgmap v17530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:37.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:37 smithi066 ceph-mon[112137]: from='client.476106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:37.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:37 smithi203 ceph-mon[117428]: from='client.476106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:37 smithi137 ceph-mon[117020]: from='client.476106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:39.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:38 smithi137 ceph-mon[117020]: pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:38 smithi066 ceph-mon[112137]: pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:38 smithi203 ceph-mon[117428]: pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:41.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:40 smithi137 ceph-mon[117020]: pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:40 smithi066 ceph-mon[112137]: pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:41.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:40 smithi203 ceph-mon[117428]: pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:41.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:41.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:41.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:42.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:42.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:42.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:42.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:42.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:42 smithi137 ceph-mon[117020]: pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:43.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:42 smithi137 ceph-mon[117020]: from='client.476184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:42 smithi066 ceph-mon[112137]: pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:42 smithi066 ceph-mon[112137]: from='client.476184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:42 smithi203 ceph-mon[117428]: pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:42 smithi203 ceph-mon[117428]: from='client.476184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:45.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:44 smithi137 ceph-mon[117020]: pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:44 smithi066 ceph-mon[112137]: pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:45.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:44 smithi203 ceph-mon[117428]: pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:47.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:46 smithi137 ceph-mon[117020]: pgmap v17535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:47.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:47.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:46 smithi066 ceph-mon[112137]: pgmap v17535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:47.236 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:46 smithi203 ceph-mon[117428]: pgmap v17535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:47.971 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:47.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:47.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:47.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:47.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:48 smithi066 ceph-mon[112137]: pgmap v17536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:48 smithi066 ceph-mon[112137]: from='client.476262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:49.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:48 smithi203 ceph-mon[117428]: pgmap v17536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:48 smithi203 ceph-mon[117428]: from='client.476262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:48 smithi137 ceph-mon[117020]: pgmap v17536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:48 smithi137 ceph-mon[117020]: from='client.476262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:50 smithi066 ceph-mon[112137]: pgmap v17537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:51.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:50 smithi203 ceph-mon[117428]: pgmap v17537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:51.370 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:50 smithi137 ceph-mon[117020]: pgmap v17537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:52.972 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:52.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:52.973 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:52 smithi066 ceph-mon[112137]: pgmap v17538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:52 smithi203 ceph-mon[117428]: pgmap v17538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:52 smithi137 ceph-mon[117020]: pgmap v17538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:53.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:53.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:53.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:53.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:57:53.699 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:54 smithi066 ceph-mon[112137]: pgmap v17539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:54 smithi066 ceph-mon[112137]: from='client.476337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:54 smithi203 ceph-mon[117428]: pgmap v17539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:54 smithi203 ceph-mon[117428]: from='client.476337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:54 smithi137 ceph-mon[117020]: pgmap v17539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:54 smithi137 ceph-mon[117020]: from='client.476337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:56 smithi066 ceph-mon[112137]: pgmap v17540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:57.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:56 smithi203 ceph-mon[117428]: pgmap v17540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:56 smithi137 ceph-mon[117020]: pgmap v17540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:58.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:57:58.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:58.701 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:57:58 smithi066 ceph-mon[112137]: pgmap v17541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:59.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:57:58 smithi203 ceph-mon[117428]: pgmap v17541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:57:58 smithi137 ceph-mon[117020]: pgmap v17541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:59.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:57:59.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:59.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:59.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:59.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:00 smithi066 ceph-mon[112137]: from='client.476409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:01.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:00 smithi066 ceph-mon[112137]: pgmap v17542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:01.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:00 smithi203 ceph-mon[117428]: from='client.476409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:00 smithi203 ceph-mon[117428]: pgmap v17542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:00 smithi137 ceph-mon[117020]: from='client.476409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:00 smithi137 ceph-mon[117020]: pgmap v17542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:02 smithi066 ceph-mon[112137]: pgmap v17543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:02 smithi203 ceph-mon[117428]: pgmap v17543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:02 smithi137 ceph-mon[117020]: pgmap v17543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:04.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:04.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:04.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:05.166 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:05.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:05.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:05.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:05.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:04 smithi066 ceph-mon[112137]: pgmap v17544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:05.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:04 smithi203 ceph-mon[117428]: pgmap v17544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:04 smithi137 ceph-mon[117020]: pgmap v17544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:06.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:05 smithi066 ceph-mon[112137]: from='client.476487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:06.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:05 smithi203 ceph-mon[117428]: from='client.476487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:05 smithi137 ceph-mon[117020]: from='client.476487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:06 smithi066 ceph-mon[112137]: pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:07.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:06 smithi203 ceph-mon[117428]: pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:06 smithi137 ceph-mon[117020]: pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:08 smithi066 ceph-mon[112137]: pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:09.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:08 smithi203 ceph-mon[117428]: pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:08 smithi137 ceph-mon[117020]: pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:10.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:10.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:10.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:10.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:10.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:10.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:10.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:10.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:10 smithi066 ceph-mon[112137]: pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:10 smithi203 ceph-mon[117428]: pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:10 smithi137 ceph-mon[117020]: pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:11 smithi066 ceph-mon[112137]: from='client.476556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:11 smithi203 ceph-mon[117428]: from='client.476556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:11 smithi137 ceph-mon[117020]: from='client.476556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:12 smithi066 ceph-mon[112137]: pgmap v17548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:12 smithi203 ceph-mon[117428]: pgmap v17548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:12 smithi137 ceph-mon[117020]: pgmap v17548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:14 smithi066 ceph-mon[112137]: pgmap v17549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:14 smithi203 ceph-mon[117428]: pgmap v17549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:14 smithi137 ceph-mon[117020]: pgmap v17549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:15.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:15.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:15.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:16.608 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:16.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:16.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:16.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:16.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:16 smithi066 ceph-mon[112137]: pgmap v17550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:16 smithi203 ceph-mon[117428]: pgmap v17550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:16 smithi137 ceph-mon[117020]: pgmap v17550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:17 smithi066 ceph-mon[112137]: from='client.476631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:18.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:17 smithi203 ceph-mon[117428]: from='client.476631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:17 smithi137 ceph-mon[117020]: from='client.476631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:18 smithi066 ceph-mon[112137]: pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:58:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:58:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:58:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:58:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:18 smithi203 ceph-mon[117428]: pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:58:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:58:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:58:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:58:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:18 smithi137 ceph-mon[117020]: pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:58:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:58:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:58:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:58:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:19 smithi066 ceph-mon[112137]: pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:19 smithi203 ceph-mon[117428]: pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:19 smithi137 ceph-mon[117020]: pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:21.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:21.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:21.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:22.345 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:22.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:22.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:22.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:22.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:22 smithi066 ceph-mon[112137]: pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:22.570 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:22 smithi203 ceph-mon[117428]: pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:22 smithi137 ceph-mon[117020]: pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:24.121 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:23 smithi137 ceph-mon[117020]: from='client.476706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:23 smithi066 ceph-mon[112137]: from='client.476706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:24.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:23 smithi203 ceph-mon[117428]: from='client.476706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:24 smithi066 ceph-mon[112137]: pgmap v17554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:24 smithi203 ceph-mon[117428]: pgmap v17554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:24 smithi137 ceph-mon[117020]: pgmap v17554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:26 smithi066 ceph-mon[112137]: pgmap v17555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:26 smithi203 ceph-mon[117428]: pgmap v17555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:27.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:27.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:27.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:26 smithi137 ceph-mon[117020]: pgmap v17555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:28.084 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:28.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:28.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:28.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:28.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:28 smithi066 ceph-mon[112137]: pgmap v17556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:28 smithi066 ceph-mon[112137]: from='client.476781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:28 smithi203 ceph-mon[117428]: pgmap v17556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:28 smithi203 ceph-mon[117428]: from='client.476781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:28 smithi137 ceph-mon[117020]: pgmap v17556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:28 smithi137 ceph-mon[117020]: from='client.476781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:30 smithi066 ceph-mon[112137]: pgmap v17557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:31.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:30 smithi203 ceph-mon[117428]: pgmap v17557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:30 smithi137 ceph-mon[117020]: pgmap v17557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:33.085 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:33.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:33.086 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:32 smithi066 ceph-mon[112137]: pgmap v17558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:33.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:32 smithi203 ceph-mon[117428]: pgmap v17558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:32 smithi137 ceph-mon[117020]: pgmap v17558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:33.810 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:33.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:33.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:33.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:33.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:34 smithi066 ceph-mon[112137]: pgmap v17559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:34 smithi066 ceph-mon[112137]: from='client.476853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:35.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:34 smithi203 ceph-mon[117428]: pgmap v17559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:34 smithi203 ceph-mon[117428]: from='client.476853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:34 smithi137 ceph-mon[117020]: pgmap v17559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:34 smithi137 ceph-mon[117020]: from='client.476853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:36 smithi066 ceph-mon[112137]: pgmap v17560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:37.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:36 smithi203 ceph-mon[117428]: pgmap v17560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:36 smithi137 ceph-mon[117020]: pgmap v17560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:38.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:38.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:38.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:38 smithi066 ceph-mon[112137]: pgmap v17561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:39.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:38 smithi203 ceph-mon[117428]: pgmap v17561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:38 smithi137 ceph-mon[117020]: pgmap v17561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:39.554 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:39.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:39.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:39.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:39.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:40 smithi066 ceph-mon[112137]: pgmap v17562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:40 smithi066 ceph-mon[112137]: from='client.476931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:40 smithi203 ceph-mon[117428]: pgmap v17562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:40 smithi203 ceph-mon[117428]: from='client.476931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:40 smithi137 ceph-mon[117020]: pgmap v17562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:40 smithi137 ceph-mon[117020]: from='client.476931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:42 smithi066 ceph-mon[112137]: pgmap v17563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:43.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:42 smithi203 ceph-mon[117428]: pgmap v17563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:42 smithi137 ceph-mon[117020]: pgmap v17563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:44.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:44.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:44.556 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:44 smithi066 ceph-mon[112137]: pgmap v17564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:45.290 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:45.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:45.290 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:45.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:45.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:44 smithi203 ceph-mon[117428]: pgmap v17564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:44 smithi137 ceph-mon[117020]: pgmap v17564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:46.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:45 smithi066 ceph-mon[112137]: from='client.477006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:45 smithi203 ceph-mon[117428]: from='client.477006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:46.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:45 smithi137 ceph-mon[117020]: from='client.477006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:46 smithi066 ceph-mon[112137]: pgmap v17565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:47.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:46 smithi203 ceph-mon[117428]: pgmap v17565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:46 smithi137 ceph-mon[117020]: pgmap v17565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:48 smithi066 ceph-mon[112137]: pgmap v17566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:48 smithi203 ceph-mon[117428]: pgmap v17566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:48 smithi137 ceph-mon[117020]: pgmap v17566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:50.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:50.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:50.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:51.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:51.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:51.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:51.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:51.016 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:50 smithi066 ceph-mon[112137]: pgmap v17567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:50 smithi203 ceph-mon[117428]: pgmap v17567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:50 smithi137 ceph-mon[117020]: pgmap v17567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:52.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:51 smithi066 ceph-mon[112137]: from='client.477084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:52.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:51 smithi203 ceph-mon[117428]: from='client.477084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:51 smithi137 ceph-mon[117020]: from='client.477084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:52 smithi066 ceph-mon[112137]: pgmap v17568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:52 smithi203 ceph-mon[117428]: pgmap v17568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:52 smithi137 ceph-mon[117020]: pgmap v17568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:54 smithi066 ceph-mon[112137]: pgmap v17569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:54 smithi203 ceph-mon[117428]: pgmap v17569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:54 smithi137 ceph-mon[117020]: pgmap v17569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:56.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:58:56.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:56.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:56.737 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:58:56.737 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:56.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:56.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:56.738 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:58:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:56 smithi066 ceph-mon[112137]: pgmap v17570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:56 smithi203 ceph-mon[117428]: pgmap v17570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:56 smithi137 ceph-mon[117020]: pgmap v17570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:58.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:57 smithi066 ceph-mon[112137]: from='client.477156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:57 smithi203 ceph-mon[117428]: from='client.477156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:57 smithi137 ceph-mon[117020]: from='client.477156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:58 smithi066 ceph-mon[112137]: pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:58 smithi203 ceph-mon[117428]: pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:58 smithi137 ceph-mon[117020]: pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:00.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:58:59 smithi066 ceph-mon[112137]: pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:58:59 smithi203 ceph-mon[117428]: pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:58:59 smithi137 ceph-mon[117020]: pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:01.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:01.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:01.739 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:02.462 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:02.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:02.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:02.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:02.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:02.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:02 smithi066 ceph-mon[112137]: pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:02 smithi203 ceph-mon[117428]: pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:02 smithi137 ceph-mon[117020]: pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:03 smithi066 ceph-mon[112137]: from='client.477231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:04.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:03 smithi203 ceph-mon[117428]: from='client.477231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:03 smithi137 ceph-mon[117020]: from='client.477231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:04 smithi066 ceph-mon[112137]: pgmap v17574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:04 smithi203 ceph-mon[117428]: pgmap v17574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:04 smithi137 ceph-mon[117020]: pgmap v17574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:06 smithi066 ceph-mon[112137]: pgmap v17575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:06 smithi203 ceph-mon[117428]: pgmap v17575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:06 smithi137 ceph-mon[117020]: pgmap v17575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:07.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:07.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:07.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:08.185 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:08.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:08.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:08.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:08.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:08 smithi066 ceph-mon[112137]: pgmap v17576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:08 smithi066 ceph-mon[112137]: from='client.477306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:08 smithi203 ceph-mon[117428]: pgmap v17576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:08 smithi203 ceph-mon[117428]: from='client.477306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:08 smithi137 ceph-mon[117020]: pgmap v17576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:08 smithi137 ceph-mon[117020]: from='client.477306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:10 smithi066 ceph-mon[112137]: pgmap v17577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:10 smithi203 ceph-mon[117428]: pgmap v17577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:10 smithi137 ceph-mon[117020]: pgmap v17577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:13.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:13.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:13.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:12 smithi066 ceph-mon[112137]: pgmap v17578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:13.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:12 smithi203 ceph-mon[117428]: pgmap v17578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:12 smithi137 ceph-mon[117020]: pgmap v17578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:13.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:13.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:13.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:13.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:13.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:14 smithi066 ceph-mon[112137]: pgmap v17579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:14 smithi066 ceph-mon[112137]: from='client.477384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:14 smithi203 ceph-mon[117428]: pgmap v17579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:14 smithi203 ceph-mon[117428]: from='client.477384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:14 smithi137 ceph-mon[117020]: pgmap v17579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:14 smithi137 ceph-mon[117020]: from='client.477384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:16 smithi066 ceph-mon[112137]: pgmap v17580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:16 smithi203 ceph-mon[117428]: pgmap v17580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:16 smithi137 ceph-mon[117020]: pgmap v17580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:18.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:18.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:18.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:18 smithi066 ceph-mon[112137]: pgmap v17581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:18 smithi203 ceph-mon[117428]: pgmap v17581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:18 smithi137 ceph-mon[117020]: pgmap v17581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:19.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:19.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:19.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:19.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:19.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:59:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:59:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:59:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:59:20.320 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:59:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:59:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:59:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:59:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:59:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:59:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:59:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T02:59:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:20 smithi066 ceph-mon[112137]: pgmap v17582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:20 smithi066 ceph-mon[112137]: from='client.477459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:20 smithi203 ceph-mon[117428]: pgmap v17582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:20 smithi203 ceph-mon[117428]: from='client.477459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:20 smithi137 ceph-mon[117020]: pgmap v17582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:20 smithi137 ceph-mon[117020]: from='client.477459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:22 smithi066 ceph-mon[112137]: pgmap v17583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:22 smithi203 ceph-mon[117428]: pgmap v17583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:22 smithi137 ceph-mon[117020]: pgmap v17583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:24.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:24.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:24.711 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:24 smithi066 ceph-mon[112137]: pgmap v17584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:24 smithi203 ceph-mon[117428]: pgmap v17584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:25.376 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:24 smithi137 ceph-mon[117020]: pgmap v17584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:25.431 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:25.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:25.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:25.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:25.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:26 smithi066 ceph-mon[112137]: from='client.477534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:26 smithi066 ceph-mon[112137]: pgmap v17585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:26 smithi203 ceph-mon[117428]: from='client.477534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:26 smithi203 ceph-mon[117428]: pgmap v17585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:26 smithi137 ceph-mon[117020]: from='client.477534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:26 smithi137 ceph-mon[117020]: pgmap v17585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:28 smithi066 ceph-mon[112137]: pgmap v17586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:28 smithi203 ceph-mon[117428]: pgmap v17586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:28 smithi137 ceph-mon[117020]: pgmap v17586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:30.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:30.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:30.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:31.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:31.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:31.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:31.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:31.154 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:30 smithi066 ceph-mon[112137]: pgmap v17587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:30 smithi203 ceph-mon[117428]: pgmap v17587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:30 smithi137 ceph-mon[117020]: pgmap v17587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:32.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:31 smithi066 ceph-mon[112137]: from='client.477609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:31 smithi203 ceph-mon[117428]: from='client.477609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:31 smithi137 ceph-mon[117020]: from='client.477609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:32 smithi066 ceph-mon[112137]: pgmap v17588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:32 smithi203 ceph-mon[117428]: pgmap v17588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:32 smithi137 ceph-mon[117020]: pgmap v17588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:34 smithi066 ceph-mon[112137]: pgmap v17589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:34 smithi203 ceph-mon[117428]: pgmap v17589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:34 smithi137 ceph-mon[117020]: pgmap v17589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:36.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:36.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:36.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:36.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:36.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:36.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:36.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:36.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:36 smithi066 ceph-mon[112137]: pgmap v17590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:36 smithi203 ceph-mon[117428]: pgmap v17590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:36 smithi137 ceph-mon[117020]: pgmap v17590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:37 smithi066 ceph-mon[112137]: from='client.477684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:37 smithi203 ceph-mon[117428]: from='client.477684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:37 smithi137 ceph-mon[117020]: from='client.477684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:38 smithi066 ceph-mon[112137]: pgmap v17591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:38 smithi203 ceph-mon[117428]: pgmap v17591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:38 smithi137 ceph-mon[117020]: pgmap v17591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:40.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:39 smithi066 ceph-mon[112137]: pgmap v17592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:39 smithi203 ceph-mon[117428]: pgmap v17592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:39 smithi137 ceph-mon[117020]: pgmap v17592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:41.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:41.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:41.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:42.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:42 smithi066 ceph-mon[112137]: pgmap v17593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:42 smithi203 ceph-mon[117428]: pgmap v17593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:42.607 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:42.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:42.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:42.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:42.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:42 smithi137 ceph-mon[117020]: pgmap v17593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:43 smithi066 ceph-mon[112137]: from='client.477759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:43 smithi203 ceph-mon[117428]: from='client.477759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:43 smithi137 ceph-mon[117020]: from='client.477759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:44 smithi066 ceph-mon[112137]: pgmap v17594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:44 smithi203 ceph-mon[117428]: pgmap v17594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:44 smithi137 ceph-mon[117020]: pgmap v17594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:46 smithi066 ceph-mon[112137]: pgmap v17595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:46 smithi203 ceph-mon[117428]: pgmap v17595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:46 smithi137 ceph-mon[117020]: pgmap v17595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:47.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:47.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:47.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:48.329 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:48.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:48.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:48.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:48.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:48 smithi066 ceph-mon[112137]: pgmap v17596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:48 smithi203 ceph-mon[117428]: pgmap v17596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:48 smithi137 ceph-mon[117020]: pgmap v17596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:49 smithi066 ceph-mon[112137]: from='client.477834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:49 smithi203 ceph-mon[117428]: from='client.477834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:49 smithi137 ceph-mon[117020]: from='client.477834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:50 smithi066 ceph-mon[112137]: pgmap v17597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:50 smithi203 ceph-mon[117428]: pgmap v17597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:50 smithi137 ceph-mon[117020]: pgmap v17597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:52 smithi066 ceph-mon[112137]: pgmap v17598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:52 smithi203 ceph-mon[117428]: pgmap v17598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:53.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:53.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:53.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:52 smithi137 ceph-mon[117020]: pgmap v17598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:54.051 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:54.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:54.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:54.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:54.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T02:59:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:54 smithi066 ceph-mon[112137]: pgmap v17599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:54 smithi066 ceph-mon[112137]: from='client.477909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:54 smithi203 ceph-mon[117428]: pgmap v17599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:54 smithi203 ceph-mon[117428]: from='client.477909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:54 smithi137 ceph-mon[117020]: pgmap v17599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:54 smithi137 ceph-mon[117020]: from='client.477909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:56 smithi066 ceph-mon[112137]: pgmap v17600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:56 smithi203 ceph-mon[117428]: pgmap v17600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:56 smithi137 ceph-mon[117020]: pgmap v17600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:59.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T02:59:59.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:59.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 02:59:58 smithi066 ceph-mon[112137]: pgmap v17601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 02:59:58 smithi203 ceph-mon[117428]: pgmap v17601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 02:59:58 smithi137 ceph-mon[117020]: pgmap v17601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:59.778 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T02:59:59.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:59.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:59.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:59.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:00 smithi066 ceph-mon[112137]: pgmap v17602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:00 smithi066 ceph-mon[112137]: from='client.477984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T03:00:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:00 smithi203 ceph-mon[117428]: pgmap v17602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:00 smithi203 ceph-mon[117428]: from='client.477984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T03:00:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:00 smithi137 ceph-mon[117020]: pgmap v17602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:00 smithi137 ceph-mon[117020]: from='client.477984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T03:00:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:02 smithi066 ceph-mon[112137]: pgmap v17603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:00:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:02 smithi203 ceph-mon[117428]: pgmap v17603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:00:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:02 smithi137 ceph-mon[117020]: pgmap v17603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:00:04.780 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:04.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:04.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:04 smithi066 ceph-mon[112137]: pgmap v17604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:00:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:04 smithi203 ceph-mon[117428]: pgmap v17604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:00:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:04 smithi137 ceph-mon[117020]: pgmap v17604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:00:05.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:05.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:05.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:05.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:05.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:07.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:06 smithi066 ceph-mon[112137]: from='client.478059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:06 smithi066 ceph-mon[112137]: pgmap v17605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:06 smithi203 ceph-mon[117428]: from='client.478059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:06 smithi203 ceph-mon[117428]: pgmap v17605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:06 smithi137 ceph-mon[117020]: from='client.478059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:06 smithi137 ceph-mon[117020]: pgmap v17605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:08 smithi066 ceph-mon[112137]: pgmap v17606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:08 smithi203 ceph-mon[117428]: pgmap v17606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:08 smithi137 ceph-mon[117020]: pgmap v17606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:10.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:10.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:10.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:10 smithi066 ceph-mon[112137]: pgmap v17607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:11.251 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:11.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:11.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:11.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:11.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:10 smithi203 ceph-mon[117428]: pgmap v17607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:10 smithi137 ceph-mon[117020]: pgmap v17607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:12.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:11 smithi066 ceph-mon[112137]: from='client.478137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:11 smithi203 ceph-mon[117428]: from='client.478137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:11 smithi137 ceph-mon[117020]: from='client.478137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:13.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:12 smithi066 ceph-mon[112137]: pgmap v17608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:12 smithi203 ceph-mon[117428]: pgmap v17608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:12 smithi137 ceph-mon[117020]: pgmap v17608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:14 smithi066 ceph-mon[112137]: pgmap v17609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:00:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:14 smithi203 ceph-mon[117428]: pgmap v17609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:00:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:14 smithi137 ceph-mon[117020]: pgmap v17609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:00:16.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:16.253 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:16.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:16.985 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:16.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:16.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:16.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:16.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:16 smithi066 ceph-mon[112137]: pgmap v17610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:00:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:16 smithi203 ceph-mon[117428]: pgmap v17610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:00:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:16 smithi137 ceph-mon[117020]: pgmap v17610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:00:18.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:17 smithi066 ceph-mon[112137]: from='client.478212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:18.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:17 smithi203 ceph-mon[117428]: from='client.478212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:17 smithi137 ceph-mon[117020]: from='client.478212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:19.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:18 smithi066 ceph-mon[112137]: pgmap v17611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:18 smithi203 ceph-mon[117428]: pgmap v17611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:18 smithi137 ceph-mon[117020]: pgmap v17611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:20.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:19 smithi066 ceph-mon[112137]: pgmap v17612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:00:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:19 smithi203 ceph-mon[117428]: pgmap v17612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:00:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:19 smithi137 ceph-mon[117020]: pgmap v17612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:00:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:00:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:00:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:00:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:00:21.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:00:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:00:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:00:21.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:21.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:21.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:22.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:22 smithi066 ceph-mon[112137]: pgmap v17613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:22 smithi203 ceph-mon[117428]: pgmap v17613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:22.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:22 smithi137 ceph-mon[117020]: pgmap v17613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:22.709 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:22.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:22.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:22.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:22.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:24.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:23 smithi066 ceph-mon[112137]: from='client.478290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:23 smithi203 ceph-mon[117428]: from='client.478290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:23 smithi137 ceph-mon[117020]: from='client.478290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:24 smithi066 ceph-mon[112137]: pgmap v17614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:24 smithi203 ceph-mon[117428]: pgmap v17614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:24 smithi137 ceph-mon[117020]: pgmap v17614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:27.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:26 smithi066 ceph-mon[112137]: pgmap v17615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:26 smithi203 ceph-mon[117428]: pgmap v17615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:26 smithi137 ceph-mon[117020]: pgmap v17615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:27.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:27.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:27.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:28.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:28.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:29.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:28 smithi066 ceph-mon[112137]: pgmap v17616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:28 smithi203 ceph-mon[117428]: pgmap v17616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:28 smithi137 ceph-mon[117020]: pgmap v17616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:29 smithi066 ceph-mon[112137]: from='client.478368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:29 smithi203 ceph-mon[117428]: from='client.478368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:29 smithi137 ceph-mon[117020]: from='client.478368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:30 smithi066 ceph-mon[112137]: pgmap v17617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:30 smithi203 ceph-mon[117428]: pgmap v17617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:30 smithi137 ceph-mon[117020]: pgmap v17617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:32 smithi066 ceph-mon[112137]: pgmap v17618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:32 smithi203 ceph-mon[117428]: pgmap v17618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:32 smithi137 ceph-mon[117020]: pgmap v17618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:33.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:33.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:33.431 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:34.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:34.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:34.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:34.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:34.154 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:34 smithi066 ceph-mon[112137]: pgmap v17619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:35.471 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:34 smithi066 ceph-mon[112137]: from='client.478446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:35.472 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:34 smithi137 ceph-mon[117020]: pgmap v17619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:35.472 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:34 smithi137 ceph-mon[117020]: from='client.478446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:35.472 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:34 smithi203 ceph-mon[117428]: pgmap v17619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:35.472 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:34 smithi203 ceph-mon[117428]: from='client.478446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:36 smithi066 ceph-mon[112137]: pgmap v17620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:36 smithi203 ceph-mon[117428]: pgmap v17620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:36 smithi137 ceph-mon[117020]: pgmap v17620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:39.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:39.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:39.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:38 smithi066 ceph-mon[112137]: pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:38 smithi203 ceph-mon[117428]: pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:38 smithi137 ceph-mon[117020]: pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:39.916 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:39.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:39.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:39.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:39.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:40 smithi066 ceph-mon[112137]: pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:40 smithi066 ceph-mon[112137]: from='client.478521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:40 smithi203 ceph-mon[117428]: pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:40 smithi203 ceph-mon[117428]: from='client.478521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:40 smithi137 ceph-mon[117020]: pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:40 smithi137 ceph-mon[117020]: from='client.478521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:42 smithi066 ceph-mon[112137]: pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:00:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:42 smithi203 ceph-mon[117428]: pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:00:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:42 smithi137 ceph-mon[117020]: pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:00:44.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:44.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:44.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:45.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:44 smithi066 ceph-mon[112137]: pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:00:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:44 smithi203 ceph-mon[117428]: pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:00:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:44 smithi137 ceph-mon[117020]: pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:00:45.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:45.643 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:45.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:45.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:45.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:46 smithi066 ceph-mon[112137]: pgmap v17625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:46 smithi066 ceph-mon[112137]: from='client.478596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:46 smithi203 ceph-mon[117428]: pgmap v17625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:46 smithi203 ceph-mon[117428]: from='client.478596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:46 smithi137 ceph-mon[117020]: pgmap v17625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:46 smithi137 ceph-mon[117020]: from='client.478596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:48 smithi066 ceph-mon[112137]: pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:48 smithi203 ceph-mon[117428]: pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:48 smithi137 ceph-mon[117020]: pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:50.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:50.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:50.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:50 smithi066 ceph-mon[112137]: pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:50 smithi203 ceph-mon[117428]: pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:51.366 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:51.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:51.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:51.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:51.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:50 smithi137 ceph-mon[117020]: pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:52 smithi066 ceph-mon[112137]: from='client.478671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:52 smithi066 ceph-mon[112137]: pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:52 smithi203 ceph-mon[117428]: from='client.478671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:52 smithi203 ceph-mon[117428]: pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:52 smithi137 ceph-mon[117020]: from='client.478671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:52 smithi137 ceph-mon[117020]: pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:54 smithi066 ceph-mon[112137]: pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:00:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:54 smithi203 ceph-mon[117428]: pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:00:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:54 smithi137 ceph-mon[117020]: pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:00:56.368 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:00:56.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:56.368 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:57.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:57.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:57.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:57.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:00:57.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:00:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:56 smithi066 ceph-mon[112137]: pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:00:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:56 smithi203 ceph-mon[117428]: pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:00:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:56 smithi137 ceph-mon[117020]: pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:00:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:57 smithi066 ceph-mon[112137]: from='client.478749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:58.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:57 smithi203 ceph-mon[117428]: from='client.478749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:57 smithi137 ceph-mon[117020]: from='client.478749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:59.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:00:58 smithi066 ceph-mon[112137]: pgmap v17631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:00:58 smithi203 ceph-mon[117428]: pgmap v17631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:00:58 smithi137 ceph-mon[117020]: pgmap v17631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:00 smithi066 ceph-mon[112137]: pgmap v17632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:00 smithi203 ceph-mon[117428]: pgmap v17632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:00 smithi137 ceph-mon[117020]: pgmap v17632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:02.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:02.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:02.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:02.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:02 smithi066 ceph-mon[112137]: pgmap v17633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:02 smithi203 ceph-mon[117428]: pgmap v17633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:02 smithi137 ceph-mon[117020]: pgmap v17633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:02.819 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:02.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:02.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:02.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:02.819 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:03 smithi066 ceph-mon[112137]: from='client.478824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:03 smithi203 ceph-mon[117428]: from='client.478824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:03 smithi137 ceph-mon[117020]: from='client.478824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:04 smithi066 ceph-mon[112137]: pgmap v17634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:04 smithi203 ceph-mon[117428]: pgmap v17634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:04 smithi137 ceph-mon[117020]: pgmap v17634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:06 smithi066 ceph-mon[112137]: pgmap v17635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:06 smithi203 ceph-mon[117428]: pgmap v17635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:06 smithi137 ceph-mon[117020]: pgmap v17635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:07.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:07.821 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:07.821 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:08.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:08.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:08.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:08.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:08.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:08 smithi066 ceph-mon[112137]: pgmap v17636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:08 smithi203 ceph-mon[117428]: pgmap v17636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:08 smithi137 ceph-mon[117020]: pgmap v17636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:10.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:09 smithi066 ceph-mon[112137]: from='client.478902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:09 smithi203 ceph-mon[117428]: from='client.478902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:09 smithi137 ceph-mon[117020]: from='client.478902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:10 smithi066 ceph-mon[112137]: pgmap v17637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:10 smithi203 ceph-mon[117428]: pgmap v17637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:10 smithi137 ceph-mon[117020]: pgmap v17637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:12 smithi066 ceph-mon[112137]: pgmap v17638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:12 smithi203 ceph-mon[117428]: pgmap v17638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:12 smithi137 ceph-mon[117020]: pgmap v17638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:13.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:13.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:13.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:14.281 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:14.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:14.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:14.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:14.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:14 smithi066 ceph-mon[112137]: pgmap v17639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:14 smithi066 ceph-mon[112137]: from='client.478974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:14 smithi203 ceph-mon[117428]: pgmap v17639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:14 smithi203 ceph-mon[117428]: from='client.478974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:14 smithi137 ceph-mon[117020]: pgmap v17639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:14 smithi137 ceph-mon[117020]: from='client.478974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:16 smithi066 ceph-mon[112137]: pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:16 smithi203 ceph-mon[117428]: pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:16 smithi137 ceph-mon[117020]: pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:18 smithi066 ceph-mon[112137]: pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:19.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:19.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:19.283 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:18 smithi203 ceph-mon[117428]: pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:18 smithi137 ceph-mon[117020]: pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:20.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:20.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:20.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:20.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:20.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:21.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:20 smithi066 ceph-mon[112137]: pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:20 smithi066 ceph-mon[112137]: from='client.479052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:01:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:20 smithi203 ceph-mon[117428]: pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:20 smithi203 ceph-mon[117428]: from='client.479052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:01:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:20 smithi137 ceph-mon[117020]: pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:20 smithi137 ceph-mon[117020]: from='client.479052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:01:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:01:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:01:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:01:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:01:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:01:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:01:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:01:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:01:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:01:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:22 smithi066 ceph-mon[112137]: pgmap v17643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:22 smithi203 ceph-mon[117428]: pgmap v17643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:22 smithi137 ceph-mon[117020]: pgmap v17643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:25.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:25.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:25.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:24 smithi066 ceph-mon[112137]: pgmap v17644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:24 smithi203 ceph-mon[117428]: pgmap v17644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:24 smithi137 ceph-mon[117020]: pgmap v17644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:25.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:25.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:25.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:25.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:25.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:26 smithi066 ceph-mon[112137]: pgmap v17645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:26 smithi066 ceph-mon[112137]: from='client.479130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:26 smithi203 ceph-mon[117428]: pgmap v17645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:26 smithi203 ceph-mon[117428]: from='client.479130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:26 smithi137 ceph-mon[117020]: pgmap v17645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:26 smithi137 ceph-mon[117020]: from='client.479130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:28 smithi066 ceph-mon[112137]: pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:28 smithi203 ceph-mon[117428]: pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:28 smithi137 ceph-mon[117020]: pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:30.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:30.737 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:30.737 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:30 smithi066 ceph-mon[112137]: pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:30 smithi203 ceph-mon[117428]: pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:30 smithi137 ceph-mon[117020]: pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:31.470 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:31.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:31.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:31.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:31.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:32 smithi066 ceph-mon[112137]: from='client.479202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:32 smithi066 ceph-mon[112137]: pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:32 smithi203 ceph-mon[117428]: from='client.479202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:32 smithi203 ceph-mon[117428]: pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:32 smithi137 ceph-mon[117020]: from='client.479202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:32 smithi137 ceph-mon[117020]: pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:34 smithi066 ceph-mon[112137]: pgmap v17649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:34 smithi203 ceph-mon[117428]: pgmap v17649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:34 smithi137 ceph-mon[117020]: pgmap v17649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:36.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:36.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:36.473 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:37.194 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:37.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:37.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:37.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:37.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:36 smithi066 ceph-mon[112137]: pgmap v17650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:36 smithi203 ceph-mon[117428]: pgmap v17650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:36 smithi137 ceph-mon[117020]: pgmap v17650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:38.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:37 smithi066 ceph-mon[112137]: from='client.479277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:38.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:37 smithi203 ceph-mon[117428]: from='client.479277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:38.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:37 smithi137 ceph-mon[117020]: from='client.479277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:38 smithi066 ceph-mon[112137]: pgmap v17651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:38 smithi203 ceph-mon[117428]: pgmap v17651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:38 smithi137 ceph-mon[117020]: pgmap v17651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:41.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:40 smithi066 ceph-mon[112137]: pgmap v17652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:40 smithi203 ceph-mon[117428]: pgmap v17652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:40 smithi137 ceph-mon[117020]: pgmap v17652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:42.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:42.196 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:42.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:42.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:41 smithi066 ceph-mon[112137]: pgmap v17653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:41 smithi203 ceph-mon[117428]: pgmap v17653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:41 smithi137 ceph-mon[117020]: pgmap v17653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:42.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:42.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:43 smithi066 ceph-mon[112137]: from='client.479349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:43 smithi203 ceph-mon[117428]: from='client.479349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:43 smithi137 ceph-mon[117020]: from='client.479349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:44 smithi066 ceph-mon[112137]: pgmap v17654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:44 smithi203 ceph-mon[117428]: pgmap v17654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:44 smithi137 ceph-mon[117020]: pgmap v17654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:47.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:46 smithi066 ceph-mon[112137]: pgmap v17655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:46 smithi203 ceph-mon[117428]: pgmap v17655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:46 smithi137 ceph-mon[117020]: pgmap v17655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:47.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:47.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:47.920 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:48.639 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:48.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:48.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:48.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:48.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:48 smithi066 ceph-mon[112137]: pgmap v17656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:48 smithi203 ceph-mon[117428]: pgmap v17656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:48 smithi137 ceph-mon[117020]: pgmap v17656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:50.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:49 smithi066 ceph-mon[112137]: from='client.479418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:49 smithi203 ceph-mon[117428]: from='client.479418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:49 smithi137 ceph-mon[117020]: from='client.479418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:50 smithi066 ceph-mon[112137]: pgmap v17657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:50 smithi203 ceph-mon[117428]: pgmap v17657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:50 smithi137 ceph-mon[117020]: pgmap v17657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:52 smithi066 ceph-mon[112137]: pgmap v17658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:52 smithi203 ceph-mon[117428]: pgmap v17658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:52 smithi137 ceph-mon[117020]: pgmap v17658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:53.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:53.642 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:53.642 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:54.364 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:01:54.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:54.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:54.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:54.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:01:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:54 smithi066 ceph-mon[112137]: pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:54 smithi203 ceph-mon[117428]: pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:54 smithi137 ceph-mon[117020]: pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:56.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:55 smithi066 ceph-mon[112137]: from='client.479493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:55 smithi203 ceph-mon[117428]: from='client.479493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:55 smithi137 ceph-mon[117020]: from='client.479493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:56 smithi066 ceph-mon[112137]: pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:57.393 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:56 smithi137 ceph-mon[117020]: pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:57.393 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:56 smithi203 ceph-mon[117428]: pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:01:58 smithi066 ceph-mon[112137]: pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:01:58 smithi203 ceph-mon[117428]: pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:59.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:01:59.366 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:59.366 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:01:58 smithi137 ceph-mon[117020]: pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:00.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:00.088 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:00.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:00.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:00.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:00 smithi066 ceph-mon[112137]: pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:00 smithi066 ceph-mon[112137]: from='client.479568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:00 smithi203 ceph-mon[117428]: pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:00 smithi203 ceph-mon[117428]: from='client.479568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:00 smithi137 ceph-mon[117020]: pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:00 smithi137 ceph-mon[117020]: from='client.479568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:02 smithi066 ceph-mon[112137]: pgmap v17663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:02 smithi203 ceph-mon[117428]: pgmap v17663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:02 smithi137 ceph-mon[117020]: pgmap v17663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:05.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:05.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:05.090 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:05.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:04 smithi066 ceph-mon[112137]: pgmap v17664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:04 smithi203 ceph-mon[117428]: pgmap v17664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:04 smithi137 ceph-mon[117020]: pgmap v17664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:05.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:05.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:05.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:05.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:05.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:06 smithi066 ceph-mon[112137]: pgmap v17665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:06 smithi066 ceph-mon[112137]: from='client.479643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:06 smithi203 ceph-mon[117428]: pgmap v17665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:06 smithi203 ceph-mon[117428]: from='client.479643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:06 smithi137 ceph-mon[117020]: pgmap v17665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:06 smithi137 ceph-mon[117020]: from='client.479643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:08 smithi066 ceph-mon[112137]: pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:08 smithi203 ceph-mon[117428]: pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:08 smithi137 ceph-mon[117020]: pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:10.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:10.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:10.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:10 smithi066 ceph-mon[112137]: pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:10 smithi203 ceph-mon[117428]: pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:10 smithi137 ceph-mon[117020]: pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:11.558 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:11.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:11.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:11.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:11.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:12 smithi066 ceph-mon[112137]: pgmap v17668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:12 smithi066 ceph-mon[112137]: from='client.479721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:12 smithi203 ceph-mon[117428]: pgmap v17668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:12 smithi203 ceph-mon[117428]: from='client.479721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:12 smithi137 ceph-mon[117020]: pgmap v17668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:12 smithi137 ceph-mon[117020]: from='client.479721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:14 smithi066 ceph-mon[112137]: pgmap v17669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:14 smithi203 ceph-mon[117428]: pgmap v17669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:14 smithi137 ceph-mon[117020]: pgmap v17669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:16.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:15 smithi066 ceph-mon[112137]: pgmap v17670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:15 smithi203 ceph-mon[117428]: pgmap v17670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:15 smithi137 ceph-mon[117020]: pgmap v17670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:16.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:16.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:16.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:16 smithi066 ceph-mon[112137]: from='client.479796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:17.290 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:17.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:17.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:17.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:17.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:16 smithi203 ceph-mon[117428]: from='client.479796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:16 smithi137 ceph-mon[117020]: from='client.479796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:18 smithi066 ceph-mon[112137]: pgmap v17671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:18 smithi203 ceph-mon[117428]: pgmap v17671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:18 smithi137 ceph-mon[117020]: pgmap v17671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:20 smithi066 ceph-mon[112137]: pgmap v17672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:20 smithi203 ceph-mon[117428]: pgmap v17672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:20 smithi137 ceph-mon[117020]: pgmap v17672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:22.186 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:02:22.187 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:02:22.198 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:02:22.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:22.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:22.292 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:23.089 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:23.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:23.089 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:23.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:23.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: pgmap v17673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: pgmap v17673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: pgmap v17673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:02:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:23 smithi066 ceph-mon[112137]: from='client.479871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:23 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21060M 2023-12-08T03:02:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:23 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16757M 2023-12-08T03:02:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:23 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 14893M 2023-12-08T03:02:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:02:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:02:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:23 smithi203 ceph-mon[117428]: from='client.479871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:23 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21060M 2023-12-08T03:02:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:23 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16757M 2023-12-08T03:02:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:23 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 14893M 2023-12-08T03:02:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:02:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:02:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:23 smithi137 ceph-mon[117020]: from='client.479871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:23 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21060M 2023-12-08T03:02:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:23 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16757M 2023-12-08T03:02:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:23 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 14893M 2023-12-08T03:02:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:02:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:02:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:02:25.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:24 smithi066 ceph-mon[112137]: pgmap v17674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:24 smithi203 ceph-mon[117428]: pgmap v17674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:24 smithi137 ceph-mon[117020]: pgmap v17674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:26 smithi066 ceph-mon[112137]: pgmap v17675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:26 smithi203 ceph-mon[117428]: pgmap v17675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:26 smithi137 ceph-mon[117020]: pgmap v17675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:28.090 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:28.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:28.091 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:28.814 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:28.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:28.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:28.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:28.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:28 smithi066 ceph-mon[112137]: pgmap v17676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:28 smithi203 ceph-mon[117428]: pgmap v17676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:28 smithi137 ceph-mon[117020]: pgmap v17676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:30.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:29 smithi066 ceph-mon[112137]: from='client.479937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:29 smithi203 ceph-mon[117428]: from='client.479937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:29 smithi137 ceph-mon[117020]: from='client.479937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:30 smithi066 ceph-mon[112137]: pgmap v17677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:30 smithi203 ceph-mon[117428]: pgmap v17677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:30 smithi137 ceph-mon[117020]: pgmap v17677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:33.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:32 smithi066 ceph-mon[112137]: pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:32 smithi203 ceph-mon[117428]: pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:32 smithi137 ceph-mon[117020]: pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:33.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:33.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:33.816 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:34.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:33 smithi066 ceph-mon[112137]: pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:33 smithi203 ceph-mon[117428]: pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:33 smithi137 ceph-mon[117020]: pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:34.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:34.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:34.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:34.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:34.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:34 smithi066 ceph-mon[112137]: from='client.480009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:34 smithi203 ceph-mon[117428]: from='client.480009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:34 smithi137 ceph-mon[117020]: from='client.480009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:35 smithi203 ceph-mon[117428]: pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:35 smithi137 ceph-mon[117020]: pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:36.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:35 smithi066 ceph-mon[112137]: pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:38 smithi066 ceph-mon[112137]: pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:38 smithi203 ceph-mon[117428]: pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:38 smithi137 ceph-mon[117020]: pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:39.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:39.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:39.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:40.265 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:40.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:40.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:40.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:40.266 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:40 smithi066 ceph-mon[112137]: pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:40 smithi066 ceph-mon[112137]: from='client.480087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:40 smithi203 ceph-mon[117428]: pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:40 smithi203 ceph-mon[117428]: from='client.480087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:40 smithi137 ceph-mon[117020]: pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:40 smithi137 ceph-mon[117020]: from='client.480087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:42 smithi066 ceph-mon[112137]: pgmap v17683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:42 smithi203 ceph-mon[117428]: pgmap v17683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:42 smithi137 ceph-mon[117020]: pgmap v17683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:44 smithi066 ceph-mon[112137]: pgmap v17684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:45.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:45.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:45.267 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:44 smithi203 ceph-mon[117428]: pgmap v17684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:44 smithi137 ceph-mon[117020]: pgmap v17684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:45.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:45.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:45.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:45.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:45.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:46 smithi066 ceph-mon[112137]: pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:46 smithi066 ceph-mon[112137]: from='client.480165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:46 smithi203 ceph-mon[117428]: pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:46 smithi203 ceph-mon[117428]: from='client.480165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:46 smithi137 ceph-mon[117020]: pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:46 smithi137 ceph-mon[117020]: from='client.480165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:48 smithi066 ceph-mon[112137]: pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:48 smithi203 ceph-mon[117428]: pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:48 smithi137 ceph-mon[117020]: pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:50.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:50.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:50.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:51.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:50 smithi066 ceph-mon[112137]: pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:50 smithi203 ceph-mon[117428]: pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:50 smithi137 ceph-mon[117020]: pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:51.716 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:51.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:51.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:51.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:51.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:53.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:52 smithi066 ceph-mon[112137]: pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:52 smithi066 ceph-mon[112137]: from='client.480240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:52 smithi203 ceph-mon[117428]: pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:52 smithi203 ceph-mon[117428]: from='client.480240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:52 smithi137 ceph-mon[117020]: pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:52 smithi137 ceph-mon[117020]: from='client.480240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:54 smithi066 ceph-mon[112137]: pgmap v17689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:54 smithi203 ceph-mon[117428]: pgmap v17689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:54 smithi137 ceph-mon[117020]: pgmap v17689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:56.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:02:56.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:56.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:57.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:56 smithi066 ceph-mon[112137]: pgmap v17690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:56 smithi203 ceph-mon[117428]: pgmap v17690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:56 smithi137 ceph-mon[117020]: pgmap v17690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:57.446 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:02:57.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:57.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:57.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:57.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:02:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:58 smithi066 ceph-mon[112137]: from='client.480312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:02:58 smithi066 ceph-mon[112137]: pgmap v17691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:58 smithi203 ceph-mon[117428]: from='client.480312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:02:58 smithi203 ceph-mon[117428]: pgmap v17691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:58 smithi137 ceph-mon[117020]: from='client.480312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:02:58 smithi137 ceph-mon[117020]: pgmap v17691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:00 smithi066 ceph-mon[112137]: pgmap v17692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:00 smithi203 ceph-mon[117428]: pgmap v17692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:00 smithi137 ceph-mon[117020]: pgmap v17692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:02.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:02.448 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:02.448 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:03.169 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:03.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:03.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:03.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:03.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:02 smithi066 ceph-mon[112137]: pgmap v17693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:02 smithi203 ceph-mon[117428]: pgmap v17693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:02 smithi137 ceph-mon[117020]: pgmap v17693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:04.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:03 smithi066 ceph-mon[112137]: from='client.480387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:04.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:03 smithi203 ceph-mon[117428]: from='client.480387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:03 smithi137 ceph-mon[117020]: from='client.480387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:04 smithi066 ceph-mon[112137]: pgmap v17694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:04 smithi203 ceph-mon[117428]: pgmap v17694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:04 smithi137 ceph-mon[117020]: pgmap v17694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:06 smithi066 ceph-mon[112137]: pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:06 smithi203 ceph-mon[117428]: pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:06 smithi137 ceph-mon[117020]: pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:08.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:08.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:08.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:08.902 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:08.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:08.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:08.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:08.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:08 smithi066 ceph-mon[112137]: pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:08 smithi203 ceph-mon[117428]: pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:08 smithi137 ceph-mon[117020]: pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:10.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:09 smithi066 ceph-mon[112137]: from='client.480459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:09 smithi203 ceph-mon[117428]: from='client.480459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:09 smithi137 ceph-mon[117020]: from='client.480459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:10 smithi066 ceph-mon[112137]: pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:10 smithi203 ceph-mon[117428]: pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:10 smithi137 ceph-mon[117020]: pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:11 smithi066 ceph-mon[112137]: pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:12.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:11 smithi203 ceph-mon[117428]: pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:11 smithi137 ceph-mon[117020]: pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:13.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:13.904 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:13.904 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:14.632 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:14.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:14.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:14.633 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:14.633 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:15.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:14 smithi066 ceph-mon[112137]: pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:14 smithi203 ceph-mon[117428]: pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:14 smithi137 ceph-mon[117020]: pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:16.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:15 smithi066 ceph-mon[112137]: from='client.480537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:15 smithi203 ceph-mon[117428]: from='client.480537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:15 smithi137 ceph-mon[117020]: from='client.480537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:16 smithi066 ceph-mon[112137]: pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:16 smithi203 ceph-mon[117428]: pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:16 smithi137 ceph-mon[117020]: pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:18 smithi066 ceph-mon[112137]: pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:18 smithi203 ceph-mon[117428]: pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:18 smithi137 ceph-mon[117020]: pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:19.634 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:19.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:19.634 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:20.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:20.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:20.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:20.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:20.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:20 smithi066 ceph-mon[112137]: pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:20 smithi203 ceph-mon[117428]: pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:20 smithi137 ceph-mon[117020]: pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:22.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:21 smithi066 ceph-mon[112137]: from='client.480612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:21 smithi203 ceph-mon[117428]: from='client.480612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:21 smithi137 ceph-mon[117020]: from='client.480612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:23.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:22 smithi066 ceph-mon[112137]: pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:22 smithi203 ceph-mon[117428]: pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:22 smithi137 ceph-mon[117020]: pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:24.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:03:24.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:03:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:03:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:03:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:03:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:03:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:03:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:03:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:03:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:03:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:03:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:03:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:24 smithi066 ceph-mon[112137]: pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:24 smithi203 ceph-mon[117428]: pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:25.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:25.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:25.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:24 smithi137 ceph-mon[117020]: pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:26.077 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:26.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:26.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:26.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:26.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:26 smithi066 ceph-mon[112137]: pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:26 smithi066 ceph-mon[112137]: from='client.480687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:26 smithi203 ceph-mon[117428]: pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:26 smithi203 ceph-mon[117428]: from='client.480687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:26 smithi137 ceph-mon[117020]: pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:26 smithi137 ceph-mon[117020]: from='client.480687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:28 smithi066 ceph-mon[112137]: pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:28 smithi203 ceph-mon[117428]: pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:28 smithi137 ceph-mon[117020]: pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:31.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:31.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:31.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:31.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:30 smithi066 ceph-mon[112137]: pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:30 smithi203 ceph-mon[117428]: pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:30 smithi137 ceph-mon[117020]: pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:31.805 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:31.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:31.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:31.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:31.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:32 smithi066 ceph-mon[112137]: pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:32 smithi066 ceph-mon[112137]: from='client.480762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:32 smithi203 ceph-mon[117428]: pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:32 smithi203 ceph-mon[117428]: from='client.480762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:32 smithi137 ceph-mon[117020]: pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:32 smithi137 ceph-mon[117020]: from='client.480762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:34 smithi066 ceph-mon[112137]: pgmap v17709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:34 smithi203 ceph-mon[117428]: pgmap v17709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:34 smithi137 ceph-mon[117020]: pgmap v17709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:36.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:36.807 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:36.807 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:37.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:36 smithi066 ceph-mon[112137]: pgmap v17710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:36 smithi203 ceph-mon[117428]: pgmap v17710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:36 smithi137 ceph-mon[117020]: pgmap v17710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:37.542 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:37.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:37.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:37.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:37.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:38 smithi066 ceph-mon[112137]: from='client.480837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:38 smithi066 ceph-mon[112137]: pgmap v17711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:38 smithi203 ceph-mon[117428]: from='client.480837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:38 smithi203 ceph-mon[117428]: pgmap v17711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:38 smithi137 ceph-mon[117020]: from='client.480837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:38 smithi137 ceph-mon[117020]: pgmap v17711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:40 smithi066 ceph-mon[112137]: pgmap v17712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:40 smithi203 ceph-mon[117428]: pgmap v17712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:40 smithi137 ceph-mon[117020]: pgmap v17712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:42.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:42.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:42.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:43.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:42 smithi066 ceph-mon[112137]: pgmap v17713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:43.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:43.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:43.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:43.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:43.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:42 smithi203 ceph-mon[117428]: pgmap v17713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:42 smithi137 ceph-mon[117020]: pgmap v17713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:44.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:43 smithi066 ceph-mon[112137]: from='client.480912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:44.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:43 smithi203 ceph-mon[117428]: from='client.480912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:43 smithi137 ceph-mon[117020]: from='client.480912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:44 smithi203 ceph-mon[117428]: pgmap v17714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:44 smithi137 ceph-mon[117020]: pgmap v17714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:44 smithi066 ceph-mon[112137]: pgmap v17714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:46 smithi203 ceph-mon[117428]: pgmap v17715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:46 smithi137 ceph-mon[117020]: pgmap v17715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:46 smithi066 ceph-mon[112137]: pgmap v17715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:48.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:48.270 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:48.270 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:48.997 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:48.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:48.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:48.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:48.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:48 smithi203 ceph-mon[117428]: pgmap v17716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:48 smithi137 ceph-mon[117020]: pgmap v17716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:48 smithi066 ceph-mon[112137]: pgmap v17716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:49 smithi203 ceph-mon[117428]: from='client.480990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:49 smithi203 ceph-mon[117428]: pgmap v17717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:49 smithi137 ceph-mon[117020]: from='client.480990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:49 smithi137 ceph-mon[117020]: pgmap v17717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:49 smithi066 ceph-mon[112137]: from='client.480990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:49 smithi066 ceph-mon[112137]: pgmap v17717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:52 smithi203 ceph-mon[117428]: pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:52 smithi137 ceph-mon[117020]: pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:52 smithi066 ceph-mon[112137]: pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:54.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:54.717 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:03:54.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:54.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:54.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:54.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:03:55.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:54 smithi066 ceph-mon[112137]: pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:54 smithi203 ceph-mon[117428]: pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:54 smithi137 ceph-mon[117020]: pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:56.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:55 smithi066 ceph-mon[112137]: from='client.481068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:55 smithi203 ceph-mon[117428]: from='client.481068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:55 smithi137 ceph-mon[117020]: from='client.481068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:56 smithi066 ceph-mon[112137]: pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:56 smithi203 ceph-mon[117428]: pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:56 smithi137 ceph-mon[117020]: pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:03:58 smithi066 ceph-mon[112137]: pgmap v17721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:03:58 smithi203 ceph-mon[117428]: pgmap v17721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:03:58 smithi137 ceph-mon[117020]: pgmap v17721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:59.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:03:59.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:59.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:00.451 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:00.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:00.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:00.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:00.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:00 smithi066 ceph-mon[112137]: pgmap v17722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:00 smithi203 ceph-mon[117428]: pgmap v17722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:00 smithi137 ceph-mon[117020]: pgmap v17722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:01 smithi066 ceph-mon[112137]: from='client.481146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:01 smithi203 ceph-mon[117428]: from='client.481146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:01 smithi137 ceph-mon[117020]: from='client.481146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:03.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:02 smithi066 ceph-mon[112137]: pgmap v17723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:02 smithi203 ceph-mon[117428]: pgmap v17723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:02 smithi137 ceph-mon[117020]: pgmap v17723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:04 smithi066 ceph-mon[112137]: pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:04 smithi203 ceph-mon[117428]: pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:04 smithi137 ceph-mon[117020]: pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:05.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:05.453 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:05.453 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:06.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:06.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:06.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:06.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:06.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:06 smithi066 ceph-mon[112137]: pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:06 smithi066 ceph-mon[112137]: from='client.481221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:06 smithi203 ceph-mon[117428]: pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:06 smithi203 ceph-mon[117428]: from='client.481221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:06 smithi137 ceph-mon[117020]: pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:06 smithi137 ceph-mon[117020]: from='client.481221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:08 smithi066 ceph-mon[112137]: pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:08 smithi203 ceph-mon[117428]: pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:08 smithi137 ceph-mon[117020]: pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:11.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:11.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:11.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:11.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:10 smithi066 ceph-mon[112137]: pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:10 smithi203 ceph-mon[117428]: pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:10 smithi137 ceph-mon[117020]: pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:11.926 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:11.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:11.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:11.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:11.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:12 smithi066 ceph-mon[112137]: pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:12 smithi066 ceph-mon[112137]: from='client.481299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:12 smithi203 ceph-mon[117428]: pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:12 smithi203 ceph-mon[117428]: from='client.481299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:12 smithi137 ceph-mon[117020]: pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:12 smithi137 ceph-mon[117020]: from='client.481299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:14 smithi066 ceph-mon[112137]: pgmap v17729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:14 smithi203 ceph-mon[117428]: pgmap v17729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:14 smithi137 ceph-mon[117020]: pgmap v17729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:16.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:16.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:16.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:17.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:16 smithi066 ceph-mon[112137]: pgmap v17730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:16 smithi203 ceph-mon[117428]: pgmap v17730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:16 smithi137 ceph-mon[117020]: pgmap v17730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:17.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:17.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:17.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:17.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:17.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:18 smithi066 ceph-mon[112137]: pgmap v17731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:18 smithi066 ceph-mon[112137]: from='client.481374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:18 smithi203 ceph-mon[117428]: pgmap v17731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:18 smithi203 ceph-mon[117428]: from='client.481374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:18 smithi137 ceph-mon[117020]: pgmap v17731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:18 smithi137 ceph-mon[117020]: from='client.481374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:20 smithi066 ceph-mon[112137]: pgmap v17732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:20 smithi203 ceph-mon[117428]: pgmap v17732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:20 smithi137 ceph-mon[117020]: pgmap v17732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:22.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:22.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:22.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:22 smithi066 ceph-mon[112137]: pgmap v17733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:22 smithi203 ceph-mon[117428]: pgmap v17733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:22 smithi137 ceph-mon[117020]: pgmap v17733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:23.378 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:23.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:23.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:23.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:23.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:24.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:04:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:04:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:04:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:24 smithi203 ceph-mon[117428]: from='client.481452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:24 smithi203 ceph-mon[117428]: pgmap v17734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:04:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:04:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:04:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:24 smithi137 ceph-mon[117020]: from='client.481452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:24 smithi137 ceph-mon[117020]: pgmap v17734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:04:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:04:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:04:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:24 smithi066 ceph-mon[112137]: from='client.481452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:24 smithi066 ceph-mon[112137]: pgmap v17734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:04:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:04:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:04:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:26 smithi203 ceph-mon[117428]: pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:26 smithi137 ceph-mon[117020]: pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:26 smithi066 ceph-mon[112137]: pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:28.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:28.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:28.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:29.097 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:29.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:29.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:29.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:29.098 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:28 smithi203 ceph-mon[117428]: pgmap v17736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:28 smithi137 ceph-mon[117020]: pgmap v17736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:28 smithi066 ceph-mon[112137]: pgmap v17736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:30 smithi203 ceph-mon[117428]: from='client.481524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:30 smithi137 ceph-mon[117020]: from='client.481524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:30 smithi066 ceph-mon[112137]: from='client.481524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:31 smithi203 ceph-mon[117428]: pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:31 smithi137 ceph-mon[117020]: pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:31 smithi066 ceph-mon[112137]: pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:32 smithi203 ceph-mon[117428]: pgmap v17738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:32 smithi137 ceph-mon[117020]: pgmap v17738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:32.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:32 smithi066 ceph-mon[112137]: pgmap v17738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:34.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:34.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:34.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:34.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:34.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:34.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:34.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:34.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:35.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:34 smithi066 ceph-mon[112137]: pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:34 smithi203 ceph-mon[117428]: pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:34 smithi137 ceph-mon[117020]: pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:36.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:35 smithi066 ceph-mon[112137]: from='client.481599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:35 smithi203 ceph-mon[117428]: from='client.481599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:35 smithi137 ceph-mon[117020]: from='client.481599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:36 smithi066 ceph-mon[112137]: pgmap v17740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:04:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:36 smithi203 ceph-mon[117428]: pgmap v17740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:04:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:36 smithi137 ceph-mon[117020]: pgmap v17740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:04:39.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:38 smithi066 ceph-mon[112137]: pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:04:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:38 smithi203 ceph-mon[117428]: pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:04:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:38 smithi137 ceph-mon[117020]: pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:04:39.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:39.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:39.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:40.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:40.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:40.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:40.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:40.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:40 smithi066 ceph-mon[112137]: pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:04:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:40 smithi203 ceph-mon[117428]: pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:04:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:40 smithi137 ceph-mon[117020]: pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:04:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:41 smithi066 ceph-mon[112137]: from='client.481674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:41 smithi203 ceph-mon[117428]: from='client.481674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:41 smithi137 ceph-mon[117020]: from='client.481674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:42 smithi066 ceph-mon[112137]: pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:42 smithi203 ceph-mon[117428]: pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:42 smithi137 ceph-mon[117020]: pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:44 smithi066 ceph-mon[112137]: pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:44 smithi203 ceph-mon[117428]: pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:44 smithi137 ceph-mon[117020]: pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:45.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:45.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:45.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:46.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:46.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:46.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:46.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:46.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:46 smithi066 ceph-mon[112137]: pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:46 smithi066 ceph-mon[112137]: from='client.481749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:46 smithi203 ceph-mon[117428]: pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:46 smithi203 ceph-mon[117428]: from='client.481749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:46 smithi137 ceph-mon[117020]: pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:46 smithi137 ceph-mon[117020]: from='client.481749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:48 smithi066 ceph-mon[112137]: pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:04:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:48 smithi203 ceph-mon[117428]: pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:04:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:48 smithi137 ceph-mon[117020]: pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:04:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:50 smithi066 ceph-mon[112137]: pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:04:51.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:51.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:51.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:50 smithi203 ceph-mon[117428]: pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:04:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:50 smithi137 ceph-mon[117020]: pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:04:52.011 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:52.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:52.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:52.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:52.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:52 smithi066 ceph-mon[112137]: pgmap v17748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:04:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:52 smithi066 ceph-mon[112137]: from='client.481827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:52 smithi203 ceph-mon[117428]: pgmap v17748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:04:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:52 smithi203 ceph-mon[117428]: from='client.481827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:52 smithi137 ceph-mon[117020]: pgmap v17748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:04:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:52 smithi137 ceph-mon[117020]: from='client.481827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:54 smithi203 ceph-mon[117428]: pgmap v17749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:54 smithi137 ceph-mon[117020]: pgmap v17749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:54 smithi066 ceph-mon[112137]: pgmap v17749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:57.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:04:57.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:57.013 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:56 smithi203 ceph-mon[117428]: pgmap v17750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:56 smithi137 ceph-mon[117020]: pgmap v17750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:56 smithi066 ceph-mon[112137]: pgmap v17750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:57.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:04:57.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:57.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:57.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:57.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:04:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:58 smithi203 ceph-mon[117428]: pgmap v17751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:04:58 smithi203 ceph-mon[117428]: from='client.481902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:58 smithi137 ceph-mon[117020]: pgmap v17751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:04:58 smithi137 ceph-mon[117020]: from='client.481902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:58 smithi066 ceph-mon[112137]: pgmap v17751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:04:58 smithi066 ceph-mon[112137]: from='client.481902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:00 smithi203 ceph-mon[117428]: pgmap v17752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:00 smithi137 ceph-mon[117020]: pgmap v17752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:00 smithi066 ceph-mon[112137]: pgmap v17752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:02.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:02.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:02.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:03 smithi203 ceph-mon[117428]: pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:03 smithi137 ceph-mon[117020]: pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:03.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:03.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:03.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:03.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:03.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:03.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:03 smithi066 ceph-mon[112137]: pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:05 smithi203 ceph-mon[117428]: from='client.481977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:05 smithi203 ceph-mon[117428]: pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:05 smithi137 ceph-mon[117020]: from='client.481977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:05 smithi137 ceph-mon[117020]: pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:05 smithi066 ceph-mon[112137]: from='client.481977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:05 smithi066 ceph-mon[112137]: pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:06.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:06 smithi203 ceph-mon[117428]: pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:06 smithi137 ceph-mon[117020]: pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:06 smithi066 ceph-mon[112137]: pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:08.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:08.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:08.465 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:09.195 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:09.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:09.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:09.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:09.196 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:08 smithi066 ceph-mon[112137]: pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:08 smithi203 ceph-mon[117428]: pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:08 smithi137 ceph-mon[117020]: pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:10.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:09 smithi066 ceph-mon[112137]: from='client.482055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:09 smithi203 ceph-mon[117428]: from='client.482055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:09 smithi137 ceph-mon[117020]: from='client.482055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:10 smithi066 ceph-mon[112137]: pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:10 smithi203 ceph-mon[117428]: pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:10 smithi137 ceph-mon[117020]: pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:12 smithi066 ceph-mon[112137]: pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:12 smithi203 ceph-mon[117428]: pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:12 smithi137 ceph-mon[117020]: pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:14.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:14.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:14.198 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:14.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:14.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:14.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:14.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:14.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:14 smithi066 ceph-mon[112137]: pgmap v17759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:14 smithi203 ceph-mon[117428]: pgmap v17759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:14 smithi137 ceph-mon[117020]: pgmap v17759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:16.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:15 smithi066 ceph-mon[112137]: from='client.482133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:15 smithi203 ceph-mon[117428]: from='client.482133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:15 smithi137 ceph-mon[117020]: from='client.482133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:16 smithi066 ceph-mon[112137]: pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:05:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:16 smithi203 ceph-mon[117428]: pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:05:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:16 smithi137 ceph-mon[117020]: pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:05:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:18 smithi066 ceph-mon[112137]: pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:05:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:18 smithi203 ceph-mon[117428]: pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:05:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:18 smithi137 ceph-mon[117020]: pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:05:19.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:19.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:19.922 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:20.666 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:20.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:20.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:20.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:20.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:20 smithi066 ceph-mon[112137]: pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:05:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:20 smithi203 ceph-mon[117428]: pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:05:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:20 smithi137 ceph-mon[117020]: pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:05:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:21 smithi066 ceph-mon[112137]: from='client.482211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:21 smithi203 ceph-mon[117428]: from='client.482211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:21 smithi137 ceph-mon[117020]: from='client.482211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:22 smithi203 ceph-mon[117428]: pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:22 smithi137 ceph-mon[117020]: pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:22 smithi066 ceph-mon[112137]: pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:24 smithi203 ceph-mon[117428]: pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:05:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:24 smithi137 ceph-mon[117020]: pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:05:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:24 smithi066 ceph-mon[112137]: pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:05:25.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:25.668 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:25.668 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:05:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:05:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:05:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:05:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:05:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:05:26.398 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:26.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:26.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:26.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:26.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:05:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:05:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:05:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:26 smithi203 ceph-mon[117428]: pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:26 smithi137 ceph-mon[117020]: pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:26 smithi066 ceph-mon[112137]: pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:28 smithi203 ceph-mon[117428]: from='client.482286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:27 smithi137 ceph-mon[117020]: from='client.482286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:28.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:27 smithi066 ceph-mon[112137]: from='client.482286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:29 smithi203 ceph-mon[117428]: pgmap v17766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:29 smithi137 ceph-mon[117020]: pgmap v17766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:29.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:29 smithi066 ceph-mon[112137]: pgmap v17766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:31 smithi203 ceph-mon[117428]: pgmap v17767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:31 smithi137 ceph-mon[117020]: pgmap v17767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:31.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:31.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:31.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:31 smithi066 ceph-mon[112137]: pgmap v17767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:32.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:32.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:32.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:32.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:32.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:33 smithi203 ceph-mon[117428]: pgmap v17768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:05:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:33 smithi203 ceph-mon[117428]: from='client.482361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:33 smithi137 ceph-mon[117020]: pgmap v17768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:05:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:33 smithi137 ceph-mon[117020]: from='client.482361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:33 smithi066 ceph-mon[112137]: pgmap v17768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:05:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:33 smithi066 ceph-mon[112137]: from='client.482361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:35 smithi203 ceph-mon[117428]: pgmap v17769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:35 smithi137 ceph-mon[117020]: pgmap v17769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:35 smithi066 ceph-mon[112137]: pgmap v17769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:36 smithi203 ceph-mon[117428]: pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:36 smithi137 ceph-mon[117020]: pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:36 smithi066 ceph-mon[112137]: pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:37.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:37.126 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:37.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:37.850 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:37.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:37.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:37.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:37.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:38 smithi066 ceph-mon[112137]: pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:38 smithi066 ceph-mon[112137]: from='client.482433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:38 smithi203 ceph-mon[117428]: pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:38 smithi203 ceph-mon[117428]: from='client.482433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:38 smithi137 ceph-mon[117020]: pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:38 smithi137 ceph-mon[117020]: from='client.482433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:40 smithi066 ceph-mon[112137]: pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:40 smithi203 ceph-mon[117428]: pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:40 smithi137 ceph-mon[117020]: pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:42.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:42.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:42.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:42 smithi066 ceph-mon[112137]: pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:42 smithi203 ceph-mon[117428]: pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:42 smithi137 ceph-mon[117020]: pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:43.582 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:43.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:43.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:43.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:43.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:44 smithi066 ceph-mon[112137]: from='client.299216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:44 smithi066 ceph-mon[112137]: pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:44 smithi203 ceph-mon[117428]: from='client.299216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:44 smithi203 ceph-mon[117428]: pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:44 smithi137 ceph-mon[117020]: from='client.299216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:44 smithi137 ceph-mon[117020]: pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:46 smithi066 ceph-mon[112137]: pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:46 smithi203 ceph-mon[117428]: pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:46 smithi137 ceph-mon[117020]: pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:48.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:48.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:48.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:49.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:48 smithi066 ceph-mon[112137]: pgmap v17776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:49.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:49.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:49.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:49.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:49.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:48 smithi203 ceph-mon[117428]: pgmap v17776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:48 smithi137 ceph-mon[117020]: pgmap v17776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:50.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:49 smithi203 ceph-mon[117428]: from='client.482583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:50.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:49 smithi137 ceph-mon[117020]: from='client.482583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:50 smithi203 ceph-mon[117428]: pgmap v17777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:50 smithi137 ceph-mon[117020]: pgmap v17777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:49 smithi066 ceph-mon[112137]: from='client.482583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:50 smithi066 ceph-mon[112137]: pgmap v17777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:52 smithi203 ceph-mon[117428]: pgmap v17778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:52 smithi137 ceph-mon[117020]: pgmap v17778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:52 smithi066 ceph-mon[112137]: pgmap v17778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:54.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:05:54.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:54.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:55.042 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:05:55.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:55.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:55.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:55.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:05:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:55 smithi203 ceph-mon[117428]: pgmap v17779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:55 smithi137 ceph-mon[117020]: pgmap v17779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:54 smithi066 ceph-mon[112137]: pgmap v17779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:56.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:56 smithi203 ceph-mon[117428]: from='client.482655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:56 smithi137 ceph-mon[117020]: from='client.482655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:56 smithi066 ceph-mon[112137]: from='client.482655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:57 smithi203 ceph-mon[117428]: pgmap v17780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:05:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:57 smithi137 ceph-mon[117020]: pgmap v17780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:05:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:57 smithi066 ceph-mon[112137]: pgmap v17780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:05:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:05:59 smithi203 ceph-mon[117428]: pgmap v17781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:05:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:05:59 smithi137 ceph-mon[117020]: pgmap v17781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:05:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:05:59 smithi066 ceph-mon[112137]: pgmap v17781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:06:00.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:00.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:00.044 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:00.770 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:00.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:00.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:00.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:00.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:01 smithi203 ceph-mon[117428]: pgmap v17782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:06:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:01 smithi137 ceph-mon[117020]: pgmap v17782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:06:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:01 smithi066 ceph-mon[112137]: pgmap v17782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:06:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:02 smithi203 ceph-mon[117428]: from='client.482730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:02 smithi203 ceph-mon[117428]: pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:02 smithi137 ceph-mon[117020]: from='client.482730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:02 smithi137 ceph-mon[117020]: pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:02 smithi066 ceph-mon[112137]: from='client.482730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:02 smithi066 ceph-mon[112137]: pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:04 smithi066 ceph-mon[112137]: pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:04 smithi203 ceph-mon[117428]: pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:04 smithi137 ceph-mon[117020]: pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:05.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:05.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:05.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:06.497 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:06.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:06.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:06.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:06.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:06 smithi066 ceph-mon[112137]: pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:06 smithi203 ceph-mon[117428]: pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:06 smithi137 ceph-mon[117020]: pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:07 smithi066 ceph-mon[112137]: from='client.482802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:07 smithi203 ceph-mon[117428]: from='client.482802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:07 smithi137 ceph-mon[117020]: from='client.482802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:09.235 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:08 smithi066 ceph-mon[112137]: pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:06:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:08 smithi203 ceph-mon[117428]: pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:06:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:08 smithi137 ceph-mon[117020]: pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:06:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:10 smithi066 ceph-mon[112137]: pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:06:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:10 smithi203 ceph-mon[117428]: pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:06:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:10 smithi137 ceph-mon[117020]: pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:06:11.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:11.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:11.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:12.220 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:12.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:12.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:12.220 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:12.221 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:12 smithi066 ceph-mon[112137]: pgmap v17788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:06:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:12 smithi066 ceph-mon[112137]: from='client.482880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:12 smithi203 ceph-mon[117428]: pgmap v17788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:06:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:12 smithi203 ceph-mon[117428]: from='client.482880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:12 smithi137 ceph-mon[117020]: pgmap v17788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:06:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:12 smithi137 ceph-mon[117020]: from='client.482880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:14 smithi066 ceph-mon[112137]: pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:14 smithi203 ceph-mon[117428]: pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:14 smithi137 ceph-mon[117020]: pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:17.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:17.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:17.222 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:16 smithi203 ceph-mon[117428]: pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:16 smithi137 ceph-mon[117020]: pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:16 smithi066 ceph-mon[112137]: pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:17.945 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:17.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:17.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:17.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:17.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:18 smithi203 ceph-mon[117428]: pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:18 smithi203 ceph-mon[117428]: from='client.482955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:18 smithi137 ceph-mon[117020]: pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:18 smithi137 ceph-mon[117020]: from='client.482955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:18 smithi066 ceph-mon[112137]: pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:18 smithi066 ceph-mon[112137]: from='client.482955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:20 smithi203 ceph-mon[117428]: pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:20 smithi137 ceph-mon[117020]: pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:20 smithi066 ceph-mon[112137]: pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:22.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:22.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:22.947 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:23 smithi203 ceph-mon[117428]: pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:23 smithi137 ceph-mon[117020]: pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:22 smithi066 ceph-mon[112137]: pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:23.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:23.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:23.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:23.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:23.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:25 smithi203 ceph-mon[117428]: pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:25 smithi203 ceph-mon[117428]: from='client.483033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:25 smithi137 ceph-mon[117020]: pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:25 smithi137 ceph-mon[117020]: from='client.483033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:25 smithi066 ceph-mon[112137]: pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:25 smithi066 ceph-mon[112137]: from='client.483033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:06:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:06:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:06:26.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:06:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:06:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:06:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:06:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:06:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:06:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:06:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:06:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:06:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:27 smithi203 ceph-mon[117428]: pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:27 smithi137 ceph-mon[117020]: pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:27 smithi066 ceph-mon[112137]: pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:28.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:28.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:28.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:29 smithi203 ceph-mon[117428]: pgmap v17796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:29 smithi137 ceph-mon[117020]: pgmap v17796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:29.406 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:29.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:29.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:29.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:29.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:29 smithi066 ceph-mon[112137]: pgmap v17796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:31 smithi203 ceph-mon[117428]: from='client.483105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:31 smithi203 ceph-mon[117428]: pgmap v17797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:31 smithi137 ceph-mon[117020]: from='client.483105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:31 smithi137 ceph-mon[117020]: pgmap v17797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:31 smithi066 ceph-mon[112137]: from='client.483105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:31 smithi066 ceph-mon[112137]: pgmap v17797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:33 smithi203 ceph-mon[117428]: pgmap v17798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:33 smithi137 ceph-mon[117020]: pgmap v17798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:33 smithi066 ceph-mon[112137]: pgmap v17798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:34 smithi203 ceph-mon[117428]: pgmap v17799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:34 smithi137 ceph-mon[117020]: pgmap v17799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:34.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:34.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:34.409 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:34 smithi066 ceph-mon[112137]: pgmap v17799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:35.137 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:35.137 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:35.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:35.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:35.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:35 smithi203 ceph-mon[117428]: from='client.483180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:35 smithi137 ceph-mon[117020]: from='client.483180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:35 smithi066 ceph-mon[112137]: from='client.483180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:36 smithi203 ceph-mon[117428]: pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:36 smithi137 ceph-mon[117020]: pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:36 smithi066 ceph-mon[112137]: pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:38 smithi066 ceph-mon[112137]: pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:38 smithi203 ceph-mon[117428]: pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:38 smithi137 ceph-mon[117020]: pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:40.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:40.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:40.139 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:40.862 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:40.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:40.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:40.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:40.862 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:40 smithi066 ceph-mon[112137]: pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:40 smithi203 ceph-mon[117428]: pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:40 smithi137 ceph-mon[117020]: pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:41 smithi066 ceph-mon[112137]: from='client.483258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:42.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:41 smithi203 ceph-mon[117428]: from='client.483258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:41 smithi137 ceph-mon[117020]: from='client.483258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:42 smithi066 ceph-mon[112137]: pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:42 smithi203 ceph-mon[117428]: pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:42 smithi137 ceph-mon[117020]: pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:44 smithi203 ceph-mon[117428]: pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:44 smithi137 ceph-mon[117020]: pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:44 smithi066 ceph-mon[112137]: pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:45.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:45.860 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:45.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:46.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:46.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:46.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:46.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:46.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:46 smithi203 ceph-mon[117428]: pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:46 smithi137 ceph-mon[117020]: pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:46 smithi066 ceph-mon[112137]: pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:47 smithi203 ceph-mon[117428]: from='client.483333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:47 smithi137 ceph-mon[117020]: from='client.483333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:47 smithi066 ceph-mon[112137]: from='client.483333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:48 smithi203 ceph-mon[117428]: pgmap v17806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:48 smithi137 ceph-mon[117020]: pgmap v17806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:48 smithi066 ceph-mon[112137]: pgmap v17806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:50 smithi203 ceph-mon[117428]: pgmap v17807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:50 smithi137 ceph-mon[117020]: pgmap v17807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:50 smithi066 ceph-mon[112137]: pgmap v17807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:51.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:51.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:51.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:52.314 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:52.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:52.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:52.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:52.315 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:53 smithi203 ceph-mon[117428]: pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:53 smithi203 ceph-mon[117428]: from='client.483411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:53 smithi137 ceph-mon[117020]: pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:53 smithi137 ceph-mon[117020]: from='client.483411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:53 smithi066 ceph-mon[112137]: pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:53 smithi066 ceph-mon[112137]: from='client.483411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:55 smithi203 ceph-mon[117428]: pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:55 smithi137 ceph-mon[117020]: pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:55 smithi066 ceph-mon[112137]: pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:57.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:06:57.317 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:57.317 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:57 smithi203 ceph-mon[117428]: pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:57 smithi137 ceph-mon[117020]: pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:57 smithi066 ceph-mon[112137]: pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:58.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:06:58.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:58.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:58.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:58.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:06:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:59 smithi203 ceph-mon[117428]: pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:06:59 smithi203 ceph-mon[117428]: from='client.483489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:59 smithi137 ceph-mon[117020]: pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:06:59 smithi137 ceph-mon[117020]: from='client.483489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:59 smithi066 ceph-mon[112137]: pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:06:59 smithi066 ceph-mon[112137]: from='client.483489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:01 smithi203 ceph-mon[117428]: pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:01 smithi137 ceph-mon[117020]: pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:01 smithi066 ceph-mon[112137]: pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:03.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:03.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:03.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:03 smithi203 ceph-mon[117428]: pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:03 smithi137 ceph-mon[117020]: pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:03 smithi066 ceph-mon[112137]: pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:03.778 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:03.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:03.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:03.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:03.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:05 smithi203 ceph-mon[117428]: pgmap v17814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:05 smithi203 ceph-mon[117428]: from='client.483561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:05 smithi137 ceph-mon[117020]: pgmap v17814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:05 smithi137 ceph-mon[117020]: from='client.483561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:05 smithi066 ceph-mon[112137]: pgmap v17814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:05 smithi066 ceph-mon[112137]: from='client.483561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:07 smithi203 ceph-mon[117428]: pgmap v17815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:07 smithi137 ceph-mon[117020]: pgmap v17815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:07 smithi066 ceph-mon[112137]: pgmap v17815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:08.779 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:08.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:08.780 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:09 smithi203 ceph-mon[117428]: pgmap v17816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:09 smithi137 ceph-mon[117020]: pgmap v17816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:09.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:09 smithi066 ceph-mon[112137]: pgmap v17816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:09.518 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:09.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:09.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:09.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:09.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:10 smithi203 ceph-mon[117428]: from='client.483636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:10 smithi203 ceph-mon[117428]: pgmap v17817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:10 smithi137 ceph-mon[117020]: from='client.483636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:10 smithi137 ceph-mon[117020]: pgmap v17817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:10 smithi066 ceph-mon[112137]: from='client.483636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:10 smithi066 ceph-mon[112137]: pgmap v17817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:12 smithi203 ceph-mon[117428]: pgmap v17818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:12 smithi137 ceph-mon[117020]: pgmap v17818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:12 smithi066 ceph-mon[112137]: pgmap v17818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:14.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:14.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:14.520 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:14 smithi066 ceph-mon[112137]: pgmap v17819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:15.252 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:15.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:15.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:15.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:15.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:14 smithi203 ceph-mon[117428]: pgmap v17819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:14 smithi137 ceph-mon[117020]: pgmap v17819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:16.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:15 smithi203 ceph-mon[117428]: from='client.483711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:15 smithi137 ceph-mon[117020]: from='client.483711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:15 smithi066 ceph-mon[112137]: from='client.483711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:16 smithi203 ceph-mon[117428]: pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:16 smithi137 ceph-mon[117020]: pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:16 smithi066 ceph-mon[112137]: pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:18 smithi203 ceph-mon[117428]: pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:18 smithi137 ceph-mon[117020]: pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:18 smithi066 ceph-mon[112137]: pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:20.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:20.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:20.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:20.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:20.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:20.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:20.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:20.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:20 smithi203 ceph-mon[117428]: pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:20 smithi137 ceph-mon[117020]: pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:20 smithi066 ceph-mon[112137]: pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:22 smithi203 ceph-mon[117428]: from='client.483789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:22 smithi137 ceph-mon[117020]: from='client.483789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:22 smithi066 ceph-mon[112137]: from='client.483789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:23 smithi203 ceph-mon[117428]: pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:23 smithi137 ceph-mon[117020]: pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:23 smithi066 ceph-mon[112137]: pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:25 smithi203 ceph-mon[117428]: pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:25 smithi137 ceph-mon[117020]: pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:25 smithi066 ceph-mon[112137]: pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:25.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:25.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:25.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:26.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:26.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:26.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:26.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:26.773 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:27 smithi203 ceph-mon[117428]: pgmap v17825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:07:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:07:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:07:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:07:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:27 smithi137 ceph-mon[117020]: pgmap v17825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:07:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:07:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:07:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:07:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:27 smithi066 ceph-mon[112137]: pgmap v17825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:07:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:07:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:07:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:07:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:28 smithi203 ceph-mon[117428]: from='client.483867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:28 smithi137 ceph-mon[117020]: from='client.483867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:28 smithi066 ceph-mon[112137]: from='client.483867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:29 smithi203 ceph-mon[117428]: pgmap v17826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:29 smithi137 ceph-mon[117020]: pgmap v17826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:29 smithi066 ceph-mon[112137]: pgmap v17826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:31 smithi203 ceph-mon[117428]: pgmap v17827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:31 smithi137 ceph-mon[117020]: pgmap v17827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:31 smithi066 ceph-mon[112137]: pgmap v17827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:31.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:31.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:31.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:32.494 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:32.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:32.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:32.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:32.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:33 smithi203 ceph-mon[117428]: pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:33 smithi137 ceph-mon[117020]: pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:33 smithi066 ceph-mon[112137]: pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:34 smithi203 ceph-mon[117428]: from='client.483939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:34 smithi137 ceph-mon[117020]: from='client.483939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:34 smithi066 ceph-mon[112137]: from='client.483939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:35 smithi203 ceph-mon[117428]: pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:35 smithi137 ceph-mon[117020]: pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:35 smithi066 ceph-mon[112137]: pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:36.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:36 smithi203 ceph-mon[117428]: pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:36.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:36 smithi137 ceph-mon[117020]: pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:36 smithi066 ceph-mon[112137]: pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:37.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:37.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:37.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:38.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:38.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:38.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:38.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:38.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:38 smithi203 ceph-mon[117428]: pgmap v17831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:38 smithi203 ceph-mon[117428]: from='client.484014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:38 smithi137 ceph-mon[117020]: pgmap v17831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:38 smithi137 ceph-mon[117020]: from='client.484014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:38 smithi066 ceph-mon[112137]: pgmap v17831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:38 smithi066 ceph-mon[112137]: from='client.484014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:40 smithi203 ceph-mon[117428]: pgmap v17832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:40 smithi137 ceph-mon[117020]: pgmap v17832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:40 smithi066 ceph-mon[112137]: pgmap v17832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:43.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:43.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:43.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:42 smithi203 ceph-mon[117428]: pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:42 smithi137 ceph-mon[117020]: pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:42 smithi066 ceph-mon[112137]: pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:43.956 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:43.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:43.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:43.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:43.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:44 smithi203 ceph-mon[117428]: pgmap v17834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:44 smithi203 ceph-mon[117428]: from='client.484092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:44 smithi137 ceph-mon[117020]: pgmap v17834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:44 smithi137 ceph-mon[117020]: from='client.484092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:44 smithi066 ceph-mon[112137]: pgmap v17834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:44 smithi066 ceph-mon[112137]: from='client.484092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:47 smithi203 ceph-mon[117428]: pgmap v17835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:47 smithi137 ceph-mon[117020]: pgmap v17835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:47 smithi066 ceph-mon[112137]: pgmap v17835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:48.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:48.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:48.958 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:49 smithi203 ceph-mon[117428]: pgmap v17836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:49 smithi137 ceph-mon[117020]: pgmap v17836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:49.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:49 smithi066 ceph-mon[112137]: pgmap v17836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:49.692 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:49.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:49.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:49.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:49.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:51 smithi203 ceph-mon[117428]: pgmap v17837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:51 smithi203 ceph-mon[117428]: from='client.484164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:51 smithi137 ceph-mon[117020]: pgmap v17837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:51 smithi137 ceph-mon[117020]: from='client.484164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:51 smithi066 ceph-mon[112137]: pgmap v17837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:51 smithi066 ceph-mon[112137]: from='client.484164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:53 smithi203 ceph-mon[117428]: pgmap v17838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:53 smithi137 ceph-mon[117020]: pgmap v17838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:53 smithi066 ceph-mon[112137]: pgmap v17838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:54.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:07:54.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:54.695 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:55 smithi203 ceph-mon[117428]: pgmap v17839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:55 smithi137 ceph-mon[117020]: pgmap v17839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:55.433 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:07:55.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:55.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:55.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:55.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:07:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:55 smithi066 ceph-mon[112137]: pgmap v17839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:57 smithi203 ceph-mon[117428]: from='client.484236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:57 smithi203 ceph-mon[117428]: pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:57 smithi137 ceph-mon[117020]: from='client.484236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:57 smithi137 ceph-mon[117020]: pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:57 smithi066 ceph-mon[112137]: from='client.484236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:57 smithi066 ceph-mon[112137]: pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:07:59 smithi203 ceph-mon[117428]: pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:07:59 smithi137 ceph-mon[117020]: pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:07:59 smithi066 ceph-mon[112137]: pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:00.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:00.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:00.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:01.174 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:01.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:01.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:01.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:01.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:01 smithi203 ceph-mon[117428]: pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:01 smithi137 ceph-mon[117020]: pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:01 smithi066 ceph-mon[112137]: pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:02.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:02 smithi203 ceph-mon[117428]: from='client.484311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:02.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:02 smithi137 ceph-mon[117020]: from='client.484311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:02 smithi066 ceph-mon[112137]: from='client.484311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:03 smithi203 ceph-mon[117428]: pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:03 smithi137 ceph-mon[117020]: pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:03 smithi066 ceph-mon[112137]: pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:05 smithi203 ceph-mon[117428]: pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:05 smithi137 ceph-mon[117020]: pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:05 smithi066 ceph-mon[112137]: pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:06.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:06.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:06.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:06.911 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:06.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:06.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:06.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:06.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:07 smithi203 ceph-mon[117428]: pgmap v17845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:07 smithi137 ceph-mon[117020]: pgmap v17845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:07 smithi066 ceph-mon[112137]: pgmap v17845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:08 smithi203 ceph-mon[117428]: from='client.484383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:08 smithi137 ceph-mon[117020]: from='client.484383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:08 smithi066 ceph-mon[112137]: from='client.484383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:09 smithi203 ceph-mon[117428]: pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:09 smithi137 ceph-mon[117020]: pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:09 smithi066 ceph-mon[112137]: pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:10.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:10 smithi203 ceph-mon[117428]: pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:10.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:10 smithi137 ceph-mon[117020]: pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:10 smithi066 ceph-mon[112137]: pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:11.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:11.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:11.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:12 smithi137 ceph-mon[117020]: pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:12.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:12.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:12.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:12.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:12.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:12 smithi066 ceph-mon[112137]: pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:12 smithi203 ceph-mon[117428]: pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:14 smithi203 ceph-mon[117428]: from='client.484461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:14 smithi137 ceph-mon[117020]: from='client.484461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:14 smithi066 ceph-mon[112137]: from='client.484461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:15 smithi203 ceph-mon[117428]: pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:15 smithi137 ceph-mon[117020]: pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:15 smithi066 ceph-mon[112137]: pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:17 smithi203 ceph-mon[117428]: pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:17 smithi137 ceph-mon[117020]: pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:17 smithi066 ceph-mon[112137]: pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:17.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:17.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:17.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:18.378 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:18.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:18.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:18.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:18.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:19 smithi203 ceph-mon[117428]: pgmap v17851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:19 smithi203 ceph-mon[117428]: from='client.484539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:19 smithi137 ceph-mon[117020]: pgmap v17851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:19 smithi137 ceph-mon[117020]: from='client.484539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:19 smithi066 ceph-mon[112137]: pgmap v17851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:19 smithi066 ceph-mon[112137]: from='client.484539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:21 smithi203 ceph-mon[117428]: pgmap v17852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:21 smithi137 ceph-mon[117020]: pgmap v17852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:21 smithi066 ceph-mon[112137]: pgmap v17852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:23 smithi203 ceph-mon[117428]: pgmap v17853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:23 smithi137 ceph-mon[117020]: pgmap v17853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:23.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:23.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:23.380 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:23 smithi066 ceph-mon[112137]: pgmap v17853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:24.101 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:24.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:24.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:24.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:24.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:25 smithi203 ceph-mon[117428]: pgmap v17854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:25 smithi203 ceph-mon[117428]: from='client.484614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:25 smithi137 ceph-mon[117020]: pgmap v17854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:25 smithi137 ceph-mon[117020]: from='client.484614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:25 smithi066 ceph-mon[112137]: pgmap v17854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:25 smithi066 ceph-mon[112137]: from='client.484614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:27 smithi203 ceph-mon[117428]: pgmap v17855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:27 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:08:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:27 smithi137 ceph-mon[117020]: pgmap v17855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:27 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:08:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:27 smithi066 ceph-mon[112137]: pgmap v17855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:27 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:08:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:08:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:08:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:08:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:08:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:08:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:08:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:08:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:08:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:08:29.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:29.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:29.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:29 smithi203 ceph-mon[117428]: pgmap v17856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:29 smithi137 ceph-mon[117020]: pgmap v17856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:29 smithi066 ceph-mon[112137]: pgmap v17856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:29.830 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:29.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:29.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:29.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:29.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:31 smithi203 ceph-mon[117428]: pgmap v17857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:31 smithi203 ceph-mon[117428]: from='client.484692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:31 smithi137 ceph-mon[117020]: pgmap v17857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:31 smithi137 ceph-mon[117020]: from='client.484692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:31 smithi066 ceph-mon[112137]: pgmap v17857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:31 smithi066 ceph-mon[112137]: from='client.484692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:33 smithi203 ceph-mon[117428]: pgmap v17858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:08:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:33 smithi137 ceph-mon[117020]: pgmap v17858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:08:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:33 smithi066 ceph-mon[112137]: pgmap v17858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:08:34.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:34.833 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:34.833 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:35 smithi203 ceph-mon[117428]: pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:08:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:35 smithi137 ceph-mon[117020]: pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:08:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:35 smithi066 ceph-mon[112137]: pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:08:35.558 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:35.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:35.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:35.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:35.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:37 smithi203 ceph-mon[117428]: from='client.484770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:37 smithi203 ceph-mon[117428]: pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:37 smithi137 ceph-mon[117020]: from='client.484770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:37 smithi137 ceph-mon[117020]: pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:37 smithi066 ceph-mon[112137]: from='client.484770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:37 smithi066 ceph-mon[112137]: pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:39 smithi203 ceph-mon[117428]: pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:39 smithi137 ceph-mon[117020]: pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:39 smithi066 ceph-mon[112137]: pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:40 smithi137 ceph-mon[117020]: pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:40 smithi066 ceph-mon[112137]: pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:40.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:40.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:40.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:40 smithi203 ceph-mon[117428]: pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:41.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:41.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:41.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:41.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:41.292 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:41 smithi137 ceph-mon[117020]: from='client.484848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:41 smithi066 ceph-mon[112137]: from='client.484848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:41 smithi203 ceph-mon[117428]: from='client.484848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:42.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:42 smithi137 ceph-mon[117020]: pgmap v17863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:42 smithi066 ceph-mon[112137]: pgmap v17863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:42 smithi203 ceph-mon[117428]: pgmap v17863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:45 smithi203 ceph-mon[117428]: pgmap v17864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:08:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:45 smithi137 ceph-mon[117020]: pgmap v17864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:08:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:45 smithi066 ceph-mon[112137]: pgmap v17864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:08:46.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:46.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:46.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:47.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:47.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:47.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:47.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:47.029 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:47 smithi203 ceph-mon[117428]: pgmap v17865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:08:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:47 smithi137 ceph-mon[117020]: pgmap v17865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:08:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:47 smithi066 ceph-mon[112137]: pgmap v17865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:08:48.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:48 smithi203 ceph-mon[117428]: from='client.484923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:48.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:48 smithi137 ceph-mon[117020]: from='client.484923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:48.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:48 smithi066 ceph-mon[112137]: from='client.484923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:49 smithi203 ceph-mon[117428]: pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:49 smithi137 ceph-mon[117020]: pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:49 smithi066 ceph-mon[112137]: pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:51 smithi203 ceph-mon[117428]: pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:51 smithi137 ceph-mon[117020]: pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:51 smithi066 ceph-mon[112137]: pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:52.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:52.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:52.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:52.757 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:52.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:52.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:52.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:52.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:53 smithi203 ceph-mon[117428]: pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:53 smithi137 ceph-mon[117020]: pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:53 smithi066 ceph-mon[112137]: pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:54 smithi203 ceph-mon[117428]: from='client.484992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:54 smithi137 ceph-mon[117020]: from='client.484992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:54 smithi066 ceph-mon[112137]: from='client.484992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:55 smithi203 ceph-mon[117428]: pgmap v17869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:55 smithi137 ceph-mon[117020]: pgmap v17869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:55 smithi066 ceph-mon[112137]: pgmap v17869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:57 smithi203 ceph-mon[117428]: pgmap v17870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:57.375 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:57 smithi137 ceph-mon[117020]: pgmap v17870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:57 smithi066 ceph-mon[112137]: pgmap v17870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:57.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:08:57.761 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:57.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:58.484 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:08:58.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:58.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:58.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:58.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:08:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:08:59 smithi203 ceph-mon[117428]: pgmap v17871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:08:59 smithi137 ceph-mon[117020]: pgmap v17871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:08:59 smithi066 ceph-mon[112137]: pgmap v17871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:00 smithi203 ceph-mon[117428]: from='client.485067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:00 smithi137 ceph-mon[117020]: from='client.485067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:00 smithi066 ceph-mon[112137]: from='client.485067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:01 smithi203 ceph-mon[117428]: pgmap v17872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:01 smithi137 ceph-mon[117020]: pgmap v17872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:01 smithi066 ceph-mon[112137]: pgmap v17872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:03 smithi203 ceph-mon[117428]: pgmap v17873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:03 smithi137 ceph-mon[117020]: pgmap v17873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:03.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:03.486 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:03 smithi066 ceph-mon[112137]: pgmap v17873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:03.486 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:04.205 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:04.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:04.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:04.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:04.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:04 smithi137 ceph-mon[117020]: pgmap v17874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:04.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:04 smithi137 ceph-mon[117020]: from='client.485139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:04 smithi066 ceph-mon[112137]: pgmap v17874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:04 smithi066 ceph-mon[112137]: from='client.485139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:04 smithi203 ceph-mon[117428]: pgmap v17874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:04 smithi203 ceph-mon[117428]: from='client.485139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:06 smithi137 ceph-mon[117020]: pgmap v17875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:06 smithi066 ceph-mon[112137]: pgmap v17875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:06.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:06 smithi203 ceph-mon[117428]: pgmap v17875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:09.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:09.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:09.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:09 smithi203 ceph-mon[117428]: pgmap v17876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:09 smithi137 ceph-mon[117020]: pgmap v17876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:09 smithi066 ceph-mon[112137]: pgmap v17876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:09.934 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:09.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:09.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:09.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:09.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:11 smithi203 ceph-mon[117428]: pgmap v17877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:11 smithi203 ceph-mon[117428]: from='client.485214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:11 smithi137 ceph-mon[117020]: pgmap v17877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:11 smithi137 ceph-mon[117020]: from='client.485214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:11 smithi066 ceph-mon[112137]: pgmap v17877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:11 smithi066 ceph-mon[112137]: from='client.485214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:13 smithi203 ceph-mon[117428]: pgmap v17878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:09:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:13 smithi137 ceph-mon[117020]: pgmap v17878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:09:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:13 smithi066 ceph-mon[112137]: pgmap v17878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:09:14.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:14.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:14.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:15 smithi203 ceph-mon[117428]: pgmap v17879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:09:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:15 smithi137 ceph-mon[117020]: pgmap v17879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:09:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:15 smithi066 ceph-mon[112137]: pgmap v17879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:09:15.672 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:15.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:15.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:15.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:15.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:17 smithi203 ceph-mon[117428]: pgmap v17880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:17 smithi203 ceph-mon[117428]: from='client.485292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:17 smithi137 ceph-mon[117020]: pgmap v17880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:17 smithi137 ceph-mon[117020]: from='client.485292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:17 smithi066 ceph-mon[112137]: pgmap v17880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:17 smithi066 ceph-mon[112137]: from='client.485292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:19 smithi203 ceph-mon[117428]: pgmap v17881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:19 smithi137 ceph-mon[117020]: pgmap v17881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:19 smithi066 ceph-mon[112137]: pgmap v17881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:20.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:20.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:20.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:21 smithi203 ceph-mon[117428]: pgmap v17882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:21 smithi137 ceph-mon[117020]: pgmap v17882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:21.413 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:21.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:21.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:21.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:21.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:21 smithi066 ceph-mon[112137]: pgmap v17882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:22.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:22 smithi203 ceph-mon[117428]: from='client.485367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:22.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:22 smithi137 ceph-mon[117020]: from='client.485367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:22 smithi066 ceph-mon[112137]: from='client.485367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:23 smithi203 ceph-mon[117428]: pgmap v17883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:23 smithi137 ceph-mon[117020]: pgmap v17883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:23 smithi066 ceph-mon[112137]: pgmap v17883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:25 smithi203 ceph-mon[117428]: pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:09:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:25 smithi137 ceph-mon[117020]: pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:09:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:25 smithi066 ceph-mon[112137]: pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:09:26.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:26.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:26.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:27.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:27.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:27.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:27.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:27.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:27 smithi203 ceph-mon[117428]: pgmap v17885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:09:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:27 smithi137 ceph-mon[117020]: pgmap v17885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:09:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:27 smithi066 ceph-mon[112137]: pgmap v17885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:09:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:28 smithi203 ceph-mon[117428]: from='client.485445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:09:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:09:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:09:28.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:09:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:28 smithi137 ceph-mon[117020]: from='client.485445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:09:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:09:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:09:28.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:09:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:28 smithi066 ceph-mon[112137]: from='client.485445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:09:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:09:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:09:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:09:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:29 smithi203 ceph-mon[117428]: pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:29 smithi137 ceph-mon[117020]: pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:29 smithi066 ceph-mon[112137]: pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:31 smithi203 ceph-mon[117428]: pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:31 smithi137 ceph-mon[117020]: pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:31 smithi066 ceph-mon[112137]: pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:32.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:32.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:32.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:32.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:32.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:32.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:32.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:32.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:33 smithi203 ceph-mon[117428]: pgmap v17888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:33 smithi137 ceph-mon[117020]: pgmap v17888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:33 smithi066 ceph-mon[112137]: pgmap v17888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:34.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:34 smithi203 ceph-mon[117428]: from='client.485523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:34 smithi137 ceph-mon[117020]: from='client.485523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:34 smithi066 ceph-mon[112137]: from='client.485523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:35 smithi203 ceph-mon[117428]: pgmap v17889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:35 smithi137 ceph-mon[117020]: pgmap v17889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:35 smithi066 ceph-mon[112137]: pgmap v17889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:37 smithi203 ceph-mon[117428]: pgmap v17890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:37 smithi137 ceph-mon[117020]: pgmap v17890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:37 smithi066 ceph-mon[112137]: pgmap v17890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:37.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:37.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:37.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:38.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:38.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:38.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:38.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:38.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:39 smithi203 ceph-mon[117428]: pgmap v17891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:39 smithi137 ceph-mon[117020]: pgmap v17891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:39 smithi066 ceph-mon[112137]: pgmap v17891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:40 smithi203 ceph-mon[117428]: from='client.485595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:40 smithi203 ceph-mon[117428]: pgmap v17892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:40 smithi137 ceph-mon[117020]: from='client.485595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:40 smithi137 ceph-mon[117020]: pgmap v17892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:40 smithi066 ceph-mon[112137]: from='client.485595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:40 smithi066 ceph-mon[112137]: pgmap v17892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:42 smithi137 ceph-mon[117020]: pgmap v17893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:42.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:42 smithi066 ceph-mon[112137]: pgmap v17893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:42.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:42 smithi203 ceph-mon[117428]: pgmap v17893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:43.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:43.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:43.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:44.321 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:44.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:44.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:44.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:44.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:45 smithi203 ceph-mon[117428]: pgmap v17894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:45 smithi203 ceph-mon[117428]: from='client.485673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:45 smithi137 ceph-mon[117020]: pgmap v17894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:45 smithi137 ceph-mon[117020]: from='client.485673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:45 smithi066 ceph-mon[112137]: pgmap v17894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:45 smithi066 ceph-mon[112137]: from='client.485673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:47 smithi203 ceph-mon[117428]: pgmap v17895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:47 smithi137 ceph-mon[117020]: pgmap v17895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:47 smithi066 ceph-mon[112137]: pgmap v17895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:49 smithi203 ceph-mon[117428]: pgmap v17896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:49.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:49.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:49.322 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:49 smithi137 ceph-mon[117020]: pgmap v17896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:49 smithi066 ceph-mon[112137]: pgmap v17896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:50.046 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:50.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:50.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:50.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:50.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:51 smithi203 ceph-mon[117428]: pgmap v17897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:51 smithi203 ceph-mon[117428]: from='client.485748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:51 smithi137 ceph-mon[117020]: pgmap v17897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:51 smithi137 ceph-mon[117020]: from='client.485748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:51 smithi066 ceph-mon[112137]: pgmap v17897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:51 smithi066 ceph-mon[112137]: from='client.485748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:53 smithi203 ceph-mon[117428]: pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:09:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:53 smithi137 ceph-mon[117020]: pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:09:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:53 smithi066 ceph-mon[112137]: pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:09:55.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:09:55.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:55.048 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:55 smithi203 ceph-mon[117428]: pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:09:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:55 smithi137 ceph-mon[117020]: pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:09:55.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:55 smithi066 ceph-mon[112137]: pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:09:55.781 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:55.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:55.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:55.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:09:55.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:09:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:57 smithi203 ceph-mon[117428]: pgmap v17900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:57 smithi203 ceph-mon[117428]: from='client.485823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:57 smithi137 ceph-mon[117020]: pgmap v17900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:57 smithi137 ceph-mon[117020]: from='client.485823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:57 smithi066 ceph-mon[112137]: pgmap v17900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:57 smithi066 ceph-mon[112137]: from='client.485823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:09:59 smithi203 ceph-mon[117428]: pgmap v17901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:09:59 smithi137 ceph-mon[117020]: pgmap v17901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:09:59 smithi066 ceph-mon[112137]: pgmap v17901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T03:10:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T03:10:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T03:10:00.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:00.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:00.783 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:01 smithi203 ceph-mon[117428]: pgmap v17902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:01 smithi137 ceph-mon[117020]: pgmap v17902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:01 smithi066 ceph-mon[112137]: pgmap v17902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:01.511 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:01.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:01.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:01.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:01.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:03 smithi203 ceph-mon[117428]: from='client.485898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:03 smithi203 ceph-mon[117428]: pgmap v17903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:03 smithi137 ceph-mon[117020]: from='client.485898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:03 smithi137 ceph-mon[117020]: pgmap v17903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:03 smithi066 ceph-mon[112137]: from='client.485898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:03 smithi066 ceph-mon[112137]: pgmap v17903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:05 smithi203 ceph-mon[117428]: pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:10:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:05 smithi137 ceph-mon[117020]: pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:10:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:05 smithi066 ceph-mon[112137]: pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:10:06.513 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:06.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:06.514 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:07.243 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:07.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:07.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:07.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:07.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:07 smithi203 ceph-mon[117428]: pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:10:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:07 smithi137 ceph-mon[117020]: pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:10:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:07 smithi066 ceph-mon[112137]: pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:10:08.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:08 smithi203 ceph-mon[117428]: from='client.485967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:08.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:08 smithi137 ceph-mon[117020]: from='client.485967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:08.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:08 smithi066 ceph-mon[112137]: from='client.485967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:09 smithi203 ceph-mon[117428]: pgmap v17906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:09 smithi137 ceph-mon[117020]: pgmap v17906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:09 smithi066 ceph-mon[112137]: pgmap v17906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:11 smithi203 ceph-mon[117428]: pgmap v17907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:11 smithi137 ceph-mon[117020]: pgmap v17907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:11 smithi066 ceph-mon[112137]: pgmap v17907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:12.245 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:12.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:12.245 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:12.973 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:12.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:12.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:12.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:12.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:13 smithi203 ceph-mon[117428]: pgmap v17908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:13 smithi137 ceph-mon[117020]: pgmap v17908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:13 smithi066 ceph-mon[112137]: pgmap v17908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:14 smithi203 ceph-mon[117428]: from='client.486042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:14 smithi137 ceph-mon[117020]: from='client.486042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:14 smithi066 ceph-mon[112137]: from='client.486042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:15 smithi203 ceph-mon[117428]: pgmap v17909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:15 smithi137 ceph-mon[117020]: pgmap v17909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:15 smithi066 ceph-mon[112137]: pgmap v17909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:16.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:16 smithi137 ceph-mon[117020]: pgmap v17910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:16 smithi066 ceph-mon[112137]: pgmap v17910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:16 smithi203 ceph-mon[117428]: pgmap v17910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:17.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:17.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:17.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:18.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:18.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:18.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:18.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:18.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:19 smithi203 ceph-mon[117428]: pgmap v17911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:19 smithi137 ceph-mon[117020]: pgmap v17911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:19 smithi066 ceph-mon[112137]: pgmap v17911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:20.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:20 smithi203 ceph-mon[117428]: from='client.486117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:20 smithi137 ceph-mon[117020]: from='client.486117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:20 smithi066 ceph-mon[112137]: from='client.486117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:21 smithi203 ceph-mon[117428]: pgmap v17912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:21 smithi137 ceph-mon[117020]: pgmap v17912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:21 smithi066 ceph-mon[112137]: pgmap v17912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:23 smithi203 ceph-mon[117428]: pgmap v17913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:23 smithi137 ceph-mon[117020]: pgmap v17913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:23 smithi066 ceph-mon[112137]: pgmap v17913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:23.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:23.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:23.707 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:24.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:24.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:24.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:24.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:24.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:25 smithi203 ceph-mon[117428]: pgmap v17914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:25 smithi137 ceph-mon[117020]: pgmap v17914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:25 smithi066 ceph-mon[112137]: pgmap v17914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:26.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:26 smithi203 ceph-mon[117428]: from='client.486192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:26.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:26 smithi137 ceph-mon[117020]: from='client.486192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:26 smithi066 ceph-mon[112137]: from='client.486192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:27 smithi203 ceph-mon[117428]: pgmap v17915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:27 smithi137 ceph-mon[117020]: pgmap v17915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:27 smithi066 ceph-mon[112137]: pgmap v17915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: pgmap v17916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:10:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:10:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:10:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: pgmap v17916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:10:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:10:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:10:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:29.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:29.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: pgmap v17916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:10:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:10:30.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:30.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:30.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:30.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:30.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:31 smithi203 ceph-mon[117428]: pgmap v17917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:31 smithi203 ceph-mon[117428]: from='client.486264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:31 smithi137 ceph-mon[117020]: pgmap v17917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:31 smithi137 ceph-mon[117020]: from='client.486264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:31 smithi066 ceph-mon[112137]: pgmap v17917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:31 smithi066 ceph-mon[112137]: from='client.486264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:33 smithi203 ceph-mon[117428]: pgmap v17918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:33 smithi137 ceph-mon[117020]: pgmap v17918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:33 smithi066 ceph-mon[112137]: pgmap v17918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:35.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:35.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:35.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:35 smithi203 ceph-mon[117428]: pgmap v17919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:35 smithi137 ceph-mon[117020]: pgmap v17919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:35 smithi066 ceph-mon[112137]: pgmap v17919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:35.913 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:35.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:35.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:35.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:35.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:37 smithi203 ceph-mon[117428]: pgmap v17920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:37 smithi203 ceph-mon[117428]: from='client.486339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:37 smithi137 ceph-mon[117020]: pgmap v17920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:37 smithi137 ceph-mon[117020]: from='client.486339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:37 smithi066 ceph-mon[112137]: pgmap v17920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:37 smithi066 ceph-mon[112137]: from='client.486339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:39 smithi203 ceph-mon[117428]: pgmap v17921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:39 smithi137 ceph-mon[117020]: pgmap v17921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:39 smithi066 ceph-mon[112137]: pgmap v17921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:40.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:40.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:40.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:41 smithi203 ceph-mon[117428]: pgmap v17922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:41 smithi137 ceph-mon[117020]: pgmap v17922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:41 smithi066 ceph-mon[112137]: pgmap v17922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:41.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:41.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:41.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:41.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:41.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:43 smithi203 ceph-mon[117428]: from='client.486411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:43 smithi203 ceph-mon[117428]: pgmap v17923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:43 smithi137 ceph-mon[117020]: from='client.486411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:43 smithi137 ceph-mon[117020]: pgmap v17923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:43 smithi066 ceph-mon[112137]: from='client.486411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:43 smithi066 ceph-mon[112137]: pgmap v17923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:44 smithi066 ceph-mon[112137]: pgmap v17924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:44 smithi203 ceph-mon[117428]: pgmap v17924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:44 smithi137 ceph-mon[117020]: pgmap v17924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:46 smithi137 ceph-mon[117020]: pgmap v17925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:46.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:46.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:46.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:46 smithi066 ceph-mon[112137]: pgmap v17925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:46.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:46 smithi203 ceph-mon[117428]: pgmap v17925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:47.370 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:47.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:47.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:47.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:47.370 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:47 smithi137 ceph-mon[117020]: from='client.486489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:47 smithi066 ceph-mon[112137]: from='client.486489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:47.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:47 smithi203 ceph-mon[117428]: from='client.486489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:49 smithi203 ceph-mon[117428]: pgmap v17926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:49 smithi137 ceph-mon[117020]: pgmap v17926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:49 smithi066 ceph-mon[112137]: pgmap v17926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:51 smithi203 ceph-mon[117428]: pgmap v17927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:51 smithi137 ceph-mon[117020]: pgmap v17927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:51 smithi066 ceph-mon[112137]: pgmap v17927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:52.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:52.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:52.372 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:53.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:53.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:53.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:53.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:53.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:53.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:53 smithi203 ceph-mon[117428]: pgmap v17928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:53 smithi137 ceph-mon[117020]: pgmap v17928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:53 smithi066 ceph-mon[112137]: pgmap v17928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:54.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:54 smithi203 ceph-mon[117428]: from='client.486564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:54.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:54 smithi137 ceph-mon[117020]: from='client.486564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:54 smithi066 ceph-mon[112137]: from='client.486564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:55.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:55 smithi203 ceph-mon[117428]: pgmap v17929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:55 smithi137 ceph-mon[117020]: pgmap v17929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:55 smithi066 ceph-mon[112137]: pgmap v17929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:57.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:57 smithi203 ceph-mon[117428]: pgmap v17930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:57 smithi137 ceph-mon[117020]: pgmap v17930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:57 smithi066 ceph-mon[112137]: pgmap v17930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:58.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:10:58.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:58.109 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:58.832 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:10:58.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:58.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:58.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:58.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:10:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:10:59 smithi203 ceph-mon[117428]: pgmap v17931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:10:59 smithi137 ceph-mon[117020]: pgmap v17931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:10:59 smithi066 ceph-mon[112137]: pgmap v17931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:00 smithi203 ceph-mon[117428]: from='client.486639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:00 smithi137 ceph-mon[117020]: from='client.486639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:00 smithi066 ceph-mon[112137]: from='client.486639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:01 smithi203 ceph-mon[117428]: pgmap v17932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:01 smithi137 ceph-mon[117020]: pgmap v17932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:01 smithi066 ceph-mon[112137]: pgmap v17932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:03 smithi203 ceph-mon[117428]: pgmap v17933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:03 smithi137 ceph-mon[117020]: pgmap v17933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:03 smithi066 ceph-mon[112137]: pgmap v17933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:03.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:03.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:03.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:04.569 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:04.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:04.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:04.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:04.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:05 smithi203 ceph-mon[117428]: pgmap v17934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:05 smithi137 ceph-mon[117020]: pgmap v17934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:05 smithi066 ceph-mon[112137]: pgmap v17934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:06 smithi137 ceph-mon[117020]: from='client.486714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:06 smithi066 ceph-mon[112137]: from='client.486714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:06 smithi203 ceph-mon[117428]: from='client.486714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:07 smithi137 ceph-mon[117020]: pgmap v17935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:07 smithi066 ceph-mon[112137]: pgmap v17935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:07 smithi203 ceph-mon[117428]: pgmap v17935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:09 smithi203 ceph-mon[117428]: pgmap v17936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:09 smithi137 ceph-mon[117020]: pgmap v17936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:09 smithi066 ceph-mon[112137]: pgmap v17936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:09.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:09.572 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:09.572 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:10.293 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:10.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:10.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:10.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:10.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:11 smithi203 ceph-mon[117428]: pgmap v17937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:11 smithi203 ceph-mon[117428]: from='client.486792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:11 smithi137 ceph-mon[117020]: pgmap v17937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:11 smithi137 ceph-mon[117020]: from='client.486792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:11 smithi066 ceph-mon[112137]: pgmap v17937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:11 smithi066 ceph-mon[112137]: from='client.486792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:13 smithi203 ceph-mon[117428]: pgmap v17938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:13 smithi137 ceph-mon[117020]: pgmap v17938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:13 smithi066 ceph-mon[112137]: pgmap v17938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:15.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:15.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:15.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:15 smithi203 ceph-mon[117428]: pgmap v17939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:15 smithi137 ceph-mon[117020]: pgmap v17939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:15 smithi066 ceph-mon[112137]: pgmap v17939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:16.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:16.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:16.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:16.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:16.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:17 smithi203 ceph-mon[117428]: pgmap v17940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:17 smithi203 ceph-mon[117428]: from='client.486864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:17 smithi137 ceph-mon[117020]: pgmap v17940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:17 smithi137 ceph-mon[117020]: from='client.486864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:17 smithi066 ceph-mon[112137]: pgmap v17940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:17 smithi066 ceph-mon[112137]: from='client.486864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:19.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:19 smithi203 ceph-mon[117428]: pgmap v17941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:19 smithi137 ceph-mon[117020]: pgmap v17941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:19 smithi066 ceph-mon[112137]: pgmap v17941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:21.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:21.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:21.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:21.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:21 smithi203 ceph-mon[117428]: pgmap v17942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:21 smithi137 ceph-mon[117020]: pgmap v17942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:21 smithi066 ceph-mon[112137]: pgmap v17942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:21.745 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:21.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:21.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:21.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:21.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:23 smithi203 ceph-mon[117428]: pgmap v17943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:23.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:23 smithi203 ceph-mon[117428]: from='client.486939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:23 smithi137 ceph-mon[117020]: pgmap v17943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:23 smithi137 ceph-mon[117020]: from='client.486939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:23 smithi066 ceph-mon[112137]: pgmap v17943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:23 smithi066 ceph-mon[112137]: from='client.486939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:25 smithi203 ceph-mon[117428]: pgmap v17944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:25 smithi137 ceph-mon[117020]: pgmap v17944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:25 smithi066 ceph-mon[112137]: pgmap v17944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:26.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:26.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:26.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:27 smithi203 ceph-mon[117428]: pgmap v17945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:27 smithi137 ceph-mon[117020]: pgmap v17945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:27.482 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:27.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:27.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:27.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:27.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:27.485 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:27 smithi066 ceph-mon[112137]: pgmap v17945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:29 smithi203 ceph-mon[117428]: from='client.487014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:29 smithi203 ceph-mon[117428]: pgmap v17946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:29 smithi137 ceph-mon[117020]: from='client.487014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:29 smithi137 ceph-mon[117020]: pgmap v17946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:29 smithi066 ceph-mon[112137]: from='client.487014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:29 smithi066 ceph-mon[112137]: pgmap v17946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:11:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:11:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:11:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:11:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:11:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:11:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:11:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:11:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:11:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:11:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:11:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:11:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:31 smithi203 ceph-mon[117428]: pgmap v17947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:31 smithi137 ceph-mon[117020]: pgmap v17947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:31 smithi066 ceph-mon[112137]: pgmap v17947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:32.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:32.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:32.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:33.214 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:33.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:33.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:33.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:33.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:33 smithi203 ceph-mon[117428]: pgmap v17948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:33 smithi137 ceph-mon[117020]: pgmap v17948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:33 smithi066 ceph-mon[112137]: pgmap v17948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:34 smithi137 ceph-mon[117020]: from='client.487089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:34 smithi066 ceph-mon[112137]: from='client.487089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:34 smithi203 ceph-mon[117428]: from='client.487089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:35 smithi137 ceph-mon[117020]: pgmap v17949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:35 smithi066 ceph-mon[112137]: pgmap v17949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:35 smithi203 ceph-mon[117428]: pgmap v17949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:36 smithi066 ceph-mon[112137]: pgmap v17950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:36 smithi203 ceph-mon[117428]: pgmap v17950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:36 smithi137 ceph-mon[117020]: pgmap v17950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:38.216 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:38.217 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:38.217 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:38.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:38.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:38.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:38.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:38.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:39 smithi203 ceph-mon[117428]: pgmap v17951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:39 smithi137 ceph-mon[117020]: pgmap v17951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:39 smithi066 ceph-mon[112137]: pgmap v17951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:40.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:40 smithi203 ceph-mon[117428]: from='client.487161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:40 smithi137 ceph-mon[117020]: from='client.487161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:40 smithi066 ceph-mon[112137]: from='client.487161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:41.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:41 smithi203 ceph-mon[117428]: pgmap v17952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:41 smithi137 ceph-mon[117020]: pgmap v17952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:41 smithi066 ceph-mon[112137]: pgmap v17952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:43.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:43 smithi203 ceph-mon[117428]: pgmap v17953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:43 smithi137 ceph-mon[117020]: pgmap v17953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:43 smithi066 ceph-mon[112137]: pgmap v17953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:43.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:43.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:43.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:44.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:44.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:44.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:44.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:44.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:45.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:45 smithi203 ceph-mon[117428]: pgmap v17954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:45 smithi137 ceph-mon[117020]: pgmap v17954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:45 smithi066 ceph-mon[112137]: pgmap v17954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:46.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:46 smithi203 ceph-mon[117428]: from='client.487233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:46.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:46 smithi137 ceph-mon[117020]: from='client.487233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:46 smithi066 ceph-mon[112137]: from='client.487233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:47.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:47 smithi203 ceph-mon[117428]: pgmap v17955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:47 smithi137 ceph-mon[117020]: pgmap v17955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:47 smithi066 ceph-mon[112137]: pgmap v17955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:49 smithi203 ceph-mon[117428]: pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:49 smithi137 ceph-mon[117020]: pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:49 smithi066 ceph-mon[112137]: pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:49.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:49.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:49.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:50.393 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:50.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:50.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:50.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:50.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:51 smithi203 ceph-mon[117428]: pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:51 smithi203 ceph-mon[117428]: from='client.487308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:51 smithi137 ceph-mon[117020]: pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:51 smithi137 ceph-mon[117020]: from='client.487308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:51 smithi066 ceph-mon[112137]: pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:51 smithi066 ceph-mon[112137]: from='client.487308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:53 smithi137 ceph-mon[117020]: pgmap v17958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:53 smithi066 ceph-mon[112137]: pgmap v17958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:53 smithi203 ceph-mon[117428]: pgmap v17958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:55 smithi137 ceph-mon[117020]: pgmap v17959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:55.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:11:55.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:55.395 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:55 smithi066 ceph-mon[112137]: pgmap v17959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:55 smithi203 ceph-mon[117428]: pgmap v17959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:56.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:56.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:56.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:56.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:11:56.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:11:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:57 smithi137 ceph-mon[117020]: pgmap v17960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:57 smithi137 ceph-mon[117020]: from='client.487383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:57 smithi066 ceph-mon[112137]: pgmap v17960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:57 smithi066 ceph-mon[112137]: from='client.487383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:57 smithi203 ceph-mon[117428]: pgmap v17960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:57 smithi203 ceph-mon[117428]: from='client.487383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:11:59 smithi137 ceph-mon[117020]: pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:11:59 smithi066 ceph-mon[112137]: pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:11:59 smithi203 ceph-mon[117428]: pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:00 smithi066 ceph-mon[112137]: pgmap v17962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:00 smithi203 ceph-mon[117428]: pgmap v17962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:00.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:00 smithi137 ceph-mon[117020]: pgmap v17962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:01.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:01.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:01.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:01.848 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:01.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:02 smithi066 ceph-mon[112137]: pgmap v17963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:02 smithi066 ceph-mon[112137]: from='client.487458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:02 smithi203 ceph-mon[117428]: pgmap v17963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:02 smithi203 ceph-mon[117428]: from='client.487458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:02.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:02 smithi137 ceph-mon[117020]: pgmap v17963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:02 smithi137 ceph-mon[117020]: from='client.487458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:05.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:05 smithi203 ceph-mon[117428]: pgmap v17964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:05 smithi137 ceph-mon[117020]: pgmap v17964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:05 smithi066 ceph-mon[112137]: pgmap v17964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:06.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:06.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:06.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:07.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:07 smithi203 ceph-mon[117428]: pgmap v17965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:07 smithi137 ceph-mon[117020]: pgmap v17965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:07 smithi066 ceph-mon[112137]: pgmap v17965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:07.573 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:07.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:07.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:07.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:07.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:09.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:09 smithi203 ceph-mon[117428]: from='client.487533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:09 smithi203 ceph-mon[117428]: pgmap v17966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:09 smithi137 ceph-mon[117020]: from='client.487533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:09 smithi137 ceph-mon[117020]: pgmap v17966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:09 smithi066 ceph-mon[112137]: from='client.487533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:09 smithi066 ceph-mon[112137]: pgmap v17966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:11.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:11 smithi203 ceph-mon[117428]: pgmap v17967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:11 smithi137 ceph-mon[117020]: pgmap v17967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:11 smithi066 ceph-mon[112137]: pgmap v17967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:12.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:12.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:12.575 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:13.310 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:13.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:13.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:13.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:13.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:13.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:13 smithi203 ceph-mon[117428]: pgmap v17968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:13 smithi137 ceph-mon[117020]: pgmap v17968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:13 smithi066 ceph-mon[112137]: pgmap v17968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:14.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:14 smithi203 ceph-mon[117428]: from='client.487608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:14 smithi137 ceph-mon[117020]: from='client.487608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:14 smithi066 ceph-mon[112137]: from='client.487608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:15.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:15 smithi203 ceph-mon[117428]: pgmap v17969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:15 smithi137 ceph-mon[117020]: pgmap v17969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:15 smithi066 ceph-mon[112137]: pgmap v17969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:17.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:17 smithi203 ceph-mon[117428]: pgmap v17970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:17 smithi137 ceph-mon[117020]: pgmap v17970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:17 smithi066 ceph-mon[112137]: pgmap v17970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:18.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:18.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:18.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:19.035 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:19.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:19.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:19.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:19.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:19 smithi137 ceph-mon[117020]: pgmap v17971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:19 smithi066 ceph-mon[112137]: pgmap v17971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:19 smithi203 ceph-mon[117428]: pgmap v17971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:20 smithi137 ceph-mon[117020]: from='client.487680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:20 smithi066 ceph-mon[112137]: from='client.487680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:20 smithi203 ceph-mon[117428]: from='client.487680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:21 smithi137 ceph-mon[117020]: pgmap v17972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:21 smithi066 ceph-mon[112137]: pgmap v17972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:21 smithi203 ceph-mon[117428]: pgmap v17972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:23 smithi137 ceph-mon[117020]: pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:23 smithi066 ceph-mon[112137]: pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:23 smithi203 ceph-mon[117428]: pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:24.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:24.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:24.038 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:24.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:24 smithi137 ceph-mon[117020]: pgmap v17974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:24 smithi066 ceph-mon[112137]: pgmap v17974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:24 smithi203 ceph-mon[117428]: pgmap v17974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:24.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:24.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:24.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:24.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:24.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:25 smithi137 ceph-mon[117020]: from='client.487755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:25 smithi066 ceph-mon[112137]: from='client.487755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:25 smithi203 ceph-mon[117428]: from='client.487755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:26 smithi137 ceph-mon[117020]: pgmap v17975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:26 smithi066 ceph-mon[112137]: pgmap v17975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:26 smithi203 ceph-mon[117428]: pgmap v17975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:29 smithi203 ceph-mon[117428]: pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:29 smithi137 ceph-mon[117020]: pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:29 smithi066 ceph-mon[112137]: pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:29.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:29.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:29.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:30.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:12:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:12:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:12:30.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:30.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:30.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:30.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:30.535 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:31 smithi203 ceph-mon[117428]: pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:31.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:31 smithi137 ceph-mon[117020]: pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:31 smithi066 ceph-mon[112137]: pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='client.487824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:12:32.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:12:32.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='client.487824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:12:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:12:32.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='client.487824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:12:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:12:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:12:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:12:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:33 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21042M 2023-12-08T03:12:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:33 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16734M 2023-12-08T03:12:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:33 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 14838M 2023-12-08T03:12:33.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:33 smithi203 ceph-mon[117428]: pgmap v17978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:33 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21042M 2023-12-08T03:12:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:33 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16734M 2023-12-08T03:12:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:33 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 14838M 2023-12-08T03:12:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:33 smithi137 ceph-mon[117020]: pgmap v17978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:33 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21042M 2023-12-08T03:12:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:33 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16734M 2023-12-08T03:12:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:33 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 14838M 2023-12-08T03:12:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:33 smithi066 ceph-mon[112137]: pgmap v17978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:35.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:35 smithi203 ceph-mon[117428]: pgmap v17979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:35 smithi137 ceph-mon[117020]: pgmap v17979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:35 smithi066 ceph-mon[112137]: pgmap v17979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:35.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:35.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:35.537 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:36.273 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:36.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:37 smithi203 ceph-mon[117428]: pgmap v17980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:37.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:37 smithi203 ceph-mon[117428]: from='client.487893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:37 smithi137 ceph-mon[117020]: pgmap v17980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:37 smithi137 ceph-mon[117020]: from='client.487893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:37 smithi066 ceph-mon[112137]: pgmap v17980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:37.507 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:37 smithi066 ceph-mon[112137]: from='client.487893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:39.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:39 smithi203 ceph-mon[117428]: pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:39 smithi137 ceph-mon[117020]: pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:39 smithi066 ceph-mon[112137]: pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:41.278 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:41.278 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:41.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:41 smithi137 ceph-mon[117020]: pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:41 smithi066 ceph-mon[112137]: pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:41 smithi203 ceph-mon[117428]: pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:41.996 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:41.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:41.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:41.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:41.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:43 smithi137 ceph-mon[117020]: pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:43 smithi137 ceph-mon[117020]: from='client.487971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:43 smithi066 ceph-mon[112137]: pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:43 smithi066 ceph-mon[112137]: from='client.487971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:43 smithi203 ceph-mon[117428]: pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:43 smithi203 ceph-mon[117428]: from='client.487971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:45 smithi137 ceph-mon[117020]: pgmap v17984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:45 smithi066 ceph-mon[112137]: pgmap v17984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:45 smithi203 ceph-mon[117428]: pgmap v17984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:46.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:46.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:46.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:47 smithi137 ceph-mon[117020]: pgmap v17985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:47 smithi066 ceph-mon[112137]: pgmap v17985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:47 smithi203 ceph-mon[117428]: pgmap v17985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:47.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:47.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:47.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:47.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:47.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:49 smithi137 ceph-mon[117020]: pgmap v17986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:49 smithi137 ceph-mon[117020]: from='client.488049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:49 smithi066 ceph-mon[112137]: pgmap v17986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:49 smithi066 ceph-mon[112137]: from='client.488049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:49 smithi203 ceph-mon[117428]: pgmap v17986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:49 smithi203 ceph-mon[117428]: from='client.488049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:51 smithi137 ceph-mon[117020]: pgmap v17987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:51 smithi066 ceph-mon[112137]: pgmap v17987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:51 smithi203 ceph-mon[117428]: pgmap v17987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:52.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:52.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:52.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:53 smithi137 ceph-mon[117020]: pgmap v17988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:53.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:53.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:53.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:53.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:53.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:53 smithi066 ceph-mon[112137]: pgmap v17988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:53 smithi203 ceph-mon[117428]: pgmap v17988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:55 smithi137 ceph-mon[117020]: from='client.488124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:55 smithi137 ceph-mon[117020]: pgmap v17989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:55 smithi066 ceph-mon[112137]: from='client.488124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:55 smithi066 ceph-mon[112137]: pgmap v17989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:55 smithi203 ceph-mon[117428]: from='client.488124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:55 smithi203 ceph-mon[117428]: pgmap v17989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:56.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:56 smithi137 ceph-mon[117020]: pgmap v17990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:56 smithi066 ceph-mon[112137]: pgmap v17990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:56 smithi203 ceph-mon[117428]: pgmap v17990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:58.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:12:58.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:58.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:59.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:12:59.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:59.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:59.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:59.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:12:59.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:12:59 smithi203 ceph-mon[117428]: pgmap v17991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:12:59 smithi137 ceph-mon[117020]: pgmap v17991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:12:59 smithi066 ceph-mon[112137]: pgmap v17991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:00.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:00 smithi203 ceph-mon[117428]: from='client.488196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:00.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:00 smithi137 ceph-mon[117020]: from='client.488196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:00 smithi066 ceph-mon[112137]: from='client.488196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:01.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:01 smithi203 ceph-mon[117428]: pgmap v17992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:01 smithi137 ceph-mon[117020]: pgmap v17992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:01 smithi066 ceph-mon[112137]: pgmap v17992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:03.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:03 smithi203 ceph-mon[117428]: pgmap v17993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:03 smithi137 ceph-mon[117020]: pgmap v17993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:03 smithi066 ceph-mon[112137]: pgmap v17993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:04.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:04.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:04.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:04.914 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:04.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:04.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:04.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:04.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:05 smithi137 ceph-mon[117020]: pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:05 smithi066 ceph-mon[112137]: pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:05 smithi203 ceph-mon[117428]: pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:06 smithi137 ceph-mon[117020]: from='client.488271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:06 smithi066 ceph-mon[112137]: from='client.488271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:06 smithi203 ceph-mon[117428]: from='client.488271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:07 smithi137 ceph-mon[117020]: pgmap v17995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:13:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:07 smithi066 ceph-mon[112137]: pgmap v17995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:13:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:07 smithi203 ceph-mon[117428]: pgmap v17995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:13:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:09 smithi137 ceph-mon[117020]: pgmap v17996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:13:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:09 smithi066 ceph-mon[112137]: pgmap v17996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:13:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:09 smithi203 ceph-mon[117428]: pgmap v17996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:13:09.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:09.916 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:09.916 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:10.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:10.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:10.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:10.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:10.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:11 smithi137 ceph-mon[117020]: pgmap v17997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:13:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:11 smithi066 ceph-mon[112137]: pgmap v17997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:13:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:11 smithi203 ceph-mon[117428]: pgmap v17997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:13:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:12 smithi137 ceph-mon[117020]: from='client.488346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:12 smithi066 ceph-mon[112137]: from='client.488346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:12 smithi203 ceph-mon[117428]: from='client.488346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:13 smithi137 ceph-mon[117020]: pgmap v17998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:13 smithi066 ceph-mon[112137]: pgmap v17998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:13 smithi203 ceph-mon[117428]: pgmap v17998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:15 smithi137 ceph-mon[117020]: pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:15 smithi066 ceph-mon[112137]: pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:15 smithi203 ceph-mon[117428]: pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:15.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:15.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:15.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:16.397 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:16.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:16.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:16.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:16.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:17 smithi137 ceph-mon[117020]: pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:17 smithi137 ceph-mon[117020]: from='client.488421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:17 smithi066 ceph-mon[112137]: pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:17 smithi066 ceph-mon[112137]: from='client.488421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:17 smithi203 ceph-mon[117428]: pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:17 smithi203 ceph-mon[117428]: from='client.488421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:19 smithi137 ceph-mon[117020]: pgmap v18001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:13:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:19 smithi066 ceph-mon[112137]: pgmap v18001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:13:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:19 smithi203 ceph-mon[117428]: pgmap v18001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:13:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:20 smithi137 ceph-mon[117020]: pgmap v18002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:13:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:20 smithi066 ceph-mon[112137]: pgmap v18002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:13:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:20 smithi203 ceph-mon[117428]: pgmap v18002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:13:21.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:21.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:21.400 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:22.133 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:22.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:22.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:22.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:22.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:22 smithi066 ceph-mon[112137]: pgmap v18003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:13:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:22 smithi066 ceph-mon[112137]: from='client.488496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:22 smithi203 ceph-mon[117428]: pgmap v18003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:13:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:22 smithi203 ceph-mon[117428]: from='client.488496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:22 smithi137 ceph-mon[117020]: pgmap v18003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:13:22.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:22 smithi137 ceph-mon[117020]: from='client.488496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:25.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:25 smithi203 ceph-mon[117428]: pgmap v18004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:25 smithi137 ceph-mon[117020]: pgmap v18004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:25 smithi066 ceph-mon[112137]: pgmap v18004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:27.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:27.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:27.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:27.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:27 smithi203 ceph-mon[117428]: pgmap v18005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:27 smithi137 ceph-mon[117020]: pgmap v18005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:27 smithi066 ceph-mon[112137]: pgmap v18005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:27.863 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:27.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:27.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:27.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:27.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:29 smithi203 ceph-mon[117428]: pgmap v18006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:29.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:29 smithi203 ceph-mon[117428]: from='client.488571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:29 smithi137 ceph-mon[117020]: pgmap v18006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:29 smithi137 ceph-mon[117020]: from='client.488571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:29 smithi066 ceph-mon[112137]: pgmap v18006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:29 smithi066 ceph-mon[112137]: from='client.488571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:31 smithi137 ceph-mon[117020]: pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:31 smithi066 ceph-mon[112137]: pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:31 smithi203 ceph-mon[117428]: pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:13:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:13:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:13:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:13:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:13:32.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:13:32.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:13:32.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:13:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:13:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:13:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:13:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:13:32.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:32.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:32.866 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:33 smithi137 ceph-mon[117020]: pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:33 smithi066 ceph-mon[112137]: pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:33 smithi203 ceph-mon[117428]: pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:33.590 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:33.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:33.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:33.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:33.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:35 smithi137 ceph-mon[117020]: from='client.488646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:35 smithi137 ceph-mon[117020]: pgmap v18009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:35 smithi066 ceph-mon[112137]: from='client.488646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:35 smithi066 ceph-mon[112137]: pgmap v18009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:35 smithi203 ceph-mon[117428]: from='client.488646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:35 smithi203 ceph-mon[117428]: pgmap v18009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:37 smithi137 ceph-mon[117020]: pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:37 smithi066 ceph-mon[112137]: pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:37 smithi203 ceph-mon[117428]: pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:38.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:38.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:38.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:39.317 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:39.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:39.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:39.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:39.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:39 smithi137 ceph-mon[117020]: pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:39 smithi066 ceph-mon[112137]: pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:39 smithi203 ceph-mon[117428]: pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:40.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:40 smithi137 ceph-mon[117020]: from='client.488724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:40.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:40 smithi066 ceph-mon[112137]: from='client.488724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:40 smithi203 ceph-mon[117428]: from='client.488724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:41 smithi137 ceph-mon[117020]: pgmap v18012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:41 smithi066 ceph-mon[112137]: pgmap v18012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:41 smithi203 ceph-mon[117428]: pgmap v18012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:43 smithi137 ceph-mon[117020]: pgmap v18013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:43 smithi066 ceph-mon[112137]: pgmap v18013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:43 smithi203 ceph-mon[117428]: pgmap v18013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:44.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:44.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:44.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:45.049 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:45.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:45.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:45.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:45.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:45 smithi137 ceph-mon[117020]: pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:45 smithi066 ceph-mon[112137]: pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:45 smithi203 ceph-mon[117428]: pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:46.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:46 smithi137 ceph-mon[117020]: from='client.488799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:46 smithi066 ceph-mon[112137]: from='client.488799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:46 smithi203 ceph-mon[117428]: from='client.488799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:47 smithi137 ceph-mon[117020]: pgmap v18015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:47 smithi066 ceph-mon[112137]: pgmap v18015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:47 smithi203 ceph-mon[117428]: pgmap v18015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:49.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:49 smithi203 ceph-mon[117428]: pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:49 smithi137 ceph-mon[117020]: pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:49 smithi066 ceph-mon[112137]: pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:50.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:50.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:50.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:50.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:50.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:50.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:50.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:50.771 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:51.321 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:51 smithi203 ceph-mon[117428]: pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:51 smithi137 ceph-mon[117020]: pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:51 smithi066 ceph-mon[112137]: pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:52 smithi137 ceph-mon[117020]: from='client.488874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:52 smithi066 ceph-mon[112137]: from='client.488874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:52 smithi203 ceph-mon[117428]: from='client.488874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:53 smithi137 ceph-mon[117020]: pgmap v18018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:53 smithi066 ceph-mon[112137]: pgmap v18018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:53.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:53 smithi203 ceph-mon[117428]: pgmap v18018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:55 smithi137 ceph-mon[117020]: pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:55 smithi066 ceph-mon[112137]: pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:55 smithi203 ceph-mon[117428]: pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:55.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:13:55.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:55.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:56.493 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:13:56.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:56.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:56.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:56.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:13:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:57 smithi137 ceph-mon[117020]: pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:57 smithi066 ceph-mon[112137]: pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:57 smithi203 ceph-mon[117428]: pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:58 smithi137 ceph-mon[117020]: from='client.488952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:58 smithi066 ceph-mon[112137]: from='client.488952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:58 smithi203 ceph-mon[117428]: from='client.488952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:13:59 smithi137 ceph-mon[117020]: pgmap v18021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:13:59 smithi066 ceph-mon[112137]: pgmap v18021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:13:59 smithi203 ceph-mon[117428]: pgmap v18021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:01 smithi137 ceph-mon[117020]: pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:01 smithi066 ceph-mon[112137]: pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:01.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:01.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:01.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:01 smithi203 ceph-mon[117428]: pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:02.225 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:02.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:02.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:02.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:02.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:03.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:03 smithi137 ceph-mon[117020]: pgmap v18023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:03 smithi137 ceph-mon[117020]: from='client.489027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:03 smithi066 ceph-mon[112137]: pgmap v18023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:03 smithi066 ceph-mon[112137]: from='client.489027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:03 smithi203 ceph-mon[117428]: pgmap v18023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:03 smithi203 ceph-mon[117428]: from='client.489027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:05 smithi137 ceph-mon[117020]: pgmap v18024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:05 smithi066 ceph-mon[112137]: pgmap v18024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:05 smithi203 ceph-mon[117428]: pgmap v18024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:07.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:07.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:07.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:07 smithi137 ceph-mon[117020]: pgmap v18025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:07 smithi066 ceph-mon[112137]: pgmap v18025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:07 smithi203 ceph-mon[117428]: pgmap v18025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:07.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:07.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:07.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:07.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:07.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:09 smithi137 ceph-mon[117020]: pgmap v18026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:09 smithi137 ceph-mon[117020]: from='client.489105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:09 smithi066 ceph-mon[112137]: pgmap v18026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:09 smithi066 ceph-mon[112137]: from='client.489105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:09 smithi203 ceph-mon[117428]: pgmap v18026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:09 smithi203 ceph-mon[117428]: from='client.489105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:11 smithi137 ceph-mon[117020]: pgmap v18027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:11 smithi066 ceph-mon[112137]: pgmap v18027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:11 smithi203 ceph-mon[117428]: pgmap v18027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:12.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:12.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:12.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:13 smithi137 ceph-mon[117020]: pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:13 smithi066 ceph-mon[112137]: pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:13 smithi203 ceph-mon[117428]: pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:13.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:13.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:13.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:13.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:13.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:14.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:14 smithi137 ceph-mon[117020]: from='client.489183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:14 smithi137 ceph-mon[117020]: pgmap v18029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:14 smithi066 ceph-mon[112137]: from='client.489183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:14 smithi066 ceph-mon[112137]: pgmap v18029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:14 smithi203 ceph-mon[117428]: from='client.489183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:14 smithi203 ceph-mon[117428]: pgmap v18029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:16 smithi066 ceph-mon[112137]: pgmap v18030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:16.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:16 smithi203 ceph-mon[117428]: pgmap v18030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:16.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:16 smithi137 ceph-mon[117020]: pgmap v18030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:18.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:18.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:18.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:19 smithi137 ceph-mon[117020]: pgmap v18031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:19.429 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:19.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:19.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:19.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:19.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:19 smithi066 ceph-mon[112137]: pgmap v18031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:19 smithi203 ceph-mon[117428]: pgmap v18031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:20.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:20 smithi137 ceph-mon[117020]: from='client.489258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:20 smithi066 ceph-mon[112137]: from='client.489258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:20 smithi203 ceph-mon[117428]: from='client.489258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:21 smithi137 ceph-mon[117020]: pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:21 smithi066 ceph-mon[112137]: pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:21 smithi203 ceph-mon[117428]: pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:23 smithi137 ceph-mon[117020]: pgmap v18033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:23 smithi066 ceph-mon[112137]: pgmap v18033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:23 smithi203 ceph-mon[117428]: pgmap v18033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:24.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:24.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:24.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:25.161 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:25.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:25.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:25.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:25.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:25 smithi137 ceph-mon[117020]: pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:25 smithi066 ceph-mon[112137]: pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:25 smithi203 ceph-mon[117428]: pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:26.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:26 smithi137 ceph-mon[117020]: from='client.489333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:26 smithi066 ceph-mon[112137]: from='client.489333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:26 smithi203 ceph-mon[117428]: from='client.489333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:27 smithi137 ceph-mon[117020]: pgmap v18035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:27 smithi066 ceph-mon[112137]: pgmap v18035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:27 smithi203 ceph-mon[117428]: pgmap v18035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:29 smithi137 ceph-mon[117020]: pgmap v18036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:29 smithi066 ceph-mon[112137]: pgmap v18036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:29 smithi203 ceph-mon[117428]: pgmap v18036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:30.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:30.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:30.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:30.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:30.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:30.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:30.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:30.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:31 smithi137 ceph-mon[117020]: pgmap v18037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:31 smithi066 ceph-mon[112137]: pgmap v18037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:31 smithi203 ceph-mon[117428]: pgmap v18037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:32.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:32 smithi137 ceph-mon[117020]: from='client.489408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:32 smithi066 ceph-mon[112137]: from='client.489408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:32 smithi203 ceph-mon[117428]: from='client.489408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:33 smithi137 ceph-mon[117020]: pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:14:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:14:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:14:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:14:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:33 smithi066 ceph-mon[112137]: pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:14:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:14:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:14:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:14:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:33 smithi203 ceph-mon[117428]: pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:14:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:14:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:14:33.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:14:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:34 smithi137 ceph-mon[117020]: pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:34 smithi066 ceph-mon[112137]: pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:34 smithi203 ceph-mon[117428]: pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:35.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:35.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:35.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:36.607 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:36.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:36.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:36.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:36.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:36 smithi066 ceph-mon[112137]: pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:36.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:36 smithi203 ceph-mon[117428]: pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:36.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:36 smithi137 ceph-mon[117020]: pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:37 smithi066 ceph-mon[112137]: from='client.489483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:37.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:37 smithi203 ceph-mon[117428]: from='client.489483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:37.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:37 smithi137 ceph-mon[117020]: from='client.489483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:39 smithi137 ceph-mon[117020]: pgmap v18041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:39 smithi066 ceph-mon[112137]: pgmap v18041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:39 smithi203 ceph-mon[117428]: pgmap v18041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:41 smithi137 ceph-mon[117020]: pgmap v18042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:41 smithi066 ceph-mon[112137]: pgmap v18042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:41 smithi203 ceph-mon[117428]: pgmap v18042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:41.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:41.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:41.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:42.329 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:42.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:42.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:42.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:42.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:43 smithi137 ceph-mon[117020]: pgmap v18043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:43 smithi137 ceph-mon[117020]: from='client.489561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:43 smithi066 ceph-mon[112137]: pgmap v18043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:43 smithi066 ceph-mon[112137]: from='client.489561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:43 smithi203 ceph-mon[117428]: pgmap v18043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:43 smithi203 ceph-mon[117428]: from='client.489561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:45 smithi137 ceph-mon[117020]: pgmap v18044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:45 smithi066 ceph-mon[112137]: pgmap v18044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:45 smithi203 ceph-mon[117428]: pgmap v18044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:47.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:47.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:47.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:47 smithi137 ceph-mon[117020]: pgmap v18045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:47 smithi066 ceph-mon[112137]: pgmap v18045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:47 smithi203 ceph-mon[117428]: pgmap v18045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:48.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:48.054 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:48.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:48.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:48.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:49 smithi137 ceph-mon[117020]: pgmap v18046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:49 smithi137 ceph-mon[117020]: from='client.489636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:49 smithi066 ceph-mon[112137]: pgmap v18046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:49 smithi066 ceph-mon[112137]: from='client.489636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:49 smithi203 ceph-mon[117428]: pgmap v18046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:49 smithi203 ceph-mon[117428]: from='client.489636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:51 smithi137 ceph-mon[117020]: pgmap v18047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:51 smithi066 ceph-mon[112137]: pgmap v18047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:51 smithi203 ceph-mon[117428]: pgmap v18047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:53.056 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:53.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:53.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:53 smithi137 ceph-mon[117020]: pgmap v18048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:53 smithi066 ceph-mon[112137]: pgmap v18048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:53 smithi203 ceph-mon[117428]: pgmap v18048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:53.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:53.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:53.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:53.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:53.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:55 smithi137 ceph-mon[117020]: pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:55 smithi137 ceph-mon[117020]: from='client.489711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:55 smithi066 ceph-mon[112137]: pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:55 smithi066 ceph-mon[112137]: from='client.489711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:55 smithi203 ceph-mon[117428]: pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:55 smithi203 ceph-mon[117428]: from='client.489711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:57 smithi137 ceph-mon[117020]: pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:57 smithi066 ceph-mon[112137]: pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:57 smithi203 ceph-mon[117428]: pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:58.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:14:58.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:58.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:14:59 smithi137 ceph-mon[117020]: pgmap v18051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:14:59 smithi066 ceph-mon[112137]: pgmap v18051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:59.526 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:14:59.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:59.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:59.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:59.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:14:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:14:59 smithi203 ceph-mon[117428]: pgmap v18051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:01 smithi137 ceph-mon[117020]: from='client.489786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:01.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:01 smithi137 ceph-mon[117020]: pgmap v18052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:01 smithi066 ceph-mon[112137]: from='client.489786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:01 smithi066 ceph-mon[112137]: pgmap v18052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:01 smithi203 ceph-mon[117428]: from='client.489786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:01 smithi203 ceph-mon[117428]: pgmap v18052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:02 smithi066 ceph-mon[112137]: pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:02 smithi203 ceph-mon[117428]: pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:02 smithi137 ceph-mon[117020]: pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:04.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:04.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:04.528 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:05.260 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:05.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:05.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:05.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:05.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:05 smithi137 ceph-mon[117020]: pgmap v18054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:05 smithi066 ceph-mon[112137]: pgmap v18054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:05 smithi203 ceph-mon[117428]: pgmap v18054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:06.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:06 smithi137 ceph-mon[117020]: from='client.489864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:06 smithi066 ceph-mon[112137]: from='client.489864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:06 smithi203 ceph-mon[117428]: from='client.489864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:07 smithi137 ceph-mon[117020]: pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:07 smithi066 ceph-mon[112137]: pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:07 smithi203 ceph-mon[117428]: pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:09 smithi137 ceph-mon[117020]: pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:09 smithi066 ceph-mon[112137]: pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:09 smithi203 ceph-mon[117428]: pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:10.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:10.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:10.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:10.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:10.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:10.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:10.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:10.997 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:11 smithi137 ceph-mon[117020]: pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:11 smithi066 ceph-mon[112137]: pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:11 smithi203 ceph-mon[117428]: pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:12.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:12 smithi137 ceph-mon[117020]: from='client.489942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:12 smithi066 ceph-mon[112137]: from='client.489942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:12 smithi203 ceph-mon[117428]: from='client.489942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:13.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:13 smithi137 ceph-mon[117020]: pgmap v18058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:13 smithi066 ceph-mon[112137]: pgmap v18058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:13 smithi203 ceph-mon[117428]: pgmap v18058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:15 smithi137 ceph-mon[117020]: pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:15 smithi066 ceph-mon[112137]: pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:15 smithi203 ceph-mon[117428]: pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:15.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:15.999 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:15.999 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:16.720 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:16.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:16.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:16.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:16.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:17 smithi137 ceph-mon[117020]: pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:17 smithi066 ceph-mon[112137]: pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:17 smithi203 ceph-mon[117428]: pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:18.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:18 smithi137 ceph-mon[117020]: from='client.490017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:18 smithi066 ceph-mon[112137]: from='client.490017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:18 smithi203 ceph-mon[117428]: from='client.490017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:19 smithi137 ceph-mon[117020]: pgmap v18061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:19 smithi066 ceph-mon[112137]: pgmap v18061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:19 smithi203 ceph-mon[117428]: pgmap v18061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:21 smithi137 ceph-mon[117020]: pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:21 smithi066 ceph-mon[112137]: pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:21 smithi203 ceph-mon[117428]: pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:21.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:21.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:21.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:22.448 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:22.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:22.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:22.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:22.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:22 smithi066 ceph-mon[112137]: pgmap v18063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:22 smithi066 ceph-mon[112137]: from='client.490095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:22 smithi203 ceph-mon[117428]: pgmap v18063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:22 smithi203 ceph-mon[117428]: from='client.490095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:22 smithi137 ceph-mon[117020]: pgmap v18063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:22 smithi137 ceph-mon[117020]: from='client.490095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:25 smithi137 ceph-mon[117020]: pgmap v18064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:25 smithi066 ceph-mon[112137]: pgmap v18064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:25 smithi203 ceph-mon[117428]: pgmap v18064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:27.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:27 smithi137 ceph-mon[117020]: pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:27.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:27.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:27.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:27 smithi066 ceph-mon[112137]: pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:27 smithi203 ceph-mon[117428]: pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:28.185 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:28.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:28.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:28.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:28.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:29 smithi137 ceph-mon[117020]: pgmap v18066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:29 smithi137 ceph-mon[117020]: from='client.490173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:29 smithi066 ceph-mon[112137]: pgmap v18066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:29 smithi066 ceph-mon[112137]: from='client.490173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:29 smithi203 ceph-mon[117428]: pgmap v18066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:29 smithi203 ceph-mon[117428]: from='client.490173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:31 smithi137 ceph-mon[117020]: pgmap v18067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:31 smithi066 ceph-mon[112137]: pgmap v18067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:31 smithi203 ceph-mon[117428]: pgmap v18067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:33.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:33.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:33.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:33 smithi137 ceph-mon[117020]: pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:33.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:15:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:33 smithi066 ceph-mon[112137]: pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:15:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:33 smithi203 ceph-mon[117428]: pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:15:33.932 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:33.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:33.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:33.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:33.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:15:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:15:34.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:15:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:15:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:15:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:15:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:15:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:15:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:15:35.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:35 smithi137 ceph-mon[117020]: pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:35 smithi137 ceph-mon[117020]: from='client.490251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:35 smithi066 ceph-mon[112137]: pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:35 smithi066 ceph-mon[112137]: from='client.490251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:35 smithi203 ceph-mon[117428]: pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:35 smithi203 ceph-mon[117428]: from='client.490251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:37.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:37 smithi137 ceph-mon[117020]: pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:37 smithi066 ceph-mon[112137]: pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:37 smithi203 ceph-mon[117428]: pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:38.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:38.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:38.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:39.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:39 smithi137 ceph-mon[117020]: pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:39 smithi066 ceph-mon[112137]: pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:39 smithi203 ceph-mon[117428]: pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:39.657 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:39.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:39.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:39.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:39.657 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:41 smithi137 ceph-mon[117020]: from='client.490329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:41 smithi137 ceph-mon[117020]: pgmap v18072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:41 smithi066 ceph-mon[112137]: from='client.490329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:41 smithi066 ceph-mon[112137]: pgmap v18072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:41 smithi203 ceph-mon[117428]: from='client.490329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:41 smithi203 ceph-mon[117428]: pgmap v18072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:43 smithi137 ceph-mon[117020]: pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:15:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:43 smithi066 ceph-mon[112137]: pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:15:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:43 smithi203 ceph-mon[117428]: pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:15:44.658 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:44.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:44.659 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:45.379 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:45.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:45.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:45.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:45.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:45 smithi066 ceph-mon[112137]: pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:15:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:45 smithi203 ceph-mon[117428]: pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:15:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:45 smithi137 ceph-mon[117020]: pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:15:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:46 smithi066 ceph-mon[112137]: from='client.490407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:46 smithi203 ceph-mon[117428]: from='client.490407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:46 smithi137 ceph-mon[117020]: from='client.490407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:47 smithi066 ceph-mon[112137]: pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:47 smithi203 ceph-mon[117428]: pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:47 smithi137 ceph-mon[117020]: pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:49 smithi137 ceph-mon[117020]: pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:49 smithi066 ceph-mon[112137]: pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:49 smithi203 ceph-mon[117428]: pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:50.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:50.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:50.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:51.095 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:51.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:51.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:51 smithi137 ceph-mon[117020]: pgmap v18077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:51 smithi066 ceph-mon[112137]: pgmap v18077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:51 smithi203 ceph-mon[117428]: pgmap v18077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:52.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:52 smithi137 ceph-mon[117020]: from='client.490479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:52 smithi066 ceph-mon[112137]: from='client.490479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:52 smithi203 ceph-mon[117428]: from='client.490479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:53.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:53 smithi137 ceph-mon[117020]: pgmap v18078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:53 smithi066 ceph-mon[112137]: pgmap v18078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:53 smithi203 ceph-mon[117428]: pgmap v18078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:55 smithi137 ceph-mon[117020]: pgmap v18079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:15:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:55 smithi066 ceph-mon[112137]: pgmap v18079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:15:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:55 smithi203 ceph-mon[117428]: pgmap v18079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:15:56.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:15:56.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:56.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:56.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:15:56.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:56.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:56.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:56.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:15:57.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:57 smithi137 ceph-mon[117020]: pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:15:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:57 smithi066 ceph-mon[112137]: pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:15:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:57 smithi203 ceph-mon[117428]: pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:15:58.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:58 smithi137 ceph-mon[117020]: from='client.490554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:58 smithi066 ceph-mon[112137]: from='client.490554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:58 smithi203 ceph-mon[117428]: from='client.490554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:59.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:15:59 smithi137 ceph-mon[117020]: pgmap v18081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:15:59 smithi066 ceph-mon[112137]: pgmap v18081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:15:59 smithi203 ceph-mon[117428]: pgmap v18081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:01 smithi066 ceph-mon[112137]: pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:01 smithi203 ceph-mon[117428]: pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:01 smithi137 ceph-mon[117020]: pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:01.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:01.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:01.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:02.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:02.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:02.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:02.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:02.547 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:03 smithi066 ceph-mon[112137]: pgmap v18083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:03 smithi203 ceph-mon[117428]: pgmap v18083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:03 smithi137 ceph-mon[117020]: pgmap v18083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:04 smithi066 ceph-mon[112137]: from='client.490626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:04 smithi203 ceph-mon[117428]: from='client.490626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:04 smithi137 ceph-mon[117020]: from='client.490626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:05 smithi066 ceph-mon[112137]: pgmap v18084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:05 smithi203 ceph-mon[117428]: pgmap v18084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:05 smithi137 ceph-mon[117020]: pgmap v18084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:06 smithi066 ceph-mon[112137]: pgmap v18085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:06 smithi203 ceph-mon[117428]: pgmap v18085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:06 smithi137 ceph-mon[117020]: pgmap v18085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:07.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:07.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:07.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:08.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:08.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:08.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:08.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:08.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:09 smithi137 ceph-mon[117020]: pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:09 smithi137 ceph-mon[117020]: from='client.490704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:09 smithi066 ceph-mon[112137]: pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:09 smithi066 ceph-mon[112137]: from='client.490704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:09 smithi203 ceph-mon[117428]: pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:09 smithi203 ceph-mon[117428]: from='client.490704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:11 smithi137 ceph-mon[117020]: pgmap v18087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:11 smithi066 ceph-mon[112137]: pgmap v18087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:11 smithi203 ceph-mon[117428]: pgmap v18087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:13.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:13.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:13.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:13 smithi137 ceph-mon[117020]: pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:13 smithi066 ceph-mon[112137]: pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:13 smithi203 ceph-mon[117428]: pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:14.010 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:14.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:14.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:14.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:14.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:15.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:15 smithi137 ceph-mon[117020]: pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:15 smithi137 ceph-mon[117020]: from='client.490782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:15 smithi066 ceph-mon[112137]: pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:15 smithi066 ceph-mon[112137]: from='client.490782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:15 smithi203 ceph-mon[117428]: pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:15 smithi203 ceph-mon[117428]: from='client.490782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:17.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:17 smithi137 ceph-mon[117020]: pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:17 smithi066 ceph-mon[112137]: pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:17 smithi203 ceph-mon[117428]: pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:19.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:19.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:19.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:19.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:19 smithi137 ceph-mon[117020]: pgmap v18091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:19 smithi066 ceph-mon[112137]: pgmap v18091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:19 smithi203 ceph-mon[117428]: pgmap v18091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:19.750 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:19.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:19.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:19.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:19.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:21.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:21 smithi137 ceph-mon[117020]: from='client.490854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:21 smithi137 ceph-mon[117020]: pgmap v18092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:21 smithi066 ceph-mon[112137]: from='client.490854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:21 smithi066 ceph-mon[112137]: pgmap v18092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:21.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:21 smithi203 ceph-mon[117428]: from='client.490854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:21.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:21 smithi203 ceph-mon[117428]: pgmap v18092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:23.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:23 smithi137 ceph-mon[117020]: pgmap v18093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:16:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:23 smithi066 ceph-mon[112137]: pgmap v18093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:16:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:23 smithi203 ceph-mon[117428]: pgmap v18093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:16:24.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:24.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:24.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:25.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:25 smithi137 ceph-mon[117020]: pgmap v18094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:16:25.477 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:25.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:25.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:25.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:25.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:25 smithi066 ceph-mon[112137]: pgmap v18094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:16:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:25 smithi203 ceph-mon[117428]: pgmap v18094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:16:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:26 smithi066 ceph-mon[112137]: from='client.490926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:26 smithi203 ceph-mon[117428]: from='client.490926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:26 smithi137 ceph-mon[117020]: from='client.490926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:27 smithi066 ceph-mon[112137]: pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:27 smithi203 ceph-mon[117428]: pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:27 smithi137 ceph-mon[117020]: pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:29 smithi066 ceph-mon[112137]: pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:29 smithi203 ceph-mon[117428]: pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:29 smithi137 ceph-mon[117020]: pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:30.478 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:30.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:30.479 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:31.231 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:31.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:31.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:31.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:31.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:31 smithi066 ceph-mon[112137]: pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:31 smithi203 ceph-mon[117428]: pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:31 smithi137 ceph-mon[117020]: pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:32 smithi066 ceph-mon[112137]: from='client.491001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:32 smithi203 ceph-mon[117428]: from='client.491001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:32 smithi137 ceph-mon[117020]: from='client.491001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:33 smithi066 ceph-mon[112137]: pgmap v18098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:33 smithi203 ceph-mon[117428]: pgmap v18098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:33 smithi137 ceph-mon[117020]: pgmap v18098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:34 smithi066 ceph-mon[112137]: pgmap v18099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:16:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:16:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:34 smithi203 ceph-mon[117428]: pgmap v18099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:16:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:16:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:34 smithi137 ceph-mon[117020]: pgmap v18099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:16:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:16:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:16:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:16:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:16:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:16:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:16:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:16:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:16:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:16:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:16:36.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:36.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:36.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:36 smithi066 ceph-mon[112137]: pgmap v18100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:16:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:36 smithi203 ceph-mon[117428]: pgmap v18100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:16:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:36 smithi137 ceph-mon[117020]: pgmap v18100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:16:36.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:36.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:36.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:36.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:36.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:37 smithi066 ceph-mon[112137]: from='client.491079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:37 smithi203 ceph-mon[117428]: from='client.491079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:37 smithi137 ceph-mon[117020]: from='client.491079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:39 smithi137 ceph-mon[117020]: pgmap v18101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:39 smithi066 ceph-mon[112137]: pgmap v18101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:39 smithi203 ceph-mon[117428]: pgmap v18101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:41.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:41 smithi137 ceph-mon[117020]: pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:41 smithi066 ceph-mon[112137]: pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:41 smithi203 ceph-mon[117428]: pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:41.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:41.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:41.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:42.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:42.693 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:42.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:42.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:42.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:43.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:43 smithi137 ceph-mon[117020]: pgmap v18103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:43 smithi066 ceph-mon[112137]: pgmap v18103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:43 smithi203 ceph-mon[117428]: pgmap v18103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:44.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:44 smithi137 ceph-mon[117020]: from='client.491157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:44 smithi066 ceph-mon[112137]: from='client.491157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:44 smithi203 ceph-mon[117428]: from='client.491157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:45.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:45 smithi137 ceph-mon[117020]: pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:45 smithi066 ceph-mon[112137]: pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:45 smithi203 ceph-mon[117428]: pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:47.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:47 smithi137 ceph-mon[117020]: pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:47 smithi066 ceph-mon[112137]: pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:47 smithi203 ceph-mon[117428]: pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:47.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:47.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:47.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:48.421 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:48.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:48.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:48.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:48.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:49.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:49 smithi137 ceph-mon[117020]: pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:49 smithi137 ceph-mon[117020]: from='client.491232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:49 smithi066 ceph-mon[112137]: pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:49 smithi066 ceph-mon[112137]: from='client.491232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:49 smithi203 ceph-mon[117428]: pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:49 smithi203 ceph-mon[117428]: from='client.491232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:51 smithi066 ceph-mon[112137]: pgmap v18107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:51 smithi203 ceph-mon[117428]: pgmap v18107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:51 smithi137 ceph-mon[117020]: pgmap v18107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:53.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:53.423 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:53.423 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:53 smithi066 ceph-mon[112137]: pgmap v18108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:53 smithi203 ceph-mon[117428]: pgmap v18108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:53 smithi137 ceph-mon[117020]: pgmap v18108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:54.144 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:54.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:54.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:54.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:54.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:16:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:55 smithi066 ceph-mon[112137]: pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:55 smithi066 ceph-mon[112137]: from='client.491310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:55 smithi203 ceph-mon[117428]: pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:55 smithi203 ceph-mon[117428]: from='client.491310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:55 smithi137 ceph-mon[117020]: pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:55 smithi137 ceph-mon[117020]: from='client.491310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:57 smithi066 ceph-mon[112137]: pgmap v18110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:57 smithi203 ceph-mon[117428]: pgmap v18110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:57 smithi137 ceph-mon[117020]: pgmap v18110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:59.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:16:59.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:59.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:16:59 smithi066 ceph-mon[112137]: pgmap v18111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:16:59 smithi203 ceph-mon[117428]: pgmap v18111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:16:59 smithi137 ceph-mon[117020]: pgmap v18111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:59.871 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:16:59.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:59.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:59.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:59.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:01 smithi066 ceph-mon[112137]: pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:01 smithi066 ceph-mon[112137]: from='client.491385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:01 smithi203 ceph-mon[117428]: pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:01 smithi203 ceph-mon[117428]: from='client.491385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:01 smithi137 ceph-mon[117020]: pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:01 smithi137 ceph-mon[117020]: from='client.491385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:02 smithi066 ceph-mon[112137]: pgmap v18113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:17:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:02 smithi203 ceph-mon[117428]: pgmap v18113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:17:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:02 smithi137 ceph-mon[117020]: pgmap v18113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:17:04.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:04.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:04.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:05.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:05 smithi137 ceph-mon[117020]: pgmap v18114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:17:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:05 smithi066 ceph-mon[112137]: pgmap v18114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:17:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:05 smithi203 ceph-mon[117428]: pgmap v18114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:17:05.623 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:05.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:05.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:05.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:05.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:07.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:07 smithi137 ceph-mon[117020]: from='client.491460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:07 smithi137 ceph-mon[117020]: pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:07 smithi066 ceph-mon[112137]: from='client.491460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:07 smithi066 ceph-mon[112137]: pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:07 smithi203 ceph-mon[117428]: from='client.491460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:07 smithi203 ceph-mon[117428]: pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:09.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:09 smithi137 ceph-mon[117020]: pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:09 smithi066 ceph-mon[112137]: pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:09 smithi203 ceph-mon[117428]: pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:10.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:10.625 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:10.625 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:11.355 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:11.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:11.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:11.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:11.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:11.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:11 smithi137 ceph-mon[117020]: pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:11 smithi066 ceph-mon[112137]: pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:11 smithi203 ceph-mon[117428]: pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:12 smithi066 ceph-mon[112137]: from='client.491535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:12 smithi203 ceph-mon[117428]: from='client.491535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:12 smithi137 ceph-mon[117020]: from='client.491535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:13 smithi066 ceph-mon[112137]: pgmap v18118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:13 smithi203 ceph-mon[117428]: pgmap v18118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:13 smithi137 ceph-mon[117020]: pgmap v18118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:15 smithi066 ceph-mon[112137]: pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:17:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:15 smithi203 ceph-mon[117428]: pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:17:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:15 smithi137 ceph-mon[117020]: pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:17:16.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:16.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:16.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:17.077 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:17.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:17.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:17.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:17.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:17 smithi066 ceph-mon[112137]: pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:17:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:17 smithi203 ceph-mon[117428]: pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:17:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:17 smithi137 ceph-mon[117020]: pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:17:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:18 smithi066 ceph-mon[112137]: from='client.491613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:18 smithi203 ceph-mon[117428]: from='client.491613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:18 smithi137 ceph-mon[117020]: from='client.491613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:19 smithi066 ceph-mon[112137]: pgmap v18121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:19 smithi203 ceph-mon[117428]: pgmap v18121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:19 smithi137 ceph-mon[117020]: pgmap v18121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:21 smithi066 ceph-mon[112137]: pgmap v18122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:21 smithi203 ceph-mon[117428]: pgmap v18122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:21 smithi137 ceph-mon[117020]: pgmap v18122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:22.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:22.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:22.079 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:22.802 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:22.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:22.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:22.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:22.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:23 smithi066 ceph-mon[112137]: pgmap v18123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:23 smithi203 ceph-mon[117428]: pgmap v18123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:23 smithi137 ceph-mon[117020]: pgmap v18123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:24 smithi066 ceph-mon[112137]: from='client.491691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:24 smithi066 ceph-mon[112137]: pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:24 smithi203 ceph-mon[117428]: from='client.491691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:24 smithi203 ceph-mon[117428]: pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:24 smithi137 ceph-mon[117020]: from='client.491691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:24 smithi137 ceph-mon[117020]: pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:26 smithi066 ceph-mon[112137]: pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:26 smithi203 ceph-mon[117428]: pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:26.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:26 smithi137 ceph-mon[117020]: pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:27.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:27.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:27.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:28.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:28.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:28.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:28.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:28.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:29.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:29 smithi137 ceph-mon[117020]: pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:29 smithi066 ceph-mon[112137]: pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:29 smithi203 ceph-mon[117428]: pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:30.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:30 smithi137 ceph-mon[117020]: from='client.491766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:30 smithi066 ceph-mon[112137]: from='client.491766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:30 smithi203 ceph-mon[117428]: from='client.491766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:31.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:31 smithi137 ceph-mon[117020]: pgmap v18127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:31 smithi066 ceph-mon[112137]: pgmap v18127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:31 smithi203 ceph-mon[117428]: pgmap v18127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:33 smithi066 ceph-mon[112137]: pgmap v18128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:33.534 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:33.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:33.534 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:33 smithi203 ceph-mon[117428]: pgmap v18128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:33 smithi137 ceph-mon[117020]: pgmap v18128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:34.263 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:35 smithi066 ceph-mon[112137]: pgmap v18129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:35 smithi066 ceph-mon[112137]: from='client.491841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:17:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:17:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:17:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:35 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:17:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:35 smithi203 ceph-mon[117428]: pgmap v18129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:35 smithi203 ceph-mon[117428]: from='client.491841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:17:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:17:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:17:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:35 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:17:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:35 smithi137 ceph-mon[117020]: pgmap v18129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:35 smithi137 ceph-mon[117020]: from='client.491841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:17:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:17:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:17:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:35 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:17:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:37 smithi066 ceph-mon[112137]: pgmap v18130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:37 smithi203 ceph-mon[117428]: pgmap v18130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:37 smithi137 ceph-mon[117020]: pgmap v18130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:39.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:39.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:39.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:39 smithi066 ceph-mon[112137]: pgmap v18131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:39 smithi203 ceph-mon[117428]: pgmap v18131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:39 smithi137 ceph-mon[117020]: pgmap v18131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:40.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:40.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:40.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:40.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:40.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:41 smithi066 ceph-mon[112137]: pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:41 smithi066 ceph-mon[112137]: from='client.491916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:41 smithi203 ceph-mon[117428]: pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:41 smithi203 ceph-mon[117428]: from='client.491916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:41 smithi137 ceph-mon[117020]: pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:41 smithi137 ceph-mon[117020]: from='client.491916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:43 smithi066 ceph-mon[112137]: pgmap v18133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:43 smithi203 ceph-mon[117428]: pgmap v18133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:43 smithi137 ceph-mon[117020]: pgmap v18133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:45.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:45.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:45.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:45 smithi066 ceph-mon[112137]: pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:45 smithi203 ceph-mon[117428]: pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:45 smithi137 ceph-mon[117020]: pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:45.740 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:45.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:45.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:45.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:45.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:47 smithi066 ceph-mon[112137]: from='client.491991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:47 smithi066 ceph-mon[112137]: pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:47 smithi203 ceph-mon[117428]: from='client.491991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:47 smithi203 ceph-mon[117428]: pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:47 smithi137 ceph-mon[117020]: from='client.491991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:47 smithi137 ceph-mon[117020]: pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:49 smithi066 ceph-mon[112137]: pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:49 smithi203 ceph-mon[117428]: pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:49 smithi137 ceph-mon[117020]: pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:50 smithi066 ceph-mon[112137]: pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:50 smithi203 ceph-mon[117428]: pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:50 smithi137 ceph-mon[117020]: pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:50.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:50.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:50.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:51.474 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:51.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:51.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:51.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:51.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:51 smithi066 ceph-mon[112137]: from='client.492069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:51 smithi203 ceph-mon[117428]: from='client.492069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:51 smithi137 ceph-mon[117020]: from='client.492069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:52 smithi066 ceph-mon[112137]: pgmap v18138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:52 smithi203 ceph-mon[117428]: pgmap v18138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:52 smithi137 ceph-mon[117020]: pgmap v18138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:55.371 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:55 smithi137 ceph-mon[117020]: pgmap v18139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:55 smithi066 ceph-mon[112137]: pgmap v18139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:55 smithi203 ceph-mon[117428]: pgmap v18139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:56.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:17:56.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:56.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:57.198 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:17:57.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:57.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:57.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:57.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:17:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:57 smithi066 ceph-mon[112137]: pgmap v18140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:57 smithi203 ceph-mon[117428]: pgmap v18140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:57 smithi137 ceph-mon[117020]: pgmap v18140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:58 smithi066 ceph-mon[112137]: from='client.492147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:58 smithi203 ceph-mon[117428]: from='client.492147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:58.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:58 smithi137 ceph-mon[117020]: from='client.492147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:17:59 smithi066 ceph-mon[112137]: pgmap v18141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:17:59 smithi203 ceph-mon[117428]: pgmap v18141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:17:59 smithi137 ceph-mon[117020]: pgmap v18141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:01 smithi066 ceph-mon[112137]: pgmap v18142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:01 smithi203 ceph-mon[117428]: pgmap v18142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:01 smithi137 ceph-mon[117020]: pgmap v18142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:02.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:02.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:02.200 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:02.924 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:02.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:02.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:02.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:02.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:03 smithi066 ceph-mon[112137]: pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:03 smithi203 ceph-mon[117428]: pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:03 smithi137 ceph-mon[117020]: pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:04 smithi066 ceph-mon[112137]: from='client.492225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:04 smithi203 ceph-mon[117428]: from='client.492225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:04.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:04 smithi137 ceph-mon[117020]: from='client.492225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:05 smithi066 ceph-mon[112137]: pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:05 smithi203 ceph-mon[117428]: pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:05 smithi137 ceph-mon[117020]: pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:07 smithi066 ceph-mon[112137]: pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:07 smithi203 ceph-mon[117428]: pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:07 smithi137 ceph-mon[117020]: pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:07.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:07.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:07.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:08.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:08.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:08.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:08.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:08.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:09 smithi066 ceph-mon[112137]: pgmap v18146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:09 smithi203 ceph-mon[117428]: pgmap v18146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:09 smithi137 ceph-mon[117020]: pgmap v18146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:10 smithi066 ceph-mon[112137]: from='client.492300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:10 smithi203 ceph-mon[117428]: from='client.492300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:10 smithi137 ceph-mon[117020]: from='client.492300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:11 smithi066 ceph-mon[112137]: pgmap v18147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:11 smithi203 ceph-mon[117428]: pgmap v18147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:11 smithi137 ceph-mon[117020]: pgmap v18147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:12 smithi066 ceph-mon[112137]: pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:12 smithi203 ceph-mon[117428]: pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:12 smithi137 ceph-mon[117020]: pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:13.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:13.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:13.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:14.364 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:14.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:14.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:14.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:14.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:15 smithi066 ceph-mon[112137]: pgmap v18149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:15 smithi066 ceph-mon[112137]: from='client.492378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:15 smithi203 ceph-mon[117428]: pgmap v18149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:15 smithi203 ceph-mon[117428]: from='client.492378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:15 smithi137 ceph-mon[117020]: pgmap v18149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:15 smithi137 ceph-mon[117020]: from='client.492378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:17 smithi066 ceph-mon[112137]: pgmap v18150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:17 smithi203 ceph-mon[117428]: pgmap v18150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:17 smithi137 ceph-mon[117020]: pgmap v18150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:19.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:19.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:19.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:19 smithi066 ceph-mon[112137]: pgmap v18151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:19 smithi203 ceph-mon[117428]: pgmap v18151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:19 smithi137 ceph-mon[117020]: pgmap v18151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:20.102 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:20.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:20.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:20.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:20.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:21 smithi066 ceph-mon[112137]: pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:21 smithi066 ceph-mon[112137]: from='client.492453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:21 smithi203 ceph-mon[117428]: pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:21 smithi203 ceph-mon[117428]: from='client.492453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:21 smithi137 ceph-mon[117020]: pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:21 smithi137 ceph-mon[117020]: from='client.492453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:23 smithi066 ceph-mon[112137]: pgmap v18153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:23 smithi203 ceph-mon[117428]: pgmap v18153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:23 smithi137 ceph-mon[117020]: pgmap v18153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:25.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:25.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:25.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:25 smithi066 ceph-mon[112137]: pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:25 smithi203 ceph-mon[117428]: pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:25 smithi137 ceph-mon[117020]: pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:25.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:25.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:25.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:25.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:25.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:27 smithi066 ceph-mon[112137]: pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:27 smithi066 ceph-mon[112137]: from='client.492525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:27 smithi203 ceph-mon[117428]: pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:27 smithi203 ceph-mon[117428]: from='client.492525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:27 smithi137 ceph-mon[117020]: pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:27 smithi137 ceph-mon[117020]: from='client.492525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:29 smithi066 ceph-mon[112137]: pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:29 smithi203 ceph-mon[117428]: pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:29 smithi137 ceph-mon[117020]: pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:30.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:30.829 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:30.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:31 smithi066 ceph-mon[112137]: pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:31.551 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:31.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:31.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:31.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:31.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:31 smithi203 ceph-mon[117428]: pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:31 smithi137 ceph-mon[117020]: pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:33 smithi066 ceph-mon[112137]: from='client.492600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:33 smithi066 ceph-mon[112137]: pgmap v18158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:33 smithi203 ceph-mon[117428]: from='client.492600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:33 smithi203 ceph-mon[117428]: pgmap v18158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:33 smithi137 ceph-mon[117020]: from='client.492600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:33 smithi137 ceph-mon[117020]: pgmap v18158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:35 smithi066 ceph-mon[112137]: pgmap v18159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:35 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:18:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:35 smithi203 ceph-mon[117428]: pgmap v18159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:35 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:18:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:35 smithi137 ceph-mon[117020]: pgmap v18159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:35 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:18:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:36 smithi066 ceph-mon[112137]: pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:18:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:18:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:36 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:18:36.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:36.554 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:36.554 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:36 smithi203 ceph-mon[117428]: pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:18:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:18:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:36 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:18:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:36 smithi137 ceph-mon[117020]: pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:18:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:18:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:36 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:18:37.283 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:37.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:37.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:37.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:37.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:37 smithi066 ceph-mon[112137]: from='client.492678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:37 smithi203 ceph-mon[117428]: from='client.492678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:37 smithi137 ceph-mon[117020]: from='client.492678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:39 smithi066 ceph-mon[112137]: pgmap v18161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:39 smithi203 ceph-mon[117428]: pgmap v18161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:39 smithi137 ceph-mon[117020]: pgmap v18161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:41 smithi066 ceph-mon[112137]: pgmap v18162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:41 smithi203 ceph-mon[117428]: pgmap v18162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:41 smithi137 ceph-mon[117020]: pgmap v18162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:42.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:42.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:42.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:43.003 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:43.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:43.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:43.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:43.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:43 smithi066 ceph-mon[112137]: pgmap v18163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:43 smithi203 ceph-mon[117428]: pgmap v18163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:43 smithi137 ceph-mon[117020]: pgmap v18163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:44 smithi066 ceph-mon[112137]: from='client.492753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:44 smithi203 ceph-mon[117428]: from='client.492753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:44 smithi137 ceph-mon[117020]: from='client.492753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:45 smithi066 ceph-mon[112137]: pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:45 smithi203 ceph-mon[117428]: pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:45 smithi137 ceph-mon[117020]: pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:47 smithi066 ceph-mon[112137]: pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:47 smithi203 ceph-mon[117428]: pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:47 smithi137 ceph-mon[117020]: pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:48.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:48.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:48.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:48.727 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:48.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:48.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:48.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:48.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:49 smithi066 ceph-mon[112137]: pgmap v18166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:49 smithi203 ceph-mon[117428]: pgmap v18166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:49 smithi137 ceph-mon[117020]: pgmap v18166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:50 smithi066 ceph-mon[112137]: from='client.492831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:50 smithi203 ceph-mon[117428]: from='client.492831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:50 smithi137 ceph-mon[117020]: from='client.492831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:51 smithi066 ceph-mon[112137]: pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:51 smithi203 ceph-mon[117428]: pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:51 smithi137 ceph-mon[117020]: pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:52 smithi066 ceph-mon[112137]: pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:52 smithi203 ceph-mon[117428]: pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:52.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:52 smithi137 ceph-mon[117020]: pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:53.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:53.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:53.730 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:54.454 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:18:54.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:54.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:54.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:54.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:18:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:55 smithi066 ceph-mon[112137]: pgmap v18169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:55 smithi066 ceph-mon[112137]: from='client.492909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:55 smithi203 ceph-mon[117428]: pgmap v18169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:55 smithi203 ceph-mon[117428]: from='client.492909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:55 smithi137 ceph-mon[117020]: pgmap v18169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:55 smithi137 ceph-mon[117020]: from='client.492909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:57 smithi066 ceph-mon[112137]: pgmap v18170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:57 smithi203 ceph-mon[117428]: pgmap v18170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:57 smithi137 ceph-mon[117020]: pgmap v18170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:59.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:18:59.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:59.456 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:18:59 smithi066 ceph-mon[112137]: pgmap v18171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:18:59 smithi203 ceph-mon[117428]: pgmap v18171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:18:59 smithi137 ceph-mon[117020]: pgmap v18171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:00.182 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:00.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:00.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:00.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:00.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:01 smithi066 ceph-mon[112137]: pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:01 smithi066 ceph-mon[112137]: from='client.492981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:01 smithi203 ceph-mon[117428]: pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:01 smithi203 ceph-mon[117428]: from='client.492981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:01 smithi137 ceph-mon[117020]: pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:01 smithi137 ceph-mon[117020]: from='client.492981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:03 smithi066 ceph-mon[112137]: pgmap v18173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:03 smithi203 ceph-mon[117428]: pgmap v18173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:03 smithi137 ceph-mon[117020]: pgmap v18173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:05.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:05.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:05.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:05 smithi066 ceph-mon[112137]: pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:05 smithi203 ceph-mon[117428]: pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:05 smithi137 ceph-mon[117020]: pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:05.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:05.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:05.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:05.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:05.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:07 smithi066 ceph-mon[112137]: pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:07 smithi066 ceph-mon[112137]: from='client.493056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:07 smithi203 ceph-mon[117428]: pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:07 smithi203 ceph-mon[117428]: from='client.493056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:07 smithi137 ceph-mon[117020]: pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:07 smithi137 ceph-mon[117020]: from='client.493056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:09 smithi066 ceph-mon[112137]: pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:09 smithi203 ceph-mon[117428]: pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:09 smithi137 ceph-mon[117020]: pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:10.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:10.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:10.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:11 smithi066 ceph-mon[112137]: pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:11 smithi203 ceph-mon[117428]: pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:11 smithi137 ceph-mon[117020]: pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:11.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:11.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:11.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:11.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:11.644 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:12 smithi066 ceph-mon[112137]: from='client.493128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:12 smithi066 ceph-mon[112137]: pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:12 smithi203 ceph-mon[117428]: from='client.493128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:12.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:12 smithi203 ceph-mon[117428]: pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:12.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:12 smithi137 ceph-mon[117020]: from='client.493128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:12 smithi137 ceph-mon[117020]: pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:15 smithi066 ceph-mon[112137]: pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:15 smithi203 ceph-mon[117428]: pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:15 smithi137 ceph-mon[117020]: pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:16.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:16.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:16.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:17.389 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:17.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:17.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:17.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:17.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:17 smithi066 ceph-mon[112137]: pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:17 smithi203 ceph-mon[117428]: pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:17 smithi137 ceph-mon[117020]: pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:18.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:18 smithi066 ceph-mon[112137]: from='client.493200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:18.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:18 smithi203 ceph-mon[117428]: from='client.493200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:18.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:18 smithi137 ceph-mon[117020]: from='client.493200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:19 smithi066 ceph-mon[112137]: pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:19 smithi203 ceph-mon[117428]: pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:19 smithi137 ceph-mon[117020]: pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:21 smithi066 ceph-mon[112137]: pgmap v18182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:21 smithi203 ceph-mon[117428]: pgmap v18182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:21 smithi137 ceph-mon[117020]: pgmap v18182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:22.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:22.391 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:22.391 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:23.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:23.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:23.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:23.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:23.119 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:23 smithi066 ceph-mon[112137]: pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:23 smithi203 ceph-mon[117428]: pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:23 smithi137 ceph-mon[117020]: pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:24 smithi066 ceph-mon[112137]: from='client.493278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:24 smithi203 ceph-mon[117428]: from='client.493278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:24.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:24 smithi137 ceph-mon[117020]: from='client.493278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:25 smithi066 ceph-mon[112137]: pgmap v18184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:25 smithi203 ceph-mon[117428]: pgmap v18184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:25 smithi137 ceph-mon[117020]: pgmap v18184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:26 smithi066 ceph-mon[112137]: pgmap v18185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:26 smithi203 ceph-mon[117428]: pgmap v18185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:26 smithi137 ceph-mon[117020]: pgmap v18185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:28.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:28.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:28.121 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:28.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:28.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:28.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:28.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:28.844 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:29 smithi066 ceph-mon[112137]: pgmap v18186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:29 smithi203 ceph-mon[117428]: pgmap v18186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:29 smithi137 ceph-mon[117020]: pgmap v18186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:30 smithi066 ceph-mon[112137]: from='client.493353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:30 smithi203 ceph-mon[117428]: from='client.493353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:30 smithi137 ceph-mon[117020]: from='client.493353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:31 smithi066 ceph-mon[112137]: pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:31 smithi203 ceph-mon[117428]: pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:31 smithi137 ceph-mon[117020]: pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:33 smithi066 ceph-mon[112137]: pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:33 smithi203 ceph-mon[117428]: pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:33 smithi137 ceph-mon[117020]: pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:33.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:33.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:33.846 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:34.578 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:34.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:34.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:34.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:34.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:35 smithi066 ceph-mon[112137]: pgmap v18189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:35 smithi203 ceph-mon[117428]: pgmap v18189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:35 smithi137 ceph-mon[117020]: pgmap v18189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:36 smithi066 ceph-mon[112137]: from='client.493431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:36 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:19:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:36 smithi203 ceph-mon[117428]: from='client.493431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:36 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:19:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:36 smithi137 ceph-mon[117020]: from='client.493431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:36 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:19:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:37 smithi066 ceph-mon[112137]: pgmap v18190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:19:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:19:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:19:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:37 smithi203 ceph-mon[117428]: pgmap v18190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:19:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:19:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:19:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:37 smithi137 ceph-mon[117020]: pgmap v18190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:37.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:19:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:19:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:19:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:39 smithi066 ceph-mon[112137]: pgmap v18191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:39 smithi203 ceph-mon[117428]: pgmap v18191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:39.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:39.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:39.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:39 smithi137 ceph-mon[117020]: pgmap v18191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:40.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:40.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:40.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:40.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:40.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:41 smithi066 ceph-mon[112137]: pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:41 smithi066 ceph-mon[112137]: from='client.493506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:41 smithi203 ceph-mon[117428]: pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:41 smithi203 ceph-mon[117428]: from='client.493506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:41 smithi137 ceph-mon[117020]: pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:41 smithi137 ceph-mon[117020]: from='client.493506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:43 smithi066 ceph-mon[112137]: pgmap v18193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:43 smithi203 ceph-mon[117428]: pgmap v18193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:43 smithi137 ceph-mon[117020]: pgmap v18193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:45.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:45.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:45.325 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:45 smithi066 ceph-mon[112137]: pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:45 smithi203 ceph-mon[117428]: pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:45 smithi137 ceph-mon[117020]: pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:46.049 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:46.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:46.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:46.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:46.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:47 smithi066 ceph-mon[112137]: pgmap v18195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:47 smithi066 ceph-mon[112137]: from='client.493584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:47 smithi203 ceph-mon[117428]: pgmap v18195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:47 smithi203 ceph-mon[117428]: from='client.493584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:47.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:47 smithi137 ceph-mon[117020]: pgmap v18195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:47 smithi137 ceph-mon[117020]: from='client.493584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:49 smithi066 ceph-mon[112137]: pgmap v18196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:49 smithi203 ceph-mon[117428]: pgmap v18196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:49 smithi137 ceph-mon[117020]: pgmap v18196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:51.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:51.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:51.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:51 smithi066 ceph-mon[112137]: pgmap v18197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:51 smithi203 ceph-mon[117428]: pgmap v18197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:51 smithi137 ceph-mon[117020]: pgmap v18197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:51.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:51.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:51.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:51.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:51.783 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:53 smithi066 ceph-mon[112137]: from='client.493659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:53 smithi066 ceph-mon[112137]: pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:53.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:53 smithi203 ceph-mon[117428]: from='client.493659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:53.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:53 smithi203 ceph-mon[117428]: pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:53 smithi137 ceph-mon[117020]: from='client.493659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:53 smithi137 ceph-mon[117020]: pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:55 smithi066 ceph-mon[112137]: pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:55 smithi203 ceph-mon[117428]: pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:55 smithi137 ceph-mon[117020]: pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:56.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:19:56.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:56.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:57 smithi066 ceph-mon[112137]: pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:57.519 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:19:57.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:57.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:57.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:57.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:19:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:57 smithi203 ceph-mon[117428]: pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:57.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:57 smithi137 ceph-mon[117020]: pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:58 smithi066 ceph-mon[112137]: from='client.493737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:58.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:19:58 smithi066 ceph-mon[112137]: pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:58 smithi203 ceph-mon[117428]: from='client.493737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:58.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:19:58 smithi203 ceph-mon[117428]: pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:58 smithi137 ceph-mon[117020]: from='client.493737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:58.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:19:58 smithi137 ceph-mon[117020]: pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:00 smithi203 ceph-mon[117428]: pgmap v18202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:00.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T03:20:00.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:00 smithi137 ceph-mon[117020]: pgmap v18202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T03:20:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:00 smithi066 ceph-mon[112137]: pgmap v18202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T03:20:02.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:02.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:02.521 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:02.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:02 smithi203 ceph-mon[117428]: pgmap v18203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:02 smithi137 ceph-mon[117020]: pgmap v18203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:02 smithi066 ceph-mon[112137]: pgmap v18203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:03.263 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:03.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:03.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:03.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:03.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:04 smithi066 ceph-mon[112137]: from='client.493812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:04 smithi203 ceph-mon[117428]: from='client.493812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:04 smithi137 ceph-mon[117020]: from='client.493812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:05 smithi066 ceph-mon[112137]: pgmap v18204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:05 smithi203 ceph-mon[117428]: pgmap v18204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:05 smithi137 ceph-mon[117020]: pgmap v18204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:07 smithi066 ceph-mon[112137]: pgmap v18205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:07 smithi203 ceph-mon[117428]: pgmap v18205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:07 smithi137 ceph-mon[117020]: pgmap v18205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:08.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:08.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:08.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:08.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:08.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:08.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:08.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:08.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:09 smithi066 ceph-mon[112137]: pgmap v18206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:09 smithi203 ceph-mon[117428]: pgmap v18206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:09 smithi137 ceph-mon[117020]: pgmap v18206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:10 smithi066 ceph-mon[112137]: from='client.493884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:10 smithi203 ceph-mon[117428]: from='client.493884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:10.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:10 smithi137 ceph-mon[117020]: from='client.493884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:11 smithi066 ceph-mon[112137]: pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:11 smithi203 ceph-mon[117428]: pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:11 smithi137 ceph-mon[117020]: pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:13 smithi066 ceph-mon[112137]: pgmap v18208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:13 smithi203 ceph-mon[117428]: pgmap v18208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:13 smithi137 ceph-mon[117020]: pgmap v18208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:13.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:13.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:13.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:14.731 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:14.732 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:15 smithi066 ceph-mon[112137]: pgmap v18209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:15 smithi203 ceph-mon[117428]: pgmap v18209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:15 smithi137 ceph-mon[117020]: pgmap v18209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:16 smithi066 ceph-mon[112137]: from='client.493962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:16 smithi203 ceph-mon[117428]: from='client.493962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:16 smithi137 ceph-mon[117020]: from='client.493962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:17 smithi066 ceph-mon[112137]: pgmap v18210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:20:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:17 smithi203 ceph-mon[117428]: pgmap v18210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:20:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:17 smithi137 ceph-mon[117020]: pgmap v18210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:20:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:19 smithi066 ceph-mon[112137]: pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:20:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:19 smithi203 ceph-mon[117428]: pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:20:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:19 smithi137 ceph-mon[117020]: pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:20:19.733 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:19.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:19.733 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:20.466 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:20.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:20.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:20.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:20.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:21 smithi066 ceph-mon[112137]: pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:20:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:21 smithi066 ceph-mon[112137]: from='client.494040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:21 smithi203 ceph-mon[117428]: pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:20:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:21 smithi203 ceph-mon[117428]: from='client.494040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:21.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:21 smithi137 ceph-mon[117020]: pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:20:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:21 smithi137 ceph-mon[117020]: from='client.494040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:23 smithi066 ceph-mon[112137]: pgmap v18213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:23 smithi203 ceph-mon[117428]: pgmap v18213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:23 smithi137 ceph-mon[117020]: pgmap v18213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:25.467 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:25.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:25.468 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:25 smithi066 ceph-mon[112137]: pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:20:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:25 smithi203 ceph-mon[117428]: pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:20:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:25 smithi137 ceph-mon[117020]: pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:20:26.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:26.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:26.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:26.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:26.189 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:27 smithi066 ceph-mon[112137]: pgmap v18215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:27 smithi066 ceph-mon[112137]: from='client.494115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:27 smithi203 ceph-mon[117428]: pgmap v18215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:27 smithi203 ceph-mon[117428]: from='client.494115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:27 smithi137 ceph-mon[117020]: pgmap v18215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:27 smithi137 ceph-mon[117020]: from='client.494115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:29 smithi066 ceph-mon[112137]: pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:20:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:29 smithi203 ceph-mon[117428]: pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:20:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:29 smithi137 ceph-mon[117020]: pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:20:31.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:31.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:31.191 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:31 smithi066 ceph-mon[112137]: pgmap v18217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:20:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:31 smithi203 ceph-mon[117428]: pgmap v18217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:20:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:31 smithi137 ceph-mon[117020]: pgmap v18217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:20:31.917 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:31.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:31.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:31.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:31.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:32 smithi066 ceph-mon[112137]: pgmap v18218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:20:32.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:32 smithi066 ceph-mon[112137]: from='client.494190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:32 smithi203 ceph-mon[117428]: pgmap v18218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:20:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:32 smithi203 ceph-mon[117428]: from='client.494190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:32.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:32 smithi137 ceph-mon[117020]: pgmap v18218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:20:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:32 smithi137 ceph-mon[117020]: from='client.494190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:35 smithi066 ceph-mon[112137]: pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:35 smithi203 ceph-mon[117428]: pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:35 smithi137 ceph-mon[117020]: pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:36.919 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:36.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:36.919 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:37 smithi066 ceph-mon[112137]: pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:20:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:37 smithi203 ceph-mon[117428]: pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:20:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:37 smithi137 ceph-mon[117020]: pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:20:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:37.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:37.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:37.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:37.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:37.668 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:20:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:20:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:20:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:20:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:38.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:20:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:20:38.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:20:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:39 smithi066 ceph-mon[112137]: from='client.494265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:39 smithi066 ceph-mon[112137]: pgmap v18221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:39 smithi203 ceph-mon[117428]: from='client.494265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:39 smithi203 ceph-mon[117428]: pgmap v18221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:39.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:39 smithi137 ceph-mon[117020]: from='client.494265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:39 smithi137 ceph-mon[117020]: pgmap v18221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:41 smithi066 ceph-mon[112137]: pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:41 smithi203 ceph-mon[117428]: pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:41.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:41 smithi137 ceph-mon[117020]: pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:42.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:42.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:42.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:43.407 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:43.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:43.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:43.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:43.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:43 smithi066 ceph-mon[112137]: pgmap v18223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:43 smithi203 ceph-mon[117428]: pgmap v18223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:43 smithi137 ceph-mon[117020]: pgmap v18223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:44 smithi066 ceph-mon[112137]: from='client.494343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:44 smithi203 ceph-mon[117428]: from='client.494343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:44.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:44 smithi137 ceph-mon[117020]: from='client.494343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:45 smithi066 ceph-mon[112137]: pgmap v18224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:45 smithi203 ceph-mon[117428]: pgmap v18224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:45 smithi137 ceph-mon[117020]: pgmap v18224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:46 smithi066 ceph-mon[112137]: pgmap v18225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:46 smithi203 ceph-mon[117428]: pgmap v18225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:46 smithi137 ceph-mon[117020]: pgmap v18225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:48.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:48.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:48.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:49.127 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:49.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:49.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:49.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:49.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:49 smithi066 ceph-mon[112137]: pgmap v18226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:49 smithi203 ceph-mon[117428]: pgmap v18226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:49 smithi137 ceph-mon[117020]: pgmap v18226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:50 smithi066 ceph-mon[112137]: from='client.494421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:50 smithi203 ceph-mon[117428]: from='client.494421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:50.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:50 smithi137 ceph-mon[117020]: from='client.494421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:51 smithi066 ceph-mon[112137]: pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:51 smithi203 ceph-mon[117428]: pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:51 smithi137 ceph-mon[117020]: pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:53 smithi066 ceph-mon[112137]: pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:53 smithi203 ceph-mon[117428]: pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:53.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:53 smithi137 ceph-mon[117020]: pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:54.128 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:54.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:54.129 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:54.855 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:20:54.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:54.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:54.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:54.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:20:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:55 smithi066 ceph-mon[112137]: pgmap v18229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:55 smithi203 ceph-mon[117428]: pgmap v18229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:55 smithi137 ceph-mon[117020]: pgmap v18229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:56 smithi066 ceph-mon[112137]: from='client.494496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:56 smithi203 ceph-mon[117428]: from='client.494496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:56.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:56 smithi137 ceph-mon[117020]: from='client.494496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:57.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:57 smithi066 ceph-mon[112137]: pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:20:57.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:57 smithi203 ceph-mon[117428]: pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:20:57.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:57 smithi137 ceph-mon[117020]: pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:20:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:20:59 smithi066 ceph-mon[112137]: pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:20:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:20:59 smithi203 ceph-mon[117428]: pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:20:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:20:59 smithi137 ceph-mon[117020]: pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:20:59.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:20:59.857 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:59.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:00.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:00.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:00.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:00.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:00.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:01 smithi066 ceph-mon[112137]: pgmap v18232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:21:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:01 smithi203 ceph-mon[117428]: pgmap v18232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:21:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:01 smithi137 ceph-mon[117020]: pgmap v18232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:21:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:02 smithi066 ceph-mon[112137]: from='client.494574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:02 smithi203 ceph-mon[117428]: from='client.494574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:02 smithi137 ceph-mon[117020]: from='client.494574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:03 smithi066 ceph-mon[112137]: pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:03 smithi203 ceph-mon[117428]: pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:03 smithi137 ceph-mon[117020]: pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:05 smithi066 ceph-mon[112137]: pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:05 smithi203 ceph-mon[117428]: pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:05.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:05.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:05.601 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:05 smithi137 ceph-mon[117020]: pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:06.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:06.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:06.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:06.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:06.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:07 smithi066 ceph-mon[112137]: pgmap v18235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:07 smithi066 ceph-mon[112137]: from='client.494649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:07 smithi203 ceph-mon[117428]: pgmap v18235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:07 smithi203 ceph-mon[117428]: from='client.494649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:07 smithi137 ceph-mon[117020]: pgmap v18235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:07 smithi137 ceph-mon[117020]: from='client.494649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:09 smithi066 ceph-mon[112137]: pgmap v18236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:21:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:09 smithi203 ceph-mon[117428]: pgmap v18236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:21:09.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:09 smithi137 ceph-mon[117020]: pgmap v18236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:21:11.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:11.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:11.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:11 smithi066 ceph-mon[112137]: pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:21:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:11 smithi203 ceph-mon[117428]: pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:21:11.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:11 smithi137 ceph-mon[117020]: pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:21:12.050 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:12.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:12.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:12.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:12.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:13 smithi066 ceph-mon[112137]: pgmap v18238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:21:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:13 smithi066 ceph-mon[112137]: from='client.494724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:13 smithi203 ceph-mon[117428]: pgmap v18238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:21:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:13 smithi203 ceph-mon[117428]: from='client.494724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:13.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:13 smithi137 ceph-mon[117020]: pgmap v18238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:21:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:13 smithi137 ceph-mon[117020]: from='client.494724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:15 smithi066 ceph-mon[112137]: pgmap v18239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:15 smithi203 ceph-mon[117428]: pgmap v18239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:15 smithi137 ceph-mon[117020]: pgmap v18239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:17.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:17.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:17.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:17 smithi066 ceph-mon[112137]: pgmap v18240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:17 smithi203 ceph-mon[117428]: pgmap v18240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:17.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:17 smithi137 ceph-mon[117020]: pgmap v18240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:17.774 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:17.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:17.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:17.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:17.775 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:19 smithi066 ceph-mon[112137]: from='client.494796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:19 smithi066 ceph-mon[112137]: pgmap v18241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:19 smithi203 ceph-mon[117428]: from='client.494796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:19 smithi203 ceph-mon[117428]: pgmap v18241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:19.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:19 smithi137 ceph-mon[117020]: from='client.494796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:19 smithi137 ceph-mon[117020]: pgmap v18241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:21 smithi066 ceph-mon[112137]: pgmap v18242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:21 smithi203 ceph-mon[117428]: pgmap v18242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:21 smithi137 ceph-mon[117020]: pgmap v18242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:22.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:22.777 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:22.777 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:23 smithi066 ceph-mon[112137]: pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:23.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:23.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:23.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:23.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:23.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:23 smithi203 ceph-mon[117428]: pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:23.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:23 smithi137 ceph-mon[117020]: pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:24 smithi066 ceph-mon[112137]: from='client.494874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:24 smithi203 ceph-mon[117428]: from='client.494874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:24 smithi137 ceph-mon[117020]: from='client.494874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:25 smithi066 ceph-mon[112137]: pgmap v18244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:25 smithi203 ceph-mon[117428]: pgmap v18244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:25 smithi137 ceph-mon[117020]: pgmap v18244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:26.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:26 smithi066 ceph-mon[112137]: pgmap v18245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:26.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:26 smithi203 ceph-mon[117428]: pgmap v18245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:26.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:26 smithi137 ceph-mon[117020]: pgmap v18245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:28.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:28.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:28.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:29.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:29.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:29.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:29.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:29.261 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:29 smithi066 ceph-mon[112137]: pgmap v18246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:29 smithi203 ceph-mon[117428]: pgmap v18246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:29 smithi137 ceph-mon[117020]: pgmap v18246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:30 smithi066 ceph-mon[112137]: from='client.494943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:30 smithi203 ceph-mon[117428]: from='client.494943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:30.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:30 smithi137 ceph-mon[117020]: from='client.494943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:31 smithi066 ceph-mon[112137]: pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:31 smithi203 ceph-mon[117428]: pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:31.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:31 smithi137 ceph-mon[117020]: pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:33 smithi066 ceph-mon[112137]: pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:33 smithi203 ceph-mon[117428]: pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:33 smithi137 ceph-mon[117020]: pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:34.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:34.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:34.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:34.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:34.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:34.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:34.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:35 smithi066 ceph-mon[112137]: pgmap v18249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:35 smithi203 ceph-mon[117428]: pgmap v18249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:35.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:35 smithi137 ceph-mon[117020]: pgmap v18249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:36 smithi066 ceph-mon[112137]: from='client.495021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:36 smithi203 ceph-mon[117428]: from='client.495021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:36.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:36 smithi137 ceph-mon[117020]: from='client.495021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:37 smithi066 ceph-mon[112137]: pgmap v18250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:37 smithi203 ceph-mon[117428]: pgmap v18250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:37 smithi137 ceph-mon[117020]: pgmap v18250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:38 smithi066 ceph-mon[112137]: pgmap v18251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:38.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:21:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:38 smithi203 ceph-mon[117428]: pgmap v18251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:38.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:21:38.583 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:38 smithi137 ceph-mon[117020]: pgmap v18251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:38.583 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:21:40.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:40.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:40.001 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:40.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:40.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:40.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:40.747 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:40.747 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:40 smithi203 ceph-mon[117428]: pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:40.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:40 smithi137 ceph-mon[117020]: pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:40 smithi066 ceph-mon[112137]: pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:41 smithi203 ceph-mon[117428]: from='client.306461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:41.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:21:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:21:41.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:41 smithi137 ceph-mon[117020]: from='client.306461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:21:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:21:41.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:41 smithi066 ceph-mon[112137]: from='client.306461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:41.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:21:41.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:21:41.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:21:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:42 smithi066 ceph-mon[112137]: pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:42 smithi203 ceph-mon[117428]: pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:42 smithi137 ceph-mon[117020]: pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:45 smithi066 ceph-mon[112137]: pgmap v18254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:45 smithi203 ceph-mon[117428]: pgmap v18254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:45 smithi137 ceph-mon[117020]: pgmap v18254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:45.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:45.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:45.749 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:46.473 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:46.473 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:46.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:46.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:46.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:47 smithi066 ceph-mon[112137]: pgmap v18255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:47 smithi066 ceph-mon[112137]: from='client.495171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:47 smithi203 ceph-mon[117428]: pgmap v18255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:47 smithi203 ceph-mon[117428]: from='client.495171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:47 smithi137 ceph-mon[117020]: pgmap v18255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:47 smithi137 ceph-mon[117020]: from='client.495171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:49.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:49 smithi066 ceph-mon[112137]: pgmap v18256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:49 smithi203 ceph-mon[117428]: pgmap v18256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:49 smithi137 ceph-mon[117020]: pgmap v18256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:51.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:51.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:51.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:51 smithi066 ceph-mon[112137]: pgmap v18257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:51 smithi203 ceph-mon[117428]: pgmap v18257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:51 smithi137 ceph-mon[117020]: pgmap v18257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:52.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:52.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:52.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:52.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:52.209 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:53 smithi066 ceph-mon[112137]: pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:53 smithi066 ceph-mon[112137]: from='client.495246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:53 smithi203 ceph-mon[117428]: pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:53 smithi203 ceph-mon[117428]: from='client.495246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:53 smithi137 ceph-mon[117020]: pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:53 smithi137 ceph-mon[117020]: from='client.495246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:55 smithi066 ceph-mon[112137]: pgmap v18259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:55 smithi203 ceph-mon[117428]: pgmap v18259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:55 smithi137 ceph-mon[117020]: pgmap v18259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:56 smithi066 ceph-mon[112137]: pgmap v18260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:56 smithi203 ceph-mon[117428]: pgmap v18260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:56 smithi137 ceph-mon[117020]: pgmap v18260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:57.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:21:57.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:57.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:57.938 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:21:57.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:57.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:57.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:57.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:21:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:59 smithi066 ceph-mon[112137]: pgmap v18261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:21:59 smithi066 ceph-mon[112137]: from='client.495318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:59 smithi203 ceph-mon[117428]: pgmap v18261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:21:59 smithi203 ceph-mon[117428]: from='client.495318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:59 smithi137 ceph-mon[117020]: pgmap v18261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:21:59 smithi137 ceph-mon[117020]: from='client.495318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:01 smithi066 ceph-mon[112137]: pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:01 smithi203 ceph-mon[117428]: pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:01 smithi137 ceph-mon[117020]: pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:02.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:02.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:02.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:03 smithi066 ceph-mon[112137]: pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:03 smithi203 ceph-mon[117428]: pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:03 smithi137 ceph-mon[117020]: pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:03.664 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:03.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:03.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:03.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:03.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:05 smithi066 ceph-mon[112137]: from='client.495396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:05 smithi066 ceph-mon[112137]: pgmap v18264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:05 smithi203 ceph-mon[117428]: from='client.495396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:05 smithi203 ceph-mon[117428]: pgmap v18264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:05.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:05 smithi137 ceph-mon[117020]: from='client.495396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:05 smithi137 ceph-mon[117020]: pgmap v18264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:07 smithi066 ceph-mon[112137]: pgmap v18265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:07 smithi203 ceph-mon[117428]: pgmap v18265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:07.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:07 smithi137 ceph-mon[117020]: pgmap v18265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:08.665 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:08.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:08.666 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:09.388 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:09.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:09.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:09.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:09.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:09 smithi066 ceph-mon[112137]: pgmap v18266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:09 smithi203 ceph-mon[117428]: pgmap v18266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:09 smithi137 ceph-mon[117020]: pgmap v18266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:10 smithi066 ceph-mon[112137]: from='client.495468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:10 smithi066 ceph-mon[112137]: pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:10 smithi203 ceph-mon[117428]: from='client.495468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:10.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:10 smithi203 ceph-mon[117428]: pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:10 smithi137 ceph-mon[117020]: from='client.495468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:10 smithi137 ceph-mon[117020]: pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:12.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:12 smithi203 ceph-mon[117428]: pgmap v18268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:12 smithi137 ceph-mon[117020]: pgmap v18268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:12 smithi066 ceph-mon[112137]: pgmap v18268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:14.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:14.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:14.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:15.121 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:15.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:15.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:15.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:15.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:15 smithi066 ceph-mon[112137]: pgmap v18269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:15 smithi203 ceph-mon[117428]: pgmap v18269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:15.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:15 smithi137 ceph-mon[117020]: pgmap v18269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:16 smithi066 ceph-mon[112137]: from='client.495543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:16 smithi203 ceph-mon[117428]: from='client.495543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:16.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:16 smithi137 ceph-mon[117020]: from='client.495543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:17 smithi066 ceph-mon[112137]: pgmap v18270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:17.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:17 smithi203 ceph-mon[117428]: pgmap v18270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:17 smithi137 ceph-mon[117020]: pgmap v18270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:19 smithi066 ceph-mon[112137]: pgmap v18271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:19 smithi203 ceph-mon[117428]: pgmap v18271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:19 smithi137 ceph-mon[117020]: pgmap v18271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:20.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:20.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:20.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:20.860 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:20.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:20.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:20.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:20.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:21 smithi066 ceph-mon[112137]: pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:21 smithi203 ceph-mon[117428]: pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:21 smithi137 ceph-mon[117020]: pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:22 smithi066 ceph-mon[112137]: from='client.495615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:22 smithi066 ceph-mon[112137]: pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:22 smithi203 ceph-mon[117428]: from='client.495615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:22 smithi203 ceph-mon[117428]: pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:22 smithi137 ceph-mon[117020]: from='client.495615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:22 smithi137 ceph-mon[117020]: pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:25 smithi066 ceph-mon[112137]: pgmap v18274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:25 smithi203 ceph-mon[117428]: pgmap v18274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:25 smithi137 ceph-mon[117020]: pgmap v18274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:25.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:25.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:25.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:26.608 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:26.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:26.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:26.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:26.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:27 smithi066 ceph-mon[112137]: pgmap v18275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:27 smithi203 ceph-mon[117428]: pgmap v18275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:27.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:27 smithi137 ceph-mon[117020]: pgmap v18275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:28.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:28 smithi066 ceph-mon[112137]: from='client.495690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:28.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:28 smithi203 ceph-mon[117428]: from='client.495690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:28.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:28 smithi137 ceph-mon[117020]: from='client.495690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:29 smithi066 ceph-mon[112137]: pgmap v18276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:29 smithi203 ceph-mon[117428]: pgmap v18276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:29.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:29 smithi137 ceph-mon[117020]: pgmap v18276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:30.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:30 smithi066 ceph-mon[112137]: pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:30.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:30 smithi203 ceph-mon[117428]: pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:30 smithi137 ceph-mon[117020]: pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:31.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:31.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:31.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:32.336 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:32.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:32.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:32.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:32.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:32.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:32 smithi203 ceph-mon[117428]: pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:32 smithi203 ceph-mon[117428]: from='client.495756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:32 smithi137 ceph-mon[117020]: pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:32 smithi137 ceph-mon[117020]: from='client.495756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:32 smithi066 ceph-mon[112137]: pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:32 smithi066 ceph-mon[112137]: from='client.495756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:35 smithi066 ceph-mon[112137]: pgmap v18279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:35 smithi203 ceph-mon[117428]: pgmap v18279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:35 smithi137 ceph-mon[117020]: pgmap v18279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:37.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:37.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:37.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:37.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:37 smithi066 ceph-mon[112137]: pgmap v18280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:37.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:37 smithi203 ceph-mon[117428]: pgmap v18280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:37 smithi137 ceph-mon[117020]: pgmap v18280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:38.075 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:38.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:38.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:38.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:38.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:39 smithi066 ceph-mon[112137]: pgmap v18281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:39 smithi066 ceph-mon[112137]: from='client.495831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:39 smithi203 ceph-mon[117428]: pgmap v18281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:39 smithi203 ceph-mon[117428]: from='client.495831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:39 smithi137 ceph-mon[117020]: pgmap v18281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:39 smithi137 ceph-mon[117020]: from='client.495831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:41.448 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:41 smithi203 ceph-mon[117428]: pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:41.448 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:22:41.452 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:41 smithi066 ceph-mon[112137]: pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:41.452 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:22:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:41 smithi137 ceph-mon[117020]: pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:22:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: pgmap v18283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:42.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:42.991 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: pgmap v18283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:43.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:43.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: pgmap v18283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.821 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:43.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:43.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:43.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:43.821 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21021M 2023-12-08T03:22:43.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 14784M 2023-12-08T03:22:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 16711M 2023-12-08T03:22:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:22:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:22:43.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21021M 2023-12-08T03:22:44.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 14784M 2023-12-08T03:22:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 16711M 2023-12-08T03:22:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:22:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:22:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21021M 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 14784M 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 16711M 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:22:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:22:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:45 smithi066 ceph-mon[112137]: from='client.495903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:45 smithi066 ceph-mon[112137]: pgmap v18284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:45 smithi203 ceph-mon[117428]: from='client.495903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:45 smithi203 ceph-mon[117428]: pgmap v18284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:45.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:45 smithi137 ceph-mon[117020]: from='client.495903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:45 smithi137 ceph-mon[117020]: pgmap v18284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:47 smithi066 ceph-mon[112137]: pgmap v18285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:47 smithi203 ceph-mon[117428]: pgmap v18285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:47 smithi137 ceph-mon[117020]: pgmap v18285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:48.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:48.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:48.823 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:49 smithi066 ceph-mon[112137]: pgmap v18286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:49.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:49.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:49.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:49.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:49.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:49 smithi203 ceph-mon[117428]: pgmap v18286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:49 smithi137 ceph-mon[117020]: pgmap v18286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:50.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:50 smithi066 ceph-mon[112137]: from='client.495978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:50 smithi203 ceph-mon[117428]: from='client.495978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:50 smithi137 ceph-mon[117020]: from='client.495978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:51 smithi066 ceph-mon[112137]: pgmap v18287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:51 smithi203 ceph-mon[117428]: pgmap v18287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:51 smithi137 ceph-mon[117020]: pgmap v18287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:53 smithi066 ceph-mon[112137]: pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:53 smithi203 ceph-mon[117428]: pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:53 smithi137 ceph-mon[117020]: pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:54 smithi066 ceph-mon[112137]: pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:54.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:22:54.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:54.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:54 smithi203 ceph-mon[117428]: pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:54 smithi137 ceph-mon[117020]: pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:55.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:22:55.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:55.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:55.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:55.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:22:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:55 smithi066 ceph-mon[112137]: from='client.496047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:55 smithi203 ceph-mon[117428]: from='client.496047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:55 smithi137 ceph-mon[117020]: from='client.496047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:56 smithi066 ceph-mon[112137]: pgmap v18290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:56 smithi203 ceph-mon[117428]: pgmap v18290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:56 smithi137 ceph-mon[117020]: pgmap v18290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:22:59 smithi066 ceph-mon[112137]: pgmap v18291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:22:59 smithi203 ceph-mon[117428]: pgmap v18291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:22:59 smithi137 ceph-mon[117020]: pgmap v18291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:00.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:00.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:00.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:01.016 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:01.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:01.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:01.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:01.017 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:01 smithi066 ceph-mon[112137]: pgmap v18292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:01 smithi203 ceph-mon[117428]: pgmap v18292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:01.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:01 smithi137 ceph-mon[117020]: pgmap v18292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:02.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:01 smithi203 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-c[117405]: 2023-12-08T03:23:01.789+0000 7fce69e4c700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:23:02.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:01 smithi203 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-c[117405]: 2023-12-08T03:23:01.789+0000 7fce69e4c700 -1 mon.c@1(peon) e3 *** Got Signal Hangup *** 2023-12-08T03:23:02.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:01 smithi203 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-c[117405]: 2023-12-08T03:23:01.823+0000 7fce69e4c700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:23:02.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:01 smithi203 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-c[117405]: 2023-12-08T03:23:01.823+0000 7fce69e4c700 -1 mon.c@1(peon) e3 *** Got Signal Hangup *** 2023-12-08T03:23:02.072 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 03:23:01 smithi203 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-2[122470]: 2023-12-08T03:23:01.789+0000 7f5ea5eac700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:23:02.072 INFO:journalctl@ceph.osd.2.smithi203.stdout:Dec 08 03:23:01 smithi203 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-2[122470]: 2023-12-08T03:23:01.823+0000 7f5ea5eac700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:23:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:02 smithi066 ceph-mon[112137]: from='client.496125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:02 smithi203 ceph-mon[117428]: from='client.496125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:02.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:02 smithi137 ceph-mon[117020]: from='client.496125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:03 smithi066 ceph-mon[112137]: pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:03 smithi203 ceph-mon[117428]: pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:03.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:03 smithi137 ceph-mon[117020]: pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:05 smithi066 ceph-mon[112137]: pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:05 smithi203 ceph-mon[117428]: pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:05 smithi137 ceph-mon[117020]: pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:06.019 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:06.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:06.019 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:06.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:06 smithi203 ceph-mon[117428]: pgmap v18295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:06.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:06 smithi137 ceph-mon[117020]: pgmap v18295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:06 smithi066 ceph-mon[112137]: pgmap v18295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:06.750 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:06.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:06.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:06.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:06.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:07.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:07 smithi203 ceph-mon[117428]: from='client.496203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:07 smithi137 ceph-mon[117020]: from='client.496203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:07.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:07 smithi066 ceph-mon[112137]: from='client.496203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:09 smithi066 ceph-mon[112137]: pgmap v18296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:09 smithi203 ceph-mon[117428]: pgmap v18296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:09 smithi137 ceph-mon[117020]: pgmap v18296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:11 smithi066 ceph-mon[112137]: pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:11 smithi203 ceph-mon[117428]: pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:11 smithi137 ceph-mon[117020]: pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:11.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:11.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:11.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:12.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:12.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:12.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:12.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:12.473 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:13 smithi066 ceph-mon[112137]: pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:13 smithi066 ceph-mon[112137]: from='client.496278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:13 smithi203 ceph-mon[117428]: pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:13 smithi203 ceph-mon[117428]: from='client.496278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:13 smithi137 ceph-mon[117020]: pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:13 smithi137 ceph-mon[117020]: from='client.496278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:15 smithi066 ceph-mon[112137]: pgmap v18299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:15 smithi203 ceph-mon[117428]: pgmap v18299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:15 smithi137 ceph-mon[117020]: pgmap v18299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:17.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:17.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:17.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:17.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:17 smithi066 ceph-mon[112137]: pgmap v18300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:17.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:17 smithi203 ceph-mon[117428]: pgmap v18300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:17.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:17 smithi137 ceph-mon[117020]: pgmap v18300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:18.190 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:18.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:18.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:18.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:18.191 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:19 smithi066 ceph-mon[112137]: pgmap v18301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:19 smithi066 ceph-mon[112137]: from='client.496356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:19 smithi203 ceph-mon[117428]: pgmap v18301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:19 smithi203 ceph-mon[117428]: from='client.496356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:19 smithi137 ceph-mon[117020]: pgmap v18301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:19 smithi137 ceph-mon[117020]: from='client.496356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:20.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:20 smithi066 ceph-mon[112137]: pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:20 smithi203 ceph-mon[117428]: pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:20.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:20 smithi137 ceph-mon[117020]: pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:22.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:22 smithi203 ceph-mon[117428]: pgmap v18303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:22 smithi137 ceph-mon[117020]: pgmap v18303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:22 smithi066 ceph-mon[112137]: pgmap v18303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:23.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:23.192 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:23.193 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:23.935 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:23.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:23.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:23.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:23.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:25 smithi066 ceph-mon[112137]: pgmap v18304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:25 smithi066 ceph-mon[112137]: from='client.303853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:25 smithi203 ceph-mon[117428]: pgmap v18304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:25 smithi203 ceph-mon[117428]: from='client.303853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:25.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:25 smithi137 ceph-mon[117020]: pgmap v18304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:25 smithi137 ceph-mon[117020]: from='client.303853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:27.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:27 smithi066 ceph-mon[112137]: pgmap v18305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:27.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:27 smithi203 ceph-mon[117428]: pgmap v18305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:27 smithi137 ceph-mon[117020]: pgmap v18305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:28.937 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:28.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:28.938 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:29 smithi066 ceph-mon[112137]: pgmap v18306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:29 smithi203 ceph-mon[117428]: pgmap v18306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:29 smithi137 ceph-mon[117020]: pgmap v18306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:29.673 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:29.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:29.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:29.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:29.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:31 smithi066 ceph-mon[112137]: from='client.496503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:31 smithi066 ceph-mon[112137]: pgmap v18307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:31 smithi203 ceph-mon[117428]: from='client.496503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:31 smithi203 ceph-mon[117428]: pgmap v18307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:31 smithi137 ceph-mon[117020]: from='client.496503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:31 smithi137 ceph-mon[117020]: pgmap v18307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:33 smithi066 ceph-mon[112137]: pgmap v18308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:33 smithi203 ceph-mon[117428]: pgmap v18308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:33.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:33 smithi137 ceph-mon[117020]: pgmap v18308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:34 smithi066 ceph-mon[112137]: pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:34 smithi203 ceph-mon[117428]: pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:34.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:34 smithi137 ceph-mon[117020]: pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:34.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:34.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:34.675 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:35.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:35.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:35.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:35.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:35.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:35 smithi066 ceph-mon[112137]: from='client.496578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:35 smithi203 ceph-mon[117428]: from='client.496578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:35 smithi137 ceph-mon[117020]: from='client.496578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:36 smithi066 ceph-mon[112137]: pgmap v18310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:36 smithi203 ceph-mon[117428]: pgmap v18310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:36 smithi137 ceph-mon[117020]: pgmap v18310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:39 smithi066 ceph-mon[112137]: pgmap v18311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:39 smithi203 ceph-mon[117428]: pgmap v18311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:39 smithi137 ceph-mon[117020]: pgmap v18311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:40.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:40.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:40.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:41.121 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:41.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:41.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:41.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:41.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:41 smithi066 ceph-mon[112137]: pgmap v18312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:41 smithi203 ceph-mon[117428]: pgmap v18312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:41 smithi137 ceph-mon[117020]: pgmap v18312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:42.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:42 smithi066 ceph-mon[112137]: from='client.496656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:42.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:42 smithi203 ceph-mon[117428]: from='client.496656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:42.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:42 smithi137 ceph-mon[117020]: from='client.496656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:43 smithi066 ceph-mon[112137]: pgmap v18313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:23:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:43 smithi203 ceph-mon[117428]: pgmap v18313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:23:43.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:43 smithi137 ceph-mon[117020]: pgmap v18313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:23:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:23:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:23:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:23:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:23:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:23:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:23:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:23:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:23:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:23:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:45 smithi066 ceph-mon[112137]: pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:45 smithi203 ceph-mon[117428]: pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:45 smithi137 ceph-mon[117020]: pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:46.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:46.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:46.123 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:46 smithi066 ceph-mon[112137]: pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:46 smithi203 ceph-mon[117428]: pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:46.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:46 smithi137 ceph-mon[117020]: pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:46.851 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:46.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:46.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:46.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:46.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:47.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:47 smithi066 ceph-mon[112137]: from='client.496731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:47 smithi203 ceph-mon[117428]: from='client.496731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:47 smithi137 ceph-mon[117020]: from='client.496731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:49 smithi066 ceph-mon[112137]: pgmap v18316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:49 smithi203 ceph-mon[117428]: pgmap v18316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:49.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:49 smithi137 ceph-mon[117020]: pgmap v18316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:51 smithi066 ceph-mon[112137]: pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:51 smithi203 ceph-mon[117428]: pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:51.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:51 smithi137 ceph-mon[117020]: pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:51.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:51.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:51.854 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:52.582 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:52.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:52.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:52.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:52.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:53 smithi066 ceph-mon[112137]: pgmap v18318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:53 smithi203 ceph-mon[117428]: pgmap v18318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:53 smithi137 ceph-mon[117020]: pgmap v18318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:54.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:54 smithi066 ceph-mon[112137]: from='client.496809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:54 smithi203 ceph-mon[117428]: from='client.496809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:54 smithi137 ceph-mon[117020]: from='client.496809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:55 smithi066 ceph-mon[112137]: pgmap v18319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:55 smithi203 ceph-mon[117428]: pgmap v18319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:55 smithi137 ceph-mon[117020]: pgmap v18319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:56 smithi066 ceph-mon[112137]: pgmap v18320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:56 smithi203 ceph-mon[117428]: pgmap v18320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:56 smithi137 ceph-mon[117020]: pgmap v18320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:57.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:23:57.584 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:57.585 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:58.310 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:23:58.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:58.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:58.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:58.311 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:23:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:59 smithi066 ceph-mon[112137]: pgmap v18321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:23:59 smithi066 ceph-mon[112137]: from='client.496887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:59 smithi203 ceph-mon[117428]: pgmap v18321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:23:59 smithi203 ceph-mon[117428]: from='client.496887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:59.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:59 smithi137 ceph-mon[117020]: pgmap v18321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:23:59 smithi137 ceph-mon[117020]: from='client.496887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:01 smithi066 ceph-mon[112137]: pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:01 smithi203 ceph-mon[117428]: pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:01 smithi137 ceph-mon[117020]: pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:03.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:03.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:03.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:03 smithi066 ceph-mon[112137]: pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:03 smithi203 ceph-mon[117428]: pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:03 smithi137 ceph-mon[117020]: pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:04.049 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:04.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:04.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:04.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:04.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:05 smithi066 ceph-mon[112137]: pgmap v18324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:05 smithi066 ceph-mon[112137]: from='client.496965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:05 smithi203 ceph-mon[117428]: pgmap v18324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:05.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:05 smithi203 ceph-mon[117428]: from='client.496965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:05 smithi137 ceph-mon[117020]: pgmap v18324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:05 smithi137 ceph-mon[117020]: from='client.496965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:07.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:07 smithi066 ceph-mon[112137]: pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:07.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:07 smithi203 ceph-mon[117428]: pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:07.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:07 smithi137 ceph-mon[117020]: pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:09.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:09.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:09.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:09 smithi066 ceph-mon[112137]: pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:09 smithi203 ceph-mon[117428]: pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:09 smithi137 ceph-mon[117020]: pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:09.791 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:09.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:09.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:09.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:09.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:11 smithi066 ceph-mon[112137]: from='client.497040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:11 smithi066 ceph-mon[112137]: pgmap v18327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:11 smithi203 ceph-mon[117428]: from='client.497040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:11 smithi203 ceph-mon[117428]: pgmap v18327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:11 smithi137 ceph-mon[117020]: from='client.497040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:11 smithi137 ceph-mon[117020]: pgmap v18327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:13 smithi066 ceph-mon[112137]: pgmap v18328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:24:13.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:13 smithi203 ceph-mon[117428]: pgmap v18328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:24:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:13 smithi137 ceph-mon[117020]: pgmap v18328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:24:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:14 smithi203 ceph-mon[117428]: pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:24:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:14 smithi137 ceph-mon[117020]: pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:24:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:14 smithi066 ceph-mon[112137]: pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:24:14.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:14.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:14.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:15.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:15.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:15.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:15.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:15.523 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:15 smithi203 ceph-mon[117428]: from='client.497115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:15 smithi137 ceph-mon[117020]: from='client.497115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:15 smithi066 ceph-mon[112137]: from='client.497115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:16 smithi203 ceph-mon[117428]: pgmap v18330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:16 smithi137 ceph-mon[117020]: pgmap v18330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:16 smithi066 ceph-mon[112137]: pgmap v18330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:19 smithi066 ceph-mon[112137]: pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:19 smithi203 ceph-mon[117428]: pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:19 smithi137 ceph-mon[117020]: pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:20.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:20.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:20.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:21.249 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:21.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:21.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:21.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:21.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:21 smithi066 ceph-mon[112137]: pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:21 smithi203 ceph-mon[117428]: pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:21 smithi137 ceph-mon[117020]: pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:22.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:22 smithi066 ceph-mon[112137]: from='client.497190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:22.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:22 smithi203 ceph-mon[117428]: from='client.497190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:22 smithi137 ceph-mon[117020]: from='client.497190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:23 smithi066 ceph-mon[112137]: pgmap v18333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:23 smithi203 ceph-mon[117428]: pgmap v18333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:23 smithi137 ceph-mon[117020]: pgmap v18333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:24.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:24 smithi066 ceph-mon[112137]: pgmap v18334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:24:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:24 smithi203 ceph-mon[117428]: pgmap v18334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:24:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:24 smithi137 ceph-mon[117020]: pgmap v18334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:24:26.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:26.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:26.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:26.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:26 smithi203 ceph-mon[117428]: pgmap v18335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:24:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:26 smithi137 ceph-mon[117020]: pgmap v18335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:24:26.977 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:26.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:26.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:26.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:26.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:26 smithi066 ceph-mon[112137]: pgmap v18335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:24:27.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:27 smithi203 ceph-mon[117428]: from='client.497268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:27.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:27 smithi137 ceph-mon[117020]: from='client.497268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:27 smithi066 ceph-mon[112137]: from='client.497268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:29 smithi066 ceph-mon[112137]: pgmap v18336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:29 smithi203 ceph-mon[117428]: pgmap v18336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:29 smithi137 ceph-mon[117020]: pgmap v18336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:31 smithi066 ceph-mon[112137]: pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:31 smithi203 ceph-mon[117428]: pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:31 smithi137 ceph-mon[117020]: pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:31.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:31.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:31.979 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:32.706 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:32.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:32.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:32.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:32.707 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:33 smithi066 ceph-mon[112137]: pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:33 smithi203 ceph-mon[117428]: pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:33 smithi137 ceph-mon[117020]: pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:34 smithi066 ceph-mon[112137]: from='client.497343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:34 smithi203 ceph-mon[117428]: from='client.497343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:34 smithi137 ceph-mon[117020]: from='client.497343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:35.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:35 smithi066 ceph-mon[112137]: pgmap v18339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:35 smithi203 ceph-mon[117428]: pgmap v18339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:35 smithi137 ceph-mon[117020]: pgmap v18339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:36.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:36 smithi066 ceph-mon[112137]: pgmap v18340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:36 smithi203 ceph-mon[117428]: pgmap v18340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:36 smithi137 ceph-mon[117020]: pgmap v18340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:37.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:37.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:37.708 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:38.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:38.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:38.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:38.436 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:38.436 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:39 smithi066 ceph-mon[112137]: pgmap v18341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:39 smithi066 ceph-mon[112137]: from='client.497421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:39 smithi203 ceph-mon[117428]: pgmap v18341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:39 smithi203 ceph-mon[117428]: from='client.497421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:39 smithi137 ceph-mon[117020]: pgmap v18341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:39 smithi137 ceph-mon[117020]: from='client.497421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:41 smithi066 ceph-mon[112137]: pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:41 smithi203 ceph-mon[117428]: pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:41 smithi137 ceph-mon[117020]: pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:43.437 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:43.437 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:43.438 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:43 smithi066 ceph-mon[112137]: pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:43.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:43 smithi203 ceph-mon[117428]: pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:43 smithi137 ceph-mon[117020]: pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:44.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:44.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:44.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:44.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:44.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:24:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:24:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:24:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:24:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:24:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:24:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:24:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:24:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:24:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:24:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:24:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:24:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:45 smithi066 ceph-mon[112137]: pgmap v18344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:45.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:45 smithi066 ceph-mon[112137]: from='client.497496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:45 smithi203 ceph-mon[117428]: pgmap v18344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:45 smithi203 ceph-mon[117428]: from='client.497496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:45 smithi137 ceph-mon[117020]: pgmap v18344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:45 smithi137 ceph-mon[117020]: from='client.497496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:46.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:46 smithi066 ceph-mon[112137]: pgmap v18345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:46 smithi203 ceph-mon[117428]: pgmap v18345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:46 smithi137 ceph-mon[117020]: pgmap v18345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:49.202 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:49.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:49.203 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:49 smithi066 ceph-mon[112137]: pgmap v18346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:49 smithi203 ceph-mon[117428]: pgmap v18346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:49 smithi137 ceph-mon[117020]: pgmap v18346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:49.924 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:49.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:49.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:49.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:49.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:51 smithi066 ceph-mon[112137]: pgmap v18347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:51 smithi066 ceph-mon[112137]: from='client.497571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:51 smithi203 ceph-mon[117428]: pgmap v18347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:51 smithi203 ceph-mon[117428]: from='client.497571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:51 smithi137 ceph-mon[117020]: pgmap v18347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:51 smithi137 ceph-mon[117020]: from='client.497571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:53.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:53 smithi066 ceph-mon[112137]: pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:24:53.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:53 smithi203 ceph-mon[117428]: pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:24:53.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:53 smithi137 ceph-mon[117020]: pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:24:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:24:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:54.926 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:55 smithi066 ceph-mon[112137]: pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:24:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:55 smithi203 ceph-mon[117428]: pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:24:55.621 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:55 smithi137 ceph-mon[117020]: pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:24:55.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:24:55.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:55.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:55.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:55.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:24:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:56 smithi203 ceph-mon[117428]: from='client.497649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:56 smithi203 ceph-mon[117428]: pgmap v18350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:56 smithi137 ceph-mon[117020]: from='client.497649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:56 smithi137 ceph-mon[117020]: pgmap v18350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:56 smithi066 ceph-mon[112137]: from='client.497649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:56 smithi066 ceph-mon[112137]: pgmap v18350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:24:59 smithi066 ceph-mon[112137]: pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:24:59 smithi203 ceph-mon[117428]: pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:24:59 smithi137 ceph-mon[117020]: pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:00.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:00.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:00.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:01.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:01.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:01.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:01.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:01.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:01 smithi066 ceph-mon[112137]: pgmap v18352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:01 smithi203 ceph-mon[117428]: pgmap v18352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:01 smithi137 ceph-mon[117020]: pgmap v18352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:02.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:02 smithi066 ceph-mon[112137]: from='client.497724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:02.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:02 smithi203 ceph-mon[117428]: from='client.497724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:02 smithi137 ceph-mon[117020]: from='client.497724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:03 smithi066 ceph-mon[112137]: pgmap v18353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:03.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:03 smithi203 ceph-mon[117428]: pgmap v18353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:03 smithi137 ceph-mon[117020]: pgmap v18353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:04.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:04 smithi066 ceph-mon[112137]: pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:25:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:04 smithi203 ceph-mon[117428]: pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:25:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:04 smithi137 ceph-mon[117020]: pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:25:06.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:06.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:06.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:06 smithi137 ceph-mon[117020]: pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:25:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:06 smithi066 ceph-mon[112137]: pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:25:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:06 smithi203 ceph-mon[117428]: pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:25:07.104 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:07.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:07.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:07.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:07.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:07.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:07 smithi137 ceph-mon[117020]: from='client.497796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:07 smithi066 ceph-mon[112137]: from='client.497796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:08.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:07 smithi203 ceph-mon[117428]: from='client.497796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:09 smithi066 ceph-mon[112137]: pgmap v18356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:09 smithi203 ceph-mon[117428]: pgmap v18356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:09 smithi137 ceph-mon[117020]: pgmap v18356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:11.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:11 smithi066 ceph-mon[112137]: pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:11.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:11 smithi203 ceph-mon[117428]: pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:11 smithi137 ceph-mon[117020]: pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:12.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:12.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:12.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:12.852 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:12.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:12.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:12.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:12.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:13 smithi066 ceph-mon[112137]: pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:13 smithi203 ceph-mon[117428]: pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:13.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:13 smithi137 ceph-mon[117020]: pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:14.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:14 smithi066 ceph-mon[112137]: from='client.497868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:14 smithi203 ceph-mon[117428]: from='client.497868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:14 smithi137 ceph-mon[117020]: from='client.497868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:15 smithi066 ceph-mon[112137]: pgmap v18359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:15 smithi203 ceph-mon[117428]: pgmap v18359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:15 smithi137 ceph-mon[117020]: pgmap v18359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:16.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:16 smithi066 ceph-mon[112137]: pgmap v18360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:16 smithi203 ceph-mon[117428]: pgmap v18360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:16 smithi137 ceph-mon[117020]: pgmap v18360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:17.854 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:17.854 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:17.854 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:18.584 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:18.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:18.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:18.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:18.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:19 smithi066 ceph-mon[112137]: pgmap v18361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:19 smithi066 ceph-mon[112137]: from='client.497940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:19 smithi203 ceph-mon[117428]: pgmap v18361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:19 smithi203 ceph-mon[117428]: from='client.497940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:19 smithi137 ceph-mon[117020]: pgmap v18361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:19 smithi137 ceph-mon[117020]: from='client.497940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:21.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:21 smithi066 ceph-mon[112137]: pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:21.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:21 smithi203 ceph-mon[117428]: pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:21 smithi137 ceph-mon[117020]: pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:23 smithi066 ceph-mon[112137]: pgmap v18363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:23.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:23 smithi203 ceph-mon[117428]: pgmap v18363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:23.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:23.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:23.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:23.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:23 smithi137 ceph-mon[117020]: pgmap v18363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:24.310 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:24.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:24.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:24.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:24.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:24 smithi203 ceph-mon[117428]: pgmap v18364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:24 smithi203 ceph-mon[117428]: from='client.498012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:24 smithi137 ceph-mon[117020]: pgmap v18364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:24 smithi137 ceph-mon[117020]: from='client.498012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:24 smithi066 ceph-mon[112137]: pgmap v18364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:24 smithi066 ceph-mon[112137]: from='client.498012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:26 smithi137 ceph-mon[117020]: pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:26 smithi066 ceph-mon[112137]: pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:26 smithi203 ceph-mon[117428]: pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:29.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:29.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:29.312 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:29 smithi066 ceph-mon[112137]: pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:29.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:29 smithi203 ceph-mon[117428]: pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:29 smithi137 ceph-mon[117020]: pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:30.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:30.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:30.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:30.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:30.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:31 smithi066 ceph-mon[112137]: pgmap v18367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:31 smithi066 ceph-mon[112137]: from='client.498084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:31 smithi203 ceph-mon[117428]: pgmap v18367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:31 smithi203 ceph-mon[117428]: from='client.498084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:31 smithi137 ceph-mon[117020]: pgmap v18367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:31 smithi137 ceph-mon[117020]: from='client.498084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:33 smithi066 ceph-mon[112137]: pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:33.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:33 smithi203 ceph-mon[117428]: pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:33.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:33 smithi137 ceph-mon[117020]: pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:34.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:34 smithi066 ceph-mon[112137]: pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:34 smithi203 ceph-mon[117428]: pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:34 smithi137 ceph-mon[117020]: pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:35.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:35.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:35.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:35.762 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:35.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:35.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:35.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:35.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:36 smithi137 ceph-mon[117020]: from='client.498156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:36 smithi137 ceph-mon[117020]: pgmap v18370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:36 smithi066 ceph-mon[112137]: from='client.498156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:36 smithi066 ceph-mon[112137]: pgmap v18370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:36 smithi203 ceph-mon[117428]: from='client.498156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:36 smithi203 ceph-mon[117428]: pgmap v18370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:39 smithi066 ceph-mon[112137]: pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:39 smithi203 ceph-mon[117428]: pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:39 smithi137 ceph-mon[117020]: pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:40.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:40.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:40.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:41.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:41 smithi066 ceph-mon[112137]: pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:41.494 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:41.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:41.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:41.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:41.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:41.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:41 smithi203 ceph-mon[117428]: pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:41.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:41 smithi137 ceph-mon[117020]: pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:42 smithi066 ceph-mon[112137]: from='client.498231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:42.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:42 smithi203 ceph-mon[117428]: from='client.498231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:42.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:42 smithi137 ceph-mon[117020]: from='client.498231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:43.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:43 smithi066 ceph-mon[112137]: pgmap v18373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:43 smithi203 ceph-mon[117428]: pgmap v18373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:43.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:43 smithi137 ceph-mon[117020]: pgmap v18373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:44.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:44 smithi066 ceph-mon[112137]: pgmap v18374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:44 smithi203 ceph-mon[117428]: pgmap v18374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:44 smithi137 ceph-mon[117020]: pgmap v18374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:25:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:25:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:25:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:45 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:25:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:25:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:25:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:25:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:45 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:25:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:25:45.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:25:45.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:25:45.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:45 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:25:46.496 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:46.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:46.496 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:46 smithi203 ceph-mon[117428]: pgmap v18375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:46 smithi137 ceph-mon[117020]: pgmap v18375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:46 smithi066 ceph-mon[112137]: pgmap v18375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:47.226 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:47.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:47.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:47.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:47.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:47 smithi203 ceph-mon[117428]: from='client.498309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:47 smithi137 ceph-mon[117020]: from='client.498309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:47 smithi066 ceph-mon[112137]: from='client.498309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:49.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:49 smithi066 ceph-mon[112137]: pgmap v18376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:49 smithi203 ceph-mon[117428]: pgmap v18376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:49 smithi137 ceph-mon[117020]: pgmap v18376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:51 smithi066 ceph-mon[112137]: pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:51.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:51 smithi203 ceph-mon[117428]: pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:51 smithi137 ceph-mon[117020]: pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:52.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:52.228 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:52.229 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:52.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:52 smithi066 ceph-mon[112137]: pgmap v18378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:52.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:52 smithi203 ceph-mon[117428]: pgmap v18378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:52 smithi137 ceph-mon[117020]: pgmap v18378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:52.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:52.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:54 smithi066 ceph-mon[112137]: from='client.498384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:54.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:54 smithi203 ceph-mon[117428]: from='client.498384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:54 smithi137 ceph-mon[117020]: from='client.498384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:55.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:55 smithi066 ceph-mon[112137]: pgmap v18379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:55.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:55 smithi203 ceph-mon[117428]: pgmap v18379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:55 smithi137 ceph-mon[117020]: pgmap v18379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:56.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:56 smithi066 ceph-mon[112137]: pgmap v18380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:56.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:56 smithi203 ceph-mon[117428]: pgmap v18380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:56 smithi137 ceph-mon[117020]: pgmap v18380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:57.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:25:57.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:57.955 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:58.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:58.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:58.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:58.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:25:58.686 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:25:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:25:59 smithi066 ceph-mon[112137]: pgmap v18381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:25:59 smithi203 ceph-mon[117428]: pgmap v18381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:25:59 smithi137 ceph-mon[117020]: pgmap v18381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:00.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:00 smithi066 ceph-mon[112137]: from='client.498456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:00.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:00 smithi203 ceph-mon[117428]: from='client.498456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:00 smithi137 ceph-mon[117020]: from='client.498456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:01.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:01 smithi066 ceph-mon[112137]: pgmap v18382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:01.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:01 smithi203 ceph-mon[117428]: pgmap v18382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:01 smithi137 ceph-mon[117020]: pgmap v18382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:02.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:02 smithi203 ceph-mon[117428]: pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:02 smithi137 ceph-mon[117020]: pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:02.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:02 smithi066 ceph-mon[112137]: pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:03.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:03.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:03.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:04.417 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:04.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:04.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:04.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:04.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:05.232 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:05 smithi203 ceph-mon[117428]: pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:05.232 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:05 smithi203 ceph-mon[117428]: from='client.498525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:05 smithi066 ceph-mon[112137]: pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:05.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:05 smithi066 ceph-mon[112137]: from='client.498525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:05 smithi137 ceph-mon[117020]: pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:05 smithi137 ceph-mon[117020]: from='client.498525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:06.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:06 smithi066 ceph-mon[112137]: pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:06 smithi203 ceph-mon[117428]: pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:06 smithi137 ceph-mon[117020]: pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:09.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:09.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:09.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:09.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:09 smithi066 ceph-mon[112137]: pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:09.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:09 smithi203 ceph-mon[117428]: pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:09 smithi137 ceph-mon[117020]: pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:10.151 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:10.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:10.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:10.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:10.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:10 smithi203 ceph-mon[117428]: pgmap v18387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:10 smithi203 ceph-mon[117428]: from='client.498597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:10 smithi137 ceph-mon[117020]: pgmap v18387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:10 smithi137 ceph-mon[117020]: from='client.498597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:10 smithi066 ceph-mon[112137]: pgmap v18387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:10 smithi066 ceph-mon[112137]: from='client.498597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:12 smithi137 ceph-mon[117020]: pgmap v18388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:12 smithi066 ceph-mon[112137]: pgmap v18388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:12 smithi203 ceph-mon[117428]: pgmap v18388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:15.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:15.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:15.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:15.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:15 smithi066 ceph-mon[112137]: pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:15.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:15 smithi203 ceph-mon[117428]: pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:15 smithi137 ceph-mon[117020]: pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:15.889 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:15.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:15.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:15.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:15.890 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:16.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:16 smithi203 ceph-mon[117428]: from='client.498675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:16 smithi203 ceph-mon[117428]: pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:16 smithi137 ceph-mon[117020]: from='client.498675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:16 smithi137 ceph-mon[117020]: pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:16 smithi066 ceph-mon[112137]: from='client.498675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:16 smithi066 ceph-mon[112137]: pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:19.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:19 smithi066 ceph-mon[112137]: pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:19 smithi203 ceph-mon[117428]: pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:19 smithi137 ceph-mon[117020]: pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:20.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:20 smithi203 ceph-mon[117428]: pgmap v18392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:20 smithi137 ceph-mon[117020]: pgmap v18392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:20 smithi066 ceph-mon[112137]: pgmap v18392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:20.891 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:20.892 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:20.892 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:21.626 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:21.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:21.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:21.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:21.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:22 smithi137 ceph-mon[117020]: from='client.498753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:22.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:22 smithi137 ceph-mon[117020]: pgmap v18393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:22 smithi066 ceph-mon[112137]: from='client.498753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:22 smithi066 ceph-mon[112137]: pgmap v18393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:22 smithi203 ceph-mon[117428]: from='client.498753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:22 smithi203 ceph-mon[117428]: pgmap v18393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:24.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:24 smithi203 ceph-mon[117428]: pgmap v18394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:24 smithi137 ceph-mon[117020]: pgmap v18394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:24 smithi066 ceph-mon[112137]: pgmap v18394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:26.628 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:26.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:26.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:26 smithi137 ceph-mon[117020]: pgmap v18395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:26 smithi066 ceph-mon[112137]: pgmap v18395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:27.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:26 smithi203 ceph-mon[117428]: pgmap v18395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:27.353 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:27.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:27.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:27.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:27.354 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:27.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:27 smithi137 ceph-mon[117020]: from='client.498831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:27.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:27 smithi066 ceph-mon[112137]: from='client.498831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:28.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:27 smithi203 ceph-mon[117428]: from='client.498831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:29.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:29 smithi066 ceph-mon[112137]: pgmap v18396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:29 smithi203 ceph-mon[117428]: pgmap v18396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:29 smithi137 ceph-mon[117020]: pgmap v18396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:30 smithi203 ceph-mon[117428]: pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:30 smithi137 ceph-mon[117020]: pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:30 smithi066 ceph-mon[112137]: pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:32.355 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:32.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:32.356 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:32 smithi137 ceph-mon[117020]: pgmap v18398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:32 smithi066 ceph-mon[112137]: pgmap v18398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:32 smithi203 ceph-mon[117428]: pgmap v18398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:33.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:33.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:33.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:33.074 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:33.075 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:34.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:34 smithi203 ceph-mon[117428]: from='client.498906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:34 smithi137 ceph-mon[117020]: from='client.498906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:34 smithi066 ceph-mon[112137]: from='client.498906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:35.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:35 smithi203 ceph-mon[117428]: pgmap v18399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:35 smithi137 ceph-mon[117020]: pgmap v18399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:35 smithi066 ceph-mon[112137]: pgmap v18399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:36.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:36 smithi203 ceph-mon[117428]: pgmap v18400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:36 smithi137 ceph-mon[117020]: pgmap v18400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:36 smithi066 ceph-mon[112137]: pgmap v18400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:38.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:38.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:38.077 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:38.816 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:38.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:38.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:38.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:38.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:39.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:39 smithi066 ceph-mon[112137]: pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:39.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:39 smithi203 ceph-mon[117428]: pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:39 smithi137 ceph-mon[117020]: pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:40.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:40 smithi203 ceph-mon[117428]: from='client.498981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:40 smithi203 ceph-mon[117428]: pgmap v18402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:40 smithi137 ceph-mon[117020]: from='client.498981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:40 smithi137 ceph-mon[117020]: pgmap v18402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:40 smithi066 ceph-mon[112137]: from='client.498981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:40 smithi066 ceph-mon[112137]: pgmap v18402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:42 smithi137 ceph-mon[117020]: pgmap v18403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:42 smithi066 ceph-mon[112137]: pgmap v18403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:42 smithi203 ceph-mon[117428]: pgmap v18403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:43.817 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:43.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:43.818 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:44.552 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:44.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:44.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:44.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:44.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:44 smithi203 ceph-mon[117428]: pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:44 smithi203 ceph-mon[117428]: from='client.499053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:44 smithi137 ceph-mon[117020]: pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:44 smithi137 ceph-mon[117020]: from='client.499053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:44 smithi066 ceph-mon[112137]: pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:44 smithi066 ceph-mon[112137]: from='client.499053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:26:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:26:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:26:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:26:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:26:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:26:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:46 smithi203 ceph-mon[117428]: pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:26:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:26:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:26:46.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:46 smithi137 ceph-mon[117020]: pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:26:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:26:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:26:46.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:46 smithi066 ceph-mon[112137]: pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:49.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:49.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:49.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:49.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:49 smithi203 ceph-mon[117428]: pgmap v18406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:49 smithi137 ceph-mon[117020]: pgmap v18406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:49 smithi066 ceph-mon[112137]: pgmap v18406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:50.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:50.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:50.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:50.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:50.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:50 smithi203 ceph-mon[117428]: pgmap v18407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:50 smithi203 ceph-mon[117428]: from='client.499125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:50 smithi137 ceph-mon[117020]: pgmap v18407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:50 smithi137 ceph-mon[117020]: from='client.499125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:50 smithi066 ceph-mon[112137]: pgmap v18407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:50 smithi066 ceph-mon[112137]: from='client.499125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:52 smithi137 ceph-mon[117020]: pgmap v18408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:52 smithi066 ceph-mon[112137]: pgmap v18408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:52 smithi203 ceph-mon[117428]: pgmap v18408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:54 smithi203 ceph-mon[117428]: pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:54 smithi137 ceph-mon[117020]: pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:54 smithi066 ceph-mon[112137]: pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:55.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:26:55.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:55.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:56.004 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:26:56.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:56.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:56.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:56.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:26:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:56 smithi137 ceph-mon[117020]: pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:56 smithi137 ceph-mon[117020]: from='client.499197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:56 smithi066 ceph-mon[112137]: pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:56 smithi066 ceph-mon[112137]: from='client.499197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:56 smithi203 ceph-mon[117428]: pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:56 smithi203 ceph-mon[117428]: from='client.499197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:26:58 smithi137 ceph-mon[117020]: pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:26:58 smithi066 ceph-mon[112137]: pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:26:58 smithi203 ceph-mon[117428]: pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:00.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:00 smithi137 ceph-mon[117020]: pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:00 smithi066 ceph-mon[112137]: pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:01.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:01.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:01.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:00 smithi203 ceph-mon[117428]: pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:01.739 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:01.739 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:01.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:01.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:01.740 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:01.872 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 03:27:01 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-1[121898]: 2023-12-08T03:27:01.642+0000 7f40c40a7700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:27:01.872 INFO:journalctl@ceph.osd.1.smithi137.stdout:Dec 08 03:27:01 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-1[121898]: 2023-12-08T03:27:01.677+0000 7f40c40a7700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:27:01.895 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:01 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-b[116997]: 2023-12-08T03:27:01.642+0000 7f66a66b7700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:27:01.895 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:01 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-b[116997]: 2023-12-08T03:27:01.642+0000 7f66a66b7700 -1 mon.b@2(peon) e3 *** Got Signal Hangup *** 2023-12-08T03:27:01.895 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:01 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-b[116997]: 2023-12-08T03:27:01.677+0000 7f66a66b7700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:27:01.895 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:01 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-b[116997]: 2023-12-08T03:27:01.677+0000 7f66a66b7700 -1 mon.b@2(peon) e3 *** Got Signal Hangup *** 2023-12-08T03:27:02.053 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 08 03:27:01 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-08T03:27:01.642+0000 7fb983b06700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:27:02.079 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Dec 08 03:27:01 smithi137 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-b[118509]: 2023-12-08T03:27:01.677+0000 7fb983b06700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:27:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:02 smithi137 ceph-mon[117020]: from='client.499272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:02.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:02 smithi137 ceph-mon[117020]: pgmap v18413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:02 smithi066 ceph-mon[112137]: from='client.499272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:02 smithi066 ceph-mon[112137]: pgmap v18413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:02 smithi203 ceph-mon[117428]: from='client.499272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:02 smithi203 ceph-mon[117428]: pgmap v18413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:04 smithi203 ceph-mon[117428]: pgmap v18414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:04 smithi137 ceph-mon[117020]: pgmap v18414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:04 smithi066 ceph-mon[112137]: pgmap v18414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:06.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:06.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:06.742 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:06 smithi137 ceph-mon[117020]: pgmap v18415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:06 smithi066 ceph-mon[112137]: pgmap v18415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:07.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:06 smithi203 ceph-mon[117428]: pgmap v18415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:07.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:07.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:07.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:07.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:07.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:07.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:07 smithi137 ceph-mon[117020]: from='client.499350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:07.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:07 smithi066 ceph-mon[112137]: from='client.499350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:08.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:07 smithi203 ceph-mon[117428]: from='client.499350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:08 smithi137 ceph-mon[117020]: pgmap v18416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:08 smithi066 ceph-mon[112137]: pgmap v18416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:08 smithi203 ceph-mon[117428]: pgmap v18416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:10.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:10 smithi137 ceph-mon[117020]: pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:10 smithi066 ceph-mon[112137]: pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:11.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:10 smithi203 ceph-mon[117428]: pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:12.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:12.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:12.461 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:12.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:12 smithi137 ceph-mon[117020]: pgmap v18418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:12 smithi066 ceph-mon[112137]: pgmap v18418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:12 smithi203 ceph-mon[117428]: pgmap v18418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:13.203 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:13.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:13.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:13.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:13.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:13.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:13 smithi137 ceph-mon[117020]: from='client.499425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:13.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:13 smithi066 ceph-mon[112137]: from='client.499425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:14.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:13 smithi203 ceph-mon[117428]: from='client.499425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:14 smithi137 ceph-mon[117020]: pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:14 smithi066 ceph-mon[112137]: pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:15.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:14 smithi203 ceph-mon[117428]: pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:16 smithi066 ceph-mon[112137]: pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:16 smithi203 ceph-mon[117428]: pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:16 smithi137 ceph-mon[117020]: pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:18.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:18.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:18.205 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:18.929 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:18.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:18.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:18.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:18.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:18 smithi066 ceph-mon[112137]: pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:18 smithi203 ceph-mon[117428]: pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:18 smithi137 ceph-mon[117020]: pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:19 smithi066 ceph-mon[112137]: from='client.499503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:20.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:19 smithi203 ceph-mon[117428]: from='client.499503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:20.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:19 smithi137 ceph-mon[117020]: from='client.499503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:20 smithi066 ceph-mon[112137]: pgmap v18422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:21.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:20 smithi203 ceph-mon[117428]: pgmap v18422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:20 smithi137 ceph-mon[117020]: pgmap v18422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:22 smithi066 ceph-mon[112137]: pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:23.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:22 smithi203 ceph-mon[117428]: pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:22 smithi137 ceph-mon[117020]: pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:23.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:23.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:23.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:24 smithi203 ceph-mon[117428]: pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:24 smithi137 ceph-mon[117020]: pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:24.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:24.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:24.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:24.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:24.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:24 smithi066 ceph-mon[112137]: pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:25.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:25 smithi203 ceph-mon[117428]: from='client.499578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:25 smithi137 ceph-mon[117020]: from='client.499578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:25 smithi066 ceph-mon[112137]: from='client.499578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:26 smithi203 ceph-mon[117428]: pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:26 smithi137 ceph-mon[117020]: pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:26 smithi066 ceph-mon[112137]: pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:28.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:28 smithi137 ceph-mon[117020]: pgmap v18426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:28 smithi066 ceph-mon[112137]: pgmap v18426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:29.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:28 smithi203 ceph-mon[117428]: pgmap v18426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:29.656 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:29.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:29.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:30.377 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:30.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:30.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:30.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:30.378 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:30 smithi137 ceph-mon[117020]: pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:30 smithi137 ceph-mon[117020]: from='client.499650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:30 smithi066 ceph-mon[112137]: pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:30 smithi066 ceph-mon[112137]: from='client.499650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:30 smithi203 ceph-mon[117428]: pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:30 smithi203 ceph-mon[117428]: from='client.499650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:32 smithi137 ceph-mon[117020]: pgmap v18428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:32 smithi066 ceph-mon[112137]: pgmap v18428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:32 smithi203 ceph-mon[117428]: pgmap v18428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:34 smithi203 ceph-mon[117428]: pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:34 smithi137 ceph-mon[117020]: pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:34 smithi066 ceph-mon[112137]: pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:35.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:35.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:35.383 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:36.105 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:36.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:36.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:36.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:36.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:36 smithi137 ceph-mon[117020]: pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:36 smithi137 ceph-mon[117020]: from='client.499722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:36 smithi066 ceph-mon[112137]: pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:36 smithi066 ceph-mon[112137]: from='client.499722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:36 smithi203 ceph-mon[117428]: pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:36 smithi203 ceph-mon[117428]: from='client.499722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:38.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:38 smithi137 ceph-mon[117020]: pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:38 smithi066 ceph-mon[112137]: pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:38 smithi203 ceph-mon[117428]: pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:40 smithi137 ceph-mon[117020]: pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:40.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:40 smithi066 ceph-mon[112137]: pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:41.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:40 smithi203 ceph-mon[117428]: pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:41.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:41.106 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:41.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:41.840 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:41.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:41.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:41.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:41.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:42 smithi137 ceph-mon[117020]: from='client.499797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:42.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:42 smithi137 ceph-mon[117020]: pgmap v18433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:42 smithi066 ceph-mon[112137]: from='client.499797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:42.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:42 smithi066 ceph-mon[112137]: pgmap v18433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:42 smithi203 ceph-mon[117428]: from='client.499797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:42 smithi203 ceph-mon[117428]: pgmap v18433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:44 smithi203 ceph-mon[117428]: pgmap v18434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:44 smithi137 ceph-mon[117020]: pgmap v18434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:44 smithi066 ceph-mon[112137]: pgmap v18434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:46.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:46.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:46.842 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:46 smithi137 ceph-mon[117020]: pgmap v18435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:27:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:27:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:27:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:27:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:46 smithi066 ceph-mon[112137]: pgmap v18435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:27:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:27:46.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:27:46.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:27:47.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:46 smithi203 ceph-mon[117428]: pgmap v18435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:27:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:27:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:27:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:27:47.565 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:47.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:47.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:47.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:47.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:47.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:47 smithi137 ceph-mon[117020]: from='client.499875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:47 smithi066 ceph-mon[112137]: from='client.499875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:48.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:47 smithi203 ceph-mon[117428]: from='client.499875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:48.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:48 smithi137 ceph-mon[117020]: pgmap v18436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:48 smithi066 ceph-mon[112137]: pgmap v18436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:49.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:48 smithi203 ceph-mon[117428]: pgmap v18436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:50 smithi066 ceph-mon[112137]: pgmap v18437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:51.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:50 smithi203 ceph-mon[117428]: pgmap v18437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:50 smithi137 ceph-mon[117020]: pgmap v18437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:52.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:52.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:52.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:52 smithi066 ceph-mon[112137]: pgmap v18438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:52 smithi203 ceph-mon[117428]: pgmap v18438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:52 smithi137 ceph-mon[117020]: pgmap v18438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:53.293 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:53.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:53.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:53.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:53.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:53.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:53 smithi066 ceph-mon[112137]: from='client.499947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:53 smithi203 ceph-mon[117428]: from='client.499947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:53 smithi137 ceph-mon[117020]: from='client.499947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:54 smithi066 ceph-mon[112137]: pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:54 smithi203 ceph-mon[117428]: pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:54 smithi137 ceph-mon[117020]: pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:56 smithi066 ceph-mon[112137]: pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:56 smithi203 ceph-mon[117428]: pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:56 smithi137 ceph-mon[117020]: pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:58.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:27:58.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:58.295 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:58 smithi066 ceph-mon[112137]: pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:59.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:27:59.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:59.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:59.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:59.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:27:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:58 smithi203 ceph-mon[117428]: pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:58 smithi137 ceph-mon[117020]: pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:27:59 smithi066 ceph-mon[112137]: from='client.500022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:00.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:27:59 smithi203 ceph-mon[117428]: from='client.500022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:00 smithi066 ceph-mon[112137]: pgmap v18442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:01.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:00 smithi203 ceph-mon[117428]: pgmap v18442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:27:59 smithi137 ceph-mon[117020]: from='client.500022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:00 smithi137 ceph-mon[117020]: pgmap v18442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:02 smithi066 ceph-mon[112137]: pgmap v18443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:03.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:02 smithi203 ceph-mon[117428]: pgmap v18443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:02 smithi137 ceph-mon[117020]: pgmap v18443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:04.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:04.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:04.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:04 smithi203 ceph-mon[117428]: pgmap v18444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:04 smithi137 ceph-mon[117020]: pgmap v18444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:04 smithi066 ceph-mon[112137]: pgmap v18444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:04.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:04.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:04.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:04.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:04.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:05 smithi203 ceph-mon[117428]: from='client.500100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:05 smithi137 ceph-mon[117020]: from='client.500100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:05 smithi066 ceph-mon[112137]: from='client.500100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:06 smithi203 ceph-mon[117428]: pgmap v18445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:28:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:06 smithi137 ceph-mon[117020]: pgmap v18445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:28:06.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:06 smithi066 ceph-mon[112137]: pgmap v18445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:28:08.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:08 smithi137 ceph-mon[117020]: pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:08 smithi066 ceph-mon[112137]: pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:09.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:08 smithi203 ceph-mon[117428]: pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:09.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:09.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:09.745 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:10.475 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:10.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:10.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:10.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:10.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:10 smithi066 ceph-mon[112137]: pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:10 smithi066 ceph-mon[112137]: from='client.500172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:10 smithi203 ceph-mon[117428]: pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:10 smithi203 ceph-mon[117428]: from='client.500172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:10 smithi137 ceph-mon[117020]: pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:10 smithi137 ceph-mon[117020]: from='client.500172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:12.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:12 smithi066 ceph-mon[112137]: pgmap v18448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:12 smithi203 ceph-mon[117428]: pgmap v18448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:12 smithi137 ceph-mon[117020]: pgmap v18448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:14.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:14 smithi203 ceph-mon[117428]: pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:14 smithi137 ceph-mon[117020]: pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:14 smithi066 ceph-mon[112137]: pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:15.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:15.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:15.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:16.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:16.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:16.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:16.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:16.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:16 smithi137 ceph-mon[117020]: pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:16.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:16 smithi137 ceph-mon[117020]: from='client.500244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:16 smithi066 ceph-mon[112137]: pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:16.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:16 smithi066 ceph-mon[112137]: from='client.500244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:17.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:16 smithi203 ceph-mon[117428]: pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:16 smithi203 ceph-mon[117428]: from='client.500244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:18.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:18 smithi137 ceph-mon[117020]: pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:28:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:18 smithi066 ceph-mon[112137]: pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:28:19.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:18 smithi203 ceph-mon[117428]: pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:28:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:20 smithi066 ceph-mon[112137]: pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:28:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:20 smithi203 ceph-mon[117428]: pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:28:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:20 smithi137 ceph-mon[117020]: pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:28:21.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:21.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:21.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:21.948 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:21.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:21.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:21.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:21.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:22 smithi066 ceph-mon[112137]: pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:28:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:22 smithi066 ceph-mon[112137]: from='client.500313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:22 smithi203 ceph-mon[117428]: pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:28:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:22 smithi203 ceph-mon[117428]: from='client.500313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:22 smithi137 ceph-mon[117020]: pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:28:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:22 smithi137 ceph-mon[117020]: from='client.500313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:24 smithi203 ceph-mon[117428]: pgmap v18454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:24 smithi137 ceph-mon[117020]: pgmap v18454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:24 smithi066 ceph-mon[112137]: pgmap v18454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:26 smithi137 ceph-mon[117020]: pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:26.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:26.950 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:26.950 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:26 smithi066 ceph-mon[112137]: pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:26 smithi203 ceph-mon[117428]: pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:27.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:27.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:27.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:27.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:27.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:28 smithi066 ceph-mon[112137]: from='client.500385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:28 smithi066 ceph-mon[112137]: pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:28 smithi203 ceph-mon[117428]: from='client.500385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:28 smithi203 ceph-mon[117428]: pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:28 smithi137 ceph-mon[117020]: from='client.500385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:28 smithi137 ceph-mon[117020]: pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:30 smithi066 ceph-mon[112137]: pgmap v18457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:30 smithi203 ceph-mon[117428]: pgmap v18457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:30 smithi137 ceph-mon[117020]: pgmap v18457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:32.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:32.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:32.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:32 smithi066 ceph-mon[112137]: pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:32 smithi203 ceph-mon[117428]: pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:32 smithi137 ceph-mon[117020]: pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:33.425 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:33.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:33.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:33.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:33.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:33.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:33 smithi066 ceph-mon[112137]: from='client.500460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:34.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:33 smithi203 ceph-mon[117428]: from='client.500460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:34.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:33 smithi137 ceph-mon[117020]: from='client.500460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:34 smithi066 ceph-mon[112137]: pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:35.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:34 smithi203 ceph-mon[117428]: pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:35.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:34 smithi137 ceph-mon[117020]: pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:36 smithi066 ceph-mon[112137]: pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:36 smithi203 ceph-mon[117428]: pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:36 smithi137 ceph-mon[117020]: pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:38.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:38.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:38.427 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:38 smithi066 ceph-mon[112137]: pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:39.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:38 smithi203 ceph-mon[117428]: pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:38 smithi137 ceph-mon[117020]: pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:39.162 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:39.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:39.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:39.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:39.163 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:39 smithi066 ceph-mon[112137]: from='client.500535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:40.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:39 smithi203 ceph-mon[117428]: from='client.500535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:40.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:39 smithi137 ceph-mon[117020]: from='client.500535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:40 smithi066 ceph-mon[112137]: pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:40 smithi203 ceph-mon[117428]: pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:40 smithi137 ceph-mon[117020]: pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:42 smithi066 ceph-mon[112137]: pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:42 smithi203 ceph-mon[117428]: pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:42 smithi137 ceph-mon[117020]: pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:44.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:44.164 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:44.164 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:44 smithi203 ceph-mon[117428]: pgmap v18464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:44 smithi137 ceph-mon[117020]: pgmap v18464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:44 smithi066 ceph-mon[112137]: pgmap v18464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:44.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:44.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:44.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:44.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:44.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:45 smithi203 ceph-mon[117428]: from='client.500604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:45 smithi137 ceph-mon[117020]: from='client.500604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:45 smithi066 ceph-mon[112137]: from='client.500604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:46.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:46 smithi203 ceph-mon[117428]: pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:28:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:46 smithi137 ceph-mon[117020]: pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:28:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:46 smithi066 ceph-mon[112137]: pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:28:47.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:28:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:28:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:28:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:28:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:28:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:28:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:28:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:28:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:28:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:28:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:28:47.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:28:48.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:48 smithi203 ceph-mon[117428]: pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:28:48.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:48 smithi137 ceph-mon[117020]: pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:28:48.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:48 smithi066 ceph-mon[112137]: pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:28:49.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:49.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:49.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:50.620 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:50.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:50.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:50.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:50.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:50 smithi066 ceph-mon[112137]: pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:28:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:50 smithi066 ceph-mon[112137]: from='client.500679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:50 smithi203 ceph-mon[117428]: pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:28:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:50 smithi203 ceph-mon[117428]: from='client.500679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:50 smithi137 ceph-mon[117020]: pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:28:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:50 smithi137 ceph-mon[117020]: from='client.500679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:52 smithi066 ceph-mon[112137]: pgmap v18468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:53.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:52 smithi203 ceph-mon[117428]: pgmap v18468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:52 smithi137 ceph-mon[117020]: pgmap v18468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:55.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:55 smithi203 ceph-mon[117428]: pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:55.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:28:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:55 smithi137 ceph-mon[117020]: pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:55.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:55.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:55 smithi066 ceph-mon[112137]: pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:56.343 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:28:56.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:56.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:56.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:56.344 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:28:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:56 smithi203 ceph-mon[117428]: pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:56 smithi203 ceph-mon[117428]: from='client.500757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:56 smithi137 ceph-mon[117020]: pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:56 smithi137 ceph-mon[117020]: from='client.500757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:56 smithi066 ceph-mon[112137]: pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:56 smithi066 ceph-mon[112137]: from='client.500757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:59.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:28:59 smithi203 ceph-mon[117428]: pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:28:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:28:59 smithi137 ceph-mon[117020]: pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:28:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:28:59 smithi066 ceph-mon[112137]: pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:29:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:00 smithi203 ceph-mon[117428]: pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:29:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:00 smithi137 ceph-mon[117020]: pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:29:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:00 smithi066 ceph-mon[112137]: pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:29:01.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:01.346 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:01.346 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:02.082 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:02.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:02.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:02.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:02.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:02 smithi066 ceph-mon[112137]: pgmap v18473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:29:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:02 smithi066 ceph-mon[112137]: from='client.500829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:02 smithi203 ceph-mon[117428]: pgmap v18473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:29:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:02 smithi203 ceph-mon[117428]: from='client.500829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:02 smithi137 ceph-mon[117020]: pgmap v18473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:29:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:02 smithi137 ceph-mon[117020]: from='client.500829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:04.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:04 smithi203 ceph-mon[117428]: pgmap v18474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:04 smithi137 ceph-mon[117020]: pgmap v18474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:04 smithi066 ceph-mon[112137]: pgmap v18474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:06 smithi066 ceph-mon[112137]: pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:06 smithi203 ceph-mon[117428]: pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:07.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:07.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:07.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:06 smithi137 ceph-mon[117020]: pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:07.813 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:07.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:07.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:07.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:07.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:09 smithi203 ceph-mon[117428]: from='client.500901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:09 smithi203 ceph-mon[117428]: pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:09 smithi137 ceph-mon[117020]: from='client.500901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:09 smithi137 ceph-mon[117020]: pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:09 smithi066 ceph-mon[112137]: from='client.500901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:09 smithi066 ceph-mon[112137]: pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:10 smithi203 ceph-mon[117428]: pgmap v18477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:10 smithi137 ceph-mon[117020]: pgmap v18477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:10 smithi066 ceph-mon[112137]: pgmap v18477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:12.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:12.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:12.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:12 smithi066 ceph-mon[112137]: pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:13.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:12 smithi203 ceph-mon[117428]: pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:12 smithi137 ceph-mon[117020]: pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:13.547 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:13.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:13.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:13.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:13.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:14 smithi203 ceph-mon[117428]: from='client.500979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:14 smithi137 ceph-mon[117020]: from='client.500979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:14 smithi066 ceph-mon[112137]: from='client.500979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:15 smithi203 ceph-mon[117428]: pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:15 smithi137 ceph-mon[117020]: pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:15 smithi066 ceph-mon[112137]: pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:16.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:16 smithi203 ceph-mon[117428]: pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:16.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:16 smithi137 ceph-mon[117020]: pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:16 smithi066 ceph-mon[112137]: pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:18.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:18.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:18.549 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:19.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:19.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:19.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:19.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:19.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:19.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:19 smithi203 ceph-mon[117428]: pgmap v18481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:19 smithi137 ceph-mon[117020]: pgmap v18481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:19 smithi066 ceph-mon[112137]: pgmap v18481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:20 smithi203 ceph-mon[117428]: from='client.501048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:20 smithi203 ceph-mon[117428]: pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:20 smithi137 ceph-mon[117020]: from='client.501048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:20 smithi137 ceph-mon[117020]: pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:20 smithi066 ceph-mon[112137]: from='client.501048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:20 smithi066 ceph-mon[112137]: pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:22 smithi066 ceph-mon[112137]: pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:22 smithi203 ceph-mon[117428]: pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:22 smithi137 ceph-mon[117020]: pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:24.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:24.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:24.299 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:24 smithi203 ceph-mon[117428]: pgmap v18484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:24 smithi137 ceph-mon[117020]: pgmap v18484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:24 smithi066 ceph-mon[112137]: pgmap v18484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:25.019 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:25.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:25.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:25.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:25.020 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:25 smithi137 ceph-mon[117020]: from='client.501120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:25 smithi066 ceph-mon[112137]: from='client.501120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:25 smithi203 ceph-mon[117428]: from='client.501120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:26 smithi137 ceph-mon[117020]: pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:26 smithi066 ceph-mon[112137]: pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:26 smithi203 ceph-mon[117428]: pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:29 smithi203 ceph-mon[117428]: pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:29 smithi137 ceph-mon[117020]: pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:29 smithi066 ceph-mon[112137]: pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:30.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:30.022 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:30.022 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:30.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:30 smithi203 ceph-mon[117428]: pgmap v18487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:30 smithi137 ceph-mon[117020]: pgmap v18487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:30.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:30 smithi066 ceph-mon[112137]: pgmap v18487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:30.754 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:30.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:30.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:30.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:30.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:31.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:31 smithi203 ceph-mon[117428]: from='client.501195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:31 smithi137 ceph-mon[117020]: from='client.501195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:31 smithi066 ceph-mon[112137]: from='client.501195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:32.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:32 smithi203 ceph-mon[117428]: pgmap v18488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:32 smithi137 ceph-mon[117020]: pgmap v18488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:32 smithi066 ceph-mon[112137]: pgmap v18488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:34 smithi203 ceph-mon[117428]: pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:34 smithi137 ceph-mon[117020]: pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:34 smithi066 ceph-mon[112137]: pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:35.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:35.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:35.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:36.483 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:36.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:36.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:36.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:36.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:36 smithi066 ceph-mon[112137]: pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:36 smithi066 ceph-mon[112137]: from='client.501270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:36 smithi203 ceph-mon[117428]: pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:36 smithi203 ceph-mon[117428]: from='client.501270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:36 smithi137 ceph-mon[117020]: pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:36 smithi137 ceph-mon[117020]: from='client.501270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:38 smithi066 ceph-mon[112137]: pgmap v18491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:38 smithi203 ceph-mon[117428]: pgmap v18491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:38 smithi137 ceph-mon[117020]: pgmap v18491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:40.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:40 smithi066 ceph-mon[112137]: pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:41.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:40 smithi203 ceph-mon[117428]: pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:40 smithi137 ceph-mon[117020]: pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:41.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:41.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:41.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:42.204 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:42.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:42.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:42.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:42.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:42 smithi066 ceph-mon[112137]: pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:42 smithi066 ceph-mon[112137]: from='client.501348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:43.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:42 smithi203 ceph-mon[117428]: pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:42 smithi203 ceph-mon[117428]: from='client.501348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:42 smithi137 ceph-mon[117020]: pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:42 smithi137 ceph-mon[117020]: from='client.501348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:44.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:44 smithi203 ceph-mon[117428]: pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:44 smithi137 ceph-mon[117020]: pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:44 smithi066 ceph-mon[112137]: pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:46 smithi066 ceph-mon[112137]: pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:46 smithi203 ceph-mon[117428]: pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:46 smithi137 ceph-mon[117020]: pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:47.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:47.206 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:47.206 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:47.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:47.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:47.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:47.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:47.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:47.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:29:48.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:29:48.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:29:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:48 smithi066 ceph-mon[112137]: pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:48 smithi066 ceph-mon[112137]: from='client.501426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:29:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:29:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:29:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:48 smithi203 ceph-mon[117428]: pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:48 smithi203 ceph-mon[117428]: from='client.501426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:29:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:29:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:29:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:48 smithi137 ceph-mon[117020]: pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:48 smithi137 ceph-mon[117020]: from='client.501426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:29:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:29:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:29:50.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:50 smithi066 ceph-mon[112137]: pgmap v18497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:50 smithi203 ceph-mon[117428]: pgmap v18497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:50 smithi137 ceph-mon[117020]: pgmap v18497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:52.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:52.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:52.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:52.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:52 smithi066 ceph-mon[112137]: pgmap v18498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:52 smithi203 ceph-mon[117428]: pgmap v18498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:52 smithi137 ceph-mon[117020]: pgmap v18498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:53.699 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:53.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:53.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:53.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:53.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:54 smithi203 ceph-mon[117428]: from='client.501498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:54 smithi203 ceph-mon[117428]: pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:54 smithi137 ceph-mon[117020]: from='client.501498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:54 smithi137 ceph-mon[117020]: pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:54 smithi066 ceph-mon[112137]: from='client.501498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:54 smithi066 ceph-mon[112137]: pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:56 smithi066 ceph-mon[112137]: pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:56 smithi203 ceph-mon[117428]: pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:56 smithi137 ceph-mon[117020]: pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:58.700 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:29:58.701 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:58.701 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:58 smithi066 ceph-mon[112137]: pgmap v18501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:58 smithi203 ceph-mon[117428]: pgmap v18501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:58 smithi137 ceph-mon[117020]: pgmap v18501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:59.432 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:29:59.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:59.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:59.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:59.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:29:59.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:29:59 smithi066 ceph-mon[112137]: from='client.501573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:00.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:29:59 smithi203 ceph-mon[117428]: from='client.501573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:00.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:29:59 smithi137 ceph-mon[117020]: from='client.501573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:00 smithi066 ceph-mon[112137]: pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T03:30:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:00 smithi203 ceph-mon[117428]: pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T03:30:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:00 smithi137 ceph-mon[117020]: pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T03:30:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:02 smithi066 ceph-mon[112137]: pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:03.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:02 smithi203 ceph-mon[117428]: pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:02 smithi137 ceph-mon[117020]: pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:04.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:04.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:04.435 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:04 smithi203 ceph-mon[117428]: pgmap v18504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:04 smithi137 ceph-mon[117020]: pgmap v18504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:04 smithi066 ceph-mon[112137]: pgmap v18504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:05.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:05.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:05.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:05.161 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:05.161 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:05 smithi203 ceph-mon[117428]: from='client.501648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:05.767 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:05 smithi066 ceph-mon[112137]: from='client.501648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:05.768 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:05 smithi137 ceph-mon[117020]: from='client.501648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:06.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:06 smithi203 ceph-mon[117428]: pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:06 smithi137 ceph-mon[117020]: pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:06 smithi066 ceph-mon[112137]: pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:08 smithi066 ceph-mon[112137]: pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:08 smithi203 ceph-mon[117428]: pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:08 smithi137 ceph-mon[117020]: pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:10.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:10.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:10.163 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:10.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:10.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:10.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:10.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:10.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:10 smithi066 ceph-mon[112137]: pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:10 smithi203 ceph-mon[117428]: pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:10 smithi137 ceph-mon[117020]: pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:11.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:11 smithi066 ceph-mon[112137]: from='client.501723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:12.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:11 smithi203 ceph-mon[117428]: from='client.501723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:12.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:11 smithi137 ceph-mon[117020]: from='client.501723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:12 smithi066 ceph-mon[112137]: pgmap v18508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:12 smithi203 ceph-mon[117428]: pgmap v18508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:12 smithi137 ceph-mon[117020]: pgmap v18508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:14 smithi203 ceph-mon[117428]: pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:14 smithi137 ceph-mon[117020]: pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:14 smithi066 ceph-mon[112137]: pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:15.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:15.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:15.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:16.610 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:16.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:16.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:16.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:16.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:16 smithi066 ceph-mon[112137]: pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:16 smithi066 ceph-mon[112137]: from='client.501798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:16 smithi203 ceph-mon[117428]: pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:16 smithi203 ceph-mon[117428]: from='client.501798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:16 smithi137 ceph-mon[117020]: pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:16 smithi137 ceph-mon[117020]: from='client.501798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:18 smithi066 ceph-mon[112137]: pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:18 smithi203 ceph-mon[117428]: pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:18 smithi137 ceph-mon[117020]: pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:20 smithi066 ceph-mon[112137]: pgmap v18512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:20 smithi203 ceph-mon[117428]: pgmap v18512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:20 smithi137 ceph-mon[117020]: pgmap v18512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:21.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:21.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:21.612 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:22.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:22.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:22.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:22.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:22.334 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:22 smithi066 ceph-mon[112137]: pgmap v18513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:22 smithi066 ceph-mon[112137]: from='client.501873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:22 smithi203 ceph-mon[117428]: pgmap v18513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:22 smithi203 ceph-mon[117428]: from='client.501873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:22 smithi137 ceph-mon[117020]: pgmap v18513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:22 smithi137 ceph-mon[117020]: from='client.501873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:24 smithi203 ceph-mon[117428]: pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:24 smithi137 ceph-mon[117020]: pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:24 smithi066 ceph-mon[112137]: pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:26 smithi066 ceph-mon[112137]: pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:26 smithi203 ceph-mon[117428]: pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:26 smithi137 ceph-mon[117020]: pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:27.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:27.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:27.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:28.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:28.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:28.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:28.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:28.062 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:28 smithi066 ceph-mon[112137]: pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:28.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:28 smithi066 ceph-mon[112137]: from='client.501951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:28 smithi203 ceph-mon[117428]: pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:28 smithi203 ceph-mon[117428]: from='client.501951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:28 smithi137 ceph-mon[117020]: pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:28 smithi137 ceph-mon[117020]: from='client.501951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:30 smithi066 ceph-mon[112137]: pgmap v18517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:30:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:30 smithi203 ceph-mon[117428]: pgmap v18517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:30:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:30 smithi137 ceph-mon[117020]: pgmap v18517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:30:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:32 smithi066 ceph-mon[112137]: pgmap v18518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:33.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:33.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:33.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:33.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:32 smithi203 ceph-mon[117428]: pgmap v18518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:32 smithi137 ceph-mon[117020]: pgmap v18518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:33.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:33.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:33.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:33.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:33.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:34 smithi203 ceph-mon[117428]: from='client.502029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:34.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:34 smithi203 ceph-mon[117428]: pgmap v18519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:34 smithi137 ceph-mon[117020]: from='client.502029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:34 smithi137 ceph-mon[117020]: pgmap v18519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:34 smithi066 ceph-mon[112137]: from='client.502029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:34 smithi066 ceph-mon[112137]: pgmap v18519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:36 smithi066 ceph-mon[112137]: pgmap v18520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:37.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:36 smithi203 ceph-mon[117428]: pgmap v18520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:36 smithi137 ceph-mon[117020]: pgmap v18520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:38.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:38.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:38.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:38 smithi066 ceph-mon[112137]: pgmap v18521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:38 smithi203 ceph-mon[117428]: pgmap v18521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:38 smithi137 ceph-mon[117020]: pgmap v18521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:39.520 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:39.520 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:39.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:39.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:39.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:39.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:39 smithi066 ceph-mon[112137]: from='client.502104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:40.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:39 smithi203 ceph-mon[117428]: from='client.502104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:40.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:39 smithi137 ceph-mon[117020]: from='client.502104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:40.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:40 smithi066 ceph-mon[112137]: pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:30:41.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:40 smithi203 ceph-mon[117428]: pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:30:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:40 smithi137 ceph-mon[117020]: pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:30:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:42 smithi066 ceph-mon[112137]: pgmap v18523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:30:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:42 smithi203 ceph-mon[117428]: pgmap v18523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:30:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:42 smithi137 ceph-mon[117020]: pgmap v18523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:30:44.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:44.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:44.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:44.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:44 smithi203 ceph-mon[117428]: pgmap v18524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:44 smithi137 ceph-mon[117020]: pgmap v18524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:44 smithi066 ceph-mon[112137]: pgmap v18524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:45.251 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:45.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:45.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:45.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:45.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:45 smithi203 ceph-mon[117428]: from='client.502179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:45 smithi137 ceph-mon[117020]: from='client.502179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:45 smithi066 ceph-mon[112137]: from='client.502179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:46 smithi203 ceph-mon[117428]: pgmap v18525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:46 smithi137 ceph-mon[117020]: pgmap v18525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:46 smithi066 ceph-mon[112137]: pgmap v18525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:48.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:48 smithi066 ceph-mon[112137]: pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:30:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:48.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:48 smithi203 ceph-mon[117428]: pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:30:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:48 smithi137 ceph-mon[117020]: pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:30:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:30:49.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:30:49.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:50.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:30:50.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:30:50.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:50.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:30:50.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:30:50.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:30:50.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:50.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:50.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:50.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:50.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:50.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:50.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:50.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:50 smithi203 ceph-mon[117428]: pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:30:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:50 smithi137 ceph-mon[117020]: pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:30:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:50 smithi066 ceph-mon[112137]: pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:30:52.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:51 smithi203 ceph-mon[117428]: from='client.502254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:52.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:51 smithi137 ceph-mon[117020]: from='client.502254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:51 smithi066 ceph-mon[112137]: from='client.502254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:52 smithi203 ceph-mon[117428]: pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:30:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:52 smithi137 ceph-mon[117020]: pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:30:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:52 smithi066 ceph-mon[112137]: pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:30:54.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:54 smithi203 ceph-mon[117428]: pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:54 smithi137 ceph-mon[117020]: pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:54 smithi066 ceph-mon[112137]: pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:55.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:30:55.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:55.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:56.715 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:30:56.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:56.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:56.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:56.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:30:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:56 smithi066 ceph-mon[112137]: pgmap v18530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:57.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:56 smithi203 ceph-mon[117428]: pgmap v18530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:56 smithi137 ceph-mon[117020]: pgmap v18530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:57 smithi066 ceph-mon[112137]: from='client.502332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:58.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:57 smithi203 ceph-mon[117428]: from='client.502332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:58.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:57 smithi137 ceph-mon[117020]: from='client.502332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:58.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:30:58 smithi066 ceph-mon[112137]: pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:59.071 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:30:58 smithi203 ceph-mon[117428]: pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:30:58 smithi137 ceph-mon[117020]: pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:00.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:00 smithi066 ceph-mon[112137]: pgmap v18532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:00 smithi203 ceph-mon[117428]: pgmap v18532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:00 smithi137 ceph-mon[117020]: pgmap v18532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:01.717 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:01.717 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:01.718 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:02.456 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:02.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:02.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:02.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:02.457 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:02 smithi066 ceph-mon[112137]: pgmap v18533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:02.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:02 smithi066 ceph-mon[112137]: from='client.502410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:02 smithi203 ceph-mon[117428]: pgmap v18533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:02 smithi203 ceph-mon[117428]: from='client.502410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:02 smithi137 ceph-mon[117020]: pgmap v18533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:02 smithi137 ceph-mon[117020]: from='client.502410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:04 smithi203 ceph-mon[117428]: pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:04 smithi137 ceph-mon[117020]: pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:04 smithi066 ceph-mon[112137]: pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:06 smithi066 ceph-mon[112137]: pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:06 smithi203 ceph-mon[117428]: pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:06 smithi137 ceph-mon[117020]: pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:07.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:07.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:07.458 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:08.184 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:08.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:08.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:08.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:08.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:08 smithi066 ceph-mon[112137]: pgmap v18536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:08 smithi066 ceph-mon[112137]: from='client.502488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:08 smithi203 ceph-mon[117428]: pgmap v18536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:08 smithi203 ceph-mon[117428]: from='client.502488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:08 smithi137 ceph-mon[117020]: pgmap v18536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:08 smithi137 ceph-mon[117020]: from='client.502488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:10.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:10 smithi066 ceph-mon[112137]: pgmap v18537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:10 smithi203 ceph-mon[117428]: pgmap v18537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:10 smithi137 ceph-mon[117020]: pgmap v18537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:12 smithi066 ceph-mon[112137]: pgmap v18538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:12 smithi203 ceph-mon[117428]: pgmap v18538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:12 smithi137 ceph-mon[117020]: pgmap v18538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:13.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:13.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:13.186 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:13.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:13.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:13.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:13.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:13.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:14 smithi203 ceph-mon[117428]: from='client.502563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:14 smithi203 ceph-mon[117428]: pgmap v18539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:14 smithi137 ceph-mon[117020]: from='client.502563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:14 smithi137 ceph-mon[117020]: pgmap v18539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:14 smithi066 ceph-mon[112137]: from='client.502563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:14 smithi066 ceph-mon[112137]: pgmap v18539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:16 smithi066 ceph-mon[112137]: pgmap v18540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:16 smithi203 ceph-mon[117428]: pgmap v18540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:16 smithi137 ceph-mon[117020]: pgmap v18540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:18.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:18.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:18.910 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:18.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:18 smithi066 ceph-mon[112137]: pgmap v18541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:18 smithi203 ceph-mon[117428]: pgmap v18541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:18 smithi137 ceph-mon[117020]: pgmap v18541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:19.652 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:19.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:19.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:19.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:19.652 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:19.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:19 smithi066 ceph-mon[112137]: from='client.502641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:20.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:19 smithi203 ceph-mon[117428]: from='client.502641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:20.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:19 smithi137 ceph-mon[117020]: from='client.502641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:20.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:20 smithi066 ceph-mon[112137]: pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:20 smithi203 ceph-mon[117428]: pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:20 smithi137 ceph-mon[117020]: pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:22 smithi066 ceph-mon[112137]: pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:31:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:22 smithi203 ceph-mon[117428]: pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:31:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:22 smithi137 ceph-mon[117020]: pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:31:24.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:24 smithi203 ceph-mon[117428]: pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:31:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:24 smithi137 ceph-mon[117020]: pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:31:24.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:24.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:24.654 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:24 smithi066 ceph-mon[112137]: pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:31:25.385 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:25.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:25.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:25.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:25.385 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:25 smithi203 ceph-mon[117428]: from='client.502713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:25 smithi137 ceph-mon[117020]: from='client.502713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:25 smithi066 ceph-mon[112137]: from='client.502713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:26.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:26 smithi203 ceph-mon[117428]: pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:26.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:26 smithi137 ceph-mon[117020]: pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:26 smithi066 ceph-mon[112137]: pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:29 smithi203 ceph-mon[117428]: pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:29 smithi137 ceph-mon[117020]: pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:29 smithi066 ceph-mon[112137]: pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:30.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:30.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:30.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:30 smithi137 ceph-mon[117020]: pgmap v18547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:31:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:30 smithi066 ceph-mon[112137]: pgmap v18547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:31:30.821 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:30 smithi203 ceph-mon[117428]: pgmap v18547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:31:31.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:31.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:31.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:31.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:31.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:31.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:31 smithi137 ceph-mon[117020]: from='client.502791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:31 smithi066 ceph-mon[112137]: from='client.502791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:31 smithi203 ceph-mon[117428]: from='client.502791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:32.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:32 smithi137 ceph-mon[117020]: pgmap v18548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:31:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:32 smithi066 ceph-mon[112137]: pgmap v18548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:31:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:32 smithi203 ceph-mon[117428]: pgmap v18548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:31:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:35 smithi203 ceph-mon[117428]: pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:31:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:35 smithi137 ceph-mon[117020]: pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:31:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:35 smithi066 ceph-mon[112137]: pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:31:36.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:36.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:36.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:36.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:36 smithi203 ceph-mon[117428]: pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:31:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:36 smithi137 ceph-mon[117020]: pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:31:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:36 smithi066 ceph-mon[112137]: pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:31:36.841 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:36.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:36.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:36.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:36.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:37 smithi203 ceph-mon[117428]: from='client.502866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:37 smithi137 ceph-mon[117020]: from='client.502866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:37 smithi066 ceph-mon[112137]: from='client.502866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:39 smithi203 ceph-mon[117428]: pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:39 smithi137 ceph-mon[117020]: pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:39 smithi066 ceph-mon[112137]: pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:40 smithi137 ceph-mon[117020]: pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:40 smithi066 ceph-mon[112137]: pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:40 smithi203 ceph-mon[117428]: pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:41.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:41.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:41.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:42.573 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:42.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:42 smithi066 ceph-mon[112137]: pgmap v18553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:42 smithi066 ceph-mon[112137]: from='client.502944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:42 smithi203 ceph-mon[117428]: pgmap v18553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:42 smithi203 ceph-mon[117428]: from='client.502944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:42 smithi137 ceph-mon[117020]: pgmap v18553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:42 smithi137 ceph-mon[117020]: from='client.502944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:45.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:45 smithi203 ceph-mon[117428]: pgmap v18554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:45 smithi137 ceph-mon[117020]: pgmap v18554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:45 smithi066 ceph-mon[112137]: pgmap v18554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:46 smithi203 ceph-mon[117428]: pgmap v18555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:46 smithi137 ceph-mon[117020]: pgmap v18555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:46 smithi066 ceph-mon[112137]: pgmap v18555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:47.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:47.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:47.576 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:48.291 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:48.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:48.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:48.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:48.292 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:49 smithi203 ceph-mon[117428]: pgmap v18556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:49 smithi203 ceph-mon[117428]: from='client.503019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:31:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:49 smithi137 ceph-mon[117020]: pgmap v18556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:49 smithi137 ceph-mon[117020]: from='client.503019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:31:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:49 smithi066 ceph-mon[112137]: pgmap v18556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:49 smithi066 ceph-mon[112137]: from='client.503019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:49.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:31:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:31:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:31:50.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:31:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:31:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:31:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:31:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:31:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:31:50.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:31:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:51 smithi203 ceph-mon[117428]: pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:51 smithi137 ceph-mon[117020]: pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:51 smithi066 ceph-mon[112137]: pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:31:52.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:52 smithi203 ceph-mon[117428]: pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:52 smithi137 ceph-mon[117020]: pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:52 smithi066 ceph-mon[112137]: pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:31:53.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:53.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:53.294 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:54.018 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:54.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:54.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:54.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:54.018 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:31:55.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:55 smithi203 ceph-mon[117428]: pgmap v18559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:55.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:55 smithi203 ceph-mon[117428]: from='client.503097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:55 smithi137 ceph-mon[117020]: pgmap v18559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:55 smithi137 ceph-mon[117020]: from='client.503097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:55 smithi066 ceph-mon[112137]: pgmap v18559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:55 smithi066 ceph-mon[112137]: from='client.503097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:56.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:56 smithi203 ceph-mon[117428]: pgmap v18560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:56 smithi137 ceph-mon[117020]: pgmap v18560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:56 smithi066 ceph-mon[112137]: pgmap v18560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:59.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:31:59.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:59.021 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:31:59 smithi203 ceph-mon[117428]: pgmap v18561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:31:59 smithi137 ceph-mon[117020]: pgmap v18561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:31:59 smithi066 ceph-mon[112137]: pgmap v18561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:59.757 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:31:59.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:59.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:59.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:59.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:00 smithi203 ceph-mon[117428]: from='client.503172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:00.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:00 smithi203 ceph-mon[117428]: pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:32:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:00 smithi137 ceph-mon[117020]: from='client.503172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:00 smithi137 ceph-mon[117020]: pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:32:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:00 smithi066 ceph-mon[112137]: from='client.503172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:00.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:00 smithi066 ceph-mon[112137]: pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:32:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:02 smithi066 ceph-mon[112137]: pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:32:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:02 smithi203 ceph-mon[117428]: pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:32:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:02 smithi137 ceph-mon[117020]: pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:32:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:04 smithi137 ceph-mon[117020]: pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:32:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:04 smithi066 ceph-mon[112137]: pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:32:04.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:04.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:04.759 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:04 smithi203 ceph-mon[117428]: pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:32:05.485 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:05.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:05.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:05.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:05.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:05 smithi137 ceph-mon[117020]: from='client.503247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:05 smithi066 ceph-mon[112137]: from='client.503247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:05 smithi203 ceph-mon[117428]: from='client.503247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:06 smithi137 ceph-mon[117020]: pgmap v18565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:06 smithi066 ceph-mon[112137]: pgmap v18565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:06 smithi203 ceph-mon[117428]: pgmap v18565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:09 smithi203 ceph-mon[117428]: pgmap v18566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:09 smithi137 ceph-mon[117020]: pgmap v18566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:09 smithi066 ceph-mon[112137]: pgmap v18566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:10.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:10.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:10.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:10.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:10 smithi203 ceph-mon[117428]: pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:32:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:10 smithi137 ceph-mon[117020]: pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:32:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:10 smithi066 ceph-mon[112137]: pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:32:11.205 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:11.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:11.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:11.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:11.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:11 smithi203 ceph-mon[117428]: from='client.503325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:11 smithi137 ceph-mon[117020]: from='client.503325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:11 smithi066 ceph-mon[112137]: from='client.503325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:12.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:12 smithi203 ceph-mon[117428]: pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:32:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:12 smithi137 ceph-mon[117020]: pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:32:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:12 smithi066 ceph-mon[112137]: pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:32:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:14 smithi137 ceph-mon[117020]: pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:32:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:14 smithi066 ceph-mon[112137]: pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:32:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:14 smithi203 ceph-mon[117428]: pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:32:16.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:16.207 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:16.208 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:16.934 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:16.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:16.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:16.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:16.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:16 smithi066 ceph-mon[112137]: pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:32:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:16 smithi203 ceph-mon[117428]: pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:32:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:16 smithi137 ceph-mon[117020]: pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:32:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:17 smithi066 ceph-mon[112137]: from='client.503400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:18.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:17 smithi203 ceph-mon[117428]: from='client.503400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:18.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:17 smithi137 ceph-mon[117020]: from='client.503400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:19 smithi203 ceph-mon[117428]: pgmap v18571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:19 smithi137 ceph-mon[117020]: pgmap v18571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:19 smithi066 ceph-mon[112137]: pgmap v18571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:20.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:20 smithi203 ceph-mon[117428]: pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:32:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:20 smithi137 ceph-mon[117020]: pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:32:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:20 smithi066 ceph-mon[112137]: pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:32:21.936 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:21.936 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:21.937 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:22.667 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:22.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:22.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:22.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:22.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:22 smithi066 ceph-mon[112137]: pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:32:22.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:22 smithi066 ceph-mon[112137]: from='client.503478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:22 smithi203 ceph-mon[117428]: pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:32:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:22 smithi203 ceph-mon[117428]: from='client.503478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:22 smithi137 ceph-mon[117020]: pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:32:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:22 smithi137 ceph-mon[117020]: from='client.503478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:25 smithi203 ceph-mon[117428]: pgmap v18574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:25 smithi137 ceph-mon[117020]: pgmap v18574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:25 smithi066 ceph-mon[112137]: pgmap v18574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:27.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:27 smithi203 ceph-mon[117428]: pgmap v18575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:27.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:27 smithi137 ceph-mon[117020]: pgmap v18575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:27.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:27.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:27.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:27.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:27 smithi066 ceph-mon[112137]: pgmap v18575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:28.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:28.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:28.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:28.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:28.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:29 smithi203 ceph-mon[117428]: pgmap v18576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:29 smithi203 ceph-mon[117428]: from='client.503556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:29 smithi137 ceph-mon[117020]: pgmap v18576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:29 smithi137 ceph-mon[117020]: from='client.503556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:29 smithi066 ceph-mon[112137]: pgmap v18576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:29 smithi066 ceph-mon[112137]: from='client.503556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:30.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:30 smithi137 ceph-mon[117020]: pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:32:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:30 smithi066 ceph-mon[112137]: pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:32:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:30 smithi203 ceph-mon[117428]: pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:32:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:32 smithi066 ceph-mon[112137]: pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:32:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:32 smithi203 ceph-mon[117428]: pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:32:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:32 smithi137 ceph-mon[117020]: pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:32:33.393 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:33.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:33.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:34.114 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:34.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:34.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:34.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:34.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:35 smithi203 ceph-mon[117428]: pgmap v18579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:35 smithi203 ceph-mon[117428]: from='client.503631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:35 smithi137 ceph-mon[117020]: pgmap v18579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:35 smithi137 ceph-mon[117020]: from='client.503631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:35 smithi066 ceph-mon[112137]: pgmap v18579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:35 smithi066 ceph-mon[112137]: from='client.503631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:37.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:37 smithi203 ceph-mon[117428]: pgmap v18580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:37 smithi137 ceph-mon[117020]: pgmap v18580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:37 smithi066 ceph-mon[112137]: pgmap v18580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:39.115 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:39.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:39.116 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:39 smithi203 ceph-mon[117428]: pgmap v18581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:39 smithi137 ceph-mon[117020]: pgmap v18581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:39 smithi066 ceph-mon[112137]: pgmap v18581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:39.841 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:39.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:39.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:39.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:39.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:40 smithi203 ceph-mon[117428]: from='client.503703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:40 smithi203 ceph-mon[117428]: pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:40 smithi137 ceph-mon[117020]: from='client.503703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:40 smithi137 ceph-mon[117020]: pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:40 smithi066 ceph-mon[112137]: from='client.503703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:40 smithi066 ceph-mon[112137]: pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:42 smithi066 ceph-mon[112137]: pgmap v18583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:32:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:42 smithi203 ceph-mon[117428]: pgmap v18583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:32:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:42 smithi137 ceph-mon[117020]: pgmap v18583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:32:44.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:44.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:44.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:45.563 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:45.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:45.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:45.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:45.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:45.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:45 smithi203 ceph-mon[117428]: pgmap v18584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:32:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:45 smithi137 ceph-mon[117020]: pgmap v18584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:32:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:45 smithi066 ceph-mon[112137]: pgmap v18584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:32:46.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:46 smithi203 ceph-mon[117428]: from='client.503775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:46 smithi137 ceph-mon[117020]: from='client.503775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:46 smithi066 ceph-mon[112137]: from='client.503775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:47.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:47 smithi203 ceph-mon[117428]: pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:47.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:47 smithi137 ceph-mon[117020]: pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:47.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:47 smithi066 ceph-mon[112137]: pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:49.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:49 smithi203 ceph-mon[117428]: pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:49 smithi137 ceph-mon[117020]: pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:49 smithi066 ceph-mon[112137]: pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:50.564 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:50.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:50.565 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:50.571 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:32:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:32:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:32:51.316 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:51.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:51.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:51.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:51.316 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='client.503850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi203 to 21218M 2023-12-08T03:32:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi137 to 17122M 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 14731M 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:32:51.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='client.503850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi203 to 21218M 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi137 to 17122M 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 14731M 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:32:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='client.503850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi203 to 21218M 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi137 to 17122M 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 14731M 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:32:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:32:51.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:32:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:52 smithi137 ceph-mon[117020]: pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:52 smithi066 ceph-mon[112137]: pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:52 smithi203 ceph-mon[117428]: pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:54 smithi137 ceph-mon[117020]: pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:32:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:54 smithi066 ceph-mon[112137]: pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:32:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:54 smithi203 ceph-mon[117428]: pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:32:56.317 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:32:56.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:56.318 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:56 smithi066 ceph-mon[112137]: pgmap v18590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:32:57.043 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:32:57.043 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:57.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:57.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:57.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:32:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:56 smithi203 ceph-mon[117428]: pgmap v18590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:32:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:56 smithi137 ceph-mon[117020]: pgmap v18590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:32:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:57 smithi066 ceph-mon[112137]: from='client.503928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:58.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:57 smithi203 ceph-mon[117428]: from='client.503928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:58.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:57 smithi137 ceph-mon[117020]: from='client.503928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:32:59 smithi203 ceph-mon[117428]: pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:32:59 smithi137 ceph-mon[117020]: pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:32:59 smithi066 ceph-mon[112137]: pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:01 smithi203 ceph-mon[117428]: pgmap v18592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:01 smithi137 ceph-mon[117020]: pgmap v18592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:01 smithi066 ceph-mon[112137]: pgmap v18592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:02.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:02.045 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:02.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:02.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:02 smithi137 ceph-mon[117020]: pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:02.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:02 smithi066 ceph-mon[112137]: pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:02.770 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:02.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:02.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:02.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:02.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:02.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:02 smithi203 ceph-mon[117428]: pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:04.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:04 smithi203 ceph-mon[117428]: from='client.504006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:04 smithi137 ceph-mon[117020]: from='client.504006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:04 smithi066 ceph-mon[112137]: from='client.504006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:05.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:05 smithi203 ceph-mon[117428]: pgmap v18594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:05 smithi137 ceph-mon[117020]: pgmap v18594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:05 smithi066 ceph-mon[112137]: pgmap v18594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:06 smithi137 ceph-mon[117020]: pgmap v18595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:06 smithi066 ceph-mon[112137]: pgmap v18595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:06 smithi203 ceph-mon[117428]: pgmap v18595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:07.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:07.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:07.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:08.506 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:08.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:08.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:08.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:08.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:09 smithi203 ceph-mon[117428]: pgmap v18596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:09 smithi203 ceph-mon[117428]: from='client.504084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:09 smithi137 ceph-mon[117020]: pgmap v18596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:09 smithi137 ceph-mon[117020]: from='client.504084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:09 smithi066 ceph-mon[112137]: pgmap v18596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:09 smithi066 ceph-mon[112137]: from='client.504084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:11.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:11 smithi203 ceph-mon[117428]: pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:11 smithi137 ceph-mon[117020]: pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:11 smithi066 ceph-mon[112137]: pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:12 smithi137 ceph-mon[117020]: pgmap v18598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:12 smithi066 ceph-mon[112137]: pgmap v18598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:12 smithi203 ceph-mon[117428]: pgmap v18598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:13.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:13.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:13.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:14.239 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:14.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:14.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:14.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:14.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:15 smithi203 ceph-mon[117428]: pgmap v18599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:15 smithi203 ceph-mon[117428]: from='client.504159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:15 smithi137 ceph-mon[117020]: pgmap v18599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:15.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:15 smithi137 ceph-mon[117020]: from='client.504159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:15 smithi066 ceph-mon[112137]: pgmap v18599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:15 smithi066 ceph-mon[112137]: from='client.504159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:16 smithi066 ceph-mon[112137]: pgmap v18600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:16 smithi203 ceph-mon[117428]: pgmap v18600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:16 smithi137 ceph-mon[117020]: pgmap v18600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:19.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:19.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:19.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:19.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:19 smithi203 ceph-mon[117428]: pgmap v18601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:19 smithi137 ceph-mon[117020]: pgmap v18601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:19 smithi066 ceph-mon[112137]: pgmap v18601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:19.969 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:19.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:19.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:19.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:19.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:21 smithi137 ceph-mon[117020]: from='client.504237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:21.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:21 smithi137 ceph-mon[117020]: pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:21 smithi066 ceph-mon[112137]: from='client.504237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:21.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:21 smithi066 ceph-mon[112137]: pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:21.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:21 smithi203 ceph-mon[117428]: from='client.504237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:21.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:21 smithi203 ceph-mon[117428]: pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:22.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:22 smithi137 ceph-mon[117020]: pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:33:22.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:22 smithi066 ceph-mon[112137]: pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:33:22.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:22 smithi203 ceph-mon[117428]: pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:33:24.971 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:24.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:24.971 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:25.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:25 smithi203 ceph-mon[117428]: pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:33:25.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:25 smithi137 ceph-mon[117020]: pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:33:25.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:25.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:25.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:25.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:25.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:25.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:25 smithi066 ceph-mon[112137]: pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:33:26.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:26 smithi066 ceph-mon[112137]: from='client.504309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:26.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:26 smithi066 ceph-mon[112137]: pgmap v18605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:26 smithi203 ceph-mon[117428]: from='client.504309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:26 smithi203 ceph-mon[117428]: pgmap v18605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:26 smithi137 ceph-mon[117020]: from='client.504309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:26 smithi137 ceph-mon[117020]: pgmap v18605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:29.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:29 smithi137 ceph-mon[117020]: pgmap v18606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:29.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:29 smithi066 ceph-mon[112137]: pgmap v18606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:29.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:29 smithi203 ceph-mon[117428]: pgmap v18606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:30.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:30.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:30.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:30.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:30 smithi066 ceph-mon[112137]: pgmap v18607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:33:30.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:30 smithi203 ceph-mon[117428]: pgmap v18607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:33:30.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:30 smithi137 ceph-mon[117020]: pgmap v18607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:33:31.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:31.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:31.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:31.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:31.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:31.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:31 smithi066 ceph-mon[112137]: from='client.504381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:31.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:31 smithi203 ceph-mon[117428]: from='client.504381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:31.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:31 smithi137 ceph-mon[117020]: from='client.504381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:32.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:32 smithi066 ceph-mon[112137]: pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:32.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:32 smithi203 ceph-mon[117428]: pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:32.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:32 smithi137 ceph-mon[117020]: pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:35 smithi137 ceph-mon[117020]: pgmap v18609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:33:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:35 smithi066 ceph-mon[112137]: pgmap v18609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:33:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:35 smithi203 ceph-mon[117428]: pgmap v18609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:33:36.433 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:36.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:36.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:36.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:36 smithi137 ceph-mon[117020]: pgmap v18610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:33:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:36 smithi066 ceph-mon[112137]: pgmap v18610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:33:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:36 smithi203 ceph-mon[117428]: pgmap v18610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:33:37.160 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:37.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:37.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:37.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:37.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:37.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:37 smithi137 ceph-mon[117020]: from='client.504456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:37.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:37 smithi066 ceph-mon[112137]: from='client.504456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:37.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:37 smithi203 ceph-mon[117428]: from='client.504456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:39 smithi137 ceph-mon[117020]: pgmap v18611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:39 smithi066 ceph-mon[112137]: pgmap v18611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:39 smithi203 ceph-mon[117428]: pgmap v18611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:40 smithi066 ceph-mon[112137]: pgmap v18612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:40 smithi203 ceph-mon[117428]: pgmap v18612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:40 smithi137 ceph-mon[117020]: pgmap v18612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:42.162 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:42.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:42.162 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:42.882 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:42.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:42.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:42.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:42.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:42 smithi066 ceph-mon[112137]: pgmap v18613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:42 smithi203 ceph-mon[117428]: pgmap v18613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:42 smithi137 ceph-mon[117020]: pgmap v18613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:44 smithi137 ceph-mon[117020]: from='client.504534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:44 smithi066 ceph-mon[112137]: from='client.504534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:44 smithi203 ceph-mon[117428]: from='client.504534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:45.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:45 smithi137 ceph-mon[117020]: pgmap v18614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:45.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:45 smithi066 ceph-mon[112137]: pgmap v18614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:45 smithi203 ceph-mon[117428]: pgmap v18614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:46.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:46 smithi137 ceph-mon[117020]: pgmap v18615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:46.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:46 smithi066 ceph-mon[112137]: pgmap v18615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:46 smithi203 ceph-mon[117428]: pgmap v18615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:47.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:47.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:47.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:48.608 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:48.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:48.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:48.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:48.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:49 smithi137 ceph-mon[117020]: pgmap v18616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:49 smithi137 ceph-mon[117020]: from='client.504612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:49 smithi066 ceph-mon[112137]: pgmap v18616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:49 smithi066 ceph-mon[112137]: from='client.504612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:49 smithi203 ceph-mon[117428]: pgmap v18616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:49 smithi203 ceph-mon[117428]: from='client.504612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:50 smithi066 ceph-mon[112137]: pgmap v18617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:50 smithi203 ceph-mon[117428]: pgmap v18617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:50.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:50 smithi137 ceph-mon[117020]: pgmap v18617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:33:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:33:51.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:33:51.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:33:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:52 smithi066 ceph-mon[112137]: pgmap v18618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:33:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:33:52.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:33:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:52 smithi203 ceph-mon[117428]: pgmap v18618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:33:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:33:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:33:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:52 smithi137 ceph-mon[117020]: pgmap v18618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:33:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:33:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:33:52.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:33:53.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:53.610 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:53.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:54.328 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:33:54.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:54.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:54.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:54.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:33:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:55 smithi137 ceph-mon[117020]: pgmap v18619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:55.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:55 smithi137 ceph-mon[117020]: from='client.504681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:55 smithi066 ceph-mon[112137]: pgmap v18619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:55 smithi066 ceph-mon[112137]: from='client.504681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:55 smithi203 ceph-mon[117428]: pgmap v18619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:55 smithi203 ceph-mon[117428]: from='client.504681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:56.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:56 smithi137 ceph-mon[117020]: pgmap v18620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:56 smithi066 ceph-mon[112137]: pgmap v18620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:56 smithi203 ceph-mon[117428]: pgmap v18620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:59.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:33:59.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:59.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:33:59 smithi137 ceph-mon[117020]: pgmap v18621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:33:59 smithi066 ceph-mon[112137]: pgmap v18621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:59.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:33:59 smithi203 ceph-mon[117428]: pgmap v18621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:00.052 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:00.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:00.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:00.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:00.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:00 smithi137 ceph-mon[117020]: pgmap v18622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:00 smithi137 ceph-mon[117020]: from='client.504756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:00 smithi066 ceph-mon[112137]: pgmap v18622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:00 smithi066 ceph-mon[112137]: from='client.504756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:00 smithi203 ceph-mon[117428]: pgmap v18622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:00 smithi203 ceph-mon[117428]: from='client.504756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:02 smithi066 ceph-mon[112137]: pgmap v18623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:34:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:02 smithi203 ceph-mon[117428]: pgmap v18623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:34:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:02 smithi137 ceph-mon[117020]: pgmap v18623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:34:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:04 smithi066 ceph-mon[112137]: pgmap v18624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:04 smithi203 ceph-mon[117428]: pgmap v18624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:04 smithi137 ceph-mon[117020]: pgmap v18624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:05.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:05.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:05.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:05.776 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:05.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:05.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:05.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:05.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:06 smithi066 ceph-mon[112137]: from='client.504831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:06 smithi066 ceph-mon[112137]: pgmap v18625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:06 smithi203 ceph-mon[117428]: from='client.504831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:06 smithi203 ceph-mon[117428]: pgmap v18625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:06 smithi137 ceph-mon[117020]: from='client.504831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:06 smithi137 ceph-mon[117020]: pgmap v18625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:09 smithi137 ceph-mon[117020]: pgmap v18626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:09 smithi066 ceph-mon[112137]: pgmap v18626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:09 smithi203 ceph-mon[117428]: pgmap v18626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:10 smithi137 ceph-mon[117020]: pgmap v18627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:34:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:10 smithi066 ceph-mon[112137]: pgmap v18627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:34:10.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:10.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:10.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:10 smithi203 ceph-mon[117428]: pgmap v18627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:34:11.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:11.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:11.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:11.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:11.498 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:11.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:11 smithi137 ceph-mon[117020]: from='client.504906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:11.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:11 smithi066 ceph-mon[112137]: from='client.504906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:11.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:11 smithi203 ceph-mon[117428]: from='client.504906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:12.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:12 smithi137 ceph-mon[117020]: pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:12.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:12 smithi066 ceph-mon[112137]: pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:12.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:12 smithi203 ceph-mon[117428]: pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:14 smithi066 ceph-mon[112137]: pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:14 smithi203 ceph-mon[117428]: pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:14 smithi137 ceph-mon[117020]: pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:16.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:16.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:16.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:16 smithi066 ceph-mon[112137]: pgmap v18630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:16 smithi203 ceph-mon[117428]: pgmap v18630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:16 smithi137 ceph-mon[117020]: pgmap v18630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:17.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:17.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:17.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:17.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:17.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:17.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:17 smithi066 ceph-mon[112137]: from='client.504972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:18.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:17 smithi203 ceph-mon[117428]: from='client.504972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:18.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:17 smithi137 ceph-mon[117020]: from='client.504972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:19 smithi137 ceph-mon[117020]: pgmap v18631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:19 smithi066 ceph-mon[112137]: pgmap v18631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:19.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:19 smithi203 ceph-mon[117428]: pgmap v18631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:20 smithi137 ceph-mon[117020]: pgmap v18632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:34:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:20 smithi066 ceph-mon[112137]: pgmap v18632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:34:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:20 smithi203 ceph-mon[117428]: pgmap v18632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:34:22.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:22.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:22.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:22.967 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:22.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:22.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:22.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:22.968 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:22 smithi066 ceph-mon[112137]: pgmap v18633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:34:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:22 smithi203 ceph-mon[117428]: pgmap v18633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:34:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:22 smithi137 ceph-mon[117020]: pgmap v18633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:34:23.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:23 smithi066 ceph-mon[112137]: from='client.505044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:24.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:23 smithi203 ceph-mon[117428]: from='client.505044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:24.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:23 smithi137 ceph-mon[117020]: from='client.505044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:24 smithi066 ceph-mon[112137]: pgmap v18634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:25.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:24 smithi203 ceph-mon[117428]: pgmap v18634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:25.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:24 smithi137 ceph-mon[117020]: pgmap v18634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:26 smithi066 ceph-mon[112137]: pgmap v18635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:26 smithi203 ceph-mon[117428]: pgmap v18635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:26 smithi137 ceph-mon[117020]: pgmap v18635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:27.969 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:27.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:27.970 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:28.690 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:28.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:28.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:28.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:28.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:28 smithi066 ceph-mon[112137]: pgmap v18636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:28 smithi203 ceph-mon[117428]: pgmap v18636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:28 smithi137 ceph-mon[117020]: pgmap v18636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:29.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:29 smithi066 ceph-mon[112137]: from='client.505119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:30.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:29 smithi203 ceph-mon[117428]: from='client.505119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:30.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:29 smithi137 ceph-mon[117020]: from='client.505119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:30 smithi066 ceph-mon[112137]: pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:34:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:30 smithi203 ceph-mon[117428]: pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:34:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:30 smithi137 ceph-mon[117020]: pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:34:32.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:32 smithi066 ceph-mon[112137]: pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:34:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:32 smithi203 ceph-mon[117428]: pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:34:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:32 smithi137 ceph-mon[117020]: pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:34:33.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:33.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:33.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:34.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:34.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:34.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:34.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:34.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:34 smithi066 ceph-mon[112137]: pgmap v18639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:34 smithi066 ceph-mon[112137]: from='client.505197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:34 smithi203 ceph-mon[117428]: pgmap v18639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:34 smithi203 ceph-mon[117428]: from='client.505197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:34 smithi137 ceph-mon[117020]: pgmap v18639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:34 smithi137 ceph-mon[117020]: from='client.505197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:36 smithi066 ceph-mon[112137]: pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:36 smithi203 ceph-mon[117428]: pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:36 smithi137 ceph-mon[117020]: pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:39.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:39.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:39.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:39.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:39 smithi137 ceph-mon[117020]: pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:39.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:39 smithi066 ceph-mon[112137]: pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:39.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:39 smithi203 ceph-mon[117428]: pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:40.158 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:40.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:40.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:40.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:40.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:40 smithi137 ceph-mon[117020]: pgmap v18642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:40.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:40 smithi137 ceph-mon[117020]: from='client.505275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:40.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:40 smithi066 ceph-mon[112137]: pgmap v18642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:40.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:40 smithi066 ceph-mon[112137]: from='client.505275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:40 smithi203 ceph-mon[117428]: pgmap v18642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:40.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:40 smithi203 ceph-mon[117428]: from='client.505275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:42.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:42 smithi066 ceph-mon[112137]: pgmap v18643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:34:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:42 smithi203 ceph-mon[117428]: pgmap v18643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:34:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:42 smithi137 ceph-mon[117020]: pgmap v18643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:34:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:44 smithi066 ceph-mon[112137]: pgmap v18644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:44 smithi203 ceph-mon[117428]: pgmap v18644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:44 smithi137 ceph-mon[117020]: pgmap v18644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:45.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:45.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:45.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:45.883 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:45.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:45.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:45.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:45.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:46 smithi066 ceph-mon[112137]: from='client.505350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:46.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:46 smithi066 ceph-mon[112137]: pgmap v18645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:46 smithi203 ceph-mon[117428]: from='client.505350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:46 smithi203 ceph-mon[117428]: pgmap v18645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:46 smithi137 ceph-mon[117020]: from='client.505350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:46 smithi137 ceph-mon[117020]: pgmap v18645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:49.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:49 smithi137 ceph-mon[117020]: pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:49.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:49 smithi066 ceph-mon[112137]: pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:49.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:49 smithi203 ceph-mon[117428]: pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:50.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:50 smithi137 ceph-mon[117020]: pgmap v18647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:34:50.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:50 smithi066 ceph-mon[112137]: pgmap v18647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:34:50.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:50 smithi203 ceph-mon[117428]: pgmap v18647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:34:50.884 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:50.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:50.885 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:51.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:51.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:51.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:51.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:51.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:51.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:51 smithi137 ceph-mon[117020]: from='client.505425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:51.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:51 smithi066 ceph-mon[112137]: from='client.505425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:51.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:51 smithi203 ceph-mon[117428]: from='client.505425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:52 smithi137 ceph-mon[117020]: pgmap v18648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:52.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:34:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:52 smithi066 ceph-mon[112137]: pgmap v18648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:52.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:34:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:52 smithi203 ceph-mon[117428]: pgmap v18648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:52.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:34:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:34:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:34:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:34:53.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:34:53.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:34:53.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:34:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:34:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:34:53.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:34:54.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:54 smithi137 ceph-mon[117020]: pgmap v18649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:54 smithi066 ceph-mon[112137]: pgmap v18649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:54 smithi203 ceph-mon[117428]: pgmap v18649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:56.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:34:56.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:56.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:56.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:56 smithi066 ceph-mon[112137]: pgmap v18650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:56 smithi203 ceph-mon[117428]: pgmap v18650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:56 smithi137 ceph-mon[117020]: pgmap v18650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:57.351 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:34:57.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:57.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:57.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:57.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:34:57.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:57 smithi066 ceph-mon[112137]: from='client.505500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:58.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:57 smithi203 ceph-mon[117428]: from='client.505500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:58.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:57 smithi137 ceph-mon[117020]: from='client.505500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:34:59 smithi137 ceph-mon[117020]: pgmap v18651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:59.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:34:59 smithi066 ceph-mon[112137]: pgmap v18651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:59.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:34:59 smithi203 ceph-mon[117428]: pgmap v18651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:00.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:00 smithi137 ceph-mon[117020]: pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:00.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:00 smithi066 ceph-mon[112137]: pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:00.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:00 smithi203 ceph-mon[117428]: pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:02.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:02.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:02.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:02.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:02 smithi066 ceph-mon[112137]: pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:02 smithi203 ceph-mon[117428]: pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:03.079 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:03.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:03.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:03.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:03.079 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:02 smithi137 ceph-mon[117020]: pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:04 smithi137 ceph-mon[117020]: from='client.505575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:04 smithi066 ceph-mon[112137]: from='client.505575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:04 smithi203 ceph-mon[117428]: from='client.505575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:05.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:05 smithi137 ceph-mon[117020]: pgmap v18654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:05.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:05 smithi066 ceph-mon[112137]: pgmap v18654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:05 smithi203 ceph-mon[117428]: pgmap v18654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:06.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:06 smithi137 ceph-mon[117020]: pgmap v18655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:06 smithi066 ceph-mon[112137]: pgmap v18655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:06 smithi203 ceph-mon[117428]: pgmap v18655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:08.080 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:08.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:08.081 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:08.812 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:08.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:08.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:08.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:08.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:09.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:09 smithi137 ceph-mon[117020]: pgmap v18656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:09.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:09 smithi066 ceph-mon[112137]: pgmap v18656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:09.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:09 smithi203 ceph-mon[117428]: pgmap v18656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:10 smithi137 ceph-mon[117020]: from='client.505653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:10.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:10 smithi137 ceph-mon[117020]: pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:10 smithi066 ceph-mon[112137]: from='client.505653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:10.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:10 smithi066 ceph-mon[112137]: pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:10 smithi203 ceph-mon[117428]: from='client.505653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:10.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:10 smithi203 ceph-mon[117428]: pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:12.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:12 smithi066 ceph-mon[112137]: pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:12 smithi203 ceph-mon[117428]: pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:12 smithi137 ceph-mon[117020]: pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:13.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:13.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:13.814 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:14.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:14.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:14.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:14.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:14.538 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:14 smithi137 ceph-mon[117020]: pgmap v18659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:14 smithi137 ceph-mon[117020]: from='client.505728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:14 smithi066 ceph-mon[112137]: pgmap v18659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:14 smithi066 ceph-mon[112137]: from='client.505728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:14 smithi203 ceph-mon[117428]: pgmap v18659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:14 smithi203 ceph-mon[117428]: from='client.505728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:16 smithi066 ceph-mon[112137]: pgmap v18660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:16 smithi203 ceph-mon[117428]: pgmap v18660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:16 smithi137 ceph-mon[117020]: pgmap v18660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:19.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:19.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:19.540 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:19.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:19 smithi137 ceph-mon[117020]: pgmap v18661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:19.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:19 smithi066 ceph-mon[112137]: pgmap v18661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:19.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:19 smithi203 ceph-mon[117428]: pgmap v18661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:20.260 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:20.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:20.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:20.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:20.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:20 smithi137 ceph-mon[117020]: pgmap v18662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:20.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:20 smithi137 ceph-mon[117020]: from='client.505806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:20.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:20 smithi066 ceph-mon[112137]: pgmap v18662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:20 smithi066 ceph-mon[112137]: from='client.505806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:20 smithi203 ceph-mon[117428]: pgmap v18662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:20.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:20 smithi203 ceph-mon[117428]: from='client.505806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:22.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:22 smithi066 ceph-mon[112137]: pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:35:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:22 smithi203 ceph-mon[117428]: pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:35:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:22 smithi137 ceph-mon[117020]: pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:35:24.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:24 smithi137 ceph-mon[117020]: pgmap v18664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:24 smithi066 ceph-mon[112137]: pgmap v18664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:24 smithi203 ceph-mon[117428]: pgmap v18664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:25.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:25.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:25.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:25.985 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:25.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:25.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:25.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:25.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:26 smithi066 ceph-mon[112137]: from='client.505884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:26.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:26 smithi066 ceph-mon[112137]: pgmap v18665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:26 smithi203 ceph-mon[117428]: from='client.505884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:26 smithi203 ceph-mon[117428]: pgmap v18665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:26 smithi137 ceph-mon[117020]: from='client.505884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:26 smithi137 ceph-mon[117020]: pgmap v18665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:28.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:28 smithi066 ceph-mon[112137]: pgmap v18666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:28 smithi203 ceph-mon[117428]: pgmap v18666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:28 smithi137 ceph-mon[117020]: pgmap v18666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:30.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:30 smithi066 ceph-mon[112137]: pgmap v18667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:35:30.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:30.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:30.987 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:30 smithi203 ceph-mon[117428]: pgmap v18667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:35:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:30 smithi137 ceph-mon[117020]: pgmap v18667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:35:31.718 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:31.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:31.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:31.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:31.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:32 smithi066 ceph-mon[112137]: from='client.505953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:32.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:32 smithi066 ceph-mon[112137]: pgmap v18668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:32 smithi203 ceph-mon[117428]: from='client.505953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:32 smithi203 ceph-mon[117428]: pgmap v18668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:32 smithi137 ceph-mon[117020]: from='client.505953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:32 smithi137 ceph-mon[117020]: pgmap v18668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:34 smithi137 ceph-mon[117020]: pgmap v18669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:34 smithi066 ceph-mon[112137]: pgmap v18669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:34 smithi203 ceph-mon[117428]: pgmap v18669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:36.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:36.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:36.721 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:36 smithi066 ceph-mon[112137]: pgmap v18670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:36 smithi203 ceph-mon[117428]: pgmap v18670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:36 smithi137 ceph-mon[117020]: pgmap v18670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:37.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:37.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:37.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:37.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:37.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:37.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:37 smithi066 ceph-mon[112137]: from='client.506022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:38.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:37 smithi203 ceph-mon[117428]: from='client.506022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:38.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:37 smithi137 ceph-mon[117020]: from='client.506022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:38.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:38 smithi066 ceph-mon[112137]: pgmap v18671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:38 smithi203 ceph-mon[117428]: pgmap v18671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:38 smithi137 ceph-mon[117020]: pgmap v18671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:41.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:40 smithi203 ceph-mon[117428]: pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:40 smithi137 ceph-mon[117020]: pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:40 smithi066 ceph-mon[112137]: pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:42.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:42.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:42.455 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:42 smithi203 ceph-mon[117428]: pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:42 smithi137 ceph-mon[117020]: pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:43.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:43.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:43.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:43.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:43.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:42 smithi066 ceph-mon[112137]: pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:43 smithi203 ceph-mon[117428]: from='client.506100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:43 smithi137 ceph-mon[117020]: from='client.506100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:43 smithi066 ceph-mon[112137]: from='client.506100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:44 smithi203 ceph-mon[117428]: pgmap v18674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:44 smithi137 ceph-mon[117020]: pgmap v18674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:45.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:44 smithi066 ceph-mon[112137]: pgmap v18674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:46 smithi203 ceph-mon[117428]: pgmap v18675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:46 smithi137 ceph-mon[117020]: pgmap v18675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:46 smithi066 ceph-mon[112137]: pgmap v18675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:48.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:48.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:48.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:48.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:48.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:48.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:48.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:48.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:48 smithi203 ceph-mon[117428]: pgmap v18676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:48 smithi137 ceph-mon[117020]: pgmap v18676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:48 smithi066 ceph-mon[112137]: pgmap v18676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:50.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:49 smithi203 ceph-mon[117428]: from='client.506175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:50.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:49 smithi137 ceph-mon[117020]: from='client.506175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:49 smithi066 ceph-mon[112137]: from='client.506175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:50 smithi203 ceph-mon[117428]: pgmap v18677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:50 smithi137 ceph-mon[117020]: pgmap v18677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:50 smithi066 ceph-mon[112137]: pgmap v18677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:35:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:52 smithi203 ceph-mon[117428]: pgmap v18678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:35:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:52 smithi137 ceph-mon[117020]: pgmap v18678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:35:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:52 smithi066 ceph-mon[112137]: pgmap v18678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:35:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:35:53.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:53.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:53.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:35:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:35:54.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:35:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:35:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:35:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:35:54.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:35:54.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:35:54.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:35:54.636 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:35:54.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:54.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:54.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:54.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:35:55.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:54 smithi203 ceph-mon[117428]: pgmap v18679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:55.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:54 smithi203 ceph-mon[117428]: from='client.506253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:54 smithi137 ceph-mon[117020]: pgmap v18679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:54 smithi137 ceph-mon[117020]: from='client.506253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:54 smithi066 ceph-mon[112137]: pgmap v18679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:54 smithi066 ceph-mon[112137]: from='client.506253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:56 smithi203 ceph-mon[117428]: pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:56 smithi137 ceph-mon[117020]: pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:56 smithi066 ceph-mon[112137]: pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:59.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:35:58 smithi203 ceph-mon[117428]: pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:35:58 smithi137 ceph-mon[117020]: pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:35:58 smithi066 ceph-mon[112137]: pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:59.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:35:59.638 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:59.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:00.363 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:00.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:00.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:00.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:00.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:00 smithi203 ceph-mon[117428]: pgmap v18682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:00 smithi203 ceph-mon[117428]: from='client.506328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:00 smithi137 ceph-mon[117020]: pgmap v18682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:00 smithi137 ceph-mon[117020]: from='client.506328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:00 smithi066 ceph-mon[112137]: pgmap v18682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:00 smithi066 ceph-mon[112137]: from='client.506328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:02 smithi203 ceph-mon[117428]: pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:36:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:02 smithi137 ceph-mon[117020]: pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:36:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:02 smithi066 ceph-mon[112137]: pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:36:04.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:04 smithi137 ceph-mon[117020]: pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:04 smithi066 ceph-mon[112137]: pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:04 smithi203 ceph-mon[117428]: pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:05.365 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:05.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:05.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:06.105 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:06.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:06.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:06.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:06.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:06 smithi066 ceph-mon[112137]: pgmap v18685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:06.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:06 smithi066 ceph-mon[112137]: from='client.506403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:06 smithi203 ceph-mon[117428]: pgmap v18685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:06 smithi203 ceph-mon[117428]: from='client.506403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:06 smithi137 ceph-mon[117020]: pgmap v18685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:06 smithi137 ceph-mon[117020]: from='client.506403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:08.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:08 smithi066 ceph-mon[112137]: pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:08 smithi203 ceph-mon[117428]: pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:08 smithi137 ceph-mon[117020]: pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:10.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:10 smithi066 ceph-mon[112137]: pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:36:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:10 smithi203 ceph-mon[117428]: pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:36:11.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:11.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:11.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:10 smithi137 ceph-mon[117020]: pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:36:11.836 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:11.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:11.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:11.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:11.836 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:12 smithi203 ceph-mon[117428]: from='client.506478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:12 smithi203 ceph-mon[117428]: pgmap v18688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:12 smithi137 ceph-mon[117020]: from='client.506478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:12 smithi137 ceph-mon[117020]: pgmap v18688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:12 smithi066 ceph-mon[112137]: from='client.506478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:12 smithi066 ceph-mon[112137]: pgmap v18688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:14.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:14 smithi137 ceph-mon[117020]: pgmap v18689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:14 smithi066 ceph-mon[112137]: pgmap v18689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:14 smithi203 ceph-mon[117428]: pgmap v18689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:16.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:16.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:16.838 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:16.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:16 smithi066 ceph-mon[112137]: pgmap v18690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:16 smithi203 ceph-mon[117428]: pgmap v18690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:16 smithi137 ceph-mon[117020]: pgmap v18690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:17.559 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:17.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:17.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:17.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:17.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:17 smithi066 ceph-mon[112137]: from='client.506550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:18.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:17 smithi203 ceph-mon[117428]: from='client.506550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:18.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:17 smithi137 ceph-mon[117020]: from='client.506550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:18 smithi203 ceph-mon[117428]: pgmap v18691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:18 smithi137 ceph-mon[117020]: pgmap v18691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:18 smithi066 ceph-mon[112137]: pgmap v18691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:20 smithi203 ceph-mon[117428]: pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:36:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:20 smithi137 ceph-mon[117020]: pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:36:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:20 smithi066 ceph-mon[112137]: pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:36:22.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:22.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:22.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:22 smithi203 ceph-mon[117428]: pgmap v18693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:36:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:22 smithi137 ceph-mon[117020]: pgmap v18693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:36:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:22 smithi066 ceph-mon[112137]: pgmap v18693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:36:23.282 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:23.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:23.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:23.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:23.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:24.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:23 smithi203 ceph-mon[117428]: from='client.506628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:24.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:23 smithi137 ceph-mon[117020]: from='client.506628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:23 smithi066 ceph-mon[112137]: from='client.506628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:25.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:24 smithi203 ceph-mon[117428]: pgmap v18694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:25.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:24 smithi137 ceph-mon[117020]: pgmap v18694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:24 smithi066 ceph-mon[112137]: pgmap v18694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:26 smithi203 ceph-mon[117428]: pgmap v18695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:26 smithi137 ceph-mon[117020]: pgmap v18695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:26 smithi066 ceph-mon[112137]: pgmap v18695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:28.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:28.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:28.285 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:29.041 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:29.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:29.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:29.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:29.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:28 smithi203 ceph-mon[117428]: pgmap v18696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:28 smithi137 ceph-mon[117020]: pgmap v18696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:28 smithi066 ceph-mon[112137]: pgmap v18696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:30.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:29 smithi203 ceph-mon[117428]: from='client.506703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:30.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:29 smithi137 ceph-mon[117020]: from='client.506703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:29 smithi066 ceph-mon[112137]: from='client.506703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:30 smithi203 ceph-mon[117428]: pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:36:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:30 smithi137 ceph-mon[117020]: pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:36:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:30 smithi066 ceph-mon[112137]: pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:36:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:32 smithi203 ceph-mon[117428]: pgmap v18698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:36:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:32 smithi137 ceph-mon[117020]: pgmap v18698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:36:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:32 smithi066 ceph-mon[112137]: pgmap v18698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:36:34.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:34.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:34.043 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:34.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:34 smithi137 ceph-mon[117020]: pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:34 smithi066 ceph-mon[112137]: pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:34.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:34.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:34 smithi203 ceph-mon[117428]: pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:35.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:35 smithi137 ceph-mon[117020]: from='client.506781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:35 smithi066 ceph-mon[112137]: from='client.506781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:35 smithi203 ceph-mon[117428]: from='client.506781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:36 smithi066 ceph-mon[112137]: pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:36:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:36 smithi203 ceph-mon[117428]: pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:36:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:36 smithi137 ceph-mon[117020]: pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:36:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:38 smithi203 ceph-mon[117428]: pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:36:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:38 smithi137 ceph-mon[117020]: pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:36:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:38 smithi066 ceph-mon[112137]: pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:36:39.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:39.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:39.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:40.497 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:40.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:40.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:40.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:40.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:41.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:40 smithi203 ceph-mon[117428]: pgmap v18702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:41.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:40 smithi203 ceph-mon[117428]: from='client.506859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:40 smithi137 ceph-mon[117020]: pgmap v18702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:40 smithi137 ceph-mon[117020]: from='client.506859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:40 smithi066 ceph-mon[112137]: pgmap v18702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:40 smithi066 ceph-mon[112137]: from='client.506859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:42 smithi203 ceph-mon[117428]: pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:36:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:42 smithi137 ceph-mon[117020]: pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:36:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:42 smithi066 ceph-mon[112137]: pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:36:44.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:44 smithi137 ceph-mon[117020]: pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:44 smithi066 ceph-mon[112137]: pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:44 smithi203 ceph-mon[117428]: pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:45.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:45.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:45.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:46.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:46.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:46.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:46.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:46.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:46 smithi203 ceph-mon[117428]: pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:46 smithi203 ceph-mon[117428]: from='client.506934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:46 smithi137 ceph-mon[117020]: pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:46 smithi137 ceph-mon[117020]: from='client.506934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:46 smithi066 ceph-mon[112137]: pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:46 smithi066 ceph-mon[112137]: from='client.506934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:48 smithi203 ceph-mon[117428]: pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:36:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:48 smithi137 ceph-mon[117020]: pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:36:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:48 smithi066 ceph-mon[112137]: pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:36:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:50 smithi203 ceph-mon[117428]: pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:36:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:50 smithi137 ceph-mon[117020]: pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:36:51.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:51.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:51.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:50 smithi066 ceph-mon[112137]: pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:36:51.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:51.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:51.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:51.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:51.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:52 smithi203 ceph-mon[117428]: from='client.507012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:52 smithi203 ceph-mon[117428]: pgmap v18708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:52 smithi137 ceph-mon[117020]: from='client.507012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:52 smithi137 ceph-mon[117020]: pgmap v18708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:52 smithi066 ceph-mon[112137]: from='client.507012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:52 smithi066 ceph-mon[112137]: pgmap v18708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:36:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:54 smithi066 ceph-mon[112137]: pgmap v18709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:36:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:36:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:36:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:36:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:54 smithi203 ceph-mon[117428]: pgmap v18709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:36:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:36:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:36:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:36:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:54 smithi137 ceph-mon[117020]: pgmap v18709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:36:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:36:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:36:56.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:36:56.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:56.982 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:56 smithi203 ceph-mon[117428]: pgmap v18710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:56 smithi137 ceph-mon[117020]: pgmap v18710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:56 smithi066 ceph-mon[112137]: pgmap v18710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:57.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:36:57.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:57.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:57.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:57.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:36:58.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:57 smithi203 ceph-mon[117428]: from='client.507087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:58.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:57 smithi137 ceph-mon[117020]: from='client.507087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:58.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:57 smithi066 ceph-mon[112137]: from='client.507087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:59.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:36:58 smithi203 ceph-mon[117428]: pgmap v18711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:36:58 smithi137 ceph-mon[117020]: pgmap v18711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:36:58 smithi066 ceph-mon[112137]: pgmap v18711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:00 smithi203 ceph-mon[117428]: pgmap v18712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:00 smithi137 ceph-mon[117020]: pgmap v18712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:00 smithi066 ceph-mon[112137]: pgmap v18712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:02.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:02.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:02.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:02 smithi203 ceph-mon[117428]: pgmap v18713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:02 smithi137 ceph-mon[117020]: pgmap v18713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:02 smithi066 ceph-mon[112137]: pgmap v18713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:03.438 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:03.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:03.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:03.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:03.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:04.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:03 smithi203 ceph-mon[117428]: from='client.507159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:04.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:03 smithi137 ceph-mon[117020]: from='client.507159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:03 smithi066 ceph-mon[112137]: from='client.507159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:04 smithi203 ceph-mon[117428]: pgmap v18714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:05.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:04 smithi137 ceph-mon[117020]: pgmap v18714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:04 smithi066 ceph-mon[112137]: pgmap v18714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:06 smithi203 ceph-mon[117428]: pgmap v18715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:06 smithi137 ceph-mon[117020]: pgmap v18715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:06 smithi066 ceph-mon[112137]: pgmap v18715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:08.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:08.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:08.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:08 smithi203 ceph-mon[117428]: pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:08 smithi137 ceph-mon[117020]: pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:09.171 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:09.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:09.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:09.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:09.172 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:08 smithi066 ceph-mon[112137]: pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:10.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:09 smithi203 ceph-mon[117428]: from='client.507234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:10.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:09 smithi137 ceph-mon[117020]: from='client.507234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:09 smithi066 ceph-mon[112137]: from='client.507234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:10 smithi203 ceph-mon[117428]: pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:10 smithi137 ceph-mon[117020]: pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:10 smithi066 ceph-mon[112137]: pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:12 smithi203 ceph-mon[117428]: pgmap v18718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:12 smithi137 ceph-mon[117020]: pgmap v18718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:12 smithi066 ceph-mon[112137]: pgmap v18718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:14.173 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:14.173 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:14.174 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:14 smithi066 ceph-mon[112137]: pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:14 smithi203 ceph-mon[117428]: pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:14 smithi137 ceph-mon[117020]: pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:14.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:14.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:15 smithi066 ceph-mon[112137]: from='client.507312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:15 smithi203 ceph-mon[117428]: from='client.507312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:15 smithi137 ceph-mon[117020]: from='client.507312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:16 smithi066 ceph-mon[112137]: pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:37:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:16 smithi203 ceph-mon[117428]: pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:37:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:16 smithi137 ceph-mon[117020]: pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:37:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:18 smithi203 ceph-mon[117428]: pgmap v18721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:18 smithi137 ceph-mon[117020]: pgmap v18721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:18 smithi066 ceph-mon[112137]: pgmap v18721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:19.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:19.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:19.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:20.648 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:20.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:20.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:20.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:20.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:20 smithi203 ceph-mon[117428]: pgmap v18722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:37:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:20 smithi203 ceph-mon[117428]: from='client.507384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:20 smithi137 ceph-mon[117020]: pgmap v18722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:37:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:20 smithi137 ceph-mon[117020]: from='client.507384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:20 smithi066 ceph-mon[112137]: pgmap v18722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:37:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:20 smithi066 ceph-mon[112137]: from='client.507384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:22 smithi203 ceph-mon[117428]: pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:37:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:22 smithi137 ceph-mon[117020]: pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:37:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:22 smithi066 ceph-mon[112137]: pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:37:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:24 smithi066 ceph-mon[112137]: pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:24 smithi203 ceph-mon[117428]: pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:24 smithi137 ceph-mon[117020]: pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:25.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:25.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:25.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:26.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:26.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:26.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:26.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:26.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:26 smithi203 ceph-mon[117428]: pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:26 smithi203 ceph-mon[117428]: from='client.507456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:26 smithi137 ceph-mon[117020]: pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:26 smithi137 ceph-mon[117020]: from='client.507456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:26 smithi066 ceph-mon[112137]: pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:26 smithi066 ceph-mon[112137]: from='client.507456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:28 smithi203 ceph-mon[117428]: pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:37:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:28 smithi137 ceph-mon[117020]: pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:37:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:28 smithi066 ceph-mon[112137]: pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:37:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:30 smithi203 ceph-mon[117428]: pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:37:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:30 smithi137 ceph-mon[117020]: pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:37:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:30 smithi066 ceph-mon[112137]: pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:37:31.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:31.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:31.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:32.098 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:32.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:32.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:32.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:32.099 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:32 smithi203 ceph-mon[117428]: pgmap v18728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:37:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:32 smithi203 ceph-mon[117428]: from='client.507534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:32 smithi137 ceph-mon[117020]: pgmap v18728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:37:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:32 smithi137 ceph-mon[117020]: from='client.507534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:32 smithi066 ceph-mon[112137]: pgmap v18728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:37:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:32 smithi066 ceph-mon[112137]: from='client.507534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:34 smithi066 ceph-mon[112137]: pgmap v18729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:34 smithi203 ceph-mon[117428]: pgmap v18729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:34 smithi137 ceph-mon[117020]: pgmap v18729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:36 smithi203 ceph-mon[117428]: pgmap v18730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:37.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:37.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:37.100 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:36 smithi137 ceph-mon[117020]: pgmap v18730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:36 smithi066 ceph-mon[112137]: pgmap v18730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:37.827 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:37.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:37.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:37.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:37.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:38 smithi203 ceph-mon[117428]: from='client.507612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:38 smithi203 ceph-mon[117428]: pgmap v18731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:38 smithi137 ceph-mon[117020]: from='client.507612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:38 smithi137 ceph-mon[117020]: pgmap v18731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:38 smithi066 ceph-mon[112137]: from='client.507612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:38 smithi066 ceph-mon[112137]: pgmap v18731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:41.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:40 smithi203 ceph-mon[117428]: pgmap v18732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:40 smithi137 ceph-mon[117020]: pgmap v18732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:40 smithi066 ceph-mon[112137]: pgmap v18732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:42.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:42.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:42.830 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:42 smithi203 ceph-mon[117428]: pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:42 smithi137 ceph-mon[117020]: pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:42 smithi066 ceph-mon[112137]: pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:43.558 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:43.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:43.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:43.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:43.559 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:44.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:43 smithi203 ceph-mon[117428]: from='client.507690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:44.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:43 smithi137 ceph-mon[117020]: from='client.507690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:44.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:43 smithi066 ceph-mon[112137]: from='client.507690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:44 smithi203 ceph-mon[117428]: pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:44 smithi137 ceph-mon[117020]: pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:44 smithi066 ceph-mon[112137]: pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:46 smithi203 ceph-mon[117428]: pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:46 smithi137 ceph-mon[117020]: pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:47.373 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:46 smithi066 ceph-mon[112137]: pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:48.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:48.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:48.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:48 smithi203 ceph-mon[117428]: pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:48 smithi137 ceph-mon[117020]: pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:48 smithi066 ceph-mon[112137]: pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:49.284 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:49.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:49.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:49.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:49.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:50.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:49 smithi203 ceph-mon[117428]: from='client.507765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:50.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:49 smithi137 ceph-mon[117020]: from='client.507765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:49 smithi066 ceph-mon[112137]: from='client.507765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:50 smithi203 ceph-mon[117428]: pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:50 smithi137 ceph-mon[117020]: pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:50 smithi066 ceph-mon[112137]: pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:37:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:52 smithi203 ceph-mon[117428]: pgmap v18738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:52 smithi137 ceph-mon[117020]: pgmap v18738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:52 smithi066 ceph-mon[112137]: pgmap v18738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:37:54.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:37:54.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:54.286 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:54 smithi066 ceph-mon[112137]: pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:54.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:37:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:54 smithi203 ceph-mon[117428]: pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:37:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:54 smithi137 ceph-mon[117020]: pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:37:55.007 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:37:55.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:55.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:55.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:55.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:37:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:55 smithi066 ceph-mon[112137]: from='client.310759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:37:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:37:55.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:37:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:55 smithi203 ceph-mon[117428]: from='client.310759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:37:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:37:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:37:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:55 smithi137 ceph-mon[117020]: from='client.310759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:37:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:37:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:37:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:56 smithi066 ceph-mon[112137]: pgmap v18740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:37:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:56 smithi203 ceph-mon[117428]: pgmap v18740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:37:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:56 smithi137 ceph-mon[117020]: pgmap v18740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:37:59.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:37:58 smithi203 ceph-mon[117428]: pgmap v18741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:37:58 smithi137 ceph-mon[117020]: pgmap v18741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:37:58 smithi066 ceph-mon[112137]: pgmap v18741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:38:00.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:00.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:00.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:00.734 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:00.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:00.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:00.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:00.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:00 smithi203 ceph-mon[117428]: pgmap v18742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:38:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:00 smithi137 ceph-mon[117020]: pgmap v18742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:38:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:00 smithi066 ceph-mon[112137]: pgmap v18742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:38:02.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:01 smithi203 ceph-mon[117428]: from='client.507918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:02.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:01 smithi137 ceph-mon[117020]: from='client.507918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:01 smithi066 ceph-mon[112137]: from='client.507918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:02 smithi203 ceph-mon[117428]: pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:38:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:02 smithi137 ceph-mon[117020]: pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:38:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:02 smithi066 ceph-mon[112137]: pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:38:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:04 smithi066 ceph-mon[112137]: pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:04 smithi203 ceph-mon[117428]: pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:04 smithi137 ceph-mon[117020]: pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:05.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:05.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:05.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:06.451 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:06.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:06.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:06.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:06.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:06 smithi203 ceph-mon[117428]: pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:06 smithi203 ceph-mon[117428]: from='client.507993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:06 smithi137 ceph-mon[117020]: pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:06 smithi137 ceph-mon[117020]: from='client.507993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:06 smithi066 ceph-mon[112137]: pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:06 smithi066 ceph-mon[112137]: from='client.507993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:08 smithi203 ceph-mon[117428]: pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:38:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:08 smithi137 ceph-mon[117020]: pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:38:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:08 smithi066 ceph-mon[112137]: pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:38:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:10 smithi203 ceph-mon[117428]: pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:38:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:10 smithi137 ceph-mon[117020]: pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:38:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:10 smithi066 ceph-mon[112137]: pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:38:11.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:11.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:11.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:12.174 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:12.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:12.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:12.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:12.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:12 smithi203 ceph-mon[117428]: pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:38:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:12 smithi203 ceph-mon[117428]: from='client.508071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:12 smithi137 ceph-mon[117020]: pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:38:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:12 smithi137 ceph-mon[117020]: from='client.508071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:12 smithi066 ceph-mon[112137]: pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:38:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:12 smithi066 ceph-mon[112137]: from='client.508071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:14 smithi066 ceph-mon[112137]: pgmap v18749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:14 smithi203 ceph-mon[117428]: pgmap v18749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:14 smithi137 ceph-mon[117020]: pgmap v18749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:16 smithi203 ceph-mon[117428]: pgmap v18750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:16 smithi137 ceph-mon[117020]: pgmap v18750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:17.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:17.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:17.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:16 smithi066 ceph-mon[112137]: pgmap v18750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:17.913 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:17.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:17.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:17.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:17.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:18 smithi203 ceph-mon[117428]: from='client.508143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:18 smithi203 ceph-mon[117428]: pgmap v18751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:18 smithi137 ceph-mon[117020]: from='client.508143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:18 smithi137 ceph-mon[117020]: pgmap v18751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:18 smithi066 ceph-mon[112137]: from='client.508143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:18 smithi066 ceph-mon[112137]: pgmap v18751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:20 smithi203 ceph-mon[117428]: pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:38:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:20 smithi137 ceph-mon[117020]: pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:38:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:20 smithi066 ceph-mon[112137]: pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:38:22.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:22.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:22.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:22 smithi203 ceph-mon[117428]: pgmap v18753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:38:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:22 smithi137 ceph-mon[117020]: pgmap v18753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:38:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:22 smithi066 ceph-mon[112137]: pgmap v18753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:38:23.639 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:23.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:23.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:23.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:23.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:24.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:23 smithi203 ceph-mon[117428]: from='client.508212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:24.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:23 smithi137 ceph-mon[117020]: from='client.508212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:23 smithi066 ceph-mon[112137]: from='client.508212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:25.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:24 smithi203 ceph-mon[117428]: pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:25.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:24 smithi137 ceph-mon[117020]: pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:25.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:24 smithi066 ceph-mon[112137]: pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:26 smithi203 ceph-mon[117428]: pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:26 smithi137 ceph-mon[117020]: pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:26 smithi066 ceph-mon[112137]: pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:28.641 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:28.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:28.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:28 smithi203 ceph-mon[117428]: pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:28 smithi137 ceph-mon[117020]: pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:28 smithi066 ceph-mon[112137]: pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:29.374 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:29.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:29.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:29.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:29.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:30.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:29 smithi203 ceph-mon[117428]: from='client.508287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:30.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:29 smithi137 ceph-mon[117020]: from='client.508287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:29 smithi066 ceph-mon[112137]: from='client.508287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:30 smithi203 ceph-mon[117428]: pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:38:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:30 smithi137 ceph-mon[117020]: pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:38:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:30 smithi066 ceph-mon[112137]: pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:38:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:32 smithi203 ceph-mon[117428]: pgmap v18758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:38:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:32 smithi137 ceph-mon[117020]: pgmap v18758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:38:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:32 smithi066 ceph-mon[112137]: pgmap v18758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:38:34.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:34.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:34.376 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:34 smithi066 ceph-mon[112137]: pgmap v18759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:34 smithi203 ceph-mon[117428]: pgmap v18759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:34 smithi137 ceph-mon[117020]: pgmap v18759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:35.112 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:35.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:35.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:35.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:35.112 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:35 smithi066 ceph-mon[112137]: from='client.508365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:35 smithi203 ceph-mon[117428]: from='client.508365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:35 smithi137 ceph-mon[117020]: from='client.508365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:36.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:36 smithi066 ceph-mon[112137]: pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:36 smithi203 ceph-mon[117428]: pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:36 smithi137 ceph-mon[117020]: pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:38 smithi203 ceph-mon[117428]: pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:38 smithi137 ceph-mon[117020]: pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:38 smithi066 ceph-mon[112137]: pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:40.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:40.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:40.114 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:40.857 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:40.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:40.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:40.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:40.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:41.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:40 smithi203 ceph-mon[117428]: pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:38:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:40 smithi137 ceph-mon[117020]: pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:38:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:40 smithi066 ceph-mon[112137]: pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:38:42.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:41 smithi203 ceph-mon[117428]: from='client.508443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:42.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:41 smithi137 ceph-mon[117020]: from='client.508443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:42.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:41 smithi066 ceph-mon[112137]: from='client.508443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:42 smithi203 ceph-mon[117428]: pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:38:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:42 smithi137 ceph-mon[117020]: pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:38:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:42 smithi066 ceph-mon[112137]: pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:38:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:44 smithi066 ceph-mon[112137]: pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:44 smithi203 ceph-mon[117428]: pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:44 smithi137 ceph-mon[117020]: pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:45.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:45.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:45.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:46.594 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:46.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:46.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:46.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:46.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:46 smithi203 ceph-mon[117428]: pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:46 smithi203 ceph-mon[117428]: from='client.508521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:46 smithi137 ceph-mon[117020]: pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:46 smithi137 ceph-mon[117020]: from='client.508521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:46 smithi066 ceph-mon[112137]: pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:46 smithi066 ceph-mon[112137]: from='client.508521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:48 smithi203 ceph-mon[117428]: pgmap v18766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:48 smithi137 ceph-mon[117020]: pgmap v18766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:48 smithi066 ceph-mon[112137]: pgmap v18766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:50 smithi203 ceph-mon[117428]: pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:38:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:50 smithi137 ceph-mon[117020]: pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:38:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:50 smithi066 ceph-mon[112137]: pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:38:51.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:51.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:51.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:52.329 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:52.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:52.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:52.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:52.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:52 smithi203 ceph-mon[117428]: pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:38:53.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:52 smithi203 ceph-mon[117428]: from='client.508596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:52 smithi137 ceph-mon[117020]: pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:38:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:52 smithi137 ceph-mon[117020]: from='client.508596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:52 smithi066 ceph-mon[112137]: pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:38:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:52 smithi066 ceph-mon[112137]: from='client.508596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:54 smithi066 ceph-mon[112137]: pgmap v18769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:54 smithi203 ceph-mon[117428]: pgmap v18769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:54 smithi137 ceph-mon[117020]: pgmap v18769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:38:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:38:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:38:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:38:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:38:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:38:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:56 smithi066 ceph-mon[112137]: pgmap v18770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:38:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:38:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:38:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:56 smithi203 ceph-mon[117428]: pgmap v18770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:38:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:38:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:38:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:56 smithi137 ceph-mon[117020]: pgmap v18770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:57.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:38:57.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:57.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:58.057 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:38:58.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:58.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:58.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:58.057 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:38:59.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:58 smithi203 ceph-mon[117428]: from='client.508674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:59.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:38:58 smithi203 ceph-mon[117428]: pgmap v18771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:58 smithi137 ceph-mon[117020]: from='client.508674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:38:58 smithi137 ceph-mon[117020]: pgmap v18771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:58 smithi066 ceph-mon[112137]: from='client.508674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:38:58 smithi066 ceph-mon[112137]: pgmap v18771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:00 smithi203 ceph-mon[117428]: pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:00 smithi137 ceph-mon[117020]: pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:00 smithi066 ceph-mon[112137]: pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:03.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:03.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:03.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:02 smithi203 ceph-mon[117428]: pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:02 smithi137 ceph-mon[117020]: pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:02 smithi066 ceph-mon[112137]: pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:03.787 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:03.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:03.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:03.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:03.787 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:04 smithi066 ceph-mon[112137]: from='client.508749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:04 smithi066 ceph-mon[112137]: pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:04 smithi203 ceph-mon[117428]: from='client.508749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:04 smithi203 ceph-mon[117428]: pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:04 smithi137 ceph-mon[117020]: from='client.508749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:04 smithi137 ceph-mon[117020]: pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:06 smithi203 ceph-mon[117428]: pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:06 smithi137 ceph-mon[117020]: pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:06 smithi066 ceph-mon[112137]: pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:08.788 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:08.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:08.789 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:08 smithi203 ceph-mon[117428]: pgmap v18776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:08 smithi137 ceph-mon[117020]: pgmap v18776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:08 smithi066 ceph-mon[112137]: pgmap v18776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:09.521 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:09.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:09.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:09.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:09.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:10.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:09 smithi203 ceph-mon[117428]: from='client.508824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:10.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:09 smithi137 ceph-mon[117020]: from='client.508824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:10.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:09 smithi066 ceph-mon[112137]: from='client.508824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:10 smithi203 ceph-mon[117428]: pgmap v18777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:10 smithi137 ceph-mon[117020]: pgmap v18777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:10 smithi066 ceph-mon[112137]: pgmap v18777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:12 smithi203 ceph-mon[117428]: pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:12 smithi137 ceph-mon[117020]: pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:12 smithi066 ceph-mon[112137]: pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:14.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:14.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:14.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:14 smithi066 ceph-mon[112137]: pgmap v18779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:14 smithi203 ceph-mon[117428]: pgmap v18779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:14 smithi137 ceph-mon[117020]: pgmap v18779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:15.268 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:15.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:15.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:15.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:15.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:15 smithi066 ceph-mon[112137]: from='client.508902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:15 smithi203 ceph-mon[117428]: from='client.508902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:15 smithi137 ceph-mon[117020]: from='client.508902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:16.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:16 smithi066 ceph-mon[112137]: pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:16 smithi203 ceph-mon[117428]: pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:16 smithi137 ceph-mon[117020]: pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:18 smithi203 ceph-mon[117428]: pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:18 smithi137 ceph-mon[117020]: pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:18 smithi066 ceph-mon[112137]: pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:20.271 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:20.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:20.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:20.996 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:20.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:20.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:20.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:20.997 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:20 smithi203 ceph-mon[117428]: pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:39:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:20 smithi137 ceph-mon[117020]: pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:39:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:20 smithi066 ceph-mon[112137]: pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:39:22.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:21 smithi203 ceph-mon[117428]: from='client.508977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:22.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:21 smithi137 ceph-mon[117020]: from='client.508977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:21 smithi066 ceph-mon[112137]: from='client.508977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:22 smithi203 ceph-mon[117428]: pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:39:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:22 smithi137 ceph-mon[117020]: pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:39:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:22 smithi066 ceph-mon[112137]: pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:39:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:24 smithi066 ceph-mon[112137]: pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:24 smithi203 ceph-mon[117428]: pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:24 smithi137 ceph-mon[117020]: pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:25.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:25.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:25.998 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:26.726 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:26.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:26.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:26.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:26.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:26 smithi203 ceph-mon[117428]: pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:26 smithi203 ceph-mon[117428]: from='client.509052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:26 smithi137 ceph-mon[117020]: pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:26 smithi137 ceph-mon[117020]: from='client.509052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:26 smithi066 ceph-mon[112137]: pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:26 smithi066 ceph-mon[112137]: from='client.509052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:28 smithi203 ceph-mon[117428]: pgmap v18786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:28 smithi137 ceph-mon[117020]: pgmap v18786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:28 smithi066 ceph-mon[112137]: pgmap v18786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:30 smithi203 ceph-mon[117428]: pgmap v18787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:30 smithi137 ceph-mon[117020]: pgmap v18787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:30 smithi066 ceph-mon[112137]: pgmap v18787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:31.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:31.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:31.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:32.448 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:32.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:32.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:32.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:32.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:32 smithi203 ceph-mon[117428]: pgmap v18788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:32 smithi203 ceph-mon[117428]: from='client.509127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:32 smithi137 ceph-mon[117020]: pgmap v18788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:32 smithi137 ceph-mon[117020]: from='client.509127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:32 smithi066 ceph-mon[112137]: pgmap v18788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:32 smithi066 ceph-mon[112137]: from='client.509127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:34 smithi066 ceph-mon[112137]: pgmap v18789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:34 smithi203 ceph-mon[117428]: pgmap v18789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:34 smithi137 ceph-mon[117020]: pgmap v18789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:36 smithi203 ceph-mon[117428]: pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:36 smithi137 ceph-mon[117020]: pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:36 smithi066 ceph-mon[112137]: pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:37.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:37.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:37.451 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:38.193 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:38.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:38.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:38.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:38.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:38 smithi203 ceph-mon[117428]: pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:38 smithi203 ceph-mon[117428]: from='client.509205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:38 smithi137 ceph-mon[117020]: pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:38 smithi137 ceph-mon[117020]: from='client.509205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:38 smithi066 ceph-mon[112137]: pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:38 smithi066 ceph-mon[112137]: from='client.509205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:41.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:40 smithi203 ceph-mon[117428]: pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:40 smithi137 ceph-mon[117020]: pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:40 smithi066 ceph-mon[112137]: pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:42 smithi203 ceph-mon[117428]: pgmap v18793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:42 smithi137 ceph-mon[117020]: pgmap v18793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:43.194 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:43.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:43.195 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:42 smithi066 ceph-mon[112137]: pgmap v18793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:43.922 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:43.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:43.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:43.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:43.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:44 smithi066 ceph-mon[112137]: from='client.509277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:44 smithi066 ceph-mon[112137]: pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:44 smithi203 ceph-mon[117428]: from='client.509277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:44 smithi203 ceph-mon[117428]: pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:44 smithi137 ceph-mon[117020]: from='client.509277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:44 smithi137 ceph-mon[117020]: pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:46 smithi203 ceph-mon[117428]: pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:46 smithi137 ceph-mon[117020]: pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:46 smithi066 ceph-mon[112137]: pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:48.924 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:48.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:48.925 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:48 smithi203 ceph-mon[117428]: pgmap v18796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:48 smithi137 ceph-mon[117020]: pgmap v18796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:48 smithi066 ceph-mon[112137]: pgmap v18796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:49.646 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:49.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:49.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:49.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:49.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:50.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:49 smithi203 ceph-mon[117428]: from='client.509349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:50.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:49 smithi137 ceph-mon[117020]: from='client.509349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:50.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:49 smithi066 ceph-mon[112137]: from='client.509349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:50 smithi203 ceph-mon[117428]: pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:50 smithi137 ceph-mon[117020]: pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:50 smithi066 ceph-mon[112137]: pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:39:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:52 smithi203 ceph-mon[117428]: pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:52 smithi137 ceph-mon[117020]: pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:52 smithi066 ceph-mon[112137]: pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:39:54.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:39:54.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:54.648 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:54 smithi066 ceph-mon[112137]: pgmap v18799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:54 smithi203 ceph-mon[117428]: pgmap v18799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:54 smithi137 ceph-mon[117020]: pgmap v18799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:55.379 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:55.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:55.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:55.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:39:55.380 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:39:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:55 smithi066 ceph-mon[112137]: from='client.509421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:55 smithi203 ceph-mon[117428]: from='client.509421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:55 smithi137 ceph-mon[117020]: from='client.509421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:39:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:56 smithi066 ceph-mon[112137]: pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:39:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:39:56.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:39:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:39:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:56 smithi203 ceph-mon[117428]: pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:39:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:39:56.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:39:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:39:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:56 smithi137 ceph-mon[117020]: pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:39:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:39:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:39:59.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:39:58 smithi203 ceph-mon[117428]: pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:39:58 smithi137 ceph-mon[117020]: pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:39:58 smithi066 ceph-mon[112137]: pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:00.381 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:00.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:00.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:00 smithi203 ceph-mon[117428]: pgmap v18802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:40:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T03:40:01.101 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:01.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:01.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:01.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:01.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:00 smithi137 ceph-mon[117020]: pgmap v18802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:40:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T03:40:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:00 smithi066 ceph-mon[112137]: pgmap v18802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:40:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T03:40:02.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:01 smithi203 ceph-mon[117428]: from='client.509493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:02.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:01 smithi137 ceph-mon[117020]: from='client.509493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:02.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:01 smithi066 ceph-mon[112137]: from='client.509493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:03.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:02 smithi203 ceph-mon[117428]: pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:40:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:02 smithi137 ceph-mon[117020]: pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:40:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:02 smithi066 ceph-mon[112137]: pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:40:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:04 smithi066 ceph-mon[112137]: pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:04 smithi203 ceph-mon[117428]: pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:04 smithi137 ceph-mon[117020]: pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:06.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:06.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:06.104 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:06.833 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:06.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:06.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:06.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:06.834 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:06 smithi203 ceph-mon[117428]: pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:06 smithi137 ceph-mon[117020]: pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:06 smithi066 ceph-mon[112137]: pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:07 smithi203 ceph-mon[117428]: from='client.509568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:08.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:07 smithi137 ceph-mon[117020]: from='client.509568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:08.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:07 smithi066 ceph-mon[112137]: from='client.509568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:08 smithi203 ceph-mon[117428]: pgmap v18806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:08 smithi137 ceph-mon[117020]: pgmap v18806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:08 smithi066 ceph-mon[112137]: pgmap v18806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:10 smithi203 ceph-mon[117428]: pgmap v18807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:40:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:10 smithi137 ceph-mon[117020]: pgmap v18807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:40:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:10 smithi066 ceph-mon[112137]: pgmap v18807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:40:11.835 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:11.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:11.836 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:12.555 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:12.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:12 smithi203 ceph-mon[117428]: pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:40:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:12 smithi203 ceph-mon[117428]: from='client.509643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:12 smithi137 ceph-mon[117020]: pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:40:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:12 smithi137 ceph-mon[117020]: from='client.509643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:12 smithi066 ceph-mon[112137]: pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:40:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:12 smithi066 ceph-mon[112137]: from='client.509643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:14 smithi066 ceph-mon[112137]: pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:14 smithi203 ceph-mon[117428]: pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:14 smithi137 ceph-mon[117020]: pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:16 smithi203 ceph-mon[117428]: pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:16 smithi137 ceph-mon[117020]: pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:16 smithi066 ceph-mon[112137]: pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:17.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:17.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:17.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:18.287 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:18.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:18 smithi203 ceph-mon[117428]: pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:18 smithi203 ceph-mon[117428]: from='client.509718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:18 smithi137 ceph-mon[117020]: pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:18 smithi137 ceph-mon[117020]: from='client.509718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:18 smithi066 ceph-mon[112137]: pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:18 smithi066 ceph-mon[112137]: from='client.509718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:20 smithi203 ceph-mon[117428]: pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:40:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:20 smithi137 ceph-mon[117020]: pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:40:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:20 smithi066 ceph-mon[112137]: pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:40:23.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:22 smithi203 ceph-mon[117428]: pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:40:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:22 smithi137 ceph-mon[117020]: pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:40:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:22 smithi066 ceph-mon[112137]: pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:40:23.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:23.289 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:23.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:24.005 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:24.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:24.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:24.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:24.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:24 smithi066 ceph-mon[112137]: from='client.509796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:24 smithi066 ceph-mon[112137]: pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:24 smithi203 ceph-mon[117428]: from='client.509796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:24 smithi203 ceph-mon[117428]: pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:24 smithi137 ceph-mon[117020]: from='client.509796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:24 smithi137 ceph-mon[117020]: pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:26 smithi203 ceph-mon[117428]: pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:26 smithi137 ceph-mon[117020]: pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:26 smithi066 ceph-mon[112137]: pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:29.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:29.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:29.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:28 smithi203 ceph-mon[117428]: pgmap v18816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:28 smithi137 ceph-mon[117020]: pgmap v18816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:28 smithi066 ceph-mon[112137]: pgmap v18816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:29.727 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:29.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:29.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:29.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:29.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:30.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:29 smithi203 ceph-mon[117428]: from='client.509874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:30.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:29 smithi137 ceph-mon[117020]: from='client.509874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:29 smithi066 ceph-mon[112137]: from='client.509874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:30 smithi203 ceph-mon[117428]: pgmap v18817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:40:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:30 smithi137 ceph-mon[117020]: pgmap v18817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:40:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:30 smithi066 ceph-mon[112137]: pgmap v18817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:40:33.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:32 smithi203 ceph-mon[117428]: pgmap v18818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:40:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:32 smithi137 ceph-mon[117020]: pgmap v18818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:40:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:32 smithi066 ceph-mon[112137]: pgmap v18818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:40:34.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:34.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:34.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:34 smithi066 ceph-mon[112137]: pgmap v18819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:40:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:34 smithi203 ceph-mon[117428]: pgmap v18819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:40:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:34 smithi137 ceph-mon[117020]: pgmap v18819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:40:35.457 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:35.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:35.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:35.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:35.458 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:35 smithi066 ceph-mon[112137]: from='client.509952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:35 smithi203 ceph-mon[117428]: from='client.509952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:35 smithi137 ceph-mon[117020]: from='client.509952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:36 smithi066 ceph-mon[112137]: pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:36.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:36 smithi203 ceph-mon[117428]: pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:36 smithi137 ceph-mon[117020]: pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:38 smithi203 ceph-mon[117428]: pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:38 smithi137 ceph-mon[117020]: pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:38 smithi066 ceph-mon[112137]: pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:40.459 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:40.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:40.459 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:41.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:40 smithi203 ceph-mon[117428]: pgmap v18822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:40:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:40 smithi137 ceph-mon[117020]: pgmap v18822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:40:41.182 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:41.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:41.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:41.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:41.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:40 smithi066 ceph-mon[112137]: pgmap v18822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:40:42.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:41 smithi203 ceph-mon[117428]: from='client.510030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:42.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:41 smithi137 ceph-mon[117020]: from='client.510030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:42.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:41 smithi066 ceph-mon[112137]: from='client.510030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:43.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:42 smithi203 ceph-mon[117428]: pgmap v18823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:40:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:42 smithi137 ceph-mon[117020]: pgmap v18823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:40:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:42 smithi066 ceph-mon[112137]: pgmap v18823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:40:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:44 smithi066 ceph-mon[112137]: pgmap v18824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:40:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:44 smithi203 ceph-mon[117428]: pgmap v18824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:40:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:44 smithi137 ceph-mon[117020]: pgmap v18824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:40:46.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:46.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:46.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:46.911 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:46.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:46.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:46.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:46.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:46 smithi203 ceph-mon[117428]: pgmap v18825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:40:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:46 smithi137 ceph-mon[117020]: pgmap v18825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:40:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:46 smithi066 ceph-mon[112137]: pgmap v18825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:40:48.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:47 smithi203 ceph-mon[117428]: from='client.510102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:48.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:47 smithi137 ceph-mon[117020]: from='client.510102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:47 smithi066 ceph-mon[112137]: from='client.510102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:48 smithi203 ceph-mon[117428]: pgmap v18826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:48 smithi137 ceph-mon[117020]: pgmap v18826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:48 smithi066 ceph-mon[112137]: pgmap v18826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:51.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:50 smithi203 ceph-mon[117428]: pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:40:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:50 smithi137 ceph-mon[117020]: pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:40:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:50 smithi066 ceph-mon[112137]: pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:40:51.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:51.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:51.913 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:52.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:52.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:52.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:52.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:52.637 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:52 smithi203 ceph-mon[117428]: pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:40:53.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:52 smithi203 ceph-mon[117428]: from='client.510174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:52 smithi137 ceph-mon[117020]: pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:40:53.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:52 smithi137 ceph-mon[117020]: from='client.510174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:52 smithi066 ceph-mon[112137]: pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:40:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:52 smithi066 ceph-mon[112137]: from='client.510174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:54 smithi066 ceph-mon[112137]: pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:54 smithi203 ceph-mon[117428]: pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:54 smithi137 ceph-mon[117020]: pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:56 smithi203 ceph-mon[117428]: pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:40:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:56 smithi137 ceph-mon[117020]: pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:40:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:56 smithi066 ceph-mon[112137]: pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:40:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:57.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:40:57.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:57.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:58.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:40:58.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:40:58.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:58.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:40:58.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:40:58.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:58.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:40:58.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:40:58.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:40:58.358 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:40:58.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:58.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:58.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:58.359 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:40:59.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:59 smithi066 ceph-mon[112137]: pgmap v18831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:40:59 smithi066 ceph-mon[112137]: from='client.510249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:59 smithi203 ceph-mon[117428]: pgmap v18831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:40:59 smithi203 ceph-mon[117428]: from='client.510249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:59 smithi137 ceph-mon[117020]: pgmap v18831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:59.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:40:59 smithi137 ceph-mon[117020]: from='client.510249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:01.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:01 smithi066 ceph-mon[112137]: pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:41:01.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:01 smithi203 ceph-mon[117428]: pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:41:01.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:01 smithi137 ceph-mon[117020]: pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:41:03.360 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:03.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:03.361 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:03.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:03 smithi066 ceph-mon[112137]: pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:41:03.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:03 smithi203 ceph-mon[117428]: pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:41:03.622 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:03 smithi137 ceph-mon[117020]: pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:41:04.101 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:04.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:04 smithi066 ceph-mon[112137]: from='client.510321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:04 smithi066 ceph-mon[112137]: pgmap v18834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:04 smithi203 ceph-mon[117428]: from='client.510321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:04 smithi203 ceph-mon[117428]: pgmap v18834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:04 smithi137 ceph-mon[117020]: from='client.510321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:04 smithi137 ceph-mon[117020]: pgmap v18834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:06 smithi203 ceph-mon[117428]: pgmap v18835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:06 smithi137 ceph-mon[117020]: pgmap v18835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:06 smithi066 ceph-mon[112137]: pgmap v18835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:09.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:08 smithi203 ceph-mon[117428]: pgmap v18836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:09.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:09.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:09.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:08 smithi137 ceph-mon[117020]: pgmap v18836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:08 smithi066 ceph-mon[112137]: pgmap v18836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:09.823 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:09.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:09.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:09.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:09.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:10 smithi203 ceph-mon[117428]: from='client.510396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:11.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:10 smithi203 ceph-mon[117428]: pgmap v18837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:41:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:10 smithi137 ceph-mon[117020]: from='client.510396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:10 smithi137 ceph-mon[117020]: pgmap v18837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:41:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:10 smithi066 ceph-mon[112137]: from='client.510396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:10 smithi066 ceph-mon[112137]: pgmap v18837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:41:13.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:12 smithi203 ceph-mon[117428]: pgmap v18838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:41:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:12 smithi137 ceph-mon[117020]: pgmap v18838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:41:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:12 smithi066 ceph-mon[112137]: pgmap v18838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:41:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:14 smithi066 ceph-mon[112137]: pgmap v18839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:41:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:14 smithi203 ceph-mon[117428]: pgmap v18839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:41:14.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:14.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:14.825 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:14 smithi137 ceph-mon[117020]: pgmap v18839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:41:15.555 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:15.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:15.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:15.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:15.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:15.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:15 smithi066 ceph-mon[112137]: from='client.510471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:15.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:15 smithi203 ceph-mon[117428]: from='client.510471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:15 smithi137 ceph-mon[117020]: from='client.510471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:16.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:16 smithi066 ceph-mon[112137]: pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:16.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:16 smithi203 ceph-mon[117428]: pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:16 smithi137 ceph-mon[117020]: pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:19.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:18 smithi203 ceph-mon[117428]: pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:18 smithi137 ceph-mon[117020]: pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:18 smithi066 ceph-mon[112137]: pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:20.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:20.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:20.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:21.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:20 smithi203 ceph-mon[117428]: pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:41:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:20 smithi137 ceph-mon[117020]: pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:41:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:20 smithi066 ceph-mon[112137]: pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:41:21.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:21.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:21.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:21.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:21.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:22.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:21 smithi137 ceph-mon[117020]: from='client.510546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:22.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:21 smithi066 ceph-mon[112137]: from='client.510546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:21 smithi203 ceph-mon[117428]: from='client.510546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:22 smithi137 ceph-mon[117020]: pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:41:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:22 smithi066 ceph-mon[112137]: pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:41:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:22 smithi203 ceph-mon[117428]: pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:41:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:24 smithi066 ceph-mon[112137]: pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:41:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:24 smithi203 ceph-mon[117428]: pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:41:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:24 smithi137 ceph-mon[117020]: pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:41:26.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:26.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:26.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:27.027 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:27.027 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:27.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:27.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:27.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:27.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:26 smithi203 ceph-mon[117428]: pgmap v18845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:41:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:26 smithi137 ceph-mon[117020]: pgmap v18845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:41:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:26 smithi066 ceph-mon[112137]: pgmap v18845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:41:28.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:27 smithi203 ceph-mon[117428]: from='client.510621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:28.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:27 smithi137 ceph-mon[117020]: from='client.510621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:27 smithi066 ceph-mon[112137]: from='client.510621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:29.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:28 smithi203 ceph-mon[117428]: pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:29.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:28 smithi137 ceph-mon[117020]: pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:28 smithi066 ceph-mon[112137]: pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:31.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:30 smithi203 ceph-mon[117428]: pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:41:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:30 smithi137 ceph-mon[117020]: pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:41:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:30 smithi066 ceph-mon[112137]: pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:41:32.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:32.029 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:32.029 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:32.746 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:32.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:32 smithi137 ceph-mon[117020]: pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:41:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:32 smithi137 ceph-mon[117020]: from='client.510699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:32 smithi066 ceph-mon[112137]: pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:41:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:32 smithi066 ceph-mon[112137]: from='client.510699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:32 smithi203 ceph-mon[117428]: pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:41:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:32 smithi203 ceph-mon[117428]: from='client.510699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:34.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:34 smithi066 ceph-mon[112137]: pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:34 smithi203 ceph-mon[117428]: pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:34 smithi137 ceph-mon[117020]: pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:36 smithi203 ceph-mon[117428]: pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:36 smithi137 ceph-mon[117020]: pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:36 smithi066 ceph-mon[112137]: pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:37.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:37.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:37.747 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:38.470 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:38.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:38.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:38.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:38.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:38 smithi203 ceph-mon[117428]: pgmap v18851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:39.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:38 smithi203 ceph-mon[117428]: from='client.510774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:38 smithi137 ceph-mon[117020]: pgmap v18851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:38 smithi137 ceph-mon[117020]: from='client.510774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:38 smithi066 ceph-mon[112137]: pgmap v18851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:38 smithi066 ceph-mon[112137]: from='client.510774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:40 smithi137 ceph-mon[117020]: pgmap v18852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:41:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:40 smithi066 ceph-mon[112137]: pgmap v18852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:41:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:40 smithi203 ceph-mon[117428]: pgmap v18852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:41:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:42 smithi137 ceph-mon[117020]: pgmap v18853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:41:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:42 smithi066 ceph-mon[112137]: pgmap v18853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:41:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:42 smithi203 ceph-mon[117428]: pgmap v18853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:41:43.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:43.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:43.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:44.200 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:44.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:44.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:44.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:44.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:44 smithi066 ceph-mon[112137]: pgmap v18854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:44 smithi066 ceph-mon[112137]: from='client.510852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:44 smithi203 ceph-mon[117428]: pgmap v18854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:44 smithi203 ceph-mon[117428]: from='client.510852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:44 smithi137 ceph-mon[117020]: pgmap v18854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:44 smithi137 ceph-mon[117020]: from='client.510852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:47.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:46 smithi203 ceph-mon[117428]: pgmap v18855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:46 smithi137 ceph-mon[117020]: pgmap v18855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:46 smithi066 ceph-mon[112137]: pgmap v18855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:49.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:48 smithi203 ceph-mon[117428]: pgmap v18856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:48 smithi137 ceph-mon[117020]: pgmap v18856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:49.203 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:49.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:49.204 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:48 smithi066 ceph-mon[112137]: pgmap v18856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:49.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:49.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:49.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:49.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:49.921 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:50 smithi137 ceph-mon[117020]: from='client.510927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:50 smithi137 ceph-mon[117020]: pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:50 smithi066 ceph-mon[112137]: from='client.510927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:50 smithi066 ceph-mon[112137]: pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:50 smithi203 ceph-mon[117428]: from='client.510927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:50 smithi203 ceph-mon[117428]: pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:52 smithi137 ceph-mon[117020]: pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:41:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:52 smithi066 ceph-mon[112137]: pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:41:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:52 smithi203 ceph-mon[117428]: pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:41:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:54 smithi066 ceph-mon[112137]: pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:41:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:54 smithi203 ceph-mon[117428]: pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:41:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:54 smithi137 ceph-mon[117020]: pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:41:54.923 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:41:54.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:54.923 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:55.647 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:41:55.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:55.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:55.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:55.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:41:55.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:55 smithi066 ceph-mon[112137]: from='client.511005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:55.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:55 smithi203 ceph-mon[117428]: from='client.511005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:55 smithi137 ceph-mon[117020]: from='client.511005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:56.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:56 smithi066 ceph-mon[112137]: pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:56.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:56 smithi203 ceph-mon[117428]: pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:56 smithi137 ceph-mon[117020]: pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:57.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:41:57.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:41:57.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:41:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:58 smithi066 ceph-mon[112137]: pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:41:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:41:58.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:41:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:41:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:58 smithi203 ceph-mon[117428]: pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:41:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:41:58.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:41:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:41:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:58 smithi137 ceph-mon[117020]: pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:41:58.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:41:58.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:41:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:42:00.648 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:00.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:00.649 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:01.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:00 smithi203 ceph-mon[117428]: pgmap v18862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:42:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:00 smithi137 ceph-mon[117020]: pgmap v18862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:42:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:00 smithi066 ceph-mon[112137]: pgmap v18862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:42:01.393 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:01.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:01.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:01.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:01.394 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:02.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:01 smithi137 ceph-mon[117020]: from='client.511077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:01 smithi066 ceph-mon[112137]: from='client.511077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:01 smithi203 ceph-mon[117428]: from='client.511077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:02 smithi137 ceph-mon[117020]: pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:02 smithi066 ceph-mon[112137]: pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:02 smithi203 ceph-mon[117428]: pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:04 smithi066 ceph-mon[112137]: pgmap v18864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:04 smithi203 ceph-mon[117428]: pgmap v18864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:04 smithi137 ceph-mon[117020]: pgmap v18864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:06.395 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:06.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:06.396 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:06 smithi203 ceph-mon[117428]: pgmap v18865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:42:07.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:07.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:07.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:07.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:07.118 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:06 smithi137 ceph-mon[117020]: pgmap v18865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:42:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:06 smithi066 ceph-mon[112137]: pgmap v18865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:42:08.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:07 smithi137 ceph-mon[117020]: from='client.511152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:08.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:07 smithi066 ceph-mon[112137]: from='client.511152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:08.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:07 smithi203 ceph-mon[117428]: from='client.511152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:08 smithi137 ceph-mon[117020]: pgmap v18866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:08 smithi066 ceph-mon[112137]: pgmap v18866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:08 smithi203 ceph-mon[117428]: pgmap v18866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:10 smithi137 ceph-mon[117020]: pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:42:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:10 smithi066 ceph-mon[112137]: pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:42:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:10 smithi203 ceph-mon[117428]: pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:42:12.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:12.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:12.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:12.852 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:12.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:12.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:12.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:12.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:12 smithi137 ceph-mon[117020]: pgmap v18868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:42:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:12 smithi066 ceph-mon[112137]: pgmap v18868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:42:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:12 smithi203 ceph-mon[117428]: pgmap v18868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:42:14.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:13 smithi137 ceph-mon[117020]: from='client.511227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:14.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:13 smithi066 ceph-mon[112137]: from='client.511227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:13 smithi203 ceph-mon[117428]: from='client.511227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:15.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:14 smithi137 ceph-mon[117020]: pgmap v18869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:14 smithi066 ceph-mon[112137]: pgmap v18869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:14 smithi203 ceph-mon[117428]: pgmap v18869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:16 smithi137 ceph-mon[117020]: pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:16 smithi066 ceph-mon[112137]: pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:16 smithi203 ceph-mon[117428]: pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:17.853 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:17.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:17.854 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:18.576 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:18.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:18.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:18.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:18.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:18 smithi137 ceph-mon[117020]: pgmap v18871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:18 smithi137 ceph-mon[117020]: from='client.511305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:18 smithi066 ceph-mon[112137]: pgmap v18871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:18 smithi066 ceph-mon[112137]: from='client.511305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:18 smithi203 ceph-mon[117428]: pgmap v18871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:18 smithi203 ceph-mon[117428]: from='client.511305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:20 smithi137 ceph-mon[117020]: pgmap v18872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:42:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:20 smithi066 ceph-mon[112137]: pgmap v18872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:42:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:20 smithi203 ceph-mon[117428]: pgmap v18872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:42:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:22 smithi137 ceph-mon[117020]: pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:42:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:22 smithi066 ceph-mon[112137]: pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:42:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:22 smithi203 ceph-mon[117428]: pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:42:23.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:23.579 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:23.579 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:24.311 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:24.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:24.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:24.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:24.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:24 smithi066 ceph-mon[112137]: pgmap v18874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:24 smithi066 ceph-mon[112137]: from='client.511383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:24 smithi203 ceph-mon[117428]: pgmap v18874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:24 smithi203 ceph-mon[117428]: from='client.511383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:24 smithi137 ceph-mon[117020]: pgmap v18874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:24 smithi137 ceph-mon[117020]: from='client.511383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:26 smithi137 ceph-mon[117020]: pgmap v18875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:26 smithi066 ceph-mon[112137]: pgmap v18875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:26 smithi203 ceph-mon[117428]: pgmap v18875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:28 smithi137 ceph-mon[117020]: pgmap v18876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:28 smithi066 ceph-mon[112137]: pgmap v18876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:29.312 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:29.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:29.313 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:28 smithi203 ceph-mon[117428]: pgmap v18876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:30.047 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:30.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:30.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:30.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:30.048 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:30 smithi137 ceph-mon[117020]: from='client.511452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:30 smithi137 ceph-mon[117020]: pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:30 smithi066 ceph-mon[112137]: from='client.511452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:30 smithi066 ceph-mon[112137]: pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:30 smithi203 ceph-mon[117428]: from='client.511452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:30 smithi203 ceph-mon[117428]: pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:33.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:32 smithi137 ceph-mon[117020]: pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:42:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:32 smithi066 ceph-mon[112137]: pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:42:33.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:32 smithi203 ceph-mon[117428]: pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:42:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:34 smithi066 ceph-mon[112137]: pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:42:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:34 smithi203 ceph-mon[117428]: pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:42:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:34 smithi137 ceph-mon[117020]: pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:42:35.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:35.049 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:35.049 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:35.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:35 smithi066 ceph-mon[112137]: from='client.511527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:35.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:35.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:35.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:35.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:35.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:35.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:35 smithi203 ceph-mon[117428]: from='client.511527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:35 smithi137 ceph-mon[117020]: from='client.511527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:36.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:36 smithi066 ceph-mon[112137]: pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:36.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:36 smithi203 ceph-mon[117428]: pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:36 smithi137 ceph-mon[117020]: pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:38 smithi137 ceph-mon[117020]: pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:38 smithi066 ceph-mon[112137]: pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:38 smithi203 ceph-mon[117428]: pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:40.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:40.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:40.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:40 smithi137 ceph-mon[117020]: pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:42:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:40 smithi066 ceph-mon[112137]: pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:42:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:40 smithi203 ceph-mon[117428]: pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:42:41.503 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:41.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:41.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:41.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:41.504 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:42.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:41 smithi137 ceph-mon[117020]: from='client.511599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:42.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:41 smithi066 ceph-mon[112137]: from='client.511599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:41 smithi203 ceph-mon[117428]: from='client.511599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:42 smithi137 ceph-mon[117020]: pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:42 smithi066 ceph-mon[112137]: pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:42 smithi203 ceph-mon[117428]: pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:44 smithi066 ceph-mon[112137]: pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:44 smithi203 ceph-mon[117428]: pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:44 smithi137 ceph-mon[117020]: pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:46.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:46.506 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:46.506 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:46 smithi137 ceph-mon[117020]: pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:42:47.233 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:47.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:47.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:47.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:47.234 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:46 smithi066 ceph-mon[112137]: pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:42:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:46 smithi203 ceph-mon[117428]: pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:42:48.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:47 smithi137 ceph-mon[117020]: from='client.511671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:47 smithi066 ceph-mon[112137]: from='client.511671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:48.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:47 smithi203 ceph-mon[117428]: from='client.511671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:48 smithi137 ceph-mon[117020]: pgmap v18886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:48 smithi066 ceph-mon[112137]: pgmap v18886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:48 smithi203 ceph-mon[117428]: pgmap v18886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:50 smithi137 ceph-mon[117020]: pgmap v18887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:42:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:50 smithi066 ceph-mon[112137]: pgmap v18887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:42:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:50 smithi203 ceph-mon[117428]: pgmap v18887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:42:52.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:52.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:52.235 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:52.961 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:52.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:52.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:52.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:52.962 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:52 smithi137 ceph-mon[117020]: pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:42:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:52 smithi066 ceph-mon[112137]: pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:42:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:52 smithi203 ceph-mon[117428]: pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:42:54.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:53 smithi137 ceph-mon[117020]: from='client.511746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:54.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:53 smithi066 ceph-mon[112137]: from='client.511746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:54.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:53 smithi203 ceph-mon[117428]: from='client.511746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:54 smithi137 ceph-mon[117020]: pgmap v18889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:54 smithi066 ceph-mon[112137]: pgmap v18889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:54 smithi203 ceph-mon[117428]: pgmap v18889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:56 smithi137 ceph-mon[117020]: pgmap v18890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:56 smithi066 ceph-mon[112137]: pgmap v18890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:56 smithi203 ceph-mon[117428]: pgmap v18890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:57.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:42:57.963 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:57.964 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:58.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:58.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:58.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:58.764 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:42:58.765 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:42:59.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:58 smithi203 ceph-mon[117428]: pgmap v18891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:59.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:42:59.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:58 smithi203 ceph-mon[117428]: from='client.511824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:58 smithi137 ceph-mon[117020]: pgmap v18891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:42:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:58 smithi137 ceph-mon[117020]: from='client.511824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:58 smithi066 ceph-mon[112137]: pgmap v18891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:42:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:58 smithi066 ceph-mon[112137]: from='client.511824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 14676M 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:43:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:42:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:43:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:43:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 14676M 2023-12-08T03:43:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:43:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:43:00.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:42:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 14676M 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:43:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:42:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:43:01.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:01 smithi066 ceph-mon[112137]: pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:43:01.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:01 smithi203 ceph-mon[117428]: pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:43:01.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:01 smithi137 ceph-mon[117020]: pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:43:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:03 smithi066 ceph-mon[112137]: pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:43:03.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:03.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:03.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:03.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:03 smithi203 ceph-mon[117428]: pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:43:03.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:03 smithi137 ceph-mon[117020]: pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:43:04.510 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:04.510 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:04.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:04.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:04.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:04 smithi066 ceph-mon[112137]: pgmap v18894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:04 smithi066 ceph-mon[112137]: from='client.511893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:04 smithi203 ceph-mon[117428]: pgmap v18894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:04 smithi203 ceph-mon[117428]: from='client.511893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:04 smithi137 ceph-mon[117020]: pgmap v18894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:04 smithi137 ceph-mon[117020]: from='client.511893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:06 smithi137 ceph-mon[117020]: pgmap v18895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:06 smithi066 ceph-mon[112137]: pgmap v18895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:06 smithi203 ceph-mon[117428]: pgmap v18895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:08 smithi137 ceph-mon[117020]: pgmap v18896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:08 smithi066 ceph-mon[112137]: pgmap v18896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:08 smithi203 ceph-mon[117428]: pgmap v18896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:09.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:09.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:09.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:10.232 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:10.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:10.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:10.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:10.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:10 smithi137 ceph-mon[117020]: pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:10 smithi137 ceph-mon[117020]: from='client.511962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:10 smithi066 ceph-mon[112137]: pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:10 smithi066 ceph-mon[112137]: from='client.511962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:10 smithi203 ceph-mon[117428]: pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:10 smithi203 ceph-mon[117428]: from='client.511962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:12 smithi137 ceph-mon[117020]: pgmap v18898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:43:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:12 smithi066 ceph-mon[112137]: pgmap v18898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:43:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:12 smithi203 ceph-mon[117428]: pgmap v18898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:43:14.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:14 smithi066 ceph-mon[112137]: pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:14 smithi203 ceph-mon[117428]: pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:14 smithi137 ceph-mon[117020]: pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:15.233 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:15.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:15.234 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:15.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:15.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:15.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:15.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:15.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:16 smithi137 ceph-mon[117020]: from='client.512040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:16 smithi137 ceph-mon[117020]: pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:16 smithi066 ceph-mon[112137]: from='client.512040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:16 smithi066 ceph-mon[112137]: pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:16 smithi203 ceph-mon[117428]: from='client.512040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:16 smithi203 ceph-mon[117428]: pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:18 smithi137 ceph-mon[117020]: pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:18 smithi066 ceph-mon[112137]: pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:18 smithi203 ceph-mon[117428]: pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:20.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:20.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:20.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:21.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:20 smithi137 ceph-mon[117020]: pgmap v18902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:20 smithi066 ceph-mon[112137]: pgmap v18902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:20 smithi203 ceph-mon[117428]: pgmap v18902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:21.697 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:21.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:21.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:21.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:21.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:22.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:21 smithi137 ceph-mon[117020]: from='client.512115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:22.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:21 smithi066 ceph-mon[112137]: from='client.512115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:21 smithi203 ceph-mon[117428]: from='client.512115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:23.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:22 smithi137 ceph-mon[117020]: pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:22 smithi066 ceph-mon[112137]: pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:22 smithi203 ceph-mon[117428]: pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:24 smithi066 ceph-mon[112137]: pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:24 smithi203 ceph-mon[117428]: pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:24 smithi137 ceph-mon[117020]: pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:26.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:26.699 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:26.699 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:26 smithi137 ceph-mon[117020]: pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:26 smithi066 ceph-mon[112137]: pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:26 smithi203 ceph-mon[117428]: pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:27.438 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:27.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:27.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:27.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:27.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:28.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:27 smithi137 ceph-mon[117020]: from='client.512193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:28.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:27 smithi066 ceph-mon[112137]: from='client.512193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:28.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:27 smithi203 ceph-mon[117428]: from='client.512193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:28 smithi137 ceph-mon[117020]: pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:28 smithi066 ceph-mon[112137]: pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:28 smithi203 ceph-mon[117428]: pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:30 smithi137 ceph-mon[117020]: pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:30 smithi066 ceph-mon[112137]: pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:30 smithi203 ceph-mon[117428]: pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:32.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:32.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:32.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:32 smithi137 ceph-mon[117020]: pgmap v18908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:33.167 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:33.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:33.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:33.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:33.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:32 smithi066 ceph-mon[112137]: pgmap v18908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:32 smithi203 ceph-mon[117428]: pgmap v18908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:34.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:33 smithi137 ceph-mon[117020]: from='client.512271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:34.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:33 smithi066 ceph-mon[112137]: from='client.512271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:34.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:33 smithi203 ceph-mon[117428]: from='client.512271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:35.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:34 smithi137 ceph-mon[117020]: pgmap v18909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:35.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:34 smithi066 ceph-mon[112137]: pgmap v18909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:34 smithi203 ceph-mon[117428]: pgmap v18909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:36 smithi137 ceph-mon[117020]: pgmap v18910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:36 smithi066 ceph-mon[112137]: pgmap v18910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:36 smithi203 ceph-mon[117428]: pgmap v18910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:38.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:38.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:38.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:38.896 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:38.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:38.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:38.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:38.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:38 smithi137 ceph-mon[117020]: pgmap v18911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:38 smithi066 ceph-mon[112137]: pgmap v18911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:38 smithi203 ceph-mon[117428]: pgmap v18911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:40.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:39 smithi137 ceph-mon[117020]: from='client.512346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:40.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:39 smithi066 ceph-mon[112137]: from='client.512346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:40.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:39 smithi203 ceph-mon[117428]: from='client.512346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:40 smithi137 ceph-mon[117020]: pgmap v18912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:40 smithi066 ceph-mon[112137]: pgmap v18912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:40 smithi203 ceph-mon[117428]: pgmap v18912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:42 smithi066 ceph-mon[112137]: pgmap v18913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:42 smithi203 ceph-mon[117428]: pgmap v18913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:42 smithi137 ceph-mon[117020]: pgmap v18913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:43.898 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:43.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:43.898 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:44.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:44.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:44.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:44.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:44.639 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:44 smithi066 ceph-mon[112137]: pgmap v18914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:44 smithi066 ceph-mon[112137]: from='client.512424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:44 smithi203 ceph-mon[117428]: pgmap v18914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:44 smithi203 ceph-mon[117428]: from='client.512424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:44 smithi137 ceph-mon[117020]: pgmap v18914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:44 smithi137 ceph-mon[117020]: from='client.512424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:46 smithi137 ceph-mon[117020]: pgmap v18915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:43:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:46 smithi066 ceph-mon[112137]: pgmap v18915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:43:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:46 smithi203 ceph-mon[117428]: pgmap v18915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:43:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:48 smithi137 ceph-mon[117020]: pgmap v18916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:43:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:48 smithi066 ceph-mon[112137]: pgmap v18916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:43:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:48 smithi203 ceph-mon[117428]: pgmap v18916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:43:49.640 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:49.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:49.641 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:50.375 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:50.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:50.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:50.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:50.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:50 smithi137 ceph-mon[117020]: pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:50 smithi137 ceph-mon[117020]: from='client.512496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:50 smithi066 ceph-mon[112137]: pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:50 smithi066 ceph-mon[112137]: from='client.512496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:50 smithi203 ceph-mon[117428]: pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:50 smithi203 ceph-mon[117428]: from='client.512496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:53.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:52 smithi137 ceph-mon[117020]: pgmap v18918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:52 smithi066 ceph-mon[112137]: pgmap v18918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:52 smithi203 ceph-mon[117428]: pgmap v18918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:54.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:54 smithi066 ceph-mon[112137]: pgmap v18919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:54 smithi203 ceph-mon[117428]: pgmap v18919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:54 smithi137 ceph-mon[117020]: pgmap v18919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:55.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:43:55.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:55.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:56.104 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:43:56.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:56.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:56.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:56.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:43:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:56 smithi137 ceph-mon[117020]: from='client.512574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:56 smithi137 ceph-mon[117020]: pgmap v18920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:56 smithi066 ceph-mon[112137]: from='client.512574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:56 smithi066 ceph-mon[112137]: pgmap v18920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:56 smithi203 ceph-mon[117428]: from='client.512574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:56 smithi203 ceph-mon[117428]: pgmap v18920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:59.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:58 smithi137 ceph-mon[117020]: pgmap v18921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:43:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:58 smithi066 ceph-mon[112137]: pgmap v18921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:43:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:58 smithi203 ceph-mon[117428]: pgmap v18921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:44:00.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:43:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:44:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:43:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:44:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:43:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:44:01.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:01.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:01.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:00 smithi137 ceph-mon[117020]: pgmap v18922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:44:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:44:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:44:01.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:44:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:00 smithi066 ceph-mon[112137]: pgmap v18922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:44:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:44:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:44:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:44:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:00 smithi203 ceph-mon[117428]: pgmap v18922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:44:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:44:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:44:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:44:01.828 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:01.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:01.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:01.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:01.829 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:02 smithi137 ceph-mon[117020]: from='client.512652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:03.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:02 smithi137 ceph-mon[117020]: pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:02 smithi066 ceph-mon[112137]: from='client.512652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:02 smithi066 ceph-mon[112137]: pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:02 smithi203 ceph-mon[117428]: from='client.512652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:02 smithi203 ceph-mon[117428]: pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:04.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:04 smithi066 ceph-mon[112137]: pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:04 smithi203 ceph-mon[117428]: pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:04 smithi137 ceph-mon[117020]: pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:06.831 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:06.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:06.831 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:07.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:06 smithi137 ceph-mon[117020]: pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:06 smithi066 ceph-mon[112137]: pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:06 smithi203 ceph-mon[117428]: pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:07.561 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:07.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:07.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:07.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:07.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:08.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:07 smithi137 ceph-mon[117020]: from='client.512727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:08.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:07 smithi066 ceph-mon[112137]: from='client.512727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:08.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:07 smithi203 ceph-mon[117428]: from='client.512727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:09.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:08 smithi137 ceph-mon[117020]: pgmap v18926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:08 smithi066 ceph-mon[112137]: pgmap v18926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:08 smithi203 ceph-mon[117428]: pgmap v18926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:10 smithi137 ceph-mon[117020]: pgmap v18927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:10 smithi066 ceph-mon[112137]: pgmap v18927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:10 smithi203 ceph-mon[117428]: pgmap v18927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:12.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:12.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:12.564 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:13.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:12 smithi137 ceph-mon[117020]: pgmap v18928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:12 smithi066 ceph-mon[112137]: pgmap v18928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:13.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:13.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:13.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:13.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:13.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:12 smithi203 ceph-mon[117428]: pgmap v18928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:14.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:13 smithi137 ceph-mon[117020]: from='client.512802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:14.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:13 smithi066 ceph-mon[112137]: from='client.512802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:13 smithi203 ceph-mon[117428]: from='client.512802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:15.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:14 smithi137 ceph-mon[117020]: pgmap v18929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:15.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:14 smithi066 ceph-mon[112137]: pgmap v18929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:14 smithi203 ceph-mon[117428]: pgmap v18929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:16 smithi137 ceph-mon[117020]: pgmap v18930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:16 smithi066 ceph-mon[112137]: pgmap v18930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:16 smithi203 ceph-mon[117428]: pgmap v18930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:18.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:18.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:18.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:19.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:19.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:19.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:19.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:19.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:18 smithi066 ceph-mon[112137]: pgmap v18931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:18 smithi203 ceph-mon[117428]: pgmap v18931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:18 smithi137 ceph-mon[117020]: pgmap v18931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:20.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:19 smithi066 ceph-mon[112137]: from='client.512880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:20.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:19 smithi203 ceph-mon[117428]: from='client.512880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:19 smithi137 ceph-mon[117020]: from='client.512880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:20 smithi066 ceph-mon[112137]: pgmap v18932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:20 smithi203 ceph-mon[117428]: pgmap v18932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:20 smithi137 ceph-mon[117020]: pgmap v18932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:22 smithi066 ceph-mon[112137]: pgmap v18933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:22 smithi203 ceph-mon[117428]: pgmap v18933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:22 smithi137 ceph-mon[117020]: pgmap v18933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:24.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:24.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:24.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:24 smithi066 ceph-mon[112137]: pgmap v18934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:24.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:24 smithi066 ceph-mon[112137]: from='client.512955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:24.754 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:24.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:24.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:24.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:24.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:24 smithi203 ceph-mon[117428]: pgmap v18934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:24 smithi203 ceph-mon[117428]: from='client.512955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:24 smithi137 ceph-mon[117020]: pgmap v18934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:24 smithi137 ceph-mon[117020]: from='client.512955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:26 smithi137 ceph-mon[117020]: pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:44:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:26 smithi066 ceph-mon[112137]: pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:44:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:26 smithi203 ceph-mon[117428]: pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:44:29.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:28 smithi137 ceph-mon[117020]: pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:44:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:28 smithi066 ceph-mon[112137]: pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:44:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:28 smithi203 ceph-mon[117428]: pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:44:29.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:29.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:29.757 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:30.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:30.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:30.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:30.489 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:30.489 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:30 smithi137 ceph-mon[117020]: pgmap v18937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:31.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:30 smithi137 ceph-mon[117020]: from='client.513027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:30 smithi066 ceph-mon[112137]: pgmap v18937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:30 smithi066 ceph-mon[112137]: from='client.513027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:30 smithi203 ceph-mon[117428]: pgmap v18937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:30 smithi203 ceph-mon[117428]: from='client.513027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:33.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:32 smithi137 ceph-mon[117020]: pgmap v18938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:32 smithi066 ceph-mon[112137]: pgmap v18938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:32 smithi203 ceph-mon[117428]: pgmap v18938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:34.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:34 smithi066 ceph-mon[112137]: pgmap v18939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:34 smithi203 ceph-mon[117428]: pgmap v18939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:34 smithi137 ceph-mon[117020]: pgmap v18939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:35.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:35.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:35.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:36.217 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:36.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:36.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:36.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:36.217 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:36 smithi137 ceph-mon[117020]: pgmap v18940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:37.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:36 smithi137 ceph-mon[117020]: from='client.513102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:36 smithi066 ceph-mon[112137]: pgmap v18940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:36 smithi066 ceph-mon[112137]: from='client.513102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:36 smithi203 ceph-mon[117428]: pgmap v18940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:36 smithi203 ceph-mon[117428]: from='client.513102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:39.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:38 smithi137 ceph-mon[117020]: pgmap v18941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:44:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:38 smithi066 ceph-mon[112137]: pgmap v18941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:44:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:38 smithi203 ceph-mon[117428]: pgmap v18941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:44:41.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:40 smithi137 ceph-mon[117020]: pgmap v18942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:44:41.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:41.219 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:41.219 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:40 smithi066 ceph-mon[112137]: pgmap v18942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:44:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:40 smithi203 ceph-mon[117428]: pgmap v18942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:44:41.944 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:41.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:41.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:41.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:41.945 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:42 smithi137 ceph-mon[117020]: from='client.513177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:43.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:42 smithi137 ceph-mon[117020]: pgmap v18943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:42 smithi066 ceph-mon[112137]: from='client.513177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:42 smithi066 ceph-mon[112137]: pgmap v18943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:42 smithi203 ceph-mon[117428]: from='client.513177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:42 smithi203 ceph-mon[117428]: pgmap v18943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:44.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:44 smithi066 ceph-mon[112137]: pgmap v18944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:44 smithi203 ceph-mon[117428]: pgmap v18944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:44 smithi137 ceph-mon[117020]: pgmap v18944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:46.946 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:46.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:46.946 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:47.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:46 smithi137 ceph-mon[117020]: pgmap v18945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:46 smithi066 ceph-mon[112137]: pgmap v18945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:46 smithi203 ceph-mon[117428]: pgmap v18945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:47.675 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:47.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:47.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:47.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:47.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:48.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:47 smithi137 ceph-mon[117020]: from='client.513255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:48.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:47 smithi066 ceph-mon[112137]: from='client.513255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:48.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:47 smithi203 ceph-mon[117428]: from='client.513255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:49.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:48 smithi137 ceph-mon[117020]: pgmap v18946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:48 smithi066 ceph-mon[112137]: pgmap v18946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:48 smithi203 ceph-mon[117428]: pgmap v18946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:51.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:50 smithi137 ceph-mon[117020]: pgmap v18947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:51.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:50 smithi066 ceph-mon[112137]: pgmap v18947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:50 smithi203 ceph-mon[117428]: pgmap v18947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:52.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:52.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:52.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:52 smithi066 ceph-mon[112137]: pgmap v18948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:52 smithi203 ceph-mon[117428]: pgmap v18948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:52 smithi137 ceph-mon[117020]: pgmap v18948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:53.401 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:53.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:53.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:53.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:53.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:54.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:53 smithi066 ceph-mon[112137]: from='client.513330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:54.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:53 smithi203 ceph-mon[117428]: from='client.513330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:54.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:53 smithi137 ceph-mon[117020]: from='client.513330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:54 smithi066 ceph-mon[112137]: pgmap v18949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:54 smithi203 ceph-mon[117428]: pgmap v18949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:54 smithi137 ceph-mon[117020]: pgmap v18949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:56 smithi066 ceph-mon[112137]: pgmap v18950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:56 smithi203 ceph-mon[117428]: pgmap v18950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:56 smithi137 ceph-mon[117020]: pgmap v18950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:58.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:44:58.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:58.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:59.133 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:44:59.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:59.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:59.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:59.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:44:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:58 smithi066 ceph-mon[112137]: pgmap v18951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:58 smithi203 ceph-mon[117428]: pgmap v18951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:58 smithi137 ceph-mon[117020]: pgmap v18951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:00.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:44:59 smithi066 ceph-mon[112137]: from='client.513408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:44:59 smithi203 ceph-mon[117428]: from='client.513408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:44:59 smithi137 ceph-mon[117020]: from='client.513408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:00 smithi066 ceph-mon[112137]: pgmap v18952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:45:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:45:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:00 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:45:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:00 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:45:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:00 smithi203 ceph-mon[117428]: pgmap v18952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:45:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:45:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:00 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:45:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:00 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:45:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:00 smithi137 ceph-mon[117020]: pgmap v18952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:45:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:45:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:00 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:45:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:00 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:45:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:02 smithi066 ceph-mon[112137]: pgmap v18953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:02 smithi203 ceph-mon[117428]: pgmap v18953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:02 smithi137 ceph-mon[117020]: pgmap v18953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:04.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:04.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:04.135 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:04.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:04 smithi066 ceph-mon[112137]: pgmap v18954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:04 smithi203 ceph-mon[117428]: pgmap v18954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:04.863 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:04.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:04.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:04.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:04.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:04 smithi137 ceph-mon[117020]: pgmap v18954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:05.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:05 smithi066 ceph-mon[112137]: from='client.513483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:05 smithi203 ceph-mon[117428]: from='client.513483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:05 smithi137 ceph-mon[117020]: from='client.513483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:06.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:06 smithi066 ceph-mon[112137]: pgmap v18955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:45:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:06 smithi203 ceph-mon[117428]: pgmap v18955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:45:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:06 smithi137 ceph-mon[117020]: pgmap v18955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:45:09.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:08 smithi137 ceph-mon[117020]: pgmap v18956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:45:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:08 smithi066 ceph-mon[112137]: pgmap v18956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:45:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:08 smithi203 ceph-mon[117428]: pgmap v18956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:45:09.864 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:09.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:09.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:10.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:10.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:10.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:10.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:10.599 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:10 smithi137 ceph-mon[117020]: pgmap v18957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:11.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:10 smithi137 ceph-mon[117020]: from='client.513561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:10 smithi066 ceph-mon[112137]: pgmap v18957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:10 smithi066 ceph-mon[112137]: from='client.513561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:10 smithi203 ceph-mon[117428]: pgmap v18957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:10 smithi203 ceph-mon[117428]: from='client.513561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:12 smithi066 ceph-mon[112137]: pgmap v18958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:12 smithi203 ceph-mon[117428]: pgmap v18958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:12 smithi137 ceph-mon[117020]: pgmap v18958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:14.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:14 smithi066 ceph-mon[112137]: pgmap v18959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:14 smithi203 ceph-mon[117428]: pgmap v18959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:14 smithi137 ceph-mon[117020]: pgmap v18959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:15.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:15.600 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:15.600 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:16.325 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:16.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:16.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:16.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:16.325 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:16 smithi137 ceph-mon[117020]: pgmap v18960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:16 smithi137 ceph-mon[117020]: from='client.513636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:16 smithi066 ceph-mon[112137]: pgmap v18960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:16 smithi066 ceph-mon[112137]: from='client.513636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:16 smithi203 ceph-mon[117428]: pgmap v18960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:16 smithi203 ceph-mon[117428]: from='client.513636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:19.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:18 smithi137 ceph-mon[117020]: pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:45:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:18 smithi066 ceph-mon[112137]: pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:45:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:18 smithi203 ceph-mon[117428]: pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:45:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:20 smithi066 ceph-mon[112137]: pgmap v18962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:45:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:20 smithi203 ceph-mon[117428]: pgmap v18962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:45:21.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:21.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:21.327 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:20 smithi137 ceph-mon[117020]: pgmap v18962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:45:22.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:22.044 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:22.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:22.045 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:22.045 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:22 smithi066 ceph-mon[112137]: from='client.513714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:22 smithi066 ceph-mon[112137]: pgmap v18963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:22 smithi203 ceph-mon[117428]: from='client.513714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:22 smithi203 ceph-mon[117428]: pgmap v18963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:22 smithi137 ceph-mon[117020]: from='client.513714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:22 smithi137 ceph-mon[117020]: pgmap v18963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:24.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:24 smithi066 ceph-mon[112137]: pgmap v18964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:24 smithi203 ceph-mon[117428]: pgmap v18964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:24 smithi137 ceph-mon[117020]: pgmap v18964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:27.046 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:27.046 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:27.047 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:27.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:26 smithi137 ceph-mon[117020]: pgmap v18965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:26 smithi066 ceph-mon[112137]: pgmap v18965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:26 smithi203 ceph-mon[117428]: pgmap v18965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:27.769 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:27.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:27.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:27.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:27.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:28.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:27 smithi066 ceph-mon[112137]: from='client.513789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:28.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:27 smithi203 ceph-mon[117428]: from='client.513789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:28.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:27 smithi137 ceph-mon[117020]: from='client.513789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:28 smithi066 ceph-mon[112137]: pgmap v18966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:28 smithi203 ceph-mon[117428]: pgmap v18966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:28 smithi137 ceph-mon[117020]: pgmap v18966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:30 smithi066 ceph-mon[112137]: pgmap v18967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:30 smithi203 ceph-mon[117428]: pgmap v18967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:30 smithi137 ceph-mon[117020]: pgmap v18967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:32.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:32.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:32.771 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:32 smithi066 ceph-mon[112137]: pgmap v18968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:32 smithi203 ceph-mon[117428]: pgmap v18968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:32 smithi137 ceph-mon[117020]: pgmap v18968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:33.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:33.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:33.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:33.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:33.491 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:34.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:33 smithi066 ceph-mon[112137]: from='client.513867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:34.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:33 smithi203 ceph-mon[117428]: from='client.513867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:34.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:33 smithi137 ceph-mon[117020]: from='client.513867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:35.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:34 smithi066 ceph-mon[112137]: pgmap v18969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:34 smithi203 ceph-mon[117428]: pgmap v18969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:35.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:34 smithi137 ceph-mon[117020]: pgmap v18969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:36 smithi066 ceph-mon[112137]: pgmap v18970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:36 smithi203 ceph-mon[117428]: pgmap v18970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:36 smithi137 ceph-mon[117020]: pgmap v18970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:38.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:38.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:38.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:39.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:39.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:39.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:39.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:39.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:38 smithi066 ceph-mon[112137]: pgmap v18971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:38 smithi203 ceph-mon[117428]: pgmap v18971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:38 smithi137 ceph-mon[117020]: pgmap v18971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:40.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:39 smithi066 ceph-mon[112137]: from='client.513939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:40.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:39 smithi203 ceph-mon[117428]: from='client.513939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:40.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:39 smithi137 ceph-mon[117020]: from='client.513939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:40 smithi066 ceph-mon[112137]: pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:40 smithi203 ceph-mon[117428]: pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:40 smithi137 ceph-mon[117020]: pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:42 smithi066 ceph-mon[112137]: pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:42 smithi203 ceph-mon[117428]: pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:42 smithi137 ceph-mon[117020]: pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:44.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:44.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:44.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:44.736 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:44 smithi066 ceph-mon[112137]: pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:44 smithi203 ceph-mon[117428]: pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:44 smithi137 ceph-mon[117020]: pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:44.950 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:44.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:44.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:44.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:44.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:45.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:45 smithi066 ceph-mon[112137]: from='client.514014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:45 smithi203 ceph-mon[117428]: from='client.514014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:45 smithi137 ceph-mon[117020]: from='client.514014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:46 smithi203 ceph-mon[117428]: pgmap v18975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:46 smithi137 ceph-mon[117020]: pgmap v18975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:46 smithi066 ceph-mon[112137]: pgmap v18975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:48 smithi066 ceph-mon[112137]: pgmap v18976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:48 smithi203 ceph-mon[117428]: pgmap v18976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:48 smithi137 ceph-mon[117020]: pgmap v18976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:49.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:49.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:49.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:50.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:50.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:50.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:50.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:50.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:50 smithi066 ceph-mon[112137]: pgmap v18977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:50 smithi066 ceph-mon[112137]: from='client.514089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:50 smithi203 ceph-mon[117428]: pgmap v18977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:50 smithi203 ceph-mon[117428]: from='client.514089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:50 smithi137 ceph-mon[117020]: pgmap v18977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:50 smithi137 ceph-mon[117020]: from='client.514089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:52 smithi066 ceph-mon[112137]: pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:52 smithi203 ceph-mon[117428]: pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:52 smithi137 ceph-mon[117020]: pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:54.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:54 smithi066 ceph-mon[112137]: pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:54 smithi203 ceph-mon[117428]: pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:54 smithi137 ceph-mon[117020]: pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:55.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:45:55.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:55.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:56.405 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:45:56.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:56.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:56.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:56.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:45:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:56 smithi066 ceph-mon[112137]: pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:56 smithi066 ceph-mon[112137]: from='client.514167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:56 smithi203 ceph-mon[117428]: pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:56 smithi203 ceph-mon[117428]: from='client.514167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:56 smithi137 ceph-mon[117020]: pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:56 smithi137 ceph-mon[117020]: from='client.514167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:45:58 smithi066 ceph-mon[112137]: pgmap v18981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:45:58 smithi203 ceph-mon[117428]: pgmap v18981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:45:58 smithi137 ceph-mon[117020]: pgmap v18981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:00 smithi066 ceph-mon[112137]: pgmap v18982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:00 smithi203 ceph-mon[117428]: pgmap v18982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:00 smithi137 ceph-mon[117020]: pgmap v18982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:01.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:01.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:01.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:02.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:02.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:02.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:02.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:02.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:02.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:46:02.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:46:02.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:46:02.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:01 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:46:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:46:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:46:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:46:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:01 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:46:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:46:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:46:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:46:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:01 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:46:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:02 smithi066 ceph-mon[112137]: from='client.514245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:02 smithi066 ceph-mon[112137]: pgmap v18983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:02 smithi203 ceph-mon[117428]: from='client.514245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:02 smithi203 ceph-mon[117428]: pgmap v18983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:02 smithi137 ceph-mon[117020]: from='client.514245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:02 smithi137 ceph-mon[117020]: pgmap v18983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:04 smithi203 ceph-mon[117428]: pgmap v18984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:04 smithi137 ceph-mon[117020]: pgmap v18984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:04 smithi066 ceph-mon[112137]: pgmap v18984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:07.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:07.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:07.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:06 smithi066 ceph-mon[112137]: pgmap v18985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:06 smithi203 ceph-mon[117428]: pgmap v18985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:06 smithi137 ceph-mon[117020]: pgmap v18985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:07.870 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:07.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:07.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:07.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:07.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:08 smithi066 ceph-mon[112137]: from='client.514317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:08 smithi066 ceph-mon[112137]: pgmap v18986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:08 smithi203 ceph-mon[117428]: from='client.514317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:08 smithi203 ceph-mon[117428]: pgmap v18986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:08 smithi137 ceph-mon[117020]: from='client.514317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:08 smithi137 ceph-mon[117020]: pgmap v18986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:10 smithi066 ceph-mon[112137]: pgmap v18987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:10 smithi203 ceph-mon[117428]: pgmap v18987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:10 smithi137 ceph-mon[117020]: pgmap v18987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:12.872 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:12.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:12.873 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:12 smithi066 ceph-mon[112137]: pgmap v18988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:12 smithi203 ceph-mon[117428]: pgmap v18988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:12 smithi137 ceph-mon[117020]: pgmap v18988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:13.593 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:13.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:13.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:13.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:13.593 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:14.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:13 smithi066 ceph-mon[112137]: from='client.514392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:13 smithi203 ceph-mon[117428]: from='client.514392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:13 smithi137 ceph-mon[117020]: from='client.514392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:14 smithi066 ceph-mon[112137]: pgmap v18989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:14 smithi203 ceph-mon[117428]: pgmap v18989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:15.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:14 smithi137 ceph-mon[117020]: pgmap v18989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:16 smithi066 ceph-mon[112137]: pgmap v18990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:16 smithi203 ceph-mon[117428]: pgmap v18990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:16 smithi137 ceph-mon[117020]: pgmap v18990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:18.598 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:18.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:18.598 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:18 smithi066 ceph-mon[112137]: pgmap v18991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:19.321 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:19.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:19.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:19.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:19.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:18 smithi203 ceph-mon[117428]: pgmap v18991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:18 smithi137 ceph-mon[117020]: pgmap v18991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:20.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:19 smithi066 ceph-mon[112137]: from='client.514467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:20.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:19 smithi203 ceph-mon[117428]: from='client.514467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:20.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:19 smithi137 ceph-mon[117020]: from='client.514467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:20 smithi066 ceph-mon[112137]: pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:20 smithi203 ceph-mon[117428]: pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:20 smithi137 ceph-mon[117020]: pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:22 smithi066 ceph-mon[112137]: pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:22 smithi203 ceph-mon[117428]: pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:22 smithi137 ceph-mon[117020]: pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:24.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:24.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:24.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:24 smithi203 ceph-mon[117428]: pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:24 smithi137 ceph-mon[117020]: pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:24 smithi066 ceph-mon[112137]: pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:25.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:25.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:25 smithi203 ceph-mon[117428]: from='client.514542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:25.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:25 smithi137 ceph-mon[117020]: from='client.514542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:25.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:25 smithi066 ceph-mon[112137]: from='client.514542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:26 smithi203 ceph-mon[117428]: pgmap v18995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:26 smithi137 ceph-mon[117020]: pgmap v18995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:26 smithi066 ceph-mon[112137]: pgmap v18995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:28 smithi066 ceph-mon[112137]: pgmap v18996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:28 smithi203 ceph-mon[117428]: pgmap v18996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:28 smithi137 ceph-mon[117020]: pgmap v18996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:30.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:30.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:30.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:30.802 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:30.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:30.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:30.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:30.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:30 smithi066 ceph-mon[112137]: pgmap v18997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:30 smithi066 ceph-mon[112137]: from='client.514620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:30 smithi203 ceph-mon[117428]: pgmap v18997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:30 smithi203 ceph-mon[117428]: from='client.514620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:30 smithi137 ceph-mon[117020]: pgmap v18997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:30 smithi137 ceph-mon[117020]: from='client.514620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:32 smithi066 ceph-mon[112137]: pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:32 smithi203 ceph-mon[117428]: pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:32 smithi137 ceph-mon[117020]: pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:34 smithi203 ceph-mon[117428]: pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:34 smithi137 ceph-mon[117020]: pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:34 smithi066 ceph-mon[112137]: pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:35.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:35.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:35.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:36.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:36.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:36.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:36.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:36.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:36 smithi066 ceph-mon[112137]: pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:36 smithi066 ceph-mon[112137]: from='client.514692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:36 smithi203 ceph-mon[117428]: pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:36 smithi203 ceph-mon[117428]: from='client.514692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:36 smithi137 ceph-mon[117020]: pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:36 smithi137 ceph-mon[117020]: from='client.514692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:38 smithi066 ceph-mon[112137]: pgmap v19001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:38 smithi203 ceph-mon[117428]: pgmap v19001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:38 smithi137 ceph-mon[117020]: pgmap v19001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:40 smithi066 ceph-mon[112137]: pgmap v19002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:40 smithi203 ceph-mon[117428]: pgmap v19002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:40 smithi137 ceph-mon[117020]: pgmap v19002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:41.526 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:41.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:41.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:42.256 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:42.256 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:42 smithi066 ceph-mon[112137]: pgmap v19003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:42 smithi066 ceph-mon[112137]: from='client.514764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:42 smithi203 ceph-mon[117428]: pgmap v19003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:42 smithi203 ceph-mon[117428]: from='client.514764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:42 smithi137 ceph-mon[117020]: pgmap v19003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:42 smithi137 ceph-mon[117020]: from='client.514764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:44 smithi203 ceph-mon[117428]: pgmap v19004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:44 smithi137 ceph-mon[117020]: pgmap v19004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:44 smithi066 ceph-mon[112137]: pgmap v19004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:46 smithi066 ceph-mon[112137]: pgmap v19005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:47.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:47.257 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:47.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:46 smithi203 ceph-mon[117428]: pgmap v19005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:46 smithi137 ceph-mon[117020]: pgmap v19005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:47.986 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:47.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:47.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:47.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:47.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:48 smithi066 ceph-mon[112137]: from='client.514842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:48 smithi066 ceph-mon[112137]: pgmap v19006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:48 smithi203 ceph-mon[117428]: from='client.514842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:48 smithi203 ceph-mon[117428]: pgmap v19006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:48 smithi137 ceph-mon[117020]: from='client.514842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:48 smithi137 ceph-mon[117020]: pgmap v19006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:50 smithi066 ceph-mon[112137]: pgmap v19007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:50 smithi203 ceph-mon[117428]: pgmap v19007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:50 smithi137 ceph-mon[117020]: pgmap v19007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:52.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:52.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:52.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:52 smithi066 ceph-mon[112137]: pgmap v19008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:52 smithi203 ceph-mon[117428]: pgmap v19008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:52 smithi137 ceph-mon[117020]: pgmap v19008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:53.725 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:53.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:53.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:53.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:53.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:46:54.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:53 smithi066 ceph-mon[112137]: from='client.514920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:54.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:53 smithi203 ceph-mon[117428]: from='client.514920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:54.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:53 smithi137 ceph-mon[117020]: from='client.514920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:55.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:54 smithi066 ceph-mon[112137]: pgmap v19009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:55.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:54 smithi203 ceph-mon[117428]: pgmap v19009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:55.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:54 smithi137 ceph-mon[117020]: pgmap v19009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:56 smithi066 ceph-mon[112137]: pgmap v19010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:56 smithi203 ceph-mon[117428]: pgmap v19010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:56 smithi137 ceph-mon[117020]: pgmap v19010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:58.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:46:58.727 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:58.728 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:58 smithi066 ceph-mon[112137]: pgmap v19011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:58 smithi203 ceph-mon[117428]: pgmap v19011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:58 smithi137 ceph-mon[117020]: pgmap v19011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:59.454 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:46:59.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:59.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:59.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:59.455 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:00.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:46:59 smithi066 ceph-mon[112137]: from='client.514989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:00.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:46:59 smithi203 ceph-mon[117428]: from='client.514989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:00.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:46:59 smithi137 ceph-mon[117020]: from='client.514989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:00 smithi066 ceph-mon[112137]: pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:00 smithi203 ceph-mon[117428]: pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:00 smithi137 ceph-mon[117020]: pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:02.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:01 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:47:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:01 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:47:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:01 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:47:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:02 smithi066 ceph-mon[112137]: pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:47:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:47:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:02 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:47:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:02 smithi203 ceph-mon[117428]: pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:47:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:47:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:02 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:47:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:02 smithi137 ceph-mon[117020]: pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:47:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:47:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:02 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:47:04.456 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:04.457 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:04.457 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:04 smithi203 ceph-mon[117428]: pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:04 smithi137 ceph-mon[117020]: pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:04 smithi066 ceph-mon[112137]: pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:05.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:05.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:05.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:05.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:05.206 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:05 smithi203 ceph-mon[117428]: from='client.515067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:05 smithi137 ceph-mon[117020]: from='client.515067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:05.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:05 smithi066 ceph-mon[112137]: from='client.515067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:06 smithi203 ceph-mon[117428]: pgmap v19015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:06 smithi137 ceph-mon[117020]: pgmap v19015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:06 smithi066 ceph-mon[112137]: pgmap v19015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:08 smithi066 ceph-mon[112137]: pgmap v19016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:08 smithi203 ceph-mon[117428]: pgmap v19016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:08 smithi137 ceph-mon[117020]: pgmap v19016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:10.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:10.208 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:10.208 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:10.929 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:10.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:10 smithi066 ceph-mon[112137]: pgmap v19017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:10 smithi203 ceph-mon[117428]: pgmap v19017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:10 smithi137 ceph-mon[117020]: pgmap v19017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:11 smithi066 ceph-mon[112137]: from='client.515142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:11 smithi203 ceph-mon[117428]: from='client.515142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:11 smithi137 ceph-mon[117020]: from='client.515142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:12 smithi066 ceph-mon[112137]: pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:12 smithi203 ceph-mon[117428]: pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:12 smithi137 ceph-mon[117020]: pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:14 smithi203 ceph-mon[117428]: pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:14 smithi137 ceph-mon[117020]: pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:14 smithi066 ceph-mon[112137]: pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:15.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:15.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:15.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:16.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:16.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:16.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:16.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:16.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:16 smithi066 ceph-mon[112137]: pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:16 smithi066 ceph-mon[112137]: from='client.515217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:16 smithi203 ceph-mon[117428]: pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:16 smithi203 ceph-mon[117428]: from='client.515217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:16 smithi137 ceph-mon[117020]: pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:16 smithi137 ceph-mon[117020]: from='client.515217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:18 smithi066 ceph-mon[112137]: pgmap v19021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:18 smithi203 ceph-mon[117428]: pgmap v19021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:18 smithi137 ceph-mon[117020]: pgmap v19021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:20 smithi066 ceph-mon[112137]: pgmap v19022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:20 smithi203 ceph-mon[117428]: pgmap v19022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:20 smithi137 ceph-mon[117020]: pgmap v19022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:21.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:21.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:21.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:22.403 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:22.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:22.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:22.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:22.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:22 smithi066 ceph-mon[112137]: pgmap v19023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:22 smithi066 ceph-mon[112137]: from='client.515292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:22 smithi203 ceph-mon[117428]: pgmap v19023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:22 smithi203 ceph-mon[117428]: from='client.515292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:22 smithi137 ceph-mon[117020]: pgmap v19023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:22 smithi137 ceph-mon[117020]: from='client.515292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:24 smithi203 ceph-mon[117428]: pgmap v19024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:24 smithi137 ceph-mon[117020]: pgmap v19024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:24 smithi066 ceph-mon[112137]: pgmap v19024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:26 smithi066 ceph-mon[112137]: pgmap v19025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:26 smithi203 ceph-mon[117428]: pgmap v19025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:26 smithi137 ceph-mon[117020]: pgmap v19025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:27.405 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:28.134 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:28.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:28.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:28.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:28.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:28 smithi066 ceph-mon[112137]: from='client.515370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:28 smithi066 ceph-mon[112137]: pgmap v19026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:28 smithi203 ceph-mon[117428]: from='client.515370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:28 smithi203 ceph-mon[117428]: pgmap v19026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:28 smithi137 ceph-mon[117020]: from='client.515370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:28 smithi137 ceph-mon[117020]: pgmap v19026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:30 smithi066 ceph-mon[112137]: pgmap v19027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:30 smithi203 ceph-mon[117428]: pgmap v19027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:30 smithi137 ceph-mon[117020]: pgmap v19027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:33.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:33.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:33.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:32 smithi066 ceph-mon[112137]: pgmap v19028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:32 smithi203 ceph-mon[117428]: pgmap v19028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:32 smithi137 ceph-mon[117020]: pgmap v19028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:33.860 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:33.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:33.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:33.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:33.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:34 smithi203 ceph-mon[117428]: from='client.515445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:34 smithi203 ceph-mon[117428]: pgmap v19029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:34 smithi137 ceph-mon[117020]: from='client.515445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:34 smithi137 ceph-mon[117020]: pgmap v19029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:34 smithi066 ceph-mon[112137]: from='client.515445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:34 smithi066 ceph-mon[112137]: pgmap v19029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:36 smithi066 ceph-mon[112137]: pgmap v19030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:36 smithi203 ceph-mon[117428]: pgmap v19030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:36 smithi137 ceph-mon[117020]: pgmap v19030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:38.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:38.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:38.865 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:38 smithi066 ceph-mon[112137]: pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:38 smithi203 ceph-mon[117428]: pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:38 smithi137 ceph-mon[117020]: pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:39.590 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:39.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:39.590 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:39.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:39.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:40.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:39 smithi066 ceph-mon[112137]: from='client.515517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:40.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:39 smithi203 ceph-mon[117428]: from='client.515517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:40.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:39 smithi137 ceph-mon[117020]: from='client.515517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:40 smithi066 ceph-mon[112137]: pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:40 smithi203 ceph-mon[117428]: pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:40 smithi137 ceph-mon[117020]: pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:42 smithi066 ceph-mon[112137]: pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:42 smithi203 ceph-mon[117428]: pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:42 smithi137 ceph-mon[117020]: pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:44.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:44.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:44.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:44 smithi203 ceph-mon[117428]: pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:44 smithi137 ceph-mon[117020]: pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:44 smithi066 ceph-mon[112137]: pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:45.322 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:45.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:45.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:45.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:45.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:45 smithi203 ceph-mon[117428]: from='client.515595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:45 smithi137 ceph-mon[117020]: from='client.515595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:45 smithi066 ceph-mon[112137]: from='client.515595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:46 smithi203 ceph-mon[117428]: pgmap v19035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:46 smithi137 ceph-mon[117020]: pgmap v19035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:46 smithi066 ceph-mon[112137]: pgmap v19035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:48 smithi066 ceph-mon[112137]: pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:48 smithi203 ceph-mon[117428]: pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:48 smithi137 ceph-mon[117020]: pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:50.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:50.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:50.324 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:51.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:51.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:51.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:51.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:51.051 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:50 smithi066 ceph-mon[112137]: pgmap v19037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:50 smithi203 ceph-mon[117428]: pgmap v19037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:50 smithi137 ceph-mon[117020]: pgmap v19037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:52.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:51 smithi066 ceph-mon[112137]: from='client.515670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:51 smithi203 ceph-mon[117428]: from='client.515670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:52.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:51 smithi137 ceph-mon[117020]: from='client.515670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:52 smithi066 ceph-mon[112137]: pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:52 smithi203 ceph-mon[117428]: pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:52 smithi137 ceph-mon[117020]: pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:54 smithi203 ceph-mon[117428]: pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:54 smithi137 ceph-mon[117020]: pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:54 smithi066 ceph-mon[112137]: pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:56.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:47:56.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:56.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:56.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:47:56.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:56.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:56.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:56.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:47:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:56 smithi066 ceph-mon[112137]: pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:56 smithi066 ceph-mon[112137]: from='client.515742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:56 smithi203 ceph-mon[117428]: pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:56 smithi203 ceph-mon[117428]: from='client.515742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:56 smithi137 ceph-mon[117020]: pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:56 smithi137 ceph-mon[117020]: from='client.515742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:47:58 smithi066 ceph-mon[112137]: pgmap v19041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:47:58 smithi203 ceph-mon[117428]: pgmap v19041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:47:58 smithi137 ceph-mon[117020]: pgmap v19041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:00 smithi066 ceph-mon[112137]: pgmap v19042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:00 smithi203 ceph-mon[117428]: pgmap v19042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:00 smithi137 ceph-mon[117020]: pgmap v19042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:01.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:01.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:01.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-a[112114]: 2023-12-08T03:48:02.035+0000 7f9c87f7e700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:48:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-a[112114]: 2023-12-08T03:48:02.035+0000 7f9c87f7e700 -1 mon.a@0(leader) e3 *** Got Signal Hangup *** 2023-12-08T03:48:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-a[112114]: 2023-12-08T03:48:02.072+0000 7f9c87f7e700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:48:02.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mon-a[112114]: 2023-12-08T03:48:02.072+0000 7f9c87f7e700 -1 mon.a@0(leader) e3 *** Got Signal Hangup *** 2023-12-08T03:48:02.334 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-08T03:48:02.035+0000 7f4ee5007700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:48:02.334 INFO:journalctl@ceph.mgr.a.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-mgr-a[112387]: 2023-12-08T03:48:02.072+0000 7f4ee5007700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:48:02.344 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-0[130652]: 2023-12-08T03:48:02.035+0000 7ff928419700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:48:02.344 INFO:journalctl@ceph.osd.0.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-4e6a41f8-9523-11ee-95a2-87774f69a715-osd-0[130652]: 2023-12-08T03:48:02.072+0000 7ff928419700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T03:48:02.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:02.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:02.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:02.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:02.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-mon[112137]: pgmap v19043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-mon[112137]: from='client.515817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:02 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:48:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:02 smithi203 ceph-mon[117428]: pgmap v19043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:02 smithi203 ceph-mon[117428]: from='client.515817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:02 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:48:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:02 smithi137 ceph-mon[117020]: pgmap v19043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:02 smithi137 ceph-mon[117020]: from='client.515817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:02 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:48:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:48:04.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:48:04.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:48:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:48:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:48:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:48:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:48:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:48:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:48:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:04 smithi066 ceph-mon[112137]: pgmap v19044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:04 smithi203 ceph-mon[117428]: pgmap v19044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:04 smithi137 ceph-mon[117020]: pgmap v19044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:06 smithi066 ceph-mon[112137]: pgmap v19045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:06 smithi203 ceph-mon[117428]: pgmap v19045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:06 smithi137 ceph-mon[117020]: pgmap v19045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:07.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:07.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:07.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:08.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:08.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:08.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:08.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:08.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:08 smithi066 ceph-mon[112137]: pgmap v19046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:08 smithi066 ceph-mon[112137]: from='client.515892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:08 smithi203 ceph-mon[117428]: pgmap v19046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:08 smithi203 ceph-mon[117428]: from='client.515892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:08 smithi137 ceph-mon[117020]: pgmap v19046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:08 smithi137 ceph-mon[117020]: from='client.515892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:10 smithi066 ceph-mon[112137]: pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:10 smithi203 ceph-mon[117428]: pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:10 smithi137 ceph-mon[117020]: pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:12 smithi066 ceph-mon[112137]: pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:13.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:13.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:13.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:12 smithi203 ceph-mon[117428]: pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:12 smithi137 ceph-mon[117020]: pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:13.987 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:13.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:13.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:13.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:13.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:14 smithi203 ceph-mon[117428]: from='client.515967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:14 smithi203 ceph-mon[117428]: pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:14 smithi137 ceph-mon[117020]: from='client.515967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:14 smithi137 ceph-mon[117020]: pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:14 smithi066 ceph-mon[112137]: from='client.515967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:14 smithi066 ceph-mon[112137]: pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:16 smithi066 ceph-mon[112137]: pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:16 smithi203 ceph-mon[117428]: pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:16 smithi137 ceph-mon[117020]: pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:18.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:18.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:18.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:18 smithi066 ceph-mon[112137]: pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:18 smithi203 ceph-mon[117428]: pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:18 smithi137 ceph-mon[117020]: pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:19.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:19.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:19.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:19.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:19.719 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:20.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:19 smithi066 ceph-mon[112137]: from='client.516045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:20.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:19 smithi203 ceph-mon[117428]: from='client.516045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:20.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:19 smithi137 ceph-mon[117020]: from='client.516045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:20 smithi066 ceph-mon[112137]: pgmap v19052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:48:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:20 smithi203 ceph-mon[117428]: pgmap v19052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:48:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:20 smithi137 ceph-mon[117020]: pgmap v19052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:48:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:22 smithi066 ceph-mon[112137]: pgmap v19053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:48:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:22 smithi203 ceph-mon[117428]: pgmap v19053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:48:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:22 smithi137 ceph-mon[117020]: pgmap v19053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:48:24.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:24.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:24.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:24 smithi203 ceph-mon[117428]: pgmap v19054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:48:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:24 smithi137 ceph-mon[117020]: pgmap v19054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:48:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:24 smithi066 ceph-mon[112137]: pgmap v19054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:48:25.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:25.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:25.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:25.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:25.471 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:25 smithi203 ceph-mon[117428]: from='client.516120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:25.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:25 smithi137 ceph-mon[117020]: from='client.516120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:25.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:25 smithi066 ceph-mon[112137]: from='client.516120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:26 smithi203 ceph-mon[117428]: pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:26 smithi137 ceph-mon[117020]: pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:26 smithi066 ceph-mon[112137]: pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:28 smithi066 ceph-mon[112137]: pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:28 smithi203 ceph-mon[117428]: pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:28 smithi137 ceph-mon[117020]: pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:30.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:30.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:30.472 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:31.212 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:31.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:31.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:31.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:31.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:30 smithi066 ceph-mon[112137]: pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:30 smithi203 ceph-mon[117428]: pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:30 smithi137 ceph-mon[117020]: pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:31 smithi066 ceph-mon[112137]: from='client.516195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:32.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:31 smithi203 ceph-mon[117428]: from='client.516195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:31 smithi137 ceph-mon[117020]: from='client.516195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:33.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:32 smithi066 ceph-mon[112137]: pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:48:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:32 smithi203 ceph-mon[117428]: pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:48:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:32 smithi137 ceph-mon[117020]: pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:48:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:34 smithi203 ceph-mon[117428]: pgmap v19059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:48:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:34 smithi137 ceph-mon[117020]: pgmap v19059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:48:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:34 smithi066 ceph-mon[112137]: pgmap v19059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:48:36.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:36.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:36.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:36.931 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:36.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:36.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:36.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:36.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:36 smithi066 ceph-mon[112137]: pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:48:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:36 smithi203 ceph-mon[117428]: pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:48:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:36 smithi137 ceph-mon[117020]: pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:48:38.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:37 smithi066 ceph-mon[112137]: from='client.516270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:37 smithi203 ceph-mon[117428]: from='client.516270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:38.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:37 smithi137 ceph-mon[117020]: from='client.516270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:38 smithi066 ceph-mon[112137]: pgmap v19061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:38 smithi203 ceph-mon[117428]: pgmap v19061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:38 smithi137 ceph-mon[117020]: pgmap v19061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:40 smithi066 ceph-mon[112137]: pgmap v19062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:40 smithi203 ceph-mon[117428]: pgmap v19062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:40 smithi137 ceph-mon[117020]: pgmap v19062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:41.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:41.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:41.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:42.663 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:42.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:42.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:42.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:42.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:42 smithi066 ceph-mon[112137]: pgmap v19063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:42 smithi066 ceph-mon[112137]: from='client.516348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:42 smithi203 ceph-mon[117428]: pgmap v19063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:42 smithi203 ceph-mon[117428]: from='client.516348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:42 smithi137 ceph-mon[117020]: pgmap v19063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:42 smithi137 ceph-mon[117020]: from='client.516348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:44 smithi203 ceph-mon[117428]: pgmap v19064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:44 smithi137 ceph-mon[117020]: pgmap v19064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:44 smithi066 ceph-mon[112137]: pgmap v19064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:47.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:46 smithi066 ceph-mon[112137]: pgmap v19065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:46 smithi203 ceph-mon[117428]: pgmap v19065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:46 smithi137 ceph-mon[117020]: pgmap v19065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:47.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:47.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:47.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:48.427 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:48.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:48.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:48.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:48.428 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:48 smithi066 ceph-mon[112137]: pgmap v19066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:48 smithi066 ceph-mon[112137]: from='client.516420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:48 smithi203 ceph-mon[117428]: pgmap v19066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:48 smithi203 ceph-mon[117428]: from='client.516420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:48 smithi137 ceph-mon[117020]: pgmap v19066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:48 smithi137 ceph-mon[117020]: from='client.516420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:50 smithi066 ceph-mon[112137]: pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:50 smithi203 ceph-mon[117428]: pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:50 smithi137 ceph-mon[117020]: pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:52 smithi066 ceph-mon[112137]: pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:52 smithi203 ceph-mon[117428]: pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:52 smithi137 ceph-mon[117020]: pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:53.429 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:53.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:53.429 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:54.174 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:54.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:54.174 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:54.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:54.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:48:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:54 smithi203 ceph-mon[117428]: from='client.516498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:54 smithi203 ceph-mon[117428]: pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:54 smithi137 ceph-mon[117020]: from='client.516498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:54 smithi137 ceph-mon[117020]: pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:54 smithi066 ceph-mon[112137]: from='client.516498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:54 smithi066 ceph-mon[112137]: pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:56 smithi066 ceph-mon[112137]: pgmap v19070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:56 smithi203 ceph-mon[117428]: pgmap v19070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:56 smithi137 ceph-mon[117020]: pgmap v19070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:59.175 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:48:59.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:59.176 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:48:58 smithi066 ceph-mon[112137]: pgmap v19071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:48:58 smithi203 ceph-mon[117428]: pgmap v19071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:48:58 smithi137 ceph-mon[117020]: pgmap v19071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:59.907 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:48:59.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:59.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:59.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:59.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:00 smithi066 ceph-mon[112137]: from='client.516573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:00 smithi066 ceph-mon[112137]: pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:49:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:00 smithi203 ceph-mon[117428]: from='client.516573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:00 smithi203 ceph-mon[117428]: pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:49:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:00 smithi137 ceph-mon[117020]: from='client.516573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:00 smithi137 ceph-mon[117020]: pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:49:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:02 smithi066 ceph-mon[112137]: pgmap v19073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:49:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:02 smithi203 ceph-mon[117428]: pgmap v19073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:49:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:02 smithi137 ceph-mon[117020]: pgmap v19073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:49:04.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:49:04.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:49:04.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:03 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:49:04.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:03 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:49:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:49:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:49:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:03 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:49:04.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:03 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:49:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:49:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:49:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:03 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:49:04.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:03 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:49:04.909 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:04.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:04.909 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:04 smithi066 ceph-mon[112137]: pgmap v19074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:49:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:04 smithi203 ceph-mon[117428]: pgmap v19074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:49:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:04 smithi137 ceph-mon[117020]: pgmap v19074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:49:05.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:05.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:05.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:05.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:05.639 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:06.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:05 smithi066 ceph-mon[112137]: from='client.516648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:06.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:05 smithi203 ceph-mon[117428]: from='client.516648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:05 smithi137 ceph-mon[117020]: from='client.516648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:06 smithi066 ceph-mon[112137]: pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:06 smithi203 ceph-mon[117428]: pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:06 smithi137 ceph-mon[117020]: pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:08 smithi066 ceph-mon[112137]: pgmap v19076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:08 smithi203 ceph-mon[117428]: pgmap v19076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:08 smithi137 ceph-mon[117020]: pgmap v19076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:10.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:10.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:10.640 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:10 smithi066 ceph-mon[112137]: pgmap v19077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:10 smithi203 ceph-mon[117428]: pgmap v19077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:11.365 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:11.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:11.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:11.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:11.366 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:10 smithi137 ceph-mon[117020]: pgmap v19077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:11 smithi066 ceph-mon[112137]: from='client.516723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:11 smithi203 ceph-mon[117428]: from='client.516723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:11 smithi137 ceph-mon[117020]: from='client.516723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:13.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:12 smithi066 ceph-mon[112137]: pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:49:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:12 smithi203 ceph-mon[117428]: pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:49:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:12 smithi137 ceph-mon[117020]: pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:49:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:14 smithi203 ceph-mon[117428]: pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:49:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:14 smithi137 ceph-mon[117020]: pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:49:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:14 smithi066 ceph-mon[112137]: pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:49:16.367 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:16.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:16.367 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:17.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:17.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:17.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:17.095 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:17.095 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:16 smithi066 ceph-mon[112137]: pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:49:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:16 smithi203 ceph-mon[117428]: pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:49:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:16 smithi137 ceph-mon[117020]: pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:49:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:17 smithi066 ceph-mon[112137]: from='client.516798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:17 smithi203 ceph-mon[117428]: from='client.516798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:17 smithi137 ceph-mon[117020]: from='client.516798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:18 smithi066 ceph-mon[112137]: pgmap v19081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:18 smithi203 ceph-mon[117428]: pgmap v19081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:18 smithi137 ceph-mon[117020]: pgmap v19081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:20 smithi066 ceph-mon[112137]: pgmap v19082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:20 smithi203 ceph-mon[117428]: pgmap v19082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:21.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:20 smithi137 ceph-mon[117020]: pgmap v19082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:22.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:22.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:22.097 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:22.823 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:22.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:22.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:22.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:22.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:22 smithi066 ceph-mon[112137]: pgmap v19083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:23.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:22 smithi066 ceph-mon[112137]: from='client.516873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:22 smithi203 ceph-mon[117428]: pgmap v19083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:22 smithi203 ceph-mon[117428]: from='client.516873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:22 smithi137 ceph-mon[117020]: pgmap v19083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:22 smithi137 ceph-mon[117020]: from='client.516873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:24 smithi203 ceph-mon[117428]: pgmap v19084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:24 smithi137 ceph-mon[117020]: pgmap v19084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:24 smithi066 ceph-mon[112137]: pgmap v19084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:26 smithi066 ceph-mon[112137]: pgmap v19085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:26 smithi203 ceph-mon[117428]: pgmap v19085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:26 smithi137 ceph-mon[117020]: pgmap v19085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:27.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:27.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:27.826 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:28.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:28.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:28.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:28.550 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:28.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:28 smithi066 ceph-mon[112137]: pgmap v19086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:28 smithi066 ceph-mon[112137]: from='client.516945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:28 smithi203 ceph-mon[117428]: pgmap v19086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:28 smithi203 ceph-mon[117428]: from='client.516945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:28 smithi137 ceph-mon[117020]: pgmap v19086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:28 smithi137 ceph-mon[117020]: from='client.516945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:31.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:30 smithi066 ceph-mon[112137]: pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:30 smithi203 ceph-mon[117428]: pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:30 smithi137 ceph-mon[117020]: pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:32 smithi066 ceph-mon[112137]: pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:32 smithi203 ceph-mon[117428]: pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:32 smithi137 ceph-mon[117020]: pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:33.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:33.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:33.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:34.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:34.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:34.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:34.274 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:34.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:34 smithi203 ceph-mon[117428]: pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:34 smithi203 ceph-mon[117428]: from='client.517017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:34 smithi137 ceph-mon[117020]: pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:34 smithi137 ceph-mon[117020]: from='client.517017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:34 smithi066 ceph-mon[112137]: pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:34 smithi066 ceph-mon[112137]: from='client.517017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:36 smithi066 ceph-mon[112137]: pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:36 smithi203 ceph-mon[117428]: pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:36 smithi137 ceph-mon[117020]: pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:38 smithi066 ceph-mon[112137]: pgmap v19091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:39.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:39.275 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:39.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:38 smithi203 ceph-mon[117428]: pgmap v19091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:38 smithi137 ceph-mon[117020]: pgmap v19091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:40.021 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:40.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:40.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:40.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:40.021 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:40 smithi066 ceph-mon[112137]: from='client.517092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:40 smithi066 ceph-mon[112137]: pgmap v19092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:40 smithi203 ceph-mon[117428]: from='client.517092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:40 smithi203 ceph-mon[117428]: pgmap v19092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:40 smithi137 ceph-mon[117020]: from='client.517092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:40 smithi137 ceph-mon[117020]: pgmap v19092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:42 smithi066 ceph-mon[112137]: pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:42 smithi203 ceph-mon[117428]: pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:42 smithi137 ceph-mon[117020]: pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:44 smithi203 ceph-mon[117428]: pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:44 smithi137 ceph-mon[117020]: pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:44 smithi066 ceph-mon[112137]: pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:45.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:45.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:45.023 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:45.758 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:45.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:45.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:45.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:45.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:45.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:45 smithi203 ceph-mon[117428]: from='client.517167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:45.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:45 smithi137 ceph-mon[117020]: from='client.517167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:45.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:45 smithi066 ceph-mon[112137]: from='client.517167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:46.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:46 smithi203 ceph-mon[117428]: pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:46.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:46 smithi137 ceph-mon[117020]: pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:46.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:46 smithi066 ceph-mon[112137]: pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:48 smithi066 ceph-mon[112137]: pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:48 smithi203 ceph-mon[117428]: pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:48 smithi137 ceph-mon[117020]: pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:50.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:50.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:50.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:50 smithi066 ceph-mon[112137]: pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:50 smithi203 ceph-mon[117428]: pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:50 smithi137 ceph-mon[117020]: pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:51.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:51.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:51.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:51.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:51.483 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:51 smithi066 ceph-mon[112137]: from='client.517239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:51 smithi203 ceph-mon[117428]: from='client.517239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:52.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:51 smithi137 ceph-mon[117020]: from='client.517239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:52 smithi066 ceph-mon[112137]: pgmap v19098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:52 smithi203 ceph-mon[117428]: pgmap v19098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:52 smithi137 ceph-mon[117020]: pgmap v19098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:54 smithi203 ceph-mon[117428]: pgmap v19099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:54 smithi137 ceph-mon[117020]: pgmap v19099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:54 smithi066 ceph-mon[112137]: pgmap v19099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:56.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:49:56.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:56.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:57.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:49:57.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:57.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:57.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:57.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:49:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:56 smithi066 ceph-mon[112137]: pgmap v19100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:56 smithi203 ceph-mon[117428]: pgmap v19100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:56 smithi137 ceph-mon[117020]: pgmap v19100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:58.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:57 smithi066 ceph-mon[112137]: from='client.517314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:58.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:57 smithi203 ceph-mon[117428]: from='client.517314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:58.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:57 smithi137 ceph-mon[117020]: from='client.517314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:49:58 smithi066 ceph-mon[112137]: pgmap v19101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:49:58 smithi203 ceph-mon[117428]: pgmap v19101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:49:58 smithi137 ceph-mon[117020]: pgmap v19101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:00 smithi066 ceph-mon[112137]: pgmap v19102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T03:50:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:00 smithi203 ceph-mon[117428]: pgmap v19102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T03:50:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:00 smithi137 ceph-mon[117020]: pgmap v19102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T03:50:02.215 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:02.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:02.216 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:02.938 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:02.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:02.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:02.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:02.939 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:02 smithi066 ceph-mon[112137]: pgmap v19103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:02 smithi203 ceph-mon[117428]: pgmap v19103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:02 smithi137 ceph-mon[117020]: pgmap v19103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:03 smithi066 ceph-mon[112137]: from='client.517392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:03 smithi203 ceph-mon[117428]: from='client.517392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:03 smithi137 ceph-mon[117020]: from='client.517392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:05.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:04 smithi066 ceph-mon[112137]: pgmap v19104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:50:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:50:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:04 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:50:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:04 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:50:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:04 smithi203 ceph-mon[117428]: pgmap v19104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:50:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:50:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:04 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:50:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:04 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:50:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:04 smithi137 ceph-mon[117020]: pgmap v19104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:50:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:50:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:04 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:50:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:04 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:50:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:06 smithi066 ceph-mon[112137]: pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:06 smithi203 ceph-mon[117428]: pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:06 smithi137 ceph-mon[117020]: pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:07.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:07.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:07.941 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:08.667 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:08.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:08.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:08.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:08.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:08 smithi066 ceph-mon[112137]: pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:08 smithi066 ceph-mon[112137]: from='client.517467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:08 smithi203 ceph-mon[117428]: pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:08 smithi203 ceph-mon[117428]: from='client.517467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:08 smithi137 ceph-mon[117020]: pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:08 smithi137 ceph-mon[117020]: from='client.517467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:10 smithi066 ceph-mon[112137]: pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:10 smithi203 ceph-mon[117428]: pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:10 smithi137 ceph-mon[117020]: pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:12 smithi066 ceph-mon[112137]: pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:12 smithi203 ceph-mon[117428]: pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:12 smithi137 ceph-mon[117020]: pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:13.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:13.670 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:13.670 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:14.391 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:14.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:14.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:14.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:14.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:14 smithi203 ceph-mon[117428]: pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:14 smithi203 ceph-mon[117428]: from='client.517536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:14 smithi137 ceph-mon[117020]: pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:14 smithi137 ceph-mon[117020]: from='client.517536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:14 smithi066 ceph-mon[112137]: pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:14 smithi066 ceph-mon[112137]: from='client.517536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:16 smithi066 ceph-mon[112137]: pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:16 smithi203 ceph-mon[117428]: pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:16 smithi137 ceph-mon[117020]: pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:18 smithi066 ceph-mon[112137]: pgmap v19111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:18 smithi203 ceph-mon[117428]: pgmap v19111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:18 smithi137 ceph-mon[117020]: pgmap v19111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:19.392 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:19.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:19.393 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:20.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:20.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:20.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:20.122 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:20.123 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:20 smithi066 ceph-mon[112137]: from='client.517611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:20 smithi066 ceph-mon[112137]: pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:20 smithi203 ceph-mon[117428]: from='client.517611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:20 smithi203 ceph-mon[117428]: pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:20 smithi137 ceph-mon[117020]: from='client.517611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:20 smithi137 ceph-mon[117020]: pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:22 smithi066 ceph-mon[112137]: pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:22 smithi203 ceph-mon[117428]: pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:22 smithi137 ceph-mon[117020]: pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:24 smithi203 ceph-mon[117428]: pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:24 smithi137 ceph-mon[117020]: pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:24 smithi066 ceph-mon[112137]: pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:25.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:25.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:25.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:25.796 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:25 smithi137 ceph-mon[117020]: from='client.517683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:25.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:25 smithi203 ceph-mon[117428]: from='client.517683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:25.848 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:25.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:25.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:25.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:25.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:25.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:25 smithi066 ceph-mon[112137]: from='client.517683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:26.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:26 smithi203 ceph-mon[117428]: pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:26.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:26 smithi137 ceph-mon[117020]: pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:26.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:26 smithi066 ceph-mon[112137]: pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:28 smithi066 ceph-mon[112137]: pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:28 smithi203 ceph-mon[117428]: pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:28 smithi137 ceph-mon[117020]: pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:30.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:30.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:30.851 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:31.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:30 smithi066 ceph-mon[112137]: pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:30 smithi203 ceph-mon[117428]: pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:30 smithi137 ceph-mon[117020]: pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:31.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:31.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:31.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:31.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:31.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:32.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:31 smithi066 ceph-mon[112137]: from='client.517761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:32.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:31 smithi203 ceph-mon[117428]: from='client.517761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:32.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:31 smithi137 ceph-mon[117020]: from='client.517761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:32 smithi066 ceph-mon[112137]: pgmap v19118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:32 smithi203 ceph-mon[117428]: pgmap v19118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:32 smithi137 ceph-mon[117020]: pgmap v19118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:34 smithi203 ceph-mon[117428]: pgmap v19119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:34 smithi137 ceph-mon[117020]: pgmap v19119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:34 smithi066 ceph-mon[112137]: pgmap v19119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:36.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:36.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:36.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:36 smithi066 ceph-mon[112137]: pgmap v19120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:36 smithi203 ceph-mon[117428]: pgmap v19120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:37.345 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:37.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:37.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:37.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:37.345 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:36 smithi137 ceph-mon[117020]: pgmap v19120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:37 smithi066 ceph-mon[112137]: from='client.517839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:37 smithi203 ceph-mon[117428]: from='client.517839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:37 smithi137 ceph-mon[117020]: from='client.517839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:38 smithi066 ceph-mon[112137]: pgmap v19121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:38 smithi203 ceph-mon[117428]: pgmap v19121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:38 smithi137 ceph-mon[117020]: pgmap v19121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:40 smithi066 ceph-mon[112137]: pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:40 smithi203 ceph-mon[117428]: pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:40 smithi137 ceph-mon[117020]: pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:42.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:42.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:42.347 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:43.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:43.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:43.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:43.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:43.082 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:42 smithi066 ceph-mon[112137]: pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:42 smithi203 ceph-mon[117428]: pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:42 smithi137 ceph-mon[117020]: pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:44.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:43 smithi066 ceph-mon[112137]: from='client.517914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:44.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:43 smithi203 ceph-mon[117428]: from='client.517914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:44.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:43 smithi137 ceph-mon[117020]: from='client.517914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:44 smithi066 ceph-mon[112137]: pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:44 smithi203 ceph-mon[117428]: pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:44 smithi137 ceph-mon[117020]: pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:46 smithi066 ceph-mon[112137]: pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:46 smithi203 ceph-mon[117428]: pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:46 smithi137 ceph-mon[117020]: pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:48.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:48.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:48.084 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:48.815 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:48.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:48.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:48.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:48.815 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:49.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:48 smithi066 ceph-mon[112137]: pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:48 smithi066 ceph-mon[112137]: from='client.517989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:48 smithi203 ceph-mon[117428]: pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:48 smithi203 ceph-mon[117428]: from='client.517989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:48 smithi137 ceph-mon[117020]: pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:48 smithi137 ceph-mon[117020]: from='client.517989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:51.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:50 smithi066 ceph-mon[112137]: pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:50 smithi203 ceph-mon[117428]: pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:50 smithi137 ceph-mon[117020]: pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:53.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:52 smithi066 ceph-mon[112137]: pgmap v19128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:52 smithi203 ceph-mon[117428]: pgmap v19128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:52 smithi137 ceph-mon[117020]: pgmap v19128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:53.816 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:53.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:53.817 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:54.540 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:50:54.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:54.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:54.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:54.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:50:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:54 smithi203 ceph-mon[117428]: pgmap v19129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:54 smithi203 ceph-mon[117428]: from='client.518061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:54 smithi137 ceph-mon[117020]: pgmap v19129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:54 smithi137 ceph-mon[117020]: from='client.518061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:54 smithi066 ceph-mon[112137]: pgmap v19129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:54 smithi066 ceph-mon[112137]: from='client.518061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:56 smithi066 ceph-mon[112137]: pgmap v19130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:56 smithi203 ceph-mon[117428]: pgmap v19130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:56 smithi137 ceph-mon[117020]: pgmap v19130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:50:58 smithi066 ceph-mon[112137]: pgmap v19131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:50:58 smithi203 ceph-mon[117428]: pgmap v19131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:50:58 smithi137 ceph-mon[117020]: pgmap v19131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:59.541 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:50:59.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:59.542 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:00.270 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:00.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:00.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:00.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:00.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:01.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:00 smithi066 ceph-mon[112137]: pgmap v19132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:00 smithi066 ceph-mon[112137]: from='client.518136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:00 smithi203 ceph-mon[117428]: pgmap v19132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:00 smithi203 ceph-mon[117428]: from='client.518136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:00 smithi137 ceph-mon[117020]: pgmap v19132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:00 smithi137 ceph-mon[117020]: from='client.518136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:03.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:02 smithi066 ceph-mon[112137]: pgmap v19133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:02 smithi203 ceph-mon[117428]: pgmap v19133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:02 smithi137 ceph-mon[117020]: pgmap v19133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:04.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:04 smithi203 ceph-mon[117428]: pgmap v19134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:04 smithi137 ceph-mon[117020]: pgmap v19134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:04.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:04 smithi066 ceph-mon[112137]: pgmap v19134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:05.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:05.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:05.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:51:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:05 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:51:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:05 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:51:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:05 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:05.993 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:05.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:05.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:05.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:05.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:51:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:06 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:51:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:06 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:06 smithi203 ceph-mon[117428]: from='client.518208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:06.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:06 smithi203 ceph-mon[117428]: pgmap v19135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:51:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:06 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:51:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:06 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:06 smithi137 ceph-mon[117020]: from='client.518208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:06.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:06 smithi137 ceph-mon[117020]: pgmap v19135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:06.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:51:06.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:06 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:51:06.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:06 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:51:06.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:06 smithi066 ceph-mon[112137]: from='client.518208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:06.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:06 smithi066 ceph-mon[112137]: pgmap v19135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:08 smithi066 ceph-mon[112137]: pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:08 smithi203 ceph-mon[117428]: pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:08 smithi137 ceph-mon[117020]: pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:10.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:10.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:10.995 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:11.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:10 smithi066 ceph-mon[112137]: pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:10 smithi203 ceph-mon[117428]: pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:10 smithi137 ceph-mon[117020]: pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:11.721 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:11.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:11.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:11.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:11.721 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:12.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:11 smithi066 ceph-mon[112137]: from='client.518283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:11 smithi203 ceph-mon[117428]: from='client.518283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:11 smithi137 ceph-mon[117020]: from='client.518283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:13.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:12 smithi066 ceph-mon[112137]: pgmap v19138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:12 smithi203 ceph-mon[117428]: pgmap v19138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:12 smithi137 ceph-mon[117020]: pgmap v19138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:14 smithi203 ceph-mon[117428]: pgmap v19139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:14 smithi137 ceph-mon[117020]: pgmap v19139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:14 smithi066 ceph-mon[112137]: pgmap v19139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:16.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:16.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:16.723 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:16 smithi066 ceph-mon[112137]: pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:16 smithi203 ceph-mon[117428]: pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:16 smithi137 ceph-mon[117020]: pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:17.449 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:17.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:17.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:17.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:17.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:18.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:17 smithi066 ceph-mon[112137]: from='client.518361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:17 smithi203 ceph-mon[117428]: from='client.518361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:17 smithi137 ceph-mon[117020]: from='client.518361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:18 smithi066 ceph-mon[112137]: pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:18 smithi203 ceph-mon[117428]: pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:18 smithi137 ceph-mon[117020]: pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:20 smithi066 ceph-mon[112137]: pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:20 smithi203 ceph-mon[117428]: pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:20 smithi137 ceph-mon[117020]: pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:22.454 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:22.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:22.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:23.177 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:23.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:23.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:23.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:23.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:22 smithi066 ceph-mon[112137]: pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:22 smithi203 ceph-mon[117428]: pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:22 smithi137 ceph-mon[117020]: pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:24.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:23 smithi066 ceph-mon[112137]: from='client.518439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:24.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:23 smithi203 ceph-mon[117428]: from='client.518439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:23 smithi137 ceph-mon[117020]: from='client.518439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:25.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:24 smithi066 ceph-mon[112137]: pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:24 smithi203 ceph-mon[117428]: pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:24 smithi137 ceph-mon[117020]: pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:26 smithi066 ceph-mon[112137]: pgmap v19145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:26 smithi203 ceph-mon[117428]: pgmap v19145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:26 smithi137 ceph-mon[117020]: pgmap v19145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:28.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:28.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:28.179 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:28.901 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:28.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:28.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:28.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:28.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:29.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:28 smithi066 ceph-mon[112137]: pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:28 smithi203 ceph-mon[117428]: pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:28 smithi137 ceph-mon[117020]: pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:30.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:29 smithi066 ceph-mon[112137]: from='client.518514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:29 smithi203 ceph-mon[117428]: from='client.518514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:29 smithi137 ceph-mon[117020]: from='client.518514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:30 smithi066 ceph-mon[112137]: pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:30 smithi203 ceph-mon[117428]: pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:30 smithi137 ceph-mon[117020]: pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:32 smithi066 ceph-mon[112137]: pgmap v19148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:32 smithi203 ceph-mon[117428]: pgmap v19148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:32 smithi137 ceph-mon[117020]: pgmap v19148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:33.902 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:33.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:33.903 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:34.626 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:34.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:34.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:34.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:34.626 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:34 smithi203 ceph-mon[117428]: pgmap v19149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:34 smithi203 ceph-mon[117428]: from='client.518589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:34 smithi137 ceph-mon[117020]: pgmap v19149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:34 smithi137 ceph-mon[117020]: from='client.518589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:34 smithi066 ceph-mon[112137]: pgmap v19149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:34 smithi066 ceph-mon[112137]: from='client.518589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:36 smithi066 ceph-mon[112137]: pgmap v19150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:36 smithi203 ceph-mon[117428]: pgmap v19150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:36 smithi137 ceph-mon[117020]: pgmap v19150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:38 smithi066 ceph-mon[112137]: pgmap v19151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:38 smithi203 ceph-mon[117428]: pgmap v19151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:38 smithi137 ceph-mon[117020]: pgmap v19151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:39.627 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:39.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:39.628 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:40.348 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:40.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:40.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:40.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:40.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:40 smithi066 ceph-mon[112137]: pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:41.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:40 smithi066 ceph-mon[112137]: from='client.518667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:40 smithi203 ceph-mon[117428]: pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:40 smithi203 ceph-mon[117428]: from='client.518667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:40 smithi137 ceph-mon[117020]: pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:40 smithi137 ceph-mon[117020]: from='client.518667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:43.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:42 smithi066 ceph-mon[112137]: pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:42 smithi203 ceph-mon[117428]: pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:42 smithi137 ceph-mon[117020]: pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:44.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:44 smithi203 ceph-mon[117428]: pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:44 smithi137 ceph-mon[117020]: pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:44.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:44 smithi066 ceph-mon[112137]: pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:45.349 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:45.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:45.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:46.069 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:46.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:46.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:46.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:46.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:46 smithi066 ceph-mon[112137]: from='client.518742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:46 smithi066 ceph-mon[112137]: pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:46 smithi203 ceph-mon[117428]: from='client.518742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:46 smithi203 ceph-mon[117428]: pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:46 smithi137 ceph-mon[117020]: from='client.518742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:46 smithi137 ceph-mon[117020]: pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:49.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:48 smithi066 ceph-mon[112137]: pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:48 smithi203 ceph-mon[117428]: pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:48 smithi137 ceph-mon[117020]: pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:51.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:51.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:51.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:51.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:50 smithi066 ceph-mon[112137]: pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:50 smithi203 ceph-mon[117428]: pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:50 smithi137 ceph-mon[117020]: pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:51.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:51.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:51.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:51.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:51.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:52.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:51 smithi066 ceph-mon[112137]: from='client.518817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:52.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:51 smithi203 ceph-mon[117428]: from='client.518817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:52.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:51 smithi137 ceph-mon[117020]: from='client.518817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:53.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:52 smithi066 ceph-mon[112137]: pgmap v19158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:52 smithi203 ceph-mon[117428]: pgmap v19158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:52 smithi137 ceph-mon[117020]: pgmap v19158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:54 smithi203 ceph-mon[117428]: pgmap v19159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:54 smithi137 ceph-mon[117020]: pgmap v19159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:54 smithi066 ceph-mon[112137]: pgmap v19159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:56.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:51:56.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:56.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:57.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:56 smithi066 ceph-mon[112137]: pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:56 smithi203 ceph-mon[117428]: pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:56 smithi137 ceph-mon[117020]: pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:57.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:51:57.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:57.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:57.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:57.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:51:58.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:57 smithi066 ceph-mon[112137]: from='client.518895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:58.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:57 smithi203 ceph-mon[117428]: from='client.518895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:58.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:57 smithi137 ceph-mon[117020]: from='client.518895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:59.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:51:58 smithi066 ceph-mon[112137]: pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:51:58 smithi203 ceph-mon[117428]: pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:51:58 smithi137 ceph-mon[117020]: pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:00 smithi066 ceph-mon[112137]: pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:00 smithi203 ceph-mon[117428]: pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:00 smithi137 ceph-mon[117020]: pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:02.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:02.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:02.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:02 smithi066 ceph-mon[112137]: pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:03.248 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:03.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:03.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:03.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:03.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:02 smithi203 ceph-mon[117428]: pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:02 smithi137 ceph-mon[117020]: pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:04.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:03 smithi066 ceph-mon[112137]: from='client.518970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:03 smithi203 ceph-mon[117428]: from='client.518970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:03 smithi137 ceph-mon[117020]: from='client.518970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:04 smithi066 ceph-mon[112137]: pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:04 smithi203 ceph-mon[117428]: pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:04 smithi137 ceph-mon[117020]: pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:06.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:05 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:52:06.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:05 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:52:06.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:05 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:52:07.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:06 smithi203 ceph-mon[117428]: pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:07.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:06 smithi066 ceph-mon[112137]: pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:06 smithi137 ceph-mon[117020]: pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:08.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:08.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:08.250 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:09.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:09.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:09.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:09.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:09.012 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:09.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: pgmap v19166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:52:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:52:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:08 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: pgmap v19166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:52:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:52:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:08 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: pgmap v19166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:52:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:52:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:08 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:52:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:09 smithi203 ceph-mon[117428]: from='client.519048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:09 smithi137 ceph-mon[117020]: from='client.519048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:10.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:09 smithi066 ceph-mon[112137]: from='client.519048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:10 smithi203 ceph-mon[117428]: pgmap v19167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:10 smithi137 ceph-mon[117020]: pgmap v19167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:10 smithi066 ceph-mon[112137]: pgmap v19167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:12 smithi203 ceph-mon[117428]: pgmap v19168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:12 smithi137 ceph-mon[117020]: pgmap v19168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:12 smithi066 ceph-mon[112137]: pgmap v19168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:14.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:14.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:14.014 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:14.750 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:14.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:14.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:14.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:14.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:14 smithi203 ceph-mon[117428]: pgmap v19169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:14.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:14 smithi203 ceph-mon[117428]: from='client.519120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:14 smithi137 ceph-mon[117020]: pgmap v19169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:14 smithi137 ceph-mon[117020]: from='client.519120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:14 smithi066 ceph-mon[112137]: pgmap v19169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:14 smithi066 ceph-mon[112137]: from='client.519120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:17.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:16 smithi066 ceph-mon[112137]: pgmap v19170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:52:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:16 smithi203 ceph-mon[117428]: pgmap v19170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:52:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:16 smithi137 ceph-mon[117020]: pgmap v19170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:52:19.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:18 smithi066 ceph-mon[112137]: pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:52:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:18 smithi203 ceph-mon[117428]: pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:52:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:18 smithi137 ceph-mon[117020]: pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:52:19.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:19.752 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:19.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:20.482 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:20.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:20.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:20.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:20.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:21.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:20 smithi066 ceph-mon[112137]: pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:21.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:20 smithi066 ceph-mon[112137]: from='client.519195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:20 smithi203 ceph-mon[117428]: pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:20 smithi203 ceph-mon[117428]: from='client.519195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:20 smithi137 ceph-mon[117020]: pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:20 smithi137 ceph-mon[117020]: from='client.519195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:23.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:22 smithi066 ceph-mon[112137]: pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:22 smithi203 ceph-mon[117428]: pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:22 smithi137 ceph-mon[117020]: pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:24.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:24 smithi203 ceph-mon[117428]: pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:24 smithi137 ceph-mon[117020]: pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:24.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:24 smithi066 ceph-mon[112137]: pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:25.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:25.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:25.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:26.224 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:26.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:26.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:26.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:26.225 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:27.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:26 smithi066 ceph-mon[112137]: from='client.519273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:27.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:26 smithi066 ceph-mon[112137]: pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:26 smithi203 ceph-mon[117428]: from='client.519273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:26 smithi203 ceph-mon[117428]: pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:26 smithi137 ceph-mon[117020]: from='client.519273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:26 smithi137 ceph-mon[117020]: pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:29.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:28 smithi066 ceph-mon[112137]: pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:52:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:28 smithi203 ceph-mon[117428]: pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:52:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:28 smithi137 ceph-mon[117020]: pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:52:31.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:31.226 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:31.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:31.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:30 smithi066 ceph-mon[112137]: pgmap v19177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:52:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:30 smithi203 ceph-mon[117428]: pgmap v19177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:52:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:30 smithi137 ceph-mon[117020]: pgmap v19177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:52:31.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:31.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:31.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:31.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:31.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:32 smithi066 ceph-mon[112137]: from='client.519351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:33.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:32 smithi066 ceph-mon[112137]: pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:32 smithi203 ceph-mon[117428]: from='client.519351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:32 smithi203 ceph-mon[117428]: pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:32 smithi137 ceph-mon[117020]: from='client.519351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:32 smithi137 ceph-mon[117020]: pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:34.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:34 smithi203 ceph-mon[117428]: pgmap v19179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:34 smithi137 ceph-mon[117020]: pgmap v19179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:34 smithi066 ceph-mon[112137]: pgmap v19179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:36.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:36.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:36.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:37.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:36 smithi066 ceph-mon[112137]: pgmap v19180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:36 smithi203 ceph-mon[117428]: pgmap v19180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:36 smithi137 ceph-mon[117020]: pgmap v19180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:37.668 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:37.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:37.668 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:37.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:37.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:38.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:37 smithi066 ceph-mon[112137]: from='client.519429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:38.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:37 smithi203 ceph-mon[117428]: from='client.519429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:38.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:37 smithi137 ceph-mon[117020]: from='client.519429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:39.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:38 smithi066 ceph-mon[112137]: pgmap v19181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:38 smithi203 ceph-mon[117428]: pgmap v19181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:38 smithi137 ceph-mon[117020]: pgmap v19181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:41.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:40 smithi066 ceph-mon[112137]: pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:40 smithi203 ceph-mon[117428]: pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:40 smithi137 ceph-mon[117020]: pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:42.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:42.670 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:42.670 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:43.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:42 smithi066 ceph-mon[112137]: pgmap v19183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:42 smithi203 ceph-mon[117428]: pgmap v19183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:42 smithi137 ceph-mon[117020]: pgmap v19183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:43.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:43.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:43.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:43.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:43.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:44.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:43 smithi066 ceph-mon[112137]: from='client.519504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:44.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:43 smithi203 ceph-mon[117428]: from='client.519504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:44.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:43 smithi137 ceph-mon[117020]: from='client.519504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:45.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:44 smithi066 ceph-mon[112137]: pgmap v19184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:44 smithi203 ceph-mon[117428]: pgmap v19184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:44 smithi137 ceph-mon[117020]: pgmap v19184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:46 smithi203 ceph-mon[117428]: pgmap v19185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:46 smithi137 ceph-mon[117020]: pgmap v19185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:46 smithi066 ceph-mon[112137]: pgmap v19185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:48.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:48.403 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:48.403 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:49.134 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:49.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:49.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:49.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:49.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:48 smithi203 ceph-mon[117428]: pgmap v19186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:48 smithi137 ceph-mon[117020]: pgmap v19186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:48 smithi066 ceph-mon[112137]: pgmap v19186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:50.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:49 smithi203 ceph-mon[117428]: from='client.519576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:50.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:49 smithi137 ceph-mon[117020]: from='client.519576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:49 smithi066 ceph-mon[112137]: from='client.519576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:50 smithi203 ceph-mon[117428]: pgmap v19187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:50 smithi137 ceph-mon[117020]: pgmap v19187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:51.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:50 smithi066 ceph-mon[112137]: pgmap v19187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:53 smithi203 ceph-mon[117428]: pgmap v19188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:53 smithi137 ceph-mon[117020]: pgmap v19188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:53 smithi066 ceph-mon[112137]: pgmap v19188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:54.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:54.138 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:54.138 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:54 smithi203 ceph-mon[117428]: pgmap v19189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:54.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:54 smithi203 ceph-mon[117428]: from='client.519654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:54.859 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:52:54.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:54.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:54.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:54.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:52:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:54 smithi137 ceph-mon[117020]: pgmap v19189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:54 smithi137 ceph-mon[117020]: from='client.519654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:54.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:54 smithi066 ceph-mon[112137]: pgmap v19189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:54 smithi066 ceph-mon[112137]: from='client.519654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:57.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:56 smithi066 ceph-mon[112137]: pgmap v19190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:52:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:56 smithi203 ceph-mon[117428]: pgmap v19190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:52:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:56 smithi137 ceph-mon[117020]: pgmap v19190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:52:59.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:52:58 smithi066 ceph-mon[112137]: pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:52:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:52:58 smithi203 ceph-mon[117428]: pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:52:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:52:58 smithi137 ceph-mon[117020]: pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:52:59.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:52:59.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:59.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:00.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:00.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:00.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:00.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:00.598 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:00 smithi066 ceph-mon[112137]: pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:01.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:00 smithi066 ceph-mon[112137]: from='client.519729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:00 smithi203 ceph-mon[117428]: pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:00 smithi203 ceph-mon[117428]: from='client.519729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:00 smithi137 ceph-mon[117020]: pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:00 smithi137 ceph-mon[117020]: from='client.519729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:03.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:02 smithi066 ceph-mon[112137]: pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:02 smithi203 ceph-mon[117428]: pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:02 smithi137 ceph-mon[117020]: pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:04 smithi137 ceph-mon[117020]: pgmap v19194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:04 smithi066 ceph-mon[112137]: pgmap v19194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:04 smithi203 ceph-mon[117428]: pgmap v19194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:05.599 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:05.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:05.599 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:06.329 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:06.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:06.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:06.329 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:06.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:06 smithi066 ceph-mon[112137]: pgmap v19195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:06 smithi066 ceph-mon[112137]: from='client.519801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:06 smithi203 ceph-mon[117428]: pgmap v19195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:06 smithi203 ceph-mon[117428]: from='client.519801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:06 smithi137 ceph-mon[117020]: pgmap v19195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:06 smithi137 ceph-mon[117020]: from='client.519801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:09.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:08 smithi066 ceph-mon[112137]: pgmap v19196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:53:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:08 smithi203 ceph-mon[117428]: pgmap v19196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:53:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:08 smithi137 ceph-mon[117020]: pgmap v19196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:53:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:09 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:53:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:09 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:09 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:53:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:09 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:09 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:53:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:09 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:53:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:53:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:53:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:53:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:53:11.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:10 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:53:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:53:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:10 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:11.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:11.331 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:53:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:53:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T03:53:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:53:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:53:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:10 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:53:12.049 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:12.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:12.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:12.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:12.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:11 smithi203 ceph-mon[117428]: Adjusting osd_memory_target on smithi066 to 17122M 2023-12-08T03:53:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:11 smithi137 ceph-mon[117020]: Adjusting osd_memory_target on smithi066 to 17122M 2023-12-08T03:53:12.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:11 smithi066 ceph-mon[112137]: Adjusting osd_memory_target on smithi066 to 17122M 2023-12-08T03:53:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:12 smithi203 ceph-mon[117428]: from='client.519879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:12 smithi203 ceph-mon[117428]: pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:12 smithi137 ceph-mon[117020]: from='client.519879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:12 smithi137 ceph-mon[117020]: pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:13.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:12 smithi066 ceph-mon[112137]: from='client.519879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:12 smithi066 ceph-mon[112137]: pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:14 smithi137 ceph-mon[117020]: pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:14 smithi066 ceph-mon[112137]: pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:15.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:14 smithi203 ceph-mon[117428]: pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:17.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:17.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:17.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:17.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:16 smithi066 ceph-mon[112137]: pgmap v19200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:16 smithi203 ceph-mon[117428]: pgmap v19200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:16 smithi137 ceph-mon[117020]: pgmap v19200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:17.773 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:17.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:17.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:17.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:17.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:18.236 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:17 smithi066 ceph-mon[112137]: from='client.519957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:18.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:17 smithi203 ceph-mon[117428]: from='client.519957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:18.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:17 smithi137 ceph-mon[117020]: from='client.519957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:19.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:18 smithi066 ceph-mon[112137]: pgmap v19201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:18 smithi203 ceph-mon[117428]: pgmap v19201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:18 smithi137 ceph-mon[117020]: pgmap v19201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:20 smithi203 ceph-mon[117428]: pgmap v19202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:20 smithi137 ceph-mon[117020]: pgmap v19202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:20 smithi066 ceph-mon[112137]: pgmap v19202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:22.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:22.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:22.775 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:22 smithi203 ceph-mon[117428]: pgmap v19203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:22 smithi137 ceph-mon[117020]: pgmap v19203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:23.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:22 smithi066 ceph-mon[112137]: pgmap v19203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:23.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:23.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:23.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:23.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:23.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:24.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:23 smithi203 ceph-mon[117428]: from='client.520032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:23 smithi137 ceph-mon[117020]: from='client.520032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:23 smithi066 ceph-mon[112137]: from='client.520032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:24 smithi203 ceph-mon[117428]: pgmap v19204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:24 smithi137 ceph-mon[117020]: pgmap v19204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:25.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:24 smithi066 ceph-mon[112137]: pgmap v19204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:27.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:26 smithi203 ceph-mon[117428]: pgmap v19205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:26 smithi137 ceph-mon[117020]: pgmap v19205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:26 smithi066 ceph-mon[112137]: pgmap v19205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:28.502 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:28.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:28.503 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:29.238 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:29.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:29.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:29.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:29.239 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:28 smithi203 ceph-mon[117428]: pgmap v19206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:28 smithi137 ceph-mon[117020]: pgmap v19206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:28 smithi066 ceph-mon[112137]: pgmap v19206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:30 smithi203 ceph-mon[117428]: from='client.520110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:30.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:30 smithi137 ceph-mon[117020]: from='client.520110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:30 smithi066 ceph-mon[112137]: from='client.520110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:31 smithi203 ceph-mon[117428]: pgmap v19207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:31 smithi137 ceph-mon[117020]: pgmap v19207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:31.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:31 smithi066 ceph-mon[112137]: pgmap v19207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:33 smithi203 ceph-mon[117428]: pgmap v19208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:33 smithi137 ceph-mon[117020]: pgmap v19208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:33.486 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:33 smithi066 ceph-mon[112137]: pgmap v19208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:34.240 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:34.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:34.241 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:34 smithi137 ceph-mon[117020]: pgmap v19209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:34.982 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:34.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:34.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:34.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:34.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:34.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:34 smithi066 ceph-mon[112137]: pgmap v19209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:35.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:34 smithi203 ceph-mon[117428]: pgmap v19209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:35 smithi137 ceph-mon[117020]: from='client.520182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:35.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:35 smithi066 ceph-mon[112137]: from='client.520182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:36.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:35 smithi203 ceph-mon[117428]: from='client.520182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:36 smithi137 ceph-mon[117020]: pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:36.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:36 smithi066 ceph-mon[112137]: pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:36 smithi203 ceph-mon[117428]: pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:39.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:38 smithi066 ceph-mon[112137]: pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:38 smithi203 ceph-mon[117428]: pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:38 smithi137 ceph-mon[117020]: pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:39.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:39.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:39.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:40.722 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:40.722 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:40.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:40.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:40.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:40 smithi203 ceph-mon[117428]: pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:40 smithi203 ceph-mon[117428]: from='client.520254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:40 smithi137 ceph-mon[117020]: pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:40 smithi137 ceph-mon[117020]: from='client.520254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:40 smithi066 ceph-mon[112137]: pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:40 smithi066 ceph-mon[112137]: from='client.520254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:43.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:42 smithi203 ceph-mon[117428]: pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:42 smithi137 ceph-mon[117020]: pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:42 smithi066 ceph-mon[112137]: pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:44 smithi137 ceph-mon[117020]: pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:44 smithi066 ceph-mon[112137]: pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:44 smithi203 ceph-mon[117428]: pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:45.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:45.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:45.724 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:46.448 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:46.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:46.448 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:46.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:46.449 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:46 smithi066 ceph-mon[112137]: pgmap v19215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:47.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:46 smithi066 ceph-mon[112137]: from='client.520329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:46 smithi203 ceph-mon[117428]: pgmap v19215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:46 smithi203 ceph-mon[117428]: from='client.520329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:46 smithi137 ceph-mon[117020]: pgmap v19215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:46 smithi137 ceph-mon[117020]: from='client.520329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:48 smithi203 ceph-mon[117428]: pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:48 smithi137 ceph-mon[117020]: pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:48 smithi066 ceph-mon[112137]: pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:50 smithi203 ceph-mon[117428]: pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:50 smithi137 ceph-mon[117020]: pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:51.450 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:51.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:51.450 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:50 smithi066 ceph-mon[112137]: pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:52.187 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:52.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:52.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:52.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:52.188 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:52 smithi203 ceph-mon[117428]: from='client.520407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:52 smithi203 ceph-mon[117428]: pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:52 smithi137 ceph-mon[117020]: from='client.520407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:53.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:52 smithi137 ceph-mon[117020]: pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:52 smithi066 ceph-mon[112137]: from='client.520407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:52 smithi066 ceph-mon[112137]: pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:54.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:54 smithi137 ceph-mon[117020]: pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:54 smithi066 ceph-mon[112137]: pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:55.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:54 smithi203 ceph-mon[117428]: pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:57.189 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:53:57.189 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:57.190 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:56 smithi203 ceph-mon[117428]: pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:56 smithi137 ceph-mon[117020]: pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:57.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:56 smithi066 ceph-mon[112137]: pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:57.915 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:53:57.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:57.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:57.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:57.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:53:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:58 smithi203 ceph-mon[117428]: from='client.520485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:53:58 smithi203 ceph-mon[117428]: pgmap v19221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:58 smithi137 ceph-mon[117020]: from='client.520485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:53:58 smithi137 ceph-mon[117020]: pgmap v19221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:58 smithi066 ceph-mon[112137]: from='client.520485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:53:58 smithi066 ceph-mon[112137]: pgmap v19221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:00 smithi203 ceph-mon[117428]: pgmap v19222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:00 smithi137 ceph-mon[117020]: pgmap v19222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:00 smithi066 ceph-mon[112137]: pgmap v19222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:02.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:02.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:02.917 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:02 smithi203 ceph-mon[117428]: pgmap v19223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:02 smithi137 ceph-mon[117020]: pgmap v19223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:02 smithi066 ceph-mon[112137]: pgmap v19223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:03.643 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:03.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:03.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:03.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:03.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:04.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:03 smithi203 ceph-mon[117428]: from='client.520563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:04.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:03 smithi137 ceph-mon[117020]: from='client.520563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:03 smithi066 ceph-mon[112137]: from='client.520563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:05.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:05 smithi203 ceph-mon[117428]: pgmap v19224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:05.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:05 smithi137 ceph-mon[117020]: pgmap v19224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:05 smithi066 ceph-mon[112137]: pgmap v19224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:07 smithi203 ceph-mon[117428]: pgmap v19225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:07 smithi137 ceph-mon[117020]: pgmap v19225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:07 smithi066 ceph-mon[112137]: pgmap v19225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:08.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:08.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:08.645 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:09 smithi203 ceph-mon[117428]: pgmap v19226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:09 smithi137 ceph-mon[117020]: pgmap v19226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:09.379 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:09.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:09.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:09.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:09.380 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:09 smithi066 ceph-mon[112137]: pgmap v19226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:10 smithi203 ceph-mon[117428]: from='client.520635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:10.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:10 smithi137 ceph-mon[117020]: from='client.520635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:10 smithi066 ceph-mon[112137]: from='client.520635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:11 smithi203 ceph-mon[117428]: pgmap v19227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:11 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:54:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:11 smithi137 ceph-mon[117020]: pgmap v19227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:11 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:54:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:11 smithi066 ceph-mon[112137]: pgmap v19227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:11 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:54:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:54:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:54:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:12 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:54:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:54:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:54:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:12 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:54:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:54:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:54:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:12 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:54:13.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:13 smithi066 ceph-mon[112137]: pgmap v19228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:13.822 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:13 smithi203 ceph-mon[117428]: pgmap v19228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:13.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:13 smithi137 ceph-mon[117020]: pgmap v19228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:14.382 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:14.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:14.382 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:14 smithi137 ceph-mon[117020]: pgmap v19229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:14.986 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:14 smithi066 ceph-mon[112137]: pgmap v19229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:15.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:14 smithi203 ceph-mon[117428]: pgmap v19229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:15.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:15.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:15.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:15.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:15.118 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:15 smithi137 ceph-mon[117020]: from='client.520713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:15.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:15 smithi066 ceph-mon[112137]: from='client.520713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:16.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:15 smithi203 ceph-mon[117428]: from='client.520713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:16.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:16 smithi137 ceph-mon[117020]: pgmap v19230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:16 smithi066 ceph-mon[112137]: pgmap v19230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:16 smithi203 ceph-mon[117428]: pgmap v19230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:18 smithi203 ceph-mon[117428]: pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:18 smithi137 ceph-mon[117020]: pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:18 smithi066 ceph-mon[112137]: pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:20.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:20.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:20.120 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:20.839 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:20.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:20.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:20.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:20.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:20 smithi203 ceph-mon[117428]: pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:20 smithi203 ceph-mon[117428]: from='client.520788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:21 smithi137 ceph-mon[117020]: pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:21 smithi137 ceph-mon[117020]: from='client.520788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:20 smithi066 ceph-mon[112137]: pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:20 smithi066 ceph-mon[112137]: from='client.520788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:23 smithi203 ceph-mon[117428]: pgmap v19233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:23 smithi137 ceph-mon[117020]: pgmap v19233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:23 smithi066 ceph-mon[112137]: pgmap v19233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:24 smithi137 ceph-mon[117020]: pgmap v19234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:24 smithi066 ceph-mon[112137]: pgmap v19234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:25.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:24 smithi203 ceph-mon[117428]: pgmap v19234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:25.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:25.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:25.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:26.576 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:26.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:26.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:26.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:26.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:26 smithi203 ceph-mon[117428]: pgmap v19235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:26 smithi203 ceph-mon[117428]: from='client.520866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:26 smithi137 ceph-mon[117020]: pgmap v19235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:26 smithi137 ceph-mon[117020]: from='client.520866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:26 smithi066 ceph-mon[112137]: pgmap v19235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:26 smithi066 ceph-mon[112137]: from='client.520866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:28 smithi203 ceph-mon[117428]: pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:28 smithi137 ceph-mon[117020]: pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:28 smithi066 ceph-mon[112137]: pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:31 smithi203 ceph-mon[117428]: pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:31 smithi137 ceph-mon[117020]: pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:31 smithi066 ceph-mon[112137]: pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:31.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:31.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:31.578 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:32.304 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:32.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:32.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:32.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:32.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:33 smithi203 ceph-mon[117428]: pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:33 smithi203 ceph-mon[117428]: from='client.520944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:33 smithi137 ceph-mon[117020]: pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:33 smithi137 ceph-mon[117020]: from='client.520944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:33 smithi066 ceph-mon[112137]: pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:33 smithi066 ceph-mon[112137]: from='client.520944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:34 smithi137 ceph-mon[117020]: pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:34 smithi066 ceph-mon[112137]: pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:35.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:34 smithi203 ceph-mon[117428]: pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:37.305 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:37.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:37.306 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:36 smithi203 ceph-mon[117428]: pgmap v19240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:36 smithi137 ceph-mon[117020]: pgmap v19240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:36 smithi066 ceph-mon[112137]: pgmap v19240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:38.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:38.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:38.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:38.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:38.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:39 smithi203 ceph-mon[117428]: from='client.521016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:39 smithi203 ceph-mon[117428]: pgmap v19241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:39 smithi137 ceph-mon[117020]: from='client.521016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:39 smithi137 ceph-mon[117020]: pgmap v19241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:39 smithi066 ceph-mon[112137]: from='client.521016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:39 smithi066 ceph-mon[112137]: pgmap v19241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:41 smithi203 ceph-mon[117428]: pgmap v19242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:41 smithi137 ceph-mon[117020]: pgmap v19242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:41 smithi066 ceph-mon[112137]: pgmap v19242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:43.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:43.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:43.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:43 smithi203 ceph-mon[117428]: pgmap v19243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:43.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:43 smithi137 ceph-mon[117020]: pgmap v19243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:43 smithi066 ceph-mon[112137]: pgmap v19243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:43.767 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:43.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:43.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:43.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:43.767 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:44.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:44 smithi203 ceph-mon[117428]: from='client.521091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:44.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:44 smithi137 ceph-mon[117020]: from='client.521091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:44 smithi066 ceph-mon[112137]: from='client.521091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:45.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:45 smithi203 ceph-mon[117428]: pgmap v19244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:45.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:45 smithi137 ceph-mon[117020]: pgmap v19244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:45 smithi066 ceph-mon[112137]: pgmap v19244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:47 smithi203 ceph-mon[117428]: pgmap v19245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:47 smithi137 ceph-mon[117020]: pgmap v19245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:47 smithi066 ceph-mon[112137]: pgmap v19245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:48.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:48.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:48.769 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:49 smithi203 ceph-mon[117428]: pgmap v19246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:49 smithi137 ceph-mon[117020]: pgmap v19246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:49 smithi066 ceph-mon[112137]: pgmap v19246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:49.495 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:49.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:49.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:49.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:49.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:50.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:50 smithi203 ceph-mon[117428]: from='client.521166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:50.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:50 smithi137 ceph-mon[117020]: from='client.521166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:50 smithi066 ceph-mon[112137]: from='client.521166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:51 smithi203 ceph-mon[117428]: pgmap v19247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:51 smithi137 ceph-mon[117020]: pgmap v19247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:51 smithi066 ceph-mon[112137]: pgmap v19247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:53 smithi203 ceph-mon[117428]: pgmap v19248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:53 smithi137 ceph-mon[117020]: pgmap v19248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:53 smithi066 ceph-mon[112137]: pgmap v19248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:54.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:54:54.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:54.497 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:54 smithi137 ceph-mon[117020]: pgmap v19249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:54 smithi066 ceph-mon[112137]: pgmap v19249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:55.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:54 smithi203 ceph-mon[117428]: pgmap v19249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:55.240 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:54:55.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:55.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:55.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:55.241 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:54:55.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:55 smithi137 ceph-mon[117020]: from='client.521238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:55.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:55 smithi066 ceph-mon[112137]: from='client.521238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:56.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:55 smithi203 ceph-mon[117428]: from='client.521238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:56.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:56 smithi137 ceph-mon[117020]: pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:56.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:56 smithi066 ceph-mon[112137]: pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:56 smithi203 ceph-mon[117428]: pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:54:59 smithi203 ceph-mon[117428]: pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:54:59 smithi137 ceph-mon[117020]: pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:54:59 smithi066 ceph-mon[112137]: pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:00.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:00.242 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:00.242 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:00.962 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:00.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:00.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:00.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:00.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:01 smithi203 ceph-mon[117428]: pgmap v19252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:01 smithi137 ceph-mon[117020]: pgmap v19252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:01 smithi066 ceph-mon[112137]: pgmap v19252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:02 smithi203 ceph-mon[117428]: from='client.521313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:02 smithi137 ceph-mon[117020]: from='client.521313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:02 smithi066 ceph-mon[112137]: from='client.521313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:03 smithi203 ceph-mon[117428]: pgmap v19253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:03 smithi137 ceph-mon[117020]: pgmap v19253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:03 smithi066 ceph-mon[112137]: pgmap v19253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:04 smithi137 ceph-mon[117020]: pgmap v19254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:04 smithi066 ceph-mon[112137]: pgmap v19254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:04 smithi203 ceph-mon[117428]: pgmap v19254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:05.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:05.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:05.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:06.686 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:06.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:06.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:06.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:06.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:07 smithi203 ceph-mon[117428]: pgmap v19255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:07 smithi203 ceph-mon[117428]: from='client.521388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:07 smithi137 ceph-mon[117020]: pgmap v19255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:07 smithi137 ceph-mon[117020]: from='client.521388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:07 smithi066 ceph-mon[112137]: pgmap v19255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:07 smithi066 ceph-mon[112137]: from='client.521388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:09 smithi203 ceph-mon[117428]: pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:09 smithi137 ceph-mon[117020]: pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:09 smithi066 ceph-mon[112137]: pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:11 smithi203 ceph-mon[117428]: pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:11 smithi137 ceph-mon[117020]: pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:11 smithi066 ceph-mon[112137]: pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:11.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:11.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:11.688 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:12.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:12 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:55:12.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:12 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:55:12.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:12.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:12.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:12.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:12.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:12 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:55:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:13 smithi203 ceph-mon[117428]: pgmap v19258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:13 smithi203 ceph-mon[117428]: from='client.521463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:55:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:55:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:55:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:13 smithi137 ceph-mon[117020]: pgmap v19258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:13 smithi137 ceph-mon[117020]: from='client.521463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:55:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:55:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:55:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:13 smithi066 ceph-mon[112137]: pgmap v19258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:13 smithi066 ceph-mon[112137]: from='client.521463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:55:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:55:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:55:14.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:14 smithi137 ceph-mon[117020]: pgmap v19259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:14 smithi066 ceph-mon[112137]: pgmap v19259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:15.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:14 smithi203 ceph-mon[117428]: pgmap v19259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:17 smithi203 ceph-mon[117428]: pgmap v19260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:17.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:17 smithi137 ceph-mon[117020]: pgmap v19260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:17.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:17.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:17.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:17 smithi066 ceph-mon[112137]: pgmap v19260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:18.163 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:18.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:18.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:18.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:18.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:19 smithi203 ceph-mon[117428]: from='client.521538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:19 smithi203 ceph-mon[117428]: pgmap v19261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:19 smithi137 ceph-mon[117020]: from='client.521538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:19 smithi137 ceph-mon[117020]: pgmap v19261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:19 smithi066 ceph-mon[112137]: from='client.521538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:19 smithi066 ceph-mon[112137]: pgmap v19261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:21 smithi203 ceph-mon[117428]: pgmap v19262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:21 smithi137 ceph-mon[117020]: pgmap v19262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:21 smithi066 ceph-mon[112137]: pgmap v19262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:23.165 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:23.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:23.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:23 smithi203 ceph-mon[117428]: pgmap v19263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:23 smithi137 ceph-mon[117020]: pgmap v19263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:23 smithi066 ceph-mon[112137]: pgmap v19263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:23.886 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:23.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:23.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:23.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:23.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:24.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:24 smithi203 ceph-mon[117428]: from='client.521616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:24.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:24 smithi137 ceph-mon[117020]: from='client.521616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:24 smithi066 ceph-mon[112137]: from='client.521616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:25.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:25 smithi203 ceph-mon[117428]: pgmap v19264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:25.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:25 smithi137 ceph-mon[117020]: pgmap v19264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:25 smithi066 ceph-mon[112137]: pgmap v19264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:27 smithi203 ceph-mon[117428]: pgmap v19265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:27 smithi137 ceph-mon[117020]: pgmap v19265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:27 smithi066 ceph-mon[112137]: pgmap v19265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:28.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:28.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:28.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:29 smithi203 ceph-mon[117428]: pgmap v19266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:29.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:29 smithi137 ceph-mon[117020]: pgmap v19266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:29 smithi066 ceph-mon[112137]: pgmap v19266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:29.619 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:29.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:29.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:29.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:29.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:30.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:30 smithi203 ceph-mon[117428]: from='client.521694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:30.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:30 smithi137 ceph-mon[117020]: from='client.521694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:30.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:30 smithi066 ceph-mon[112137]: from='client.521694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:31 smithi203 ceph-mon[117428]: pgmap v19267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:31 smithi137 ceph-mon[117020]: pgmap v19267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:31 smithi066 ceph-mon[112137]: pgmap v19267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:33 smithi203 ceph-mon[117428]: pgmap v19268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:33.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:33 smithi137 ceph-mon[117020]: pgmap v19268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:33 smithi066 ceph-mon[112137]: pgmap v19268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:34.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:34.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:34.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:34 smithi137 ceph-mon[117020]: pgmap v19269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:34 smithi066 ceph-mon[112137]: pgmap v19269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:35.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:34 smithi203 ceph-mon[117428]: pgmap v19269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:35.360 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:35.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:35.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:35.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:35.361 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:35.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:35 smithi137 ceph-mon[117020]: from='client.521766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:35.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:35 smithi066 ceph-mon[112137]: from='client.521766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:36.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:35 smithi203 ceph-mon[117428]: from='client.521766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:36.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:36 smithi137 ceph-mon[117020]: pgmap v19270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:36 smithi066 ceph-mon[112137]: pgmap v19270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:36 smithi203 ceph-mon[117428]: pgmap v19270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:39 smithi203 ceph-mon[117428]: pgmap v19271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:39.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:39 smithi137 ceph-mon[117020]: pgmap v19271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:39 smithi066 ceph-mon[112137]: pgmap v19271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:40.362 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:40.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:40.363 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:41.099 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:41.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:41.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:41.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:41.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:41 smithi203 ceph-mon[117428]: pgmap v19272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:41 smithi137 ceph-mon[117020]: pgmap v19272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:41 smithi066 ceph-mon[112137]: pgmap v19272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:42 smithi203 ceph-mon[117428]: from='client.521841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:42.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:42 smithi137 ceph-mon[117020]: from='client.521841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:42 smithi066 ceph-mon[112137]: from='client.521841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:43 smithi203 ceph-mon[117428]: pgmap v19273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:43 smithi137 ceph-mon[117020]: pgmap v19273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:43 smithi066 ceph-mon[112137]: pgmap v19273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:44.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:44 smithi137 ceph-mon[117020]: pgmap v19274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:44 smithi066 ceph-mon[112137]: pgmap v19274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:44 smithi203 ceph-mon[117428]: pgmap v19274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:46.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:46.101 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:46.101 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:46.825 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:46.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:46.825 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:46.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:46.826 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:47 smithi203 ceph-mon[117428]: pgmap v19275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:47 smithi203 ceph-mon[117428]: from='client.521916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:47 smithi137 ceph-mon[117020]: pgmap v19275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:47 smithi137 ceph-mon[117020]: from='client.521916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:47 smithi066 ceph-mon[112137]: pgmap v19275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:47 smithi066 ceph-mon[112137]: from='client.521916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:49 smithi203 ceph-mon[117428]: pgmap v19276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:49 smithi137 ceph-mon[117020]: pgmap v19276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:49 smithi066 ceph-mon[112137]: pgmap v19276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:51 smithi203 ceph-mon[117428]: pgmap v19277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:51 smithi137 ceph-mon[117020]: pgmap v19277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:51 smithi066 ceph-mon[112137]: pgmap v19277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:51.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:51.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:51.827 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:52.560 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:52.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:52.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:52.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:52.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:53 smithi203 ceph-mon[117428]: pgmap v19278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:53 smithi203 ceph-mon[117428]: from='client.521991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:53 smithi137 ceph-mon[117020]: pgmap v19278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:53 smithi137 ceph-mon[117020]: from='client.521991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:53 smithi066 ceph-mon[112137]: pgmap v19278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:53 smithi066 ceph-mon[112137]: from='client.521991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:54.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:54 smithi137 ceph-mon[117020]: pgmap v19279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:54 smithi066 ceph-mon[112137]: pgmap v19279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:55.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:54 smithi203 ceph-mon[117428]: pgmap v19279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:57 smithi203 ceph-mon[117428]: pgmap v19280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:57 smithi137 ceph-mon[117020]: pgmap v19280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:57 smithi066 ceph-mon[112137]: pgmap v19280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:57.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:55:57.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:57.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:58.294 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:55:58.294 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:58.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:58.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:58.295 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:55:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:59 smithi203 ceph-mon[117428]: from='client.522066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:55:59 smithi203 ceph-mon[117428]: pgmap v19281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:59 smithi137 ceph-mon[117020]: from='client.522066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:55:59 smithi137 ceph-mon[117020]: pgmap v19281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:59 smithi066 ceph-mon[112137]: from='client.522066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:55:59 smithi066 ceph-mon[112137]: pgmap v19281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:01 smithi203 ceph-mon[117428]: pgmap v19282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:01 smithi137 ceph-mon[117020]: pgmap v19282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:01 smithi066 ceph-mon[112137]: pgmap v19282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:03.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:03.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:03.296 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:03 smithi203 ceph-mon[117428]: pgmap v19283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:03 smithi137 ceph-mon[117020]: pgmap v19283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:03 smithi066 ceph-mon[112137]: pgmap v19283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:04.022 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:04.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:04.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:04.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:04.022 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:04.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:04 smithi137 ceph-mon[117020]: from='client.522144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:04.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:04 smithi137 ceph-mon[117020]: pgmap v19284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:04 smithi066 ceph-mon[112137]: from='client.522144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:04 smithi066 ceph-mon[112137]: pgmap v19284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:04 smithi203 ceph-mon[117428]: from='client.522144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:04 smithi203 ceph-mon[117428]: pgmap v19284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:07 smithi203 ceph-mon[117428]: pgmap v19285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:07 smithi137 ceph-mon[117020]: pgmap v19285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:07 smithi066 ceph-mon[112137]: pgmap v19285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:09.023 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:09.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:09.024 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:09 smithi203 ceph-mon[117428]: pgmap v19286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:09 smithi137 ceph-mon[117020]: pgmap v19286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:09 smithi066 ceph-mon[112137]: pgmap v19286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:09.754 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:09.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:09.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:09.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:09.754 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:10.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:10 smithi203 ceph-mon[117428]: from='client.522216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:10.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:10 smithi137 ceph-mon[117020]: from='client.522216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:10 smithi066 ceph-mon[112137]: from='client.522216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:11 smithi203 ceph-mon[117428]: pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:56:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:11 smithi137 ceph-mon[117020]: pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:56:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:11 smithi066 ceph-mon[112137]: pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:56:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:13 smithi203 ceph-mon[117428]: pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:56:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:56:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:56:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:13 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:56:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:13 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:56:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:13 smithi137 ceph-mon[117020]: pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:56:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:56:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:56:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:13 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:56:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:13 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:56:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:13 smithi066 ceph-mon[112137]: pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:56:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:56:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:56:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:13 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:56:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:13 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:56:14.755 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:14.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:14.756 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:14 smithi137 ceph-mon[117020]: pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:56:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:14 smithi066 ceph-mon[112137]: pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:56:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:14 smithi203 ceph-mon[117428]: pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:56:15.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:15.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:15.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:15.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:15.475 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:15.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:15 smithi137 ceph-mon[117020]: from='client.522291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:15.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:15 smithi066 ceph-mon[112137]: from='client.522291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:16.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:15 smithi203 ceph-mon[117428]: from='client.522291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:16 smithi066 ceph-mon[112137]: pgmap v19290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:16 smithi203 ceph-mon[117428]: pgmap v19290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:17.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:16 smithi137 ceph-mon[117020]: pgmap v19290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:19 smithi203 ceph-mon[117428]: pgmap v19291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:19.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:19 smithi137 ceph-mon[117020]: pgmap v19291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:19 smithi066 ceph-mon[112137]: pgmap v19291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:20.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:20.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:20.476 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:21.204 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:21.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:21.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:21.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:21.204 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:21 smithi203 ceph-mon[117428]: pgmap v19292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:21 smithi137 ceph-mon[117020]: pgmap v19292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:21 smithi066 ceph-mon[112137]: pgmap v19292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:22 smithi203 ceph-mon[117428]: from='client.522366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:22.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:22 smithi137 ceph-mon[117020]: from='client.522366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:22 smithi066 ceph-mon[112137]: from='client.522366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:23 smithi203 ceph-mon[117428]: pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:56:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:23 smithi137 ceph-mon[117020]: pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:56:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:23 smithi066 ceph-mon[112137]: pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:56:24.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:24 smithi137 ceph-mon[117020]: pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:56:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:24 smithi066 ceph-mon[112137]: pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:56:25.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:24 smithi203 ceph-mon[117428]: pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:56:26.205 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:26.206 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:26.206 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:26.946 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:26.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:26.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:26.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:26.947 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:27 smithi203 ceph-mon[117428]: pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:56:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:27 smithi137 ceph-mon[117020]: pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:56:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:27 smithi066 ceph-mon[112137]: pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:56:28.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:28 smithi203 ceph-mon[117428]: from='client.522441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:28.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:28 smithi137 ceph-mon[117020]: from='client.522441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:28 smithi066 ceph-mon[112137]: from='client.522441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:29 smithi203 ceph-mon[117428]: pgmap v19296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:29 smithi137 ceph-mon[117020]: pgmap v19296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:29 smithi066 ceph-mon[112137]: pgmap v19296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:31 smithi203 ceph-mon[117428]: pgmap v19297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:31.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:31 smithi137 ceph-mon[117020]: pgmap v19297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:31 smithi066 ceph-mon[112137]: pgmap v19297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:31.948 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:31.948 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:31.948 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:32.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:32.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:32.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:32.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:32.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:33 smithi203 ceph-mon[117428]: pgmap v19298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:33 smithi203 ceph-mon[117428]: from='client.522516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:33.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:33 smithi137 ceph-mon[117020]: pgmap v19298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:33.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:33 smithi137 ceph-mon[117020]: from='client.522516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:33 smithi066 ceph-mon[112137]: pgmap v19298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:33 smithi066 ceph-mon[112137]: from='client.522516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:34.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:34 smithi137 ceph-mon[117020]: pgmap v19299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:34 smithi066 ceph-mon[112137]: pgmap v19299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:35.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:34 smithi203 ceph-mon[117428]: pgmap v19299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:37 smithi203 ceph-mon[117428]: pgmap v19300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:37.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:37 smithi137 ceph-mon[117020]: pgmap v19300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:37 smithi066 ceph-mon[112137]: pgmap v19300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:37.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:37.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:37.681 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:38.411 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:38.411 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:39 smithi203 ceph-mon[117428]: pgmap v19301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:39 smithi203 ceph-mon[117428]: from='client.522594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:39 smithi137 ceph-mon[117020]: pgmap v19301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:39 smithi137 ceph-mon[117020]: from='client.522594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:39 smithi066 ceph-mon[112137]: pgmap v19301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:39 smithi066 ceph-mon[112137]: from='client.522594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:41.325 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:41 smithi203 ceph-mon[117428]: pgmap v19302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:41.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:41 smithi137 ceph-mon[117020]: pgmap v19302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:41 smithi066 ceph-mon[112137]: pgmap v19302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:43.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:43 smithi203 ceph-mon[117428]: pgmap v19303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:43 smithi137 ceph-mon[117020]: pgmap v19303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:43.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:43.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:43.413 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:43 smithi066 ceph-mon[112137]: pgmap v19303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:44.150 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:44.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:44.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:44.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:44.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:44 smithi066 ceph-mon[112137]: from='client.522672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:44 smithi066 ceph-mon[112137]: pgmap v19304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:44 smithi203 ceph-mon[117428]: from='client.522672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:44 smithi203 ceph-mon[117428]: pgmap v19304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:44 smithi137 ceph-mon[117020]: from='client.522672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:44 smithi137 ceph-mon[117020]: pgmap v19304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:47 smithi203 ceph-mon[117428]: pgmap v19305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:47.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:47 smithi137 ceph-mon[117020]: pgmap v19305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:47 smithi066 ceph-mon[112137]: pgmap v19305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:49.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:49.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:49.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:49 smithi203 ceph-mon[117428]: pgmap v19306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:49.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:49 smithi137 ceph-mon[117020]: pgmap v19306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:49 smithi066 ceph-mon[112137]: pgmap v19306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:49.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:49.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:49.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:49.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:49.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:50.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:50 smithi203 ceph-mon[117428]: from='client.522747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:50.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:50 smithi137 ceph-mon[117020]: from='client.522747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:50 smithi066 ceph-mon[112137]: from='client.522747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:51 smithi203 ceph-mon[117428]: pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:56:51.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:51 smithi137 ceph-mon[117020]: pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:56:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:51 smithi066 ceph-mon[112137]: pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:56:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:53 smithi203 ceph-mon[117428]: pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:56:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:53 smithi137 ceph-mon[117020]: pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:56:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:53 smithi066 ceph-mon[112137]: pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:56:54.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:56:54.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:54.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:54 smithi066 ceph-mon[112137]: pgmap v19309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:56:55.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:54 smithi203 ceph-mon[117428]: pgmap v19309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:56:55.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:54 smithi137 ceph-mon[117020]: pgmap v19309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:56:55.608 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:56:55.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:55.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:55.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:55.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:56:55.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:55 smithi066 ceph-mon[112137]: from='client.522825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:56.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:55 smithi203 ceph-mon[117428]: from='client.522825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:55 smithi137 ceph-mon[117020]: from='client.522825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:56.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:56 smithi066 ceph-mon[112137]: pgmap v19310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:56 smithi203 ceph-mon[117428]: pgmap v19310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:57.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:56 smithi137 ceph-mon[117020]: pgmap v19310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:56:59 smithi203 ceph-mon[117428]: pgmap v19311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:56:59 smithi137 ceph-mon[117020]: pgmap v19311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:56:59 smithi066 ceph-mon[112137]: pgmap v19311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:00.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:00.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:00.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:01 smithi203 ceph-mon[117428]: pgmap v19312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:01.341 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:01.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:01.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:01.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:01.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:01.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:01 smithi137 ceph-mon[117020]: pgmap v19312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:01 smithi066 ceph-mon[112137]: pgmap v19312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:02 smithi203 ceph-mon[117428]: from='client.522903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:02.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:02 smithi137 ceph-mon[117020]: from='client.522903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:02 smithi066 ceph-mon[112137]: from='client.522903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:03 smithi203 ceph-mon[117428]: pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:57:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:03 smithi137 ceph-mon[117020]: pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:57:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:03 smithi066 ceph-mon[112137]: pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:57:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:04 smithi066 ceph-mon[112137]: pgmap v19314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:57:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:04 smithi203 ceph-mon[117428]: pgmap v19314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:57:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:04 smithi137 ceph-mon[117020]: pgmap v19314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:57:06.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:06.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:06.343 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:07.064 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:07.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:07.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:07.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:07.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:07 smithi203 ceph-mon[117428]: pgmap v19315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:57:07.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:07 smithi137 ceph-mon[117020]: pgmap v19315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:57:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:07 smithi066 ceph-mon[112137]: pgmap v19315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:57:08.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:08 smithi203 ceph-mon[117428]: from='client.522978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:08.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:08 smithi137 ceph-mon[117020]: from='client.522978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:08 smithi066 ceph-mon[112137]: from='client.522978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:09 smithi203 ceph-mon[117428]: pgmap v19316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:09.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:09 smithi137 ceph-mon[117020]: pgmap v19316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:09 smithi066 ceph-mon[112137]: pgmap v19316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:11 smithi203 ceph-mon[117428]: pgmap v19317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:11.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:11 smithi137 ceph-mon[117020]: pgmap v19317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:11 smithi066 ceph-mon[112137]: pgmap v19317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:12.065 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:12.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:12.066 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:12.790 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:12.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:12.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:12.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:12.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:13 smithi203 ceph-mon[117428]: pgmap v19318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:13.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:13 smithi203 ceph-mon[117428]: from='client.523053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:13 smithi137 ceph-mon[117020]: pgmap v19318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:13 smithi137 ceph-mon[117020]: from='client.523053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:13 smithi066 ceph-mon[112137]: pgmap v19318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:13 smithi066 ceph-mon[112137]: from='client.523053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:14.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:57:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:57:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:57:14.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:57:14.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:57:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:57:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:57:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:57:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:57:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:57:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:57:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:57:15.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:15 smithi203 ceph-mon[117428]: pgmap v19319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:15 smithi137 ceph-mon[117020]: pgmap v19319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:15 smithi066 ceph-mon[112137]: pgmap v19319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:17.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:17 smithi203 ceph-mon[117428]: pgmap v19320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:17 smithi137 ceph-mon[117020]: pgmap v19320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:17 smithi066 ceph-mon[112137]: pgmap v19320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:17.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:17.793 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:18.522 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:18.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:18.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:18.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:18.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:19 smithi203 ceph-mon[117428]: pgmap v19321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:19.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:19 smithi203 ceph-mon[117428]: from='client.523131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:19 smithi137 ceph-mon[117020]: pgmap v19321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:19 smithi137 ceph-mon[117020]: from='client.523131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:19 smithi066 ceph-mon[112137]: pgmap v19321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:19 smithi066 ceph-mon[112137]: from='client.523131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:21 smithi203 ceph-mon[117428]: pgmap v19322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:21.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:21 smithi137 ceph-mon[117020]: pgmap v19322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:21 smithi066 ceph-mon[112137]: pgmap v19322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:23 smithi203 ceph-mon[117428]: pgmap v19323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:23 smithi137 ceph-mon[117020]: pgmap v19323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:23 smithi066 ceph-mon[112137]: pgmap v19323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:23.523 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:23.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:23.524 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:24.246 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:24.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:24.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:24.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:24.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:24 smithi066 ceph-mon[112137]: from='client.523203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:24 smithi066 ceph-mon[112137]: pgmap v19324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:25.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:24 smithi203 ceph-mon[117428]: from='client.523203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:24 smithi203 ceph-mon[117428]: pgmap v19324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:24 smithi137 ceph-mon[117020]: from='client.523203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:24 smithi137 ceph-mon[117020]: pgmap v19324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:27 smithi203 ceph-mon[117428]: pgmap v19325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:27 smithi137 ceph-mon[117020]: pgmap v19325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:27 smithi066 ceph-mon[112137]: pgmap v19325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:29.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:29.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:29.248 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:29.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:29 smithi203 ceph-mon[117428]: pgmap v19326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:29 smithi137 ceph-mon[117020]: pgmap v19326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:29 smithi066 ceph-mon[112137]: pgmap v19326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:29.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:29.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:29.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:29.978 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:29.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:31.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:31 smithi203 ceph-mon[117428]: from='client.523281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:31 smithi203 ceph-mon[117428]: pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:57:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:31 smithi137 ceph-mon[117020]: from='client.523281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:31 smithi137 ceph-mon[117020]: pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:57:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:31 smithi066 ceph-mon[112137]: from='client.523281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:31 smithi066 ceph-mon[112137]: pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:57:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:33 smithi203 ceph-mon[117428]: pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:57:33.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:33 smithi137 ceph-mon[117020]: pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:57:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:33 smithi066 ceph-mon[112137]: pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:57:34.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:34.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:34.980 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:34 smithi066 ceph-mon[112137]: pgmap v19329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:57:35.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:34 smithi203 ceph-mon[117428]: pgmap v19329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:57:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:34 smithi137 ceph-mon[117020]: pgmap v19329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:57:35.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:35.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:35.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:35.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:35.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:35.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:35 smithi066 ceph-mon[112137]: from='client.523353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:36.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:35 smithi203 ceph-mon[117428]: from='client.523353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:36.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:35 smithi137 ceph-mon[117020]: from='client.523353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:36.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:36 smithi066 ceph-mon[112137]: pgmap v19330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:37.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:36 smithi203 ceph-mon[117428]: pgmap v19330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:36 smithi137 ceph-mon[117020]: pgmap v19330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:39 smithi203 ceph-mon[117428]: pgmap v19331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:39 smithi137 ceph-mon[117020]: pgmap v19331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:39 smithi066 ceph-mon[112137]: pgmap v19331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:40.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:40.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:40.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:41.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:41 smithi203 ceph-mon[117428]: pgmap v19332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:41 smithi137 ceph-mon[117020]: pgmap v19332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:41.440 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:41.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:41.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:41.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:41.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:41 smithi066 ceph-mon[112137]: pgmap v19332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:42.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:42 smithi203 ceph-mon[117428]: from='client.523428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:42 smithi137 ceph-mon[117020]: from='client.523428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:42 smithi066 ceph-mon[112137]: from='client.523428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:43.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:43 smithi203 ceph-mon[117428]: pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:57:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:43 smithi137 ceph-mon[117020]: pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:57:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:43 smithi066 ceph-mon[112137]: pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:57:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:44 smithi066 ceph-mon[112137]: pgmap v19334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:57:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:44 smithi203 ceph-mon[117428]: pgmap v19334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:57:45.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:44 smithi137 ceph-mon[117020]: pgmap v19334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:57:46.442 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:46.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:46.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:47.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:47.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:47.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:47.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:47.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:47 smithi203 ceph-mon[117428]: pgmap v19335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:57:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:47 smithi137 ceph-mon[117020]: pgmap v19335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:57:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:47 smithi066 ceph-mon[112137]: pgmap v19335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:57:48.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:48 smithi203 ceph-mon[117428]: from='client.523500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:48 smithi137 ceph-mon[117020]: from='client.523500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:48 smithi066 ceph-mon[112137]: from='client.523500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:49 smithi203 ceph-mon[117428]: pgmap v19336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:49 smithi137 ceph-mon[117020]: pgmap v19336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:49 smithi066 ceph-mon[112137]: pgmap v19336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:51 smithi203 ceph-mon[117428]: pgmap v19337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:51 smithi137 ceph-mon[117020]: pgmap v19337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:51 smithi066 ceph-mon[112137]: pgmap v19337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:52.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:52.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:52.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:52.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:52.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:52.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:52.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:52.925 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:53 smithi203 ceph-mon[117428]: pgmap v19338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:53.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:53 smithi203 ceph-mon[117428]: from='client.523566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:53 smithi137 ceph-mon[117020]: pgmap v19338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:53.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:53 smithi137 ceph-mon[117020]: from='client.523566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:53 smithi066 ceph-mon[112137]: pgmap v19338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:53 smithi066 ceph-mon[112137]: from='client.523566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:54 smithi066 ceph-mon[112137]: pgmap v19339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:55.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:54 smithi203 ceph-mon[117428]: pgmap v19339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:54 smithi137 ceph-mon[117020]: pgmap v19339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:57.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:57 smithi203 ceph-mon[117428]: pgmap v19340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:57.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:57 smithi137 ceph-mon[117020]: pgmap v19340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:57 smithi066 ceph-mon[112137]: pgmap v19340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:57.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:57:57.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:57.927 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:58.654 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:57:58.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:58.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:58.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:58.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:57:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:59 smithi203 ceph-mon[117428]: pgmap v19341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:59.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:57:59 smithi203 ceph-mon[117428]: from='client.523641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:59 smithi137 ceph-mon[117020]: pgmap v19341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:57:59 smithi137 ceph-mon[117020]: from='client.523641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:59 smithi066 ceph-mon[112137]: pgmap v19341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:57:59 smithi066 ceph-mon[112137]: from='client.523641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:01 smithi203 ceph-mon[117428]: pgmap v19342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:01 smithi137 ceph-mon[117020]: pgmap v19342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:01 smithi066 ceph-mon[112137]: pgmap v19342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:03 smithi203 ceph-mon[117428]: pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:03 smithi137 ceph-mon[117020]: pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:03 smithi066 ceph-mon[112137]: pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:03.655 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:03.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:03.656 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:04.376 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:04.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:04.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:04.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:04.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:04 smithi066 ceph-mon[112137]: pgmap v19344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:04 smithi066 ceph-mon[112137]: from='client.523713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:04 smithi203 ceph-mon[117428]: pgmap v19344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:04 smithi203 ceph-mon[117428]: from='client.523713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:04 smithi137 ceph-mon[117020]: pgmap v19344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:04 smithi137 ceph-mon[117020]: from='client.523713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:07 smithi203 ceph-mon[117428]: pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:07 smithi137 ceph-mon[117020]: pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:07 smithi066 ceph-mon[112137]: pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:09.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:09 smithi203 ceph-mon[117428]: pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:09 smithi137 ceph-mon[117020]: pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:09.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:09.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:09.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:09 smithi066 ceph-mon[112137]: pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:10.109 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:10.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:10.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:10.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:10.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:11 smithi203 ceph-mon[117428]: from='client.523788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:11.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:11 smithi203 ceph-mon[117428]: pgmap v19347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:11 smithi137 ceph-mon[117020]: from='client.523788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:11 smithi137 ceph-mon[117020]: pgmap v19347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:11 smithi066 ceph-mon[112137]: from='client.523788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:11 smithi066 ceph-mon[112137]: pgmap v19347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:13.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:13 smithi203 ceph-mon[117428]: pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:13.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:13 smithi137 ceph-mon[117020]: pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:13 smithi066 ceph-mon[112137]: pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:58:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:14 smithi066 ceph-mon[112137]: pgmap v19349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:58:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:14 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:58:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:14 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:58:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:58:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:14 smithi203 ceph-mon[117428]: pgmap v19349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:58:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:14 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:58:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:14 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:58:15.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:15.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:15.111 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:15.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:58:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:14 smithi137 ceph-mon[117020]: pgmap v19349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:58:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:14 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:58:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:14 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:58:15.831 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:15.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:15.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:15.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:15.832 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:15.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:15 smithi066 ceph-mon[112137]: from='client.523863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:16.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:15 smithi203 ceph-mon[117428]: from='client.523863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:16.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:15 smithi137 ceph-mon[117020]: from='client.523863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:16 smithi066 ceph-mon[112137]: pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:17.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:16 smithi203 ceph-mon[117428]: pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:16 smithi137 ceph-mon[117020]: pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:19.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:19 smithi203 ceph-mon[117428]: pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:19 smithi137 ceph-mon[117020]: pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:19 smithi066 ceph-mon[112137]: pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:20.833 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:20.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:20.834 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:21.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:21 smithi203 ceph-mon[117428]: pgmap v19352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:21 smithi137 ceph-mon[117020]: pgmap v19352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:21 smithi066 ceph-mon[112137]: pgmap v19352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:21.584 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:21.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:21.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:21.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:21.584 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:22.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:22 smithi203 ceph-mon[117428]: from='client.523941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:22 smithi137 ceph-mon[117020]: from='client.523941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:22 smithi066 ceph-mon[112137]: from='client.523941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:23.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:23 smithi203 ceph-mon[117428]: pgmap v19353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:23.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:23 smithi137 ceph-mon[117020]: pgmap v19353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:23 smithi066 ceph-mon[112137]: pgmap v19353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:24 smithi066 ceph-mon[112137]: pgmap v19354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:25.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:24 smithi203 ceph-mon[117428]: pgmap v19354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:24 smithi137 ceph-mon[117020]: pgmap v19354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:26.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:26.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:26.586 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:27.306 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:27.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:27.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:27.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:27.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:27 smithi203 ceph-mon[117428]: pgmap v19355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:27 smithi137 ceph-mon[117020]: pgmap v19355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:27 smithi066 ceph-mon[112137]: pgmap v19355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:28.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:28 smithi203 ceph-mon[117428]: from='client.524016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:28 smithi137 ceph-mon[117020]: from='client.524016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:28 smithi066 ceph-mon[112137]: from='client.524016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:29 smithi203 ceph-mon[117428]: pgmap v19356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:29 smithi137 ceph-mon[117020]: pgmap v19356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:29 smithi066 ceph-mon[112137]: pgmap v19356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:31.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:31 smithi203 ceph-mon[117428]: pgmap v19357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:31 smithi137 ceph-mon[117020]: pgmap v19357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:31 smithi066 ceph-mon[112137]: pgmap v19357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:32.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:32.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:32.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:33.028 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:33.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:33.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:33.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:33.029 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:33.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:33 smithi203 ceph-mon[117428]: pgmap v19358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:33.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:33 smithi137 ceph-mon[117020]: pgmap v19358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:33 smithi066 ceph-mon[112137]: pgmap v19358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:34.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:34 smithi203 ceph-mon[117428]: from='client.524094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:34 smithi137 ceph-mon[117020]: from='client.524094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:34 smithi066 ceph-mon[112137]: from='client.524094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:35.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:35 smithi203 ceph-mon[117428]: pgmap v19359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:35 smithi137 ceph-mon[117020]: pgmap v19359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:35 smithi066 ceph-mon[112137]: pgmap v19359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:37.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:37 smithi203 ceph-mon[117428]: pgmap v19360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:37 smithi137 ceph-mon[117020]: pgmap v19360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:37 smithi066 ceph-mon[112137]: pgmap v19360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:38.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:38.030 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:38.031 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:38.757 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:38.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:38.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:38.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:38.758 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:39.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:39 smithi203 ceph-mon[117428]: pgmap v19361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:39.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:39 smithi203 ceph-mon[117428]: from='client.524172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:39 smithi137 ceph-mon[117020]: pgmap v19361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:39 smithi137 ceph-mon[117020]: from='client.524172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:39 smithi066 ceph-mon[112137]: pgmap v19361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:39 smithi066 ceph-mon[112137]: from='client.524172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:41 smithi137 ceph-mon[117020]: pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:41 smithi066 ceph-mon[112137]: pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:41.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:41 smithi203 ceph-mon[117428]: pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:43 smithi137 ceph-mon[117020]: pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:43 smithi066 ceph-mon[112137]: pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:43.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:43 smithi203 ceph-mon[117428]: pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:43.759 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:43.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:43.760 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:44.484 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:44.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:44.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:44.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:44.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:44 smithi066 ceph-mon[112137]: pgmap v19364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:44 smithi066 ceph-mon[112137]: from='client.524244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:44 smithi203 ceph-mon[117428]: pgmap v19364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:44 smithi203 ceph-mon[117428]: from='client.524244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:44 smithi137 ceph-mon[117020]: pgmap v19364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:44 smithi137 ceph-mon[117020]: from='client.524244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:47.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:47 smithi203 ceph-mon[117428]: pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:47 smithi137 ceph-mon[117020]: pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:47 smithi066 ceph-mon[112137]: pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:49.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:49 smithi203 ceph-mon[117428]: pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:49 smithi137 ceph-mon[117020]: pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:49.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:49.486 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:49.486 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:49 smithi066 ceph-mon[112137]: pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:50.206 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:50.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:50.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:50.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:50.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:51.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:51 smithi203 ceph-mon[117428]: from='client.524319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:51.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:51 smithi203 ceph-mon[117428]: pgmap v19367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:51 smithi137 ceph-mon[117020]: from='client.524319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:51 smithi137 ceph-mon[117020]: pgmap v19367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:51 smithi066 ceph-mon[112137]: from='client.524319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:51 smithi066 ceph-mon[112137]: pgmap v19367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:53.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:53 smithi203 ceph-mon[117428]: pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:53 smithi137 ceph-mon[117020]: pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:53 smithi066 ceph-mon[112137]: pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:54 smithi066 ceph-mon[112137]: pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:54 smithi203 ceph-mon[117428]: pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:54 smithi137 ceph-mon[117020]: pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:55.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:58:55.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:55.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:55.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:55.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:55.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:55.953 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:58:55.953 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:58:55.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:55 smithi066 ceph-mon[112137]: from='client.524394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:56.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:55 smithi203 ceph-mon[117428]: from='client.524394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:56.122 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:55 smithi137 ceph-mon[117020]: from='client.524394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:56.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:56 smithi066 ceph-mon[112137]: pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:57.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:56 smithi203 ceph-mon[117428]: pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:56 smithi137 ceph-mon[117020]: pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:59.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:58:59 smithi203 ceph-mon[117428]: pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:59.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:58:59 smithi137 ceph-mon[117020]: pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:58:59 smithi066 ceph-mon[112137]: pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:00.954 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:00.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:00.954 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:01.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:01 smithi203 ceph-mon[117428]: pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:01 smithi137 ceph-mon[117020]: pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:01 smithi066 ceph-mon[112137]: pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:01.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:01.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:01.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:01.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:01.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:02.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:02 smithi203 ceph-mon[117428]: from='client.524466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:02.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:02 smithi137 ceph-mon[117020]: from='client.524466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:02.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:02 smithi066 ceph-mon[112137]: from='client.524466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:03.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:03 smithi203 ceph-mon[117428]: pgmap v19373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:03.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:03 smithi137 ceph-mon[117020]: pgmap v19373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:03 smithi066 ceph-mon[112137]: pgmap v19373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:04 smithi066 ceph-mon[112137]: pgmap v19374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:05.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:04 smithi203 ceph-mon[117428]: pgmap v19374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:04 smithi137 ceph-mon[117020]: pgmap v19374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:06.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:06.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:06.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:07.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:07 smithi203 ceph-mon[117428]: pgmap v19375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:07 smithi137 ceph-mon[117020]: pgmap v19375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:07.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:07.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:07.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:07.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:07.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:07 smithi066 ceph-mon[112137]: pgmap v19375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:08.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:08 smithi203 ceph-mon[117428]: from='client.524538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:08 smithi137 ceph-mon[117020]: from='client.524538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:08 smithi066 ceph-mon[112137]: from='client.524538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:09.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:09 smithi203 ceph-mon[117428]: pgmap v19376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:09 smithi137 ceph-mon[117020]: pgmap v19376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:09 smithi066 ceph-mon[112137]: pgmap v19376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:11.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:11 smithi203 ceph-mon[117428]: pgmap v19377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:11 smithi137 ceph-mon[117020]: pgmap v19377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:11 smithi066 ceph-mon[112137]: pgmap v19377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:12.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:12.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:12.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:13.137 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:13.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:13.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:13.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:13.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:13 smithi137 ceph-mon[117020]: pgmap v19378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:13 smithi066 ceph-mon[112137]: pgmap v19378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:13 smithi203 ceph-mon[117428]: pgmap v19378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:14 smithi137 ceph-mon[117020]: from='client.524613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:14 smithi066 ceph-mon[112137]: from='client.524613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:14.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:14 smithi203 ceph-mon[117428]: from='client.524613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:15 smithi137 ceph-mon[117020]: pgmap v19379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:59:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:59:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:59:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:15 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:59:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:15 smithi066 ceph-mon[112137]: pgmap v19379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:59:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:59:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:59:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:15 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:59:15.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:15 smithi203 ceph-mon[117428]: pgmap v19379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:59:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:59:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:59:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:15 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T03:59:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:17 smithi137 ceph-mon[117020]: pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:17 smithi066 ceph-mon[112137]: pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:17.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:17 smithi203 ceph-mon[117428]: pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:18.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:18.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:18.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:18.870 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:18.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:18.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:18.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:18.870 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:19 smithi137 ceph-mon[117020]: pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:19 smithi137 ceph-mon[117020]: from='client.524688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:19 smithi066 ceph-mon[112137]: pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:19 smithi066 ceph-mon[112137]: from='client.524688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:19 smithi203 ceph-mon[117428]: pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:19 smithi203 ceph-mon[117428]: from='client.524688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:21 smithi137 ceph-mon[117020]: pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:21 smithi066 ceph-mon[112137]: pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:21 smithi203 ceph-mon[117428]: pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:23 smithi137 ceph-mon[117020]: pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:23 smithi066 ceph-mon[112137]: pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:23.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:23 smithi203 ceph-mon[117428]: pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:23.871 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:23.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:23.872 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:24.619 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:24.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:24.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:24.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:24.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:24 smithi066 ceph-mon[112137]: pgmap v19384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:24 smithi066 ceph-mon[112137]: from='client.524763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:24 smithi203 ceph-mon[117428]: pgmap v19384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:24 smithi203 ceph-mon[117428]: from='client.524763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:24 smithi137 ceph-mon[117020]: pgmap v19384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:24 smithi137 ceph-mon[117020]: from='client.524763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:27.322 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:27 smithi203 ceph-mon[117428]: pgmap v19385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:27.372 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:27 smithi137 ceph-mon[117020]: pgmap v19385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:27 smithi066 ceph-mon[112137]: pgmap v19385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:29.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:29 smithi203 ceph-mon[117428]: pgmap v19386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:29 smithi137 ceph-mon[117020]: pgmap v19386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:29 smithi066 ceph-mon[112137]: pgmap v19386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:29.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:29.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:29.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:30.346 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:30.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:30.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:30.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:30.346 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:31 smithi137 ceph-mon[117020]: from='client.524841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:31 smithi137 ceph-mon[117020]: pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:31 smithi066 ceph-mon[112137]: from='client.524841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:31 smithi066 ceph-mon[112137]: pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:31 smithi203 ceph-mon[117428]: from='client.524841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:31 smithi203 ceph-mon[117428]: pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:33.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:33 smithi137 ceph-mon[117020]: pgmap v19388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:33 smithi066 ceph-mon[112137]: pgmap v19388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:33 smithi203 ceph-mon[117428]: pgmap v19388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:34 smithi066 ceph-mon[112137]: pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:34 smithi203 ceph-mon[117428]: pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:34 smithi137 ceph-mon[117020]: pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:35.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:35.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:35.348 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:36.076 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:36.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:36.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:36.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:36.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:37 smithi203 ceph-mon[117428]: from='client.524916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:37 smithi203 ceph-mon[117428]: pgmap v19390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:37 smithi137 ceph-mon[117020]: from='client.524916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:37 smithi137 ceph-mon[117020]: pgmap v19390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:37 smithi066 ceph-mon[112137]: from='client.524916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:37 smithi066 ceph-mon[112137]: pgmap v19390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:39 smithi137 ceph-mon[117020]: pgmap v19391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:39 smithi066 ceph-mon[112137]: pgmap v19391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:39 smithi203 ceph-mon[117428]: pgmap v19391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:41.078 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:41.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:41.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:41 smithi137 ceph-mon[117020]: pgmap v19392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:41 smithi066 ceph-mon[112137]: pgmap v19392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:41 smithi203 ceph-mon[117428]: pgmap v19392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:41.807 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:41.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:41.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:41.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:41.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:42.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:42 smithi137 ceph-mon[117020]: from='client.524991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:42.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:42 smithi066 ceph-mon[112137]: from='client.524991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:42 smithi203 ceph-mon[117428]: from='client.524991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:43 smithi137 ceph-mon[117020]: pgmap v19393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:43 smithi066 ceph-mon[112137]: pgmap v19393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:43 smithi203 ceph-mon[117428]: pgmap v19393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:44 smithi066 ceph-mon[112137]: pgmap v19394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:45.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:44 smithi203 ceph-mon[117428]: pgmap v19394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:44 smithi137 ceph-mon[117020]: pgmap v19394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:46.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:46.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:46.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:47 smithi203 ceph-mon[117428]: pgmap v19395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:47 smithi137 ceph-mon[117020]: pgmap v19395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:47 smithi066 ceph-mon[112137]: pgmap v19395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:47.538 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:47.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:47.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:47.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:47.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:48 smithi137 ceph-mon[117020]: from='client.525069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:48 smithi066 ceph-mon[112137]: from='client.525069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:48 smithi203 ceph-mon[117428]: from='client.525069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:49 smithi137 ceph-mon[117020]: pgmap v19396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:49 smithi066 ceph-mon[112137]: pgmap v19396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:49 smithi203 ceph-mon[117428]: pgmap v19396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:51 smithi137 ceph-mon[117020]: pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:51 smithi066 ceph-mon[112137]: pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:51.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:51 smithi203 ceph-mon[117428]: pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:52.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:52.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:52.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:53.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:53.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:53.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:53.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:53.278 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:53 smithi137 ceph-mon[117020]: pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:53 smithi066 ceph-mon[112137]: pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:53 smithi203 ceph-mon[117428]: pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:54 smithi137 ceph-mon[117020]: from='client.525144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:54 smithi066 ceph-mon[112137]: from='client.525144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:54 smithi203 ceph-mon[117428]: from='client.525144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:55 smithi137 ceph-mon[117020]: pgmap v19399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:55 smithi066 ceph-mon[112137]: pgmap v19399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:55 smithi203 ceph-mon[117428]: pgmap v19399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:57 smithi137 ceph-mon[117020]: pgmap v19400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:57 smithi066 ceph-mon[112137]: pgmap v19400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:57.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:57 smithi203 ceph-mon[117428]: pgmap v19400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:58.279 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T03:59:58.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:58.279 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:59.014 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T03:59:59.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:59.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:59.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:59.015 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T03:59:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 03:59:59 smithi137 ceph-mon[117020]: pgmap v19401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 03:59:59 smithi066 ceph-mon[112137]: pgmap v19401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 03:59:59 smithi203 ceph-mon[117428]: pgmap v19401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:00 smithi137 ceph-mon[117020]: from='client.525219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:00.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T04:00:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:00 smithi066 ceph-mon[112137]: from='client.525219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T04:00:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:00 smithi203 ceph-mon[117428]: from='client.525219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T04:00:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:01 smithi137 ceph-mon[117020]: pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:01 smithi066 ceph-mon[112137]: pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:01 smithi203 ceph-mon[117428]: pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:03 smithi137 ceph-mon[117020]: pgmap v19403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:03 smithi066 ceph-mon[112137]: pgmap v19403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:03 smithi203 ceph-mon[117428]: pgmap v19403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:04.016 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:04.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:04.017 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:04.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:04.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:04.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:04.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:04.751 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:04 smithi066 ceph-mon[112137]: pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:04 smithi066 ceph-mon[112137]: from='client.525288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:04 smithi203 ceph-mon[117428]: pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:04 smithi203 ceph-mon[117428]: from='client.525288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:04 smithi137 ceph-mon[117020]: pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:05.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:04 smithi137 ceph-mon[117020]: from='client.525288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:07 smithi137 ceph-mon[117020]: pgmap v19405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:00:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:07 smithi066 ceph-mon[112137]: pgmap v19405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:00:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:07 smithi203 ceph-mon[117428]: pgmap v19405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:00:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:09 smithi137 ceph-mon[117020]: pgmap v19406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:00:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:09 smithi066 ceph-mon[112137]: pgmap v19406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:00:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:09 smithi203 ceph-mon[117428]: pgmap v19406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:00:09.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:09.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:09.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:10.490 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:10.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:10.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:10.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:10.490 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:11 smithi137 ceph-mon[117020]: pgmap v19407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:11 smithi137 ceph-mon[117020]: from='client.525363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:11 smithi066 ceph-mon[112137]: pgmap v19407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:11 smithi066 ceph-mon[112137]: from='client.525363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:11 smithi203 ceph-mon[117428]: pgmap v19407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:11 smithi203 ceph-mon[117428]: from='client.525363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:13 smithi137 ceph-mon[117020]: pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:13 smithi066 ceph-mon[112137]: pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:13 smithi203 ceph-mon[117428]: pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:14 smithi066 ceph-mon[112137]: pgmap v19409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:14 smithi203 ceph-mon[117428]: pgmap v19409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:14 smithi137 ceph-mon[117020]: pgmap v19409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:15.491 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:15.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:15.491 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:15.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:15 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:00:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:15 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:00:16.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:15 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:00:16.210 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:16.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:16.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:16.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:16.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:00:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:00:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:16 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:00:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:16 smithi066 ceph-mon[112137]: from='client.525441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:16.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:16 smithi066 ceph-mon[112137]: pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:00:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:00:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:16 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:00:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:16 smithi203 ceph-mon[117428]: from='client.525441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:16 smithi203 ceph-mon[117428]: pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:00:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:00:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:16 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:00:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:16 smithi137 ceph-mon[117020]: from='client.525441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:16 smithi137 ceph-mon[117020]: pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:19.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:19 smithi137 ceph-mon[117020]: pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:00:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:19 smithi066 ceph-mon[112137]: pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:00:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:19 smithi203 ceph-mon[117428]: pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:00:21.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:21.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:21.212 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:21.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:21 smithi137 ceph-mon[117020]: pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:00:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:21 smithi066 ceph-mon[112137]: pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:00:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:21 smithi203 ceph-mon[117428]: pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:00:21.940 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:21.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:21.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:21.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:21.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:22.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:22 smithi137 ceph-mon[117020]: from='client.525519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:22 smithi066 ceph-mon[112137]: from='client.525519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:22 smithi203 ceph-mon[117428]: from='client.525519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:23.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:23 smithi137 ceph-mon[117020]: pgmap v19413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:23 smithi066 ceph-mon[112137]: pgmap v19413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:23 smithi203 ceph-mon[117428]: pgmap v19413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:24 smithi066 ceph-mon[112137]: pgmap v19414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:24 smithi203 ceph-mon[117428]: pgmap v19414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:24 smithi137 ceph-mon[117020]: pgmap v19414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:26.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:26.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:26.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:27 smithi137 ceph-mon[117020]: pgmap v19415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:27 smithi066 ceph-mon[112137]: pgmap v19415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:27 smithi203 ceph-mon[117428]: pgmap v19415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:27.672 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:27.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:27.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:27.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:27.673 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:28.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:28 smithi137 ceph-mon[117020]: from='client.525591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:28.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:28 smithi066 ceph-mon[112137]: from='client.525591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:28 smithi203 ceph-mon[117428]: from='client.525591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:29 smithi137 ceph-mon[117020]: pgmap v19416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:29 smithi066 ceph-mon[112137]: pgmap v19416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:29.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:29 smithi203 ceph-mon[117428]: pgmap v19416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:31 smithi137 ceph-mon[117020]: pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:31 smithi066 ceph-mon[112137]: pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:31.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:31 smithi203 ceph-mon[117428]: pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:32.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:32.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:32.674 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:33.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:33 smithi137 ceph-mon[117020]: pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:33.424 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:33.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:33.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:33.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:33.424 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:33 smithi066 ceph-mon[112137]: pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:33 smithi203 ceph-mon[117428]: pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:34.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:34 smithi137 ceph-mon[117020]: from='client.525666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:34 smithi066 ceph-mon[112137]: from='client.525666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:34 smithi203 ceph-mon[117428]: from='client.525666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:35.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:35 smithi137 ceph-mon[117020]: pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:35 smithi066 ceph-mon[112137]: pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:35.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:35 smithi203 ceph-mon[117428]: pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:37 smithi137 ceph-mon[117020]: pgmap v19420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:37 smithi066 ceph-mon[112137]: pgmap v19420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:37 smithi203 ceph-mon[117428]: pgmap v19420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:38.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:38.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:38.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:39.154 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:39.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:39.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:39.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:39.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:39 smithi137 ceph-mon[117020]: pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:39 smithi066 ceph-mon[112137]: pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:39.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:39 smithi203 ceph-mon[117428]: pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:40.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:40 smithi137 ceph-mon[117020]: from='client.525738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:40 smithi066 ceph-mon[112137]: from='client.525738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:40.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:40 smithi203 ceph-mon[117428]: from='client.525738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:41 smithi137 ceph-mon[117020]: pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:41 smithi066 ceph-mon[112137]: pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:41.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:41 smithi203 ceph-mon[117428]: pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:43 smithi137 ceph-mon[117020]: pgmap v19423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:43 smithi066 ceph-mon[112137]: pgmap v19423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:43 smithi203 ceph-mon[117428]: pgmap v19423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:44.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:44.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:44.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:44.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:44.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:44.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:44.877 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:44.877 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:44 smithi066 ceph-mon[112137]: pgmap v19424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:44 smithi066 ceph-mon[112137]: from='client.525816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:44 smithi203 ceph-mon[117428]: pgmap v19424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:44 smithi203 ceph-mon[117428]: from='client.525816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:44 smithi137 ceph-mon[117020]: pgmap v19424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:44 smithi137 ceph-mon[117020]: from='client.525816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:47 smithi137 ceph-mon[117020]: pgmap v19425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:00:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:47 smithi066 ceph-mon[112137]: pgmap v19425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:00:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:47 smithi203 ceph-mon[117428]: pgmap v19425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:00:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:49 smithi137 ceph-mon[117020]: pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:00:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:49 smithi066 ceph-mon[112137]: pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:00:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:49 smithi203 ceph-mon[117428]: pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:00:49.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:49.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:49.878 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:50.612 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:50.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:50.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:50.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:50.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:51 smithi137 ceph-mon[117020]: pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:51 smithi137 ceph-mon[117020]: from='client.525891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:51 smithi066 ceph-mon[112137]: pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:51 smithi066 ceph-mon[112137]: from='client.525891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:51 smithi203 ceph-mon[117428]: pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:51 smithi203 ceph-mon[117428]: from='client.525891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:53 smithi137 ceph-mon[117020]: pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:53 smithi066 ceph-mon[112137]: pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:53 smithi203 ceph-mon[117428]: pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:54 smithi066 ceph-mon[112137]: pgmap v19429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:54 smithi203 ceph-mon[117428]: pgmap v19429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:54 smithi137 ceph-mon[117020]: pgmap v19429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:55.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:00:55.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:55.615 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:56.334 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:00:56.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:56.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:56.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:56.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:00:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:57 smithi137 ceph-mon[117020]: from='client.525969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:57 smithi137 ceph-mon[117020]: pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:57 smithi066 ceph-mon[112137]: from='client.525969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:57 smithi066 ceph-mon[112137]: pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:57 smithi203 ceph-mon[117428]: from='client.525969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:57 smithi203 ceph-mon[117428]: pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:00:59 smithi137 ceph-mon[117020]: pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:00:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:00:59 smithi066 ceph-mon[112137]: pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:00:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:00:59 smithi203 ceph-mon[117428]: pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:01:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:01.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:01 smithi137 ceph-mon[117020]: pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:01:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:01 smithi066 ceph-mon[112137]: pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:01:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:01 smithi203 ceph-mon[117428]: pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:01:02.070 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:02.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:02.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:02.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:02.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:03 smithi137 ceph-mon[117020]: from='client.526047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:03.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:03 smithi137 ceph-mon[117020]: pgmap v19433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:03 smithi066 ceph-mon[112137]: from='client.526047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:03 smithi066 ceph-mon[112137]: pgmap v19433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:03 smithi203 ceph-mon[117428]: from='client.526047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:03 smithi203 ceph-mon[117428]: pgmap v19433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:04 smithi066 ceph-mon[112137]: pgmap v19434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:04 smithi203 ceph-mon[117428]: pgmap v19434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:04 smithi137 ceph-mon[117020]: pgmap v19434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:07.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:07.073 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:07.073 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:07 smithi137 ceph-mon[117020]: pgmap v19435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:07 smithi066 ceph-mon[112137]: pgmap v19435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:07 smithi203 ceph-mon[117428]: pgmap v19435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:07.804 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:07.804 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:07.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:07.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:07.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:08.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:08 smithi137 ceph-mon[117020]: from='client.526122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:08.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:08 smithi066 ceph-mon[112137]: from='client.526122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:08.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:08 smithi203 ceph-mon[117428]: from='client.526122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:09 smithi137 ceph-mon[117020]: pgmap v19436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:09 smithi066 ceph-mon[112137]: pgmap v19436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:09.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:09 smithi203 ceph-mon[117428]: pgmap v19436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:11 smithi137 ceph-mon[117020]: pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:11 smithi066 ceph-mon[112137]: pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:11 smithi203 ceph-mon[117428]: pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:12.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:12.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:12.806 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:13 smithi137 ceph-mon[117020]: pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:13 smithi066 ceph-mon[112137]: pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:13.532 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:13.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:13.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:13.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:13.533 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:13.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:13 smithi203 ceph-mon[117428]: pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:14.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:14 smithi137 ceph-mon[117020]: from='client.526197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:14 smithi066 ceph-mon[112137]: from='client.526197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:14 smithi203 ceph-mon[117428]: from='client.526197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:15.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:15 smithi137 ceph-mon[117020]: pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:15 smithi066 ceph-mon[112137]: pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:15 smithi203 ceph-mon[117428]: pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:16.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:16 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:01:16.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:16 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:01:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:16 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:01:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:01:17.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:01:17.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:17 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:01:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:17 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:01:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:01:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:17 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:01:18.535 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:18.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:18.535 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:19.259 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:19.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:19.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:19.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:19.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:19 smithi203 ceph-mon[117428]: pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:19 smithi137 ceph-mon[117020]: pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:19.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:19 smithi066 ceph-mon[112137]: pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:20 smithi203 ceph-mon[117428]: from='client.526272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:20 smithi137 ceph-mon[117020]: from='client.526272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:20.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:20 smithi066 ceph-mon[112137]: from='client.526272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:21 smithi203 ceph-mon[117428]: pgmap v19442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:21 smithi137 ceph-mon[117020]: pgmap v19442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:21 smithi066 ceph-mon[112137]: pgmap v19442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:23 smithi203 ceph-mon[117428]: pgmap v19443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:23 smithi137 ceph-mon[117020]: pgmap v19443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:23.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:23 smithi066 ceph-mon[112137]: pgmap v19443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:24.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:24.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:24.261 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:24 smithi066 ceph-mon[112137]: pgmap v19444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:25.003 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:25.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:25.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:25.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:25.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:24 smithi203 ceph-mon[117428]: pgmap v19444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:24 smithi137 ceph-mon[117020]: pgmap v19444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:25.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:25 smithi066 ceph-mon[112137]: from='client.526347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:25 smithi203 ceph-mon[117428]: from='client.526347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:25 smithi137 ceph-mon[117020]: from='client.526347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:26.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:26 smithi066 ceph-mon[112137]: pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:01:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:26 smithi203 ceph-mon[117428]: pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:01:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:26 smithi137 ceph-mon[117020]: pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:01:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:29 smithi137 ceph-mon[117020]: pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:01:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:29 smithi066 ceph-mon[112137]: pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:01:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:29 smithi203 ceph-mon[117428]: pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:01:30.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:30.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:30.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:30.748 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:30.748 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:30.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:30.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:30.749 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:31 smithi137 ceph-mon[117020]: pgmap v19447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:31.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:31 smithi137 ceph-mon[117020]: from='client.526422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:31 smithi066 ceph-mon[112137]: pgmap v19447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:31 smithi066 ceph-mon[112137]: from='client.526422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:31 smithi203 ceph-mon[117428]: pgmap v19447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:31 smithi203 ceph-mon[117428]: from='client.526422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:33.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:33 smithi137 ceph-mon[117020]: pgmap v19448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:33 smithi066 ceph-mon[112137]: pgmap v19448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:33 smithi203 ceph-mon[117428]: pgmap v19448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:34 smithi066 ceph-mon[112137]: pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:34 smithi203 ceph-mon[117428]: pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:34 smithi137 ceph-mon[117020]: pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:35.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:35.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:35.750 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:36.471 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:36.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:36.471 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:36.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:36.472 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:37 smithi137 ceph-mon[117020]: pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:37.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:37 smithi137 ceph-mon[117020]: from='client.526497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:37 smithi066 ceph-mon[112137]: pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:37 smithi066 ceph-mon[112137]: from='client.526497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:37 smithi203 ceph-mon[117428]: pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:37 smithi203 ceph-mon[117428]: from='client.526497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:39.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:39 smithi137 ceph-mon[117020]: pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:01:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:39 smithi066 ceph-mon[112137]: pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:01:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:39 smithi203 ceph-mon[117428]: pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:01:41.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:41 smithi137 ceph-mon[117020]: pgmap v19452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:01:41.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:41.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:41.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:41 smithi066 ceph-mon[112137]: pgmap v19452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:01:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:41 smithi203 ceph-mon[117428]: pgmap v19452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:01:42.209 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:42.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:42.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:42.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:42.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:43 smithi137 ceph-mon[117020]: from='client.526569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:43.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:43 smithi137 ceph-mon[117020]: pgmap v19453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:43 smithi066 ceph-mon[112137]: from='client.526569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:43 smithi066 ceph-mon[112137]: pgmap v19453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:43 smithi203 ceph-mon[117428]: from='client.526569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:43 smithi203 ceph-mon[117428]: pgmap v19453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:44 smithi066 ceph-mon[112137]: pgmap v19454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:44 smithi203 ceph-mon[117428]: pgmap v19454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:44 smithi137 ceph-mon[117020]: pgmap v19454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:47.210 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:47.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:47.211 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:47 smithi137 ceph-mon[117020]: pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:47 smithi066 ceph-mon[112137]: pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:47 smithi203 ceph-mon[117428]: pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:47.932 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:47.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:47.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:47.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:47.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:48.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:48 smithi137 ceph-mon[117020]: from='client.526644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:48.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:48 smithi066 ceph-mon[112137]: from='client.526644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:48 smithi203 ceph-mon[117428]: from='client.526644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:49 smithi137 ceph-mon[117020]: pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:49 smithi066 ceph-mon[112137]: pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:49 smithi203 ceph-mon[117428]: pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:51 smithi137 ceph-mon[117020]: pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:51 smithi066 ceph-mon[112137]: pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:51 smithi203 ceph-mon[117428]: pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:52.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:52.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:52.934 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:53 smithi137 ceph-mon[117020]: pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:53 smithi066 ceph-mon[112137]: pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:53 smithi203 ceph-mon[117428]: pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:53.667 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:53.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:53.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:53.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:53.667 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:54.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:54 smithi137 ceph-mon[117020]: from='client.526719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:54.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:54 smithi066 ceph-mon[112137]: from='client.526719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:54 smithi203 ceph-mon[117428]: from='client.526719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:55.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:55 smithi137 ceph-mon[117020]: pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:55.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:55 smithi066 ceph-mon[112137]: pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:55 smithi203 ceph-mon[117428]: pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:57 smithi066 ceph-mon[112137]: pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:57 smithi203 ceph-mon[117428]: pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:57 smithi137 ceph-mon[117020]: pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:58.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:01:58.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:58.669 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:59.403 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:01:59.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:59.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:59.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:59.404 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:01:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:01:59 smithi066 ceph-mon[112137]: pgmap v19461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:59.572 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:01:59 smithi203 ceph-mon[117428]: pgmap v19461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:01:59 smithi137 ceph-mon[117020]: pgmap v19461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:00 smithi066 ceph-mon[112137]: from='client.526794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:00 smithi203 ceph-mon[117428]: from='client.526794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:00 smithi137 ceph-mon[117020]: from='client.526794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:01 smithi066 ceph-mon[112137]: pgmap v19462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:01 smithi203 ceph-mon[117428]: pgmap v19462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:01 smithi137 ceph-mon[117020]: pgmap v19462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:03 smithi066 ceph-mon[112137]: pgmap v19463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:03 smithi203 ceph-mon[117428]: pgmap v19463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:03 smithi137 ceph-mon[117020]: pgmap v19463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:04.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:04.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:04.406 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:04 smithi066 ceph-mon[112137]: pgmap v19464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:04 smithi203 ceph-mon[117428]: pgmap v19464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:04 smithi137 ceph-mon[117020]: pgmap v19464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:05.129 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:05.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:05.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:05.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:05.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:05.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:05 smithi066 ceph-mon[112137]: from='client.526869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:05 smithi203 ceph-mon[117428]: from='client.526869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:06.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:05 smithi137 ceph-mon[117020]: from='client.526869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:06.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:06 smithi066 ceph-mon[112137]: pgmap v19465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:06 smithi203 ceph-mon[117428]: pgmap v19465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:06 smithi137 ceph-mon[117020]: pgmap v19465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:09.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:09 smithi137 ceph-mon[117020]: pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:09 smithi066 ceph-mon[112137]: pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:09 smithi203 ceph-mon[117428]: pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:10.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:10.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:10.132 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:10.854 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:10.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:10.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:10.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:10.855 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:11 smithi137 ceph-mon[117020]: pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:11.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:11 smithi137 ceph-mon[117020]: from='client.526947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:11 smithi066 ceph-mon[112137]: pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:11 smithi066 ceph-mon[112137]: from='client.526947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:11 smithi203 ceph-mon[117428]: pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:11 smithi203 ceph-mon[117428]: from='client.526947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:13.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:13 smithi137 ceph-mon[117020]: pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:13 smithi066 ceph-mon[112137]: pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:13 smithi203 ceph-mon[117428]: pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:14 smithi066 ceph-mon[112137]: pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:14 smithi203 ceph-mon[117428]: pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:14 smithi137 ceph-mon[117020]: pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:15.856 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:15.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:15.856 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:16.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:16.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:16.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:16.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:16.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:17 smithi137 ceph-mon[117020]: pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:17 smithi137 ceph-mon[117020]: from='client.527019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:17.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:17 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:02:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:17 smithi066 ceph-mon[112137]: pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:17 smithi066 ceph-mon[112137]: from='client.527019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:17 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:02:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:17 smithi203 ceph-mon[117428]: pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:17 smithi203 ceph-mon[117428]: from='client.527019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:17 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:02:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:02:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:02:18.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:18 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:02:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:02:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:02:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:18 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:02:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:02:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:02:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:18 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:02:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:19 smithi203 ceph-mon[117428]: pgmap v19471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:19 smithi137 ceph-mon[117020]: pgmap v19471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:19.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:19 smithi066 ceph-mon[112137]: pgmap v19471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:21.589 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:21.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:21.590 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:21 smithi203 ceph-mon[117428]: pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:21.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:21 smithi137 ceph-mon[117020]: pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:21.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:21 smithi066 ceph-mon[112137]: pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:22.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:22.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:22.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:22.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:22.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:23 smithi203 ceph-mon[117428]: from='client.527091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:23 smithi203 ceph-mon[117428]: pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:23 smithi137 ceph-mon[117020]: from='client.527091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:23 smithi137 ceph-mon[117020]: pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:23.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:23 smithi066 ceph-mon[112137]: from='client.527091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:23.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:23 smithi066 ceph-mon[112137]: pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:24 smithi066 ceph-mon[112137]: pgmap v19474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:25.072 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:24 smithi203 ceph-mon[117428]: pgmap v19474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:24 smithi137 ceph-mon[117020]: pgmap v19474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:27.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:27.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:27.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:27 smithi137 ceph-mon[117020]: pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:27 smithi066 ceph-mon[112137]: pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:27 smithi203 ceph-mon[117428]: pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:28.053 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:28.053 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:28.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:28.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:28.054 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:29 smithi137 ceph-mon[117020]: from='client.527166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:29.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:29 smithi137 ceph-mon[117020]: pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:29 smithi066 ceph-mon[112137]: from='client.527166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:29 smithi066 ceph-mon[112137]: pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:29 smithi203 ceph-mon[117428]: from='client.527166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:29 smithi203 ceph-mon[117428]: pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:31.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:31 smithi137 ceph-mon[117020]: pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:31 smithi066 ceph-mon[112137]: pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:31 smithi203 ceph-mon[117428]: pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:33.055 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:33.055 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:33.056 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:33.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:33 smithi137 ceph-mon[117020]: pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:33 smithi066 ceph-mon[112137]: pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:33 smithi203 ceph-mon[117428]: pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:33.789 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:33.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:33.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:33.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:33.789 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:34.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:34 smithi066 ceph-mon[112137]: from='client.527244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:34 smithi203 ceph-mon[117428]: from='client.527244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:34 smithi137 ceph-mon[117020]: from='client.527244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:35.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:35 smithi066 ceph-mon[112137]: pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:35 smithi203 ceph-mon[117428]: pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:35 smithi137 ceph-mon[117020]: pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:37 smithi066 ceph-mon[112137]: pgmap v19480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:37 smithi203 ceph-mon[117428]: pgmap v19480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:37 smithi137 ceph-mon[117020]: pgmap v19480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:38.791 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:38.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:38.791 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:39 smithi066 ceph-mon[112137]: pgmap v19481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:39.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:39.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:39.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:39.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:39.525 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:39 smithi203 ceph-mon[117428]: pgmap v19481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:39 smithi137 ceph-mon[117020]: pgmap v19481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:40 smithi066 ceph-mon[112137]: from='client.527316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:40 smithi203 ceph-mon[117428]: from='client.527316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:40 smithi137 ceph-mon[117020]: from='client.527316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:41 smithi066 ceph-mon[112137]: pgmap v19482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:41 smithi203 ceph-mon[117428]: pgmap v19482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:41 smithi137 ceph-mon[117020]: pgmap v19482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:43 smithi066 ceph-mon[112137]: pgmap v19483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:43 smithi203 ceph-mon[117428]: pgmap v19483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:43 smithi137 ceph-mon[117020]: pgmap v19483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:44.527 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:44.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:44.527 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:44 smithi066 ceph-mon[112137]: pgmap v19484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:44 smithi203 ceph-mon[117428]: pgmap v19484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:44 smithi137 ceph-mon[117020]: pgmap v19484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:45.253 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:45.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:45.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:45.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:45.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:45.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:45 smithi066 ceph-mon[112137]: from='client.527391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:45 smithi203 ceph-mon[117428]: from='client.527391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:46.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:45 smithi137 ceph-mon[117020]: from='client.527391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:46.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:46 smithi066 ceph-mon[112137]: pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:46 smithi203 ceph-mon[117428]: pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:46 smithi137 ceph-mon[117020]: pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:49.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:49 smithi137 ceph-mon[117020]: pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:49 smithi066 ceph-mon[112137]: pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:49 smithi203 ceph-mon[117428]: pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:50.254 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:50.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:50.255 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:50.985 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:50.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:50.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:50.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:50.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:51 smithi137 ceph-mon[117020]: pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:51.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:51 smithi137 ceph-mon[117020]: from='client.527469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:51 smithi066 ceph-mon[112137]: pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:51.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:51 smithi066 ceph-mon[112137]: from='client.527469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:51 smithi203 ceph-mon[117428]: pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:51 smithi203 ceph-mon[117428]: from='client.527469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:53.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:53 smithi137 ceph-mon[117020]: pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:53 smithi066 ceph-mon[112137]: pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:53 smithi203 ceph-mon[117428]: pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:54 smithi066 ceph-mon[112137]: pgmap v19489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:54 smithi203 ceph-mon[117428]: pgmap v19489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:54 smithi137 ceph-mon[117020]: pgmap v19489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:55.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:02:55.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:55.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:56.711 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:02:56.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:56.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:56.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:56.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:02:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:57 smithi137 ceph-mon[117020]: pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:57.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:57 smithi137 ceph-mon[117020]: from='client.527544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:57 smithi066 ceph-mon[112137]: pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:57 smithi066 ceph-mon[112137]: from='client.527544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:57 smithi203 ceph-mon[117428]: pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:57 smithi203 ceph-mon[117428]: from='client.527544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:59.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:02:59 smithi137 ceph-mon[117020]: pgmap v19491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:02:59 smithi066 ceph-mon[112137]: pgmap v19491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:02:59 smithi203 ceph-mon[117428]: pgmap v19491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:01 smithi066 ceph-mon[112137]: pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:01 smithi203 ceph-mon[117428]: pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:01 smithi137 ceph-mon[117020]: pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:01.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:01.713 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:01.713 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:02.439 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:02.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:02.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:02.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:02.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:03 smithi066 ceph-mon[112137]: pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:03.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:03 smithi066 ceph-mon[112137]: from='client.527619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:03 smithi203 ceph-mon[117428]: pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:03 smithi203 ceph-mon[117428]: from='client.527619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:03 smithi137 ceph-mon[117020]: pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:03 smithi137 ceph-mon[117020]: from='client.527619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:04 smithi066 ceph-mon[112137]: pgmap v19494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:04 smithi203 ceph-mon[117428]: pgmap v19494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:04 smithi137 ceph-mon[117020]: pgmap v19494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:07 smithi137 ceph-mon[117020]: pgmap v19495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:07.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:07.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:07.442 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:07 smithi066 ceph-mon[112137]: pgmap v19495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:07 smithi203 ceph-mon[117428]: pgmap v19495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:08.178 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:08.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:08.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:08.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:08.178 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:09.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:09 smithi066 ceph-mon[112137]: from='client.527694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:09.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:09 smithi066 ceph-mon[112137]: pgmap v19496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:09 smithi203 ceph-mon[117428]: from='client.527694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:09 smithi203 ceph-mon[117428]: pgmap v19496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:09 smithi137 ceph-mon[117020]: from='client.527694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:09 smithi137 ceph-mon[117020]: pgmap v19496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:11 smithi066 ceph-mon[112137]: pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:11 smithi203 ceph-mon[117428]: pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:11 smithi137 ceph-mon[117020]: pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:13.179 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:13.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:13.180 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:13 smithi066 ceph-mon[112137]: pgmap v19498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:13 smithi203 ceph-mon[117428]: pgmap v19498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:13 smithi137 ceph-mon[117020]: pgmap v19498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:13.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:13.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:13.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:13.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:13.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:14.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:14 smithi066 ceph-mon[112137]: from='client.527769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:14 smithi203 ceph-mon[117428]: from='client.527769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:14 smithi137 ceph-mon[117020]: from='client.527769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:15.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:15 smithi066 ceph-mon[112137]: pgmap v19499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:15 smithi203 ceph-mon[117428]: pgmap v19499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:15 smithi137 ceph-mon[117020]: pgmap v19499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:17 smithi066 ceph-mon[112137]: pgmap v19500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:17 smithi203 ceph-mon[117428]: pgmap v19500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:17 smithi137 ceph-mon[117020]: pgmap v19500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:18 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:03:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:18 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:03:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:18 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:03:18.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:18.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:18.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:19.634 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:19.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:19.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:19.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:19.635 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: pgmap v19501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:03:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:19 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: pgmap v19501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:03:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:03:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:19 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: pgmap v19501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:19.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:03:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:03:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:19 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:03:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:20 smithi203 ceph-mon[117428]: from='client.527847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:20.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:20 smithi137 ceph-mon[117020]: from='client.527847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:20.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:20 smithi066 ceph-mon[112137]: from='client.527847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:21 smithi203 ceph-mon[117428]: pgmap v19502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:21.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:21 smithi137 ceph-mon[117020]: pgmap v19502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:21.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:21 smithi066 ceph-mon[112137]: pgmap v19502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:23 smithi203 ceph-mon[117428]: pgmap v19503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:23.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:23 smithi137 ceph-mon[117020]: pgmap v19503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:23.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:23 smithi066 ceph-mon[112137]: pgmap v19503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:24.636 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:24.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:24.637 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:24 smithi066 ceph-mon[112137]: pgmap v19504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:24 smithi203 ceph-mon[117428]: pgmap v19504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:24 smithi137 ceph-mon[117020]: pgmap v19504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:25.376 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:25.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:25.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:25.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:25.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:25.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:25 smithi066 ceph-mon[112137]: from='client.527922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:25 smithi203 ceph-mon[117428]: from='client.527922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:25 smithi137 ceph-mon[117020]: from='client.527922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:26.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:26 smithi066 ceph-mon[112137]: pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:26 smithi203 ceph-mon[117428]: pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:26 smithi137 ceph-mon[117020]: pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:29 smithi066 ceph-mon[112137]: pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:29 smithi203 ceph-mon[117428]: pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:29 smithi137 ceph-mon[117020]: pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:30.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:30.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:30.378 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:31.117 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:31.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:31.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:31.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:31.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:31 smithi066 ceph-mon[112137]: pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:31 smithi203 ceph-mon[117428]: pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:31 smithi137 ceph-mon[117020]: pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:32 smithi066 ceph-mon[112137]: from='client.527997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:32 smithi203 ceph-mon[117428]: from='client.527997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:32 smithi137 ceph-mon[117020]: from='client.527997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:33 smithi066 ceph-mon[112137]: pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:33 smithi203 ceph-mon[117428]: pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:33 smithi137 ceph-mon[117020]: pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:34 smithi066 ceph-mon[112137]: pgmap v19509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:34 smithi203 ceph-mon[117428]: pgmap v19509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:34 smithi137 ceph-mon[117020]: pgmap v19509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:36.119 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:36.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:36.119 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:36.859 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:36.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:36.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:36.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:36.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:37 smithi066 ceph-mon[112137]: pgmap v19510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:37 smithi066 ceph-mon[112137]: from='client.528075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:37 smithi203 ceph-mon[117428]: pgmap v19510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:37 smithi203 ceph-mon[117428]: from='client.528075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:37 smithi137 ceph-mon[117020]: pgmap v19510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:37 smithi137 ceph-mon[117020]: from='client.528075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:39 smithi066 ceph-mon[112137]: pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:39 smithi203 ceph-mon[117428]: pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:39 smithi137 ceph-mon[117020]: pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:41 smithi066 ceph-mon[112137]: pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:41 smithi203 ceph-mon[117428]: pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:41 smithi137 ceph-mon[117020]: pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:41.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:41.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:41.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:42.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:42.600 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:42.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:42.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:42.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:43 smithi066 ceph-mon[112137]: pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:43 smithi066 ceph-mon[112137]: from='client.528147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:43 smithi203 ceph-mon[117428]: pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:43 smithi203 ceph-mon[117428]: from='client.528147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:43 smithi137 ceph-mon[117020]: pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:43 smithi137 ceph-mon[117020]: from='client.528147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:44 smithi066 ceph-mon[112137]: pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:44 smithi203 ceph-mon[117428]: pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:44 smithi137 ceph-mon[117020]: pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:47 smithi066 ceph-mon[112137]: pgmap v19515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:47 smithi203 ceph-mon[117428]: pgmap v19515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:47.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:47.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:47.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:47 smithi137 ceph-mon[117020]: pgmap v19515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:48.335 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:48.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:48.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:48.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:48.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:49 smithi066 ceph-mon[112137]: from='client.528225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:49 smithi066 ceph-mon[112137]: pgmap v19516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:49 smithi203 ceph-mon[117428]: from='client.528225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:49 smithi203 ceph-mon[117428]: pgmap v19516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:49 smithi137 ceph-mon[117020]: from='client.528225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:49 smithi137 ceph-mon[117020]: pgmap v19516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:51 smithi066 ceph-mon[112137]: pgmap v19517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:51 smithi203 ceph-mon[117428]: pgmap v19517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:51 smithi137 ceph-mon[117020]: pgmap v19517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:53.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:53.337 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:53.337 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:53 smithi066 ceph-mon[112137]: pgmap v19518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:53 smithi203 ceph-mon[117428]: pgmap v19518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:53 smithi137 ceph-mon[117020]: pgmap v19518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:54.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:54.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:54.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:54.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:54.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:03:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:54 smithi066 ceph-mon[112137]: from='client.528300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:54 smithi066 ceph-mon[112137]: pgmap v19519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:54 smithi203 ceph-mon[117428]: from='client.528300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:54 smithi203 ceph-mon[117428]: pgmap v19519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:54 smithi137 ceph-mon[117020]: from='client.528300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:54 smithi137 ceph-mon[117020]: pgmap v19519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:57 smithi066 ceph-mon[112137]: pgmap v19520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:57 smithi203 ceph-mon[117428]: pgmap v19520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:57 smithi137 ceph-mon[117020]: pgmap v19520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:59.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:03:59.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:59.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:03:59 smithi066 ceph-mon[112137]: pgmap v19521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:03:59 smithi203 ceph-mon[117428]: pgmap v19521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:03:59 smithi137 ceph-mon[117020]: pgmap v19521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:59.792 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:03:59.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:59.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:59.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:59.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:00 smithi066 ceph-mon[112137]: from='client.528378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:00 smithi203 ceph-mon[117428]: from='client.528378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:00 smithi137 ceph-mon[117020]: from='client.528378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:01 smithi066 ceph-mon[112137]: pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:04:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:01 smithi203 ceph-mon[117428]: pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:04:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:01 smithi137 ceph-mon[117020]: pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:04:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:03 smithi066 ceph-mon[112137]: pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:03 smithi203 ceph-mon[117428]: pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:03 smithi137 ceph-mon[117020]: pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:04.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:04.794 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:04.794 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:04 smithi066 ceph-mon[112137]: pgmap v19524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:04 smithi203 ceph-mon[117428]: pgmap v19524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:04 smithi137 ceph-mon[117020]: pgmap v19524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:05.516 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:05.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:05.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:05.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:05.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:05.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:05 smithi066 ceph-mon[112137]: from='client.528456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:05 smithi203 ceph-mon[117428]: from='client.528456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:06.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:05 smithi137 ceph-mon[117020]: from='client.528456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:06.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:06 smithi066 ceph-mon[112137]: pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:06 smithi203 ceph-mon[117428]: pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:06 smithi137 ceph-mon[117020]: pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:09 smithi066 ceph-mon[112137]: pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:09 smithi203 ceph-mon[117428]: pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:09 smithi137 ceph-mon[117020]: pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:10.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:10.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:10.518 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:11.249 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:11.249 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:11.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:11.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:11.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:11 smithi066 ceph-mon[112137]: pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:11 smithi203 ceph-mon[117428]: pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:11 smithi137 ceph-mon[117020]: pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:12 smithi066 ceph-mon[112137]: from='client.528534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:12 smithi203 ceph-mon[117428]: from='client.528534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:12 smithi137 ceph-mon[117020]: from='client.528534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:13 smithi066 ceph-mon[112137]: pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:04:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:13 smithi203 ceph-mon[117428]: pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:04:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:13 smithi137 ceph-mon[117020]: pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:04:14.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:14 smithi066 ceph-mon[112137]: pgmap v19529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:04:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:14 smithi203 ceph-mon[117428]: pgmap v19529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:04:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:14 smithi137 ceph-mon[117020]: pgmap v19529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:04:16.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:16.251 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:16.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:16.983 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:16.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:16.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:16.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:16.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:17 smithi066 ceph-mon[112137]: pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:04:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:17 smithi066 ceph-mon[112137]: from='client.528606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:17 smithi203 ceph-mon[117428]: pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:04:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:17 smithi203 ceph-mon[117428]: from='client.528606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:17 smithi137 ceph-mon[117020]: pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:04:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:17 smithi137 ceph-mon[117020]: from='client.528606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:19 smithi066 ceph-mon[112137]: pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:19 smithi203 ceph-mon[117428]: pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:19 smithi137 ceph-mon[117020]: pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:04:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:04:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:04:20.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:20 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:04:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:04:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:04:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:04:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:20 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:04:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:04:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:04:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:04:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:20 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:04:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:21 smithi066 ceph-mon[112137]: pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:21 smithi203 ceph-mon[117428]: pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:21 smithi137 ceph-mon[117020]: pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:21.984 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:21.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:21.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:22.707 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:22.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:22.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:22.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:22.708 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:23 smithi066 ceph-mon[112137]: pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:23 smithi066 ceph-mon[112137]: from='client.528684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:23 smithi203 ceph-mon[117428]: pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:23 smithi203 ceph-mon[117428]: from='client.528684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:23 smithi137 ceph-mon[117020]: pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:23 smithi137 ceph-mon[117020]: from='client.528684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:24 smithi066 ceph-mon[112137]: pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:24 smithi203 ceph-mon[117428]: pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:24 smithi137 ceph-mon[117020]: pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:27 smithi066 ceph-mon[112137]: pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:27 smithi203 ceph-mon[117428]: pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:27 smithi137 ceph-mon[117020]: pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:27.709 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:27.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:27.709 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:28.439 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:28.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:28.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:28.439 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:28.440 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:29 smithi066 ceph-mon[112137]: from='client.528756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:29.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:29 smithi066 ceph-mon[112137]: pgmap v19536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:29 smithi203 ceph-mon[117428]: from='client.528756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:29 smithi203 ceph-mon[117428]: pgmap v19536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:29 smithi137 ceph-mon[117020]: from='client.528756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:29 smithi137 ceph-mon[117020]: pgmap v19536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:31 smithi066 ceph-mon[112137]: pgmap v19537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:31 smithi203 ceph-mon[117428]: pgmap v19537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:31 smithi137 ceph-mon[117020]: pgmap v19537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:33.441 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:33.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:33.441 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:33 smithi066 ceph-mon[112137]: pgmap v19538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:33 smithi203 ceph-mon[117428]: pgmap v19538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:33 smithi137 ceph-mon[117020]: pgmap v19538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:34.166 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:34.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:34.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:34.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:34.167 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:34 smithi066 ceph-mon[112137]: from='client.528834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:34 smithi066 ceph-mon[112137]: pgmap v19539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:34 smithi203 ceph-mon[117428]: from='client.528834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:34 smithi203 ceph-mon[117428]: pgmap v19539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:34 smithi137 ceph-mon[117020]: from='client.528834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:34 smithi137 ceph-mon[117020]: pgmap v19539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:37 smithi066 ceph-mon[112137]: pgmap v19540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:37 smithi203 ceph-mon[117428]: pgmap v19540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:37 smithi137 ceph-mon[117020]: pgmap v19540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:39.168 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:39.168 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:39.169 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:39 smithi066 ceph-mon[112137]: pgmap v19541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:39 smithi203 ceph-mon[117428]: pgmap v19541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:39 smithi137 ceph-mon[117020]: pgmap v19541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:39.916 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:39.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:39.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:39.916 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:39.917 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:40.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:40 smithi066 ceph-mon[112137]: from='client.528906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:40 smithi203 ceph-mon[117428]: from='client.528906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:40 smithi137 ceph-mon[117020]: from='client.528906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:41 smithi066 ceph-mon[112137]: pgmap v19542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:04:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:41 smithi203 ceph-mon[117428]: pgmap v19542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:04:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:41 smithi137 ceph-mon[117020]: pgmap v19542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:04:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:43 smithi066 ceph-mon[112137]: pgmap v19543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:04:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:43 smithi203 ceph-mon[117428]: pgmap v19543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:04:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:43 smithi137 ceph-mon[117020]: pgmap v19543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:04:44.918 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:44.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:44.918 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:44 smithi066 ceph-mon[112137]: pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:04:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:44 smithi203 ceph-mon[117428]: pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:04:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:44 smithi137 ceph-mon[117020]: pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:04:45.653 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:45.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:45.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:45.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:45.653 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:45.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:45 smithi066 ceph-mon[112137]: from='client.528981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:45 smithi203 ceph-mon[117428]: from='client.528981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:46.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:45 smithi137 ceph-mon[117020]: from='client.528981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:46.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:46 smithi066 ceph-mon[112137]: pgmap v19545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:47.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:46 smithi203 ceph-mon[117428]: pgmap v19545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:47.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:46 smithi137 ceph-mon[117020]: pgmap v19545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:49 smithi066 ceph-mon[112137]: pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:49 smithi203 ceph-mon[117428]: pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:49 smithi137 ceph-mon[117020]: pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:50.654 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:50.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:50.655 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:51.390 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:51.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:51.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:51.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:51.390 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:51 smithi066 ceph-mon[112137]: pgmap v19547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:51 smithi203 ceph-mon[117428]: pgmap v19547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:51 smithi137 ceph-mon[117020]: pgmap v19547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:52 smithi066 ceph-mon[112137]: from='client.529059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:52 smithi203 ceph-mon[117428]: from='client.529059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:52 smithi137 ceph-mon[117020]: from='client.529059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:53 smithi066 ceph-mon[112137]: pgmap v19548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:53 smithi203 ceph-mon[117428]: pgmap v19548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:53 smithi137 ceph-mon[117020]: pgmap v19548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:54 smithi066 ceph-mon[112137]: pgmap v19549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:54 smithi203 ceph-mon[117428]: pgmap v19549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:54 smithi137 ceph-mon[117020]: pgmap v19549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:56.391 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:04:56.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:56.392 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:57.125 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:04:57.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:57.125 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:57.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:57.126 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:04:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:57 smithi066 ceph-mon[112137]: pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:04:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:57 smithi203 ceph-mon[117428]: pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:04:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:57 smithi137 ceph-mon[117020]: pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:04:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:58 smithi066 ceph-mon[112137]: from='client.529137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:58 smithi203 ceph-mon[117428]: from='client.529137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:58 smithi137 ceph-mon[117020]: from='client.529137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:04:59 smithi066 ceph-mon[112137]: pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:04:59 smithi203 ceph-mon[117428]: pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:59.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:04:59 smithi137 ceph-mon[117020]: pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:01 smithi066 ceph-mon[112137]: pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:01 smithi203 ceph-mon[117428]: pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:01 smithi137 ceph-mon[117020]: pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:02.127 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:02.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:02.127 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:02.850 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:02.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:02.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:02.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:02.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:03 smithi066 ceph-mon[112137]: pgmap v19553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:03.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:03 smithi066 ceph-mon[112137]: from='client.529215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:03 smithi203 ceph-mon[117428]: pgmap v19553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:03 smithi203 ceph-mon[117428]: from='client.529215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:03 smithi137 ceph-mon[117020]: pgmap v19553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:03 smithi137 ceph-mon[117020]: from='client.529215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:04.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:04 smithi066 ceph-mon[112137]: pgmap v19554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:04 smithi203 ceph-mon[117428]: pgmap v19554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:04 smithi137 ceph-mon[117020]: pgmap v19554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:07 smithi066 ceph-mon[112137]: pgmap v19555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:07 smithi203 ceph-mon[117428]: pgmap v19555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:07 smithi137 ceph-mon[117020]: pgmap v19555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:07.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:07.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:07.853 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:08.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:08.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:08.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:08.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:08.588 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:09 smithi066 ceph-mon[112137]: pgmap v19556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:09.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:09 smithi066 ceph-mon[112137]: from='client.529290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:09 smithi203 ceph-mon[117428]: pgmap v19556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:09 smithi203 ceph-mon[117428]: from='client.529290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:09 smithi137 ceph-mon[117020]: pgmap v19556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:09 smithi137 ceph-mon[117020]: from='client.529290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:11 smithi066 ceph-mon[112137]: pgmap v19557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:11 smithi203 ceph-mon[117428]: pgmap v19557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:11 smithi137 ceph-mon[117020]: pgmap v19557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:13 smithi066 ceph-mon[112137]: pgmap v19558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:13 smithi203 ceph-mon[117428]: pgmap v19558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:13.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:13.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:13.589 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:13 smithi137 ceph-mon[117020]: pgmap v19558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:14.332 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:14.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:14.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:14.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:14.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:14 smithi066 ceph-mon[112137]: from='client.529365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:14.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:14 smithi066 ceph-mon[112137]: pgmap v19559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:14 smithi203 ceph-mon[117428]: from='client.529365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:14 smithi203 ceph-mon[117428]: pgmap v19559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:14 smithi137 ceph-mon[117020]: from='client.529365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:14 smithi137 ceph-mon[117020]: pgmap v19559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:17 smithi066 ceph-mon[112137]: pgmap v19560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:17 smithi203 ceph-mon[117428]: pgmap v19560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:17 smithi137 ceph-mon[117020]: pgmap v19560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:19.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:19.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:19.335 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:19 smithi066 ceph-mon[112137]: pgmap v19561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:19 smithi203 ceph-mon[117428]: pgmap v19561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:19 smithi137 ceph-mon[117020]: pgmap v19561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:20.074 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:20.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:20.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:20.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:20.075 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:20.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:20 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:05:20.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:20 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:05:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:20 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:05:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:21 smithi066 ceph-mon[112137]: from='client.529443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:21 smithi066 ceph-mon[112137]: pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:05:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:05:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:21 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:05:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:21 smithi203 ceph-mon[117428]: from='client.529443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:21 smithi203 ceph-mon[117428]: pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:05:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:05:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:21 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:05:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:21 smithi137 ceph-mon[117020]: from='client.529443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:21 smithi137 ceph-mon[117020]: pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:05:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:05:21.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:21 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:05:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:23 smithi066 ceph-mon[112137]: pgmap v19563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:23 smithi203 ceph-mon[117428]: pgmap v19563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:23 smithi137 ceph-mon[117020]: pgmap v19563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:24.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:24 smithi066 ceph-mon[112137]: pgmap v19564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:24 smithi203 ceph-mon[117428]: pgmap v19564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:25.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:25.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:25.076 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:24 smithi137 ceph-mon[117020]: pgmap v19564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:25.807 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:25.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:25.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:25.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:25.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:25.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:25 smithi066 ceph-mon[112137]: from='client.529518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:25 smithi203 ceph-mon[117428]: from='client.529518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:25 smithi137 ceph-mon[117020]: from='client.529518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:26.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:26 smithi066 ceph-mon[112137]: pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:26 smithi203 ceph-mon[117428]: pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:26 smithi137 ceph-mon[117020]: pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:29.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:29 smithi066 ceph-mon[112137]: pgmap v19566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:29 smithi203 ceph-mon[117428]: pgmap v19566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:29 smithi137 ceph-mon[117020]: pgmap v19566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:30.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:30.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:30.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:31 smithi066 ceph-mon[112137]: pgmap v19567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:31.552 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:31.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:31.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:31.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:31.553 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:31 smithi203 ceph-mon[117428]: pgmap v19567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:31 smithi137 ceph-mon[117020]: pgmap v19567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:32.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:32 smithi066 ceph-mon[112137]: from='client.529596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:32 smithi203 ceph-mon[117428]: from='client.529596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:32 smithi137 ceph-mon[117020]: from='client.529596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:33.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:33 smithi066 ceph-mon[112137]: pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:33 smithi203 ceph-mon[117428]: pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:33 smithi137 ceph-mon[117020]: pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:34.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:34 smithi066 ceph-mon[112137]: pgmap v19569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:34 smithi203 ceph-mon[117428]: pgmap v19569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:34 smithi137 ceph-mon[117020]: pgmap v19569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:36.554 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:36.554 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:36.555 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:37.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:37.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:37.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:37.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:37.297 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:37 smithi066 ceph-mon[112137]: pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:37 smithi203 ceph-mon[117428]: pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:37 smithi137 ceph-mon[117020]: pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:38.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:38 smithi066 ceph-mon[112137]: from='client.529674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:38 smithi203 ceph-mon[117428]: from='client.529674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:38 smithi137 ceph-mon[117020]: from='client.529674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:39 smithi066 ceph-mon[112137]: pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:39 smithi203 ceph-mon[117428]: pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:39 smithi137 ceph-mon[117020]: pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:41.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:41 smithi066 ceph-mon[112137]: pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:41 smithi203 ceph-mon[117428]: pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:41 smithi137 ceph-mon[117020]: pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:42.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:42.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:42.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:43.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:43.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:43.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:43.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:43.024 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:43 smithi066 ceph-mon[112137]: pgmap v19573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:43 smithi066 ceph-mon[112137]: from='client.529749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:43 smithi203 ceph-mon[117428]: pgmap v19573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:43 smithi203 ceph-mon[117428]: from='client.529749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:43 smithi137 ceph-mon[117020]: pgmap v19573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:43 smithi137 ceph-mon[117020]: from='client.529749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:44.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:44 smithi066 ceph-mon[112137]: pgmap v19574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:44 smithi203 ceph-mon[117428]: pgmap v19574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:44 smithi137 ceph-mon[117020]: pgmap v19574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:47 smithi066 ceph-mon[112137]: pgmap v19575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:47 smithi203 ceph-mon[117428]: pgmap v19575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:47 smithi137 ceph-mon[117020]: pgmap v19575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:48.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:48.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:48.026 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:48.751 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:48.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:48.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:48.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:48.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:49 smithi066 ceph-mon[112137]: pgmap v19576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:49 smithi066 ceph-mon[112137]: from='client.529821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:49 smithi203 ceph-mon[117428]: pgmap v19576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:49 smithi203 ceph-mon[117428]: from='client.529821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:49 smithi137 ceph-mon[117020]: pgmap v19576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:49 smithi137 ceph-mon[117020]: from='client.529821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:51 smithi066 ceph-mon[112137]: pgmap v19577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:51 smithi203 ceph-mon[117428]: pgmap v19577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:51 smithi137 ceph-mon[117020]: pgmap v19577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:53 smithi066 ceph-mon[112137]: pgmap v19578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:53 smithi203 ceph-mon[117428]: pgmap v19578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:53 smithi137 ceph-mon[117020]: pgmap v19578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:53.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:53.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:53.753 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:54.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:54.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:54.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:54.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:05:54.484 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:05:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:54 smithi066 ceph-mon[112137]: pgmap v19579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:54.987 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:54 smithi066 ceph-mon[112137]: from='client.529899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:54 smithi203 ceph-mon[117428]: pgmap v19579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:54 smithi203 ceph-mon[117428]: from='client.529899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:54 smithi137 ceph-mon[117020]: pgmap v19579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:54 smithi137 ceph-mon[117020]: from='client.529899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:57 smithi066 ceph-mon[112137]: pgmap v19580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:57 smithi203 ceph-mon[117428]: pgmap v19580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:57 smithi137 ceph-mon[117020]: pgmap v19580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:59.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:05:59.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:59.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:05:59 smithi066 ceph-mon[112137]: pgmap v19581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:05:59 smithi203 ceph-mon[117428]: pgmap v19581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:05:59 smithi137 ceph-mon[117020]: pgmap v19581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:00.230 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:00.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:00.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:00.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:00.230 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:01 smithi066 ceph-mon[112137]: from='client.529974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:01.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:01 smithi066 ceph-mon[112137]: pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:01 smithi203 ceph-mon[117428]: from='client.529974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:01 smithi203 ceph-mon[117428]: pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:01 smithi137 ceph-mon[117020]: from='client.529974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:01 smithi137 ceph-mon[117020]: pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:03 smithi066 ceph-mon[112137]: pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:03 smithi203 ceph-mon[117428]: pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:03 smithi137 ceph-mon[117020]: pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:04 smithi203 ceph-mon[117428]: pgmap v19584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:04 smithi137 ceph-mon[117020]: pgmap v19584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:05.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:05.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:05.232 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:05.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:04 smithi066 ceph-mon[112137]: pgmap v19584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:05.955 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:05.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:05.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:05.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:05.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:05 smithi203 ceph-mon[117428]: from='client.530049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:06.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:05 smithi137 ceph-mon[117020]: from='client.530049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:06.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:05 smithi066 ceph-mon[112137]: from='client.530049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:07.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:06 smithi203 ceph-mon[117428]: pgmap v19585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:07.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:06 smithi137 ceph-mon[117020]: pgmap v19585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:07.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:06 smithi066 ceph-mon[112137]: pgmap v19585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:09.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:09 smithi066 ceph-mon[112137]: pgmap v19586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:09 smithi203 ceph-mon[117428]: pgmap v19586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:09 smithi137 ceph-mon[117020]: pgmap v19586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:10.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:10.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:10.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:11.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:11 smithi066 ceph-mon[112137]: pgmap v19587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:11 smithi203 ceph-mon[117428]: pgmap v19587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:11 smithi137 ceph-mon[117020]: pgmap v19587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:11.686 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:11.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:11.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:11.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:11.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:12.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:12 smithi066 ceph-mon[112137]: from='client.530121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:12.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:12 smithi203 ceph-mon[117428]: from='client.530121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:12.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:12 smithi137 ceph-mon[117020]: from='client.530121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:13 smithi066 ceph-mon[112137]: pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:13 smithi203 ceph-mon[117428]: pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:13 smithi137 ceph-mon[117020]: pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:14 smithi203 ceph-mon[117428]: pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:14 smithi137 ceph-mon[117020]: pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:14 smithi066 ceph-mon[112137]: pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:16.688 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:16.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:16.689 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:17.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:17.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:17.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:17.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:17.416 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:17 smithi066 ceph-mon[112137]: pgmap v19590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:17 smithi203 ceph-mon[117428]: pgmap v19590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:17 smithi137 ceph-mon[117020]: pgmap v19590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:18 smithi066 ceph-mon[112137]: from='client.530193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:18 smithi203 ceph-mon[117428]: from='client.530193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:18 smithi137 ceph-mon[117020]: from='client.530193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:19 smithi066 ceph-mon[112137]: pgmap v19591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:19 smithi203 ceph-mon[117428]: pgmap v19591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:19 smithi137 ceph-mon[117020]: pgmap v19591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:21 smithi066 ceph-mon[112137]: pgmap v19592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:21 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:06:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:21 smithi203 ceph-mon[117428]: pgmap v19592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:21 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:06:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:21 smithi137 ceph-mon[117020]: pgmap v19592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:21 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:06:22.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:22.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:22.418 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:06:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:06:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:06:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:06:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:06:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:06:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:06:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:06:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:06:23.146 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:23.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:23.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:23.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:23.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:23 smithi066 ceph-mon[112137]: pgmap v19593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:23 smithi203 ceph-mon[117428]: pgmap v19593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:23 smithi137 ceph-mon[117020]: pgmap v19593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:24.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:24 smithi066 ceph-mon[112137]: from='client.530268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:24 smithi203 ceph-mon[117428]: from='client.530268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:24 smithi137 ceph-mon[117020]: from='client.530268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:25 smithi066 ceph-mon[112137]: pgmap v19594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:25 smithi203 ceph-mon[117428]: pgmap v19594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:25 smithi137 ceph-mon[117020]: pgmap v19594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:27 smithi066 ceph-mon[112137]: pgmap v19595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:27 smithi203 ceph-mon[117428]: pgmap v19595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:27 smithi137 ceph-mon[117020]: pgmap v19595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:28.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:28.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:28.148 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:28.878 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:28.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:28.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:28.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:28.878 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:29 smithi203 ceph-mon[117428]: pgmap v19596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:29 smithi203 ceph-mon[117428]: from='client.530346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:29 smithi137 ceph-mon[117020]: pgmap v19596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:29 smithi137 ceph-mon[117020]: from='client.530346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:29.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:29 smithi066 ceph-mon[112137]: pgmap v19596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:29 smithi066 ceph-mon[112137]: from='client.530346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:31 smithi203 ceph-mon[117428]: pgmap v19597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:31 smithi137 ceph-mon[117020]: pgmap v19597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:31 smithi066 ceph-mon[112137]: pgmap v19597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:33 smithi203 ceph-mon[117428]: pgmap v19598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:33 smithi137 ceph-mon[117020]: pgmap v19598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:33 smithi066 ceph-mon[112137]: pgmap v19598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:33.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:33.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:33.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:34.612 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:34.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:34.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:34.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:34.613 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:34 smithi203 ceph-mon[117428]: pgmap v19599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:34 smithi203 ceph-mon[117428]: from='client.530421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:34 smithi137 ceph-mon[117020]: pgmap v19599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:34 smithi137 ceph-mon[117020]: from='client.530421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:35.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:34 smithi066 ceph-mon[112137]: pgmap v19599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:34 smithi066 ceph-mon[112137]: from='client.530421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:37 smithi066 ceph-mon[112137]: pgmap v19600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:37 smithi203 ceph-mon[117428]: pgmap v19600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:37 smithi137 ceph-mon[117020]: pgmap v19600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:39 smithi066 ceph-mon[112137]: pgmap v19601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:39 smithi203 ceph-mon[117428]: pgmap v19601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:39.614 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:39.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:39.614 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:39 smithi137 ceph-mon[117020]: pgmap v19601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:40.357 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:40.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:40.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:40.357 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:40.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:41 smithi066 ceph-mon[112137]: from='client.530499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:41 smithi066 ceph-mon[112137]: pgmap v19602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:41 smithi203 ceph-mon[117428]: from='client.530499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:41 smithi203 ceph-mon[117428]: pgmap v19602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:41 smithi137 ceph-mon[117020]: from='client.530499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:41 smithi137 ceph-mon[117020]: pgmap v19602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:43.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:43 smithi066 ceph-mon[112137]: pgmap v19603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:43 smithi203 ceph-mon[117428]: pgmap v19603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:43 smithi137 ceph-mon[117020]: pgmap v19603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:44 smithi203 ceph-mon[117428]: pgmap v19604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:44 smithi137 ceph-mon[117020]: pgmap v19604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:45.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:44 smithi066 ceph-mon[112137]: pgmap v19604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:45.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:45.359 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:45.359 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:46.086 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:46.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:46.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:46.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:46.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:47 smithi066 ceph-mon[112137]: from='client.530574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:47 smithi066 ceph-mon[112137]: pgmap v19605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:47 smithi203 ceph-mon[117428]: from='client.530574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:47 smithi203 ceph-mon[117428]: pgmap v19605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:47 smithi137 ceph-mon[117020]: from='client.530574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:47 smithi137 ceph-mon[117020]: pgmap v19605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:49 smithi066 ceph-mon[112137]: pgmap v19606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:49 smithi203 ceph-mon[117428]: pgmap v19606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:49 smithi137 ceph-mon[117020]: pgmap v19606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:51.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:51.088 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:51.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:51 smithi066 ceph-mon[112137]: pgmap v19607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:51 smithi203 ceph-mon[117428]: pgmap v19607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:51 smithi137 ceph-mon[117020]: pgmap v19607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:51.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:51.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:51.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:51.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:51.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:52.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:52 smithi066 ceph-mon[112137]: from='client.530649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:52.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:52 smithi203 ceph-mon[117428]: from='client.530649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:52.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:52 smithi137 ceph-mon[117020]: from='client.530649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:53.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:53 smithi066 ceph-mon[112137]: pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:53 smithi203 ceph-mon[117428]: pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:53 smithi137 ceph-mon[117020]: pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:54 smithi203 ceph-mon[117428]: pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:54 smithi137 ceph-mon[117020]: pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:54 smithi066 ceph-mon[112137]: pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:56.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:06:56.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:56.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:57 smithi066 ceph-mon[112137]: pgmap v19610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:57.556 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:06:57.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:57.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:57.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:57.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:06:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:57 smithi203 ceph-mon[117428]: pgmap v19610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:57 smithi137 ceph-mon[117020]: pgmap v19610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:58.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:58 smithi066 ceph-mon[112137]: from='client.530724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:58 smithi203 ceph-mon[117428]: from='client.530724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:58 smithi137 ceph-mon[117020]: from='client.530724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:59.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:06:59 smithi066 ceph-mon[112137]: pgmap v19611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:06:59 smithi203 ceph-mon[117428]: pgmap v19611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:06:59 smithi137 ceph-mon[117020]: pgmap v19611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:01 smithi066 ceph-mon[112137]: pgmap v19612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:01 smithi203 ceph-mon[117428]: pgmap v19612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:01 smithi137 ceph-mon[117020]: pgmap v19612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:02.557 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:02.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:02.558 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:03.281 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:03.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:03.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:03.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:03.282 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:03 smithi066 ceph-mon[112137]: pgmap v19613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:03.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:03 smithi203 ceph-mon[117428]: pgmap v19613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:03 smithi137 ceph-mon[117020]: pgmap v19613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:04 smithi066 ceph-mon[112137]: from='client.530796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:04 smithi203 ceph-mon[117428]: from='client.530796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:04 smithi137 ceph-mon[117020]: from='client.530796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:05 smithi066 ceph-mon[112137]: pgmap v19614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:05.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:05 smithi203 ceph-mon[117428]: pgmap v19614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:05.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:05 smithi137 ceph-mon[117020]: pgmap v19614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:07 smithi066 ceph-mon[112137]: pgmap v19615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:07 smithi203 ceph-mon[117428]: pgmap v19615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:07 smithi137 ceph-mon[117020]: pgmap v19615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:08.283 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:08.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:08.284 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:09.013 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:09.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:09.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:09.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:09.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:09.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:09 smithi066 ceph-mon[112137]: pgmap v19616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:09.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:09 smithi066 ceph-mon[112137]: from='client.530874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:09 smithi203 ceph-mon[117428]: pgmap v19616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:09 smithi203 ceph-mon[117428]: from='client.530874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:09 smithi137 ceph-mon[117020]: pgmap v19616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:09 smithi137 ceph-mon[117020]: from='client.530874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:11.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:11 smithi066 ceph-mon[112137]: pgmap v19617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:11 smithi203 ceph-mon[117428]: pgmap v19617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:11 smithi137 ceph-mon[117020]: pgmap v19617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:13 smithi066 ceph-mon[112137]: pgmap v19618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:13 smithi203 ceph-mon[117428]: pgmap v19618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:13 smithi137 ceph-mon[117020]: pgmap v19618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:14.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:14.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:14.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:14.744 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:14.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:14.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:14.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:14.745 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:14 smithi203 ceph-mon[117428]: pgmap v19619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:14 smithi203 ceph-mon[117428]: from='client.530949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:14 smithi137 ceph-mon[117020]: pgmap v19619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:14 smithi137 ceph-mon[117020]: from='client.530949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:14 smithi066 ceph-mon[112137]: pgmap v19619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:14 smithi066 ceph-mon[112137]: from='client.530949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:17 smithi066 ceph-mon[112137]: pgmap v19620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:17 smithi203 ceph-mon[117428]: pgmap v19620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:17 smithi137 ceph-mon[117020]: pgmap v19620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:19.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:19 smithi066 ceph-mon[112137]: pgmap v19621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:19 smithi203 ceph-mon[117428]: pgmap v19621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:19 smithi137 ceph-mon[117020]: pgmap v19621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:19.746 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:19.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:19.746 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:20.480 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:20.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:20.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:20.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:20.481 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:21.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:21 smithi066 ceph-mon[112137]: from='client.531024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:21 smithi066 ceph-mon[112137]: pgmap v19622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:21 smithi203 ceph-mon[117428]: from='client.531024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:21 smithi203 ceph-mon[117428]: pgmap v19622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:21 smithi137 ceph-mon[117020]: from='client.531024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:21 smithi137 ceph-mon[117020]: pgmap v19622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:07:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:07:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:07:22.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:22 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:07:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:07:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:07:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:07:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:22 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:07:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:07:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:07:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:07:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:22 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:07:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:23 smithi066 ceph-mon[112137]: pgmap v19623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:23 smithi203 ceph-mon[117428]: pgmap v19623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:23 smithi137 ceph-mon[117020]: pgmap v19623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:24 smithi203 ceph-mon[117428]: pgmap v19624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:24 smithi137 ceph-mon[117020]: pgmap v19624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:25.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:24 smithi066 ceph-mon[112137]: pgmap v19624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:25.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:25.482 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:25.482 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:26.211 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:26.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:26.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:26.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:26.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:27 smithi066 ceph-mon[112137]: from='client.531099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:27 smithi066 ceph-mon[112137]: pgmap v19625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:27 smithi203 ceph-mon[117428]: from='client.531099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:27 smithi203 ceph-mon[117428]: pgmap v19625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:27 smithi137 ceph-mon[117020]: from='client.531099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:27 smithi137 ceph-mon[117020]: pgmap v19625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:29.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:29 smithi066 ceph-mon[112137]: pgmap v19626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:29 smithi203 ceph-mon[117428]: pgmap v19626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:29 smithi137 ceph-mon[117020]: pgmap v19626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:31.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:31.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:31.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:31 smithi066 ceph-mon[112137]: pgmap v19627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:31 smithi203 ceph-mon[117428]: pgmap v19627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:31 smithi137 ceph-mon[117020]: pgmap v19627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:31.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:31.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:31.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:31.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:31.943 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:32.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:32 smithi066 ceph-mon[112137]: from='client.531174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:32.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:32 smithi203 ceph-mon[117428]: from='client.531174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:32.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:32 smithi137 ceph-mon[117020]: from='client.531174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:33.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:33 smithi066 ceph-mon[112137]: pgmap v19628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:33 smithi203 ceph-mon[117428]: pgmap v19628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:33 smithi137 ceph-mon[117020]: pgmap v19628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:34 smithi203 ceph-mon[117428]: pgmap v19629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:34 smithi137 ceph-mon[117020]: pgmap v19629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:34 smithi066 ceph-mon[112137]: pgmap v19629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:36.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:36.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:36.945 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:37 smithi066 ceph-mon[112137]: pgmap v19630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:37 smithi203 ceph-mon[117428]: pgmap v19630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:37 smithi137 ceph-mon[117020]: pgmap v19630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:37.677 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:37.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:37.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:37.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:37.677 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:38.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:38 smithi066 ceph-mon[112137]: from='client.531252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:38.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:38 smithi203 ceph-mon[117428]: from='client.531252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:38.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:38 smithi137 ceph-mon[117020]: from='client.531252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:39 smithi066 ceph-mon[112137]: pgmap v19631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:39 smithi203 ceph-mon[117428]: pgmap v19631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:39 smithi137 ceph-mon[117020]: pgmap v19631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:41 smithi066 ceph-mon[112137]: pgmap v19632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:41 smithi203 ceph-mon[117428]: pgmap v19632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:41 smithi137 ceph-mon[117020]: pgmap v19632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:42.678 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:42.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:42.679 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:43.402 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:43.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:43.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:43.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:43.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:43 smithi066 ceph-mon[112137]: pgmap v19633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:43 smithi203 ceph-mon[117428]: pgmap v19633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:43.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:43 smithi137 ceph-mon[117020]: pgmap v19633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:44.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:44 smithi066 ceph-mon[112137]: from='client.531327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:44 smithi203 ceph-mon[117428]: from='client.531327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:44 smithi137 ceph-mon[117020]: from='client.531327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:45.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:45 smithi066 ceph-mon[112137]: pgmap v19634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:45 smithi203 ceph-mon[117428]: pgmap v19634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:45.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:45 smithi137 ceph-mon[117020]: pgmap v19634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:47.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:47 smithi066 ceph-mon[112137]: pgmap v19635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:47 smithi203 ceph-mon[117428]: pgmap v19635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:47 smithi137 ceph-mon[117020]: pgmap v19635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:48.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:48.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:48.404 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:49.138 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:49.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:49.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:49.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:49.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:49 smithi066 ceph-mon[112137]: pgmap v19636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:49 smithi203 ceph-mon[117428]: pgmap v19636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:49 smithi137 ceph-mon[117020]: pgmap v19636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:50.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:50 smithi066 ceph-mon[112137]: from='client.531405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:50 smithi203 ceph-mon[117428]: from='client.531405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:50 smithi137 ceph-mon[117020]: from='client.531405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:51.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:51 smithi066 ceph-mon[112137]: pgmap v19637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:51 smithi203 ceph-mon[117428]: pgmap v19637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:51 smithi137 ceph-mon[117020]: pgmap v19637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:53 smithi066 ceph-mon[112137]: pgmap v19638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:53 smithi203 ceph-mon[117428]: pgmap v19638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:53 smithi137 ceph-mon[117020]: pgmap v19638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:54.140 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:54.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:54.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:54.874 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:07:54.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:54.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:54.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:54.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:07:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:54 smithi203 ceph-mon[117428]: pgmap v19639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:54 smithi203 ceph-mon[117428]: from='client.531480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:54 smithi137 ceph-mon[117020]: pgmap v19639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:54 smithi137 ceph-mon[117020]: from='client.531480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:54 smithi066 ceph-mon[112137]: pgmap v19639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:54 smithi066 ceph-mon[112137]: from='client.531480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:57 smithi066 ceph-mon[112137]: pgmap v19640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:07:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:57 smithi203 ceph-mon[117428]: pgmap v19640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:07:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:57 smithi137 ceph-mon[117020]: pgmap v19640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:07:59.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:07:59 smithi066 ceph-mon[112137]: pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:07:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:07:59 smithi203 ceph-mon[117428]: pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:07:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:07:59 smithi137 ceph-mon[117020]: pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:07:59.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:07:59.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:59.877 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:00.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:00.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:00.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:00.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:00.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:01 smithi066 ceph-mon[112137]: pgmap v19642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:01 smithi066 ceph-mon[112137]: from='client.531549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:01 smithi203 ceph-mon[117428]: pgmap v19642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:01 smithi203 ceph-mon[117428]: from='client.531549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:01 smithi137 ceph-mon[117020]: pgmap v19642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:01 smithi137 ceph-mon[117020]: from='client.531549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:03.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:03 smithi066 ceph-mon[112137]: pgmap v19643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:03 smithi203 ceph-mon[117428]: pgmap v19643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:03 smithi137 ceph-mon[117020]: pgmap v19643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:04 smithi203 ceph-mon[117428]: pgmap v19644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:04 smithi137 ceph-mon[117020]: pgmap v19644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:04 smithi066 ceph-mon[112137]: pgmap v19644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:05.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:05.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:05.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:06.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:06.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:06.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:06.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:06.336 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:07.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:07 smithi066 ceph-mon[112137]: from='client.531624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:07 smithi066 ceph-mon[112137]: pgmap v19645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:07 smithi203 ceph-mon[117428]: from='client.531624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:07 smithi203 ceph-mon[117428]: pgmap v19645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:07 smithi137 ceph-mon[117020]: from='client.531624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:07 smithi137 ceph-mon[117020]: pgmap v19645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:09.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:09 smithi066 ceph-mon[112137]: pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:08:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:09 smithi203 ceph-mon[117428]: pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:08:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:09 smithi137 ceph-mon[117020]: pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:08:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:11.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:11 smithi066 ceph-mon[112137]: pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:08:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:11 smithi203 ceph-mon[117428]: pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:08:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:11 smithi137 ceph-mon[117020]: pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:08:12.081 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:12.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:12.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:12.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:12.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:13 smithi066 ceph-mon[112137]: from='client.531696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:13 smithi066 ceph-mon[112137]: pgmap v19648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:13 smithi203 ceph-mon[117428]: from='client.531696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:13 smithi203 ceph-mon[117428]: pgmap v19648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:13 smithi137 ceph-mon[117020]: from='client.531696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:13 smithi137 ceph-mon[117020]: pgmap v19648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:14 smithi203 ceph-mon[117428]: pgmap v19649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:14 smithi137 ceph-mon[117020]: pgmap v19649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:14 smithi066 ceph-mon[112137]: pgmap v19649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:17.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:17.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:17.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:17.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:17 smithi066 ceph-mon[112137]: pgmap v19650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:17 smithi203 ceph-mon[117428]: pgmap v19650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:17 smithi137 ceph-mon[117020]: pgmap v19650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:17.826 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:17.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:17.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:17.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:17.827 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:18.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:18 smithi066 ceph-mon[112137]: from='client.531774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:18.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:18 smithi203 ceph-mon[117428]: from='client.531774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:18.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:18 smithi137 ceph-mon[117020]: from='client.531774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:19.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:19 smithi066 ceph-mon[112137]: pgmap v19651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:19 smithi203 ceph-mon[117428]: pgmap v19651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:19 smithi137 ceph-mon[117020]: pgmap v19651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:21 smithi066 ceph-mon[112137]: pgmap v19652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:21 smithi203 ceph-mon[117428]: pgmap v19652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:21 smithi137 ceph-mon[117020]: pgmap v19652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:22.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:22 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:08:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:22 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:08:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:22 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:08:22.828 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:22.828 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:22.828 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:23 smithi066 ceph-mon[112137]: pgmap v19653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:08:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:08:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:23 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:08:23.547 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:23.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:23.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:23.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:23.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:23 smithi203 ceph-mon[117428]: pgmap v19653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:08:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:08:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:23 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:08:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:23 smithi137 ceph-mon[117020]: pgmap v19653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:08:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:08:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:23 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:08:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:24 smithi066 ceph-mon[112137]: from='client.531849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:24 smithi203 ceph-mon[117428]: from='client.531849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:24 smithi137 ceph-mon[117020]: from='client.531849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:25.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:25 smithi066 ceph-mon[112137]: pgmap v19654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:25 smithi203 ceph-mon[117428]: pgmap v19654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:25 smithi137 ceph-mon[117020]: pgmap v19654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:27.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:27 smithi066 ceph-mon[112137]: pgmap v19655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:27 smithi203 ceph-mon[117428]: pgmap v19655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:27 smithi137 ceph-mon[117020]: pgmap v19655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:28.549 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:28.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:28.550 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:29.274 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:29.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:29.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:29.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:29.275 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:29.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:29 smithi066 ceph-mon[112137]: pgmap v19656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:29 smithi203 ceph-mon[117428]: pgmap v19656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:29 smithi137 ceph-mon[117020]: pgmap v19656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:30.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:30 smithi066 ceph-mon[112137]: from='client.531918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:30 smithi203 ceph-mon[117428]: from='client.531918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:30 smithi137 ceph-mon[117020]: from='client.531918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:31.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:31 smithi066 ceph-mon[112137]: pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:31 smithi203 ceph-mon[117428]: pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:31 smithi137 ceph-mon[117020]: pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:33 smithi203 ceph-mon[117428]: pgmap v19658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:33 smithi137 ceph-mon[117020]: pgmap v19658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:33.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:33 smithi066 ceph-mon[112137]: pgmap v19658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:34.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:34.276 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:34.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:35.006 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:35.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:35.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:35.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:35.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:34 smithi203 ceph-mon[117428]: pgmap v19659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:34 smithi203 ceph-mon[117428]: from='client.531996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:34 smithi137 ceph-mon[117020]: pgmap v19659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:34 smithi137 ceph-mon[117020]: from='client.531996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:34 smithi066 ceph-mon[112137]: pgmap v19659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:34 smithi066 ceph-mon[112137]: from='client.531996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:37 smithi066 ceph-mon[112137]: pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:08:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:37 smithi203 ceph-mon[117428]: pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:08:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:37 smithi137 ceph-mon[117020]: pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:08:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:39 smithi066 ceph-mon[112137]: pgmap v19661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:08:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:39 smithi203 ceph-mon[117428]: pgmap v19661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:08:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:39 smithi137 ceph-mon[117020]: pgmap v19661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:08:40.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:40.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:40.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:40.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:40.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:40.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:40.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:40.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:41 smithi066 ceph-mon[112137]: pgmap v19662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:41 smithi066 ceph-mon[112137]: from='client.532074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:41 smithi203 ceph-mon[117428]: pgmap v19662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:41 smithi203 ceph-mon[117428]: from='client.532074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:41 smithi137 ceph-mon[117020]: pgmap v19662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:41 smithi137 ceph-mon[117020]: from='client.532074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:43 smithi066 ceph-mon[112137]: pgmap v19663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:43 smithi203 ceph-mon[117428]: pgmap v19663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:43 smithi137 ceph-mon[117020]: pgmap v19663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:44 smithi203 ceph-mon[117428]: pgmap v19664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:44 smithi137 ceph-mon[117020]: pgmap v19664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:44 smithi066 ceph-mon[112137]: pgmap v19664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:45.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:45.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:45.735 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:46.482 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:46.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:46.482 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:46.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:46.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:47 smithi066 ceph-mon[112137]: from='client.532152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:47 smithi066 ceph-mon[112137]: pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:47 smithi203 ceph-mon[117428]: from='client.532152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:47 smithi203 ceph-mon[117428]: pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:47 smithi137 ceph-mon[117020]: from='client.532152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:47 smithi137 ceph-mon[117020]: pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:49 smithi066 ceph-mon[112137]: pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:08:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:49 smithi203 ceph-mon[117428]: pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:08:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:49 smithi137 ceph-mon[117020]: pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:08:51.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:51.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:51.484 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:51.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:51 smithi066 ceph-mon[112137]: pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:08:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:51 smithi203 ceph-mon[117428]: pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:08:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:51 smithi137 ceph-mon[117020]: pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:08:52.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:52.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:52.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:52.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:52.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:53 smithi066 ceph-mon[112137]: from='client.532230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:53.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:53 smithi066 ceph-mon[112137]: pgmap v19668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:53 smithi203 ceph-mon[117428]: from='client.532230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:53.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:53 smithi203 ceph-mon[117428]: pgmap v19668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:53 smithi137 ceph-mon[117020]: from='client.532230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:53.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:53 smithi137 ceph-mon[117020]: pgmap v19668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:54 smithi203 ceph-mon[117428]: pgmap v19669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:54 smithi137 ceph-mon[117020]: pgmap v19669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:54 smithi066 ceph-mon[112137]: pgmap v19669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:57.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:08:57.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:57.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:57.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:57 smithi066 ceph-mon[112137]: pgmap v19670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:57 smithi203 ceph-mon[117428]: pgmap v19670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:57 smithi137 ceph-mon[117020]: pgmap v19670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:57.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:08:57.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:57.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:57.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:57.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:08:58.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:58 smithi066 ceph-mon[112137]: from='client.532305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:58.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:58 smithi203 ceph-mon[117428]: from='client.532305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:58.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:58 smithi137 ceph-mon[117020]: from='client.532305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:59.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:08:59 smithi066 ceph-mon[112137]: pgmap v19671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:08:59 smithi203 ceph-mon[117428]: pgmap v19671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:08:59 smithi137 ceph-mon[117020]: pgmap v19671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:01 smithi066 ceph-mon[112137]: pgmap v19672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:01 smithi203 ceph-mon[117428]: pgmap v19672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:01 smithi137 ceph-mon[117020]: pgmap v19672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:02.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:02.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:02.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:03.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:03 smithi066 ceph-mon[112137]: pgmap v19673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:03 smithi203 ceph-mon[117428]: pgmap v19673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:03 smithi137 ceph-mon[117020]: pgmap v19673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:03.682 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:03.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:03.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:03.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:03.683 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:04.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:04 smithi066 ceph-mon[112137]: from='client.532377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:04 smithi203 ceph-mon[117428]: from='client.532377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:04.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:04 smithi137 ceph-mon[117020]: from='client.532377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:05.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:05 smithi066 ceph-mon[112137]: pgmap v19674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:05.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:05 smithi203 ceph-mon[117428]: pgmap v19674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:05.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:05 smithi137 ceph-mon[117020]: pgmap v19674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:07 smithi066 ceph-mon[112137]: pgmap v19675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:07 smithi203 ceph-mon[117428]: pgmap v19675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:07.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:07 smithi137 ceph-mon[117020]: pgmap v19675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:08.684 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:08.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:08.685 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:09.418 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:09.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:09.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:09.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:09.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:09.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:09 smithi066 ceph-mon[112137]: pgmap v19676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:09 smithi203 ceph-mon[117428]: pgmap v19676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:09 smithi137 ceph-mon[117020]: pgmap v19676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:10.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:10 smithi066 ceph-mon[112137]: from='client.532449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:10 smithi203 ceph-mon[117428]: from='client.532449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:10 smithi137 ceph-mon[117020]: from='client.532449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:11.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:11 smithi066 ceph-mon[112137]: pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:11 smithi203 ceph-mon[117428]: pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:11 smithi137 ceph-mon[117020]: pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:13 smithi066 ceph-mon[112137]: pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:13 smithi203 ceph-mon[117428]: pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:13 smithi137 ceph-mon[117020]: pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:14.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:14.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:14.420 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:14 smithi203 ceph-mon[117428]: pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:14 smithi137 ceph-mon[117020]: pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:15.155 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:15.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:15.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:15.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:15.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:14 smithi066 ceph-mon[112137]: pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:15 smithi203 ceph-mon[117428]: from='client.532524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:16.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:15 smithi137 ceph-mon[117020]: from='client.532524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:15 smithi066 ceph-mon[112137]: from='client.532524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:16 smithi203 ceph-mon[117428]: pgmap v19680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:16 smithi137 ceph-mon[117020]: pgmap v19680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:16 smithi066 ceph-mon[112137]: pgmap v19680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:19.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:19 smithi066 ceph-mon[112137]: pgmap v19681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:19 smithi203 ceph-mon[117428]: pgmap v19681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:19 smithi137 ceph-mon[117020]: pgmap v19681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:20.157 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:20.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:20.158 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:20.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:20.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:20.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:20.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:20.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:21 smithi066 ceph-mon[112137]: pgmap v19682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:21 smithi066 ceph-mon[112137]: from='client.532599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:21 smithi203 ceph-mon[117428]: pgmap v19682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:21 smithi203 ceph-mon[117428]: from='client.532599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:21 smithi137 ceph-mon[117020]: pgmap v19682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:21 smithi137 ceph-mon[117020]: from='client.532599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:23 smithi066 ceph-mon[112137]: pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:23.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:23 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:09:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:23 smithi203 ceph-mon[117428]: pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:23 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:09:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:23 smithi137 ceph-mon[117020]: pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:23 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:09:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:09:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:09:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:09:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:09:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:09:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:09:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:09:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:09:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:09:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:25 smithi066 ceph-mon[112137]: pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:25 smithi203 ceph-mon[117428]: pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:25 smithi137 ceph-mon[117020]: pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:25.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:25.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:25.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:26.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:26.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:26.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:26.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:26.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:27 smithi066 ceph-mon[112137]: pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:27 smithi066 ceph-mon[112137]: from='client.532677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:27 smithi203 ceph-mon[117428]: pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:27 smithi203 ceph-mon[117428]: from='client.532677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:27 smithi137 ceph-mon[117020]: pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:27 smithi137 ceph-mon[117020]: from='client.532677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:29.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:29 smithi066 ceph-mon[112137]: pgmap v19686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:29 smithi203 ceph-mon[117428]: pgmap v19686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:29 smithi137 ceph-mon[117020]: pgmap v19686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:31.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:31 smithi066 ceph-mon[112137]: pgmap v19687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:31 smithi203 ceph-mon[117428]: pgmap v19687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:31 smithi137 ceph-mon[117020]: pgmap v19687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:31.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:31.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:31.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:32.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:32.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:32.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:32.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:32.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:33.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:33 smithi066 ceph-mon[112137]: from='client.532752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:33.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:33 smithi066 ceph-mon[112137]: pgmap v19688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:33 smithi203 ceph-mon[117428]: from='client.532752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:33 smithi203 ceph-mon[117428]: pgmap v19688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:33 smithi137 ceph-mon[117020]: from='client.532752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:33 smithi137 ceph-mon[117020]: pgmap v19688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:34 smithi203 ceph-mon[117428]: pgmap v19689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:34 smithi137 ceph-mon[117020]: pgmap v19689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:34 smithi066 ceph-mon[112137]: pgmap v19689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:37.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:37.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:37.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:37.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:37 smithi066 ceph-mon[112137]: pgmap v19690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:37 smithi203 ceph-mon[117428]: pgmap v19690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:37 smithi137 ceph-mon[117020]: pgmap v19690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:38.103 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:38.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:38.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:38.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:38.103 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:39.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:39 smithi066 ceph-mon[112137]: from='client.532824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:39 smithi066 ceph-mon[112137]: pgmap v19691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:39 smithi203 ceph-mon[117428]: from='client.532824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:39 smithi203 ceph-mon[117428]: pgmap v19691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:39 smithi137 ceph-mon[117020]: from='client.532824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:39 smithi137 ceph-mon[117020]: pgmap v19691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:41 smithi066 ceph-mon[112137]: pgmap v19692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:41 smithi203 ceph-mon[117428]: pgmap v19692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:41 smithi137 ceph-mon[117020]: pgmap v19692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:43.104 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:43.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:43.105 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:43.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:43 smithi066 ceph-mon[112137]: pgmap v19693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:43 smithi203 ceph-mon[117428]: pgmap v19693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:43 smithi137 ceph-mon[117020]: pgmap v19693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:43.844 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:43.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:43.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:43.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:43.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:44.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:44 smithi066 ceph-mon[112137]: from='client.532899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:44.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:44 smithi203 ceph-mon[117428]: from='client.532899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:44.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:44 smithi137 ceph-mon[117020]: from='client.532899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:45 smithi066 ceph-mon[112137]: pgmap v19694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:45 smithi203 ceph-mon[117428]: pgmap v19694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:45.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:45 smithi137 ceph-mon[117020]: pgmap v19694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:47 smithi066 ceph-mon[112137]: pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:47 smithi203 ceph-mon[117428]: pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:47 smithi137 ceph-mon[117020]: pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:48.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:48.846 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:48.846 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:49.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:49 smithi066 ceph-mon[112137]: pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:49.565 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:49.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:49.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:49.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:49.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:49 smithi203 ceph-mon[117428]: pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:49 smithi137 ceph-mon[117020]: pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:50 smithi203 ceph-mon[117428]: from='client.532977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:50 smithi137 ceph-mon[117020]: from='client.532977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:50.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:50 smithi066 ceph-mon[112137]: from='client.532977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:51 smithi203 ceph-mon[117428]: pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:51 smithi137 ceph-mon[117020]: pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:51.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:51 smithi066 ceph-mon[112137]: pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:53 smithi203 ceph-mon[117428]: pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:53 smithi137 ceph-mon[117020]: pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:53 smithi066 ceph-mon[112137]: pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:54.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:09:54.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:54.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:54 smithi203 ceph-mon[117428]: pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:54 smithi137 ceph-mon[117020]: pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:54 smithi066 ceph-mon[112137]: pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:55.301 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:09:55.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:55.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:55.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:55.302 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:09:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:55 smithi203 ceph-mon[117428]: from='client.533055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:56.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:55 smithi137 ceph-mon[117020]: from='client.533055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:55 smithi066 ceph-mon[112137]: from='client.533055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:56 smithi203 ceph-mon[117428]: pgmap v19700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:56 smithi137 ceph-mon[117020]: pgmap v19700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:56 smithi066 ceph-mon[112137]: pgmap v19700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:59.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:09:59 smithi066 ceph-mon[112137]: pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:09:59 smithi203 ceph-mon[117428]: pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:09:59 smithi137 ceph-mon[117020]: pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:00.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:00.303 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:00.303 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:00.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T04:10:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T04:10:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T04:10:01.035 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:01.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:01.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:01.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:01.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:01 smithi066 ceph-mon[112137]: pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:01.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:01 smithi066 ceph-mon[112137]: from='client.533130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:01 smithi203 ceph-mon[117428]: pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:01 smithi203 ceph-mon[117428]: from='client.533130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:01 smithi137 ceph-mon[117020]: pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:01 smithi137 ceph-mon[117020]: from='client.533130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:03.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:03 smithi066 ceph-mon[112137]: pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:03 smithi203 ceph-mon[117428]: pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:03 smithi137 ceph-mon[117020]: pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:04 smithi203 ceph-mon[117428]: pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:04 smithi137 ceph-mon[117020]: pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:04 smithi066 ceph-mon[112137]: pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:06.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:06.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:06.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:06.761 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:06.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:06.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:06.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:06.762 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:07 smithi066 ceph-mon[112137]: pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:07 smithi066 ceph-mon[112137]: from='client.533199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:07 smithi203 ceph-mon[117428]: pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:07 smithi203 ceph-mon[117428]: from='client.533199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:07 smithi137 ceph-mon[117020]: pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:07 smithi137 ceph-mon[117020]: from='client.533199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:09.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:09 smithi066 ceph-mon[112137]: pgmap v19706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:09 smithi203 ceph-mon[117428]: pgmap v19706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:09 smithi137 ceph-mon[117020]: pgmap v19706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:11.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:11 smithi066 ceph-mon[112137]: pgmap v19707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:11 smithi203 ceph-mon[117428]: pgmap v19707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:11 smithi137 ceph-mon[117020]: pgmap v19707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:11.763 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:11.763 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:11.764 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:12.491 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:12.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:12.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:12.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:12.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:13.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:13 smithi066 ceph-mon[112137]: from='client.533274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:13.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:13 smithi066 ceph-mon[112137]: pgmap v19708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:13 smithi203 ceph-mon[117428]: from='client.533274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:13 smithi203 ceph-mon[117428]: pgmap v19708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:13 smithi137 ceph-mon[117020]: from='client.533274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:13 smithi137 ceph-mon[117020]: pgmap v19708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:14 smithi203 ceph-mon[117428]: pgmap v19709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:14 smithi137 ceph-mon[117020]: pgmap v19709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:14 smithi066 ceph-mon[112137]: pgmap v19709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:17 smithi066 ceph-mon[112137]: pgmap v19710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:17.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:17.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:17.493 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:17 smithi203 ceph-mon[117428]: pgmap v19710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:17 smithi137 ceph-mon[117020]: pgmap v19710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:18.228 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:18.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:18.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:18.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:18.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:19.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:19 smithi066 ceph-mon[112137]: from='client.533352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:19.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:19 smithi066 ceph-mon[112137]: pgmap v19711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:19 smithi203 ceph-mon[117428]: from='client.533352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:19 smithi203 ceph-mon[117428]: pgmap v19711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:19 smithi137 ceph-mon[117020]: from='client.533352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:19 smithi137 ceph-mon[117020]: pgmap v19711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:21.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:21 smithi066 ceph-mon[112137]: pgmap v19712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:21 smithi203 ceph-mon[117428]: pgmap v19712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:21 smithi137 ceph-mon[117020]: pgmap v19712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:23.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:23.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:23.230 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:23.487 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:23 smithi066 ceph-mon[112137]: pgmap v19713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:23 smithi203 ceph-mon[117428]: pgmap v19713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:23 smithi137 ceph-mon[117020]: pgmap v19713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:23.992 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:23.992 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:23.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:23.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:23.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:10:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:24 smithi066 ceph-mon[112137]: from='client.533430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:10:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:10:24.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:10:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:10:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:24 smithi203 ceph-mon[117428]: from='client.533430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:10:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:10:24.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:10:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:10:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:24 smithi137 ceph-mon[117020]: from='client.533430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:10:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:10:24.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:10:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:25 smithi066 ceph-mon[112137]: pgmap v19714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:25 smithi203 ceph-mon[117428]: pgmap v19714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:25.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:25 smithi137 ceph-mon[117020]: pgmap v19714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:27 smithi203 ceph-mon[117428]: pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:27 smithi137 ceph-mon[117020]: pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:27 smithi066 ceph-mon[112137]: pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:28.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:28.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:28.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:29 smithi203 ceph-mon[117428]: pgmap v19716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:29 smithi137 ceph-mon[117020]: pgmap v19716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:29.727 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:29.727 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:29.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:29.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:29.728 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:29 smithi066 ceph-mon[112137]: pgmap v19716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:30 smithi203 ceph-mon[117428]: from='client.533505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:30 smithi137 ceph-mon[117020]: from='client.533505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:30 smithi066 ceph-mon[112137]: from='client.533505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:31 smithi203 ceph-mon[117428]: pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:31 smithi137 ceph-mon[117020]: pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:31.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:31 smithi066 ceph-mon[112137]: pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:33.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:33 smithi203 ceph-mon[117428]: pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:33 smithi137 ceph-mon[117020]: pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:33 smithi066 ceph-mon[112137]: pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:34.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:34.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:34.729 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:34 smithi203 ceph-mon[117428]: pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:34 smithi137 ceph-mon[117020]: pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:35.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:34 smithi066 ceph-mon[112137]: pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:35.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:35.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:35.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:35.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:35.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:35 smithi203 ceph-mon[117428]: from='client.533577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:36.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:35 smithi137 ceph-mon[117020]: from='client.533577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:35 smithi066 ceph-mon[112137]: from='client.533577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:37.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:36 smithi203 ceph-mon[117428]: pgmap v19720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:37.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:36 smithi137 ceph-mon[117020]: pgmap v19720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:37.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:36 smithi066 ceph-mon[112137]: pgmap v19720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:39.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:39 smithi066 ceph-mon[112137]: pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:39 smithi203 ceph-mon[117428]: pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:39 smithi137 ceph-mon[117020]: pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:40.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:40.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:40.467 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:41.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:41.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:41.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:41.195 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:41.196 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:41.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:41 smithi066 ceph-mon[112137]: pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:41 smithi203 ceph-mon[117428]: pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:41 smithi137 ceph-mon[117020]: pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:42 smithi203 ceph-mon[117428]: from='client.533655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:42 smithi137 ceph-mon[117020]: from='client.533655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:42 smithi066 ceph-mon[112137]: from='client.533655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:43 smithi203 ceph-mon[117428]: pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:43 smithi137 ceph-mon[117020]: pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:43 smithi066 ceph-mon[112137]: pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:44 smithi203 ceph-mon[117428]: pgmap v19724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:44 smithi137 ceph-mon[117020]: pgmap v19724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:44 smithi066 ceph-mon[112137]: pgmap v19724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:46.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:46.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:46.197 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:46.959 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:46.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:46.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:46.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:46.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:47 smithi066 ceph-mon[112137]: pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:47 smithi066 ceph-mon[112137]: from='client.533730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:47 smithi203 ceph-mon[117428]: pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:47 smithi203 ceph-mon[117428]: from='client.533730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:47 smithi137 ceph-mon[117020]: pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:47 smithi137 ceph-mon[117020]: from='client.533730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:49 smithi066 ceph-mon[112137]: pgmap v19726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:49 smithi203 ceph-mon[117428]: pgmap v19726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:49 smithi137 ceph-mon[117020]: pgmap v19726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:51.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:51 smithi066 ceph-mon[112137]: pgmap v19727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:51 smithi203 ceph-mon[117428]: pgmap v19727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:51 smithi137 ceph-mon[117020]: pgmap v19727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:51.961 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:51.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:51.962 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:52.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:52.694 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:52.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:52.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:52.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:53 smithi203 ceph-mon[117428]: pgmap v19728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:53 smithi203 ceph-mon[117428]: from='client.533808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:53 smithi137 ceph-mon[117020]: pgmap v19728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:53 smithi137 ceph-mon[117020]: from='client.533808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:53 smithi066 ceph-mon[112137]: pgmap v19728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:53.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:53 smithi066 ceph-mon[112137]: from='client.533808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:54 smithi203 ceph-mon[117428]: pgmap v19729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:54 smithi137 ceph-mon[117020]: pgmap v19729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:54 smithi066 ceph-mon[112137]: pgmap v19729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:57 smithi066 ceph-mon[112137]: pgmap v19730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:57 smithi203 ceph-mon[117428]: pgmap v19730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:57 smithi137 ceph-mon[117020]: pgmap v19730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:57.696 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:10:57.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:57.696 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:58.434 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:10:58.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:58.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:58.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:58.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:10:59.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:59 smithi066 ceph-mon[112137]: from='client.533880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:59.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:10:59 smithi066 ceph-mon[112137]: pgmap v19731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:59 smithi203 ceph-mon[117428]: from='client.533880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:10:59 smithi203 ceph-mon[117428]: pgmap v19731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:59 smithi137 ceph-mon[117020]: from='client.533880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:10:59 smithi137 ceph-mon[117020]: pgmap v19731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:01 smithi203 ceph-mon[117428]: pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:01 smithi137 ceph-mon[117020]: pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:01 smithi066 ceph-mon[112137]: pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:03.434 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:03.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:03.434 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:03 smithi203 ceph-mon[117428]: pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:03 smithi137 ceph-mon[117020]: pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:03.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:03 smithi066 ceph-mon[112137]: pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:04.164 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:04.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:04.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:04.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:04.164 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:04 smithi203 ceph-mon[117428]: from='client.533958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:04 smithi203 ceph-mon[117428]: pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:04 smithi137 ceph-mon[117020]: from='client.533958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:04 smithi137 ceph-mon[117020]: pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:04 smithi066 ceph-mon[112137]: from='client.533958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:04 smithi066 ceph-mon[112137]: pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:07 smithi066 ceph-mon[112137]: pgmap v19735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:07 smithi203 ceph-mon[117428]: pgmap v19735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:07 smithi137 ceph-mon[117020]: pgmap v19735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:09.166 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:09.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:09.166 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:09 smithi203 ceph-mon[117428]: pgmap v19736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:09 smithi137 ceph-mon[117020]: pgmap v19736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:09.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:09 smithi066 ceph-mon[112137]: pgmap v19736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:09.903 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:09.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:09.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:09.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:09.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:10.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:10 smithi203 ceph-mon[117428]: from='client.534033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:10.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:10 smithi137 ceph-mon[117020]: from='client.534033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:10.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:10 smithi066 ceph-mon[112137]: from='client.534033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:11 smithi203 ceph-mon[117428]: pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:11:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:11 smithi137 ceph-mon[117020]: pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:11:11.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:11 smithi066 ceph-mon[112137]: pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:11:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:13 smithi203 ceph-mon[117428]: pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:11:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:13 smithi137 ceph-mon[117020]: pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:11:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:13 smithi066 ceph-mon[112137]: pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:11:14.904 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:14.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:14.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:14 smithi203 ceph-mon[117428]: pgmap v19739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:11:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:14 smithi137 ceph-mon[117020]: pgmap v19739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:11:15.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:14 smithi066 ceph-mon[112137]: pgmap v19739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:11:15.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:15.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:15.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:15.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:15.650 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:15 smithi203 ceph-mon[117428]: from='client.534108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:16.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:15 smithi137 ceph-mon[117020]: from='client.534108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:16.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:15 smithi066 ceph-mon[112137]: from='client.534108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:17.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:16 smithi203 ceph-mon[117428]: pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:16 smithi137 ceph-mon[117020]: pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:16 smithi066 ceph-mon[112137]: pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:19 smithi203 ceph-mon[117428]: pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:19 smithi137 ceph-mon[117020]: pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:19 smithi066 ceph-mon[112137]: pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:20.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:20.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:20.650 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:21.375 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:21.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:21.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:21.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:21.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:21 smithi203 ceph-mon[117428]: pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:21 smithi137 ceph-mon[117020]: pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:21.737 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:21 smithi066 ceph-mon[112137]: pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:22 smithi203 ceph-mon[117428]: from='client.534183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:22 smithi137 ceph-mon[117020]: from='client.534183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:22 smithi066 ceph-mon[112137]: from='client.534183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:23 smithi203 ceph-mon[117428]: pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:11:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:23 smithi137 ceph-mon[117020]: pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:11:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:23 smithi066 ceph-mon[112137]: pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:11:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:24 smithi203 ceph-mon[117428]: pgmap v19744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:11:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:24 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:11:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:24 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:24 smithi137 ceph-mon[117020]: pgmap v19744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:11:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:24 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:11:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:24 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:24 smithi066 ceph-mon[112137]: pgmap v19744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:11:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:24 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:11:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:24 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:11:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:11:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:25 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:11:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:11:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:25 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:11:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:11:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:25 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:11:26.377 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:26.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:26.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:26 smithi203 ceph-mon[117428]: pgmap v19745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:11:27.100 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:27.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:27.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:27.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:27.100 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:26 smithi137 ceph-mon[117020]: pgmap v19745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:11:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:26 smithi066 ceph-mon[112137]: pgmap v19745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:11:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:27 smithi203 ceph-mon[117428]: from='client.534261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:28.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:27 smithi137 ceph-mon[117020]: from='client.534261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:27 smithi066 ceph-mon[112137]: from='client.534261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:29.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:28 smithi203 ceph-mon[117428]: pgmap v19746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:29.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:28 smithi137 ceph-mon[117020]: pgmap v19746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:28 smithi066 ceph-mon[112137]: pgmap v19746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:31 smithi203 ceph-mon[117428]: pgmap v19747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:31 smithi137 ceph-mon[117020]: pgmap v19747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:31 smithi066 ceph-mon[112137]: pgmap v19747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:32.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:32.102 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:32.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:32.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:32.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:32.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:32.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:32.846 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:33 smithi203 ceph-mon[117428]: pgmap v19748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:33 smithi203 ceph-mon[117428]: from='client.534339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:33 smithi137 ceph-mon[117020]: pgmap v19748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:33 smithi137 ceph-mon[117020]: from='client.534339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:33 smithi066 ceph-mon[112137]: pgmap v19748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:33 smithi066 ceph-mon[112137]: from='client.534339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:34 smithi203 ceph-mon[117428]: pgmap v19749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:34 smithi137 ceph-mon[117020]: pgmap v19749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:34 smithi066 ceph-mon[112137]: pgmap v19749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:37 smithi203 ceph-mon[117428]: pgmap v19750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:37 smithi137 ceph-mon[117020]: pgmap v19750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:37 smithi066 ceph-mon[112137]: pgmap v19750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:37.848 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:37.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:37.849 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:38.572 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:38.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:38.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:38.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:38.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:39 smithi203 ceph-mon[117428]: pgmap v19751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:39 smithi203 ceph-mon[117428]: from='client.534417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:39 smithi137 ceph-mon[117020]: pgmap v19751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:39 smithi137 ceph-mon[117020]: from='client.534417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:39 smithi066 ceph-mon[112137]: pgmap v19751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:39 smithi066 ceph-mon[112137]: from='client.534417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:41 smithi203 ceph-mon[117428]: pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:41 smithi137 ceph-mon[117020]: pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:41 smithi066 ceph-mon[112137]: pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:43 smithi203 ceph-mon[117428]: pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:43.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:43.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:43.574 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:43 smithi137 ceph-mon[117020]: pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:43 smithi066 ceph-mon[112137]: pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:44.300 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:44.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:44.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:44.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:44.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:44 smithi203 ceph-mon[117428]: from='client.534492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:44 smithi203 ceph-mon[117428]: pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:44 smithi137 ceph-mon[117020]: from='client.534492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:44 smithi137 ceph-mon[117020]: pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:44 smithi066 ceph-mon[112137]: from='client.534492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:44 smithi066 ceph-mon[112137]: pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:47 smithi203 ceph-mon[117428]: pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:47 smithi137 ceph-mon[117020]: pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:47 smithi066 ceph-mon[112137]: pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:49.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:49.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:49.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:49 smithi203 ceph-mon[117428]: pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:49 smithi137 ceph-mon[117020]: pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:49 smithi066 ceph-mon[112137]: pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:50.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:50.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:50.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:50.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:50.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:50.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:50 smithi203 ceph-mon[117428]: from='client.534567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:50.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:50 smithi137 ceph-mon[117020]: from='client.534567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:50.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:50 smithi066 ceph-mon[112137]: from='client.534567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:51 smithi203 ceph-mon[117428]: pgmap v19757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:11:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:51 smithi137 ceph-mon[117020]: pgmap v19757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:11:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:51 smithi066 ceph-mon[112137]: pgmap v19757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:11:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:53 smithi203 ceph-mon[117428]: pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:11:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:53 smithi137 ceph-mon[117020]: pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:11:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:53 smithi066 ceph-mon[112137]: pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:11:55.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:11:55.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:55.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:54 smithi203 ceph-mon[117428]: pgmap v19759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:11:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:54 smithi137 ceph-mon[117020]: pgmap v19759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:11:55.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:54 smithi066 ceph-mon[112137]: pgmap v19759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:11:55.764 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:11:55.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:55.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:55.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:55.765 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:11:56.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:55 smithi203 ceph-mon[117428]: from='client.534642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:56.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:55 smithi137 ceph-mon[117020]: from='client.534642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:55 smithi066 ceph-mon[112137]: from='client.534642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:57.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:56 smithi203 ceph-mon[117428]: pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:57.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:56 smithi137 ceph-mon[117020]: pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:56 smithi066 ceph-mon[112137]: pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:11:59 smithi203 ceph-mon[117428]: pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:11:59 smithi137 ceph-mon[117020]: pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:11:59 smithi066 ceph-mon[112137]: pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:00.766 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:00.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:00.767 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:01.487 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:01.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:01.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:01.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:01.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:01 smithi203 ceph-mon[117428]: pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:01 smithi137 ceph-mon[117020]: pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:01 smithi066 ceph-mon[112137]: pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:02.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:02 smithi203 ceph-mon[117428]: from='client.534717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:02 smithi137 ceph-mon[117020]: from='client.534717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:02 smithi066 ceph-mon[112137]: from='client.534717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:03 smithi203 ceph-mon[117428]: pgmap v19763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:03 smithi137 ceph-mon[117020]: pgmap v19763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:03 smithi066 ceph-mon[112137]: pgmap v19763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:04 smithi203 ceph-mon[117428]: pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:04 smithi137 ceph-mon[117020]: pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:04 smithi066 ceph-mon[112137]: pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:06.488 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:06.489 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:06.489 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:07.212 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:07.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:07.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:07.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:07.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:07 smithi203 ceph-mon[117428]: pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:12:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:07 smithi137 ceph-mon[117020]: pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:12:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:07 smithi066 ceph-mon[112137]: pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:12:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:08 smithi203 ceph-mon[117428]: from='client.534795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:08 smithi137 ceph-mon[117020]: from='client.534795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:08 smithi066 ceph-mon[112137]: from='client.534795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:09 smithi203 ceph-mon[117428]: pgmap v19766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:09 smithi137 ceph-mon[117020]: pgmap v19766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:09 smithi066 ceph-mon[112137]: pgmap v19766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:11.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:11 smithi203 ceph-mon[117428]: pgmap v19767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:11 smithi137 ceph-mon[117020]: pgmap v19767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:11 smithi066 ceph-mon[112137]: pgmap v19767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:12.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:12.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:12.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:12.941 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:12.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:12.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:12.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:12.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:13 smithi203 ceph-mon[117428]: pgmap v19768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:13 smithi203 ceph-mon[117428]: from='client.534873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:13 smithi137 ceph-mon[117020]: pgmap v19768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:13 smithi137 ceph-mon[117020]: from='client.534873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:13 smithi066 ceph-mon[112137]: pgmap v19768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:13 smithi066 ceph-mon[112137]: from='client.534873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:14 smithi203 ceph-mon[117428]: pgmap v19769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:14 smithi137 ceph-mon[117020]: pgmap v19769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:14 smithi066 ceph-mon[112137]: pgmap v19769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:17 smithi203 ceph-mon[117428]: pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:17 smithi137 ceph-mon[117020]: pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:17 smithi066 ceph-mon[112137]: pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:17.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:17.943 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:17.943 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:18.669 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:18.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:18.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:18.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:18.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:19 smithi203 ceph-mon[117428]: pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:19 smithi203 ceph-mon[117428]: from='client.534951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:19 smithi137 ceph-mon[117020]: pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:19 smithi137 ceph-mon[117020]: from='client.534951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:19 smithi066 ceph-mon[112137]: pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:19 smithi066 ceph-mon[112137]: from='client.534951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:21.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:21 smithi203 ceph-mon[117428]: pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:21 smithi137 ceph-mon[117020]: pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:21 smithi066 ceph-mon[112137]: pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:23.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:23 smithi203 ceph-mon[117428]: pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:23 smithi137 ceph-mon[117020]: pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:23.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:23.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:23.671 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:23 smithi066 ceph-mon[112137]: pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:24.399 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:24.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:24.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:24.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:24.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:24 smithi203 ceph-mon[117428]: from='client.535023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:24 smithi203 ceph-mon[117428]: pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:24 smithi137 ceph-mon[117020]: from='client.535023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:24 smithi137 ceph-mon[117020]: pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:24 smithi066 ceph-mon[112137]: from='client.535023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:25.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:24 smithi066 ceph-mon[112137]: pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:25 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:12:26.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:25 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:12:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:25 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:12:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:12:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:12:27.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:26 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:12:27.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:26 smithi203 ceph-mon[117428]: pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:12:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:12:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:26 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:12:27.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:26 smithi137 ceph-mon[117020]: pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:12:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:12:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:26 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:12:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:26 smithi066 ceph-mon[112137]: pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:29.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:29.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:29.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:29 smithi203 ceph-mon[117428]: pgmap v19776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:29 smithi137 ceph-mon[117020]: pgmap v19776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:29 smithi066 ceph-mon[112137]: pgmap v19776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:30.122 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:30.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:30.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:30.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:30.123 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:31 smithi203 ceph-mon[117428]: from='client.535101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:31 smithi203 ceph-mon[117428]: pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:31 smithi137 ceph-mon[117020]: from='client.535101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:31 smithi137 ceph-mon[117020]: pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:31 smithi066 ceph-mon[112137]: from='client.535101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:31 smithi066 ceph-mon[112137]: pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:33 smithi203 ceph-mon[117428]: pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:33 smithi137 ceph-mon[117020]: pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:33 smithi066 ceph-mon[112137]: pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:35.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:34 smithi203 ceph-mon[117428]: pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:34 smithi137 ceph-mon[117020]: pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:35.124 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:35.124 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:35.125 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:35.237 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:34 smithi066 ceph-mon[112137]: pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:35.856 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:35.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:35.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:35.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:35.857 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:36.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:35 smithi203 ceph-mon[117428]: from='client.535179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:36.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:35 smithi137 ceph-mon[117020]: from='client.535179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:35 smithi066 ceph-mon[112137]: from='client.535179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:37.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:36 smithi137 ceph-mon[117020]: pgmap v19780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:37.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:36 smithi066 ceph-mon[112137]: pgmap v19780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:36 smithi203 ceph-mon[117428]: pgmap v19780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:39 smithi203 ceph-mon[117428]: pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:39 smithi137 ceph-mon[117020]: pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:39 smithi066 ceph-mon[112137]: pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:40.858 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:40.858 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:40.859 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:41.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:41 smithi203 ceph-mon[117428]: pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:41.595 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:41.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:41.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:41.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:41.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:41 smithi137 ceph-mon[117020]: pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:41 smithi066 ceph-mon[112137]: pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:42 smithi203 ceph-mon[117428]: from='client.535257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:42 smithi137 ceph-mon[117020]: from='client.535257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:42 smithi066 ceph-mon[112137]: from='client.535257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:43 smithi203 ceph-mon[117428]: pgmap v19783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:43 smithi137 ceph-mon[117020]: pgmap v19783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:43 smithi066 ceph-mon[112137]: pgmap v19783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:44 smithi137 ceph-mon[117020]: pgmap v19784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:44 smithi066 ceph-mon[112137]: pgmap v19784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:44 smithi203 ceph-mon[117428]: pgmap v19784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:46.597 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:46.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:46.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:47.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:47.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:47.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:47.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:47.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:47 smithi203 ceph-mon[117428]: pgmap v19785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:47 smithi137 ceph-mon[117020]: pgmap v19785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:47 smithi066 ceph-mon[112137]: pgmap v19785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:48 smithi203 ceph-mon[117428]: from='client.535335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:48 smithi137 ceph-mon[117020]: from='client.535335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:48.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:48 smithi066 ceph-mon[112137]: from='client.535335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:49 smithi203 ceph-mon[117428]: pgmap v19786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:49 smithi137 ceph-mon[117020]: pgmap v19786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:49 smithi066 ceph-mon[112137]: pgmap v19786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:51 smithi203 ceph-mon[117428]: pgmap v19787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:51 smithi137 ceph-mon[117020]: pgmap v19787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:51 smithi066 ceph-mon[112137]: pgmap v19787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:52.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:52.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:52.340 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:53.065 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:53.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:53.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:53.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:53.066 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:53 smithi203 ceph-mon[117428]: pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:53 smithi203 ceph-mon[117428]: from='client.535410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:53 smithi137 ceph-mon[117020]: pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:53 smithi137 ceph-mon[117020]: from='client.535410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:53 smithi066 ceph-mon[112137]: pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:53 smithi066 ceph-mon[112137]: from='client.535410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:54 smithi137 ceph-mon[117020]: pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:54 smithi066 ceph-mon[112137]: pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:54 smithi203 ceph-mon[117428]: pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:57 smithi203 ceph-mon[117428]: pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:57 smithi137 ceph-mon[117020]: pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:57 smithi066 ceph-mon[112137]: pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:58.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:12:58.067 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:58.068 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:58.793 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:12:58.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:58.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:58.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:58.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:12:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:59 smithi203 ceph-mon[117428]: pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:12:59 smithi203 ceph-mon[117428]: from='client.535485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:59 smithi137 ceph-mon[117020]: pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:59.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:12:59 smithi137 ceph-mon[117020]: from='client.535485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:59 smithi066 ceph-mon[112137]: pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:12:59 smithi066 ceph-mon[112137]: from='client.535485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:01 smithi203 ceph-mon[117428]: pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:01 smithi137 ceph-mon[117020]: pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:01 smithi066 ceph-mon[112137]: pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:03 smithi203 ceph-mon[117428]: pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:03 smithi137 ceph-mon[117020]: pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:03 smithi066 ceph-mon[112137]: pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:03.794 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:03.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:03.795 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:04.524 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:04.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:04.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:04.524 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:04.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:04 smithi137 ceph-mon[117020]: from='client.535563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:04 smithi137 ceph-mon[117020]: pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:04 smithi066 ceph-mon[112137]: from='client.535563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:04 smithi066 ceph-mon[112137]: pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:04 smithi203 ceph-mon[117428]: from='client.535563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:04 smithi203 ceph-mon[117428]: pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:07 smithi203 ceph-mon[117428]: pgmap v19795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:07 smithi137 ceph-mon[117020]: pgmap v19795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:07 smithi066 ceph-mon[112137]: pgmap v19795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:09.525 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:09.525 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:09.525 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:09 smithi203 ceph-mon[117428]: pgmap v19796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:09 smithi137 ceph-mon[117020]: pgmap v19796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:09 smithi066 ceph-mon[112137]: pgmap v19796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:10.250 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:10.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:10.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:10.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:10.250 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:11 smithi203 ceph-mon[117428]: from='client.535641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:11 smithi203 ceph-mon[117428]: pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:11 smithi137 ceph-mon[117020]: from='client.535641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:11 smithi137 ceph-mon[117020]: pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:11 smithi066 ceph-mon[112137]: from='client.535641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:11 smithi066 ceph-mon[112137]: pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:13 smithi203 ceph-mon[117428]: pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:13 smithi137 ceph-mon[117020]: pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:13 smithi066 ceph-mon[112137]: pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:15.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:14 smithi137 ceph-mon[117020]: pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:14 smithi066 ceph-mon[112137]: pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:15.251 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:15.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:15.252 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:14 smithi203 ceph-mon[117428]: pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:15.976 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:15.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:15.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:15.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:15.976 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:16.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:15 smithi137 ceph-mon[117020]: from='client.535719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:15 smithi066 ceph-mon[112137]: from='client.535719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:16.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:15 smithi203 ceph-mon[117428]: from='client.535719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:17.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:16 smithi137 ceph-mon[117020]: pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:16 smithi066 ceph-mon[112137]: pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:17.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:16 smithi203 ceph-mon[117428]: pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:19 smithi203 ceph-mon[117428]: pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:19 smithi137 ceph-mon[117020]: pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:19 smithi066 ceph-mon[112137]: pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:20.977 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:20.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:20.978 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:21 smithi203 ceph-mon[117428]: pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:21 smithi137 ceph-mon[117020]: pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:21.711 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:21.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:21.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:21.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:21.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:21 smithi066 ceph-mon[112137]: pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:22 smithi203 ceph-mon[117428]: from='client.535794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:22.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:22 smithi137 ceph-mon[117020]: from='client.535794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:22 smithi066 ceph-mon[112137]: from='client.535794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:23 smithi203 ceph-mon[117428]: pgmap v19803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:23 smithi137 ceph-mon[117020]: pgmap v19803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:23 smithi066 ceph-mon[112137]: pgmap v19803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:24 smithi137 ceph-mon[117020]: pgmap v19804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:24 smithi066 ceph-mon[112137]: pgmap v19804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:24 smithi203 ceph-mon[117428]: pgmap v19804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:26 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:13:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:26 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:13:26.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:26 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:13:26.712 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:26.713 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:26.713 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:27 smithi066 ceph-mon[112137]: pgmap v19805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:27 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.505 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:27.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:27.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:27.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:27.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:27 smithi203 ceph-mon[117428]: pgmap v19805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:27 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:27 smithi137 ceph-mon[117020]: pgmap v19805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:27 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:28 smithi066 ceph-mon[112137]: from='client.535872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:13:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:13:28.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:28 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:28 smithi203 ceph-mon[117428]: from='client.535872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:13:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:13:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:28 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:28 smithi137 ceph-mon[117020]: from='client.535872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:13:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:13:28.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:28 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:13:29.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:29 smithi066 ceph-mon[112137]: pgmap v19806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:29 smithi203 ceph-mon[117428]: pgmap v19806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:29 smithi137 ceph-mon[117020]: pgmap v19806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:31 smithi203 ceph-mon[117428]: pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:31 smithi137 ceph-mon[117020]: pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:31 smithi066 ceph-mon[112137]: pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:32.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:32.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:32.508 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:33.242 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:33.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:33.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:33.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:33.242 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:33 smithi203 ceph-mon[117428]: pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:33 smithi137 ceph-mon[117020]: pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:33 smithi066 ceph-mon[112137]: pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:34 smithi203 ceph-mon[117428]: from='client.535944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:34.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:34 smithi137 ceph-mon[117020]: from='client.535944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:34 smithi066 ceph-mon[112137]: from='client.535944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:35 smithi203 ceph-mon[117428]: pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:35 smithi137 ceph-mon[117020]: pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:35 smithi066 ceph-mon[112137]: pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:37 smithi203 ceph-mon[117428]: pgmap v19810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:37.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:37 smithi137 ceph-mon[117020]: pgmap v19810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:37 smithi066 ceph-mon[112137]: pgmap v19810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:38.243 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:38.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:38.244 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:38.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:38.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:38.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:38.966 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:38.966 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:39 smithi203 ceph-mon[117428]: pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:39 smithi203 ceph-mon[117428]: from='client.536019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:39.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:39 smithi137 ceph-mon[117020]: pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:39.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:39 smithi137 ceph-mon[117020]: from='client.536019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:39 smithi066 ceph-mon[112137]: pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:39 smithi066 ceph-mon[112137]: from='client.536019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:41 smithi203 ceph-mon[117428]: pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:41 smithi137 ceph-mon[117020]: pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:41 smithi066 ceph-mon[112137]: pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:43 smithi203 ceph-mon[117428]: pgmap v19813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:43 smithi137 ceph-mon[117020]: pgmap v19813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:43 smithi066 ceph-mon[112137]: pgmap v19813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:43.967 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:43.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:43.968 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:44.694 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:44.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:44.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:44.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:44.695 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:44 smithi137 ceph-mon[117020]: pgmap v19814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:44 smithi137 ceph-mon[117020]: from='client.536091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:44 smithi066 ceph-mon[112137]: pgmap v19814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:44 smithi066 ceph-mon[112137]: from='client.536091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:44 smithi203 ceph-mon[117428]: pgmap v19814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:44 smithi203 ceph-mon[117428]: from='client.536091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:47 smithi203 ceph-mon[117428]: pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:13:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:47 smithi137 ceph-mon[117020]: pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:13:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:47 smithi066 ceph-mon[112137]: pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:13:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:49 smithi203 ceph-mon[117428]: pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:13:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:49 smithi137 ceph-mon[117020]: pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:13:49.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:49.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:49.697 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:49 smithi066 ceph-mon[112137]: pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:13:50.425 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:50.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:50.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:50.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:50.426 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:51 smithi203 ceph-mon[117428]: from='client.536169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:51 smithi203 ceph-mon[117428]: pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:51 smithi137 ceph-mon[117020]: from='client.536169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:51.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:51 smithi137 ceph-mon[117020]: pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:51 smithi066 ceph-mon[112137]: from='client.536169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:51 smithi066 ceph-mon[112137]: pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:53 smithi203 ceph-mon[117428]: pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:53 smithi137 ceph-mon[117020]: pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:53 smithi066 ceph-mon[112137]: pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:55.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:54 smithi137 ceph-mon[117020]: pgmap v19819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:54 smithi066 ceph-mon[112137]: pgmap v19819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:54 smithi203 ceph-mon[117428]: pgmap v19819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:55.427 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:13:55.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:55.428 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:56.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:56.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:56.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:56.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:13:56.153 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:13:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:57 smithi203 ceph-mon[117428]: from='client.536244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:57 smithi203 ceph-mon[117428]: pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:57 smithi137 ceph-mon[117020]: from='client.536244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:57 smithi137 ceph-mon[117020]: pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:57 smithi066 ceph-mon[112137]: from='client.536244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:57 smithi066 ceph-mon[112137]: pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:13:59 smithi203 ceph-mon[117428]: pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:13:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:13:59 smithi137 ceph-mon[117020]: pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:13:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:13:59 smithi066 ceph-mon[112137]: pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:14:01.154 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:01.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:01.155 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:01 smithi203 ceph-mon[117428]: pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:14:01.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:01 smithi137 ceph-mon[117020]: pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:14:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:01 smithi066 ceph-mon[112137]: pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:14:01.886 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:01.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:01.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:01.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:01.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:02.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:02 smithi203 ceph-mon[117428]: from='client.536322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:02.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:02 smithi137 ceph-mon[117020]: from='client.536322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:02 smithi066 ceph-mon[112137]: from='client.536322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:03 smithi203 ceph-mon[117428]: pgmap v19823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:03 smithi137 ceph-mon[117020]: pgmap v19823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:03 smithi066 ceph-mon[112137]: pgmap v19823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:05.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:04 smithi137 ceph-mon[117020]: pgmap v19824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:04 smithi066 ceph-mon[112137]: pgmap v19824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:04 smithi203 ceph-mon[117428]: pgmap v19824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:06.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:06.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:06.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:07 smithi203 ceph-mon[117428]: pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:07.618 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:07.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:07.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:07.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:07.619 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:07 smithi137 ceph-mon[117020]: pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:07 smithi066 ceph-mon[112137]: pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:08 smithi203 ceph-mon[117428]: from='client.536400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:08 smithi137 ceph-mon[117020]: from='client.536400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:08 smithi066 ceph-mon[112137]: from='client.536400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:09 smithi203 ceph-mon[117428]: pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:09 smithi137 ceph-mon[117020]: pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:09 smithi066 ceph-mon[112137]: pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:11 smithi203 ceph-mon[117428]: pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:11.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:11 smithi137 ceph-mon[117020]: pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:11 smithi066 ceph-mon[112137]: pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:12.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:12.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:12.621 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:13.350 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:13.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:13.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:13.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:13.351 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:13 smithi203 ceph-mon[117428]: pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:13 smithi137 ceph-mon[117020]: pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:13 smithi066 ceph-mon[112137]: pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:14 smithi203 ceph-mon[117428]: from='client.536478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:14.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:14 smithi137 ceph-mon[117020]: from='client.536478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:14 smithi066 ceph-mon[112137]: from='client.536478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:15 smithi203 ceph-mon[117428]: pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:15 smithi137 ceph-mon[117020]: pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:15 smithi066 ceph-mon[112137]: pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:17 smithi203 ceph-mon[117428]: pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:17 smithi137 ceph-mon[117020]: pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:17 smithi066 ceph-mon[112137]: pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:18.352 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:18.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:18.353 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:19.082 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:19.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:19.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:19.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:19.083 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:19 smithi203 ceph-mon[117428]: pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:19 smithi203 ceph-mon[117428]: from='client.536553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:19 smithi137 ceph-mon[117020]: pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:19 smithi137 ceph-mon[117020]: from='client.536553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:19 smithi066 ceph-mon[112137]: pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:19 smithi066 ceph-mon[112137]: from='client.536553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:21 smithi203 ceph-mon[117428]: pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:21 smithi137 ceph-mon[117020]: pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:21 smithi066 ceph-mon[112137]: pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:23 smithi203 ceph-mon[117428]: pgmap v19833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:23 smithi137 ceph-mon[117020]: pgmap v19833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:23 smithi066 ceph-mon[112137]: pgmap v19833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:24.084 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:24.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:24.085 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:24.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:24.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:24.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:24.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:24.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:24 smithi137 ceph-mon[117020]: pgmap v19834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:25.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:24 smithi137 ceph-mon[117020]: from='client.536628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:24 smithi066 ceph-mon[112137]: pgmap v19834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:24 smithi066 ceph-mon[112137]: from='client.536628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:24 smithi203 ceph-mon[117428]: pgmap v19834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:24 smithi203 ceph-mon[117428]: from='client.536628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:27 smithi203 ceph-mon[117428]: pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:14:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:27 smithi137 ceph-mon[117020]: pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:14:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:27 smithi066 ceph-mon[112137]: pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:14:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:28 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:14:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:28 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:14:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:28 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:14:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:29 smithi203 ceph-mon[117428]: pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:14:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:14:29.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:14:29.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:14:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:29 smithi137 ceph-mon[117020]: pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:14:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:14:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:14:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:14:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:29 smithi066 ceph-mon[112137]: pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:14:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:14:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:14:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:14:29.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:29.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:29.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:30.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:30.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:30.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:30.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:30.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:31 smithi203 ceph-mon[117428]: from='client.536700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:31 smithi203 ceph-mon[117428]: pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:31 smithi137 ceph-mon[117020]: from='client.536700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:31 smithi137 ceph-mon[117020]: pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:31 smithi066 ceph-mon[112137]: from='client.536700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:31 smithi066 ceph-mon[112137]: pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:33 smithi203 ceph-mon[117428]: pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:33.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:33 smithi137 ceph-mon[117020]: pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:33 smithi066 ceph-mon[112137]: pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:35.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:34 smithi137 ceph-mon[117020]: pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:34 smithi066 ceph-mon[112137]: pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:34 smithi203 ceph-mon[117428]: pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:35.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:35.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:35.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:36.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:36.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:36.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:36.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:36.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:37 smithi203 ceph-mon[117428]: from='client.536775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:37.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:37 smithi203 ceph-mon[117428]: pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:37 smithi137 ceph-mon[117020]: from='client.536775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:37 smithi137 ceph-mon[117020]: pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:37 smithi066 ceph-mon[112137]: from='client.536775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:37 smithi066 ceph-mon[112137]: pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:39 smithi203 ceph-mon[117428]: pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:14:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:39 smithi137 ceph-mon[117020]: pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:14:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:39 smithi066 ceph-mon[112137]: pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:14:41.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:41.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:41.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:41.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:41 smithi203 ceph-mon[117428]: pgmap v19842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:14:41.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:41 smithi137 ceph-mon[117020]: pgmap v19842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:14:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:41 smithi066 ceph-mon[112137]: pgmap v19842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:14:42.009 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:42.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:42.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:42.009 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:42.010 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:42.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:42 smithi203 ceph-mon[117428]: from='client.536853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:42.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:42 smithi137 ceph-mon[117020]: from='client.536853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:42.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:42 smithi066 ceph-mon[112137]: from='client.536853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:43.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:43 smithi203 ceph-mon[117428]: pgmap v19843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:43 smithi137 ceph-mon[117020]: pgmap v19843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:43 smithi066 ceph-mon[112137]: pgmap v19843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:45.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:44 smithi137 ceph-mon[117020]: pgmap v19844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:44 smithi066 ceph-mon[112137]: pgmap v19844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:44 smithi203 ceph-mon[117428]: pgmap v19844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:47.011 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:47.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:47.011 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:47 smithi203 ceph-mon[117428]: pgmap v19845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:47.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:47 smithi137 ceph-mon[117020]: pgmap v19845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:47.735 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:47.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:47.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:47.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:47.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:47 smithi066 ceph-mon[112137]: pgmap v19845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:48 smithi203 ceph-mon[117428]: from='client.536925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:48.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:48 smithi137 ceph-mon[117020]: from='client.536925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:48.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:48 smithi066 ceph-mon[112137]: from='client.536925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:49 smithi203 ceph-mon[117428]: pgmap v19846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:49 smithi137 ceph-mon[117020]: pgmap v19846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:49 smithi066 ceph-mon[112137]: pgmap v19846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:51 smithi203 ceph-mon[117428]: pgmap v19847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:51 smithi137 ceph-mon[117020]: pgmap v19847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:51 smithi066 ceph-mon[112137]: pgmap v19847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:52.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:52.737 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:52.737 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:53.485 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:53.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:53.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:53.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:53.486 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:53.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:53 smithi203 ceph-mon[117428]: pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:53 smithi137 ceph-mon[117020]: pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:53 smithi066 ceph-mon[112137]: pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:54.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:54 smithi203 ceph-mon[117428]: from='client.536997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:54.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:54 smithi137 ceph-mon[117020]: from='client.536997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:54 smithi066 ceph-mon[112137]: from='client.536997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:55 smithi203 ceph-mon[117428]: pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:55.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:55 smithi137 ceph-mon[117020]: pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:55 smithi066 ceph-mon[112137]: pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:57 smithi203 ceph-mon[117428]: pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:57 smithi137 ceph-mon[117020]: pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:57 smithi066 ceph-mon[112137]: pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:58.487 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:14:58.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:58.487 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:59.213 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:14:59.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:59.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:59.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:59.213 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:14:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:14:59 smithi203 ceph-mon[117428]: pgmap v19851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:14:59 smithi137 ceph-mon[117020]: pgmap v19851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:14:59 smithi066 ceph-mon[112137]: pgmap v19851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:00 smithi203 ceph-mon[117428]: from='client.537069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:00 smithi137 ceph-mon[117020]: from='client.537069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:00 smithi066 ceph-mon[112137]: from='client.537069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:01 smithi203 ceph-mon[117428]: pgmap v19852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:01.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:01 smithi137 ceph-mon[117020]: pgmap v19852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:01 smithi066 ceph-mon[112137]: pgmap v19852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:03 smithi203 ceph-mon[117428]: pgmap v19853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:03.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:03 smithi137 ceph-mon[117020]: pgmap v19853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:03 smithi066 ceph-mon[112137]: pgmap v19853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:04.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:04.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:04.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:04.950 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:04.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:04.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:04.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:04.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:04 smithi137 ceph-mon[117020]: pgmap v19854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:04 smithi137 ceph-mon[117020]: from='client.537144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:04 smithi066 ceph-mon[112137]: pgmap v19854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:04 smithi066 ceph-mon[112137]: from='client.537144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:04 smithi203 ceph-mon[117428]: pgmap v19854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:04 smithi203 ceph-mon[117428]: from='client.537144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:07 smithi203 ceph-mon[117428]: pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:07.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:07 smithi137 ceph-mon[117020]: pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:07 smithi066 ceph-mon[112137]: pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:09 smithi203 ceph-mon[117428]: pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:09.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:09 smithi137 ceph-mon[117020]: pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:09 smithi066 ceph-mon[112137]: pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:09.952 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:09.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:09.953 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:10.680 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:10.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:10.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:10.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:10.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:11 smithi203 ceph-mon[117428]: pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:11 smithi203 ceph-mon[117428]: from='client.537219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:11 smithi137 ceph-mon[117020]: pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:11 smithi137 ceph-mon[117020]: from='client.537219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:11 smithi066 ceph-mon[112137]: pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:11 smithi066 ceph-mon[112137]: from='client.537219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:13 smithi203 ceph-mon[117428]: pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:13.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:13 smithi137 ceph-mon[117020]: pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:13 smithi066 ceph-mon[112137]: pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:14 smithi137 ceph-mon[117020]: pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:14 smithi066 ceph-mon[112137]: pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:14 smithi203 ceph-mon[117428]: pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:15.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:15.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:15.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:16.405 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:16.405 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:16.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:16.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:16.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:17 smithi203 ceph-mon[117428]: from='client.537291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:17 smithi203 ceph-mon[117428]: pgmap v19860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:17 smithi137 ceph-mon[117020]: from='client.537291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:17 smithi137 ceph-mon[117020]: pgmap v19860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:17 smithi066 ceph-mon[112137]: from='client.537291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:17 smithi066 ceph-mon[112137]: pgmap v19860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:19.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:19 smithi203 ceph-mon[117428]: pgmap v19861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:19 smithi137 ceph-mon[117020]: pgmap v19861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:19 smithi066 ceph-mon[112137]: pgmap v19861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:21.407 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:21.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:21.407 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:21.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:21 smithi203 ceph-mon[117428]: pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:21.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:21 smithi137 ceph-mon[117020]: pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:21 smithi066 ceph-mon[112137]: pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:22.144 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:22.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:22.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:22.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:22.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:22.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:22 smithi203 ceph-mon[117428]: from='client.537366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:22.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:22 smithi137 ceph-mon[117020]: from='client.537366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:22 smithi066 ceph-mon[112137]: from='client.537366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:23.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:23 smithi203 ceph-mon[117428]: pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:23.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:23 smithi137 ceph-mon[117020]: pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:23 smithi066 ceph-mon[112137]: pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:24 smithi137 ceph-mon[117020]: pgmap v19864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:24 smithi066 ceph-mon[112137]: pgmap v19864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:24 smithi203 ceph-mon[117428]: pgmap v19864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:27.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:27.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:27.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:27 smithi203 ceph-mon[117428]: pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:27.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:27 smithi137 ceph-mon[117020]: pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:27 smithi066 ceph-mon[112137]: pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:27.881 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:27.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:27.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:27.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:27.882 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:28.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:28 smithi203 ceph-mon[117428]: from='client.537441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:28.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:28 smithi137 ceph-mon[117020]: from='client.537441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:28.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:28 smithi066 ceph-mon[112137]: from='client.537441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:29 smithi203 ceph-mon[117428]: pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:15:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:15:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:15:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:29 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:15:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:29 smithi137 ceph-mon[117020]: pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:15:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:15:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:15:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:29 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:15:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:29 smithi066 ceph-mon[112137]: pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:15:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:15:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:15:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:29 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:15:31.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:31 smithi203 ceph-mon[117428]: pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:31.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:31 smithi137 ceph-mon[117020]: pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:31 smithi066 ceph-mon[112137]: pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:32.883 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:32.883 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:32.884 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:33.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:33 smithi203 ceph-mon[117428]: pgmap v19868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:33.614 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:33.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:33.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:33.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:33.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:33 smithi137 ceph-mon[117020]: pgmap v19868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:33 smithi066 ceph-mon[112137]: pgmap v19868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:34.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:34 smithi203 ceph-mon[117428]: from='client.537516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:34.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:34 smithi137 ceph-mon[117020]: from='client.537516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:34 smithi066 ceph-mon[112137]: from='client.537516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:35 smithi203 ceph-mon[117428]: pgmap v19869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:35.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:35 smithi137 ceph-mon[117020]: pgmap v19869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:35 smithi066 ceph-mon[112137]: pgmap v19869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:37 smithi203 ceph-mon[117428]: pgmap v19870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:37 smithi137 ceph-mon[117020]: pgmap v19870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:37 smithi066 ceph-mon[112137]: pgmap v19870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:38.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:38.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:38.616 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:39.347 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:39.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:39.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:39.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:39.347 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:39 smithi203 ceph-mon[117428]: pgmap v19871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:39 smithi137 ceph-mon[117020]: pgmap v19871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:39 smithi066 ceph-mon[112137]: pgmap v19871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:40.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:40 smithi203 ceph-mon[117428]: from='client.537594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:40.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:40 smithi137 ceph-mon[117020]: from='client.537594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:40 smithi066 ceph-mon[112137]: from='client.537594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:41.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:41 smithi137 ceph-mon[117020]: pgmap v19872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:41 smithi066 ceph-mon[112137]: pgmap v19872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:41 smithi203 ceph-mon[117428]: pgmap v19872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:43.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:43 smithi137 ceph-mon[117020]: pgmap v19873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:43 smithi066 ceph-mon[112137]: pgmap v19873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:43 smithi203 ceph-mon[117428]: pgmap v19873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:44.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:44.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:44.349 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:45.076 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:45.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:45.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:45.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:45.076 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:44 smithi137 ceph-mon[117020]: pgmap v19874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:44 smithi137 ceph-mon[117020]: from='client.537669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:44 smithi066 ceph-mon[112137]: pgmap v19874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:44 smithi066 ceph-mon[112137]: from='client.537669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:44 smithi203 ceph-mon[117428]: pgmap v19874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:44 smithi203 ceph-mon[117428]: from='client.537669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:47 smithi203 ceph-mon[117428]: pgmap v19875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:47 smithi137 ceph-mon[117020]: pgmap v19875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:47.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:47 smithi066 ceph-mon[112137]: pgmap v19875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:49 smithi203 ceph-mon[117428]: pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:49 smithi137 ceph-mon[117020]: pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:49 smithi066 ceph-mon[112137]: pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:50.077 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:50.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:50.078 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:50.800 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:50.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:50.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:50.800 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:50.801 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:51 smithi203 ceph-mon[117428]: pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:51.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:51 smithi203 ceph-mon[117428]: from='client.537744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:51 smithi137 ceph-mon[117020]: pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:51 smithi137 ceph-mon[117020]: from='client.537744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:51 smithi066 ceph-mon[112137]: pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:51 smithi066 ceph-mon[112137]: from='client.537744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:53.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:53 smithi203 ceph-mon[117428]: pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:53 smithi137 ceph-mon[117020]: pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:53 smithi066 ceph-mon[112137]: pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:54 smithi137 ceph-mon[117020]: pgmap v19879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:54 smithi066 ceph-mon[112137]: pgmap v19879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:54 smithi203 ceph-mon[117428]: pgmap v19879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:55.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:15:55.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:55.802 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:56.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:56.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:56.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:56.536 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:15:56.536 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:15:57.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:57 smithi203 ceph-mon[117428]: from='client.537819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:57.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:57 smithi203 ceph-mon[117428]: pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:57 smithi137 ceph-mon[117020]: from='client.537819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:57 smithi137 ceph-mon[117020]: pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:57 smithi066 ceph-mon[112137]: from='client.537819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:57 smithi066 ceph-mon[112137]: pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:59.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:15:59 smithi203 ceph-mon[117428]: pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:59.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:15:59 smithi137 ceph-mon[117020]: pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:15:59 smithi066 ceph-mon[112137]: pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:01.537 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:01.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:01.538 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:01.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:01 smithi203 ceph-mon[117428]: pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:01.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:01 smithi137 ceph-mon[117020]: pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:01 smithi066 ceph-mon[112137]: pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:02.261 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:02.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:02.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:02.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:02.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:03 smithi203 ceph-mon[117428]: from='client.537894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:03.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:03 smithi203 ceph-mon[117428]: pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:03.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:03 smithi137 ceph-mon[117020]: from='client.537894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:03.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:03 smithi137 ceph-mon[117020]: pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:03 smithi066 ceph-mon[112137]: from='client.537894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:03 smithi066 ceph-mon[112137]: pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:05.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:04 smithi137 ceph-mon[117020]: pgmap v19884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:04 smithi066 ceph-mon[112137]: pgmap v19884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:04 smithi203 ceph-mon[117428]: pgmap v19884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:07.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:07.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:07.263 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:07 smithi203 ceph-mon[117428]: pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:07.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:07 smithi137 ceph-mon[117020]: pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:07 smithi066 ceph-mon[112137]: pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:07.985 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:07.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:07.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:07.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:07.986 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:08.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:08 smithi203 ceph-mon[117428]: from='client.537972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:08.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:08 smithi137 ceph-mon[117020]: from='client.537972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:08.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:08 smithi066 ceph-mon[112137]: from='client.537972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:09 smithi203 ceph-mon[117428]: pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:09.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:09 smithi137 ceph-mon[117020]: pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:09 smithi066 ceph-mon[112137]: pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:11.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:11 smithi203 ceph-mon[117428]: pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:11 smithi137 ceph-mon[117020]: pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:11 smithi066 ceph-mon[112137]: pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:12.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:13.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:13 smithi203 ceph-mon[117428]: pgmap v19888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:13.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:13 smithi137 ceph-mon[117020]: pgmap v19888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:13.714 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:13.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:13.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:13.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:13.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:13 smithi066 ceph-mon[112137]: pgmap v19888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:14.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:14 smithi203 ceph-mon[117428]: from='client.538044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:14 smithi137 ceph-mon[117020]: from='client.538044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:14 smithi066 ceph-mon[112137]: from='client.538044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:15 smithi137 ceph-mon[117020]: pgmap v19889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:15 smithi066 ceph-mon[112137]: pgmap v19889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:15 smithi203 ceph-mon[117428]: pgmap v19889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:17.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:17 smithi137 ceph-mon[117020]: pgmap v19890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:17 smithi066 ceph-mon[112137]: pgmap v19890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:17 smithi203 ceph-mon[117428]: pgmap v19890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:18.716 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:18.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:18.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:19.442 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:19.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:19.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:19.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:19.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:19 smithi137 ceph-mon[117020]: pgmap v19891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:19 smithi066 ceph-mon[112137]: pgmap v19891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:19 smithi203 ceph-mon[117428]: pgmap v19891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:20.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:20 smithi137 ceph-mon[117020]: from='client.538119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:20 smithi066 ceph-mon[112137]: from='client.538119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:20 smithi203 ceph-mon[117428]: from='client.538119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:21.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:21 smithi137 ceph-mon[117020]: pgmap v19892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:21 smithi066 ceph-mon[112137]: pgmap v19892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:21 smithi203 ceph-mon[117428]: pgmap v19892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:23.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:23 smithi137 ceph-mon[117020]: pgmap v19893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:23 smithi066 ceph-mon[112137]: pgmap v19893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:23 smithi203 ceph-mon[117428]: pgmap v19893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:24.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:24.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:24.444 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:24 smithi137 ceph-mon[117020]: pgmap v19894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:25.180 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:25.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:25.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:25.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:25.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:24 smithi066 ceph-mon[112137]: pgmap v19894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:24 smithi203 ceph-mon[117428]: pgmap v19894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:25 smithi137 ceph-mon[117020]: from='client.538194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:25 smithi066 ceph-mon[112137]: from='client.538194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:25 smithi203 ceph-mon[117428]: from='client.538194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:26 smithi066 ceph-mon[112137]: pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:26 smithi203 ceph-mon[117428]: pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:27.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:26 smithi137 ceph-mon[117020]: pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:29 smithi203 ceph-mon[117428]: pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:29.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:29 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:16:29.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:29 smithi137 ceph-mon[117020]: pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:29 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:16:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:29 smithi066 ceph-mon[112137]: pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:29 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:16:30.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:30.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:30.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:30.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:16:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:16:30.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:30 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:16:30.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:16:30.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:16:30.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:30 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:16:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:16:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:16:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:30 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:16:30.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:30.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:30.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:30.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:30.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:31 smithi066 ceph-mon[112137]: pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:31 smithi066 ceph-mon[112137]: from='client.538269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:31 smithi203 ceph-mon[117428]: pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:31 smithi203 ceph-mon[117428]: from='client.538269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:31 smithi137 ceph-mon[117020]: pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:31 smithi137 ceph-mon[117020]: from='client.538269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:33 smithi066 ceph-mon[112137]: pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:33 smithi203 ceph-mon[117428]: pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:33 smithi137 ceph-mon[117020]: pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:34 smithi137 ceph-mon[117020]: pgmap v19899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:34 smithi066 ceph-mon[112137]: pgmap v19899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:34 smithi203 ceph-mon[117428]: pgmap v19899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:35.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:35.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:35.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:36.620 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:36.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:36.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:36.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:36.620 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:37 smithi203 ceph-mon[117428]: pgmap v19900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:37.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:37 smithi203 ceph-mon[117428]: from='client.538347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:37 smithi137 ceph-mon[117020]: pgmap v19900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:37 smithi137 ceph-mon[117020]: from='client.538347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:37 smithi066 ceph-mon[112137]: pgmap v19900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:37.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:37 smithi066 ceph-mon[112137]: from='client.538347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:39.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:39 smithi203 ceph-mon[117428]: pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:39.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:39 smithi137 ceph-mon[117020]: pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:39 smithi066 ceph-mon[112137]: pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:41.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:41.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:41.622 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:41.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:41 smithi137 ceph-mon[117020]: pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:41 smithi066 ceph-mon[112137]: pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:41 smithi203 ceph-mon[117428]: pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:42.341 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:42.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:42.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:42.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:42.342 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:43.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:43 smithi137 ceph-mon[117020]: from='client.538425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:43.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:43 smithi137 ceph-mon[117020]: pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:43 smithi066 ceph-mon[112137]: from='client.538425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:43 smithi066 ceph-mon[112137]: pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:43 smithi203 ceph-mon[117428]: from='client.538425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:43 smithi203 ceph-mon[117428]: pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:45.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:44 smithi137 ceph-mon[117020]: pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:44 smithi066 ceph-mon[112137]: pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:44 smithi203 ceph-mon[117428]: pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:47.343 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:47.344 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:47.344 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:47 smithi203 ceph-mon[117428]: pgmap v19905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:47 smithi137 ceph-mon[117020]: pgmap v19905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:47 smithi066 ceph-mon[112137]: pgmap v19905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:48.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:48.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:48.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:48.068 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:48.068 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:48.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:48 smithi203 ceph-mon[117428]: from='client.538500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:48.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:48 smithi137 ceph-mon[117020]: from='client.538500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:48.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:48 smithi066 ceph-mon[112137]: from='client.538500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:49 smithi203 ceph-mon[117428]: pgmap v19906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:49.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:49 smithi137 ceph-mon[117020]: pgmap v19906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:49 smithi066 ceph-mon[112137]: pgmap v19906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:51 smithi137 ceph-mon[117020]: pgmap v19907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:51 smithi066 ceph-mon[112137]: pgmap v19907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:51 smithi203 ceph-mon[117428]: pgmap v19907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:53.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:53.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:53.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:53 smithi137 ceph-mon[117020]: pgmap v19908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:53 smithi066 ceph-mon[112137]: pgmap v19908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:53.792 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:53.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:53.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:53.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:53.792 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:53 smithi203 ceph-mon[117428]: pgmap v19908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:54.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:54 smithi137 ceph-mon[117020]: from='client.538575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:54.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:54 smithi066 ceph-mon[112137]: from='client.538575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:54 smithi203 ceph-mon[117428]: from='client.538575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:55 smithi137 ceph-mon[117020]: pgmap v19909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:55 smithi066 ceph-mon[112137]: pgmap v19909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:55 smithi203 ceph-mon[117428]: pgmap v19909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:57.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:57 smithi137 ceph-mon[117020]: pgmap v19910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:57 smithi066 ceph-mon[112137]: pgmap v19910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:57 smithi203 ceph-mon[117428]: pgmap v19910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:58.793 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:16:58.794 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:58.794 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:59.517 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:16:59.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:59.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:59.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:59.518 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:16:59.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:16:59 smithi137 ceph-mon[117020]: pgmap v19911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:16:59 smithi066 ceph-mon[112137]: pgmap v19911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:16:59 smithi203 ceph-mon[117428]: pgmap v19911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:00.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:00 smithi137 ceph-mon[117020]: from='client.538650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:00 smithi066 ceph-mon[112137]: from='client.538650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:00 smithi203 ceph-mon[117428]: from='client.538650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:01.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:01 smithi137 ceph-mon[117020]: pgmap v19912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:01 smithi066 ceph-mon[112137]: pgmap v19912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:01 smithi203 ceph-mon[117428]: pgmap v19912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:03.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:03 smithi137 ceph-mon[117020]: pgmap v19913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:03 smithi066 ceph-mon[112137]: pgmap v19913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:03 smithi203 ceph-mon[117428]: pgmap v19913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:04.519 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:04.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:04.519 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:04 smithi066 ceph-mon[112137]: pgmap v19914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:05.251 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:05.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:05.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:05.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:05.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:04 smithi203 ceph-mon[117428]: pgmap v19914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:04 smithi137 ceph-mon[117020]: pgmap v19914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:05 smithi066 ceph-mon[112137]: from='client.538728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:05 smithi203 ceph-mon[117428]: from='client.538728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:05 smithi137 ceph-mon[117020]: from='client.538728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:06 smithi066 ceph-mon[112137]: pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:06 smithi203 ceph-mon[117428]: pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:06 smithi137 ceph-mon[117020]: pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:09.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:09 smithi203 ceph-mon[117428]: pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:09.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:09 smithi137 ceph-mon[117020]: pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:09 smithi066 ceph-mon[112137]: pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:10.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:10.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:10.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:10.981 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:10.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:10.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:10.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:10.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:11 smithi137 ceph-mon[117020]: pgmap v19917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:11 smithi137 ceph-mon[117020]: from='client.538806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:11 smithi066 ceph-mon[112137]: pgmap v19917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:11 smithi066 ceph-mon[112137]: from='client.538806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:11 smithi203 ceph-mon[117428]: pgmap v19917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:11 smithi203 ceph-mon[117428]: from='client.538806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:13.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:13 smithi137 ceph-mon[117020]: pgmap v19918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:13 smithi066 ceph-mon[112137]: pgmap v19918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:13 smithi203 ceph-mon[117428]: pgmap v19918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:14 smithi066 ceph-mon[112137]: pgmap v19919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:14 smithi203 ceph-mon[117428]: pgmap v19919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:14 smithi137 ceph-mon[117020]: pgmap v19919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:15.982 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:15.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:15.983 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:16.710 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:16.710 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:16.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:16.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:16.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:17 smithi203 ceph-mon[117428]: pgmap v19920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:17.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:17 smithi203 ceph-mon[117428]: from='client.538884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:17 smithi137 ceph-mon[117020]: pgmap v19920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:17 smithi137 ceph-mon[117020]: from='client.538884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:17 smithi066 ceph-mon[112137]: pgmap v19920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:17 smithi066 ceph-mon[112137]: from='client.538884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:19.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:19 smithi137 ceph-mon[117020]: pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:19 smithi066 ceph-mon[112137]: pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:19 smithi203 ceph-mon[117428]: pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:21.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:21 smithi137 ceph-mon[117020]: pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:21.711 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:21.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:21.712 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:21 smithi066 ceph-mon[112137]: pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:21 smithi203 ceph-mon[117428]: pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:22.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:22.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:22.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:22.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:22.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:23.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:23 smithi137 ceph-mon[117020]: from='client.538959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:23.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:23 smithi137 ceph-mon[117020]: pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:23 smithi066 ceph-mon[112137]: from='client.538959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:23 smithi066 ceph-mon[112137]: pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:23 smithi203 ceph-mon[117428]: from='client.538959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:23 smithi203 ceph-mon[117428]: pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:24 smithi066 ceph-mon[112137]: pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:24 smithi203 ceph-mon[117428]: pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:24 smithi137 ceph-mon[117020]: pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:27.446 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:27.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:27.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:27 smithi137 ceph-mon[117020]: pgmap v19925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:27 smithi066 ceph-mon[112137]: pgmap v19925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:27 smithi203 ceph-mon[117428]: pgmap v19925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:28.169 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:28.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:28.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:28.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:28.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:29 smithi137 ceph-mon[117020]: from='client.539031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:29 smithi137 ceph-mon[117020]: pgmap v19926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:29 smithi066 ceph-mon[112137]: from='client.539031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:29 smithi066 ceph-mon[112137]: pgmap v19926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:29 smithi203 ceph-mon[117428]: from='client.539031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:29 smithi203 ceph-mon[117428]: pgmap v19926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:30.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:30 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:17:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:30 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:17:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:30 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:17:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:31 smithi137 ceph-mon[117020]: pgmap v19927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:17:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:17:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:17:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:31 smithi066 ceph-mon[112137]: pgmap v19927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:17:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:17:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:17:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:31 smithi203 ceph-mon[117428]: pgmap v19927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:17:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:17:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:17:33.170 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:33.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:33.171 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:33 smithi137 ceph-mon[117020]: pgmap v19928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:33 smithi066 ceph-mon[112137]: pgmap v19928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:33 smithi203 ceph-mon[117428]: pgmap v19928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:33.903 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:33.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:33.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:33.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:33.903 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:34.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:34 smithi137 ceph-mon[117020]: from='client.539106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:34 smithi066 ceph-mon[112137]: from='client.539106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:34 smithi203 ceph-mon[117428]: from='client.539106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:35 smithi137 ceph-mon[117020]: pgmap v19929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:35 smithi066 ceph-mon[112137]: pgmap v19929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:35.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:35 smithi203 ceph-mon[117428]: pgmap v19929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:37 smithi137 ceph-mon[117020]: pgmap v19930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:37 smithi066 ceph-mon[112137]: pgmap v19930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:37 smithi203 ceph-mon[117428]: pgmap v19930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:38.905 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:38.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:38.905 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:39.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:39 smithi137 ceph-mon[117020]: pgmap v19931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:39.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:39.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:39.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:39.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:39.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:39 smithi066 ceph-mon[112137]: pgmap v19931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:39 smithi203 ceph-mon[117428]: pgmap v19931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:40.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:40 smithi137 ceph-mon[117020]: from='client.539175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:40 smithi066 ceph-mon[112137]: from='client.539175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:40 smithi203 ceph-mon[117428]: from='client.539175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:41.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:41 smithi137 ceph-mon[117020]: pgmap v19932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:41 smithi066 ceph-mon[112137]: pgmap v19932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:41 smithi203 ceph-mon[117428]: pgmap v19932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:43.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:43 smithi137 ceph-mon[117020]: pgmap v19933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:43 smithi066 ceph-mon[112137]: pgmap v19933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:43 smithi203 ceph-mon[117428]: pgmap v19933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:44.647 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:44.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:44.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:44 smithi066 ceph-mon[112137]: pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:44 smithi203 ceph-mon[117428]: pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:45.372 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:45.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:45.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:45.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:45.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:45.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:44 smithi137 ceph-mon[117020]: pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:45 smithi066 ceph-mon[112137]: from='client.539253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:45 smithi203 ceph-mon[117428]: from='client.539253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:45 smithi137 ceph-mon[117020]: from='client.539253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:46 smithi066 ceph-mon[112137]: pgmap v19935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:46 smithi203 ceph-mon[117428]: pgmap v19935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:46 smithi137 ceph-mon[117020]: pgmap v19935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:49.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:49 smithi137 ceph-mon[117020]: pgmap v19936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:49 smithi066 ceph-mon[112137]: pgmap v19936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:49 smithi203 ceph-mon[117428]: pgmap v19936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:50.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:50.374 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:50.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:51.106 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:51.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:51.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:51.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:51.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:51 smithi137 ceph-mon[117020]: pgmap v19937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:51 smithi137 ceph-mon[117020]: from='client.539331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:51 smithi066 ceph-mon[112137]: pgmap v19937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:51 smithi066 ceph-mon[112137]: from='client.539331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:51 smithi203 ceph-mon[117428]: pgmap v19937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:51 smithi203 ceph-mon[117428]: from='client.539331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:53.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:53 smithi137 ceph-mon[117020]: pgmap v19938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:53 smithi066 ceph-mon[112137]: pgmap v19938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:53 smithi203 ceph-mon[117428]: pgmap v19938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:54 smithi066 ceph-mon[112137]: pgmap v19939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:54 smithi203 ceph-mon[117428]: pgmap v19939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:54 smithi137 ceph-mon[117020]: pgmap v19939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:56.107 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:17:56.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:56.108 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:56.839 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:17:56.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:56.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:56.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:56.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:17:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:57 smithi137 ceph-mon[117020]: pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:57 smithi137 ceph-mon[117020]: from='client.539406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:57 smithi066 ceph-mon[112137]: pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:57 smithi066 ceph-mon[112137]: from='client.539406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:57 smithi203 ceph-mon[117428]: pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:57 smithi203 ceph-mon[117428]: from='client.539406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:59.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:17:59 smithi137 ceph-mon[117020]: pgmap v19941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:17:59 smithi066 ceph-mon[112137]: pgmap v19941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:17:59 smithi203 ceph-mon[117428]: pgmap v19941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:01.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:01 smithi137 ceph-mon[117020]: pgmap v19942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:01 smithi066 ceph-mon[112137]: pgmap v19942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:01 smithi203 ceph-mon[117428]: pgmap v19942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:01.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:01.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:01.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:02.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:02.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:02.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:02.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:02.562 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:03.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:03 smithi137 ceph-mon[117020]: from='client.539481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:03.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:03 smithi137 ceph-mon[117020]: pgmap v19943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:03 smithi066 ceph-mon[112137]: from='client.539481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:03 smithi066 ceph-mon[112137]: pgmap v19943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:03 smithi203 ceph-mon[117428]: from='client.539481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:03 smithi203 ceph-mon[117428]: pgmap v19943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:04 smithi066 ceph-mon[112137]: pgmap v19944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:04 smithi203 ceph-mon[117428]: pgmap v19944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:04 smithi137 ceph-mon[117020]: pgmap v19944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:07.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:07.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:07.563 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:07.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:07 smithi137 ceph-mon[117020]: pgmap v19945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:07 smithi066 ceph-mon[112137]: pgmap v19945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:07 smithi203 ceph-mon[117428]: pgmap v19945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:08.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:08.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:08.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:08.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:08.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:09.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:09 smithi137 ceph-mon[117020]: from='client.539559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:09.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:09 smithi137 ceph-mon[117020]: pgmap v19946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:09 smithi066 ceph-mon[112137]: from='client.539559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:09 smithi066 ceph-mon[112137]: pgmap v19946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:09 smithi203 ceph-mon[117428]: from='client.539559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:09 smithi203 ceph-mon[117428]: pgmap v19946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:11 smithi137 ceph-mon[117020]: pgmap v19947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:11 smithi066 ceph-mon[112137]: pgmap v19947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:11 smithi203 ceph-mon[117428]: pgmap v19947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:13.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:13.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:13.308 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:13.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:13 smithi137 ceph-mon[117020]: pgmap v19948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:13 smithi066 ceph-mon[112137]: pgmap v19948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:13 smithi203 ceph-mon[117428]: pgmap v19948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:14.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:14.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:14.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:14.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:14.039 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:14.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:14 smithi137 ceph-mon[117020]: from='client.539634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:14.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:14 smithi066 ceph-mon[112137]: from='client.539634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:14 smithi203 ceph-mon[117428]: from='client.539634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:15 smithi137 ceph-mon[117020]: pgmap v19949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:15 smithi066 ceph-mon[112137]: pgmap v19949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:15 smithi203 ceph-mon[117428]: pgmap v19949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:17 smithi137 ceph-mon[117020]: pgmap v19950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:17 smithi066 ceph-mon[112137]: pgmap v19950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:17 smithi203 ceph-mon[117428]: pgmap v19950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:19.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:19.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:19.041 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:19 smithi137 ceph-mon[117020]: pgmap v19951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:19 smithi066 ceph-mon[112137]: pgmap v19951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:19.784 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:19.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:19.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:19.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:19.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:19 smithi203 ceph-mon[117428]: pgmap v19951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:20.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:20 smithi137 ceph-mon[117020]: from='client.539712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:20.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:20 smithi066 ceph-mon[112137]: from='client.539712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:20.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:20 smithi203 ceph-mon[117428]: from='client.539712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:21.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:21 smithi137 ceph-mon[117020]: pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:18:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:21 smithi066 ceph-mon[112137]: pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:18:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:21 smithi203 ceph-mon[117428]: pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:18:23.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:23 smithi137 ceph-mon[117020]: pgmap v19953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:18:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:23 smithi066 ceph-mon[112137]: pgmap v19953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:18:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:23 smithi203 ceph-mon[117428]: pgmap v19953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:18:24.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:24.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:24.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:24 smithi066 ceph-mon[112137]: pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:18:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:24 smithi203 ceph-mon[117428]: pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:18:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:24 smithi137 ceph-mon[117020]: pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:18:25.521 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:25.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:25.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:25.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:25.521 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:25 smithi066 ceph-mon[112137]: from='client.539781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:25 smithi203 ceph-mon[117428]: from='client.539781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:25 smithi137 ceph-mon[117020]: from='client.539781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:27.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:26 smithi066 ceph-mon[112137]: pgmap v19955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:26 smithi203 ceph-mon[117428]: pgmap v19955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:26 smithi137 ceph-mon[117020]: pgmap v19955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:29 smithi137 ceph-mon[117020]: pgmap v19956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:29 smithi066 ceph-mon[112137]: pgmap v19956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:29 smithi203 ceph-mon[117428]: pgmap v19956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:30.522 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:30.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:30.523 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:31.284 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:31.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:31.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:31.285 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:31.285 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:31 smithi137 ceph-mon[117020]: pgmap v19957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:18:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:18:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:18:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:31 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:18:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:31 smithi066 ceph-mon[112137]: pgmap v19957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:18:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:18:31.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:18:31.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:31 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:18:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:31 smithi203 ceph-mon[117428]: pgmap v19957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:18:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:18:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:18:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:31 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:18:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:32 smithi137 ceph-mon[117020]: from='client.539859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:32 smithi066 ceph-mon[112137]: from='client.539859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:32 smithi203 ceph-mon[117428]: from='client.539859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:33 smithi137 ceph-mon[117020]: pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:18:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:33 smithi066 ceph-mon[112137]: pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:18:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:33 smithi203 ceph-mon[117428]: pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:18:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:34 smithi066 ceph-mon[112137]: pgmap v19959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:18:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:34 smithi203 ceph-mon[117428]: pgmap v19959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:18:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:34 smithi137 ceph-mon[117020]: pgmap v19959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:18:36.286 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:36.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:36.287 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:37.012 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:37.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:37.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:37.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:37.013 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:37 smithi137 ceph-mon[117020]: pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:18:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:37 smithi137 ceph-mon[117020]: from='client.539925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:37 smithi066 ceph-mon[112137]: pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:18:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:37 smithi066 ceph-mon[112137]: from='client.539925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:37 smithi203 ceph-mon[117428]: pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:18:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:37 smithi203 ceph-mon[117428]: from='client.539925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:39.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:39 smithi137 ceph-mon[117020]: pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:39 smithi066 ceph-mon[112137]: pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:39 smithi203 ceph-mon[117428]: pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:41.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:41 smithi137 ceph-mon[117020]: pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:41 smithi066 ceph-mon[112137]: pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:41 smithi203 ceph-mon[117428]: pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:42.014 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:42.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:42.015 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:42.768 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:42.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:42.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:42.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:42.768 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:43.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:43 smithi137 ceph-mon[117020]: pgmap v19963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:43.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:43 smithi137 ceph-mon[117020]: from='client.540003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:43 smithi066 ceph-mon[112137]: pgmap v19963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:43 smithi066 ceph-mon[112137]: from='client.540003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:43 smithi203 ceph-mon[117428]: pgmap v19963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:43 smithi203 ceph-mon[117428]: from='client.540003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:44 smithi066 ceph-mon[112137]: pgmap v19964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:44 smithi203 ceph-mon[117428]: pgmap v19964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:44 smithi137 ceph-mon[117020]: pgmap v19964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:47 smithi137 ceph-mon[117020]: pgmap v19965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:47 smithi066 ceph-mon[112137]: pgmap v19965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:47.769 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:47.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:47.770 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:47 smithi203 ceph-mon[117428]: pgmap v19965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:48.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:48.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:48.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:48.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:48.501 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:49.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:49 smithi137 ceph-mon[117020]: from='client.540075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:49.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:49 smithi137 ceph-mon[117020]: pgmap v19966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:49 smithi066 ceph-mon[112137]: from='client.540075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:49 smithi066 ceph-mon[112137]: pgmap v19966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:49 smithi203 ceph-mon[117428]: from='client.540075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:49 smithi203 ceph-mon[117428]: pgmap v19966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:51 smithi137 ceph-mon[117020]: pgmap v19967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:51 smithi066 ceph-mon[112137]: pgmap v19967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:51 smithi203 ceph-mon[117428]: pgmap v19967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:53.501 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:53.501 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:53.502 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:53.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:53 smithi137 ceph-mon[117020]: pgmap v19968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:53 smithi066 ceph-mon[112137]: pgmap v19968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:53 smithi203 ceph-mon[117428]: pgmap v19968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:54.225 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:54.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:54.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:54.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:54.226 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:18:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:54 smithi066 ceph-mon[112137]: from='client.540153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:54 smithi066 ceph-mon[112137]: pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:54 smithi203 ceph-mon[117428]: from='client.540153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:54 smithi203 ceph-mon[117428]: pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:54 smithi137 ceph-mon[117020]: from='client.540153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:54 smithi137 ceph-mon[117020]: pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:57 smithi137 ceph-mon[117020]: pgmap v19970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:57 smithi066 ceph-mon[112137]: pgmap v19970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:57 smithi203 ceph-mon[117428]: pgmap v19970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:59.227 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:18:59.227 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:59.228 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:59.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:18:59 smithi137 ceph-mon[117020]: pgmap v19971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:18:59 smithi066 ceph-mon[112137]: pgmap v19971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:18:59 smithi203 ceph-mon[117428]: pgmap v19971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:59.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:18:59.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:59.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:59.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:59.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:00.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:00 smithi137 ceph-mon[117020]: from='client.540225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:00 smithi066 ceph-mon[112137]: from='client.540225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:00 smithi203 ceph-mon[117428]: from='client.540225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:01.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:01 smithi137 ceph-mon[117020]: pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:01 smithi066 ceph-mon[112137]: pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:01 smithi203 ceph-mon[117428]: pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:03.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:03 smithi137 ceph-mon[117020]: pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:03 smithi066 ceph-mon[112137]: pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:03 smithi203 ceph-mon[117428]: pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:04.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:04.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:04.951 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:04 smithi066 ceph-mon[112137]: pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:04 smithi203 ceph-mon[117428]: pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:04 smithi137 ceph-mon[117020]: pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:05.698 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:05.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:05.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:05.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:05.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:05 smithi066 ceph-mon[112137]: from='client.540300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:06.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:05 smithi203 ceph-mon[117428]: from='client.540300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:06.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:05 smithi137 ceph-mon[117020]: from='client.540300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:06 smithi066 ceph-mon[112137]: pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:06 smithi203 ceph-mon[117428]: pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:07.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:06 smithi137 ceph-mon[117020]: pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:09.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:09 smithi137 ceph-mon[117020]: pgmap v19976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:09 smithi066 ceph-mon[112137]: pgmap v19976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:09 smithi203 ceph-mon[117428]: pgmap v19976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:10.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:10.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:10.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:11.421 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:11.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:11.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:11.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:11.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:11.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:11 smithi137 ceph-mon[117020]: pgmap v19977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:11 smithi066 ceph-mon[112137]: pgmap v19977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:11 smithi203 ceph-mon[117428]: pgmap v19977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:12.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:12 smithi137 ceph-mon[117020]: from='client.540378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:12 smithi066 ceph-mon[112137]: from='client.540378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:12 smithi203 ceph-mon[117428]: from='client.540378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:13.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:13 smithi137 ceph-mon[117020]: pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:13 smithi066 ceph-mon[112137]: pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:13 smithi203 ceph-mon[117428]: pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:14 smithi066 ceph-mon[112137]: pgmap v19979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:14 smithi203 ceph-mon[117428]: pgmap v19979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:14 smithi137 ceph-mon[117020]: pgmap v19979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:16.423 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:16.423 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:16.424 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:17.158 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:17.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:17.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:17.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:17.158 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:17 smithi137 ceph-mon[117020]: pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:17 smithi137 ceph-mon[117020]: from='client.540456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:17 smithi066 ceph-mon[112137]: pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:17 smithi066 ceph-mon[112137]: from='client.540456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:17 smithi203 ceph-mon[117428]: pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:17 smithi203 ceph-mon[117428]: from='client.540456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:19 smithi137 ceph-mon[117020]: pgmap v19981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:19 smithi066 ceph-mon[112137]: pgmap v19981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:19 smithi203 ceph-mon[117428]: pgmap v19981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:21.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:21 smithi137 ceph-mon[117020]: pgmap v19982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:21 smithi066 ceph-mon[112137]: pgmap v19982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:21 smithi203 ceph-mon[117428]: pgmap v19982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:22.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:22.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:22.160 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:22.895 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:22.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:22.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:22.895 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:22.896 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:23.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:23 smithi137 ceph-mon[117020]: pgmap v19983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:23.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:23 smithi137 ceph-mon[117020]: from='client.540531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:23 smithi066 ceph-mon[112137]: pgmap v19983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:23 smithi066 ceph-mon[112137]: from='client.540531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:23 smithi203 ceph-mon[117428]: pgmap v19983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:23 smithi203 ceph-mon[117428]: from='client.540531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:24 smithi066 ceph-mon[112137]: pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:24 smithi203 ceph-mon[117428]: pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:24 smithi137 ceph-mon[117020]: pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:27 smithi137 ceph-mon[117020]: pgmap v19985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:27 smithi066 ceph-mon[112137]: pgmap v19985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:27 smithi203 ceph-mon[117428]: pgmap v19985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:27.897 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:27.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:27.897 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:28.623 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:28.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:28.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:28.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:28.623 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:29 smithi137 ceph-mon[117020]: from='client.540609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:29 smithi137 ceph-mon[117020]: pgmap v19986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:29 smithi066 ceph-mon[112137]: from='client.540609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:29 smithi066 ceph-mon[112137]: pgmap v19986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:29 smithi203 ceph-mon[117428]: from='client.540609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:29 smithi203 ceph-mon[117428]: pgmap v19986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:31 smithi137 ceph-mon[117020]: pgmap v19987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:31.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:31 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:19:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:31 smithi066 ceph-mon[112137]: pgmap v19987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:31 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:19:31.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:31 smithi203 ceph-mon[117428]: pgmap v19987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:31.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:31 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:19:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:19:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:19:32.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:32 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:19:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:19:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:19:32.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:32 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:19:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:19:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:19:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:32 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:19:33.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:33 smithi137 ceph-mon[117020]: pgmap v19988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:33.624 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:33.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:33.624 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:33 smithi066 ceph-mon[112137]: pgmap v19988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:33 smithi203 ceph-mon[117428]: pgmap v19988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:34.362 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:34.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:34.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:34.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:34.363 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:34 smithi066 ceph-mon[112137]: from='client.540684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:34 smithi066 ceph-mon[112137]: pgmap v19989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:34 smithi203 ceph-mon[117428]: from='client.540684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:34 smithi203 ceph-mon[117428]: pgmap v19989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:34 smithi137 ceph-mon[117020]: from='client.540684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:34 smithi137 ceph-mon[117020]: pgmap v19989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:37 smithi137 ceph-mon[117020]: pgmap v19990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:37 smithi066 ceph-mon[112137]: pgmap v19990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:37 smithi203 ceph-mon[117428]: pgmap v19990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:39.364 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:39.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:39.365 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:39.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:39 smithi137 ceph-mon[117020]: pgmap v19991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:39 smithi066 ceph-mon[112137]: pgmap v19991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:39 smithi203 ceph-mon[117428]: pgmap v19991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:40.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:40.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:40.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:40.087 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:40.087 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:40.626 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:40 smithi137 ceph-mon[117020]: from='client.540762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:40 smithi066 ceph-mon[112137]: from='client.540762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:40 smithi203 ceph-mon[117428]: from='client.540762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:41.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:41 smithi137 ceph-mon[117020]: pgmap v19992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:41 smithi066 ceph-mon[112137]: pgmap v19992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:41 smithi203 ceph-mon[117428]: pgmap v19992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:43.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:43 smithi137 ceph-mon[117020]: pgmap v19993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:43 smithi066 ceph-mon[112137]: pgmap v19993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:43 smithi203 ceph-mon[117428]: pgmap v19993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:45.088 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:45.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:45.089 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:44 smithi066 ceph-mon[112137]: pgmap v19994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:44 smithi203 ceph-mon[117428]: pgmap v19994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:44 smithi137 ceph-mon[117020]: pgmap v19994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:45.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:45.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:45.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:45.813 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:45.813 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:45 smithi066 ceph-mon[112137]: from='client.540840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:45 smithi203 ceph-mon[117428]: from='client.540840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:45 smithi137 ceph-mon[117020]: from='client.540840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:46 smithi066 ceph-mon[112137]: pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:46 smithi203 ceph-mon[117428]: pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:46 smithi137 ceph-mon[117020]: pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:49.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:49 smithi137 ceph-mon[117020]: pgmap v19996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:49 smithi066 ceph-mon[112137]: pgmap v19996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:49 smithi203 ceph-mon[117428]: pgmap v19996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:50.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:50.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:50.815 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:51.546 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:51.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:51.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:51.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:51.547 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:51.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:51 smithi137 ceph-mon[117020]: pgmap v19997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:51 smithi066 ceph-mon[112137]: pgmap v19997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:51 smithi203 ceph-mon[117428]: pgmap v19997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:52.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:52 smithi137 ceph-mon[117020]: from='client.540912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:52 smithi066 ceph-mon[112137]: from='client.540912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:52 smithi203 ceph-mon[117428]: from='client.540912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:53.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:53 smithi137 ceph-mon[117020]: pgmap v19998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:53 smithi066 ceph-mon[112137]: pgmap v19998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:53 smithi203 ceph-mon[117428]: pgmap v19998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:54 smithi066 ceph-mon[112137]: pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:54 smithi203 ceph-mon[117428]: pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:54 smithi137 ceph-mon[117020]: pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:56.548 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:19:56.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:56.548 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:57.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:57.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:57.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:57.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:19:57.269 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:19:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:57 smithi137 ceph-mon[117020]: pgmap v20000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:57 smithi066 ceph-mon[112137]: pgmap v20000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:57 smithi203 ceph-mon[117428]: pgmap v20000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:58.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:58 smithi137 ceph-mon[117020]: from='client.540987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:58.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:58 smithi066 ceph-mon[112137]: from='client.540987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:58 smithi203 ceph-mon[117428]: from='client.540987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:59.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:19:59 smithi137 ceph-mon[117020]: pgmap v20001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:19:59 smithi066 ceph-mon[112137]: pgmap v20001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:19:59 smithi203 ceph-mon[117428]: pgmap v20001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:00.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T04:20:00.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T04:20:00.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T04:20:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:01 smithi066 ceph-mon[112137]: pgmap v20002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:01 smithi203 ceph-mon[117428]: pgmap v20002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:01 smithi137 ceph-mon[117020]: pgmap v20002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:02.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:02.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:02.271 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:03.004 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:03.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:03.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:03.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:03.005 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:03 smithi066 ceph-mon[112137]: pgmap v20003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:03 smithi066 ceph-mon[112137]: from='client.541062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:03 smithi203 ceph-mon[117428]: pgmap v20003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:03 smithi203 ceph-mon[117428]: from='client.541062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:03 smithi137 ceph-mon[117020]: pgmap v20003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:03 smithi137 ceph-mon[117020]: from='client.541062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:04 smithi066 ceph-mon[112137]: pgmap v20004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:04 smithi203 ceph-mon[117428]: pgmap v20004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:04 smithi137 ceph-mon[117020]: pgmap v20004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:07.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:07 smithi137 ceph-mon[117020]: pgmap v20005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:07 smithi066 ceph-mon[112137]: pgmap v20005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:07.752 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:07 smithi203 ceph-mon[117428]: pgmap v20005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:08.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:08.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:08.007 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:08.741 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:08.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:08.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:08.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:08.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:09.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:09 smithi137 ceph-mon[117020]: pgmap v20006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:09.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:09 smithi137 ceph-mon[117020]: from='client.541134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:09 smithi066 ceph-mon[112137]: pgmap v20006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:09 smithi066 ceph-mon[112137]: from='client.541134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:09 smithi203 ceph-mon[117428]: pgmap v20006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:09 smithi203 ceph-mon[117428]: from='client.541134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:11 smithi066 ceph-mon[112137]: pgmap v20007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:11 smithi203 ceph-mon[117428]: pgmap v20007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:11 smithi137 ceph-mon[117020]: pgmap v20007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:13 smithi066 ceph-mon[112137]: pgmap v20008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:13.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:13.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:13.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:13 smithi203 ceph-mon[117428]: pgmap v20008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:13 smithi137 ceph-mon[117020]: pgmap v20008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:14.468 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:14.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:14.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:14.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:14.468 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:14 smithi066 ceph-mon[112137]: from='client.541212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:14 smithi066 ceph-mon[112137]: pgmap v20009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:14 smithi203 ceph-mon[117428]: from='client.541212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:14 smithi203 ceph-mon[117428]: pgmap v20009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:14 smithi137 ceph-mon[117020]: from='client.541212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:14 smithi137 ceph-mon[117020]: pgmap v20009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:17 smithi137 ceph-mon[117020]: pgmap v20010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:17 smithi066 ceph-mon[112137]: pgmap v20010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:17 smithi203 ceph-mon[117428]: pgmap v20010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:19.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:19.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:19.470 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:19.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:19 smithi137 ceph-mon[117020]: pgmap v20011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:19 smithi066 ceph-mon[112137]: pgmap v20011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:19 smithi203 ceph-mon[117428]: pgmap v20011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:20.191 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:20.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:20.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:20.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:20.192 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:21.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:21 smithi137 ceph-mon[117020]: from='client.541290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:21.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:21 smithi137 ceph-mon[117020]: pgmap v20012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:21 smithi066 ceph-mon[112137]: from='client.541290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:21 smithi066 ceph-mon[112137]: pgmap v20012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:21 smithi203 ceph-mon[117428]: from='client.541290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:21 smithi203 ceph-mon[117428]: pgmap v20012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:23 smithi066 ceph-mon[112137]: pgmap v20013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:23 smithi203 ceph-mon[117428]: pgmap v20013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:23 smithi137 ceph-mon[117020]: pgmap v20013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:25.193 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:25.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:25.194 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:24 smithi066 ceph-mon[112137]: pgmap v20014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:24 smithi203 ceph-mon[117428]: pgmap v20014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:24 smithi137 ceph-mon[117020]: pgmap v20014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:25.931 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:25.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:25.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:25.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:25.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:25 smithi137 ceph-mon[117020]: from='client.541365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:26.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:25 smithi066 ceph-mon[112137]: from='client.541365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:26.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:25 smithi203 ceph-mon[117428]: from='client.541365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:27.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:26 smithi066 ceph-mon[112137]: pgmap v20015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:27.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:26 smithi203 ceph-mon[117428]: pgmap v20015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:26 smithi137 ceph-mon[117020]: pgmap v20015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:29.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:29 smithi137 ceph-mon[117020]: pgmap v20016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:29.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:29 smithi066 ceph-mon[112137]: pgmap v20016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:29 smithi203 ceph-mon[117428]: pgmap v20016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:30.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:30.933 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:30.933 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:31.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:31.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:31.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:31.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:31.663 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:31 smithi066 ceph-mon[112137]: pgmap v20017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:31 smithi203 ceph-mon[117428]: pgmap v20017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:31 smithi137 ceph-mon[117020]: pgmap v20017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:32 smithi066 ceph-mon[112137]: from='client.541443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:32 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:20:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:32 smithi203 ceph-mon[117428]: from='client.541443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:32.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:32 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:20:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:32 smithi137 ceph-mon[117020]: from='client.541443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:32 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:20:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:33 smithi066 ceph-mon[112137]: pgmap v20018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:20:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:20:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:20:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:33 smithi203 ceph-mon[117428]: pgmap v20018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:20:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:20:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:20:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:33 smithi137 ceph-mon[117020]: pgmap v20018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:20:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:20:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:20:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:34 smithi066 ceph-mon[112137]: pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:34 smithi203 ceph-mon[117428]: pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:34 smithi137 ceph-mon[117020]: pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:36.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:36.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:36.665 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:37.385 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:37.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:37.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:37.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:37.386 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:37 smithi137 ceph-mon[117020]: pgmap v20020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:37 smithi066 ceph-mon[112137]: pgmap v20020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:37 smithi203 ceph-mon[117428]: pgmap v20020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:38.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:38 smithi066 ceph-mon[112137]: from='client.541515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:38.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:38 smithi203 ceph-mon[117428]: from='client.541515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:38 smithi137 ceph-mon[117020]: from='client.541515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:39 smithi066 ceph-mon[112137]: pgmap v20021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:39 smithi203 ceph-mon[117428]: pgmap v20021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:39 smithi137 ceph-mon[117020]: pgmap v20021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:41 smithi066 ceph-mon[112137]: pgmap v20022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:41 smithi203 ceph-mon[117428]: pgmap v20022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:41 smithi137 ceph-mon[117020]: pgmap v20022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:42.387 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:42.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:42.387 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:43.119 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:43.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:43.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:43.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:43.120 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:43 smithi066 ceph-mon[112137]: pgmap v20023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:43 smithi066 ceph-mon[112137]: from='client.541590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:43 smithi203 ceph-mon[117428]: pgmap v20023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:43 smithi203 ceph-mon[117428]: from='client.541590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:43 smithi137 ceph-mon[117020]: pgmap v20023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:43 smithi137 ceph-mon[117020]: from='client.541590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:44 smithi066 ceph-mon[112137]: pgmap v20024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:44 smithi203 ceph-mon[117428]: pgmap v20024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:44 smithi137 ceph-mon[117020]: pgmap v20024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:47 smithi066 ceph-mon[112137]: pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:47 smithi203 ceph-mon[117428]: pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:47 smithi137 ceph-mon[117020]: pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:48.121 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:48.122 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:48.122 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:48.850 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:48.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:48.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:48.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:48.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:49 smithi066 ceph-mon[112137]: pgmap v20026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:49 smithi066 ceph-mon[112137]: from='client.541668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:49 smithi203 ceph-mon[117428]: pgmap v20026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:49 smithi203 ceph-mon[117428]: from='client.541668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:49 smithi137 ceph-mon[117020]: pgmap v20026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:49 smithi137 ceph-mon[117020]: from='client.541668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:51 smithi066 ceph-mon[112137]: pgmap v20027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:51 smithi203 ceph-mon[117428]: pgmap v20027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:51 smithi137 ceph-mon[117020]: pgmap v20027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:53 smithi066 ceph-mon[112137]: pgmap v20028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:53 smithi203 ceph-mon[117428]: pgmap v20028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:53.849 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:53.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:53.850 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:53 smithi137 ceph-mon[117020]: pgmap v20028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:54.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:54.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:54.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:54.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:20:54.581 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:20:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:54 smithi066 ceph-mon[112137]: from='client.541740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:55.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:54 smithi066 ceph-mon[112137]: pgmap v20029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:54 smithi203 ceph-mon[117428]: from='client.541740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:54 smithi203 ceph-mon[117428]: pgmap v20029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:54 smithi137 ceph-mon[117020]: from='client.541740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:54 smithi137 ceph-mon[117020]: pgmap v20029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:57 smithi066 ceph-mon[112137]: pgmap v20030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:57 smithi203 ceph-mon[117428]: pgmap v20030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:57 smithi137 ceph-mon[117020]: pgmap v20030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:59.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:20:59.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:59.582 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:20:59 smithi066 ceph-mon[112137]: pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:20:59 smithi203 ceph-mon[117428]: pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:20:59 smithi137 ceph-mon[117020]: pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:00.308 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:00.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:00.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:00.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:00.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:01 smithi066 ceph-mon[112137]: from='client.541812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:01.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:01 smithi066 ceph-mon[112137]: pgmap v20032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:01 smithi203 ceph-mon[117428]: from='client.541812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:01 smithi203 ceph-mon[117428]: pgmap v20032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:01 smithi137 ceph-mon[117020]: from='client.541812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:01 smithi137 ceph-mon[117020]: pgmap v20032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:03 smithi066 ceph-mon[112137]: pgmap v20033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:03 smithi203 ceph-mon[117428]: pgmap v20033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:03 smithi137 ceph-mon[117020]: pgmap v20033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:04 smithi066 ceph-mon[112137]: pgmap v20034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:05.310 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:05.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:05.310 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:04 smithi203 ceph-mon[117428]: pgmap v20034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:05.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:04 smithi137 ceph-mon[117020]: pgmap v20034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:06.049 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:06.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:06.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:06.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:06.050 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:06.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:05 smithi066 ceph-mon[112137]: from='client.541890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:06.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:05 smithi203 ceph-mon[117428]: from='client.541890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:05 smithi137 ceph-mon[117020]: from='client.541890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:07.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:06 smithi066 ceph-mon[112137]: pgmap v20035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:07.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:06 smithi203 ceph-mon[117428]: pgmap v20035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:06 smithi137 ceph-mon[117020]: pgmap v20035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:09 smithi066 ceph-mon[112137]: pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:09 smithi203 ceph-mon[117428]: pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:09 smithi137 ceph-mon[117020]: pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:11.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:11.051 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:11.052 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:11 smithi066 ceph-mon[112137]: pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:11.784 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:11.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:11.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:11.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:11.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:11 smithi203 ceph-mon[117428]: pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:11 smithi137 ceph-mon[117020]: pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:12 smithi066 ceph-mon[112137]: from='client.541965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:12.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:12 smithi203 ceph-mon[117428]: from='client.541965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:12 smithi137 ceph-mon[117020]: from='client.541965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:13 smithi066 ceph-mon[112137]: pgmap v20038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:13 smithi203 ceph-mon[117428]: pgmap v20038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:13 smithi137 ceph-mon[117020]: pgmap v20038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:14 smithi066 ceph-mon[112137]: pgmap v20039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:14 smithi203 ceph-mon[117428]: pgmap v20039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:14 smithi137 ceph-mon[117020]: pgmap v20039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:16.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:16.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:16.787 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:17.528 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:17.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:17.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:17.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:17.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:17 smithi066 ceph-mon[112137]: pgmap v20040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:17 smithi203 ceph-mon[117428]: pgmap v20040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:17 smithi137 ceph-mon[117020]: pgmap v20040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:18.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:18 smithi066 ceph-mon[112137]: from='client.542037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:18 smithi203 ceph-mon[117428]: from='client.542037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:18 smithi137 ceph-mon[117020]: from='client.542037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:19 smithi066 ceph-mon[112137]: pgmap v20041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:19 smithi203 ceph-mon[117428]: pgmap v20041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:19 smithi137 ceph-mon[117020]: pgmap v20041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:21 smithi066 ceph-mon[112137]: pgmap v20042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:21 smithi203 ceph-mon[117428]: pgmap v20042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:21 smithi137 ceph-mon[117020]: pgmap v20042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:22.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:22.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:22.531 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:23.256 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:23.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:23.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:23.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:23.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:23 smithi066 ceph-mon[112137]: pgmap v20043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:23 smithi203 ceph-mon[117428]: pgmap v20043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:23 smithi137 ceph-mon[117020]: pgmap v20043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:24 smithi066 ceph-mon[112137]: from='client.542115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:24 smithi203 ceph-mon[117428]: from='client.542115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:24 smithi137 ceph-mon[117020]: from='client.542115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:25 smithi066 ceph-mon[112137]: pgmap v20044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:25.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:25 smithi203 ceph-mon[117428]: pgmap v20044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:25 smithi137 ceph-mon[117020]: pgmap v20044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:27 smithi066 ceph-mon[112137]: pgmap v20045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:27 smithi203 ceph-mon[117428]: pgmap v20045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:27 smithi137 ceph-mon[117020]: pgmap v20045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:28.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:28.258 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:28.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:28.992 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:28.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:28.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:28.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:28.993 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:29 smithi066 ceph-mon[112137]: pgmap v20046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:29 smithi066 ceph-mon[112137]: from='client.542190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:29 smithi203 ceph-mon[117428]: pgmap v20046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:29 smithi203 ceph-mon[117428]: from='client.542190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:29 smithi137 ceph-mon[117020]: pgmap v20046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:29 smithi137 ceph-mon[117020]: from='client.542190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:31 smithi066 ceph-mon[112137]: pgmap v20047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:31 smithi203 ceph-mon[117428]: pgmap v20047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:31 smithi137 ceph-mon[117020]: pgmap v20047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:33 smithi066 ceph-mon[112137]: pgmap v20048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:33 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:21:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:33 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:33 smithi203 ceph-mon[117428]: pgmap v20048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:33 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:21:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:33 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:33 smithi137 ceph-mon[117020]: pgmap v20048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:33 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:21:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:33 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:33.994 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:33.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:33.994 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:34.729 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:34.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:34.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:34.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:34.729 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:21:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:21:34.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:34 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:21:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:21:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:34 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:21:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:21:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:34 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:21:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:35 smithi066 ceph-mon[112137]: pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:35 smithi066 ceph-mon[112137]: from='client.542268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:35 smithi203 ceph-mon[117428]: pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:35 smithi203 ceph-mon[117428]: from='client.542268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:35 smithi137 ceph-mon[117020]: pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:35 smithi137 ceph-mon[117020]: from='client.542268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:37 smithi066 ceph-mon[112137]: pgmap v20050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:21:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:37 smithi203 ceph-mon[117428]: pgmap v20050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:21:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:37 smithi137 ceph-mon[117020]: pgmap v20050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:21:39.730 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:39.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:39.731 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:39 smithi066 ceph-mon[112137]: pgmap v20051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:21:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:39 smithi203 ceph-mon[117428]: pgmap v20051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:21:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:39 smithi137 ceph-mon[117020]: pgmap v20051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:21:40.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:40.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:40.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:40.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:40.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:41 smithi066 ceph-mon[112137]: from='client.542343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:41 smithi066 ceph-mon[112137]: pgmap v20052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:41 smithi203 ceph-mon[117428]: from='client.542343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:41 smithi203 ceph-mon[117428]: pgmap v20052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:41 smithi137 ceph-mon[117020]: from='client.542343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:41 smithi137 ceph-mon[117020]: pgmap v20052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:43 smithi066 ceph-mon[112137]: pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:43 smithi203 ceph-mon[117428]: pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:43 smithi137 ceph-mon[117020]: pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:44 smithi066 ceph-mon[112137]: pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:44 smithi203 ceph-mon[117428]: pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:44 smithi137 ceph-mon[117020]: pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:45.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:45.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:45.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:46.206 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:46.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:46.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:46.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:46.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:46.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:45 smithi066 ceph-mon[112137]: from='client.542418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:45 smithi203 ceph-mon[117428]: from='client.542418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:45 smithi137 ceph-mon[117020]: from='client.542418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:47.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:46 smithi066 ceph-mon[112137]: pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:47.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:46 smithi203 ceph-mon[117428]: pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:47.373 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:46 smithi137 ceph-mon[117020]: pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:49 smithi066 ceph-mon[112137]: pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:21:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:49 smithi203 ceph-mon[117428]: pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:21:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:49 smithi137 ceph-mon[117020]: pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:21:51.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:51.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:51.209 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:51 smithi066 ceph-mon[112137]: pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:21:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:51 smithi203 ceph-mon[117428]: pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:21:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:51 smithi137 ceph-mon[117020]: pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:21:51.932 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:51.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:51.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:51.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:51.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:52.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:52 smithi066 ceph-mon[112137]: from='client.542496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:52 smithi203 ceph-mon[117428]: from='client.542496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:52 smithi137 ceph-mon[117020]: from='client.542496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:53 smithi066 ceph-mon[112137]: pgmap v20058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:53.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:53 smithi203 ceph-mon[117428]: pgmap v20058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:53 smithi137 ceph-mon[117020]: pgmap v20058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:54 smithi066 ceph-mon[112137]: pgmap v20059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:54 smithi203 ceph-mon[117428]: pgmap v20059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:54 smithi137 ceph-mon[117020]: pgmap v20059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:56.935 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:21:56.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:56.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:57.671 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:21:57.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:57.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:57.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:57.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:21:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:57 smithi066 ceph-mon[112137]: pgmap v20060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:57 smithi203 ceph-mon[117428]: pgmap v20060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:57 smithi137 ceph-mon[117020]: pgmap v20060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:58.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:58 smithi066 ceph-mon[112137]: from='client.542571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:58.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:58 smithi203 ceph-mon[117428]: from='client.542571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:58 smithi137 ceph-mon[117020]: from='client.542571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:21:59 smithi066 ceph-mon[112137]: pgmap v20061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:21:59 smithi203 ceph-mon[117428]: pgmap v20061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:21:59 smithi137 ceph-mon[117020]: pgmap v20061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:01 smithi066 ceph-mon[112137]: pgmap v20062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:01 smithi203 ceph-mon[117428]: pgmap v20062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:01 smithi137 ceph-mon[117020]: pgmap v20062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:02.672 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:02.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:02.673 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:03.408 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:03.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:03.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:03.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:03.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:03 smithi066 ceph-mon[112137]: pgmap v20063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:03 smithi203 ceph-mon[117428]: pgmap v20063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:03 smithi137 ceph-mon[117020]: pgmap v20063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:04.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:04 smithi066 ceph-mon[112137]: from='client.542649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:04.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:04 smithi203 ceph-mon[117428]: from='client.542649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:04 smithi137 ceph-mon[117020]: from='client.542649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:05 smithi066 ceph-mon[112137]: pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:05.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:05 smithi203 ceph-mon[117428]: pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:05 smithi137 ceph-mon[117020]: pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:07 smithi066 ceph-mon[112137]: pgmap v20065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:07 smithi203 ceph-mon[117428]: pgmap v20065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:07.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:07 smithi137 ceph-mon[117020]: pgmap v20065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:08.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:08.410 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:08.410 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:09.134 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:09.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:09.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:09.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:09.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:09 smithi066 ceph-mon[112137]: pgmap v20066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:09.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:09 smithi066 ceph-mon[112137]: from='client.542727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:09 smithi203 ceph-mon[117428]: pgmap v20066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:09 smithi203 ceph-mon[117428]: from='client.542727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:09 smithi137 ceph-mon[117020]: pgmap v20066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:09 smithi137 ceph-mon[117020]: from='client.542727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:11 smithi066 ceph-mon[112137]: pgmap v20067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:11 smithi203 ceph-mon[117428]: pgmap v20067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:11 smithi137 ceph-mon[117020]: pgmap v20067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:13 smithi066 ceph-mon[112137]: pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:13 smithi203 ceph-mon[117428]: pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:13 smithi137 ceph-mon[117020]: pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:14.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:14.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:14.136 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:14.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:14.862 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:14 smithi066 ceph-mon[112137]: pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:14 smithi066 ceph-mon[112137]: from='client.542805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:14 smithi203 ceph-mon[117428]: pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:14 smithi203 ceph-mon[117428]: from='client.542805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:14 smithi137 ceph-mon[117020]: pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:14 smithi137 ceph-mon[117020]: from='client.542805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:17 smithi066 ceph-mon[112137]: pgmap v20070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:22:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:17 smithi203 ceph-mon[117428]: pgmap v20070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:22:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:17 smithi137 ceph-mon[117020]: pgmap v20070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:22:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:19 smithi066 ceph-mon[112137]: pgmap v20071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:22:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:19 smithi203 ceph-mon[117428]: pgmap v20071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:22:19.863 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:19.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:19.863 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:19 smithi137 ceph-mon[117020]: pgmap v20071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:22:20.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:20.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:20.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:20.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:20.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:21 smithi066 ceph-mon[112137]: from='client.542880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:21 smithi066 ceph-mon[112137]: pgmap v20072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:21 smithi203 ceph-mon[117428]: from='client.542880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:21 smithi203 ceph-mon[117428]: pgmap v20072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:21 smithi137 ceph-mon[117020]: from='client.542880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:21 smithi137 ceph-mon[117020]: pgmap v20072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:23 smithi066 ceph-mon[112137]: pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:23 smithi203 ceph-mon[117428]: pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:23 smithi137 ceph-mon[117020]: pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:24 smithi066 ceph-mon[112137]: pgmap v20074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:25.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:24 smithi203 ceph-mon[117428]: pgmap v20074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:24 smithi137 ceph-mon[117020]: pgmap v20074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:25.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:25.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:25.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:26.329 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:26.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:26.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:26.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:26.330 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:27 smithi066 ceph-mon[112137]: from='client.542958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:27.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:27 smithi066 ceph-mon[112137]: pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:27 smithi203 ceph-mon[117428]: from='client.542958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:27 smithi203 ceph-mon[117428]: pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:27 smithi137 ceph-mon[117020]: from='client.542958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:27 smithi137 ceph-mon[117020]: pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:29 smithi066 ceph-mon[112137]: pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:22:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:29 smithi203 ceph-mon[117428]: pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:22:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:29 smithi137 ceph-mon[117020]: pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:22:31.331 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:31.332 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:31.332 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:31 smithi066 ceph-mon[112137]: pgmap v20077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:22:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:31 smithi203 ceph-mon[117428]: pgmap v20077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:22:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:31 smithi137 ceph-mon[117020]: pgmap v20077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:22:32.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:32.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:32.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:32.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:32.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:32.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:32 smithi066 ceph-mon[112137]: from='client.543036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:32.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:32 smithi203 ceph-mon[117428]: from='client.543036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:32 smithi137 ceph-mon[117020]: from='client.543036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:33 smithi066 ceph-mon[112137]: pgmap v20078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:33 smithi203 ceph-mon[117428]: pgmap v20078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:33 smithi137 ceph-mon[117020]: pgmap v20078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:34.704 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:34 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:22:34.708 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:34 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:22:34.711 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:34 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:22:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:35 smithi137 ceph-mon[117020]: pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:35.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:35 smithi066 ceph-mon[112137]: pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:35 smithi203 ceph-mon[117428]: pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:37.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:37.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:37.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:37.784 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:37.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:37.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:37.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:37.784 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: pgmap v20080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:22:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:22:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:37 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: pgmap v20080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:22:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:37 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: pgmap v20080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:22:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:37 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:22:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:38 smithi137 ceph-mon[117020]: from='client.543114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:38 smithi066 ceph-mon[112137]: from='client.543114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:38 smithi203 ceph-mon[117428]: from='client.543114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:39 smithi137 ceph-mon[117020]: pgmap v20081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:39 smithi066 ceph-mon[112137]: pgmap v20081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:39 smithi203 ceph-mon[117428]: pgmap v20081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:41 smithi137 ceph-mon[117020]: pgmap v20082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:41 smithi066 ceph-mon[112137]: pgmap v20082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:41 smithi203 ceph-mon[117428]: pgmap v20082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:42.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:42.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:42.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:43.513 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:43.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:43.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:43.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:43.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:43 smithi137 ceph-mon[117020]: pgmap v20083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:43 smithi066 ceph-mon[112137]: pgmap v20083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:43 smithi203 ceph-mon[117428]: pgmap v20083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:44 smithi137 ceph-mon[117020]: from='client.543189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:44 smithi066 ceph-mon[112137]: from='client.543189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:44 smithi203 ceph-mon[117428]: from='client.543189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:45 smithi137 ceph-mon[117020]: pgmap v20084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:45 smithi066 ceph-mon[112137]: pgmap v20084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:45 smithi203 ceph-mon[117428]: pgmap v20084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:47 smithi137 ceph-mon[117020]: pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:47 smithi066 ceph-mon[112137]: pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:47 smithi203 ceph-mon[117428]: pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:48.515 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:48.515 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:48.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:49.252 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:49.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:49.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:49.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:49.252 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:49 smithi137 ceph-mon[117020]: pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:49 smithi066 ceph-mon[112137]: pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:49 smithi203 ceph-mon[117428]: pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:50 smithi137 ceph-mon[117020]: from='client.543264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:50 smithi066 ceph-mon[112137]: from='client.543264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:50 smithi203 ceph-mon[117428]: from='client.543264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:51 smithi137 ceph-mon[117020]: pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:51 smithi066 ceph-mon[112137]: pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:51 smithi203 ceph-mon[117428]: pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:53 smithi137 ceph-mon[117020]: pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:53 smithi066 ceph-mon[112137]: pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:53 smithi203 ceph-mon[117428]: pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:54.253 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:54.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:54.254 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:54.979 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:22:54.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:54.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:54.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:54.980 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:22:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:54 smithi066 ceph-mon[112137]: pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:54 smithi066 ceph-mon[112137]: from='client.543342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:54 smithi203 ceph-mon[117428]: pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:54 smithi203 ceph-mon[117428]: from='client.543342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:54 smithi137 ceph-mon[117020]: pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:54 smithi137 ceph-mon[117020]: from='client.543342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:57 smithi066 ceph-mon[112137]: pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:57.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:57 smithi203 ceph-mon[117428]: pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:57 smithi137 ceph-mon[117020]: pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:22:59 smithi066 ceph-mon[112137]: pgmap v20091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:22:59 smithi203 ceph-mon[117428]: pgmap v20091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:22:59 smithi137 ceph-mon[117020]: pgmap v20091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:59.981 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:22:59.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:59.981 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:00.704 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:00.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:00.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:00.704 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:00.705 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:01 smithi066 ceph-mon[112137]: from='client.543417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:01 smithi066 ceph-mon[112137]: pgmap v20092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:01 smithi203 ceph-mon[117428]: from='client.543417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:01 smithi203 ceph-mon[117428]: pgmap v20092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:01 smithi137 ceph-mon[117020]: from='client.543417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:01 smithi137 ceph-mon[117020]: pgmap v20092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:03 smithi066 ceph-mon[112137]: pgmap v20093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:03 smithi203 ceph-mon[117428]: pgmap v20093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:03 smithi137 ceph-mon[117020]: pgmap v20093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:04 smithi066 ceph-mon[112137]: pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:04 smithi203 ceph-mon[117428]: pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:04 smithi137 ceph-mon[117020]: pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:05.706 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:05.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:05.706 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:06.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:06.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:06.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:06.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:06.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:07 smithi066 ceph-mon[112137]: from='client.543495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:07.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:07 smithi066 ceph-mon[112137]: pgmap v20095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:07 smithi203 ceph-mon[117428]: from='client.543495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:07 smithi203 ceph-mon[117428]: pgmap v20095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:07 smithi137 ceph-mon[117020]: from='client.543495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:07 smithi137 ceph-mon[117020]: pgmap v20095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:09 smithi066 ceph-mon[112137]: pgmap v20096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:09 smithi203 ceph-mon[117428]: pgmap v20096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:09 smithi137 ceph-mon[117020]: pgmap v20096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:11.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:11.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:11.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:11 smithi066 ceph-mon[112137]: pgmap v20097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:11 smithi203 ceph-mon[117428]: pgmap v20097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:11 smithi137 ceph-mon[117020]: pgmap v20097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:12.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:12.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:12.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:12.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:12.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:12.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:12 smithi066 ceph-mon[112137]: from='client.543567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:12.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:12 smithi203 ceph-mon[117428]: from='client.543567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:12 smithi137 ceph-mon[117020]: from='client.543567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:13 smithi066 ceph-mon[112137]: pgmap v20098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:13 smithi203 ceph-mon[117428]: pgmap v20098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:13 smithi137 ceph-mon[117020]: pgmap v20098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:15.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:14 smithi066 ceph-mon[112137]: pgmap v20099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:14 smithi203 ceph-mon[117428]: pgmap v20099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:14 smithi137 ceph-mon[117020]: pgmap v20099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:17.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:17.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:17.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:17 smithi066 ceph-mon[112137]: pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:17 smithi203 ceph-mon[117428]: pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:17 smithi137 ceph-mon[117020]: pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:17.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:17.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:17.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:17.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:17.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:18.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:18 smithi066 ceph-mon[112137]: from='client.543642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:18.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:18 smithi203 ceph-mon[117428]: from='client.543642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:18 smithi137 ceph-mon[117020]: from='client.543642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:19 smithi066 ceph-mon[112137]: pgmap v20101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:19 smithi203 ceph-mon[117428]: pgmap v20101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:19 smithi137 ceph-mon[117020]: pgmap v20101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:21.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:21 smithi066 ceph-mon[112137]: pgmap v20102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:21 smithi203 ceph-mon[117428]: pgmap v20102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:21 smithi137 ceph-mon[117020]: pgmap v20102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:22.911 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:22.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:22.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:23.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:23.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:23.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:23.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:23.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:23 smithi066 ceph-mon[112137]: pgmap v20103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:23 smithi203 ceph-mon[117428]: pgmap v20103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:23 smithi137 ceph-mon[117020]: pgmap v20103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:24.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:24 smithi066 ceph-mon[112137]: from='client.543720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:24.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:24 smithi203 ceph-mon[117428]: from='client.543720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:24 smithi137 ceph-mon[117020]: from='client.543720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:25 smithi066 ceph-mon[112137]: pgmap v20104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:25.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:25 smithi203 ceph-mon[117428]: pgmap v20104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:25 smithi137 ceph-mon[117020]: pgmap v20104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:27 smithi066 ceph-mon[112137]: pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:27 smithi203 ceph-mon[117428]: pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:27 smithi137 ceph-mon[117020]: pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:28.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:28.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:28.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:29.395 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:29.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:29.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:29.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:29.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:29 smithi066 ceph-mon[112137]: pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:29 smithi203 ceph-mon[117428]: pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:29 smithi137 ceph-mon[117020]: pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:30 smithi066 ceph-mon[112137]: from='client.543795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:30.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:30 smithi203 ceph-mon[117428]: from='client.543795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:30 smithi137 ceph-mon[117020]: from='client.543795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:31 smithi066 ceph-mon[112137]: pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:31 smithi203 ceph-mon[117428]: pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:31 smithi137 ceph-mon[117020]: pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:33 smithi066 ceph-mon[112137]: pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:33 smithi203 ceph-mon[117428]: pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:33 smithi137 ceph-mon[117020]: pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:34.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:34.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:34.397 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:35.134 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:35.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:35.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:35.135 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:35.135 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:34 smithi066 ceph-mon[112137]: pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:34 smithi066 ceph-mon[112137]: from='client.543873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:34 smithi203 ceph-mon[117428]: pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:34 smithi203 ceph-mon[117428]: from='client.543873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:34 smithi137 ceph-mon[117020]: pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:34 smithi137 ceph-mon[117020]: from='client.543873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:37 smithi066 ceph-mon[112137]: pgmap v20110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:37 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:23:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:37 smithi203 ceph-mon[117428]: pgmap v20110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:37 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:23:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:37 smithi137 ceph-mon[117020]: pgmap v20110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:37 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:23:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:23:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:23:38.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:38 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:23:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:23:39.075 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:38 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:23:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:23:39.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:38 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:23:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:39 smithi066 ceph-mon[112137]: pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:39 smithi203 ceph-mon[117428]: pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:39 smithi137 ceph-mon[117020]: pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:40.136 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:40.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:40.137 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:40.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:40.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:40.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:40.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:40.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:41 smithi066 ceph-mon[112137]: pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:41 smithi066 ceph-mon[112137]: from='client.543951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:41 smithi203 ceph-mon[117428]: pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:41 smithi203 ceph-mon[117428]: from='client.543951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:41 smithi137 ceph-mon[117020]: pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:41 smithi137 ceph-mon[117020]: from='client.543951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:43 smithi066 ceph-mon[112137]: pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:43 smithi203 ceph-mon[117428]: pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:43 smithi137 ceph-mon[117020]: pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:45.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:44 smithi066 ceph-mon[112137]: pgmap v20114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:44 smithi203 ceph-mon[117428]: pgmap v20114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:44 smithi137 ceph-mon[117020]: pgmap v20114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:45.867 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:45.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:45.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:46.591 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:46.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:46.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:46.591 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:46.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:47 smithi066 ceph-mon[112137]: from='client.544026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:47.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:47 smithi066 ceph-mon[112137]: pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:47 smithi203 ceph-mon[117428]: from='client.544026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:47 smithi203 ceph-mon[117428]: pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:47 smithi137 ceph-mon[117020]: from='client.544026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:47 smithi137 ceph-mon[117020]: pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:49 smithi066 ceph-mon[112137]: pgmap v20116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:49 smithi203 ceph-mon[117428]: pgmap v20116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:49 smithi137 ceph-mon[117020]: pgmap v20116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:51.592 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:51.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:51.593 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:51 smithi066 ceph-mon[112137]: pgmap v20117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:51 smithi203 ceph-mon[117428]: pgmap v20117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:51 smithi137 ceph-mon[117020]: pgmap v20117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:52.317 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:52.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:52.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:52.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:52.318 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:53 smithi066 ceph-mon[112137]: from='client.544098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:53.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:53 smithi066 ceph-mon[112137]: pgmap v20118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:53 smithi203 ceph-mon[117428]: from='client.544098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:53 smithi203 ceph-mon[117428]: pgmap v20118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:53 smithi137 ceph-mon[117020]: from='client.544098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:53 smithi137 ceph-mon[117020]: pgmap v20118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:54 smithi066 ceph-mon[112137]: pgmap v20119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:55.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:54 smithi203 ceph-mon[117428]: pgmap v20119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:54 smithi137 ceph-mon[117020]: pgmap v20119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:57.319 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:23:57.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:57.319 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:57 smithi066 ceph-mon[112137]: pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:57 smithi203 ceph-mon[117428]: pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:57 smithi137 ceph-mon[117020]: pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:58.047 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:23:58.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:58.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:58.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:58.047 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:23:58.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:58 smithi066 ceph-mon[112137]: from='client.544173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:58.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:58 smithi203 ceph-mon[117428]: from='client.544173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:58 smithi137 ceph-mon[117020]: from='client.544173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:23:59 smithi066 ceph-mon[112137]: pgmap v20121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:23:59 smithi203 ceph-mon[117428]: pgmap v20121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:23:59 smithi137 ceph-mon[117020]: pgmap v20121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:01 smithi066 ceph-mon[112137]: pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:01 smithi203 ceph-mon[117428]: pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:01 smithi137 ceph-mon[117020]: pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:03.049 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:03.049 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:03.049 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:03 smithi066 ceph-mon[112137]: pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:03.782 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:03.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:03.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:03.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:03.782 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:03 smithi203 ceph-mon[117428]: pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:03 smithi137 ceph-mon[117020]: pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:04.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:04 smithi066 ceph-mon[112137]: from='client.544245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:04 smithi203 ceph-mon[117428]: from='client.544245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:04 smithi137 ceph-mon[117020]: from='client.544245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:05 smithi066 ceph-mon[112137]: pgmap v20124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:05 smithi203 ceph-mon[117428]: pgmap v20124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:05 smithi137 ceph-mon[117020]: pgmap v20124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:07.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:07 smithi066 ceph-mon[112137]: pgmap v20125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:07.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:07 smithi203 ceph-mon[117428]: pgmap v20125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:07 smithi137 ceph-mon[117020]: pgmap v20125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:08.783 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:08.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:08.784 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:09.515 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:09.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:09.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:09.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:09.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:09 smithi066 ceph-mon[112137]: pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:09 smithi203 ceph-mon[117428]: pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:09 smithi137 ceph-mon[117020]: pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:10.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:10 smithi066 ceph-mon[112137]: from='client.544320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:10 smithi203 ceph-mon[117428]: from='client.544320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:10 smithi137 ceph-mon[117020]: from='client.544320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:11 smithi066 ceph-mon[112137]: pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:11 smithi203 ceph-mon[117428]: pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:11 smithi137 ceph-mon[117020]: pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:13 smithi066 ceph-mon[112137]: pgmap v20128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:13 smithi203 ceph-mon[117428]: pgmap v20128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:13 smithi137 ceph-mon[117020]: pgmap v20128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:14.517 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:14.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:14.517 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:14 smithi066 ceph-mon[112137]: pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:15.256 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:15.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:15.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:15.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:15.257 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:14 smithi203 ceph-mon[117428]: pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:14 smithi137 ceph-mon[117020]: pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:16.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:15 smithi066 ceph-mon[112137]: from='client.544395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:15 smithi203 ceph-mon[117428]: from='client.544395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:15 smithi137 ceph-mon[117020]: from='client.544395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:17.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:16 smithi066 ceph-mon[112137]: pgmap v20130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:17.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:16 smithi203 ceph-mon[117428]: pgmap v20130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:17.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:16 smithi137 ceph-mon[117020]: pgmap v20130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:19 smithi066 ceph-mon[112137]: pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:19 smithi203 ceph-mon[117428]: pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:19 smithi137 ceph-mon[117020]: pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:20.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:20.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:20.259 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:20.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:20.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:20.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:20.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:20.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:21.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:21 smithi066 ceph-mon[112137]: pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:21.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:21 smithi066 ceph-mon[112137]: from='client.544470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:21 smithi203 ceph-mon[117428]: pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:21 smithi203 ceph-mon[117428]: from='client.544470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:21 smithi137 ceph-mon[117020]: pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:21 smithi137 ceph-mon[117020]: from='client.544470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:23 smithi066 ceph-mon[112137]: pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:23 smithi203 ceph-mon[117428]: pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:23 smithi137 ceph-mon[117020]: pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:25.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:24 smithi066 ceph-mon[112137]: pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:24 smithi203 ceph-mon[117428]: pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:24 smithi137 ceph-mon[117020]: pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:25.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:25.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:25.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:26.724 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:26.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:26.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:26.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:26.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:27 smithi066 ceph-mon[112137]: from='client.544542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:27.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:27 smithi066 ceph-mon[112137]: pgmap v20135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:27 smithi203 ceph-mon[117428]: from='client.544542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:27 smithi203 ceph-mon[117428]: pgmap v20135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:27 smithi137 ceph-mon[117020]: from='client.544542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:27 smithi137 ceph-mon[117020]: pgmap v20135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:29 smithi066 ceph-mon[112137]: pgmap v20136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:29 smithi203 ceph-mon[117428]: pgmap v20136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:29 smithi137 ceph-mon[117020]: pgmap v20136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:31.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:31.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:31.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:31 smithi066 ceph-mon[112137]: pgmap v20137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:31 smithi203 ceph-mon[117428]: pgmap v20137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:31 smithi137 ceph-mon[117020]: pgmap v20137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:32.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:32.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:32.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:32.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:32.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:33 smithi066 ceph-mon[112137]: from='client.544620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:33 smithi066 ceph-mon[112137]: pgmap v20138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:33 smithi203 ceph-mon[117428]: from='client.544620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:33 smithi203 ceph-mon[117428]: pgmap v20138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:33 smithi137 ceph-mon[117020]: from='client.544620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:33 smithi137 ceph-mon[117020]: pgmap v20138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:34 smithi066 ceph-mon[112137]: pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:34 smithi203 ceph-mon[117428]: pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:34 smithi137 ceph-mon[117020]: pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:37.466 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:37.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:37.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:37.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:37 smithi066 ceph-mon[112137]: pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:37 smithi203 ceph-mon[117428]: pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:37 smithi137 ceph-mon[117020]: pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:38.199 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:38.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:38.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:38.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:38.199 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:38.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:38 smithi066 ceph-mon[112137]: from='client.544698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:38.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:38 smithi203 ceph-mon[117428]: from='client.544698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:38 smithi137 ceph-mon[117020]: from='client.544698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:39 smithi066 ceph-mon[112137]: pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:24:39.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:39 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:24:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:39 smithi203 ceph-mon[117428]: pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:24:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:24:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:24:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:39 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:24:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:39 smithi137 ceph-mon[117020]: pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:24:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:24:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:24:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:39 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:24:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:41 smithi066 ceph-mon[112137]: pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:41 smithi203 ceph-mon[117428]: pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:41 smithi137 ceph-mon[117020]: pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:43.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:43.201 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:43.201 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:43 smithi066 ceph-mon[112137]: pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:43 smithi203 ceph-mon[117428]: pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:43 smithi137 ceph-mon[117020]: pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:43.933 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:43.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:43.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:43.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:43.933 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:44.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:44 smithi066 ceph-mon[112137]: from='client.544776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:44 smithi203 ceph-mon[117428]: from='client.544776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:44 smithi137 ceph-mon[117020]: from='client.544776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:45 smithi066 ceph-mon[112137]: pgmap v20144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:45.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:45 smithi203 ceph-mon[117428]: pgmap v20144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:45 smithi137 ceph-mon[117020]: pgmap v20144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:47 smithi066 ceph-mon[112137]: pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:47 smithi203 ceph-mon[117428]: pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:47 smithi137 ceph-mon[117020]: pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:48.934 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:48.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:48.935 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:49.662 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:49.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:49.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:49.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:49.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:49 smithi066 ceph-mon[112137]: pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:49 smithi203 ceph-mon[117428]: pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:49 smithi137 ceph-mon[117020]: pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:50.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:50 smithi066 ceph-mon[112137]: from='client.544851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:50 smithi203 ceph-mon[117428]: from='client.544851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:50 smithi137 ceph-mon[117020]: from='client.544851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:51 smithi066 ceph-mon[112137]: pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:51 smithi203 ceph-mon[117428]: pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:51 smithi137 ceph-mon[117020]: pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:53.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:53 smithi066 ceph-mon[112137]: pgmap v20148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:53 smithi203 ceph-mon[117428]: pgmap v20148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:53 smithi137 ceph-mon[117020]: pgmap v20148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:54.664 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:24:54.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:54.664 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:54 smithi066 ceph-mon[112137]: pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:54 smithi203 ceph-mon[117428]: pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:54 smithi137 ceph-mon[117020]: pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:55.401 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:24:55.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:55.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:55.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:55.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:24:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:55 smithi066 ceph-mon[112137]: from='client.544926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:56.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:55 smithi203 ceph-mon[117428]: from='client.544926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:55 smithi137 ceph-mon[117020]: from='client.544926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:56 smithi066 ceph-mon[112137]: pgmap v20150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:56 smithi203 ceph-mon[117428]: pgmap v20150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:56 smithi137 ceph-mon[117020]: pgmap v20150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:59.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:24:59 smithi066 ceph-mon[112137]: pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:24:59 smithi203 ceph-mon[117428]: pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:24:59 smithi137 ceph-mon[117020]: pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:00.403 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:00.403 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:00.403 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:01.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:01.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:01.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:01.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:01.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:01 smithi066 ceph-mon[112137]: pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:01.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:01 smithi066 ceph-mon[112137]: from='client.545004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:01 smithi203 ceph-mon[117428]: pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:01 smithi203 ceph-mon[117428]: from='client.545004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:01 smithi137 ceph-mon[117020]: pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:01 smithi137 ceph-mon[117020]: from='client.545004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:03.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:03 smithi066 ceph-mon[112137]: pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:03 smithi203 ceph-mon[117428]: pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:03 smithi137 ceph-mon[117020]: pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:05.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:04 smithi066 ceph-mon[112137]: pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:04 smithi203 ceph-mon[117428]: pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:04 smithi137 ceph-mon[117020]: pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:06.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:06.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:06.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:06.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:06.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:06.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:06.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:06.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:07 smithi066 ceph-mon[112137]: pgmap v20155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:07.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:07 smithi066 ceph-mon[112137]: from='client.545082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:07 smithi203 ceph-mon[117428]: pgmap v20155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:07 smithi203 ceph-mon[117428]: from='client.545082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:07 smithi137 ceph-mon[117020]: pgmap v20155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:07 smithi137 ceph-mon[117020]: from='client.545082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:09.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:09 smithi066 ceph-mon[112137]: pgmap v20156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:09 smithi203 ceph-mon[117428]: pgmap v20156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:09 smithi137 ceph-mon[117020]: pgmap v20156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:11.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:11 smithi066 ceph-mon[112137]: pgmap v20157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:11 smithi203 ceph-mon[117428]: pgmap v20157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:11.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:11 smithi137 ceph-mon[117020]: pgmap v20157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:11.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:11.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:11.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:12.600 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:12.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:12.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:12.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:12.601 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:13 smithi066 ceph-mon[112137]: from='client.545157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:13 smithi066 ceph-mon[112137]: pgmap v20158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:13 smithi203 ceph-mon[117428]: from='client.545157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:13 smithi203 ceph-mon[117428]: pgmap v20158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:13 smithi137 ceph-mon[117020]: from='client.545157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:13 smithi137 ceph-mon[117020]: pgmap v20158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:14 smithi066 ceph-mon[112137]: pgmap v20159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:14 smithi203 ceph-mon[117428]: pgmap v20159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:14 smithi137 ceph-mon[117020]: pgmap v20159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:17.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:17.602 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:17.603 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:17 smithi066 ceph-mon[112137]: pgmap v20160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:17 smithi203 ceph-mon[117428]: pgmap v20160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:17 smithi137 ceph-mon[117020]: pgmap v20160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:18.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:18.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:18.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:18.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:18.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:19 smithi066 ceph-mon[112137]: from='client.545235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:19 smithi066 ceph-mon[112137]: pgmap v20161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:19 smithi203 ceph-mon[117428]: from='client.545235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:19 smithi203 ceph-mon[117428]: pgmap v20161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:19 smithi137 ceph-mon[117020]: from='client.545235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:19 smithi137 ceph-mon[117020]: pgmap v20161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:21 smithi066 ceph-mon[112137]: pgmap v20162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:21 smithi203 ceph-mon[117428]: pgmap v20162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:21 smithi137 ceph-mon[117020]: pgmap v20162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:23.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:23.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:23.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:23 smithi066 ceph-mon[112137]: pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:23 smithi203 ceph-mon[117428]: pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:23 smithi137 ceph-mon[117020]: pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:24.068 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:24.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:24.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:24.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:24.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:24.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:24 smithi066 ceph-mon[112137]: from='client.545310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:24.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:24 smithi203 ceph-mon[117428]: from='client.545310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:24.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:24 smithi137 ceph-mon[117020]: from='client.545310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:25 smithi066 ceph-mon[112137]: pgmap v20164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:25.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:25 smithi203 ceph-mon[117428]: pgmap v20164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:25.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:25 smithi137 ceph-mon[117020]: pgmap v20164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:27 smithi066 ceph-mon[112137]: pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:27 smithi203 ceph-mon[117428]: pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:27 smithi137 ceph-mon[117020]: pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:29.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:29.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:29.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:29 smithi066 ceph-mon[112137]: pgmap v20166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:29.797 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:29.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:29.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:29.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:29.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:29 smithi203 ceph-mon[117428]: pgmap v20166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:29 smithi137 ceph-mon[117020]: pgmap v20166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:30 smithi066 ceph-mon[112137]: from='client.545388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:30 smithi203 ceph-mon[117428]: from='client.545388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:30 smithi137 ceph-mon[117020]: from='client.545388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:31.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:31 smithi066 ceph-mon[112137]: pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:25:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:31 smithi203 ceph-mon[117428]: pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:25:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:31 smithi137 ceph-mon[117020]: pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:25:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:33 smithi066 ceph-mon[112137]: pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:25:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:33 smithi203 ceph-mon[117428]: pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:25:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:33 smithi137 ceph-mon[117020]: pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:25:34.799 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:34.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:34.800 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:34 smithi066 ceph-mon[112137]: pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:25:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:34 smithi203 ceph-mon[117428]: pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:25:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:34 smithi137 ceph-mon[117020]: pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:25:35.543 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:35.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:35.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:35.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:35.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:35 smithi066 ceph-mon[112137]: from='client.545457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:35 smithi203 ceph-mon[117428]: from='client.545457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:35 smithi137 ceph-mon[117020]: from='client.545457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:37.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:36 smithi203 ceph-mon[117428]: pgmap v20170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:37.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:36 smithi137 ceph-mon[117020]: pgmap v20170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:36 smithi066 ceph-mon[112137]: pgmap v20170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:39 smithi066 ceph-mon[112137]: pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:39.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:39 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:25:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:39 smithi203 ceph-mon[117428]: pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:39 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:25:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:39 smithi137 ceph-mon[117020]: pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:39 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:25:40.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:40.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:40.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:25:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:25:40.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:40 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:25:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:25:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:25:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:40 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:25:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:25:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:25:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:40 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:25:41.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:41.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:41.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:41.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:41.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:42.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:41 smithi066 ceph-mon[112137]: pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:42.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:41 smithi203 ceph-mon[117428]: pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:42.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:41 smithi137 ceph-mon[117020]: pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:43.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:42 smithi066 ceph-mon[112137]: from='client.545529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:43.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:42 smithi203 ceph-mon[117428]: from='client.545529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:43.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:42 smithi137 ceph-mon[117020]: from='client.545529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:43 smithi066 ceph-mon[112137]: pgmap v20173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:44.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:43 smithi203 ceph-mon[117428]: pgmap v20173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:44.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:43 smithi137 ceph-mon[117020]: pgmap v20173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:45.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:44 smithi066 ceph-mon[112137]: pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:44 smithi203 ceph-mon[117428]: pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:44 smithi137 ceph-mon[117020]: pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:46.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:46.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:46.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:47.024 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:47.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:47.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:47.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:47.025 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:47.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:47 smithi066 ceph-mon[112137]: pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:25:47.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:47 smithi066 ceph-mon[112137]: from='client.545607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:47 smithi203 ceph-mon[117428]: pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:25:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:47 smithi203 ceph-mon[117428]: from='client.545607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:47 smithi137 ceph-mon[117020]: pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:25:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:47 smithi137 ceph-mon[117020]: from='client.545607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:49 smithi066 ceph-mon[112137]: pgmap v20176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:49 smithi203 ceph-mon[117428]: pgmap v20176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:49 smithi137 ceph-mon[117020]: pgmap v20176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:51.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:51 smithi066 ceph-mon[112137]: pgmap v20177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:51 smithi203 ceph-mon[117428]: pgmap v20177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:51 smithi137 ceph-mon[117020]: pgmap v20177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:52.026 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:52.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:52.027 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:52.756 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:52.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:52.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:52.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:52.756 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:53.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:53 smithi066 ceph-mon[112137]: pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:53.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:53 smithi066 ceph-mon[112137]: from='client.545679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:53 smithi203 ceph-mon[117428]: pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:53 smithi203 ceph-mon[117428]: from='client.545679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:53 smithi137 ceph-mon[117020]: pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:53 smithi137 ceph-mon[117020]: from='client.545679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:54 smithi203 ceph-mon[117428]: pgmap v20179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:54 smithi137 ceph-mon[117020]: pgmap v20179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:54 smithi066 ceph-mon[112137]: pgmap v20179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:57 smithi066 ceph-mon[112137]: pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:57.757 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:25:57.758 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:57.758 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:57 smithi203 ceph-mon[117428]: pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:57.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:57 smithi137 ceph-mon[117020]: pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:58.497 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:25:58.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:58.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:58.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:58.497 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:25:59.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:59 smithi066 ceph-mon[112137]: from='client.545754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:59.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:25:59 smithi066 ceph-mon[112137]: pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:59 smithi203 ceph-mon[117428]: from='client.545754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:25:59 smithi203 ceph-mon[117428]: pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:59.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:59 smithi137 ceph-mon[117020]: from='client.545754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:59.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:25:59 smithi137 ceph-mon[117020]: pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:01 smithi066 ceph-mon[112137]: pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:01 smithi203 ceph-mon[117428]: pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:01.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:01 smithi137 ceph-mon[117020]: pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:03.498 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:03.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:03.499 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:03 smithi066 ceph-mon[112137]: pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:03 smithi203 ceph-mon[117428]: pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:03 smithi137 ceph-mon[117020]: pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:04.227 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:04.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:04.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:04.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:04.228 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:04.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:04 smithi066 ceph-mon[112137]: from='client.545826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:04.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:04 smithi203 ceph-mon[117428]: from='client.545826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:04.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:04 smithi137 ceph-mon[117020]: from='client.545826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:05.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:05 smithi066 ceph-mon[112137]: pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:05.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:05 smithi203 ceph-mon[117428]: pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:05.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:05 smithi137 ceph-mon[117020]: pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:07 smithi066 ceph-mon[112137]: pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:07 smithi203 ceph-mon[117428]: pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:07 smithi137 ceph-mon[117020]: pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:09.229 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:09.229 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:09.229 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:09 smithi066 ceph-mon[112137]: pgmap v20186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:09 smithi203 ceph-mon[117428]: pgmap v20186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:09 smithi137 ceph-mon[117020]: pgmap v20186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:09.964 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:09.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:09.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:09.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:09.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:10.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:10 smithi066 ceph-mon[112137]: from='client.545904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:10.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:10 smithi203 ceph-mon[117428]: from='client.545904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:10.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:10 smithi137 ceph-mon[117020]: from='client.545904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:11 smithi066 ceph-mon[112137]: pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:26:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:11 smithi203 ceph-mon[117428]: pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:26:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:11 smithi137 ceph-mon[117020]: pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:26:13.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:13 smithi066 ceph-mon[112137]: pgmap v20188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:26:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:13 smithi203 ceph-mon[117428]: pgmap v20188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:26:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:13 smithi137 ceph-mon[117020]: pgmap v20188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:26:14.965 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:14.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:14.966 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:14 smithi203 ceph-mon[117428]: pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:26:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:14 smithi137 ceph-mon[117020]: pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:26:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:14 smithi066 ceph-mon[112137]: pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:26:15.684 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:15.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:15.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:15.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:15.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:15 smithi203 ceph-mon[117428]: from='client.545982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:15 smithi137 ceph-mon[117020]: from='client.545982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:15 smithi066 ceph-mon[112137]: from='client.545982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:17.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:16 smithi203 ceph-mon[117428]: pgmap v20190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:17.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:16 smithi137 ceph-mon[117020]: pgmap v20190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:17.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:16 smithi066 ceph-mon[112137]: pgmap v20190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:19 smithi066 ceph-mon[112137]: pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:19 smithi203 ceph-mon[117428]: pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:19 smithi137 ceph-mon[117020]: pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:20.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:20.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:20.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:21.408 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:21.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:21.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:21.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:21.409 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:21.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:21 smithi066 ceph-mon[112137]: pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:21 smithi203 ceph-mon[117428]: pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:21 smithi137 ceph-mon[117020]: pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:22.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:22 smithi066 ceph-mon[112137]: from='client.546060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:22 smithi203 ceph-mon[117428]: from='client.546060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:22 smithi137 ceph-mon[117020]: from='client.546060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:23.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:23 smithi066 ceph-mon[112137]: pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:26:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:23 smithi203 ceph-mon[117428]: pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:26:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:23 smithi137 ceph-mon[117020]: pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:26:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:24 smithi203 ceph-mon[117428]: pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:26:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:24 smithi137 ceph-mon[117020]: pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:26:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:24 smithi066 ceph-mon[112137]: pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:26:26.410 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:26.410 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:26.411 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:27.140 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:27.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:27.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:27.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:27.141 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:27 smithi066 ceph-mon[112137]: pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:26:27.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:27 smithi066 ceph-mon[112137]: from='client.546138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:27 smithi203 ceph-mon[117428]: pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:26:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:27 smithi203 ceph-mon[117428]: from='client.546138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:27 smithi137 ceph-mon[117020]: pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:26:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:27 smithi137 ceph-mon[117020]: from='client.546138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:29.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:29 smithi066 ceph-mon[112137]: pgmap v20196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:29 smithi203 ceph-mon[117428]: pgmap v20196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:29 smithi137 ceph-mon[117020]: pgmap v20196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:31.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:31 smithi066 ceph-mon[112137]: pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:31 smithi203 ceph-mon[117428]: pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:31 smithi137 ceph-mon[117020]: pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:32.142 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:32.142 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:32.142 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:32.874 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:32.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:32.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:32.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:32.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:33.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:33 smithi066 ceph-mon[112137]: pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:33.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:33 smithi066 ceph-mon[112137]: from='client.546216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:33 smithi203 ceph-mon[117428]: pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:33 smithi203 ceph-mon[117428]: from='client.546216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:33 smithi137 ceph-mon[117020]: pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:33 smithi137 ceph-mon[117020]: from='client.546216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:34 smithi203 ceph-mon[117428]: pgmap v20199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:34 smithi137 ceph-mon[117020]: pgmap v20199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:35.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:34 smithi066 ceph-mon[112137]: pgmap v20199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:37.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:37 smithi066 ceph-mon[112137]: pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:37 smithi203 ceph-mon[117428]: pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:37 smithi137 ceph-mon[117020]: pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:37.876 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:37.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:37.876 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:38.601 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:38.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:38.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:38.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:38.602 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:39.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:39 smithi066 ceph-mon[112137]: from='client.546291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:39.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:39 smithi066 ceph-mon[112137]: pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:39 smithi203 ceph-mon[117428]: from='client.546291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:39 smithi203 ceph-mon[117428]: pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:39 smithi137 ceph-mon[117020]: from='client.546291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:39 smithi137 ceph-mon[117020]: pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:40.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:40 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:26:40.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:40 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:26:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:40 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:26:41.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:41 smithi066 ceph-mon[112137]: pgmap v20202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:41.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:26:41.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:26:41.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:26:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:41 smithi203 ceph-mon[117428]: pgmap v20202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:26:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:26:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:26:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:41 smithi137 ceph-mon[117020]: pgmap v20202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:26:41.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:26:41.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:26:43.603 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:43.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:43.604 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:43.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:43 smithi066 ceph-mon[112137]: pgmap v20203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:43 smithi203 ceph-mon[117428]: pgmap v20203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:43 smithi137 ceph-mon[117020]: pgmap v20203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:44.326 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:44.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:44.326 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:44.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:44.327 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:45 smithi203 ceph-mon[117428]: from='client.546363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:45 smithi203 ceph-mon[117428]: pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:44 smithi137 ceph-mon[117020]: from='client.546363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:44 smithi137 ceph-mon[117020]: pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:45.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:44 smithi066 ceph-mon[112137]: from='client.546363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:45.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:44 smithi066 ceph-mon[112137]: pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:47 smithi066 ceph-mon[112137]: pgmap v20205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:47 smithi203 ceph-mon[117428]: pgmap v20205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:47 smithi137 ceph-mon[117020]: pgmap v20205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:49.328 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:49.328 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:49.329 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:49.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:49 smithi066 ceph-mon[112137]: pgmap v20206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:49 smithi203 ceph-mon[117428]: pgmap v20206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:49 smithi137 ceph-mon[117020]: pgmap v20206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:50.060 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:50.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:50.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:50.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:50.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:50.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:50 smithi066 ceph-mon[112137]: from='client.546438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:50.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:50 smithi203 ceph-mon[117428]: from='client.546438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:50.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:50 smithi137 ceph-mon[117020]: from='client.546438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:51.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:51 smithi066 ceph-mon[112137]: pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:51 smithi203 ceph-mon[117428]: pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:51 smithi137 ceph-mon[117020]: pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:53.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:53 smithi066 ceph-mon[112137]: pgmap v20208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:53 smithi203 ceph-mon[117428]: pgmap v20208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:53 smithi137 ceph-mon[117020]: pgmap v20208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:55.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:26:55.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:55.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:55 smithi203 ceph-mon[117428]: pgmap v20209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:55 smithi137 ceph-mon[117020]: pgmap v20209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:55.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:55 smithi066 ceph-mon[112137]: pgmap v20209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:55.784 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:26:55.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:55.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:55.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:55.785 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:26:56.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:56 smithi203 ceph-mon[117428]: from='client.546513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:56 smithi137 ceph-mon[117020]: from='client.546513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:56 smithi066 ceph-mon[112137]: from='client.546513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:57 smithi203 ceph-mon[117428]: pgmap v20210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:57 smithi137 ceph-mon[117020]: pgmap v20210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:57 smithi066 ceph-mon[112137]: pgmap v20210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:59.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:26:59 smithi066 ceph-mon[112137]: pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:26:59 smithi203 ceph-mon[117428]: pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:26:59 smithi137 ceph-mon[117020]: pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:00.786 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:00.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:00.786 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:01.530 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:01.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:01.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:01.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:01.531 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:01.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:01 smithi066 ceph-mon[112137]: pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:01 smithi203 ceph-mon[117428]: pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:01 smithi137 ceph-mon[117020]: pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:02.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:02 smithi066 ceph-mon[112137]: from='client.546588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:02 smithi203 ceph-mon[117428]: from='client.546588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:02 smithi137 ceph-mon[117020]: from='client.546588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:03.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:03 smithi066 ceph-mon[112137]: pgmap v20213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:03 smithi203 ceph-mon[117428]: pgmap v20213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:03 smithi137 ceph-mon[117020]: pgmap v20213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:05 smithi203 ceph-mon[117428]: pgmap v20214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:05 smithi137 ceph-mon[117020]: pgmap v20214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:05 smithi066 ceph-mon[112137]: pgmap v20214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:06.532 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:06.532 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:06.533 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:07.258 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:07.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:07.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:07.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:07.258 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:07 smithi066 ceph-mon[112137]: pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:07.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:07 smithi066 ceph-mon[112137]: from='client.546663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:07 smithi203 ceph-mon[117428]: pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:07 smithi203 ceph-mon[117428]: from='client.546663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:07 smithi137 ceph-mon[117020]: pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:07 smithi137 ceph-mon[117020]: from='client.546663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:09.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:09 smithi066 ceph-mon[112137]: pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:09 smithi203 ceph-mon[117428]: pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:09 smithi137 ceph-mon[117020]: pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:11.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:11 smithi066 ceph-mon[112137]: pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:11 smithi203 ceph-mon[117428]: pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:11 smithi137 ceph-mon[117020]: pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:12.259 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:12.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:12.260 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:12.987 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:12.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:12.987 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:12.988 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:13 smithi066 ceph-mon[112137]: pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:13.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:13 smithi066 ceph-mon[112137]: from='client.546738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:13 smithi203 ceph-mon[117428]: pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:13 smithi203 ceph-mon[117428]: from='client.546738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:13 smithi137 ceph-mon[117020]: pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:13 smithi137 ceph-mon[117020]: from='client.546738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:15 smithi203 ceph-mon[117428]: pgmap v20219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:15 smithi137 ceph-mon[117020]: pgmap v20219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:15 smithi066 ceph-mon[112137]: pgmap v20219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:17.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:17 smithi066 ceph-mon[112137]: pgmap v20220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:17 smithi203 ceph-mon[117428]: pgmap v20220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:17 smithi137 ceph-mon[117020]: pgmap v20220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:17.989 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:17.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:17.989 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:18.724 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:18.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:18.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:18.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:18.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:19.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:19 smithi066 ceph-mon[112137]: from='client.546816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:19.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:19 smithi066 ceph-mon[112137]: pgmap v20221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:19 smithi203 ceph-mon[117428]: from='client.546816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:19 smithi203 ceph-mon[117428]: pgmap v20221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:19 smithi137 ceph-mon[117020]: from='client.546816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:19 smithi137 ceph-mon[117020]: pgmap v20221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:21.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:21 smithi066 ceph-mon[112137]: pgmap v20222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:21 smithi203 ceph-mon[117428]: pgmap v20222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:21 smithi137 ceph-mon[117020]: pgmap v20222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:23.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:23.727 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:23.727 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:23.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:23 smithi066 ceph-mon[112137]: pgmap v20223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:23.826 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:23 smithi203 ceph-mon[117428]: pgmap v20223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:23 smithi137 ceph-mon[117020]: pgmap v20223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:24.464 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:24.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:24.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:24.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:25 smithi203 ceph-mon[117428]: from='client.546894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:25 smithi203 ceph-mon[117428]: pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:25 smithi137 ceph-mon[117020]: from='client.546894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:25 smithi137 ceph-mon[117020]: pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:25 smithi066 ceph-mon[112137]: from='client.546894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:25 smithi066 ceph-mon[112137]: pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:27.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:27 smithi066 ceph-mon[112137]: pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:27 smithi203 ceph-mon[117428]: pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:27 smithi137 ceph-mon[117020]: pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:29.465 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:29.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:29.466 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:29.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:29 smithi066 ceph-mon[112137]: pgmap v20226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:29 smithi203 ceph-mon[117428]: pgmap v20226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:29 smithi137 ceph-mon[117020]: pgmap v20226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:30.206 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:30.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:30.206 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:30.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:30.207 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:30.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:30 smithi066 ceph-mon[112137]: from='client.546966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:30.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:30 smithi203 ceph-mon[117428]: from='client.546966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:30.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:30 smithi137 ceph-mon[117020]: from='client.546966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:31 smithi203 ceph-mon[117428]: pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:31 smithi137 ceph-mon[117020]: pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:31 smithi066 ceph-mon[112137]: pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:33 smithi203 ceph-mon[117428]: pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:33 smithi137 ceph-mon[117020]: pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:33 smithi066 ceph-mon[112137]: pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:35.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:35.208 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:35.208 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:35 smithi203 ceph-mon[117428]: pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:35 smithi137 ceph-mon[117020]: pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:35 smithi066 ceph-mon[112137]: pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:35.930 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:35.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:35.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:35.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:35.931 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:36.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:36 smithi203 ceph-mon[117428]: from='client.547041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:36.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:36 smithi137 ceph-mon[117020]: from='client.547041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:36 smithi066 ceph-mon[112137]: from='client.547041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:37.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:37 smithi203 ceph-mon[117428]: pgmap v20230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:37.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:37 smithi137 ceph-mon[117020]: pgmap v20230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:37 smithi066 ceph-mon[112137]: pgmap v20230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:39.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:39 smithi066 ceph-mon[112137]: pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:39 smithi203 ceph-mon[117428]: pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:39 smithi137 ceph-mon[117020]: pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:40.932 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:40.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:40.932 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:41.680 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:41.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:41.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:41.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:41.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:41.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:41 smithi066 ceph-mon[112137]: pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:41.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:27:41.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:27:41.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:41 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:27:41.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:41 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:27:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:41 smithi203 ceph-mon[117428]: pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:27:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:27:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:41 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:27:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:41 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:27:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:41 smithi137 ceph-mon[117020]: pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:27:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:27:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:41 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:27:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:41 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:27:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:42 smithi203 ceph-mon[117428]: from='client.547119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:42 smithi137 ceph-mon[117020]: from='client.547119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:42 smithi066 ceph-mon[112137]: from='client.547119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:43 smithi203 ceph-mon[117428]: pgmap v20233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:43 smithi137 ceph-mon[117020]: pgmap v20233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:43 smithi066 ceph-mon[112137]: pgmap v20233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:45 smithi203 ceph-mon[117428]: pgmap v20234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:45 smithi137 ceph-mon[117020]: pgmap v20234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:45.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:45 smithi066 ceph-mon[112137]: pgmap v20234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:46.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:46.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:46.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:47.412 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:47.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:47.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:47.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:47.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:47 smithi066 ceph-mon[112137]: pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:47 smithi203 ceph-mon[117428]: pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:47 smithi137 ceph-mon[117020]: pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:48.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:48 smithi066 ceph-mon[112137]: from='client.547194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:48 smithi203 ceph-mon[117428]: from='client.547194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:48 smithi137 ceph-mon[117020]: from='client.547194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:49 smithi203 ceph-mon[117428]: pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:49 smithi137 ceph-mon[117020]: pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:49 smithi066 ceph-mon[112137]: pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:51 smithi203 ceph-mon[117428]: pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:51 smithi137 ceph-mon[117020]: pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:51 smithi066 ceph-mon[112137]: pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:52.414 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:52.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:52.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:53.151 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:53.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:53.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:53.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:53.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:53 smithi203 ceph-mon[117428]: pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:53 smithi203 ceph-mon[117428]: from='client.547266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:53 smithi137 ceph-mon[117020]: pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:53 smithi137 ceph-mon[117020]: from='client.547266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:53 smithi066 ceph-mon[112137]: pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:53 smithi066 ceph-mon[112137]: from='client.547266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:55.326 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:55 smithi203 ceph-mon[117428]: pgmap v20239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:55 smithi137 ceph-mon[117020]: pgmap v20239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:55 smithi066 ceph-mon[112137]: pgmap v20239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:57 smithi066 ceph-mon[112137]: pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:57 smithi203 ceph-mon[117428]: pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:57 smithi137 ceph-mon[117020]: pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:58.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:27:58.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:58.153 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:58.879 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:27:58.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:58.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:58.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:58.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:27:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:59 smithi203 ceph-mon[117428]: pgmap v20241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:27:59 smithi203 ceph-mon[117428]: from='client.547344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:59 smithi137 ceph-mon[117020]: pgmap v20241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:27:59 smithi137 ceph-mon[117020]: from='client.547344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:59 smithi066 ceph-mon[112137]: pgmap v20241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:27:59 smithi066 ceph-mon[112137]: from='client.547344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:01 smithi203 ceph-mon[117428]: pgmap v20242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:01 smithi137 ceph-mon[117020]: pgmap v20242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:01 smithi066 ceph-mon[112137]: pgmap v20242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:03 smithi203 ceph-mon[117428]: pgmap v20243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:03 smithi137 ceph-mon[117020]: pgmap v20243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:03.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:03.880 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:03.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:03 smithi066 ceph-mon[112137]: pgmap v20243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:04.615 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:04.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:04.615 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:04.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:04.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:05 smithi203 ceph-mon[117428]: from='client.547416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:05 smithi203 ceph-mon[117428]: pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:05 smithi137 ceph-mon[117020]: from='client.547416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:05 smithi137 ceph-mon[117020]: pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:05 smithi066 ceph-mon[112137]: from='client.547416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:05 smithi066 ceph-mon[112137]: pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:07 smithi203 ceph-mon[117428]: pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:07 smithi137 ceph-mon[117020]: pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:07 smithi066 ceph-mon[112137]: pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:09.616 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:09.617 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:09.617 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:09 smithi203 ceph-mon[117428]: pgmap v20246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:09 smithi137 ceph-mon[117020]: pgmap v20246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:09 smithi066 ceph-mon[112137]: pgmap v20246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:10.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:10.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:10.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:10.356 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:10.357 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:11 smithi203 ceph-mon[117428]: from='client.547494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:11 smithi203 ceph-mon[117428]: pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:11 smithi137 ceph-mon[117020]: from='client.547494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:11 smithi137 ceph-mon[117020]: pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:11 smithi066 ceph-mon[112137]: from='client.547494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:11 smithi066 ceph-mon[112137]: pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:13 smithi203 ceph-mon[117428]: pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:13 smithi137 ceph-mon[117020]: pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:13 smithi066 ceph-mon[112137]: pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:15 smithi203 ceph-mon[117428]: pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:15.358 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:15.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:15.358 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:15 smithi137 ceph-mon[117020]: pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:15 smithi066 ceph-mon[112137]: pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:16.080 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:16.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:16.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:16.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:16.081 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:16.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:16 smithi203 ceph-mon[117428]: from='client.547569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:16.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:16 smithi137 ceph-mon[117020]: from='client.547569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:16 smithi066 ceph-mon[112137]: from='client.547569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:17.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:17 smithi203 ceph-mon[117428]: pgmap v20250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:17.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:17 smithi137 ceph-mon[117020]: pgmap v20250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:17 smithi066 ceph-mon[112137]: pgmap v20250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:19 smithi203 ceph-mon[117428]: pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:19 smithi137 ceph-mon[117020]: pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:19 smithi066 ceph-mon[112137]: pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:21.082 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:21.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:21.083 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:21.810 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:21.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:21.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:21.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:21.811 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:21 smithi203 ceph-mon[117428]: pgmap v20252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:21 smithi137 ceph-mon[117020]: pgmap v20252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:21 smithi066 ceph-mon[112137]: pgmap v20252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:22 smithi203 ceph-mon[117428]: from='client.547641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:22 smithi137 ceph-mon[117020]: from='client.547641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:22.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:22 smithi066 ceph-mon[112137]: from='client.547641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:23 smithi203 ceph-mon[117428]: pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:23 smithi137 ceph-mon[117020]: pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:23 smithi066 ceph-mon[112137]: pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:25 smithi203 ceph-mon[117428]: pgmap v20254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:25 smithi137 ceph-mon[117020]: pgmap v20254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:25 smithi066 ceph-mon[112137]: pgmap v20254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:26.812 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:26.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:26.812 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:27.545 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:27.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:27.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:27.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:27.545 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:27 smithi203 ceph-mon[117428]: pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:27 smithi137 ceph-mon[117020]: pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:27 smithi066 ceph-mon[112137]: pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:28 smithi203 ceph-mon[117428]: from='client.547713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:28 smithi137 ceph-mon[117020]: from='client.547713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:28 smithi066 ceph-mon[112137]: from='client.547713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:29 smithi203 ceph-mon[117428]: pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:29 smithi137 ceph-mon[117020]: pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:29 smithi066 ceph-mon[112137]: pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:31 smithi203 ceph-mon[117428]: pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:31 smithi137 ceph-mon[117020]: pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:31.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:31 smithi066 ceph-mon[112137]: pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:32.546 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:32.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:32.547 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:33.271 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:33.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:33.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:33.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:33.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:33 smithi203 ceph-mon[117428]: pgmap v20258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:33 smithi203 ceph-mon[117428]: from='client.547791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:33 smithi137 ceph-mon[117020]: pgmap v20258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:33 smithi137 ceph-mon[117020]: from='client.547791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:33 smithi066 ceph-mon[112137]: pgmap v20258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:33 smithi066 ceph-mon[112137]: from='client.547791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:35.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:35 smithi203 ceph-mon[117428]: pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:35 smithi137 ceph-mon[117020]: pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:35 smithi066 ceph-mon[112137]: pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:37 smithi203 ceph-mon[117428]: pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:37 smithi137 ceph-mon[117020]: pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:37 smithi066 ceph-mon[112137]: pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:38.273 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:38.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:38.273 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:38.995 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:38.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:38.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:38.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:38.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:39 smithi203 ceph-mon[117428]: pgmap v20261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:39 smithi203 ceph-mon[117428]: from='client.547866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:39 smithi137 ceph-mon[117020]: pgmap v20261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:39 smithi137 ceph-mon[117020]: from='client.547866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:39 smithi066 ceph-mon[112137]: pgmap v20261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:39 smithi066 ceph-mon[112137]: from='client.547866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:41.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:41 smithi203 ceph-mon[117428]: pgmap v20262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:41 smithi137 ceph-mon[117020]: pgmap v20262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:41 smithi066 ceph-mon[112137]: pgmap v20262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:28:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:28:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:28:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:42 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:28:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:28:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:28:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:28:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:42 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:28:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:28:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:28:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:28:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:42 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:28:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:43 smithi203 ceph-mon[117428]: pgmap v20263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:43 smithi137 ceph-mon[117020]: pgmap v20263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:43 smithi066 ceph-mon[112137]: pgmap v20263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:43.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:43.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:43.997 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:44.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:44.718 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:44.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:44.719 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:44.719 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:45 smithi203 ceph-mon[117428]: from='client.547944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:45 smithi203 ceph-mon[117428]: pgmap v20264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:45 smithi137 ceph-mon[117020]: from='client.547944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:45 smithi137 ceph-mon[117020]: pgmap v20264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:45 smithi066 ceph-mon[112137]: from='client.547944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:45.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:45 smithi066 ceph-mon[112137]: pgmap v20264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:47 smithi203 ceph-mon[117428]: pgmap v20265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:28:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:47 smithi137 ceph-mon[117020]: pgmap v20265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:28:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:47 smithi066 ceph-mon[112137]: pgmap v20265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:28:49.720 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:49.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:49.720 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:49.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:49 smithi203 ceph-mon[117428]: pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:28:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:49 smithi137 ceph-mon[117020]: pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:28:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:49 smithi066 ceph-mon[112137]: pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:28:50.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:50.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:50.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:50.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:50.463 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:51 smithi203 ceph-mon[117428]: from='client.548019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:51 smithi203 ceph-mon[117428]: pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:51 smithi137 ceph-mon[117020]: from='client.548019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:51 smithi137 ceph-mon[117020]: pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:51 smithi066 ceph-mon[112137]: from='client.548019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:51 smithi066 ceph-mon[112137]: pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:53 smithi203 ceph-mon[117428]: pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:53 smithi137 ceph-mon[117020]: pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:53 smithi066 ceph-mon[112137]: pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:55 smithi203 ceph-mon[117428]: pgmap v20269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:55 smithi137 ceph-mon[117020]: pgmap v20269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:55.464 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:28:55.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:55.464 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:55 smithi066 ceph-mon[112137]: pgmap v20269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:56.197 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:28:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:56.197 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:28:56.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:56 smithi203 ceph-mon[117428]: from='client.548094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:56.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:56 smithi137 ceph-mon[117020]: from='client.548094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:56 smithi066 ceph-mon[112137]: from='client.548094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:57.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:57 smithi203 ceph-mon[117428]: pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:57.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:57 smithi137 ceph-mon[117020]: pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:57 smithi066 ceph-mon[112137]: pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:28:59 smithi203 ceph-mon[117428]: pgmap v20271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:28:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:28:59 smithi137 ceph-mon[117020]: pgmap v20271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:28:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:28:59 smithi066 ceph-mon[112137]: pgmap v20271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:29:01.198 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:01.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:01.199 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:01 smithi203 ceph-mon[117428]: pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:29:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:01 smithi137 ceph-mon[117020]: pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:29:01.925 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:01.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:01.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:01.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:01.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:01 smithi066 ceph-mon[112137]: pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:29:02.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:02 smithi203 ceph-mon[117428]: from='client.548172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:02.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:02 smithi137 ceph-mon[117020]: from='client.548172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:02 smithi066 ceph-mon[112137]: from='client.548172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:03 smithi203 ceph-mon[117428]: pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:03 smithi137 ceph-mon[117020]: pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:03 smithi066 ceph-mon[112137]: pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:05 smithi203 ceph-mon[117428]: pgmap v20274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:05 smithi137 ceph-mon[117020]: pgmap v20274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:05 smithi066 ceph-mon[112137]: pgmap v20274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:06.928 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:06.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:06.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:07.674 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:07.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:07.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:07.674 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:07.675 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:07 smithi203 ceph-mon[117428]: pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:07 smithi137 ceph-mon[117020]: pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:07 smithi066 ceph-mon[112137]: pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:08 smithi203 ceph-mon[117428]: from='client.548244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:08 smithi137 ceph-mon[117020]: from='client.548244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:08 smithi066 ceph-mon[112137]: from='client.548244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:09 smithi203 ceph-mon[117428]: pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:09 smithi137 ceph-mon[117020]: pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:09 smithi066 ceph-mon[112137]: pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:11 smithi203 ceph-mon[117428]: pgmap v20277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:11 smithi137 ceph-mon[117020]: pgmap v20277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:11 smithi066 ceph-mon[112137]: pgmap v20277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:12.676 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:12.676 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:12.677 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:13.424 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:13.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:13.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:13.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:13.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:13.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:13 smithi203 ceph-mon[117428]: pgmap v20278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:13 smithi137 ceph-mon[117020]: pgmap v20278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:13 smithi066 ceph-mon[112137]: pgmap v20278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:14 smithi203 ceph-mon[117428]: from='client.548322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:14 smithi137 ceph-mon[117020]: from='client.548322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:14 smithi066 ceph-mon[112137]: from='client.548322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:15.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:15 smithi203 ceph-mon[117428]: pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:15 smithi137 ceph-mon[117020]: pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:15 smithi066 ceph-mon[112137]: pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:17 smithi203 ceph-mon[117428]: pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:17 smithi137 ceph-mon[117020]: pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:17 smithi066 ceph-mon[112137]: pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:18.425 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:18.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:18.426 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:19.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:19.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:19.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:19.152 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:19.152 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:19 smithi203 ceph-mon[117428]: pgmap v20281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:19 smithi203 ceph-mon[117428]: from='client.548397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:19 smithi137 ceph-mon[117020]: pgmap v20281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:19 smithi137 ceph-mon[117020]: from='client.548397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:19 smithi066 ceph-mon[112137]: pgmap v20281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:19 smithi066 ceph-mon[112137]: from='client.548397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:21 smithi203 ceph-mon[117428]: pgmap v20282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:21 smithi137 ceph-mon[117020]: pgmap v20282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:21 smithi066 ceph-mon[112137]: pgmap v20282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:23 smithi203 ceph-mon[117428]: pgmap v20283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:23 smithi137 ceph-mon[117020]: pgmap v20283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:23 smithi066 ceph-mon[112137]: pgmap v20283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:24.153 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:24.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:24.154 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:24.879 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:24.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:24.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:24.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:24.879 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:25 smithi203 ceph-mon[117428]: pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:25 smithi203 ceph-mon[117428]: from='client.548472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:25 smithi137 ceph-mon[117020]: pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:25 smithi137 ceph-mon[117020]: from='client.548472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:25 smithi066 ceph-mon[112137]: pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:25 smithi066 ceph-mon[112137]: from='client.548472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:27.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:27 smithi203 ceph-mon[117428]: pgmap v20285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:29:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:27 smithi137 ceph-mon[117020]: pgmap v20285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:29:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:27 smithi066 ceph-mon[112137]: pgmap v20285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:29:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:29 smithi203 ceph-mon[117428]: pgmap v20286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:29:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:29 smithi137 ceph-mon[117020]: pgmap v20286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:29:29.880 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:29.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:29.881 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:29 smithi066 ceph-mon[112137]: pgmap v20286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:29:30.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:30.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:30.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:30.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:30.610 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:31 smithi203 ceph-mon[117428]: from='client.548550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:31 smithi203 ceph-mon[117428]: pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:31 smithi137 ceph-mon[117020]: from='client.548550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:31 smithi137 ceph-mon[117020]: pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:31 smithi066 ceph-mon[112137]: from='client.548550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:31 smithi066 ceph-mon[112137]: pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:33 smithi203 ceph-mon[117428]: pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:33 smithi137 ceph-mon[117020]: pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:33 smithi066 ceph-mon[112137]: pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:35 smithi203 ceph-mon[117428]: pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:35 smithi137 ceph-mon[117020]: pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:35.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:35 smithi066 ceph-mon[112137]: pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:35.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:35.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:35.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:36.339 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:36.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:36.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:36.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:36.339 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:37 smithi203 ceph-mon[117428]: from='client.548625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:37 smithi203 ceph-mon[117428]: pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:37 smithi137 ceph-mon[117020]: from='client.548625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:37.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:37 smithi137 ceph-mon[117020]: pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:37 smithi066 ceph-mon[112137]: from='client.548625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:37 smithi066 ceph-mon[112137]: pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:39.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:39 smithi203 ceph-mon[117428]: pgmap v20291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:29:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:39 smithi137 ceph-mon[117020]: pgmap v20291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:29:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:39 smithi066 ceph-mon[112137]: pgmap v20291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:29:41.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:41.341 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:41.341 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:41 smithi203 ceph-mon[117428]: pgmap v20292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:29:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:41 smithi137 ceph-mon[117020]: pgmap v20292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:29:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:41 smithi066 ceph-mon[112137]: pgmap v20292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:29:42.068 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:42.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:42.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:42.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:42.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:42 smithi203 ceph-mon[117428]: from='client.548703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:42.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:42 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:29:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:42 smithi137 ceph-mon[117020]: from='client.548703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:42.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:42 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:29:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:42 smithi066 ceph-mon[112137]: from='client.548703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:42 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:29:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:43 smithi203 ceph-mon[117428]: pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:29:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:29:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:29:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:43 smithi137 ceph-mon[117020]: pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:29:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:29:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:29:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:43 smithi066 ceph-mon[112137]: pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:29:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:29:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:29:45.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:45 smithi203 ceph-mon[117428]: pgmap v20294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:45 smithi137 ceph-mon[117020]: pgmap v20294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:45 smithi066 ceph-mon[112137]: pgmap v20294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:47.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:47.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:47.070 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:47.805 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:47.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:47.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:47.805 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:47.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:47.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:47 smithi203 ceph-mon[117428]: pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:47 smithi137 ceph-mon[117020]: pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:47 smithi066 ceph-mon[112137]: pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:48.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:48 smithi203 ceph-mon[117428]: from='client.548778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:48 smithi137 ceph-mon[117020]: from='client.548778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:48 smithi066 ceph-mon[112137]: from='client.548778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:49 smithi203 ceph-mon[117428]: pgmap v20296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:49 smithi137 ceph-mon[117020]: pgmap v20296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:49 smithi066 ceph-mon[112137]: pgmap v20296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:51.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:51 smithi203 ceph-mon[117428]: pgmap v20297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:51 smithi137 ceph-mon[117020]: pgmap v20297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:51 smithi066 ceph-mon[112137]: pgmap v20297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:52.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:52.807 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:52.807 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:53.565 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:53.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:53.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:53.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:53.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:53 smithi203 ceph-mon[117428]: pgmap v20298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:53 smithi137 ceph-mon[117020]: pgmap v20298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:53 smithi066 ceph-mon[112137]: pgmap v20298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:54 smithi203 ceph-mon[117428]: from='client.548850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:54 smithi137 ceph-mon[117020]: from='client.548850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:54 smithi066 ceph-mon[112137]: from='client.548850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:55.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:55 smithi203 ceph-mon[117428]: pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:55 smithi137 ceph-mon[117020]: pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:55 smithi066 ceph-mon[112137]: pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:57 smithi203 ceph-mon[117428]: pgmap v20300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:57 smithi137 ceph-mon[117020]: pgmap v20300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:57 smithi066 ceph-mon[112137]: pgmap v20300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:58.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:29:58.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:58.567 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:59.296 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:29:59.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:59.296 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:59.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:59.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:29:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:59 smithi203 ceph-mon[117428]: pgmap v20301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:29:59 smithi203 ceph-mon[117428]: from='client.548928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:59 smithi137 ceph-mon[117020]: pgmap v20301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:29:59 smithi137 ceph-mon[117020]: from='client.548928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:59 smithi066 ceph-mon[112137]: pgmap v20301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:29:59 smithi066 ceph-mon[112137]: from='client.548928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:00.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T04:30:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T04:30:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T04:30:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:01 smithi203 ceph-mon[117428]: pgmap v20302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:01 smithi137 ceph-mon[117020]: pgmap v20302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:01 smithi066 ceph-mon[112137]: pgmap v20302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:03 smithi203 ceph-mon[117428]: pgmap v20303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:03 smithi137 ceph-mon[117020]: pgmap v20303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:03 smithi066 ceph-mon[112137]: pgmap v20303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:04.297 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:04.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:04.298 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:05.029 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:05.029 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:05.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:05.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:05.030 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:05 smithi203 ceph-mon[117428]: pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:05 smithi203 ceph-mon[117428]: from='client.549003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:05 smithi137 ceph-mon[117020]: pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:05 smithi137 ceph-mon[117020]: from='client.549003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:05 smithi066 ceph-mon[112137]: pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:05 smithi066 ceph-mon[112137]: from='client.549003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:07 smithi203 ceph-mon[117428]: pgmap v20305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:07 smithi137 ceph-mon[117020]: pgmap v20305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:07 smithi066 ceph-mon[112137]: pgmap v20305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:09 smithi203 ceph-mon[117428]: pgmap v20306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:09 smithi137 ceph-mon[117020]: pgmap v20306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:09 smithi066 ceph-mon[112137]: pgmap v20306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:10.034 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:10.034 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:10.034 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:10.777 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:10.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:10.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:10.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:10.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:11.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:11 smithi203 ceph-mon[117428]: from='client.549078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:11 smithi203 ceph-mon[117428]: pgmap v20307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:11 smithi137 ceph-mon[117020]: from='client.549078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:11 smithi137 ceph-mon[117020]: pgmap v20307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:11 smithi066 ceph-mon[112137]: from='client.549078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:11 smithi066 ceph-mon[112137]: pgmap v20307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:13 smithi203 ceph-mon[117428]: pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:13 smithi137 ceph-mon[117020]: pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:13 smithi066 ceph-mon[112137]: pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:15.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:15 smithi203 ceph-mon[117428]: pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:15 smithi137 ceph-mon[117020]: pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:15 smithi066 ceph-mon[112137]: pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:15.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:15.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:15.779 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:16.504 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:16.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:16.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:16.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:16.505 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:17 smithi203 ceph-mon[117428]: from='client.549153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:17 smithi203 ceph-mon[117428]: pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:17 smithi137 ceph-mon[117020]: from='client.549153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:17 smithi137 ceph-mon[117020]: pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:17 smithi066 ceph-mon[112137]: from='client.549153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:17 smithi066 ceph-mon[112137]: pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:19.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:19 smithi203 ceph-mon[117428]: pgmap v20311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:19 smithi137 ceph-mon[117020]: pgmap v20311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:19 smithi066 ceph-mon[112137]: pgmap v20311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:21.506 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:21.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:21.507 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:21 smithi203 ceph-mon[117428]: pgmap v20312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:21 smithi137 ceph-mon[117020]: pgmap v20312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:21 smithi066 ceph-mon[112137]: pgmap v20312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:22.231 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:22.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:22.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:22.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:22.231 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:22.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:22 smithi203 ceph-mon[117428]: from='client.549228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:22.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:22 smithi137 ceph-mon[117020]: from='client.549228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:22 smithi066 ceph-mon[112137]: from='client.549228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:23 smithi203 ceph-mon[117428]: pgmap v20313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:23 smithi137 ceph-mon[117020]: pgmap v20313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:23 smithi066 ceph-mon[112137]: pgmap v20313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:25 smithi203 ceph-mon[117428]: pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:25 smithi137 ceph-mon[117020]: pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:25 smithi066 ceph-mon[112137]: pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:27.232 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:27.233 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:27.233 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:27 smithi203 ceph-mon[117428]: pgmap v20315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:27 smithi137 ceph-mon[117020]: pgmap v20315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:27.956 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:27.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:27.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:27.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:27.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:27 smithi066 ceph-mon[112137]: pgmap v20315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:28.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:28 smithi203 ceph-mon[117428]: from='client.549306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:28.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:28 smithi137 ceph-mon[117020]: from='client.549306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:28 smithi066 ceph-mon[112137]: from='client.549306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:29.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:29 smithi203 ceph-mon[117428]: pgmap v20316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:29 smithi137 ceph-mon[117020]: pgmap v20316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:29 smithi066 ceph-mon[112137]: pgmap v20316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:31 smithi203 ceph-mon[117428]: pgmap v20317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:31 smithi137 ceph-mon[117020]: pgmap v20317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:31 smithi066 ceph-mon[112137]: pgmap v20317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:32.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:32.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:32.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:33.690 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:33.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:33.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:33.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:33.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:33 smithi203 ceph-mon[117428]: pgmap v20318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:33 smithi137 ceph-mon[117020]: pgmap v20318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:33 smithi066 ceph-mon[112137]: pgmap v20318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:34.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:34 smithi203 ceph-mon[117428]: from='client.549381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:34 smithi137 ceph-mon[117020]: from='client.549381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:34 smithi066 ceph-mon[112137]: from='client.549381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:35.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:35 smithi203 ceph-mon[117428]: pgmap v20319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:35 smithi137 ceph-mon[117020]: pgmap v20319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:35 smithi066 ceph-mon[112137]: pgmap v20319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:37 smithi203 ceph-mon[117428]: pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:37 smithi137 ceph-mon[117020]: pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:37 smithi066 ceph-mon[112137]: pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:38.692 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:38.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:38.693 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:39.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:39.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:39.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:39.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:39.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:39 smithi203 ceph-mon[117428]: pgmap v20321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:39 smithi137 ceph-mon[117020]: pgmap v20321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:39 smithi066 ceph-mon[112137]: pgmap v20321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:40.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:40 smithi203 ceph-mon[117428]: from='client.549459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:40 smithi137 ceph-mon[117020]: from='client.549459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:40.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:40 smithi066 ceph-mon[112137]: from='client.549459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:41 smithi203 ceph-mon[117428]: pgmap v20322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:41 smithi137 ceph-mon[117020]: pgmap v20322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:41 smithi066 ceph-mon[112137]: pgmap v20322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:43 smithi203 ceph-mon[117428]: pgmap v20323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:30:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:30:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:43 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:30:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:43 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:30:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:43 smithi137 ceph-mon[117020]: pgmap v20323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:30:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:30:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:43 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:30:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:43 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:30:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:43 smithi066 ceph-mon[112137]: pgmap v20323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:30:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:30:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:43 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:30:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:43 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:30:44.447 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:44.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:44.447 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:45.186 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:45.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:45.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:45.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:45.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:45 smithi203 ceph-mon[117428]: pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:45.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:45 smithi203 ceph-mon[117428]: from='client.549534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:45 smithi137 ceph-mon[117020]: pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:45 smithi137 ceph-mon[117020]: from='client.549534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:45 smithi066 ceph-mon[112137]: pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:45 smithi066 ceph-mon[112137]: from='client.549534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:47 smithi203 ceph-mon[117428]: pgmap v20325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:47 smithi137 ceph-mon[117020]: pgmap v20325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:47 smithi066 ceph-mon[112137]: pgmap v20325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:49 smithi203 ceph-mon[117428]: pgmap v20326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:49 smithi137 ceph-mon[117020]: pgmap v20326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:49 smithi066 ceph-mon[112137]: pgmap v20326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:50.187 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:50.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:50.188 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:50.926 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:50.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:50.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:50.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:50.926 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:51 smithi203 ceph-mon[117428]: pgmap v20327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:51 smithi203 ceph-mon[117428]: from='client.549612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:51 smithi137 ceph-mon[117020]: pgmap v20327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:51 smithi137 ceph-mon[117020]: from='client.549612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:51 smithi066 ceph-mon[112137]: pgmap v20327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:51 smithi066 ceph-mon[112137]: from='client.549612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:53.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:53 smithi203 ceph-mon[117428]: pgmap v20328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:53 smithi137 ceph-mon[117020]: pgmap v20328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:53 smithi066 ceph-mon[112137]: pgmap v20328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:55.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:55 smithi203 ceph-mon[117428]: pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:55 smithi137 ceph-mon[117020]: pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:55 smithi066 ceph-mon[112137]: pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:55.927 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:30:55.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:55.928 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:56.661 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:30:56.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:56.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:56.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:56.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:30:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:57 smithi203 ceph-mon[117428]: from='client.549690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:57 smithi203 ceph-mon[117428]: pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:57 smithi137 ceph-mon[117020]: from='client.549690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:57 smithi137 ceph-mon[117020]: pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:57 smithi066 ceph-mon[112137]: from='client.549690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:57 smithi066 ceph-mon[112137]: pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:59.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:30:59 smithi203 ceph-mon[117428]: pgmap v20331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:30:59 smithi137 ceph-mon[117020]: pgmap v20331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:30:59 smithi066 ceph-mon[112137]: pgmap v20331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:01.663 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:01.663 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:01.663 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:01.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:01 smithi203 ceph-mon[117428]: pgmap v20332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:01 smithi137 ceph-mon[117020]: pgmap v20332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:01 smithi066 ceph-mon[112137]: pgmap v20332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:02.399 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:02.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:02.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:02.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:02.399 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:03.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:03 smithi203 ceph-mon[117428]: from='client.549765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:03 smithi203 ceph-mon[117428]: pgmap v20333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:03 smithi137 ceph-mon[117020]: from='client.549765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:03 smithi137 ceph-mon[117020]: pgmap v20333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:03 smithi066 ceph-mon[112137]: from='client.549765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:03 smithi066 ceph-mon[112137]: pgmap v20333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:05.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:05 smithi203 ceph-mon[117428]: pgmap v20334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:05 smithi137 ceph-mon[117020]: pgmap v20334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:05 smithi066 ceph-mon[112137]: pgmap v20334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:07.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:07.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:07.401 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:07 smithi203 ceph-mon[117428]: pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:07 smithi137 ceph-mon[117020]: pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:07 smithi066 ceph-mon[112137]: pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:08.138 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:08.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:08.138 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:08.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:08.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:08.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:08 smithi203 ceph-mon[117428]: from='client.549840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:08.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:08 smithi137 ceph-mon[117020]: from='client.549840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:08 smithi066 ceph-mon[112137]: from='client.549840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:09 smithi203 ceph-mon[117428]: pgmap v20336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:09 smithi137 ceph-mon[117020]: pgmap v20336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:09 smithi066 ceph-mon[112137]: pgmap v20336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:11 smithi203 ceph-mon[117428]: pgmap v20337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:11 smithi137 ceph-mon[117020]: pgmap v20337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:11 smithi066 ceph-mon[112137]: pgmap v20337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:13.139 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:13.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:13.140 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:13 smithi203 ceph-mon[117428]: pgmap v20338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:13.873 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:13.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:13.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:13.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:13.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:13 smithi137 ceph-mon[117020]: pgmap v20338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:13 smithi066 ceph-mon[112137]: pgmap v20338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:14.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:14 smithi203 ceph-mon[117428]: from='client.549918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:14 smithi137 ceph-mon[117020]: from='client.549918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:14 smithi066 ceph-mon[112137]: from='client.549918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:15.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:15 smithi203 ceph-mon[117428]: pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:15 smithi137 ceph-mon[117020]: pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:15 smithi066 ceph-mon[112137]: pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:17.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:17 smithi203 ceph-mon[117428]: pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:17 smithi137 ceph-mon[117020]: pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:17 smithi066 ceph-mon[112137]: pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:18.875 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:18.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:18.875 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:19.606 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:19.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:19.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:19.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:19.606 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:19 smithi203 ceph-mon[117428]: pgmap v20341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:19 smithi137 ceph-mon[117020]: pgmap v20341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:19 smithi066 ceph-mon[112137]: pgmap v20341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:20.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:20 smithi203 ceph-mon[117428]: from='client.549993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:20 smithi137 ceph-mon[117020]: from='client.549993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:20 smithi066 ceph-mon[112137]: from='client.549993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:21.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:21 smithi203 ceph-mon[117428]: pgmap v20342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:21 smithi137 ceph-mon[117020]: pgmap v20342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:21 smithi066 ceph-mon[112137]: pgmap v20342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:23 smithi203 ceph-mon[117428]: pgmap v20343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:23 smithi137 ceph-mon[117020]: pgmap v20343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:23 smithi066 ceph-mon[112137]: pgmap v20343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:24.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:24.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:24.608 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:25.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:25 smithi203 ceph-mon[117428]: pgmap v20344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:25.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:25.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:25.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:25.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:25.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:25 smithi137 ceph-mon[117020]: pgmap v20344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:25 smithi066 ceph-mon[112137]: pgmap v20344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:26.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:26 smithi203 ceph-mon[117428]: from='client.550071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:26 smithi137 ceph-mon[117020]: from='client.550071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:26 smithi066 ceph-mon[112137]: from='client.550071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:27.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:27 smithi203 ceph-mon[117428]: pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:27 smithi137 ceph-mon[117020]: pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:27 smithi066 ceph-mon[112137]: pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:29 smithi203 ceph-mon[117428]: pgmap v20346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:29 smithi137 ceph-mon[117020]: pgmap v20346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:29 smithi066 ceph-mon[112137]: pgmap v20346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:30.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:30.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:30.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:31.059 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:31.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:31.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:31.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:31.060 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:31 smithi203 ceph-mon[117428]: pgmap v20347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:31.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:31 smithi203 ceph-mon[117428]: from='client.550149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:31 smithi137 ceph-mon[117020]: pgmap v20347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:31 smithi137 ceph-mon[117020]: from='client.550149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:31 smithi066 ceph-mon[112137]: pgmap v20347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:31 smithi066 ceph-mon[112137]: from='client.550149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:33.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:33 smithi203 ceph-mon[117428]: pgmap v20348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:33 smithi137 ceph-mon[117020]: pgmap v20348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:33 smithi066 ceph-mon[112137]: pgmap v20348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:35.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:35 smithi203 ceph-mon[117428]: pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:35 smithi137 ceph-mon[117020]: pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:35 smithi066 ceph-mon[112137]: pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:36.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:36.061 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:36.062 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:36.809 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:36.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:36.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:36.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:36.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:37.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:37 smithi203 ceph-mon[117428]: from='client.550224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:37 smithi203 ceph-mon[117428]: pgmap v20350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:37 smithi137 ceph-mon[117020]: from='client.550224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:37 smithi137 ceph-mon[117020]: pgmap v20350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:37 smithi066 ceph-mon[112137]: from='client.550224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:37 smithi066 ceph-mon[112137]: pgmap v20350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:39.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:39 smithi203 ceph-mon[117428]: pgmap v20351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:39 smithi137 ceph-mon[117020]: pgmap v20351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:39 smithi066 ceph-mon[112137]: pgmap v20351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:41.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:41.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:41.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:41.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:41 smithi203 ceph-mon[117428]: pgmap v20352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:41 smithi137 ceph-mon[117020]: pgmap v20352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:41 smithi066 ceph-mon[112137]: pgmap v20352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:42.542 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:42.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:42.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:42.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:42.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:43.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:43 smithi203 ceph-mon[117428]: from='client.550299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:43.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:43 smithi203 ceph-mon[117428]: pgmap v20353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:43 smithi137 ceph-mon[117020]: from='client.550299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:43 smithi137 ceph-mon[117020]: pgmap v20353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:43 smithi066 ceph-mon[112137]: from='client.550299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:43 smithi066 ceph-mon[112137]: pgmap v20353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:44.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:31:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:31:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:31:44.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:44 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:31:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:44 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:31:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:31:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:31:44.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:44 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:31:45.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:45 smithi203 ceph-mon[117428]: pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:45 smithi137 ceph-mon[117020]: pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:45.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:45 smithi066 ceph-mon[112137]: pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:47.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:47.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:47.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:47.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:47 smithi203 ceph-mon[117428]: pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:47 smithi137 ceph-mon[117020]: pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:47 smithi066 ceph-mon[112137]: pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:48.275 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:48.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:48.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:48.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:48.276 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:48.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:48 smithi203 ceph-mon[117428]: from='client.550371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:48.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:48 smithi137 ceph-mon[117020]: from='client.550371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:48 smithi066 ceph-mon[112137]: from='client.550371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:49 smithi137 ceph-mon[117020]: pgmap v20356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:49 smithi066 ceph-mon[112137]: pgmap v20356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:49 smithi203 ceph-mon[117428]: pgmap v20356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:51 smithi137 ceph-mon[117020]: pgmap v20357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:51 smithi066 ceph-mon[112137]: pgmap v20357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:51 smithi203 ceph-mon[117428]: pgmap v20357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:53.277 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:53.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:53.277 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:53 smithi137 ceph-mon[117020]: pgmap v20358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:53 smithi066 ceph-mon[112137]: pgmap v20358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:54.001 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:54.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:54.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:53 smithi203 ceph-mon[117428]: pgmap v20358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:54 smithi137 ceph-mon[117020]: from='client.550446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:54 smithi066 ceph-mon[112137]: from='client.550446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:54 smithi203 ceph-mon[117428]: from='client.550446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:55.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:55 smithi137 ceph-mon[117020]: pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:55.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:55 smithi066 ceph-mon[112137]: pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:55 smithi203 ceph-mon[117428]: pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:57 smithi137 ceph-mon[117020]: pgmap v20360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:57 smithi066 ceph-mon[112137]: pgmap v20360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:57 smithi203 ceph-mon[117428]: pgmap v20360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:59.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:31:59.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:59.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:59.752 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:31:59.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:59.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:59.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:59.752 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:31:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:31:59 smithi137 ceph-mon[117020]: pgmap v20361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:31:59 smithi066 ceph-mon[112137]: pgmap v20361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:31:59 smithi203 ceph-mon[117428]: pgmap v20361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:00.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:00 smithi137 ceph-mon[117020]: from='client.550518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:00 smithi066 ceph-mon[112137]: from='client.550518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:01.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:00 smithi203 ceph-mon[117428]: from='client.550518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:01 smithi137 ceph-mon[117020]: pgmap v20362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:32:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:01 smithi066 ceph-mon[112137]: pgmap v20362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:32:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:01 smithi203 ceph-mon[117428]: pgmap v20362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:32:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:03 smithi137 ceph-mon[117020]: pgmap v20363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:32:03.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:03 smithi066 ceph-mon[112137]: pgmap v20363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:32:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:03 smithi203 ceph-mon[117428]: pgmap v20363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:32:04.753 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:04.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:04.754 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:05.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:05 smithi203 ceph-mon[117428]: pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:32:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:05 smithi137 ceph-mon[117020]: pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:32:05.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:05.483 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:05.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:05.484 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:05.484 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:05 smithi066 ceph-mon[112137]: pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:32:06.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:06 smithi203 ceph-mon[117428]: from='client.550596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:06 smithi137 ceph-mon[117020]: from='client.550596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:06 smithi066 ceph-mon[112137]: from='client.550596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:07 smithi137 ceph-mon[117020]: pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:07 smithi066 ceph-mon[112137]: pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:07 smithi203 ceph-mon[117428]: pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:09 smithi203 ceph-mon[117428]: pgmap v20366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:09 smithi137 ceph-mon[117020]: pgmap v20366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:09 smithi066 ceph-mon[112137]: pgmap v20366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:10.485 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:10.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:10.485 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:11.218 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:11.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:11.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:11.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:11.218 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:11 smithi203 ceph-mon[117428]: pgmap v20367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:11.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:11 smithi203 ceph-mon[117428]: from='client.550671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:11 smithi137 ceph-mon[117020]: pgmap v20367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:11 smithi137 ceph-mon[117020]: from='client.550671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:11 smithi066 ceph-mon[112137]: pgmap v20367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:11 smithi066 ceph-mon[112137]: from='client.550671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:13.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:13 smithi203 ceph-mon[117428]: pgmap v20368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:32:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:13 smithi137 ceph-mon[117020]: pgmap v20368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:32:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:13 smithi066 ceph-mon[112137]: pgmap v20368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:32:15.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:15 smithi203 ceph-mon[117428]: pgmap v20369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:32:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:15 smithi137 ceph-mon[117020]: pgmap v20369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:32:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:15 smithi066 ceph-mon[112137]: pgmap v20369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:32:16.219 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:16.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:16.220 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:16.942 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:16.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:16.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:16.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:16.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:17 smithi203 ceph-mon[117428]: pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:32:17.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:17 smithi203 ceph-mon[117428]: from='client.550749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:17 smithi137 ceph-mon[117020]: pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:32:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:17 smithi137 ceph-mon[117020]: from='client.550749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:17 smithi066 ceph-mon[112137]: pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:32:17.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:17 smithi066 ceph-mon[112137]: from='client.550749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:19.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:19 smithi203 ceph-mon[117428]: pgmap v20371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:19 smithi137 ceph-mon[117020]: pgmap v20371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:19 smithi066 ceph-mon[112137]: pgmap v20371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:21.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:21 smithi203 ceph-mon[117428]: pgmap v20372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:21 smithi137 ceph-mon[117020]: pgmap v20372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:21.943 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:21.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:21.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:21 smithi066 ceph-mon[112137]: pgmap v20372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:22.696 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:22.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:22.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:22.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:22.697 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:23.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:23 smithi203 ceph-mon[117428]: from='client.550827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:23.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:23 smithi203 ceph-mon[117428]: pgmap v20373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:23 smithi137 ceph-mon[117020]: from='client.550827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:23 smithi137 ceph-mon[117020]: pgmap v20373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:23 smithi066 ceph-mon[112137]: from='client.550827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:23 smithi066 ceph-mon[112137]: pgmap v20373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:25 smithi137 ceph-mon[117020]: pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:25 smithi066 ceph-mon[112137]: pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:25 smithi203 ceph-mon[117428]: pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:27.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:27.699 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:27.699 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:27.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:27 smithi203 ceph-mon[117428]: pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:27 smithi137 ceph-mon[117020]: pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:27 smithi066 ceph-mon[112137]: pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:28.430 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:28.430 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:29 smithi203 ceph-mon[117428]: from='client.550902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:29.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:29 smithi203 ceph-mon[117428]: pgmap v20376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:29 smithi137 ceph-mon[117020]: from='client.550902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:29 smithi137 ceph-mon[117020]: pgmap v20376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:29 smithi066 ceph-mon[112137]: from='client.550902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:29.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:29 smithi066 ceph-mon[112137]: pgmap v20376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:31.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:31 smithi203 ceph-mon[117428]: pgmap v20377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:31 smithi137 ceph-mon[117020]: pgmap v20377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:31 smithi066 ceph-mon[112137]: pgmap v20377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:33.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:33.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:33.432 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:33.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:33 smithi203 ceph-mon[117428]: pgmap v20378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:33 smithi137 ceph-mon[117020]: pgmap v20378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:33 smithi066 ceph-mon[112137]: pgmap v20378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:34.183 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:34.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:34.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:34.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:34.184 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:34.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:34 smithi203 ceph-mon[117428]: from='client.550977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:34.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:34 smithi137 ceph-mon[117020]: from='client.550977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:34.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:34 smithi066 ceph-mon[112137]: from='client.550977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:35.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:35 smithi203 ceph-mon[117428]: pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:35.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:35 smithi137 ceph-mon[117020]: pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:35 smithi066 ceph-mon[112137]: pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:37.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:37 smithi203 ceph-mon[117428]: pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:37 smithi137 ceph-mon[117020]: pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:37 smithi066 ceph-mon[112137]: pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:39.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:39.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:39.185 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:39 smithi137 ceph-mon[117020]: pgmap v20381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:39.929 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:39.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:39.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:39.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:39.929 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:39 smithi066 ceph-mon[112137]: pgmap v20381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:39 smithi203 ceph-mon[117428]: pgmap v20381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:40 smithi137 ceph-mon[117020]: from='client.551049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:40 smithi066 ceph-mon[112137]: from='client.551049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:40 smithi203 ceph-mon[117428]: from='client.551049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:41 smithi137 ceph-mon[117020]: pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:32:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:41 smithi066 ceph-mon[112137]: pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:32:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:41 smithi203 ceph-mon[117428]: pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:32:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:43 smithi137 ceph-mon[117020]: pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:43 smithi066 ceph-mon[112137]: pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:43 smithi203 ceph-mon[117428]: pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:44.930 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:44.930 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:44.931 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:45 smithi137 ceph-mon[117020]: pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:45 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:32:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:45 smithi066 ceph-mon[112137]: pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:45 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:32:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:45 smithi203 ceph-mon[117428]: pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:45 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:32:45.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:45.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:45.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:45.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:45.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:32:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:32:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:46 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:32:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:46 smithi137 ceph-mon[117020]: from='client.551127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:32:46.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:32:46.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:46 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:32:46.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:46 smithi066 ceph-mon[112137]: from='client.551127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:32:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:32:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:46 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:32:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:46 smithi203 ceph-mon[117428]: from='client.551127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:47 smithi137 ceph-mon[117020]: pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:47 smithi066 ceph-mon[112137]: pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:47 smithi203 ceph-mon[117428]: pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:49.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:49 smithi203 ceph-mon[117428]: pgmap v20386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:49 smithi137 ceph-mon[117020]: pgmap v20386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:49 smithi066 ceph-mon[112137]: pgmap v20386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:50.662 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:50.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:50.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:51.396 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:51.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:51.396 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:51.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:51.397 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:51.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:51 smithi203 ceph-mon[117428]: pgmap v20387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:51 smithi137 ceph-mon[117020]: pgmap v20387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:51 smithi066 ceph-mon[112137]: pgmap v20387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:52.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:52 smithi203 ceph-mon[117428]: from='client.551202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:52 smithi137 ceph-mon[117020]: from='client.551202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:52 smithi066 ceph-mon[112137]: from='client.551202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:53 smithi137 ceph-mon[117020]: pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:53 smithi066 ceph-mon[112137]: pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:53 smithi203 ceph-mon[117428]: pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:55 smithi137 ceph-mon[117020]: pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:55 smithi066 ceph-mon[112137]: pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:55 smithi203 ceph-mon[117428]: pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:56.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:32:56.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:56.398 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:57.132 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:32:57.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:57.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:57.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:57.132 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:32:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:57 smithi203 ceph-mon[117428]: pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:32:57.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:57 smithi203 ceph-mon[117428]: from='client.551274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:57 smithi137 ceph-mon[117020]: pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:32:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:57 smithi137 ceph-mon[117020]: from='client.551274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:57 smithi066 ceph-mon[112137]: pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:32:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:57 smithi066 ceph-mon[112137]: from='client.551274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:59.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:32:59 smithi203 ceph-mon[117428]: pgmap v20391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:32:59 smithi137 ceph-mon[117020]: pgmap v20391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:32:59 smithi066 ceph-mon[112137]: pgmap v20391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:01.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:01 smithi203 ceph-mon[117428]: pgmap v20392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:01 smithi137 ceph-mon[117020]: pgmap v20392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:01 smithi066 ceph-mon[112137]: pgmap v20392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:02.133 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:02.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:02.134 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:02.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:02.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:02.859 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:02.860 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:02.860 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:03 smithi203 ceph-mon[117428]: from='client.551352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:03.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:03 smithi203 ceph-mon[117428]: pgmap v20393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:03 smithi137 ceph-mon[117020]: from='client.551352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:03 smithi137 ceph-mon[117020]: pgmap v20393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:03 smithi066 ceph-mon[112137]: from='client.551352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:03 smithi066 ceph-mon[112137]: pgmap v20393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:05 smithi137 ceph-mon[117020]: pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:05 smithi066 ceph-mon[112137]: pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:05.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:05 smithi203 ceph-mon[117428]: pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:07.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:07 smithi203 ceph-mon[117428]: pgmap v20395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:07.861 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:07.861 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:07.862 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:07 smithi137 ceph-mon[117020]: pgmap v20395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:07 smithi066 ceph-mon[112137]: pgmap v20395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:08.593 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:08.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:08.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:08.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:08.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:09.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:09 smithi203 ceph-mon[117428]: from='client.551430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:09.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:09 smithi203 ceph-mon[117428]: pgmap v20396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:09 smithi137 ceph-mon[117020]: from='client.551430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:09 smithi137 ceph-mon[117020]: pgmap v20396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:09 smithi066 ceph-mon[112137]: from='client.551430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:09.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:09 smithi066 ceph-mon[112137]: pgmap v20396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:11 smithi137 ceph-mon[117020]: pgmap v20397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:11 smithi066 ceph-mon[112137]: pgmap v20397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:11 smithi203 ceph-mon[117428]: pgmap v20397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:13.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:13.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:13.596 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:13 smithi137 ceph-mon[117020]: pgmap v20398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:13 smithi066 ceph-mon[112137]: pgmap v20398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:13 smithi203 ceph-mon[117428]: pgmap v20398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:14.321 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:14.321 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:14.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:14.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:14.322 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:14.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:14 smithi137 ceph-mon[117020]: from='client.551505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:14.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:14 smithi066 ceph-mon[112137]: from='client.551505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:15.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:14 smithi203 ceph-mon[117428]: from='client.551505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:15.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:15 smithi137 ceph-mon[117020]: pgmap v20399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:15.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:15 smithi066 ceph-mon[112137]: pgmap v20399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:15 smithi203 ceph-mon[117428]: pgmap v20399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:17 smithi137 ceph-mon[117020]: pgmap v20400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:17 smithi066 ceph-mon[112137]: pgmap v20400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:17 smithi203 ceph-mon[117428]: pgmap v20400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:19.323 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:19.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:19.323 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:19 smithi137 ceph-mon[117020]: pgmap v20401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:19 smithi066 ceph-mon[112137]: pgmap v20401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:20.062 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:20.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:20.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:20.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:20.063 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:19 smithi203 ceph-mon[117428]: pgmap v20401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:20.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:20 smithi137 ceph-mon[117020]: from='client.551574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:20.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:20 smithi066 ceph-mon[112137]: from='client.551574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:20 smithi203 ceph-mon[117428]: from='client.551574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:21 smithi137 ceph-mon[117020]: pgmap v20402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:21 smithi066 ceph-mon[112137]: pgmap v20402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:21 smithi203 ceph-mon[117428]: pgmap v20402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:23 smithi137 ceph-mon[117020]: pgmap v20403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:23 smithi066 ceph-mon[112137]: pgmap v20403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:23 smithi203 ceph-mon[117428]: pgmap v20403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:25.064 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:25.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:25.064 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:25 smithi137 ceph-mon[117020]: pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:25 smithi066 ceph-mon[112137]: pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:25 smithi203 ceph-mon[117428]: pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:25.809 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:25.809 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:25.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:25.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:25.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:26 smithi137 ceph-mon[117020]: from='client.551649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:26 smithi066 ceph-mon[112137]: from='client.551649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:26 smithi203 ceph-mon[117428]: from='client.551649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:27 smithi137 ceph-mon[117020]: pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:27 smithi066 ceph-mon[112137]: pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:27.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:27 smithi203 ceph-mon[117428]: pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:29 smithi137 ceph-mon[117020]: pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:29 smithi066 ceph-mon[112137]: pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:29 smithi203 ceph-mon[117428]: pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:30.810 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:30.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:30.811 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:31.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:31.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:31.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:31.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:31.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:31 smithi137 ceph-mon[117020]: pgmap v20407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:31 smithi066 ceph-mon[112137]: pgmap v20407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:31 smithi203 ceph-mon[117428]: pgmap v20407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:32 smithi137 ceph-mon[117020]: from='client.551724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:32 smithi066 ceph-mon[112137]: from='client.551724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:33.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:32 smithi203 ceph-mon[117428]: from='client.551724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:33 smithi137 ceph-mon[117020]: pgmap v20408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:33 smithi066 ceph-mon[112137]: pgmap v20408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:33 smithi203 ceph-mon[117428]: pgmap v20408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:35 smithi137 ceph-mon[117020]: pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:35 smithi066 ceph-mon[112137]: pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:35 smithi203 ceph-mon[117428]: pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:36.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:36.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:36.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:37.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:37.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:37.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:37.267 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:37.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:37 smithi137 ceph-mon[117020]: pgmap v20410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:37 smithi137 ceph-mon[117020]: from='client.551796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:37 smithi066 ceph-mon[112137]: pgmap v20410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:37 smithi066 ceph-mon[112137]: from='client.551796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:37 smithi203 ceph-mon[117428]: pgmap v20410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:37 smithi203 ceph-mon[117428]: from='client.551796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:39 smithi137 ceph-mon[117020]: pgmap v20411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:39 smithi066 ceph-mon[112137]: pgmap v20411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:39 smithi203 ceph-mon[117428]: pgmap v20411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:41 smithi137 ceph-mon[117020]: pgmap v20412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:41 smithi066 ceph-mon[112137]: pgmap v20412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:41 smithi203 ceph-mon[117428]: pgmap v20412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:42.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:42.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:42.269 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:43.004 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:43.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:43.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:43.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:43.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:43 smithi137 ceph-mon[117020]: pgmap v20413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:43 smithi137 ceph-mon[117020]: from='client.551868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:43 smithi066 ceph-mon[112137]: pgmap v20413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:43 smithi066 ceph-mon[112137]: from='client.551868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:43 smithi203 ceph-mon[117428]: pgmap v20413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:43 smithi203 ceph-mon[117428]: from='client.551868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:45 smithi137 ceph-mon[117020]: pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:45 smithi066 ceph-mon[112137]: pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:45 smithi203 ceph-mon[117428]: pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:46.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:46 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:33:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:46 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:33:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:46 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:33:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:33:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:33:47.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:47 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:33:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:33:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:47 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:47.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:33:47.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:33:47.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:47 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:33:48.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:48.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:48.006 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:48.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:48.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:48.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:48.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:48.735 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:49 smithi137 ceph-mon[117020]: from='client.551937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:49.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:49 smithi137 ceph-mon[117020]: pgmap v20416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:49 smithi066 ceph-mon[112137]: from='client.551937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:49 smithi066 ceph-mon[112137]: pgmap v20416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:49 smithi203 ceph-mon[117428]: from='client.551937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:49 smithi203 ceph-mon[117428]: pgmap v20416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:51 smithi137 ceph-mon[117020]: pgmap v20417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:51 smithi066 ceph-mon[112137]: pgmap v20417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:51 smithi203 ceph-mon[117428]: pgmap v20417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:53.736 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:53.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:53.737 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:53 smithi137 ceph-mon[117020]: pgmap v20418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:53 smithi066 ceph-mon[112137]: pgmap v20418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:53 smithi203 ceph-mon[117428]: pgmap v20418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:54.459 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:33:54.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:54.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:54.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:54.460 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:33:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:55 smithi137 ceph-mon[117020]: from='client.552015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:55 smithi137 ceph-mon[117020]: pgmap v20419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:55.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:55 smithi066 ceph-mon[112137]: from='client.552015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:55.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:55 smithi066 ceph-mon[112137]: pgmap v20419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:55 smithi203 ceph-mon[117428]: from='client.552015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:55 smithi203 ceph-mon[117428]: pgmap v20419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:57.877 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:57 smithi137 ceph-mon[117020]: pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:57 smithi066 ceph-mon[112137]: pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:57 smithi203 ceph-mon[117428]: pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:59.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:33:59.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:59.462 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:33:59 smithi137 ceph-mon[117020]: pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:33:59 smithi066 ceph-mon[112137]: pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:33:59 smithi203 ceph-mon[117428]: pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:00.212 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:00.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:00.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:00.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:00.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:00.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:00 smithi137 ceph-mon[117020]: from='client.552090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:00 smithi066 ceph-mon[112137]: from='client.552090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:01.226 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:00 smithi203 ceph-mon[117428]: from='client.552090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:01 smithi137 ceph-mon[117020]: pgmap v20422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:01 smithi066 ceph-mon[112137]: pgmap v20422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:01 smithi203 ceph-mon[117428]: pgmap v20422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:03 smithi137 ceph-mon[117020]: pgmap v20423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:03 smithi066 ceph-mon[112137]: pgmap v20423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:03 smithi203 ceph-mon[117428]: pgmap v20423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:05.214 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:05.214 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:05.215 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:05 smithi137 ceph-mon[117020]: pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:05 smithi066 ceph-mon[112137]: pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:05.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:05 smithi203 ceph-mon[117428]: pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:05.942 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:05.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:05.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:05.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:05.942 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:06.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:06 smithi137 ceph-mon[117020]: from='client.552165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:06 smithi066 ceph-mon[112137]: from='client.552165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:06.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:06 smithi203 ceph-mon[117428]: from='client.552165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:07.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:07 smithi137 ceph-mon[117020]: pgmap v20425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:07 smithi066 ceph-mon[112137]: pgmap v20425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:07 smithi203 ceph-mon[117428]: pgmap v20425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:09 smithi137 ceph-mon[117020]: pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:09 smithi066 ceph-mon[112137]: pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:09 smithi203 ceph-mon[117428]: pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:10.944 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:10.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:10.944 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:11.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:11.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:11.669 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:11.670 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:11.670 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:11 smithi137 ceph-mon[117020]: pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:11 smithi066 ceph-mon[112137]: pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:11 smithi203 ceph-mon[117428]: pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:12.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:12 smithi137 ceph-mon[117020]: from='client.552240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:12.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:12 smithi066 ceph-mon[112137]: from='client.552240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:12 smithi203 ceph-mon[117428]: from='client.552240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:13 smithi137 ceph-mon[117020]: pgmap v20428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:13 smithi066 ceph-mon[112137]: pgmap v20428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:13 smithi203 ceph-mon[117428]: pgmap v20428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:15 smithi137 ceph-mon[117020]: pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:15 smithi066 ceph-mon[112137]: pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:15 smithi203 ceph-mon[117428]: pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:16.671 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:16.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:16.672 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:17.400 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:17.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:17.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:17.400 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:17.401 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:17 smithi137 ceph-mon[117020]: pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:17 smithi066 ceph-mon[112137]: pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:17 smithi203 ceph-mon[117428]: pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:18 smithi137 ceph-mon[117020]: from='client.552309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:18 smithi066 ceph-mon[112137]: from='client.552309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:18 smithi203 ceph-mon[117428]: from='client.552309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:19 smithi137 ceph-mon[117020]: pgmap v20431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:19 smithi066 ceph-mon[112137]: pgmap v20431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:19 smithi203 ceph-mon[117428]: pgmap v20431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:21 smithi137 ceph-mon[117020]: pgmap v20432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:21 smithi066 ceph-mon[112137]: pgmap v20432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:21 smithi203 ceph-mon[117428]: pgmap v20432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:22.402 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:22.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:22.402 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:23.128 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:23.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:23.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:23.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:23.129 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:23 smithi137 ceph-mon[117020]: pgmap v20433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:23 smithi137 ceph-mon[117020]: from='client.552384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:23 smithi066 ceph-mon[112137]: pgmap v20433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:23 smithi066 ceph-mon[112137]: from='client.552384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:23 smithi203 ceph-mon[117428]: pgmap v20433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:23 smithi203 ceph-mon[117428]: from='client.552384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:25 smithi137 ceph-mon[117020]: pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:25 smithi066 ceph-mon[112137]: pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:25 smithi203 ceph-mon[117428]: pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:27.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:27 smithi137 ceph-mon[117020]: pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:27 smithi066 ceph-mon[112137]: pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:27 smithi203 ceph-mon[117428]: pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:28.131 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:28.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:28.131 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:28.865 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:28.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:28.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:28.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:28.865 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:29 smithi137 ceph-mon[117020]: from='client.552462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:29 smithi137 ceph-mon[117020]: pgmap v20436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:29 smithi066 ceph-mon[112137]: from='client.552462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:29 smithi066 ceph-mon[112137]: pgmap v20436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:29 smithi203 ceph-mon[117428]: from='client.552462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:29 smithi203 ceph-mon[117428]: pgmap v20436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:31 smithi137 ceph-mon[117020]: pgmap v20437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:31 smithi066 ceph-mon[112137]: pgmap v20437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:31 smithi203 ceph-mon[117428]: pgmap v20437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:33.866 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:33.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:33.867 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:33 smithi137 ceph-mon[117020]: pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:33 smithi066 ceph-mon[112137]: pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:33 smithi203 ceph-mon[117428]: pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:34.610 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:34.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:34.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:34.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:34.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:35 smithi137 ceph-mon[117020]: from='client.552540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:35 smithi137 ceph-mon[117020]: pgmap v20439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:35 smithi066 ceph-mon[112137]: from='client.552540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:35.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:35 smithi066 ceph-mon[112137]: pgmap v20439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:35 smithi203 ceph-mon[117428]: from='client.552540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:35 smithi203 ceph-mon[117428]: pgmap v20439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:37 smithi137 ceph-mon[117020]: pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:37 smithi066 ceph-mon[112137]: pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:37 smithi203 ceph-mon[117428]: pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:39.612 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:39.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:39.613 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:39 smithi137 ceph-mon[117020]: pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:39 smithi066 ceph-mon[112137]: pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:39 smithi203 ceph-mon[117428]: pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:40.348 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:40.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:40.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:40.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:40.348 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:40 smithi137 ceph-mon[117020]: from='client.552615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:40.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:40 smithi066 ceph-mon[112137]: from='client.552615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:40 smithi203 ceph-mon[117428]: from='client.552615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:41 smithi137 ceph-mon[117020]: pgmap v20442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:41 smithi066 ceph-mon[112137]: pgmap v20442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:41 smithi203 ceph-mon[117428]: pgmap v20442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:43 smithi137 ceph-mon[117020]: pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:43 smithi066 ceph-mon[112137]: pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:43 smithi203 ceph-mon[117428]: pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:45.350 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:45.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:45.350 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:45.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:45 smithi137 ceph-mon[117020]: pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:45 smithi066 ceph-mon[112137]: pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:45 smithi203 ceph-mon[117428]: pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:46.071 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:46.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:46.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:46.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:46.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:46.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:46 smithi137 ceph-mon[117020]: from='client.552690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:46.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:46 smithi066 ceph-mon[112137]: from='client.552690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:46.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:46 smithi203 ceph-mon[117428]: from='client.552690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:47 smithi137 ceph-mon[117020]: pgmap v20445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:47.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:47 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:34:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:47 smithi066 ceph-mon[112137]: pgmap v20445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:47.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:47 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:34:47.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:47 smithi203 ceph-mon[117428]: pgmap v20445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:47 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:34:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:34:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:34:48.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:34:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:34:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:34:48.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:34:48.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:34:48.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:34:48.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:34:49.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:49 smithi137 ceph-mon[117020]: pgmap v20446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:49.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:49 smithi066 ceph-mon[112137]: pgmap v20446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:49.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:49 smithi203 ceph-mon[117428]: pgmap v20446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:51.073 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:51.073 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:51.074 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:51.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:51.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:51.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:51.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:51.797 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:51.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:51 smithi137 ceph-mon[117020]: pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:51 smithi066 ceph-mon[112137]: pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:51 smithi203 ceph-mon[117428]: pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:52.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:52 smithi137 ceph-mon[117020]: from='client.552765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:52 smithi066 ceph-mon[112137]: from='client.552765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:53.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:52 smithi203 ceph-mon[117428]: from='client.552765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:53.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:53 smithi137 ceph-mon[117020]: pgmap v20448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:53 smithi066 ceph-mon[112137]: pgmap v20448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:53 smithi203 ceph-mon[117428]: pgmap v20448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:55.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:55 smithi137 ceph-mon[117020]: pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:55 smithi066 ceph-mon[112137]: pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:55 smithi203 ceph-mon[117428]: pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:56.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:34:56.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:56.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:57.542 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:34:57.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:57.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:57.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:57.542 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:34:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:57 smithi137 ceph-mon[117020]: pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:57 smithi066 ceph-mon[112137]: pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:57 smithi203 ceph-mon[117428]: pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:58 smithi137 ceph-mon[117020]: from='client.552843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:58 smithi066 ceph-mon[112137]: from='client.552843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:58 smithi203 ceph-mon[117428]: from='client.552843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:34:59 smithi137 ceph-mon[117020]: pgmap v20451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:34:59 smithi066 ceph-mon[112137]: pgmap v20451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:34:59 smithi203 ceph-mon[117428]: pgmap v20451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:01 smithi137 ceph-mon[117020]: pgmap v20452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:01 smithi066 ceph-mon[112137]: pgmap v20452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:01 smithi203 ceph-mon[117428]: pgmap v20452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:02.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:02.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:02.544 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:03.263 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:03.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:03.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:03.264 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:03.264 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:03 smithi137 ceph-mon[117020]: pgmap v20453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:03 smithi137 ceph-mon[117020]: from='client.552915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:03 smithi066 ceph-mon[112137]: pgmap v20453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:03 smithi066 ceph-mon[112137]: from='client.552915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:03 smithi203 ceph-mon[117428]: pgmap v20453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:03 smithi203 ceph-mon[117428]: from='client.552915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:05.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:05 smithi137 ceph-mon[117020]: pgmap v20454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:05 smithi066 ceph-mon[112137]: pgmap v20454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:05 smithi203 ceph-mon[117428]: pgmap v20454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:07.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:07 smithi137 ceph-mon[117020]: pgmap v20455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:07 smithi066 ceph-mon[112137]: pgmap v20455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:07 smithi203 ceph-mon[117428]: pgmap v20455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:08.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:08.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:08.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:08.994 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:08.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:08.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:08.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:08.995 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:09 smithi137 ceph-mon[117020]: pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:09 smithi137 ceph-mon[117020]: from='client.552990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:09 smithi066 ceph-mon[112137]: pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:09 smithi066 ceph-mon[112137]: from='client.552990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:09 smithi203 ceph-mon[117428]: pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:09 smithi203 ceph-mon[117428]: from='client.552990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:11 smithi137 ceph-mon[117020]: pgmap v20457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:11 smithi066 ceph-mon[112137]: pgmap v20457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:11 smithi203 ceph-mon[117428]: pgmap v20457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:13.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:13 smithi137 ceph-mon[117020]: pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:13 smithi066 ceph-mon[112137]: pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:13.996 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:13.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:13.996 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:13 smithi203 ceph-mon[117428]: pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:14.733 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:14.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:14.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:14.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:14.734 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:15 smithi137 ceph-mon[117020]: from='client.553059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:15.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:15 smithi137 ceph-mon[117020]: pgmap v20459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:15 smithi066 ceph-mon[112137]: from='client.553059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:15 smithi066 ceph-mon[112137]: pgmap v20459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:15 smithi203 ceph-mon[117428]: from='client.553059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:15 smithi203 ceph-mon[117428]: pgmap v20459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:17 smithi137 ceph-mon[117020]: pgmap v20460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:35:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:17 smithi066 ceph-mon[112137]: pgmap v20460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:35:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:17 smithi203 ceph-mon[117428]: pgmap v20460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:35:19.735 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:19.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:19.736 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:19 smithi137 ceph-mon[117020]: pgmap v20461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:35:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:19 smithi066 ceph-mon[112137]: pgmap v20461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:35:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:19 smithi203 ceph-mon[117428]: pgmap v20461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:35:20.470 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:20.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:20.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:20.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:20.470 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:21 smithi137 ceph-mon[117020]: from='client.553131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:21 smithi137 ceph-mon[117020]: pgmap v20462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:21 smithi066 ceph-mon[112137]: from='client.553131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:21 smithi066 ceph-mon[112137]: pgmap v20462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:21 smithi203 ceph-mon[117428]: from='client.553131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:21 smithi203 ceph-mon[117428]: pgmap v20462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:23.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:23 smithi137 ceph-mon[117020]: pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:23 smithi066 ceph-mon[112137]: pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:23 smithi203 ceph-mon[117428]: pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:25.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:25 smithi137 ceph-mon[117020]: pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:25.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:25.474 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:25.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:25 smithi066 ceph-mon[112137]: pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:25 smithi203 ceph-mon[117428]: pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:26.207 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:26.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:26.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:26.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:26.208 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:26.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:26 smithi137 ceph-mon[117020]: from='client.553209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:26.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:26 smithi066 ceph-mon[112137]: from='client.553209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:26.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:26 smithi203 ceph-mon[117428]: from='client.553209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:27.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:27 smithi137 ceph-mon[117020]: pgmap v20465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:27.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:27 smithi066 ceph-mon[112137]: pgmap v20465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:27.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:27 smithi203 ceph-mon[117428]: pgmap v20465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:29.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:29 smithi137 ceph-mon[117020]: pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:35:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:29 smithi066 ceph-mon[112137]: pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:35:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:29 smithi203 ceph-mon[117428]: pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:35:31.209 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:31.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:31.210 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:31.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:31 smithi137 ceph-mon[117020]: pgmap v20467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:35:31.954 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:31.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:31.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:31.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:31.955 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:31 smithi066 ceph-mon[112137]: pgmap v20467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:35:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:31 smithi203 ceph-mon[117428]: pgmap v20467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:35:32.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:32 smithi137 ceph-mon[117020]: from='client.553281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:32 smithi066 ceph-mon[112137]: from='client.553281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:32 smithi203 ceph-mon[117428]: from='client.553281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:33.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:33 smithi137 ceph-mon[117020]: pgmap v20468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:33 smithi066 ceph-mon[112137]: pgmap v20468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:33 smithi203 ceph-mon[117428]: pgmap v20468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:35.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:35 smithi137 ceph-mon[117020]: pgmap v20469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:35 smithi066 ceph-mon[112137]: pgmap v20469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:35 smithi203 ceph-mon[117428]: pgmap v20469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:36.956 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:36.956 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:36.957 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:37.681 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:37.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:37.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:37.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:37.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:37 smithi137 ceph-mon[117020]: pgmap v20470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:37 smithi066 ceph-mon[112137]: pgmap v20470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:37 smithi203 ceph-mon[117428]: pgmap v20470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:38.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:38 smithi137 ceph-mon[117020]: from='client.553359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:38 smithi066 ceph-mon[112137]: from='client.553359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:39.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:38 smithi203 ceph-mon[117428]: from='client.553359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:39 smithi137 ceph-mon[117020]: pgmap v20471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:39 smithi066 ceph-mon[112137]: pgmap v20471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:39 smithi203 ceph-mon[117428]: pgmap v20471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:41.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:41 smithi137 ceph-mon[117020]: pgmap v20472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:41 smithi066 ceph-mon[112137]: pgmap v20472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:41 smithi203 ceph-mon[117428]: pgmap v20472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:42.682 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:42.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:42.683 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:43.397 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:43.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:43.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:43.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:43.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:43.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:43 smithi137 ceph-mon[117020]: pgmap v20473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:43 smithi066 ceph-mon[112137]: pgmap v20473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:43 smithi203 ceph-mon[117428]: pgmap v20473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:44.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:44 smithi137 ceph-mon[117020]: from='client.553434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:44 smithi066 ceph-mon[112137]: from='client.553434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:44 smithi203 ceph-mon[117428]: from='client.553434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:45.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:45 smithi137 ceph-mon[117020]: pgmap v20474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:45 smithi066 ceph-mon[112137]: pgmap v20474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:46.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:45 smithi203 ceph-mon[117428]: pgmap v20474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:47 smithi066 ceph-mon[112137]: pgmap v20475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:47 smithi203 ceph-mon[117428]: pgmap v20475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:47 smithi137 ceph-mon[117020]: pgmap v20475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:48.398 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:48.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:48.399 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:35:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:35:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:35:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:48 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:35:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:35:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:35:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:35:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:48 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:35:49.116 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:49.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:49.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:49.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:49.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:35:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:35:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:35:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:48 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:35:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:49 smithi066 ceph-mon[112137]: pgmap v20476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:49 smithi066 ceph-mon[112137]: from='client.553500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:49 smithi203 ceph-mon[117428]: pgmap v20476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:49 smithi203 ceph-mon[117428]: from='client.553500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:49 smithi137 ceph-mon[117020]: pgmap v20476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:49 smithi137 ceph-mon[117020]: from='client.553500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:51 smithi066 ceph-mon[112137]: pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:51 smithi203 ceph-mon[117428]: pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:51 smithi137 ceph-mon[117020]: pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:53 smithi066 ceph-mon[112137]: pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:53 smithi203 ceph-mon[117428]: pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:54.118 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:54.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:54.118 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:54.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:53 smithi137 ceph-mon[117020]: pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:54.850 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:35:54.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:54.850 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:54.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:54.851 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:35:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:55 smithi066 ceph-mon[112137]: from='client.553578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:55 smithi066 ceph-mon[112137]: pgmap v20479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:55 smithi203 ceph-mon[117428]: from='client.553578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:55 smithi203 ceph-mon[117428]: pgmap v20479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:55 smithi137 ceph-mon[117020]: from='client.553578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:55 smithi137 ceph-mon[117020]: pgmap v20479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:57 smithi137 ceph-mon[117020]: pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:35:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:57 smithi066 ceph-mon[112137]: pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:35:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:57 smithi203 ceph-mon[117428]: pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:35:59.852 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:35:59.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:59.852 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:59.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:35:59 smithi137 ceph-mon[117020]: pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:35:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:35:59 smithi066 ceph-mon[112137]: pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:36:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:35:59 smithi203 ceph-mon[117428]: pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:36:00.594 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:00.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:00.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:00.595 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:00.595 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:01 smithi137 ceph-mon[117020]: from='client.553653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:01.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:01 smithi137 ceph-mon[117020]: pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:01 smithi066 ceph-mon[112137]: from='client.553653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:01 smithi066 ceph-mon[112137]: pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:01 smithi203 ceph-mon[117428]: from='client.553653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:01 smithi203 ceph-mon[117428]: pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:03.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:03 smithi137 ceph-mon[117020]: pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:03 smithi066 ceph-mon[112137]: pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:03 smithi203 ceph-mon[117428]: pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:05 smithi066 ceph-mon[112137]: pgmap v20484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:05 smithi203 ceph-mon[117428]: pgmap v20484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:05.596 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:05.597 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:05 smithi137 ceph-mon[117020]: pgmap v20484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:06.337 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:06.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:06.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:06.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:06.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:06.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:06 smithi066 ceph-mon[112137]: from='client.553731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:06 smithi203 ceph-mon[117428]: from='client.553731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:06 smithi137 ceph-mon[117020]: from='client.553731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:07.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:07 smithi066 ceph-mon[112137]: pgmap v20485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:07.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:07 smithi203 ceph-mon[117428]: pgmap v20485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:07.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:07 smithi137 ceph-mon[117020]: pgmap v20485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:09.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:09 smithi137 ceph-mon[117020]: pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:36:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:09 smithi066 ceph-mon[112137]: pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:36:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:09 smithi203 ceph-mon[117428]: pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:36:11.338 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:11.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:11.339 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:11.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:11 smithi137 ceph-mon[117020]: pgmap v20487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:36:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:11 smithi066 ceph-mon[112137]: pgmap v20487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:36:12.067 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:12.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:12.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:12.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:12.067 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:11 smithi203 ceph-mon[117428]: pgmap v20487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:36:12.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:12 smithi066 ceph-mon[112137]: from='client.553806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:13.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:12 smithi203 ceph-mon[117428]: from='client.553806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:12 smithi137 ceph-mon[117020]: from='client.553806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:13 smithi066 ceph-mon[112137]: pgmap v20488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:13 smithi203 ceph-mon[117428]: pgmap v20488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:13 smithi137 ceph-mon[117020]: pgmap v20488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:15 smithi066 ceph-mon[112137]: pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:15 smithi203 ceph-mon[117428]: pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:15 smithi137 ceph-mon[117020]: pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:17.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:17.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:17.069 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:17.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:17.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:17.796 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:17.797 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:17.797 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:17.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:17 smithi137 ceph-mon[117020]: pgmap v20490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:17 smithi066 ceph-mon[112137]: pgmap v20490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:17 smithi203 ceph-mon[117428]: pgmap v20490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:18.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:18 smithi137 ceph-mon[117020]: from='client.553881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:18 smithi066 ceph-mon[112137]: from='client.553881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:18 smithi203 ceph-mon[117428]: from='client.553881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:19.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:19 smithi137 ceph-mon[117020]: pgmap v20491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:19 smithi066 ceph-mon[112137]: pgmap v20491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:19 smithi203 ceph-mon[117428]: pgmap v20491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:21.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:21 smithi137 ceph-mon[117020]: pgmap v20492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:21 smithi066 ceph-mon[112137]: pgmap v20492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:21 smithi203 ceph-mon[117428]: pgmap v20492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:22.798 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:22.798 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:22.799 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:23.539 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:23.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:23.539 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:23.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:23.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:23 smithi066 ceph-mon[112137]: pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:23 smithi203 ceph-mon[117428]: pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:23 smithi137 ceph-mon[117020]: pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:24 smithi066 ceph-mon[112137]: from='client.553959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:24 smithi203 ceph-mon[117428]: from='client.553959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:24 smithi137 ceph-mon[117020]: from='client.553959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:25 smithi066 ceph-mon[112137]: pgmap v20494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:25 smithi203 ceph-mon[117428]: pgmap v20494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:25 smithi137 ceph-mon[117020]: pgmap v20494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:27 smithi066 ceph-mon[112137]: pgmap v20495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:27 smithi203 ceph-mon[117428]: pgmap v20495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:27 smithi137 ceph-mon[117020]: pgmap v20495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:28.540 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:28.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:28.541 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:29.267 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:29.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:29.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:29.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:29.268 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:29 smithi066 ceph-mon[112137]: pgmap v20496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:29 smithi066 ceph-mon[112137]: from='client.554031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:29 smithi203 ceph-mon[117428]: pgmap v20496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:29 smithi203 ceph-mon[117428]: from='client.554031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:29 smithi137 ceph-mon[117020]: pgmap v20496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:29 smithi137 ceph-mon[117020]: from='client.554031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:31.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:31 smithi066 ceph-mon[112137]: pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:31 smithi203 ceph-mon[117428]: pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:31 smithi137 ceph-mon[117020]: pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:33 smithi066 ceph-mon[112137]: pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:33 smithi203 ceph-mon[117428]: pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:33 smithi137 ceph-mon[117020]: pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:34.269 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:34.270 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:34.270 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:34.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:34.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:34.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:34.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:34.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:35 smithi066 ceph-mon[112137]: pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:35 smithi066 ceph-mon[112137]: from='client.554103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:35 smithi203 ceph-mon[117428]: pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:35 smithi203 ceph-mon[117428]: from='client.554103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:35 smithi137 ceph-mon[117020]: pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:35 smithi137 ceph-mon[117020]: from='client.554103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:37.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:37 smithi137 ceph-mon[117020]: pgmap v20500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:37 smithi066 ceph-mon[112137]: pgmap v20500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:37 smithi203 ceph-mon[117428]: pgmap v20500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:39.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:39 smithi137 ceph-mon[117020]: pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:39 smithi066 ceph-mon[112137]: pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:40.000 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:40.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:40.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:39 smithi203 ceph-mon[117428]: pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:40.723 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:40.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:40.723 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:40.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:40.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:41 smithi066 ceph-mon[112137]: from='client.554181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:41.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:41 smithi066 ceph-mon[112137]: pgmap v20502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:41 smithi203 ceph-mon[117428]: from='client.554181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:41 smithi203 ceph-mon[117428]: pgmap v20502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:41 smithi137 ceph-mon[117020]: from='client.554181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:41 smithi137 ceph-mon[117020]: pgmap v20502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:43.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:43 smithi066 ceph-mon[112137]: pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:43 smithi203 ceph-mon[117428]: pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:43 smithi137 ceph-mon[117020]: pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:45 smithi066 ceph-mon[112137]: pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:45 smithi203 ceph-mon[117428]: pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:45 smithi137 ceph-mon[117020]: pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:45.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:45.725 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:45.725 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:46.461 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:46.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:46.461 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:46.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:46.462 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:47 smithi137 ceph-mon[117020]: from='client.554259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:47.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:47 smithi137 ceph-mon[117020]: pgmap v20505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:47 smithi066 ceph-mon[112137]: from='client.554259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:47 smithi066 ceph-mon[112137]: pgmap v20505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:47 smithi203 ceph-mon[117428]: from='client.554259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:47 smithi203 ceph-mon[117428]: pgmap v20505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:48 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:36:49.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:48 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:36:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:48 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:36:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:49 smithi066 ceph-mon[112137]: pgmap v20506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:36:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:36:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:49 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:36:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:49 smithi203 ceph-mon[117428]: pgmap v20506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:36:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:36:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:49 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:36:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:49 smithi137 ceph-mon[117020]: pgmap v20506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:36:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:36:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:49 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:36:51.463 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:51.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:51.463 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:51 smithi066 ceph-mon[112137]: pgmap v20507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:51 smithi203 ceph-mon[117428]: pgmap v20507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:51 smithi137 ceph-mon[117020]: pgmap v20507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:52.185 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:52.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:52.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:52.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:52.185 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:52 smithi066 ceph-mon[112137]: from='client.554337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:53.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:52 smithi203 ceph-mon[117428]: from='client.554337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:52 smithi137 ceph-mon[117020]: from='client.554337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:53 smithi066 ceph-mon[112137]: pgmap v20508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:53 smithi203 ceph-mon[117428]: pgmap v20508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:53 smithi137 ceph-mon[117020]: pgmap v20508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:55 smithi066 ceph-mon[112137]: pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:55 smithi203 ceph-mon[117428]: pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:55 smithi137 ceph-mon[117020]: pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:57.186 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:36:57.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:57.187 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:57.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:57 smithi137 ceph-mon[117020]: pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:57.910 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:36:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:57.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:36:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:57 smithi066 ceph-mon[112137]: pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:57 smithi203 ceph-mon[117428]: pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:58.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:58 smithi137 ceph-mon[117020]: from='client.554412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:58 smithi066 ceph-mon[112137]: from='client.554412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:58 smithi203 ceph-mon[117428]: from='client.554412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:36:59 smithi066 ceph-mon[112137]: pgmap v20511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:36:59 smithi203 ceph-mon[117428]: pgmap v20511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:36:59 smithi137 ceph-mon[117020]: pgmap v20511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:01 smithi066 ceph-mon[112137]: pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:01 smithi203 ceph-mon[117428]: pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:01 smithi137 ceph-mon[117020]: pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:02.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:02.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:02.912 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:03.649 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:03.649 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:03.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:03.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:03.650 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:03 smithi066 ceph-mon[112137]: pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:03 smithi203 ceph-mon[117428]: pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:03 smithi137 ceph-mon[117020]: pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:04 smithi066 ceph-mon[112137]: from='client.554484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:05.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:04 smithi203 ceph-mon[117428]: from='client.554484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:04 smithi137 ceph-mon[117020]: from='client.554484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:05 smithi066 ceph-mon[112137]: pgmap v20514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:05 smithi203 ceph-mon[117428]: pgmap v20514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:06.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:05 smithi137 ceph-mon[117020]: pgmap v20514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:07 smithi066 ceph-mon[112137]: pgmap v20515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:07 smithi203 ceph-mon[117428]: pgmap v20515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:07 smithi137 ceph-mon[117020]: pgmap v20515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:08.651 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:08.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:08.651 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:09.373 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:09.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:09.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:09.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:09.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:09 smithi066 ceph-mon[112137]: pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:09 smithi066 ceph-mon[112137]: from='client.554559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:09 smithi203 ceph-mon[117428]: pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:09 smithi203 ceph-mon[117428]: from='client.554559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:09 smithi137 ceph-mon[117020]: pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:09 smithi137 ceph-mon[117020]: from='client.554559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:11 smithi066 ceph-mon[112137]: pgmap v20517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:11 smithi203 ceph-mon[117428]: pgmap v20517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:11 smithi137 ceph-mon[117020]: pgmap v20517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:13 smithi066 ceph-mon[112137]: pgmap v20518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:13 smithi203 ceph-mon[117428]: pgmap v20518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:13 smithi137 ceph-mon[117020]: pgmap v20518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:14.374 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:14.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:14.375 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:15.095 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:15.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:15.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:15.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:15.096 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:15 smithi066 ceph-mon[112137]: pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:15 smithi066 ceph-mon[112137]: from='client.554634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:15 smithi203 ceph-mon[117428]: pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:15 smithi203 ceph-mon[117428]: from='client.554634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:15 smithi137 ceph-mon[117020]: pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:15 smithi137 ceph-mon[117020]: from='client.554634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:17 smithi066 ceph-mon[112137]: pgmap v20520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:17 smithi203 ceph-mon[117428]: pgmap v20520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:17 smithi137 ceph-mon[117020]: pgmap v20520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:19 smithi066 ceph-mon[112137]: pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:19 smithi203 ceph-mon[117428]: pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:20.097 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:20.098 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:20.098 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:19 smithi137 ceph-mon[117020]: pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:20.822 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:20.822 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:20.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:20.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:20.823 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:21 smithi066 ceph-mon[112137]: from='client.554709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:21 smithi066 ceph-mon[112137]: pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:21 smithi203 ceph-mon[117428]: from='client.554709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:21 smithi203 ceph-mon[117428]: pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:21 smithi137 ceph-mon[117020]: from='client.554709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:21 smithi137 ceph-mon[117020]: pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:23 smithi066 ceph-mon[112137]: pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:23 smithi203 ceph-mon[117428]: pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:23 smithi137 ceph-mon[117020]: pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:25 smithi066 ceph-mon[112137]: pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:25 smithi203 ceph-mon[117428]: pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:25 smithi137 ceph-mon[117020]: pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:25.824 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:25.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:25.824 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:26.554 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:26.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:26.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:26.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:26.555 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:27 smithi066 ceph-mon[112137]: from='client.554781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:27 smithi066 ceph-mon[112137]: pgmap v20525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:27 smithi203 ceph-mon[117428]: from='client.554781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:27 smithi203 ceph-mon[117428]: pgmap v20525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:27 smithi137 ceph-mon[117020]: from='client.554781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:27 smithi137 ceph-mon[117020]: pgmap v20525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:29 smithi066 ceph-mon[112137]: pgmap v20526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:29 smithi203 ceph-mon[117428]: pgmap v20526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:29 smithi137 ceph-mon[117020]: pgmap v20526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:31.556 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:31.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:31.557 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:31 smithi066 ceph-mon[112137]: pgmap v20527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:31 smithi203 ceph-mon[117428]: pgmap v20527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:31 smithi137 ceph-mon[117020]: pgmap v20527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:32.279 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:32.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:32.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:32.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:32.280 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:32.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:32 smithi066 ceph-mon[112137]: from='client.554853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:32 smithi203 ceph-mon[117428]: from='client.554853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:32 smithi137 ceph-mon[117020]: from='client.554853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:33 smithi066 ceph-mon[112137]: pgmap v20528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:33 smithi203 ceph-mon[117428]: pgmap v20528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:33 smithi137 ceph-mon[117020]: pgmap v20528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:35 smithi066 ceph-mon[112137]: pgmap v20529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:35 smithi203 ceph-mon[117428]: pgmap v20529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:35 smithi137 ceph-mon[117020]: pgmap v20529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:37.281 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:37.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:37.281 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:37 smithi066 ceph-mon[112137]: pgmap v20530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:38.006 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:38.006 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:38.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:38.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:38.007 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:37 smithi203 ceph-mon[117428]: pgmap v20530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:37 smithi137 ceph-mon[117020]: pgmap v20530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:38.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:38 smithi066 ceph-mon[112137]: from='client.554931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:39.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:38 smithi203 ceph-mon[117428]: from='client.554931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:39.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:38 smithi137 ceph-mon[117020]: from='client.554931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:39 smithi066 ceph-mon[112137]: pgmap v20531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:39 smithi203 ceph-mon[117428]: pgmap v20531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:39 smithi137 ceph-mon[117020]: pgmap v20531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:41 smithi066 ceph-mon[112137]: pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:41 smithi203 ceph-mon[117428]: pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:41 smithi137 ceph-mon[117020]: pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:43.008 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:43.008 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:43.009 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:43.741 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:43.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:43.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:43.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:43.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:43 smithi066 ceph-mon[112137]: pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:43 smithi203 ceph-mon[117428]: pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:43 smithi137 ceph-mon[117020]: pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:44 smithi066 ceph-mon[112137]: from='client.555006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:44 smithi203 ceph-mon[117428]: from='client.555006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:44 smithi137 ceph-mon[117020]: from='client.555006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:45 smithi066 ceph-mon[112137]: pgmap v20534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:45 smithi203 ceph-mon[117428]: pgmap v20534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:45 smithi137 ceph-mon[117020]: pgmap v20534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:47 smithi066 ceph-mon[112137]: pgmap v20535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:47 smithi203 ceph-mon[117428]: pgmap v20535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:47 smithi137 ceph-mon[117020]: pgmap v20535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:48.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:48.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:48.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:49.510 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:49.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:49.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:49.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:49.511 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:49 smithi066 ceph-mon[112137]: pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:49 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:37:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:49 smithi203 ceph-mon[117428]: pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:49 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:37:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:49 smithi137 ceph-mon[117020]: pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:49 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:37:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:50 smithi066 ceph-mon[112137]: from='client.555081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:37:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:37:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:37:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:50 smithi203 ceph-mon[117428]: from='client.555081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:37:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:37:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:37:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:50 smithi137 ceph-mon[117020]: from='client.555081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:37:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:37:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:37:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:51 smithi066 ceph-mon[112137]: pgmap v20537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:51 smithi203 ceph-mon[117428]: pgmap v20537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:51 smithi137 ceph-mon[117020]: pgmap v20537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:53 smithi066 ceph-mon[112137]: pgmap v20538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:53 smithi203 ceph-mon[117428]: pgmap v20538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:53 smithi137 ceph-mon[117020]: pgmap v20538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:54.512 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:37:54.512 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:54.513 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:55.235 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:37:55.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:55.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:55.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:55.236 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:37:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:55 smithi066 ceph-mon[112137]: pgmap v20539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:55 smithi066 ceph-mon[112137]: from='client.555159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:55 smithi203 ceph-mon[117428]: pgmap v20539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:55 smithi203 ceph-mon[117428]: from='client.555159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:55.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:55 smithi137 ceph-mon[117020]: pgmap v20539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:55.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:55 smithi137 ceph-mon[117020]: from='client.555159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:57 smithi066 ceph-mon[112137]: pgmap v20540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:57 smithi203 ceph-mon[117428]: pgmap v20540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:57 smithi137 ceph-mon[117020]: pgmap v20540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:59.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:37:59 smithi066 ceph-mon[112137]: pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:37:59 smithi203 ceph-mon[117428]: pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:37:59 smithi137 ceph-mon[117020]: pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:00.237 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:00.237 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:00.238 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:00.963 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:00.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:00.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:00.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:00.963 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:01 smithi066 ceph-mon[112137]: pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:01 smithi066 ceph-mon[112137]: from='client.555234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:01 smithi203 ceph-mon[117428]: pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:01 smithi203 ceph-mon[117428]: from='client.555234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:01 smithi137 ceph-mon[117020]: pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:01 smithi137 ceph-mon[117020]: from='client.555234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:03 smithi066 ceph-mon[112137]: pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:03 smithi203 ceph-mon[117428]: pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:03 smithi137 ceph-mon[117020]: pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:05 smithi066 ceph-mon[112137]: pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:05 smithi203 ceph-mon[117428]: pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:05 smithi137 ceph-mon[117020]: pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:05.964 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:05.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:05.965 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:06.690 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:06.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:06.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:06.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:06.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:07 smithi066 ceph-mon[112137]: from='client.555309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:07 smithi066 ceph-mon[112137]: pgmap v20545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:07 smithi203 ceph-mon[117428]: from='client.555309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:07 smithi203 ceph-mon[117428]: pgmap v20545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:07 smithi137 ceph-mon[117020]: from='client.555309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:07 smithi137 ceph-mon[117020]: pgmap v20545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:09 smithi066 ceph-mon[112137]: pgmap v20546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:09 smithi203 ceph-mon[117428]: pgmap v20546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:09 smithi137 ceph-mon[117020]: pgmap v20546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:11.691 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:11.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:11.692 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:11 smithi066 ceph-mon[112137]: pgmap v20547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:11 smithi203 ceph-mon[117428]: pgmap v20547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:11 smithi137 ceph-mon[117020]: pgmap v20547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:12.416 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:12.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:12.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:12.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:12.417 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:13 smithi066 ceph-mon[112137]: from='client.555387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:13 smithi066 ceph-mon[112137]: pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:13 smithi203 ceph-mon[117428]: from='client.555387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:13 smithi203 ceph-mon[117428]: pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:13 smithi137 ceph-mon[117020]: from='client.555387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:13 smithi137 ceph-mon[117020]: pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:15 smithi066 ceph-mon[112137]: pgmap v20549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:15 smithi203 ceph-mon[117428]: pgmap v20549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:15 smithi137 ceph-mon[117020]: pgmap v20549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:17.418 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:17.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:17.419 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:17 smithi066 ceph-mon[112137]: pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:17 smithi203 ceph-mon[117428]: pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:17 smithi137 ceph-mon[117020]: pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:18.144 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:18.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:18.144 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:18.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:18.145 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:18.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:18 smithi066 ceph-mon[112137]: from='client.555462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:19.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:18 smithi203 ceph-mon[117428]: from='client.555462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:18 smithi137 ceph-mon[117020]: from='client.555462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:19 smithi066 ceph-mon[112137]: pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:19 smithi203 ceph-mon[117428]: pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:19 smithi137 ceph-mon[117020]: pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:21 smithi066 ceph-mon[112137]: pgmap v20552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:21 smithi203 ceph-mon[117428]: pgmap v20552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:21 smithi137 ceph-mon[117020]: pgmap v20552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:23.146 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:23.146 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:23.147 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:23.887 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:23.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:23.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:23.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:23.888 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:23 smithi066 ceph-mon[112137]: pgmap v20553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:23 smithi203 ceph-mon[117428]: pgmap v20553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:23 smithi137 ceph-mon[117020]: pgmap v20553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:24 smithi066 ceph-mon[112137]: from='client.555537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:25.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:24 smithi203 ceph-mon[117428]: from='client.555537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:24 smithi137 ceph-mon[117020]: from='client.555537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:25 smithi066 ceph-mon[112137]: pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:26.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:25 smithi203 ceph-mon[117428]: pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:25 smithi137 ceph-mon[117020]: pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:27 smithi066 ceph-mon[112137]: pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:27 smithi203 ceph-mon[117428]: pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:27 smithi137 ceph-mon[117020]: pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:28.889 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:28.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:28.889 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:29.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:29.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:29.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:29.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:29.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:29 smithi066 ceph-mon[112137]: pgmap v20556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:29 smithi203 ceph-mon[117428]: pgmap v20556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:29 smithi137 ceph-mon[117020]: pgmap v20556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:30 smithi066 ceph-mon[112137]: from='client.555612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:30 smithi203 ceph-mon[117428]: from='client.555612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:30 smithi137 ceph-mon[117020]: from='client.555612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:31 smithi066 ceph-mon[112137]: pgmap v20557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:31 smithi203 ceph-mon[117428]: pgmap v20557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:31 smithi137 ceph-mon[117020]: pgmap v20557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:33 smithi066 ceph-mon[112137]: pgmap v20558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:33 smithi203 ceph-mon[117428]: pgmap v20558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:33 smithi137 ceph-mon[117020]: pgmap v20558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:34.611 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:34.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:34.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:35.340 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:35.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:35.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:35.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:35.340 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:35 smithi066 ceph-mon[112137]: pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:35.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:35 smithi066 ceph-mon[112137]: from='client.555681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:35 smithi203 ceph-mon[117428]: pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:35 smithi203 ceph-mon[117428]: from='client.555681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:35 smithi137 ceph-mon[117020]: pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:35 smithi137 ceph-mon[117020]: from='client.555681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:37 smithi066 ceph-mon[112137]: pgmap v20560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:37 smithi203 ceph-mon[117428]: pgmap v20560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:37 smithi137 ceph-mon[117020]: pgmap v20560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:39 smithi066 ceph-mon[112137]: pgmap v20561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:39 smithi203 ceph-mon[117428]: pgmap v20561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:39 smithi137 ceph-mon[117020]: pgmap v20561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:40.341 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:40.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:40.342 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:41.070 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:41.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:41.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:41.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:41.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:41 smithi066 ceph-mon[112137]: pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:41 smithi066 ceph-mon[112137]: from='client.555753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:41 smithi203 ceph-mon[117428]: pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:41 smithi203 ceph-mon[117428]: from='client.555753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:41 smithi137 ceph-mon[117020]: pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:41 smithi137 ceph-mon[117020]: from='client.555753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:43 smithi066 ceph-mon[112137]: pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:43 smithi203 ceph-mon[117428]: pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:43 smithi137 ceph-mon[117020]: pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:45 smithi066 ceph-mon[112137]: pgmap v20564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:45 smithi203 ceph-mon[117428]: pgmap v20564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:45 smithi137 ceph-mon[117020]: pgmap v20564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:46.072 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:46.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:46.072 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:46.802 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:46.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:46.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:46.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:46.802 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:47 smithi066 ceph-mon[112137]: from='client.555828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:47.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:47 smithi066 ceph-mon[112137]: pgmap v20565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:47 smithi203 ceph-mon[117428]: from='client.555828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:47 smithi203 ceph-mon[117428]: pgmap v20565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:47 smithi137 ceph-mon[117020]: from='client.555828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:47 smithi137 ceph-mon[117020]: pgmap v20565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:49 smithi066 ceph-mon[112137]: pgmap v20566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:49 smithi203 ceph-mon[117428]: pgmap v20566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:49 smithi137 ceph-mon[117020]: pgmap v20566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:38:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:38:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:38:50.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:50 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:38:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:38:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:38:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:38:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:50 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:38:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:38:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:38:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:38:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:50 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:38:51.803 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:51.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:51.804 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:51 smithi066 ceph-mon[112137]: pgmap v20567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:51 smithi203 ceph-mon[117428]: pgmap v20567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:51 smithi137 ceph-mon[117020]: pgmap v20567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:52.528 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:52.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:52.528 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:52.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:52.529 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:53 smithi066 ceph-mon[112137]: from='client.555903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:53 smithi066 ceph-mon[112137]: pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:53 smithi203 ceph-mon[117428]: from='client.555903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:53 smithi203 ceph-mon[117428]: pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:53 smithi137 ceph-mon[117020]: from='client.555903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:53 smithi137 ceph-mon[117020]: pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:55.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:55 smithi066 ceph-mon[112137]: pgmap v20569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:55 smithi203 ceph-mon[117428]: pgmap v20569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:55 smithi137 ceph-mon[117020]: pgmap v20569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:57.530 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:38:57.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:57.530 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:57 smithi066 ceph-mon[112137]: pgmap v20570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:58.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:57 smithi203 ceph-mon[117428]: pgmap v20570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:57 smithi137 ceph-mon[117020]: pgmap v20570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:58.260 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:38:58.260 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:58.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:58.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:58.261 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:38:58.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:58 smithi066 ceph-mon[112137]: from='client.555975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:58 smithi203 ceph-mon[117428]: from='client.555975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:58 smithi137 ceph-mon[117020]: from='client.555975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:38:59 smithi066 ceph-mon[112137]: pgmap v20571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:38:59 smithi203 ceph-mon[117428]: pgmap v20571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:38:59 smithi137 ceph-mon[117020]: pgmap v20571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:01 smithi066 ceph-mon[112137]: pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:01 smithi203 ceph-mon[117428]: pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:01 smithi137 ceph-mon[117020]: pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:03.265 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:03.265 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:03.266 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:03 smithi066 ceph-mon[112137]: pgmap v20573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:04.002 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:04.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:04.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:04.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:04.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:03 smithi203 ceph-mon[117428]: pgmap v20573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:03 smithi137 ceph-mon[117020]: pgmap v20573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:04.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:04 smithi066 ceph-mon[112137]: from='client.556053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:05.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:04 smithi203 ceph-mon[117428]: from='client.556053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:05.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:04 smithi137 ceph-mon[117020]: from='client.556053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:05.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:05 smithi066 ceph-mon[112137]: pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:06.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:05 smithi203 ceph-mon[117428]: pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:06.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:05 smithi137 ceph-mon[117020]: pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:07 smithi066 ceph-mon[112137]: pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:07 smithi203 ceph-mon[117428]: pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:07 smithi137 ceph-mon[117020]: pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:09.004 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:09.004 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:09.005 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:09.741 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:09.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:09.741 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:09.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:09.742 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:09 smithi066 ceph-mon[112137]: pgmap v20576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:09 smithi203 ceph-mon[117428]: pgmap v20576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:09 smithi137 ceph-mon[117020]: pgmap v20576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:10 smithi066 ceph-mon[112137]: from='client.556128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:11.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:10 smithi203 ceph-mon[117428]: from='client.556128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:10 smithi137 ceph-mon[117020]: from='client.556128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:11 smithi066 ceph-mon[112137]: pgmap v20577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:39:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:11 smithi203 ceph-mon[117428]: pgmap v20577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:39:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:11 smithi137 ceph-mon[117020]: pgmap v20577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:39:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:13 smithi066 ceph-mon[112137]: pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:39:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:13 smithi203 ceph-mon[117428]: pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:39:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:13 smithi137 ceph-mon[117020]: pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:39:14.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:14.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:14.743 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:15.476 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:15.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:15.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:15.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:15.476 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:15 smithi066 ceph-mon[112137]: pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:39:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:15 smithi203 ceph-mon[117428]: pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:39:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:15 smithi137 ceph-mon[117020]: pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:39:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:16 smithi066 ceph-mon[112137]: from='client.556203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:16 smithi203 ceph-mon[117428]: from='client.556203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:16.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:16 smithi137 ceph-mon[117020]: from='client.556203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:17 smithi066 ceph-mon[112137]: pgmap v20580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:17.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:17 smithi203 ceph-mon[117428]: pgmap v20580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:17 smithi137 ceph-mon[117020]: pgmap v20580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:19 smithi066 ceph-mon[112137]: pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:19 smithi203 ceph-mon[117428]: pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:19 smithi137 ceph-mon[117020]: pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:20.477 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:20.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:20.478 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:21.211 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:21.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:21.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:21.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:21.211 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:21 smithi066 ceph-mon[112137]: pgmap v20582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:21 smithi066 ceph-mon[112137]: from='client.556281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:21 smithi203 ceph-mon[117428]: pgmap v20582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:21 smithi203 ceph-mon[117428]: from='client.556281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:21 smithi137 ceph-mon[117020]: pgmap v20582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:21 smithi137 ceph-mon[117020]: from='client.556281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:23 smithi066 ceph-mon[112137]: pgmap v20583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:23 smithi203 ceph-mon[117428]: pgmap v20583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:23 smithi137 ceph-mon[117020]: pgmap v20583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:25 smithi066 ceph-mon[112137]: pgmap v20584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:25.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:25 smithi203 ceph-mon[117428]: pgmap v20584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:25 smithi137 ceph-mon[117020]: pgmap v20584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:26.212 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:26.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:26.213 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:26.939 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:26.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:26.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:26.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:26.940 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:27 smithi066 ceph-mon[112137]: from='client.556359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:27.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:27 smithi066 ceph-mon[112137]: pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:39:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:27 smithi203 ceph-mon[117428]: from='client.556359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:27 smithi203 ceph-mon[117428]: pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:39:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:27 smithi137 ceph-mon[117020]: from='client.556359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:27 smithi137 ceph-mon[117020]: pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:39:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:29 smithi066 ceph-mon[112137]: pgmap v20586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:29 smithi203 ceph-mon[117428]: pgmap v20586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:29 smithi137 ceph-mon[117020]: pgmap v20586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:31.941 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:31.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:31.942 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:31 smithi066 ceph-mon[112137]: pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:31 smithi203 ceph-mon[117428]: pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:31 smithi137 ceph-mon[117020]: pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:32.689 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:32.689 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:33 smithi066 ceph-mon[112137]: from='client.556437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:33.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:33 smithi066 ceph-mon[112137]: pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:33 smithi203 ceph-mon[117428]: from='client.556437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:33 smithi203 ceph-mon[117428]: pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:33 smithi137 ceph-mon[117020]: from='client.556437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:33 smithi137 ceph-mon[117020]: pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:35 smithi066 ceph-mon[112137]: pgmap v20589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:35 smithi203 ceph-mon[117428]: pgmap v20589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:35.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:35 smithi137 ceph-mon[117020]: pgmap v20589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:37.690 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:37.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:37.691 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:37 smithi066 ceph-mon[112137]: pgmap v20590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:37 smithi203 ceph-mon[117428]: pgmap v20590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:37 smithi137 ceph-mon[117020]: pgmap v20590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:38.412 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:38.412 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:39 smithi066 ceph-mon[112137]: from='client.556512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:39.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:39 smithi066 ceph-mon[112137]: pgmap v20591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:39 smithi203 ceph-mon[117428]: from='client.556512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:39 smithi203 ceph-mon[117428]: pgmap v20591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:39 smithi137 ceph-mon[117020]: from='client.556512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:39 smithi137 ceph-mon[117020]: pgmap v20591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:41 smithi066 ceph-mon[112137]: pgmap v20592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:41 smithi203 ceph-mon[117428]: pgmap v20592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:41 smithi137 ceph-mon[117020]: pgmap v20592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:43.413 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:43.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:43.414 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:43 smithi066 ceph-mon[112137]: pgmap v20593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:43 smithi203 ceph-mon[117428]: pgmap v20593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:43 smithi137 ceph-mon[117020]: pgmap v20593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:44.149 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:44.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:44.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:44.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:44.150 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:44.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:44 smithi066 ceph-mon[112137]: from='client.556587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:45.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:44 smithi203 ceph-mon[117428]: from='client.556587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:45.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:44 smithi137 ceph-mon[117020]: from='client.556587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:45.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:45 smithi066 ceph-mon[112137]: pgmap v20594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:46.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:45 smithi203 ceph-mon[117428]: pgmap v20594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:46.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:45 smithi137 ceph-mon[117020]: pgmap v20594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:47 smithi066 ceph-mon[112137]: pgmap v20595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:47 smithi203 ceph-mon[117428]: pgmap v20595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:47 smithi137 ceph-mon[117020]: pgmap v20595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:49.151 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:49.151 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:49.152 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:49.872 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:49.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:49.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:49.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:49.873 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:49 smithi066 ceph-mon[112137]: pgmap v20596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:49 smithi203 ceph-mon[117428]: pgmap v20596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:49 smithi137 ceph-mon[117020]: pgmap v20596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:50 smithi066 ceph-mon[112137]: from='client.556659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:50 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:39:51.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:50 smithi203 ceph-mon[117428]: from='client.556659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:50 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:39:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:50 smithi137 ceph-mon[117020]: from='client.556659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:50 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:39:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:51 smithi066 ceph-mon[112137]: pgmap v20597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:39:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:39:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:39:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:51 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:39:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:51 smithi203 ceph-mon[117428]: pgmap v20597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:39:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:39:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:39:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:51 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:39:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:51 smithi137 ceph-mon[117020]: pgmap v20597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:39:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:39:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:39:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:51 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:39:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:53 smithi066 ceph-mon[112137]: pgmap v20598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:53 smithi203 ceph-mon[117428]: pgmap v20598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:53 smithi137 ceph-mon[117020]: pgmap v20598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:54.874 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:39:54.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:54.874 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:55 smithi066 ceph-mon[112137]: pgmap v20599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:55 smithi203 ceph-mon[117428]: pgmap v20599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:55.607 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:39:55.607 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:55.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:55.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:55.608 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:39:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:55 smithi137 ceph-mon[117020]: pgmap v20599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:39:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:56 smithi066 ceph-mon[112137]: from='client.556737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:56 smithi203 ceph-mon[117428]: from='client.556737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:56.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:56 smithi137 ceph-mon[117020]: from='client.556737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:57 smithi066 ceph-mon[112137]: pgmap v20600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:57.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:57 smithi203 ceph-mon[117428]: pgmap v20600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:57 smithi137 ceph-mon[117020]: pgmap v20600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:39:59 smithi066 ceph-mon[112137]: pgmap v20601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:39:59 smithi203 ceph-mon[117428]: pgmap v20601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:39:59 smithi137 ceph-mon[117020]: pgmap v20601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:00.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:00.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:00.609 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:00.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:00 smithi066 ceph-mon[112137]: overall HEALTH_OK 2023-12-08T04:40:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:00 smithi203 ceph-mon[117428]: overall HEALTH_OK 2023-12-08T04:40:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:00 smithi137 ceph-mon[117020]: overall HEALTH_OK 2023-12-08T04:40:01.335 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:01.335 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:01.336 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:01 smithi066 ceph-mon[112137]: pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:01.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:01 smithi066 ceph-mon[112137]: from='client.556815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:01 smithi203 ceph-mon[117428]: pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:01 smithi203 ceph-mon[117428]: from='client.556815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:01 smithi137 ceph-mon[117020]: pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:01 smithi137 ceph-mon[117020]: from='client.556815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:03 smithi066 ceph-mon[112137]: pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:40:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:03 smithi203 ceph-mon[117428]: pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:40:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:03 smithi137 ceph-mon[117020]: pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:40:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:05 smithi066 ceph-mon[112137]: pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:40:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:05 smithi203 ceph-mon[117428]: pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:40:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:05 smithi137 ceph-mon[117020]: pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:40:06.337 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:06.337 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:06.337 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:07.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:07.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:07.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:07.061 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:07.062 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:07 smithi066 ceph-mon[112137]: pgmap v20605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:40:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:07 smithi066 ceph-mon[112137]: from='client.556890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:07 smithi203 ceph-mon[117428]: pgmap v20605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:40:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:07 smithi203 ceph-mon[117428]: from='client.556890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:07 smithi137 ceph-mon[117020]: pgmap v20605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:40:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:07 smithi137 ceph-mon[117020]: from='client.556890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:09 smithi066 ceph-mon[112137]: pgmap v20606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:09 smithi203 ceph-mon[117428]: pgmap v20606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:09 smithi137 ceph-mon[117020]: pgmap v20606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:11 smithi066 ceph-mon[112137]: pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:12.062 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:12.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:12.063 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:11 smithi203 ceph-mon[117428]: pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:11 smithi137 ceph-mon[117020]: pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:12.806 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:12.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:12.806 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:12.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:12.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:13 smithi066 ceph-mon[112137]: from='client.556968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:13 smithi066 ceph-mon[112137]: pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:13 smithi203 ceph-mon[117428]: from='client.556968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:13 smithi203 ceph-mon[117428]: pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:13 smithi137 ceph-mon[117020]: from='client.556968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:13 smithi137 ceph-mon[117020]: pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:15 smithi066 ceph-mon[112137]: pgmap v20609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:15 smithi203 ceph-mon[117428]: pgmap v20609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:15 smithi137 ceph-mon[117020]: pgmap v20609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:17.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:17.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:17.808 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:17 smithi066 ceph-mon[112137]: pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:17 smithi203 ceph-mon[117428]: pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:18.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:17 smithi137 ceph-mon[117020]: pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:18.550 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:18.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:18.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:18.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:18.551 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:19 smithi066 ceph-mon[112137]: from='client.557046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:19 smithi066 ceph-mon[112137]: pgmap v20611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:19 smithi203 ceph-mon[117428]: from='client.557046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:20.094 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:19 smithi203 ceph-mon[117428]: pgmap v20611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:19 smithi137 ceph-mon[117020]: from='client.557046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:19 smithi137 ceph-mon[117020]: pgmap v20611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:21 smithi066 ceph-mon[112137]: pgmap v20612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:21 smithi203 ceph-mon[117428]: pgmap v20612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:21 smithi137 ceph-mon[117020]: pgmap v20612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:23.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:23.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:23.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:23 smithi066 ceph-mon[112137]: pgmap v20613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:23 smithi203 ceph-mon[117428]: pgmap v20613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:23 smithi137 ceph-mon[117020]: pgmap v20613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:24.288 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:24.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:24.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:24.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:24.288 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:24.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:24 smithi066 ceph-mon[112137]: from='client.557118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:25.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:24 smithi203 ceph-mon[117428]: from='client.557118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:25.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:24 smithi137 ceph-mon[117020]: from='client.557118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:25.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:25 smithi066 ceph-mon[112137]: pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:26.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:25 smithi203 ceph-mon[117428]: pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:26.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:25 smithi137 ceph-mon[117020]: pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:27 smithi066 ceph-mon[112137]: pgmap v20615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:27 smithi203 ceph-mon[117428]: pgmap v20615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:27 smithi137 ceph-mon[117020]: pgmap v20615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:29.289 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:29.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:29.290 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:29 smithi066 ceph-mon[112137]: pgmap v20616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:30.035 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:30.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:30.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:30.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:30.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:29 smithi203 ceph-mon[117428]: pgmap v20616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:29 smithi137 ceph-mon[117020]: pgmap v20616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:30 smithi066 ceph-mon[112137]: from='client.557190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:31.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:30 smithi203 ceph-mon[117428]: from='client.557190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:30 smithi137 ceph-mon[117020]: from='client.557190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:31 smithi066 ceph-mon[112137]: pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:31 smithi203 ceph-mon[117428]: pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:31 smithi137 ceph-mon[117020]: pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:33 smithi066 ceph-mon[112137]: pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:34.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:33 smithi203 ceph-mon[117428]: pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:33 smithi137 ceph-mon[117020]: pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:35.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:35.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:35.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:35 smithi066 ceph-mon[112137]: pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:35.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:35 smithi203 ceph-mon[117428]: pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:35 smithi137 ceph-mon[117020]: pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:35.773 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:35.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:35.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:35.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:35.774 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:36 smithi066 ceph-mon[112137]: from='client.557265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:36.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:36 smithi203 ceph-mon[117428]: from='client.557265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:36.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:36 smithi137 ceph-mon[117020]: from='client.557265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:37 smithi066 ceph-mon[112137]: pgmap v20620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:37.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:37 smithi203 ceph-mon[117428]: pgmap v20620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:37 smithi137 ceph-mon[117020]: pgmap v20620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:39 smithi066 ceph-mon[112137]: pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:39 smithi203 ceph-mon[117428]: pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:39 smithi137 ceph-mon[117020]: pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:40.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:40.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:40.776 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:41.498 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:41.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:41.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:41.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:41.499 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:41 smithi066 ceph-mon[112137]: pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:41 smithi203 ceph-mon[117428]: pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:41 smithi137 ceph-mon[117020]: pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:42.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:42 smithi066 ceph-mon[112137]: from='client.557337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:43.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:42 smithi203 ceph-mon[117428]: from='client.557337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:42 smithi137 ceph-mon[117020]: from='client.557337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:43 smithi066 ceph-mon[112137]: pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:43 smithi203 ceph-mon[117428]: pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:43 smithi137 ceph-mon[117020]: pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:45 smithi066 ceph-mon[112137]: pgmap v20624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:45 smithi203 ceph-mon[117428]: pgmap v20624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:45 smithi137 ceph-mon[117020]: pgmap v20624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:46.500 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:46.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:46.500 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:47.247 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:47.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:47.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:47.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:47.247 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:47 smithi066 ceph-mon[112137]: pgmap v20625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:47 smithi066 ceph-mon[112137]: from='client.557412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:47 smithi203 ceph-mon[117428]: pgmap v20625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:47 smithi203 ceph-mon[117428]: from='client.557412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:47 smithi137 ceph-mon[117020]: pgmap v20625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:47 smithi137 ceph-mon[117020]: from='client.557412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:49 smithi066 ceph-mon[112137]: pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:49 smithi203 ceph-mon[117428]: pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:49 smithi137 ceph-mon[117020]: pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:51 smithi066 ceph-mon[112137]: pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:51 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:40:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:51 smithi203 ceph-mon[117428]: pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:51 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:40:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:51 smithi137 ceph-mon[117020]: pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:51 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:40:52.248 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:52.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:52.249 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:52.983 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:52.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:52.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:52.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:52.983 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:40:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:40:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:40:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:40:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:40:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:40:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:40:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:40:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:40:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:53 smithi137 ceph-mon[117020]: from='client.557487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:53 smithi137 ceph-mon[117020]: pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:53 smithi066 ceph-mon[112137]: from='client.557487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:53 smithi066 ceph-mon[112137]: pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:54.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:53 smithi203 ceph-mon[117428]: from='client.557487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:54.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:53 smithi203 ceph-mon[117428]: pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:55 smithi066 ceph-mon[112137]: pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:55.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:55 smithi203 ceph-mon[117428]: pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:55 smithi137 ceph-mon[117020]: pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:57.985 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:40:57.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:57.985 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:57.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:57 smithi066 ceph-mon[112137]: pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:57 smithi203 ceph-mon[117428]: pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:57 smithi137 ceph-mon[117020]: pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:58.713 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:40:58.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:58.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:58.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:58.714 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:40:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:59 smithi066 ceph-mon[112137]: from='client.557562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:40:59 smithi066 ceph-mon[112137]: pgmap v20631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:59 smithi203 ceph-mon[117428]: from='client.557562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:40:59 smithi203 ceph-mon[117428]: pgmap v20631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:59 smithi137 ceph-mon[117020]: from='client.557562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:40:59 smithi137 ceph-mon[117020]: pgmap v20631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:01 smithi066 ceph-mon[112137]: pgmap v20632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:01 smithi203 ceph-mon[117428]: pgmap v20632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:01 smithi137 ceph-mon[117020]: pgmap v20632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:03.715 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:03.715 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:03.716 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:03 smithi066 ceph-mon[112137]: pgmap v20633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:03 smithi203 ceph-mon[117428]: pgmap v20633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:03 smithi137 ceph-mon[117020]: pgmap v20633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:04.443 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:04.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:04.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:04.444 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:04.444 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:05 smithi066 ceph-mon[112137]: from='client.557637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:05.490 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:05 smithi066 ceph-mon[112137]: pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:05 smithi203 ceph-mon[117428]: from='client.557637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:05 smithi203 ceph-mon[117428]: pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:05 smithi137 ceph-mon[117020]: from='client.557637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:05 smithi137 ceph-mon[117020]: pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:07 smithi066 ceph-mon[112137]: pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:07 smithi203 ceph-mon[117428]: pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:07 smithi137 ceph-mon[117020]: pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:09.445 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:09.445 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:09.446 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:09 smithi066 ceph-mon[112137]: pgmap v20636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:09 smithi203 ceph-mon[117428]: pgmap v20636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:09 smithi137 ceph-mon[117020]: pgmap v20636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:10.181 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:10.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:10.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:10.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:10.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:10.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:10 smithi066 ceph-mon[112137]: from='client.557715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:11.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:10 smithi203 ceph-mon[117428]: from='client.557715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:11.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:10 smithi137 ceph-mon[117020]: from='client.557715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:11 smithi066 ceph-mon[112137]: pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:11 smithi203 ceph-mon[117428]: pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:11 smithi137 ceph-mon[117020]: pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:13 smithi066 ceph-mon[112137]: pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:13 smithi203 ceph-mon[117428]: pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:13 smithi137 ceph-mon[117020]: pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:15.183 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:15.183 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:15.184 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:15 smithi066 ceph-mon[112137]: pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:15.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:15 smithi203 ceph-mon[117428]: pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:15 smithi137 ceph-mon[117020]: pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:15.912 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:15.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:15.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:15.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:15.912 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:16 smithi066 ceph-mon[112137]: from='client.557793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:16.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:16 smithi203 ceph-mon[117428]: from='client.557793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:16.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:16 smithi137 ceph-mon[117020]: from='client.557793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:17 smithi066 ceph-mon[112137]: pgmap v20640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:17.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:17 smithi203 ceph-mon[117428]: pgmap v20640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:17 smithi137 ceph-mon[117020]: pgmap v20640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:19 smithi066 ceph-mon[112137]: pgmap v20641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:19 smithi203 ceph-mon[117428]: pgmap v20641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:19 smithi137 ceph-mon[117020]: pgmap v20641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:20.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:20.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:20.914 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:21.660 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:21.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:21.660 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:21.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:21.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:21 smithi066 ceph-mon[112137]: pgmap v20642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:21 smithi203 ceph-mon[117428]: pgmap v20642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:21 smithi137 ceph-mon[117020]: pgmap v20642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:22.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:22 smithi066 ceph-mon[112137]: from='client.557871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:22 smithi203 ceph-mon[117428]: from='client.557871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:22 smithi137 ceph-mon[117020]: from='client.557871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:23 smithi066 ceph-mon[112137]: pgmap v20643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:23 smithi203 ceph-mon[117428]: pgmap v20643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:23 smithi137 ceph-mon[117020]: pgmap v20643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:25 smithi066 ceph-mon[112137]: pgmap v20644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:25 smithi203 ceph-mon[117428]: pgmap v20644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:25 smithi137 ceph-mon[117020]: pgmap v20644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:26.661 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:26.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:26.662 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:27.388 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:27.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:27.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:27.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:27.388 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:27 smithi066 ceph-mon[112137]: pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:27 smithi066 ceph-mon[112137]: from='client.557946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:27 smithi203 ceph-mon[117428]: pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:27 smithi203 ceph-mon[117428]: from='client.557946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:27 smithi137 ceph-mon[117020]: pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:27 smithi137 ceph-mon[117020]: from='client.557946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:29 smithi066 ceph-mon[112137]: pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:30.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:29 smithi203 ceph-mon[117428]: pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:29 smithi137 ceph-mon[117020]: pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:31 smithi066 ceph-mon[112137]: pgmap v20647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:31 smithi203 ceph-mon[117428]: pgmap v20647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:31 smithi137 ceph-mon[117020]: pgmap v20647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:32.389 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:32.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:32.390 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:33.115 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:33.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:33.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:33.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:33.116 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:33 smithi066 ceph-mon[112137]: pgmap v20648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:33 smithi066 ceph-mon[112137]: from='client.558024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:33 smithi203 ceph-mon[117428]: pgmap v20648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:33 smithi203 ceph-mon[117428]: from='client.558024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:33 smithi137 ceph-mon[117020]: pgmap v20648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:33 smithi137 ceph-mon[117020]: from='client.558024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:35 smithi066 ceph-mon[112137]: pgmap v20649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:35 smithi203 ceph-mon[117428]: pgmap v20649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:35 smithi137 ceph-mon[117020]: pgmap v20649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:37 smithi066 ceph-mon[112137]: pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:37 smithi203 ceph-mon[117428]: pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:38.117 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:38.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:38.117 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:37 smithi137 ceph-mon[117020]: pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:38.839 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:38.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:38.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:38.839 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:38.840 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:39 smithi066 ceph-mon[112137]: from='client.558096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:39 smithi066 ceph-mon[112137]: pgmap v20651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:39 smithi203 ceph-mon[117428]: from='client.558096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:39 smithi203 ceph-mon[117428]: pgmap v20651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:39 smithi137 ceph-mon[117020]: from='client.558096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:39 smithi137 ceph-mon[117020]: pgmap v20651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:41 smithi066 ceph-mon[112137]: pgmap v20652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:41 smithi203 ceph-mon[117428]: pgmap v20652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:41 smithi137 ceph-mon[117020]: pgmap v20652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:43.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:43.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:43.841 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:43 smithi066 ceph-mon[112137]: pgmap v20653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:43 smithi203 ceph-mon[117428]: pgmap v20653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:43 smithi137 ceph-mon[117020]: pgmap v20653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:44.566 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:44.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:44.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:44.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:44.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:45 smithi066 ceph-mon[112137]: from='client.558171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:45.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:45 smithi066 ceph-mon[112137]: pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:45 smithi203 ceph-mon[117428]: from='client.558171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:45 smithi203 ceph-mon[117428]: pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:45 smithi137 ceph-mon[117020]: from='client.558171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:45 smithi137 ceph-mon[117020]: pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:47 smithi066 ceph-mon[112137]: pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:47 smithi203 ceph-mon[117428]: pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:47 smithi137 ceph-mon[117020]: pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:49.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:49.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:49.568 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:49.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:49 smithi066 ceph-mon[112137]: pgmap v20656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:49 smithi203 ceph-mon[117428]: pgmap v20656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:49 smithi137 ceph-mon[117020]: pgmap v20656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:50.291 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:50.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:50.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:50.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:50.291 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:50.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:50 smithi066 ceph-mon[112137]: from='client.558249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:51.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:50 smithi203 ceph-mon[117428]: from='client.558249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:51.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:50 smithi137 ceph-mon[117020]: from='client.558249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:51 smithi066 ceph-mon[112137]: pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:52.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:51 smithi203 ceph-mon[117428]: pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:51 smithi137 ceph-mon[117020]: pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:52 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:41:52.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:52.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:52 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:52 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:41:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:52 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:52 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:41:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:52 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:53 smithi066 ceph-mon[112137]: pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:41:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:41:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:53 smithi203 ceph-mon[117428]: pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:41:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:41:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:53 smithi137 ceph-mon[117020]: pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:41:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:41:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:41:55.293 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:41:55.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:55.293 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:55 smithi066 ceph-mon[112137]: pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:55 smithi203 ceph-mon[117428]: pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:55 smithi137 ceph-mon[117020]: pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:56.034 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:41:56.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:56.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:56.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:56.035 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:41:56.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:56 smithi066 ceph-mon[112137]: from='client.558327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:56 smithi203 ceph-mon[117428]: from='client.558327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:56.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:56 smithi137 ceph-mon[117020]: from='client.558327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:57.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:57 smithi066 ceph-mon[112137]: pgmap v20660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:57.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:57 smithi203 ceph-mon[117428]: pgmap v20660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:57 smithi137 ceph-mon[117020]: pgmap v20660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:41:59 smithi066 ceph-mon[112137]: pgmap v20661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:00.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:41:59 smithi203 ceph-mon[117428]: pgmap v20661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:41:59 smithi137 ceph-mon[117020]: pgmap v20661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:01.036 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:01.036 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:01.037 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:01.760 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:01.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:01.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:01.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:01.760 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:01 smithi066 ceph-mon[112137]: pgmap v20662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:01 smithi203 ceph-mon[117428]: pgmap v20662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:01 smithi137 ceph-mon[117020]: pgmap v20662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:02.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:02 smithi066 ceph-mon[112137]: from='client.558402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:03.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:02 smithi203 ceph-mon[117428]: from='client.558402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:02 smithi137 ceph-mon[117020]: from='client.558402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:03.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:03 smithi066 ceph-mon[112137]: pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:04.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:03 smithi203 ceph-mon[117428]: pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:03 smithi137 ceph-mon[117020]: pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:05 smithi066 ceph-mon[112137]: pgmap v20664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:05 smithi203 ceph-mon[117428]: pgmap v20664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:05 smithi137 ceph-mon[117020]: pgmap v20664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:06.761 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:06.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:06.762 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:07.493 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:07.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:07.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:07.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:07.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:07.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:07 smithi066 ceph-mon[112137]: pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:07 smithi203 ceph-mon[117428]: pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:07 smithi137 ceph-mon[117020]: pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:08 smithi066 ceph-mon[112137]: from='client.558480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:08 smithi203 ceph-mon[117428]: from='client.558480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:08 smithi137 ceph-mon[117020]: from='client.558480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:09 smithi066 ceph-mon[112137]: pgmap v20666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:09 smithi203 ceph-mon[117428]: pgmap v20666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:09 smithi137 ceph-mon[117020]: pgmap v20666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:11 smithi066 ceph-mon[112137]: pgmap v20667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:11 smithi203 ceph-mon[117428]: pgmap v20667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:11 smithi137 ceph-mon[117020]: pgmap v20667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:12.495 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:12.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:12.495 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:13.221 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:13.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:13.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:13.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:13.222 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:13 smithi066 ceph-mon[112137]: pgmap v20668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:13.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:13 smithi066 ceph-mon[112137]: from='client.558558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:13 smithi203 ceph-mon[117428]: pgmap v20668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:13 smithi203 ceph-mon[117428]: from='client.558558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:13 smithi137 ceph-mon[117020]: pgmap v20668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:13 smithi137 ceph-mon[117020]: from='client.558558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:15 smithi066 ceph-mon[112137]: pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:15 smithi203 ceph-mon[117428]: pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:15 smithi137 ceph-mon[117020]: pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:17.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:17 smithi066 ceph-mon[112137]: pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:18.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:17 smithi203 ceph-mon[117428]: pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:17 smithi137 ceph-mon[117020]: pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:18.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:18.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:18.223 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:18.957 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:18.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:18.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:18.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:18.957 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:19 smithi066 ceph-mon[112137]: from='client.558633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:19.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:19 smithi066 ceph-mon[112137]: pgmap v20671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:19 smithi203 ceph-mon[117428]: from='client.558633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:19 smithi203 ceph-mon[117428]: pgmap v20671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:19 smithi137 ceph-mon[117020]: from='client.558633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:19 smithi137 ceph-mon[117020]: pgmap v20671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:21.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:21 smithi066 ceph-mon[112137]: pgmap v20672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:21 smithi203 ceph-mon[117428]: pgmap v20672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:22.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:21 smithi137 ceph-mon[117020]: pgmap v20672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:23.958 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:23.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:23.959 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:23 smithi066 ceph-mon[112137]: pgmap v20673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:23 smithi203 ceph-mon[117428]: pgmap v20673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:23 smithi137 ceph-mon[117020]: pgmap v20673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:24.700 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:24.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:24.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:24.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:24.701 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:25 smithi066 ceph-mon[112137]: from='client.558711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:25.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:25 smithi066 ceph-mon[112137]: pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:25 smithi203 ceph-mon[117428]: from='client.558711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:25 smithi203 ceph-mon[117428]: pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:25 smithi137 ceph-mon[117020]: from='client.558711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:25 smithi137 ceph-mon[117020]: pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:27 smithi066 ceph-mon[112137]: pgmap v20675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:27 smithi203 ceph-mon[117428]: pgmap v20675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:27 smithi137 ceph-mon[117020]: pgmap v20675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:29.702 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:29.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:29.703 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:29 smithi066 ceph-mon[112137]: pgmap v20676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:29 smithi203 ceph-mon[117428]: pgmap v20676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:29 smithi137 ceph-mon[117020]: pgmap v20676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:30.431 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:30.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:30.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:30.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:30.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:30.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:30 smithi066 ceph-mon[112137]: from='client.558783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:31.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:30 smithi203 ceph-mon[117428]: from='client.558783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:31.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:30 smithi137 ceph-mon[117020]: from='client.558783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:31 smithi066 ceph-mon[112137]: pgmap v20677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:31 smithi203 ceph-mon[117428]: pgmap v20677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:31 smithi137 ceph-mon[117020]: pgmap v20677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:33 smithi066 ceph-mon[112137]: pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:33 smithi203 ceph-mon[117428]: pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:33 smithi137 ceph-mon[117020]: pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:35.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:35.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:35.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:35 smithi066 ceph-mon[112137]: pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:35 smithi203 ceph-mon[117428]: pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:35 smithi137 ceph-mon[117020]: pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:36.176 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:36.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:36.176 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:36.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:36.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:36.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:36 smithi066 ceph-mon[112137]: from='client.558858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:36.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:36 smithi203 ceph-mon[117428]: from='client.558858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:36.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:36 smithi137 ceph-mon[117020]: from='client.558858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:37.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:37 smithi066 ceph-mon[112137]: pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:37.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:37 smithi203 ceph-mon[117428]: pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:37.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:37 smithi137 ceph-mon[117020]: pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:39.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:39 smithi066 ceph-mon[112137]: pgmap v20681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:40.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:39 smithi203 ceph-mon[117428]: pgmap v20681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:39 smithi137 ceph-mon[117020]: pgmap v20681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:41.177 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:41.177 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:41.178 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:41.906 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:41.906 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:41.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:41.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:41.907 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:41.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:41 smithi066 ceph-mon[112137]: pgmap v20682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:41 smithi203 ceph-mon[117428]: pgmap v20682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:41 smithi137 ceph-mon[117020]: pgmap v20682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:42.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:42 smithi066 ceph-mon[112137]: from='client.558936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:43.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:42 smithi203 ceph-mon[117428]: from='client.558936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:42 smithi137 ceph-mon[117020]: from='client.558936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:43.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:43 smithi066 ceph-mon[112137]: pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:43 smithi203 ceph-mon[117428]: pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:44.123 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:43 smithi137 ceph-mon[117020]: pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:45 smithi066 ceph-mon[112137]: pgmap v20684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:45 smithi203 ceph-mon[117428]: pgmap v20684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:45 smithi137 ceph-mon[117020]: pgmap v20684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:46.908 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:46.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:46.908 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:47.644 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:47.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:47.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:47.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:47.644 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:47 smithi066 ceph-mon[112137]: pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:48.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:47 smithi203 ceph-mon[117428]: pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:47 smithi137 ceph-mon[117020]: pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:48.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:48 smithi066 ceph-mon[112137]: from='client.559011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:48 smithi203 ceph-mon[117428]: from='client.559011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:48 smithi137 ceph-mon[117020]: from='client.559011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:49 smithi066 ceph-mon[112137]: pgmap v20686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:50.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:49 smithi203 ceph-mon[117428]: pgmap v20686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:49 smithi137 ceph-mon[117020]: pgmap v20686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:51.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:51 smithi066 ceph-mon[112137]: pgmap v20687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:51 smithi203 ceph-mon[117428]: pgmap v20687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:51 smithi137 ceph-mon[117020]: pgmap v20687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:52.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:52.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:52.646 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:53.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:53.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:53.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:53.406 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:53.407 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:53 smithi066 ceph-mon[112137]: pgmap v20688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:53 smithi066 ceph-mon[112137]: from='client.559086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:42:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:42:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:53 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:42:53.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:53 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:42:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:53 smithi203 ceph-mon[117428]: pgmap v20688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:53 smithi203 ceph-mon[117428]: from='client.559086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:42:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:42:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:53 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:42:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:53 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:42:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:53 smithi137 ceph-mon[117020]: pgmap v20688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:53 smithi137 ceph-mon[117020]: from='client.559086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:42:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:42:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:53 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:42:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:53 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:42:55.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:55 smithi066 ceph-mon[112137]: pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:55 smithi203 ceph-mon[117428]: pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:55 smithi137 ceph-mon[117020]: pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:57.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:57 smithi066 ceph-mon[112137]: pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:57 smithi203 ceph-mon[117428]: pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:57 smithi137 ceph-mon[117020]: pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:58.408 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:42:58.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:58.408 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:59.147 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:42:59.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:59.147 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:59.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:59.148 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:42:59.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:59 smithi066 ceph-mon[112137]: pgmap v20691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:59.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:42:59 smithi066 ceph-mon[112137]: from='client.559161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:59 smithi203 ceph-mon[117428]: pgmap v20691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:42:59 smithi203 ceph-mon[117428]: from='client.559161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:59 smithi137 ceph-mon[117020]: pgmap v20691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:42:59 smithi137 ceph-mon[117020]: from='client.559161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:01.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:01 smithi066 ceph-mon[112137]: pgmap v20692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:01 smithi203 ceph-mon[117428]: pgmap v20692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:01 smithi137 ceph-mon[117020]: pgmap v20692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:03.990 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:03 smithi066 ceph-mon[112137]: pgmap v20693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:03 smithi203 ceph-mon[117428]: pgmap v20693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:03 smithi137 ceph-mon[117020]: pgmap v20693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:04.149 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:04.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:04.149 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:04.884 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:04.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:04.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:04.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:04.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:05 smithi066 ceph-mon[112137]: from='client.559236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:05.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:05 smithi066 ceph-mon[112137]: pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:05 smithi203 ceph-mon[117428]: from='client.559236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:05 smithi203 ceph-mon[117428]: pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:05 smithi137 ceph-mon[117020]: from='client.559236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:05 smithi137 ceph-mon[117020]: pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:07 smithi066 ceph-mon[112137]: pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:43:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:07 smithi203 ceph-mon[117428]: pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:43:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:07 smithi137 ceph-mon[117020]: pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:43:09.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:09.886 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:09.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:09 smithi066 ceph-mon[112137]: pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:43:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:09 smithi203 ceph-mon[117428]: pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:43:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:09 smithi137 ceph-mon[117020]: pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:43:10.621 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:10.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:10.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:10.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:10.621 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:11 smithi066 ceph-mon[112137]: from='client.559311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:11.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:11 smithi066 ceph-mon[112137]: pgmap v20697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:11 smithi203 ceph-mon[117428]: from='client.559311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:11 smithi203 ceph-mon[117428]: pgmap v20697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:11 smithi137 ceph-mon[117020]: from='client.559311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:11 smithi137 ceph-mon[117020]: pgmap v20697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:13.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:13 smithi066 ceph-mon[112137]: pgmap v20698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:13 smithi203 ceph-mon[117428]: pgmap v20698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:13 smithi137 ceph-mon[117020]: pgmap v20698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:15.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:15 smithi066 ceph-mon[112137]: pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:15 smithi203 ceph-mon[117428]: pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:15.622 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:15.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:15.623 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:15.623 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:15 smithi137 ceph-mon[117020]: pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:16.371 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:16.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:16.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:16.371 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:16.372 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:16.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:16 smithi066 ceph-mon[112137]: from='client.559389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:16.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:16 smithi203 ceph-mon[117428]: from='client.559389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:16.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:16 smithi137 ceph-mon[117020]: from='client.559389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:17.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:17 smithi066 ceph-mon[112137]: pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:17.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:17 smithi203 ceph-mon[117428]: pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:17.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:17 smithi137 ceph-mon[117020]: pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:19.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:19 smithi066 ceph-mon[112137]: pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:43:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:19 smithi203 ceph-mon[117428]: pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:43:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:19 smithi137 ceph-mon[117020]: pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:43:21.373 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:21.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:21.373 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:21.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:21 smithi066 ceph-mon[112137]: pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:21 smithi203 ceph-mon[117428]: pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:22.108 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:22.108 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:22.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:22.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:22.109 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:21 smithi137 ceph-mon[117020]: pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:22.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:22 smithi066 ceph-mon[112137]: from='client.559467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:23.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:22 smithi203 ceph-mon[117428]: from='client.559467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:23.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:22 smithi137 ceph-mon[117020]: from='client.559467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:23.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:23 smithi066 ceph-mon[112137]: pgmap v20703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:24.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:23 smithi203 ceph-mon[117428]: pgmap v20703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:23 smithi137 ceph-mon[117020]: pgmap v20703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:25 smithi066 ceph-mon[112137]: pgmap v20704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:25 smithi203 ceph-mon[117428]: pgmap v20704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:25 smithi137 ceph-mon[117020]: pgmap v20704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:27.110 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:27.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:27.110 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:27.843 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:27.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:27.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:27.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:27.843 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:27 smithi066 ceph-mon[112137]: pgmap v20705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:28.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:27 smithi203 ceph-mon[117428]: pgmap v20705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:27 smithi137 ceph-mon[117020]: pgmap v20705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:28.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:28 smithi066 ceph-mon[112137]: from='client.559545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:28 smithi203 ceph-mon[117428]: from='client.559545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:28 smithi137 ceph-mon[117020]: from='client.559545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:29 smithi066 ceph-mon[112137]: pgmap v20706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:29 smithi203 ceph-mon[117428]: pgmap v20706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:29 smithi137 ceph-mon[117020]: pgmap v20706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:31.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:31 smithi066 ceph-mon[112137]: pgmap v20707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:31 smithi203 ceph-mon[117428]: pgmap v20707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:31 smithi137 ceph-mon[117020]: pgmap v20707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:32.844 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:32.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:32.845 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:33.578 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:33.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:33.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:33.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:33.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:33.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:33 smithi066 ceph-mon[112137]: pgmap v20708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:33 smithi203 ceph-mon[117428]: pgmap v20708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:33 smithi137 ceph-mon[117020]: pgmap v20708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:34.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:34 smithi066 ceph-mon[112137]: from='client.559623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:34 smithi203 ceph-mon[117428]: from='client.559623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:34 smithi137 ceph-mon[117020]: from='client.559623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:35.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:35 smithi066 ceph-mon[112137]: pgmap v20709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:35 smithi203 ceph-mon[117428]: pgmap v20709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:35 smithi137 ceph-mon[117020]: pgmap v20709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:37 smithi066 ceph-mon[112137]: pgmap v20710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:38.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:37 smithi203 ceph-mon[117428]: pgmap v20710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:37 smithi137 ceph-mon[117020]: pgmap v20710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:38.579 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:38.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:38.580 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:39.303 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:39.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:39.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:39.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:39.303 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:39 smithi203 ceph-mon[117428]: pgmap v20711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:39 smithi203 ceph-mon[117428]: from='client.559701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:39 smithi137 ceph-mon[117020]: pgmap v20711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:39 smithi137 ceph-mon[117020]: from='client.559701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:39 smithi066 ceph-mon[112137]: pgmap v20711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:40.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:39 smithi066 ceph-mon[112137]: from='client.559701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:41 smithi203 ceph-mon[117428]: pgmap v20712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:41 smithi137 ceph-mon[117020]: pgmap v20712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:41 smithi066 ceph-mon[112137]: pgmap v20712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:43 smithi203 ceph-mon[117428]: pgmap v20713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:43 smithi137 ceph-mon[117020]: pgmap v20713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:43 smithi066 ceph-mon[112137]: pgmap v20713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:44.304 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:44.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:44.305 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:45.038 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:45.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:45.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:45.038 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:45.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:45 smithi066 ceph-mon[112137]: pgmap v20714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:45.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:45 smithi066 ceph-mon[112137]: from='client.559779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:45 smithi203 ceph-mon[117428]: pgmap v20714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:45 smithi203 ceph-mon[117428]: from='client.559779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:45 smithi137 ceph-mon[117020]: pgmap v20714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:45 smithi137 ceph-mon[117020]: from='client.559779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:47.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:47 smithi066 ceph-mon[112137]: pgmap v20715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:47 smithi203 ceph-mon[117428]: pgmap v20715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:47 smithi137 ceph-mon[117020]: pgmap v20715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:49.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:49 smithi066 ceph-mon[112137]: pgmap v20716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:50.039 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:50.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:50.040 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:49 smithi203 ceph-mon[117428]: pgmap v20716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:49 smithi137 ceph-mon[117020]: pgmap v20716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:50.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:50.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:50.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:50.772 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:50.772 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:51 smithi066 ceph-mon[112137]: from='client.559857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:51.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:51 smithi066 ceph-mon[112137]: pgmap v20717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:51 smithi203 ceph-mon[117428]: from='client.559857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:51 smithi203 ceph-mon[117428]: pgmap v20717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:51 smithi137 ceph-mon[117020]: from='client.559857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:51 smithi137 ceph-mon[117020]: pgmap v20717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:53.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:53 smithi066 ceph-mon[112137]: pgmap v20718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:53 smithi203 ceph-mon[117428]: pgmap v20718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:53 smithi137 ceph-mon[117020]: pgmap v20718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:54.823 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:54 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:43:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:54.824 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:54 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:54 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:43:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:54.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:54 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:54.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:54 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:43:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:54.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:54 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:55.773 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:43:55.774 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:55.774 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:55 smithi203 ceph-mon[117428]: pgmap v20719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:43:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:43:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:55 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:55 smithi137 ceph-mon[117020]: pgmap v20719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:43:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:43:56.125 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:55 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:55 smithi066 ceph-mon[112137]: pgmap v20719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:43:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:43:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:55 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:43:56.514 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:43:56.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:56.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:56.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:56.514 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:43:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:57 smithi203 ceph-mon[117428]: from='client.559935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:57 smithi203 ceph-mon[117428]: pgmap v20720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:57 smithi137 ceph-mon[117020]: from='client.559935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:57 smithi137 ceph-mon[117020]: pgmap v20720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:57 smithi066 ceph-mon[112137]: from='client.559935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:57 smithi066 ceph-mon[112137]: pgmap v20720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:43:59 smithi203 ceph-mon[117428]: pgmap v20721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:43:59 smithi137 ceph-mon[117020]: pgmap v20721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:43:59 smithi066 ceph-mon[112137]: pgmap v20721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:01.516 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:01.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:01.516 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:01 smithi203 ceph-mon[117428]: pgmap v20722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:01 smithi137 ceph-mon[117020]: pgmap v20722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:01 smithi066 ceph-mon[112137]: pgmap v20722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:02.262 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:02.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:02.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:02.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:02.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:03.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:02 smithi203 ceph-mon[117428]: from='client.560013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:03.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:02 smithi137 ceph-mon[117020]: from='client.560013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:03.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:02 smithi066 ceph-mon[112137]: from='client.560013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:03 smithi203 ceph-mon[117428]: pgmap v20723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:03 smithi137 ceph-mon[117020]: pgmap v20723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:03 smithi066 ceph-mon[112137]: pgmap v20723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:05.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:05 smithi066 ceph-mon[112137]: pgmap v20724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:05 smithi203 ceph-mon[117428]: pgmap v20724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:05 smithi137 ceph-mon[117020]: pgmap v20724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:07.262 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:07.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:07.262 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:07.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:07 smithi066 ceph-mon[112137]: pgmap v20725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:08.001 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:08.001 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:08.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:08.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:08.002 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:07 smithi203 ceph-mon[117428]: pgmap v20725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:07 smithi137 ceph-mon[117020]: pgmap v20725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:08.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:08 smithi066 ceph-mon[112137]: from='client.560088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:09.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:08 smithi203 ceph-mon[117428]: from='client.560088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:08 smithi137 ceph-mon[117020]: from='client.560088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:09.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:09 smithi066 ceph-mon[112137]: pgmap v20726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:09 smithi203 ceph-mon[117428]: pgmap v20726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:09 smithi137 ceph-mon[117020]: pgmap v20726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:11.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:11 smithi066 ceph-mon[112137]: pgmap v20727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:11 smithi203 ceph-mon[117428]: pgmap v20727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:11 smithi137 ceph-mon[117020]: pgmap v20727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:13.003 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:13.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:13.003 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:13.742 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:13.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:13.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:13.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:13.743 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:13 smithi203 ceph-mon[117428]: pgmap v20728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:13 smithi137 ceph-mon[117020]: pgmap v20728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:13 smithi066 ceph-mon[112137]: pgmap v20728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:14 smithi203 ceph-mon[117428]: from='client.560160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:14 smithi137 ceph-mon[117020]: from='client.560160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:14 smithi066 ceph-mon[112137]: from='client.560160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:16.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:15 smithi203 ceph-mon[117428]: pgmap v20729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:15 smithi137 ceph-mon[117020]: pgmap v20729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:15 smithi066 ceph-mon[112137]: pgmap v20729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:17 smithi203 ceph-mon[117428]: pgmap v20730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:17 smithi137 ceph-mon[117020]: pgmap v20730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:17 smithi066 ceph-mon[112137]: pgmap v20730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:18.744 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:18.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:18.744 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:19.473 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:19.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:19.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:19.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:19.474 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:19 smithi203 ceph-mon[117428]: pgmap v20731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:19 smithi137 ceph-mon[117020]: pgmap v20731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:19 smithi066 ceph-mon[112137]: pgmap v20731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:20 smithi203 ceph-mon[117428]: from='client.560238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:20 smithi137 ceph-mon[117020]: from='client.560238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:21.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:20 smithi066 ceph-mon[112137]: from='client.560238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:21 smithi203 ceph-mon[117428]: pgmap v20732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:21 smithi137 ceph-mon[117020]: pgmap v20732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:21 smithi066 ceph-mon[112137]: pgmap v20732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:23 smithi203 ceph-mon[117428]: pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:23 smithi137 ceph-mon[117020]: pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:23 smithi066 ceph-mon[112137]: pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:24.475 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:24.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:24.475 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:25.199 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:25.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:25.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:25.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:25.200 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:25 smithi066 ceph-mon[112137]: pgmap v20734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:25.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:25 smithi066 ceph-mon[112137]: from='client.560316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:25 smithi203 ceph-mon[117428]: pgmap v20734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:25 smithi203 ceph-mon[117428]: from='client.560316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:25 smithi137 ceph-mon[117020]: pgmap v20734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:25 smithi137 ceph-mon[117020]: from='client.560316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:27.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:27 smithi066 ceph-mon[112137]: pgmap v20735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:27 smithi203 ceph-mon[117428]: pgmap v20735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:27 smithi137 ceph-mon[117020]: pgmap v20735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:29.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:29 smithi066 ceph-mon[112137]: pgmap v20736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:29 smithi203 ceph-mon[117428]: pgmap v20736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:29 smithi137 ceph-mon[117020]: pgmap v20736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:30.201 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:30.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:30.202 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:30.919 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:30.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:30.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:30.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:30.920 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:32.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:31 smithi203 ceph-mon[117428]: from='client.560388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:31 smithi203 ceph-mon[117428]: pgmap v20737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:31 smithi137 ceph-mon[117020]: from='client.560388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:31 smithi137 ceph-mon[117020]: pgmap v20737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:31 smithi066 ceph-mon[112137]: from='client.560388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:31 smithi066 ceph-mon[112137]: pgmap v20737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:33 smithi203 ceph-mon[117428]: pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:33 smithi137 ceph-mon[117020]: pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:33 smithi066 ceph-mon[112137]: pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:35.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:35 smithi066 ceph-mon[112137]: pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:35 smithi203 ceph-mon[117428]: pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:35 smithi137 ceph-mon[117020]: pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:35.921 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:35.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:35.921 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:36.645 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:36.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:36.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:36.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:36.645 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:37.988 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:37 smithi066 ceph-mon[112137]: from='client.560466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:37.989 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:37 smithi066 ceph-mon[112137]: pgmap v20740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:37 smithi203 ceph-mon[117428]: from='client.560466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:37 smithi203 ceph-mon[117428]: pgmap v20740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:37 smithi137 ceph-mon[117020]: from='client.560466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:37 smithi137 ceph-mon[117020]: pgmap v20740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:39 smithi203 ceph-mon[117428]: pgmap v20741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:39 smithi137 ceph-mon[117020]: pgmap v20741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:39 smithi066 ceph-mon[112137]: pgmap v20741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:41.646 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:41.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:41.647 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:42.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:41 smithi203 ceph-mon[117428]: pgmap v20742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:41 smithi137 ceph-mon[117020]: pgmap v20742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:41 smithi066 ceph-mon[112137]: pgmap v20742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:42.368 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:42.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:42.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:42.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:42.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:43.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:42 smithi203 ceph-mon[117428]: from='client.560544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:43.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:42 smithi137 ceph-mon[117020]: from='client.560544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:43.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:42 smithi066 ceph-mon[112137]: from='client.560544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:43 smithi203 ceph-mon[117428]: pgmap v20743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:43 smithi137 ceph-mon[117020]: pgmap v20743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:43 smithi066 ceph-mon[112137]: pgmap v20743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:45.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:45 smithi203 ceph-mon[117428]: pgmap v20744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:45 smithi137 ceph-mon[117020]: pgmap v20744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:45 smithi066 ceph-mon[112137]: pgmap v20744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:47.369 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:47.370 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:47.370 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:47 smithi203 ceph-mon[117428]: pgmap v20745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:48.105 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:48.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:48.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:48.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:48.105 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:47 smithi137 ceph-mon[117020]: pgmap v20745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:47 smithi066 ceph-mon[112137]: pgmap v20745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:49.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:48 smithi203 ceph-mon[117428]: from='client.560616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:49.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:48 smithi137 ceph-mon[117020]: from='client.560616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:49.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:48 smithi066 ceph-mon[112137]: from='client.560616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:49 smithi203 ceph-mon[117428]: pgmap v20746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:49 smithi137 ceph-mon[117020]: pgmap v20746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:49 smithi066 ceph-mon[112137]: pgmap v20746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:51 smithi203 ceph-mon[117428]: pgmap v20747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:51 smithi137 ceph-mon[117020]: pgmap v20747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:51 smithi066 ceph-mon[112137]: pgmap v20747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:53.106 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:53.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:53.107 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:53.837 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:44:53.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:53.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:53.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:53.837 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:54.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:53 smithi203 ceph-mon[117428]: pgmap v20748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:53 smithi137 ceph-mon[117020]: pgmap v20748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:53 smithi066 ceph-mon[112137]: pgmap v20748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:55.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:54 smithi203 ceph-mon[117428]: from='client.560685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:54 smithi137 ceph-mon[117020]: from='client.560685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:54 smithi066 ceph-mon[112137]: from='client.560685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:55 smithi203 ceph-mon[117428]: pgmap v20749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:55 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:44:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:55 smithi137 ceph-mon[117020]: pgmap v20749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:55 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:44:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:55 smithi066 ceph-mon[112137]: pgmap v20749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:56.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:55 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:44:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:44:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:44:57.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:56 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:44:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:44:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:44:57.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:56 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:44:57.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:44:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:44:57.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:56 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:44:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:57 smithi066 ceph-mon[112137]: pgmap v20750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:58.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:57 smithi203 ceph-mon[117428]: pgmap v20750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:58.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:57 smithi137 ceph-mon[117020]: pgmap v20750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:58.838 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:44:58.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:58.839 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:59.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:59.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:59.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:59.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:44:59.571 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:44:59 smithi066 ceph-mon[112137]: pgmap v20751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:00.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:44:59 smithi203 ceph-mon[117428]: pgmap v20751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:00.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:44:59 smithi137 ceph-mon[117020]: pgmap v20751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:00 smithi066 ceph-mon[112137]: from='client.560763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:01.323 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:00 smithi203 ceph-mon[117428]: from='client.560763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:01.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:00 smithi137 ceph-mon[117020]: from='client.560763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:01 smithi066 ceph-mon[112137]: pgmap v20752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:02.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:01 smithi203 ceph-mon[117428]: pgmap v20752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:02.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:01 smithi137 ceph-mon[117020]: pgmap v20752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:03 smithi066 ceph-mon[112137]: pgmap v20753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:04.324 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:03 smithi203 ceph-mon[117428]: pgmap v20753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:04.374 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:03 smithi137 ceph-mon[117020]: pgmap v20753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:04.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:04.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:04.573 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:05.300 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:05.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:05.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:05.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:05.300 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:05 smithi203 ceph-mon[117428]: pgmap v20754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:05 smithi203 ceph-mon[117428]: from='client.560838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:05 smithi137 ceph-mon[117020]: pgmap v20754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:05 smithi137 ceph-mon[117020]: from='client.560838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:05 smithi066 ceph-mon[112137]: pgmap v20754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:05.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:05 smithi066 ceph-mon[112137]: from='client.560838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:07 smithi203 ceph-mon[117428]: pgmap v20755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:07 smithi137 ceph-mon[117020]: pgmap v20755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:07 smithi066 ceph-mon[112137]: pgmap v20755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:09 smithi203 ceph-mon[117428]: pgmap v20756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:09 smithi137 ceph-mon[117020]: pgmap v20756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:09 smithi066 ceph-mon[112137]: pgmap v20756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:10.301 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:10.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:10.302 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:11.051 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:11.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:11.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:11.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:11.051 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:11 smithi203 ceph-mon[117428]: from='client.560913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:11 smithi203 ceph-mon[117428]: pgmap v20757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:11 smithi137 ceph-mon[117020]: from='client.560913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:11 smithi137 ceph-mon[117020]: pgmap v20757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:11 smithi066 ceph-mon[112137]: from='client.560913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:11 smithi066 ceph-mon[112137]: pgmap v20757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:13 smithi203 ceph-mon[117428]: pgmap v20758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:13 smithi137 ceph-mon[117020]: pgmap v20758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:13 smithi066 ceph-mon[112137]: pgmap v20758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:15 smithi203 ceph-mon[117428]: pgmap v20759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:15 smithi137 ceph-mon[117020]: pgmap v20759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:15 smithi066 ceph-mon[112137]: pgmap v20759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:16.052 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:16.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:16.053 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:16.776 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:16.776 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:16.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:16.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:16.777 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:17 smithi203 ceph-mon[117428]: from='client.560985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:17 smithi203 ceph-mon[117428]: pgmap v20760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:17 smithi137 ceph-mon[117020]: from='client.560985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:17 smithi137 ceph-mon[117020]: pgmap v20760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:17 smithi066 ceph-mon[112137]: from='client.560985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:18.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:17 smithi066 ceph-mon[112137]: pgmap v20760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:20.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:19 smithi203 ceph-mon[117428]: pgmap v20761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:19 smithi137 ceph-mon[117020]: pgmap v20761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:19 smithi066 ceph-mon[112137]: pgmap v20761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:21.778 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:21.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:21.778 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:21 smithi203 ceph-mon[117428]: pgmap v20762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:21 smithi137 ceph-mon[117020]: pgmap v20762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:21 smithi066 ceph-mon[112137]: pgmap v20762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:22.506 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:22.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:22.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:22.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:22.507 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:23 smithi203 ceph-mon[117428]: from='client.561060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:23 smithi203 ceph-mon[117428]: pgmap v20763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:23 smithi137 ceph-mon[117020]: from='client.561060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:23 smithi137 ceph-mon[117020]: pgmap v20763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:23 smithi066 ceph-mon[112137]: from='client.561060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:24.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:23 smithi066 ceph-mon[112137]: pgmap v20763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:25 smithi203 ceph-mon[117428]: pgmap v20764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:25 smithi137 ceph-mon[117020]: pgmap v20764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:25 smithi066 ceph-mon[112137]: pgmap v20764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:27.509 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:27.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:27.509 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:27 smithi203 ceph-mon[117428]: pgmap v20765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:27 smithi137 ceph-mon[117020]: pgmap v20765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:27 smithi066 ceph-mon[112137]: pgmap v20765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:28.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:28.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:28.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:28.244 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:28.244 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:29.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:28 smithi203 ceph-mon[117428]: from='client.561132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:29.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:28 smithi137 ceph-mon[117020]: from='client.561132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:29.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:28 smithi066 ceph-mon[112137]: from='client.561132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:29 smithi203 ceph-mon[117428]: pgmap v20766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:29 smithi137 ceph-mon[117020]: pgmap v20766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:29 smithi066 ceph-mon[112137]: pgmap v20766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:31 smithi203 ceph-mon[117428]: pgmap v20767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:31 smithi137 ceph-mon[117020]: pgmap v20767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:31 smithi066 ceph-mon[112137]: pgmap v20767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:33.246 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:33.246 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:33.247 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:33.973 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:33.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:33.973 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:33.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:33.974 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:33 smithi203 ceph-mon[117428]: pgmap v20768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:33 smithi137 ceph-mon[117020]: pgmap v20768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:33 smithi066 ceph-mon[112137]: pgmap v20768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:34 smithi203 ceph-mon[117428]: from='client.561204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:34 smithi137 ceph-mon[117020]: from='client.561204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:34 smithi066 ceph-mon[112137]: from='client.561204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:35 smithi203 ceph-mon[117428]: pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:35 smithi137 ceph-mon[117020]: pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:35 smithi066 ceph-mon[112137]: pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:37 smithi203 ceph-mon[117428]: pgmap v20770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:37 smithi137 ceph-mon[117020]: pgmap v20770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:37 smithi066 ceph-mon[112137]: pgmap v20770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:38.975 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:38.975 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:38.976 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:39.698 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:39.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:39.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:39.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:39.698 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:39 smithi203 ceph-mon[117428]: pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:39 smithi137 ceph-mon[117020]: pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:39 smithi066 ceph-mon[112137]: pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:41.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:40 smithi203 ceph-mon[117428]: from='client.561282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:40 smithi137 ceph-mon[117020]: from='client.561282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:40 smithi066 ceph-mon[112137]: from='client.561282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:41 smithi203 ceph-mon[117428]: pgmap v20772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:45:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:41 smithi137 ceph-mon[117020]: pgmap v20772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:45:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:41 smithi066 ceph-mon[112137]: pgmap v20772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:45:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:43 smithi203 ceph-mon[117428]: pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:45:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:43 smithi137 ceph-mon[117020]: pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:45:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:43 smithi066 ceph-mon[112137]: pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:45:44.699 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:44.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:44.700 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:45.431 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:45.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:45.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:45.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:45.431 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:45 smithi203 ceph-mon[117428]: pgmap v20774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:45 smithi203 ceph-mon[117428]: from='client.561360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:45 smithi137 ceph-mon[117020]: pgmap v20774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:45 smithi137 ceph-mon[117020]: from='client.561360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:45 smithi066 ceph-mon[112137]: pgmap v20774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:45 smithi066 ceph-mon[112137]: from='client.561360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:47 smithi203 ceph-mon[117428]: pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:47 smithi137 ceph-mon[117020]: pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:47 smithi066 ceph-mon[112137]: pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:49 smithi203 ceph-mon[117428]: pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:49 smithi137 ceph-mon[117020]: pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:49 smithi066 ceph-mon[112137]: pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:50.432 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:50.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:50.433 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:51.180 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:51.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:51.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:51.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:51.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:51 smithi203 ceph-mon[117428]: pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:51 smithi203 ceph-mon[117428]: from='client.561438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:51 smithi137 ceph-mon[117020]: pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:51 smithi137 ceph-mon[117020]: from='client.561438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:51 smithi066 ceph-mon[112137]: pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:51 smithi066 ceph-mon[112137]: from='client.561438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:53 smithi203 ceph-mon[117428]: pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:45:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:53 smithi137 ceph-mon[117020]: pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:45:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:53 smithi066 ceph-mon[112137]: pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:45:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:55 smithi203 ceph-mon[117428]: pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:45:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:55 smithi137 ceph-mon[117020]: pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:45:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:55 smithi066 ceph-mon[112137]: pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:45:56.182 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:45:56.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:56.182 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:56.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:56 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:45:56.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:56 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:45:56.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:56 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:45:56.949 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:45:56.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:56.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:56.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:56.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:45:57.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:57 smithi203 ceph-mon[117428]: from='client.561516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:57.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:57 smithi203 ceph-mon[117428]: pgmap v20780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:57.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:45:57.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:45:57.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:45:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:57 smithi137 ceph-mon[117020]: from='client.561516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:57 smithi137 ceph-mon[117020]: pgmap v20780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:45:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:45:57.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:45:57.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:57 smithi066 ceph-mon[112137]: from='client.561516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:57 smithi066 ceph-mon[112137]: pgmap v20780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:45:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:45:57.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:46:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:45:59 smithi203 ceph-mon[117428]: pgmap v20781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:45:59 smithi137 ceph-mon[117020]: pgmap v20781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:45:59 smithi066 ceph-mon[112137]: pgmap v20781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:01.951 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:01.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:01.952 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:02.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:01 smithi203 ceph-mon[117428]: pgmap v20782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:01 smithi137 ceph-mon[117020]: pgmap v20782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:01 smithi066 ceph-mon[112137]: pgmap v20782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:02.680 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:02.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:02.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:02.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:02.680 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:03 smithi203 ceph-mon[117428]: from='client.561588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:03 smithi203 ceph-mon[117428]: pgmap v20783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:03 smithi137 ceph-mon[117020]: from='client.561588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:03 smithi137 ceph-mon[117020]: pgmap v20783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:03 smithi066 ceph-mon[112137]: from='client.561588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:04.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:03 smithi066 ceph-mon[112137]: pgmap v20783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:05 smithi203 ceph-mon[117428]: pgmap v20784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:05 smithi137 ceph-mon[117020]: pgmap v20784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:05 smithi066 ceph-mon[112137]: pgmap v20784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:07.681 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:07.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:07.682 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:08.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:07 smithi203 ceph-mon[117428]: pgmap v20785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:07 smithi137 ceph-mon[117020]: pgmap v20785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:07 smithi066 ceph-mon[112137]: pgmap v20785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:08.419 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:08.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:08.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:08.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:08.419 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:09.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:08 smithi203 ceph-mon[117428]: from='client.561663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:09.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:08 smithi137 ceph-mon[117020]: from='client.561663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:09.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:08 smithi066 ceph-mon[112137]: from='client.561663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:09 smithi203 ceph-mon[117428]: pgmap v20786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:09 smithi137 ceph-mon[117020]: pgmap v20786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:09 smithi066 ceph-mon[112137]: pgmap v20786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:12.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:11 smithi203 ceph-mon[117428]: pgmap v20787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:11 smithi137 ceph-mon[117020]: pgmap v20787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:11 smithi066 ceph-mon[112137]: pgmap v20787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:13.421 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:13.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:13.421 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:13 smithi203 ceph-mon[117428]: pgmap v20788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:13 smithi137 ceph-mon[117020]: pgmap v20788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:14.159 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:14.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:14.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:14.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:14.159 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:13 smithi066 ceph-mon[112137]: pgmap v20788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:15.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:14 smithi203 ceph-mon[117428]: from='client.561738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:15.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:14 smithi137 ceph-mon[117020]: from='client.561738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:15.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:14 smithi066 ceph-mon[112137]: from='client.561738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:16.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:15 smithi203 ceph-mon[117428]: pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:16.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:15 smithi137 ceph-mon[117020]: pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:16.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:15 smithi066 ceph-mon[112137]: pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:17 smithi203 ceph-mon[117428]: pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:18.126 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:17 smithi137 ceph-mon[117020]: pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:17 smithi066 ceph-mon[112137]: pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:19.160 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:19.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:19.161 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:19.899 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:19.899 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:19.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:19.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:19.900 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:19 smithi203 ceph-mon[117428]: pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:19 smithi137 ceph-mon[117020]: pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:19 smithi066 ceph-mon[112137]: pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:21.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:20 smithi203 ceph-mon[117428]: from='client.561813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:20 smithi137 ceph-mon[117020]: from='client.561813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:20 smithi066 ceph-mon[112137]: from='client.561813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:22.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:21 smithi203 ceph-mon[117428]: pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:46:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:21 smithi137 ceph-mon[117020]: pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:46:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:21 smithi066 ceph-mon[112137]: pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:46:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:23 smithi203 ceph-mon[117428]: pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:46:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:23 smithi137 ceph-mon[117020]: pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:46:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:23 smithi066 ceph-mon[112137]: pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:46:24.901 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:24.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:24.901 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:25 smithi203 ceph-mon[117428]: pgmap v20794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:25 smithi137 ceph-mon[117020]: pgmap v20794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:25.637 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:25.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:25.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:25.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:25.637 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:25 smithi066 ceph-mon[112137]: pgmap v20794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:26.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:26 smithi203 ceph-mon[117428]: from='client.561891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:26.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:26 smithi137 ceph-mon[117020]: from='client.561891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:26 smithi066 ceph-mon[112137]: from='client.561891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:27.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:27 smithi203 ceph-mon[117428]: pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:27 smithi137 ceph-mon[117020]: pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:27.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:27 smithi066 ceph-mon[112137]: pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:29 smithi203 ceph-mon[117428]: pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:29 smithi137 ceph-mon[117020]: pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:29 smithi066 ceph-mon[112137]: pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:30.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:30.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:30.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:31.375 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:31.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:31.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:31.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:31.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:31 smithi203 ceph-mon[117428]: pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:31 smithi203 ceph-mon[117428]: from='client.561969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:31 smithi137 ceph-mon[117020]: pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:31 smithi137 ceph-mon[117020]: from='client.561969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:31 smithi066 ceph-mon[112137]: pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:31 smithi066 ceph-mon[112137]: from='client.561969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:33 smithi203 ceph-mon[117428]: pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:46:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:33 smithi137 ceph-mon[117020]: pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:46:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:33 smithi066 ceph-mon[112137]: pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:46:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:35 smithi203 ceph-mon[117428]: pgmap v20799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:46:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:35 smithi137 ceph-mon[117020]: pgmap v20799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:46:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:35 smithi066 ceph-mon[112137]: pgmap v20799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:46:36.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:36.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:36.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:37.100 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:37.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:37.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:37.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:37.101 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:37 smithi203 ceph-mon[117428]: pgmap v20800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:37 smithi203 ceph-mon[117428]: from='client.562047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:37 smithi137 ceph-mon[117020]: pgmap v20800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:37 smithi137 ceph-mon[117020]: from='client.562047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:37 smithi066 ceph-mon[112137]: pgmap v20800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:37 smithi066 ceph-mon[112137]: from='client.562047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:39 smithi203 ceph-mon[117428]: pgmap v20801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:39 smithi137 ceph-mon[117020]: pgmap v20801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:39 smithi066 ceph-mon[112137]: pgmap v20801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:41 smithi203 ceph-mon[117428]: pgmap v20802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:42.102 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:42.102 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:42.103 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:41 smithi137 ceph-mon[117020]: pgmap v20802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:41 smithi066 ceph-mon[112137]: pgmap v20802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:42.841 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:42.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:42.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:42.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:42.841 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:44.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:43 smithi203 ceph-mon[117428]: from='client.562122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:43 smithi203 ceph-mon[117428]: pgmap v20803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:43 smithi137 ceph-mon[117020]: from='client.562122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:43 smithi137 ceph-mon[117020]: pgmap v20803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:43 smithi066 ceph-mon[112137]: from='client.562122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:43 smithi066 ceph-mon[112137]: pgmap v20803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:45 smithi203 ceph-mon[117428]: pgmap v20804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:45 smithi137 ceph-mon[117020]: pgmap v20804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:45 smithi066 ceph-mon[112137]: pgmap v20804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:47.842 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:47.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:47.843 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:47 smithi203 ceph-mon[117428]: pgmap v20805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:47 smithi137 ceph-mon[117020]: pgmap v20805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:47 smithi066 ceph-mon[112137]: pgmap v20805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:48.568 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:48.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:48.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:48.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:48.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:49 smithi203 ceph-mon[117428]: from='client.562194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:49 smithi203 ceph-mon[117428]: pgmap v20806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:49 smithi137 ceph-mon[117020]: from='client.562194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:49 smithi137 ceph-mon[117020]: pgmap v20806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:50.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:49 smithi066 ceph-mon[112137]: from='client.562194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:50.241 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:49 smithi066 ceph-mon[112137]: pgmap v20806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:51 smithi203 ceph-mon[117428]: pgmap v20807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:51 smithi137 ceph-mon[117020]: pgmap v20807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:51 smithi066 ceph-mon[112137]: pgmap v20807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:53.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:53.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:53.570 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:53 smithi203 ceph-mon[117428]: pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:53 smithi137 ceph-mon[117020]: pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:53 smithi066 ceph-mon[112137]: pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:54.307 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:46:54.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:54.307 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:54.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:54.308 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:46:55.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:54 smithi203 ceph-mon[117428]: from='client.562266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:55.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:54 smithi137 ceph-mon[117020]: from='client.562266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:55.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:54 smithi066 ceph-mon[112137]: from='client.562266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:56.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:55 smithi203 ceph-mon[117428]: pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:56.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:55 smithi137 ceph-mon[117020]: pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:56.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:55 smithi066 ceph-mon[112137]: pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:57 smithi203 ceph-mon[117428]: pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:46:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:46:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:46:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:57 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:46:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:57 smithi137 ceph-mon[117020]: pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:46:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:46:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:46:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:57 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:46:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:57 smithi066 ceph-mon[112137]: pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:46:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:46:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:46:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:57 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:46:59.309 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:46:59.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:59.309 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:00.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:00.040 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:00.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:00.040 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:00.041 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:46:59 smithi203 ceph-mon[117428]: pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:46:59 smithi137 ceph-mon[117020]: pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:46:59 smithi066 ceph-mon[112137]: pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:00 smithi203 ceph-mon[117428]: from='client.562341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:00 smithi137 ceph-mon[117020]: from='client.562341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:00 smithi066 ceph-mon[112137]: from='client.562341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:01 smithi203 ceph-mon[117428]: pgmap v20812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:01 smithi137 ceph-mon[117020]: pgmap v20812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:01 smithi066 ceph-mon[112137]: pgmap v20812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:03 smithi203 ceph-mon[117428]: pgmap v20813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:03 smithi137 ceph-mon[117020]: pgmap v20813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:03 smithi066 ceph-mon[112137]: pgmap v20813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:05.042 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:05.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:05.042 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:05 smithi203 ceph-mon[117428]: pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:05 smithi137 ceph-mon[117020]: pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:05 smithi066 ceph-mon[112137]: pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:05.770 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:05.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:05.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:05.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:05.770 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:06.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:06 smithi203 ceph-mon[117428]: from='client.562413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:06 smithi137 ceph-mon[117020]: from='client.562413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:06.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:06 smithi066 ceph-mon[112137]: from='client.562413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:07.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:07 smithi203 ceph-mon[117428]: pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:07.625 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:07 smithi137 ceph-mon[117020]: pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:07 smithi066 ceph-mon[112137]: pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:09 smithi203 ceph-mon[117428]: pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:09 smithi137 ceph-mon[117020]: pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:09 smithi066 ceph-mon[112137]: pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:10.771 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:10.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:10.772 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:11.492 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:11.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:11.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:11.492 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:11.493 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:11 smithi203 ceph-mon[117428]: pgmap v20817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:11 smithi203 ceph-mon[117428]: from='client.562491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:11 smithi137 ceph-mon[117020]: pgmap v20817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:11 smithi137 ceph-mon[117020]: from='client.562491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:11 smithi066 ceph-mon[112137]: pgmap v20817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:12.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:11 smithi066 ceph-mon[112137]: from='client.562491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:13 smithi203 ceph-mon[117428]: pgmap v20818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:13 smithi137 ceph-mon[117020]: pgmap v20818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:13 smithi066 ceph-mon[112137]: pgmap v20818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:15 smithi203 ceph-mon[117428]: pgmap v20819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:15 smithi137 ceph-mon[117020]: pgmap v20819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:15 smithi066 ceph-mon[112137]: pgmap v20819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:16.494 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:16.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:16.494 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:17.222 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:17.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:17.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:17.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:17.223 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:17 smithi203 ceph-mon[117428]: pgmap v20820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:17 smithi203 ceph-mon[117428]: from='client.562569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:17 smithi137 ceph-mon[117020]: pgmap v20820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:17 smithi137 ceph-mon[117020]: from='client.562569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:17 smithi066 ceph-mon[112137]: pgmap v20820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:17 smithi066 ceph-mon[112137]: from='client.562569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:19 smithi203 ceph-mon[117428]: pgmap v20821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:19 smithi137 ceph-mon[117020]: pgmap v20821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:19 smithi066 ceph-mon[112137]: pgmap v20821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:21 smithi203 ceph-mon[117428]: pgmap v20822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:21 smithi137 ceph-mon[117020]: pgmap v20822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:22.224 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:22.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:22.225 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:21 smithi066 ceph-mon[112137]: pgmap v20822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:22.958 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:22.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:22.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:22.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:22.959 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:23 smithi203 ceph-mon[117428]: from='client.562647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:23 smithi203 ceph-mon[117428]: pgmap v20823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:23 smithi137 ceph-mon[117020]: from='client.562647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:23 smithi137 ceph-mon[117020]: pgmap v20823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:23 smithi066 ceph-mon[112137]: from='client.562647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:23 smithi066 ceph-mon[112137]: pgmap v20823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:25 smithi203 ceph-mon[117428]: pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:25 smithi137 ceph-mon[117020]: pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:25 smithi066 ceph-mon[112137]: pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:27.960 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:27.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:27.961 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:28.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:27 smithi203 ceph-mon[117428]: pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:28.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:27 smithi137 ceph-mon[117020]: pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:28.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:27 smithi066 ceph-mon[112137]: pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:28.685 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:28.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:28.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:28.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:28.686 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:29 smithi203 ceph-mon[117428]: from='client.562719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:29 smithi203 ceph-mon[117428]: pgmap v20826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:29 smithi137 ceph-mon[117020]: from='client.562719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:29 smithi137 ceph-mon[117020]: pgmap v20826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:29 smithi066 ceph-mon[112137]: from='client.562719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:30.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:29 smithi066 ceph-mon[112137]: pgmap v20826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:31 smithi203 ceph-mon[117428]: pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:31 smithi137 ceph-mon[117020]: pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:31 smithi066 ceph-mon[112137]: pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:33.687 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:33.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:33.687 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:33 smithi203 ceph-mon[117428]: pgmap v20828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:33 smithi137 ceph-mon[117020]: pgmap v20828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:33 smithi066 ceph-mon[112137]: pgmap v20828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:34.420 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:34.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:34.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:34.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:34.420 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:35.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:34 smithi203 ceph-mon[117428]: from='client.562797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:35.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:34 smithi137 ceph-mon[117020]: from='client.562797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:35.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:34 smithi066 ceph-mon[112137]: from='client.562797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:36.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:35 smithi203 ceph-mon[117428]: pgmap v20829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:36.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:35 smithi137 ceph-mon[117020]: pgmap v20829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:36.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:35 smithi066 ceph-mon[112137]: pgmap v20829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:37 smithi203 ceph-mon[117428]: pgmap v20830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:37 smithi137 ceph-mon[117020]: pgmap v20830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:37 smithi066 ceph-mon[112137]: pgmap v20830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:39.422 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:39.422 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:39.423 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:39 smithi203 ceph-mon[117428]: pgmap v20831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:39 smithi137 ceph-mon[117020]: pgmap v20831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:40.154 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:40.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:40.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:40.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:40.155 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:39 smithi066 ceph-mon[112137]: pgmap v20831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:41.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:40 smithi203 ceph-mon[117428]: from='client.562872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:41.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:40 smithi137 ceph-mon[117020]: from='client.562872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:41.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:40 smithi066 ceph-mon[112137]: from='client.562872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:41 smithi203 ceph-mon[117428]: pgmap v20832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:41 smithi137 ceph-mon[117020]: pgmap v20832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:41 smithi066 ceph-mon[112137]: pgmap v20832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:43 smithi203 ceph-mon[117428]: pgmap v20833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:43 smithi137 ceph-mon[117020]: pgmap v20833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:43 smithi066 ceph-mon[112137]: pgmap v20833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:45.156 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:45.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:45.156 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:45 smithi203 ceph-mon[117428]: pgmap v20834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:45 smithi137 ceph-mon[117020]: pgmap v20834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:45 smithi066 ceph-mon[112137]: pgmap v20834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:45.885 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:45.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:45.885 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:45.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:45.886 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:46.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:46 smithi203 ceph-mon[117428]: from='client.562950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:46.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:46 smithi137 ceph-mon[117020]: from='client.562950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:46.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:46 smithi066 ceph-mon[112137]: from='client.562950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:47.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:47 smithi203 ceph-mon[117428]: pgmap v20835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:47.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:47 smithi137 ceph-mon[117020]: pgmap v20835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:47.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:47 smithi066 ceph-mon[112137]: pgmap v20835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:49 smithi203 ceph-mon[117428]: pgmap v20836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:49 smithi137 ceph-mon[117020]: pgmap v20836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:49 smithi066 ceph-mon[112137]: pgmap v20836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:50.887 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:50.887 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:50.888 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:51.609 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:51.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:51.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:51.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:51.609 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:51 smithi203 ceph-mon[117428]: pgmap v20837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:51 smithi137 ceph-mon[117020]: pgmap v20837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:51 smithi066 ceph-mon[112137]: pgmap v20837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:53.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:52 smithi203 ceph-mon[117428]: from='client.563025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:53.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:52 smithi137 ceph-mon[117020]: from='client.563025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:53.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:52 smithi066 ceph-mon[112137]: from='client.563025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:53 smithi203 ceph-mon[117428]: pgmap v20838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:53 smithi137 ceph-mon[117020]: pgmap v20838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:54.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:53 smithi066 ceph-mon[112137]: pgmap v20838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:55 smithi203 ceph-mon[117428]: pgmap v20839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:55 smithi137 ceph-mon[117020]: pgmap v20839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:55 smithi066 ceph-mon[112137]: pgmap v20839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:56.610 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:47:56.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:56.611 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:57.332 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:47:57.332 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:57.332 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:57.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:57.333 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:47:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:57 smithi203 ceph-mon[117428]: pgmap v20840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:57 smithi203 ceph-mon[117428]: from='client.563100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:57 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:47:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:57 smithi137 ceph-mon[117020]: pgmap v20840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:57 smithi137 ceph-mon[117020]: from='client.563100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:57 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:47:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:57 smithi066 ceph-mon[112137]: pgmap v20840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:57 smithi066 ceph-mon[112137]: from='client.563100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:58.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:57 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:47:59.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:47:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:47:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:47:58 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:47:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:47:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:47:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:47:58 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:47:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:47:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:47:59.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:47:58 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:48:00.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:00 smithi066 ceph-mon[112137]: pgmap v20841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:00.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:00 smithi203 ceph-mon[117428]: pgmap v20841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:00.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:00 smithi137 ceph-mon[117020]: pgmap v20841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:02.334 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:02.334 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:02.334 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:02.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:02 smithi066 ceph-mon[112137]: pgmap v20842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:02.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:02 smithi203 ceph-mon[117428]: pgmap v20842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:02.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:02 smithi137 ceph-mon[117020]: pgmap v20842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:03.069 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:03.069 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:03.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:03.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:03.070 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:04.488 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:04 smithi066 ceph-mon[112137]: from='client.563178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:04.489 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:04 smithi066 ceph-mon[112137]: pgmap v20843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:04.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:04 smithi203 ceph-mon[117428]: from='client.563178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:04.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:04 smithi203 ceph-mon[117428]: pgmap v20843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:04.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:04 smithi137 ceph-mon[117020]: from='client.563178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:04.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:04 smithi137 ceph-mon[117020]: pgmap v20843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:05.573 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:05 smithi203 ceph-mon[117428]: pgmap v20844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:05 smithi137 ceph-mon[117020]: pgmap v20844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:05 smithi066 ceph-mon[112137]: pgmap v20844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:08.071 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:08.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:08.071 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:08.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:07 smithi203 ceph-mon[117428]: pgmap v20845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:08.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:07 smithi137 ceph-mon[117020]: pgmap v20845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:08.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:07 smithi066 ceph-mon[112137]: pgmap v20845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:08.807 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:08.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:08.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:08.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:08.807 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:09 smithi203 ceph-mon[117428]: from='client.563250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:10.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:09 smithi203 ceph-mon[117428]: pgmap v20846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:09 smithi137 ceph-mon[117020]: from='client.563250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:09 smithi137 ceph-mon[117020]: pgmap v20846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:09 smithi066 ceph-mon[112137]: from='client.563250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:10.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:09 smithi066 ceph-mon[112137]: pgmap v20846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:11 smithi203 ceph-mon[117428]: pgmap v20847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:11 smithi137 ceph-mon[117020]: pgmap v20847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:11 smithi066 ceph-mon[112137]: pgmap v20847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:13.808 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:13.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:13.809 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:14.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:13 smithi203 ceph-mon[117428]: pgmap v20848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:13 smithi137 ceph-mon[117020]: pgmap v20848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:13 smithi066 ceph-mon[112137]: pgmap v20848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:14.543 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:14.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:14.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:14.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:14.543 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:15 smithi203 ceph-mon[117428]: from='client.563325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:15 smithi203 ceph-mon[117428]: pgmap v20849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:15 smithi137 ceph-mon[117020]: from='client.563325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:15 smithi137 ceph-mon[117020]: pgmap v20849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:15 smithi066 ceph-mon[112137]: from='client.563325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:15.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:15 smithi066 ceph-mon[112137]: pgmap v20849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:17 smithi203 ceph-mon[117428]: pgmap v20850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:17 smithi137 ceph-mon[117020]: pgmap v20850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:17 smithi066 ceph-mon[112137]: pgmap v20850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:19.544 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:19.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:19.545 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:19 smithi203 ceph-mon[117428]: pgmap v20851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:19 smithi137 ceph-mon[117020]: pgmap v20851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:19 smithi066 ceph-mon[112137]: pgmap v20851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:20.270 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:20.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:20.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:20.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:20.270 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:21.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:20 smithi203 ceph-mon[117428]: from='client.563397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:21.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:20 smithi137 ceph-mon[117020]: from='client.563397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:21.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:20 smithi066 ceph-mon[112137]: from='client.563397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:21 smithi203 ceph-mon[117428]: pgmap v20852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:21 smithi137 ceph-mon[117020]: pgmap v20852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:21 smithi066 ceph-mon[112137]: pgmap v20852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:23 smithi203 ceph-mon[117428]: pgmap v20853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:23 smithi137 ceph-mon[117020]: pgmap v20853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:24.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:23 smithi066 ceph-mon[112137]: pgmap v20853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:25.272 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:25.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:25.272 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:25.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:25 smithi203 ceph-mon[117428]: pgmap v20854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:25.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:25 smithi137 ceph-mon[117020]: pgmap v20854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:25.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:25 smithi066 ceph-mon[112137]: pgmap v20854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:25.998 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:25.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:25.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:25.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:25.998 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:26.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:26 smithi203 ceph-mon[117428]: from='client.563472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:26.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:26 smithi137 ceph-mon[117020]: from='client.563472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:26.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:26 smithi066 ceph-mon[112137]: from='client.563472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:27.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:27 smithi203 ceph-mon[117428]: pgmap v20855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:27.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:27 smithi137 ceph-mon[117020]: pgmap v20855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:27.739 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:27 smithi066 ceph-mon[112137]: pgmap v20855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:30.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:29 smithi203 ceph-mon[117428]: pgmap v20856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:30.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:29 smithi137 ceph-mon[117020]: pgmap v20856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:30.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:29 smithi066 ceph-mon[112137]: pgmap v20856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:30.999 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:31.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:31.000 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:31.724 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:31.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:31.724 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:31.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:31.725 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:32.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:31 smithi203 ceph-mon[117428]: pgmap v20857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:32.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:31 smithi137 ceph-mon[117020]: pgmap v20857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:32.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:31 smithi066 ceph-mon[112137]: pgmap v20857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:33.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:32 smithi203 ceph-mon[117428]: from='client.563547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:33.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:32 smithi137 ceph-mon[117020]: from='client.563547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:33.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:32 smithi066 ceph-mon[112137]: from='client.563547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:34.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:33 smithi203 ceph-mon[117428]: pgmap v20858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:34.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:33 smithi137 ceph-mon[117020]: pgmap v20858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:34.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:33 smithi066 ceph-mon[112137]: pgmap v20858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:35.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:35 smithi203 ceph-mon[117428]: pgmap v20859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:35.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:35 smithi137 ceph-mon[117020]: pgmap v20859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:35.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:35 smithi066 ceph-mon[112137]: pgmap v20859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:36.726 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:36.726 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:36.727 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:37.452 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:37.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:37.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:37.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:37.452 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:37 smithi203 ceph-mon[117428]: pgmap v20860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:38.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:37 smithi203 ceph-mon[117428]: from='client.563625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:37 smithi137 ceph-mon[117020]: pgmap v20860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:38.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:37 smithi137 ceph-mon[117020]: from='client.563625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:38.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:37 smithi066 ceph-mon[112137]: pgmap v20860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:38.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:37 smithi066 ceph-mon[112137]: from='client.563625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:40.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:39 smithi203 ceph-mon[117428]: pgmap v20861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:40.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:39 smithi137 ceph-mon[117020]: pgmap v20861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:40.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:39 smithi066 ceph-mon[112137]: pgmap v20861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:42.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:41 smithi203 ceph-mon[117428]: pgmap v20862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:42.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:41 smithi137 ceph-mon[117020]: pgmap v20862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:42.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:41 smithi066 ceph-mon[112137]: pgmap v20862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:42.453 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:42.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:42.454 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:43.179 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:43.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:43.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:43.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:43.180 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:43 smithi203 ceph-mon[117428]: pgmap v20863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:44.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:43 smithi203 ceph-mon[117428]: from='client.563703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:43 smithi137 ceph-mon[117020]: pgmap v20863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:44.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:43 smithi137 ceph-mon[117020]: from='client.563703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:44.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:43 smithi066 ceph-mon[112137]: pgmap v20863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:44.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:43 smithi066 ceph-mon[112137]: from='client.563703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:45.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:45 smithi203 ceph-mon[117428]: pgmap v20864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:45.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:45 smithi137 ceph-mon[117020]: pgmap v20864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:45.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:45 smithi066 ceph-mon[112137]: pgmap v20864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:48.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:47 smithi203 ceph-mon[117428]: pgmap v20865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:48.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:47 smithi137 ceph-mon[117020]: pgmap v20865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:48.181 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:48.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:48.181 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:48.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:47 smithi066 ceph-mon[112137]: pgmap v20865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:48.913 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:48.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:48.913 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:48.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:48.914 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:49 smithi203 ceph-mon[117428]: from='client.563778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:50.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:49 smithi203 ceph-mon[117428]: pgmap v20866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:49 smithi137 ceph-mon[117020]: from='client.563778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:50.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:49 smithi137 ceph-mon[117020]: pgmap v20866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:50.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:49 smithi066 ceph-mon[112137]: from='client.563778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:50.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:49 smithi066 ceph-mon[112137]: pgmap v20866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:52.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:51 smithi203 ceph-mon[117428]: pgmap v20867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:52.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:51 smithi137 ceph-mon[117020]: pgmap v20867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:52.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:51 smithi066 ceph-mon[112137]: pgmap v20867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:53.915 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:53.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:53.915 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:54.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:53 smithi203 ceph-mon[117428]: pgmap v20868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:54.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:53 smithi137 ceph-mon[117020]: pgmap v20868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:54.247 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:53 smithi066 ceph-mon[112137]: pgmap v20868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:54.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:54.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:54.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:54.638 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:48:54.638 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:48:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:55 smithi203 ceph-mon[117428]: from='client.563856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:55.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:55 smithi203 ceph-mon[117428]: pgmap v20869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:55 smithi137 ceph-mon[117020]: from='client.563856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:55.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:55 smithi137 ceph-mon[117020]: pgmap v20869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:55 smithi066 ceph-mon[112137]: from='client.563856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:55.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:55 smithi066 ceph-mon[112137]: pgmap v20869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:58.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:57 smithi203 ceph-mon[117428]: pgmap v20870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:58.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:57 smithi137 ceph-mon[117020]: pgmap v20870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:58.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:57 smithi066 ceph-mon[112137]: pgmap v20870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:59.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:58 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:48:59.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:58 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:48:59.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:58 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:48:59.639 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:48:59.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:59.639 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:49:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:59 smithi203 ceph-mon[117428]: pgmap v20871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:49:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:59 smithi203 ceph-mon[117428]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:49:00.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:48:59 smithi203 ceph-mon[117428]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:49:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:59 smithi137 ceph-mon[117020]: pgmap v20871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:49:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:59 smithi137 ceph-mon[117020]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:49:00.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:48:59 smithi137 ceph-mon[117020]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:49:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:59 smithi066 ceph-mon[112137]: pgmap v20871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:00.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:49:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:59 smithi066 ceph-mon[112137]: from='mgr.24251 172.21.15.66:0/3644967649' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:49:00.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:48:59 smithi066 ceph-mon[112137]: from='mgr.24251 ' entity='mgr.a' 2023-12-08T04:49:00.375 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:49:00.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:49:00.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:49:00.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:49:00.375 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:49:01.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:00 smithi203 ceph-mon[117428]: from='client.563934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:01.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:00 smithi137 ceph-mon[117020]: from='client.563934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:01.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:00 smithi066 ceph-mon[112137]: from='client.563934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:02.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:01 smithi203 ceph-mon[117428]: pgmap v20872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:02.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:01 smithi137 ceph-mon[117020]: pgmap v20872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:02.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:01 smithi066 ceph-mon[112137]: pgmap v20872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:04.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:03 smithi203 ceph-mon[117428]: pgmap v20873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:04.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:03 smithi137 ceph-mon[117020]: pgmap v20873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:04.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:03 smithi066 ceph-mon[112137]: pgmap v20873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:05.376 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:49:05.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:49:05.377 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:49:05.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:05 smithi203 ceph-mon[117428]: pgmap v20874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:05.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:05 smithi137 ceph-mon[117020]: pgmap v20874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:05.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:05 smithi066 ceph-mon[112137]: pgmap v20874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:06.113 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:49:06.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:49:06.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:49:06.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:49:06.113 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:49:06.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:06 smithi203 ceph-mon[117428]: from='client.564009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:06.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:06 smithi137 ceph-mon[117020]: from='client.564009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:06.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:06 smithi066 ceph-mon[112137]: from='client.564009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:07 smithi203 ceph-mon[117428]: pgmap v20875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:07.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:07 smithi137 ceph-mon[117020]: pgmap v20875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:07.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:07 smithi066 ceph-mon[112137]: pgmap v20875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:10.073 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:09 smithi203 ceph-mon[117428]: pgmap v20876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:10.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:09 smithi137 ceph-mon[117020]: pgmap v20876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:10.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:09 smithi066 ceph-mon[112137]: pgmap v20876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:11.114 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:49:11.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:49:11.115 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:49:11.845 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:49:11.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:49:11.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:49:11.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:49:11.845 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:49:12.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:11 smithi203 ceph-mon[117428]: pgmap v20877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:12.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:11 smithi137 ceph-mon[117020]: pgmap v20877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:12.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:11 smithi066 ceph-mon[112137]: pgmap v20877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:13.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:12 smithi203 ceph-mon[117428]: from='client.564087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:13.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:12 smithi137 ceph-mon[117020]: from='client.564087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:13.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:12 smithi066 ceph-mon[112137]: from='client.564087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:14.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:13 smithi203 ceph-mon[117428]: pgmap v20878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:14.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:13 smithi137 ceph-mon[117020]: pgmap v20878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:14.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:13 smithi066 ceph-mon[112137]: pgmap v20878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:15.574 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:15 smithi203 ceph-mon[117428]: pgmap v20879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:15.624 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:15 smithi137 ceph-mon[117020]: pgmap v20879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:15.738 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:15 smithi066 ceph-mon[112137]: pgmap v20879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:16.847 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:49:16.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:49:16.847 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:49:17.567 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:49:17.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:49:17.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:49:17.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:49:17.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:49:18.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:17 smithi203 ceph-mon[117428]: pgmap v20880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:18.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:17 smithi137 ceph-mon[117020]: pgmap v20880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:18.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:17 smithi066 ceph-mon[112137]: pgmap v20880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:19.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:18 smithi203 ceph-mon[117428]: from='client.564162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:19.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:18 smithi137 ceph-mon[117020]: from='client.564162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:19.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:18 smithi066 ceph-mon[112137]: from='client.564162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:20.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:19 smithi203 ceph-mon[117428]: pgmap v20881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:20.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:19 smithi137 ceph-mon[117020]: pgmap v20881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:20.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:19 smithi066 ceph-mon[112137]: pgmap v20881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:22.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:21 smithi203 ceph-mon[117428]: pgmap v20882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:22.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:21 smithi137 ceph-mon[117020]: pgmap v20882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:22.238 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:21 smithi066 ceph-mon[112137]: pgmap v20882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:22.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2023-12-08T04:49:22.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ ceph rgw realm tokens 2023-12-08T04:49:22.569 INFO:teuthology.orchestra.run.smithi066.stderr:++ jq -r '.[0].token' 2023-12-08T04:49:23.298 INFO:teuthology.orchestra.run.smithi066.stdout:master zone has no endpoint 2023-12-08T04:49:23.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:49:23.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo master zone has no endpoint 2023-12-08T04:49:23.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:49:23.298 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2023-12-08T04:49:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:23 smithi203 ceph-mon[117428]: pgmap v20883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:24.074 INFO:journalctl@ceph.mon.c.smithi203.stdout:Dec 08 04:49:23 smithi203 ceph-mon[117428]: from='client.564240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:23 smithi137 ceph-mon[117020]: pgmap v20883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:24.124 INFO:journalctl@ceph.mon.b.smithi137.stdout:Dec 08 04:49:23 smithi137 ceph-mon[117020]: from='client.564240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:24.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:23 smithi066 ceph-mon[112137]: pgmap v20883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:24.239 INFO:journalctl@ceph.mon.a.smithi066.stdout:Dec 08 04:49:23 smithi066 ceph-mon[112137]: from='client.564240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:24.954 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-12-08T04:49:25.522 DEBUG:teuthology.task.console_log:Killing console logger for smithi066 2023-12-08T04:49:26.020 DEBUG:teuthology.task.console_log:Killing console logger for smithi137 2023-12-08T04:49:26.023 DEBUG:teuthology.task.console_log:Killing console logger for smithi203 2023-12-08T04:49:26.023 DEBUG:teuthology.exit:Finished running handlers